diff --git a/gcc/ABOUT-GCC-NLS b/gcc/ABOUT-GCC-NLS index c4b009f65b02..13db212907de 100644 --- a/gcc/ABOUT-GCC-NLS +++ b/gcc/ABOUT-GCC-NLS @@ -49,7 +49,7 @@ configure GCC with --enable-maintainer-mode to get the master catalog rebuilt. -Copyright (C) 1998-2016 Free Software Foundation, Inc. +Copyright (C) 1998-2017 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7793fe4817ed..07e5c3e592a3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,7 @@ 2017-01-01 Jakub Jelinek + Update copyright years. + * gcc.c (process_command): Update copyright notice dates. * gcov-dump.c (print_version): Ditto. * gcov.c (print_version): Ditto. diff --git a/gcc/LANGUAGES b/gcc/LANGUAGES index 48ba47a151e8..2249c60aeed9 100644 --- a/gcc/LANGUAGES +++ b/gcc/LANGUAGES @@ -57,7 +57,7 @@ Feb 1, 1998: DEFTREECODE (CLASS_METHOD_DECL, "class_method_decl", 'd', 0) -Copyright (C) 1998-2016 Free Software Foundation, Inc. +Copyright (C) 1998-2017 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 2aae684cad05..5c29edb374e6 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -1,7 +1,7 @@ # Makefile for GNU Compiler Collection # Run 'configure' to generate Makefile from Makefile.in -# Copyright (C) 1987-2016 Free Software Foundation, Inc. +# Copyright (C) 1987-2017 Free Software Foundation, Inc. #This file is part of GCC. diff --git a/gcc/README.Portability b/gcc/README.Portability index 50f07428cb1a..eec3da0616f1 100644 --- a/gcc/README.Portability +++ b/gcc/README.Portability @@ -1,4 +1,4 @@ -Copyright (C) 2000-2016 Free Software Foundation, Inc. +Copyright (C) 2000-2017 Free Software Foundation, Inc. This file is intended to contain a few notes about writing C code within GCC so that it compiles without error on the full range of diff --git a/gcc/acinclude.m4 b/gcc/acinclude.m4 index 791f2a72e648..dbc0ba7e003b 100644 --- a/gcc/acinclude.m4 +++ b/gcc/acinclude.m4 @@ -1,4 +1,4 @@ -dnl Copyright (C) 2005-2016 Free Software Foundation, Inc. +dnl Copyright (C) 2005-2017 Free Software Foundation, Inc. dnl dnl This file is part of GCC. dnl diff --git a/gcc/addresses.h b/gcc/addresses.h index b75f420a6809..d4749fce8c43 100644 --- a/gcc/addresses.h +++ b/gcc/addresses.h @@ -1,5 +1,5 @@ /* Inline functions to test validity of reg classes for addressing modes. - Copyright (C) 2006-2016 Free Software Foundation, Inc. + Copyright (C) 2006-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/alias.c b/gcc/alias.c index 546ae7ff891a..e0ceaa29907f 100644 --- a/gcc/alias.c +++ b/gcc/alias.c @@ -1,5 +1,5 @@ /* Alias analysis for GNU C - Copyright (C) 1997-2016 Free Software Foundation, Inc. + Copyright (C) 1997-2017 Free Software Foundation, Inc. Contributed by John Carr (jfc@mit.edu). This file is part of GCC. diff --git a/gcc/alias.h b/gcc/alias.h index 59506fbbb914..ef5f2324e068 100644 --- a/gcc/alias.h +++ b/gcc/alias.h @@ -1,5 +1,5 @@ /* Exported functions from alias.c - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/alloc-pool.c b/gcc/alloc-pool.c index 43d06f62153f..b32001f08621 100644 --- a/gcc/alloc-pool.c +++ b/gcc/alloc-pool.c @@ -1,5 +1,5 @@ /* Functions to support a pool of allocatable objects. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. Contributed by Daniel Berlin This file is part of GCC. diff --git a/gcc/alloc-pool.h b/gcc/alloc-pool.h index 3ead1015d712..a5236db3dae4 100644 --- a/gcc/alloc-pool.h +++ b/gcc/alloc-pool.h @@ -1,5 +1,5 @@ /* Functions to support a pool of allocatable objects - Copyright (C) 1997-2016 Free Software Foundation, Inc. + Copyright (C) 1997-2017 Free Software Foundation, Inc. Contributed by Daniel Berlin This file is part of GCC. diff --git a/gcc/asan.c b/gcc/asan.c index 53acff0a2fb5..5f48875a3c08 100644 --- a/gcc/asan.c +++ b/gcc/asan.c @@ -1,5 +1,5 @@ /* AddressSanitizer, a fast memory error detector. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Kostya Serebryany This file is part of GCC. diff --git a/gcc/asan.h b/gcc/asan.h index 355a350bfeb8..2f1f2eeaba78 100644 --- a/gcc/asan.h +++ b/gcc/asan.h @@ -1,5 +1,5 @@ /* AddressSanitizer, a fast memory error detector. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Kostya Serebryany This file is part of GCC. diff --git a/gcc/attribs.c b/gcc/attribs.c index e66349a13259..55b21271b39e 100644 --- a/gcc/attribs.c +++ b/gcc/attribs.c @@ -1,5 +1,5 @@ /* Functions dealing with attribute handling, used by most front ends. - Copyright (C) 1992-2016 Free Software Foundation, Inc. + Copyright (C) 1992-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/attribs.h b/gcc/attribs.h index 23d30435d1d2..9d3741c1305c 100644 --- a/gcc/attribs.h +++ b/gcc/attribs.h @@ -1,5 +1,5 @@ /* Declarations and definitions dealing with attribute handling. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/auto-inc-dec.c b/gcc/auto-inc-dec.c index e80244b0f500..91fa5cf0bbe0 100644 --- a/gcc/auto-inc-dec.c +++ b/gcc/auto-inc-dec.c @@ -1,5 +1,5 @@ /* Discovery of auto-inc and auto-dec instructions. - Copyright (C) 2006-2016 Free Software Foundation, Inc. + Copyright (C) 2006-2017 Free Software Foundation, Inc. Contributed by Kenneth Zadeck This file is part of GCC. diff --git a/gcc/auto-profile.c b/gcc/auto-profile.c index 4e3d2bff6b95..6255f947991b 100644 --- a/gcc/auto-profile.c +++ b/gcc/auto-profile.c @@ -1,5 +1,5 @@ /* Read and annotate call graph profile from the auto profile data file. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. Contributed by Dehao Chen (dehao@google.com) This file is part of GCC. diff --git a/gcc/auto-profile.h b/gcc/auto-profile.h index 60b2f26df3b7..ccaef3388f01 100644 --- a/gcc/auto-profile.h +++ b/gcc/auto-profile.h @@ -1,5 +1,5 @@ /* auto-profile.h - Defines data exported from auto-profile.c - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. Contributed by Dehao Chen (dehao@google.com) This file is part of GCC. diff --git a/gcc/backend.h b/gcc/backend.h index 8d2ad6703a0f..ee560fc195c6 100644 --- a/gcc/backend.h +++ b/gcc/backend.h @@ -1,6 +1,6 @@ /* Common Backend requirements. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by Andrew MacLeod This file is part of GCC. diff --git a/gcc/basic-block.h b/gcc/basic-block.h index b4a41d3ab5fc..decd6dd2b054 100644 --- a/gcc/basic-block.h +++ b/gcc/basic-block.h @@ -1,5 +1,5 @@ /* Define control flow data structures for the CFG. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/bb-reorder.c b/gcc/bb-reorder.c index 6873b4f9089f..a8d42564c4b5 100644 --- a/gcc/bb-reorder.c +++ b/gcc/bb-reorder.c @@ -1,5 +1,5 @@ /* Basic block reordering routines for the GNU compiler. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/bb-reorder.h b/gcc/bb-reorder.h index fbb7f807234e..392f34dc1ad7 100644 --- a/gcc/bb-reorder.h +++ b/gcc/bb-reorder.h @@ -1,5 +1,5 @@ /* Basic block reordering routines for the GNU compiler. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/bitmap.c b/gcc/bitmap.c index 1a32332439fa..7bebeecca550 100644 --- a/gcc/bitmap.c +++ b/gcc/bitmap.c @@ -1,5 +1,5 @@ /* Functions to support general ended bitmaps. - Copyright (C) 1997-2016 Free Software Foundation, Inc. + Copyright (C) 1997-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/bitmap.h b/gcc/bitmap.h index 1b2c8e0c13c6..196738b1a7d1 100644 --- a/gcc/bitmap.h +++ b/gcc/bitmap.h @@ -1,5 +1,5 @@ /* Functions to support general ended bitmaps. - Copyright (C) 1997-2016 Free Software Foundation, Inc. + Copyright (C) 1997-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/bt-load.c b/gcc/bt-load.c index 6747845be7af..27be6a382c47 100644 --- a/gcc/bt-load.c +++ b/gcc/bt-load.c @@ -1,5 +1,5 @@ /* Perform branch target register load optimizations. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/builtin-attrs.def b/gcc/builtin-attrs.def index 22452d99c09f..275328893f16 100644 --- a/gcc/builtin-attrs.def +++ b/gcc/builtin-attrs.def @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2016 Free Software Foundation, Inc. +/* Copyright (C) 2001-2017 Free Software Foundation, Inc. Contributed by Joseph Myers . This file is part of GCC. diff --git a/gcc/builtin-types.def b/gcc/builtin-types.def index ecc6dcae8ff3..91745b4a82a5 100644 --- a/gcc/builtin-types.def +++ b/gcc/builtin-types.def @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2016 Free Software Foundation, Inc. +/* Copyright (C) 2001-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/builtins.c b/gcc/builtins.c index 216d9261b237..5b76dfd9b2f2 100644 --- a/gcc/builtins.c +++ b/gcc/builtins.c @@ -1,5 +1,5 @@ /* Expand builtin functions. - Copyright (C) 1988-2016 Free Software Foundation, Inc. + Copyright (C) 1988-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/builtins.def b/gcc/builtins.def index 24b34e80cf11..b5dc29150239 100644 --- a/gcc/builtins.def +++ b/gcc/builtins.def @@ -1,6 +1,6 @@ /* This file contains the definitions and documentation for the builtins used in the GNU compiler. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/builtins.h b/gcc/builtins.h index 5e836468d206..f590f6174009 100644 --- a/gcc/builtins.h +++ b/gcc/builtins.h @@ -1,5 +1,5 @@ /* Expand builtin functions. - Copyright (C) 1988-2016 Free Software Foundation, Inc. + Copyright (C) 1988-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog index d76ecd39ffdd..80735aeeef88 100644 --- a/gcc/c-family/ChangeLog +++ b/gcc/c-family/ChangeLog @@ -1,3 +1,7 @@ +2017-01-01 Jakub Jelinek + + Update copyright years. + 2016-12-29 Martin Liska PR c/78933 @@ -7409,7 +7413,7 @@ gcc/testsuite/ChangeLog: * c-common.c: Include gt-c-family-c-common.h. * c-pragma.c: Include gt-c-family-c-pragma.h. -Copyright (C) 2010-2016 Free Software Foundation, Inc. +Copyright (C) 2010-2017 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/gcc/c-family/array-notation-common.c b/gcc/c-family/array-notation-common.c index 3ae3d1706306..061c2030714b 100644 --- a/gcc/c-family/array-notation-common.c +++ b/gcc/c-family/array-notation-common.c @@ -1,7 +1,7 @@ /* This file is part of the Intel(R) Cilk(TM) Plus support This file contains the builtin functions for Array notations. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. Contributed by Balaji V. Iyer , Intel Corporation diff --git a/gcc/c-family/c-ada-spec.c b/gcc/c-family/c-ada-spec.c index 42a2cd3a302f..970aad2f1156 100644 --- a/gcc/c-family/c-ada-spec.c +++ b/gcc/c-family/c-ada-spec.c @@ -1,6 +1,6 @@ /* Print GENERIC declaration (functions, variables, types) trees coming from the C and C++ front-ends as well as macros in Ada syntax. - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Adapted from tree-pretty-print.c by Arnaud Charlet This file is part of GCC. diff --git a/gcc/c-family/c-ada-spec.h b/gcc/c-family/c-ada-spec.h index 8be94f001be6..b1e1d0d269d0 100644 --- a/gcc/c-family/c-ada-spec.h +++ b/gcc/c-family/c-ada-spec.h @@ -1,5 +1,5 @@ /* Interface for -fdump-ada-spec capability. - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/c-family/c-attribs.c b/gcc/c-family/c-attribs.c index f5adadee3af0..ce7fcaafcac4 100644 --- a/gcc/c-family/c-attribs.c +++ b/gcc/c-family/c-attribs.c @@ -1,5 +1,5 @@ /* C-family attributes handling. - Copyright (C) 1992-2016 Free Software Foundation, Inc. + Copyright (C) 1992-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/c-family/c-cilkplus.c b/gcc/c-family/c-cilkplus.c index 9f1f36471a8e..a537193798d2 100644 --- a/gcc/c-family/c-cilkplus.c +++ b/gcc/c-family/c-cilkplus.c @@ -1,7 +1,7 @@ /* This file contains routines to construct and validate Cilk Plus constructs within the C and C++ front ends. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. Contributed by Aldy Hernandez . This file is part of GCC. diff --git a/gcc/c-family/c-common.c b/gcc/c-family/c-common.c index 81dc888e9b32..15ead18d36dc 100644 --- a/gcc/c-family/c-common.c +++ b/gcc/c-family/c-common.c @@ -1,5 +1,5 @@ /* Subroutines shared by all languages that are variants of C. - Copyright (C) 1992-2016 Free Software Foundation, Inc. + Copyright (C) 1992-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/c-family/c-common.def b/gcc/c-family/c-common.def index 1d3ee5316b60..aeec27145385 100644 --- a/gcc/c-family/c-common.def +++ b/gcc/c-family/c-common.def @@ -1,7 +1,7 @@ /* This file contains the definitions and documentation for the additional tree codes used in the GNU C compiler (see tree.def for the standard codes). - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. Written by Benjamin Chelf This file is part of GCC. diff --git a/gcc/c-family/c-common.h b/gcc/c-family/c-common.h index b9131e3e9581..b838869dc252 100644 --- a/gcc/c-family/c-common.h +++ b/gcc/c-family/c-common.h @@ -1,5 +1,5 @@ /* Definitions for c-common.c. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/c-family/c-cppbuiltin.c b/gcc/c-family/c-cppbuiltin.c index a841e534374b..2115099a5561 100644 --- a/gcc/c-family/c-cppbuiltin.c +++ b/gcc/c-family/c-cppbuiltin.c @@ -1,5 +1,5 @@ /* Define builtin-in macros for the C family front ends. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/c-family/c-dump.c b/gcc/c-family/c-dump.c index da6b99da816d..67ad98a31ea9 100644 --- a/gcc/c-family/c-dump.c +++ b/gcc/c-family/c-dump.c @@ -1,5 +1,5 @@ /* Tree-dumping functionality for C-family languages. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Written by Mark Mitchell This file is part of GCC. diff --git a/gcc/c-family/c-format.c b/gcc/c-family/c-format.c index 8a4bf6f0d29a..81be935eac8f 100644 --- a/gcc/c-family/c-format.c +++ b/gcc/c-family/c-format.c @@ -1,5 +1,5 @@ /* Check calls to formatted I/O functions (-Wformat). - Copyright (C) 1992-2016 Free Software Foundation, Inc. + Copyright (C) 1992-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/c-family/c-format.h b/gcc/c-family/c-format.h index edbd4a1a1216..13ca8eadbe48 100644 --- a/gcc/c-family/c-format.h +++ b/gcc/c-family/c-format.h @@ -1,5 +1,5 @@ /* Check calls to formatted I/O functions (-Wformat). - Copyright (C) 1992-2016 Free Software Foundation, Inc. + Copyright (C) 1992-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/c-family/c-gimplify.c b/gcc/c-family/c-gimplify.c index c18b057727cf..c327ca7028f1 100644 --- a/gcc/c-family/c-gimplify.c +++ b/gcc/c-family/c-gimplify.c @@ -2,7 +2,7 @@ by the C-based front ends. The structure of gimplified, or language-independent, trees is dictated by the grammar described in this file. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Lowering of expressions contributed by Sebastian Pop Re-written to support lowering of whole function trees, documentation and miscellaneous cleanups by Diego Novillo diff --git a/gcc/c-family/c-indentation.c b/gcc/c-family/c-indentation.c index 8c336867d8c1..78ef16627bbd 100644 --- a/gcc/c-family/c-indentation.c +++ b/gcc/c-family/c-indentation.c @@ -1,5 +1,5 @@ /* Implementation of -Wmisleading-indentation - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/c-family/c-indentation.h b/gcc/c-family/c-indentation.h index 0ea486b11e2e..a4366971e961 100644 --- a/gcc/c-family/c-indentation.h +++ b/gcc/c-family/c-indentation.h @@ -1,5 +1,5 @@ /* Definitions for c-indentation.c. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/c-family/c-lex.c b/gcc/c-family/c-lex.c index e3803b0186cd..e1c8bdff9868 100644 --- a/gcc/c-family/c-lex.c +++ b/gcc/c-family/c-lex.c @@ -1,5 +1,5 @@ /* Mainly the interface between cpplib and the C front ends. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/c-family/c-objc.h b/gcc/c-family/c-objc.h index 4e362b3236d4..dc5f08faaa29 100644 --- a/gcc/c-family/c-objc.h +++ b/gcc/c-family/c-objc.h @@ -1,5 +1,5 @@ /* Definitions of Objective-C front-end entry points used for C and C++. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/c-family/c-omp.c b/gcc/c-family/c-omp.c index 2b5ad04eb5fe..519c4e4ce669 100644 --- a/gcc/c-family/c-omp.c +++ b/gcc/c-family/c-omp.c @@ -1,7 +1,7 @@ /* This file contains routines to construct OpenACC and OpenMP constructs, called from parsing in the C and C++ front ends. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Richard Henderson , Diego Novillo . diff --git a/gcc/c-family/c-opts.c b/gcc/c-family/c-opts.c index 62d2f46f9260..14e038c02b3b 100644 --- a/gcc/c-family/c-opts.c +++ b/gcc/c-family/c-opts.c @@ -1,5 +1,5 @@ /* C/ObjC/C++ command line option handling. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Neil Booth. This file is part of GCC. diff --git a/gcc/c-family/c-pch.c b/gcc/c-family/c-pch.c index 9147c62be54b..482078ac5544 100644 --- a/gcc/c-family/c-pch.c +++ b/gcc/c-family/c-pch.c @@ -1,5 +1,5 @@ /* Precompiled header implementation for the C languages. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/c-family/c-ppoutput.c b/gcc/c-family/c-ppoutput.c index 1f812a55f884..d1c92379f62f 100644 --- a/gcc/c-family/c-ppoutput.c +++ b/gcc/c-family/c-ppoutput.c @@ -1,5 +1,5 @@ /* Preprocess only, using cpplib. - Copyright (C) 1995-2016 Free Software Foundation, Inc. + Copyright (C) 1995-2017 Free Software Foundation, Inc. Written by Per Bothner, 1994-95. This program is free software; you can redistribute it and/or modify it diff --git a/gcc/c-family/c-pragma.c b/gcc/c-family/c-pragma.c index 2ecacb8d57bf..55c2b68865ce 100644 --- a/gcc/c-family/c-pragma.c +++ b/gcc/c-family/c-pragma.c @@ -1,5 +1,5 @@ /* Handle #pragma, system V.4 style. Supports #pragma weak and #pragma pack. - Copyright (C) 1992-2016 Free Software Foundation, Inc. + Copyright (C) 1992-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/c-family/c-pragma.h b/gcc/c-family/c-pragma.h index 6d9cb086ea32..a79036e97e28 100644 --- a/gcc/c-family/c-pragma.h +++ b/gcc/c-family/c-pragma.h @@ -1,5 +1,5 @@ /* Pragma related interfaces. - Copyright (C) 1995-2016 Free Software Foundation, Inc. + Copyright (C) 1995-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/c-family/c-pretty-print.c b/gcc/c-family/c-pretty-print.c index c32d0a05bfac..813bf1da8af7 100644 --- a/gcc/c-family/c-pretty-print.c +++ b/gcc/c-family/c-pretty-print.c @@ -1,5 +1,5 @@ /* Subroutines common to both C and C++ pretty-printers. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Gabriel Dos Reis This file is part of GCC. diff --git a/gcc/c-family/c-pretty-print.h b/gcc/c-family/c-pretty-print.h index 253f19223938..86a4ae326392 100644 --- a/gcc/c-family/c-pretty-print.h +++ b/gcc/c-family/c-pretty-print.h @@ -1,5 +1,5 @@ /* Various declarations for the C and C++ pretty-printers. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Gabriel Dos Reis This file is part of GCC. diff --git a/gcc/c-family/c-semantics.c b/gcc/c-family/c-semantics.c index 4845a8b54a9f..3ceb714e4b16 100644 --- a/gcc/c-family/c-semantics.c +++ b/gcc/c-family/c-semantics.c @@ -1,5 +1,5 @@ /* This file contains subroutine used by the C front-end to construct GENERIC. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. Written by Benjamin Chelf (chelf@codesourcery.com). This file is part of GCC. diff --git a/gcc/c-family/c-target-def.h b/gcc/c-family/c-target-def.h index d0c03a75b607..781afbc78fe6 100644 --- a/gcc/c-family/c-target-def.h +++ b/gcc/c-family/c-target-def.h @@ -1,5 +1,5 @@ /* Default initializers for C-family target hooks. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/gcc/c-family/c-target.def b/gcc/c-family/c-target.def index 0083835c1d55..8318e50f3a24 100644 --- a/gcc/c-family/c-target.def +++ b/gcc/c-family/c-target.def @@ -1,5 +1,5 @@ /* Target hook definitions for C-family front ends. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/gcc/c-family/c-target.h b/gcc/c-family/c-target.h index 1a248a56db16..1c8d42a70979 100644 --- a/gcc/c-family/c-target.h +++ b/gcc/c-family/c-target.h @@ -1,5 +1,5 @@ /* Data structure definitions for target-specific C-family behavior. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/gcc/c-family/c-ubsan.c b/gcc/c-family/c-ubsan.c index 6f93d80a7460..36aa919a872f 100644 --- a/gcc/c-family/c-ubsan.c +++ b/gcc/c-family/c-ubsan.c @@ -1,5 +1,5 @@ /* UndefinedBehaviorSanitizer, undefined behavior detector. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. Contributed by Marek Polacek This file is part of GCC. diff --git a/gcc/c-family/c-ubsan.h b/gcc/c-family/c-ubsan.h index 30d4f971a7e9..dc0897d605f9 100644 --- a/gcc/c-family/c-ubsan.h +++ b/gcc/c-family/c-ubsan.h @@ -1,5 +1,5 @@ /* UndefinedBehaviorSanitizer, undefined behavior detector. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. Contributed by Marek Polacek This file is part of GCC. diff --git a/gcc/c-family/c-warn.c b/gcc/c-family/c-warn.c index 7197fe3d7502..1dbf47e8cd18 100644 --- a/gcc/c-family/c-warn.c +++ b/gcc/c-family/c-warn.c @@ -1,5 +1,5 @@ /* Diagnostic routines shared by all languages that are variants of C. - Copyright (C) 1992-2016 Free Software Foundation, Inc. + Copyright (C) 1992-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/c-family/c.opt b/gcc/c-family/c.opt index 4652708b7f10..3c06aec34b26 100644 --- a/gcc/c-family/c.opt +++ b/gcc/c-family/c.opt @@ -1,5 +1,5 @@ ; Options for the C, ObjC, C++ and ObjC++ front ends. -; Copyright (C) 2003-2016 Free Software Foundation, Inc. +; Copyright (C) 2003-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/c-family/cilk.c b/gcc/c-family/cilk.c index 8042f216e0ab..43478fff9144 100644 --- a/gcc/c-family/cilk.c +++ b/gcc/c-family/cilk.c @@ -1,6 +1,6 @@ /* This file is part of the Intel(R) Cilk(TM) Plus support This file contains the CilkPlus Intrinsics - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. Contributed by Balaji V. Iyer , Intel Corporation diff --git a/gcc/c-family/cppspec.c b/gcc/c-family/cppspec.c index 18cd61ceebd5..abe7d91fe819 100644 --- a/gcc/c-family/cppspec.c +++ b/gcc/c-family/cppspec.c @@ -1,5 +1,5 @@ /* Specific flags and argument handling of the C preprocessor. - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/c-family/stub-objc.c b/gcc/c-family/stub-objc.c index e26207e302f5..33dc2a1abd6f 100644 --- a/gcc/c-family/stub-objc.c +++ b/gcc/c-family/stub-objc.c @@ -1,7 +1,7 @@ /* Stub functions for Objective-C and Objective-C++ routines that are called from within the C and C++ front-ends, respectively. - Copyright (C) 1991-2016 Free Software Foundation, Inc. + Copyright (C) 1991-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog index 7a5e74118908..d9146b37e883 100644 --- a/gcc/c/ChangeLog +++ b/gcc/c/ChangeLog @@ -1,3 +1,7 @@ +2017-01-01 Jakub Jelinek + + Update copyright years. + 2016-12-21 Jakub Jelinek PR bootstrap/78817 @@ -4136,7 +4140,7 @@ * c-decl.c: Likewise. Include gt-c-c-decl.h, not gt-c-decl.h. * c-parser.c: Likewise. Include gt-c-c-parser.h, not gt-c-parser.h. -Copyright (C) 2012-2016 Free Software Foundation, Inc. +Copyright (C) 2012-2017 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/gcc/c/Make-lang.in b/gcc/c/Make-lang.in index cd7108b8afab..cfd8cd2b1697 100644 --- a/gcc/c/Make-lang.in +++ b/gcc/c/Make-lang.in @@ -1,5 +1,5 @@ # Top level -*- makefile -*- fragment for GNU C - C language. -# Copyright (C) 1994-2016 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. #This file is part of GCC. diff --git a/gcc/c/c-array-notation.c b/gcc/c/c-array-notation.c index ce609112089c..4c6651ea29c3 100644 --- a/gcc/c/c-array-notation.c +++ b/gcc/c/c-array-notation.c @@ -1,7 +1,7 @@ /* This file is part of the Intel(R) Cilk(TM) Plus support This file contains routines to handle Array Notation expression handling routines in the C Compiler. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. Contributed by Balaji V. Iyer , Intel Corporation. diff --git a/gcc/c/c-aux-info.c b/gcc/c/c-aux-info.c index f69c04369cf5..a7928f43753d 100644 --- a/gcc/c/c-aux-info.c +++ b/gcc/c/c-aux-info.c @@ -1,7 +1,7 @@ /* Generate information regarding function declarations and definitions based on information stored in GCC's tree structure. This code implements the -aux-info option. - Copyright (C) 1989-2016 Free Software Foundation, Inc. + Copyright (C) 1989-2017 Free Software Foundation, Inc. Contributed by Ron Guilmette (rfg@segfault.us.com). This file is part of GCC. diff --git a/gcc/c/c-convert.c b/gcc/c/c-convert.c index 4167c3461f3f..163feff837da 100644 --- a/gcc/c/c-convert.c +++ b/gcc/c/c-convert.c @@ -1,5 +1,5 @@ /* Language-level data type conversion for GNU C. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/c/c-decl.c b/gcc/c/c-decl.c index eca94c5a101e..a15903ac11b4 100644 --- a/gcc/c/c-decl.c +++ b/gcc/c/c-decl.c @@ -1,5 +1,5 @@ /* Process declarations and variables for C compiler. - Copyright (C) 1988-2016 Free Software Foundation, Inc. + Copyright (C) 1988-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/c/c-errors.c b/gcc/c/c-errors.c index af157c00fc83..2c9267c18653 100644 --- a/gcc/c/c-errors.c +++ b/gcc/c/c-errors.c @@ -1,5 +1,5 @@ /* Various diagnostic subroutines for the GNU C language. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. Contributed by Gabriel Dos Reis This file is part of GCC. diff --git a/gcc/c/c-fold.c b/gcc/c/c-fold.c index 8bc3a9c178f5..b060d76da43f 100644 --- a/gcc/c/c-fold.c +++ b/gcc/c/c-fold.c @@ -1,5 +1,5 @@ /* Support for fully folding sub-trees of an expression for C compiler. - Copyright (C) 1992-2016 Free Software Foundation, Inc. + Copyright (C) 1992-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/c/c-lang.c b/gcc/c/c-lang.c index b4096d064ee0..510b7e7de478 100644 --- a/gcc/c/c-lang.c +++ b/gcc/c/c-lang.c @@ -1,5 +1,5 @@ /* Language-specific hook definitions for C front end. - Copyright (C) 1991-2016 Free Software Foundation, Inc. + Copyright (C) 1991-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/c/c-lang.h b/gcc/c/c-lang.h index ac7c1bb05415..872bd5823c50 100644 --- a/gcc/c/c-lang.h +++ b/gcc/c/c-lang.h @@ -1,5 +1,5 @@ /* Definitions for C language specific types. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/c/c-objc-common.c b/gcc/c/c-objc-common.c index 20dc024b8596..5e694887307d 100644 --- a/gcc/c/c-objc-common.c +++ b/gcc/c/c-objc-common.c @@ -1,5 +1,5 @@ /* Some code common to C and ObjC front ends. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/c/c-objc-common.h b/gcc/c/c-objc-common.h index c86e40ebd6dc..bee06e9a37ef 100644 --- a/gcc/c/c-objc-common.h +++ b/gcc/c/c-objc-common.h @@ -1,5 +1,5 @@ /* Language hooks common to C and ObjC front ends. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Ziemowit Laski This file is part of GCC. diff --git a/gcc/c/c-parser.c b/gcc/c/c-parser.c index a775b6064f67..6d443da2069b 100644 --- a/gcc/c/c-parser.c +++ b/gcc/c/c-parser.c @@ -1,5 +1,5 @@ /* Parser for C and Objective-C. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. Parser actions based on the old Bison parser; structure somewhat influenced by and fragments based on the C++ parser. diff --git a/gcc/c/c-parser.h b/gcc/c/c-parser.h index ff8aceb8b83e..1e344c40e27d 100644 --- a/gcc/c/c-parser.h +++ b/gcc/c/c-parser.h @@ -1,5 +1,5 @@ /* Declarations for the parser for C and Objective-C. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. Parser actions based on the old Bison parser; structure somewhat influenced by and fragments based on the C++ parser. diff --git a/gcc/c/c-tree.h b/gcc/c/c-tree.h index a8cf353eb4dc..26048845978c 100644 --- a/gcc/c/c-tree.h +++ b/gcc/c/c-tree.h @@ -1,5 +1,5 @@ /* Definitions for C parsing and type checking. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/c/c-typeck.c b/gcc/c/c-typeck.c index a269682d4ed9..54ae7d808aa9 100644 --- a/gcc/c/c-typeck.c +++ b/gcc/c/c-typeck.c @@ -1,5 +1,5 @@ /* Build expressions with type checking for C compiler. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/c/config-lang.in b/gcc/c/config-lang.in index 51fbb5366d3e..0a4c888dd0bc 100644 --- a/gcc/c/config-lang.in +++ b/gcc/c/config-lang.in @@ -1,5 +1,5 @@ # Top level configure fragment for GNU C - C language. -# Copyright (C) 1994-2016 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. #This file is part of GCC. diff --git a/gcc/c/gccspec.c b/gcc/c/gccspec.c index cfb0aa0450af..8a85430dcaa9 100644 --- a/gcc/c/gccspec.c +++ b/gcc/c/gccspec.c @@ -1,5 +1,5 @@ /* Specific flags and argument handling of the C front-end. - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/c/gimple-parser.c b/gcc/c/gimple-parser.c index b7cef93a2910..291bbf6159e7 100644 --- a/gcc/c/gimple-parser.c +++ b/gcc/c/gimple-parser.c @@ -1,5 +1,5 @@ /* Parser for GIMPLE. - Copyright (C) 2016 Free Software Foundation, Inc. + Copyright (C) 2016-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/c/gimple-parser.h b/gcc/c/gimple-parser.h index f72b62657d4e..fd36ce18ee06 100644 --- a/gcc/c/gimple-parser.h +++ b/gcc/c/gimple-parser.h @@ -1,5 +1,5 @@ /* Declarations for the parser for GIMPLE. - Copyright (C) 2016 Free Software Foundation, Inc. + Copyright (C) 2016-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/caller-save.c b/gcc/caller-save.c index 24546bf9db35..27da129ab9ca 100644 --- a/gcc/caller-save.c +++ b/gcc/caller-save.c @@ -1,5 +1,5 @@ /* Save and restore call-clobbered registers which are live across a call. - Copyright (C) 1989-2016 Free Software Foundation, Inc. + Copyright (C) 1989-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/calls.c b/gcc/calls.c index bc3cbd599fc3..b7bbec53eded 100644 --- a/gcc/calls.c +++ b/gcc/calls.c @@ -1,5 +1,5 @@ /* Convert function calls to rtl insns, for GNU C compiler. - Copyright (C) 1989-2016 Free Software Foundation, Inc. + Copyright (C) 1989-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/calls.h b/gcc/calls.h index 3b0726345afb..e87fbda1d14f 100644 --- a/gcc/calls.h +++ b/gcc/calls.h @@ -1,5 +1,5 @@ /* Declarations and data types for RTL call insn generation. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ccmp.c b/gcc/ccmp.c index 14222ca59426..92ca133d8421 100644 --- a/gcc/ccmp.c +++ b/gcc/ccmp.c @@ -1,5 +1,5 @@ /* Conditional compare related functions - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ccmp.h b/gcc/ccmp.h index ca1b20bd7172..bc1aafbc65ef 100644 --- a/gcc/ccmp.h +++ b/gcc/ccmp.h @@ -1,5 +1,5 @@ /* Conditional comapre related functions. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cfg-flags.def b/gcc/cfg-flags.def index d36c3183a933..a010c515f37e 100644 --- a/gcc/cfg-flags.def +++ b/gcc/cfg-flags.def @@ -1,5 +1,5 @@ /* Flags on basic blocks and edges. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cfg.c b/gcc/cfg.c index 6604b02192cb..97cc755cccd3 100644 --- a/gcc/cfg.c +++ b/gcc/cfg.c @@ -1,5 +1,5 @@ /* Control flow graph manipulation code for GNU compiler. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cfg.h b/gcc/cfg.h index ad935e3ee088..d421d3b688e5 100644 --- a/gcc/cfg.h +++ b/gcc/cfg.h @@ -1,5 +1,5 @@ /* Control flow graph manipulation code header file. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cfganal.c b/gcc/cfganal.c index 931e814e8cf7..7377a7a04344 100644 --- a/gcc/cfganal.c +++ b/gcc/cfganal.c @@ -1,5 +1,5 @@ /* Control flow graph analysis code for GNU compiler. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cfganal.h b/gcc/cfganal.h index ea7ed7a425f2..7df484b84419 100644 --- a/gcc/cfganal.h +++ b/gcc/cfganal.h @@ -1,5 +1,5 @@ /* Control flow graph analysis header file. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cfgbuild.c b/gcc/cfgbuild.c index 6c70971528e8..69ca1282c37f 100644 --- a/gcc/cfgbuild.c +++ b/gcc/cfgbuild.c @@ -1,5 +1,5 @@ /* Control flow graph building code for GNU compiler. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cfgbuild.h b/gcc/cfgbuild.h index f530cf0a6efe..afda5acbdc57 100644 --- a/gcc/cfgbuild.h +++ b/gcc/cfgbuild.h @@ -1,5 +1,5 @@ /* Control flow graph building header file. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cfgcleanup.c b/gcc/cfgcleanup.c index c67b4d707f22..522c9c2bebe0 100644 --- a/gcc/cfgcleanup.c +++ b/gcc/cfgcleanup.c @@ -1,5 +1,5 @@ /* Control flow optimization code for GNU compiler. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cfgcleanup.h b/gcc/cfgcleanup.h index 42924176ad28..0cba3678066b 100644 --- a/gcc/cfgcleanup.h +++ b/gcc/cfgcleanup.h @@ -1,5 +1,5 @@ /* Control flow optimization header file. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cfgexpand.c b/gcc/cfgexpand.c index 97dc6484364a..ae063c1764fa 100644 --- a/gcc/cfgexpand.c +++ b/gcc/cfgexpand.c @@ -1,5 +1,5 @@ /* A pass for lowering trees to RTL. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cfgexpand.h b/gcc/cfgexpand.h index bc53ed60127f..05967355b150 100644 --- a/gcc/cfgexpand.h +++ b/gcc/cfgexpand.h @@ -1,5 +1,5 @@ /* Header file for lowering trees to RTL. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cfghooks.c b/gcc/cfghooks.c index 4a6fcbf56dcb..ce2da6a2f39c 100644 --- a/gcc/cfghooks.c +++ b/gcc/cfghooks.c @@ -1,5 +1,5 @@ /* Hooks for cfg representation specific functions. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Sebastian Pop This file is part of GCC. diff --git a/gcc/cfghooks.h b/gcc/cfghooks.h index b7912a1eda3e..4c1abe73623d 100644 --- a/gcc/cfghooks.h +++ b/gcc/cfghooks.h @@ -1,5 +1,5 @@ /* Hooks for cfg representation specific functions. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Sebastian Pop This file is part of GCC. diff --git a/gcc/cfgloop.c b/gcc/cfgloop.c index 205562fe3fa6..afd56bb8cf7f 100644 --- a/gcc/cfgloop.c +++ b/gcc/cfgloop.c @@ -1,5 +1,5 @@ /* Natural loop discovery code for GNU compiler. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cfgloop.h b/gcc/cfgloop.h index 0448a61dc5c8..80a191507f00 100644 --- a/gcc/cfgloop.h +++ b/gcc/cfgloop.h @@ -1,5 +1,5 @@ /* Natural loop functions - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cfgloopanal.c b/gcc/cfgloopanal.c index 9ea48b1eb2be..aa06c966002c 100644 --- a/gcc/cfgloopanal.c +++ b/gcc/cfgloopanal.c @@ -1,5 +1,5 @@ /* Natural loop analysis code for GNU compiler. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cfgloopmanip.c b/gcc/cfgloopmanip.c index 84b6b019bc92..71fbe6b56e49 100644 --- a/gcc/cfgloopmanip.c +++ b/gcc/cfgloopmanip.c @@ -1,5 +1,5 @@ /* Loop manipulation code for GNU compiler. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cfgloopmanip.h b/gcc/cfgloopmanip.h index 5c4552c5c433..004becfccb1d 100644 --- a/gcc/cfgloopmanip.h +++ b/gcc/cfgloopmanip.h @@ -1,5 +1,5 @@ /* Loop manipulation header. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cfgrtl.c b/gcc/cfgrtl.c index d0aac0945207..760434609c5d 100644 --- a/gcc/cfgrtl.c +++ b/gcc/cfgrtl.c @@ -1,5 +1,5 @@ /* Control flow graph manipulation code for GNU compiler. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cfgrtl.h b/gcc/cfgrtl.h index 8e2c13cfc8fc..befd1aaaa857 100644 --- a/gcc/cfgrtl.h +++ b/gcc/cfgrtl.h @@ -1,5 +1,5 @@ /* Define control flow data structures for the CFG. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cgraph.c b/gcc/cgraph.c index fd2465e81a63..ef2dc50282cc 100644 --- a/gcc/cgraph.c +++ b/gcc/cgraph.c @@ -1,5 +1,5 @@ /* Callgraph handling code. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Jan Hubicka This file is part of GCC. diff --git a/gcc/cgraph.h b/gcc/cgraph.h index 3feed7a8d805..db2915c57516 100644 --- a/gcc/cgraph.h +++ b/gcc/cgraph.h @@ -1,5 +1,5 @@ /* Callgraph handling code. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Jan Hubicka This file is part of GCC. diff --git a/gcc/cgraphbuild.c b/gcc/cgraphbuild.c index 4df5fe0ce4d3..034b8fa99742 100644 --- a/gcc/cgraphbuild.c +++ b/gcc/cgraphbuild.c @@ -1,5 +1,5 @@ /* Callgraph construction. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Jan Hubicka This file is part of GCC. diff --git a/gcc/cgraphclones.c b/gcc/cgraphclones.c index 349892dab67b..a17663519a96 100644 --- a/gcc/cgraphclones.c +++ b/gcc/cgraphclones.c @@ -1,5 +1,5 @@ /* Callgraph clones - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Jan Hubicka This file is part of GCC. diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c index e315a77ae7ce..81a3ae919985 100644 --- a/gcc/cgraphunit.c +++ b/gcc/cgraphunit.c @@ -1,5 +1,5 @@ /* Driver of optimization process - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Jan Hubicka This file is part of GCC. diff --git a/gcc/chkp-builtins.def b/gcc/chkp-builtins.def index f6839cfb78b9..9daeabd57f07 100644 --- a/gcc/chkp-builtins.def +++ b/gcc/chkp-builtins.def @@ -1,6 +1,6 @@ /* This file contains the definitions and documentation for the builtins used in the GNU compiler. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cif-code.def b/gcc/cif-code.def index b5e019ffb7b4..de84de5828ba 100644 --- a/gcc/cif-code.def +++ b/gcc/cif-code.def @@ -1,7 +1,7 @@ /* This file contains the definitions of the cgraph_inline_failed_t enums used in GCC. - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Doug Kwan This file is part of GCC. diff --git a/gcc/cilk-builtins.def b/gcc/cilk-builtins.def index 9327ca9cf5a0..348d08efd9e3 100644 --- a/gcc/cilk-builtins.def +++ b/gcc/cilk-builtins.def @@ -1,6 +1,6 @@ /* This file contains the definitions and documentation for the Cilk Plus builtins used in the GNU compiler. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. Contributed by Balaji V. Iyer Intel Corporation. diff --git a/gcc/cilk-common.c b/gcc/cilk-common.c index ecd7abe0adf5..46626b75b23a 100644 --- a/gcc/cilk-common.c +++ b/gcc/cilk-common.c @@ -1,6 +1,6 @@ /* This file is part of the Intel(R) Cilk(TM) Plus support This file contains the CilkPlus Intrinsics - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. Contributed by Balaji V. Iyer , Intel Corporation diff --git a/gcc/cilk.h b/gcc/cilk.h index c5f24ff260b3..27c2e0a63e9a 100644 --- a/gcc/cilk.h +++ b/gcc/cilk.h @@ -1,6 +1,6 @@ /* This file is part of the Intel(R) Cilk(TM) Plus support This file contains Cilk Support files. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. Contributed by Balaji V. Iyer , Intel Corporation diff --git a/gcc/cilkplus.def b/gcc/cilkplus.def index b5eb303b8d52..450ed173092f 100644 --- a/gcc/cilkplus.def +++ b/gcc/cilkplus.def @@ -1,6 +1,6 @@ /* This file contains the definitions and documentation for the CilkPlus builtins used in the GNU compiler. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/collect-utils.c b/gcc/collect-utils.c index c0080e1c0c20..f3f51a416240 100644 --- a/gcc/collect-utils.c +++ b/gcc/collect-utils.c @@ -1,5 +1,5 @@ /* Utility functions used by tools like collect2 and lto-wrapper. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/collect-utils.h b/gcc/collect-utils.h index a8790f8a9ccb..1bb934f8c997 100644 --- a/gcc/collect-utils.h +++ b/gcc/collect-utils.h @@ -1,5 +1,5 @@ /* Utility functions used by tools like collect2 and lto-wrapper. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/collect2-aix.c b/gcc/collect2-aix.c index 91adcb2b389a..439dd7d1033e 100644 --- a/gcc/collect2-aix.c +++ b/gcc/collect2-aix.c @@ -1,5 +1,5 @@ /* AIX cross support for collect2. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/collect2-aix.h b/gcc/collect2-aix.h index 91eaec7e22c7..a8c5d6599cda 100644 --- a/gcc/collect2-aix.h +++ b/gcc/collect2-aix.h @@ -1,5 +1,5 @@ /* AIX cross support for collect2. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/collect2.c b/gcc/collect2.c index bffac802b8fe..b109f73517ad 100644 --- a/gcc/collect2.c +++ b/gcc/collect2.c @@ -1,6 +1,6 @@ /* Collect static initialization info into data structures that can be traversed by C++ initialization and finalization routines. - Copyright (C) 1992-2016 Free Software Foundation, Inc. + Copyright (C) 1992-2017 Free Software Foundation, Inc. Contributed by Chris Smith (csmith@convex.com). Heavily modified by Michael Meissner (meissner@cygnus.com), Per Bothner (bothner@cygnus.com), and John Gilmore (gnu@cygnus.com). diff --git a/gcc/collect2.h b/gcc/collect2.h index e12254423286..2fbb8b262b74 100644 --- a/gcc/collect2.h +++ b/gcc/collect2.h @@ -1,5 +1,5 @@ /* Header file for collect/tlink routines. - Copyright (C) 1998-2016 Free Software Foundation, Inc. + Copyright (C) 1998-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/combine-stack-adj.c b/gcc/combine-stack-adj.c index 3302550fc271..20cd59ad0832 100644 --- a/gcc/combine-stack-adj.c +++ b/gcc/combine-stack-adj.c @@ -1,5 +1,5 @@ /* Combine stack adjustments. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/combine.c b/gcc/combine.c index e74ff4c20a1f..3043f2a7adb8 100644 --- a/gcc/combine.c +++ b/gcc/combine.c @@ -1,5 +1,5 @@ /* Optimize by combining instructions for GNU compiler. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/common.md b/gcc/common.md index 24bc45e3f83c..dd28a7b5f2b3 100644 --- a/gcc/common.md +++ b/gcc/common.md @@ -1,5 +1,5 @@ ;; Common GCC machine description file, shared by all targets. -;; Copyright (C) 2014-2016 Free Software Foundation, Inc. +;; Copyright (C) 2014-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/common.opt b/gcc/common.opt index 6ebaf9ca6728..9e751bda6beb 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -1,6 +1,6 @@ ; Options for the language- and target-independent parts of the compiler. -; Copyright (C) 2003-2016 Free Software Foundation, Inc. +; Copyright (C) 2003-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/common/common-target-def.h b/gcc/common/common-target-def.h index ef6171953f24..eb887c1d908b 100644 --- a/gcc/common/common-target-def.h +++ b/gcc/common/common-target-def.h @@ -1,5 +1,5 @@ /* Default initializers for common target hooks. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/gcc/common/common-target.def b/gcc/common/common-target.def index 2b35b44a670e..6128cfb8bdca 100644 --- a/gcc/common/common-target.def +++ b/gcc/common/common-target.def @@ -1,5 +1,5 @@ /* Target hook definitions for common hooks. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/gcc/common/common-target.h b/gcc/common/common-target.h index 0bb4a859b529..dd197c857d01 100644 --- a/gcc/common/common-target.h +++ b/gcc/common/common-target.h @@ -1,5 +1,5 @@ /* Data structure definitions for common hooks. - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/gcc/common/common-targhooks.c b/gcc/common/common-targhooks.c index d9561420917c..5ab17b9bc2fd 100644 --- a/gcc/common/common-targhooks.c +++ b/gcc/common/common-targhooks.c @@ -1,5 +1,5 @@ /* Default common target hook functions. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/common/common-targhooks.h b/gcc/common/common-targhooks.h index 266f426b2b0f..94e8b977a413 100644 --- a/gcc/common/common-targhooks.h +++ b/gcc/common/common-targhooks.h @@ -1,5 +1,5 @@ /* Default common target hook functions. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/common/config/aarch64/aarch64-common.c b/gcc/common/config/aarch64/aarch64-common.c index dac84f2dec5b..a0b7f486652c 100644 --- a/gcc/common/config/aarch64/aarch64-common.c +++ b/gcc/common/config/aarch64/aarch64-common.c @@ -1,5 +1,5 @@ /* Common hooks for AArch64. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GCC. diff --git a/gcc/common/config/alpha/alpha-common.c b/gcc/common/config/alpha/alpha-common.c index 5ab7665721c4..be42282270bb 100644 --- a/gcc/common/config/alpha/alpha-common.c +++ b/gcc/common/config/alpha/alpha-common.c @@ -1,5 +1,5 @@ /* Common hooks for DEC Alpha. - Copyright (C) 1992-2016 Free Software Foundation, Inc. + Copyright (C) 1992-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/common/config/arc/arc-common.c b/gcc/common/config/arc/arc-common.c index 9f8712281ff6..88bfec6335be 100644 --- a/gcc/common/config/arc/arc-common.c +++ b/gcc/common/config/arc/arc-common.c @@ -1,5 +1,5 @@ /* Common hooks for Synopsys DesignWare ARC - Copyright (C) 1994-2016 Free Software Foundation, Inc. + Copyright (C) 1994-2017 Free Software Foundation, Inc. Contributor: Joern Rennecke on behalf of Synopsys Inc. Claudiu Zissulescu diff --git a/gcc/common/config/arm/arm-common.c b/gcc/common/config/arm/arm-common.c index 611675b0bd3d..4103c67ce2f7 100644 --- a/gcc/common/config/arm/arm-common.c +++ b/gcc/common/config/arm/arm-common.c @@ -1,5 +1,5 @@ /* Common hooks for ARM. - Copyright (C) 1991-2016 Free Software Foundation, Inc. + Copyright (C) 1991-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/common/config/avr/avr-common.c b/gcc/common/config/avr/avr-common.c index 75c877175c1d..eaaf211e41c3 100644 --- a/gcc/common/config/avr/avr-common.c +++ b/gcc/common/config/avr/avr-common.c @@ -1,5 +1,5 @@ /* Common hooks for ATMEL AVR. - Copyright (C) 1998-2016 Free Software Foundation, Inc. + Copyright (C) 1998-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/common/config/bfin/bfin-common.c b/gcc/common/config/bfin/bfin-common.c index ceee72f7cb92..bb273dd21f36 100644 --- a/gcc/common/config/bfin/bfin-common.c +++ b/gcc/common/config/bfin/bfin-common.c @@ -1,5 +1,5 @@ /* Common hooks for Blackfin. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/common/config/c6x/c6x-common.c b/gcc/common/config/c6x/c6x-common.c index 38be5ba6a4ed..3de96a034f09 100644 --- a/gcc/common/config/c6x/c6x-common.c +++ b/gcc/common/config/c6x/c6x-common.c @@ -1,5 +1,5 @@ /* TI C6X common hooks. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/common/config/cr16/cr16-common.c b/gcc/common/config/cr16/cr16-common.c index a3eca914f57e..620a812eacf3 100644 --- a/gcc/common/config/cr16/cr16-common.c +++ b/gcc/common/config/cr16/cr16-common.c @@ -1,5 +1,5 @@ /* Common hooks for CR16. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/common/config/cris/cris-common.c b/gcc/common/config/cris/cris-common.c index c8e413488697..94a3fcf87928 100644 --- a/gcc/common/config/cris/cris-common.c +++ b/gcc/common/config/cris/cris-common.c @@ -1,5 +1,5 @@ /* Common hooks for CRIS. - Copyright (C) 1998-2016 Free Software Foundation, Inc. + Copyright (C) 1998-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/common/config/default-common.c b/gcc/common/config/default-common.c index 3e66bc20a7b6..d14e27cfffd2 100644 --- a/gcc/common/config/default-common.c +++ b/gcc/common/config/default-common.c @@ -1,5 +1,5 @@ /* Default common target hooks initializer. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/common/config/epiphany/epiphany-common.c b/gcc/common/config/epiphany/epiphany-common.c index 82b9d093496d..ced64cd4e5ad 100644 --- a/gcc/common/config/epiphany/epiphany-common.c +++ b/gcc/common/config/epiphany/epiphany-common.c @@ -1,5 +1,5 @@ /* Common hooks for Adapteva Epiphany - Copyright (C) 1994-2016 Free Software Foundation, Inc. + Copyright (C) 1994-2017 Free Software Foundation, Inc. Contributed by Embecosm on behalf of Adapteva, Inc. This file is part of GCC. diff --git a/gcc/common/config/fr30/fr30-common.c b/gcc/common/config/fr30/fr30-common.c index eff00579ef65..9388cca1a7c5 100644 --- a/gcc/common/config/fr30/fr30-common.c +++ b/gcc/common/config/fr30/fr30-common.c @@ -1,5 +1,5 @@ /* Common hooks for FR30. - Copyright (C) 1998-2016 Free Software Foundation, Inc. + Copyright (C) 1998-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/common/config/frv/frv-common.c b/gcc/common/config/frv/frv-common.c index 13ed5e8769e8..9c2399ba6834 100644 --- a/gcc/common/config/frv/frv-common.c +++ b/gcc/common/config/frv/frv-common.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1997-2016 Free Software Foundation, Inc. +/* Copyright (C) 1997-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/common/config/h8300/h8300-common.c b/gcc/common/config/h8300/h8300-common.c index 94f07e10990e..8ad19ce9c934 100644 --- a/gcc/common/config/h8300/h8300-common.c +++ b/gcc/common/config/h8300/h8300-common.c @@ -1,5 +1,5 @@ /* Common hooks for Renesas H8/300. - Copyright (C) 1992-2016 Free Software Foundation, Inc. + Copyright (C) 1992-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/common/config/i386/i386-common.c b/gcc/common/config/i386/i386-common.c index 98224f54e914..d1f82fdca681 100644 --- a/gcc/common/config/i386/i386-common.c +++ b/gcc/common/config/i386/i386-common.c @@ -1,5 +1,5 @@ /* IA-32 common hooks. - Copyright (C) 1988-2016 Free Software Foundation, Inc. + Copyright (C) 1988-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/common/config/ia64/ia64-common.c b/gcc/common/config/ia64/ia64-common.c index 65879fc41fbd..86e54e392ba8 100644 --- a/gcc/common/config/ia64/ia64-common.c +++ b/gcc/common/config/ia64/ia64-common.c @@ -1,5 +1,5 @@ /* Common hooks for IA64. - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/common/config/iq2000/iq2000-common.c b/gcc/common/config/iq2000/iq2000-common.c index d70ae9283f38..9f36ddcbbb52 100644 --- a/gcc/common/config/iq2000/iq2000-common.c +++ b/gcc/common/config/iq2000/iq2000-common.c @@ -1,5 +1,5 @@ /* Common hooks for Vitesse IQ2000. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/common/config/lm32/lm32-common.c b/gcc/common/config/lm32/lm32-common.c index 5019ac5b060b..969fce25841e 100644 --- a/gcc/common/config/lm32/lm32-common.c +++ b/gcc/common/config/lm32/lm32-common.c @@ -1,6 +1,6 @@ /* Common hooks for Lattice Mico32. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/common/config/m32r/m32r-common.c b/gcc/common/config/m32r/m32r-common.c index 8c36fdac14af..d2add8dd5e56 100644 --- a/gcc/common/config/m32r/m32r-common.c +++ b/gcc/common/config/m32r/m32r-common.c @@ -1,5 +1,5 @@ /* Common hooks for Renesas M32R. - Copyright (C) 1996-2016 Free Software Foundation, Inc. + Copyright (C) 1996-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/common/config/m68k/m68k-common.c b/gcc/common/config/m68k/m68k-common.c index a3db883840a2..09ffb99ade5d 100644 --- a/gcc/common/config/m68k/m68k-common.c +++ b/gcc/common/config/m68k/m68k-common.c @@ -1,5 +1,5 @@ /* Common hooks for Motorola 68000 family. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/common/config/mcore/mcore-common.c b/gcc/common/config/mcore/mcore-common.c index 2ad4c70d7a14..03f70a95d31b 100644 --- a/gcc/common/config/mcore/mcore-common.c +++ b/gcc/common/config/mcore/mcore-common.c @@ -1,5 +1,5 @@ /* Common hooks for Motorola MCore. - Copyright (C) 1993-2016 Free Software Foundation, Inc. + Copyright (C) 1993-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/common/config/microblaze/microblaze-common.c b/gcc/common/config/microblaze/microblaze-common.c index f369bc58d143..57a30999761f 100644 --- a/gcc/common/config/microblaze/microblaze-common.c +++ b/gcc/common/config/microblaze/microblaze-common.c @@ -1,5 +1,5 @@ /* Common hooks for Xilinx MicroBlaze. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/common/config/mips/mips-common.c b/gcc/common/config/mips/mips-common.c index fd2344136c42..525af741d58c 100644 --- a/gcc/common/config/mips/mips-common.c +++ b/gcc/common/config/mips/mips-common.c @@ -1,5 +1,5 @@ /* Common hooks for MIPS. - Copyright (C) 1989-2016 Free Software Foundation, Inc. + Copyright (C) 1989-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/common/config/mmix/mmix-common.c b/gcc/common/config/mmix/mmix-common.c index 501022fcaa7e..dd281394c0b4 100644 --- a/gcc/common/config/mmix/mmix-common.c +++ b/gcc/common/config/mmix/mmix-common.c @@ -1,5 +1,5 @@ /* Common hooks for MMIX. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/common/config/mn10300/mn10300-common.c b/gcc/common/config/mn10300/mn10300-common.c index 7a4d084ffe9e..e2df672ef665 100644 --- a/gcc/common/config/mn10300/mn10300-common.c +++ b/gcc/common/config/mn10300/mn10300-common.c @@ -1,5 +1,5 @@ /* Common hooks for Matsushita MN10300 series. - Copyright (C) 1996-2016 Free Software Foundation, Inc. + Copyright (C) 1996-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/common/config/msp430/msp430-common.c b/gcc/common/config/msp430/msp430-common.c index d546844e24fd..b3f78efd3450 100644 --- a/gcc/common/config/msp430/msp430-common.c +++ b/gcc/common/config/msp430/msp430-common.c @@ -1,5 +1,5 @@ /* Common hooks for Texas Instruments MSP430. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/common/config/nds32/nds32-common.c b/gcc/common/config/nds32/nds32-common.c index fb75956f0b05..854a840614f7 100644 --- a/gcc/common/config/nds32/nds32-common.c +++ b/gcc/common/config/nds32/nds32-common.c @@ -1,5 +1,5 @@ /* Common hooks of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/gcc/common/config/nios2/nios2-common.c b/gcc/common/config/nios2/nios2-common.c index 99a65a08f03e..1366b1fffeaf 100644 --- a/gcc/common/config/nios2/nios2-common.c +++ b/gcc/common/config/nios2/nios2-common.c @@ -1,5 +1,5 @@ /* Common hooks for Altera Nios II. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/common/config/nvptx/nvptx-common.c b/gcc/common/config/nvptx/nvptx-common.c index 27904120b6e2..069367cba1cc 100644 --- a/gcc/common/config/nvptx/nvptx-common.c +++ b/gcc/common/config/nvptx/nvptx-common.c @@ -1,5 +1,5 @@ /* NVPTX common hooks. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. Contributed by Bernd Schmidt This file is part of GCC. diff --git a/gcc/common/config/pa/pa-common.c b/gcc/common/config/pa/pa-common.c index e6c4e2c1d967..13cc32b20c51 100644 --- a/gcc/common/config/pa/pa-common.c +++ b/gcc/common/config/pa/pa-common.c @@ -1,5 +1,5 @@ /* HPPA common hooks. - Copyright (C) 1992-2016 Free Software Foundation, Inc. + Copyright (C) 1992-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/common/config/pdp11/pdp11-common.c b/gcc/common/config/pdp11/pdp11-common.c index ef4cf408dbd0..47512ef0071d 100644 --- a/gcc/common/config/pdp11/pdp11-common.c +++ b/gcc/common/config/pdp11/pdp11-common.c @@ -1,5 +1,5 @@ /* Common hooks for pdp11. - Copyright (C) 1994-2016 Free Software Foundation, Inc. + Copyright (C) 1994-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/common/config/rs6000/rs6000-common.c b/gcc/common/config/rs6000/rs6000-common.c index 88e5ff62eb83..3c0106ae555d 100644 --- a/gcc/common/config/rs6000/rs6000-common.c +++ b/gcc/common/config/rs6000/rs6000-common.c @@ -1,5 +1,5 @@ /* Common hooks for IBM RS/6000. - Copyright (C) 1991-2016 Free Software Foundation, Inc. + Copyright (C) 1991-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/common/config/rx/rx-common.c b/gcc/common/config/rx/rx-common.c index 8353e8c144a3..961d05af1e3b 100644 --- a/gcc/common/config/rx/rx-common.c +++ b/gcc/common/config/rx/rx-common.c @@ -1,5 +1,5 @@ /* Common hooks for Renesas RX. - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/common/config/s390/s390-common.c b/gcc/common/config/s390/s390-common.c index 1e497e6ad929..47f13e1d57a1 100644 --- a/gcc/common/config/s390/s390-common.c +++ b/gcc/common/config/s390/s390-common.c @@ -1,5 +1,5 @@ /* Common hooks for IBM S/390 and zSeries. - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/common/config/sh/sh-common.c b/gcc/common/config/sh/sh-common.c index d7c91b8985d7..e9903cc9c4e9 100644 --- a/gcc/common/config/sh/sh-common.c +++ b/gcc/common/config/sh/sh-common.c @@ -1,5 +1,5 @@ /* Common hooks for Renesas / SuperH SH. - Copyright (C) 1993-2016 Free Software Foundation, Inc. + Copyright (C) 1993-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/common/config/sparc/sparc-common.c b/gcc/common/config/sparc/sparc-common.c index 721c8b355c26..0d196697cc28 100644 --- a/gcc/common/config/sparc/sparc-common.c +++ b/gcc/common/config/sparc/sparc-common.c @@ -1,5 +1,5 @@ /* Common hooks for SPARC. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/common/config/spu/spu-common.c b/gcc/common/config/spu/spu-common.c index 10974be4cdfd..8a7bab76d683 100644 --- a/gcc/common/config/spu/spu-common.c +++ b/gcc/common/config/spu/spu-common.c @@ -1,5 +1,5 @@ /* Common hooks for SPU. - Copyright (C) 2006-2016 Free Software Foundation, Inc. + Copyright (C) 2006-2017 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/gcc/common/config/tilegx/tilegx-common.c b/gcc/common/config/tilegx/tilegx-common.c index 9946d75231d6..96d5b25464f6 100644 --- a/gcc/common/config/tilegx/tilegx-common.c +++ b/gcc/common/config/tilegx/tilegx-common.c @@ -1,5 +1,5 @@ /* Common hooks for TILE-Gx. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Walter Lee (walt@tilera.com) This file is part of GCC. diff --git a/gcc/common/config/tilepro/tilepro-common.c b/gcc/common/config/tilepro/tilepro-common.c index 002612ca3ee2..50ac7a9404b0 100644 --- a/gcc/common/config/tilepro/tilepro-common.c +++ b/gcc/common/config/tilepro/tilepro-common.c @@ -1,5 +1,5 @@ /* Common hooks for TILEPro. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Walter Lee (walt@tilera.com) This file is part of GCC. diff --git a/gcc/common/config/v850/v850-common.c b/gcc/common/config/v850/v850-common.c index 0f65bb73097a..032ef888966e 100644 --- a/gcc/common/config/v850/v850-common.c +++ b/gcc/common/config/v850/v850-common.c @@ -1,5 +1,5 @@ /* Common hooks for NEC V850 series. - Copyright (C) 1996-2016 Free Software Foundation, Inc. + Copyright (C) 1996-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/common/config/vax/vax-common.c b/gcc/common/config/vax/vax-common.c index a02234effa0b..5d2db4047615 100644 --- a/gcc/common/config/vax/vax-common.c +++ b/gcc/common/config/vax/vax-common.c @@ -1,5 +1,5 @@ /* Common hooks for VAX. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/common/config/visium/visium-common.c b/gcc/common/config/visium/visium-common.c index 871232da6474..6a29a243b325 100644 --- a/gcc/common/config/visium/visium-common.c +++ b/gcc/common/config/visium/visium-common.c @@ -1,5 +1,5 @@ /* Common hooks for Visium. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by C.Nettleton,J.P.Parkes and P.Garbett. This file is part of GCC. diff --git a/gcc/common/config/xstormy16/xstormy16-common.c b/gcc/common/config/xstormy16/xstormy16-common.c index 9cdce7a3982a..6e70d94cf735 100644 --- a/gcc/common/config/xstormy16/xstormy16-common.c +++ b/gcc/common/config/xstormy16/xstormy16-common.c @@ -1,5 +1,5 @@ /* Common hooks for Xstormy16. - Copyright (C) 1997-2016 Free Software Foundation, Inc. + Copyright (C) 1997-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/common/config/xtensa/xtensa-common.c b/gcc/common/config/xtensa/xtensa-common.c index 8e80342ee3f9..24521ec9787a 100644 --- a/gcc/common/config/xtensa/xtensa-common.c +++ b/gcc/common/config/xtensa/xtensa-common.c @@ -1,5 +1,5 @@ /* Common hooks for Tensilica's Xtensa architecture. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/compare-elim.c b/gcc/compare-elim.c index c66f13152cee..22aedf562d2d 100644 --- a/gcc/compare-elim.c +++ b/gcc/compare-elim.c @@ -1,5 +1,5 @@ /* Post-reload compare elimination. - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/conditions.h b/gcc/conditions.h index b21aa088cde9..dc62c0e9b6ce 100644 --- a/gcc/conditions.h +++ b/gcc/conditions.h @@ -1,5 +1,5 @@ /* Definitions for condition code handling in final.c and output routines. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config.build b/gcc/config.build index effd625ba54d..211459211a86 100644 --- a/gcc/config.build +++ b/gcc/config.build @@ -1,5 +1,5 @@ # GCC build-specific configuration file. -# Copyright (C) 1997-2016 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. #This file is part of GCC. diff --git a/gcc/config.gcc b/gcc/config.gcc index 7afbc54bc78b..7c275464df7f 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1,5 +1,5 @@ # GCC target-specific configuration file. -# Copyright (C) 1997-2016 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. #This file is part of GCC. diff --git a/gcc/config.host b/gcc/config.host index 5b3c75714ee9..60e740530dc6 100644 --- a/gcc/config.host +++ b/gcc/config.host @@ -1,5 +1,5 @@ # GCC host-specific configuration file. -# Copyright (C) 1997-2016 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. #This file is part of GCC. diff --git a/gcc/config/aarch64/aarch64-arches.def b/gcc/config/aarch64/aarch64-arches.def index 830a7cf54553..329d1b72b336 100644 --- a/gcc/config/aarch64/aarch64-arches.def +++ b/gcc/config/aarch64/aarch64-arches.def @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2016 Free Software Foundation, Inc. +/* Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GCC. diff --git a/gcc/config/aarch64/aarch64-builtins.c b/gcc/config/aarch64/aarch64-builtins.c index 05cc52eba330..69fb756f0fbd 100644 --- a/gcc/config/aarch64/aarch64-builtins.c +++ b/gcc/config/aarch64/aarch64-builtins.c @@ -1,5 +1,5 @@ /* Builtins' description for AArch64 SIMD architecture. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GCC. diff --git a/gcc/config/aarch64/aarch64-c.c b/gcc/config/aarch64/aarch64-c.c index 320b912a4640..177e638682f9 100644 --- a/gcc/config/aarch64/aarch64-c.c +++ b/gcc/config/aarch64/aarch64-c.c @@ -1,5 +1,5 @@ /* Target-specific code for C family languages. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/aarch64/aarch64-cores.def b/gcc/config/aarch64/aarch64-cores.def index 6dd6ba6f6e00..78d10aab92ce 100644 --- a/gcc/config/aarch64/aarch64-cores.def +++ b/gcc/config/aarch64/aarch64-cores.def @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2016 Free Software Foundation, Inc. +/* Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GCC. diff --git a/gcc/config/aarch64/aarch64-cost-tables.h b/gcc/config/aarch64/aarch64-cost-tables.h index 54e843c3d38d..6598f1341f54 100644 --- a/gcc/config/aarch64/aarch64-cost-tables.h +++ b/gcc/config/aarch64/aarch64-cost-tables.h @@ -1,6 +1,6 @@ /* RTX cost tables for AArch64. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/aarch64/aarch64-elf-raw.h b/gcc/config/aarch64/aarch64-elf-raw.h index 909701788923..c56261062072 100644 --- a/gcc/config/aarch64/aarch64-elf-raw.h +++ b/gcc/config/aarch64/aarch64-elf-raw.h @@ -1,5 +1,5 @@ /* Machine description for AArch64 architecture. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GCC. diff --git a/gcc/config/aarch64/aarch64-elf.h b/gcc/config/aarch64/aarch64-elf.h index 1fbee6fdaab4..e12a77626387 100644 --- a/gcc/config/aarch64/aarch64-elf.h +++ b/gcc/config/aarch64/aarch64-elf.h @@ -1,5 +1,5 @@ /* Machine description for AArch64 architecture. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GCC. diff --git a/gcc/config/aarch64/aarch64-freebsd.h b/gcc/config/aarch64/aarch64-freebsd.h index 6b2a908b64e4..b9c1bfdc95f2 100644 --- a/gcc/config/aarch64/aarch64-freebsd.h +++ b/gcc/config/aarch64/aarch64-freebsd.h @@ -1,5 +1,5 @@ /* Definitions for AArch64 running FreeBSD - Copyright (C) 2016 Free Software Foundation, Inc. + Copyright (C) 2016-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/aarch64/aarch64-fusion-pairs.def b/gcc/config/aarch64/aarch64-fusion-pairs.def index e50ced4cdc61..f0e6dbcdd812 100644 --- a/gcc/config/aarch64/aarch64-fusion-pairs.def +++ b/gcc/config/aarch64/aarch64-fusion-pairs.def @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 Free Software Foundation, Inc. +/* Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GCC. diff --git a/gcc/config/aarch64/aarch64-ldpstp.md b/gcc/config/aarch64/aarch64-ldpstp.md index d3d53f81637e..e8dda42c2dd1 100644 --- a/gcc/config/aarch64/aarch64-ldpstp.md +++ b/gcc/config/aarch64/aarch64-ldpstp.md @@ -1,5 +1,5 @@ ;; AArch64 ldp/stp peephole optimizations. -;; Copyright (C) 2014-2016 Free Software Foundation, Inc. +;; Copyright (C) 2014-2017 Free Software Foundation, Inc. ;; Contributed by ARM Ltd. ;; ;; This file is part of GCC. diff --git a/gcc/config/aarch64/aarch64-linux.h b/gcc/config/aarch64/aarch64-linux.h index 5fcaa59a3aff..c45fc1d35d1d 100644 --- a/gcc/config/aarch64/aarch64-linux.h +++ b/gcc/config/aarch64/aarch64-linux.h @@ -1,5 +1,5 @@ /* Machine description for AArch64 architecture. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GCC. diff --git a/gcc/config/aarch64/aarch64-modes.def b/gcc/config/aarch64/aarch64-modes.def index de8227f0ce47..45f7a44b90d0 100644 --- a/gcc/config/aarch64/aarch64-modes.def +++ b/gcc/config/aarch64/aarch64-modes.def @@ -1,5 +1,5 @@ /* Machine description for AArch64 architecture. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GCC. diff --git a/gcc/config/aarch64/aarch64-option-extensions.def b/gcc/config/aarch64/aarch64-option-extensions.def index b8921ce73ec7..36766d9c48fe 100644 --- a/gcc/config/aarch64/aarch64-option-extensions.def +++ b/gcc/config/aarch64/aarch64-option-extensions.def @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2016 Free Software Foundation, Inc. +/* Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GCC. diff --git a/gcc/config/aarch64/aarch64-opts.h b/gcc/config/aarch64/aarch64-opts.h index 634b044c41cb..9f37b9b432e5 100644 --- a/gcc/config/aarch64/aarch64-opts.h +++ b/gcc/config/aarch64/aarch64-opts.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2016 Free Software Foundation, Inc. +/* Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GCC. diff --git a/gcc/config/aarch64/aarch64-passes.def b/gcc/config/aarch64/aarch64-passes.def index 7fe80391a3fb..69af6cbb915c 100644 --- a/gcc/config/aarch64/aarch64-passes.def +++ b/gcc/config/aarch64/aarch64-passes.def @@ -1,5 +1,5 @@ /* AArch64-specific passes declarations. - Copyright (C) 2016 Free Software Foundation, Inc. + Copyright (C) 2016-2017 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GCC. diff --git a/gcc/config/aarch64/aarch64-protos.h b/gcc/config/aarch64/aarch64-protos.h index 7f67f1473056..29a3bd71151a 100644 --- a/gcc/config/aarch64/aarch64-protos.h +++ b/gcc/config/aarch64/aarch64-protos.h @@ -1,5 +1,5 @@ /* Machine description for AArch64 architecture. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GCC. diff --git a/gcc/config/aarch64/aarch64-simd-builtin-types.def b/gcc/config/aarch64/aarch64-simd-builtin-types.def index 27dbb5df2199..80994131afad 100644 --- a/gcc/config/aarch64/aarch64-simd-builtin-types.def +++ b/gcc/config/aarch64/aarch64-simd-builtin-types.def @@ -1,5 +1,5 @@ /* Builtin AdvSIMD types. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GCC. diff --git a/gcc/config/aarch64/aarch64-simd-builtins.def b/gcc/config/aarch64/aarch64-simd-builtins.def index 76cb4844f87e..d713d5d8b888 100644 --- a/gcc/config/aarch64/aarch64-simd-builtins.def +++ b/gcc/config/aarch64/aarch64-simd-builtins.def @@ -1,5 +1,5 @@ /* Machine description for AArch64 architecture. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GCC. diff --git a/gcc/config/aarch64/aarch64-simd.md b/gcc/config/aarch64/aarch64-simd.md index 89bdcb3f7ed5..a12e2268ef9b 100644 --- a/gcc/config/aarch64/aarch64-simd.md +++ b/gcc/config/aarch64/aarch64-simd.md @@ -1,5 +1,5 @@ ;; Machine description for AArch64 AdvSIMD architecture. -;; Copyright (C) 2011-2016 Free Software Foundation, Inc. +;; Copyright (C) 2011-2017 Free Software Foundation, Inc. ;; Contributed by ARM Ltd. ;; ;; This file is part of GCC. diff --git a/gcc/config/aarch64/aarch64-tuning-flags.def b/gcc/config/aarch64/aarch64-tuning-flags.def index b0118be1b61e..9f980e3e498b 100644 --- a/gcc/config/aarch64/aarch64-tuning-flags.def +++ b/gcc/config/aarch64/aarch64-tuning-flags.def @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 Free Software Foundation, Inc. +/* Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GCC. diff --git a/gcc/config/aarch64/aarch64.c b/gcc/config/aarch64/aarch64.c index 80af0ab014fd..9dd75b074988 100644 --- a/gcc/config/aarch64/aarch64.c +++ b/gcc/config/aarch64/aarch64.c @@ -1,5 +1,5 @@ /* Machine description for AArch64 architecture. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GCC. diff --git a/gcc/config/aarch64/aarch64.h b/gcc/config/aarch64/aarch64.h index 66c3fa09acd3..7b0df996f464 100644 --- a/gcc/config/aarch64/aarch64.h +++ b/gcc/config/aarch64/aarch64.h @@ -1,5 +1,5 @@ /* Machine description for AArch64 architecture. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GCC. diff --git a/gcc/config/aarch64/aarch64.md b/gcc/config/aarch64/aarch64.md index 6d89e31fdebb..bde42317f1bf 100644 --- a/gcc/config/aarch64/aarch64.md +++ b/gcc/config/aarch64/aarch64.md @@ -1,5 +1,5 @@ ;; Machine description for AArch64 architecture. -;; Copyright (C) 2009-2016 Free Software Foundation, Inc. +;; Copyright (C) 2009-2017 Free Software Foundation, Inc. ;; Contributed by ARM Ltd. ;; ;; This file is part of GCC. diff --git a/gcc/config/aarch64/aarch64.opt b/gcc/config/aarch64/aarch64.opt index d74654d56e5f..56b920dfe5ab 100644 --- a/gcc/config/aarch64/aarch64.opt +++ b/gcc/config/aarch64/aarch64.opt @@ -1,5 +1,5 @@ ; Machine description for AArch64 architecture. -; Copyright (C) 2009-2016 Free Software Foundation, Inc. +; Copyright (C) 2009-2017 Free Software Foundation, Inc. ; Contributed by ARM Ltd. ; ; This file is part of GCC. diff --git a/gcc/config/aarch64/arm_acle.h b/gcc/config/aarch64/arm_acle.h index 3f85d527936b..409e47190795 100644 --- a/gcc/config/aarch64/arm_acle.h +++ b/gcc/config/aarch64/arm_acle.h @@ -1,6 +1,6 @@ /* AArch64 Non-NEON ACLE intrinsics include file. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GCC. diff --git a/gcc/config/aarch64/arm_fp16.h b/gcc/config/aarch64/arm_fp16.h index 4b7c2dd3bcc9..55f9b8cf6df5 100644 --- a/gcc/config/aarch64/arm_fp16.h +++ b/gcc/config/aarch64/arm_fp16.h @@ -1,6 +1,6 @@ /* ARM FP16 scalar intrinsics include file. - Copyright (C) 2016 Free Software Foundation, Inc. + Copyright (C) 2016-2017 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GCC. diff --git a/gcc/config/aarch64/arm_neon.h b/gcc/config/aarch64/arm_neon.h index b8466440d824..a54c0be04d39 100644 --- a/gcc/config/aarch64/arm_neon.h +++ b/gcc/config/aarch64/arm_neon.h @@ -1,6 +1,6 @@ /* ARM NEON intrinsics include file. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GCC. diff --git a/gcc/config/aarch64/atomics.md b/gcc/config/aarch64/atomics.md index d84339db2a83..09d441075f03 100644 --- a/gcc/config/aarch64/atomics.md +++ b/gcc/config/aarch64/atomics.md @@ -1,5 +1,5 @@ ;; Machine description for AArch64 processor synchronization primitives. -;; Copyright (C) 2009-2016 Free Software Foundation, Inc. +;; Copyright (C) 2009-2017 Free Software Foundation, Inc. ;; Contributed by ARM Ltd. ;; ;; This file is part of GCC. diff --git a/gcc/config/aarch64/biarchilp32.h b/gcc/config/aarch64/biarchilp32.h index 41ce79109dca..1a38531ae605 100644 --- a/gcc/config/aarch64/biarchilp32.h +++ b/gcc/config/aarch64/biarchilp32.h @@ -1,7 +1,7 @@ /* Make configure files to produce biarch compiler defaulting to ilp32 ABI. This file must be included very first, while the OS specific file later to overwrite otherwise wrong defaults. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GCC. diff --git a/gcc/config/aarch64/biarchlp64.h b/gcc/config/aarch64/biarchlp64.h index 2a155498645c..c3d5ac56ed06 100644 --- a/gcc/config/aarch64/biarchlp64.h +++ b/gcc/config/aarch64/biarchlp64.h @@ -1,7 +1,7 @@ /* Make configure files to produce biarch compiler defaulting to ilp64 ABI. This file must be included very first, while the OS specific file later to overwrite otherwise wrong defaults. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GCC. diff --git a/gcc/config/aarch64/constraints.md b/gcc/config/aarch64/constraints.md index 7a2847ab6b11..5a252c07afa6 100644 --- a/gcc/config/aarch64/constraints.md +++ b/gcc/config/aarch64/constraints.md @@ -1,5 +1,5 @@ ;; Machine description for AArch64 architecture. -;; Copyright (C) 2009-2016 Free Software Foundation, Inc. +;; Copyright (C) 2009-2017 Free Software Foundation, Inc. ;; Contributed by ARM Ltd. ;; ;; This file is part of GCC. diff --git a/gcc/config/aarch64/cortex-a57-fma-steering.c b/gcc/config/aarch64/cortex-a57-fma-steering.c index 8b4384c2937a..a5acd71d7849 100644 --- a/gcc/config/aarch64/cortex-a57-fma-steering.c +++ b/gcc/config/aarch64/cortex-a57-fma-steering.c @@ -1,5 +1,5 @@ /* FMA steering optimization pass for Cortex-A57. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GCC. diff --git a/gcc/config/aarch64/driver-aarch64.c b/gcc/config/aarch64/driver-aarch64.c index c6f7e67c9644..75de645a0cfb 100644 --- a/gcc/config/aarch64/driver-aarch64.c +++ b/gcc/config/aarch64/driver-aarch64.c @@ -1,5 +1,5 @@ /* Native CPU detection for aarch64. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/aarch64/geniterators.sh b/gcc/config/aarch64/geniterators.sh index 8baa244009c2..1e4c4ede8f7b 100644 --- a/gcc/config/aarch64/geniterators.sh +++ b/gcc/config/aarch64/geniterators.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2014-2016 Free Software Foundation, Inc. +# Copyright (C) 2014-2017 Free Software Foundation, Inc. # Contributed by ARM Ltd. # # This file is part of GCC. diff --git a/gcc/config/aarch64/gentune.sh b/gcc/config/aarch64/gentune.sh index 6f5bf66dedf5..8282e5aea101 100644 --- a/gcc/config/aarch64/gentune.sh +++ b/gcc/config/aarch64/gentune.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2011-2016 Free Software Foundation, Inc. +# Copyright (C) 2011-2017 Free Software Foundation, Inc. # Contributed by ARM Ltd. # # This file is part of GCC. diff --git a/gcc/config/aarch64/iterators.md b/gcc/config/aarch64/iterators.md index 3d63f34d48e8..e2377c1cb216 100644 --- a/gcc/config/aarch64/iterators.md +++ b/gcc/config/aarch64/iterators.md @@ -1,5 +1,5 @@ ;; Machine description for AArch64 architecture. -;; Copyright (C) 2009-2016 Free Software Foundation, Inc. +;; Copyright (C) 2009-2017 Free Software Foundation, Inc. ;; Contributed by ARM Ltd. ;; ;; This file is part of GCC. diff --git a/gcc/config/aarch64/predicates.md b/gcc/config/aarch64/predicates.md index daa991bc0e01..e83d45b39451 100644 --- a/gcc/config/aarch64/predicates.md +++ b/gcc/config/aarch64/predicates.md @@ -1,5 +1,5 @@ ;; Machine description for AArch64 architecture. -;; Copyright (C) 2009-2016 Free Software Foundation, Inc. +;; Copyright (C) 2009-2017 Free Software Foundation, Inc. ;; Contributed by ARM Ltd. ;; ;; This file is part of GCC. diff --git a/gcc/config/aarch64/rtems.h b/gcc/config/aarch64/rtems.h index a166034d92a2..b48e28afda07 100644 --- a/gcc/config/aarch64/rtems.h +++ b/gcc/config/aarch64/rtems.h @@ -1,5 +1,5 @@ /* Definitions for RTEMS based AARCH64 system. - Copyright (C) 2016 Free Software Foundation, Inc. + Copyright (C) 2016-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/aarch64/t-aarch64 b/gcc/config/aarch64/t-aarch64 index b461eb5bede9..32532864cae6 100644 --- a/gcc/config/aarch64/t-aarch64 +++ b/gcc/config/aarch64/t-aarch64 @@ -1,5 +1,5 @@ # Machine description for AArch64 architecture. -# Copyright (C) 2009-2016 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # Contributed by ARM Ltd. # # This file is part of GCC. diff --git a/gcc/config/aarch64/t-aarch64-freebsd b/gcc/config/aarch64/t-aarch64-freebsd index 84b4a750beb0..9740118a5313 100644 --- a/gcc/config/aarch64/t-aarch64-freebsd +++ b/gcc/config/aarch64/t-aarch64-freebsd @@ -1,5 +1,5 @@ # Machine description for AArch64 architecture. -# Copyright (C) 2016 Free Software Foundation, Inc. +# Copyright (C) 2016-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/aarch64/t-aarch64-linux b/gcc/config/aarch64/t-aarch64-linux index 1cfe9f3a76da..ab064ab6f223 100644 --- a/gcc/config/aarch64/t-aarch64-linux +++ b/gcc/config/aarch64/t-aarch64-linux @@ -1,5 +1,5 @@ # Machine description for AArch64 architecture. -# Copyright (C) 2009-2016 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # Contributed by ARM Ltd. # # This file is part of GCC. diff --git a/gcc/config/aarch64/thunderx.md b/gcc/config/aarch64/thunderx.md index 7c1c28b0498c..b67671d2560e 100644 --- a/gcc/config/aarch64/thunderx.md +++ b/gcc/config/aarch64/thunderx.md @@ -1,5 +1,5 @@ ;; Cavium ThunderX pipeline description -;; Copyright (C) 2014-2016 Free Software Foundation, Inc. +;; Copyright (C) 2014-2017 Free Software Foundation, Inc. ;; ;; Written by Andrew Pinski diff --git a/gcc/config/alpha/alpha-modes.def b/gcc/config/alpha/alpha-modes.def index f5531a321c4d..6b1d6e68e02f 100644 --- a/gcc/config/alpha/alpha-modes.def +++ b/gcc/config/alpha/alpha-modes.def @@ -1,5 +1,5 @@ /* Alpha extra machine modes. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/alpha/alpha-passes.def b/gcc/config/alpha/alpha-passes.def index 977605a105a8..9ae601c9558b 100644 --- a/gcc/config/alpha/alpha-passes.def +++ b/gcc/config/alpha/alpha-passes.def @@ -1,5 +1,5 @@ /* Description of target passes for DEC Alpha - Copyright (C) 2016 Free Software Foundation, Inc. + Copyright (C) 2016-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/alpha/alpha-protos.h b/gcc/config/alpha/alpha-protos.h index b02c951c122d..2b14f0f73507 100644 --- a/gcc/config/alpha/alpha-protos.h +++ b/gcc/config/alpha/alpha-protos.h @@ -1,5 +1,5 @@ /* Prototypes for alpha.c functions used in the md file & elsewhere. - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/alpha/alpha.c b/gcc/config/alpha/alpha.c index 6c63a8f96aa4..00a69c1a08d6 100644 --- a/gcc/config/alpha/alpha.c +++ b/gcc/config/alpha/alpha.c @@ -1,5 +1,5 @@ /* Subroutines used for code generation on the DEC Alpha. - Copyright (C) 1992-2016 Free Software Foundation, Inc. + Copyright (C) 1992-2017 Free Software Foundation, Inc. Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu) This file is part of GCC. diff --git a/gcc/config/alpha/alpha.h b/gcc/config/alpha/alpha.h index ba90a44d72f5..460e83715d9b 100644 --- a/gcc/config/alpha/alpha.h +++ b/gcc/config/alpha/alpha.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, for DEC Alpha. - Copyright (C) 1992-2016 Free Software Foundation, Inc. + Copyright (C) 1992-2017 Free Software Foundation, Inc. Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu) This file is part of GCC. diff --git a/gcc/config/alpha/alpha.md b/gcc/config/alpha/alpha.md index 0ed29de62366..4e213f812e90 100644 --- a/gcc/config/alpha/alpha.md +++ b/gcc/config/alpha/alpha.md @@ -1,5 +1,5 @@ ;; Machine description for DEC Alpha for GNU C compiler -;; Copyright (C) 1992-2016 Free Software Foundation, Inc. +;; Copyright (C) 1992-2017 Free Software Foundation, Inc. ;; Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu) ;; ;; This file is part of GCC. diff --git a/gcc/config/alpha/alpha.opt b/gcc/config/alpha/alpha.opt index 3bd96ea3bac1..234e2f4df387 100644 --- a/gcc/config/alpha/alpha.opt +++ b/gcc/config/alpha/alpha.opt @@ -1,6 +1,6 @@ ; Options for the DEC Alpha port of the compiler ; -; Copyright (C) 2005-2016 Free Software Foundation, Inc. +; Copyright (C) 2005-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/alpha/constraints.md b/gcc/config/alpha/constraints.md index 1cc18c785cf2..22046fc82162 100644 --- a/gcc/config/alpha/constraints.md +++ b/gcc/config/alpha/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions for DEC Alpha. -;; Copyright (C) 2007-2016 Free Software Foundation, Inc. +;; Copyright (C) 2007-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/alpha/driver-alpha.c b/gcc/config/alpha/driver-alpha.c index efef3f232530..6eaa586913bc 100644 --- a/gcc/config/alpha/driver-alpha.c +++ b/gcc/config/alpha/driver-alpha.c @@ -1,5 +1,5 @@ /* Subroutines for the gcc driver. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Arthur Loiret This file is part of GCC. diff --git a/gcc/config/alpha/elf.h b/gcc/config/alpha/elf.h index 093c38bba150..c109b07c5156 100644 --- a/gcc/config/alpha/elf.h +++ b/gcc/config/alpha/elf.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, for DEC Alpha w/ELF. - Copyright (C) 1996-2016 Free Software Foundation, Inc. + Copyright (C) 1996-2017 Free Software Foundation, Inc. Contributed by Richard Henderson (rth@tamu.edu). This file is part of GCC. diff --git a/gcc/config/alpha/elf.opt b/gcc/config/alpha/elf.opt index 5624292b2d89..360b0cbf7ecb 100644 --- a/gcc/config/alpha/elf.opt +++ b/gcc/config/alpha/elf.opt @@ -1,6 +1,6 @@ ; Alpha ELF options. -; Copyright (C) 2011-2016 Free Software Foundation, Inc. +; Copyright (C) 2011-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/alpha/ev4.md b/gcc/config/alpha/ev4.md index d3f19fe80fee..8c2f48fd1930 100644 --- a/gcc/config/alpha/ev4.md +++ b/gcc/config/alpha/ev4.md @@ -1,5 +1,5 @@ ;; Scheduling description for Alpha EV4. -;; Copyright (C) 2002-2016 Free Software Foundation, Inc. +;; Copyright (C) 2002-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/alpha/ev5.md b/gcc/config/alpha/ev5.md index cabb28c4f1b0..fe487f93957e 100644 --- a/gcc/config/alpha/ev5.md +++ b/gcc/config/alpha/ev5.md @@ -1,5 +1,5 @@ ;; Scheduling description for Alpha EV5. -;; Copyright (C) 2002-2016 Free Software Foundation, Inc. +;; Copyright (C) 2002-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/alpha/ev6.md b/gcc/config/alpha/ev6.md index 6ebd94c86da2..4869727685a5 100644 --- a/gcc/config/alpha/ev6.md +++ b/gcc/config/alpha/ev6.md @@ -1,5 +1,5 @@ ;; Scheduling description for Alpha EV6. -;; Copyright (C) 2002-2016 Free Software Foundation, Inc. +;; Copyright (C) 2002-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/alpha/freebsd.h b/gcc/config/alpha/freebsd.h index 08b0a7fea190..2cc48ddd7c62 100644 --- a/gcc/config/alpha/freebsd.h +++ b/gcc/config/alpha/freebsd.h @@ -1,5 +1,5 @@ /* Definitions for DEC Alpha/AXP running FreeBSD using the ELF format - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. Contributed by David E. O'Brien and BSDi. This file is part of GCC. diff --git a/gcc/config/alpha/linux-elf.h b/gcc/config/alpha/linux-elf.h index a0764d35ea3c..2c39fbe601c9 100644 --- a/gcc/config/alpha/linux-elf.h +++ b/gcc/config/alpha/linux-elf.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler for Alpha Linux-based GNU systems using ELF. - Copyright (C) 1996-2016 Free Software Foundation, Inc. + Copyright (C) 1996-2017 Free Software Foundation, Inc. Contributed by Richard Henderson. This file is part of GCC. diff --git a/gcc/config/alpha/linux.h b/gcc/config/alpha/linux.h index 45a6a0505107..e15013eb96a6 100644 --- a/gcc/config/alpha/linux.h +++ b/gcc/config/alpha/linux.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler, for Alpha Linux-based GNU systems. - Copyright (C) 1996-2016 Free Software Foundation, Inc. + Copyright (C) 1996-2017 Free Software Foundation, Inc. Contributed by Richard Henderson. This file is part of GCC. diff --git a/gcc/config/alpha/netbsd.h b/gcc/config/alpha/netbsd.h index 9a7fe41a9907..fd8a05434a7f 100644 --- a/gcc/config/alpha/netbsd.h +++ b/gcc/config/alpha/netbsd.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler, for Alpha NetBSD systems. - Copyright (C) 1998-2016 Free Software Foundation, Inc. + Copyright (C) 1998-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/alpha/openbsd.h b/gcc/config/alpha/openbsd.h index a2583923f3d5..d736f42890c1 100644 --- a/gcc/config/alpha/openbsd.h +++ b/gcc/config/alpha/openbsd.h @@ -1,5 +1,5 @@ /* Configuration file for an alpha OpenBSD target. - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/alpha/predicates.md b/gcc/config/alpha/predicates.md index ca14fad0cc5c..102451ee80ce 100644 --- a/gcc/config/alpha/predicates.md +++ b/gcc/config/alpha/predicates.md @@ -1,5 +1,5 @@ ;; Predicate definitions for DEC Alpha. -;; Copyright (C) 2004-2016 Free Software Foundation, Inc. +;; Copyright (C) 2004-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/alpha/sync.md b/gcc/config/alpha/sync.md index 53032f55d031..69c9d249b978 100644 --- a/gcc/config/alpha/sync.md +++ b/gcc/config/alpha/sync.md @@ -1,5 +1,5 @@ ;; GCC machine description for Alpha synchronization instructions. -;; Copyright (C) 2005-2016 Free Software Foundation, Inc. +;; Copyright (C) 2005-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/alpha/t-alpha b/gcc/config/alpha/t-alpha index f9b0a24c4d80..a8ae414ce8f5 100644 --- a/gcc/config/alpha/t-alpha +++ b/gcc/config/alpha/t-alpha @@ -1,4 +1,4 @@ -# Copyright (C) 2016 Free Software Foundation, Inc. +# Copyright (C) 2016-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/alpha/t-vms b/gcc/config/alpha/t-vms index 6c96a8483a0f..f4dc2e4e5bd6 100644 --- a/gcc/config/alpha/t-vms +++ b/gcc/config/alpha/t-vms @@ -1,4 +1,4 @@ -# Copyright (C) 1996-2016 Free Software Foundation, Inc. +# Copyright (C) 1996-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/alpha/vms.h b/gcc/config/alpha/vms.h index 140130a5f047..b53976c3a7c8 100644 --- a/gcc/config/alpha/vms.h +++ b/gcc/config/alpha/vms.h @@ -1,5 +1,5 @@ /* Output variables, constants and external declarations, for GNU compiler. - Copyright (C) 1996-2016 Free Software Foundation, Inc. + Copyright (C) 1996-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/arc/arc-arch.h b/gcc/config/arc/arc-arch.h index bfd3f234f32a..832338b0370c 100644 --- a/gcc/config/arc/arc-arch.h +++ b/gcc/config/arc/arc-arch.h @@ -1,6 +1,6 @@ /* Definitions of types that are used to store ARC architecture and device information. - Copyright (C) 2016 Free Software Foundation, Inc. + Copyright (C) 2016-2017 Free Software Foundation, Inc. Contributed by Claudiu Zissulescu (claziss@synopsys.com) This file is part of GCC. diff --git a/gcc/config/arc/arc-arches.def b/gcc/config/arc/arc-arches.def index 5fd45cda25c4..29cb9c4ec7fb 100644 --- a/gcc/config/arc/arc-arches.def +++ b/gcc/config/arc/arc-arches.def @@ -1,5 +1,5 @@ /* ARC ARCH architectures. - Copyright (C) 2016 Free Software Foundation, Inc. + Copyright (C) 2016-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/arc/arc-c.c b/gcc/config/arc/arc-c.c index e89bc5c51e99..de877a1e856c 100644 --- a/gcc/config/arc/arc-c.c +++ b/gcc/config/arc/arc-c.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016 Free Software Foundation, Inc. +/* Copyright (C) 2016-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/arc/arc-c.def b/gcc/config/arc/arc-c.def index fd643760d88e..4903d8480de7 100644 --- a/gcc/config/arc/arc-c.def +++ b/gcc/config/arc/arc-c.def @@ -1,4 +1,4 @@ -/* Copyright (C) 2016 Free Software Foundation, Inc. +/* Copyright (C) 2016-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/arc/arc-cpus.def b/gcc/config/arc/arc-cpus.def index 720048559c8a..60b4045f04c2 100644 --- a/gcc/config/arc/arc-cpus.def +++ b/gcc/config/arc/arc-cpus.def @@ -1,5 +1,5 @@ /* ARC CPU architectures. - Copyright (C) 2016 Free Software Foundation, Inc. + Copyright (C) 2016-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/arc/arc-modes.def b/gcc/config/arc/arc-modes.def index 921a59876a19..bdf0521a2376 100644 --- a/gcc/config/arc/arc-modes.def +++ b/gcc/config/arc/arc-modes.def @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, Synopsys DesignWare ARC cpu. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributor: Joern Rennecke on behalf of Synopsys Inc. diff --git a/gcc/config/arc/arc-options.def b/gcc/config/arc/arc-options.def index a16637e9cbe2..be51614dd03e 100644 --- a/gcc/config/arc/arc-options.def +++ b/gcc/config/arc/arc-options.def @@ -1,5 +1,5 @@ /* ARC options. - Copyright (C) 2016 Free Software Foundation, Inc. + Copyright (C) 2016-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/arc/arc-opts.h b/gcc/config/arc/arc-opts.h index 2fd3c348f9ca..9cbd6244bde2 100644 --- a/gcc/config/arc/arc-opts.h +++ b/gcc/config/arc/arc-opts.h @@ -1,6 +1,6 @@ /* GCC option-handling definitions for the Synopsys DesignWare ARC architecture. - Copyright (C) 2007-2016 Free Software Foundation, Inc. + Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/arc/arc-protos.h b/gcc/config/arc/arc-protos.h index d896fe95a815..063ca5a4794e 100644 --- a/gcc/config/arc/arc-protos.h +++ b/gcc/config/arc/arc-protos.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, Synopsys DesignWare ARC cpu. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/arc/arc-simd.h b/gcc/config/arc/arc-simd.h index fe017b1c2c9d..39758529500e 100644 --- a/gcc/config/arc/arc-simd.h +++ b/gcc/config/arc/arc-simd.h @@ -1,5 +1,5 @@ /* Synopsys DesignWare ARC SIMD include file. - Copyright (C) 2007-2016 Free Software Foundation, Inc. + Copyright (C) 2007-2017 Free Software Foundation, Inc. Written by Saurabh Verma (saurabh.verma@celunite.com) on behalf os Synopsys Inc. diff --git a/gcc/config/arc/arc-tables.opt b/gcc/config/arc/arc-tables.opt index 41e325c91d57..ce23a5224db7 100644 --- a/gcc/config/arc/arc-tables.opt +++ b/gcc/config/arc/arc-tables.opt @@ -2,7 +2,7 @@ ; Generated by : ./gcc/config/arc/genoptions.awk ; Generated from : ./gcc/config/arc/arc-cpu.def ; -; Copyright (C) 2016 Free Software Foundation, Inc. +; Copyright (C) 2016-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/arc/arc.c b/gcc/config/arc/arc.c index 9a72786e00f5..9089ef4e3ace 100644 --- a/gcc/config/arc/arc.c +++ b/gcc/config/arc/arc.c @@ -1,5 +1,5 @@ /* Subroutines used for code generation on the Synopsys DesignWare ARC cpu. - Copyright (C) 1994-2016 Free Software Foundation, Inc. + Copyright (C) 1994-2017 Free Software Foundation, Inc. Sources derived from work done by Sankhya Technologies (www.sankhya.com) on behalf of Synopsys Inc. diff --git a/gcc/config/arc/arc.h b/gcc/config/arc/arc.h index 87a2e1112949..52548a10dea6 100644 --- a/gcc/config/arc/arc.h +++ b/gcc/config/arc/arc.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, Synopsys DesignWare ARC cpu. - Copyright (C) 1994-2016 Free Software Foundation, Inc. + Copyright (C) 1994-2017 Free Software Foundation, Inc. Sources derived from work done by Sankhya Technologies (www.sankhya.com) on behalf of Synopsys Inc. diff --git a/gcc/config/arc/arc.md b/gcc/config/arc/arc.md index 9ded857a0fbf..786febc9ebd7 100644 --- a/gcc/config/arc/arc.md +++ b/gcc/config/arc/arc.md @@ -1,5 +1,5 @@ ;; Machine description of the Synopsys DesignWare ARC cpu for GNU C compiler -;; Copyright (C) 1994-2016 Free Software Foundation, Inc. +;; Copyright (C) 1994-2017 Free Software Foundation, Inc. ;; Sources derived from work done by Sankhya Technologies (www.sankhya.com) on ;; behalf of Synopsys Inc. diff --git a/gcc/config/arc/arc.opt b/gcc/config/arc/arc.opt index ec4f05532b8a..17af73689371 100644 --- a/gcc/config/arc/arc.opt +++ b/gcc/config/arc/arc.opt @@ -1,6 +1,6 @@ ; Options for the Synopsys DesignWare ARC port of the compiler ; -; Copyright (C) 2005-2016 Free Software Foundation, Inc. +; Copyright (C) 2005-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/arc/arc600.md b/gcc/config/arc/arc600.md index aee1ca341f77..d53739d12bcd 100644 --- a/gcc/config/arc/arc600.md +++ b/gcc/config/arc/arc600.md @@ -1,6 +1,6 @@ ;; DFA scheduling description of the Synopsys DesignWare ARC600 cpu ;; for GNU C compiler -;; Copyright (C) 2007-2016 Free Software Foundation, Inc. +;; Copyright (C) 2007-2017 Free Software Foundation, Inc. ;; Contributor: Joern Rennecke ;; on behalf of Synopsys Inc. diff --git a/gcc/config/arc/arc700.md b/gcc/config/arc/arc700.md index 3eb51999004c..bf80b8098a77 100644 --- a/gcc/config/arc/arc700.md +++ b/gcc/config/arc/arc700.md @@ -5,7 +5,7 @@ ;; Ramana Radhakrishnan(ramana.radhakrishnan@codito.com) ;; Factoring out and improvement of ARC700 Scheduling by ;; Joern Rennecke (joern.rennecke@embecosm.com) -;; Copyright (C) 2006-2016 Free Software Foundation, Inc. +;; Copyright (C) 2006-2017 Free Software Foundation, Inc. ;; This file is part of GCC. diff --git a/gcc/config/arc/arcEM.md b/gcc/config/arc/arcEM.md index 198660db5685..3b8eb0f7f030 100644 --- a/gcc/config/arc/arcEM.md +++ b/gcc/config/arc/arcEM.md @@ -1,6 +1,6 @@ ;; DFA scheduling description of the Synopsys DesignWare ARC EM cpu ;; for GNU C compiler -;; Copyright (C) 2007-2016 Free Software Foundation, Inc. +;; Copyright (C) 2007-2017 Free Software Foundation, Inc. ;; Contributor: Claudiu Zissulescu ;; This file is part of GCC. diff --git a/gcc/config/arc/arcHS.md b/gcc/config/arc/arcHS.md index 067e8ca342db..b9294e9e240d 100644 --- a/gcc/config/arc/arcHS.md +++ b/gcc/config/arc/arcHS.md @@ -1,6 +1,6 @@ ;; DFA scheduling description of the Synopsys DesignWare ARC HS cpu ;; for GNU C compiler -;; Copyright (C) 2007-2016 Free Software Foundation, Inc. +;; Copyright (C) 2007-2017 Free Software Foundation, Inc. ;; Contributor: Claudiu Zissulescu ;; This file is part of GCC. diff --git a/gcc/config/arc/atomic.md b/gcc/config/arc/atomic.md index 9dc1cd5c57c1..d6527428f614 100644 --- a/gcc/config/arc/atomic.md +++ b/gcc/config/arc/atomic.md @@ -1,5 +1,5 @@ ;; GCC machine description for ARC atomic instructions. -;; Copyright (C) 2015-2016 Free Software Foundation, Inc. +;; Copyright (C) 2015-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/arc/builtins.def b/gcc/config/arc/builtins.def index 8c71d30a459a..890ddb1f1b44 100644 --- a/gcc/config/arc/builtins.def +++ b/gcc/config/arc/builtins.def @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 Free Software Foundation, Inc. +/* Copyright (C) 2015-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/arc/constraints.md b/gcc/config/arc/constraints.md index 8eccb2fdfe37..edab41c3e675 100644 --- a/gcc/config/arc/constraints.md +++ b/gcc/config/arc/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions for Synopsys DesignWare ARC. -;; Copyright (C) 2007-2016 Free Software Foundation, Inc. +;; Copyright (C) 2007-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/arc/driver-arc.c b/gcc/config/arc/driver-arc.c index 0c24cdaf08d2..4b816e668bc5 100644 --- a/gcc/config/arc/driver-arc.c +++ b/gcc/config/arc/driver-arc.c @@ -1,5 +1,5 @@ /* Subroutines for the gcc driver. - Copyright (C) 2016 Free Software Foundation, Inc. + Copyright (C) 2016-2017 Free Software Foundation, Inc. Contributed by Claudiu Zissulescu This file is part of GCC. diff --git a/gcc/config/arc/fpx.md b/gcc/config/arc/fpx.md index 094319e1ce4f..990b3a8fb1e8 100644 --- a/gcc/config/arc/fpx.md +++ b/gcc/config/arc/fpx.md @@ -1,6 +1,6 @@ ;; Machine description of the Synopsys DesignWare ARC cpu Floating Point ;; extensions for GNU C compiler -;; Copyright (C) 2007-2016 Free Software Foundation, Inc. +;; Copyright (C) 2007-2017 Free Software Foundation, Inc. ;; This file is part of GCC. diff --git a/gcc/config/arc/genmultilib.awk b/gcc/config/arc/genmultilib.awk index 5934f4fcb3f2..2734adc45470 100644 --- a/gcc/config/arc/genmultilib.awk +++ b/gcc/config/arc/genmultilib.awk @@ -1,4 +1,4 @@ -# Copyright (C) 2016 Free Software Foundation, Inc. +# Copyright (C) 2016-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/arc/genoptions.awk b/gcc/config/arc/genoptions.awk index 24a93eb5e1fe..0f36bd2b504c 100644 --- a/gcc/config/arc/genoptions.awk +++ b/gcc/config/arc/genoptions.awk @@ -1,4 +1,4 @@ -# Copyright (C) 2016 Free Software Foundation, Inc. +# Copyright (C) 2016-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/arc/predicates.md b/gcc/config/arc/predicates.md index d8c928141014..159a6b4a4338 100644 --- a/gcc/config/arc/predicates.md +++ b/gcc/config/arc/predicates.md @@ -1,5 +1,5 @@ ;; Predicate definitions for Synopsys DesignWare ARC. -;; Copyright (C) 2007-2016 Free Software Foundation, Inc. +;; Copyright (C) 2007-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/arc/simdext.md b/gcc/config/arc/simdext.md index 51869e367726..c9ec5f435aac 100644 --- a/gcc/config/arc/simdext.md +++ b/gcc/config/arc/simdext.md @@ -1,5 +1,5 @@ ;; Machine description of the Synopsys DesignWare ARC cpu for GNU C compiler -;; Copyright (C) 2007-2016 Free Software Foundation, Inc. +;; Copyright (C) 2007-2017 Free Software Foundation, Inc. ;; This file is part of GCC. diff --git a/gcc/config/arc/t-arc b/gcc/config/arc/t-arc index bdb1328c64e5..bea26ac32c02 100644 --- a/gcc/config/arc/t-arc +++ b/gcc/config/arc/t-arc @@ -1,6 +1,6 @@ # GCC Makefile fragment for Synopsys DesignWare ARC. # -# Copyright (C) 2016 Free Software Foundation, Inc. +# Copyright (C) 2016-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/arc/t-multilib b/gcc/config/arc/t-multilib index a96433086d9a..9ffd4a63d3d4 100644 --- a/gcc/config/arc/t-multilib +++ b/gcc/config/arc/t-multilib @@ -3,7 +3,7 @@ # Generated from : ./gcc/config/arc/arc-cpu.def # Used by : tmake_file from Makefile and genmultilib -# Copyright (C) 2016 Free Software Foundation, Inc. +# Copyright (C) 2016-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/arc/t-uClibc b/gcc/config/arc/t-uClibc index 11e81f1ee5ef..96417a038979 100644 --- a/gcc/config/arc/t-uClibc +++ b/gcc/config/arc/t-uClibc @@ -1,6 +1,6 @@ # GCC Makefile fragment for Synopsys DesignWare ARC with uClibc -# Copyright (C) 2007-2016 Free Software Foundation, Inc. +# Copyright (C) 2007-2017 Free Software Foundation, Inc. # This file is part of GCC. diff --git a/gcc/config/arm/README-interworking b/gcc/config/arm/README-interworking index f2743d99aeee..61b4c819f2f4 100644 --- a/gcc/config/arm/README-interworking +++ b/gcc/config/arm/README-interworking @@ -742,7 +742,7 @@ used. interworking as the --support-old-code switch has taken care if this. -Copyright (C) 1998-2016 Free Software Foundation, Inc. +Copyright (C) 1998-2017 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/gcc/config/arm/aarch-common-protos.h b/gcc/config/arm/aarch-common-protos.h index 8e9fb7a895b0..7c2bb4c2ed93 100644 --- a/gcc/config/arm/aarch-common-protos.h +++ b/gcc/config/arm/aarch-common-protos.h @@ -1,6 +1,6 @@ /* Functions and structures shared between arm and aarch64. - Copyright (C) 1991-2016 Free Software Foundation, Inc. + Copyright (C) 1991-2017 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GCC. diff --git a/gcc/config/arm/aarch-common.c b/gcc/config/arm/aarch-common.c index dd37be0291a6..742d2ff4c7b7 100644 --- a/gcc/config/arm/aarch-common.c +++ b/gcc/config/arm/aarch-common.c @@ -1,7 +1,7 @@ /* Dependency checks for instruction scheduling, shared between ARM and AARCH64. - Copyright (C) 1991-2016 Free Software Foundation, Inc. + Copyright (C) 1991-2017 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GCC. diff --git a/gcc/config/arm/aarch-cost-tables.h b/gcc/config/arm/aarch-cost-tables.h index b30c84f1656e..68f84b04fe2f 100644 --- a/gcc/config/arm/aarch-cost-tables.h +++ b/gcc/config/arm/aarch-cost-tables.h @@ -1,6 +1,6 @@ /* RTX cost tables shared between arm and aarch64. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GCC. diff --git a/gcc/config/arm/aout.h b/gcc/config/arm/aout.h index 048f70e8eaae..6b5710ec4ea0 100644 --- a/gcc/config/arm/aout.h +++ b/gcc/config/arm/aout.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, for ARM with a.out - Copyright (C) 1995-2016 Free Software Foundation, Inc. + Copyright (C) 1995-2017 Free Software Foundation, Inc. Contributed by Richard Earnshaw (rearnsha@armltd.co.uk). This file is part of GCC. diff --git a/gcc/config/arm/arm-arches.def b/gcc/config/arm/arm-arches.def index ed6b0b654bc4..268de95e27b2 100644 --- a/gcc/config/arm/arm-arches.def +++ b/gcc/config/arm/arm-arches.def @@ -1,5 +1,5 @@ /* ARM CPU architectures. - Copyright (C) 1991-2016 Free Software Foundation, Inc. + Copyright (C) 1991-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/arm/arm-builtins.c b/gcc/config/arm/arm-builtins.c index 80d3b673e4b3..55f3387a0b31 100644 --- a/gcc/config/arm/arm-builtins.c +++ b/gcc/config/arm/arm-builtins.c @@ -1,5 +1,5 @@ /* Description of builtins used by the ARM backend. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/arm/arm-c.c b/gcc/config/arm/arm-c.c index b57af6954004..3abe7d1f1f57 100644 --- a/gcc/config/arm/arm-c.c +++ b/gcc/config/arm/arm-c.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/arm/arm-cores.def b/gcc/config/arm/arm-cores.def index 544579c47cc8..ef587df84ffb 100644 --- a/gcc/config/arm/arm-cores.def +++ b/gcc/config/arm/arm-cores.def @@ -1,5 +1,5 @@ /* ARM CPU Cores - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Written by CodeSourcery, LLC This file is part of GCC. diff --git a/gcc/config/arm/arm-fixed.md b/gcc/config/arm/arm-fixed.md index 4c56f91883ce..ca721437792c 100644 --- a/gcc/config/arm/arm-fixed.md +++ b/gcc/config/arm/arm-fixed.md @@ -1,4 +1,4 @@ -;; Copyright (C) 2011-2016 Free Software Foundation, Inc. +;; Copyright (C) 2011-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/arm/arm-flags.h b/gcc/config/arm/arm-flags.h index a0d99a8ed9a6..a516cb3dda2c 100644 --- a/gcc/config/arm/arm-flags.h +++ b/gcc/config/arm/arm-flags.h @@ -1,6 +1,6 @@ /* Flags used to identify the presence of processor capabilities. - Copyright (C) 2016 Free Software Foundation, Inc. + Copyright (C) 2016-2017 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GCC. diff --git a/gcc/config/arm/arm-fpus.def b/gcc/config/arm/arm-fpus.def index f07711c365a9..24f61c359331 100644 --- a/gcc/config/arm/arm-fpus.def +++ b/gcc/config/arm/arm-fpus.def @@ -1,5 +1,5 @@ /* ARM FPU variants. - Copyright (C) 1991-2016 Free Software Foundation, Inc. + Copyright (C) 1991-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/arm/arm-generic.md b/gcc/config/arm/arm-generic.md index 85c6ec09f8ce..52c8b2e0f292 100644 --- a/gcc/config/arm/arm-generic.md +++ b/gcc/config/arm/arm-generic.md @@ -1,5 +1,5 @@ ;; Generic ARM Pipeline Description -;; Copyright (C) 2003-2016 Free Software Foundation, Inc. +;; Copyright (C) 2003-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/arm/arm-isa.h b/gcc/config/arm/arm-isa.h index 25182e527282..6050bca95587 100644 --- a/gcc/config/arm/arm-isa.h +++ b/gcc/config/arm/arm-isa.h @@ -1,5 +1,5 @@ /* ISA feature bits for ARM. - Copyright (C) 2016 Free Software Foundation, Inc. + Copyright (C) 2016-2017 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GCC. diff --git a/gcc/config/arm/arm-ldmstm.ml b/gcc/config/arm/arm-ldmstm.ml index 27af564fd8af..04cec2b8a4c9 100644 --- a/gcc/config/arm/arm-ldmstm.ml +++ b/gcc/config/arm/arm-ldmstm.ml @@ -1,5 +1,5 @@ (* Auto-generate ARM ldm/stm patterns - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by CodeSourcery. This file is part of GCC. @@ -335,7 +335,7 @@ let _ = "/* ARM ldm/stm instruction patterns. This file was automatically generated"; " using arm-ldmstm.ml. Please do not edit manually."; ""; -" Copyright (C) 2010-2016 Free Software Foundation, Inc."; +" Copyright (C) 2010-2017 Free Software Foundation, Inc."; " Contributed by CodeSourcery."; ""; " This file is part of GCC."; diff --git a/gcc/config/arm/arm-modes.def b/gcc/config/arm/arm-modes.def index 69231f299898..f58a159a8985 100644 --- a/gcc/config/arm/arm-modes.def +++ b/gcc/config/arm/arm-modes.def @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, for ARM. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Pieter `Tiggr' Schoenmakers (rcpieter@win.tue.nl) and Martin Simmons (@harleqn.co.uk). More major hacks by Richard Earnshaw (rearnsha@arm.com) diff --git a/gcc/config/arm/arm-opts.h b/gcc/config/arm/arm-opts.h index 846abad18be3..ab2a66a49718 100644 --- a/gcc/config/arm/arm-opts.h +++ b/gcc/config/arm/arm-opts.h @@ -1,5 +1,5 @@ /* Definitions for option handling for ARM. - Copyright (C) 1991-2016 Free Software Foundation, Inc. + Copyright (C) 1991-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/arm/arm-protos.h b/gcc/config/arm/arm-protos.h index d418ca9cc79f..9a8166bf4316 100644 --- a/gcc/config/arm/arm-protos.h +++ b/gcc/config/arm/arm-protos.h @@ -1,5 +1,5 @@ /* Prototypes for exported functions defined in arm.c and pe.c - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. Contributed by Richard Earnshaw (rearnsha@arm.com) Minor hacks by Nick Clifton (nickc@cygnus.com) diff --git a/gcc/config/arm/arm-simd-builtin-types.def b/gcc/config/arm/arm-simd-builtin-types.def index 6eda0f3b48ec..e4c0e3cb0842 100644 --- a/gcc/config/arm/arm-simd-builtin-types.def +++ b/gcc/config/arm/arm-simd-builtin-types.def @@ -1,5 +1,5 @@ /* Builtin AdvSIMD types. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GCC. diff --git a/gcc/config/arm/arm-tables.opt b/gcc/config/arm/arm-tables.opt index 574eadcaa7bd..cfd46e0f554e 100644 --- a/gcc/config/arm/arm-tables.opt +++ b/gcc/config/arm/arm-tables.opt @@ -2,7 +2,7 @@ ; Generated automatically by genopt.sh from arm-cores.def, arm-arches.def ; and arm-fpus.def. -; Copyright (C) 2011-2016 Free Software Foundation, Inc. +; Copyright (C) 2011-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/arm/arm.c b/gcc/config/arm/arm.c index bbf10f23987e..81a1b8581286 100644 --- a/gcc/config/arm/arm.c +++ b/gcc/config/arm/arm.c @@ -1,5 +1,5 @@ /* Output routines for GCC for ARM. - Copyright (C) 1991-2016 Free Software Foundation, Inc. + Copyright (C) 1991-2017 Free Software Foundation, Inc. Contributed by Pieter `Tiggr' Schoenmakers (rcpieter@win.tue.nl) and Martin Simmons (@harleqn.co.uk). More major hacks by Richard Earnshaw (rearnsha@arm.com). diff --git a/gcc/config/arm/arm.h b/gcc/config/arm/arm.h index 8c62038aaa64..e95eda358a54 100644 --- a/gcc/config/arm/arm.h +++ b/gcc/config/arm/arm.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, for ARM. - Copyright (C) 1991-2016 Free Software Foundation, Inc. + Copyright (C) 1991-2017 Free Software Foundation, Inc. Contributed by Pieter `Tiggr' Schoenmakers (rcpieter@win.tue.nl) and Martin Simmons (@harleqn.co.uk). More major hacks by Richard Earnshaw (rearnsha@arm.com) diff --git a/gcc/config/arm/arm.md b/gcc/config/arm/arm.md index ff1f565b850d..7a0ac7f8476c 100644 --- a/gcc/config/arm/arm.md +++ b/gcc/config/arm/arm.md @@ -1,5 +1,5 @@ ;;- Machine description for ARM for GNU compiler -;; Copyright (C) 1991-2016 Free Software Foundation, Inc. +;; Copyright (C) 1991-2017 Free Software Foundation, Inc. ;; Contributed by Pieter `Tiggr' Schoenmakers (rcpieter@win.tue.nl) ;; and Martin Simmons (@harleqn.co.uk). ;; More major hacks by Richard Earnshaw (rearnsha@arm.com). diff --git a/gcc/config/arm/arm.opt b/gcc/config/arm/arm.opt index 3c877b143e45..9f8116ddf25d 100644 --- a/gcc/config/arm/arm.opt +++ b/gcc/config/arm/arm.opt @@ -1,6 +1,6 @@ ; Options for the ARM port of the compiler. -; Copyright (C) 2005-2016 Free Software Foundation, Inc. +; Copyright (C) 2005-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/arm/arm1020e.md b/gcc/config/arm/arm1020e.md index 84a300d80454..bae76e5bb43e 100644 --- a/gcc/config/arm/arm1020e.md +++ b/gcc/config/arm/arm1020e.md @@ -1,5 +1,5 @@ ;; ARM 1020E & ARM 1022E Pipeline Description -;; Copyright (C) 2005-2016 Free Software Foundation, Inc. +;; Copyright (C) 2005-2017 Free Software Foundation, Inc. ;; Contributed by Richard Earnshaw (richard.earnshaw@arm.com) ;; ;; This file is part of GCC. diff --git a/gcc/config/arm/arm1026ejs.md b/gcc/config/arm/arm1026ejs.md index c431307a340a..2fe62486e624 100644 --- a/gcc/config/arm/arm1026ejs.md +++ b/gcc/config/arm/arm1026ejs.md @@ -1,5 +1,5 @@ ;; ARM 1026EJ-S Pipeline Description -;; Copyright (C) 2003-2016 Free Software Foundation, Inc. +;; Copyright (C) 2003-2017 Free Software Foundation, Inc. ;; Written by CodeSourcery, LLC. ;; ;; This file is part of GCC. diff --git a/gcc/config/arm/arm1136jfs.md b/gcc/config/arm/arm1136jfs.md index 554de644f50c..d086e8336efe 100644 --- a/gcc/config/arm/arm1136jfs.md +++ b/gcc/config/arm/arm1136jfs.md @@ -1,5 +1,5 @@ ;; ARM 1136J[F]-S Pipeline Description -;; Copyright (C) 2003-2016 Free Software Foundation, Inc. +;; Copyright (C) 2003-2017 Free Software Foundation, Inc. ;; Written by CodeSourcery, LLC. ;; ;; This file is part of GCC. diff --git a/gcc/config/arm/arm926ejs.md b/gcc/config/arm/arm926ejs.md index b355a7faa5b4..61e937958192 100644 --- a/gcc/config/arm/arm926ejs.md +++ b/gcc/config/arm/arm926ejs.md @@ -1,5 +1,5 @@ ;; ARM 926EJ-S Pipeline Description -;; Copyright (C) 2003-2016 Free Software Foundation, Inc. +;; Copyright (C) 2003-2017 Free Software Foundation, Inc. ;; Written by CodeSourcery, LLC. ;; ;; This file is part of GCC. diff --git a/gcc/config/arm/arm_acle.h b/gcc/config/arm/arm_acle.h index 5d937168e104..03cd197b6c4c 100644 --- a/gcc/config/arm/arm_acle.h +++ b/gcc/config/arm/arm_acle.h @@ -1,6 +1,6 @@ /* ARM Non-NEON ACLE intrinsics include file. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GCC. diff --git a/gcc/config/arm/arm_cmse.h b/gcc/config/arm/arm_cmse.h index 82b58b1c4f4a..8fde2736a2ab 100644 --- a/gcc/config/arm/arm_cmse.h +++ b/gcc/config/arm/arm_cmse.h @@ -1,6 +1,6 @@ /* ARMv8-M Secure Extensions intrinsics include file. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GCC. diff --git a/gcc/config/arm/arm_fp16.h b/gcc/config/arm/arm_fp16.h index c72d8c489202..36d1d033d3b5 100644 --- a/gcc/config/arm/arm_fp16.h +++ b/gcc/config/arm/arm_fp16.h @@ -1,6 +1,6 @@ /* ARM FP16 intrinsics include file. - Copyright (C) 2016 Free Software Foundation, Inc. + Copyright (C) 2016-2017 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GCC. diff --git a/gcc/config/arm/arm_neon.h b/gcc/config/arm/arm_neon.h index ab29da74e097..282744caabdf 100644 --- a/gcc/config/arm/arm_neon.h +++ b/gcc/config/arm/arm_neon.h @@ -1,6 +1,6 @@ /* ARM NEON intrinsics include file. - Copyright (C) 2006-2016 Free Software Foundation, Inc. + Copyright (C) 2006-2017 Free Software Foundation, Inc. Contributed by CodeSourcery. This file is part of GCC. diff --git a/gcc/config/arm/arm_neon_builtins.def b/gcc/config/arm/arm_neon_builtins.def index 58b10207c1f5..07f0368343a0 100644 --- a/gcc/config/arm/arm_neon_builtins.def +++ b/gcc/config/arm/arm_neon_builtins.def @@ -1,5 +1,5 @@ /* NEON builtin definitions for ARM. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GCC. diff --git a/gcc/config/arm/arm_vfp_builtins.def b/gcc/config/arm/arm_vfp_builtins.def index 5abfcddaab5b..1f91e2fb91c1 100644 --- a/gcc/config/arm/arm_vfp_builtins.def +++ b/gcc/config/arm/arm_vfp_builtins.def @@ -1,5 +1,5 @@ /* VFP instruction builtin definitions. - Copyright (C) 2016 Free Software Foundation, Inc. + Copyright (C) 2016-2017 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GCC. diff --git a/gcc/config/arm/bpabi.h b/gcc/config/arm/bpabi.h index a75051c5607b..56a4a4750428 100644 --- a/gcc/config/arm/bpabi.h +++ b/gcc/config/arm/bpabi.h @@ -1,5 +1,5 @@ /* Configuration file for ARM BPABI targets. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by CodeSourcery, LLC This file is part of GCC. diff --git a/gcc/config/arm/constraints.md b/gcc/config/arm/constraints.md index 5099e691ff5b..ceea46ae9fa3 100644 --- a/gcc/config/arm/constraints.md +++ b/gcc/config/arm/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions for ARM and Thumb -;; Copyright (C) 2006-2016 Free Software Foundation, Inc. +;; Copyright (C) 2006-2017 Free Software Foundation, Inc. ;; Contributed by ARM Ltd. ;; This file is part of GCC. diff --git a/gcc/config/arm/cortex-a15-neon.md b/gcc/config/arm/cortex-a15-neon.md index 082ccd73e94f..73ee84c74d7e 100644 --- a/gcc/config/arm/cortex-a15-neon.md +++ b/gcc/config/arm/cortex-a15-neon.md @@ -1,5 +1,5 @@ ;; ARM Cortex-A15 NEON pipeline description -;; Copyright (C) 2012-2016 Free Software Foundation, Inc. +;; Copyright (C) 2012-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/arm/cortex-a15.md b/gcc/config/arm/cortex-a15.md index a5453a6207ba..c4853c7ff869 100644 --- a/gcc/config/arm/cortex-a15.md +++ b/gcc/config/arm/cortex-a15.md @@ -1,5 +1,5 @@ ;; ARM Cortex-A15 pipeline description -;; Copyright (C) 2011-2016 Free Software Foundation, Inc. +;; Copyright (C) 2011-2017 Free Software Foundation, Inc. ;; ;; Written by Matthew Gretton-Dann diff --git a/gcc/config/arm/cortex-a17-neon.md b/gcc/config/arm/cortex-a17-neon.md index 1385560fd43d..29d08de9b861 100644 --- a/gcc/config/arm/cortex-a17-neon.md +++ b/gcc/config/arm/cortex-a17-neon.md @@ -1,5 +1,5 @@ ;; ARM Cortex-A17 NEON pipeline description -;; Copyright (C) 2014-2016 Free Software Foundation, Inc. +;; Copyright (C) 2014-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/arm/cortex-a17.md b/gcc/config/arm/cortex-a17.md index 25a52dc0f13c..1190e33e421f 100644 --- a/gcc/config/arm/cortex-a17.md +++ b/gcc/config/arm/cortex-a17.md @@ -1,5 +1,5 @@ ;; ARM Cortex-A17 pipeline description -;; Copyright (C) 2014-2016 Free Software Foundation, Inc. +;; Copyright (C) 2014-2017 Free Software Foundation, Inc. ;; ;; Contributed by ARM Ltd. ;; diff --git a/gcc/config/arm/cortex-a5.md b/gcc/config/arm/cortex-a5.md index 65c12a5eaf7b..da546013adaa 100644 --- a/gcc/config/arm/cortex-a5.md +++ b/gcc/config/arm/cortex-a5.md @@ -1,5 +1,5 @@ ;; ARM Cortex-A5 pipeline description -;; Copyright (C) 2010-2016 Free Software Foundation, Inc. +;; Copyright (C) 2010-2017 Free Software Foundation, Inc. ;; Contributed by CodeSourcery. ;; ;; This file is part of GCC. diff --git a/gcc/config/arm/cortex-a53.md b/gcc/config/arm/cortex-a53.md index eb6d0b04976a..fbec5df11262 100644 --- a/gcc/config/arm/cortex-a53.md +++ b/gcc/config/arm/cortex-a53.md @@ -1,5 +1,5 @@ ;; ARM Cortex-A53 pipeline description -;; Copyright (C) 2013-2016 Free Software Foundation, Inc. +;; Copyright (C) 2013-2017 Free Software Foundation, Inc. ;; ;; Contributed by ARM Ltd. ;; diff --git a/gcc/config/arm/cortex-a57.md b/gcc/config/arm/cortex-a57.md index 63072509e503..fd3075828120 100644 --- a/gcc/config/arm/cortex-a57.md +++ b/gcc/config/arm/cortex-a57.md @@ -1,5 +1,5 @@ ;; ARM Cortex-A57 pipeline description -;; Copyright (C) 2014-2016 Free Software Foundation, Inc. +;; Copyright (C) 2014-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/arm/cortex-a7.md b/gcc/config/arm/cortex-a7.md index a7ee46697282..acb9f1afa2f9 100644 --- a/gcc/config/arm/cortex-a7.md +++ b/gcc/config/arm/cortex-a7.md @@ -1,5 +1,5 @@ ;; ARM Cortex-A7 pipeline description -;; Copyright (C) 2012-2016 Free Software Foundation, Inc. +;; Copyright (C) 2012-2017 Free Software Foundation, Inc. ;; ;; Contributed by ARM Ltd. ;; Based on cortex-a5.md which was originally contributed by CodeSourcery. diff --git a/gcc/config/arm/cortex-a8-neon.md b/gcc/config/arm/cortex-a8-neon.md index b16c29974a72..baa9180435fb 100644 --- a/gcc/config/arm/cortex-a8-neon.md +++ b/gcc/config/arm/cortex-a8-neon.md @@ -1,5 +1,5 @@ ;; ARM Cortex-A8 NEON scheduling description. -;; Copyright (C) 2007-2016 Free Software Foundation, Inc. +;; Copyright (C) 2007-2017 Free Software Foundation, Inc. ;; Contributed by CodeSourcery. ;; This file is part of GCC. diff --git a/gcc/config/arm/cortex-a8.md b/gcc/config/arm/cortex-a8.md index 43172222058a..1fabb3cea46d 100644 --- a/gcc/config/arm/cortex-a8.md +++ b/gcc/config/arm/cortex-a8.md @@ -1,5 +1,5 @@ ;; ARM Cortex-A8 scheduling description. -;; Copyright (C) 2007-2016 Free Software Foundation, Inc. +;; Copyright (C) 2007-2017 Free Software Foundation, Inc. ;; Contributed by CodeSourcery. ;; This file is part of GCC. diff --git a/gcc/config/arm/cortex-a9-neon.md b/gcc/config/arm/cortex-a9-neon.md index 9e9773ee1a9d..9e9827f02e58 100644 --- a/gcc/config/arm/cortex-a9-neon.md +++ b/gcc/config/arm/cortex-a9-neon.md @@ -1,5 +1,5 @@ ;; ARM Cortex-A9 pipeline description -;; Copyright (C) 2010-2016 Free Software Foundation, Inc. +;; Copyright (C) 2010-2017 Free Software Foundation, Inc. ;; ;; Neon pipeline description contributed by ARM Ltd. ;; diff --git a/gcc/config/arm/cortex-a9.md b/gcc/config/arm/cortex-a9.md index 7905816f5966..592a2bf5c77d 100644 --- a/gcc/config/arm/cortex-a9.md +++ b/gcc/config/arm/cortex-a9.md @@ -1,5 +1,5 @@ ;; ARM Cortex-A9 pipeline description -;; Copyright (C) 2008-2016 Free Software Foundation, Inc. +;; Copyright (C) 2008-2017 Free Software Foundation, Inc. ;; Originally written by CodeSourcery for VFP. ;; ;; Rewritten by Ramana Radhakrishnan diff --git a/gcc/config/arm/cortex-m4-fpu.md b/gcc/config/arm/cortex-m4-fpu.md index db02568c55c6..5bcffc36db6a 100644 --- a/gcc/config/arm/cortex-m4-fpu.md +++ b/gcc/config/arm/cortex-m4-fpu.md @@ -1,5 +1,5 @@ ;; ARM Cortex-M4 FPU pipeline description -;; Copyright (C) 2010-2016 Free Software Foundation, Inc. +;; Copyright (C) 2010-2017 Free Software Foundation, Inc. ;; Contributed by CodeSourcery. ;; ;; This file is part of GCC. diff --git a/gcc/config/arm/cortex-m4.md b/gcc/config/arm/cortex-m4.md index f1b1b8ad2103..90847294c7a6 100644 --- a/gcc/config/arm/cortex-m4.md +++ b/gcc/config/arm/cortex-m4.md @@ -1,5 +1,5 @@ ;; ARM Cortex-M4 pipeline description -;; Copyright (C) 2010-2016 Free Software Foundation, Inc. +;; Copyright (C) 2010-2017 Free Software Foundation, Inc. ;; Contributed by CodeSourcery. ;; ;; This file is part of GCC. diff --git a/gcc/config/arm/cortex-m7.md b/gcc/config/arm/cortex-m7.md index 71d04f0e03a2..218b26fac565 100644 --- a/gcc/config/arm/cortex-m7.md +++ b/gcc/config/arm/cortex-m7.md @@ -1,5 +1,5 @@ ;; ARM Cortex-M7 pipeline description -;; Copyright (C) 2014-2016 Free Software Foundation, Inc. +;; Copyright (C) 2014-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/arm/cortex-r4.md b/gcc/config/arm/cortex-r4.md index 432a9e01b676..29ddcc1a2148 100644 --- a/gcc/config/arm/cortex-r4.md +++ b/gcc/config/arm/cortex-r4.md @@ -1,5 +1,5 @@ ;; ARM Cortex-R4 scheduling description. -;; Copyright (C) 2007-2016 Free Software Foundation, Inc. +;; Copyright (C) 2007-2017 Free Software Foundation, Inc. ;; Contributed by CodeSourcery. ;; This file is part of GCC. diff --git a/gcc/config/arm/cortex-r4f.md b/gcc/config/arm/cortex-r4f.md index a34feb72a3aa..463c49fabb21 100644 --- a/gcc/config/arm/cortex-r4f.md +++ b/gcc/config/arm/cortex-r4f.md @@ -1,5 +1,5 @@ ;; ARM Cortex-R4F VFP pipeline description -;; Copyright (C) 2007-2016 Free Software Foundation, Inc. +;; Copyright (C) 2007-2017 Free Software Foundation, Inc. ;; Written by CodeSourcery. ;; ;; This file is part of GCC. diff --git a/gcc/config/arm/crypto.def b/gcc/config/arm/crypto.def index c2a5bb6dde96..7c7cf561e4fa 100644 --- a/gcc/config/arm/crypto.def +++ b/gcc/config/arm/crypto.def @@ -1,5 +1,5 @@ /* Cryptographic instruction builtin definitions. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GCC. diff --git a/gcc/config/arm/crypto.md b/gcc/config/arm/crypto.md index 0f510f069408..46b0715932bc 100644 --- a/gcc/config/arm/crypto.md +++ b/gcc/config/arm/crypto.md @@ -1,5 +1,5 @@ ;; ARMv8-A crypto patterns. -;; Copyright (C) 2013-2016 Free Software Foundation, Inc. +;; Copyright (C) 2013-2017 Free Software Foundation, Inc. ;; Contributed by ARM Ltd. ;; This file is part of GCC. diff --git a/gcc/config/arm/driver-arm.c b/gcc/config/arm/driver-arm.c index 45f2f2a1a1de..b034f13fda63 100644 --- a/gcc/config/arm/driver-arm.c +++ b/gcc/config/arm/driver-arm.c @@ -1,5 +1,5 @@ /* Subroutines for the gcc driver. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/arm/elf.h b/gcc/config/arm/elf.h index 03931eee7390..f119b87116ff 100644 --- a/gcc/config/arm/elf.h +++ b/gcc/config/arm/elf.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler. For ARM with ELF obj format. - Copyright (C) 1995-2016 Free Software Foundation, Inc. + Copyright (C) 1995-2017 Free Software Foundation, Inc. Contributed by Philip Blundell and Catherine Moore diff --git a/gcc/config/arm/exynos-m1.md b/gcc/config/arm/exynos-m1.md index 00574d7930f2..5d397cc50eb6 100644 --- a/gcc/config/arm/exynos-m1.md +++ b/gcc/config/arm/exynos-m1.md @@ -1,5 +1,5 @@ ;; Samsung Exynos M1 pipeline description -;; Copyright (C) 2014-2016 Free Software Foundation, Inc. +;; Copyright (C) 2014-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/arm/fa526.md b/gcc/config/arm/fa526.md index ad63a07d931b..86f78e76f7c4 100644 --- a/gcc/config/arm/fa526.md +++ b/gcc/config/arm/fa526.md @@ -1,5 +1,5 @@ ;; Faraday FA526 Pipeline Description -;; Copyright (C) 2010-2016 Free Software Foundation, Inc. +;; Copyright (C) 2010-2017 Free Software Foundation, Inc. ;; Written by I-Jui Sung, based on ARM926EJ-S Pipeline Description. ;; This file is part of GCC. diff --git a/gcc/config/arm/fa606te.md b/gcc/config/arm/fa606te.md index 93d7c2380a74..3fadbe1398a7 100644 --- a/gcc/config/arm/fa606te.md +++ b/gcc/config/arm/fa606te.md @@ -1,5 +1,5 @@ ;; Faraday FA606TE Pipeline Description -;; Copyright (C) 2010-2016 Free Software Foundation, Inc. +;; Copyright (C) 2010-2017 Free Software Foundation, Inc. ;; Written by Mingfeng Wu, based on ARM926EJ-S Pipeline Description. ;; ;; This file is part of GCC. diff --git a/gcc/config/arm/fa626te.md b/gcc/config/arm/fa626te.md index 7dd8cdd9e2c5..5fa895aef77a 100644 --- a/gcc/config/arm/fa626te.md +++ b/gcc/config/arm/fa626te.md @@ -1,5 +1,5 @@ ;; Faraday FA626TE Pipeline Description -;; Copyright (C) 2010-2016 Free Software Foundation, Inc. +;; Copyright (C) 2010-2017 Free Software Foundation, Inc. ;; Written by I-Jui Sung, based on ARM926EJ-S Pipeline Description. ;; ;; This file is part of GCC. diff --git a/gcc/config/arm/fa726te.md b/gcc/config/arm/fa726te.md index f3885fd30579..7437280dd37d 100644 --- a/gcc/config/arm/fa726te.md +++ b/gcc/config/arm/fa726te.md @@ -1,5 +1,5 @@ ;; Faraday FA726TE Pipeline Description -;; Copyright (C) 2010-2016 Free Software Foundation, Inc. +;; Copyright (C) 2010-2017 Free Software Foundation, Inc. ;; Written by I-Jui Sung, based on ARM926EJ-S Pipeline Description. ;; ;; This file is part of GCC. diff --git a/gcc/config/arm/fmp626.md b/gcc/config/arm/fmp626.md index 48e736a2970c..4225a46e629b 100644 --- a/gcc/config/arm/fmp626.md +++ b/gcc/config/arm/fmp626.md @@ -1,5 +1,5 @@ ;; Faraday FA626TE Pipeline Description -;; Copyright (C) 2010-2016 Free Software Foundation, Inc. +;; Copyright (C) 2010-2017 Free Software Foundation, Inc. ;; Written by Mingfeng Wu, based on ARM926EJ-S Pipeline Description. ;; ;; This file is part of GCC. diff --git a/gcc/config/arm/freebsd.h b/gcc/config/arm/freebsd.h index 949c397521ca..cba282dd4333 100644 --- a/gcc/config/arm/freebsd.h +++ b/gcc/config/arm/freebsd.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, FreeBSD/arm version. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Wasabi Systems, Inc. This file is part of GCC. diff --git a/gcc/config/arm/genopt.sh b/gcc/config/arm/genopt.sh index 3b757111ff1d..556501812ece 100755 --- a/gcc/config/arm/genopt.sh +++ b/gcc/config/arm/genopt.sh @@ -1,6 +1,6 @@ #!/bin/sh # Generate arm-tables.opt from the lists in *.def. -# Copyright (C) 2011-2016 Free Software Foundation, Inc. +# Copyright (C) 2011-2017 Free Software Foundation, Inc. # # This file is part of GCC. # @@ -23,7 +23,7 @@ cat < diff --git a/gcc/config/arm/linux-eabi.h b/gcc/config/arm/linux-eabi.h index 9cfcf9fffd96..a08cfb34377d 100644 --- a/gcc/config/arm/linux-eabi.h +++ b/gcc/config/arm/linux-eabi.h @@ -1,5 +1,5 @@ /* Configuration file for ARM GNU/Linux EABI targets. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by CodeSourcery, LLC This file is part of GCC. diff --git a/gcc/config/arm/linux-elf.h b/gcc/config/arm/linux-elf.h index cc17b51eeab4..3d62367ae688 100644 --- a/gcc/config/arm/linux-elf.h +++ b/gcc/config/arm/linux-elf.h @@ -1,5 +1,5 @@ /* Definitions for ARM running Linux-based GNU systems using ELF - Copyright (C) 1993-2016 Free Software Foundation, Inc. + Copyright (C) 1993-2017 Free Software Foundation, Inc. Contributed by Philip Blundell This file is part of GCC. diff --git a/gcc/config/arm/linux-gas.h b/gcc/config/arm/linux-gas.h index 5e36a0761923..29c104fc3891 100644 --- a/gcc/config/arm/linux-gas.h +++ b/gcc/config/arm/linux-gas.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler. ARM Linux-based GNU systems version. - Copyright (C) 1997-2016 Free Software Foundation, Inc. + Copyright (C) 1997-2017 Free Software Foundation, Inc. Contributed by Russell King . This file is part of GCC. diff --git a/gcc/config/arm/marvell-f-iwmmxt.md b/gcc/config/arm/marvell-f-iwmmxt.md index 14807cefb486..b23c2ad4e616 100644 --- a/gcc/config/arm/marvell-f-iwmmxt.md +++ b/gcc/config/arm/marvell-f-iwmmxt.md @@ -1,5 +1,5 @@ ;; Marvell WMMX2 pipeline description -;; Copyright (C) 2011-2016 Free Software Foundation, Inc. +;; Copyright (C) 2011-2017 Free Software Foundation, Inc. ;; Written by Marvell, Inc. ;; This file is part of GCC. diff --git a/gcc/config/arm/marvell-pj4.md b/gcc/config/arm/marvell-pj4.md index c1bc99e026d9..bed10f750270 100644 --- a/gcc/config/arm/marvell-pj4.md +++ b/gcc/config/arm/marvell-pj4.md @@ -1,5 +1,5 @@ ;; Marvell ARM Processor Pipeline Description -;; Copyright (C) 2010-2016 Free Software Foundation, Inc. +;; Copyright (C) 2010-2017 Free Software Foundation, Inc. ;; Contributed by Marvell. ;; This file is part of GCC. diff --git a/gcc/config/arm/mmintrin.h b/gcc/config/arm/mmintrin.h index 5ab938a1d0d0..704b54f213af 100644 --- a/gcc/config/arm/mmintrin.h +++ b/gcc/config/arm/mmintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2016 Free Software Foundation, Inc. +/* Copyright (C) 2002-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/arm/neon.md b/gcc/config/arm/neon.md index 4297511c1860..40f3a32befef 100644 --- a/gcc/config/arm/neon.md +++ b/gcc/config/arm/neon.md @@ -1,5 +1,5 @@ ;; ARM NEON coprocessor Machine Description -;; Copyright (C) 2006-2016 Free Software Foundation, Inc. +;; Copyright (C) 2006-2017 Free Software Foundation, Inc. ;; Written by CodeSourcery. ;; ;; This file is part of GCC. diff --git a/gcc/config/arm/netbsd-elf.h b/gcc/config/arm/netbsd-elf.h index 414fcddca419..8811af7ecca7 100644 --- a/gcc/config/arm/netbsd-elf.h +++ b/gcc/config/arm/netbsd-elf.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, NetBSD/arm ELF version. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Wasabi Systems, Inc. This file is part of GCC. diff --git a/gcc/config/arm/predicates.md b/gcc/config/arm/predicates.md index af727edaa570..afb5d6339a8a 100644 --- a/gcc/config/arm/predicates.md +++ b/gcc/config/arm/predicates.md @@ -1,5 +1,5 @@ ;; Predicate definitions for ARM and Thumb -;; Copyright (C) 2004-2016 Free Software Foundation, Inc. +;; Copyright (C) 2004-2017 Free Software Foundation, Inc. ;; Contributed by ARM Ltd. ;; This file is part of GCC. diff --git a/gcc/config/arm/rtems.h b/gcc/config/arm/rtems.h index 9a2c9315f9e8..53cd98795527 100644 --- a/gcc/config/arm/rtems.h +++ b/gcc/config/arm/rtems.h @@ -1,5 +1,5 @@ /* Definitions for RTEMS based ARM systems using EABI. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/arm/semi.h b/gcc/config/arm/semi.h index 4091cb771f96..651ddba60f97 100644 --- a/gcc/config/arm/semi.h +++ b/gcc/config/arm/semi.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler. ARM on semi-hosted platform - Copyright (C) 1994-2016 Free Software Foundation, Inc. + Copyright (C) 1994-2017 Free Software Foundation, Inc. Contributed by Richard Earnshaw (richard.earnshaw@arm.com) This file is part of GCC. diff --git a/gcc/config/arm/symbian.h b/gcc/config/arm/symbian.h index af078d57a2c0..b36aecf8fc4f 100644 --- a/gcc/config/arm/symbian.h +++ b/gcc/config/arm/symbian.h @@ -1,5 +1,5 @@ /* Configuration file for Symbian OS on ARM processors. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by CodeSourcery, LLC This file is part of GCC. diff --git a/gcc/config/arm/sync.md b/gcc/config/arm/sync.md index e7be492ba60f..1f91b7364d56 100644 --- a/gcc/config/arm/sync.md +++ b/gcc/config/arm/sync.md @@ -1,5 +1,5 @@ ;; Machine description for ARM processor synchronization primitives. -;; Copyright (C) 2010-2016 Free Software Foundation, Inc. +;; Copyright (C) 2010-2017 Free Software Foundation, Inc. ;; Written by Marcus Shawcroft (marcus.shawcroft@arm.com) ;; 64bit Atomics by Dave Gilbert (david.gilbert@linaro.org) ;; diff --git a/gcc/config/arm/t-aprofile b/gcc/config/arm/t-aprofile index 4ca8ea3d0025..19df7a6bff2a 100644 --- a/gcc/config/arm/t-aprofile +++ b/gcc/config/arm/t-aprofile @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2016 Free Software Foundation, Inc. +# Copyright (C) 2012-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/arm/t-arm b/gcc/config/arm/t-arm index 803baa20684f..a29fa7f2baa8 100644 --- a/gcc/config/arm/t-arm +++ b/gcc/config/arm/t-arm @@ -1,6 +1,6 @@ # Rules common to all arm targets # -# Copyright (C) 2004-2016 Free Software Foundation, Inc. +# Copyright (C) 2004-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/arm/t-arm-elf b/gcc/config/arm/t-arm-elf index fce3eed21f84..f3ad3f7b2469 100644 --- a/gcc/config/arm/t-arm-elf +++ b/gcc/config/arm/t-arm-elf @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2016 Free Software Foundation, Inc. +# Copyright (C) 1998-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/arm/t-linux-eabi b/gcc/config/arm/t-linux-eabi index 582e39648ed3..117c0eba948b 100644 --- a/gcc/config/arm/t-linux-eabi +++ b/gcc/config/arm/t-linux-eabi @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2016 Free Software Foundation, Inc. +# Copyright (C) 2005-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/arm/t-phoenix b/gcc/config/arm/t-phoenix index d8818847f090..dea52570f63e 100644 --- a/gcc/config/arm/t-phoenix +++ b/gcc/config/arm/t-phoenix @@ -1,4 +1,4 @@ -# Copyright (C) 2016 Free Software Foundation, Inc. +# Copyright (C) 2016-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/arm/t-rmprofile b/gcc/config/arm/t-rmprofile index 93aa909b4d94..2a48f9149a74 100644 --- a/gcc/config/arm/t-rmprofile +++ b/gcc/config/arm/t-rmprofile @@ -1,4 +1,4 @@ -# Copyright (C) 2016 Free Software Foundation, Inc. +# Copyright (C) 2016-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/arm/t-symbian b/gcc/config/arm/t-symbian index bb74192acb49..bc10b5856d8d 100644 --- a/gcc/config/arm/t-symbian +++ b/gcc/config/arm/t-symbian @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2016 Free Software Foundation, Inc. +# Copyright (C) 2004-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/arm/t-vxworks b/gcc/config/arm/t-vxworks index 8320c1000167..093d7fae88b0 100644 --- a/gcc/config/arm/t-vxworks +++ b/gcc/config/arm/t-vxworks @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2016 Free Software Foundation, Inc. +# Copyright (C) 2003-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/arm/thumb1.md b/gcc/config/arm/thumb1.md index f9e934fab015..f162fc7a41ed 100644 --- a/gcc/config/arm/thumb1.md +++ b/gcc/config/arm/thumb1.md @@ -1,5 +1,5 @@ ;; ARM Thumb-1 Machine Description -;; Copyright (C) 2007-2016 Free Software Foundation, Inc. +;; Copyright (C) 2007-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/arm/thumb2.md b/gcc/config/arm/thumb2.md index e8fff0764a46..2e7580f220ea 100644 --- a/gcc/config/arm/thumb2.md +++ b/gcc/config/arm/thumb2.md @@ -1,5 +1,5 @@ ;; ARM Thumb-2 Machine Description -;; Copyright (C) 2007-2016 Free Software Foundation, Inc. +;; Copyright (C) 2007-2017 Free Software Foundation, Inc. ;; Written by CodeSourcery, LLC. ;; ;; This file is part of GCC. diff --git a/gcc/config/arm/types.md b/gcc/config/arm/types.md index 7a95a3704d09..3de138ca3c89 100644 --- a/gcc/config/arm/types.md +++ b/gcc/config/arm/types.md @@ -1,6 +1,6 @@ ;; Instruction Classification for ARM for GNU compiler. -;; Copyright (C) 1991-2016 Free Software Foundation, Inc. +;; Copyright (C) 1991-2017 Free Software Foundation, Inc. ;; Contributed by ARM Ltd. ;; This file is part of GCC. diff --git a/gcc/config/arm/uclinux-eabi.h b/gcc/config/arm/uclinux-eabi.h index 848a21eedec2..381f6b3fbdc1 100644 --- a/gcc/config/arm/uclinux-eabi.h +++ b/gcc/config/arm/uclinux-eabi.h @@ -1,5 +1,5 @@ /* Definitions for ARM EABI ucLinux - Copyright (C) 2006-2016 Free Software Foundation, Inc. + Copyright (C) 2006-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of GCC. diff --git a/gcc/config/arm/uclinux-elf.h b/gcc/config/arm/uclinux-elf.h index d8e8ec1a2bf4..0e484d4eb538 100644 --- a/gcc/config/arm/uclinux-elf.h +++ b/gcc/config/arm/uclinux-elf.h @@ -1,5 +1,5 @@ /* Definitions for ARM running ucLinux using ELF - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. Contributed by Philip Blundell This file is part of GCC. diff --git a/gcc/config/arm/unknown-elf.h b/gcc/config/arm/unknown-elf.h index e5c050785a61..fb0863b99ab8 100644 --- a/gcc/config/arm/unknown-elf.h +++ b/gcc/config/arm/unknown-elf.h @@ -1,5 +1,5 @@ /* Definitions for non-Linux based ARM systems using ELF - Copyright (C) 1998-2016 Free Software Foundation, Inc. + Copyright (C) 1998-2017 Free Software Foundation, Inc. Contributed by Catherine Moore This file is part of GCC. diff --git a/gcc/config/arm/unspecs.md b/gcc/config/arm/unspecs.md index 1aa39e8e0b9d..719ea08c0c44 100644 --- a/gcc/config/arm/unspecs.md +++ b/gcc/config/arm/unspecs.md @@ -1,5 +1,5 @@ ;; Unspec defintions. -;; Copyright (C) 2012-2016 Free Software Foundation, Inc. +;; Copyright (C) 2012-2017 Free Software Foundation, Inc. ;; Contributed by ARM Ltd. ;; This file is part of GCC. diff --git a/gcc/config/arm/vec-common.md b/gcc/config/arm/vec-common.md index 645b01ead671..813341b157f7 100644 --- a/gcc/config/arm/vec-common.md +++ b/gcc/config/arm/vec-common.md @@ -1,5 +1,5 @@ ;; Machine Description for shared bits common to IWMMXT and Neon. -;; Copyright (C) 2006-2016 Free Software Foundation, Inc. +;; Copyright (C) 2006-2017 Free Software Foundation, Inc. ;; Written by CodeSourcery. ;; ;; This file is part of GCC. diff --git a/gcc/config/arm/vfp.md b/gcc/config/arm/vfp.md index f83dc9b130e4..29f62e51097d 100644 --- a/gcc/config/arm/vfp.md +++ b/gcc/config/arm/vfp.md @@ -1,5 +1,5 @@ ;; ARM VFP instruction patterns -;; Copyright (C) 2003-2016 Free Software Foundation, Inc. +;; Copyright (C) 2003-2017 Free Software Foundation, Inc. ;; Written by CodeSourcery. ;; ;; This file is part of GCC. diff --git a/gcc/config/arm/vfp11.md b/gcc/config/arm/vfp11.md index 9fac4ce2cf66..88f92f74bf48 100644 --- a/gcc/config/arm/vfp11.md +++ b/gcc/config/arm/vfp11.md @@ -1,5 +1,5 @@ ;; ARM VFP11 pipeline description -;; Copyright (C) 2003-2016 Free Software Foundation, Inc. +;; Copyright (C) 2003-2017 Free Software Foundation, Inc. ;; Written by CodeSourcery. ;; ;; This file is part of GCC. diff --git a/gcc/config/arm/vxworks.h b/gcc/config/arm/vxworks.h index 5b97fe819b18..107863bc9a22 100644 --- a/gcc/config/arm/vxworks.h +++ b/gcc/config/arm/vxworks.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GCC, for ARM with targeting the VXWorks run time environment. - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. Contributed by: Mike Stump Brought up to date by CodeSourcery, LLC. diff --git a/gcc/config/arm/vxworks.opt b/gcc/config/arm/vxworks.opt index a29a9ab7c0e1..5a5780ad55a2 100644 --- a/gcc/config/arm/vxworks.opt +++ b/gcc/config/arm/vxworks.opt @@ -1,6 +1,6 @@ ; ARM VxWorks options. -; Copyright (C) 2011-2016 Free Software Foundation, Inc. +; Copyright (C) 2011-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/arm/xgene1.md b/gcc/config/arm/xgene1.md index 4f27b28461f2..62a0732181e8 100644 --- a/gcc/config/arm/xgene1.md +++ b/gcc/config/arm/xgene1.md @@ -1,5 +1,5 @@ ;; Machine description for AppliedMicro xgene1 core. -;; Copyright (C) 2012-2016 Free Software Foundation, Inc. +;; Copyright (C) 2012-2017 Free Software Foundation, Inc. ;; Contributed by Theobroma Systems Design und Consulting GmbH. ;; ;; This file is part of GCC. diff --git a/gcc/config/avr/avr-arch.h b/gcc/config/avr/avr-arch.h index 98b394ff7bd5..9c426882e1ef 100644 --- a/gcc/config/avr/avr-arch.h +++ b/gcc/config/avr/avr-arch.h @@ -1,6 +1,6 @@ /* Definitions of types that are used to store AVR architecture and device information. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Georg-Johann Lay (avr@gjlay.de) This file is part of GCC. diff --git a/gcc/config/avr/avr-c.c b/gcc/config/avr/avr-c.c index 64c9eca59d13..9a3a190d2346 100644 --- a/gcc/config/avr/avr-c.c +++ b/gcc/config/avr/avr-c.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2016 Free Software Foundation, Inc. +/* Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Anatoly Sokolov (aesok@post.ru) This file is part of GCC. diff --git a/gcc/config/avr/avr-devices.c b/gcc/config/avr/avr-devices.c index 1bd3e5f8fe07..ad92e97cdf3b 100644 --- a/gcc/config/avr/avr-devices.c +++ b/gcc/config/avr/avr-devices.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2016 Free Software Foundation, Inc. +/* Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Anatoly Sokolov (aesok@post.ru) This file is part of GCC. diff --git a/gcc/config/avr/avr-dimode.md b/gcc/config/avr/avr-dimode.md index 6956f08da433..3c88b11f7341 100644 --- a/gcc/config/avr/avr-dimode.md +++ b/gcc/config/avr/avr-dimode.md @@ -1,6 +1,6 @@ ;; Machine description for GNU compiler, ;; for Atmel AVR micro controllers. -;; Copyright (C) 1998-2016 Free Software Foundation, Inc. +;; Copyright (C) 1998-2017 Free Software Foundation, Inc. ;; Contributed by Georg Lay (avr@gjlay.de) ;; ;; This file is part of GCC. diff --git a/gcc/config/avr/avr-fixed.md b/gcc/config/avr/avr-fixed.md index d5dad918de7a..f30da91d4063 100644 --- a/gcc/config/avr/avr-fixed.md +++ b/gcc/config/avr/avr-fixed.md @@ -1,6 +1,6 @@ ;; This file contains instructions that support fixed-point operations ;; for Atmel AVR micro controllers. -;; Copyright (C) 2012-2016 Free Software Foundation, Inc. +;; Copyright (C) 2012-2017 Free Software Foundation, Inc. ;; ;; Contributed by Sean D'Epagnier (sean@depagnier.com) ;; Georg-Johann Lay (avr@gjlay.de) diff --git a/gcc/config/avr/avr-log.c b/gcc/config/avr/avr-log.c index 46578d608f32..2b1c43fae395 100644 --- a/gcc/config/avr/avr-log.c +++ b/gcc/config/avr/avr-log.c @@ -1,5 +1,5 @@ /* Subroutines for log output for Atmel AVR back end. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Georg-Johann Lay (avr@gjlay.de) This file is part of GCC. diff --git a/gcc/config/avr/avr-mcus.def b/gcc/config/avr/avr-mcus.def index aafa224dff28..68d0d817a6e4 100644 --- a/gcc/config/avr/avr-mcus.def +++ b/gcc/config/avr/avr-mcus.def @@ -1,5 +1,5 @@ /* AVR MCUs. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/avr/avr-modes.def b/gcc/config/avr/avr-modes.def index 58db7d75bd9e..490f86808613 100644 --- a/gcc/config/avr/avr-modes.def +++ b/gcc/config/avr/avr-modes.def @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2016 Free Software Foundation, Inc. +/* Copyright (C) 2012-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/avr/avr-passes.def b/gcc/config/avr/avr-passes.def index 4ca67b1235d8..affb99b4723b 100644 --- a/gcc/config/avr/avr-passes.def +++ b/gcc/config/avr/avr-passes.def @@ -1,5 +1,5 @@ /* Description of target passes for AVR. - Copyright (C) 2016 Free Software Foundation, Inc. */ + Copyright (C) 2016-2017 Free Software Foundation, Inc. */ /* This file is part of GCC. diff --git a/gcc/config/avr/avr-protos.h b/gcc/config/avr/avr-protos.h index 9238f5163ab8..abe0575e17c4 100644 --- a/gcc/config/avr/avr-protos.h +++ b/gcc/config/avr/avr-protos.h @@ -1,6 +1,6 @@ /* Prototypes for exported functions defined in avr.c - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. Contributed by Denis Chertykov (chertykov@gmail.com) This file is part of GCC. diff --git a/gcc/config/avr/avr-stdint.h b/gcc/config/avr/avr-stdint.h index c321ba99041d..bf9af9dc9427 100644 --- a/gcc/config/avr/avr-stdint.h +++ b/gcc/config/avr/avr-stdint.h @@ -1,5 +1,5 @@ /* Definitions for types on systems using newlib. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/avr/avr.c b/gcc/config/avr/avr.c index 8ceeff466f2c..9dc7fa0a79a3 100644 --- a/gcc/config/avr/avr.c +++ b/gcc/config/avr/avr.c @@ -1,5 +1,5 @@ /* Subroutines for insn-output.c for ATMEL AVR micro controllers - Copyright (C) 1998-2016 Free Software Foundation, Inc. + Copyright (C) 1998-2017 Free Software Foundation, Inc. Contributed by Denis Chertykov (chertykov@gmail.com) This file is part of GCC. diff --git a/gcc/config/avr/avr.h b/gcc/config/avr/avr.h index 5eb90b52cbf6..c78d4e7bffbe 100644 --- a/gcc/config/avr/avr.h +++ b/gcc/config/avr/avr.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler, for ATMEL AVR at90s8515, ATmega103/103L, ATmega603/603L microcontrollers. - Copyright (C) 1998-2016 Free Software Foundation, Inc. + Copyright (C) 1998-2017 Free Software Foundation, Inc. Contributed by Denis Chertykov (chertykov@gmail.com) This file is part of GCC. diff --git a/gcc/config/avr/avr.md b/gcc/config/avr/avr.md index df111efdc633..4d8e39163b4e 100644 --- a/gcc/config/avr/avr.md +++ b/gcc/config/avr/avr.md @@ -1,6 +1,6 @@ ;; Machine description for GNU compiler, ;; for ATMEL AVR micro controllers. -;; Copyright (C) 1998-2016 Free Software Foundation, Inc. +;; Copyright (C) 1998-2017 Free Software Foundation, Inc. ;; Contributed by Denis Chertykov (chertykov@gmail.com) ;; This file is part of GCC. diff --git a/gcc/config/avr/avr.opt b/gcc/config/avr/avr.opt index 9ad6c5ab8d7d..915187249c14 100644 --- a/gcc/config/avr/avr.opt +++ b/gcc/config/avr/avr.opt @@ -1,6 +1,6 @@ ; Options for the ATMEL AVR port of the compiler. -; Copyright (C) 2005-2016 Free Software Foundation, Inc. +; Copyright (C) 2005-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/avr/avrlibc.h b/gcc/config/avr/avrlibc.h index c1be595f37f5..eb41d2f074cc 100644 --- a/gcc/config/avr/avrlibc.h +++ b/gcc/config/avr/avrlibc.h @@ -1,6 +1,6 @@ /* Definitions of target machine for the GNU compiler collection for Atmel AVR micro controller if configured for AVR-Libc. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Georg-Johann Lay (avr@gjlay.de) This file is part of GCC. diff --git a/gcc/config/avr/builtins.def b/gcc/config/avr/builtins.def index 4088c0afc972..ea21fe533ae7 100644 --- a/gcc/config/avr/builtins.def +++ b/gcc/config/avr/builtins.def @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2016 Free Software Foundation, Inc. +/* Copyright (C) 2012-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/avr/constraints.md b/gcc/config/avr/constraints.md index 4836e3cb8b78..c4330500acb4 100644 --- a/gcc/config/avr/constraints.md +++ b/gcc/config/avr/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions for ATMEL AVR micro controllers. -;; Copyright (C) 2006-2016 Free Software Foundation, Inc. +;; Copyright (C) 2006-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/avr/driver-avr.c b/gcc/config/avr/driver-avr.c index 8a8fd50449f5..c27cc5c2937e 100644 --- a/gcc/config/avr/driver-avr.c +++ b/gcc/config/avr/driver-avr.c @@ -1,5 +1,5 @@ /* Subroutines for the gcc driver. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Georg-Johann Lay This file is part of GCC. diff --git a/gcc/config/avr/elf.h b/gcc/config/avr/elf.h index 45a99981a522..f6b18d2e814b 100644 --- a/gcc/config/avr/elf.h +++ b/gcc/config/avr/elf.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2016 Free Software Foundation, Inc. +/* Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Georg-Johann Lay (avr@gjlay.de) This file is part of GCC. diff --git a/gcc/config/avr/gen-avr-mmcu-specs.c b/gcc/config/avr/gen-avr-mmcu-specs.c index 48a749be2733..4cf911490e9a 100644 --- a/gcc/config/avr/gen-avr-mmcu-specs.c +++ b/gcc/config/avr/gen-avr-mmcu-specs.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1998-2016 Free Software Foundation, Inc. +/* Copyright (C) 1998-2017 Free Software Foundation, Inc. Contributed by Joern Rennecke This file is part of GCC. diff --git a/gcc/config/avr/gen-avr-mmcu-texi.c b/gcc/config/avr/gen-avr-mmcu-texi.c index f7a757998f1a..c420dec4abff 100644 --- a/gcc/config/avr/gen-avr-mmcu-texi.c +++ b/gcc/config/avr/gen-avr-mmcu-texi.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2016 Free Software Foundation, Inc. +/* Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Georg-Johann Lay (avr@gjlay.de) This file is part of GCC. @@ -101,7 +101,7 @@ int main (void) size_t i, n_mcus = 0; const avr_mcu_t *mcu; - printf ("@c Copyright (C) 2012-2016 Free Software Foundation, Inc.\n"); + printf ("@c Copyright (C) 2012-2017 Free Software Foundation, Inc.\n"); printf ("@c This is part of the GCC manual.\n"); printf ("@c For copying conditions, see the file " "gcc/doc/include/fdl.texi.\n\n"); diff --git a/gcc/config/avr/genmultilib.awk b/gcc/config/avr/genmultilib.awk index e6b372885fb5..b28ce79df95d 100644 --- a/gcc/config/avr/genmultilib.awk +++ b/gcc/config/avr/genmultilib.awk @@ -1,4 +1,4 @@ -# Copyright (C) 2011-2016 Free Software Foundation, Inc. +# Copyright (C) 2011-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/avr/predicates.md b/gcc/config/avr/predicates.md index 6a7a1b98d251..1959b86de17f 100644 --- a/gcc/config/avr/predicates.md +++ b/gcc/config/avr/predicates.md @@ -1,5 +1,5 @@ ;; Predicate definitions for ATMEL AVR micro controllers. -;; Copyright (C) 2006-2016 Free Software Foundation, Inc. +;; Copyright (C) 2006-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/avr/specs.h b/gcc/config/avr/specs.h index b5fef338e486..da5df4039e96 100644 --- a/gcc/config/avr/specs.h +++ b/gcc/config/avr/specs.h @@ -1,6 +1,6 @@ /* Specs definitions for Atmel AVR back end. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Georg-Johann Lay (avr@gjlay.de) This file is part of GCC. diff --git a/gcc/config/avr/stdfix.h b/gcc/config/avr/stdfix.h index 8df41813e72b..51e93394ce24 100644 --- a/gcc/config/avr/stdfix.h +++ b/gcc/config/avr/stdfix.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/avr/t-avr b/gcc/config/avr/t-avr index ffa5b5010a13..e725d58ca8e4 100644 --- a/gcc/config/avr/t-avr +++ b/gcc/config/avr/t-avr @@ -1,4 +1,4 @@ -# Copyright (C) 2000-2016 Free Software Foundation, Inc. +# Copyright (C) 2000-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/avr/t-multilib b/gcc/config/avr/t-multilib index c1f86e50a8b6..838942261593 100644 --- a/gcc/config/avr/t-multilib +++ b/gcc/config/avr/t-multilib @@ -3,7 +3,7 @@ # Generated from : ./gcc/config/avr/avr-mcus.def # Used by : tmake_file from Makefile and genmultilib -# Copyright (C) 2011-2016 Free Software Foundation, Inc. +# Copyright (C) 2011-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/bfin/bfin-modes.def b/gcc/config/bfin/bfin-modes.def index a667fac5f614..36c476a1cc1e 100644 --- a/gcc/config/bfin/bfin-modes.def +++ b/gcc/config/bfin/bfin-modes.def @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, for Blackfin. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Analog Devices. This file is part of GCC. diff --git a/gcc/config/bfin/bfin-opts.h b/gcc/config/bfin/bfin-opts.h index 30ef3004b97e..dc31874924e7 100644 --- a/gcc/config/bfin/bfin-opts.h +++ b/gcc/config/bfin/bfin-opts.h @@ -1,5 +1,5 @@ /* Definitions for the Blackfin port needed for option handling. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/bfin/bfin-protos.h b/gcc/config/bfin/bfin-protos.h index ebd13d655afe..adca6fa60fab 100644 --- a/gcc/config/bfin/bfin-protos.h +++ b/gcc/config/bfin/bfin-protos.h @@ -1,5 +1,5 @@ /* Prototypes for Blackfin functions used in the md file & elsewhere. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/config/bfin/bfin.c b/gcc/config/bfin/bfin.c index 5f0efd9b5442..2073927af7c0 100644 --- a/gcc/config/bfin/bfin.c +++ b/gcc/config/bfin/bfin.c @@ -1,5 +1,5 @@ /* The Blackfin code generation auxiliary output file. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Analog Devices. This file is part of GCC. diff --git a/gcc/config/bfin/bfin.h b/gcc/config/bfin/bfin.h index b5f1544e1bcb..31ea70bc598c 100644 --- a/gcc/config/bfin/bfin.h +++ b/gcc/config/bfin/bfin.h @@ -1,5 +1,5 @@ /* Definitions for the Blackfin port. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Analog Devices. This file is part of GCC. diff --git a/gcc/config/bfin/bfin.md b/gcc/config/bfin/bfin.md index 83f6dd3b4568..819255d0130f 100644 --- a/gcc/config/bfin/bfin.md +++ b/gcc/config/bfin/bfin.md @@ -1,5 +1,5 @@ ;;- Machine description for Blackfin for GNU compiler -;; Copyright (C) 2005-2016 Free Software Foundation, Inc. +;; Copyright (C) 2005-2017 Free Software Foundation, Inc. ;; Contributed by Analog Devices. ;; This file is part of GCC. diff --git a/gcc/config/bfin/bfin.opt b/gcc/config/bfin/bfin.opt index 346b654c2dd8..b84b5fa6617d 100644 --- a/gcc/config/bfin/bfin.opt +++ b/gcc/config/bfin/bfin.opt @@ -1,6 +1,6 @@ ; Options for the Blackfin port of the compiler ; -; Copyright (C) 2005-2016 Free Software Foundation, Inc. +; Copyright (C) 2005-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/bfin/constraints.md b/gcc/config/bfin/constraints.md index 95ecd9d1f2f2..7f07fd55ac30 100644 --- a/gcc/config/bfin/constraints.md +++ b/gcc/config/bfin/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions for Blackfin -;; Copyright (C) 2008-2016 Free Software Foundation, Inc. +;; Copyright (C) 2008-2017 Free Software Foundation, Inc. ;; Contributed by Analog Devices ;; This file is part of GCC. diff --git a/gcc/config/bfin/elf.h b/gcc/config/bfin/elf.h index 0bb8496e1708..01ad3844bf78 100644 --- a/gcc/config/bfin/elf.h +++ b/gcc/config/bfin/elf.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2016 Free Software Foundation, Inc. +/* Copyright (C) 2005-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/bfin/linux.h b/gcc/config/bfin/linux.h index 09224937a165..6236b987a721 100644 --- a/gcc/config/bfin/linux.h +++ b/gcc/config/bfin/linux.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/bfin/predicates.md b/gcc/config/bfin/predicates.md index ecf75c7b57d6..0bc21cc2ddcc 100644 --- a/gcc/config/bfin/predicates.md +++ b/gcc/config/bfin/predicates.md @@ -1,5 +1,5 @@ ;; Predicate definitions for the Blackfin. -;; Copyright (C) 2005-2016 Free Software Foundation, Inc. +;; Copyright (C) 2005-2017 Free Software Foundation, Inc. ;; Contributed by Analog Devices. ;; ;; This file is part of GCC. diff --git a/gcc/config/bfin/print-sysroot-suffix.sh b/gcc/config/bfin/print-sysroot-suffix.sh index 6b5cbc2ecc4a..c104cce01378 100644 --- a/gcc/config/bfin/print-sysroot-suffix.sh +++ b/gcc/config/bfin/print-sysroot-suffix.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (C) 2007-2016 Free Software Foundation, Inc. +# Copyright (C) 2007-2017 Free Software Foundation, Inc. # This file is part of GCC. # GCC is free software; you can redistribute it and/or modify diff --git a/gcc/config/bfin/rtems.h b/gcc/config/bfin/rtems.h index 19bf415cfda7..440e886ffff7 100644 --- a/gcc/config/bfin/rtems.h +++ b/gcc/config/bfin/rtems.h @@ -1,5 +1,5 @@ /* Definitions for rtems targeting a bfin - Copyright (C) 2006-2016 Free Software Foundation, Inc. + Copyright (C) 2006-2017 Free Software Foundation, Inc. Contributed by Ralf Corsépius (ralf.corsepius@rtems.org). This file is part of GCC. diff --git a/gcc/config/bfin/sync.md b/gcc/config/bfin/sync.md index cb5aefd0b667..e21da36dee73 100644 --- a/gcc/config/bfin/sync.md +++ b/gcc/config/bfin/sync.md @@ -1,5 +1,5 @@ ;; GCC machine description for Blackfin synchronization instructions. -;; Copyright (C) 2005-2016 Free Software Foundation, Inc. +;; Copyright (C) 2005-2017 Free Software Foundation, Inc. ;; Contributed by Analog Devices. ;; ;; This file is part of GCC. diff --git a/gcc/config/bfin/t-bfin-elf b/gcc/config/bfin/t-bfin-elf index e05355a268a2..401c852a36ef 100644 --- a/gcc/config/bfin/t-bfin-elf +++ b/gcc/config/bfin/t-bfin-elf @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2016 Free Software Foundation, Inc. +# Copyright (C) 2005-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/bfin/t-bfin-linux b/gcc/config/bfin/t-bfin-linux index 421e7e26c9ff..2ed1fd0c9a92 100644 --- a/gcc/config/bfin/t-bfin-linux +++ b/gcc/config/bfin/t-bfin-linux @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2016 Free Software Foundation, Inc. +# Copyright (C) 2007-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/bfin/t-bfin-uclinux b/gcc/config/bfin/t-bfin-uclinux index 54b6324294d3..264d4292e832 100644 --- a/gcc/config/bfin/t-bfin-uclinux +++ b/gcc/config/bfin/t-bfin-uclinux @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2016 Free Software Foundation, Inc. +# Copyright (C) 2007-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/bfin/uclinux.h b/gcc/config/bfin/uclinux.h index cca57d3c6229..a97d24d9ac06 100644 --- a/gcc/config/bfin/uclinux.h +++ b/gcc/config/bfin/uclinux.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2016 Free Software Foundation, Inc. +/* Copyright (C) 2005-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/c6x/c6x-isas.def b/gcc/config/c6x/c6x-isas.def index 56b493db4863..86515421803f 100644 --- a/gcc/config/c6x/c6x-isas.def +++ b/gcc/config/c6x/c6x-isas.def @@ -1,5 +1,5 @@ /* C6X ISA names. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/c6x/c6x-modes.def b/gcc/config/c6x/c6x-modes.def index 7164b44ee276..f8eb88be90d2 100644 --- a/gcc/config/c6x/c6x-modes.def +++ b/gcc/config/c6x/c6x-modes.def @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, for TI C6x. - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/c6x/c6x-mult.md b/gcc/config/c6x/c6x-mult.md index 2e0d6d4b5dfa..f1d9760a10af 100644 --- a/gcc/config/c6x/c6x-mult.md +++ b/gcc/config/c6x/c6x-mult.md @@ -3,7 +3,7 @@ ;; Multiplication patterns for TI C6X. ;; This file is processed by genmult.sh to produce two variants of each ;; pattern, a normal one and a real_mult variant for modulo scheduling. -;; Copyright (C) 2010-2016 Free Software Foundation, Inc. +;; Copyright (C) 2010-2017 Free Software Foundation, Inc. ;; Contributed by Bernd Schmidt ;; Contributed by CodeSourcery. ;; @@ -424,7 +424,7 @@ ;; Multiplication patterns for TI C6X. ;; This file is processed by genmult.sh to produce two variants of each ;; pattern, a normal one and a real_mult variant for modulo scheduling. -;; Copyright (C) 2010-2016 Free Software Foundation, Inc. +;; Copyright (C) 2010-2017 Free Software Foundation, Inc. ;; Contributed by Bernd Schmidt ;; Contributed by CodeSourcery. ;; diff --git a/gcc/config/c6x/c6x-mult.md.in b/gcc/config/c6x/c6x-mult.md.in index 9f008321d77a..44ae67dd049f 100644 --- a/gcc/config/c6x/c6x-mult.md.in +++ b/gcc/config/c6x/c6x-mult.md.in @@ -1,7 +1,7 @@ ;; Multiplication patterns for TI C6X. ;; This file is processed by genmult.sh to produce two variants of each ;; pattern, a normal one and a real_mult variant for modulo scheduling. -;; Copyright (C) 2010-2016 Free Software Foundation, Inc. +;; Copyright (C) 2010-2017 Free Software Foundation, Inc. ;; Contributed by Bernd Schmidt ;; Contributed by CodeSourcery. ;; diff --git a/gcc/config/c6x/c6x-opts.h b/gcc/config/c6x/c6x-opts.h index 09d8bb319700..3c442b507fbe 100644 --- a/gcc/config/c6x/c6x-opts.h +++ b/gcc/config/c6x/c6x-opts.h @@ -1,5 +1,5 @@ /* Definitions for option handling for TI C6X. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/c6x/c6x-protos.h b/gcc/config/c6x/c6x-protos.h index 45c8e4c83b91..1b916a5341a4 100644 --- a/gcc/config/c6x/c6x-protos.h +++ b/gcc/config/c6x/c6x-protos.h @@ -1,5 +1,5 @@ /* Prototypes for exported functions defined in c6x.c. - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by CodeSourcery. This file is part of GCC. diff --git a/gcc/config/c6x/c6x-sched.md b/gcc/config/c6x/c6x-sched.md index 80bbde05f60b..08f917e343f0 100644 --- a/gcc/config/c6x/c6x-sched.md +++ b/gcc/config/c6x/c6x-sched.md @@ -4,7 +4,7 @@ ;; Definitions for side 1, cross n ;; Scheduling description for TI C6X. -;; Copyright (C) 2010-2016 Free Software Foundation, Inc. +;; Copyright (C) 2010-2017 Free Software Foundation, Inc. ;; Contributed by Bernd Schmidt ;; Contributed by CodeSourcery. ;; @@ -237,7 +237,7 @@ ;; Definitions for side 2, cross n ;; Scheduling description for TI C6X. -;; Copyright (C) 2010-2016 Free Software Foundation, Inc. +;; Copyright (C) 2010-2017 Free Software Foundation, Inc. ;; Contributed by Bernd Schmidt ;; Contributed by CodeSourcery. ;; @@ -470,7 +470,7 @@ ;; Definitions for side 1, cross y ;; Scheduling description for TI C6X. -;; Copyright (C) 2010-2016 Free Software Foundation, Inc. +;; Copyright (C) 2010-2017 Free Software Foundation, Inc. ;; Contributed by Bernd Schmidt ;; Contributed by CodeSourcery. ;; @@ -703,7 +703,7 @@ ;; Definitions for side 2, cross y ;; Scheduling description for TI C6X. -;; Copyright (C) 2010-2016 Free Software Foundation, Inc. +;; Copyright (C) 2010-2017 Free Software Foundation, Inc. ;; Contributed by Bernd Schmidt ;; Contributed by CodeSourcery. ;; diff --git a/gcc/config/c6x/c6x-sched.md.in b/gcc/config/c6x/c6x-sched.md.in index eb9abc26c411..28b16da3d508 100644 --- a/gcc/config/c6x/c6x-sched.md.in +++ b/gcc/config/c6x/c6x-sched.md.in @@ -1,5 +1,5 @@ ;; Scheduling description for TI C6X. -;; Copyright (C) 2010-2016 Free Software Foundation, Inc. +;; Copyright (C) 2010-2017 Free Software Foundation, Inc. ;; Contributed by Bernd Schmidt ;; Contributed by CodeSourcery. ;; diff --git a/gcc/config/c6x/c6x-tables.opt b/gcc/config/c6x/c6x-tables.opt index 89d093c968c1..2ff0d3ebe185 100644 --- a/gcc/config/c6x/c6x-tables.opt +++ b/gcc/config/c6x/c6x-tables.opt @@ -1,7 +1,7 @@ ; -*- buffer-read-only: t -*- ; Generated automatically by genopt.sh from c6x-isas.def. ; -; Copyright (C) 2011-2016 Free Software Foundation, Inc. +; Copyright (C) 2011-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/c6x/c6x.c b/gcc/config/c6x/c6x.c index 4d7dd72f1ca5..f841266e3690 100644 --- a/gcc/config/c6x/c6x.c +++ b/gcc/config/c6x/c6x.c @@ -1,5 +1,5 @@ /* Target Code for TI C6X - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Andrew Jenner Contributed by Bernd Schmidt diff --git a/gcc/config/c6x/c6x.h b/gcc/config/c6x/c6x.h index fe173abb1c3e..3fe807238fe7 100644 --- a/gcc/config/c6x/c6x.h +++ b/gcc/config/c6x/c6x.h @@ -1,5 +1,5 @@ /* Target Definitions for TI C6X. - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Andrew Jenner Contributed by Bernd Schmidt diff --git a/gcc/config/c6x/c6x.md b/gcc/config/c6x/c6x.md index 51571e32c7d1..1c6584b81bc3 100644 --- a/gcc/config/c6x/c6x.md +++ b/gcc/config/c6x/c6x.md @@ -1,5 +1,5 @@ ;; Machine description for TI C6X. -;; Copyright (C) 2010-2016 Free Software Foundation, Inc. +;; Copyright (C) 2010-2017 Free Software Foundation, Inc. ;; Contributed by Andrew Jenner ;; Contributed by Bernd Schmidt ;; Contributed by CodeSourcery. diff --git a/gcc/config/c6x/c6x.opt b/gcc/config/c6x/c6x.opt index e7f079a5672c..4def0f76caf7 100644 --- a/gcc/config/c6x/c6x.opt +++ b/gcc/config/c6x/c6x.opt @@ -1,5 +1,5 @@ ; Option definitions for TI C6X. -; Copyright (C) 2010-2016 Free Software Foundation, Inc. +; Copyright (C) 2010-2017 Free Software Foundation, Inc. ; Contributed by Bernd Schmidt ; Contributed by CodeSourcery. ; diff --git a/gcc/config/c6x/c6x_intrinsics.h b/gcc/config/c6x/c6x_intrinsics.h index c73e3f55cdf1..8b12091e64bb 100644 --- a/gcc/config/c6x/c6x_intrinsics.h +++ b/gcc/config/c6x/c6x_intrinsics.h @@ -1,6 +1,6 @@ /* Intrinsics for TI C6X. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by CodeSourcery. This file is part of GCC. diff --git a/gcc/config/c6x/constraints.md b/gcc/config/c6x/constraints.md index d34e214337ba..9cf6cd988819 100644 --- a/gcc/config/c6x/constraints.md +++ b/gcc/config/c6x/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions for TI C6X. -;; Copyright (C) 2010-2016 Free Software Foundation, Inc. +;; Copyright (C) 2010-2017 Free Software Foundation, Inc. ;; Contributed by Andrew Jenner ;; Contributed by Bernd Schmidt ;; Contributed by CodeSourcery. diff --git a/gcc/config/c6x/elf-common.h b/gcc/config/c6x/elf-common.h index 0d7b283e2776..79d74a78941e 100644 --- a/gcc/config/c6x/elf-common.h +++ b/gcc/config/c6x/elf-common.h @@ -1,5 +1,5 @@ /* ELF definitions for TI C6X - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Andrew Jenner Contributed by Bernd Schmidt diff --git a/gcc/config/c6x/elf.h b/gcc/config/c6x/elf.h index aa87b8906f8e..fde5d05ae424 100644 --- a/gcc/config/c6x/elf.h +++ b/gcc/config/c6x/elf.h @@ -1,5 +1,5 @@ /* ELF definitions for TI C6X - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Andrew Jenner Contributed by Bernd Schmidt diff --git a/gcc/config/c6x/genmult.sh b/gcc/config/c6x/genmult.sh index d848887b79e2..dc5901334e26 100644 --- a/gcc/config/c6x/genmult.sh +++ b/gcc/config/c6x/genmult.sh @@ -2,7 +2,7 @@ # Generate c6x-mult.md from c6x-mult.md.in # The input file is passed as an argument. -# Copyright (C) 2011-2016 Free Software Foundation, Inc. +# Copyright (C) 2011-2017 Free Software Foundation, Inc. #This file is part of GCC. diff --git a/gcc/config/c6x/genopt.sh b/gcc/config/c6x/genopt.sh index 61d560c263dd..8ac111096a6e 100644 --- a/gcc/config/c6x/genopt.sh +++ b/gcc/config/c6x/genopt.sh @@ -1,6 +1,6 @@ #!/bin/sh # Generate c6x-tables.opt from the lists in *.def. -# Copyright (C) 2011-2016 Free Software Foundation, Inc. +# Copyright (C) 2011-2017 Free Software Foundation, Inc. # # This file is part of GCC. # @@ -22,7 +22,7 @@ cat < Contributed by Bernd Schmidt diff --git a/gcc/config/c6x/sync.md b/gcc/config/c6x/sync.md index c2fbf399a96d..ba05a2fa9f93 100644 --- a/gcc/config/c6x/sync.md +++ b/gcc/config/c6x/sync.md @@ -1,5 +1,5 @@ ;; GCC machine description for C6X synchronization instructions. -;; Copyright (C) 2011-2016 Free Software Foundation, Inc. +;; Copyright (C) 2011-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/c6x/t-c6x b/gcc/config/c6x/t-c6x index 374b177e6dba..0386b2c20b7a 100644 --- a/gcc/config/c6x/t-c6x +++ b/gcc/config/c6x/t-c6x @@ -1,5 +1,5 @@ # Target Makefile Fragment for TI C6X. -# Copyright (C) 2010-2016 Free Software Foundation, Inc. +# Copyright (C) 2010-2017 Free Software Foundation, Inc. # Contributed by CodeSourcery. # # This file is part of GCC. diff --git a/gcc/config/c6x/t-c6x-elf b/gcc/config/c6x/t-c6x-elf index 4e487115fd3c..03517fcf613e 100644 --- a/gcc/config/c6x/t-c6x-elf +++ b/gcc/config/c6x/t-c6x-elf @@ -1,5 +1,5 @@ # Target Makefile Fragment for TI C6X using ELF. -# Copyright (C) 2010-2016 Free Software Foundation, Inc. +# Copyright (C) 2010-2017 Free Software Foundation, Inc. # Contributed by CodeSourcery. # # This file is part of GCC. diff --git a/gcc/config/c6x/uclinux-elf.h b/gcc/config/c6x/uclinux-elf.h index 66c86f9427a0..ed47b3e612e1 100644 --- a/gcc/config/c6x/uclinux-elf.h +++ b/gcc/config/c6x/uclinux-elf.h @@ -1,5 +1,5 @@ /* Definitions for TI C6X running ucLinux using ELF - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Andrew Jenner Contributed by Bernd Schmidt diff --git a/gcc/config/cr16/constraints.md b/gcc/config/cr16/constraints.md index b8a0bc4f98fe..8aad3321282f 100644 --- a/gcc/config/cr16/constraints.md +++ b/gcc/config/cr16/constraints.md @@ -1,5 +1,5 @@ ;; Predicates of machine description for CR16. -;; Copyright (C) 2012-2016 Free Software Foundation, Inc. +;; Copyright (C) 2012-2017 Free Software Foundation, Inc. ;; Contributed by KPIT Cummins Infosystems Limited. ;; ;; This file is part of GCC. diff --git a/gcc/config/cr16/cr16-protos.h b/gcc/config/cr16/cr16-protos.h index 3d948fc75edf..500de8244d6b 100644 --- a/gcc/config/cr16/cr16-protos.h +++ b/gcc/config/cr16/cr16-protos.h @@ -1,5 +1,5 @@ /* Prototypes for exported functions defined in cr16.c - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by KPIT Cummins Infosystems Limited. This file is part of GCC. diff --git a/gcc/config/cr16/cr16.c b/gcc/config/cr16/cr16.c index cc24fa551a0a..93edd232af25 100644 --- a/gcc/config/cr16/cr16.c +++ b/gcc/config/cr16/cr16.c @@ -1,5 +1,5 @@ /* Output routines for CR16 processor. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by KPIT Cummins Infosystems Limited. This file is part of GCC. diff --git a/gcc/config/cr16/cr16.h b/gcc/config/cr16/cr16.h index 2d08c2b2fa8d..7f8796ccb7f0 100644 --- a/gcc/config/cr16/cr16.h +++ b/gcc/config/cr16/cr16.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, for CR16. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by KPIT Cummins Infosystems Limited. This file is part of GCC. diff --git a/gcc/config/cr16/cr16.md b/gcc/config/cr16/cr16.md index b2da93b572c4..2d9f6ca1ce0c 100644 --- a/gcc/config/cr16/cr16.md +++ b/gcc/config/cr16/cr16.md @@ -1,5 +1,5 @@ ;; GCC machine description for CR16. -;; Copyright (C) 2012-2016 Free Software Foundation, Inc. +;; Copyright (C) 2012-2017 Free Software Foundation, Inc. ;; Contributed by KPIT Cummins Infosystems Limited. ;; This file is part of GCC. diff --git a/gcc/config/cr16/cr16.opt b/gcc/config/cr16/cr16.opt index 3fb6cefce900..48a33fac6c87 100644 --- a/gcc/config/cr16/cr16.opt +++ b/gcc/config/cr16/cr16.opt @@ -1,5 +1,5 @@ ; Options for the National Semiconductor CR16 port of the compiler. -; Copyright (C) 2012-2016 Free Software Foundation, Inc. +; Copyright (C) 2012-2017 Free Software Foundation, Inc. ; Contributed by KPIT Cummins Infosystems Limited. ; ; This file is part of GCC. diff --git a/gcc/config/cr16/predicates.md b/gcc/config/cr16/predicates.md index ba15762c84a3..8f6269767472 100644 --- a/gcc/config/cr16/predicates.md +++ b/gcc/config/cr16/predicates.md @@ -1,5 +1,5 @@ ;; Predicates of machine description for CR16. -;; Copyright (C) 2012-2016 Free Software Foundation, Inc. +;; Copyright (C) 2012-2017 Free Software Foundation, Inc. ;; Contributed by KPIT Cummins Infosystems Limited. ;; ;; This file is part of GCC. diff --git a/gcc/config/cr16/t-cr16 b/gcc/config/cr16/t-cr16 index ac40f643bfa3..4cacbcddd416 100644 --- a/gcc/config/cr16/t-cr16 +++ b/gcc/config/cr16/t-cr16 @@ -1,5 +1,5 @@ # CR16 Target Makefile -# Copyright (C) 2012-2016 Free Software Foundation, Inc. +# Copyright (C) 2012-2017 Free Software Foundation, Inc. # Contributed by KPIT Cummins Infosystems Limited. # # This file is part of GCC. diff --git a/gcc/config/cris/constraints.md b/gcc/config/cris/constraints.md index 9269bf0ac1a6..dcf9a137db34 100644 --- a/gcc/config/cris/constraints.md +++ b/gcc/config/cris/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions for CRIS. -;; Copyright (C) 2011-2016 Free Software Foundation, Inc. +;; Copyright (C) 2011-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/cris/cris-protos.h b/gcc/config/cris/cris-protos.h index 028c2b7120d8..5c82777c2e23 100644 --- a/gcc/config/cris/cris-protos.h +++ b/gcc/config/cris/cris-protos.h @@ -1,5 +1,5 @@ /* Definitions for GCC. Part of the machine description for CRIS. - Copyright (C) 1998-2016 Free Software Foundation, Inc. + Copyright (C) 1998-2017 Free Software Foundation, Inc. Contributed by Axis Communications. This file is part of GCC. diff --git a/gcc/config/cris/cris.c b/gcc/config/cris/cris.c index a8252193b581..21137bda9c60 100644 --- a/gcc/config/cris/cris.c +++ b/gcc/config/cris/cris.c @@ -1,5 +1,5 @@ /* Definitions for GCC. Part of the machine description for CRIS. - Copyright (C) 1998-2016 Free Software Foundation, Inc. + Copyright (C) 1998-2017 Free Software Foundation, Inc. Contributed by Axis Communications. Written by Hans-Peter Nilsson. This file is part of GCC. diff --git a/gcc/config/cris/cris.h b/gcc/config/cris/cris.h index 6cf8c3e86da3..953f720a4322 100644 --- a/gcc/config/cris/cris.h +++ b/gcc/config/cris/cris.h @@ -1,5 +1,5 @@ /* Definitions for GCC. Part of the machine description for CRIS. - Copyright (C) 1998-2016 Free Software Foundation, Inc. + Copyright (C) 1998-2017 Free Software Foundation, Inc. Contributed by Axis Communications. Written by Hans-Peter Nilsson. This file is part of GCC. diff --git a/gcc/config/cris/cris.md b/gcc/config/cris/cris.md index 13279b538ba3..cea11ebba9e2 100644 --- a/gcc/config/cris/cris.md +++ b/gcc/config/cris/cris.md @@ -1,5 +1,5 @@ ;; GCC machine description for CRIS cpu cores. -;; Copyright (C) 1998-2016 Free Software Foundation, Inc. +;; Copyright (C) 1998-2017 Free Software Foundation, Inc. ;; Contributed by Axis Communications. ;; This file is part of GCC. diff --git a/gcc/config/cris/cris.opt b/gcc/config/cris/cris.opt index 1b663eb1540b..84d069a63b79 100644 --- a/gcc/config/cris/cris.opt +++ b/gcc/config/cris/cris.opt @@ -1,6 +1,6 @@ ; Options for the CRIS port of the compiler. -; Copyright (C) 2005-2016 Free Software Foundation, Inc. +; Copyright (C) 2005-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/cris/elf.opt b/gcc/config/cris/elf.opt index 15f92d9f92cb..f6abe65b10b2 100644 --- a/gcc/config/cris/elf.opt +++ b/gcc/config/cris/elf.opt @@ -1,6 +1,6 @@ ; ELF-specific options for the CRIS port of the compiler. -; Copyright (C) 2005-2016 Free Software Foundation, Inc. +; Copyright (C) 2005-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/cris/linux.h b/gcc/config/cris/linux.h index ca1d904e1d47..c15b6f10da4b 100644 --- a/gcc/config/cris/linux.h +++ b/gcc/config/cris/linux.h @@ -1,5 +1,5 @@ /* Definitions for GCC. Part of the machine description for CRIS. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. Contributed by Axis Communications. Written by Hans-Peter Nilsson. This file is part of GCC. diff --git a/gcc/config/cris/linux.opt b/gcc/config/cris/linux.opt index 883d6bbbc9cc..734a637ff21c 100644 --- a/gcc/config/cris/linux.opt +++ b/gcc/config/cris/linux.opt @@ -1,6 +1,6 @@ ; GNU/Linux-specific options for the CRIS port of the compiler. -; Copyright (C) 2005-2016 Free Software Foundation, Inc. +; Copyright (C) 2005-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/cris/predicates.md b/gcc/config/cris/predicates.md index 94ccd2c93634..51d842197201 100644 --- a/gcc/config/cris/predicates.md +++ b/gcc/config/cris/predicates.md @@ -1,5 +1,5 @@ ;; Operand and operator predicates for the GCC CRIS port. -;; Copyright (C) 2005-2016 Free Software Foundation, Inc. +;; Copyright (C) 2005-2017 Free Software Foundation, Inc. ;; This file is part of GCC. ;; diff --git a/gcc/config/cris/sync.md b/gcc/config/cris/sync.md index 11740c556a9d..5f49576c7b47 100644 --- a/gcc/config/cris/sync.md +++ b/gcc/config/cris/sync.md @@ -1,5 +1,5 @@ ;; GCC machine description for CRIS atomic memory sequences. -;; Copyright (C) 2012-2016 Free Software Foundation, Inc. +;; Copyright (C) 2012-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/cris/t-cris b/gcc/config/cris/t-cris index b0cae8d53660..a7170d3ca3e3 100644 --- a/gcc/config/cris/t-cris +++ b/gcc/config/cris/t-cris @@ -3,7 +3,7 @@ # # The Makefile fragment to include when compiling gcc et al for CRIS. # -# Copyright (C) 2001-2016 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/cris/t-elfmulti b/gcc/config/cris/t-elfmulti index 4fc7a8c2bae6..c08430a5f094 100644 --- a/gcc/config/cris/t-elfmulti +++ b/gcc/config/cris/t-elfmulti @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2016 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/darwin-c.c b/gcc/config/darwin-c.c index ed032b971df1..157c2fd597dc 100644 --- a/gcc/config/darwin-c.c +++ b/gcc/config/darwin-c.c @@ -1,5 +1,5 @@ /* Darwin support needed only by C/C++ frontends. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. Contributed by Apple Computer Inc. This file is part of GCC. diff --git a/gcc/config/darwin-driver.c b/gcc/config/darwin-driver.c index f80c9ed2e0f8..0c4f0cd1b0d3 100644 --- a/gcc/config/darwin-driver.c +++ b/gcc/config/darwin-driver.c @@ -1,5 +1,5 @@ /* Additional functions for the GCC driver on Darwin native. - Copyright (C) 2006-2016 Free Software Foundation, Inc. + Copyright (C) 2006-2017 Free Software Foundation, Inc. Contributed by Apple Computer Inc. This file is part of GCC. diff --git a/gcc/config/darwin-f.c b/gcc/config/darwin-f.c index 0dba3762f9e9..7b584d9303b9 100644 --- a/gcc/config/darwin-f.c +++ b/gcc/config/darwin-f.c @@ -1,5 +1,5 @@ /* Darwin support needed only by Fortran frontends. - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Daniel Franke. This file is part of GCC. diff --git a/gcc/config/darwin-ppc-ldouble-patch.def b/gcc/config/darwin-ppc-ldouble-patch.def index 7160bf7980c1..f930ef23e482 100644 --- a/gcc/config/darwin-ppc-ldouble-patch.def +++ b/gcc/config/darwin-ppc-ldouble-patch.def @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/darwin-protos.h b/gcc/config/darwin-protos.h index 7eb096b45776..22e62be3592b 100644 --- a/gcc/config/darwin-protos.h +++ b/gcc/config/darwin-protos.h @@ -1,5 +1,5 @@ /* Prototypes. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/darwin-sections.def b/gcc/config/darwin-sections.def index 8a7e985c85fa..b5e365927492 100644 --- a/gcc/config/darwin-sections.def +++ b/gcc/config/darwin-sections.def @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2016 Free Software Foundation, Inc. +/* Copyright (C) 2005-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/darwin.c b/gcc/config/darwin.c index 316e2178f5bb..8e6e25ab7f55 100644 --- a/gcc/config/darwin.c +++ b/gcc/config/darwin.c @@ -1,5 +1,5 @@ /* Functions for generic Darwin as target machine for GNU C compiler. - Copyright (C) 1989-2016 Free Software Foundation, Inc. + Copyright (C) 1989-2017 Free Software Foundation, Inc. Contributed by Apple Computer Inc. This file is part of GCC. diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h index 374034e3f0d9..3a130291a387 100644 --- a/gcc/config/darwin.h +++ b/gcc/config/darwin.h @@ -1,5 +1,5 @@ /* Target definitions for Darwin (Mac OS X) systems. - Copyright (C) 1989-2016 Free Software Foundation, Inc. + Copyright (C) 1989-2017 Free Software Foundation, Inc. Contributed by Apple Computer Inc. This file is part of GCC. diff --git a/gcc/config/darwin.opt b/gcc/config/darwin.opt index 25459e072885..135a9c023cbf 100644 --- a/gcc/config/darwin.opt +++ b/gcc/config/darwin.opt @@ -1,6 +1,6 @@ ; Processor-independent options for Darwin. -; Copyright (C) 2005-2016 Free Software Foundation, Inc. +; Copyright (C) 2005-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/darwin10.h b/gcc/config/darwin10.h index a81fbdccdc87..f24b1257d267 100644 --- a/gcc/config/darwin10.h +++ b/gcc/config/darwin10.h @@ -1,5 +1,5 @@ /* Target definitions for Darwin (Mac OS X) systems. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Jack Howarth . This file is part of GCC. diff --git a/gcc/config/darwin12.h b/gcc/config/darwin12.h index f88e2a469011..aa6cc0d535b4 100644 --- a/gcc/config/darwin12.h +++ b/gcc/config/darwin12.h @@ -1,5 +1,5 @@ /* Target definitions for Darwin (Mac OS X) systems. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Jack Howarth . This file is part of GCC. diff --git a/gcc/config/darwin9.h b/gcc/config/darwin9.h index f989ec781ebc..55b342b1d279 100644 --- a/gcc/config/darwin9.h +++ b/gcc/config/darwin9.h @@ -1,5 +1,5 @@ /* Target definitions for Darwin (Mac OS X) systems. - Copyright (C) 2006-2016 Free Software Foundation, Inc. + Copyright (C) 2006-2017 Free Software Foundation, Inc. Contributed by Apple Inc. This file is part of GCC. diff --git a/gcc/config/dbx.h b/gcc/config/dbx.h index 01b44afbcf91..7837a609b86a 100644 --- a/gcc/config/dbx.h +++ b/gcc/config/dbx.h @@ -1,5 +1,5 @@ /* Prefer DBX (stabs) debugging information. - Copyright (C) 1996-2016 Free Software Foundation, Inc. + Copyright (C) 1996-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/dbxcoff.h b/gcc/config/dbxcoff.h index 2335544b4237..e5eef64f60e5 100644 --- a/gcc/config/dbxcoff.h +++ b/gcc/config/dbxcoff.h @@ -1,5 +1,5 @@ /* Definitions needed when using stabs embedded in COFF sections. - Copyright (C) 1996-2016 Free Software Foundation, Inc. + Copyright (C) 1996-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/dbxelf.h b/gcc/config/dbxelf.h index 0bff1931107b..b66f4d058302 100644 --- a/gcc/config/dbxelf.h +++ b/gcc/config/dbxelf.h @@ -1,5 +1,5 @@ /* Definitions needed when using stabs embedded in ELF sections. - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/default-c.c b/gcc/config/default-c.c index 1f90b052e39c..7f1115e49e8e 100644 --- a/gcc/config/default-c.c +++ b/gcc/config/default-c.c @@ -1,5 +1,5 @@ /* Default C-family target hooks initializer. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/dragonfly-stdint.h b/gcc/config/dragonfly-stdint.h index 23e94752d3dd..0b8b19c3daa9 100644 --- a/gcc/config/dragonfly-stdint.h +++ b/gcc/config/dragonfly-stdint.h @@ -1,5 +1,5 @@ /* Definitions for types for DragonFly systems. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. Contributed by John Marino This file is part of GCC. diff --git a/gcc/config/dragonfly.h b/gcc/config/dragonfly.h index 03f1ffee9657..f1df5cdd2cd8 100644 --- a/gcc/config/dragonfly.h +++ b/gcc/config/dragonfly.h @@ -1,5 +1,5 @@ /* Base configuration file for all DragonFly targets. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. Contributed by John Marino This file is part of GCC. diff --git a/gcc/config/dragonfly.opt b/gcc/config/dragonfly.opt index cce5365cf358..e2ec9d6ff3b0 100644 --- a/gcc/config/dragonfly.opt +++ b/gcc/config/dragonfly.opt @@ -1,6 +1,6 @@ ; DragonFly BSD options. -; Copyright (C) 2014-2016 Free Software Foundation, Inc. +; Copyright (C) 2014-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/elfos.h b/gcc/config/elfos.h index d32055b278e7..47a07115e32c 100644 --- a/gcc/config/elfos.h +++ b/gcc/config/elfos.h @@ -1,6 +1,6 @@ /* elfos.h -- operating system specific defines to be used when targeting GCC for some generic ELF system - Copyright (C) 1991-2016 Free Software Foundation, Inc. + Copyright (C) 1991-2017 Free Software Foundation, Inc. Based on svr4.h contributed by Ron Guilmette (rfg@netcom.com). This file is part of GCC. diff --git a/gcc/config/epiphany/constraints.md b/gcc/config/epiphany/constraints.md index 656c6158caf7..4a404e9776af 100644 --- a/gcc/config/epiphany/constraints.md +++ b/gcc/config/epiphany/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions for Adaptiva epiphany -;; Copyright (C) 2007-2016 Free Software Foundation, Inc. +;; Copyright (C) 2007-2017 Free Software Foundation, Inc. ;; Contributed by Embecosm on behalf of Adapteva, Inc. ;; This file is part of GCC. diff --git a/gcc/config/epiphany/epiphany-modes.def b/gcc/config/epiphany/epiphany-modes.def index 09e4a04cc4fa..05c4c7c867ab 100644 --- a/gcc/config/epiphany/epiphany-modes.def +++ b/gcc/config/epiphany/epiphany-modes.def @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, Adapteva Epiphany cpu. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Embecosm on behalf of Adapteva, Inc. This file is part of GCC. diff --git a/gcc/config/epiphany/epiphany-protos.h b/gcc/config/epiphany/epiphany-protos.h index 0038aae573fc..a586e7cdd0a3 100644 --- a/gcc/config/epiphany/epiphany-protos.h +++ b/gcc/config/epiphany/epiphany-protos.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, EPIPHANY cpu. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. Contributed by Embecosm on behalf of Adapteva, Inc. This file is part of GCC. diff --git a/gcc/config/epiphany/epiphany-sched.md b/gcc/config/epiphany/epiphany-sched.md index e116e4b2815a..dc6aceadd9d3 100644 --- a/gcc/config/epiphany/epiphany-sched.md +++ b/gcc/config/epiphany/epiphany-sched.md @@ -1,5 +1,5 @@ ;; DFA scheduling description for EPIPHANY -;; Copyright (C) 2004-2016 Free Software Foundation, Inc. +;; Copyright (C) 2004-2017 Free Software Foundation, Inc. ;; Contributed by Embecosm on behalf of Adapteva, Inc. ;; This file is part of GCC. diff --git a/gcc/config/epiphany/epiphany.c b/gcc/config/epiphany/epiphany.c index e1f7a4772d9f..f8fa9bde7aa9 100644 --- a/gcc/config/epiphany/epiphany.c +++ b/gcc/config/epiphany/epiphany.c @@ -1,5 +1,5 @@ /* Subroutines used for code generation on the EPIPHANY cpu. - Copyright (C) 1994-2016 Free Software Foundation, Inc. + Copyright (C) 1994-2017 Free Software Foundation, Inc. Contributed by Embecosm on behalf of Adapteva, Inc. This file is part of GCC. diff --git a/gcc/config/epiphany/epiphany.h b/gcc/config/epiphany/epiphany.h index 9e7ee506134f..a9249a446930 100644 --- a/gcc/config/epiphany/epiphany.h +++ b/gcc/config/epiphany/epiphany.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, Argonaut EPIPHANY cpu. - Copyright (C) 1994-2016 Free Software Foundation, Inc. + Copyright (C) 1994-2017 Free Software Foundation, Inc. Contributed by Embecosm on behalf of Adapteva, Inc. This file is part of GCC. diff --git a/gcc/config/epiphany/epiphany.md b/gcc/config/epiphany/epiphany.md index 18f96613ae6f..595c53e9ddb7 100644 --- a/gcc/config/epiphany/epiphany.md +++ b/gcc/config/epiphany/epiphany.md @@ -1,5 +1,5 @@ ;; Machine description of the Adaptiva epiphany cpu for GNU C compiler -;; Copyright (C) 1994-2016 Free Software Foundation, Inc. +;; Copyright (C) 1994-2017 Free Software Foundation, Inc. ;; Contributed by Embecosm on behalf of Adapteva, Inc. ;; This file is part of GCC. diff --git a/gcc/config/epiphany/epiphany.opt b/gcc/config/epiphany/epiphany.opt index 158fe8247a6f..ca430a343ba3 100644 --- a/gcc/config/epiphany/epiphany.opt +++ b/gcc/config/epiphany/epiphany.opt @@ -1,6 +1,6 @@ ; Options for the Adapteva EPIPHANY port of the compiler ; -; Copyright (C) 2005-2016 Free Software Foundation, Inc. +; Copyright (C) 2005-2017 Free Software Foundation, Inc. ; Contributed by Embecosm on behalf of Adapteva, Inc. ; ; This file is part of GCC. diff --git a/gcc/config/epiphany/epiphany_intrinsics.h b/gcc/config/epiphany/epiphany_intrinsics.h index 738303b3da64..b4c3b03c711f 100644 --- a/gcc/config/epiphany/epiphany_intrinsics.h +++ b/gcc/config/epiphany/epiphany_intrinsics.h @@ -1,5 +1,5 @@ /* Epiphany intrinsic functions - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Embecosm on behalf of Adapteva, Inc. This file is part of GCC. diff --git a/gcc/config/epiphany/mode-switch-use.c b/gcc/config/epiphany/mode-switch-use.c index 9f1c56ae0da5..394ce5e841c9 100644 --- a/gcc/config/epiphany/mode-switch-use.c +++ b/gcc/config/epiphany/mode-switch-use.c @@ -1,6 +1,6 @@ /* Insert USEs in instructions that require mode switching. This should probably be merged into mode-switching.c . - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Embecosm on behalf of Adapteva, Inc. This file is part of GCC. diff --git a/gcc/config/epiphany/predicates.md b/gcc/config/epiphany/predicates.md index 99fab6b6efed..3b068a23707f 100644 --- a/gcc/config/epiphany/predicates.md +++ b/gcc/config/epiphany/predicates.md @@ -1,5 +1,5 @@ ;; Predicate definitions for code generation on the EPIPHANY cpu. -;; Copyright (C) 1994-2016 Free Software Foundation, Inc. +;; Copyright (C) 1994-2017 Free Software Foundation, Inc. ;; Contributed by Embecosm on behalf of Adapteva, Inc. ;; ;; This file is part of GCC. diff --git a/gcc/config/epiphany/resolve-sw-modes.c b/gcc/config/epiphany/resolve-sw-modes.c index f1aafdc66ea5..f38e2104c9ed 100644 --- a/gcc/config/epiphany/resolve-sw-modes.c +++ b/gcc/config/epiphany/resolve-sw-modes.c @@ -1,5 +1,5 @@ /* Mode switching cleanup pass for the EPIPHANY cpu. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. Contributed by Embecosm on behalf of Adapteva, Inc. This file is part of GCC. diff --git a/gcc/config/epiphany/t-epiphany b/gcc/config/epiphany/t-epiphany index 9f45e23469e1..932294c8586e 100644 --- a/gcc/config/epiphany/t-epiphany +++ b/gcc/config/epiphany/t-epiphany @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2016 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # Contributed by Embecosm on behalf of Adapteva, Inc. # # This file is part of GCC. diff --git a/gcc/config/flat.h b/gcc/config/flat.h index a0d9f9990778..ec8a8a1838f1 100644 --- a/gcc/config/flat.h +++ b/gcc/config/flat.h @@ -1,5 +1,5 @@ /* Defines to be used for targets that support flat executables. - Copyright (C) 2006-2016 Free Software Foundation, Inc. + Copyright (C) 2006-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/fr30/constraints.md b/gcc/config/fr30/constraints.md index 605b3afa1ec8..b587c2e222c3 100644 --- a/gcc/config/fr30/constraints.md +++ b/gcc/config/fr30/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions for the FR30. -;; Copyright (C) 2011-2016 Free Software Foundation, Inc. +;; Copyright (C) 2011-2017 Free Software Foundation, Inc. ;; This file is part of GCC. diff --git a/gcc/config/fr30/fr30-protos.h b/gcc/config/fr30/fr30-protos.h index f7164c7026bf..5833286ebcc8 100644 --- a/gcc/config/fr30/fr30-protos.h +++ b/gcc/config/fr30/fr30-protos.h @@ -1,5 +1,5 @@ /* Prototypes for fr30.c functions used in the md file & elsewhere. - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/fr30/fr30.c b/gcc/config/fr30/fr30.c index d8e95cb857e4..42bec9f733c2 100644 --- a/gcc/config/fr30/fr30.c +++ b/gcc/config/fr30/fr30.c @@ -1,5 +1,5 @@ /* FR30 specific functions. - Copyright (C) 1998-2016 Free Software Foundation, Inc. + Copyright (C) 1998-2017 Free Software Foundation, Inc. Contributed by Cygnus Solutions. This file is part of GCC. diff --git a/gcc/config/fr30/fr30.h b/gcc/config/fr30/fr30.h index 82366e354151..f701195aba57 100644 --- a/gcc/config/fr30/fr30.h +++ b/gcc/config/fr30/fr30.h @@ -1,7 +1,7 @@ /*{{{ Comment. */ /* Definitions of FR30 target. - Copyright (C) 1998-2016 Free Software Foundation, Inc. + Copyright (C) 1998-2017 Free Software Foundation, Inc. Contributed by Cygnus Solutions. This file is part of GCC. diff --git a/gcc/config/fr30/fr30.md b/gcc/config/fr30/fr30.md index fd445c05edc6..ec6eb4f0f2c5 100644 --- a/gcc/config/fr30/fr30.md +++ b/gcc/config/fr30/fr30.md @@ -1,5 +1,5 @@ ;; FR30 machine description. -;; Copyright (C) 1998-2016 Free Software Foundation, Inc. +;; Copyright (C) 1998-2017 Free Software Foundation, Inc. ;; Contributed by Cygnus Solutions. ;; This file is part of GCC. diff --git a/gcc/config/fr30/fr30.opt b/gcc/config/fr30/fr30.opt index 2eee9ca07b66..bdd5cb289cc4 100644 --- a/gcc/config/fr30/fr30.opt +++ b/gcc/config/fr30/fr30.opt @@ -1,6 +1,6 @@ ; Options for the FR30 port of the compiler. -; Copyright (C) 2005-2016 Free Software Foundation, Inc. +; Copyright (C) 2005-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/fr30/predicates.md b/gcc/config/fr30/predicates.md index 343383dd6faf..261095853376 100644 --- a/gcc/config/fr30/predicates.md +++ b/gcc/config/fr30/predicates.md @@ -1,5 +1,5 @@ ;; Predicate definitions for FR30. -;; Copyright (C) 2005-2016 Free Software Foundation, Inc. +;; Copyright (C) 2005-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/freebsd-nthr.h b/gcc/config/freebsd-nthr.h index ada6a1fce7f1..9567a939b25a 100644 --- a/gcc/config/freebsd-nthr.h +++ b/gcc/config/freebsd-nthr.h @@ -1,5 +1,5 @@ /* FreeBSD configuration setting for FreeBSD systems. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. Contributed by Loren J. Rittle This file is part of GCC. diff --git a/gcc/config/freebsd-spec.h b/gcc/config/freebsd-spec.h index fc47c217db7f..9e992aff05b0 100644 --- a/gcc/config/freebsd-spec.h +++ b/gcc/config/freebsd-spec.h @@ -1,5 +1,5 @@ /* Base configuration file for all FreeBSD targets. - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/freebsd-stdint.h b/gcc/config/freebsd-stdint.h index 58ad407d5ddd..2968ceb7afbb 100644 --- a/gcc/config/freebsd-stdint.h +++ b/gcc/config/freebsd-stdint.h @@ -1,5 +1,5 @@ /* Definitions for types for FreeBSD systems. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Gerald Pfeifer . This file is part of GCC. diff --git a/gcc/config/freebsd.h b/gcc/config/freebsd.h index 5ded869d286f..a2724556925b 100644 --- a/gcc/config/freebsd.h +++ b/gcc/config/freebsd.h @@ -1,5 +1,5 @@ /* Base configuration file for all FreeBSD targets. - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/freebsd.opt b/gcc/config/freebsd.opt index adafa2f74d8a..00ba8dcbb167 100644 --- a/gcc/config/freebsd.opt +++ b/gcc/config/freebsd.opt @@ -1,6 +1,6 @@ ; FreeBSD options. -; Copyright (C) 2010-2016 Free Software Foundation, Inc. +; Copyright (C) 2010-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/frv/constraints.md b/gcc/config/frv/constraints.md index 729466073383..dea3fe5d5103 100644 --- a/gcc/config/frv/constraints.md +++ b/gcc/config/frv/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions for FRV. -;; Copyright (C) 2001-2016 Free Software Foundation, Inc. +;; Copyright (C) 2001-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/frv/frv-asm.h b/gcc/config/frv/frv-asm.h index 95dbdc1cae4b..5c2746737c9c 100644 --- a/gcc/config/frv/frv-asm.h +++ b/gcc/config/frv/frv-asm.h @@ -1,5 +1,5 @@ /* Assembler Support. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of GCC. diff --git a/gcc/config/frv/frv-modes.def b/gcc/config/frv/frv-modes.def index 96bd12d077c6..9c97050d2d7c 100644 --- a/gcc/config/frv/frv-modes.def +++ b/gcc/config/frv/frv-modes.def @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler for FRV. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/frv/frv-opts.h b/gcc/config/frv/frv-opts.h index ae31ade88d2c..9d5d0a917ca0 100644 --- a/gcc/config/frv/frv-opts.h +++ b/gcc/config/frv/frv-opts.h @@ -1,5 +1,5 @@ /* Frv option-handling defitions. - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/frv/frv-protos.h b/gcc/config/frv/frv-protos.h index 4ff98ae25bf7..aeead104fe51 100644 --- a/gcc/config/frv/frv-protos.h +++ b/gcc/config/frv/frv-protos.h @@ -1,5 +1,5 @@ /* Frv prototypes. - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of GCC. diff --git a/gcc/config/frv/frv.c b/gcc/config/frv/frv.c index b2177ab4bb7b..a5c3313f6e8e 100644 --- a/gcc/config/frv/frv.c +++ b/gcc/config/frv/frv.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1997-2016 Free Software Foundation, Inc. +/* Copyright (C) 1997-2017 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of GCC. diff --git a/gcc/config/frv/frv.h b/gcc/config/frv/frv.h index e7f87b1ff885..8fcb17054dcd 100644 --- a/gcc/config/frv/frv.h +++ b/gcc/config/frv/frv.h @@ -1,5 +1,5 @@ /* Target macros for the FRV port of GCC. - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. Contributed by Red Hat Inc. This file is part of GCC. diff --git a/gcc/config/frv/frv.md b/gcc/config/frv/frv.md index d59936de0af3..4cfc489d14ad 100644 --- a/gcc/config/frv/frv.md +++ b/gcc/config/frv/frv.md @@ -1,5 +1,5 @@ ;; Frv Machine Description -;; Copyright (C) 1999-2016 Free Software Foundation, Inc. +;; Copyright (C) 1999-2017 Free Software Foundation, Inc. ;; Contributed by Red Hat, Inc. ;; This file is part of GCC. diff --git a/gcc/config/frv/frv.opt b/gcc/config/frv/frv.opt index c17a9945c819..eede0809bff1 100644 --- a/gcc/config/frv/frv.opt +++ b/gcc/config/frv/frv.opt @@ -1,6 +1,6 @@ ; Options for the FR-V port of the compiler. -; Copyright (C) 2005-2016 Free Software Foundation, Inc. +; Copyright (C) 2005-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/frv/linux.h b/gcc/config/frv/linux.h index 0c368b563c63..249665a83070 100644 --- a/gcc/config/frv/linux.h +++ b/gcc/config/frv/linux.h @@ -1,5 +1,5 @@ /* Target macros for the FRV Linux port of GCC. - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. Contributed by Red Hat Inc. This file is part of GCC. diff --git a/gcc/config/frv/predicates.md b/gcc/config/frv/predicates.md index 41eb83b24bc3..e3b5d9e4c2ac 100644 --- a/gcc/config/frv/predicates.md +++ b/gcc/config/frv/predicates.md @@ -1,5 +1,5 @@ ;; Predicate definitions for Frv. -;; Copyright (C) 2005-2016 Free Software Foundation, Inc. +;; Copyright (C) 2005-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/frv/t-frv b/gcc/config/frv/t-frv index 5e2505d0b195..320544550811 100644 --- a/gcc/config/frv/t-frv +++ b/gcc/config/frv/t-frv @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2016 Free Software Foundation, Inc. +# Copyright (C) 2002-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/frv/t-linux b/gcc/config/frv/t-linux index 80acccd220c4..029fe0706bc9 100644 --- a/gcc/config/frv/t-linux +++ b/gcc/config/frv/t-linux @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2016 Free Software Foundation, Inc. +# Copyright (C) 2004-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/ft32/constraints.md b/gcc/config/ft32/constraints.md index 6db1a7cf8ce2..4780315f217e 100644 --- a/gcc/config/ft32/constraints.md +++ b/gcc/config/ft32/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions for FT32 -;; Copyright (C) 2015-2016 Free Software Foundation, Inc. +;; Copyright (C) 2015-2017 Free Software Foundation, Inc. ;; Contributed by FTDI ;; This file is part of GCC. diff --git a/gcc/config/ft32/ft32-protos.h b/gcc/config/ft32/ft32-protos.h index e9d674d245c6..d0dbb67ef879 100644 --- a/gcc/config/ft32/ft32-protos.h +++ b/gcc/config/ft32/ft32-protos.h @@ -1,5 +1,5 @@ /* Prototypes for ft32.c functions used in the md file & elsewhere. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/ft32/ft32.c b/gcc/config/ft32/ft32.c index 6ac87017f64a..d659959d77f3 100644 --- a/gcc/config/ft32/ft32.c +++ b/gcc/config/ft32/ft32.c @@ -1,5 +1,5 @@ /* Target Code for ft32 - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by FTDI This file is part of GCC. diff --git a/gcc/config/ft32/ft32.h b/gcc/config/ft32/ft32.h index 6bfd4851fe65..11e25e36c0e6 100644 --- a/gcc/config/ft32/ft32.h +++ b/gcc/config/ft32/ft32.h @@ -1,5 +1,5 @@ /* Target Definitions for ft32. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by FTDI This file is part of GCC. diff --git a/gcc/config/ft32/ft32.md b/gcc/config/ft32/ft32.md index 2d711efbbfbf..984c3b67e32b 100644 --- a/gcc/config/ft32/ft32.md +++ b/gcc/config/ft32/ft32.md @@ -1,5 +1,5 @@ ;; Machine description for FT32 -;; Copyright (C) 2015-2016 Free Software Foundation, Inc. +;; Copyright (C) 2015-2017 Free Software Foundation, Inc. ;; Contributed by FTDI ;; This file is part of GCC. diff --git a/gcc/config/ft32/ft32.opt b/gcc/config/ft32/ft32.opt index 20054a20b3c5..ba01c81ecf10 100644 --- a/gcc/config/ft32/ft32.opt +++ b/gcc/config/ft32/ft32.opt @@ -1,6 +1,6 @@ ; Options for the FT32 port of the compiler. -; Copyright (C) 2015-2016 Free Software Foundation, Inc. +; Copyright (C) 2015-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/ft32/predicates.md b/gcc/config/ft32/predicates.md index d89418d81173..f968cbe833e3 100644 --- a/gcc/config/ft32/predicates.md +++ b/gcc/config/ft32/predicates.md @@ -1,5 +1,5 @@ ;; Predicate definitions for FT32 -;; Copyright (C) 2015-2016 Free Software Foundation, Inc. +;; Copyright (C) 2015-2017 Free Software Foundation, Inc. ;; Contributed by FTDI ;; This file is part of GCC. diff --git a/gcc/config/ft32/t-ft32 b/gcc/config/ft32/t-ft32 index e1126c7b9365..09af44f1d61c 100644 --- a/gcc/config/ft32/t-ft32 +++ b/gcc/config/ft32/t-ft32 @@ -1,5 +1,5 @@ # Target Makefile Fragment for ft32 -# Copyright (C) 2015-2016 Free Software Foundation, Inc. +# Copyright (C) 2015-2017 Free Software Foundation, Inc. # Contributed by FTDI # # This file is part of GCC. diff --git a/gcc/config/fused-madd.opt b/gcc/config/fused-madd.opt index a2a13d7e1bb5..3d7025318af0 100644 --- a/gcc/config/fused-madd.opt +++ b/gcc/config/fused-madd.opt @@ -1,6 +1,6 @@ ; -mfused-madd option (some targets only). ; -; Copyright (C) 2010-2016 Free Software Foundation, Inc. +; Copyright (C) 2010-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/g.opt b/gcc/config/g.opt index 8de1c9c99d82..5a0d9eb7d18a 100644 --- a/gcc/config/g.opt +++ b/gcc/config/g.opt @@ -1,6 +1,6 @@ ; -G option (small data, some targets only). -; Copyright (C) 2003-2016 Free Software Foundation, Inc. +; Copyright (C) 2003-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/glibc-c.c b/gcc/config/glibc-c.c index 11c345e67531..8a479ccefe7b 100644 --- a/gcc/config/glibc-c.c +++ b/gcc/config/glibc-c.c @@ -1,5 +1,5 @@ /* C-family target hooks initializer for targets possibly using glibc. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/glibc-stdint.h b/gcc/config/glibc-stdint.h index c546c92e98f9..bf4de54e6607 100644 --- a/gcc/config/glibc-stdint.h +++ b/gcc/config/glibc-stdint.h @@ -1,5 +1,5 @@ /* Definitions for types on systems using GNU libc or uClibc. - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/gnu-user.h b/gcc/config/gnu-user.h index b0bf40a954f2..2787a3d16be9 100644 --- a/gcc/config/gnu-user.h +++ b/gcc/config/gnu-user.h @@ -1,7 +1,7 @@ /* Definitions for systems using, at least optionally, a GNU (glibc-based) userspace or other userspace with libc derived from glibc (e.g. uClibc) or for which similar specs are appropriate. - Copyright (C) 1995-2016 Free Software Foundation, Inc. + Copyright (C) 1995-2017 Free Software Foundation, Inc. Contributed by Eric Youngdale. Modified for stabs-in-ELF by H.J. Lu (hjl@lucon.org). diff --git a/gcc/config/gnu-user.opt b/gcc/config/gnu-user.opt index 93b63a92150d..2cdd862e55b1 100644 --- a/gcc/config/gnu-user.opt +++ b/gcc/config/gnu-user.opt @@ -1,6 +1,6 @@ ; Options for systems using gnu-user.h. -; Copyright (C) 2011-2016 Free Software Foundation, Inc. +; Copyright (C) 2011-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/gnu.h b/gcc/config/gnu.h index 1dbecdae6dce..42be89523370 100644 --- a/gcc/config/gnu.h +++ b/gcc/config/gnu.h @@ -1,7 +1,7 @@ /* Configuration common to all targets running the GNU system. */ /* -Copyright (C) 1994-2016 Free Software Foundation, Inc. +Copyright (C) 1994-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/h8300/constraints.md b/gcc/config/h8300/constraints.md index 53082cda84ff..08b2c1877c2e 100644 --- a/gcc/config/h8300/constraints.md +++ b/gcc/config/h8300/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions for Renesas H8/300. -;; Copyright (C) 2011-2016 Free Software Foundation, Inc. +;; Copyright (C) 2011-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/h8300/elf.h b/gcc/config/h8300/elf.h index 7343b7f06315..b13b6dc8e230 100644 --- a/gcc/config/h8300/elf.h +++ b/gcc/config/h8300/elf.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler. Renesas H8/300 version generating elf - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. Contributed by Steve Chamberlain (sac@cygnus.com), Jim Wilson (wilson@cygnus.com), and Doug Evans (dje@cygnus.com). diff --git a/gcc/config/h8300/genmova.sh b/gcc/config/h8300/genmova.sh index aa2e607ec693..e774eb9e22ed 100644 --- a/gcc/config/h8300/genmova.sh +++ b/gcc/config/h8300/genmova.sh @@ -2,7 +2,7 @@ # Generate mova.md, a file containing patterns that can be implemented # using the h8sx mova instruction. -# Copyright (C) 2004-2016 Free Software Foundation, Inc. +# Copyright (C) 2004-2017 Free Software Foundation, Inc. # # This file is part of GCC. # @@ -22,7 +22,7 @@ echo ";; -*- buffer-read-only: t -*-" echo ";; Generated automatically from genmova.sh" -echo ";; Copyright (C) 2004-2016 Free Software Foundation, Inc." +echo ";; Copyright (C) 2004-2017 Free Software Foundation, Inc." echo ";;" echo ";; This file is part of GCC." echo ";;" diff --git a/gcc/config/h8300/h8300-protos.h b/gcc/config/h8300/h8300-protos.h index a4895ff2ca25..225c0254130c 100644 --- a/gcc/config/h8300/h8300-protos.h +++ b/gcc/config/h8300/h8300-protos.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler. Renesas H8/300 version - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. Contributed by Steve Chamberlain (sac@cygnus.com), Jim Wilson (wilson@cygnus.com), and Doug Evans (dje@cygnus.com). diff --git a/gcc/config/h8300/h8300.c b/gcc/config/h8300/h8300.c index 7c30292c8886..acdededeccc7 100644 --- a/gcc/config/h8300/h8300.c +++ b/gcc/config/h8300/h8300.c @@ -1,5 +1,5 @@ /* Subroutines for insn-output.c for Renesas H8/300. - Copyright (C) 1992-2016 Free Software Foundation, Inc. + Copyright (C) 1992-2017 Free Software Foundation, Inc. Contributed by Steve Chamberlain (sac@cygnus.com), Jim Wilson (wilson@cygnus.com), and Doug Evans (dje@cygnus.com). diff --git a/gcc/config/h8300/h8300.h b/gcc/config/h8300/h8300.h index bcdcfda66f2f..9ab92a4e0a6e 100644 --- a/gcc/config/h8300/h8300.h +++ b/gcc/config/h8300/h8300.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler. Renesas H8/300 (generic) - Copyright (C) 1992-2016 Free Software Foundation, Inc. + Copyright (C) 1992-2017 Free Software Foundation, Inc. Contributed by Steve Chamberlain (sac@cygnus.com), Jim Wilson (wilson@cygnus.com), and Doug Evans (dje@cygnus.com). diff --git a/gcc/config/h8300/h8300.md b/gcc/config/h8300/h8300.md index a7a62b287a0c..b9ff4bb816a6 100644 --- a/gcc/config/h8300/h8300.md +++ b/gcc/config/h8300/h8300.md @@ -1,5 +1,5 @@ ;; GCC machine description for Renesas H8/300 -;; Copyright (C) 1992-2016 Free Software Foundation, Inc. +;; Copyright (C) 1992-2017 Free Software Foundation, Inc. ;; Contributed by Steve Chamberlain (sac@cygnus.com), ;; Jim Wilson (wilson@cygnus.com), and Doug Evans (dje@cygnus.com). diff --git a/gcc/config/h8300/h8300.opt b/gcc/config/h8300/h8300.opt index 4f2056b60336..2844e5869be1 100644 --- a/gcc/config/h8300/h8300.opt +++ b/gcc/config/h8300/h8300.opt @@ -1,6 +1,6 @@ ; Options for the Renesas H8/300 port of the compiler ; -; Copyright (C) 2005-2016 Free Software Foundation, Inc. +; Copyright (C) 2005-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/h8300/linux.h b/gcc/config/h8300/linux.h index bb5d484b9fa9..c291092ca969 100644 --- a/gcc/config/h8300/linux.h +++ b/gcc/config/h8300/linux.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler. Renesas H8/300 (linux variant) - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by Yoshinori Sato This file is part of GCC. diff --git a/gcc/config/h8300/mova.md b/gcc/config/h8300/mova.md index dc1af97dc404..d922df87f809 100644 --- a/gcc/config/h8300/mova.md +++ b/gcc/config/h8300/mova.md @@ -1,6 +1,6 @@ ;; -*- buffer-read-only: t -*- ;; Generated automatically from genmova.sh -;; Copyright (C) 2004-2016 Free Software Foundation, Inc. +;; Copyright (C) 2004-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/h8300/predicates.md b/gcc/config/h8300/predicates.md index b88db185b260..ab72b9479f6f 100644 --- a/gcc/config/h8300/predicates.md +++ b/gcc/config/h8300/predicates.md @@ -1,5 +1,5 @@ ;; Predicate definitions for Renesas H8/300. -;; Copyright (C) 2005-2016 Free Software Foundation, Inc. +;; Copyright (C) 2005-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/h8300/t-h8300 b/gcc/config/h8300/t-h8300 index 64b2695b737d..91792b82b379 100644 --- a/gcc/config/h8300/t-h8300 +++ b/gcc/config/h8300/t-h8300 @@ -1,4 +1,4 @@ -# Copyright (C) 1993-2016 Free Software Foundation, Inc. +# Copyright (C) 1993-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/h8300/t-linux b/gcc/config/h8300/t-linux index aee9f91107f8..dd0e5933dbd0 100644 --- a/gcc/config/h8300/t-linux +++ b/gcc/config/h8300/t-linux @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2016 Free Software Foundation, Inc. +# Copyright (C) 2015-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/host-darwin.c b/gcc/config/host-darwin.c index 10d243ce4a57..2f977866a4ac 100644 --- a/gcc/config/host-darwin.c +++ b/gcc/config/host-darwin.c @@ -1,5 +1,5 @@ /* Darwin host-specific hook definitions. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/host-darwin.h b/gcc/config/host-darwin.h index e275062c166b..c7ee8ece5f14 100644 --- a/gcc/config/host-darwin.h +++ b/gcc/config/host-darwin.h @@ -1,5 +1,5 @@ /* Darwin host-specific hook definitions. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/host-hpux.c b/gcc/config/host-hpux.c index 6cb19917d3ca..4e332f76689f 100644 --- a/gcc/config/host-hpux.c +++ b/gcc/config/host-hpux.c @@ -1,5 +1,5 @@ /* HP-UX host-specific hook definitions. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/host-linux.c b/gcc/config/host-linux.c index 1fd828874761..3228fef268f2 100644 --- a/gcc/config/host-linux.c +++ b/gcc/config/host-linux.c @@ -1,5 +1,5 @@ /* Linux host-specific hook definitions. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/host-openbsd.c b/gcc/config/host-openbsd.c index 6aaf7f17226b..1c6843e4121d 100644 --- a/gcc/config/host-openbsd.c +++ b/gcc/config/host-openbsd.c @@ -1,5 +1,5 @@ /* OpenBSD host-specific hook definitions. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/host-solaris.c b/gcc/config/host-solaris.c index cf0d3eab07cb..c36d6687d3a0 100644 --- a/gcc/config/host-solaris.c +++ b/gcc/config/host-solaris.c @@ -1,5 +1,5 @@ /* Solaris host-specific hook definitions. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/hpux11.opt b/gcc/config/hpux11.opt index 22cc9849e22d..a5671c1dcaf3 100644 --- a/gcc/config/hpux11.opt +++ b/gcc/config/hpux11.opt @@ -1,6 +1,6 @@ ; HP-UX 11 options. -; Copyright (C) 2011-2016 Free Software Foundation, Inc. +; Copyright (C) 2011-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/i386/adxintrin.h b/gcc/config/i386/adxintrin.h index 87c89fd8adba..9c4152b9f360 100644 --- a/gcc/config/i386/adxintrin.h +++ b/gcc/config/i386/adxintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2016 Free Software Foundation, Inc. +/* Copyright (C) 2012-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/ammintrin.h b/gcc/config/i386/ammintrin.h index 0e509c31d646..009309278197 100644 --- a/gcc/config/i386/ammintrin.h +++ b/gcc/config/i386/ammintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/athlon.md b/gcc/config/i386/athlon.md index a4b9c4ff7d11..4e34ede6aefb 100644 --- a/gcc/config/i386/athlon.md +++ b/gcc/config/i386/athlon.md @@ -1,4 +1,4 @@ -;; Copyright (C) 2002-2016 Free Software Foundation, Inc. +;; Copyright (C) 2002-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/i386/atom.md b/gcc/config/i386/atom.md index 240eecf139ef..8af380b4201f 100644 --- a/gcc/config/i386/atom.md +++ b/gcc/config/i386/atom.md @@ -1,5 +1,5 @@ ;; Atom Scheduling -;; Copyright (C) 2009-2016 Free Software Foundation, Inc. +;; Copyright (C) 2009-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/i386/att.h b/gcc/config/i386/att.h index 71edb93351b4..b30727095ad2 100644 --- a/gcc/config/i386/att.h +++ b/gcc/config/i386/att.h @@ -1,5 +1,5 @@ /* Definitions for AT&T assembler syntax for the Intel 80386. - Copyright (C) 1988-2016 Free Software Foundation, Inc. + Copyright (C) 1988-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/avx2intrin.h b/gcc/config/i386/avx2intrin.h index 0cb6d2c89637..82f170a3d61f 100644 --- a/gcc/config/i386/avx2intrin.h +++ b/gcc/config/i386/avx2intrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2016 Free Software Foundation, Inc. +/* Copyright (C) 2011-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/avx5124fmapsintrin.h b/gcc/config/i386/avx5124fmapsintrin.h index 6113ee9e9a49..2c7da522392b 100644 --- a/gcc/config/i386/avx5124fmapsintrin.h +++ b/gcc/config/i386/avx5124fmapsintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 Free Software Foundation, Inc. +/* Copyright (C) 2015-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/avx5124vnniwintrin.h b/gcc/config/i386/avx5124vnniwintrin.h index 392c6a5d4643..5154db398fef 100644 --- a/gcc/config/i386/avx5124vnniwintrin.h +++ b/gcc/config/i386/avx5124vnniwintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 Free Software Foundation, Inc. +/* Copyright (C) 2015-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/avx512bwintrin.h b/gcc/config/i386/avx512bwintrin.h index e38055c1f092..21bec7342f8a 100644 --- a/gcc/config/i386/avx512bwintrin.h +++ b/gcc/config/i386/avx512bwintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2016 Free Software Foundation, Inc. +/* Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/avx512cdintrin.h b/gcc/config/i386/avx512cdintrin.h index 93362c544d3b..f7045de8a262 100644 --- a/gcc/config/i386/avx512cdintrin.h +++ b/gcc/config/i386/avx512cdintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2016 Free Software Foundation, Inc. +/* Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/avx512dqintrin.h b/gcc/config/i386/avx512dqintrin.h index ccc6a4d31e77..1fc2f68bfef9 100644 --- a/gcc/config/i386/avx512dqintrin.h +++ b/gcc/config/i386/avx512dqintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2016 Free Software Foundation, Inc. +/* Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/avx512erintrin.h b/gcc/config/i386/avx512erintrin.h index 7b76b686b561..bdee23407579 100644 --- a/gcc/config/i386/avx512erintrin.h +++ b/gcc/config/i386/avx512erintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2016 Free Software Foundation, Inc. +/* Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/avx512fintrin.h b/gcc/config/i386/avx512fintrin.h index 820741c4b144..346cb00d6c58 100644 --- a/gcc/config/i386/avx512fintrin.h +++ b/gcc/config/i386/avx512fintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2016 Free Software Foundation, Inc. +/* Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/avx512ifmaintrin.h b/gcc/config/i386/avx512ifmaintrin.h index c50aa65d0289..6188fa317b0a 100644 --- a/gcc/config/i386/avx512ifmaintrin.h +++ b/gcc/config/i386/avx512ifmaintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2016 Free Software Foundation, Inc. +/* Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/avx512ifmavlintrin.h b/gcc/config/i386/avx512ifmavlintrin.h index 6c496f78ce5f..2d2215748e81 100644 --- a/gcc/config/i386/avx512ifmavlintrin.h +++ b/gcc/config/i386/avx512ifmavlintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2016 Free Software Foundation, Inc. +/* Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/avx512pfintrin.h b/gcc/config/i386/avx512pfintrin.h index 5e4aace8dde4..70e6ec35ee7f 100644 --- a/gcc/config/i386/avx512pfintrin.h +++ b/gcc/config/i386/avx512pfintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2016 Free Software Foundation, Inc. +/* Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/avx512vbmiintrin.h b/gcc/config/i386/avx512vbmiintrin.h index a2ad07a6a225..6002e02920e5 100644 --- a/gcc/config/i386/avx512vbmiintrin.h +++ b/gcc/config/i386/avx512vbmiintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2016 Free Software Foundation, Inc. +/* Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/avx512vbmivlintrin.h b/gcc/config/i386/avx512vbmivlintrin.h index 04308ead4250..76b8956037a0 100644 --- a/gcc/config/i386/avx512vbmivlintrin.h +++ b/gcc/config/i386/avx512vbmivlintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2016 Free Software Foundation, Inc. +/* Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/avx512vlbwintrin.h b/gcc/config/i386/avx512vlbwintrin.h index eb384d65a2d8..0dc7d7a2cb59 100644 --- a/gcc/config/i386/avx512vlbwintrin.h +++ b/gcc/config/i386/avx512vlbwintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2016 Free Software Foundation, Inc. +/* Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/avx512vldqintrin.h b/gcc/config/i386/avx512vldqintrin.h index cd0b7143b46e..a5894616a147 100644 --- a/gcc/config/i386/avx512vldqintrin.h +++ b/gcc/config/i386/avx512vldqintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2016 Free Software Foundation, Inc. +/* Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/avx512vlintrin.h b/gcc/config/i386/avx512vlintrin.h index f83bfe25f192..7ff30ebeabd5 100644 --- a/gcc/config/i386/avx512vlintrin.h +++ b/gcc/config/i386/avx512vlintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2016 Free Software Foundation, Inc. +/* Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/avxintrin.h b/gcc/config/i386/avxintrin.h index 9cd9aab91819..b5730f842a7c 100644 --- a/gcc/config/i386/avxintrin.h +++ b/gcc/config/i386/avxintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/avxmath.h b/gcc/config/i386/avxmath.h index e4ee1fc425e5..06b9f327e021 100644 --- a/gcc/config/i386/avxmath.h +++ b/gcc/config/i386/avxmath.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2010-2016 Free Software Foundation, Inc. +/* Copyright (C) 2010-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/bdver1.md b/gcc/config/i386/bdver1.md index f05da31de3d0..b5f4c0a0e15e 100644 --- a/gcc/config/i386/bdver1.md +++ b/gcc/config/i386/bdver1.md @@ -1,4 +1,4 @@ -;; Copyright (C) 2010-2016 Free Software Foundation, Inc. +;; Copyright (C) 2010-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/i386/bdver3.md b/gcc/config/i386/bdver3.md index d324201900d4..1e4df220cc09 100644 --- a/gcc/config/i386/bdver3.md +++ b/gcc/config/i386/bdver3.md @@ -1,4 +1,4 @@ -;; Copyright (C) 2012-2016 Free Software Foundation, Inc. +;; Copyright (C) 2012-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/i386/biarch64.h b/gcc/config/i386/biarch64.h index 43bb18b68038..ac749b599b28 100644 --- a/gcc/config/i386/biarch64.h +++ b/gcc/config/i386/biarch64.h @@ -1,7 +1,7 @@ /* Make configure files to produce biarch compiler defaulting to 64bit mode. This file must be included very first, while the OS specific file later to overwrite otherwise wrong defaults. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. Contributed by Bo Thorsen . This file is part of GCC. diff --git a/gcc/config/i386/biarchx32.h b/gcc/config/i386/biarchx32.h index a09a3462bee3..ff9c7166ebbe 100644 --- a/gcc/config/i386/biarchx32.h +++ b/gcc/config/i386/biarchx32.h @@ -1,7 +1,7 @@ /* Make configure files to produce biarch compiler defaulting to x32 mode. This file must be included very first, while the OS specific file later to overwrite otherwise wrong defaults. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/bmi2intrin.h b/gcc/config/i386/bmi2intrin.h index f925b516b352..29569ae8de8a 100644 --- a/gcc/config/i386/bmi2intrin.h +++ b/gcc/config/i386/bmi2intrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2016 Free Software Foundation, Inc. +/* Copyright (C) 2011-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/bmiintrin.h b/gcc/config/i386/bmiintrin.h index 3ebe6d7d5082..55c6219e97e0 100644 --- a/gcc/config/i386/bmiintrin.h +++ b/gcc/config/i386/bmiintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2010-2016 Free Software Foundation, Inc. +/* Copyright (C) 2010-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/bmmintrin.h b/gcc/config/i386/bmmintrin.h index 104cda34ce8b..f460393508ef 100644 --- a/gcc/config/i386/bmmintrin.h +++ b/gcc/config/i386/bmmintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/bsd.h b/gcc/config/i386/bsd.h index fb83c4fb4ec4..0cf7ad787338 100644 --- a/gcc/config/i386/bsd.h +++ b/gcc/config/i386/bsd.h @@ -1,7 +1,7 @@ /* Definitions for BSD assembler syntax for Intel 386 (actually AT&T syntax for insns and operands, adapted to BSD conventions for symbol names and debugging.) - Copyright (C) 1988-2016 Free Software Foundation, Inc. + Copyright (C) 1988-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/btver2.md b/gcc/config/i386/btver2.md index cc8edd5e988d..d6e9ed7713d4 100644 --- a/gcc/config/i386/btver2.md +++ b/gcc/config/i386/btver2.md @@ -1,4 +1,4 @@ -;; Copyright (C) 2012-2016 Free Software Foundation, Inc. +;; Copyright (C) 2012-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/i386/clflushoptintrin.h b/gcc/config/i386/clflushoptintrin.h index c079e39c51c3..1d56b65e3126 100644 --- a/gcc/config/i386/clflushoptintrin.h +++ b/gcc/config/i386/clflushoptintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2016 Free Software Foundation, Inc. +/* Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/clwbintrin.h b/gcc/config/i386/clwbintrin.h index 47931ff327b0..37ba9108ebb9 100644 --- a/gcc/config/i386/clwbintrin.h +++ b/gcc/config/i386/clwbintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2016 Free Software Foundation, Inc. +/* Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/clzerointrin.h b/gcc/config/i386/clzerointrin.h index c353f205b6ed..dc72b1bec9e4 100644 --- a/gcc/config/i386/clzerointrin.h +++ b/gcc/config/i386/clzerointrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2016 Free Software Foundation, Inc. +/* Copyright (C) 2012-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/constraints.md b/gcc/config/i386/constraints.md index 19edd25c6993..38d604fdace4 100644 --- a/gcc/config/i386/constraints.md +++ b/gcc/config/i386/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions for IA-32 and x86-64. -;; Copyright (C) 2006-2016 Free Software Foundation, Inc. +;; Copyright (C) 2006-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/i386/core2.md b/gcc/config/i386/core2.md index 2235cb661cd3..768238a295bd 100644 --- a/gcc/config/i386/core2.md +++ b/gcc/config/i386/core2.md @@ -1,5 +1,5 @@ ;; Scheduling for Core 2 and derived processors. -;; Copyright (C) 2004-2016 Free Software Foundation, Inc. +;; Copyright (C) 2004-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/i386/cpuid.h b/gcc/config/i386/cpuid.h index abe7c62a8f3f..c23a49314444 100644 --- a/gcc/config/i386/cpuid.h +++ b/gcc/config/i386/cpuid.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2016 Free Software Foundation, Inc. + * Copyright (C) 2007-2017 Free Software Foundation, Inc. * * This file is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the diff --git a/gcc/config/i386/cross-stdarg.h b/gcc/config/i386/cross-stdarg.h index 7d77b0edf556..67a2150a9dbb 100644 --- a/gcc/config/i386/cross-stdarg.h +++ b/gcc/config/i386/cross-stdarg.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2016 Free Software Foundation, Inc. +/* Copyright (C) 2002-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/crtdll.h b/gcc/config/i386/crtdll.h index 23346839c0da..d62f18e98eae 100644 --- a/gcc/config/i386/crtdll.h +++ b/gcc/config/i386/crtdll.h @@ -1,7 +1,7 @@ /* Operating system specific defines to be used when targeting GCC for hosting on Windows32, using GNU tools and the Windows32 API Library. This variant uses CRTDLL.DLL instead of MSVCRTDLL.DLL. - Copyright (C) 1998-2016 Free Software Foundation, Inc. + Copyright (C) 1998-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/cygming.h b/gcc/config/i386/cygming.h index 10d68361eb1d..a731e2f6c6ad 100644 --- a/gcc/config/i386/cygming.h +++ b/gcc/config/i386/cygming.h @@ -1,6 +1,6 @@ /* Operating system specific defines to be used when targeting GCC for hosting on Windows32, using a Unix style C library and tools. - Copyright (C) 1995-2016 Free Software Foundation, Inc. + Copyright (C) 1995-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/cygming.opt b/gcc/config/i386/cygming.opt index a9074bfa9285..2d7c7d2b6749 100644 --- a/gcc/config/i386/cygming.opt +++ b/gcc/config/i386/cygming.opt @@ -1,6 +1,6 @@ ; Cygwin- and MinGW-specific options. -; Copyright (C) 2005-2016 Free Software Foundation, Inc. +; Copyright (C) 2005-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/i386/cygwin-stdint.h b/gcc/config/i386/cygwin-stdint.h index f5ea488a3079..93fe82801df1 100644 --- a/gcc/config/i386/cygwin-stdint.h +++ b/gcc/config/i386/cygwin-stdint.h @@ -1,5 +1,5 @@ /* Definitions for types on systems using Cygwin. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/cygwin-w64.h b/gcc/config/i386/cygwin-w64.h index 4faf5d96a563..7b7b621d16f6 100644 --- a/gcc/config/i386/cygwin-w64.h +++ b/gcc/config/i386/cygwin-w64.h @@ -1,7 +1,7 @@ /* Operating system specific defines to be used when targeting GCC for hosting on Windows 32/64 via Cygwin runtime, using GNU tools and the Windows API Library. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/cygwin.h b/gcc/config/i386/cygwin.h index 1d95cd70ad89..e4772c657aaf 100644 --- a/gcc/config/i386/cygwin.h +++ b/gcc/config/i386/cygwin.h @@ -1,6 +1,6 @@ /* Operating system specific defines to be used when targeting GCC for hosting on Windows32, using a Unix style C library and tools. - Copyright (C) 1995-2016 Free Software Foundation, Inc. + Copyright (C) 1995-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/cygwin.opt b/gcc/config/i386/cygwin.opt index fa976b37dce1..202483283291 100644 --- a/gcc/config/i386/cygwin.opt +++ b/gcc/config/i386/cygwin.opt @@ -1,6 +1,6 @@ ; Cygwin-specific options. -; Copyright (C) 2013-2016 Free Software Foundation, Inc. +; Copyright (C) 2013-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/i386/darwin.h b/gcc/config/i386/darwin.h index 705fdf2696d6..fccaf7eb94ba 100644 --- a/gcc/config/i386/darwin.h +++ b/gcc/config/i386/darwin.h @@ -1,5 +1,5 @@ /* Target definitions for x86 running Darwin. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. Contributed by Apple Computer Inc. This file is part of GCC. diff --git a/gcc/config/i386/darwin64.h b/gcc/config/i386/darwin64.h index bb6bf512cbb0..f2982edeac3a 100644 --- a/gcc/config/i386/darwin64.h +++ b/gcc/config/i386/darwin64.h @@ -1,5 +1,5 @@ /* Target definitions for x86_64 running Darwin. - Copyright (C) 2006-2016 Free Software Foundation, Inc. + Copyright (C) 2006-2017 Free Software Foundation, Inc. Contributed by Apple Computer Inc. This file is part of GCC. diff --git a/gcc/config/i386/djgpp-stdint.h b/gcc/config/i386/djgpp-stdint.h index 7045611761f0..d5277108925a 100644 --- a/gcc/config/i386/djgpp-stdint.h +++ b/gcc/config/i386/djgpp-stdint.h @@ -1,5 +1,5 @@ /* Definitions for types on systems using DJGPP. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/djgpp.c b/gcc/config/i386/djgpp.c index 7414338e4a53..a949fab7684c 100644 --- a/gcc/config/i386/djgpp.c +++ b/gcc/config/i386/djgpp.c @@ -1,5 +1,5 @@ /* Subroutines for DJGPP. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/djgpp.h b/gcc/config/i386/djgpp.h index c758f5f789d5..416534cdb515 100644 --- a/gcc/config/i386/djgpp.h +++ b/gcc/config/i386/djgpp.h @@ -1,5 +1,5 @@ /* Configuration for an i386 running MS-DOS with DJGPP. - Copyright (C) 1997-2016 Free Software Foundation, Inc. + Copyright (C) 1997-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/djgpp.opt b/gcc/config/i386/djgpp.opt index b4ae04fdf12d..592dbadc7cd8 100644 --- a/gcc/config/i386/djgpp.opt +++ b/gcc/config/i386/djgpp.opt @@ -1,6 +1,6 @@ ; DJGPP-specific options. -; Copyright (C) 2005-2016 Free Software Foundation, Inc. +; Copyright (C) 2005-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/i386/dragonfly.h b/gcc/config/i386/dragonfly.h index 8c68eff0d09b..89d84fa44350 100644 --- a/gcc/config/i386/dragonfly.h +++ b/gcc/config/i386/dragonfly.h @@ -1,5 +1,5 @@ /* Definitions for Intel 386 running DragonFly with ELF format - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. Contributed by John Marino This file is part of GCC. diff --git a/gcc/config/i386/driver-i386.c b/gcc/config/i386/driver-i386.c index f0d0e8f890c7..6527d1813475 100644 --- a/gcc/config/i386/driver-i386.c +++ b/gcc/config/i386/driver-i386.c @@ -1,5 +1,5 @@ /* Subroutines for the gcc driver. - Copyright (C) 2006-2016 Free Software Foundation, Inc. + Copyright (C) 2006-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/emmintrin.h b/gcc/config/i386/emmintrin.h index d5aa46a16f73..828f4a07a9bb 100644 --- a/gcc/config/i386/emmintrin.h +++ b/gcc/config/i386/emmintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2016 Free Software Foundation, Inc. +/* Copyright (C) 2003-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/f16cintrin.h b/gcc/config/i386/f16cintrin.h index 0d46d3b90f3c..488e97d67463 100644 --- a/gcc/config/i386/f16cintrin.h +++ b/gcc/config/i386/f16cintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2016 Free Software Foundation, Inc. +/* Copyright (C) 2011-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/fma4intrin.h b/gcc/config/i386/fma4intrin.h index ecd4d1c9fd06..7230c9c9ae53 100644 --- a/gcc/config/i386/fma4intrin.h +++ b/gcc/config/i386/fma4intrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/fmaintrin.h b/gcc/config/i386/fmaintrin.h index d131d49e9a9c..2b1531e433b4 100644 --- a/gcc/config/i386/fmaintrin.h +++ b/gcc/config/i386/fmaintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2016 Free Software Foundation, Inc. +/* Copyright (C) 2011-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/freebsd.h b/gcc/config/i386/freebsd.h index d66cf51bae92..592b09760015 100644 --- a/gcc/config/i386/freebsd.h +++ b/gcc/config/i386/freebsd.h @@ -1,5 +1,5 @@ /* Definitions for Intel 386 running FreeBSD with ELF format - Copyright (C) 1996-2016 Free Software Foundation, Inc. + Copyright (C) 1996-2017 Free Software Foundation, Inc. Contributed by Eric Youngdale. Modified for stabs-in-ELF by H.J. Lu. Adapted from GNU/Linux version by John Polstra. diff --git a/gcc/config/i386/freebsd64.h b/gcc/config/i386/freebsd64.h index 8e0090018d15..dddc52bbcee2 100644 --- a/gcc/config/i386/freebsd64.h +++ b/gcc/config/i386/freebsd64.h @@ -1,5 +1,5 @@ /* Definitions for AMD x86-64 running FreeBSD with ELF format - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by David O'Brien This file is part of GCC. diff --git a/gcc/config/i386/fxsrintrin.h b/gcc/config/i386/fxsrintrin.h index b457e97fad5d..d04cf9c12f4e 100644 --- a/gcc/config/i386/fxsrintrin.h +++ b/gcc/config/i386/fxsrintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2016 Free Software Foundation, Inc. +/* Copyright (C) 2012-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/gas.h b/gcc/config/i386/gas.h index c2ae8b088c63..9b42787f6b13 100644 --- a/gcc/config/i386/gas.h +++ b/gcc/config/i386/gas.h @@ -1,5 +1,5 @@ /* Definitions for Intel 386 using GAS. - Copyright (C) 1988-2016 Free Software Foundation, Inc. + Copyright (C) 1988-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/geode.md b/gcc/config/i386/geode.md index 1cf0036a869a..a9ca67475b42 100644 --- a/gcc/config/i386/geode.md +++ b/gcc/config/i386/geode.md @@ -1,5 +1,5 @@ ;; Geode Scheduling -;; Copyright (C) 2006-2016 Free Software Foundation, Inc. +;; Copyright (C) 2006-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/i386/gmm_malloc.h b/gcc/config/i386/gmm_malloc.h index 1f36a681fceb..ad92333811d5 100644 --- a/gcc/config/i386/gmm_malloc.h +++ b/gcc/config/i386/gmm_malloc.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2004-2016 Free Software Foundation, Inc. +/* Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/gnu-user-common.h b/gcc/config/i386/gnu-user-common.h index 6b7b0743aa31..9ccebe17b6f0 100644 --- a/gcc/config/i386/gnu-user-common.h +++ b/gcc/config/i386/gnu-user-common.h @@ -1,5 +1,5 @@ /* Common definitions for Intel 386 and AMD x86-64 systems using - GNU userspace. Copyright (C) 2012-2016 Free Software Foundation, Inc. + GNU userspace. Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Ilya Enkovich. This file is part of GCC. diff --git a/gcc/config/i386/gnu-user.h b/gcc/config/i386/gnu-user.h index fee33a3efdcb..a4c88f1a8480 100644 --- a/gcc/config/i386/gnu-user.h +++ b/gcc/config/i386/gnu-user.h @@ -1,5 +1,5 @@ /* Definitions for Intel 386 systems using GNU userspace. - Copyright (C) 1994-2016 Free Software Foundation, Inc. + Copyright (C) 1994-2017 Free Software Foundation, Inc. Contributed by Eric Youngdale. Modified for stabs-in-ELF by H.J. Lu. diff --git a/gcc/config/i386/gnu-user64.h b/gcc/config/i386/gnu-user64.h index 7a02a7eb4d79..39f5ef6a68bb 100644 --- a/gcc/config/i386/gnu-user64.h +++ b/gcc/config/i386/gnu-user64.h @@ -1,5 +1,5 @@ /* Definitions for AMD x86-64 using GNU userspace. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. Contributed by Jan Hubicka , based on linux.h. This file is part of GCC. diff --git a/gcc/config/i386/gnu.h b/gcc/config/i386/gnu.h index 9d2f94f69c2c..08db6bc5e4c3 100644 --- a/gcc/config/i386/gnu.h +++ b/gcc/config/i386/gnu.h @@ -1,7 +1,7 @@ /* Configuration for an i386 running GNU with ELF as the target machine. */ /* -Copyright (C) 1994-2016 Free Software Foundation, Inc. +Copyright (C) 1994-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/haswell.md b/gcc/config/i386/haswell.md index 1f49c237ae7f..f59b2efaf497 100644 --- a/gcc/config/i386/haswell.md +++ b/gcc/config/i386/haswell.md @@ -1,5 +1,5 @@ ;; Scheduling for Haswell and derived processors. -;; Copyright (C) 2004-2016 Free Software Foundation, Inc. +;; Copyright (C) 2004-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/i386/host-cygwin.c b/gcc/config/i386/host-cygwin.c index dd59ab99c920..7817752ad5ba 100644 --- a/gcc/config/i386/host-cygwin.c +++ b/gcc/config/i386/host-cygwin.c @@ -1,5 +1,5 @@ /* Cygwin host-specific hook definitions. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/host-i386-darwin.c b/gcc/config/i386/host-i386-darwin.c index 6283696902d1..3d7d2b4b535d 100644 --- a/gcc/config/i386/host-i386-darwin.c +++ b/gcc/config/i386/host-i386-darwin.c @@ -1,5 +1,5 @@ /* i386-darwin host-specific hook definitions. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/host-mingw32.c b/gcc/config/i386/host-mingw32.c index f51219abfd6d..68100b7a226e 100644 --- a/gcc/config/i386/host-mingw32.c +++ b/gcc/config/i386/host-mingw32.c @@ -1,5 +1,5 @@ /* mingw32 host-specific hook definitions. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/i386-builtin-types.awk b/gcc/config/i386/i386-builtin-types.awk index 1825e9f7b442..6f385e6565c3 100644 --- a/gcc/config/i386/i386-builtin-types.awk +++ b/gcc/config/i386/i386-builtin-types.awk @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the diff --git a/gcc/config/i386/i386-builtin.def b/gcc/config/i386/i386-builtin.def index 37a983ff86c3..48063d1ba8d1 100644 --- a/gcc/config/i386/i386-builtin.def +++ b/gcc/config/i386/i386-builtin.def @@ -1,5 +1,5 @@ /* Builtin functions for ia32. - Copyright (C) 1988-2016 Free Software Foundation, Inc. + Copyright (C) 1988-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/i386-c.c b/gcc/config/i386/i386-c.c index 6e56c8386ff4..f633a2e9744c 100644 --- a/gcc/config/i386/i386-c.c +++ b/gcc/config/i386/i386-c.c @@ -1,5 +1,5 @@ /* Subroutines used for macro/preprocessor support on the ia-32. - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/i386-modes.def b/gcc/config/i386/i386-modes.def index 1899d066f420..83216e38758d 100644 --- a/gcc/config/i386/i386-modes.def +++ b/gcc/config/i386/i386-modes.def @@ -1,5 +1,5 @@ /* Definitions of target machine for GCC for IA-32. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/i386-opts.h b/gcc/config/i386/i386-opts.h index b7f92e3bea1e..542cd0f3d677 100644 --- a/gcc/config/i386/i386-opts.h +++ b/gcc/config/i386/i386-opts.h @@ -1,5 +1,5 @@ /* Definitions for option handling for IA-32. - Copyright (C) 1988-2016 Free Software Foundation, Inc. + Copyright (C) 1988-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/i386-passes.def b/gcc/config/i386/i386-passes.def index 3d2cb5d13f7f..49534619221d 100644 --- a/gcc/config/i386/i386-passes.def +++ b/gcc/config/i386/i386-passes.def @@ -1,5 +1,5 @@ /* Description of target passes for IA-32 - Copyright (C) 2016 Free Software Foundation, Inc. + Copyright (C) 2016-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/i386-protos.h b/gcc/config/i386/i386-protos.h index edd6cbe26186..8bdd67eb608a 100644 --- a/gcc/config/i386/i386-protos.h +++ b/gcc/config/i386/i386-protos.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GCC for IA-32. - Copyright (C) 1988-2016 Free Software Foundation, Inc. + Copyright (C) 1988-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index eb7356e0a6ba..9516f8ff5820 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -1,5 +1,5 @@ /* Subroutines used for code generation on IA-32. - Copyright (C) 1988-2016 Free Software Foundation, Inc. + Copyright (C) 1988-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/i386.h b/gcc/config/i386/i386.h index 5f5368da96dc..e6f9a753ee2e 100644 --- a/gcc/config/i386/i386.h +++ b/gcc/config/i386/i386.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GCC for IA-32. - Copyright (C) 1988-2016 Free Software Foundation, Inc. + Copyright (C) 1988-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index 6546e20f17cc..511d3a77f2c5 100644 --- a/gcc/config/i386/i386.md +++ b/gcc/config/i386/i386.md @@ -1,5 +1,5 @@ ;; GCC machine description for IA-32 and x86-64. -;; Copyright (C) 1988-2016 Free Software Foundation, Inc. +;; Copyright (C) 1988-2017 Free Software Foundation, Inc. ;; Mostly by William Schelter. ;; x86_64 support added by Jan Hubicka ;; diff --git a/gcc/config/i386/i386.opt b/gcc/config/i386/i386.opt index 390412a37fdf..530f46dcbfb6 100644 --- a/gcc/config/i386/i386.opt +++ b/gcc/config/i386/i386.opt @@ -1,6 +1,6 @@ ; Options for the IA-32 and AMD64 ports of the compiler. -; Copyright (C) 2005-2016 Free Software Foundation, Inc. +; Copyright (C) 2005-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/i386/i386elf.h b/gcc/config/i386/i386elf.h index b93ef66a4e0c..30830b961e1e 100644 --- a/gcc/config/i386/i386elf.h +++ b/gcc/config/i386/i386elf.h @@ -1,5 +1,5 @@ /* Target definitions for GCC for Intel 80386 using ELF - Copyright (C) 1988-2016 Free Software Foundation, Inc. + Copyright (C) 1988-2017 Free Software Foundation, Inc. Derived from sysv4.h written by Ron Guilmette (rfg@netcom.com). diff --git a/gcc/config/i386/ia32intrin.h b/gcc/config/i386/ia32intrin.h index cbb9e7d57a55..5f954fce85ee 100644 --- a/gcc/config/i386/ia32intrin.h +++ b/gcc/config/i386/ia32intrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2016 Free Software Foundation, Inc. +/* Copyright (C) 2009-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/iamcu.h b/gcc/config/i386/iamcu.h index e16c9d63a7cd..daa9995f19a7 100644 --- a/gcc/config/i386/iamcu.h +++ b/gcc/config/i386/iamcu.h @@ -1,5 +1,5 @@ /* Definitions of target machine for Intel MCU psABI. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/immintrin.h b/gcc/config/i386/immintrin.h index 3fd3c9c3e00e..2436496f31af 100644 --- a/gcc/config/i386/immintrin.h +++ b/gcc/config/i386/immintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/intelmic-mkoffload.c b/gcc/config/i386/intelmic-mkoffload.c index a78e48c0eb66..2cc01086f638 100644 --- a/gcc/config/i386/intelmic-mkoffload.c +++ b/gcc/config/i386/intelmic-mkoffload.c @@ -1,6 +1,6 @@ /* Offload image generation tool for Intel MIC devices. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. Contributed by Ilya Verbin . diff --git a/gcc/config/i386/intelmic-offload.h b/gcc/config/i386/intelmic-offload.h index 12aca578af21..50a13fc591d4 100644 --- a/gcc/config/i386/intelmic-offload.h +++ b/gcc/config/i386/intelmic-offload.h @@ -1,6 +1,6 @@ /* Support for Intel MIC offloading. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/k6.md b/gcc/config/i386/k6.md index 8118b3c9cc47..9d0f0fb58aa4 100644 --- a/gcc/config/i386/k6.md +++ b/gcc/config/i386/k6.md @@ -1,5 +1,5 @@ ;; AMD K6/K6-2 Scheduling -;; Copyright (C) 2002-2016 Free Software Foundation, Inc. +;; Copyright (C) 2002-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/i386/kfreebsd-gnu.h b/gcc/config/i386/kfreebsd-gnu.h index 97be21841061..a03d55c53d56 100644 --- a/gcc/config/i386/kfreebsd-gnu.h +++ b/gcc/config/i386/kfreebsd-gnu.h @@ -1,5 +1,5 @@ /* Definitions for Intel 386 running kFreeBSD-based GNU systems with ELF format - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Robert Millan. This file is part of GCC. diff --git a/gcc/config/i386/kfreebsd-gnu64.h b/gcc/config/i386/kfreebsd-gnu64.h index 59d21a42b4f6..a5887f1e2085 100644 --- a/gcc/config/i386/kfreebsd-gnu64.h +++ b/gcc/config/i386/kfreebsd-gnu64.h @@ -1,5 +1,5 @@ /* Definitions for AMD x86-64 running kFreeBSD-based GNU systems with ELF format - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Robert Millan. This file is part of GCC. diff --git a/gcc/config/i386/kopensolaris-gnu.h b/gcc/config/i386/kopensolaris-gnu.h index a9deb5087d05..20f6862655b3 100644 --- a/gcc/config/i386/kopensolaris-gnu.h +++ b/gcc/config/i386/kopensolaris-gnu.h @@ -1,5 +1,5 @@ /* Definitions for Intel 386 running kOpenSolaris-based GNU systems with ELF format - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Robert Millan. This file is part of GCC. diff --git a/gcc/config/i386/linux-common.h b/gcc/config/i386/linux-common.h index 22731706a25b..6380639b2048 100644 --- a/gcc/config/i386/linux-common.h +++ b/gcc/config/i386/linux-common.h @@ -1,5 +1,5 @@ /* Definitions for Intel 386 running Linux-based GNU systems with ELF format. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Ilya Enkovich. This file is part of GCC. diff --git a/gcc/config/i386/linux.h b/gcc/config/i386/linux.h index d37a875ed6f4..59132124d6b2 100644 --- a/gcc/config/i386/linux.h +++ b/gcc/config/i386/linux.h @@ -1,5 +1,5 @@ /* Definitions for Intel 386 running Linux-based GNU systems with ELF format. - Copyright (C) 1994-2016 Free Software Foundation, Inc. + Copyright (C) 1994-2017 Free Software Foundation, Inc. Contributed by Eric Youngdale. Modified for stabs-in-ELF by H.J. Lu. diff --git a/gcc/config/i386/linux64.h b/gcc/config/i386/linux64.h index 73d22e357cf5..e65c404ff919 100644 --- a/gcc/config/i386/linux64.h +++ b/gcc/config/i386/linux64.h @@ -1,5 +1,5 @@ /* Definitions for AMD x86-64 running Linux-based GNU systems with ELF format. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. Contributed by Jan Hubicka , based on linux.h. This file is part of GCC. diff --git a/gcc/config/i386/lwpintrin.h b/gcc/config/i386/lwpintrin.h index 55d431a424d5..5c095aba18e8 100644 --- a/gcc/config/i386/lwpintrin.h +++ b/gcc/config/i386/lwpintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/lynx.h b/gcc/config/i386/lynx.h index bb9e17a887a4..c84b8f0d6a57 100644 --- a/gcc/config/i386/lynx.h +++ b/gcc/config/i386/lynx.h @@ -1,5 +1,5 @@ /* Definitions for LynxOS on i386. - Copyright (C) 1993-2016 Free Software Foundation, Inc. + Copyright (C) 1993-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/lzcntintrin.h b/gcc/config/i386/lzcntintrin.h index 6d9d3b2c0463..401656cdabab 100644 --- a/gcc/config/i386/lzcntintrin.h +++ b/gcc/config/i386/lzcntintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2016 Free Software Foundation, Inc. +/* Copyright (C) 2009-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/mingw-pthread.h b/gcc/config/i386/mingw-pthread.h index 9c1413c8dd27..221f6d3468cf 100644 --- a/gcc/config/i386/mingw-pthread.h +++ b/gcc/config/i386/mingw-pthread.h @@ -1,6 +1,6 @@ /* Defines that pthread library shall be enabled by default for target. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/mingw-stdint.h b/gcc/config/i386/mingw-stdint.h index d53290e739dd..36b3dc9e60df 100644 --- a/gcc/config/i386/mingw-stdint.h +++ b/gcc/config/i386/mingw-stdint.h @@ -1,5 +1,5 @@ /* Definitions for types on systems using mingw. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/mingw-w64.h b/gcc/config/i386/mingw-w64.h index fe11333a2d1f..270ec0dd0378 100644 --- a/gcc/config/i386/mingw-w64.h +++ b/gcc/config/i386/mingw-w64.h @@ -1,7 +1,7 @@ /* Operating system specific defines to be used when targeting GCC for hosting on Windows 32/64 via mingw-w64 runtime, using GNU tools and the Windows API Library. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/mingw-w64.opt b/gcc/config/i386/mingw-w64.opt index 6d82c1d6be1a..0b8c7c3633ba 100644 --- a/gcc/config/i386/mingw-w64.opt +++ b/gcc/config/i386/mingw-w64.opt @@ -1,6 +1,6 @@ ; MinGW-w64-specific options. -; Copyright (C) 2009-2016 Free Software Foundation, Inc. +; Copyright (C) 2009-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/i386/mingw.opt b/gcc/config/i386/mingw.opt index bdb91581431f..210c14f549eb 100644 --- a/gcc/config/i386/mingw.opt +++ b/gcc/config/i386/mingw.opt @@ -1,6 +1,6 @@ ; MinGW-specific options. -; Copyright (C) 2008-2016 Free Software Foundation, Inc. +; Copyright (C) 2008-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/i386/mingw32.h b/gcc/config/i386/mingw32.h index 258d3cd2ed6a..1d988ca44221 100644 --- a/gcc/config/i386/mingw32.h +++ b/gcc/config/i386/mingw32.h @@ -1,6 +1,6 @@ /* Operating system specific defines to be used when targeting GCC for hosting on Windows32, using GNU tools and the Windows32 API Library. - Copyright (C) 1997-2016 Free Software Foundation, Inc. + Copyright (C) 1997-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/mm3dnow.h b/gcc/config/i386/mm3dnow.h index f7371f766407..c8a91a160730 100644 --- a/gcc/config/i386/mm3dnow.h +++ b/gcc/config/i386/mm3dnow.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2004-2016 Free Software Foundation, Inc. +/* Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/mmintrin.h b/gcc/config/i386/mmintrin.h index 2bd3bd1df9ea..957d766e95cf 100644 --- a/gcc/config/i386/mmintrin.h +++ b/gcc/config/i386/mmintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2016 Free Software Foundation, Inc. +/* Copyright (C) 2002-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/mmx.md b/gcc/config/i386/mmx.md index 37e6a28de680..1e2e6c26eaa6 100644 --- a/gcc/config/i386/mmx.md +++ b/gcc/config/i386/mmx.md @@ -1,5 +1,5 @@ ;; GCC machine description for MMX and 3dNOW! instructions -;; Copyright (C) 2005-2016 Free Software Foundation, Inc. +;; Copyright (C) 2005-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/i386/msformat-c.c b/gcc/config/i386/msformat-c.c index 651f1db91b19..ec8f735ccb90 100644 --- a/gcc/config/i386/msformat-c.c +++ b/gcc/config/i386/msformat-c.c @@ -1,5 +1,5 @@ /* Check calls to formatted I/O functions (-Wformat). - Copyright (C) 1992-2016 Free Software Foundation, Inc. + Copyright (C) 1992-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/mwaitxintrin.h b/gcc/config/i386/mwaitxintrin.h index 270034d9249e..aaa4c29e6f94 100644 --- a/gcc/config/i386/mwaitxintrin.h +++ b/gcc/config/i386/mwaitxintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2016 Free Software Foundation, Inc. +/* Copyright (C) 2012-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/netbsd-elf.h b/gcc/config/i386/netbsd-elf.h index fb59b3202e2a..06cb0a8d5877 100644 --- a/gcc/config/i386/netbsd-elf.h +++ b/gcc/config/i386/netbsd-elf.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GCC, for i386/ELF NetBSD systems. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. Contributed by matthew green This file is part of GCC. diff --git a/gcc/config/i386/netbsd64.h b/gcc/config/i386/netbsd64.h index 315e993047d5..aa2d2bbb4661 100644 --- a/gcc/config/i386/netbsd64.h +++ b/gcc/config/i386/netbsd64.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GCC, for x86-64/ELF NetBSD systems. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Wasabi Systems, Inc. This file is part of GCC. diff --git a/gcc/config/i386/nmmintrin.h b/gcc/config/i386/nmmintrin.h index 9cb284747ac0..6ea57d326daf 100644 --- a/gcc/config/i386/nmmintrin.h +++ b/gcc/config/i386/nmmintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/nto.h b/gcc/config/i386/nto.h index 42433e963338..5f4b1f27a503 100644 --- a/gcc/config/i386/nto.h +++ b/gcc/config/i386/nto.h @@ -1,5 +1,5 @@ /* Definitions for Intel 386 running QNX/Neutrino. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/nto.opt b/gcc/config/i386/nto.opt index 12486383316c..72a900154fa5 100644 --- a/gcc/config/i386/nto.opt +++ b/gcc/config/i386/nto.opt @@ -1,6 +1,6 @@ ; QNX options. -; Copyright (C) 2011-2016 Free Software Foundation, Inc. +; Copyright (C) 2011-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/i386/openbsd.h b/gcc/config/i386/openbsd.h index 15aee25306e2..7d37c0de922d 100644 --- a/gcc/config/i386/openbsd.h +++ b/gcc/config/i386/openbsd.h @@ -1,5 +1,5 @@ /* Configuration for an OpenBSD i386 target. - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/openbsdelf.h b/gcc/config/i386/openbsdelf.h index eb8d9868489f..4fa93e2f735a 100644 --- a/gcc/config/i386/openbsdelf.h +++ b/gcc/config/i386/openbsdelf.h @@ -1,6 +1,6 @@ /* Configuration for an OpenBSD i386 target. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/pentium.md b/gcc/config/i386/pentium.md index bb62b12a574a..a0f0e0b1e60f 100644 --- a/gcc/config/i386/pentium.md +++ b/gcc/config/i386/pentium.md @@ -1,5 +1,5 @@ ;; Pentium Scheduling -;; Copyright (C) 2002-2016 Free Software Foundation, Inc. +;; Copyright (C) 2002-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/i386/pkuintrin.h b/gcc/config/i386/pkuintrin.h index 4ad939ddf06c..0f4886ca82c7 100644 --- a/gcc/config/i386/pkuintrin.h +++ b/gcc/config/i386/pkuintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 Free Software Foundation, Inc. +/* Copyright (C) 2015-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/pmm_malloc.h b/gcc/config/i386/pmm_malloc.h index a9c2be4e0c2a..73d9e887b4b2 100644 --- a/gcc/config/i386/pmm_malloc.h +++ b/gcc/config/i386/pmm_malloc.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2004-2016 Free Software Foundation, Inc. +/* Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/pmmintrin.h b/gcc/config/i386/pmmintrin.h index 6fb8e5d3df21..39cc1c6761c1 100644 --- a/gcc/config/i386/pmmintrin.h +++ b/gcc/config/i386/pmmintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2016 Free Software Foundation, Inc. +/* Copyright (C) 2003-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/popcntintrin.h b/gcc/config/i386/popcntintrin.h index 9fd196f31a46..733fd75553ce 100644 --- a/gcc/config/i386/popcntintrin.h +++ b/gcc/config/i386/popcntintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2016 Free Software Foundation, Inc. +/* Copyright (C) 2009-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/ppro.md b/gcc/config/i386/ppro.md index f8a101b87211..baea0078caee 100644 --- a/gcc/config/i386/ppro.md +++ b/gcc/config/i386/ppro.md @@ -1,5 +1,5 @@ ;; Scheduling for the Intel P6 family of processors -;; Copyright (C) 2004-2016 Free Software Foundation, Inc. +;; Copyright (C) 2004-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/i386/predicates.md b/gcc/config/i386/predicates.md index b0b9ce22705b..8f250a2e720a 100644 --- a/gcc/config/i386/predicates.md +++ b/gcc/config/i386/predicates.md @@ -1,5 +1,5 @@ ;; Predicate definitions for IA-32 and x86-64. -;; Copyright (C) 2004-2016 Free Software Foundation, Inc. +;; Copyright (C) 2004-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/i386/prfchwintrin.h b/gcc/config/i386/prfchwintrin.h index 91d905d9fe33..11a06c895161 100644 --- a/gcc/config/i386/prfchwintrin.h +++ b/gcc/config/i386/prfchwintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2016 Free Software Foundation, Inc. +/* Copyright (C) 2012-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/rdos.h b/gcc/config/i386/rdos.h index d98146d5d451..b43521a8ed21 100644 --- a/gcc/config/i386/rdos.h +++ b/gcc/config/i386/rdos.h @@ -1,5 +1,5 @@ /* Definitions for RDOS on i386. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/rdos64.h b/gcc/config/i386/rdos64.h index f5a8b86acfac..b2981acbc597 100644 --- a/gcc/config/i386/rdos64.h +++ b/gcc/config/i386/rdos64.h @@ -1,5 +1,5 @@ /* Definitions for RDOS on x86_64. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/rdseedintrin.h b/gcc/config/i386/rdseedintrin.h index e698a2aa2cef..2b731df7d8fb 100644 --- a/gcc/config/i386/rdseedintrin.h +++ b/gcc/config/i386/rdseedintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2016 Free Software Foundation, Inc. +/* Copyright (C) 2012-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/rtems-64.h b/gcc/config/i386/rtems-64.h index b087d44e1a4c..e9faecdd923e 100644 --- a/gcc/config/i386/rtems-64.h +++ b/gcc/config/i386/rtems-64.h @@ -1,5 +1,5 @@ /* Definitions for rtems targeting an x86_64 - Copyright (C) 2016 Free Software Foundation, Inc. + Copyright (C) 2016-2017 Free Software Foundation, Inc. Contributed by Joel Sherrill (joel@OARcorp.com). This file is part of GCC. diff --git a/gcc/config/i386/rtemself.h b/gcc/config/i386/rtemself.h index 21b21737b572..9516c45fc6b6 100644 --- a/gcc/config/i386/rtemself.h +++ b/gcc/config/i386/rtemself.h @@ -1,5 +1,5 @@ /* Definitions for rtems targeting an ix86 using ELF. - Copyright (C) 1996-2016 Free Software Foundation, Inc. + Copyright (C) 1996-2017 Free Software Foundation, Inc. Contributed by Joel Sherrill (joel@OARcorp.com). This file is part of GCC. diff --git a/gcc/config/i386/rtmintrin.h b/gcc/config/i386/rtmintrin.h index df53041779f0..ef2601eed9dd 100644 --- a/gcc/config/i386/rtmintrin.h +++ b/gcc/config/i386/rtmintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2016 Free Software Foundation, Inc. +/* Copyright (C) 2012-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/shaintrin.h b/gcc/config/i386/shaintrin.h index 2059a662633b..dfcf7be321e3 100644 --- a/gcc/config/i386/shaintrin.h +++ b/gcc/config/i386/shaintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2016 Free Software Foundation, Inc. +/* Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/slm.md b/gcc/config/i386/slm.md index 24ab3f8da1a2..561f3700d58f 100644 --- a/gcc/config/i386/slm.md +++ b/gcc/config/i386/slm.md @@ -1,5 +1,5 @@ ;; Slivermont(SLM) Scheduling -;; Copyright (C) 2009-2016 Free Software Foundation, Inc. +;; Copyright (C) 2009-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/i386/smmintrin.h b/gcc/config/i386/smmintrin.h index 47e0a909689c..f4a273f8cba4 100644 --- a/gcc/config/i386/smmintrin.h +++ b/gcc/config/i386/smmintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/sol2.h b/gcc/config/i386/sol2.h index df23b1298b88..61733603fa21 100644 --- a/gcc/config/i386/sol2.h +++ b/gcc/config/i386/sol2.h @@ -1,5 +1,5 @@ /* Target definitions for GCC for Intel 80386 running Solaris 2 - Copyright (C) 1993-2016 Free Software Foundation, Inc. + Copyright (C) 1993-2017 Free Software Foundation, Inc. Contributed by Fred Fish (fnf@cygnus.com). This file is part of GCC. diff --git a/gcc/config/i386/sse.md b/gcc/config/i386/sse.md index 04ccd5faad2c..123fe371f748 100644 --- a/gcc/config/i386/sse.md +++ b/gcc/config/i386/sse.md @@ -1,5 +1,5 @@ ;; GCC machine description for SSE instructions -;; Copyright (C) 2005-2016 Free Software Foundation, Inc. +;; Copyright (C) 2005-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/i386/ssemath.h b/gcc/config/i386/ssemath.h index eeebeef5d7b1..7d246bdc84d7 100644 --- a/gcc/config/i386/ssemath.h +++ b/gcc/config/i386/ssemath.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2010-2016 Free Software Foundation, Inc. +/* Copyright (C) 2010-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/stringop.def b/gcc/config/i386/stringop.def index b4abbd7ef524..53f4dbe972f0 100644 --- a/gcc/config/i386/stringop.def +++ b/gcc/config/i386/stringop.def @@ -1,5 +1,5 @@ /* Definitions for stringop strategy for IA-32. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/subst.md b/gcc/config/i386/subst.md index f0b8cf411bcd..0bc22fd24063 100644 --- a/gcc/config/i386/subst.md +++ b/gcc/config/i386/subst.md @@ -1,5 +1,5 @@ ;; GCC machine description for AVX512F instructions -;; Copyright (C) 2013-2016 Free Software Foundation, Inc. +;; Copyright (C) 2013-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/i386/sync.md b/gcc/config/i386/sync.md index b065e2365ffa..7924d832b7e0 100644 --- a/gcc/config/i386/sync.md +++ b/gcc/config/i386/sync.md @@ -1,5 +1,5 @@ ;; GCC machine description for i386 synchronization instructions. -;; Copyright (C) 2005-2016 Free Software Foundation, Inc. +;; Copyright (C) 2005-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/i386/sysv4.h b/gcc/config/i386/sysv4.h index 35e91027bf56..91ede6bfaa3b 100644 --- a/gcc/config/i386/sysv4.h +++ b/gcc/config/i386/sysv4.h @@ -1,5 +1,5 @@ /* Target definitions for GCC for Intel 80386 running System V.4 - Copyright (C) 1991-2016 Free Software Foundation, Inc. + Copyright (C) 1991-2017 Free Software Foundation, Inc. Written by Ron Guilmette (rfg@netcom.com). diff --git a/gcc/config/i386/t-cygming b/gcc/config/i386/t-cygming index db724fdc12ea..232350445155 100644 --- a/gcc/config/i386/t-cygming +++ b/gcc/config/i386/t-cygming @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2016 Free Software Foundation, Inc. +# Copyright (C) 2003-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/i386/t-i386 b/gcc/config/i386/t-i386 index c435c1f053d0..0a8524bfbe2b 100644 --- a/gcc/config/i386/t-i386 +++ b/gcc/config/i386/t-i386 @@ -1,4 +1,4 @@ -# Copyright (C) 2008-2016 Free Software Foundation, Inc. +# Copyright (C) 2008-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/i386/t-linux64 b/gcc/config/i386/t-linux64 index c0cc8a372466..e422c442daec 100644 --- a/gcc/config/i386/t-linux64 +++ b/gcc/config/i386/t-linux64 @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2016 Free Software Foundation, Inc. +# Copyright (C) 2002-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/i386/t-rtems b/gcc/config/i386/t-rtems index 4a68cd50b011..4fe3a21e7aa8 100644 --- a/gcc/config/i386/t-rtems +++ b/gcc/config/i386/t-rtems @@ -1,4 +1,4 @@ -# Copyright (C) 1999-2016 Free Software Foundation, Inc. +# Copyright (C) 1999-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/i386/t-sol2 b/gcc/config/i386/t-sol2 index 4bd1dee9ddb1..82440602f346 100644 --- a/gcc/config/i386/t-sol2 +++ b/gcc/config/i386/t-sol2 @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2016 Free Software Foundation, Inc. +# Copyright (C) 2004-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/i386/tbmintrin.h b/gcc/config/i386/tbmintrin.h index 54292dd90ab6..dfdf163f9c39 100644 --- a/gcc/config/i386/tbmintrin.h +++ b/gcc/config/i386/tbmintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2010-2016 Free Software Foundation, Inc. +/* Copyright (C) 2010-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/tmmintrin.h b/gcc/config/i386/tmmintrin.h index 6ec867d464b1..93b016d29119 100644 --- a/gcc/config/i386/tmmintrin.h +++ b/gcc/config/i386/tmmintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2006-2016 Free Software Foundation, Inc. +/* Copyright (C) 2006-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/unix.h b/gcc/config/i386/unix.h index e73ffb3de7ef..8e78774d860a 100644 --- a/gcc/config/i386/unix.h +++ b/gcc/config/i386/unix.h @@ -1,5 +1,5 @@ /* Definitions for Unix assembler syntax for the Intel 80386. - Copyright (C) 1988-2016 Free Software Foundation, Inc. + Copyright (C) 1988-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/vxworks.h b/gcc/config/i386/vxworks.h index b4f0d91b65ee..f5d12afe1118 100644 --- a/gcc/config/i386/vxworks.h +++ b/gcc/config/i386/vxworks.h @@ -1,5 +1,5 @@ /* IA32 VxWorks target definitions for GNU compiler. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Updated by CodeSourcery, LLC. This file is part of GCC. diff --git a/gcc/config/i386/vxworksae.h b/gcc/config/i386/vxworksae.h index 4455298febb5..965089040041 100644 --- a/gcc/config/i386/vxworksae.h +++ b/gcc/config/i386/vxworksae.h @@ -1,5 +1,5 @@ /* IA32 VxWorks AE target definitions for GNU compiler. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by CodeSourcery, LLC. This file is part of GCC. diff --git a/gcc/config/i386/winnt-cxx.c b/gcc/config/i386/winnt-cxx.c index f156ba872716..d6bf0afbab03 100644 --- a/gcc/config/i386/winnt-cxx.c +++ b/gcc/config/i386/winnt-cxx.c @@ -1,6 +1,6 @@ /* Target support for C++ classes on Windows. Contributed by Danny Smith (dannysmith@users.sourceforge.net) - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/winnt-stubs.c b/gcc/config/i386/winnt-stubs.c index 39955b799ac9..bd5588b9d0d8 100644 --- a/gcc/config/i386/winnt-stubs.c +++ b/gcc/config/i386/winnt-stubs.c @@ -1,6 +1,6 @@ /* Dummy subroutines for language-specific support on Windows. Contributed by Danny Smith (dannysmith@users.sourceforge.net) - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/winnt.c b/gcc/config/i386/winnt.c index fdc89e0e9721..f89e7d00fe27 100644 --- a/gcc/config/i386/winnt.c +++ b/gcc/config/i386/winnt.c @@ -1,6 +1,6 @@ /* Subroutines for insn-output.c for Windows NT. Contributed by Douglas Rupp (drupp@cs.washington.edu) - Copyright (C) 1995-2016 Free Software Foundation, Inc. + Copyright (C) 1995-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/wmmintrin.h b/gcc/config/i386/wmmintrin.h index be79f4332a71..53de853a56aa 100644 --- a/gcc/config/i386/wmmintrin.h +++ b/gcc/config/i386/wmmintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/x-mingw32 b/gcc/config/i386/x-mingw32 index 6eb61677a2b8..b5cef9751203 100644 --- a/gcc/config/i386/x-mingw32 +++ b/gcc/config/i386/x-mingw32 @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2016 Free Software Foundation, Inc. +# Copyright (C) 2003-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/i386/x86-64.h b/gcc/config/i386/x86-64.h index 9e6c6eb5a362..a6c648a4d390 100644 --- a/gcc/config/i386/x86-64.h +++ b/gcc/config/i386/x86-64.h @@ -1,5 +1,5 @@ /* OS independent definitions for AMD x86-64. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. Contributed by Bo Thorsen . This file is part of GCC. diff --git a/gcc/config/i386/x86-tune.def b/gcc/config/i386/x86-tune.def index 36a596609013..19b7daedfdd8 100644 --- a/gcc/config/i386/x86-tune.def +++ b/gcc/config/i386/x86-tune.def @@ -1,5 +1,5 @@ /* Definitions of x86 tunable features. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/x86intrin.h b/gcc/config/i386/x86intrin.h index ee5c38a73b73..8d139e1345e1 100644 --- a/gcc/config/i386/x86intrin.h +++ b/gcc/config/i386/x86intrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/xm-cygwin.h b/gcc/config/i386/xm-cygwin.h index 92bd1087f93f..ba95fc87d338 100644 --- a/gcc/config/i386/xm-cygwin.h +++ b/gcc/config/i386/xm-cygwin.h @@ -1,6 +1,6 @@ /* Configuration for GCC for hosting on Windows NT. using a unix style C library. - Copyright (C) 1995-2016 Free Software Foundation, Inc. + Copyright (C) 1995-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/xm-djgpp.h b/gcc/config/i386/xm-djgpp.h index 94e6ff614a71..de0dace1707a 100644 --- a/gcc/config/i386/xm-djgpp.h +++ b/gcc/config/i386/xm-djgpp.h @@ -1,5 +1,5 @@ /* Configuration for GCC for Intel 80386 running DJGPP. - Copyright (C) 1988-2016 Free Software Foundation, Inc. + Copyright (C) 1988-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/xm-mingw32.h b/gcc/config/i386/xm-mingw32.h index db2a708efe93..6eb3a626f0c3 100644 --- a/gcc/config/i386/xm-mingw32.h +++ b/gcc/config/i386/xm-mingw32.h @@ -1,6 +1,6 @@ /* Configuration for GCC for hosting on Windows32. using GNU tools and the Windows32 API Library. - Copyright (C) 1997-2016 Free Software Foundation, Inc. + Copyright (C) 1997-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/xmmintrin.h b/gcc/config/i386/xmmintrin.h index 26516e24a003..5f58d24430c5 100644 --- a/gcc/config/i386/xmmintrin.h +++ b/gcc/config/i386/xmmintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2016 Free Software Foundation, Inc. +/* Copyright (C) 2002-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/xopintrin.h b/gcc/config/i386/xopintrin.h index 9c25cc54be07..447799cdff9c 100644 --- a/gcc/config/i386/xopintrin.h +++ b/gcc/config/i386/xopintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/xsavecintrin.h b/gcc/config/i386/xsavecintrin.h index 4757415bc3c3..a510a7e8e630 100644 --- a/gcc/config/i386/xsavecintrin.h +++ b/gcc/config/i386/xsavecintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2016 Free Software Foundation, Inc. +/* Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/xsaveintrin.h b/gcc/config/i386/xsaveintrin.h index 523a8c4089ea..c136d30aa635 100644 --- a/gcc/config/i386/xsaveintrin.h +++ b/gcc/config/i386/xsaveintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2016 Free Software Foundation, Inc. +/* Copyright (C) 2012-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/xsaveoptintrin.h b/gcc/config/i386/xsaveoptintrin.h index 25bb23855600..294fcee43a78 100644 --- a/gcc/config/i386/xsaveoptintrin.h +++ b/gcc/config/i386/xsaveoptintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2016 Free Software Foundation, Inc. +/* Copyright (C) 2012-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/xsavesintrin.h b/gcc/config/i386/xsavesintrin.h index cc29e47dfecb..b55a1834e26d 100644 --- a/gcc/config/i386/xsavesintrin.h +++ b/gcc/config/i386/xsavesintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2016 Free Software Foundation, Inc. +/* Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/xtestintrin.h b/gcc/config/i386/xtestintrin.h index b5a84d491589..3c7425f8685e 100644 --- a/gcc/config/i386/xtestintrin.h +++ b/gcc/config/i386/xtestintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2016 Free Software Foundation, Inc. +/* Copyright (C) 2012-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/i386/znver1.md b/gcc/config/i386/znver1.md index 93a707ac7500..990a70d82aa6 100644 --- a/gcc/config/i386/znver1.md +++ b/gcc/config/i386/znver1.md @@ -1,4 +1,4 @@ -;; Copyright (C) 2012-2016 Free Software Foundation, Inc. +;; Copyright (C) 2012-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/ia64/constraints.md b/gcc/config/ia64/constraints.md index 7cfba36356de..514e7a213e60 100644 --- a/gcc/config/ia64/constraints.md +++ b/gcc/config/ia64/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions for IA-64 -;; Copyright (C) 2006-2016 Free Software Foundation, Inc. +;; Copyright (C) 2006-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/ia64/div.md b/gcc/config/ia64/div.md index 19e95c10fb83..372595834fef 100644 --- a/gcc/config/ia64/div.md +++ b/gcc/config/ia64/div.md @@ -1,4 +1,4 @@ -;; Copyright (C) 2007-2016 Free Software Foundation, Inc. +;; Copyright (C) 2007-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/ia64/elf.h b/gcc/config/ia64/elf.h index 633b5c938010..6581422b025e 100644 --- a/gcc/config/ia64/elf.h +++ b/gcc/config/ia64/elf.h @@ -1,6 +1,6 @@ /* Definitions for embedded ia64-elf target. -Copyright (C) 2000-2016 Free Software Foundation, Inc. +Copyright (C) 2000-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/ia64/freebsd.h b/gcc/config/ia64/freebsd.h index 5d6784bed9f3..8a513135381c 100644 --- a/gcc/config/ia64/freebsd.h +++ b/gcc/config/ia64/freebsd.h @@ -1,5 +1,5 @@ /* Definitions for Intel IA-64 running FreeBSD using the ELF format - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. Contributed by David E. O'Brien and BSDi. This file is part of GCC. diff --git a/gcc/config/ia64/hpux.h b/gcc/config/ia64/hpux.h index 008c4f6ba333..9e69be3f004e 100644 --- a/gcc/config/ia64/hpux.h +++ b/gcc/config/ia64/hpux.h @@ -1,5 +1,5 @@ /* Definitions of target machine GNU compiler. IA-64 version. - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. Contributed by Steve Ellcey and Reva Cuthbertson diff --git a/gcc/config/ia64/ia64-c.c b/gcc/config/ia64/ia64-c.c index 6aa2c5fcc4a9..3319cbc7f66a 100644 --- a/gcc/config/ia64/ia64-c.c +++ b/gcc/config/ia64/ia64-c.c @@ -1,5 +1,5 @@ /* Definitions of C specific functions for GNU compiler. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Steve Ellcey This file is part of GCC. diff --git a/gcc/config/ia64/ia64-modes.def b/gcc/config/ia64/ia64-modes.def index bee833480a8a..3ad24534cff6 100644 --- a/gcc/config/ia64/ia64-modes.def +++ b/gcc/config/ia64/ia64-modes.def @@ -1,5 +1,5 @@ /* Definitions of target machine GNU compiler. IA-64 version. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by James E. Wilson and David Mosberger . diff --git a/gcc/config/ia64/ia64-opts.h b/gcc/config/ia64/ia64-opts.h index 2d823735506b..e7c6a80a39e3 100644 --- a/gcc/config/ia64/ia64-opts.h +++ b/gcc/config/ia64/ia64-opts.h @@ -1,5 +1,5 @@ /* Definitions for option handling for IA-64. - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/ia64/ia64-protos.h b/gcc/config/ia64/ia64-protos.h index f23260422e71..918afbcc7836 100644 --- a/gcc/config/ia64/ia64-protos.h +++ b/gcc/config/ia64/ia64-protos.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler for IA-64. - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/ia64/ia64.c b/gcc/config/ia64/ia64.c index 169b571117ee..617d188d4f2e 100644 --- a/gcc/config/ia64/ia64.c +++ b/gcc/config/ia64/ia64.c @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler. - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. Contributed by James E. Wilson and David Mosberger . diff --git a/gcc/config/ia64/ia64.h b/gcc/config/ia64/ia64.h index c79e20b86608..8e68a740e319 100644 --- a/gcc/config/ia64/ia64.h +++ b/gcc/config/ia64/ia64.h @@ -1,5 +1,5 @@ /* Definitions of target machine GNU compiler. IA-64 version. - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. Contributed by James E. Wilson and David Mosberger . diff --git a/gcc/config/ia64/ia64.md b/gcc/config/ia64/ia64.md index afde75aa74dd..054cfd8bcdf9 100644 --- a/gcc/config/ia64/ia64.md +++ b/gcc/config/ia64/ia64.md @@ -1,5 +1,5 @@ ;; IA-64 Machine description template -;; Copyright (C) 1999-2016 Free Software Foundation, Inc. +;; Copyright (C) 1999-2017 Free Software Foundation, Inc. ;; Contributed by James E. Wilson and ;; David Mosberger . diff --git a/gcc/config/ia64/ia64.opt b/gcc/config/ia64/ia64.opt index 893184b5c45f..16e9af37cbbb 100644 --- a/gcc/config/ia64/ia64.opt +++ b/gcc/config/ia64/ia64.opt @@ -1,4 +1,4 @@ -; Copyright (C) 2005-2016 Free Software Foundation, Inc. +; Copyright (C) 2005-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/ia64/itanium2.md b/gcc/config/ia64/itanium2.md index cd318612db2d..7533d48b548c 100644 --- a/gcc/config/ia64/itanium2.md +++ b/gcc/config/ia64/itanium2.md @@ -1,5 +1,5 @@ ;; Itanium2 DFA descriptions for insn scheduling and bundling. -;; Copyright (C) 2002-2016 Free Software Foundation, Inc. +;; Copyright (C) 2002-2017 Free Software Foundation, Inc. ;; Contributed by Vladimir Makarov . ;; ;; This file is part of GCC. diff --git a/gcc/config/ia64/linux.h b/gcc/config/ia64/linux.h index e0395a693d01..cf47145fbf7c 100644 --- a/gcc/config/ia64/linux.h +++ b/gcc/config/ia64/linux.h @@ -1,6 +1,6 @@ /* Definitions for ia64-linux target. -Copyright (C) 2000-2016 Free Software Foundation, Inc. +Copyright (C) 2000-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/ia64/predicates.md b/gcc/config/ia64/predicates.md index 02347f7823c6..34c07550aca3 100644 --- a/gcc/config/ia64/predicates.md +++ b/gcc/config/ia64/predicates.md @@ -1,5 +1,5 @@ ;; Predicate definitions for IA-64. -;; Copyright (C) 2004-2016 Free Software Foundation, Inc. +;; Copyright (C) 2004-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/ia64/sync.md b/gcc/config/ia64/sync.md index 62335d76a212..48d51d5b4b72 100644 --- a/gcc/config/ia64/sync.md +++ b/gcc/config/ia64/sync.md @@ -1,5 +1,5 @@ ;; GCC machine description for IA-64 synchronization instructions. -;; Copyright (C) 2005-2016 Free Software Foundation, Inc. +;; Copyright (C) 2005-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/ia64/sysv4.h b/gcc/config/ia64/sysv4.h index dc2f5c504d92..5cc392528f23 100644 --- a/gcc/config/ia64/sysv4.h +++ b/gcc/config/ia64/sysv4.h @@ -1,6 +1,6 @@ /* Override definitions in elfos.h to be correct for IA64. -Copyright (C) 2000-2016 Free Software Foundation, Inc. +Copyright (C) 2000-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/ia64/t-hpux b/gcc/config/ia64/t-hpux index 22d692d1bb88..7493c8f88751 100644 --- a/gcc/config/ia64/t-hpux +++ b/gcc/config/ia64/t-hpux @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2016 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/ia64/t-ia64 b/gcc/config/ia64/t-ia64 index dd2bda173cd5..e05fab6dc59b 100644 --- a/gcc/config/ia64/t-ia64 +++ b/gcc/config/ia64/t-ia64 @@ -1,4 +1,4 @@ -# Copyright (C) 2000-2016 Free Software Foundation, Inc. +# Copyright (C) 2000-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/ia64/vect.md b/gcc/config/ia64/vect.md index 82c881898abe..a565df53bfa8 100644 --- a/gcc/config/ia64/vect.md +++ b/gcc/config/ia64/vect.md @@ -1,5 +1,5 @@ ;; IA-64 machine description for vector operations. -;; Copyright (C) 2004-2016 Free Software Foundation, Inc. +;; Copyright (C) 2004-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/ia64/vms.h b/gcc/config/ia64/vms.h index 21d36a5110ad..46b42834c714 100644 --- a/gcc/config/ia64/vms.h +++ b/gcc/config/ia64/vms.h @@ -1,5 +1,5 @@ /* Definitions of target machine GNU compiler. IA64-VMS version. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Douglas B Rupp (rupp@gnat.com). This file is part of GCC. diff --git a/gcc/config/ia64/vms.opt b/gcc/config/ia64/vms.opt index 5bb3f45230c4..ff8bc5609684 100644 --- a/gcc/config/ia64/vms.opt +++ b/gcc/config/ia64/vms.opt @@ -1,6 +1,6 @@ ; IA64 VMS options. -; Copyright (C) 2011-2016 Free Software Foundation, Inc. +; Copyright (C) 2011-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/initfini-array.h b/gcc/config/initfini-array.h index 90202429b074..b5ba47298fc4 100644 --- a/gcc/config/initfini-array.h +++ b/gcc/config/initfini-array.h @@ -1,6 +1,6 @@ /* Definitions for ELF systems with .init_array/.fini_array section support. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/iq2000/abi b/gcc/config/iq2000/abi index 2303529872aa..278b25641ece 100644 --- a/gcc/config/iq2000/abi +++ b/gcc/config/iq2000/abi @@ -232,7 +232,7 @@ caller passing as a "hidden" first argument a pointer to space allocated to receive the return value. -Copyright (C) 2003-2016 Free Software Foundation, Inc. +Copyright (C) 2003-2017 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/gcc/config/iq2000/constraints.md b/gcc/config/iq2000/constraints.md index b7f83bd675f1..0a95ca5102ea 100644 --- a/gcc/config/iq2000/constraints.md +++ b/gcc/config/iq2000/constraints.md @@ -1,5 +1,5 @@ ;; Constraints for Vitesse IQ2000 processors -;; Copyright (C) 2011-2016 Free Software Foundation, Inc. +;; Copyright (C) 2011-2017 Free Software Foundation, Inc. ;; This file is part of GCC. diff --git a/gcc/config/iq2000/iq2000-opts.h b/gcc/config/iq2000/iq2000-opts.h index 46ba9c5e6df8..cc14c403fcd3 100644 --- a/gcc/config/iq2000/iq2000-opts.h +++ b/gcc/config/iq2000/iq2000-opts.h @@ -1,5 +1,5 @@ /* Definitions for option handling for Vitesse IQ2000 processors. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/iq2000/iq2000-protos.h b/gcc/config/iq2000/iq2000-protos.h index 6a457e64310e..fa399163a7de 100644 --- a/gcc/config/iq2000/iq2000-protos.h +++ b/gcc/config/iq2000/iq2000-protos.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler for iq2000. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/iq2000/iq2000.c b/gcc/config/iq2000/iq2000.c index a3195db3a268..7e1ba0067a74 100644 --- a/gcc/config/iq2000/iq2000.c +++ b/gcc/config/iq2000/iq2000.c @@ -1,5 +1,5 @@ /* Subroutines used for code generation on Vitesse IQ2000 processors - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/iq2000/iq2000.h b/gcc/config/iq2000/iq2000.h index e79c9a744f2c..343ebe451956 100644 --- a/gcc/config/iq2000/iq2000.h +++ b/gcc/config/iq2000/iq2000.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler. Vitesse IQ2000 processors - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/iq2000/iq2000.md b/gcc/config/iq2000/iq2000.md index ed93e0edc091..77093d3e0acb 100644 --- a/gcc/config/iq2000/iq2000.md +++ b/gcc/config/iq2000/iq2000.md @@ -1,5 +1,5 @@ ;; iq2000.md Machine Description for Vitesse IQ2000 processors -;; Copyright (C) 2003-2016 Free Software Foundation, Inc. +;; Copyright (C) 2003-2017 Free Software Foundation, Inc. ;; This file is part of GCC. diff --git a/gcc/config/iq2000/iq2000.opt b/gcc/config/iq2000/iq2000.opt index f43725549f0a..bc98ef150325 100644 --- a/gcc/config/iq2000/iq2000.opt +++ b/gcc/config/iq2000/iq2000.opt @@ -1,6 +1,6 @@ ; Options for the Vitesse IQ2000 port of the compiler. -; Copyright (C) 2005-2016 Free Software Foundation, Inc. +; Copyright (C) 2005-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/iq2000/predicates.md b/gcc/config/iq2000/predicates.md index 11fed73956de..b4780f6fbe3c 100644 --- a/gcc/config/iq2000/predicates.md +++ b/gcc/config/iq2000/predicates.md @@ -1,5 +1,5 @@ ;; Predicate definitions for Vitesse IQ2000. -;; Copyright (C) 2005-2016 Free Software Foundation, Inc. +;; Copyright (C) 2005-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/kfreebsd-gnu.h b/gcc/config/kfreebsd-gnu.h index 164231b4a022..26a8cef87534 100644 --- a/gcc/config/kfreebsd-gnu.h +++ b/gcc/config/kfreebsd-gnu.h @@ -1,5 +1,5 @@ /* Definitions for kFreeBSD-based GNU systems with ELF format - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Robert Millan. This file is part of GCC. diff --git a/gcc/config/kopensolaris-gnu.h b/gcc/config/kopensolaris-gnu.h index 080cab20d653..67150eb0cba7 100644 --- a/gcc/config/kopensolaris-gnu.h +++ b/gcc/config/kopensolaris-gnu.h @@ -1,5 +1,5 @@ /* Definitions for kOpenSolaris-based GNU systems with ELF format - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Robert Millan. This file is part of GCC. diff --git a/gcc/config/linux-android.h b/gcc/config/linux-android.h index 301a41ccdd80..19c55c3a5c74 100644 --- a/gcc/config/linux-android.h +++ b/gcc/config/linux-android.h @@ -1,5 +1,5 @@ /* Configuration file for Linux Android targets. - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Doug Kwan (dougkwan@google.com) Rewritten by CodeSourcery, Inc. diff --git a/gcc/config/linux-android.opt b/gcc/config/linux-android.opt index 2c39f04f61bc..d746ce15cb91 100644 --- a/gcc/config/linux-android.opt +++ b/gcc/config/linux-android.opt @@ -1,6 +1,6 @@ ; Android specific options. -; Copyright (C) 2008-2016 Free Software Foundation, Inc. +; Copyright (C) 2008-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/linux-protos.h b/gcc/config/linux-protos.h index 87f1b0539afc..0a5d1d230c45 100644 --- a/gcc/config/linux-protos.h +++ b/gcc/config/linux-protos.h @@ -1,5 +1,5 @@ /* Prototypes. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/linux.c b/gcc/config/linux.c index a393d3b78bab..56351549fd17 100644 --- a/gcc/config/linux.c +++ b/gcc/config/linux.c @@ -1,5 +1,5 @@ /* Functions for Linux Android as target machine for GNU C compiler. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/linux.h b/gcc/config/linux.h index 9aeeb948f550..b3a9e85e77ff 100644 --- a/gcc/config/linux.h +++ b/gcc/config/linux.h @@ -2,7 +2,7 @@ MMU, using ELF at the compiler level but possibly FLT for final linked executables and shared libraries in some no-MMU cases, and possibly with a choice of libc implementations. - Copyright (C) 1995-2016 Free Software Foundation, Inc. + Copyright (C) 1995-2017 Free Software Foundation, Inc. Contributed by Eric Youngdale. Modified for stabs-in-ELF by H.J. Lu (hjl@lucon.org). diff --git a/gcc/config/linux.opt b/gcc/config/linux.opt index 6cadc52011bb..bad1de02d383 100644 --- a/gcc/config/linux.opt +++ b/gcc/config/linux.opt @@ -1,6 +1,6 @@ ; Processor-independent options for GNU/Linux. ; -; Copyright (C) 2006-2016 Free Software Foundation, Inc. +; Copyright (C) 2006-2017 Free Software Foundation, Inc. ; Contributed by CodeSourcery. ; ; This file is part of GCC. diff --git a/gcc/config/lm32/constraints.md b/gcc/config/lm32/constraints.md index 5d91a8ec2952..30acbd92ed24 100644 --- a/gcc/config/lm32/constraints.md +++ b/gcc/config/lm32/constraints.md @@ -1,7 +1,7 @@ ;; Constraint definitions for Lattice Mico32 architecture. ;; Contributed by Jon Beniston ;; -;; Copyright (C) 2009-2016 Free Software Foundation, Inc. +;; Copyright (C) 2009-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/lm32/lm32-protos.h b/gcc/config/lm32/lm32-protos.h index e19c82f43a63..a35de715a1c7 100644 --- a/gcc/config/lm32/lm32-protos.h +++ b/gcc/config/lm32/lm32-protos.h @@ -1,7 +1,7 @@ /* Prototypes of target machine functions, Lattice Mico32 architecture. Contributed by Jon Beniston - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/lm32/lm32.c b/gcc/config/lm32/lm32.c index 99e2695dd48a..2231412e5667 100644 --- a/gcc/config/lm32/lm32.c +++ b/gcc/config/lm32/lm32.c @@ -1,7 +1,7 @@ /* Subroutines used for code generation on the Lattice Mico32 architecture. Contributed by Jon Beniston - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/lm32/lm32.h b/gcc/config/lm32/lm32.h index e18e13693fbe..2e25a2e157b5 100644 --- a/gcc/config/lm32/lm32.h +++ b/gcc/config/lm32/lm32.h @@ -1,7 +1,7 @@ /* Definitions of target machine for GNU compiler, Lattice Mico32 architecture. Contributed by Jon Beniston - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/lm32/lm32.md b/gcc/config/lm32/lm32.md index 5d06f2c16a7a..5715face31fd 100644 --- a/gcc/config/lm32/lm32.md +++ b/gcc/config/lm32/lm32.md @@ -1,7 +1,7 @@ ;; Machine description of the Lattice Mico32 architecture for GNU C compiler. ;; Contributed by Jon Beniston -;; Copyright (C) 2009-2016 Free Software Foundation, Inc. +;; Copyright (C) 2009-2017 Free Software Foundation, Inc. ;; This file is part of GCC. diff --git a/gcc/config/lm32/lm32.opt b/gcc/config/lm32/lm32.opt index 8106407613f5..cda182ea9beb 100644 --- a/gcc/config/lm32/lm32.opt +++ b/gcc/config/lm32/lm32.opt @@ -1,7 +1,7 @@ ; Options for the Lattice Mico32 port of the compiler. ; Contributed by Jon Beniston ; -; Copyright (C) 2009-2016 Free Software Foundation, Inc. +; Copyright (C) 2009-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/lm32/predicates.md b/gcc/config/lm32/predicates.md index 6bb1037fc7b9..d5e18e640a61 100644 --- a/gcc/config/lm32/predicates.md +++ b/gcc/config/lm32/predicates.md @@ -1,7 +1,7 @@ ;; Predicate definitions for Lattice Mico32 architecture. ;; Contributed by Jon Beniston ;; -;; Copyright (C) 2009-2016 Free Software Foundation, Inc. +;; Copyright (C) 2009-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/lm32/rtems.h b/gcc/config/lm32/rtems.h index 5f3bd2a43e81..67075ab47da2 100644 --- a/gcc/config/lm32/rtems.h +++ b/gcc/config/lm32/rtems.h @@ -1,5 +1,5 @@ /* Definitions for rtems targeting a lm32 using ELF. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/lm32/uclinux-elf.h b/gcc/config/lm32/uclinux-elf.h index 4a0862dca890..55d036593093 100644 --- a/gcc/config/lm32/uclinux-elf.h +++ b/gcc/config/lm32/uclinux-elf.h @@ -1,5 +1,5 @@ /* Definitions for LM32 running Linux-based GNU systems using ELF - Copyright (C) 1993-2016 Free Software Foundation, Inc. + Copyright (C) 1993-2017 Free Software Foundation, Inc. Contributed by Philip Blundell This file is part of GCC. diff --git a/gcc/config/lynx.h b/gcc/config/lynx.h index fa180c77dc13..d0fa650ba846 100644 --- a/gcc/config/lynx.h +++ b/gcc/config/lynx.h @@ -1,5 +1,5 @@ /* Target independent definitions for LynxOS. - Copyright (C) 1993-2016 Free Software Foundation, Inc. + Copyright (C) 1993-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/lynx.opt b/gcc/config/lynx.opt index 415911164d40..a3d01915fe87 100644 --- a/gcc/config/lynx.opt +++ b/gcc/config/lynx.opt @@ -1,6 +1,6 @@ ; Processor-independent options for LynxOS. -; Copyright (C) 2005-2016 Free Software Foundation, Inc. +; Copyright (C) 2005-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/m32c/addsub.md b/gcc/config/m32c/addsub.md index ac8a7f164954..7569357e09b3 100644 --- a/gcc/config/m32c/addsub.md +++ b/gcc/config/m32c/addsub.md @@ -1,5 +1,5 @@ ;; Machine Descriptions for R8C/M16C/M32C -;; Copyright (C) 2005-2016 Free Software Foundation, Inc. +;; Copyright (C) 2005-2017 Free Software Foundation, Inc. ;; Contributed by Red Hat. ;; ;; This file is part of GCC. diff --git a/gcc/config/m32c/bitops.md b/gcc/config/m32c/bitops.md index 8c512323733c..e63c25086efa 100644 --- a/gcc/config/m32c/bitops.md +++ b/gcc/config/m32c/bitops.md @@ -1,5 +1,5 @@ ;; Machine Descriptions for R8C/M16C/M32C -;; Copyright (C) 2005-2016 Free Software Foundation, Inc. +;; Copyright (C) 2005-2017 Free Software Foundation, Inc. ;; Contributed by Red Hat. ;; ;; This file is part of GCC. diff --git a/gcc/config/m32c/blkmov.md b/gcc/config/m32c/blkmov.md index 39b0c427116c..e61c65b535eb 100644 --- a/gcc/config/m32c/blkmov.md +++ b/gcc/config/m32c/blkmov.md @@ -1,5 +1,5 @@ ;; Machine Descriptions for R8C/M16C/M32C -;; Copyright (C) 2006-2016 Free Software Foundation, Inc. +;; Copyright (C) 2006-2017 Free Software Foundation, Inc. ;; Contributed by Red Hat. ;; ;; This file is part of GCC. diff --git a/gcc/config/m32c/cond.md b/gcc/config/m32c/cond.md index 696f7055be4b..ccecac58f9f3 100644 --- a/gcc/config/m32c/cond.md +++ b/gcc/config/m32c/cond.md @@ -1,5 +1,5 @@ ;; Machine Descriptions for R8C/M16C/M32C -;; Copyright (C) 2005-2016 Free Software Foundation, Inc. +;; Copyright (C) 2005-2017 Free Software Foundation, Inc. ;; Contributed by Red Hat. ;; ;; This file is part of GCC. diff --git a/gcc/config/m32c/constraints.md b/gcc/config/m32c/constraints.md index 57c765ef2419..26947c6aab9e 100644 --- a/gcc/config/m32c/constraints.md +++ b/gcc/config/m32c/constraints.md @@ -1,5 +1,5 @@ ;; m32c constraints -;; Copyright (C) 2012-2016 Free Software Foundation, Inc. +;; Copyright (C) 2012-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/m32c/jump.md b/gcc/config/m32c/jump.md index 87e53ed48797..dd3de0deb4a1 100644 --- a/gcc/config/m32c/jump.md +++ b/gcc/config/m32c/jump.md @@ -1,5 +1,5 @@ ;; Machine Descriptions for R8C/M16C/M32C -;; Copyright (C) 2005-2016 Free Software Foundation, Inc. +;; Copyright (C) 2005-2017 Free Software Foundation, Inc. ;; Contributed by Red Hat. ;; ;; This file is part of GCC. diff --git a/gcc/config/m32c/m32c-modes.def b/gcc/config/m32c/m32c-modes.def index 8e605c6c8111..19bcd54ebde7 100644 --- a/gcc/config/m32c/m32c-modes.def +++ b/gcc/config/m32c/m32c-modes.def @@ -1,5 +1,5 @@ /* Target-Specific Modes for R8C/M16C/M32C - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Red Hat. This file is part of GCC. diff --git a/gcc/config/m32c/m32c-pragma.c b/gcc/config/m32c/m32c-pragma.c index 66278f165afc..68aa2287222b 100644 --- a/gcc/config/m32c/m32c-pragma.c +++ b/gcc/config/m32c/m32c-pragma.c @@ -1,5 +1,5 @@ /* M32C Pragma support - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of GCC. diff --git a/gcc/config/m32c/m32c-protos.h b/gcc/config/m32c/m32c-protos.h index 9c8a442d247a..89b9270ba3c0 100644 --- a/gcc/config/m32c/m32c-protos.h +++ b/gcc/config/m32c/m32c-protos.h @@ -1,5 +1,5 @@ /* Target Prototypes for R8C/M16C/M32C - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Red Hat. This file is part of GCC. diff --git a/gcc/config/m32c/m32c.abi b/gcc/config/m32c/m32c.abi index f32d271a8a26..3c814a66344f 100644 --- a/gcc/config/m32c/m32c.abi +++ b/gcc/config/m32c/m32c.abi @@ -1,5 +1,5 @@ Target Definitions for R8C/M16C/M32C - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Red Hat. This file is part of GCC. diff --git a/gcc/config/m32c/m32c.c b/gcc/config/m32c/m32c.c index 6077201a3b02..b23f5aaf21a7 100644 --- a/gcc/config/m32c/m32c.c +++ b/gcc/config/m32c/m32c.c @@ -1,5 +1,5 @@ /* Target Code for R8C/M16C/M32C - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Red Hat. This file is part of GCC. diff --git a/gcc/config/m32c/m32c.h b/gcc/config/m32c/m32c.h index fce3c73c8cd7..72a0807bb173 100644 --- a/gcc/config/m32c/m32c.h +++ b/gcc/config/m32c/m32c.h @@ -1,5 +1,5 @@ /* Target Definitions for R8C/M16C/M32C - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Red Hat. This file is part of GCC. diff --git a/gcc/config/m32c/m32c.md b/gcc/config/m32c/m32c.md index 3ceff8fecb5e..067f0ce00023 100644 --- a/gcc/config/m32c/m32c.md +++ b/gcc/config/m32c/m32c.md @@ -1,5 +1,5 @@ ;; Machine Descriptions for R8C/M16C/M32C -;; Copyright (C) 2005-2016 Free Software Foundation, Inc. +;; Copyright (C) 2005-2017 Free Software Foundation, Inc. ;; Contributed by Red Hat. ;; ;; This file is part of GCC. diff --git a/gcc/config/m32c/m32c.opt b/gcc/config/m32c/m32c.opt index 881b2d3222af..8aaa8f823664 100644 --- a/gcc/config/m32c/m32c.opt +++ b/gcc/config/m32c/m32c.opt @@ -1,5 +1,5 @@ ; Target Options for R8C/M16C/M32C -; Copyright (C) 2005-2016 Free Software Foundation, Inc. +; Copyright (C) 2005-2017 Free Software Foundation, Inc. ; Contributed by Red Hat. ; ; This file is part of GCC. diff --git a/gcc/config/m32c/minmax.md b/gcc/config/m32c/minmax.md index da7bdcbb8aac..a08929a816ce 100644 --- a/gcc/config/m32c/minmax.md +++ b/gcc/config/m32c/minmax.md @@ -1,5 +1,5 @@ ;; Machine Descriptions for R8C/M16C/M32C -;; Copyright (C) 2005-2016 Free Software Foundation, Inc. +;; Copyright (C) 2005-2017 Free Software Foundation, Inc. ;; Contributed by Red Hat. ;; ;; This file is part of GCC. diff --git a/gcc/config/m32c/mov.md b/gcc/config/m32c/mov.md index ec90cc7d160b..850289f8d212 100644 --- a/gcc/config/m32c/mov.md +++ b/gcc/config/m32c/mov.md @@ -1,5 +1,5 @@ ;; Machine Descriptions for R8C/M16C/M32C -;; Copyright (C) 2005-2016 Free Software Foundation, Inc. +;; Copyright (C) 2005-2017 Free Software Foundation, Inc. ;; Contributed by Red Hat. ;; ;; This file is part of GCC. diff --git a/gcc/config/m32c/muldiv.md b/gcc/config/m32c/muldiv.md index 59d471907b05..c55e50319904 100644 --- a/gcc/config/m32c/muldiv.md +++ b/gcc/config/m32c/muldiv.md @@ -1,5 +1,5 @@ ;; Machine Descriptions for R8C/M16C/M32C -;; Copyright (C) 2005-2016 Free Software Foundation, Inc. +;; Copyright (C) 2005-2017 Free Software Foundation, Inc. ;; Contributed by Red Hat. ;; ;; This file is part of GCC. diff --git a/gcc/config/m32c/predicates.md b/gcc/config/m32c/predicates.md index e991ed42ab1b..7423a024e395 100644 --- a/gcc/config/m32c/predicates.md +++ b/gcc/config/m32c/predicates.md @@ -1,5 +1,5 @@ ;; Machine Descriptions for R8C/M16C/M32C -;; Copyright (C) 2005-2016 Free Software Foundation, Inc. +;; Copyright (C) 2005-2017 Free Software Foundation, Inc. ;; Contributed by Red Hat. ;; ;; This file is part of GCC. diff --git a/gcc/config/m32c/prologue.md b/gcc/config/m32c/prologue.md index a2b4a765a167..411f92d8fa63 100644 --- a/gcc/config/m32c/prologue.md +++ b/gcc/config/m32c/prologue.md @@ -1,5 +1,5 @@ ;; Machine Descriptions for R8C/M16C/M32C -;; Copyright (C) 2005-2016 Free Software Foundation, Inc. +;; Copyright (C) 2005-2017 Free Software Foundation, Inc. ;; Contributed by Red Hat. ;; ;; This file is part of GCC. diff --git a/gcc/config/m32c/rtems.h b/gcc/config/m32c/rtems.h index e8f6c5a70b2b..733e04ba3867 100644 --- a/gcc/config/m32c/rtems.h +++ b/gcc/config/m32c/rtems.h @@ -1,5 +1,5 @@ /* Definitions for rtems targeting a M32C using ELF. - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Joel Sherrill (joel@OARcorp.com). This file is part of GCC. diff --git a/gcc/config/m32c/shift.md b/gcc/config/m32c/shift.md index 22320c09aea9..23cb034f1594 100644 --- a/gcc/config/m32c/shift.md +++ b/gcc/config/m32c/shift.md @@ -1,5 +1,5 @@ ;; Machine Descriptions for R8C/M16C/M32C -;; Copyright (C) 2005-2016 Free Software Foundation, Inc. +;; Copyright (C) 2005-2017 Free Software Foundation, Inc. ;; Contributed by Red Hat. ;; ;; This file is part of GCC. diff --git a/gcc/config/m32c/t-m32c b/gcc/config/m32c/t-m32c index 888ff7ce5d89..30fcc1005280 100644 --- a/gcc/config/m32c/t-m32c +++ b/gcc/config/m32c/t-m32c @@ -1,5 +1,5 @@ # Target Makefile Fragment for R8C/M16C/M32C -# Copyright (C) 2005-2016 Free Software Foundation, Inc. +# Copyright (C) 2005-2017 Free Software Foundation, Inc. # Contributed by Red Hat. # # This file is part of GCC. diff --git a/gcc/config/m32r/constraints.md b/gcc/config/m32r/constraints.md index 5b6165961083..02f643f1fffb 100644 --- a/gcc/config/m32r/constraints.md +++ b/gcc/config/m32r/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions for Renesas M32R cpu for GNU C compiler -;; Copyright (C) 2007-2016 Free Software Foundation, Inc. +;; Copyright (C) 2007-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/m32r/linux.h b/gcc/config/m32r/linux.h index 5ac7ac50d48b..1beace65c2ae 100644 --- a/gcc/config/m32r/linux.h +++ b/gcc/config/m32r/linux.h @@ -1,5 +1,5 @@ /* Definitions for Renesas M32R running Linux-based GNU systems using ELF. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/m32r/little.h b/gcc/config/m32r/little.h index 87f2d6b9dc3a..e88a3a8ad644 100644 --- a/gcc/config/m32r/little.h +++ b/gcc/config/m32r/little.h @@ -1,5 +1,5 @@ /* Definitions for Renesas little endian M32R cpu. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/m32r/m32r-opts.h b/gcc/config/m32r/m32r-opts.h index 8544d843a117..4ebcb3625866 100644 --- a/gcc/config/m32r/m32r-opts.h +++ b/gcc/config/m32r/m32r-opts.h @@ -1,5 +1,5 @@ /* Definitions for option handling for Renesas M32R cpu. - Copyright (C) 1996-2016 Free Software Foundation, Inc. + Copyright (C) 1996-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/m32r/m32r-protos.h b/gcc/config/m32r/m32r-protos.h index eda05f2816e5..30dbc1d753ef 100644 --- a/gcc/config/m32r/m32r-protos.h +++ b/gcc/config/m32r/m32r-protos.h @@ -1,5 +1,5 @@ /* Prototypes for m32r.c functions used in the md file & elsewhere. - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/m32r/m32r.c b/gcc/config/m32r/m32r.c index 41c6b600dd1b..4efb4b9c2872 100644 --- a/gcc/config/m32r/m32r.c +++ b/gcc/config/m32r/m32r.c @@ -1,5 +1,5 @@ /* Subroutines used for code generation on the Renesas M32R cpu. - Copyright (C) 1996-2016 Free Software Foundation, Inc. + Copyright (C) 1996-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/m32r/m32r.h b/gcc/config/m32r/m32r.h index cd74cfcf3b5a..70e702f56e26 100644 --- a/gcc/config/m32r/m32r.h +++ b/gcc/config/m32r/m32r.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, Renesas M32R cpu. - Copyright (C) 1996-2016 Free Software Foundation, Inc. + Copyright (C) 1996-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/m32r/m32r.md b/gcc/config/m32r/m32r.md index 9529b4c58fa1..f1889119b5af 100644 --- a/gcc/config/m32r/m32r.md +++ b/gcc/config/m32r/m32r.md @@ -1,5 +1,5 @@ ;; Machine description of the Renesas M32R cpu for GNU C compiler -;; Copyright (C) 1996-2016 Free Software Foundation, Inc. +;; Copyright (C) 1996-2017 Free Software Foundation, Inc. ;; This file is part of GCC. diff --git a/gcc/config/m32r/m32r.opt b/gcc/config/m32r/m32r.opt index b68e5147950d..72c703ed5112 100644 --- a/gcc/config/m32r/m32r.opt +++ b/gcc/config/m32r/m32r.opt @@ -1,6 +1,6 @@ ; Options for the Renesas M32R port of the compiler. -; Copyright (C) 2005-2016 Free Software Foundation, Inc. +; Copyright (C) 2005-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/m32r/predicates.md b/gcc/config/m32r/predicates.md index 0c74bb531c7d..72794ccb7323 100644 --- a/gcc/config/m32r/predicates.md +++ b/gcc/config/m32r/predicates.md @@ -1,5 +1,5 @@ ;; Predicate definitions for Renesas M32R. -;; Copyright (C) 2005-2016 Free Software Foundation, Inc. +;; Copyright (C) 2005-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/m32r/t-linux b/gcc/config/m32r/t-linux index 70224d0576b3..561431a86df1 100644 --- a/gcc/config/m32r/t-linux +++ b/gcc/config/m32r/t-linux @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2016 Free Software Foundation, Inc. +# Copyright (C) 2003-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/m32r/t-m32r b/gcc/config/m32r/t-m32r index 16055761b442..30e3a88e8520 100644 --- a/gcc/config/m32r/t-m32r +++ b/gcc/config/m32r/t-m32r @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2016 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/m68k/cf.md b/gcc/config/m68k/cf.md index 14f0dd657511..0ab58047820f 100644 --- a/gcc/config/m68k/cf.md +++ b/gcc/config/m68k/cf.md @@ -1,5 +1,5 @@ ;; ColdFire V1, V2, V3 and V4/V4e DFA description. -;; Copyright (C) 2007-2016 Free Software Foundation, Inc. +;; Copyright (C) 2007-2017 Free Software Foundation, Inc. ;; Contributed by CodeSourcery Inc., www.codesourcery.com ;; ;; This file is part of GCC. diff --git a/gcc/config/m68k/constraints.md b/gcc/config/m68k/constraints.md index b62120895304..fbc1aa10e09c 100644 --- a/gcc/config/m68k/constraints.md +++ b/gcc/config/m68k/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions for m68k -;; Copyright (C) 2007-2016 Free Software Foundation, Inc. +;; Copyright (C) 2007-2017 Free Software Foundation, Inc. ;; This file is part of GCC. diff --git a/gcc/config/m68k/genopt.sh b/gcc/config/m68k/genopt.sh index 71a70596c7a6..72a985c81bd2 100755 --- a/gcc/config/m68k/genopt.sh +++ b/gcc/config/m68k/genopt.sh @@ -1,6 +1,6 @@ #!/bin/sh # Generate m68k-tables.opt from the lists in *.def. -# Copyright (C) 2011-2016 Free Software Foundation, Inc. +# Copyright (C) 2011-2017 Free Software Foundation, Inc. # # This file is part of GCC. # @@ -23,7 +23,7 @@ cat <, , diff --git a/gcc/config/m68k/openbsd.h b/gcc/config/m68k/openbsd.h index b22a23cfa813..e4af480f8b48 100644 --- a/gcc/config/m68k/openbsd.h +++ b/gcc/config/m68k/openbsd.h @@ -1,5 +1,5 @@ /* Configuration file for an m68k OpenBSD target. - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/m68k/predicates.md b/gcc/config/m68k/predicates.md index be32ef60db38..25bb313ff770 100644 --- a/gcc/config/m68k/predicates.md +++ b/gcc/config/m68k/predicates.md @@ -1,5 +1,5 @@ ;; Predicate definitions for Motorola 68000. -;; Copyright (C) 2005-2016 Free Software Foundation, Inc. +;; Copyright (C) 2005-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/m68k/print-sysroot-suffix.sh b/gcc/config/m68k/print-sysroot-suffix.sh index 1f6af3ba1f4a..5efc89a055f0 100644 --- a/gcc/config/m68k/print-sysroot-suffix.sh +++ b/gcc/config/m68k/print-sysroot-suffix.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (C) 2006-2016 Free Software Foundation, Inc. +# Copyright (C) 2006-2017 Free Software Foundation, Inc. # This file is part of GCC. # GCC is free software; you can redistribute it and/or modify diff --git a/gcc/config/m68k/rtemself.h b/gcc/config/m68k/rtemself.h index 73c4f772a889..ee9d7fdf7776 100644 --- a/gcc/config/m68k/rtemself.h +++ b/gcc/config/m68k/rtemself.h @@ -1,6 +1,6 @@ /* Definitions for rtems targeting a Motorola m68k using elf. Copyright (C) 1999, 2000, 2002 National Research Council of Canada. - Copyright (C) 2007-2016 Free Software Foundation, Inc. + Copyright (C) 2007-2017 Free Software Foundation, Inc. Contributed by Charles-Antoine Gauthier (charles.gauthier@nrc.ca). This file is part of GCC. diff --git a/gcc/config/m68k/sync.md b/gcc/config/m68k/sync.md index bc94bbe96b4a..5c05c7edb5f9 100644 --- a/gcc/config/m68k/sync.md +++ b/gcc/config/m68k/sync.md @@ -1,5 +1,5 @@ ;; GCC machine description for m68k synchronization instructions. -;; Copyright (C) 2011-2016 Free Software Foundation, Inc. +;; Copyright (C) 2011-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/m68k/t-linux b/gcc/config/m68k/t-linux index 1343cdb17c28..f47a71f53131 100644 --- a/gcc/config/m68k/t-linux +++ b/gcc/config/m68k/t-linux @@ -1,4 +1,4 @@ -# Copyright (C) 2008-2016 Free Software Foundation, Inc. +# Copyright (C) 2008-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/m68k/t-mlibs b/gcc/config/m68k/t-mlibs index 1639d16fe58d..640410baea78 100644 --- a/gcc/config/m68k/t-mlibs +++ b/gcc/config/m68k/t-mlibs @@ -1,6 +1,6 @@ # multilibs -*- mode:Makefile -*- # -# Copyright (C) 2007-2016 Free Software Foundation, Inc. +# Copyright (C) 2007-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/m68k/t-uclinux b/gcc/config/m68k/t-uclinux index ce6f8ac271ea..9f5c8e86987a 100644 --- a/gcc/config/m68k/t-uclinux +++ b/gcc/config/m68k/t-uclinux @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2016 Free Software Foundation, Inc. +# Copyright (C) 2003-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/m68k/uclinux.h b/gcc/config/m68k/uclinux.h index 6f64aed8ef88..781ecd86a744 100644 --- a/gcc/config/m68k/uclinux.h +++ b/gcc/config/m68k/uclinux.h @@ -2,7 +2,7 @@ using ELF objects with special linker post-processing to produce FLAT executables. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/m68k/uclinux.opt b/gcc/config/m68k/uclinux.opt index a91ae8def640..a6bb86e8e835 100644 --- a/gcc/config/m68k/uclinux.opt +++ b/gcc/config/m68k/uclinux.opt @@ -1,6 +1,6 @@ ; m68k/ColdFire uClinux options. -; Copyright (C) 2011-2016 Free Software Foundation, Inc. +; Copyright (C) 2011-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/mcore/constraints.md b/gcc/config/mcore/constraints.md index a0ee44c8dd0d..f4ebb80e3830 100644 --- a/gcc/config/mcore/constraints.md +++ b/gcc/config/mcore/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions for the Motorola MCore -;; Copyright (C) 2011-2016 Free Software Foundation, Inc. +;; Copyright (C) 2011-2017 Free Software Foundation, Inc. ;; This file is part of GCC. diff --git a/gcc/config/mcore/mcore-elf.h b/gcc/config/mcore/mcore-elf.h index 5af690416e78..9688a48e5c71 100644 --- a/gcc/config/mcore/mcore-elf.h +++ b/gcc/config/mcore/mcore-elf.h @@ -1,5 +1,5 @@ /* Definitions of MCore target. - Copyright (C) 1998-2016 Free Software Foundation, Inc. + Copyright (C) 1998-2017 Free Software Foundation, Inc. Contributed by Cygnus Solutions. This file is part of GCC. diff --git a/gcc/config/mcore/mcore-protos.h b/gcc/config/mcore/mcore-protos.h index abdf02bf7bb1..7719121fbe31 100644 --- a/gcc/config/mcore/mcore-protos.h +++ b/gcc/config/mcore/mcore-protos.h @@ -1,5 +1,5 @@ /* Prototypes for exported functions defined in mcore.c - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. Contributed by Nick Clifton (nickc@redhat.com) This file is part of GCC. diff --git a/gcc/config/mcore/mcore.c b/gcc/config/mcore/mcore.c index f9fb629ceaab..c4b7c4cf94f6 100644 --- a/gcc/config/mcore/mcore.c +++ b/gcc/config/mcore/mcore.c @@ -1,5 +1,5 @@ /* Output routines for Motorola MCore processor - Copyright (C) 1993-2016 Free Software Foundation, Inc. + Copyright (C) 1993-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/mcore/mcore.h b/gcc/config/mcore/mcore.h index 6e0e4a34364a..2f2e803676d9 100644 --- a/gcc/config/mcore/mcore.h +++ b/gcc/config/mcore/mcore.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler, for Motorola M*CORE Processor. - Copyright (C) 1993-2016 Free Software Foundation, Inc. + Copyright (C) 1993-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/mcore/mcore.md b/gcc/config/mcore/mcore.md index 7d64b01a098b..67517f306bfd 100644 --- a/gcc/config/mcore/mcore.md +++ b/gcc/config/mcore/mcore.md @@ -1,5 +1,5 @@ ;; Machine description the Motorola MCore -;; Copyright (C) 1993-2016 Free Software Foundation, Inc. +;; Copyright (C) 1993-2017 Free Software Foundation, Inc. ;; Contributed by Motorola. ;; This file is part of GCC. diff --git a/gcc/config/mcore/mcore.opt b/gcc/config/mcore/mcore.opt index a358c8853103..a85b379ef39d 100644 --- a/gcc/config/mcore/mcore.opt +++ b/gcc/config/mcore/mcore.opt @@ -1,6 +1,6 @@ ; Options for the Motorola MCore port of the compiler. -; Copyright (C) 2005-2016 Free Software Foundation, Inc. +; Copyright (C) 2005-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/mcore/predicates.md b/gcc/config/mcore/predicates.md index 9e73bb9eb32d..be4e7f04aed0 100644 --- a/gcc/config/mcore/predicates.md +++ b/gcc/config/mcore/predicates.md @@ -1,5 +1,5 @@ ;; Predicate definitions for Motorola MCore. -;; Copyright (C) 2005-2016 Free Software Foundation, Inc. +;; Copyright (C) 2005-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/mcore/t-mcore b/gcc/config/mcore/t-mcore index 1888b2b50079..e35489e673a7 100644 --- a/gcc/config/mcore/t-mcore +++ b/gcc/config/mcore/t-mcore @@ -1,4 +1,4 @@ -# Copyright (C) 2000-2016 Free Software Foundation, Inc. +# Copyright (C) 2000-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/microblaze/constraints.md b/gcc/config/microblaze/constraints.md index fea67c695bca..03a0f127e5af 100644 --- a/gcc/config/microblaze/constraints.md +++ b/gcc/config/microblaze/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions for Xilinx MicroBlaze processors. -;; Copyright (C) 2010-2016 Free Software Foundation, Inc. +;; Copyright (C) 2010-2017 Free Software Foundation, Inc. ;; Contributed by Michael Eager . diff --git a/gcc/config/microblaze/linux.h b/gcc/config/microblaze/linux.h index b3bf43a8a84c..41aa89866b0d 100644 --- a/gcc/config/microblaze/linux.h +++ b/gcc/config/microblaze/linux.h @@ -1,5 +1,5 @@ /* Definitions for MicroBlaze running Linux. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/microblaze/microblaze-c.c b/gcc/config/microblaze/microblaze-c.c index 69af960760d5..0c9a6af1bb49 100644 --- a/gcc/config/microblaze/microblaze-c.c +++ b/gcc/config/microblaze/microblaze-c.c @@ -1,5 +1,5 @@ /* Subroutines used for the C front end for Xilinx MicroBlaze. - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Michael Eager . diff --git a/gcc/config/microblaze/microblaze-protos.h b/gcc/config/microblaze/microblaze-protos.h index 1cfaf08c1c6e..6fb3066207e4 100644 --- a/gcc/config/microblaze/microblaze-protos.h +++ b/gcc/config/microblaze/microblaze-protos.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, for Xilinx MicroBlaze. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/microblaze/microblaze.c b/gcc/config/microblaze/microblaze.c index be90796b6ab9..03b70e1dadd5 100644 --- a/gcc/config/microblaze/microblaze.c +++ b/gcc/config/microblaze/microblaze.c @@ -1,5 +1,5 @@ /* Subroutines used for code generation on Xilinx MicroBlaze. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Michael Eager . diff --git a/gcc/config/microblaze/microblaze.h b/gcc/config/microblaze/microblaze.h index 849fab9353f9..527f4d3837bc 100644 --- a/gcc/config/microblaze/microblaze.h +++ b/gcc/config/microblaze/microblaze.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler for Xilinx MicroBlaze. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Michael Eager . diff --git a/gcc/config/microblaze/microblaze.md b/gcc/config/microblaze/microblaze.md index 85776237c1ad..8f83daa0af14 100644 --- a/gcc/config/microblaze/microblaze.md +++ b/gcc/config/microblaze/microblaze.md @@ -1,5 +1,5 @@ ;; microblaze.md -- Machine description for Xilinx MicroBlaze processors. -;; Copyright (C) 2009-2016 Free Software Foundation, Inc. +;; Copyright (C) 2009-2017 Free Software Foundation, Inc. ;; Contributed by Michael Eager . diff --git a/gcc/config/microblaze/microblaze.opt b/gcc/config/microblaze/microblaze.opt index 51734b4ed8fc..8847c3daf83d 100644 --- a/gcc/config/microblaze/microblaze.opt +++ b/gcc/config/microblaze/microblaze.opt @@ -1,6 +1,6 @@ ; Options for the MicroBlaze port of the compiler ; -; Copyright (C) 2009-2016 Free Software Foundation, Inc. +; Copyright (C) 2009-2017 Free Software Foundation, Inc. ; ; Contributed by Michael Eager . ; diff --git a/gcc/config/microblaze/predicates.md b/gcc/config/microblaze/predicates.md index 2dbb5fa8f072..12e2dcaa44f0 100644 --- a/gcc/config/microblaze/predicates.md +++ b/gcc/config/microblaze/predicates.md @@ -1,5 +1,5 @@ ;; Predicate definitions for Xilinx MicroBlaze -;; Copyright (C) 2009-2016 Free Software Foundation, Inc. +;; Copyright (C) 2009-2017 Free Software Foundation, Inc. ;; ;; Contributed by Michael Eager . ;; diff --git a/gcc/config/microblaze/rtems.h b/gcc/config/microblaze/rtems.h index 56f3f7087d51..980d8e72e1ef 100644 --- a/gcc/config/microblaze/rtems.h +++ b/gcc/config/microblaze/rtems.h @@ -1,5 +1,5 @@ /* Definitions for rtems targeting a microblaze using ELF. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/microblaze/sync.md b/gcc/config/microblaze/sync.md index f944fca9c74d..8125bd8d63a2 100644 --- a/gcc/config/microblaze/sync.md +++ b/gcc/config/microblaze/sync.md @@ -1,5 +1,5 @@ ;; Machine description for Xilinx MicroBlaze synchronization instructions. -;; Copyright (C) 2011-2016 Free Software Foundation, Inc. +;; Copyright (C) 2011-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/mips/10000.md b/gcc/config/mips/10000.md index a2d2664c74a9..392cc10060f2 100644 --- a/gcc/config/mips/10000.md +++ b/gcc/config/mips/10000.md @@ -1,5 +1,5 @@ ;; DFA-based pipeline description for the VR1x000. -;; Copyright (C) 2005-2016 Free Software Foundation, Inc. +;; Copyright (C) 2005-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. diff --git a/gcc/config/mips/20kc.md b/gcc/config/mips/20kc.md index 0a3db1fe5cc1..183c3fdf1c3d 100644 --- a/gcc/config/mips/20kc.md +++ b/gcc/config/mips/20kc.md @@ -1,4 +1,4 @@ -;; Copyright (C) 2007-2016 Free Software Foundation, Inc. +;; Copyright (C) 2007-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/mips/24k.md b/gcc/config/mips/24k.md index b4148aef7fad..e68511f30664 100644 --- a/gcc/config/mips/24k.md +++ b/gcc/config/mips/24k.md @@ -8,7 +8,7 @@ ;; References: ;; "MIPS32 24K Processor Core Family Software User's Manual, Rev 3.04." ;; -;; Copyright (C) 2005-2016 Free Software Foundation, Inc. +;; Copyright (C) 2005-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/mips/3000.md b/gcc/config/mips/3000.md index 2bc10087c3ff..6e88662a288b 100644 --- a/gcc/config/mips/3000.md +++ b/gcc/config/mips/3000.md @@ -1,5 +1,5 @@ ;; R3000 and TX39 pipeline description. -;; Copyright (C) 2004-2016 Free Software Foundation, Inc. +;; Copyright (C) 2004-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. diff --git a/gcc/config/mips/4000.md b/gcc/config/mips/4000.md index e1ac02963ab8..69444bc538ca 100644 --- a/gcc/config/mips/4000.md +++ b/gcc/config/mips/4000.md @@ -1,5 +1,5 @@ ;; R4000 pipeline description. -;; Copyright (C) 2004-2016 Free Software Foundation, Inc. +;; Copyright (C) 2004-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. diff --git a/gcc/config/mips/4100.md b/gcc/config/mips/4100.md index ad93a9832bba..16da79ab0a11 100644 --- a/gcc/config/mips/4100.md +++ b/gcc/config/mips/4100.md @@ -1,5 +1,5 @@ ;; VR4100 and VR4120 pipeline description. -;; Copyright (C) 2004-2016 Free Software Foundation, Inc. +;; Copyright (C) 2004-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. diff --git a/gcc/config/mips/4130.md b/gcc/config/mips/4130.md index ce6be200f9c8..df4a3c7d5723 100644 --- a/gcc/config/mips/4130.md +++ b/gcc/config/mips/4130.md @@ -1,4 +1,4 @@ -;; Copyright (C) 2004-2016 Free Software Foundation, Inc. +;; Copyright (C) 2004-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/mips/4300.md b/gcc/config/mips/4300.md index a0708357de43..e1153fa64ce2 100644 --- a/gcc/config/mips/4300.md +++ b/gcc/config/mips/4300.md @@ -1,5 +1,5 @@ ;; VR4300 pipeline description. -;; Copyright (C) 2004-2016 Free Software Foundation, Inc. +;; Copyright (C) 2004-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. diff --git a/gcc/config/mips/4600.md b/gcc/config/mips/4600.md index 1d934b7f125c..d0e8d7c665ef 100644 --- a/gcc/config/mips/4600.md +++ b/gcc/config/mips/4600.md @@ -1,5 +1,5 @@ ;; R4600, R4650, and R4700 pipeline description. -;; Copyright (C) 2004-2016 Free Software Foundation, Inc. +;; Copyright (C) 2004-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. diff --git a/gcc/config/mips/4k.md b/gcc/config/mips/4k.md index 4baa09a8ab25..14c89e129ee5 100644 --- a/gcc/config/mips/4k.md +++ b/gcc/config/mips/4k.md @@ -10,7 +10,7 @@ ;; 4km - pipelined multiplier and block address translator (BAT) ;; 4kp - non-pipelined multiplier and block address translator (BAT) ;; -;; Copyright (C) 2005-2016 Free Software Foundation, Inc. +;; Copyright (C) 2005-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/mips/5000.md b/gcc/config/mips/5000.md index b4f75bf292a5..565f08e1900e 100644 --- a/gcc/config/mips/5000.md +++ b/gcc/config/mips/5000.md @@ -1,5 +1,5 @@ ;; VR5000 pipeline description. -;; Copyright (C) 2004-2016 Free Software Foundation, Inc. +;; Copyright (C) 2004-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. diff --git a/gcc/config/mips/5400.md b/gcc/config/mips/5400.md index 116cbcd64559..87cb9f4286e9 100644 --- a/gcc/config/mips/5400.md +++ b/gcc/config/mips/5400.md @@ -1,4 +1,4 @@ -;; Copyright (C) 2002-2016 Free Software Foundation, Inc. +;; Copyright (C) 2002-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/mips/5500.md b/gcc/config/mips/5500.md index 851d7f742cc9..744503502aff 100644 --- a/gcc/config/mips/5500.md +++ b/gcc/config/mips/5500.md @@ -1,4 +1,4 @@ -;; Copyright (C) 2002-2016 Free Software Foundation, Inc. +;; Copyright (C) 2002-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/mips/5k.md b/gcc/config/mips/5k.md index 352fc05e72cc..1df814db3e2a 100644 --- a/gcc/config/mips/5k.md +++ b/gcc/config/mips/5k.md @@ -10,7 +10,7 @@ ;; 5kf - Separate floating point pipe which can dual-issue with the ;; integer pipe. ;; -;; Copyright (C) 2005-2016 Free Software Foundation, Inc. +;; Copyright (C) 2005-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/mips/6000.md b/gcc/config/mips/6000.md index 551e2b4c0f01..a4eea76259a8 100644 --- a/gcc/config/mips/6000.md +++ b/gcc/config/mips/6000.md @@ -1,5 +1,5 @@ ;; R6000 pipeline description. -;; Copyright (C) 2004-2016 Free Software Foundation, Inc. +;; Copyright (C) 2004-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. diff --git a/gcc/config/mips/7000.md b/gcc/config/mips/7000.md index 37f06e3b23f6..8e07ac8f6491 100644 --- a/gcc/config/mips/7000.md +++ b/gcc/config/mips/7000.md @@ -1,5 +1,5 @@ ;; DFA-based pipeline description for the RM7000. -;; Copyright (C) 2003-2016 Free Software Foundation, Inc. +;; Copyright (C) 2003-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. diff --git a/gcc/config/mips/74k.md b/gcc/config/mips/74k.md index b07d870e8394..2be6ab066d06 100644 --- a/gcc/config/mips/74k.md +++ b/gcc/config/mips/74k.md @@ -5,7 +5,7 @@ ;; "MIPS32 74K Microarchitecure Specification Rev. 01.02 Jun 15, 2006" ;; "MIPS32 74Kf Processor Core Datasheet Jun 2, 2006" ;; -;; Copyright (C) 2007-2016 Free Software Foundation, Inc. +;; Copyright (C) 2007-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/mips/9000.md b/gcc/config/mips/9000.md index cdace4faf842..fb0e900e9cf2 100644 --- a/gcc/config/mips/9000.md +++ b/gcc/config/mips/9000.md @@ -1,5 +1,5 @@ ;; DFA-based pipeline description for the RM9000. -;; Copyright (C) 2003-2016 Free Software Foundation, Inc. +;; Copyright (C) 2003-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. diff --git a/gcc/config/mips/constraints.md b/gcc/config/mips/constraints.md index 4b5619f5fa2f..ca0d0be4e14b 100644 --- a/gcc/config/mips/constraints.md +++ b/gcc/config/mips/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions for MIPS. -;; Copyright (C) 2006-2016 Free Software Foundation, Inc. +;; Copyright (C) 2006-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/mips/driver-native.c b/gcc/config/mips/driver-native.c index 7cc01f009b13..e1261a0bc98d 100644 --- a/gcc/config/mips/driver-native.c +++ b/gcc/config/mips/driver-native.c @@ -1,5 +1,5 @@ /* Subroutines for the gcc driver. - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/mips/elf.h b/gcc/config/mips/elf.h index 4094d2a35e56..2c1fbe8c88c9 100644 --- a/gcc/config/mips/elf.h +++ b/gcc/config/mips/elf.h @@ -1,5 +1,5 @@ /* Target macros for mips*-elf targets. - Copyright (C) 1994-2016 Free Software Foundation, Inc. + Copyright (C) 1994-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/mips/elfoabi.h b/gcc/config/mips/elfoabi.h index 334191ec993b..9214710e941b 100644 --- a/gcc/config/mips/elfoabi.h +++ b/gcc/config/mips/elfoabi.h @@ -1,6 +1,6 @@ /* Target macros for mips*-elf targets that selected between o32 and o64 based on the target architecture. - Copyright (C) 1994-2016 Free Software Foundation, Inc. + Copyright (C) 1994-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/mips/elforion.h b/gcc/config/mips/elforion.h index 154652b0e898..e05a6c615963 100644 --- a/gcc/config/mips/elforion.h +++ b/gcc/config/mips/elforion.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler. MIPS ORION version. - Copyright (C) 1994-2016 Free Software Foundation, Inc. + Copyright (C) 1994-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/mips/frame-header-opt.c b/gcc/config/mips/frame-header-opt.c index cc51577751b7..7e42dca3832d 100644 --- a/gcc/config/mips/frame-header-opt.c +++ b/gcc/config/mips/frame-header-opt.c @@ -4,7 +4,7 @@ targets, if a frame header is required, it is allocated by the callee. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/mips/generic.md b/gcc/config/mips/generic.md index b25613127acb..f5c95a5008e0 100644 --- a/gcc/config/mips/generic.md +++ b/gcc/config/mips/generic.md @@ -1,5 +1,5 @@ ;; Generic DFA-based pipeline description for MIPS targets -;; Copyright (C) 2004-2016 Free Software Foundation, Inc. +;; Copyright (C) 2004-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. diff --git a/gcc/config/mips/genopt.sh b/gcc/config/mips/genopt.sh index e11c5cfe0f0a..96754dd83bb3 100755 --- a/gcc/config/mips/genopt.sh +++ b/gcc/config/mips/genopt.sh @@ -1,6 +1,6 @@ #!/bin/sh # Generate mips-tables.opt from the list of CPUs in mips-cpus.def. -# Copyright (C) 2011-2016 Free Software Foundation, Inc. +# Copyright (C) 2011-2017 Free Software Foundation, Inc. # # This file is part of GCC. # @@ -22,7 +22,7 @@ cat < This file is part of GCC. diff --git a/gcc/config/mn10300/mn10300-modes.def b/gcc/config/mn10300/mn10300-modes.def index 00f31d9a65de..f823e223f7d0 100644 --- a/gcc/config/mn10300/mn10300-modes.def +++ b/gcc/config/mn10300/mn10300-modes.def @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, for MN10300. - Copyright (C) 2006-2016 Free Software Foundation, Inc. + Copyright (C) 2006-2017 Free Software Foundation, Inc. Contributed by Red Hat Inc. This file is part of GCC. diff --git a/gcc/config/mn10300/mn10300-opts.h b/gcc/config/mn10300/mn10300-opts.h index ac76d082324e..4c212449392c 100644 --- a/gcc/config/mn10300/mn10300-opts.h +++ b/gcc/config/mn10300/mn10300-opts.h @@ -1,5 +1,5 @@ /* Definitions for option handling for Matsushita MN10300 series. - Copyright (C) 1996-2016 Free Software Foundation, Inc. + Copyright (C) 1996-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/mn10300/mn10300-protos.h b/gcc/config/mn10300/mn10300-protos.h index 46f4a1f65ba2..b2a0d3a85ce0 100644 --- a/gcc/config/mn10300/mn10300-protos.h +++ b/gcc/config/mn10300/mn10300-protos.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler. Matsushita MN10300 series - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. Contributed by Jeff Law (law@cygnus.com). This file is part of GCC. diff --git a/gcc/config/mn10300/mn10300.c b/gcc/config/mn10300/mn10300.c index cfc8604f9c83..dae04d31fa6c 100644 --- a/gcc/config/mn10300/mn10300.c +++ b/gcc/config/mn10300/mn10300.c @@ -1,5 +1,5 @@ /* Subroutines for insn-output.c for Matsushita MN10300 series - Copyright (C) 1996-2016 Free Software Foundation, Inc. + Copyright (C) 1996-2017 Free Software Foundation, Inc. Contributed by Jeff Law (law@cygnus.com). This file is part of GCC. diff --git a/gcc/config/mn10300/mn10300.h b/gcc/config/mn10300/mn10300.h index 9fd3d4be38b4..d21c299e8ffc 100644 --- a/gcc/config/mn10300/mn10300.h +++ b/gcc/config/mn10300/mn10300.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler. Matsushita MN10300 series - Copyright (C) 1996-2016 Free Software Foundation, Inc. + Copyright (C) 1996-2017 Free Software Foundation, Inc. Contributed by Jeff Law (law@cygnus.com). This file is part of GCC. diff --git a/gcc/config/mn10300/mn10300.md b/gcc/config/mn10300/mn10300.md index decda0ea786d..5a77aab2d537 100644 --- a/gcc/config/mn10300/mn10300.md +++ b/gcc/config/mn10300/mn10300.md @@ -1,5 +1,5 @@ ;; GCC machine description for Matsushita MN10300 -;; Copyright (C) 1996-2016 Free Software Foundation, Inc. +;; Copyright (C) 1996-2017 Free Software Foundation, Inc. ;; Contributed by Jeff Law (law@cygnus.com). ;; This file is part of GCC. diff --git a/gcc/config/mn10300/mn10300.opt b/gcc/config/mn10300/mn10300.opt index 8a5772505227..a71e3c4049cb 100644 --- a/gcc/config/mn10300/mn10300.opt +++ b/gcc/config/mn10300/mn10300.opt @@ -1,6 +1,6 @@ ; Options for the Matsushita MN10300 port of the compiler. -; Copyright (C) 2005-2016 Free Software Foundation, Inc. +; Copyright (C) 2005-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/mn10300/predicates.md b/gcc/config/mn10300/predicates.md index a5b8871d5743..4316205c6fdb 100644 --- a/gcc/config/mn10300/predicates.md +++ b/gcc/config/mn10300/predicates.md @@ -1,5 +1,5 @@ ;; Predicate definitions for Matsushita MN10300. -;; Copyright (C) 2005-2016 Free Software Foundation, Inc. +;; Copyright (C) 2005-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/mn10300/t-mn10300 b/gcc/config/mn10300/t-mn10300 index e16bf373939a..a98f8acca97a 100644 --- a/gcc/config/mn10300/t-mn10300 +++ b/gcc/config/mn10300/t-mn10300 @@ -1,4 +1,4 @@ -# Copyright (C) 1996-2016 Free Software Foundation, Inc. +# Copyright (C) 1996-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/moxie/constraints.md b/gcc/config/moxie/constraints.md index 58c8323db58d..cf20200074cf 100644 --- a/gcc/config/moxie/constraints.md +++ b/gcc/config/moxie/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions for Moxie -;; Copyright (C) 2009-2016 Free Software Foundation, Inc. +;; Copyright (C) 2009-2017 Free Software Foundation, Inc. ;; Contributed by Anthony Green ;; This file is part of GCC. diff --git a/gcc/config/moxie/moxie-protos.h b/gcc/config/moxie/moxie-protos.h index ff5f09784cbb..e76566a13048 100644 --- a/gcc/config/moxie/moxie-protos.h +++ b/gcc/config/moxie/moxie-protos.h @@ -1,5 +1,5 @@ /* Prototypes for moxie.c functions used in the md file & elsewhere. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/moxie/moxie.c b/gcc/config/moxie/moxie.c index 0de591e8d18d..70d6d7e2eaf4 100644 --- a/gcc/config/moxie/moxie.c +++ b/gcc/config/moxie/moxie.c @@ -1,5 +1,5 @@ /* Target Code for moxie - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Anthony Green. This file is part of GCC. diff --git a/gcc/config/moxie/moxie.h b/gcc/config/moxie/moxie.h index 204e23c405b9..41610366f583 100644 --- a/gcc/config/moxie/moxie.h +++ b/gcc/config/moxie/moxie.h @@ -1,5 +1,5 @@ /* Target Definitions for moxie. - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Anthony Green. This file is part of GCC. diff --git a/gcc/config/moxie/moxie.md b/gcc/config/moxie/moxie.md index 49f96c48c558..7f5ff5244eaf 100644 --- a/gcc/config/moxie/moxie.md +++ b/gcc/config/moxie/moxie.md @@ -1,5 +1,5 @@ ;; Machine description for Moxie -;; Copyright (C) 2009-2016 Free Software Foundation, Inc. +;; Copyright (C) 2009-2017 Free Software Foundation, Inc. ;; Contributed by Anthony Green ;; This file is part of GCC. diff --git a/gcc/config/moxie/moxie.opt b/gcc/config/moxie/moxie.opt index 0e371450cc4a..b54fdac5f262 100644 --- a/gcc/config/moxie/moxie.opt +++ b/gcc/config/moxie/moxie.opt @@ -1,6 +1,6 @@ ; Options for the moxie compiler port. -; Copyright (C) 2012-2016 Free Software Foundation, Inc. +; Copyright (C) 2012-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/moxie/moxiebox.h b/gcc/config/moxie/moxiebox.h index 502ffe121e10..9f6caa789858 100644 --- a/gcc/config/moxie/moxiebox.h +++ b/gcc/config/moxie/moxiebox.h @@ -1,5 +1,5 @@ /* Definitions for the moxiebox. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. Contributed by Anthony Green (green@moxielogic.com) This file is part of GCC. diff --git a/gcc/config/moxie/predicates.md b/gcc/config/moxie/predicates.md index d109e8201fb1..98ad039036fb 100644 --- a/gcc/config/moxie/predicates.md +++ b/gcc/config/moxie/predicates.md @@ -1,5 +1,5 @@ ;; Predicate definitions for Moxie -;; Copyright (C) 2009-2016 Free Software Foundation, Inc. +;; Copyright (C) 2009-2017 Free Software Foundation, Inc. ;; Contributed by Anthony Green ;; This file is part of GCC. diff --git a/gcc/config/moxie/rtems.h b/gcc/config/moxie/rtems.h index 3e723e881384..d23061bb6c21 100644 --- a/gcc/config/moxie/rtems.h +++ b/gcc/config/moxie/rtems.h @@ -1,5 +1,5 @@ /* Definitions for rtems targeting the Moxie core. - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Anthony Green (green@moxielogic.com) This file is part of GCC. diff --git a/gcc/config/moxie/t-moxie b/gcc/config/moxie/t-moxie index dc37ea7975aa..934c5ed60b87 100644 --- a/gcc/config/moxie/t-moxie +++ b/gcc/config/moxie/t-moxie @@ -1,5 +1,5 @@ # Target Makefile Fragment for moxie -# Copyright (C) 2008-2016 Free Software Foundation, Inc. +# Copyright (C) 2008-2017 Free Software Foundation, Inc. # Contributed by Anthony Green. # # This file is part of GCC. diff --git a/gcc/config/moxie/uclinux.h b/gcc/config/moxie/uclinux.h index f10d229a5a85..7322c21a4c73 100644 --- a/gcc/config/moxie/uclinux.h +++ b/gcc/config/moxie/uclinux.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2016 Free Software Foundation, Inc. +/* Copyright (C) 2009-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/msp430/constraints.md b/gcc/config/msp430/constraints.md index 7e3e30ff83fc..2911d8058c77 100644 --- a/gcc/config/msp430/constraints.md +++ b/gcc/config/msp430/constraints.md @@ -1,5 +1,5 @@ ;; Machine Description for TI MSP43* processors -;; Copyright (C) 2013-2016 Free Software Foundation, Inc. +;; Copyright (C) 2013-2017 Free Software Foundation, Inc. ;; Contributed by Red Hat. ;; This file is part of GCC. diff --git a/gcc/config/msp430/driver-msp430.c b/gcc/config/msp430/driver-msp430.c index 69b7a73f0288..9ae3f5745c51 100644 --- a/gcc/config/msp430/driver-msp430.c +++ b/gcc/config/msp430/driver-msp430.c @@ -1,5 +1,5 @@ /* Subroutines for the gcc driver. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by Georg-Johann Lay This file is part of GCC. diff --git a/gcc/config/msp430/msp430-c.c b/gcc/config/msp430/msp430-c.c index ea241d4896f2..6ec5b03c6021 100644 --- a/gcc/config/msp430/msp430-c.c +++ b/gcc/config/msp430/msp430-c.c @@ -1,5 +1,5 @@ /* MSP430 C-specific support - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of GCC. diff --git a/gcc/config/msp430/msp430-opts.h b/gcc/config/msp430/msp430-opts.h index 98baee164eb2..f33bd3805eb4 100644 --- a/gcc/config/msp430/msp430-opts.h +++ b/gcc/config/msp430/msp430-opts.h @@ -1,5 +1,5 @@ /* GCC option-handling definitions for the TI MSP430 - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/msp430/msp430-protos.h b/gcc/config/msp430/msp430-protos.h index 862a8919f9b1..790be7e9c16a 100644 --- a/gcc/config/msp430/msp430-protos.h +++ b/gcc/config/msp430/msp430-protos.h @@ -1,5 +1,5 @@ /* Exported function prototypes from the TI MSP430 backend. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Red Hat. This file is part of GCC. diff --git a/gcc/config/msp430/msp430.c b/gcc/config/msp430/msp430.c index fb1978b58bb3..d2a9e6b16a1b 100644 --- a/gcc/config/msp430/msp430.c +++ b/gcc/config/msp430/msp430.c @@ -1,5 +1,5 @@ /* Subroutines used for code generation on TI MSP430 processors. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Red Hat. This file is part of GCC. diff --git a/gcc/config/msp430/msp430.h b/gcc/config/msp430/msp430.h index 41862bd7c762..2bff249e9aed 100644 --- a/gcc/config/msp430/msp430.h +++ b/gcc/config/msp430/msp430.h @@ -1,5 +1,5 @@ /* GCC backend definitions for the TI MSP430 Processor - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Red Hat. This file is part of GCC. diff --git a/gcc/config/msp430/msp430.md b/gcc/config/msp430/msp430.md index 720dd7cc2ef4..571f745f7bc9 100644 --- a/gcc/config/msp430/msp430.md +++ b/gcc/config/msp430/msp430.md @@ -1,5 +1,5 @@ ;; Machine Description for TI MSP43* processors -;; Copyright (C) 2013-2016 Free Software Foundation, Inc. +;; Copyright (C) 2013-2017 Free Software Foundation, Inc. ;; Contributed by Red Hat. ;; This file is part of GCC. diff --git a/gcc/config/msp430/predicates.md b/gcc/config/msp430/predicates.md index 0931bdf53b46..cbf759235851 100644 --- a/gcc/config/msp430/predicates.md +++ b/gcc/config/msp430/predicates.md @@ -1,5 +1,5 @@ ;; Machine Description for TI MSP43* processors -;; Copyright (C) 2013-2016 Free Software Foundation, Inc. +;; Copyright (C) 2013-2017 Free Software Foundation, Inc. ;; Contributed by Red Hat. ;; This file is part of GCC. diff --git a/gcc/config/msp430/t-msp430 b/gcc/config/msp430/t-msp430 index 62cc0b41676c..8e6f19313233 100644 --- a/gcc/config/msp430/t-msp430 +++ b/gcc/config/msp430/t-msp430 @@ -1,5 +1,5 @@ # Makefile fragment for building GCC for the TI MSP430 target. -# Copyright (C) 2012-2016 Free Software Foundation, Inc. +# Copyright (C) 2012-2017 Free Software Foundation, Inc. # Contributed by Red Hat. # # This file is part of GCC. diff --git a/gcc/config/nds32/constants.md b/gcc/config/nds32/constants.md index bea42ee75a9f..e6f4a03a9432 100644 --- a/gcc/config/nds32/constants.md +++ b/gcc/config/nds32/constants.md @@ -1,5 +1,5 @@ ;; Constant defintions of Andes NDS32 cpu for GNU compiler -;; Copyright (C) 2012-2016 Free Software Foundation, Inc. +;; Copyright (C) 2012-2017 Free Software Foundation, Inc. ;; Contributed by Andes Technology Corporation. ;; ;; This file is part of GCC. diff --git a/gcc/config/nds32/constraints.md b/gcc/config/nds32/constraints.md index 1f44a1ada98f..a92269f08e28 100644 --- a/gcc/config/nds32/constraints.md +++ b/gcc/config/nds32/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions of Andes NDS32 cpu for GNU compiler -;; Copyright (C) 2012-2016 Free Software Foundation, Inc. +;; Copyright (C) 2012-2017 Free Software Foundation, Inc. ;; Contributed by Andes Technology Corporation. ;; ;; This file is part of GCC. diff --git a/gcc/config/nds32/iterators.md b/gcc/config/nds32/iterators.md index ab0f10375a53..0a8f5aeb5ce1 100644 --- a/gcc/config/nds32/iterators.md +++ b/gcc/config/nds32/iterators.md @@ -1,6 +1,6 @@ ;; Code and mode itertator and attribute definitions ;; of Andes NDS32 cpu for GNU compiler -;; Copyright (C) 2012-2016 Free Software Foundation, Inc. +;; Copyright (C) 2012-2017 Free Software Foundation, Inc. ;; Contributed by Andes Technology Corporation. ;; ;; This file is part of GCC. diff --git a/gcc/config/nds32/nds32-cost.c b/gcc/config/nds32/nds32-cost.c index a38e3483fa34..5a2ed7ed515d 100644 --- a/gcc/config/nds32/nds32-cost.c +++ b/gcc/config/nds32/nds32-cost.c @@ -1,5 +1,5 @@ /* Subroutines used for calculate rtx costs of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/gcc/config/nds32/nds32-doubleword.md b/gcc/config/nds32/nds32-doubleword.md index 23a9f2592b52..0e54c6f36555 100644 --- a/gcc/config/nds32/nds32-doubleword.md +++ b/gcc/config/nds32/nds32-doubleword.md @@ -1,5 +1,5 @@ ;; DImode/DFmode patterns description of Andes NDS32 cpu for GNU compiler -;; Copyright (C) 2012-2016 Free Software Foundation, Inc. +;; Copyright (C) 2012-2017 Free Software Foundation, Inc. ;; Contributed by Andes Technology Corporation. ;; ;; This file is part of GCC. diff --git a/gcc/config/nds32/nds32-fp-as-gp.c b/gcc/config/nds32/nds32-fp-as-gp.c index f8b2738ced61..6b340b90f725 100644 --- a/gcc/config/nds32/nds32-fp-as-gp.c +++ b/gcc/config/nds32/nds32-fp-as-gp.c @@ -1,5 +1,5 @@ /* The fp-as-gp pass of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/gcc/config/nds32/nds32-intrinsic.c b/gcc/config/nds32/nds32-intrinsic.c index d3428ca2e433..86d2ed180a1f 100644 --- a/gcc/config/nds32/nds32-intrinsic.c +++ b/gcc/config/nds32/nds32-intrinsic.c @@ -1,5 +1,5 @@ /* Intrinsic functions of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/gcc/config/nds32/nds32-intrinsic.md b/gcc/config/nds32/nds32-intrinsic.md index 53876c596c79..5b5eabbb12d1 100644 --- a/gcc/config/nds32/nds32-intrinsic.md +++ b/gcc/config/nds32/nds32-intrinsic.md @@ -1,5 +1,5 @@ ;; Intrinsic patterns description of Andes NDS32 cpu for GNU compiler -;; Copyright (C) 2012-2016 Free Software Foundation, Inc. +;; Copyright (C) 2012-2017 Free Software Foundation, Inc. ;; Contributed by Andes Technology Corporation. ;; ;; This file is part of GCC. diff --git a/gcc/config/nds32/nds32-isr.c b/gcc/config/nds32/nds32-isr.c index 79be27e41c1c..29e94d004c6f 100644 --- a/gcc/config/nds32/nds32-isr.c +++ b/gcc/config/nds32/nds32-isr.c @@ -1,5 +1,5 @@ /* Subroutines used for ISR of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/gcc/config/nds32/nds32-md-auxiliary.c b/gcc/config/nds32/nds32-md-auxiliary.c index c4f3aac3dfcc..70e1ec3db874 100644 --- a/gcc/config/nds32/nds32-md-auxiliary.c +++ b/gcc/config/nds32/nds32-md-auxiliary.c @@ -1,6 +1,6 @@ /* Auxiliary functions for output asm template or expand rtl pattern of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/gcc/config/nds32/nds32-memory-manipulation.c b/gcc/config/nds32/nds32-memory-manipulation.c index 0b0acf757d29..5bc1f9b5396e 100644 --- a/gcc/config/nds32/nds32-memory-manipulation.c +++ b/gcc/config/nds32/nds32-memory-manipulation.c @@ -1,6 +1,6 @@ /* Auxiliary functions for expand movmem, setmem, cmpmem, load_multiple and store_multiple pattern of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/gcc/config/nds32/nds32-modes.def b/gcc/config/nds32/nds32-modes.def index f2d0e6c27609..295a7096704d 100644 --- a/gcc/config/nds32/nds32-modes.def +++ b/gcc/config/nds32/nds32-modes.def @@ -1,5 +1,5 @@ /* Extra machine modes of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/gcc/config/nds32/nds32-multiple.md b/gcc/config/nds32/nds32-multiple.md index babc7f2a230f..79eb9c785083 100644 --- a/gcc/config/nds32/nds32-multiple.md +++ b/gcc/config/nds32/nds32-multiple.md @@ -1,5 +1,5 @@ ;; Load/Store Multiple patterns description of Andes NDS32 cpu for GNU compiler -;; Copyright (C) 2012-2016 Free Software Foundation, Inc. +;; Copyright (C) 2012-2017 Free Software Foundation, Inc. ;; Contributed by Andes Technology Corporation.for NDS32. ;; ;; This file is part of GCC. diff --git a/gcc/config/nds32/nds32-opts.h b/gcc/config/nds32/nds32-opts.h index 25c4081a6680..5aad548b164c 100644 --- a/gcc/config/nds32/nds32-opts.h +++ b/gcc/config/nds32/nds32-opts.h @@ -1,5 +1,5 @@ /* Definitions for option handling of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/gcc/config/nds32/nds32-peephole2.md b/gcc/config/nds32/nds32-peephole2.md index 07e3a2b8c432..68f0688b63b7 100644 --- a/gcc/config/nds32/nds32-peephole2.md +++ b/gcc/config/nds32/nds32-peephole2.md @@ -1,5 +1,5 @@ ;; define_peephole2 optimization patterns of Andes NDS32 cpu for GNU compiler -;; Copyright (C) 2012-2016 Free Software Foundation, Inc. +;; Copyright (C) 2012-2017 Free Software Foundation, Inc. ;; Contributed by Andes Technology Corporation. ;; ;; This file is part of GCC. diff --git a/gcc/config/nds32/nds32-pipelines-auxiliary.c b/gcc/config/nds32/nds32-pipelines-auxiliary.c index a396fffbea4e..c0fd54dbba2f 100644 --- a/gcc/config/nds32/nds32-pipelines-auxiliary.c +++ b/gcc/config/nds32/nds32-pipelines-auxiliary.c @@ -1,6 +1,6 @@ /* Auxiliary functions for pipeline descriptions pattern of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/gcc/config/nds32/nds32-predicates.c b/gcc/config/nds32/nds32-predicates.c index 251219f95ab2..05e3f6998830 100644 --- a/gcc/config/nds32/nds32-predicates.c +++ b/gcc/config/nds32/nds32-predicates.c @@ -1,5 +1,5 @@ /* Predicate functions of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/gcc/config/nds32/nds32-protos.h b/gcc/config/nds32/nds32-protos.h index aef022bfa147..ada1aab647d2 100644 --- a/gcc/config/nds32/nds32-protos.h +++ b/gcc/config/nds32/nds32-protos.h @@ -1,5 +1,5 @@ /* Prototypes for exported functions of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/gcc/config/nds32/nds32.c b/gcc/config/nds32/nds32.c index 6a0e53fc180d..9313712ae98b 100644 --- a/gcc/config/nds32/nds32.c +++ b/gcc/config/nds32/nds32.c @@ -1,5 +1,5 @@ /* Subroutines used for code generation of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/gcc/config/nds32/nds32.h b/gcc/config/nds32/nds32.h index eb4558ce57d7..0228f6269c6b 100644 --- a/gcc/config/nds32/nds32.h +++ b/gcc/config/nds32/nds32.h @@ -1,5 +1,5 @@ /* Definitions of target machine of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/gcc/config/nds32/nds32.md b/gcc/config/nds32/nds32.md index 494a78d91e58..1d1131f7b943 100644 --- a/gcc/config/nds32/nds32.md +++ b/gcc/config/nds32/nds32.md @@ -1,5 +1,5 @@ ;; Machine description of Andes NDS32 cpu for GNU compiler -;; Copyright (C) 2012-2016 Free Software Foundation, Inc. +;; Copyright (C) 2012-2017 Free Software Foundation, Inc. ;; Contributed by Andes Technology Corporation. ;; ;; This file is part of GCC. diff --git a/gcc/config/nds32/nds32.opt b/gcc/config/nds32/nds32.opt index 938136f8a19b..bdff40001a08 100644 --- a/gcc/config/nds32/nds32.opt +++ b/gcc/config/nds32/nds32.opt @@ -1,5 +1,5 @@ ; Options of Andes NDS32 cpu for GNU compiler -; Copyright (C) 2012-2016 Free Software Foundation, Inc. +; Copyright (C) 2012-2017 Free Software Foundation, Inc. ; Contributed by Andes Technology Corporation. ; ; This file is part of GCC. diff --git a/gcc/config/nds32/nds32_intrinsic.h b/gcc/config/nds32/nds32_intrinsic.h index 3e868dc8e02d..c87253e89f0d 100644 --- a/gcc/config/nds32/nds32_intrinsic.h +++ b/gcc/config/nds32/nds32_intrinsic.h @@ -1,5 +1,5 @@ /* Intrinsic definitions of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/gcc/config/nds32/pipelines.md b/gcc/config/nds32/pipelines.md index f7e2fa8cf411..71a7957d85bf 100644 --- a/gcc/config/nds32/pipelines.md +++ b/gcc/config/nds32/pipelines.md @@ -1,5 +1,5 @@ ;; Pipeline descriptions of Andes NDS32 cpu for GNU compiler -;; Copyright (C) 2012-2016 Free Software Foundation, Inc. +;; Copyright (C) 2012-2017 Free Software Foundation, Inc. ;; Contributed by Andes Technology Corporation. ;; ;; This file is part of GCC. diff --git a/gcc/config/nds32/predicates.md b/gcc/config/nds32/predicates.md index 05a039d2390d..eb2554d68e48 100644 --- a/gcc/config/nds32/predicates.md +++ b/gcc/config/nds32/predicates.md @@ -1,5 +1,5 @@ ;; Predicate definitions of Andes NDS32 cpu for GNU compiler -;; Copyright (C) 2012-2016 Free Software Foundation, Inc. +;; Copyright (C) 2012-2017 Free Software Foundation, Inc. ;; Contributed by Andes Technology Corporation. ;; ;; This file is part of GCC. diff --git a/gcc/config/nds32/t-mlibs b/gcc/config/nds32/t-mlibs index 5cb13f7a4948..0a38261e58c9 100644 --- a/gcc/config/nds32/t-mlibs +++ b/gcc/config/nds32/t-mlibs @@ -1,5 +1,5 @@ # The multilib settings of Andes NDS32 cpu for GNU compiler -# Copyright (C) 2012-2016 Free Software Foundation, Inc. +# Copyright (C) 2012-2017 Free Software Foundation, Inc. # Contributed by Andes Technology Corporation. # # This file is part of GCC. diff --git a/gcc/config/nds32/t-nds32 b/gcc/config/nds32/t-nds32 index cf3aea670187..cc19a0fb06b4 100644 --- a/gcc/config/nds32/t-nds32 +++ b/gcc/config/nds32/t-nds32 @@ -1,5 +1,5 @@ # General rules that all nds32/ targets must have. -# Copyright (C) 2012-2016 Free Software Foundation, Inc. +# Copyright (C) 2012-2017 Free Software Foundation, Inc. # Contributed by Andes Technology Corporation. # # This file is part of GCC. diff --git a/gcc/config/netbsd-elf.h b/gcc/config/netbsd-elf.h index 7182da9bf005..123b8c2c9fcd 100644 --- a/gcc/config/netbsd-elf.h +++ b/gcc/config/netbsd-elf.h @@ -1,5 +1,5 @@ /* Common configuration file for NetBSD ELF targets. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Wasabi Systems, Inc. This file is part of GCC. diff --git a/gcc/config/netbsd-elf.opt b/gcc/config/netbsd-elf.opt index c90f4a2f521d..286627d98a39 100644 --- a/gcc/config/netbsd-elf.opt +++ b/gcc/config/netbsd-elf.opt @@ -1,6 +1,6 @@ ; NetBSD ELF-only options. -; Copyright (C) 2010-2016 Free Software Foundation, Inc. +; Copyright (C) 2010-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/netbsd-stdint.h b/gcc/config/netbsd-stdint.h index b534e79be185..7a127c53a6bd 100644 --- a/gcc/config/netbsd-stdint.h +++ b/gcc/config/netbsd-stdint.h @@ -1,5 +1,5 @@ /* Definitions for types for NetBSD systems. - Copyright (C) 2016 Free Software Foundation, Inc. + Copyright (C) 2016-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/netbsd.h b/gcc/config/netbsd.h index 991cab65520f..18bda9c3dd4b 100644 --- a/gcc/config/netbsd.h +++ b/gcc/config/netbsd.h @@ -1,5 +1,5 @@ /* Base configuration file for all NetBSD targets. - Copyright (C) 1997-2016 Free Software Foundation, Inc. + Copyright (C) 1997-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/netbsd.opt b/gcc/config/netbsd.opt index ee585d26a91a..bb132fa497d2 100644 --- a/gcc/config/netbsd.opt +++ b/gcc/config/netbsd.opt @@ -1,6 +1,6 @@ ; NetBSD options. -; Copyright (C) 2010-2016 Free Software Foundation, Inc. +; Copyright (C) 2010-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/newlib-stdint.h b/gcc/config/newlib-stdint.h index 04ed457ef242..19edcffb0e26 100644 --- a/gcc/config/newlib-stdint.h +++ b/gcc/config/newlib-stdint.h @@ -1,5 +1,5 @@ /* Definitions for types on systems using newlib. - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/nios2/constraints.md b/gcc/config/nios2/constraints.md index 06b5137a2b7c..c6c539265ace 100644 --- a/gcc/config/nios2/constraints.md +++ b/gcc/config/nios2/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions for Altera Nios II. -;; Copyright (C) 2012-2016 Free Software Foundation, Inc. +;; Copyright (C) 2012-2017 Free Software Foundation, Inc. ;; Contributed by Chung-Lin Tang ;; ;; This file is part of GCC. diff --git a/gcc/config/nios2/elf.h b/gcc/config/nios2/elf.h index 314a12a31916..91d7b862b8e8 100644 --- a/gcc/config/nios2/elf.h +++ b/gcc/config/nios2/elf.h @@ -1,5 +1,5 @@ /* Definitions of ELF target support for Altera Nios II. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Jonah Graham (jgraham@altera.com), Will Reece (wreece@altera.com), and Jeff DaSilva (jdasilva@altera.com). Contributed by Mentor Graphics, Inc. diff --git a/gcc/config/nios2/elf.opt b/gcc/config/nios2/elf.opt index 888ebd16a61b..672b2a0065f9 100644 --- a/gcc/config/nios2/elf.opt +++ b/gcc/config/nios2/elf.opt @@ -1,5 +1,5 @@ ; Options for the Altera Nios II port of the compiler. -; Copyright (C) 2012-2016 Free Software Foundation, Inc. +; Copyright (C) 2012-2017 Free Software Foundation, Inc. ; Contributed by Altera and Mentor Graphics, Inc. ; ; This file is part of GCC. diff --git a/gcc/config/nios2/ldstwm.md b/gcc/config/nios2/ldstwm.md index 5fdf42702816..061d3353c123 100644 --- a/gcc/config/nios2/ldstwm.md +++ b/gcc/config/nios2/ldstwm.md @@ -2,7 +2,7 @@ This file was automatically generated using nios2-ldstwm.sml. Please do not edit manually. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. Contributed by Mentor Graphics. This file is part of GCC. diff --git a/gcc/config/nios2/linux.h b/gcc/config/nios2/linux.h index 7b9e59ae96af..5177fa641a4d 100644 --- a/gcc/config/nios2/linux.h +++ b/gcc/config/nios2/linux.h @@ -1,6 +1,6 @@ /* Definitions of target support for Altera Nios II systems running GNU/Linux with ELF format. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Mentor Graphics, Inc. This file is part of GCC. diff --git a/gcc/config/nios2/nios2-ldstwm.sml b/gcc/config/nios2/nios2-ldstwm.sml index f32ebb3c70e7..5aac36ab3111 100644 --- a/gcc/config/nios2/nios2-ldstwm.sml +++ b/gcc/config/nios2/nios2-ldstwm.sml @@ -1,5 +1,5 @@ (* Auto-generate Nios II R2 CDX ldwm/stwm/push.n/pop.n patterns - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. Contributed by Mentor Graphics. This file is part of GCC. @@ -233,7 +233,7 @@ print " This file was automatically generated using nios2-ldstwm.sml.\n" ^ " Please do not edit manually.\n" ^ "\n" ^ - " Copyright (C) 2014-2016 Free Software Foundation, Inc.\n" ^ + " Copyright (C) 2014-2017 Free Software Foundation, Inc.\n" ^ " Contributed by Mentor Graphics.\n" ^ "\n" ^ " This file is part of GCC.\n" ^ diff --git a/gcc/config/nios2/nios2-opts.h b/gcc/config/nios2/nios2-opts.h index c17c091b1463..3eec87008ec6 100644 --- a/gcc/config/nios2/nios2-opts.h +++ b/gcc/config/nios2/nios2-opts.h @@ -1,5 +1,5 @@ /* Definitions for option handling for Nios II. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/nios2/nios2-protos.h b/gcc/config/nios2/nios2-protos.h index 4d837e79ef3d..a660241b70db 100644 --- a/gcc/config/nios2/nios2-protos.h +++ b/gcc/config/nios2/nios2-protos.h @@ -1,5 +1,5 @@ /* Subroutine declarations for Altera Nios II target support. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Jonah Graham (jgraham@altera.com). Contributed by Mentor Graphics, Inc. diff --git a/gcc/config/nios2/nios2.c b/gcc/config/nios2/nios2.c index a6d7d4351d70..c28471f80714 100644 --- a/gcc/config/nios2/nios2.c +++ b/gcc/config/nios2/nios2.c @@ -1,5 +1,5 @@ /* Target machine subroutines for Altera Nios II. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Jonah Graham (jgraham@altera.com), Will Reece (wreece@altera.com), and Jeff DaSilva (jdasilva@altera.com). Contributed by Mentor Graphics, Inc. diff --git a/gcc/config/nios2/nios2.h b/gcc/config/nios2/nios2.h index e539c8f49bc5..19506ba2cb82 100644 --- a/gcc/config/nios2/nios2.h +++ b/gcc/config/nios2/nios2.h @@ -1,5 +1,5 @@ /* Definitions of target machine for Altera Nios II. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Jonah Graham (jgraham@altera.com), Will Reece (wreece@altera.com), and Jeff DaSilva (jdasilva@altera.com). Contributed by Mentor Graphics, Inc. diff --git a/gcc/config/nios2/nios2.md b/gcc/config/nios2/nios2.md index 3c5ba5345e0d..206ebce1c460 100644 --- a/gcc/config/nios2/nios2.md +++ b/gcc/config/nios2/nios2.md @@ -1,5 +1,5 @@ ;; Machine Description for Altera Nios II. -;; Copyright (C) 2012-2016 Free Software Foundation, Inc. +;; Copyright (C) 2012-2017 Free Software Foundation, Inc. ;; Contributed by Jonah Graham (jgraham@altera.com) and ;; Will Reece (wreece@altera.com). ;; Contributed by Mentor Graphics, Inc. diff --git a/gcc/config/nios2/nios2.opt b/gcc/config/nios2/nios2.opt index 510ec0acf141..08cb93541ee4 100644 --- a/gcc/config/nios2/nios2.opt +++ b/gcc/config/nios2/nios2.opt @@ -1,5 +1,5 @@ ; Options for the Altera Nios II port of the compiler. -; Copyright (C) 2012-2016 Free Software Foundation, Inc. +; Copyright (C) 2012-2017 Free Software Foundation, Inc. ; Contributed by Altera and Mentor Graphics, Inc. ; ; This file is part of GCC. diff --git a/gcc/config/nios2/predicates.md b/gcc/config/nios2/predicates.md index bfbfb3912908..e35a37e59688 100644 --- a/gcc/config/nios2/predicates.md +++ b/gcc/config/nios2/predicates.md @@ -1,5 +1,5 @@ ;; Predicate definitions for Altera Nios II. -;; Copyright (C) 2012-2016 Free Software Foundation, Inc. +;; Copyright (C) 2012-2017 Free Software Foundation, Inc. ;; Contributed by Chung-Lin Tang ;; ;; This file is part of GCC. diff --git a/gcc/config/nios2/rtems.h b/gcc/config/nios2/rtems.h index 0772260aecc3..4e7721757218 100644 --- a/gcc/config/nios2/rtems.h +++ b/gcc/config/nios2/rtems.h @@ -1,5 +1,5 @@ /* Definitions for rtems targeting a NIOS2 using ELF. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Chris Johns (chrisj@rtems.org). diff --git a/gcc/config/nios2/sync.md b/gcc/config/nios2/sync.md index 04ae31f5bdde..0d12155126d4 100644 --- a/gcc/config/nios2/sync.md +++ b/gcc/config/nios2/sync.md @@ -1,5 +1,5 @@ ;; Machine Description for Altera Nios II synchronization primitives. -;; Copyright (C) 2014-2016 Free Software Foundation, Inc. +;; Copyright (C) 2014-2017 Free Software Foundation, Inc. ;; Contributed by Mentor Graphics, Inc. ;; ;; This file is part of GCC. diff --git a/gcc/config/nios2/t-nios2 b/gcc/config/nios2/t-nios2 index 554177a56f19..f5be0044490f 100644 --- a/gcc/config/nios2/t-nios2 +++ b/gcc/config/nios2/t-nios2 @@ -1,5 +1,5 @@ # Target Makefile Fragment for Altera Nios II. -# Copyright (C) 2013-2016 Free Software Foundation, Inc. +# Copyright (C) 2013-2017 Free Software Foundation, Inc. # Contributed by Altera and Mentor Graphics, Inc. # # This file is part of GCC. diff --git a/gcc/config/nvptx/mkoffload.c b/gcc/config/nvptx/mkoffload.c index e99ef3737702..71d371d80bcd 100644 --- a/gcc/config/nvptx/mkoffload.c +++ b/gcc/config/nvptx/mkoffload.c @@ -1,6 +1,6 @@ /* Offload image generation tool for PTX. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. Contributed by Nathan Sidwell and Bernd Schmidt . diff --git a/gcc/config/nvptx/nvptx-protos.h b/gcc/config/nvptx/nvptx-protos.h index 331ec0af6bfb..aaea3ba4845a 100644 --- a/gcc/config/nvptx/nvptx-protos.h +++ b/gcc/config/nvptx/nvptx-protos.h @@ -1,5 +1,5 @@ /* Prototypes for exported functions defined in nvptx.c. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. Contributed by Bernd Schmidt This file is part of GCC. diff --git a/gcc/config/nvptx/nvptx.c b/gcc/config/nvptx/nvptx.c index b3f025f4e358..98278d319857 100644 --- a/gcc/config/nvptx/nvptx.c +++ b/gcc/config/nvptx/nvptx.c @@ -1,5 +1,5 @@ /* Target code for NVPTX. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. Contributed by Bernd Schmidt This file is part of GCC. diff --git a/gcc/config/nvptx/nvptx.h b/gcc/config/nvptx/nvptx.h index 1702178eeb97..8338d4eacf4e 100644 --- a/gcc/config/nvptx/nvptx.h +++ b/gcc/config/nvptx/nvptx.h @@ -1,5 +1,5 @@ /* Target Definitions for NVPTX. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. Contributed by Bernd Schmidt This file is part of GCC. diff --git a/gcc/config/nvptx/nvptx.md b/gcc/config/nvptx/nvptx.md index 91d11290860d..50dd42e376e6 100644 --- a/gcc/config/nvptx/nvptx.md +++ b/gcc/config/nvptx/nvptx.md @@ -1,5 +1,5 @@ ;; Machine description for NVPTX. -;; Copyright (C) 2014-2016 Free Software Foundation, Inc. +;; Copyright (C) 2014-2017 Free Software Foundation, Inc. ;; Contributed by Bernd Schmidt ;; ;; This file is part of GCC. diff --git a/gcc/config/nvptx/nvptx.opt b/gcc/config/nvptx/nvptx.opt index cb6194da9dce..80aab5b13a4e 100644 --- a/gcc/config/nvptx/nvptx.opt +++ b/gcc/config/nvptx/nvptx.opt @@ -1,5 +1,5 @@ ; Options for the NVPTX port -; Copyright (C) 2014-2016 Free Software Foundation, Inc. +; Copyright (C) 2014-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/nvptx/offload.h b/gcc/config/nvptx/offload.h index f3fdd294caa2..e010a93301a5 100644 --- a/gcc/config/nvptx/offload.h +++ b/gcc/config/nvptx/offload.h @@ -1,6 +1,6 @@ /* Support for Nvidia PTX offloading. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/openbsd-libpthread.h b/gcc/config/openbsd-libpthread.h index 83993bcbffe2..6b3ac55a3331 100644 --- a/gcc/config/openbsd-libpthread.h +++ b/gcc/config/openbsd-libpthread.h @@ -1,6 +1,6 @@ /* LIB_SPEC appropriate for OpenBSD. Include -lpthread if -pthread is specified on the command line. */ -/* Copyright (C) 2004-2016 Free Software Foundation, Inc. +/* Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/openbsd.h b/gcc/config/openbsd.h index 37ecfc43f940..1048e31f77f5 100644 --- a/gcc/config/openbsd.h +++ b/gcc/config/openbsd.h @@ -1,5 +1,5 @@ /* Base configuration file for all OpenBSD targets. - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/openbsd.opt b/gcc/config/openbsd.opt index ce0604f946a7..3e2e1ba43f98 100644 --- a/gcc/config/openbsd.opt +++ b/gcc/config/openbsd.opt @@ -1,6 +1,6 @@ ; OpenBSD options. -; Copyright (C) 2010-2016 Free Software Foundation, Inc. +; Copyright (C) 2010-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/pa/constraints.md b/gcc/config/pa/constraints.md index cd38e4509a01..7adce17776ff 100644 --- a/gcc/config/pa/constraints.md +++ b/gcc/config/pa/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions for pa -;; Copyright (C) 2007-2016 Free Software Foundation, Inc. +;; Copyright (C) 2007-2017 Free Software Foundation, Inc. ;; This file is part of GCC. diff --git a/gcc/config/pa/elf.h b/gcc/config/pa/elf.h index c091ed43b048..7f0a657f055f 100644 --- a/gcc/config/pa/elf.h +++ b/gcc/config/pa/elf.h @@ -1,5 +1,5 @@ /* Definitions for ELF assembler support. - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/pa/pa-64.h b/gcc/config/pa/pa-64.h index afe001b42287..17f3571c6d5c 100644 --- a/gcc/config/pa/pa-64.h +++ b/gcc/config/pa/pa-64.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler, for HPs using the 64bit runtime model. - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/pa/pa-hpux.h b/gcc/config/pa/pa-hpux.h index ac433c646e10..eddde6240311 100644 --- a/gcc/config/pa/pa-hpux.h +++ b/gcc/config/pa/pa-hpux.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, for HP-UX. - Copyright (C) 1991-2016 Free Software Foundation, Inc. + Copyright (C) 1991-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/pa/pa-hpux.opt b/gcc/config/pa/pa-hpux.opt index cf9feb0d3dec..b8b6eaae176f 100644 --- a/gcc/config/pa/pa-hpux.opt +++ b/gcc/config/pa/pa-hpux.opt @@ -1,6 +1,6 @@ ; Options for the HP PA-RISC port of the compiler. -; Copyright (C) 2005-2016 Free Software Foundation, Inc. +; Copyright (C) 2005-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/pa/pa-hpux10.h b/gcc/config/pa/pa-hpux10.h index ebb21962e96e..f196a7f3c937 100644 --- a/gcc/config/pa/pa-hpux10.h +++ b/gcc/config/pa/pa-hpux10.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, for HP PA-RISC - Copyright (C) 1995-2016 Free Software Foundation, Inc. + Copyright (C) 1995-2017 Free Software Foundation, Inc. Contributed by Tim Moore (moore@defmacro.cs.utah.edu) This file is part of GCC. diff --git a/gcc/config/pa/pa-hpux10.opt b/gcc/config/pa/pa-hpux10.opt index cd26baeabada..35dd9a5720f1 100644 --- a/gcc/config/pa/pa-hpux10.opt +++ b/gcc/config/pa/pa-hpux10.opt @@ -1,6 +1,6 @@ ; Options specific to HP-UX 10. -; Copyright (C) 2011-2016 Free Software Foundation, Inc. +; Copyright (C) 2011-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/pa/pa-hpux1010.h b/gcc/config/pa/pa-hpux1010.h index ebb27c6a410f..7384966955ba 100644 --- a/gcc/config/pa/pa-hpux1010.h +++ b/gcc/config/pa/pa-hpux1010.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, for HP PA-RISC - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/pa/pa-hpux1010.opt b/gcc/config/pa/pa-hpux1010.opt index 38d07a38b246..a1edfe65e85a 100644 --- a/gcc/config/pa/pa-hpux1010.opt +++ b/gcc/config/pa/pa-hpux1010.opt @@ -1,6 +1,6 @@ ; Options for the HP PA-RISC port of the compiler. -; Copyright (C) 2005-2016 Free Software Foundation, Inc. +; Copyright (C) 2005-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/pa/pa-hpux11.h b/gcc/config/pa/pa-hpux11.h index 600b67753163..50786bd64f4b 100644 --- a/gcc/config/pa/pa-hpux11.h +++ b/gcc/config/pa/pa-hpux11.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, for HP PA-RISC - Copyright (C) 1998-2016 Free Software Foundation, Inc. + Copyright (C) 1998-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/pa/pa-hpux1111.h b/gcc/config/pa/pa-hpux1111.h index 7e5bf77f0306..6a91b5113de3 100644 --- a/gcc/config/pa/pa-hpux1111.h +++ b/gcc/config/pa/pa-hpux1111.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, for HP PA-RISC - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/pa/pa-hpux1111.opt b/gcc/config/pa/pa-hpux1111.opt index 05ee5bba61ec..eadef46d7640 100644 --- a/gcc/config/pa/pa-hpux1111.opt +++ b/gcc/config/pa/pa-hpux1111.opt @@ -1,6 +1,6 @@ ; Options for the HP PA-RISC port of the compiler. -; Copyright (C) 2005-2016 Free Software Foundation, Inc. +; Copyright (C) 2005-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/pa/pa-hpux1131.h b/gcc/config/pa/pa-hpux1131.h index c81e711a8381..28df331855d2 100644 --- a/gcc/config/pa/pa-hpux1131.h +++ b/gcc/config/pa/pa-hpux1131.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, for HP PA-RISC - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/pa/pa-hpux1131.opt b/gcc/config/pa/pa-hpux1131.opt index 92717797bc4f..59f460378ca5 100644 --- a/gcc/config/pa/pa-hpux1131.opt +++ b/gcc/config/pa/pa-hpux1131.opt @@ -1,6 +1,6 @@ ; Options for the HP PA-RISC port of the compiler. -; Copyright (C) 2005-2016 Free Software Foundation, Inc. +; Copyright (C) 2005-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/pa/pa-linux.h b/gcc/config/pa/pa-linux.h index f3fd2940e79f..a304c72fdbac 100644 --- a/gcc/config/pa/pa-linux.h +++ b/gcc/config/pa/pa-linux.h @@ -1,5 +1,5 @@ /* Definitions for PA_RISC with ELF format - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/pa/pa-modes.def b/gcc/config/pa/pa-modes.def index 3b0a756e2fa7..bb4026b9ff72 100644 --- a/gcc/config/pa/pa-modes.def +++ b/gcc/config/pa/pa-modes.def @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, for the HP Spectrum. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Michael Tiemann (tiemann@cygnus.com) of Cygnus Support and Tim Moore (moore@defmacro.cs.utah.edu) of the Center for Software Science at the University of Utah. diff --git a/gcc/config/pa/pa-openbsd.h b/gcc/config/pa/pa-openbsd.h index 701840d9ef73..7a8ace1e7908 100644 --- a/gcc/config/pa/pa-openbsd.h +++ b/gcc/config/pa/pa-openbsd.h @@ -1,5 +1,5 @@ /* Definitions for PA_RISC with ELF format - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/pa/pa-opts.h b/gcc/config/pa/pa-opts.h index 44fb9935727a..b5e4dd61e254 100644 --- a/gcc/config/pa/pa-opts.h +++ b/gcc/config/pa/pa-opts.h @@ -1,5 +1,5 @@ /* Definitions for option handling for HP PA. - Copyright (C) 1992-2016 Free Software Foundation, Inc. + Copyright (C) 1992-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/pa/pa-protos.h b/gcc/config/pa/pa-protos.h index a341be673e68..19612999052b 100644 --- a/gcc/config/pa/pa-protos.h +++ b/gcc/config/pa/pa-protos.h @@ -1,5 +1,5 @@ /* Prototypes for pa.c functions used in the md file & elsewhere. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c index 6d18dfe37aea..b0b331175fbc 100644 --- a/gcc/config/pa/pa.c +++ b/gcc/config/pa/pa.c @@ -1,5 +1,5 @@ /* Subroutines for insn-output.c for HPPA. - Copyright (C) 1992-2016 Free Software Foundation, Inc. + Copyright (C) 1992-2017 Free Software Foundation, Inc. Contributed by Tim Moore (moore@cs.utah.edu), based on sparc.c This file is part of GCC. diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h index 77874821314b..65df53e54b08 100644 --- a/gcc/config/pa/pa.h +++ b/gcc/config/pa/pa.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, for the HP Spectrum. - Copyright (C) 1992-2016 Free Software Foundation, Inc. + Copyright (C) 1992-2017 Free Software Foundation, Inc. Contributed by Michael Tiemann (tiemann@cygnus.com) of Cygnus Support and Tim Moore (moore@defmacro.cs.utah.edu) of the Center for Software Science at the University of Utah. diff --git a/gcc/config/pa/pa.md b/gcc/config/pa/pa.md index 6725504fce97..e786d104b1f6 100644 --- a/gcc/config/pa/pa.md +++ b/gcc/config/pa/pa.md @@ -1,5 +1,5 @@ ;;- Machine description for HP PA-RISC architecture for GCC compiler -;; Copyright (C) 1992-2016 Free Software Foundation, Inc. +;; Copyright (C) 1992-2017 Free Software Foundation, Inc. ;; Contributed by the Center for Software Science at the University ;; of Utah. diff --git a/gcc/config/pa/pa.opt b/gcc/config/pa/pa.opt index c15353de353b..d4eb60b16a7a 100644 --- a/gcc/config/pa/pa.opt +++ b/gcc/config/pa/pa.opt @@ -1,6 +1,6 @@ ; Options for the HP PA-RISC port of the compiler. -; Copyright (C) 2005-2016 Free Software Foundation, Inc. +; Copyright (C) 2005-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/pa/pa32-linux.h b/gcc/config/pa/pa32-linux.h index 9c3ec00dcb9c..131f26cfbedb 100644 --- a/gcc/config/pa/pa32-linux.h +++ b/gcc/config/pa/pa32-linux.h @@ -1,5 +1,5 @@ /* Definitions for PA_RISC with ELF-32 format - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/pa/pa32-openbsd.h b/gcc/config/pa/pa32-openbsd.h index b96697e1d0b0..7e86e3e950be 100644 --- a/gcc/config/pa/pa32-openbsd.h +++ b/gcc/config/pa/pa32-openbsd.h @@ -1,5 +1,5 @@ /* Definitions for PA_RISC with ELF-32 format - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/pa/pa32-regs.h b/gcc/config/pa/pa32-regs.h index 19c04fce677c..6d854cf69e37 100644 --- a/gcc/config/pa/pa32-regs.h +++ b/gcc/config/pa/pa32-regs.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2000-2016 Free Software Foundation, Inc. +/* Copyright (C) 2000-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/pa/pa64-hpux.h b/gcc/config/pa/pa64-hpux.h index 8c09ede6104b..8b7a42be3b59 100644 --- a/gcc/config/pa/pa64-hpux.h +++ b/gcc/config/pa/pa64-hpux.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler, for HPs running HPUX using the 64bit runtime model. - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/pa/pa64-hpux.opt b/gcc/config/pa/pa64-hpux.opt index eb720af1366a..4a94c55b8a37 100644 --- a/gcc/config/pa/pa64-hpux.opt +++ b/gcc/config/pa/pa64-hpux.opt @@ -1,6 +1,6 @@ ; Options for the HP PA-RISC port of the compiler. -; Copyright (C) 2005-2016 Free Software Foundation, Inc. +; Copyright (C) 2005-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/pa/pa64-linux.h b/gcc/config/pa/pa64-linux.h index 4bf1f795c5e5..e6f572271180 100644 --- a/gcc/config/pa/pa64-linux.h +++ b/gcc/config/pa/pa64-linux.h @@ -1,5 +1,5 @@ /* Definitions for PA_RISC with ELF format on 64-bit Linux - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/pa/pa64-regs.h b/gcc/config/pa/pa64-regs.h index b3a58a67d0d5..204be57f9484 100644 --- a/gcc/config/pa/pa64-regs.h +++ b/gcc/config/pa/pa64-regs.h @@ -1,5 +1,5 @@ /* Configuration for GCC-compiler for PA-RISC. - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/pa/predicates.md b/gcc/config/pa/predicates.md index 447a04c090b5..75187eeb406a 100644 --- a/gcc/config/pa/predicates.md +++ b/gcc/config/pa/predicates.md @@ -1,5 +1,5 @@ ;; Predicate definitions for HP PA-RISC. -;; Copyright (C) 2005-2016 Free Software Foundation, Inc. +;; Copyright (C) 2005-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/pa/som.h b/gcc/config/pa/som.h index 96145399eee2..6d57b77af399 100644 --- a/gcc/config/pa/som.h +++ b/gcc/config/pa/som.h @@ -1,5 +1,5 @@ /* Definitions for SOM assembler support. - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/pdp11/constraints.md b/gcc/config/pdp11/constraints.md index 781e37f53099..ace7b7b64e5c 100644 --- a/gcc/config/pdp11/constraints.md +++ b/gcc/config/pdp11/constraints.md @@ -1,5 +1,5 @@ ;;- Constraint definitions for the pdp11 for GNU C compiler -;; Copyright (C) 2010-2016 Free Software Foundation, Inc. +;; Copyright (C) 2010-2017 Free Software Foundation, Inc. ;; Contributed by Michael K. Gschwind (mike@vlsivie.tuwien.ac.at). ;; This file is part of GCC. diff --git a/gcc/config/pdp11/pdp11-modes.def b/gcc/config/pdp11/pdp11-modes.def index b42dadcd240c..473ab320b10c 100644 --- a/gcc/config/pdp11/pdp11-modes.def +++ b/gcc/config/pdp11/pdp11-modes.def @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, for the pdp-11 - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Michael K. Gschwind (mike@vlsivie.tuwien.ac.at). This file is part of GCC. diff --git a/gcc/config/pdp11/pdp11-protos.h b/gcc/config/pdp11/pdp11-protos.h index dc934ef4bdcc..b89e1f9624f7 100644 --- a/gcc/config/pdp11/pdp11-protos.h +++ b/gcc/config/pdp11/pdp11-protos.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, for the pdp-11 - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. Contributed by Michael K. Gschwind (mike@vlsivie.tuwien.ac.at). This file is part of GCC. diff --git a/gcc/config/pdp11/pdp11.c b/gcc/config/pdp11/pdp11.c index 8e2de1452ba1..c2ce6e8abe5d 100644 --- a/gcc/config/pdp11/pdp11.c +++ b/gcc/config/pdp11/pdp11.c @@ -1,5 +1,5 @@ /* Subroutines for gcc2 for pdp11. - Copyright (C) 1994-2016 Free Software Foundation, Inc. + Copyright (C) 1994-2017 Free Software Foundation, Inc. Contributed by Michael K. Gschwind (mike@vlsivie.tuwien.ac.at). This file is part of GCC. diff --git a/gcc/config/pdp11/pdp11.h b/gcc/config/pdp11/pdp11.h index e93d59b2da90..474b3ef4f3ec 100644 --- a/gcc/config/pdp11/pdp11.h +++ b/gcc/config/pdp11/pdp11.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, for the pdp-11 - Copyright (C) 1994-2016 Free Software Foundation, Inc. + Copyright (C) 1994-2017 Free Software Foundation, Inc. Contributed by Michael K. Gschwind (mike@vlsivie.tuwien.ac.at). This file is part of GCC. diff --git a/gcc/config/pdp11/pdp11.md b/gcc/config/pdp11/pdp11.md index 3f24b51477f9..ee820f21bba9 100644 --- a/gcc/config/pdp11/pdp11.md +++ b/gcc/config/pdp11/pdp11.md @@ -1,5 +1,5 @@ ;;- Machine description for the pdp11 for GNU C compiler -;; Copyright (C) 1994-2016 Free Software Foundation, Inc. +;; Copyright (C) 1994-2017 Free Software Foundation, Inc. ;; Contributed by Michael K. Gschwind (mike@vlsivie.tuwien.ac.at). ;; This file is part of GCC. diff --git a/gcc/config/pdp11/pdp11.opt b/gcc/config/pdp11/pdp11.opt index 6992003a1132..fc5770f3c247 100644 --- a/gcc/config/pdp11/pdp11.opt +++ b/gcc/config/pdp11/pdp11.opt @@ -1,6 +1,6 @@ ; Options for the PDP11 port of the compiler. -; Copyright (C) 2005-2016 Free Software Foundation, Inc. +; Copyright (C) 2005-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/pdp11/predicates.md b/gcc/config/pdp11/predicates.md index 93199d524259..6ab00ba07c87 100644 --- a/gcc/config/pdp11/predicates.md +++ b/gcc/config/pdp11/predicates.md @@ -1,5 +1,5 @@ ;;- Predicate definitions for the pdp11 for GNU C compiler -;; Copyright (C) 1994-2016 Free Software Foundation, Inc. +;; Copyright (C) 1994-2017 Free Software Foundation, Inc. ;; Contributed by Michael K. Gschwind (mike@vlsivie.tuwien.ac.at). ;; This file is part of GCC. diff --git a/gcc/config/pdp11/t-pdp11 b/gcc/config/pdp11/t-pdp11 index f63657e5da1a..b812a0a1fe49 100644 --- a/gcc/config/pdp11/t-pdp11 +++ b/gcc/config/pdp11/t-pdp11 @@ -1,4 +1,4 @@ -# Copyright (C) 1995-2016 Free Software Foundation, Inc. +# Copyright (C) 1995-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/phoenix.h b/gcc/config/phoenix.h index 9ffb958fc4aa..64728a5e0486 100644 --- a/gcc/config/phoenix.h +++ b/gcc/config/phoenix.h @@ -1,5 +1,5 @@ /* Base configuration file for all Phoenix-RTOS targets. - Copyright (C) 2016 Free Software Foundation, Inc. + Copyright (C) 2016-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/print-sysroot-suffix.sh b/gcc/config/print-sysroot-suffix.sh index f764a8288fad..fba330229320 100644 --- a/gcc/config/print-sysroot-suffix.sh +++ b/gcc/config/print-sysroot-suffix.sh @@ -3,7 +3,7 @@ # Arguments are MULTILIB_OSDIRNAMES, MULTILIB_OPTIONS, MULTILIB_MATCHES, # and MULTILIB_REUSE. -# Copyright (C) 2009-2016 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # This file is part of GCC. diff --git a/gcc/config/rl78/constraints.md b/gcc/config/rl78/constraints.md index f0eb85f5cbf8..de94ba283602 100644 --- a/gcc/config/rl78/constraints.md +++ b/gcc/config/rl78/constraints.md @@ -1,5 +1,5 @@ ;; Machine Description for Renesas RL78 processors -;; Copyright (C) 2011-2016 Free Software Foundation, Inc. +;; Copyright (C) 2011-2017 Free Software Foundation, Inc. ;; Contributed by Red Hat. ;; This file is part of GCC. diff --git a/gcc/config/rl78/predicates.md b/gcc/config/rl78/predicates.md index b01e94ebb44d..580dbb081501 100644 --- a/gcc/config/rl78/predicates.md +++ b/gcc/config/rl78/predicates.md @@ -1,5 +1,5 @@ ;; Machine Description for Renesas RL78 processors -;; Copyright (C) 2011-2016 Free Software Foundation, Inc. +;; Copyright (C) 2011-2017 Free Software Foundation, Inc. ;; Contributed by Red Hat. ;; This file is part of GCC. diff --git a/gcc/config/rl78/rl78-c.c b/gcc/config/rl78/rl78-c.c index 226d728e7ff8..3572ae48c7ef 100644 --- a/gcc/config/rl78/rl78-c.c +++ b/gcc/config/rl78/rl78-c.c @@ -1,5 +1,5 @@ /* RL78 C-specific support - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of GCC. diff --git a/gcc/config/rl78/rl78-expand.md b/gcc/config/rl78/rl78-expand.md index 4fd195865a4b..6da739d8f433 100644 --- a/gcc/config/rl78/rl78-expand.md +++ b/gcc/config/rl78/rl78-expand.md @@ -1,5 +1,5 @@ ;; Machine Description for Renesas RL78 processors -;; Copyright (C) 2011-2016 Free Software Foundation, Inc. +;; Copyright (C) 2011-2017 Free Software Foundation, Inc. ;; Contributed by Red Hat. ;; This file is part of GCC. diff --git a/gcc/config/rl78/rl78-opts.h b/gcc/config/rl78/rl78-opts.h index 9fe1f2b5fefa..689a8c018d39 100644 --- a/gcc/config/rl78/rl78-opts.h +++ b/gcc/config/rl78/rl78-opts.h @@ -1,5 +1,5 @@ /* GCC option-handling definitions for the Renesas RL78 processor. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/rl78/rl78-protos.h b/gcc/config/rl78/rl78-protos.h index c4860df69c4a..ed67a5d31349 100644 --- a/gcc/config/rl78/rl78-protos.h +++ b/gcc/config/rl78/rl78-protos.h @@ -1,5 +1,5 @@ /* Prototypes for Renesas RL78 processors - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Red Hat. This file is part of GCC. diff --git a/gcc/config/rl78/rl78-real.md b/gcc/config/rl78/rl78-real.md index 530b2fe90f9f..e649b8f787ec 100644 --- a/gcc/config/rl78/rl78-real.md +++ b/gcc/config/rl78/rl78-real.md @@ -1,5 +1,5 @@ ;; Machine Description for Renesas RL78 processors -;; Copyright (C) 2011-2016 Free Software Foundation, Inc. +;; Copyright (C) 2011-2017 Free Software Foundation, Inc. ;; Contributed by Red Hat. ;; This file is part of GCC. diff --git a/gcc/config/rl78/rl78-virt.md b/gcc/config/rl78/rl78-virt.md index 8d1b2a8731cb..bf1754251fa3 100644 --- a/gcc/config/rl78/rl78-virt.md +++ b/gcc/config/rl78/rl78-virt.md @@ -1,5 +1,5 @@ ;; Machine Description for Renesas RL78 processors -;; Copyright (C) 2011-2016 Free Software Foundation, Inc. +;; Copyright (C) 2011-2017 Free Software Foundation, Inc. ;; Contributed by Red Hat. ;; This file is part of GCC. diff --git a/gcc/config/rl78/rl78.c b/gcc/config/rl78/rl78.c index b8fe4c97550c..894ac2b95f62 100644 --- a/gcc/config/rl78/rl78.c +++ b/gcc/config/rl78/rl78.c @@ -1,5 +1,5 @@ /* Subroutines used for code generation on Renesas RL78 processors. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Red Hat. This file is part of GCC. diff --git a/gcc/config/rl78/rl78.h b/gcc/config/rl78/rl78.h index ff9e7646a443..b4cd2b46be8f 100644 --- a/gcc/config/rl78/rl78.h +++ b/gcc/config/rl78/rl78.h @@ -1,5 +1,5 @@ /* GCC backend definitions for the Renesas RL78 processor. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Red Hat. This file is part of GCC. diff --git a/gcc/config/rl78/rl78.md b/gcc/config/rl78/rl78.md index 33bd19885375..722d98439b2b 100644 --- a/gcc/config/rl78/rl78.md +++ b/gcc/config/rl78/rl78.md @@ -1,5 +1,5 @@ ;; Machine Description for Renesas RL78 processors -;; Copyright (C) 2011-2016 Free Software Foundation, Inc. +;; Copyright (C) 2011-2017 Free Software Foundation, Inc. ;; Contributed by Red Hat. ;; This file is part of GCC. diff --git a/gcc/config/rl78/rl78.opt b/gcc/config/rl78/rl78.opt index 26db67cb6587..c45950cc12a5 100644 --- a/gcc/config/rl78/rl78.opt +++ b/gcc/config/rl78/rl78.opt @@ -1,5 +1,5 @@ ; Command line options for the Renesas RL78 port of GCC. -; Copyright (C) 2011-2016 Free Software Foundation, Inc. +; Copyright (C) 2011-2017 Free Software Foundation, Inc. ; Contributed by Red Hat. ; ; This file is part of GCC. diff --git a/gcc/config/rl78/t-rl78 b/gcc/config/rl78/t-rl78 index d90cc788b0b5..3314a45ebd39 100644 --- a/gcc/config/rl78/t-rl78 +++ b/gcc/config/rl78/t-rl78 @@ -1,5 +1,5 @@ # Makefile fragment for building GCC for the Renesas RL78 target. -# Copyright (C) 2011-2016 Free Software Foundation, Inc. +# Copyright (C) 2011-2017 Free Software Foundation, Inc. # Contributed by Red Hat. # # This file is part of GCC. diff --git a/gcc/config/rpath.opt b/gcc/config/rpath.opt index e211f559598d..6cbe645a2a60 100644 --- a/gcc/config/rpath.opt +++ b/gcc/config/rpath.opt @@ -1,6 +1,6 @@ ; -rpath option to the driver. -; Copyright (C) 2010-2016 Free Software Foundation, Inc. +; Copyright (C) 2010-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/rs6000/40x.md b/gcc/config/rs6000/40x.md index 98d9ae02ba41..d832a90c4098 100644 --- a/gcc/config/rs6000/40x.md +++ b/gcc/config/rs6000/40x.md @@ -1,5 +1,5 @@ ;; Scheduling description for IBM PowerPC 403 and PowerPC 405 processors. -;; Copyright (C) 2003-2016 Free Software Foundation, Inc. +;; Copyright (C) 2003-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. diff --git a/gcc/config/rs6000/440.md b/gcc/config/rs6000/440.md index c33f4accb00a..80964e8bbac0 100644 --- a/gcc/config/rs6000/440.md +++ b/gcc/config/rs6000/440.md @@ -1,5 +1,5 @@ ;; Scheduling description for IBM PowerPC 440 processor. -;; Copyright (C) 2003-2016 Free Software Foundation, Inc. +;; Copyright (C) 2003-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/rs6000/476.h b/gcc/config/rs6000/476.h index da9eb1f8ac8d..f22e399b6c5f 100644 --- a/gcc/config/rs6000/476.h +++ b/gcc/config/rs6000/476.h @@ -1,5 +1,5 @@ /* Enable IBM PowerPC 476 support. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Peter Bergner (bergner@vnet.ibm.com) This file is part of GCC. diff --git a/gcc/config/rs6000/476.md b/gcc/config/rs6000/476.md index 4cae8fcc9e0b..aefead25adac 100644 --- a/gcc/config/rs6000/476.md +++ b/gcc/config/rs6000/476.md @@ -1,5 +1,5 @@ ;; Scheduling description for IBM PowerPC 476 processor. -;; Copyright (C) 2009-2016 Free Software Foundation, Inc. +;; Copyright (C) 2009-2017 Free Software Foundation, Inc. ;; Contributed by Peter Bergner (bergner@vnet.ibm.com). ;; ;; This file is part of GCC. diff --git a/gcc/config/rs6000/476.opt b/gcc/config/rs6000/476.opt index 52562439e496..c681d2c03a52 100644 --- a/gcc/config/rs6000/476.opt +++ b/gcc/config/rs6000/476.opt @@ -1,6 +1,6 @@ ; IBM PowerPC 476 options. ; -; Copyright (C) 2011-2016 Free Software Foundation, Inc. +; Copyright (C) 2011-2017 Free Software Foundation, Inc. ; Contributed by Peter Bergner (bergner@vnet.ibm.com) ; ; This file is part of GCC. diff --git a/gcc/config/rs6000/601.md b/gcc/config/rs6000/601.md index aa869d86d8a8..792212602298 100644 --- a/gcc/config/rs6000/601.md +++ b/gcc/config/rs6000/601.md @@ -1,5 +1,5 @@ ;; Scheduling description for PowerPC 601 processor. -;; Copyright (C) 2003-2016 Free Software Foundation, Inc. +;; Copyright (C) 2003-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. diff --git a/gcc/config/rs6000/603.md b/gcc/config/rs6000/603.md index 052c1c1c95a9..853746eb9125 100644 --- a/gcc/config/rs6000/603.md +++ b/gcc/config/rs6000/603.md @@ -1,5 +1,5 @@ ;; Scheduling description for PowerPC 603 processor. -;; Copyright (C) 2003-2016 Free Software Foundation, Inc. +;; Copyright (C) 2003-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. diff --git a/gcc/config/rs6000/6xx.md b/gcc/config/rs6000/6xx.md index 3ab80a2b263b..64e5ebb7d6f2 100644 --- a/gcc/config/rs6000/6xx.md +++ b/gcc/config/rs6000/6xx.md @@ -1,6 +1,6 @@ ;; Scheduling description for PowerPC 604, PowerPC 604e, PowerPC 620, ;; and PowerPC 630 processors. -;; Copyright (C) 2003-2016 Free Software Foundation, Inc. +;; Copyright (C) 2003-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. diff --git a/gcc/config/rs6000/7450.md b/gcc/config/rs6000/7450.md index 0ebf6fa0cd58..8617708fd8bd 100644 --- a/gcc/config/rs6000/7450.md +++ b/gcc/config/rs6000/7450.md @@ -1,5 +1,5 @@ ;; Scheduling description for Motorola PowerPC 7450 processor. -;; Copyright (C) 2003-2016 Free Software Foundation, Inc. +;; Copyright (C) 2003-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. diff --git a/gcc/config/rs6000/750cl.h b/gcc/config/rs6000/750cl.h index b19f89c7fb51..b31f05fafd10 100644 --- a/gcc/config/rs6000/750cl.h +++ b/gcc/config/rs6000/750cl.h @@ -1,5 +1,5 @@ /* Enable 750cl paired single support. - Copyright (C) 2007-2016 Free Software Foundation, Inc. + Copyright (C) 2007-2017 Free Software Foundation, Inc. Contributed by Revital Eres (eres@il.ibm.com) This file is part of GCC. diff --git a/gcc/config/rs6000/7xx.md b/gcc/config/rs6000/7xx.md index 70e2eb17f12b..4001bf9405d1 100644 --- a/gcc/config/rs6000/7xx.md +++ b/gcc/config/rs6000/7xx.md @@ -1,5 +1,5 @@ ;; Scheduling description for Motorola PowerPC 750 and PowerPC 7400 processors. -;; Copyright (C) 2003-2016 Free Software Foundation, Inc. +;; Copyright (C) 2003-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. diff --git a/gcc/config/rs6000/8540.md b/gcc/config/rs6000/8540.md index f39f1f675131..fae369de0c34 100644 --- a/gcc/config/rs6000/8540.md +++ b/gcc/config/rs6000/8540.md @@ -1,5 +1,5 @@ ;; Pipeline description for Motorola PowerPC 8540 processor. -;; Copyright (C) 2003-2016 Free Software Foundation, Inc. +;; Copyright (C) 2003-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. diff --git a/gcc/config/rs6000/a2.md b/gcc/config/rs6000/a2.md index e0b800ce61bd..d8dd3268f71d 100644 --- a/gcc/config/rs6000/a2.md +++ b/gcc/config/rs6000/a2.md @@ -1,5 +1,5 @@ ;; Scheduling description for PowerPC A2 processors. -;; Copyright (C) 2009-2016 Free Software Foundation, Inc. +;; Copyright (C) 2009-2017 Free Software Foundation, Inc. ;; Contributed by Ben Elliston (bje@au.ibm.com) ;; This file is part of GCC. diff --git a/gcc/config/rs6000/aix-stdint.h b/gcc/config/rs6000/aix-stdint.h index 21032a8f6e69..77cc699daaf8 100644 --- a/gcc/config/rs6000/aix-stdint.h +++ b/gcc/config/rs6000/aix-stdint.h @@ -1,5 +1,5 @@ /* Definitions for types on systems using AIX. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/rs6000/aix.h b/gcc/config/rs6000/aix.h index f6eb122d45a7..51801a2a3db4 100644 --- a/gcc/config/rs6000/aix.h +++ b/gcc/config/rs6000/aix.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler, for IBM RS/6000 POWER running AIX. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/rs6000/aix43.h b/gcc/config/rs6000/aix43.h index 6b9525001acd..d61956d3b287 100644 --- a/gcc/config/rs6000/aix43.h +++ b/gcc/config/rs6000/aix43.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler, for IBM RS/6000 POWER running AIX version 4.3. - Copyright (C) 1998-2016 Free Software Foundation, Inc. + Copyright (C) 1998-2017 Free Software Foundation, Inc. Contributed by David Edelsohn (edelsohn@gnu.org). This file is part of GCC. diff --git a/gcc/config/rs6000/aix51.h b/gcc/config/rs6000/aix51.h index 3218712cd54a..af7e38e1775e 100644 --- a/gcc/config/rs6000/aix51.h +++ b/gcc/config/rs6000/aix51.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler, for IBM RS/6000 POWER running AIX V5. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. Contributed by David Edelsohn (edelsohn@gnu.org). This file is part of GCC. diff --git a/gcc/config/rs6000/aix52.h b/gcc/config/rs6000/aix52.h index 0e25ff26b4fd..35d2286e5b3d 100644 --- a/gcc/config/rs6000/aix52.h +++ b/gcc/config/rs6000/aix52.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler, for IBM RS/6000 POWER running AIX V5.2. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by David Edelsohn (edelsohn@gnu.org). This file is part of GCC. diff --git a/gcc/config/rs6000/aix53.h b/gcc/config/rs6000/aix53.h index 8ca58823c4c8..a1fbd834d479 100644 --- a/gcc/config/rs6000/aix53.h +++ b/gcc/config/rs6000/aix53.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler, for IBM RS/6000 POWER running AIX V5.3. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by David Edelsohn (edelsohn@gnu.org). This file is part of GCC. diff --git a/gcc/config/rs6000/aix61.h b/gcc/config/rs6000/aix61.h index cddb5b791473..0b6150570876 100644 --- a/gcc/config/rs6000/aix61.h +++ b/gcc/config/rs6000/aix61.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler, for IBM RS/6000 POWER running AIX V6.1. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by David Edelsohn (edelsohn@gnu.org). This file is part of GCC. diff --git a/gcc/config/rs6000/aix64.opt b/gcc/config/rs6000/aix64.opt index 2e8e3895bdd3..ca8d1da6b0e2 100644 --- a/gcc/config/rs6000/aix64.opt +++ b/gcc/config/rs6000/aix64.opt @@ -1,6 +1,6 @@ ; Options for the 64-bit flavor of AIX. ; -; Copyright (C) 2005-2016 Free Software Foundation, Inc. +; Copyright (C) 2005-2017 Free Software Foundation, Inc. ; Contributed by Aldy Hernandez . ; ; This file is part of GCC. diff --git a/gcc/config/rs6000/aix71.h b/gcc/config/rs6000/aix71.h index 4d097fb824bc..4b986d6a818d 100644 --- a/gcc/config/rs6000/aix71.h +++ b/gcc/config/rs6000/aix71.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler, for IBM RS/6000 POWER running AIX V7.1. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by David Edelsohn (edelsohn@gnu.org). This file is part of GCC. diff --git a/gcc/config/rs6000/altivec.h b/gcc/config/rs6000/altivec.h index 2eeeab18d483..73567ff0a9f2 100644 --- a/gcc/config/rs6000/altivec.h +++ b/gcc/config/rs6000/altivec.h @@ -1,5 +1,5 @@ /* PowerPC AltiVec include file. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Aldy Hernandez (aldyh@redhat.com). Rewritten by Paolo Bonzini (bonzini@gnu.org). diff --git a/gcc/config/rs6000/altivec.md b/gcc/config/rs6000/altivec.md index 6c0a5953d7cd..c2063d5d4420 100644 --- a/gcc/config/rs6000/altivec.md +++ b/gcc/config/rs6000/altivec.md @@ -1,5 +1,5 @@ ;; AltiVec patterns. -;; Copyright (C) 2002-2016 Free Software Foundation, Inc. +;; Copyright (C) 2002-2017 Free Software Foundation, Inc. ;; Contributed by Aldy Hernandez (aldy@quesejoda.com) ;; This file is part of GCC. diff --git a/gcc/config/rs6000/biarch64.h b/gcc/config/rs6000/biarch64.h index 31df6db096bb..8a11ca8e17d3 100644 --- a/gcc/config/rs6000/biarch64.h +++ b/gcc/config/rs6000/biarch64.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, for 32/64 bit powerpc. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/rs6000/cell.md b/gcc/config/rs6000/cell.md index 7eee77cd5f1a..a92e82acecf9 100644 --- a/gcc/config/rs6000/cell.md +++ b/gcc/config/rs6000/cell.md @@ -1,5 +1,5 @@ ;; Scheduling description for cell processor. -;; Copyright (C) 2001-2016 Free Software Foundation, Inc. +;; Copyright (C) 2001-2017 Free Software Foundation, Inc. ;; Contributed by Sony Computer Entertainment, Inc., diff --git a/gcc/config/rs6000/constraints.md b/gcc/config/rs6000/constraints.md index 0463c0d57a2d..3165124a26f1 100644 --- a/gcc/config/rs6000/constraints.md +++ b/gcc/config/rs6000/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions for RS6000 -;; Copyright (C) 2006-2016 Free Software Foundation, Inc. +;; Copyright (C) 2006-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/rs6000/crypto.md b/gcc/config/rs6000/crypto.md index 83a26aef365f..5892f8918f2c 100644 --- a/gcc/config/rs6000/crypto.md +++ b/gcc/config/rs6000/crypto.md @@ -1,5 +1,5 @@ ;; Cryptographic instructions added in ISA 2.07 -;; Copyright (C) 2012-2016 Free Software Foundation, Inc. +;; Copyright (C) 2012-2017 Free Software Foundation, Inc. ;; Contributed by Michael Meissner (meissner@linux.vnet.ibm.com) ;; This file is part of GCC. diff --git a/gcc/config/rs6000/darwin.h b/gcc/config/rs6000/darwin.h index baac3e63a68d..397ab1cc3cff 100644 --- a/gcc/config/rs6000/darwin.h +++ b/gcc/config/rs6000/darwin.h @@ -1,5 +1,5 @@ /* Target definitions for PowerPC running Darwin (Mac OS X). - Copyright (C) 1997-2016 Free Software Foundation, Inc. + Copyright (C) 1997-2017 Free Software Foundation, Inc. Contributed by Apple Computer Inc. This file is part of GCC. diff --git a/gcc/config/rs6000/darwin.md b/gcc/config/rs6000/darwin.md index 9fbccd454f68..fde67fd268dc 100644 --- a/gcc/config/rs6000/darwin.md +++ b/gcc/config/rs6000/darwin.md @@ -1,5 +1,5 @@ /* Machine description patterns for PowerPC running Darwin (Mac OS X). - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Apple Computer Inc. This file is part of GCC. diff --git a/gcc/config/rs6000/darwin.opt b/gcc/config/rs6000/darwin.opt index 0508227caa18..aca1c3ee67d1 100644 --- a/gcc/config/rs6000/darwin.opt +++ b/gcc/config/rs6000/darwin.opt @@ -1,6 +1,6 @@ ; Darwin options for PPC port. ; -; Copyright (C) 2005-2016 Free Software Foundation, Inc. +; Copyright (C) 2005-2017 Free Software Foundation, Inc. ; Contributed by Aldy Hernandez . ; ; This file is part of GCC. diff --git a/gcc/config/rs6000/darwin64.h b/gcc/config/rs6000/darwin64.h index 2bcce05ceae1..79d780cd71b1 100644 --- a/gcc/config/rs6000/darwin64.h +++ b/gcc/config/rs6000/darwin64.h @@ -1,5 +1,5 @@ /* Target definitions for PowerPC running Darwin (Mac OS X). - Copyright (C) 2006-2016 Free Software Foundation, Inc. + Copyright (C) 2006-2017 Free Software Foundation, Inc. Contributed by Apple Computer Inc. This file is part of GCC. diff --git a/gcc/config/rs6000/darwin7.h b/gcc/config/rs6000/darwin7.h index 546225b6d2ff..f5e9f8930308 100644 --- a/gcc/config/rs6000/darwin7.h +++ b/gcc/config/rs6000/darwin7.h @@ -1,5 +1,5 @@ /* Target definitions for Darwin 7.x (Mac OS X) systems. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/rs6000/darwin8.h b/gcc/config/rs6000/darwin8.h index f8da90d45cca..bccf998de7ce 100644 --- a/gcc/config/rs6000/darwin8.h +++ b/gcc/config/rs6000/darwin8.h @@ -1,5 +1,5 @@ /* Target definitions for Darwin 8.0 and above (Mac OS X) systems. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/rs6000/default64.h b/gcc/config/rs6000/default64.h index 90b4ee179941..ebce9f25aae3 100644 --- a/gcc/config/rs6000/default64.h +++ b/gcc/config/rs6000/default64.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler, for 64 bit powerpc linux defaulting to -m64. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/rs6000/dfp.md b/gcc/config/rs6000/dfp.md index e52a011e0089..c1c4c99b5287 100644 --- a/gcc/config/rs6000/dfp.md +++ b/gcc/config/rs6000/dfp.md @@ -1,5 +1,5 @@ ;; Decimal Floating Point (DFP) patterns. -;; Copyright (C) 2007-2016 Free Software Foundation, Inc. +;; Copyright (C) 2007-2017 Free Software Foundation, Inc. ;; Contributed by Ben Elliston (bje@au.ibm.com) and Peter Bergner ;; (bergner@vnet.ibm.com). diff --git a/gcc/config/rs6000/driver-rs6000.c b/gcc/config/rs6000/driver-rs6000.c index 1fa99761e3fd..8215abbd6258 100644 --- a/gcc/config/rs6000/driver-rs6000.c +++ b/gcc/config/rs6000/driver-rs6000.c @@ -1,5 +1,5 @@ /* Subroutines for the gcc driver. - Copyright (C) 2007-2016 Free Software Foundation, Inc. + Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/rs6000/e300c2c3.md b/gcc/config/rs6000/e300c2c3.md index e48979979ab6..f014f817d8a1 100644 --- a/gcc/config/rs6000/e300c2c3.md +++ b/gcc/config/rs6000/e300c2c3.md @@ -1,5 +1,5 @@ ;; Pipeline description for Motorola PowerPC e300c3 core. -;; Copyright (C) 2008-2016 Free Software Foundation, Inc. +;; Copyright (C) 2008-2017 Free Software Foundation, Inc. ;; Contributed by Edmar Wienskoski (edmar@freescale.com) ;; ;; This file is part of GCC. diff --git a/gcc/config/rs6000/e500.h b/gcc/config/rs6000/e500.h index 4d5e98bce703..3da9a6ecff23 100644 --- a/gcc/config/rs6000/e500.h +++ b/gcc/config/rs6000/e500.h @@ -1,5 +1,5 @@ /* Enable E500 support. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. This file is part of GCC. GCC is free software; you can redistribute it and/or modify it diff --git a/gcc/config/rs6000/e500mc.md b/gcc/config/rs6000/e500mc.md index d28f9d404228..9878aaacba89 100644 --- a/gcc/config/rs6000/e500mc.md +++ b/gcc/config/rs6000/e500mc.md @@ -1,5 +1,5 @@ ;; Pipeline description for Motorola PowerPC e500mc core. -;; Copyright (C) 2008-2016 Free Software Foundation, Inc. +;; Copyright (C) 2008-2017 Free Software Foundation, Inc. ;; Contributed by Edmar Wienskoski (edmar@freescale.com) ;; ;; This file is part of GCC. diff --git a/gcc/config/rs6000/e500mc64.md b/gcc/config/rs6000/e500mc64.md index 9b9704d0a218..366b4c497918 100644 --- a/gcc/config/rs6000/e500mc64.md +++ b/gcc/config/rs6000/e500mc64.md @@ -1,5 +1,5 @@ ;; Pipeline description for Freescale PowerPC e500mc64 core. -;; Copyright (C) 2009-2016 Free Software Foundation, Inc. +;; Copyright (C) 2009-2017 Free Software Foundation, Inc. ;; Contributed by Edmar Wienskoski (edmar@freescale.com) ;; ;; This file is part of GCC. diff --git a/gcc/config/rs6000/e5500.md b/gcc/config/rs6000/e5500.md index 0167e40b4c7d..d66f8a584212 100644 --- a/gcc/config/rs6000/e5500.md +++ b/gcc/config/rs6000/e5500.md @@ -1,5 +1,5 @@ ;; Pipeline description for Freescale PowerPC e5500 core. -;; Copyright (C) 2012-2016 Free Software Foundation, Inc. +;; Copyright (C) 2012-2017 Free Software Foundation, Inc. ;; Contributed by Edmar Wienskoski (edmar@freescale.com) ;; ;; This file is part of GCC. diff --git a/gcc/config/rs6000/e6500.md b/gcc/config/rs6000/e6500.md index e094192d61db..779aa4f8c45a 100644 --- a/gcc/config/rs6000/e6500.md +++ b/gcc/config/rs6000/e6500.md @@ -1,5 +1,5 @@ ;; Pipeline description for Freescale PowerPC e6500 core. -;; Copyright (C) 2012-2016 Free Software Foundation, Inc. +;; Copyright (C) 2012-2017 Free Software Foundation, Inc. ;; Contributed by Edmar Wienskoski (edmar@freescale.com) ;; ;; This file is part of GCC. diff --git a/gcc/config/rs6000/eabi.h b/gcc/config/rs6000/eabi.h index f515f1273cb2..ae1a73c03d9c 100644 --- a/gcc/config/rs6000/eabi.h +++ b/gcc/config/rs6000/eabi.h @@ -1,6 +1,6 @@ /* Core target definitions for GNU compiler for IBM RS/6000 PowerPC targeted to embedded ELF systems. - Copyright (C) 1995-2016 Free Software Foundation, Inc. + Copyright (C) 1995-2017 Free Software Foundation, Inc. Contributed by Cygnus Support. This file is part of GCC. diff --git a/gcc/config/rs6000/eabialtivec.h b/gcc/config/rs6000/eabialtivec.h index 498603b7b10c..a8fc9f0a8252 100644 --- a/gcc/config/rs6000/eabialtivec.h +++ b/gcc/config/rs6000/eabialtivec.h @@ -1,6 +1,6 @@ /* Core target definitions for GNU compiler for PowerPC targeted systems with AltiVec support. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. Contributed by Aldy Hernandez (aldyh@redhat.com). This file is part of GCC. diff --git a/gcc/config/rs6000/eabisim.h b/gcc/config/rs6000/eabisim.h index d95c7c59b45e..fda50ba14088 100644 --- a/gcc/config/rs6000/eabisim.h +++ b/gcc/config/rs6000/eabisim.h @@ -1,6 +1,6 @@ /* Support for GCC on simulated PowerPC systems targeted to embedded ELF systems. - Copyright (C) 1995-2016 Free Software Foundation, Inc. + Copyright (C) 1995-2017 Free Software Foundation, Inc. Contributed by Cygnus Support. This file is part of GCC. diff --git a/gcc/config/rs6000/eabispe.h b/gcc/config/rs6000/eabispe.h index 6b3b5dfb0239..db8030a791b8 100644 --- a/gcc/config/rs6000/eabispe.h +++ b/gcc/config/rs6000/eabispe.h @@ -1,6 +1,6 @@ /* Core target definitions for GNU compiler for PowerPC embedded targeted systems with SPE support. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Aldy Hernandez (aldyh@redhat.com). This file is part of GCC. diff --git a/gcc/config/rs6000/freebsd.h b/gcc/config/rs6000/freebsd.h index 26941dd6c9cb..5201dd791b5d 100644 --- a/gcc/config/rs6000/freebsd.h +++ b/gcc/config/rs6000/freebsd.h @@ -1,5 +1,5 @@ /* Definitions for PowerPC running FreeBSD using the ELF format - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. Contributed by David E. O'Brien and BSDi. This file is part of GCC. diff --git a/gcc/config/rs6000/freebsd64.h b/gcc/config/rs6000/freebsd64.h index 3038c43b25fa..8f4bb615fed8 100644 --- a/gcc/config/rs6000/freebsd64.h +++ b/gcc/config/rs6000/freebsd64.h @@ -1,5 +1,5 @@ /* Definitions for 64-bit PowerPC running FreeBSD using the ELF format - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/rs6000/genopt.sh b/gcc/config/rs6000/genopt.sh index 42bbd0e5bda1..1e0a79eb90f9 100755 --- a/gcc/config/rs6000/genopt.sh +++ b/gcc/config/rs6000/genopt.sh @@ -1,6 +1,6 @@ #!/bin/sh # Generate rs6000-tables.opt from the list of CPUs in rs6000-cpus.def. -# Copyright (C) 2011-2016 Free Software Foundation, Inc. +# Copyright (C) 2011-2017 Free Software Foundation, Inc. # # This file is part of GCC. # @@ -22,7 +22,7 @@ cat <. ;; This file is part of GCC. diff --git a/gcc/config/rs6000/htmintrin.h b/gcc/config/rs6000/htmintrin.h index 717664140d76..55d5a661811f 100644 --- a/gcc/config/rs6000/htmintrin.h +++ b/gcc/config/rs6000/htmintrin.h @@ -1,5 +1,5 @@ /* Hardware Transactional Memory (HTM) intrinsics. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. Contributed by Peter Bergner . This file is free software; you can redistribute it and/or modify it under diff --git a/gcc/config/rs6000/htmxlintrin.h b/gcc/config/rs6000/htmxlintrin.h index 5431c90930d8..d6fc583b4829 100644 --- a/gcc/config/rs6000/htmxlintrin.h +++ b/gcc/config/rs6000/htmxlintrin.h @@ -1,5 +1,5 @@ /* XL compiler Hardware Transactional Memory (HTM) execution intrinsics. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. Contributed by Peter Bergner . This file is free software; you can redistribute it and/or modify it under diff --git a/gcc/config/rs6000/linux.h b/gcc/config/rs6000/linux.h index ac9296d79ec8..684afd6c1901 100644 --- a/gcc/config/rs6000/linux.h +++ b/gcc/config/rs6000/linux.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler, for PowerPC machines running Linux. - Copyright (C) 1996-2016 Free Software Foundation, Inc. + Copyright (C) 1996-2017 Free Software Foundation, Inc. Contributed by Michael Meissner (meissner@cygnus.com). This file is part of GCC. diff --git a/gcc/config/rs6000/linux64.h b/gcc/config/rs6000/linux64.h index 0101ec0ac698..da0e5759826b 100644 --- a/gcc/config/rs6000/linux64.h +++ b/gcc/config/rs6000/linux64.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler, for 64 bit PowerPC linux. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/rs6000/linux64.opt b/gcc/config/rs6000/linux64.opt index 045d442122f7..b0ca976fe184 100644 --- a/gcc/config/rs6000/linux64.opt +++ b/gcc/config/rs6000/linux64.opt @@ -1,6 +1,6 @@ ; Options for 64-bit PowerPC Linux. ; -; Copyright (C) 2005-2016 Free Software Foundation, Inc. +; Copyright (C) 2005-2017 Free Software Foundation, Inc. ; Contributed by Aldy Hernandez . ; ; This file is part of GCC. diff --git a/gcc/config/rs6000/linuxaltivec.h b/gcc/config/rs6000/linuxaltivec.h index 9409f33e51ca..fddb18d8e229 100644 --- a/gcc/config/rs6000/linuxaltivec.h +++ b/gcc/config/rs6000/linuxaltivec.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler, for AltiVec enhanced PowerPC machines running GNU/Linux. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. Contributed by Aldy Hernandez (aldyh@redhat.com). This file is part of GCC. diff --git a/gcc/config/rs6000/linuxspe.h b/gcc/config/rs6000/linuxspe.h index 35623cd29d63..92efabfe664a 100644 --- a/gcc/config/rs6000/linuxspe.h +++ b/gcc/config/rs6000/linuxspe.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler, for PowerPC e500 machines running GNU/Linux. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Aldy Hernandez (aldy@quesejoda.com). This file is part of GCC. diff --git a/gcc/config/rs6000/lynx.h b/gcc/config/rs6000/lynx.h index d9cff7cd3d2a..2f9356f969d2 100644 --- a/gcc/config/rs6000/lynx.h +++ b/gcc/config/rs6000/lynx.h @@ -1,5 +1,5 @@ /* Definitions for Rs6000 running LynxOS. - Copyright (C) 1995-2016 Free Software Foundation, Inc. + Copyright (C) 1995-2017 Free Software Foundation, Inc. Contributed by David Henkel-Wallace, Cygnus Support (gumby@cygnus.com) Rewritten by Adam Nemet, LynuxWorks Inc. diff --git a/gcc/config/rs6000/mpc.md b/gcc/config/rs6000/mpc.md index 42cb11a5980e..d302b73a0ea8 100644 --- a/gcc/config/rs6000/mpc.md +++ b/gcc/config/rs6000/mpc.md @@ -1,5 +1,5 @@ ;; Scheduling description for Motorola PowerPC processor cores. -;; Copyright (C) 2003-2016 Free Software Foundation, Inc. +;; Copyright (C) 2003-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/rs6000/netbsd.h b/gcc/config/rs6000/netbsd.h index 0ca35d3ae428..3eb8baa5ffdf 100644 --- a/gcc/config/rs6000/netbsd.h +++ b/gcc/config/rs6000/netbsd.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler, for PowerPC NetBSD systems. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Wasabi Systems, Inc. This file is part of GCC. diff --git a/gcc/config/rs6000/option-defaults.h b/gcc/config/rs6000/option-defaults.h index 0c15a0fec85f..09ddc36a16d0 100644 --- a/gcc/config/rs6000/option-defaults.h +++ b/gcc/config/rs6000/option-defaults.h @@ -1,5 +1,5 @@ /* Definitions of default options for config/rs6000 configurations. - Copyright (C) 1992-2016 Free Software Foundation, Inc. + Copyright (C) 1992-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/rs6000/paired.h b/gcc/config/rs6000/paired.h index be7964fc34af..e51162bf8e20 100644 --- a/gcc/config/rs6000/paired.h +++ b/gcc/config/rs6000/paired.h @@ -1,5 +1,5 @@ /* PowerPC 750CL user include file. - Copyright (C) 2007-2016 Free Software Foundation, Inc. + Copyright (C) 2007-2017 Free Software Foundation, Inc. Contributed by Revital Eres (eres@il.ibm.com). This file is part of GCC. diff --git a/gcc/config/rs6000/paired.md b/gcc/config/rs6000/paired.md index 224081b83c35..09123eec8871 100644 --- a/gcc/config/rs6000/paired.md +++ b/gcc/config/rs6000/paired.md @@ -1,5 +1,5 @@ ;; PowerPC paired single and double hummer description -;; Copyright (C) 2007-2016 Free Software Foundation, Inc. +;; Copyright (C) 2007-2017 Free Software Foundation, Inc. ;; Contributed by David Edelsohn and Revital Eres ;; diff --git a/gcc/config/rs6000/power4.md b/gcc/config/rs6000/power4.md index 84ac439fe97e..962e1699376d 100644 --- a/gcc/config/rs6000/power4.md +++ b/gcc/config/rs6000/power4.md @@ -1,5 +1,5 @@ ;; Scheduling description for IBM Power4 and PowerPC 970 processors. -;; Copyright (C) 2003-2016 Free Software Foundation, Inc. +;; Copyright (C) 2003-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/rs6000/power5.md b/gcc/config/rs6000/power5.md index b00d5ead1434..6c3ed7fe5814 100644 --- a/gcc/config/rs6000/power5.md +++ b/gcc/config/rs6000/power5.md @@ -1,5 +1,5 @@ ;; Scheduling description for IBM POWER5 processor. -;; Copyright (C) 2003-2016 Free Software Foundation, Inc. +;; Copyright (C) 2003-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/rs6000/power6.md b/gcc/config/rs6000/power6.md index a94052417e90..eb53246a40ee 100644 --- a/gcc/config/rs6000/power6.md +++ b/gcc/config/rs6000/power6.md @@ -1,5 +1,5 @@ ;; Scheduling description for IBM POWER6 processor. -;; Copyright (C) 2006-2016 Free Software Foundation, Inc. +;; Copyright (C) 2006-2017 Free Software Foundation, Inc. ;; Contributed by Peter Steinmetz (steinmtz@us.ibm.com) ;; ;; This file is part of GCC. diff --git a/gcc/config/rs6000/power7.md b/gcc/config/rs6000/power7.md index 91ebbf97f9d3..723a7950bb35 100644 --- a/gcc/config/rs6000/power7.md +++ b/gcc/config/rs6000/power7.md @@ -1,5 +1,5 @@ ;; Scheduling description for IBM POWER7 processor. -;; Copyright (C) 2009-2016 Free Software Foundation, Inc. +;; Copyright (C) 2009-2017 Free Software Foundation, Inc. ;; ;; Contributed by Pat Haugen (pthaugen@us.ibm.com). diff --git a/gcc/config/rs6000/power8.md b/gcc/config/rs6000/power8.md index 4bb323ff435f..21ebab45d746 100644 --- a/gcc/config/rs6000/power8.md +++ b/gcc/config/rs6000/power8.md @@ -1,5 +1,5 @@ ;; Scheduling description for IBM POWER8 processor. -;; Copyright (C) 2013-2016 Free Software Foundation, Inc. +;; Copyright (C) 2013-2017 Free Software Foundation, Inc. ;; ;; Contributed by Pat Haugen (pthaugen@us.ibm.com). diff --git a/gcc/config/rs6000/power9.md b/gcc/config/rs6000/power9.md index 015b5ba58b4c..d5b3f74b0a84 100644 --- a/gcc/config/rs6000/power9.md +++ b/gcc/config/rs6000/power9.md @@ -1,5 +1,5 @@ ;; Scheduling description for IBM POWER9 processor. -;; Copyright (C) 2016 Free Software Foundation, Inc. +;; Copyright (C) 2016-2017 Free Software Foundation, Inc. ;; ;; Contributed by Pat Haugen (pthaugen@us.ibm.com). diff --git a/gcc/config/rs6000/ppc-asm.h b/gcc/config/rs6000/ppc-asm.h index 1234db65f8d7..33925e558b03 100644 --- a/gcc/config/rs6000/ppc-asm.h +++ b/gcc/config/rs6000/ppc-asm.h @@ -1,6 +1,6 @@ /* PowerPC asm definitions for GNU C. -Copyright (C) 2002-2016 Free Software Foundation, Inc. +Copyright (C) 2002-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/rs6000/ppc-auxv.h b/gcc/config/rs6000/ppc-auxv.h index 590fdb8a298c..c7e2e0bfbf2c 100644 --- a/gcc/config/rs6000/ppc-auxv.h +++ b/gcc/config/rs6000/ppc-auxv.h @@ -1,7 +1,7 @@ /* PowerPC support for accessing the AUXV AT_PLATFORM, AT_HWCAP and AT_HWCAP2 values from the Thread Control Block (TCB). - Copyright (C) 2016 Free Software Foundation, Inc. + Copyright (C) 2016-2017 Free Software Foundation, Inc. Contributed by Peter Bergner . This file is part of GCC. diff --git a/gcc/config/rs6000/ppu_intrinsics.h b/gcc/config/rs6000/ppu_intrinsics.h index 65f74574754c..d5ddbe6e1efa 100644 --- a/gcc/config/rs6000/ppu_intrinsics.h +++ b/gcc/config/rs6000/ppu_intrinsics.h @@ -1,5 +1,5 @@ /* PPU intrinsics as defined by the C/C++ Language extension for Cell BEA. - Copyright (C) 2007-2016 Free Software Foundation, Inc. + Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/gcc/config/rs6000/predicates.md b/gcc/config/rs6000/predicates.md index 8caf710adc04..f79982f9029f 100644 --- a/gcc/config/rs6000/predicates.md +++ b/gcc/config/rs6000/predicates.md @@ -1,5 +1,5 @@ ;; Predicate definitions for POWER and PowerPC. -;; Copyright (C) 2005-2016 Free Software Foundation, Inc. +;; Copyright (C) 2005-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/rs6000/rs6000-builtin.def b/gcc/config/rs6000/rs6000-builtin.def index f29b226b9ab2..2329c1f39692 100644 --- a/gcc/config/rs6000/rs6000-builtin.def +++ b/gcc/config/rs6000/rs6000-builtin.def @@ -1,5 +1,5 @@ /* Builtin functions for rs6000/powerpc. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Michael Meissner (meissner@linux.vnet.ibm.com) This file is part of GCC. diff --git a/gcc/config/rs6000/rs6000-c.c b/gcc/config/rs6000/rs6000-c.c index 57cac7bdc051..0ab25ec5b759 100644 --- a/gcc/config/rs6000/rs6000-c.c +++ b/gcc/config/rs6000/rs6000-c.c @@ -1,5 +1,5 @@ /* Subroutines for the C front end on the PowerPC architecture. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Zack Weinberg and Paolo Bonzini diff --git a/gcc/config/rs6000/rs6000-cpus.def b/gcc/config/rs6000/rs6000-cpus.def index c86da7a49fc6..aaff84bdeff0 100644 --- a/gcc/config/rs6000/rs6000-cpus.def +++ b/gcc/config/rs6000/rs6000-cpus.def @@ -1,5 +1,5 @@ /* IBM RS/6000 CPU names.. - Copyright (C) 1991-2016 Free Software Foundation, Inc. + Copyright (C) 1991-2017 Free Software Foundation, Inc. Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu) This file is part of GCC. diff --git a/gcc/config/rs6000/rs6000-linux.c b/gcc/config/rs6000/rs6000-linux.c index 9f3bd2d586b5..4a8d9fad6ea2 100644 --- a/gcc/config/rs6000/rs6000-linux.c +++ b/gcc/config/rs6000/rs6000-linux.c @@ -1,5 +1,5 @@ /* Functions for Linux on PowerPC. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/rs6000/rs6000-modes.def b/gcc/config/rs6000/rs6000-modes.def index 075819dd465d..fc66fca7300d 100644 --- a/gcc/config/rs6000/rs6000-modes.def +++ b/gcc/config/rs6000/rs6000-modes.def @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, for IBM RS/6000. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu) This file is part of GCC. diff --git a/gcc/config/rs6000/rs6000-opts.h b/gcc/config/rs6000/rs6000-opts.h index 44e584a746a4..d58b98031d19 100644 --- a/gcc/config/rs6000/rs6000-opts.h +++ b/gcc/config/rs6000/rs6000-opts.h @@ -1,6 +1,6 @@ /* Definitions of target machine needed for option handling for GNU compiler, for IBM RS/6000. - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Michael Meissner (meissner@linux.vnet.ibm.com) This file is part of GCC. diff --git a/gcc/config/rs6000/rs6000-passes.def b/gcc/config/rs6000/rs6000-passes.def index 19e7c330fd03..4383554d00ea 100644 --- a/gcc/config/rs6000/rs6000-passes.def +++ b/gcc/config/rs6000/rs6000-passes.def @@ -1,5 +1,5 @@ /* Description of target passes for rs6000 - Copyright (C) 2016 Free Software Foundation, Inc. + Copyright (C) 2016-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/rs6000/rs6000-protos.h b/gcc/config/rs6000/rs6000-protos.h index 0f24fdd9192c..92e75a05376e 100644 --- a/gcc/config/rs6000/rs6000-protos.h +++ b/gcc/config/rs6000/rs6000-protos.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, for IBM RS/6000. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu) This file is part of GCC. diff --git a/gcc/config/rs6000/rs6000-tables.opt b/gcc/config/rs6000/rs6000-tables.opt index 545875a8de24..cc9e584387d9 100644 --- a/gcc/config/rs6000/rs6000-tables.opt +++ b/gcc/config/rs6000/rs6000-tables.opt @@ -1,7 +1,7 @@ ; -*- buffer-read-only: t -*- ; Generated automatically by genopt.sh from rs6000-cpus.def. -; Copyright (C) 2011-2016 Free Software Foundation, Inc. +; Copyright (C) 2011-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000/rs6000.c index 57e032c31d31..a54ab4809a3c 100644 --- a/gcc/config/rs6000/rs6000.c +++ b/gcc/config/rs6000/rs6000.c @@ -1,5 +1,5 @@ /* Subroutines used for code generation on IBM RS/6000. - Copyright (C) 1991-2016 Free Software Foundation, Inc. + Copyright (C) 1991-2017 Free Software Foundation, Inc. Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu) This file is part of GCC. diff --git a/gcc/config/rs6000/rs6000.h b/gcc/config/rs6000/rs6000.h index fe314bff8cac..4003730d9bd3 100644 --- a/gcc/config/rs6000/rs6000.h +++ b/gcc/config/rs6000/rs6000.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, for IBM RS/6000. - Copyright (C) 1992-2016 Free Software Foundation, Inc. + Copyright (C) 1992-2017 Free Software Foundation, Inc. Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu) This file is part of GCC. diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index b9f75f91f06d..3651fa6bce2b 100644 --- a/gcc/config/rs6000/rs6000.md +++ b/gcc/config/rs6000/rs6000.md @@ -1,5 +1,5 @@ ;; Machine description for IBM RISC System 6000 (POWER) for GNU C compiler -;; Copyright (C) 1990-2016 Free Software Foundation, Inc. +;; Copyright (C) 1990-2017 Free Software Foundation, Inc. ;; Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu) ;; This file is part of GCC. diff --git a/gcc/config/rs6000/rs6000.opt b/gcc/config/rs6000/rs6000.opt index 15cc73aa3676..c806bf77b682 100644 --- a/gcc/config/rs6000/rs6000.opt +++ b/gcc/config/rs6000/rs6000.opt @@ -1,6 +1,6 @@ ; Options for the rs6000 port of the compiler ; -; Copyright (C) 2005-2016 Free Software Foundation, Inc. +; Copyright (C) 2005-2017 Free Software Foundation, Inc. ; Contributed by Aldy Hernandez . ; ; This file is part of GCC. diff --git a/gcc/config/rs6000/rs64.md b/gcc/config/rs6000/rs64.md index e33cb7855956..cdbcab1ddf7d 100644 --- a/gcc/config/rs6000/rs64.md +++ b/gcc/config/rs6000/rs64.md @@ -1,5 +1,5 @@ ;; Scheduling description for IBM RS64 processors. -;; Copyright (C) 2003-2016 Free Software Foundation, Inc. +;; Copyright (C) 2003-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. diff --git a/gcc/config/rs6000/rtems.h b/gcc/config/rs6000/rtems.h index 1f1fec47ee7a..54a36de6eb45 100644 --- a/gcc/config/rs6000/rtems.h +++ b/gcc/config/rs6000/rtems.h @@ -1,5 +1,5 @@ /* Definitions for rtems targeting a PowerPC using elf. - Copyright (C) 1996-2016 Free Software Foundation, Inc. + Copyright (C) 1996-2017 Free Software Foundation, Inc. Contributed by Joel Sherrill (joel@OARcorp.com). This file is part of GCC. diff --git a/gcc/config/rs6000/secureplt.h b/gcc/config/rs6000/secureplt.h index 78322065aa16..2d9d3dfcf579 100644 --- a/gcc/config/rs6000/secureplt.h +++ b/gcc/config/rs6000/secureplt.h @@ -1,5 +1,5 @@ /* Default to -msecure-plt. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/rs6000/si2vmx.h b/gcc/config/rs6000/si2vmx.h index d5cc0086a48f..6b8cca783c74 100644 --- a/gcc/config/rs6000/si2vmx.h +++ b/gcc/config/rs6000/si2vmx.h @@ -1,5 +1,5 @@ /* Cell BEA specific SPU intrinsics to PPU/VMX intrinsics - Copyright (C) 2007-2016 Free Software Foundation, Inc. + Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/gcc/config/rs6000/singlefp.h b/gcc/config/rs6000/singlefp.h index 23756e5c8892..3a5f87ba0fdb 100644 --- a/gcc/config/rs6000/singlefp.h +++ b/gcc/config/rs6000/singlefp.h @@ -1,7 +1,7 @@ /* Definitions for PowerPC single-precision floating point unit such as Xilinx PowerPC 405/440 APU. - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Michael Eager (eager@eagercon.com) This file is part of GCC. diff --git a/gcc/config/rs6000/spe.h b/gcc/config/rs6000/spe.h index c4371e21d0d7..3d556c08ad88 100644 --- a/gcc/config/rs6000/spe.h +++ b/gcc/config/rs6000/spe.h @@ -1,5 +1,5 @@ /* PowerPC E500 user include file. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Aldy Hernandez (aldyh@redhat.com). This file is part of GCC. diff --git a/gcc/config/rs6000/spe.md b/gcc/config/rs6000/spe.md index 4d33210becde..06dce2b2c719 100644 --- a/gcc/config/rs6000/spe.md +++ b/gcc/config/rs6000/spe.md @@ -1,5 +1,5 @@ ;; e500 SPE description -;; Copyright (C) 2002-2016 Free Software Foundation, Inc. +;; Copyright (C) 2002-2017 Free Software Foundation, Inc. ;; Contributed by Aldy Hernandez (aldy@quesejoda.com) ;; This file is part of GCC. diff --git a/gcc/config/rs6000/spu2vmx.h b/gcc/config/rs6000/spu2vmx.h index 477cff1c4e3e..1f4b4ed91bed 100644 --- a/gcc/config/rs6000/spu2vmx.h +++ b/gcc/config/rs6000/spu2vmx.h @@ -1,5 +1,5 @@ /* Cell SPU 2 VMX intrinsics header - Copyright (C) 2007-2016 Free Software Foundation, Inc. + Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/gcc/config/rs6000/sync.md b/gcc/config/rs6000/sync.md index ee6e68d6e97e..160713ac0cf9 100644 --- a/gcc/config/rs6000/sync.md +++ b/gcc/config/rs6000/sync.md @@ -1,5 +1,5 @@ ;; Machine description for PowerPC synchronization instructions. -;; Copyright (C) 2005-2016 Free Software Foundation, Inc. +;; Copyright (C) 2005-2017 Free Software Foundation, Inc. ;; Contributed by Geoffrey Keating. ;; This file is part of GCC. diff --git a/gcc/config/rs6000/sysv4.h b/gcc/config/rs6000/sysv4.h index dbef3780a9d6..a5abeee02e44 100644 --- a/gcc/config/rs6000/sysv4.h +++ b/gcc/config/rs6000/sysv4.h @@ -1,5 +1,5 @@ /* Target definitions for GNU compiler for PowerPC running System V.4 - Copyright (C) 1995-2016 Free Software Foundation, Inc. + Copyright (C) 1995-2017 Free Software Foundation, Inc. Contributed by Cygnus Support. This file is part of GCC. diff --git a/gcc/config/rs6000/sysv4.opt b/gcc/config/rs6000/sysv4.opt index cb5d7eabbeb8..423300b8148f 100644 --- a/gcc/config/rs6000/sysv4.opt +++ b/gcc/config/rs6000/sysv4.opt @@ -1,6 +1,6 @@ ; SYSV4 options for PPC port. ; -; Copyright (C) 2005-2016 Free Software Foundation, Inc. +; Copyright (C) 2005-2017 Free Software Foundation, Inc. ; Contributed by Aldy Hernandez . ; ; This file is part of GCC. diff --git a/gcc/config/rs6000/sysv4le.h b/gcc/config/rs6000/sysv4le.h index 6b19b634c2bb..6aa32fcf019f 100644 --- a/gcc/config/rs6000/sysv4le.h +++ b/gcc/config/rs6000/sysv4le.h @@ -1,6 +1,6 @@ /* Target definitions for GCC for a little endian PowerPC running System V.4 - Copyright (C) 1995-2016 Free Software Foundation, Inc. + Copyright (C) 1995-2017 Free Software Foundation, Inc. Contributed by Cygnus Support. This file is part of GCC. diff --git a/gcc/config/rs6000/t-aix43 b/gcc/config/rs6000/t-aix43 index c3791076b4c3..043928064782 100644 --- a/gcc/config/rs6000/t-aix43 +++ b/gcc/config/rs6000/t-aix43 @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2016 Free Software Foundation, Inc. +# Copyright (C) 1998-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/rs6000/t-aix52 b/gcc/config/rs6000/t-aix52 index cd11716952f3..b01ea0193300 100644 --- a/gcc/config/rs6000/t-aix52 +++ b/gcc/config/rs6000/t-aix52 @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2016 Free Software Foundation, Inc. +# Copyright (C) 2002-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/rs6000/t-fprules b/gcc/config/rs6000/t-fprules index 23544d157872..6c0ba5f4f6f7 100644 --- a/gcc/config/rs6000/t-fprules +++ b/gcc/config/rs6000/t-fprules @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2016 Free Software Foundation, Inc. +# Copyright (C) 2002-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/rs6000/t-freebsd64 b/gcc/config/rs6000/t-freebsd64 index fb7214f493a8..604b300efde0 100644 --- a/gcc/config/rs6000/t-freebsd64 +++ b/gcc/config/rs6000/t-freebsd64 @@ -1,6 +1,6 @@ #rs6000/t-freebsd64 -# Copyright (C) 2012-2016 Free Software Foundation, Inc. +# Copyright (C) 2012-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/rs6000/t-linux64 b/gcc/config/rs6000/t-linux64 index fa7550b2aff0..2830ed0d861d 100644 --- a/gcc/config/rs6000/t-linux64 +++ b/gcc/config/rs6000/t-linux64 @@ -1,6 +1,6 @@ #rs6000/t-linux64 -# Copyright (C) 2002-2016 Free Software Foundation, Inc. +# Copyright (C) 2002-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/rs6000/t-lynx b/gcc/config/rs6000/t-lynx index 611be0842e7e..aac08f5aa24a 100644 --- a/gcc/config/rs6000/t-lynx +++ b/gcc/config/rs6000/t-lynx @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2016 Free Software Foundation, Inc. +# Copyright (C) 2004-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/rs6000/t-netbsd b/gcc/config/rs6000/t-netbsd index c86daff7b807..a3e941d22dc5 100644 --- a/gcc/config/rs6000/t-netbsd +++ b/gcc/config/rs6000/t-netbsd @@ -1,6 +1,6 @@ # Support for NetBSD PowerPC ELF targets (SVR4 ABI). # -# Copyright (C) 2002-2016 Free Software Foundation, Inc. +# Copyright (C) 2002-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/rs6000/t-ppccomm b/gcc/config/rs6000/t-ppccomm index 6d144bb29758..fa87d0f3a9ca 100644 --- a/gcc/config/rs6000/t-ppccomm +++ b/gcc/config/rs6000/t-ppccomm @@ -1,6 +1,6 @@ # Common support for PowerPC ELF targets (both EABI and SVR4). # -# Copyright (C) 1996-2016 Free Software Foundation, Inc. +# Copyright (C) 1996-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/rs6000/t-ppcendian b/gcc/config/rs6000/t-ppcendian index 1af3bf06ec7f..3c1daf365033 100644 --- a/gcc/config/rs6000/t-ppcendian +++ b/gcc/config/rs6000/t-ppcendian @@ -1,6 +1,6 @@ # Multilibs for powerpc embedded ELF targets with altivec. # -# Copyright (C) 2002-2016 Free Software Foundation, Inc. +# Copyright (C) 2002-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/rs6000/t-ppcgas b/gcc/config/rs6000/t-ppcgas index 204a5222bb14..6b00fc7e3d33 100644 --- a/gcc/config/rs6000/t-ppcgas +++ b/gcc/config/rs6000/t-ppcgas @@ -1,6 +1,6 @@ # Multilibs for powerpc embedded ELF targets. # -# Copyright (C) 1995-2016 Free Software Foundation, Inc. +# Copyright (C) 1995-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/rs6000/t-rs6000 b/gcc/config/rs6000/t-rs6000 index 17369f4087e0..7270723309d2 100644 --- a/gcc/config/rs6000/t-rs6000 +++ b/gcc/config/rs6000/t-rs6000 @@ -1,6 +1,6 @@ # General rules that all rs6000/ targets must have. # -# Copyright (C) 1995-2016 Free Software Foundation, Inc. +# Copyright (C) 1995-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/rs6000/t-rtems b/gcc/config/rs6000/t-rtems index 3baa94e25b86..7c7637d017fd 100644 --- a/gcc/config/rs6000/t-rtems +++ b/gcc/config/rs6000/t-rtems @@ -1,6 +1,6 @@ # Multilibs for powerpc RTEMS targets. # -# Copyright (C) 2004-2016 Free Software Foundation, Inc. +# Copyright (C) 2004-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/rs6000/t-spe b/gcc/config/rs6000/t-spe index ffaf635a55e5..fe5de534be28 100644 --- a/gcc/config/rs6000/t-spe +++ b/gcc/config/rs6000/t-spe @@ -1,6 +1,6 @@ # Multilibs for e500 # -# Copyright (C) 2003-2016 Free Software Foundation, Inc. +# Copyright (C) 2003-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/rs6000/t-vxworks b/gcc/config/rs6000/t-vxworks index 5a4dea5f36ad..fe2549f93e8e 100644 --- a/gcc/config/rs6000/t-vxworks +++ b/gcc/config/rs6000/t-vxworks @@ -1,6 +1,6 @@ # Multilibs for VxWorks. # -# Copyright (C) 2002-2016 Free Software Foundation, Inc. +# Copyright (C) 2002-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/rs6000/t-xilinx b/gcc/config/rs6000/t-xilinx index b039ea65f94b..1bc31a82cb0e 100644 --- a/gcc/config/rs6000/t-xilinx +++ b/gcc/config/rs6000/t-xilinx @@ -1,6 +1,6 @@ # Multilibs for Xilinx powerpc embedded ELF targets. # -# Copyright (C) 2009-2016 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # Contributed by Michael Eager, eager@eagercon.com # # This file is part of GCC. diff --git a/gcc/config/rs6000/titan.md b/gcc/config/rs6000/titan.md index e6658d67bd34..5f725ee9fd1a 100644 --- a/gcc/config/rs6000/titan.md +++ b/gcc/config/rs6000/titan.md @@ -1,5 +1,5 @@ ;; Pipeline description for the AppliedMicro Titan core. -;; Copyright (C) 2010-2016 Free Software Foundation, Inc. +;; Copyright (C) 2010-2017 Free Software Foundation, Inc. ;; Contributed by Theobroma Systems Design und Consulting GmbH ;; ;; This file is part of GCC. diff --git a/gcc/config/rs6000/vec_types.h b/gcc/config/rs6000/vec_types.h index bb84236844c0..abf38ad309f4 100644 --- a/gcc/config/rs6000/vec_types.h +++ b/gcc/config/rs6000/vec_types.h @@ -1,5 +1,5 @@ /* Cell single token vector types - Copyright (C) 2007-2016 Free Software Foundation, Inc. + Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/gcc/config/rs6000/vector.md b/gcc/config/rs6000/vector.md index 05f3bdbee56a..839c1c73149e 100644 --- a/gcc/config/rs6000/vector.md +++ b/gcc/config/rs6000/vector.md @@ -3,7 +3,7 @@ ;; expander, and the actual vector instructions will be in altivec.md and ;; vsx.md -;; Copyright (C) 2009-2016 Free Software Foundation, Inc. +;; Copyright (C) 2009-2017 Free Software Foundation, Inc. ;; Contributed by Michael Meissner ;; This file is part of GCC. diff --git a/gcc/config/rs6000/vsx.md b/gcc/config/rs6000/vsx.md index 0b1a5a3c5a4a..e3135530f27b 100644 --- a/gcc/config/rs6000/vsx.md +++ b/gcc/config/rs6000/vsx.md @@ -1,5 +1,5 @@ ;; VSX patterns. -;; Copyright (C) 2009-2016 Free Software Foundation, Inc. +;; Copyright (C) 2009-2017 Free Software Foundation, Inc. ;; Contributed by Michael Meissner ;; This file is part of GCC. diff --git a/gcc/config/rs6000/vxworks.h b/gcc/config/rs6000/vxworks.h index 7b90fda3f8fa..ccf6a666752e 100644 --- a/gcc/config/rs6000/vxworks.h +++ b/gcc/config/rs6000/vxworks.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler. Vxworks PowerPC version. - Copyright (C) 1996-2016 Free Software Foundation, Inc. + Copyright (C) 1996-2017 Free Software Foundation, Inc. Contributed by CodeSourcery, LLC. This file is part of GCC. diff --git a/gcc/config/rs6000/vxworksae.h b/gcc/config/rs6000/vxworksae.h index 97e1c70495ff..27bf470828b7 100644 --- a/gcc/config/rs6000/vxworksae.h +++ b/gcc/config/rs6000/vxworksae.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler. PowerPC VxworksAE version. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by CodeSourcery, LLC. This file is part of GCC. diff --git a/gcc/config/rs6000/vxworksmils.h b/gcc/config/rs6000/vxworksmils.h index a964581f7f55..7b1e2cc4e4cd 100644 --- a/gcc/config/rs6000/vxworksmils.h +++ b/gcc/config/rs6000/vxworksmils.h @@ -1,7 +1,7 @@ /* PowerPC VxWorks MILS target definitions for GNU compiler. Overrides on top of the canonical VxWorks definitions. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/rs6000/xcoff.h b/gcc/config/rs6000/xcoff.h index f63d28720ce5..36f40f4b11ea 100644 --- a/gcc/config/rs6000/xcoff.h +++ b/gcc/config/rs6000/xcoff.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler, for some generic XCOFF file format - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/rs6000/xfpu.h b/gcc/config/rs6000/xfpu.h index 8d1bec47f09c..5cecdeddbd6e 100644 --- a/gcc/config/rs6000/xfpu.h +++ b/gcc/config/rs6000/xfpu.h @@ -1,6 +1,6 @@ /* Definitions for Xilinx PowerPC 405/440 APU. - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Michael Eager (eager@eagercon.com) This file is part of GCC. diff --git a/gcc/config/rs6000/xfpu.md b/gcc/config/rs6000/xfpu.md index 963a1b5e7515..c31c7697b2df 100644 --- a/gcc/config/rs6000/xfpu.md +++ b/gcc/config/rs6000/xfpu.md @@ -1,5 +1,5 @@ ;; Scheduling description for the Xilinx PowerPC 405 APU Floating Point Unit. -;; Copyright (C) 2008-2016 Free Software Foundation, Inc. +;; Copyright (C) 2008-2017 Free Software Foundation, Inc. ;; Contributed by Michael Eager (eager@eagercon.com). ;; ;; This file is part of GCC. diff --git a/gcc/config/rs6000/xilinx.h b/gcc/config/rs6000/xilinx.h index e3dec3f570ed..3f1c71d175bd 100644 --- a/gcc/config/rs6000/xilinx.h +++ b/gcc/config/rs6000/xilinx.h @@ -1,5 +1,5 @@ /* Support for GCC on Xilinx embedded PowerPC systems - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Michael Eager, eager@eagercon.com This file is part of GCC. diff --git a/gcc/config/rs6000/xilinx.opt b/gcc/config/rs6000/xilinx.opt index 4c70d57d5eb1..29aaf51f81ea 100644 --- a/gcc/config/rs6000/xilinx.opt +++ b/gcc/config/rs6000/xilinx.opt @@ -1,6 +1,6 @@ ; Xilinx embedded PowerPC options. -; Copyright (C) 2011-2016 Free Software Foundation, Inc. +; Copyright (C) 2011-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/rtems.h b/gcc/config/rtems.h index e005547fd9bf..306459ab1d14 100644 --- a/gcc/config/rtems.h +++ b/gcc/config/rtems.h @@ -1,5 +1,5 @@ /* Configuration common to all targets running RTEMS. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/rtems.opt b/gcc/config/rtems.opt index d56802b09d64..6bd2e3db1c03 100644 --- a/gcc/config/rtems.opt +++ b/gcc/config/rtems.opt @@ -1,6 +1,6 @@ ; RTEMS options. -; Copyright (C) 2010-2016 Free Software Foundation, Inc. +; Copyright (C) 2010-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/rx/constraints.md b/gcc/config/rx/constraints.md index 065e0ce6491f..9415bb3858d5 100644 --- a/gcc/config/rx/constraints.md +++ b/gcc/config/rx/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions for Renesas RX. -;; Copyright (C) 2008-2016 Free Software Foundation, Inc. +;; Copyright (C) 2008-2017 Free Software Foundation, Inc. ;; Contributed by Red Hat. ;; ;; This file is part of GCC. diff --git a/gcc/config/rx/predicates.md b/gcc/config/rx/predicates.md index b00c1e31117d..151f76c301fc 100644 --- a/gcc/config/rx/predicates.md +++ b/gcc/config/rx/predicates.md @@ -1,5 +1,5 @@ ;; Predicate definitions for Renesas RX. -;; Copyright (C) 2008-2016 Free Software Foundation, Inc. +;; Copyright (C) 2008-2017 Free Software Foundation, Inc. ;; Contributed by Red Hat. ;; ;; This file is part of GCC. diff --git a/gcc/config/rx/rx-modes.def b/gcc/config/rx/rx-modes.def index c71a3d69dc03..875973f06498 100644 --- a/gcc/config/rx/rx-modes.def +++ b/gcc/config/rx/rx-modes.def @@ -1,5 +1,5 @@ /* Definitions of target specific machine modes for the RX. - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Red Hat. This file is part of GCC. diff --git a/gcc/config/rx/rx-opts.h b/gcc/config/rx/rx-opts.h index ec63b1322f79..60333763d15f 100644 --- a/gcc/config/rx/rx-opts.h +++ b/gcc/config/rx/rx-opts.h @@ -1,5 +1,5 @@ /* GCC option-handling definitions for the Renesas RX processor. - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/rx/rx-protos.h b/gcc/config/rx/rx-protos.h index 771528b3dd55..d103c880b23d 100644 --- a/gcc/config/rx/rx-protos.h +++ b/gcc/config/rx/rx-protos.h @@ -1,5 +1,5 @@ /* Exported function prototypes from the Renesas RX backend. - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Red Hat. This file is part of GCC. diff --git a/gcc/config/rx/rx.c b/gcc/config/rx/rx.c index 44c6b68ce7c4..e6bb846156d6 100644 --- a/gcc/config/rx/rx.c +++ b/gcc/config/rx/rx.c @@ -1,5 +1,5 @@ /* Subroutines used for code generation on Renesas RX processors. - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Red Hat. This file is part of GCC. diff --git a/gcc/config/rx/rx.h b/gcc/config/rx/rx.h index a6300cc0016b..a8aebfaed326 100644 --- a/gcc/config/rx/rx.h +++ b/gcc/config/rx/rx.h @@ -1,5 +1,5 @@ /* GCC backend definitions for the Renesas RX processor. - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Red Hat. This file is part of GCC. diff --git a/gcc/config/rx/rx.md b/gcc/config/rx/rx.md index b63f17708cec..eae3e3b7d492 100644 --- a/gcc/config/rx/rx.md +++ b/gcc/config/rx/rx.md @@ -1,5 +1,5 @@ ;; Machine Description for Renesas RX processors -;; Copyright (C) 2008-2016 Free Software Foundation, Inc. +;; Copyright (C) 2008-2017 Free Software Foundation, Inc. ;; Contributed by Red Hat. ;; This file is part of GCC. diff --git a/gcc/config/rx/rx.opt b/gcc/config/rx/rx.opt index 3ca27216f268..af2e10e28ba2 100644 --- a/gcc/config/rx/rx.opt +++ b/gcc/config/rx/rx.opt @@ -1,5 +1,5 @@ ; Command line options for the Renesas RX port of GCC. -; Copyright (C) 2008-2016 Free Software Foundation, Inc. +; Copyright (C) 2008-2017 Free Software Foundation, Inc. ; Contributed by Red Hat. ; ; This file is part of GCC. diff --git a/gcc/config/rx/t-rx b/gcc/config/rx/t-rx index 4b4a2dc17acd..aa8553899d6e 100644 --- a/gcc/config/rx/t-rx +++ b/gcc/config/rx/t-rx @@ -1,5 +1,5 @@ # Makefile fragment for building GCC for the Renesas RX target. -# Copyright (C) 2008-2016 Free Software Foundation, Inc. +# Copyright (C) 2008-2017 Free Software Foundation, Inc. # Contributed by Red Hat. # # This file is part of GCC. diff --git a/gcc/config/s390/2064.md b/gcc/config/s390/2064.md index d5dabc7679c6..2ffc2fe6ff7b 100644 --- a/gcc/config/s390/2064.md +++ b/gcc/config/s390/2064.md @@ -1,5 +1,5 @@ ;; Scheduling description for z900 (cpu 2064). -;; Copyright (C) 2003-2016 Free Software Foundation, Inc. +;; Copyright (C) 2003-2017 Free Software Foundation, Inc. ;; Contributed by Hartmut Penner (hpenner@de.ibm.com) and ;; Ulrich Weigand (uweigand@de.ibm.com). diff --git a/gcc/config/s390/2084.md b/gcc/config/s390/2084.md index 0cfc0fa3b59c..197d6195ab93 100644 --- a/gcc/config/s390/2084.md +++ b/gcc/config/s390/2084.md @@ -1,5 +1,5 @@ ;; Scheduling description for z990 (cpu 2084). -;; Copyright (C) 2003-2016 Free Software Foundation, Inc. +;; Copyright (C) 2003-2017 Free Software Foundation, Inc. ;; Contributed by Hartmut Penner (hpenner@de.ibm.com) and ;; Ulrich Weigand (uweigand@de.ibm.com). diff --git a/gcc/config/s390/2097.md b/gcc/config/s390/2097.md index 1d312e73af5f..605ed4017d24 100644 --- a/gcc/config/s390/2097.md +++ b/gcc/config/s390/2097.md @@ -1,5 +1,5 @@ ;; Scheduling description for z10 (cpu 2097). -;; Copyright (C) 2008-2016 Free Software Foundation, Inc. +;; Copyright (C) 2008-2017 Free Software Foundation, Inc. ;; Contributed by Wolfgang Gellerich (gellerich@de.ibm.com). diff --git a/gcc/config/s390/2817.md b/gcc/config/s390/2817.md index 2f4a8833b0d0..80d2dd05cc69 100644 --- a/gcc/config/s390/2817.md +++ b/gcc/config/s390/2817.md @@ -1,5 +1,5 @@ ;; Scheduling description for z196 (cpu 2817). -;; Copyright (C) 2010-2016 Free Software Foundation, Inc. +;; Copyright (C) 2010-2017 Free Software Foundation, Inc. ;; Contributed by Christian Borntraeger (Christian.Borntraeger@de.ibm.com) ;; Andreas Krebbel (Andreas.Krebbel@de.ibm.com) diff --git a/gcc/config/s390/2827.md b/gcc/config/s390/2827.md index 21a5ee9307b4..7c5366beef67 100644 --- a/gcc/config/s390/2827.md +++ b/gcc/config/s390/2827.md @@ -1,5 +1,5 @@ ;; Scheduling description for zEC12 (cpu 2827). -;; Copyright (C) 2012-2016 Free Software Foundation, Inc. +;; Copyright (C) 2012-2017 Free Software Foundation, Inc. ;; Contributed by Andreas Krebbel (Andreas.Krebbel@de.ibm.com) ;; This file is part of GCC. diff --git a/gcc/config/s390/2964.md b/gcc/config/s390/2964.md index e0e732b7f6d6..374e2e3635c4 100644 --- a/gcc/config/s390/2964.md +++ b/gcc/config/s390/2964.md @@ -1,5 +1,5 @@ ;; Scheduling description for z13. -;; Copyright (C) 2016 Free Software Foundation, Inc. +;; Copyright (C) 2016-2017 Free Software Foundation, Inc. ;; Contributed by Andreas Krebbel (Andreas.Krebbel@de.ibm.com) ;; This file is part of GCC. diff --git a/gcc/config/s390/constraints.md b/gcc/config/s390/constraints.md index ee505d04f645..536f4852f9f7 100644 --- a/gcc/config/s390/constraints.md +++ b/gcc/config/s390/constraints.md @@ -1,5 +1,5 @@ ;; Constraints definitions belonging to the gcc backend for IBM S/390. -;; Copyright (C) 2006-2016 Free Software Foundation, Inc. +;; Copyright (C) 2006-2017 Free Software Foundation, Inc. ;; Written by Wolfgang Gellerich, using code and information found in ;; files s390.md, s390.h, and s390.c. ;; diff --git a/gcc/config/s390/driver-native.c b/gcc/config/s390/driver-native.c index a59d177ba431..5e70845510ad 100644 --- a/gcc/config/s390/driver-native.c +++ b/gcc/config/s390/driver-native.c @@ -1,5 +1,5 @@ /* Subroutines for the gcc driver. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/s390/htmintrin.h b/gcc/config/s390/htmintrin.h index b6abcff5a0dd..b718204d079b 100644 --- a/gcc/config/s390/htmintrin.h +++ b/gcc/config/s390/htmintrin.h @@ -1,5 +1,5 @@ /* GNU compiler hardware transactional execution intrinsics - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. Contributed by Andreas Krebbel (Andreas.Krebbel@de.ibm.com) This file is part of GCC. diff --git a/gcc/config/s390/htmxlintrin.h b/gcc/config/s390/htmxlintrin.h index 1318acd31c89..683b71336ca4 100644 --- a/gcc/config/s390/htmxlintrin.h +++ b/gcc/config/s390/htmxlintrin.h @@ -1,5 +1,5 @@ /* XL compiler hardware transactional execution intrinsics - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. Contributed by Andreas Krebbel (Andreas.Krebbel@de.ibm.com) This file is part of GCC. diff --git a/gcc/config/s390/linux.h b/gcc/config/s390/linux.h index 541006d864d8..197e7fe5ec67 100644 --- a/gcc/config/s390/linux.h +++ b/gcc/config/s390/linux.h @@ -1,5 +1,5 @@ /* Definitions for Linux for S/390. - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. Contributed by Hartmut Penner (hpenner@de.ibm.com) and Ulrich Weigand (uweigand@de.ibm.com). diff --git a/gcc/config/s390/predicates.md b/gcc/config/s390/predicates.md index 5b57344010f5..a233aaf9f83a 100644 --- a/gcc/config/s390/predicates.md +++ b/gcc/config/s390/predicates.md @@ -1,5 +1,5 @@ ;; Predicate definitions for S/390 and zSeries. -;; Copyright (C) 2005-2016 Free Software Foundation, Inc. +;; Copyright (C) 2005-2017 Free Software Foundation, Inc. ;; Contributed by Hartmut Penner (hpenner@de.ibm.com) and ;; Ulrich Weigand (uweigand@de.ibm.com). ;; diff --git a/gcc/config/s390/s390-builtin-types.def b/gcc/config/s390/s390-builtin-types.def index f5fcf986c8fb..a221203a7234 100644 --- a/gcc/config/s390/s390-builtin-types.def +++ b/gcc/config/s390/s390-builtin-types.def @@ -1,5 +1,5 @@ /* Builtin type definitions for IBM S/390 and zSeries - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by Andreas Krebbel (Andreas.Krebbel@de.ibm.com). diff --git a/gcc/config/s390/s390-builtins.def b/gcc/config/s390/s390-builtins.def index 4bcdb22d529f..137aab5d6239 100644 --- a/gcc/config/s390/s390-builtins.def +++ b/gcc/config/s390/s390-builtins.def @@ -1,5 +1,5 @@ /* Builtin definitions for IBM S/390 and zSeries - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by Andreas Krebbel (Andreas.Krebbel@de.ibm.com). diff --git a/gcc/config/s390/s390-builtins.h b/gcc/config/s390/s390-builtins.h index a56f3ad25145..eb15c96bbaf4 100644 --- a/gcc/config/s390/s390-builtins.h +++ b/gcc/config/s390/s390-builtins.h @@ -1,5 +1,5 @@ /* Common data structures used for builtin handling on S/390. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by Andreas Krebbel (Andreas.Krebbel@de.ibm.com). diff --git a/gcc/config/s390/s390-c.c b/gcc/config/s390/s390-c.c index e84136535170..a398d0f721b3 100644 --- a/gcc/config/s390/s390-c.c +++ b/gcc/config/s390/s390-c.c @@ -1,6 +1,6 @@ /* Language specific subroutines used for code generation on IBM S/390 and zSeries - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by Andreas Krebbel (Andreas.Krebbel@de.ibm.com). diff --git a/gcc/config/s390/s390-modes.def b/gcc/config/s390/s390-modes.def index 15ff9034a1b8..5b88970dcabc 100644 --- a/gcc/config/s390/s390-modes.def +++ b/gcc/config/s390/s390-modes.def @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, for IBM S/390 - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Hartmut Penner (hpenner@de.ibm.com) and Ulrich Weigand (uweigand@de.ibm.com). diff --git a/gcc/config/s390/s390-opts.h b/gcc/config/s390/s390-opts.h index 0ad87a269855..98e281076b51 100644 --- a/gcc/config/s390/s390-opts.h +++ b/gcc/config/s390/s390-opts.h @@ -1,5 +1,5 @@ /* Definitions for option handling for IBM S/390. - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/s390/s390-protos.h b/gcc/config/s390/s390-protos.h index 000a6771c682..7f06a208eeb5 100644 --- a/gcc/config/s390/s390-protos.h +++ b/gcc/config/s390/s390-protos.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, for IBM S/390. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. Contributed by Hartmut Penner (hpenner@de.ibm.com) diff --git a/gcc/config/s390/s390.c b/gcc/config/s390/s390.c index 030e10de5df9..2082cb5e8b8e 100644 --- a/gcc/config/s390/s390.c +++ b/gcc/config/s390/s390.c @@ -1,5 +1,5 @@ /* Subroutines used for code generation on IBM S/390 and zSeries - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. Contributed by Hartmut Penner (hpenner@de.ibm.com) and Ulrich Weigand (uweigand@de.ibm.com) and Andreas Krebbel (Andreas.Krebbel@de.ibm.com). diff --git a/gcc/config/s390/s390.h b/gcc/config/s390/s390.h index 1d6d7b25594e..5828041233ac 100644 --- a/gcc/config/s390/s390.h +++ b/gcc/config/s390/s390.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, for IBM S/390 - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. Contributed by Hartmut Penner (hpenner@de.ibm.com) and Ulrich Weigand (uweigand@de.ibm.com). Andreas Krebbel (Andreas.Krebbel@de.ibm.com) diff --git a/gcc/config/s390/s390.md b/gcc/config/s390/s390.md index 9d8e6b61a42b..427f976ad542 100644 --- a/gcc/config/s390/s390.md +++ b/gcc/config/s390/s390.md @@ -1,5 +1,5 @@ ;;- Machine description for GNU compiler -- S/390 / zSeries version. -;; Copyright (C) 1999-2016 Free Software Foundation, Inc. +;; Copyright (C) 1999-2017 Free Software Foundation, Inc. ;; Contributed by Hartmut Penner (hpenner@de.ibm.com) and ;; Ulrich Weigand (uweigand@de.ibm.com) and ;; Andreas Krebbel (Andreas.Krebbel@de.ibm.com) diff --git a/gcc/config/s390/s390.opt b/gcc/config/s390/s390.opt index 569ed957887f..494124f95ebe 100644 --- a/gcc/config/s390/s390.opt +++ b/gcc/config/s390/s390.opt @@ -1,6 +1,6 @@ ; Options for the S/390 / zSeries port of the compiler. -; Copyright (C) 2005-2016 Free Software Foundation, Inc. +; Copyright (C) 2005-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/s390/s390intrin.h b/gcc/config/s390/s390intrin.h index 43a875b464e5..05f9520c094f 100644 --- a/gcc/config/s390/s390intrin.h +++ b/gcc/config/s390/s390intrin.h @@ -1,5 +1,5 @@ /* S/390 System z specific intrinsics - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. Contributed by Andreas Krebbel (Andreas.Krebbel@de.ibm.com) This file is part of GCC. diff --git a/gcc/config/s390/s390x.h b/gcc/config/s390/s390x.h index ce56ae235fb8..62fe72801013 100644 --- a/gcc/config/s390/s390x.h +++ b/gcc/config/s390/s390x.h @@ -1,5 +1,5 @@ /* Definitions of target machine for IBM zSeries 64-bit - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Hartmut Penner (hpenner@de.ibm.com) and Ulrich Weigand (uweigand@de.ibm.com). diff --git a/gcc/config/s390/subst.md b/gcc/config/s390/subst.md index ad456442de3b..9193273d16a9 100644 --- a/gcc/config/s390/subst.md +++ b/gcc/config/s390/subst.md @@ -1,6 +1,6 @@ ;;- Machine description for GNU compiler -- S/390 / zSeries version. ;; Subst patterns. -;; Copyright (C) 2016 Free Software Foundation, Inc. +;; Copyright (C) 2016-2017 Free Software Foundation, Inc. ;; Contributed by Andreas Krebbel (Andreas.Krebbel@de.ibm.com) ;; This file is part of GCC. diff --git a/gcc/config/s390/t-s390 b/gcc/config/s390/t-s390 index fcffb17a4cc1..69ce684669a0 100644 --- a/gcc/config/s390/t-s390 +++ b/gcc/config/s390/t-s390 @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2016 Free Software Foundation, Inc. +# Copyright (C) 2015-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/s390/tpf.h b/gcc/config/s390/tpf.h index a5423a64b2ba..e41d7ba6f84f 100644 --- a/gcc/config/s390/tpf.h +++ b/gcc/config/s390/tpf.h @@ -1,5 +1,5 @@ /* Definitions for target OS TPF for GNU compiler, for IBM S/390 hardware - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by P.J. Darcy (darcypj@us.ibm.com), Hartmut Penner (hpenner@de.ibm.com), and Ulrich Weigand (uweigand@de.ibm.com). diff --git a/gcc/config/s390/tpf.md b/gcc/config/s390/tpf.md index b1254e30e632..436fd8f06227 100644 --- a/gcc/config/s390/tpf.md +++ b/gcc/config/s390/tpf.md @@ -1,5 +1,5 @@ ;; S390 TPF-OS specific machine patterns -;; Copyright (C) 2005-2016 Free Software Foundation, Inc. +;; Copyright (C) 2005-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/s390/tpf.opt b/gcc/config/s390/tpf.opt index e82444a5d9a9..1221ed1b74e7 100644 --- a/gcc/config/s390/tpf.opt +++ b/gcc/config/s390/tpf.opt @@ -1,6 +1,6 @@ ; Options for the TPF-OS port of the compiler. -; Copyright (C) 2005-2016 Free Software Foundation, Inc. +; Copyright (C) 2005-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/s390/vecintrin.h b/gcc/config/s390/vecintrin.h index 52e46ff381d7..75bb4f223c3d 100644 --- a/gcc/config/s390/vecintrin.h +++ b/gcc/config/s390/vecintrin.h @@ -1,5 +1,5 @@ /* GNU compiler vector extension intrinsics - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by Andreas Krebbel (Andreas.Krebbel@de.ibm.com) This file is part of GCC. diff --git a/gcc/config/s390/vector.md b/gcc/config/s390/vector.md index d446d5f0db3b..d8c56d519d8f 100644 --- a/gcc/config/s390/vector.md +++ b/gcc/config/s390/vector.md @@ -1,5 +1,5 @@ ;;- Instruction patterns for the System z vector facility -;; Copyright (C) 2015-2016 Free Software Foundation, Inc. +;; Copyright (C) 2015-2017 Free Software Foundation, Inc. ;; Contributed by Andreas Krebbel (Andreas.Krebbel@de.ibm.com) ;; This file is part of GCC. diff --git a/gcc/config/s390/vx-builtins.md b/gcc/config/s390/vx-builtins.md index b3818ee66274..f2f430a8498e 100644 --- a/gcc/config/s390/vx-builtins.md +++ b/gcc/config/s390/vx-builtins.md @@ -1,5 +1,5 @@ ;;- Instruction patterns for the System z vector facility builtins. -;; Copyright (C) 2015-2016 Free Software Foundation, Inc. +;; Copyright (C) 2015-2017 Free Software Foundation, Inc. ;; Contributed by Andreas Krebbel (Andreas.Krebbel@de.ibm.com) ;; This file is part of GCC. diff --git a/gcc/config/sh/constraints.md b/gcc/config/sh/constraints.md index c3e9d551e960..1025195eb7f4 100644 --- a/gcc/config/sh/constraints.md +++ b/gcc/config/sh/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions for Renesas / SuperH SH. -;; Copyright (C) 2007-2016 Free Software Foundation, Inc. +;; Copyright (C) 2007-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/sh/divcost-analysis b/gcc/config/sh/divcost-analysis index 8a8dd426be1c..18f128187240 100644 --- a/gcc/config/sh/divcost-analysis +++ b/gcc/config/sh/divcost-analysis @@ -81,7 +81,7 @@ jmp @r0 ; 2 cycles worse than SFUNC_STATIC -Copyright (C) 2006-2016 Free Software Foundation, Inc. +Copyright (C) 2006-2017 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/gcc/config/sh/divtab-sh4-300.c b/gcc/config/sh/divtab-sh4-300.c index 81db798466ec..0f2eea1448f7 100644 --- a/gcc/config/sh/divtab-sh4-300.c +++ b/gcc/config/sh/divtab-sh4-300.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2004-2016 Free Software Foundation, Inc. +/* Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/gcc/config/sh/divtab-sh4.c b/gcc/config/sh/divtab-sh4.c index f0489b5b1da3..4701fef2ee61 100644 --- a/gcc/config/sh/divtab-sh4.c +++ b/gcc/config/sh/divtab-sh4.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2004-2016 Free Software Foundation, Inc. +/* Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/gcc/config/sh/divtab.c b/gcc/config/sh/divtab.c index 401dd156a626..55fc6c34b171 100644 --- a/gcc/config/sh/divtab.c +++ b/gcc/config/sh/divtab.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2016 Free Software Foundation, Inc. +/* Copyright (C) 2003-2017 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/gcc/config/sh/elf.h b/gcc/config/sh/elf.h index ad2713fcf553..6bb218c7ae48 100644 --- a/gcc/config/sh/elf.h +++ b/gcc/config/sh/elf.h @@ -1,5 +1,5 @@ /* Definitions of target machine for gcc for Renesas / SuperH SH using ELF. - Copyright (C) 1996-2016 Free Software Foundation, Inc. + Copyright (C) 1996-2017 Free Software Foundation, Inc. Contributed by Ian Lance Taylor . This file is part of GCC. diff --git a/gcc/config/sh/embed-elf.h b/gcc/config/sh/embed-elf.h index 1333e4f89d2d..f91625a74ca2 100644 --- a/gcc/config/sh/embed-elf.h +++ b/gcc/config/sh/embed-elf.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler for Renesas / SuperH SH non-Linux embedded targets. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by J"orn Rennecke This file is part of GCC. diff --git a/gcc/config/sh/iterators.md b/gcc/config/sh/iterators.md index d5833c740086..1fb3f6ed8b55 100644 --- a/gcc/config/sh/iterators.md +++ b/gcc/config/sh/iterators.md @@ -1,5 +1,5 @@ ;; Iterator definitions for GCC SH machine description files. -;; Copyright (C) 2012-2016 Free Software Foundation, Inc. +;; Copyright (C) 2012-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/sh/linux.h b/gcc/config/sh/linux.h index 6117b9d1387b..c30083423f29 100644 --- a/gcc/config/sh/linux.h +++ b/gcc/config/sh/linux.h @@ -1,5 +1,5 @@ /* Definitions for SH running Linux-based GNU systems using ELF - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. Contributed by Kazumoto Kojima This file is part of GCC. diff --git a/gcc/config/sh/little.h b/gcc/config/sh/little.h index 6dea3ffdf887..e6f77087e2f4 100644 --- a/gcc/config/sh/little.h +++ b/gcc/config/sh/little.h @@ -1,6 +1,6 @@ /* Definition of little endian SH machine for GNU compiler. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/sh/netbsd-elf.h b/gcc/config/sh/netbsd-elf.h index c5c75a482e49..5e9cd23a919d 100644 --- a/gcc/config/sh/netbsd-elf.h +++ b/gcc/config/sh/netbsd-elf.h @@ -1,5 +1,5 @@ /* Definitions for SH running NetBSD using ELF - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Wasabi Systems, Inc. This file is part of GCC. diff --git a/gcc/config/sh/newlib.h b/gcc/config/sh/newlib.h index 1fe53be518ea..9699a4a7ff25 100644 --- a/gcc/config/sh/newlib.h +++ b/gcc/config/sh/newlib.h @@ -1,5 +1,5 @@ /* Definitions of target machine for gcc for Super-H using sh-superh-elf. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/config/sh/predicates.md b/gcc/config/sh/predicates.md index 4b93c6dd1c0a..96de93349643 100644 --- a/gcc/config/sh/predicates.md +++ b/gcc/config/sh/predicates.md @@ -1,5 +1,5 @@ ;; Predicate definitions for Renesas / SuperH SH. -;; Copyright (C) 2005-2016 Free Software Foundation, Inc. +;; Copyright (C) 2005-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/sh/rtems.h b/gcc/config/sh/rtems.h index 161d2551ee51..20a4d5ce27d4 100644 --- a/gcc/config/sh/rtems.h +++ b/gcc/config/sh/rtems.h @@ -1,5 +1,5 @@ /* Definitions for rtems targeting a SH using COFF. - Copyright (C) 1997-2016 Free Software Foundation, Inc. + Copyright (C) 1997-2017 Free Software Foundation, Inc. Contributed by Joel Sherrill (joel@OARcorp.com). This file is part of GCC. diff --git a/gcc/config/sh/rtemself.h b/gcc/config/sh/rtemself.h index c4002f4b8a86..c9b6b001cf7b 100644 --- a/gcc/config/sh/rtemself.h +++ b/gcc/config/sh/rtemself.h @@ -1,5 +1,5 @@ /* Definitions for rtems targeting a SH using elf. - Copyright (C) 1997-2016 Free Software Foundation, Inc. + Copyright (C) 1997-2017 Free Software Foundation, Inc. Contributed by Joel Sherrill (joel@OARcorp.com). This file is part of GCC. diff --git a/gcc/config/sh/sh-c.c b/gcc/config/sh/sh-c.c index 595b5307f59d..31e591daa4b4 100644 --- a/gcc/config/sh/sh-c.c +++ b/gcc/config/sh/sh-c.c @@ -1,5 +1,5 @@ /* Pragma handling for GCC for Renesas / SuperH SH. - Copyright (C) 1993-2016 Free Software Foundation, Inc. + Copyright (C) 1993-2017 Free Software Foundation, Inc. Contributed by Joern Rennecke . This file is part of GCC. diff --git a/gcc/config/sh/sh-mem.cc b/gcc/config/sh/sh-mem.cc index f91afa5064f7..3f7041c2ae25 100644 --- a/gcc/config/sh/sh-mem.cc +++ b/gcc/config/sh/sh-mem.cc @@ -1,5 +1,5 @@ /* Helper routines for memory move and comparison insns. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/sh/sh-modes.def b/gcc/config/sh/sh-modes.def index 6db9943c08ea..c4c669fc3aee 100644 --- a/gcc/config/sh/sh-modes.def +++ b/gcc/config/sh/sh-modes.def @@ -1,5 +1,5 @@ /* SH extra machine modes. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/sh/sh-protos.h b/gcc/config/sh/sh-protos.h index 1bac4030d0b8..59be4c0cf303 100644 --- a/gcc/config/sh/sh-protos.h +++ b/gcc/config/sh/sh-protos.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler for Renesas / SuperH SH. - Copyright (C) 1993-2016 Free Software Foundation, Inc. + Copyright (C) 1993-2017 Free Software Foundation, Inc. Contributed by Steve Chamberlain (sac@cygnus.com). Improved by Jim Wilson (wilson@cygnus.com). diff --git a/gcc/config/sh/sh.c b/gcc/config/sh/sh.c index 4ca4b749ec16..f85315db3ae9 100644 --- a/gcc/config/sh/sh.c +++ b/gcc/config/sh/sh.c @@ -1,5 +1,5 @@ /* Output routines for GCC for Renesas / SuperH SH. - Copyright (C) 1993-2016 Free Software Foundation, Inc. + Copyright (C) 1993-2017 Free Software Foundation, Inc. Contributed by Steve Chamberlain (sac@cygnus.com). Improved by Jim Wilson (wilson@cygnus.com). diff --git a/gcc/config/sh/sh.h b/gcc/config/sh/sh.h index 25b6cee5852b..b13d1b3c943e 100644 --- a/gcc/config/sh/sh.h +++ b/gcc/config/sh/sh.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler for Renesas / SuperH SH. - Copyright (C) 1993-2016 Free Software Foundation, Inc. + Copyright (C) 1993-2017 Free Software Foundation, Inc. Contributed by Steve Chamberlain (sac@cygnus.com). Improved by Jim Wilson (wilson@cygnus.com). diff --git a/gcc/config/sh/sh.md b/gcc/config/sh/sh.md index c6956a056b43..11576f48437c 100644 --- a/gcc/config/sh/sh.md +++ b/gcc/config/sh/sh.md @@ -1,5 +1,5 @@ ;;- Machine description for Renesas / SuperH SH. -;; Copyright (C) 1993-2016 Free Software Foundation, Inc. +;; Copyright (C) 1993-2017 Free Software Foundation, Inc. ;; Contributed by Steve Chamberlain (sac@cygnus.com). ;; Improved by Jim Wilson (wilson@cygnus.com). diff --git a/gcc/config/sh/sh.opt b/gcc/config/sh/sh.opt index b348ee3678f1..c4f0d964d007 100644 --- a/gcc/config/sh/sh.opt +++ b/gcc/config/sh/sh.opt @@ -1,6 +1,6 @@ ; Options for the SH port of the compiler. -; Copyright (C) 2005-2016 Free Software Foundation, Inc. +; Copyright (C) 2005-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/sh/sh1.md b/gcc/config/sh/sh1.md index 318efd29d058..57edec3c0952 100644 --- a/gcc/config/sh/sh1.md +++ b/gcc/config/sh/sh1.md @@ -1,5 +1,5 @@ ;; DFA scheduling description for Renesas / SuperH SH. -;; Copyright (C) 2004-2016 Free Software Foundation, Inc. +;; Copyright (C) 2004-2017 Free Software Foundation, Inc. ;; This file is part of GCC. diff --git a/gcc/config/sh/sh4-300.md b/gcc/config/sh/sh4-300.md index 028d764da07e..136dbc9acaa9 100644 --- a/gcc/config/sh/sh4-300.md +++ b/gcc/config/sh/sh4-300.md @@ -1,5 +1,5 @@ ;; DFA scheduling description for ST40-300. -;; Copyright (C) 2004-2016 Free Software Foundation, Inc. +;; Copyright (C) 2004-2017 Free Software Foundation, Inc. ;; This file is part of GCC. diff --git a/gcc/config/sh/sh4.md b/gcc/config/sh/sh4.md index 3dd856504521..964f7e60cf28 100644 --- a/gcc/config/sh/sh4.md +++ b/gcc/config/sh/sh4.md @@ -1,5 +1,5 @@ ;; DFA scheduling description for SH4. -;; Copyright (C) 2004-2016 Free Software Foundation, Inc. +;; Copyright (C) 2004-2017 Free Software Foundation, Inc. ;; This file is part of GCC. diff --git a/gcc/config/sh/sh4a.md b/gcc/config/sh/sh4a.md index 48b012625c06..1c418662a798 100644 --- a/gcc/config/sh/sh4a.md +++ b/gcc/config/sh/sh4a.md @@ -1,5 +1,5 @@ ;; Scheduling description for Renesas SH4a -;; Copyright (C) 2003-2016 Free Software Foundation, Inc. +;; Copyright (C) 2003-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/sh/sh_optimize_sett_clrt.cc b/gcc/config/sh/sh_optimize_sett_clrt.cc index 11285dc112de..449261e86de4 100644 --- a/gcc/config/sh/sh_optimize_sett_clrt.cc +++ b/gcc/config/sh/sh_optimize_sett_clrt.cc @@ -1,5 +1,5 @@ /* An SH specific RTL pass that tries to optimize clrt and sett insns. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/sh/sh_treg_combine.cc b/gcc/config/sh/sh_treg_combine.cc index 5de3338e43b8..cb3a7a85d173 100644 --- a/gcc/config/sh/sh_treg_combine.cc +++ b/gcc/config/sh/sh_treg_combine.cc @@ -1,6 +1,6 @@ /* An SH specific RTL pass that tries to combine comparisons and redundant condition code register stores across multiple basic blocks. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/sh/superh.h b/gcc/config/sh/superh.h index 98f888e9e805..3fbd4f07e9a6 100644 --- a/gcc/config/sh/superh.h +++ b/gcc/config/sh/superh.h @@ -1,5 +1,5 @@ /* Definitions of target machine for gcc for Super-H using sh-superh-elf. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/config/sh/sync.md b/gcc/config/sh/sync.md index 93007f94c9b5..b46ac3131a8a 100644 --- a/gcc/config/sh/sync.md +++ b/gcc/config/sh/sync.md @@ -1,5 +1,5 @@ ;; GCC machine description for SH synchronization instructions. -;; Copyright (C) 2011-2016 Free Software Foundation, Inc. +;; Copyright (C) 2011-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/sh/t-sh b/gcc/config/sh/t-sh index 7446c8eda6a7..409554a8c8df 100644 --- a/gcc/config/sh/t-sh +++ b/gcc/config/sh/t-sh @@ -1,4 +1,4 @@ -# Copyright (C) 1993-2016 Free Software Foundation, Inc. +# Copyright (C) 1993-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/sh/vxworks.h b/gcc/config/sh/vxworks.h index a7d828f66cf7..4c2dba9d826c 100644 --- a/gcc/config/sh/vxworks.h +++ b/gcc/config/sh/vxworks.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GCC, for SuperH with targeting the VXWorks run time environment. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by CodeSourcery, LLC. This file is part of GCC. diff --git a/gcc/config/sol2-c.c b/gcc/config/sol2-c.c index 8c163cc2aa1e..5a44a88d1ac4 100644 --- a/gcc/config/sol2-c.c +++ b/gcc/config/sol2-c.c @@ -1,5 +1,5 @@ /* Solaris support needed only by C/C++ frontends. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by CodeSourcery, LLC. This file is part of GCC. diff --git a/gcc/config/sol2-cxx.c b/gcc/config/sol2-cxx.c index b5443392a88c..6fa9c20cd666 100644 --- a/gcc/config/sol2-cxx.c +++ b/gcc/config/sol2-cxx.c @@ -1,5 +1,5 @@ /* C++ specific Solaris system support. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/sol2-protos.h b/gcc/config/sol2-protos.h index 4e6b00231026..82fb9d6121ad 100644 --- a/gcc/config/sol2-protos.h +++ b/gcc/config/sol2-protos.h @@ -1,6 +1,6 @@ /* Operating system specific prototypes to be used when targeting GCC for any Solaris 2 system. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/sol2-stubs.c b/gcc/config/sol2-stubs.c index 45b250381034..813de729637f 100644 --- a/gcc/config/sol2-stubs.c +++ b/gcc/config/sol2-stubs.c @@ -1,5 +1,5 @@ /* Stubs for C++ specific Solaris system support. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/sol2.c b/gcc/config/sol2.c index 97f92e6c91f7..cdabf24e24bc 100644 --- a/gcc/config/sol2.c +++ b/gcc/config/sol2.c @@ -1,5 +1,5 @@ /* General Solaris system support. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by CodeSourcery, LLC. This file is part of GCC. diff --git a/gcc/config/sol2.h b/gcc/config/sol2.h index 50f2b383a1b7..93fe084b3bdf 100644 --- a/gcc/config/sol2.h +++ b/gcc/config/sol2.h @@ -1,6 +1,6 @@ /* Operating system specific defines to be used when targeting GCC for any Solaris 2 system. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/sol2.opt b/gcc/config/sol2.opt index 84492fea8273..729f9c91de64 100644 --- a/gcc/config/sol2.opt +++ b/gcc/config/sol2.opt @@ -1,6 +1,6 @@ ; Options for the Solaris 2 port of the compiler ; -; Copyright (C) 2010-2016 Free Software Foundation, Inc. +; Copyright (C) 2010-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/sparc/biarch64.h b/gcc/config/sparc/biarch64.h index a6983e23ea5d..7c7ec6b60b6c 100644 --- a/gcc/config/sparc/biarch64.h +++ b/gcc/config/sparc/biarch64.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GCC, for Sun SPARC. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. Contributed by David E. O'Brien . This file is part of GCC. diff --git a/gcc/config/sparc/constraints.md b/gcc/config/sparc/constraints.md index f0b69c23b5b2..7c9ef74ce6a1 100644 --- a/gcc/config/sparc/constraints.md +++ b/gcc/config/sparc/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions for SPARC. -;; Copyright (C) 2008-2016 Free Software Foundation, Inc. +;; Copyright (C) 2008-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/sparc/cypress.md b/gcc/config/sparc/cypress.md index e528373d2b32..717a70b0ec5b 100644 --- a/gcc/config/sparc/cypress.md +++ b/gcc/config/sparc/cypress.md @@ -1,5 +1,5 @@ ;; Scheduling description for SPARC Cypress. -;; Copyright (C) 2002-2016 Free Software Foundation, Inc. +;; Copyright (C) 2002-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/sparc/default64.h b/gcc/config/sparc/default64.h index be72d110692d..e14643dc1a4e 100644 --- a/gcc/config/sparc/default64.h +++ b/gcc/config/sparc/default64.h @@ -1,7 +1,7 @@ /* Definitions of target machine for GCC, for bi-arch SPARC, defaulting to 64-bit code generation. - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/sparc/driver-sparc.c b/gcc/config/sparc/driver-sparc.c index ea174bf3dc5c..9eca20dfebce 100644 --- a/gcc/config/sparc/driver-sparc.c +++ b/gcc/config/sparc/driver-sparc.c @@ -1,5 +1,5 @@ /* Subroutines for the gcc driver. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/sparc/freebsd.h b/gcc/config/sparc/freebsd.h index 8841be22e72e..3e7ea6c9d176 100644 --- a/gcc/config/sparc/freebsd.h +++ b/gcc/config/sparc/freebsd.h @@ -1,5 +1,5 @@ /* Definitions for Sun SPARC64 running FreeBSD using the ELF format - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. Contributed by David E. O'Brien and BSDi. This file is part of GCC. diff --git a/gcc/config/sparc/hypersparc.md b/gcc/config/sparc/hypersparc.md index 4cd85c8134dc..78e8284745e9 100644 --- a/gcc/config/sparc/hypersparc.md +++ b/gcc/config/sparc/hypersparc.md @@ -1,5 +1,5 @@ ;; Scheduling description for HyperSPARC. -;; Copyright (C) 2002-2016 Free Software Foundation, Inc. +;; Copyright (C) 2002-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/sparc/leon.md b/gcc/config/sparc/leon.md index cc3cb1e12d26..435a9bc8675d 100644 --- a/gcc/config/sparc/leon.md +++ b/gcc/config/sparc/leon.md @@ -1,5 +1,5 @@ ;; Scheduling description for LEON. -;; Copyright (C) 2010-2016 Free Software Foundation, Inc. +;; Copyright (C) 2010-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/sparc/linux.h b/gcc/config/sparc/linux.h index 9b3257712f5f..ce084656fca1 100644 --- a/gcc/config/sparc/linux.h +++ b/gcc/config/sparc/linux.h @@ -1,5 +1,5 @@ /* Definitions for SPARC running Linux-based GNU systems with ELF. - Copyright (C) 1996-2016 Free Software Foundation, Inc. + Copyright (C) 1996-2017 Free Software Foundation, Inc. Contributed by Eddie C. Dost (ecd@skynet.be) This file is part of GCC. diff --git a/gcc/config/sparc/linux64.h b/gcc/config/sparc/linux64.h index 9d53c29ede10..573ce8a9a4c2 100644 --- a/gcc/config/sparc/linux64.h +++ b/gcc/config/sparc/linux64.h @@ -1,5 +1,5 @@ /* Definitions for 64-bit SPARC running Linux-based GNU systems with ELF. - Copyright (C) 1996-2016 Free Software Foundation, Inc. + Copyright (C) 1996-2017 Free Software Foundation, Inc. Contributed by David S. Miller (davem@caip.rutgers.edu) This file is part of GCC. diff --git a/gcc/config/sparc/long-double-switch.opt b/gcc/config/sparc/long-double-switch.opt index 6f93cd7fcbe1..9a362bea6e96 100644 --- a/gcc/config/sparc/long-double-switch.opt +++ b/gcc/config/sparc/long-double-switch.opt @@ -1,6 +1,6 @@ ; Options for the SPARC port of the compiler ; -; Copyright (C) 2005-2016 Free Software Foundation, Inc. +; Copyright (C) 2005-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/sparc/netbsd-elf.h b/gcc/config/sparc/netbsd-elf.h index 26d9c093ab89..9d670cff8ac0 100644 --- a/gcc/config/sparc/netbsd-elf.h +++ b/gcc/config/sparc/netbsd-elf.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GCC, for ELF on NetBSD/sparc and NetBSD/sparc64. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Matthew Green (mrg@eterna.com.au). This file is part of GCC. diff --git a/gcc/config/sparc/niagara.md b/gcc/config/sparc/niagara.md index c5cf69c85dc2..f79771fc2f3b 100644 --- a/gcc/config/sparc/niagara.md +++ b/gcc/config/sparc/niagara.md @@ -1,5 +1,5 @@ ;; Scheduling description for Niagara. -;; Copyright (C) 2006-2016 Free Software Foundation, Inc. +;; Copyright (C) 2006-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/sparc/niagara2.md b/gcc/config/sparc/niagara2.md index 7712005595e9..9bcdd064f367 100644 --- a/gcc/config/sparc/niagara2.md +++ b/gcc/config/sparc/niagara2.md @@ -1,5 +1,5 @@ ;; Scheduling description for Niagara-2 and Niagara-3. -;; Copyright (C) 2007-2016 Free Software Foundation, Inc. +;; Copyright (C) 2007-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/sparc/niagara4.md b/gcc/config/sparc/niagara4.md index 925fc6c800b3..ad0a04b12d39 100644 --- a/gcc/config/sparc/niagara4.md +++ b/gcc/config/sparc/niagara4.md @@ -1,5 +1,5 @@ ;; Scheduling description for Niagara-4 -;; Copyright (C) 2012-2016 Free Software Foundation, Inc. +;; Copyright (C) 2012-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/sparc/niagara7.md b/gcc/config/sparc/niagara7.md index 56a4edb80c62..12d6ab0fba54 100644 --- a/gcc/config/sparc/niagara7.md +++ b/gcc/config/sparc/niagara7.md @@ -1,5 +1,5 @@ ;; Scheduling description for Niagara-7 -;; Copyright (C) 2016 Free Software Foundation, Inc. +;; Copyright (C) 2016-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/sparc/openbsd1-64.h b/gcc/config/sparc/openbsd1-64.h index a417390e315b..c0197cd8bc4b 100644 --- a/gcc/config/sparc/openbsd1-64.h +++ b/gcc/config/sparc/openbsd1-64.h @@ -1,5 +1,5 @@ /* Configuration file for sparc64 OpenBSD target. - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/sparc/openbsd64.h b/gcc/config/sparc/openbsd64.h index c6ef0fb5f8fd..e8a8abccde67 100644 --- a/gcc/config/sparc/openbsd64.h +++ b/gcc/config/sparc/openbsd64.h @@ -1,5 +1,5 @@ /* Configuration file for sparc64 OpenBSD target. - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/sparc/predicates.md b/gcc/config/sparc/predicates.md index 05ed68a14659..118ed916ad93 100644 --- a/gcc/config/sparc/predicates.md +++ b/gcc/config/sparc/predicates.md @@ -1,5 +1,5 @@ ;; Predicate definitions for SPARC. -;; Copyright (C) 2005-2016 Free Software Foundation, Inc. +;; Copyright (C) 2005-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/sparc/rtemself.h b/gcc/config/sparc/rtemself.h index 7bdb4d65dcf8..e5a3f6eae03f 100644 --- a/gcc/config/sparc/rtemself.h +++ b/gcc/config/sparc/rtemself.h @@ -1,5 +1,5 @@ /* Definitions for rtems targeting a SPARC using ELF. - Copyright (C) 1996-2016 Free Software Foundation, Inc. + Copyright (C) 1996-2017 Free Software Foundation, Inc. Contributed by Joel Sherrill (joel@OARcorp.com). This file is part of GCC. diff --git a/gcc/config/sparc/sol2.h b/gcc/config/sparc/sol2.h index 2a843c5c2628..db24ca3fc3fb 100644 --- a/gcc/config/sparc/sol2.h +++ b/gcc/config/sparc/sol2.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GCC, for SPARC running Solaris 2 - Copyright (C) 1992-2016 Free Software Foundation, Inc. + Copyright (C) 1992-2017 Free Software Foundation, Inc. Contributed by Ron Guilmette (rfg@netcom.com). Additional changes by David V. Henkel-Wallace (gumby@cygnus.com). diff --git a/gcc/config/sparc/sp-elf.h b/gcc/config/sparc/sp-elf.h index 0e81e9c3054c..7ea4c74538ae 100644 --- a/gcc/config/sparc/sp-elf.h +++ b/gcc/config/sparc/sp-elf.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GCC, for SPARC running in an embedded environment using the ELF file format. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/sparc/sp64-elf.h b/gcc/config/sparc/sp64-elf.h index 67eb8fa2db58..8b0b0788185e 100644 --- a/gcc/config/sparc/sp64-elf.h +++ b/gcc/config/sparc/sp64-elf.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GCC, for SPARC64, ELF. - Copyright (C) 1994-2016 Free Software Foundation, Inc. + Copyright (C) 1994-2017 Free Software Foundation, Inc. Contributed by Doug Evans, dje@cygnus.com. This file is part of GCC. diff --git a/gcc/config/sparc/sparc-c.c b/gcc/config/sparc/sparc-c.c index 8af031299c42..960317350fe9 100644 --- a/gcc/config/sparc/sparc-c.c +++ b/gcc/config/sparc/sparc-c.c @@ -1,5 +1,5 @@ /* Subroutines used for macro/preprocessor support on SPARC. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/sparc/sparc-modes.def b/gcc/config/sparc/sparc-modes.def index 6c3eadfb69c8..05a5ed7d9e84 100644 --- a/gcc/config/sparc/sparc-modes.def +++ b/gcc/config/sparc/sparc-modes.def @@ -1,5 +1,5 @@ /* Definitions of target machine for GCC, for Sun SPARC. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Michael Tiemann (tiemann@cygnus.com). 64-bit SPARC V9 support by Michael Tiemann, Jim Wilson, and Doug Evans, at Cygnus Support. diff --git a/gcc/config/sparc/sparc-opts.h b/gcc/config/sparc/sparc-opts.h index 40d23a223e38..6e7c2ace277e 100644 --- a/gcc/config/sparc/sparc-opts.h +++ b/gcc/config/sparc/sparc-opts.h @@ -1,5 +1,5 @@ /* Definitions for option handling for SPARC. - Copyright (C) 1996-2016 Free Software Foundation, Inc. + Copyright (C) 1996-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/sparc/sparc-passes.def b/gcc/config/sparc/sparc-passes.def index 76296b7ae6ea..c42d3b7fc37f 100644 --- a/gcc/config/sparc/sparc-passes.def +++ b/gcc/config/sparc/sparc-passes.def @@ -1,5 +1,5 @@ /* Description of target passes for SPARC. - Copyright (C) 2016 Free Software Foundation, Inc. + Copyright (C) 2016-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/sparc/sparc-protos.h b/gcc/config/sparc/sparc-protos.h index 931e69325750..d453c1ae934c 100644 --- a/gcc/config/sparc/sparc-protos.h +++ b/gcc/config/sparc/sparc-protos.h @@ -1,5 +1,5 @@ /* Prototypes of target machine for SPARC. - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. Contributed by Michael Tiemann (tiemann@cygnus.com). 64-bit SPARC-V9 support by Michael Tiemann, Jim Wilson, and Doug Evans, at Cygnus Support. diff --git a/gcc/config/sparc/sparc.c b/gcc/config/sparc/sparc.c index a5537a136d5b..ae0d0f67a724 100644 --- a/gcc/config/sparc/sparc.c +++ b/gcc/config/sparc/sparc.c @@ -1,5 +1,5 @@ /* Subroutines for insn-output.c for SPARC. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. Contributed by Michael Tiemann (tiemann@cygnus.com) 64-bit SPARC-V9 support by Michael Tiemann, Jim Wilson, and Doug Evans, at Cygnus Support. diff --git a/gcc/config/sparc/sparc.h b/gcc/config/sparc/sparc.h index ee216576bf1c..590a5f4dbf39 100644 --- a/gcc/config/sparc/sparc.h +++ b/gcc/config/sparc/sparc.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, for Sun SPARC. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. Contributed by Michael Tiemann (tiemann@cygnus.com). 64-bit SPARC-V9 support by Michael Tiemann, Jim Wilson, and Doug Evans, at Cygnus Support. diff --git a/gcc/config/sparc/sparc.md b/gcc/config/sparc/sparc.md index d2a6da4941ce..29a8bcfeecb7 100644 --- a/gcc/config/sparc/sparc.md +++ b/gcc/config/sparc/sparc.md @@ -1,5 +1,5 @@ ;; Machine description for SPARC. -;; Copyright (C) 1987-2016 Free Software Foundation, Inc. +;; Copyright (C) 1987-2017 Free Software Foundation, Inc. ;; Contributed by Michael Tiemann (tiemann@cygnus.com) ;; 64-bit SPARC-V9 support by Michael Tiemann, Jim Wilson, and Doug Evans, ;; at Cygnus Support. diff --git a/gcc/config/sparc/sparc.opt b/gcc/config/sparc/sparc.opt index 973fe6f55d58..86f85d9058f9 100644 --- a/gcc/config/sparc/sparc.opt +++ b/gcc/config/sparc/sparc.opt @@ -1,6 +1,6 @@ ; Options for the SPARC port of the compiler ; -; Copyright (C) 2005-2016 Free Software Foundation, Inc. +; Copyright (C) 2005-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/sparc/sparclet.md b/gcc/config/sparc/sparclet.md index 77a82fcda45c..5ec0b8c40c89 100644 --- a/gcc/config/sparc/sparclet.md +++ b/gcc/config/sparc/sparclet.md @@ -1,5 +1,5 @@ ;; Scheduling description for SPARClet. -;; Copyright (C) 2002-2016 Free Software Foundation, Inc. +;; Copyright (C) 2002-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/sparc/supersparc.md b/gcc/config/sparc/supersparc.md index 816f85090a53..e715e8e1b8de 100644 --- a/gcc/config/sparc/supersparc.md +++ b/gcc/config/sparc/supersparc.md @@ -1,5 +1,5 @@ ;; Scheduling description for SuperSPARC. -;; Copyright (C) 2002-2016 Free Software Foundation, Inc. +;; Copyright (C) 2002-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/sparc/sync.md b/gcc/config/sparc/sync.md index 6fac1f2da531..8db2d15b79bd 100644 --- a/gcc/config/sparc/sync.md +++ b/gcc/config/sparc/sync.md @@ -1,5 +1,5 @@ ;; GCC machine description for SPARC synchronization instructions. -;; Copyright (C) 2005-2016 Free Software Foundation, Inc. +;; Copyright (C) 2005-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/sparc/sysv4.h b/gcc/config/sparc/sysv4.h index 5ec0a1ef345a..18a1f7c9acaf 100644 --- a/gcc/config/sparc/sysv4.h +++ b/gcc/config/sparc/sysv4.h @@ -1,5 +1,5 @@ /* Target definitions for GNU compiler for SPARC running System V.4 - Copyright (C) 1991-2016 Free Software Foundation, Inc. + Copyright (C) 1991-2017 Free Software Foundation, Inc. Contributed by Ron Guilmette (rfg@monkeys.com). This file is part of GCC. diff --git a/gcc/config/sparc/t-elf b/gcc/config/sparc/t-elf index 97256f34dddb..68bf15d4b665 100644 --- a/gcc/config/sparc/t-elf +++ b/gcc/config/sparc/t-elf @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2016 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/sparc/t-leon b/gcc/config/sparc/t-leon index a3f806a5c830..7811e031b3d0 100644 --- a/gcc/config/sparc/t-leon +++ b/gcc/config/sparc/t-leon @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2016 Free Software Foundation, Inc. +# Copyright (C) 2010-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/sparc/t-leon3 b/gcc/config/sparc/t-leon3 index 5cdb1fc70051..320d8d9ef23f 100644 --- a/gcc/config/sparc/t-leon3 +++ b/gcc/config/sparc/t-leon3 @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2016 Free Software Foundation, Inc. +# Copyright (C) 2010-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/sparc/t-linux64 b/gcc/config/sparc/t-linux64 index cfb4150b4c73..7511c38b1040 100644 --- a/gcc/config/sparc/t-linux64 +++ b/gcc/config/sparc/t-linux64 @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2016 Free Software Foundation, Inc. +# Copyright (C) 1998-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/sparc/t-rtems b/gcc/config/sparc/t-rtems index 5c03c40fd9ad..7411aaab785d 100644 --- a/gcc/config/sparc/t-rtems +++ b/gcc/config/sparc/t-rtems @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2016 Free Software Foundation, Inc. +# Copyright (C) 2012-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/sparc/t-rtems-64 b/gcc/config/sparc/t-rtems-64 index 765703f3fa8a..62ec9b4f722c 100644 --- a/gcc/config/sparc/t-rtems-64 +++ b/gcc/config/sparc/t-rtems-64 @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2016 Free Software Foundation, Inc. +# Copyright (C) 2012-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/sparc/t-sparc b/gcc/config/sparc/t-sparc index ec396b04ee3a..f512937cfa95 100644 --- a/gcc/config/sparc/t-sparc +++ b/gcc/config/sparc/t-sparc @@ -1,6 +1,6 @@ # General rules that all sparc/ targets must have. # -# Copyright (C) 2011-2016 Free Software Foundation, Inc. +# Copyright (C) 2011-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/sparc/tso.h b/gcc/config/sparc/tso.h index 46b02ef959e0..2afd129b7dd5 100644 --- a/gcc/config/sparc/tso.h +++ b/gcc/config/sparc/tso.h @@ -1,5 +1,5 @@ /* Include fragment for Sparc TSO operating systems. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/sparc/ultra1_2.md b/gcc/config/sparc/ultra1_2.md index 53de5342982a..6af285931e43 100644 --- a/gcc/config/sparc/ultra1_2.md +++ b/gcc/config/sparc/ultra1_2.md @@ -1,5 +1,5 @@ ;; Scheduling description for UltraSPARC-I/II. -;; Copyright (C) 2002-2016 Free Software Foundation, Inc. +;; Copyright (C) 2002-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/sparc/ultra3.md b/gcc/config/sparc/ultra3.md index f0d547a3f336..6296b38cbbdb 100644 --- a/gcc/config/sparc/ultra3.md +++ b/gcc/config/sparc/ultra3.md @@ -1,5 +1,5 @@ ;; Scheduling description for UltraSPARC-III. -;; Copyright (C) 2002-2016 Free Software Foundation, Inc. +;; Copyright (C) 2002-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/sparc/visintrin.h b/gcc/config/sparc/visintrin.h index 8b80cc1e56b4..2d62c4f4e60a 100644 --- a/gcc/config/sparc/visintrin.h +++ b/gcc/config/sparc/visintrin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2016 Free Software Foundation, Inc. +/* Copyright (C) 2011-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/sparc/vxworks.h b/gcc/config/sparc/vxworks.h index 81e0ffb2c760..d2d3bfcb88a9 100644 --- a/gcc/config/sparc/vxworks.h +++ b/gcc/config/sparc/vxworks.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler, for SPARC targeting the VxWorks run time environment. - Copyright (C) 2007-2016 Free Software Foundation, Inc. + Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/spu/constraints.md b/gcc/config/spu/constraints.md index a415f4e6990b..105d55734b44 100644 --- a/gcc/config/spu/constraints.md +++ b/gcc/config/spu/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions for SPU -;; Copyright (C) 2006-2016 Free Software Foundation, Inc. +;; Copyright (C) 2006-2017 Free Software Foundation, Inc. ;; ;; This file is free software; you can redistribute it and/or modify it under ;; the terms of the GNU General Public License as published by the Free diff --git a/gcc/config/spu/predicates.md b/gcc/config/spu/predicates.md index b2e5506ecb9b..8c685960fabe 100644 --- a/gcc/config/spu/predicates.md +++ b/gcc/config/spu/predicates.md @@ -1,5 +1,5 @@ ;; Predicate definitions for CELL SPU -;; Copyright (C) 2006-2016 Free Software Foundation, Inc. +;; Copyright (C) 2006-2017 Free Software Foundation, Inc. ;; ;; This file is free software; you can redistribute it and/or modify it under ;; the terms of the GNU General Public License as published by the Free diff --git a/gcc/config/spu/spu-builtins.def b/gcc/config/spu/spu-builtins.def index f90041c2191c..bd17e41a4493 100644 --- a/gcc/config/spu/spu-builtins.def +++ b/gcc/config/spu/spu-builtins.def @@ -1,5 +1,5 @@ /* Definitions of builtin functions for the Synergistic Processing Unit (SPU). */ -/* Copyright (C) 2006-2016 Free Software Foundation, Inc. +/* Copyright (C) 2006-2017 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/gcc/config/spu/spu-builtins.md b/gcc/config/spu/spu-builtins.md index d3667e6bd66d..322abc0fbbc2 100644 --- a/gcc/config/spu/spu-builtins.md +++ b/gcc/config/spu/spu-builtins.md @@ -1,4 +1,4 @@ -;; Copyright (C) 2006-2016 Free Software Foundation, Inc. +;; Copyright (C) 2006-2017 Free Software Foundation, Inc. ;; This file is free software; you can redistribute it and/or modify it under ;; the terms of the GNU General Public License as published by the Free diff --git a/gcc/config/spu/spu-c.c b/gcc/config/spu/spu-c.c index 684aba75dcc2..ba858f1fbb91 100644 --- a/gcc/config/spu/spu-c.c +++ b/gcc/config/spu/spu-c.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2006-2016 Free Software Foundation, Inc. +/* Copyright (C) 2006-2017 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/gcc/config/spu/spu-elf.h b/gcc/config/spu/spu-elf.h index 8b99471242a7..ec5281e34402 100644 --- a/gcc/config/spu/spu-elf.h +++ b/gcc/config/spu/spu-elf.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2006-2016 Free Software Foundation, Inc. +/* Copyright (C) 2006-2017 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/gcc/config/spu/spu-modes.def b/gcc/config/spu/spu-modes.def index 93b0b4261b3b..ee519e7ea0c7 100644 --- a/gcc/config/spu/spu-modes.def +++ b/gcc/config/spu/spu-modes.def @@ -1,4 +1,4 @@ -/* Copyright (C) 2006-2016 Free Software Foundation, Inc. +/* Copyright (C) 2006-2017 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/gcc/config/spu/spu-protos.h b/gcc/config/spu/spu-protos.h index 0c7071259a81..e7fc9bdfcd15 100644 --- a/gcc/config/spu/spu-protos.h +++ b/gcc/config/spu/spu-protos.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2006-2016 Free Software Foundation, Inc. +/* Copyright (C) 2006-2017 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/gcc/config/spu/spu.c b/gcc/config/spu/spu.c index e8a3ed9462be..fcb85c0ee16c 100644 --- a/gcc/config/spu/spu.c +++ b/gcc/config/spu/spu.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2006-2016 Free Software Foundation, Inc. +/* Copyright (C) 2006-2017 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/gcc/config/spu/spu.h b/gcc/config/spu/spu.h index 7b6bad1500d6..5b1994d325ad 100644 --- a/gcc/config/spu/spu.h +++ b/gcc/config/spu/spu.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2006-2016 Free Software Foundation, Inc. +/* Copyright (C) 2006-2017 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/gcc/config/spu/spu.md b/gcc/config/spu/spu.md index 13373443461d..947b044844c9 100644 --- a/gcc/config/spu/spu.md +++ b/gcc/config/spu/spu.md @@ -1,4 +1,4 @@ -;; Copyright (C) 2006-2016 Free Software Foundation, Inc. +;; Copyright (C) 2006-2017 Free Software Foundation, Inc. ;; This file is free software; you can redistribute it and/or modify it under ;; the terms of the GNU General Public License as published by the Free diff --git a/gcc/config/spu/spu.opt b/gcc/config/spu/spu.opt index 2dcffcde6a76..70da11e27044 100644 --- a/gcc/config/spu/spu.opt +++ b/gcc/config/spu/spu.opt @@ -1,5 +1,5 @@ ; Options for the SPU port of the compiler -; Copyright (C) 2006-2016 Free Software Foundation, Inc. +; Copyright (C) 2006-2017 Free Software Foundation, Inc. ; This file is free software; you can redistribute it and/or modify it under ; the terms of the GNU General Public License as published by the Free diff --git a/gcc/config/spu/spu_cache.h b/gcc/config/spu/spu_cache.h index 0c6825ca7356..e114acbbdb66 100644 --- a/gcc/config/spu/spu_cache.h +++ b/gcc/config/spu/spu_cache.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/gcc/config/spu/spu_internals.h b/gcc/config/spu/spu_internals.h index a7056d1e0137..84ed28df7113 100644 --- a/gcc/config/spu/spu_internals.h +++ b/gcc/config/spu/spu_internals.h @@ -1,5 +1,5 @@ /* Definitions of Synergistic Processing Unit (SPU). */ -/* Copyright (C) 2006-2016 Free Software Foundation, Inc. +/* Copyright (C) 2006-2017 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/gcc/config/spu/spu_intrinsics.h b/gcc/config/spu/spu_intrinsics.h index d859b6839eef..f7b3f54c69ae 100644 --- a/gcc/config/spu/spu_intrinsics.h +++ b/gcc/config/spu/spu_intrinsics.h @@ -1,5 +1,5 @@ /* Definitions of Synergistic Processing Unit (SPU). */ -/* Copyright (C) 2006-2016 Free Software Foundation, Inc. +/* Copyright (C) 2006-2017 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/gcc/config/spu/spu_mfcio.h b/gcc/config/spu/spu_mfcio.h index 0d6726c56ab9..47d4dfaa3b6b 100644 --- a/gcc/config/spu/spu_mfcio.h +++ b/gcc/config/spu/spu_mfcio.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2006-2016 Free Software Foundation, Inc. +/* Copyright (C) 2006-2017 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/gcc/config/spu/t-spu-elf b/gcc/config/spu/t-spu-elf index cfd6ee7b54c4..2ed15cb2327f 100644 --- a/gcc/config/spu/t-spu-elf +++ b/gcc/config/spu/t-spu-elf @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2016 Free Software Foundation, Inc. +# Copyright (C) 2006-2017 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free diff --git a/gcc/config/spu/vec_types.h b/gcc/config/spu/vec_types.h index d2de89c644e9..d8b02c0a54bf 100644 --- a/gcc/config/spu/vec_types.h +++ b/gcc/config/spu/vec_types.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2006-2016 Free Software Foundation, Inc. +/* Copyright (C) 2006-2017 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/gcc/config/spu/vmx2spu.h b/gcc/config/spu/vmx2spu.h index fb76bad04abc..67ae2ba17994 100644 --- a/gcc/config/spu/vmx2spu.h +++ b/gcc/config/spu/vmx2spu.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2006-2016 Free Software Foundation, Inc. +/* Copyright (C) 2006-2017 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/gcc/config/stormy16/constraints.md b/gcc/config/stormy16/constraints.md index e591e4f93ccc..75b09b8f8fe9 100644 --- a/gcc/config/stormy16/constraints.md +++ b/gcc/config/stormy16/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions for XSTORMY16. -;; Copyright (C) 2011-2016 Free Software Foundation, Inc. +;; Copyright (C) 2011-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/stormy16/predicates.md b/gcc/config/stormy16/predicates.md index 8a87bc8f1b9a..3cca5cf296bf 100644 --- a/gcc/config/stormy16/predicates.md +++ b/gcc/config/stormy16/predicates.md @@ -1,5 +1,5 @@ ;; Predicate definitions for XSTORMY16. -;; Copyright (C) 2005-2016 Free Software Foundation, Inc. +;; Copyright (C) 2005-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/stormy16/stormy-abi b/gcc/config/stormy16/stormy-abi index c89d9be5cc0b..b874dc9efadb 100644 --- a/gcc/config/stormy16/stormy-abi +++ b/gcc/config/stormy16/stormy-abi @@ -167,7 +167,7 @@ means that overflow is reported for either signed or unsigned overflow. -Copyright (C) 2001-2016 Free Software Foundation, Inc. +Copyright (C) 2001-2017 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/gcc/config/stormy16/stormy16-protos.h b/gcc/config/stormy16/stormy16-protos.h index 55d155c1d1d2..38be8d2adfd0 100644 --- a/gcc/config/stormy16/stormy16-protos.h +++ b/gcc/config/stormy16/stormy16-protos.h @@ -1,5 +1,5 @@ /* Prototypes for exported functions defined in xstormy16.c - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of GCC. diff --git a/gcc/config/stormy16/stormy16.c b/gcc/config/stormy16/stormy16.c index f74b4d997a68..aee7742de893 100644 --- a/gcc/config/stormy16/stormy16.c +++ b/gcc/config/stormy16/stormy16.c @@ -1,5 +1,5 @@ /* Xstormy16 target functions. - Copyright (C) 1997-2016 Free Software Foundation, Inc. + Copyright (C) 1997-2017 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of GCC. diff --git a/gcc/config/stormy16/stormy16.h b/gcc/config/stormy16/stormy16.h index 547d38a62a9b..33849e85c8be 100644 --- a/gcc/config/stormy16/stormy16.h +++ b/gcc/config/stormy16/stormy16.h @@ -1,5 +1,5 @@ /* Xstormy16 cpu description. - Copyright (C) 1997-2016 Free Software Foundation, Inc. + Copyright (C) 1997-2017 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of GCC. diff --git a/gcc/config/stormy16/stormy16.md b/gcc/config/stormy16/stormy16.md index a23c7166a1e4..02766c3a79bd 100644 --- a/gcc/config/stormy16/stormy16.md +++ b/gcc/config/stormy16/stormy16.md @@ -1,5 +1,5 @@ ;; XSTORMY16 Machine description template -;; Copyright (C) 1997-2016 Free Software Foundation, Inc. +;; Copyright (C) 1997-2017 Free Software Foundation, Inc. ;; Contributed by Red Hat, Inc. ;; This file is part of GCC. diff --git a/gcc/config/stormy16/stormy16.opt b/gcc/config/stormy16/stormy16.opt index 6564477d7af3..9d8fba0eeef8 100644 --- a/gcc/config/stormy16/stormy16.opt +++ b/gcc/config/stormy16/stormy16.opt @@ -1,6 +1,6 @@ ; Options for the XSTORMY16 port of the compiler. -; Copyright (C) 2005-2016 Free Software Foundation, Inc. +; Copyright (C) 2005-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/t-darwin b/gcc/config/t-darwin index e67bc9b9531c..6eeaef42cbea 100644 --- a/gcc/config/t-darwin +++ b/gcc/config/t-darwin @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2016 Free Software Foundation, Inc. +# Copyright (C) 2002-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/t-glibc b/gcc/config/t-glibc index 00276b33e8e5..99094f8d020e 100644 --- a/gcc/config/t-glibc +++ b/gcc/config/t-glibc @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2016 Free Software Foundation, Inc. +# Copyright (C) 2012-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/t-libunwind b/gcc/config/t-libunwind index 877b44e76852..f761de7cff10 100644 --- a/gcc/config/t-libunwind +++ b/gcc/config/t-libunwind @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2016 Free Software Foundation, Inc. +# Copyright (C) 2002-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/t-linux b/gcc/config/t-linux index e7da1891c245..d0b6406aee03 100644 --- a/gcc/config/t-linux +++ b/gcc/config/t-linux @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2016 Free Software Foundation, Inc. +# Copyright (C) 2002-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/t-lynx b/gcc/config/t-lynx index 3fe4020e4d8f..0a28be3e9179 100644 --- a/gcc/config/t-lynx +++ b/gcc/config/t-lynx @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2016 Free Software Foundation, Inc. +# Copyright (C) 2004-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/t-pnt16-warn b/gcc/config/t-pnt16-warn index 64ba678edef8..c0ccc1291f11 100644 --- a/gcc/config/t-pnt16-warn +++ b/gcc/config/t-pnt16-warn @@ -1,5 +1,5 @@ # -Werror overrides for targets with 16 bit pointers -# Copyright (C) 2010-2016 Free Software Foundation, Inc. +# Copyright (C) 2010-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/t-sol2 b/gcc/config/t-sol2 index 0ab15aec5ab6..305289427287 100644 --- a/gcc/config/t-sol2 +++ b/gcc/config/t-sol2 @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2016 Free Software Foundation, Inc. +# Copyright (C) 2004-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/t-vxworks b/gcc/config/t-vxworks index 39885e510bfc..993a9d6d50f8 100644 --- a/gcc/config/t-vxworks +++ b/gcc/config/t-vxworks @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2016 Free Software Foundation, Inc. +# Copyright (C) 2002-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/t-winnt b/gcc/config/t-winnt index 39361efce070..db3913c16e0c 100644 --- a/gcc/config/t-winnt +++ b/gcc/config/t-winnt @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2016 Free Software Foundation, Inc. +# Copyright (C) 2013-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/tilegx/constraints.md b/gcc/config/tilegx/constraints.md index 51566868c741..15ee18b3bcb1 100644 --- a/gcc/config/tilegx/constraints.md +++ b/gcc/config/tilegx/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions for Tilera TILE-Gx. -;; Copyright (C) 2011-2016 Free Software Foundation, Inc. +;; Copyright (C) 2011-2017 Free Software Foundation, Inc. ;; Contributed by Walter Lee (walt@tilera.com) ;; ;; This file is part of GCC. diff --git a/gcc/config/tilegx/linux.h b/gcc/config/tilegx/linux.h index 8ed3d028568d..a79745591492 100644 --- a/gcc/config/tilegx/linux.h +++ b/gcc/config/tilegx/linux.h @@ -1,5 +1,5 @@ /* Definitions for TILE-Gx running Linux-based GNU systems with ELF. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Walter Lee (walt@tilera.com) This file is part of GCC. diff --git a/gcc/config/tilegx/mul-tables.c b/gcc/config/tilegx/mul-tables.c index 98081706d2b2..9725f7dfb74b 100644 --- a/gcc/config/tilegx/mul-tables.c +++ b/gcc/config/tilegx/mul-tables.c @@ -1,5 +1,5 @@ /* Constant multiply table for TILE-Gx. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Walter Lee (walt@tilera.com) This file is part of GCC. diff --git a/gcc/config/tilegx/predicates.md b/gcc/config/tilegx/predicates.md index fabeef770e3f..731efc3877a3 100644 --- a/gcc/config/tilegx/predicates.md +++ b/gcc/config/tilegx/predicates.md @@ -1,5 +1,5 @@ ;; Predicate definitions for Tilera TILE-Gx. -;; Copyright (C) 2011-2016 Free Software Foundation, Inc. +;; Copyright (C) 2011-2017 Free Software Foundation, Inc. ;; Contributed by Walter Lee (walt@tilera.com) ;; ;; This file is part of GCC. diff --git a/gcc/config/tilegx/sync.md b/gcc/config/tilegx/sync.md index d3d1f844d349..0b8ce6986543 100644 --- a/gcc/config/tilegx/sync.md +++ b/gcc/config/tilegx/sync.md @@ -1,6 +1,6 @@ ;; GCC machine description for Tilera TILE-Gx synchronization ;; instructions. -;; Copyright (C) 2011-2016 Free Software Foundation, Inc. +;; Copyright (C) 2011-2017 Free Software Foundation, Inc. ;; Contributed by Walter Lee (walt@tilera.com) ;; ;; This file is part of GCC. diff --git a/gcc/config/tilegx/tilegx-builtins.h b/gcc/config/tilegx/tilegx-builtins.h index d681be29f033..29b6670f1c3b 100644 --- a/gcc/config/tilegx/tilegx-builtins.h +++ b/gcc/config/tilegx/tilegx-builtins.h @@ -1,5 +1,5 @@ /* Enum for builtin intrinsics for TILE-Gx. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Walter Lee (walt@tilera.com) This file is part of GCC. diff --git a/gcc/config/tilegx/tilegx-c.c b/gcc/config/tilegx/tilegx-c.c index 8f756329fe6f..8f38a881d126 100644 --- a/gcc/config/tilegx/tilegx-c.c +++ b/gcc/config/tilegx/tilegx-c.c @@ -1,5 +1,5 @@ /* Definitions of C specific functions for TILE-Gx. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Walter Lee (walt@tilera.com) This file is part of GCC. diff --git a/gcc/config/tilegx/tilegx-generic.md b/gcc/config/tilegx/tilegx-generic.md index 01d7cca3e793..6386df6d00a6 100644 --- a/gcc/config/tilegx/tilegx-generic.md +++ b/gcc/config/tilegx/tilegx-generic.md @@ -1,5 +1,5 @@ ;; Scheduling description for Tilera TILE-Gx chip. -;; Copyright (C) 2011-2016 Free Software Foundation, Inc. +;; Copyright (C) 2011-2017 Free Software Foundation, Inc. ;; Contributed by Walter Lee (walt@tilera.com) ;; ;; This file is part of GCC. diff --git a/gcc/config/tilegx/tilegx-modes.def b/gcc/config/tilegx/tilegx-modes.def index b6ab88b367f9..918cbe3edcd0 100644 --- a/gcc/config/tilegx/tilegx-modes.def +++ b/gcc/config/tilegx/tilegx-modes.def @@ -1,5 +1,5 @@ /* TILE-Gx extra machine modes. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Walter Lee (walt@tilera.com) This file is part of GCC. diff --git a/gcc/config/tilegx/tilegx-multiply.h b/gcc/config/tilegx/tilegx-multiply.h index 6cd74ab34d83..6ba8c9665380 100644 --- a/gcc/config/tilegx/tilegx-multiply.h +++ b/gcc/config/tilegx/tilegx-multiply.h @@ -1,5 +1,5 @@ /* Header for constant multiple table for TILE-Gx. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Walter Lee (walt@tilera.com) This file is part of GCC. diff --git a/gcc/config/tilegx/tilegx-opts.h b/gcc/config/tilegx/tilegx-opts.h index 7de3cf9fbd78..1c46604f7cdd 100644 --- a/gcc/config/tilegx/tilegx-opts.h +++ b/gcc/config/tilegx/tilegx-opts.h @@ -1,5 +1,5 @@ /* Definitions for option handling for TILE-Gx. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Walter Lee (walt@tilera.com) This file is part of GCC. diff --git a/gcc/config/tilegx/tilegx-protos.h b/gcc/config/tilegx/tilegx-protos.h index 758585de12ab..53ff58c23409 100644 --- a/gcc/config/tilegx/tilegx-protos.h +++ b/gcc/config/tilegx/tilegx-protos.h @@ -1,5 +1,5 @@ /* Prototypes of target machine for TILE-Gx. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Walter Lee (walt@tilera.com) This file is part of GCC. diff --git a/gcc/config/tilegx/tilegx.c b/gcc/config/tilegx/tilegx.c index d2135520a004..b04e70867722 100644 --- a/gcc/config/tilegx/tilegx.c +++ b/gcc/config/tilegx/tilegx.c @@ -1,5 +1,5 @@ /* Subroutines used for code generation on the Tilera TILE-Gx. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Walter Lee (walt@tilera.com) This file is part of GCC. diff --git a/gcc/config/tilegx/tilegx.h b/gcc/config/tilegx/tilegx.h index ce9c97040223..70b2266a2ce0 100644 --- a/gcc/config/tilegx/tilegx.h +++ b/gcc/config/tilegx/tilegx.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler for TILE-Gx. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Walter Lee (walt@tilera.com) This file is part of GCC. diff --git a/gcc/config/tilegx/tilegx.md b/gcc/config/tilegx/tilegx.md index eccdd28941d8..48d8d34ded1b 100644 --- a/gcc/config/tilegx/tilegx.md +++ b/gcc/config/tilegx/tilegx.md @@ -1,5 +1,5 @@ ;; Machine description for Tilera TILE-Gx chip for GCC. -;; Copyright (C) 2011-2016 Free Software Foundation, Inc. +;; Copyright (C) 2011-2017 Free Software Foundation, Inc. ;; Contributed by Walter Lee (walt@tilera.com) ;; ;; This file is part of GCC. diff --git a/gcc/config/tilegx/tilegx.opt b/gcc/config/tilegx/tilegx.opt index 017893d85d48..658923bafea2 100644 --- a/gcc/config/tilegx/tilegx.opt +++ b/gcc/config/tilegx/tilegx.opt @@ -1,5 +1,5 @@ ; Options for the TILE-Gx port of the compiler. -; Copyright (C) 2011-2016 Free Software Foundation, Inc. +; Copyright (C) 2011-2017 Free Software Foundation, Inc. ; Contributed by Walter Lee (walt@tilera.com) ; ; This file is part of GCC. diff --git a/gcc/config/tilepro/constraints.md b/gcc/config/tilepro/constraints.md index 901904a00a2f..bea2f39c365b 100644 --- a/gcc/config/tilepro/constraints.md +++ b/gcc/config/tilepro/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions for Tilera TILEPro chip. -;; Copyright (C) 2011-2016 Free Software Foundation, Inc. +;; Copyright (C) 2011-2017 Free Software Foundation, Inc. ;; Contributed by Walter Lee (walt@tilera.com) ;; ;; This file is part of GCC. diff --git a/gcc/config/tilepro/gen-mul-tables.cc b/gcc/config/tilepro/gen-mul-tables.cc index 57e3cce0e133..c474232fe13d 100644 --- a/gcc/config/tilepro/gen-mul-tables.cc +++ b/gcc/config/tilepro/gen-mul-tables.cc @@ -1,5 +1,5 @@ /* Multiply table generator for tile. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Walter Lee (walt@tilera.com) This file is part of GCC. @@ -1230,7 +1230,7 @@ main () #else printf ("/* Constant multiply table for TILE-Gx.\n"); #endif - printf (" Copyright (C) 2011-2016 Free Software Foundation, Inc.\n"); + printf (" Copyright (C) 2011-2017 Free Software Foundation, Inc.\n"); printf (" Contributed by Walter Lee (walt@tilera.com)\n"); printf ("\n"); printf (" This file is part of GCC.\n"); diff --git a/gcc/config/tilepro/linux.h b/gcc/config/tilepro/linux.h index ebe15f4cc91c..888a7a8db896 100644 --- a/gcc/config/tilepro/linux.h +++ b/gcc/config/tilepro/linux.h @@ -1,5 +1,5 @@ /* Definitions for TILEPro running Linux-based GNU systems with ELF. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Walter Lee (walt@tilera.com) This file is part of GCC. diff --git a/gcc/config/tilepro/mul-tables.c b/gcc/config/tilepro/mul-tables.c index 3edaa02cdba4..99877d6d2ea7 100644 --- a/gcc/config/tilepro/mul-tables.c +++ b/gcc/config/tilepro/mul-tables.c @@ -1,5 +1,5 @@ /* Constant multiply table for TILEPro. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Walter Lee (walt@tilera.com) This file is part of GCC. diff --git a/gcc/config/tilepro/predicates.md b/gcc/config/tilepro/predicates.md index 50990728a491..06c0e85f7f23 100644 --- a/gcc/config/tilepro/predicates.md +++ b/gcc/config/tilepro/predicates.md @@ -1,5 +1,5 @@ ;; Predicate definitions for Tilera TILEPro chip. -;; Copyright (C) 2011-2016 Free Software Foundation, Inc. +;; Copyright (C) 2011-2017 Free Software Foundation, Inc. ;; Contributed by Walter Lee (walt@tilera.com) ;; ;; This file is part of GCC. diff --git a/gcc/config/tilepro/tilepro-builtins.h b/gcc/config/tilepro/tilepro-builtins.h index 5cee7f0b3551..faae76ac4235 100644 --- a/gcc/config/tilepro/tilepro-builtins.h +++ b/gcc/config/tilepro/tilepro-builtins.h @@ -1,5 +1,5 @@ /* Enum for builtin intrinsics for TILEPro. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Walter Lee (walt@tilera.com) This file is part of GCC. diff --git a/gcc/config/tilepro/tilepro-c.c b/gcc/config/tilepro/tilepro-c.c index ffd34a14e38c..fab4689381bb 100644 --- a/gcc/config/tilepro/tilepro-c.c +++ b/gcc/config/tilepro/tilepro-c.c @@ -1,5 +1,5 @@ /* Definitions of C specific functions for TILEPro. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Walter Lee (walt@tilera.com) This file is part of GCC. diff --git a/gcc/config/tilepro/tilepro-generic.md b/gcc/config/tilepro/tilepro-generic.md index f52614006244..255fc394b20b 100644 --- a/gcc/config/tilepro/tilepro-generic.md +++ b/gcc/config/tilepro/tilepro-generic.md @@ -1,5 +1,5 @@ ;; Scheduling description for Tilera TILEPro chip. -;; Copyright (C) 2011-2016 Free Software Foundation, Inc. +;; Copyright (C) 2011-2017 Free Software Foundation, Inc. ;; Contributed by Walter Lee (walt@tilera.com) ;; ;; This file is part of GCC. diff --git a/gcc/config/tilepro/tilepro-modes.def b/gcc/config/tilepro/tilepro-modes.def index e8e47de607f5..7c5806a8f7aa 100644 --- a/gcc/config/tilepro/tilepro-modes.def +++ b/gcc/config/tilepro/tilepro-modes.def @@ -1,5 +1,5 @@ /* TILEPro extra machine modes. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Walter Lee (walt@tilera.com) This file is part of GCC. diff --git a/gcc/config/tilepro/tilepro-multiply.h b/gcc/config/tilepro/tilepro-multiply.h index 554bcfcee897..c329f10f289c 100644 --- a/gcc/config/tilepro/tilepro-multiply.h +++ b/gcc/config/tilepro/tilepro-multiply.h @@ -1,5 +1,5 @@ /* Header for constant multiple table for TILEPro. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Walter Lee (walt@tilera.com) This file is part of GCC. diff --git a/gcc/config/tilepro/tilepro-protos.h b/gcc/config/tilepro/tilepro-protos.h index 2c4418ae6d7f..784d272f6059 100644 --- a/gcc/config/tilepro/tilepro-protos.h +++ b/gcc/config/tilepro/tilepro-protos.h @@ -1,5 +1,5 @@ /* Prototypes of target machine for TILEPro. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Walter Lee (walt@tilera.com) This file is part of GCC. diff --git a/gcc/config/tilepro/tilepro.c b/gcc/config/tilepro/tilepro.c index 5a75349d70ad..b16ad388b867 100644 --- a/gcc/config/tilepro/tilepro.c +++ b/gcc/config/tilepro/tilepro.c @@ -1,5 +1,5 @@ /* Subroutines used for code generation on the Tilera TILEPro. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Walter Lee (walt@tilera.com) This file is part of GCC. diff --git a/gcc/config/tilepro/tilepro.h b/gcc/config/tilepro/tilepro.h index 30f420a04c7d..819c42c87002 100644 --- a/gcc/config/tilepro/tilepro.h +++ b/gcc/config/tilepro/tilepro.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler for TILEPro. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Walter Lee (walt@tilera.com) This file is part of GCC. diff --git a/gcc/config/tilepro/tilepro.md b/gcc/config/tilepro/tilepro.md index d1536edada66..86fb2fb244cd 100644 --- a/gcc/config/tilepro/tilepro.md +++ b/gcc/config/tilepro/tilepro.md @@ -1,5 +1,5 @@ ;; Machine description for Tilera TILEPro chip for GCC. -;; Copyright (C) 2011-2016 Free Software Foundation, Inc. +;; Copyright (C) 2011-2017 Free Software Foundation, Inc. ;; Contributed by Walter Lee (walt@tilera.com) ;; ;; This file is part of GCC. diff --git a/gcc/config/tilepro/tilepro.opt b/gcc/config/tilepro/tilepro.opt index 247c8cfafebf..e432733ac6b0 100644 --- a/gcc/config/tilepro/tilepro.opt +++ b/gcc/config/tilepro/tilepro.opt @@ -1,5 +1,5 @@ ; Options for the TILEPro port of the compiler. -; Copyright (C) 2011-2016 Free Software Foundation, Inc. +; Copyright (C) 2011-2017 Free Software Foundation, Inc. ; Contributed by Walter Lee (walt@tilera.com) ; ; This file is part of GCC. diff --git a/gcc/config/usegas.h b/gcc/config/usegas.h index e0103aad182e..f5f7d8a3d036 100644 --- a/gcc/config/usegas.h +++ b/gcc/config/usegas.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2016 Free Software Foundation, Inc. +/* Copyright (C) 2001-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/v850/constraints.md b/gcc/config/v850/constraints.md index 88920a177659..79225466ff50 100644 --- a/gcc/config/v850/constraints.md +++ b/gcc/config/v850/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions for V850. -;; Copyright (C) 2011-2016 Free Software Foundation, Inc. +;; Copyright (C) 2011-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/v850/predicates.md b/gcc/config/v850/predicates.md index 9914993ee04e..52a14fd80da2 100644 --- a/gcc/config/v850/predicates.md +++ b/gcc/config/v850/predicates.md @@ -1,5 +1,5 @@ ;; Predicate definitions for NEC V850. -;; Copyright (C) 2005-2016 Free Software Foundation, Inc. +;; Copyright (C) 2005-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/v850/rtems.h b/gcc/config/v850/rtems.h index c36021436f91..b779a0d974cb 100644 --- a/gcc/config/v850/rtems.h +++ b/gcc/config/v850/rtems.h @@ -1,5 +1,5 @@ /* Definitions for rtems targeting a v850 using ELF. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/v850/t-v850 b/gcc/config/v850/t-v850 index f1acbfd1f584..271eb5ea9db9 100644 --- a/gcc/config/v850/t-v850 +++ b/gcc/config/v850/t-v850 @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2016 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/v850/v850-c.c b/gcc/config/v850/v850-c.c index 0c16cc57c156..1855204d8984 100644 --- a/gcc/config/v850/v850-c.c +++ b/gcc/config/v850/v850-c.c @@ -1,5 +1,5 @@ /* v850 specific, C compiler specific functions. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. Contributed by Jeff Law (law@cygnus.com). This file is part of GCC. diff --git a/gcc/config/v850/v850-modes.def b/gcc/config/v850/v850-modes.def index cbefc8d60301..eb0cf3aad417 100644 --- a/gcc/config/v850/v850-modes.def +++ b/gcc/config/v850/v850-modes.def @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler. NEC V850 series - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by NEC EL This file is part of GCC. diff --git a/gcc/config/v850/v850-opts.h b/gcc/config/v850/v850-opts.h index 6e155bce4c04..a5a66555699b 100644 --- a/gcc/config/v850/v850-opts.h +++ b/gcc/config/v850/v850-opts.h @@ -1,5 +1,5 @@ /* Definitions for option handling for NEC V850 series. - Copyright (C) 1996-2016 Free Software Foundation, Inc. + Copyright (C) 1996-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/v850/v850-protos.h b/gcc/config/v850/v850-protos.h index b023456b928d..7cd4f8b6d12a 100644 --- a/gcc/config/v850/v850-protos.h +++ b/gcc/config/v850/v850-protos.h @@ -1,5 +1,5 @@ /* Prototypes for v850.c functions used in the md file & elsewhere. - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/v850/v850.c b/gcc/config/v850/v850.c index c27bb6d021f0..eeb24aa972c6 100644 --- a/gcc/config/v850/v850.c +++ b/gcc/config/v850/v850.c @@ -1,5 +1,5 @@ /* Subroutines for insn-output.c for NEC V850 series - Copyright (C) 1996-2016 Free Software Foundation, Inc. + Copyright (C) 1996-2017 Free Software Foundation, Inc. Contributed by Jeff Law (law@cygnus.com). This file is part of GCC. diff --git a/gcc/config/v850/v850.h b/gcc/config/v850/v850.h index ae5e9ce96e9f..b51724ca3c10 100644 --- a/gcc/config/v850/v850.h +++ b/gcc/config/v850/v850.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler. NEC V850 series - Copyright (C) 1996-2016 Free Software Foundation, Inc. + Copyright (C) 1996-2017 Free Software Foundation, Inc. Contributed by Jeff Law (law@cygnus.com). This file is part of GCC. diff --git a/gcc/config/v850/v850.md b/gcc/config/v850/v850.md index 065236588335..ae69f487843f 100644 --- a/gcc/config/v850/v850.md +++ b/gcc/config/v850/v850.md @@ -1,5 +1,5 @@ ;; GCC machine description for NEC V850 -;; Copyright (C) 1996-2016 Free Software Foundation, Inc. +;; Copyright (C) 1996-2017 Free Software Foundation, Inc. ;; Contributed by Jeff Law (law@cygnus.com). ;; This file is part of GCC. diff --git a/gcc/config/v850/v850.opt b/gcc/config/v850/v850.opt index 4b2319287725..5cf5eb043e9e 100644 --- a/gcc/config/v850/v850.opt +++ b/gcc/config/v850/v850.opt @@ -1,6 +1,6 @@ ; Options for the NEC V850 port of the compiler. -; Copyright (C) 2005-2016 Free Software Foundation, Inc. +; Copyright (C) 2005-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/vax/builtins.md b/gcc/config/vax/builtins.md index 461f84e4ea50..fb0f69acbff2 100644 --- a/gcc/config/vax/builtins.md +++ b/gcc/config/vax/builtins.md @@ -1,5 +1,5 @@ ;; builtin definitions for DEC VAX. -;; Copyright (C) 2007-2016 Free Software Foundation, Inc. +;; Copyright (C) 2007-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/vax/constraints.md b/gcc/config/vax/constraints.md index 302016605da7..227d48a9bcd0 100644 --- a/gcc/config/vax/constraints.md +++ b/gcc/config/vax/constraints.md @@ -1,5 +1,5 @@ ;; Constraints for the DEC VAX port. -;; Copyright (C) 2007-2016 Free Software Foundation, Inc. +;; Copyright (C) 2007-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/vax/elf.h b/gcc/config/vax/elf.h index d92a86914c54..1ff1814cc1a6 100644 --- a/gcc/config/vax/elf.h +++ b/gcc/config/vax/elf.h @@ -1,5 +1,5 @@ /* Target definitions for GNU compiler for VAX using ELF - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Matt Thomas This file is part of GCC. diff --git a/gcc/config/vax/elf.opt b/gcc/config/vax/elf.opt index ae1984fc50a3..b1451096ff7d 100644 --- a/gcc/config/vax/elf.opt +++ b/gcc/config/vax/elf.opt @@ -1,6 +1,6 @@ ; VAX ELF options. -; Copyright (C) 2011-2016 Free Software Foundation, Inc. +; Copyright (C) 2011-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/vax/linux.h b/gcc/config/vax/linux.h index 9f240a7e90fb..48eeffd753cc 100644 --- a/gcc/config/vax/linux.h +++ b/gcc/config/vax/linux.h @@ -1,5 +1,5 @@ /* Definitions for VAX running Linux-based GNU systems with ELF format. - Copyright (C) 2007-2016 Free Software Foundation, Inc. + Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/vax/netbsd-elf.h b/gcc/config/vax/netbsd-elf.h index 17fb5e7491f7..9674e26afda7 100644 --- a/gcc/config/vax/netbsd-elf.h +++ b/gcc/config/vax/netbsd-elf.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler, for NetBSD/vax ELF systems. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/vax/openbsd.h b/gcc/config/vax/openbsd.h index 89cad300f99a..a2c866be4d1f 100644 --- a/gcc/config/vax/openbsd.h +++ b/gcc/config/vax/openbsd.h @@ -1,5 +1,5 @@ /* Configuration fragment for a VAX OpenBSD target. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/vax/openbsd1.h b/gcc/config/vax/openbsd1.h index affbc34ecad1..968f1f18a1c5 100644 --- a/gcc/config/vax/openbsd1.h +++ b/gcc/config/vax/openbsd1.h @@ -1,5 +1,5 @@ /* Configuration fragment for a VAX OpenBSD target. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/vax/predicates.md b/gcc/config/vax/predicates.md index 7344192db92c..122fe8d1898f 100644 --- a/gcc/config/vax/predicates.md +++ b/gcc/config/vax/predicates.md @@ -1,5 +1,5 @@ ;; Predicate definitions for DEC VAX. -;; Copyright (C) 2007-2016 Free Software Foundation, Inc. +;; Copyright (C) 2007-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/vax/vax-modes.def b/gcc/config/vax/vax-modes.def index fe3693c2fdf7..db90b1d2f84e 100644 --- a/gcc/config/vax/vax-modes.def +++ b/gcc/config/vax/vax-modes.def @@ -1,5 +1,5 @@ /* VAX extra machine modes. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/vax/vax-protos.h b/gcc/config/vax/vax-protos.h index e99b7d44a93c..14c2a08bbc01 100644 --- a/gcc/config/vax/vax-protos.h +++ b/gcc/config/vax/vax-protos.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler. VAX version. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/vax/vax.c b/gcc/config/vax/vax.c index 60793268c215..864eaeb85311 100644 --- a/gcc/config/vax/vax.c +++ b/gcc/config/vax/vax.c @@ -1,5 +1,5 @@ /* Subroutines for insn-output.c for VAX. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/vax/vax.h b/gcc/config/vax/vax.h index dc77aa992231..1601ab6a97a0 100644 --- a/gcc/config/vax/vax.h +++ b/gcc/config/vax/vax.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler. VAX version. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/vax/vax.md b/gcc/config/vax/vax.md index c6d3ad7dc4f6..4f18e6090915 100644 --- a/gcc/config/vax/vax.md +++ b/gcc/config/vax/vax.md @@ -1,5 +1,5 @@ ;; Machine description for GNU compiler, VAX Version -;; Copyright (C) 1987-2016 Free Software Foundation, Inc. +;; Copyright (C) 1987-2017 Free Software Foundation, Inc. ;; This file is part of GCC. diff --git a/gcc/config/vax/vax.opt b/gcc/config/vax/vax.opt index 25926151baee..cf3fd49cf26f 100644 --- a/gcc/config/vax/vax.opt +++ b/gcc/config/vax/vax.opt @@ -1,6 +1,6 @@ ; Options for the VAX port of the compiler. -; Copyright (C) 2005-2016 Free Software Foundation, Inc. +; Copyright (C) 2005-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/visium/constraints.md b/gcc/config/visium/constraints.md index 589d80faf198..133b9fd5df31 100644 --- a/gcc/config/visium/constraints.md +++ b/gcc/config/visium/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions for Visium. -;; Copyright (C) 2006-2016 Free Software Foundation, Inc. +;; Copyright (C) 2006-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/visium/elf.h b/gcc/config/visium/elf.h index d577541b20bf..8b5e093a862d 100644 --- a/gcc/config/visium/elf.h +++ b/gcc/config/visium/elf.h @@ -1,5 +1,5 @@ /* ELF-specific defines for Visium. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/visium/gr5.md b/gcc/config/visium/gr5.md index d75af616756c..2434d442db71 100644 --- a/gcc/config/visium/gr5.md +++ b/gcc/config/visium/gr5.md @@ -1,5 +1,5 @@ ;; Scheduling description for GR5. -;; Copyright (C) 2013-2016 Free Software Foundation, Inc. +;; Copyright (C) 2013-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/visium/gr6.md b/gcc/config/visium/gr6.md index 29cb7c253f4a..7d58167b9a24 100644 --- a/gcc/config/visium/gr6.md +++ b/gcc/config/visium/gr6.md @@ -1,5 +1,5 @@ ;; Scheduling description for GR6. -;; Copyright (C) 2013-2016 Free Software Foundation, Inc. +;; Copyright (C) 2013-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/visium/predicates.md b/gcc/config/visium/predicates.md index 8ebc410b9dd9..b9bc1e86feef 100644 --- a/gcc/config/visium/predicates.md +++ b/gcc/config/visium/predicates.md @@ -1,5 +1,5 @@ ;; Predicate definitions for Visium. -;; Copyright (C) 2005-2016 Free Software Foundation, Inc. +;; Copyright (C) 2005-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/visium/t-visium b/gcc/config/visium/t-visium index ad6e6b66a190..a64cf287a45b 100644 --- a/gcc/config/visium/t-visium +++ b/gcc/config/visium/t-visium @@ -1,5 +1,5 @@ # Multilibs for Visium. -# Copyright (C) 2012-2016 Free Software Foundation, Inc. +# Copyright (C) 2012-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/visium/visium-modes.def b/gcc/config/visium/visium-modes.def index 558d1f3a35cf..1162450002d7 100644 --- a/gcc/config/visium/visium-modes.def +++ b/gcc/config/visium/visium-modes.def @@ -1,5 +1,5 @@ /* Machine description for Visium. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/visium/visium-opts.h b/gcc/config/visium/visium-opts.h index 9049addc9f30..618394f0ef4a 100644 --- a/gcc/config/visium/visium-opts.h +++ b/gcc/config/visium/visium-opts.h @@ -1,5 +1,5 @@ /* Definitions for option handling for Visium. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/visium/visium-protos.h b/gcc/config/visium/visium-protos.h index 9dcbc67035f5..a9f8fc912540 100644 --- a/gcc/config/visium/visium-protos.h +++ b/gcc/config/visium/visium-protos.h @@ -1,5 +1,5 @@ /* Prototypes of target machine for Visium. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by C.Nettleton,J.P.Parkes and P.Garbett. This file is part of GCC. diff --git a/gcc/config/visium/visium.c b/gcc/config/visium/visium.c index 73c345a3f18c..b802797097af 100644 --- a/gcc/config/visium/visium.c +++ b/gcc/config/visium/visium.c @@ -1,5 +1,5 @@ /* Output routines for Visium. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by C.Nettleton, J.P.Parkes and P.Garbett. This file is part of GCC. diff --git a/gcc/config/visium/visium.h b/gcc/config/visium/visium.h index f7e3da4c0690..50d8eb514a3e 100644 --- a/gcc/config/visium/visium.h +++ b/gcc/config/visium/visium.h @@ -1,5 +1,5 @@ /* Definitions of target machine for Visium. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by C.Nettleton, J.P.Parkes and P.Garbett. This file is part of GCC. diff --git a/gcc/config/visium/visium.md b/gcc/config/visium/visium.md index 5f31f60b779b..87fa9b67fa0d 100644 --- a/gcc/config/visium/visium.md +++ b/gcc/config/visium/visium.md @@ -1,5 +1,5 @@ ;; Machine description for Visium. -;; Copyright (C) 2002-2016 Free Software Foundation, Inc. +;; Copyright (C) 2002-2017 Free Software Foundation, Inc. ;; Contributed by C.Nettleton, J.P.Parkes and P.Garbett. ;; This file is part of GCC. diff --git a/gcc/config/visium/visium.opt b/gcc/config/visium/visium.opt index bab037643e23..1d13403c4481 100644 --- a/gcc/config/visium/visium.opt +++ b/gcc/config/visium/visium.opt @@ -1,5 +1,5 @@ ; Options for Visium. -; Copyright (C) 2005-2016 Free Software Foundation, Inc. +; Copyright (C) 2005-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/vms/make-crtlmap.awk b/gcc/config/vms/make-crtlmap.awk index a34250a89dae..ba23dad8bb83 100644 --- a/gcc/config/vms/make-crtlmap.awk +++ b/gcc/config/vms/make-crtlmap.awk @@ -1,5 +1,5 @@ # Generate the VMS crtl map -# Copyright (C) 2011-2016 Free Software Foundation, Inc. +# Copyright (C) 2011-2017 Free Software Foundation, Inc. BEGIN { is_first = 1; diff --git a/gcc/config/vms/t-vms b/gcc/config/vms/t-vms index 54f668904c23..9e2a33efc50e 100644 --- a/gcc/config/vms/t-vms +++ b/gcc/config/vms/t-vms @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/vms/t-vmsnative b/gcc/config/vms/t-vmsnative index 57ba3ddfdb43..1a7f26183cac 100644 --- a/gcc/config/vms/t-vmsnative +++ b/gcc/config/vms/t-vmsnative @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2016 Free Software Foundation, Inc. +# Copyright (C) 2010-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/vms/vms-ar.c b/gcc/config/vms/vms-ar.c index eb5fd550735d..dedfb13ee7a1 100644 --- a/gcc/config/vms/vms-ar.c +++ b/gcc/config/vms/vms-ar.c @@ -1,5 +1,5 @@ /* VMS archive wrapper. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by AdaCore. This file is part of GCC. diff --git a/gcc/config/vms/vms-c.c b/gcc/config/vms/vms-c.c index 12c9c78a03c0..c666ad18065b 100644 --- a/gcc/config/vms/vms-c.c +++ b/gcc/config/vms/vms-c.c @@ -1,5 +1,5 @@ /* VMS specific, C compiler specific functions. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Tristan Gingold (gingold@adacore.com). This file is part of GCC. diff --git a/gcc/config/vms/vms-f.c b/gcc/config/vms/vms-f.c index 2a8eed8b166a..e0fd0fe0b7b2 100644 --- a/gcc/config/vms/vms-f.c +++ b/gcc/config/vms/vms-f.c @@ -1,5 +1,5 @@ /* VMS support needed only by Fortran frontends. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/vms/vms-ld.c b/gcc/config/vms/vms-ld.c index fb5a91602f34..15ce21bed2d6 100644 --- a/gcc/config/vms/vms-ld.c +++ b/gcc/config/vms/vms-ld.c @@ -1,5 +1,5 @@ /* VMS linker wrapper. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by AdaCore This file is part of GCC. diff --git a/gcc/config/vms/vms-opts.h b/gcc/config/vms/vms-opts.h index 1af3ec067d40..e3fd1504e974 100644 --- a/gcc/config/vms/vms-opts.h +++ b/gcc/config/vms/vms-opts.h @@ -1,5 +1,5 @@ /* Definitions for option handling for OpenVMS. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/vms/vms-protos.h b/gcc/config/vms/vms-protos.h index e30b441cbec9..3abc5e1c3ae3 100644 --- a/gcc/config/vms/vms-protos.h +++ b/gcc/config/vms/vms-protos.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GCC for VMS. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/vms/vms-stdint.h b/gcc/config/vms/vms-stdint.h index 095f4f1ad0a1..867d9888d063 100644 --- a/gcc/config/vms/vms-stdint.h +++ b/gcc/config/vms/vms-stdint.h @@ -1,5 +1,5 @@ /* Definitions for types on VMS systems. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/vms/vms.c b/gcc/config/vms/vms.c index 9252aa4ce68b..a303e963268a 100644 --- a/gcc/config/vms/vms.c +++ b/gcc/config/vms/vms.c @@ -1,5 +1,5 @@ /* Definitions of target machine GNU compiler. 32bit VMS version. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Douglas B Rupp (rupp@gnat.com). This file is part of GCC. diff --git a/gcc/config/vms/vms.h b/gcc/config/vms/vms.h index b20d537e8d87..caf22fa432d2 100644 --- a/gcc/config/vms/vms.h +++ b/gcc/config/vms/vms.h @@ -1,5 +1,5 @@ /* Definitions of target machine GNU compiler. VMS common version. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Douglas B Rupp (rupp@gnat.com). This file is part of GCC. diff --git a/gcc/config/vms/vms.opt b/gcc/config/vms/vms.opt index 508fc81b81af..7d3e2d1269a9 100644 --- a/gcc/config/vms/vms.opt +++ b/gcc/config/vms/vms.opt @@ -1,4 +1,4 @@ -; Copyright (C) 2009-2016 Free Software Foundation, Inc. +; Copyright (C) 2009-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/vms/x-vms b/gcc/config/vms/x-vms index 7bac94e50b10..b10739e83943 100644 --- a/gcc/config/vms/x-vms +++ b/gcc/config/vms/x-vms @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2016 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/vms/xm-vms.h b/gcc/config/vms/xm-vms.h index 7e2f2389851b..6edf6d68faa2 100644 --- a/gcc/config/vms/xm-vms.h +++ b/gcc/config/vms/xm-vms.h @@ -1,6 +1,6 @@ /* Configuration for GCC for hosting on VMS using a Unix style C library. - Copyright (C) 1996-2016 Free Software Foundation, Inc. + Copyright (C) 1996-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/vx-common.h b/gcc/config/vx-common.h index 01884bfa439c..68fbcbd3befd 100644 --- a/gcc/config/vx-common.h +++ b/gcc/config/vx-common.h @@ -1,5 +1,5 @@ /* Target-independent configuration for VxWorks and VxWorks AE. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by CodeSourcery, LLC. This file is part of GCC. diff --git a/gcc/config/vxworks-dummy.h b/gcc/config/vxworks-dummy.h index d6340d5bb81b..13b478549430 100644 --- a/gcc/config/vxworks-dummy.h +++ b/gcc/config/vxworks-dummy.h @@ -1,5 +1,5 @@ /* Dummy definitions of VxWorks-related macros - Copyright (C) 2007-2016 Free Software Foundation, Inc. + Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/vxworks.c b/gcc/config/vxworks.c index ce2c1707e9a7..547176bb0a77 100644 --- a/gcc/config/vxworks.c +++ b/gcc/config/vxworks.c @@ -1,5 +1,5 @@ /* Common VxWorks target definitions for GNU compiler. - Copyright (C) 2007-2016 Free Software Foundation, Inc. + Copyright (C) 2007-2017 Free Software Foundation, Inc. Contributed by CodeSourcery, Inc. This file is part of GCC. diff --git a/gcc/config/vxworks.h b/gcc/config/vxworks.h index f35692674277..8a18aff4d783 100644 --- a/gcc/config/vxworks.h +++ b/gcc/config/vxworks.h @@ -1,5 +1,5 @@ /* Common VxWorks target definitions for GNU compiler. - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. Contributed by Wind River Systems. Rewritten by CodeSourcery, LLC. diff --git a/gcc/config/vxworks.opt b/gcc/config/vxworks.opt index cf19401ea8eb..466c570bbaaa 100644 --- a/gcc/config/vxworks.opt +++ b/gcc/config/vxworks.opt @@ -1,6 +1,6 @@ ; Processor-independent options for VxWorks. ; -; Copyright (C) 2005-2016 Free Software Foundation, Inc. +; Copyright (C) 2005-2017 Free Software Foundation, Inc. ; Contributed by CodeSourcery, LLC. ; ; This file is part of GCC. diff --git a/gcc/config/vxworksae.h b/gcc/config/vxworksae.h index fa461c47319b..7e65907252a1 100644 --- a/gcc/config/vxworksae.h +++ b/gcc/config/vxworksae.h @@ -1,5 +1,5 @@ /* Common VxWorks AE target definitions for GNU compiler. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by CodeSourcery, LLC. This file is part of GCC. diff --git a/gcc/config/winnt-c.c b/gcc/config/winnt-c.c index 76549aa8d5f5..0be8903e03fa 100644 --- a/gcc/config/winnt-c.c +++ b/gcc/config/winnt-c.c @@ -1,5 +1,5 @@ /* Default C-family target hooks initializer. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/xtensa/constraints.md b/gcc/config/xtensa/constraints.md index 5a794f28f0fe..b42bd060f54d 100644 --- a/gcc/config/xtensa/constraints.md +++ b/gcc/config/xtensa/constraints.md @@ -1,5 +1,5 @@ ;; Constraint definitions for Xtensa. -;; Copyright (C) 2006-2016 Free Software Foundation, Inc. +;; Copyright (C) 2006-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/xtensa/elf.h b/gcc/config/xtensa/elf.h index f479c03baa9c..e606dadd6be9 100644 --- a/gcc/config/xtensa/elf.h +++ b/gcc/config/xtensa/elf.h @@ -1,6 +1,6 @@ /* Xtensa/Elf configuration. Derived from the configuration for GCC for Intel i386 running Linux. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/xtensa/elf.opt b/gcc/config/xtensa/elf.opt index 955677324030..98aa9bd51e7e 100644 --- a/gcc/config/xtensa/elf.opt +++ b/gcc/config/xtensa/elf.opt @@ -1,6 +1,6 @@ ; Xtensa ELF (bare metal) options. -; Copyright (C) 2011-2016 Free Software Foundation, Inc. +; Copyright (C) 2011-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/xtensa/linux.h b/gcc/config/xtensa/linux.h index 6ecb153e95f1..8449eb6c20b2 100644 --- a/gcc/config/xtensa/linux.h +++ b/gcc/config/xtensa/linux.h @@ -1,6 +1,6 @@ /* Xtensa Linux configuration. Derived from the configuration for GCC for Intel i386 running Linux. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/xtensa/predicates.md b/gcc/config/xtensa/predicates.md index 96e82d69c231..109d699a7479 100644 --- a/gcc/config/xtensa/predicates.md +++ b/gcc/config/xtensa/predicates.md @@ -1,5 +1,5 @@ ;; Predicate definitions for Xtensa. -;; Copyright (C) 2005-2016 Free Software Foundation, Inc. +;; Copyright (C) 2005-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/gcc/config/xtensa/t-xtensa b/gcc/config/xtensa/t-xtensa index 7f5944197d38..f76287348694 100644 --- a/gcc/config/xtensa/t-xtensa +++ b/gcc/config/xtensa/t-xtensa @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2016 Free Software Foundation, Inc. +# Copyright (C) 2002-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/config/xtensa/uclinux.h b/gcc/config/xtensa/uclinux.h index 6279a9934ae4..ae023d573513 100644 --- a/gcc/config/xtensa/uclinux.h +++ b/gcc/config/xtensa/uclinux.h @@ -1,6 +1,6 @@ /* Xtensa uClinux configuration. Derived from the configuration for GCC for Intel i386 running Linux. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/config/xtensa/uclinux.opt b/gcc/config/xtensa/uclinux.opt index 0283d5677a4a..93f08da51337 100644 --- a/gcc/config/xtensa/uclinux.opt +++ b/gcc/config/xtensa/uclinux.opt @@ -1,6 +1,6 @@ ; Xtensa uClinux options. -; Copyright (C) 2015-2016 Free Software Foundation, Inc. +; Copyright (C) 2015-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/config/xtensa/xtensa-protos.h b/gcc/config/xtensa/xtensa-protos.h index 873557f03f66..38901b7530ae 100644 --- a/gcc/config/xtensa/xtensa-protos.h +++ b/gcc/config/xtensa/xtensa-protos.h @@ -1,5 +1,5 @@ /* Prototypes of target machine for GNU compiler for Xtensa. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. Contributed by Bob Wilson (bwilson@tensilica.com) at Tensilica. This file is part of GCC. diff --git a/gcc/config/xtensa/xtensa.c b/gcc/config/xtensa/xtensa.c index 25ed7db4cd88..0181dde039bd 100644 --- a/gcc/config/xtensa/xtensa.c +++ b/gcc/config/xtensa/xtensa.c @@ -1,5 +1,5 @@ /* Subroutines for insn-output.c for Tensilica's Xtensa architecture. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. Contributed by Bob Wilson (bwilson@tensilica.com) at Tensilica. This file is part of GCC. diff --git a/gcc/config/xtensa/xtensa.h b/gcc/config/xtensa/xtensa.h index 58eb1b2604a7..c32e8caf6dd4 100644 --- a/gcc/config/xtensa/xtensa.h +++ b/gcc/config/xtensa/xtensa.h @@ -1,5 +1,5 @@ /* Definitions of Tensilica's Xtensa target machine for GNU compiler. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. Contributed by Bob Wilson (bwilson@tensilica.com) at Tensilica. This file is part of GCC. diff --git a/gcc/config/xtensa/xtensa.md b/gcc/config/xtensa/xtensa.md index fcdb6c8ecadf..d5596e25d828 100644 --- a/gcc/config/xtensa/xtensa.md +++ b/gcc/config/xtensa/xtensa.md @@ -1,5 +1,5 @@ ;; GCC machine description for Tensilica's Xtensa architecture. -;; Copyright (C) 2001-2016 Free Software Foundation, Inc. +;; Copyright (C) 2001-2017 Free Software Foundation, Inc. ;; Contributed by Bob Wilson (bwilson@tensilica.com) at Tensilica. ;; This file is part of GCC. diff --git a/gcc/config/xtensa/xtensa.opt b/gcc/config/xtensa/xtensa.opt index ea5c7d596713..5ed850f949d4 100644 --- a/gcc/config/xtensa/xtensa.opt +++ b/gcc/config/xtensa/xtensa.opt @@ -1,6 +1,6 @@ ; Options for the Tensilica Xtensa port of the compiler. -; Copyright (C) 2005-2016 Free Software Foundation, Inc. +; Copyright (C) 2005-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/configure.ac b/gcc/configure.ac index 08e6851fc96e..b73a807ed14b 100644 --- a/gcc/configure.ac +++ b/gcc/configure.ac @@ -1,7 +1,7 @@ # configure.ac for GCC # Process this file with autoconf to generate a configuration script. -# Copyright (C) 1997-2016 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. #This file is part of GCC. diff --git a/gcc/context.c b/gcc/context.c index dac9bf7723fb..a7ded9c1a621 100644 --- a/gcc/context.c +++ b/gcc/context.c @@ -1,5 +1,5 @@ /* context.c - Holder for global state - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/context.h b/gcc/context.h index 4edf72b5ae5a..e9113a4ca73b 100644 --- a/gcc/context.h +++ b/gcc/context.h @@ -1,5 +1,5 @@ /* context.h - Holder for global state - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/convert.c b/gcc/convert.c index 54b0a5d83278..f50a1132de9a 100644 --- a/gcc/convert.c +++ b/gcc/convert.c @@ -1,5 +1,5 @@ /* Utility routines for data type conversion for GCC. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/convert.h b/gcc/convert.h index bee280de78b5..76ab2c73e0c1 100644 --- a/gcc/convert.h +++ b/gcc/convert.h @@ -1,5 +1,5 @@ /* Definition of functions in convert.c. - Copyright (C) 1993-2016 Free Software Foundation, Inc. + Copyright (C) 1993-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/coretypes.h b/gcc/coretypes.h index 706b9d2f95c4..8eb33ccf1231 100644 --- a/gcc/coretypes.h +++ b/gcc/coretypes.h @@ -1,5 +1,5 @@ /* GCC core type declarations. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/coverage.c b/gcc/coverage.c index 4167e26b2081..cb9841d37697 100644 --- a/gcc/coverage.c +++ b/gcc/coverage.c @@ -1,5 +1,5 @@ /* Read and write coverage files, and associated functionality. - Copyright (C) 1990-2016 Free Software Foundation, Inc. + Copyright (C) 1990-2017 Free Software Foundation, Inc. Contributed by James E. Wilson, UC Berkeley/Cygnus Support; based on some ideas from Dain Samples of UC Berkeley. Further mangling by Bob Manson, Cygnus Support. diff --git a/gcc/coverage.h b/gcc/coverage.h index 39e48ce38f5c..cde6aef1d762 100644 --- a/gcc/coverage.h +++ b/gcc/coverage.h @@ -1,5 +1,5 @@ /* coverage.h - Defines data exported from coverage.c - Copyright (C) 1998-2016 Free Software Foundation, Inc. + Copyright (C) 1998-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 7aca3ac5c944..f86dd33c7877 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,4387 +1,8 @@ -2016-12-24 Jakub Jelinek - - PR middle-end/78901 - * except.c (nothrow_libfn_p): Expect libc_name_p to return - const struct libc_name_struct *, if it returns NULL, return 0, - otherwise check c_ver and use flag_isoc99 or flag_isoc11. - * cfns.gperf: Add %struct-type and libc_name_struct definition. - For all C89 C library functions add , 89 after the name, add - C99 C library functions with , 99 and C11 C library functions - with , 11 suffix. - * cfns.h: Regenerated. - -2016-12-22 Jason Merrill - - PR c++/78906 - * pt.c (finish_template_variable): Use most_general_template. - - PR c++/78898 - PR c++/42329 - * pt.c (unify): Don't look for a class template from a non-class. - -2016-12-21 Jakub Jelinek - - PR c++/72707 - * name-lookup.c (pushdecl_maybe_friend_1): Do check shadowing of - artificial x if it is an anonymous union variable. - - PR bootstrap/78817 - * typeck.c (cp_build_function_call_vec): If check_function_arguments - returns true, set TREE_NO_WARNING on CALL_EXPR. - * call.c (build_over_call): Likewise. - - PR c++/77830 - * constexpr.c (cxx_eval_array_reference): Perform out of bounds - verification even if lval is true, just allow one past the last - element in that case. - (cxx_eval_store_expression): Detect stores to out of bound - ARRAY_REF. - -2016-12-21 Jason Merrill - - Implement P0522R0, matching of template template arguments. - * pt.c (coerce_template_template_parms): Allow a template argument - that's less specialized than the parameter. - (unify_bound_ttp_args): Adjust parm's args to apply to arg's - template. - (coerce_template_args_for_ttp): Split out from - lookup_template_class_1. - (coerce_ttp_args_for_tta, store_defaulted_ttp) - (lookup_defaulted_ttp, add_defaults_to_ttp): New. - (process_partial_specialization): Set DECL_CONTEXT of - template template-parameters. - (coerce_template_parms): Only inform when complain. - (expand_template_argument_pack): Handle error_mark_node. - (convert_template_argument, template_args_equal, unify): Handle - any_targ_node. - * cp-tree.h (enum cp_tree_index): Add CPTI_ANY_TARG. - (any_targ_node): New. - * decl.c (cxx_init_decl_processing): Set it. - * name-lookup.c (consider_binding_level): Ignore names with embedded - spaces. - - PR c++/42329 - * pt.c (unify_bound_ttp_args): Split out from unify. - (try_class_unification): Handle BOUND_TEMPLATE_TEMPLATE_PARM. - (unify): Check for type/non-type mismatch early. - [BOUND_TEMPLATE_TEMPLATE_PARM]: Try get_template_base. - - * pt.c (coerce_template_parms): Consider variadic_args_p before - complaining about too many template arguments. - - * pt.c (process_partial_specialization): Use - get_partial_spec_bindings to check that the partial specialization - is more specialized than the primary template. - - * pt.c (convert_template_argument): Pass args to do_auto_deduction. - (mark_template_parm): Handle deducibility from type of non-type - argument here. - (for_each_template_parm_r): Not here. - - * ptree.c (cxx_print_type): Print args of - BOUND_TEMPLATE_TEMPLATE_PARM. - (cxx_print_decl): Print DECL_TEMPLATE_PARMS. - - PR c++/78767 - ICE with inherited constructor default argument - * method.c (strip_inheriting_ctors): Strip template as appropriate. - - PR c++/78749 - friend in anonymous namespace - * decl.c (wrapup_globals_for_namespace): Don't complain about friend - pseudo-template instantiations. - -2016-12-16 Richard Biener - - PR c++/71694 - * cp-objcp-common.h (cp_unit_size_without_reusable_padding): Declare. - (LANG_HOOKS_UNIT_SIZE_WITHOUT_REUSABLE_PADDING): Define. - * cp-objcp-common.c (cp_unit_size_without_reusable_padding): New. - -2016-12-15 Jakub Jelinek - - P0490R0 GB 20: decomposition declaration should commit to tuple - interpretation early - * decl.c (get_tuple_size): Make static. If inst is error_mark_node - or non-complete type, return NULL_TREE, otherwise if - lookup_qualified_name fails or doesn't fold into INTEGER_CST, return - error_mark_node. - (get_tuple_element_type, get_tuple_decomp_init): Make static. - (cp_finish_decomp): Pass LOC to get_tuple_size. If it returns - error_mark_node, complain and fail. - -2016-12-15 Nathan Sidwell - - PR c++/77585 - * pt.c (instantiate_decl): Push to class scope lambda resides - within when instantiating a generic lambda function. - -2016-12-14 Martin Sebor - - PR c++/78774 - * pt.c (convert_template_argument): Avoid assuming operand type - is non-null since that of SCOPE_REF is not. - -2016-12-14 Martin Jambor - - * parser.c: Include omp-general.h and omp-offload.h instead of - omp-low.h. - (cp_parser_omp_simd): Adjusted calls to find_omp_clause to use its new - name. - (cp_parser_omp_target_update): Likewise. - (cp_parser_oacc_declare): Likewise. - (cp_parser_oacc_enter_exit_data): Likewise. - (cp_parser_oacc_update): Likewise. - (cp_finalize_oacc_routine): Adjusted call to get_oacc_fn_attrib, - build_oacc_routine_dims and replace_oacc_fn_attrib to use their new - names. - * semantics.c: Include omp-general insteda of omp-low.h. - (finish_omp_for): Adjusted calls to find_omp_clause to use its new - name. - (finish_omp_cancel): Likewise. - (finish_omp_cancellation_point): Likewise. - -2016-12-14 Marek Polacek - - PR c++/72775 - * init.c (perform_member_init): Diagnose member initializer for - flexible array member. - -2016-12-14 Nathan Sidwell - - PR c++/78701 - * pt.c (type_unification_real): Check tsubst arg doesn't have - remaining template parms before converting it. - - PR c++/69481 - * cp-tree.h (TYPE_TEMPLATE_INFO_MAYBE_ALIAS): Always use - TYPE_ALIAS_TEMPLATE_INFO for aliases. - -2016-12-13 Nathan Sidwell - - PR c++/69481 - * cp-tree.h (TYPE_TEMPLATE_INFO): Remove alias type checking. - (TYPE_ALIAS_TEMPLATE_INFO): New. - (TYPE_TEMPLATE_INFO_MAYBE_ALIAS): New. Use those macros. - * error.c (dump_alias_template_specialization): Adjust. - * pt.c (maybe_process_partial_specialization, - iterative_has_template_arg, find_parameter_packs_r, - alias_template_specialization_p, dependent_alias_template_spec_p, - get_underlying_template, lookup_template_class_1, unify): Adjust - template using decl access. - -2016-12-11 Paolo Carlini - - PR c++/78637 - * parser.c (cp_parser_namespace_definition): Increment - nested_definition_count only if push_namespace succeeds. - -2016-12-08 Nathan Sidwell - - PR c++/78551 - * constexpr.c (extract_string_elt): New. Broken out of ... - (cxx_eval_array_reference): ... here. Call it. - (cxx_eval_store_expression): Convert init by STRING_CST into - CONSTRUCTOR, if needed. - -2016-12-08 Jakub Jelinek - - P0003R5 - removal of dynamic exception specification from C++17 - * parser.c (cp_parser_exception_specification_opt): For C++17 - error out on throw ( type-id-list ), for C++11 and C++14 issue - -Wdeprecated warning on it. Formatting fix. Treat throw() - in C++17 as noexcept(true). - -2016-12-07 Martin Jambor - - PR c++/78589 - * error.c (dump_decl): Use dump_function_name to dump - !DECL_LANG_SPECIFIC function decls with no or self-referencing - abstract origin. - -2016-12-07 Nathan Sidwell - - * pt.c (tsubst <{NON,}TYPE_ARGUMENT_PACK>: Simplify control flow - and avoid re-tsubsting type. - - * cp-tree.h (enum cp_tree_index): Add CPTI_AUTO_IDENTIFIER & - CPTI_DECLTYPE_AUTO_IDENTIFIER. - (auto_identifier, decltype_auto_identifier): New. - *decl.c (initialize_predefined_identifiers): Add 'auto' and - 'decltype(auto)'. - (grokdeclarator): Use cached identifier. - * pt.c (make_decltype_auto, make_auto, make_constrained_auto, - is_auto): Likewise. - -2016-12-02 Jakub Jelinek - - PR c++/78649 - * pt.c (tsubst_init): Don't call build_value_init if decl's type - is error_mark_node. - -2016-12-02 Cesar Philippidis - James Norris - - * parser.c (cp_parser_oacc_enter_exit_data): Update diagnostics. - (cp_parser_pragma): Error when PRAGMA_OACC_{ENTER_DATA, - EXIT_DATA,WAIT} are not used in compound statements. - -2016-12-01 Jason Merrill - - * call.c (add_function_candidate): Also exclude inherited ctors - that take a type reference-related to the derived class. - - * call.c (add_function_candidate): Exclude inherited copy/move - ctors. - -2016-11-29 David Malcolm - - PR c++/77922 - * name-lookup.c (lookup_name_fuzzy): Filter out reserved words - that were filtered out by init_reswords. - -2016-11-28 Jakub Jelinek - Jason Merrill - - PR c++/72808 - * decl.c (finish_enum_value_list): Call fixup_type_variants on - current_class_type after - insert_late_enum_def_into_classtype_sorted_fields. - -2016-11-28 Jakub Jelinek - - PR c++/77591 - * typeck.c (maybe_warn_about_returning_address_of_local): Optimize - whats_returned through fold_for_warn. - -2016-11-27 Jason Merrill - - PR c++/77907 - * constexpr.c (cxx_eval_constant_expression): Use cp_fold_convert. - -2016-11-24 Martin Liska - - PR bootstrap/78493 - * parser.c (cp_parser_range_for): Use safe_push instead of quick_push. - -2016-11-23 Jakub Jelinek - - PR c++/77907 - * cp-gimplify.c (cp_fold) : When calling constructor - and maybe_constant_value returns non-CALL_EXPR, create INIT_EXPR - with the object on lhs and maybe_constant_value returned expr on rhs. - - PR c++/71450 - * pt.c (tsubst_copy): Return error_mark_node when mark_used - fails, even when complain & tf_error. - - PR c++/77739 - * cp-gimplify.c (cp_gimplify_tree) : Pass - false as handle_invisiref_parm_p to cp_genericize_tree. - (struct cp_genericize_data): Add handle_invisiref_parm_p field. - (cp_genericize_r): Don't wrap is_invisiref_parm into references - if !wtd->handle_invisiref_parm_p. - (cp_genericize_tree): Add handle_invisiref_parm_p argument, - set wtd.handle_invisiref_parm_p to it. - (cp_genericize): Pass true as handle_invisiref_parm_p to - cp_genericize_tree. Formatting fix. - -2016-11-21 Bernd Edlinger - - PR c++/71973 - * decl.c (duplicate_decls): Warn when a built-in function is redefined. - Don't overload builtin functions with C++ functions. - Handle const_tm_ptr_type_node like file_ptr_node. - Copy the TREE_NOTHROW flag unmodified to the old decl. - -2016-11-18 Jason Merrill - - PR objc++/78418 - ICE in string tests on darwin - * tree.c (lvalue_kind): Guard DECL_HAS_VALUE_EXPR_P. - -2016-11-18 Jakub Jelinek - - PR c++/77285 - * mangle.c (mangle_tls_init_fn, mangle_tls_wrapper_fn): Call - check_abi_tags. - -2016-11-18 Jason Merrill - - PR c++/67631 - list-init and explicit conversions - * semantics.c (finish_compound_literal): Call digest_init_flags. - * typeck2.c (digest_init_flags): Add complain parm. - (store_init_value): Pass it. - -2016-11-18 Richard Sandiford - Alan Hayward - David Sherwood - - * class.c (finish_struct_bits): Use SET_DECL_MODE. - (build_base_field_1, layout_class_type, finish_struct_1): Likewise. - * decl.c (make_label_decl): Likewise. - * pt.c (tsubst_decl): Likewise. - -2016-11-17 Jason Merrill - - PR c++/78193 - inherited ctor regressions on sparc32. - * call.c (build_over_call): Don't set CALL_FROM_THUNK_P here. - (build_call_a): Set it here, and don't insert EMPTY_CLASS_EXPR. - (convert_like_real) [ck_rvalue]: Also pass non-addressable - types along directly. - -2016-11-17 Paolo Carlini - - PR c++/55080 - * parser.c (cp_parser_non_integral_constant_expression): Issue a - pedwarn instead of an error for case NIC_FLOAT. - -2016-11-17 Jason Merrill - - PR c++/78124 - list-initialization and inherited ctor - * name-lookup.c (do_class_using_decl): Set CLASSTYPE_NON_AGGREGATE. - - PR c++/78369 - {} as default argument - * call.c (build_special_member_call): Handle CONSTRUCTOR. - - PR c++/68377 - * parser.c (cp_parser_fold_expression): Check TREE_NO_WARNING. - -2016-11-16 Jason Merrill - - PR c++/78373 - * decl.c (cp_finish_decl): Don't set TREE_CONSTANT on a reference. - * typeck2.c (store_init_value): Likewise. - - * decl.c (store_decomp_type, lookup_decomp_type): New. - (cp_finish_decomp): Call store_decomp_type. - * semantics.c (finish_decltype_type): Call lookup_decomp_type. - * cp-tree.h: Declare lookup_decomp_type. - -2016-11-15 Jakub Jelinek - - * decl.c (cp_finish_decomp): For DECL_NAMESPACE_SCOPE_P decl, - set DECL_ASSEMBLER_NAME. - * parser.c (cp_parser_decomposition_declaration): Likewise - if returning error_mark_node. - * mangle.c (mangle_decomp): New function. - * cp-tree.h (mangle_decomp): New declaration. - -2016-11-15 Jason Merrill - - PR c++/78358 - * semantics.c (finish_decltype_type): Strip references for a tuple - decomposition. - * cp-tree.h (DECL_DECOMPOSITION_P): False for non-variables. - - * decl2.c (decl_maybe_constant_var_p): References qualify. - * constexpr.c (non_const_var_error): Handle references. - * init.c (constant_value_1): Always check decl_constant_var_p. - * cp-gimplify.c (cp_fold_maybe_rvalue): Don't fold references. - * error.c (dump_decl_name): Split out from dump_decl. - -2016-11-14 Jason Merrill - - * tree.c (bitfield_p): New. - * cp-tree.h: Declare it. - * typeck.c (cxx_sizeof_expr, cxx_alignof_expr) - (cp_build_addr_expr_1): Use it instead of DECL_C_BIT_FIELD. - * decl.c (cp_finish_decomp): Look through reference. Always - SET_DECL_DECOMPOSITION_P. - * semantics.c (finish_decltype_type): Adjust decomposition handling. - -2016-11-13 Jakub Jelinek - Jason Merrill - - Implement P0217R3 - C++17 structured bindings - * cp-tree.h (struct lang_decl_base): Add decomposition_p. - (DECL_DECOMPOSITION_P): New - (enum auto_deduction_context): Add adc_decomp_type. - (enum cp_declarator_kind): Add cdk_decomp. - * constexpr.c (cxx_eval_constant_expression): Look through - DECL_VALUE_EXPR. - (potential_constant_expression_1): Likewise. - * decl.c (reshape_init): Preserve CONSTRUCTOR_IS_DIRECT_INIT. - (check_initializer): Use build_aggr_init for DECL_DECOMPOSITION_P. - (cp_finish_decl): Pass adc_decomp_type for decomposition. - (find_decomp_class_base, get_tuple_size, get_tuple_element_type) - (get_tuple_decomp_init, cp_finish_decomp): New. - (grokdeclarator): Handle decomposition. - * init.c (build_aggr_init): Handle decomposition array. - (build_vec_init): Handle initialization from { array }. - * name-lookup.c (add_function): Always wrap TEMPLATE_DECL in - OVERLOAD. - * parser.c (declarator_can_be_parameter_pack): Handle cdk_decomp. - (function_declarator_p, strip_declarator_types) - (cp_parser_check_declarator_template_parameters): Likewise. - (cp_parser_range_for, cp_convert_range_for): Handle decomposition. - (cp_parser_simple_declaration): Parse decomposition. - (cp_parser_decomposition_declaration): New. - * pt.c (tsubst_decomp_names): New. - (subst_expr) [DECL_EXPR, RANGE_FOR_STMT]: Handle decomposition. - (do_auto_deduction): Handle adc_decomp_type. - * semantics.c (finish_decltype_type): Look through DECL_VALUE_EXPR. - * typeck.c (is_bitfield_expr_with_lowered_type): Likewise. - * tree.c (lvalue_kind): Likewise. - (cp_build_reference_type): Handle reference collapsing. - -2016-11-13 Jason Merrill - - * call.c (build_new_method_call_1): Include template arguments in - error message. - (print_error_for_call_failure): Likewise. - (build_new_function_call): Pass them in. - * name-lookup.c (supplement_binding_1): Don't complain about a - conflict with an erroneous declaration. - * error.c (dump_decl): Fix printing of alias declaration. - * decl.c (make_typename_type): Call cxx_incomplete_type_error. - * parser.c (cp_parser_diagnose_invalid_type_name): Likewise. - * semantics.c (perform_koenig_lookup): Don't wrap an error in - TEMPLATE_ID_EXPR. - -2016-11-13 Prathamesh Kulkarni - - PR c/35503 - * parser.c (cp_parser_postfix_pexpression): Call warn_for_restrict. - -2016-11-12 Jason Merrill - - CWG 2233 - * typeck.c (convert_arguments): Handle default arg followed by none. - - * constexpr.c (potential_constant_expression_1): REALPART_EXPR and - IMAGPART_EXPR can be lvalues. - - DR 374 - PR c++/56480 - * pt.c (check_specialization_namespace): Allow any enclosing - namespace. - (check_unqualified_spec_or_inst): New. - (check_explicit_specialization): Call it. - * parser.c (cp_parser_elaborated_type_specifier) - (cp_parser_class_head): Call it. - -2016-11-10 Jason Merrill - - PR c++/77337 - * pt.c (tsubst_friend_function): Don't set DECL_INITIAL. - (instantiate_decl): It's OK to defer a constexpr function. - * cp-tree.h (DECL_FRIEND_PSEUDO_TEMPLATE_INSTANTIATION): Check - DECL_LANG_SPECIFIC. - * decl2.c (decl_defined_p): Use it. No longer static. - * decl.c (redeclaration_error_message): Use decl_defined_p. - * constexpr.c (cxx_eval_call_expression): Set input_location around - call to instantiate_decl. - -2016-11-10 Jakub Jelinek - - * mangle.c (mangle_decl): Only emit -Wc++1z-compat warnings for - public or external symbols. - -2016-11-09 Jakub Jelinek - - PR c++/78283 - * mangle.c (start_mangling): Reset G.need_cxx1z_warning. - -2016-11-09 Jason Merrill - - * parser.c (cp_parser_simple_type_specifier): Allow placeholder - for template template parameter. - (cp_parser_type_id_1): Improve diagnostic. - * decl.c (grokdeclarator): Handle class deduction diagnostics here. - * pt.c (splice_late_return_type): Not here. - (tsubst) [TEMPLATE_TYPE_PARM]: Substitute into placeholder template. - (do_class_deduction): Handle non-class templates. - - Implement P0127R2, Declaring non-type parameters with auto. - * cp-tree.h (enum auto_deduction_context): Add adc_unify. - * decl.c (grokdeclarator): Allow 'auto' in C++17 template non-type - parameter types. - * pt.c (do_auto_deduction): Add outer_targs parameter. - (convert_template_argument): Call do_auto_deduction. If adc_unify, - don't give up on dependent init. - (unify): Likewise. In C++17, walk into the type of a - TEMPLATE_PARM_INDEX. - (for_each_template_parm): Add any_fn parameter. - (struct pair_fn_data): Likewise. - (for_each_template_parm_r): Call it for any tree. In C++17, walk - into the type of a TEMPLATE_PARM_INDEX. - (zero_r, array_deduction_r, try_array_deduction): New. - (type_unification_real): Call try_array_deduction. - (get_partial_spec_bindings): Likewise. - -2016-11-07 Jason Merrill - - Implement P0012R1, Make exception specifications part of the type - system. - * cp-tree.h (enum tsubst_flags): Add tf_fndecl_type. - (flag_noexcept_type, ce_type): New. - * call.c (build_conv): Add ck_fnptr. - (enum conversion_kind): Change ck_tsafe to ck_fnptr. - (convert_like_real): Likewise. - (standard_conversion): Likewise. Allow function pointer - conversions for pointers to member functions. - (reference_compatible_p): Allow function pointer conversions. - (direct_reference_binding): Likewise. - (reference_binding): Reference-compatible is no longer a subset of - reference-related. - (is_subseq): Also strip ck_lvalue after next_conversion. - * class.c (instantiate_type): Check fnptr_conv_p. - (resolve_address_of_overloaded_function): Likewise. - * cvt.c (can_convert_tx_safety): Now static. - (noexcept_conv_p, fnptr_conv_p, strip_fnptr_conv): New. - * decl.c (flag_noexcept_type): Define. - (cxx_init_decl_processing): Set it. - (bad_specifiers): Check it. - (grokdeclarator) [cdk_function]: Add exception-spec to type here. - * lambda.c (maybe_add_lambda_conv_op): Add exception-spec to - returned pointer. - * mangle.c (struct globals): Add need_cxx1z_warning. - (mangle_decl): Check it. - (write_exception_spec): New. - (write_function_type): Call it. - (canonicalize_for_substitution): Handle exception spec. - (write_type): Likewise. - (write_encoding): Set processing_template_decl across mangling of - partially-instantiated type. - * pt.c (determine_specialization): Pass tf_fndecl_type. - (tsubst_decl, fn_type_unification): Likewise. - (tsubst): Strip tf_fndecl_type, pass it to - tsubst_exception_specification. - (convert_nontype_argument_function): Handle function pointer - conversion. - (convert_nontype_argument): Likewise. - (unify, for_each_template_parm_r): Walk into noexcept-specifier. - * rtti.c (ptr_initializer): Encode noexcept. - * tree.c (canonical_eh_spec): New. - (build_exception_variant): Use it. - * typeck.c (composite_pointer_type): Handle fnptr conversion. - (comp_except_specs): Compare canonical EH specs. - (structural_comptypes): Call it. - - * call.c (standard_conversion): Reorganize pointer conversions. - * pt.c (convert_nontype_argument_function): Convert to ref here. - (convert_nontype_argument): Not here. - (convert_template_argument): Add original type to error message. - (RECUR_AND_CHECK_FAILURE): Remove trailing semicolon. - (unify): Compare function-qualifiers. - * typeck.c (same_type_ignoring_top_level_qualifiers_p): Use - cp_build_qualified_type rather than TYPE_MAIN_VARIANT. - - * pt.c (push_tinst_level_loc): Add template instantiations to the - announce_function stream. - -2016-11-04 Paolo Carlini - - PR c++/67980 - * pt.c (tsubst_expr, case IF_STMT): Use fold_non_dependent_expr - to suppress unwanted warnings. - -2016-11-03 Jason Merrill - - PR c++/78198 - * call.c (convert_default_arg): Look through inheriting ctors. - -2016-11-03 Jakub Jelinek - Alexandre Oliva - Jason Merrill - - PR debug/28767 - PR debug/56974 - * tree.c (cp_check_qualified_type): Use check_base_type and - TYPE_QUALS comparison instead of check_qualified_type. - (cxx_type_hash_eq): Return false if type_memfn_rqual don't match. - * cp-objcp-common.c (cp_get_debug_type): New function. - (cp_decl_dwarf_attribute): Don't handle types here. - (cp_type_dwarf_attribute): New function. - * cp-objcp-common.h (cp_get_debug_type, cp_type_dwarf_attribute): - Declare. - (LANG_HOOKS_GET_DEBUG_TYPE, LANG_HOOKS_TYPE_DWARF_ATTRIBUTE): - Define. - -2016-11-03 Jason Merrill - - * tree.c (cp_check_qualified_type): Call check_base_type instead - of check_qualified_type. - (cxx_type_hash_eq): Check ref-qualifiers. - * typeck.c (apply_memfn_quals): No need to mess with TYPE_CANONICAL. - -2016-11-01 Jason Merrill - - Implement P0136R1, Rewording inheriting constructors. - * call.c (enum rejection_reason_code): Add rr_inherited_ctor. - (inherited_ctor_rejection): New. - (add_function_candidate): Reject inherited ctors for copying. - (enforce_access): Use strip_inheriting_ctors. - (print_z_candidate): Likewise. Handle rr_inherited_ctor. - (convert_like_real): Avoid copying inheriting ctor parameters. - (build_over_call): Likewise. A base ctor inheriting from vbase - has no parms. Sorry about varargs. - (joust): A local constructor beats inherited with the same convs. - * class.c (add_method): Handle hiding inheriting ctors. - (one_inherited_ctor): Handle new semantics. - (add_implicitly_declared_members): Pass using_decl down. - (build_clone): A base ctor inheriting from vbase has no parms. - * cp-tree.h (DECL_INHERITED_CTOR): Store this instead of the base. - (SET_DECL_INHERITED_CTOR): Likewise. - (DECL_INHERITED_CTOR_BASE): Adjust. - * constexpr.c: Adjust. - * error.c (dump_function_decl): Decorate inheriting ctors. - * init.c (emit_mem_initializers): Suppress access control in - inheriting ctor. - * mangle.c (write_special_name_constructor): Handle new inheriting - ctor mangling. - * method.c (strip_inheriting_ctors, inherited_ctor_binfo) - (ctor_omit_inherited_parms, binfo_inherited_from): New. - (synthesized_method_walk): Use binfo_inherited_from. Suppress - access control in inheriting ctor. - (deduce_inheriting_ctor): Deleted if ambiguous ctor inheritance. - (maybe_explain_implicit_delete): Explain ambigous ctor inheritance. - (add_one_base_init, do_build_copy_constructor): Adjust. - (locate_fn_flags, explain_implicit_non_constexpr): Adjust. - (implicitly_declare_fn): Adjust. - (get_inherited_ctor): Remove. - * name-lookup.c (do_class_using_decl): Check for indirect ctor - inheritance. - * optimize.c (cdtor_comdat_group): Adjust for new mangling. - (maybe_clone_body): Handle omitted parms in base clone. - (maybe_thunk_body): Don't thunk if base clone omits parms. - * pt.c (tsubst_decl): Adjust. - (instantiate_template_1): Suppress access control in inheriting - ctor. - (fn_type_unification): Do deduction with inherited ctor. - * tree.c (special_function_p): Adjust. - -2016-11-01 Jakub Jelinek - - * cp-objcp-common.c (cp_decl_dwarf_attribute): Handle DW_AT_inline. - -2016-11-01 Jason Merrill - - * class.c (declared_access): Split out from handle_using_decl. - -2016-10-31 Jakub Jelinek - - PR c++/78089 - * parser.c (cp_parser_postfix_expression): Replace return statement in - the first switch with setting postfix_expression to the return - expression and break;. - - PR c++/77886 - * pt.c (tsubst_expr) Copy over - FALLTHROUGH_LABEL_P flag to the new LABEL_DECL. - (tsubst_expr) : Likewise. - -2016-09-11 Le-Chun Wu - Mark Wielaard - - * name-lookup.c (pushdecl_maybe_friend): When emitting a - shadowing warning, use the code corresponding to the - given -Wshadow= variant. - -2016-10-26 Jason Merrill - - * class.c (add_method): Allow using-declarations to coexist. - -2016-10-25 Jason Merrill - - * constexpr.c (maybe_constant_init): Pull out TARGET_EXPR_INITIAL. - (cxx_eval_outermost_constant_expr): Don't return a CONSTRUCTOR - with CONSTRUCTOR_NO_IMPLICIT_ZERO. - (cxx_eval_call_expression): Clear CONSTRUCTOR_NO_IMPLICIT_ZERO. - -2016-10-25 Jakub Jelinek - - * parser.c (cp_parser_postfix_expression): Adding missing break;. - - * cp-tree.h (finish_builtin_launder): Declare. - * parser.c (cp_parser_postfix_expression): Handle RID_BUILTIN_LAUNDER. - * semantics.c (finish_builtin_launder): New function. - * pt.c (tsubst_copy_and_build): Handle instantiation of IFN_LAUNDER. - * constexpr.c (cxx_eval_internal_function): Handle IFN_LAUNDER. - (potential_constant_expression_1): Likewise. - -2016-10-24 Jakub Jelinek - - * cp-objcp-common.c (cp_decl_dwarf_attribute): Handle DW_AT_reference - and DW_AT_rvalue_reference. - - * cxx-pretty-print.c (pp_cxx_check_constraint): Use VAR_P (x) - instead of TREE_CODE (x) == VAR_DECL. - * constraint.cc (get_concept_definition): Likewise. - (finish_shorthand_constraint): Likewise. - * init.c (warn_placement_new_too_small): Likewise. - * cp-gimplify.c (cp_genericize_r): Likewise. - -2016-10-21 Jason Merrill - - PR c++/77656 - * pt.c (convert_template_argument): Call convert_nontype_argument - on value-dependent but not type-dependent arguments. - (convert_nontype_argument): Handle value-dependent arguments. - (canonicalize_expr_argument): New. - (deducible_expression, unify): Skip CONVERT_EXPR. - * error.c (dump_template_argument): Likewise. - * mangle.c (write_expression): Likewise. - - * ptree.c (cxx_print_xnode) [TEMPLATE_PARM_INDEX]: Dump the decl. - -2016-10-21 Jakub Jelinek - - * cp-objcp-common.c (cp_decl_dwarf_attribute): Handle - DW_AT_const_expr. - -2016-10-17 Jakub Jelinek - - * cp-objcp-common.h (cp_function_decl_explicit_p, - cp_function_decl_deleted_p, cp_function_decl_defaulted): Remove. - (cp_decl_dwarf_attribute): Declare. - (LANG_HOOKS_FUNCTION_DECL_EXPLICIT_P, - LANG_HOOKS_FUNCTION_DECL_DELETED_P, - LANG_HOOKS_FUNCTION_DECL_DEFAULTED): Remove. - (LANG_HOOKS_DECL_DWARF_ATTRIBUTE): Redefine. - * cp-objcp-common.c (cp_function_decl_explicit_p, - cp_function_decl_deleted_p, cp_function_decl_defaulted): Remove. - (cp_decl_dwarf_attribute): New function. - -2016-10-15 Jason Merrill - - PR c++/77945 - * constexpr.c (maybe_simplify_trivial_copy): New. - (cxx_eval_store_expression): Call it. - * call.c (build_over_call): Use unsigned char for trivial copy. - -2016-10-14 Jason Merrill - - Implement P0017R1, C++17 aggregates with bases. - * class.c (build_base_field_1): Split out from... - (build_base_field): ...here. In C++17 mode, build a field for - empty bases. - * decl.c (xref_basetypes): In C++17 aggregates can have bases. - (next_initializable_field): Allow base fields in C++17. - * typeck2.c (process_init_constructor_record): Likewise. - -2016-10-14 Jakub Jelinek - - DR 1511 - const volatile variables and ODR - * decl.c (grokvardecl): Change flags argument to type_quals, - add conceptp argument. Set TREE_PUBLIC for non-static volatile vars. - (grokdeclarator): Adjust grokvardecl caller. - -2016-10-13 Martin Sebor - - PR c++/71912 - * class.c (struct flexmems_t): Add members. - (find_flexarrays): Add arguments. Correct handling of anonymous - structs. - (diagnose_flexarrays): Adjust to issue warnings in addition to errors. - (check_flexarrays): Add argument. - (diagnose_invalid_flexarray): New functions. - -2016-10-13 Jakub Jelinek - Jason Merrill - - Implement P0386R2 - C++17 inline variables - * cp-tree.h (struct lang_type): Shrink language field to 1 bit - from 4. Add var_declared_inline_p field. Mention 2 spare bits. - (DECL_VAR_DECLARED_INLINE_P): Define. - (SET_DECL_VAR_DECLARED_INLINE_P): Define. - (DECL_INLINE_VAR_P): Define. - (diagnose_inline_vars_for_namespace): Declare. - * decl.c (diagnose_inline_vars_for_namespace): New function. - (duplicate_decls): For static data members copy - DECL_DECLARED_CONSTEXPR_P. - (redeclaration_error_message): Handle C++17 redundant redeclaration - of constexpr static data member outside of class. - (maybe_commonize_var): Handle inline variables. - (check_initializer): Ignore inline variables for diagnostics. - Adjust diagnostic wording for C++17. - (make_rtl_for_nonlocal_decl): Allow in-class definition of - inline static data members. - (bad_specifiers): Don't diagnose inline on variables here. - (grokvardecl): Add inlinep argument, non-static const inline variables - are TREE_PUBLIC. - (check_static_variable_definition): Return early also for inline - variables. - (mark_inline_variable): New. - (grokdeclarator): Handle inline variables and inline static data - members. - * typeck2.c (store_init_value): Don't diagnose non-constant - initializers for non-constexpr inline static data members. - * decl2.c (vague_linkage_p): Return true for inline variables. - (c_parse_final_cleanups): In-class declaration of inline static - data members is a definition. Call diagnose_inline_vars_for_namespace - through walk_namespaces. - * pt.c (instantiate_decl): Set pattern_defined for in-class definitions - of inline static data members. - -2016-10-13 Jason Merrill - - * decl.c (mark_inline_variable): New. - ->>>>>>> .r241142 -2016-10-13 Thomas Preud'homme - - * decl2.c: Include memmodel.h. - * rtti.c: Likewise. - -2016-10-11 Jason Merrill - - PR c++/77742 - * init.c (build_new_1): Don't -Waligned-new about placement new. - (malloc_alignment): New. Consider MALLOC_ABI_ALIGNMENT. - * decl.c (cxx_init_decl_processing): New. - -2016-10-10 Jason Merrill - - PR c++/77890 - PR c++/77912 - * pt.c (do_class_deduction): Set cp_unevaluated_operand. - (tsubst) [TEMPLATE_TYPE_PARM]: Copy CLASS_PLACEHOLDER_TEMPLATE. - -2016-10-08 Jason Merrill - - * cp-gimplify.c (cp_fold): Add variable name. - - * cp-gimplify.c (cp_fold): Distribute cp_truthvalue_conversion - into COND_EXPR. - -2016-10-07 Jason Merrill - - Further P0135 refinement. - * call.c (build_user_type_conversion_1): Consider conversions from - a single element in an initializer-list. - (build_temp): Undo early_elide_copy change. - (build_over_call): Check that we don't try to copy a TARGET_EXPR - in C++17 mode. Set user_conv_p here. - (convert_like_real): Not here. - (check_self_delegation): Split out from... - (build_special_member_call): ...here. Handle C++17 copy elision. - * cvt.c (early_elide_copy): Remove. - (ocp_convert): Undo early_elide_copy change. - * except.c (build_throw): Likewise. - * init.c (expand_default_init): Likewise. - * typeck.c (cp_build_modify_expr): Likewise. - -2016-10-07 Nathan Sidwell - - PR c++/64433 - DR1658, DR1611 - * init.c (emit_mem_initializers): Don't construct vbases of - abstract classes. - (push_base_cleanups): Don't push vbase cleanups for abstract class - when in C++14 mode. - * method.c (synthethesized_method_walk): Don't walk vbases of - abstract classes when in C++14 mode. - -2016-10-07 Jakub Jelinek - - Implement LWG2296 helper intrinsic - * parser.c (cp_parser_postfix_expression): Handle RID_ADDRESSOF. - * cp-objcp-common.c (cp_common_init_ts): Handle ADDRESSOF_EXPR. - * constexpr.c (potential_constant_expression_1): Likewise. - * error.c (dump_expr): Likewise. - * typeck.c (cp_build_addressof): New function. - * cp-tree.h (cp_build_addressof): Declare. - * cxx-pretty-print.h (pp_cxx_addressof_expression): Declare. - * cp-tree.def (ADDRESSOF_EXPR): New tree code. - * cxx-pretty-print.c (cxx_pretty_printer::primary_expression): Handle - ADDRESSOF_EXPR. Add __builtin_addressof and - __has_unique_object_representations into syntax in function comment. - (pp_cxx_addressof_expression): New function. - * pt.c (tsubst_copy_and_build): Handle ADDRESSOF_EXPR. - -2016-10-07 Bernd Edlinger - - PR c++/77700 - * parser.c (cp_parser_base_specifier): Fix a warning. - -2016-10-07 Bernd Schmidt - - PR c++/69733 - * decl.c (grokdeclarator): Try to find the correct location for an - ignored qualifier. - -2016-10-07 Martin Liska - - * lambda.c (maybe_add_lambda_conv_op): Set default value. - -2016-10-06 Jason Merrill - - * call.c (build_temp, convert_like_real): Don't re-copy - TARGET_EXPR. Handle packed fields. - (build_x_va_arg): Wrap it in a TARGET_EXPR. - (build_over_call): Add sanity check. - * cvt.c (early_elide_copy): New. - (ocp_convert): Use it. - * except.c (build_throw): Use it. - * init.c (get_nsdmi): Put back the TARGET_EXPR. - (expand_default_init): Call early_elide_copy. - * typeck.c (cp_build_modify_expr): Call early_elide_copy. - -2016-10-06 Jakub Jelinek - - Implement P0258R2 - helper for C++17 - std::has_unique_object_representations trait - * cp-tree.h (enum cp_trait_kind): Add - CPTK_HAS_UNIQUE_OBJ_REPRESENTATIONS. - (struct lang_type_class): Add unique_obj_representations - and unique_obj_representations_set bitfields. - (CLASSTYPE_UNIQUE_OBJ_REPRESENTATIONS, - CLASSTYPE_UNIQUE_OBJ_REPRESENTATIONS_SET): Define. - (type_has_unique_obj_representations): Declare. - * parser.c (cp_parser_primary_expression): Handle - RID_HAS_UNIQUE_OBJ_REPRESENTATIONS. - (cp_parser_trait_expr): Likewise. Formatting fix. - * semantics.c (trait_expr_value, finish_trait_expr): Handle - CPTK_HAS_UNIQUE_OBJ_REPRESENTATIONS. - * tree.c (type_has_unique_obj_representations): New function. - (record_has_unique_obj_representations): New function. - * cxx-pretty-print.c (pp_cxx_trait_expression): Handle - CPTK_HAS_UNIQUE_OBJ_REPRESENTATIONS. - -2016-10-05 Jason Merrill - - Implement P0135R1, Guaranteed copy elision. - * cvt.c (ocp_convert): Don't re-copy a TARGET_EXPR in C++17. - - PR c++/54293 - * call.c (reference_binding): Fix binding to member of temporary. - - * call.c (extend_ref_init_temps): Fix TARGET_EXPR handling. - - * parser.c (cp_parser_skip_to_end_of_statement): Add missing break. - - * semantics.c (finish_compound_literal): Handle class placeholder. - -2016-10-05 Marek Polacek - - Implement P0305R1, Selection statements with initializer. - * cp-array-notation.c (create_an_loop): Call finish_init_stmt - instead of finish_for_init_stmt. - * cp-tree.h (finish_for_init_stmt): Rename to finish_init_stmt. - * decl.c (poplevel): Adjust a comment. - * init.c (build_vec_init): Call finish_init_stmt instead of - finish_for_init_stmt. - * name-lookup.c (pushdecl_maybe_friend_1): Adjust a comment. - * name-lookup.h (enum scope_kind): Likewise. - * parser.c (cp_parser_statement): Update commentary. - (cp_parser_init_statement_p): New function. - (cp_parser_selection_statement): Parse the optional init-statement. - (cp_parser_for): Call finish_init_stmt instead of finish_for_init_stmt. - (cp_parser_c_for): Likewise. - (cp_convert_range_for): Call finish_init_stmt instead of finish_for_init_stmt. - (cp_parser_range_for_member_function): Update commentary. - (cp_parser_iteration_statement): - (cp_parser_for_init_statement): Rename to cp_parser_init_statement. - * pt.c (tsubst_omp_for_iterator): Update commentary. - (tsubst_expr): Call finish_init_stmt instead of finish_for_init_stmt. - * semantics.c (finish_for_init_stmt): Rename to finish_init_stmt. - Update commentary. - -2016-10-04 Jason Merrill - - PR c++/77852 - * pt.c (do_class_deduction): Handle list-initialization. - (do_auto_deduction): Call it sooner. - (build_deduction_guide): Use tsubst_arg_types. - (rewrite_template_parm): Don't copy_type. - - PR c++/77775 - * constexpr.c (cxx_eval_component_reference): Use name matching - for PMFs. - - Implement P0091R2, Template argument deduction for class templates. - * parser.c (cp_parser_simple_type_specifier): Parse class placeholder. - Use the location of the beginning of the type-specifier. - (cp_parser_init_declarator): Parse deduction guide. - (cp_parser_diagnose_invalid_type_name): Mention class deduction. - (cp_parser_type_id_1): Don't accept class placeholder as template arg. - * cp-tree.h (CLASS_PLACEHOLDER_TEMPLATE): New. - * decl.c (grokdeclarator): Check for uninitialized auto here. - (start_decl_1): Not here. - (cp_finish_decl): Or here. Don't collapse a list when doing - class deduction. - (grokfndecl): Check deduction guide scope and body. - * error.c (dump_decl, dump_function_decl, dump_function_name): - Handle deduction guides. - * pt.c (make_template_placeholder, do_class_deduction): New. - (build_deduction_guide, rewrite_template_parm): New. - (dguide_name, dguide_name_p, deduction_guide_p): New. - (do_auto_deduction): Call do_class_deduction. - (splice_late_return_type, is_auto): Handle class placeholders. - (template_parms_level_to_args): Split from template_parms_to_args. - (tsubst_template_parms_level): Split from tsubst_template_parms. - * typeck2.c (build_functional_cast): Handle class placeholder. - -2016-10-04 Martin Sebor - - PR c++/77804 - * init.c (warn_placement_new_too_small): Avoid assuming an array type - has a constant size. - -2016-10-04 Jakub Jelinek - - PR c++/77791 - * parser.c (cp_parser_lambda_declarator_opt): Only pedwarn - for C++11 on decls in the param_list. Test cxx_dialect < cxx14 before - the loop just once. - - * cp-tree.h (enum cp_tree_index): Remove CPTI_JAVA_*, - CPTI_LANG_NAME_JAVA and CPTI_JCLASS. - (java_byte_type_node, java_short_type_node, java_int_type_node, - java_long_type_node, java_float_type_node, java_double_type_node, - java_char_type_node, java_boolean_type_node, lang_name_java, - jclass_node): Remove. - (enum languages): Remove lang_java. - (TYPE_FOR_JAVA): Remove. - (struct lang_type_class): Remove java_interface bit-field. - (TYPE_JAVA_INTERFACE): Remove. - (pragma_java_exceptions): Remove. - (check_java_method, build_java_class_ref): Remove prototypes. - * name-lookup.c (pushtag_1): Don't set TYPE_FOR_JAVA. - * decl2.c (acceptable_java_type, check_java_method): Remove. - (import_export_decl): Remove TYPE_FOR_JAVA handling. - (build_java_method_aliases): Remove. - (c_parse_final_cleanups): Don't call build_java_method_aliases. - (possibly_inlined_p): Don't test pragma_java_exceptions. - * init.c (build_new_1): Remove TYPE_FOR_JAVA handling. - (build_java_class_ref): Remove. - * pt.c (maybe_new_partial_specialization, lookup_template_class_1, - instantiate_class_template_1): Don't copy TYPE_FOR_JAVA. - * except.c (eh_type_info): Remove java type handling. - (decl_is_java_type, choose_personality_routine): Remove. - (initialize_handler_parm): Don't call choose_personality_routine. - (expand_start_catch_block): Don't handle java types. - (build_throw): Likewise. - * cp-lang.c (cp_eh_personality): Don't handle pragma_java_exceptions. - * typeck.c (structural_comptypes): Don't compare TYPE_FOR_JAVA. - * call.c (build_over_call): Don't handle TYPE_JAVA_INTERFACE. - (java_iface_lookup_fn): Remove. - (build_java_interface_fn_ref): Remove. - * tree.c (cxx_attribute_table): Remove java_interface. - (handle_java_interface_attribute): Remove. - * lex.c (pragma_java_exceptions): Remove. - (init_cp_pragma): Don't register GCC java_exceptions pragma. - (handle_pragma_java_exceptions): Remove. - (retrofit_lang_decl): Don't handle lang_name_java. - * method.c (implicitly_declare_fn): Don't handle TYPE_FOR_JAVA. - * error.c (language_to_string): Don't handle lang_java. - * decl.c (record_builtin_java_type): Remove. - (initialize_predefined_identifiers): Remove Java. - (cxx_init_decl_processing): Remove java_*_type_node. - (cp_finish_decl): Don't handle TYPE_FOR_JAVA. - (grokfndecl): Likewise. - (check_special_function_return_type): Likewise. - (grokdeclarator): Don't set TYPE_FOR_JAVA. - (grokparms): Don't handle TYPE_FOR_JAVA. - (xref_basetypes): Likewise. - (check_function_type): Likewise. - (finish_constructor_body): Likewise. - * mangle.c (write_builtin_type): Don't handle TYPE_FOR_JAVA - and java_*_type_node. - (write_bare_function_type): Don't handle TYPE_FOR_JAVA. - (write_java_integer_type_codes): Remove. - * class.c (add_method): Don't handle TYPE_FOR_JAVA. - (add_implicitly_declared_members, determine_key_method, - finish_struct_1): Likewise. - (push_lang_context): Don't handle lang_name_java. - -2016-10-03 Marek Polacek - - Core 903 - * typeck.c (cp_build_binary_op): Pass original operands to - null_ptr_cst_p, not those after the default conversions. - -2016-10-03 Bernd Edlinger - - * parser.c (cp_parser_condition): Fix a warning. - -2016-09-29 Jakub Jelinek - - Implement P0001R1 - C++17 removal of register storage class specifier - * decl.c (cp_finish_decl): Diagnose register storage class - on vars except when used in GNU global or local register variable - extension. - (grokdeclarator): Diagnose register storage class on parameters. - * except.c (expand_start_catch_block): Set DECL_REGISTER only - after cp_finish_decl call. - -2016-09-29 Marek Polacek - - * rtti.c (involves_incomplete_p): Add fall through comment. - -2016-09-28 Jakub Jelinek - - PR c++/77467 - * constexpr.c (enum constexpr_switch_state): New. - (struct constexpr_ctx): Add css_state field. - (label_matches): Add CTX and STMT arguments, remove I and - DEFAULT_LABEL. For CASE_LABEL_EXPR assert ctx->css_state != NULL, - handle default labels according to css_state. - (cxx_eval_statement_list): Remove statement skipping, label_matches - and default_label handling code. - (cxx_eval_loop_expr): Exit after first iteration even if - switches (jump_target). - (cxx_eval_switch_expr): Set up css_state field in ctx, if default - label has been seen in the body, but no cases matched, evaluate - the body second time. - (cxx_eval_constant_expression): Handle stmt skipping and label_matches - here. Handle PREDICT_EXPR. For MODIFY_EXPR or INIT_EXPR, assert - statement is not skipped. For COND_EXPR during skipping, don't - evaluate condition, just the then block and if still skipping at the - end also the else block. - (cxx_eval_outermost_constant_expr): Adjust constexpr_ctx initializer. - (is_sub_constant_expr): Likewise. - -2016-09-27 Jakub Jelinek - - Implement P0018R3, C++17 lambda capture of *this by value as [=,*this] - * parser.c (cp_parser_lambda_introducer): Formatting fix. Pass - true instead of false as by_reference_p to add_capture for 'this'. - Parse '*this' simple-capture. - * lambda.c (build_capture_proxy): Handle '*this' capture by value. - (add_capture): Adjust function comment. For id == this_identifier, - treat by_reference_p as capturing '*this' by reference, i.e. 'this' - by value, and !by_reference_p as capturing '*this' by value. - (add_default_capture): For implicit 'this' capture, always pass - by_reference_p true rather than false. - - PR c++/77722 - * cp-gimplify.c (cp_ubsan_maybe_instrument_return): Instrument also - functions that have just a STATEMENT_LIST instead of BIND_EXPR, or - BIND_EXPR with some statement rather than STATEMENT_LIST as body. - -2016-09-26 Nathan Sidwell - - * init.c (expand_default_init): Fix } indentation. - * method.c (process_subob_fn): Simplify control structure to - remove gotos. - (implicitly_declare_fn): Remove duplicated lambda ctor check. - -2016-09-26 Marek Polacek - - PR c/7652 - * parser.c (cp_parser_storage_class_specifier_opt): Add - gcc_fallthrough. - (cp_parser_skip_to_end_of_template_parameter_list): Likewise. - (cp_parser_cache_defarg): Likewise. - (cp_parser_omp_for_cond): Likewise. - * semantics.c (finish_decltype_type): Likewise. - * typeck.c (structural_comptypes): Likewise. - (cp_build_binary_op): Likewise. - (cp_build_modify_expr): Likewise. - -2016-09-26 Marek Polacek - - PR c/7652 - * constexpr.c (cxx_eval_internal_function): Handle IFN_FALLTHROUGH. - (potential_constant_expression_1): Likewise. - * constraint.cc (function_concept_check_p): Check fn for null. - * parser.c (cp_parser_expression_statement): Handle attribute - fallthrough. - (cp_parser_statement): Likewise. - (cp_parser_label_for_labeled_statement): Set FALLTHROUGH_LABEL_P on - labels. - (cp_parser_std_attribute): Handle fallthrough attribute. - (cp_parser_check_std_attribute): Add %< %> quotes. - * pt.c (tsubst_copy_and_build): Handle internal functions. - (instantiation_dependent_scope_ref_p): Return if the expression is - null. - -2016-09-24 Marek Polacek - - PR c/77490 - * typeck.c (cp_build_unary_op): Warn about bit not on expressions that - have boolean value. - -2016-09-23 Jakub Jelinek - - Implement P0138R2, C++17 construction rules for enum class values - * cp-tree.h (is_direct_enum_init): Declare. - * decl.c (is_direct_enum_init): New function. - (reshape_init): Use it. - * typeck.c (convert_for_assignment): Likewise. - - * Make-lang.in (check-c++1z): Pass RUNTESTFLAGS down to - make check-g++. - - * constexpr.c (call_stack): Remove unnecessary - = vNULL initialization of file scope vec. - - * name-lookup.c (store_bindings, store_class_bindings): Don't - initialize static local bindings_need_stored to vNULL. - - * typeck2.c (process_init_constructor_record): Use - CONSTRUCTOR_NELTS (...) instead of - vec_safe_length (CONSTRUCTOR_ELTS (...)). - * decl.c (reshape_init_r): Likewise. - (check_initializer): Likewise. - -2016-09-22 Paolo Carlini - - PR c++/71979 - * class.c (build_base_path): Allow for lookup_base returning - NULL_TREE. - -2016-09-21 Jason Merrill - - Core 903 - * call.c (null_ptr_cst_p): Check char_type_p. - -2016-09-21 Jakub Jelinek - - PR c++/77651 - * init.c (build_new_1): Don't suggest to use -faligned-new if - aligned_new_threshold is non-zero. - (type_has_new_extended_alignment): Change aligned_new_threshhold - to aligned_new_threshold. - * call.c (second_parm_is_size_t, aligned_allocation_fn_p, - aligned_deallocation_fn_p, build_op_delete_call): Likewise. - * decl.c (cxx_init_decl_processing): Likewise. - -2016-09-20 Jakub Jelinek - - PR c++/77626 - * constexpr.c (cxx_fold_indirect_ref): Don't call byte_position on - FIELD_DECLs with error_mark_node type. Remove useless break; after - return. - - PR c++/77638 - * parser.c (cp_parser_template_declaration_after_parameter): For 2 - argument operator"" template set ok to false for - parm == error_mark_node. - - PR c++/77637 - * parser.c (cp_parser_std_attribute_list): Reject ... without - preceding attribute. - -2016-09-19 Bernd Edlinger - - PR c++/77434 - * cvt.c (cp_convert_and_check): Suppress Wint-in-bool-context here. - -2016-09-16 Patrick Palka - - PR c++/77639 - * parser.c (cp_parser_class_head): When - processing_template_parmlist, don't assume that the - class-head may start an explicit specialization. - -2016-09-16 Jakub Jelinek - - PR c++/77482 - * error.c (dump_simple_decl): Only check DECL_DECLARED_CONCEPT_P - if DECL_LANG_SPECIFIC is non-NULL. Fix up formatting. - - PR c++/77338 - * constexpr.c (cxx_eval_constant_expression) : Only - call is_really_empty_class on complete types. - - PR c++/77375 - * class.c (check_bases): Set CLASSTYPE_HAS_MUTABLE if any - TYPE_HAS_MUTABLE_P for any bases. - -2016-09-16 Jason Merrill - - * class.c (check_bases, set_one_vmethod_tm_attributes): Use - least_bit_hwi. - * decl.c (cxx_init_decl_processing): Use pow2p_hwi. - * parser.c (cp_parser_cilk_simd_vectorlength): Use pow2p_hwi. - -2016-09-14 Jakub Jelinek - - PR c++/77549 - * name-lookup.c (consider_binding_level): Look through TREE_LIST - and OVERLOAD. - -2016-09-14 Marek Polacek - - * typeck.c (cp_build_unary_op): Diagnose incrementing boolean - expressions. Tweak an error message. - -2016-09-14 Marek Polacek - - * cp-tree.h (cp_build_unary_op): Change nonconvert parameter type to - bool. - * decl2.c (one_static_initialization_or_destruction): Use true instead - of 1. - * init.c (build_vec_init): Use false instead of 0. - * pt.c (tsubst_copy_and_build): Likewise. - * semantics.c (simplify_loop_decl_cond): Likewise. - * typeck.c (rationalize_conditional_expr): Likewise. - (cp_build_binary_op): Use true instead of 1. - (cp_build_unary_op): Change nonconvert parameter type to bool. Use true - instead of 1. - (build_unary_op): Change nonconvert parameter type to bool. - (unary_complex_lvalue): Use false instead of 0. - -2016-09-13 Jakub Jelinek - - Implement P0028R4, C++17 using attribute namespaces without repetition - * parser.c (cp_parser_std_attribute): Add ATTR_NS argument. Diagnose - non-NULL ATTR_NS with scoped attribute token. Handle non-NULL - ATTR_NS with non-scoped attribute tokens. Allow named ops in - identifier after ::. - (cp_parser_std_attribute_list): Add ATTR_NS argument, pass it down - to cp_parser_std_attribute calls. - (cp_parser_std_attribute_spec): Parse optional C++17 - attribute-using-prefix, adjust grammar in function comment. - - PR c++/77553 - * constexpr.c (cxx_fold_pointer_plus_expression): New function. - (cxx_eval_binary_expression): Use it for POINTER_PLUS_EXPR. - (cxx_eval_pointer_plus_expression): Remove. - (cxx_eval_constant_expression) : Don't - call cxx_eval_pointer_plus_expression. - -2016-09-13 David Malcolm - - * parser.c (cp_parser_class_specifier_1): Update for renaming of - add_fixit_insert to add_fixit_insert_before. - (cp_parser_class_head): Likewise. - -2016-09-12 Bernd Edlinger - - PR c++/77496 - * call.c (build_conditional_expr_1): Call warn_for_omitted_condop. - * class.c (instantiate_type): Look through the SAVE_EXPR. - -2016-09-09 Jason Merrill - - Implement P0035R4, C++17 new of over-aligned types. - * cp-tree.h (enum cp_tree_index): Add CPTI_ALIGN_TYPE. - (align_type_node): New macro. - * call.c (build_operator_new_call): Handle C++17 aligned new. - (second_parm_is_size_t, build_op_delete_call): Likewise. - (non_placement_deallocation_fn_p): Likewise. Rename to - usual_deallocation_fn_p. - (aligned_allocation_fn_p, aligned_deallocation_fn_p): New. - * decl.c (cxx_init_decl_processing): Add aligned new support. - * init.c (type_has_new_extended_alignment): New. - (build_new_1): Handle aligned new. - * tree.c (vec_copy_and_insert): New. - -2016-09-02 Jakub Jelinek - - PR sanitizer/77396 - * decl2.c (do_static_initialization_or_destruction): Only - call asan_dynamic_init_call if INITP is true. - -2016-09-01 Martin Sebor - - * mangle.c: Increase buffer size to guarantee it fits the output - of the formatted function regardless of its arguments. - -2016-09-01 Marek Polacek - - PR c/7652 - * error.c (dump_type): Fix falls through comment. - (dump_decl): Likewise. - (dump_expr): Likewise. - -2016-08-30 David Malcolm - - * parser.c (cp_parser_enclosed_template_argument_list): Add fix-it - hint to ">>" within nested template argument list error. - -2016-08-30 David Malcolm - - * name-lookup.c (suggest_alternatives_for): Use add_fixit_replace - rather than add_fixit_misspelled_id. - * parser.c (cp_parser_diagnose_invalid_type_name): Likewise. - -2016-08-29 Jason Merrill - - PR c++/77379 - * mangle.c (maybe_check_abi_tags): Add version parm, handle thunks. - (mangle_thunk): Add thunk parameter. - * method.c (finish_thunk): Pass it. - * cp-tree.h: Declare it. - -2016-08-15 Jason Merrill - - Avoid calling a trivial default constructor. - * class.c (default_ctor_p): New. - (in_class_defaulted_default_constructor): Use it. - (type_has_non_user_provided_default_constructor): Use it. - * call.c (build_over_call): Handle trivial default constructor. - * cp-tree.h: Declare default_ctor_p. - - PR c++/57728 - * pt.c (do_type_instantiation): Don't mess with non-user-provided - member functions. - -2016-08-25 Marek Polacek - - * parser.c (cp_parser_binary_expression): Pass LHS to - warn_logical_not_parentheses. - -2016-08-18 Marek Polacek - - PR c/7652 - * call.c (add_builtin_candidate): Add gcc_fallthrough. - * cxx-pretty-print.c (pp_cxx_unqualified_id): Likewise. - * parser.c (cp_parser_skip_to_end_of_statement): Likewise. - (cp_parser_cache_defarg): Likewise. - -2016-08-12 Marek Polacek - - PR c/7652 - * call.c (add_builtin_candidate): Add FALLTHRU. - (build_integral_nontype_arg_conv): Adjust fall through comment. - (build_new_op_1): Add FALLTHRU. - (convert_like_real): Adjust fall through comment. - * class.c (fixed_type_or_null): Likewise. - * constexpr.c (cxx_eval_constant_expression): Likewise. - (potential_constant_expression_1): Likewise. Add FALLTHRU. - * cp-gimplify.c (cp_gimplify_expr): Adjust fall through comment. - (cp_fold): Add FALLTHRU. - * cvt.c (build_expr_type_conversion): Adjust fall through comment. - * cxx-pretty-print.c (pp_cxx_unqualified_id): Add FALLTHRU. - (pp_cxx_qualified_id): Likewise. - (cxx_pretty_printer::constant): Adjust fall through comment. - (cxx_pretty_printer::primary_expression): Add FALLTHRU. - (pp_cxx_pm_expression): Adjust fall through comment. - (cxx_pretty_printer::expression): Add FALLTHRU. - (cxx_pretty_printer::declaration_specifiers): Reformat code. - (pp_cxx_type_specifier_seq): Adjust fall through comment. - (pp_cxx_ptr_operator): Likewise. Add FALLTHRU. - * error.c (dump_type): Adjust fall through comment. - (dump_decl): Likewise. - * mangle.c (write_type): Likewise. - * method.c (synthesized_method_walk): Add FALLTHRU. - * name-lookup.c (arg_assoc_type): Likewise. - * parser.c (cp_lexer_print_token): Adjust fall through comment. - (cp_parser_primary_expression): Add FALLTHRU. - (cp_parser_operator): Likewise. - * pt.c (find_parameter_packs_r): Likewise. - (tsubst_aggr_type): Adjust fall through comment. - * semantics.c (finish_omp_clauses): Add FALLTHRU. - * tree.c (lvalue_kind): Likewise. - -2016-08-12 Alexandre Oliva - - PR debug/63240 - * cp-objcp-common.c (cp_function_decl_defaulted): New. - (cp_function_decl_explicit_p): Const_tree-ify. - (cp_function_decl_deleted_p): Likewise. - * cp-objcp-common.h (cp_function_decl_defaulted): Declare. - (cp_function_decl_explicit_p): Const_tree-ify. - (cp_function_decl_deleted_p): Likewise. - (LANG_HOOKS_FUNCTION_DECL_DEFAULTED): Redefine. - -2016-08-11 Jakub Jelinek - - PR c++/72868 - * constexpr.c (label_matches): Handle case range expressions. - -2016-08-11 Jason Merrill - - PR c++/73456 - * logic.cc (non_atomic_constraint_p): Handle EXPR_PACK_EXPANSION. - -2016-08-10 Jason Merrill - - Implement C++17 constexpr if. - * cp-tree.h (IF_STMT_CONSTEXPR_P): New. - * name-lookup.c (push_to_top_level, pop_from_top_level_1): Handle it. - * parser.h (struct cp_parser): Add in_discarded_stmt field. - * parser.c (cp_parser_selection_statement): Handle 'if constexpr'. - (cp_parser_jump_statement): Avoid deducing from a discarded return. - * pt.c (tsubst_expr): Only instantiate taken branch of constexpr if. - * semantics.c (begin_if_stmt): Set the binding level this_entity. - (finish_if_stmt_cond): Require the condition of a - constexpr if to be constant. - * decl.c (level_for_constexpr_if): New. - (named_label_entry): Add in_constexpr_if field. - (poplevel_named_label_1): Set it. - (check_goto): Check it. - (check_previous_goto_1): Check level_for_constexpr_if. - -2016-08-09 Jason Merrill - - PR c++/68703 - * decl2.c (any_dependent_type_attributes_p): New. - * pt.c (dependent_type_p_r, type_dependent_expression_p): Check it. - * semantics.c (finish_id_expression): Check it. - * typeck.c (finish_class_member_access_expr): Check it. - - PR c++/71712 - * class.c (check_abi_tags): Don't duplicate tags for conversion ops. - - Adjust mangling of ABI tags on class template member functions. - * class.c (missing_abi_tags): New. - (check_abi_tags): Don't check template. Add just_checking mode. - * mangle.c (abi_flag_at_least, any_abi_below, equal_abi_tags): New. - (sorted_abi_tags): Split out from write_abi_tags. - (struct releasing_vec): New. - (write_unqualified_name): Only look for the primary - template for types. Implement backward compatibility. - - PR c++/72849 - * constexpr.c (cxx_eval_constant_expression): Check - COMPLETE_TYPE_P before calling is_really_empty_class. - * class.c (is_really_empty_class): Don't call complete_type. - - PR c++/56701 - * typeck.c (cp_build_addr_expr_1): Remove special *this handling. - -2016-08-09 Jakub Jelinek - - PR c++/72809 - * rtti.c (get_pseudo_ti_index): Return TK_CLASS_TYPE for - builtin aggregate types without TYPE_BINFO. - -2016-08-08 Jason Merrill - - Implement C++17 constexpr lambda. - * class.c (finalize_literal_type_property): Handle lambdas. - * constexpr.c (is_valid_constexpr_fn): Likewise. No longer static. - (explain_invalid_constexpr_fn, cxx_eval_call_expression): Handle - lambdas. - (cxx_eval_constant_expression): Handle capture proxy. - (var_in_constexpr_fn): Don't check for C++14. - (var_in_maybe_constexpr_fn): New. - (potential_constant_expression_1): Use it. Check DECL_EXPR for - declarations not allowed in constexpr function. Handle - STATIC_ASSERT, RANGE_FOR_STMT. - * decl.c (make_rtl_for_nonlocal_decl): Use var_in_maybe_constexpr_fn. - (finish_function): Set DECL_DECLARED_CONSTEXPR_P on lambda members. - * lambda.c (begin_lambda_type): Set CLASSTYPE_LITERAL_P. - (maybe_add_lambda_conv_op): Clear thunk CALL_EXPR location. - (lambda_static_thunk_p): New. - * parser.c (cp_keyword_starts_decl_specifier_p): Add RID_CONSTEXPR. - (CP_PARSER_FLAGS_ONLY_MUTABLE_OR_CONSTEXPR): New enumerator. - (cp_parser_decl_specifier_seq): Handle it. - (cp_parser_lambda_declarator_opt): Use cp_parser_decl_specifier_seq. - * pt.c (instantiate_class_template_1): Set CLASSTYPE_LITERAL_P. - (tsubst_copy_and_build) [CALL_EXPR]: Propagate CALL_FROM_THUNK_P. - * error.c (dump_function_decl): Check TFF_NO_TEMPLATE_BINDINGS. - (dump_expr) [FUNCTION_DECL]: Pass it. - -2016-08-08 Jason Merrill - - PR c++/67131 - * class.c (is_really_empty_class): Call complete_type. - * constexpr.c (cxx_eval_constant_expression): Check - is_really_empty_class. - (potential_constant_expression_1): Likewise. Check for error type. - -2016-08-08 Jakub Jelinek - - PR c++/58706 - * parser.c: Include tree-iterator.h. - (cp_parser_omp_for_loop_init): Move lambda DECL_EXPRs from init - to FOR_BLOCK. - (cp_parser_omp_for_loop): Handle non-STATEMENT_LIST FOR_BLOCK - entries. - -2016-08-06 Jonathan Wakely - - * call.c (convert_like_real): Harmonize diagnostics for invalid - reference binding. - -2016-08-05 Martin Sebor - - * constexpr.c (cxx_eval_store_expression): Remove hyphen from - the spelling of "constant-expression" in diagnostic messages - for consistency. - (cxx_eval_constant_expression): Same. - (cxx_eval_outermost_constant_expr): Same. - (potential_constant_expression_1): Same. - -2016-08-05 Nathan Sidwell - - PR c++/68724 - * pt.c (unify): TRAIT_EXPR is an expr. - -2016-08-04 Paolo Carlini - - PR c++/72800 - * lambda.c (add_capture): Check lambda_capture_field_type return - value for error_mark_node. - -2016-08-04 Patrick Palka - - PR c++/72759 - * pt.c (tsubst_qualified_id): Return error_mark_node if - template_args is error_mark_node. - -2016-08-04 Jason Merrill - - PR c++/72415 - * pt.c (tsubst_pack_expansion): Pull a single pack expansion out - of the TREE_VEC. - - * cp-tree.h (TYPE_UNNAMED_P): Rename from TYPE_ANONYMOUS_P. - (TYPE_WAS_UNNAMED): Rename from TYPE_WAS_ANONYMOUS. - * class.c, decl.c, decl2.c, error.c, lambda.c, mangle.c, - name-lookup.c, parser.c, pt.c, semantics.c, tree.c: Adjust. - - PR c++/72796 - * typeck.c (finish_class_member_access_expr): Avoid stripping - SCOPE_REF to dependent base. - -2016-08-04 Thomas Schwinge - - * parser.c (cp_ensure_no_oacc_routine): Improve diagnostics. - (cp_parser_late_parsing_cilk_simd_fn_info): Fix diagnostics. - (cp_parser_late_parsing_oacc_routine, cp_finalize_oacc_routine): - Simplify code, and improve diagnostics. - (cp_parser_oacc_routine): Likewise. Move pragma context - checking... - (cp_parser_pragma): ... here. - - * parser.h (struct cp_omp_declare_simd_data): New. - (struct cp_parser): Use it for oacc_routine member. - * parser.c (cp_ensure_no_oacc_routine, cp_parser_oacc_routine) - (cp_parser_late_parsing_oacc_routine, cp_finalize_oacc_routine): - Use it. Simplify code. - (cp_parser_new): Initialize all members pointing to special - parsing data structures. - (cp_parser_cilk_simd_fn_vector_attrs): Initialize - parser->cilk_simd_fn_info->clauses. - (cp_parser_omp_declare_simd): Initialize - parser->omp_declare_simd->clauses. - (cp_parser_late_parsing_omp_declare_simd): Simplify code. - -2016-08-04 Marek Polacek - - PR c++/70229 - * constexpr.c (check_constexpr_ctor_body_1): Allow typedef - declarations. - -2016-08-01 Jason Merrill - - * mangle.c (mangle_decl): Warn about mangled name change even if - DECL_REALLY_EXTERN. - - * mangle.c (get_abi_tags): New. - (find_substitution, write_unqualified_name, write_abi_tags) - (maybe_check_abi_tags): Use it. - - * mangle.c (mangle_decl): Fix mangled name change warning. - - PR c++/72766 - * constexpr.c (cxx_eval_pointer_plus_expression): Check constancy - of nelts. - * cp-gimplify.c (cp_fully_fold): Only maybe_constant_value in - C++11 and up. - -2016-07-30 Martin Sebor - - PR c++/60760 - PR c++/71091 - * constexpr.c (cxx_eval_binary_expression): Reject invalid expressions - involving null pointers. - (cxx_eval_component_reference): Reject null pointer dereferences. - (cxx_eval_indirect_ref): Reject indirecting through null pointers. - (cxx_eval_constant_expression): Reject invalid expressions involving - null pointers. - -2016-07-29 Marek Polacek - - PR c/71926 - * semantics.c (maybe_convert_cond): Use the location of COND for the - parentheses warning. - -2016-07-29 Jason Merrill - - * decl.c (build_enumerator): Tweak diagnostic. - - PR c++/72457 - * init.c (expand_aggr_init_1): Only handle value-init of bases. - * constexpr.c (build_data_member_initialization): Handle multiple - initializers for the same field. - -2016-07-28 Paolo Carlini - - PR c++/71665 - * decl.c (build_enumerator): Check the type of the enumerator before - calling cxx_constant_value. - -2016-07-27 Jason Merrill - - PR c++/71747 - * pt.c (get_partial_spec_bindings): Replace tparms and spec_args - parameters with spec_tmpl. Call push_tinst_level. - (most_specialized_partial_spec): Adjust. - (more_specialized_partial_spec): Adjust. - -2016-07-25 Jason Merrill - - PR c++/65970 - * cp-gimplify.c (genericize_cp_loop): Revert location change. - - PR c++/71837 - * lambda.c (add_capture): Leave a pack expansion in a TREE_LIST. - (build_lambda_object): Call build_x_compound_expr_from_list. - * pt.c (tsubst) [DECLTYPE_TYPE]: Likewise. - - PR c++/71833 - PR c++/54440 - * pt.c (coerce_template_parameter_pack): Fix logic for - pack index. - - PR c++/65970 - * constexpr.c (cxx_eval_loop_expr): Count iterations. - * cp-gimplify.c (genericize_cp_loop): Use start_locus even for - infinite loops. - - PR c++/71972 - * constexpr.c (cxx_eval_array_reference): Handle looking for the - value of an element we're currently modifying. - -2016-07-24 Jason Merrill - - PR c++/71515 - * pt.c (resolve_typename_type): Try to avoid calling - currently_open_class. - -2016-07-23 Jason Merrill - - PR c++/66617 - * call.c (add_list_candidates): Handle VTT parm. - (build_new_method_call_1): Likewise. - - PR c++/55922 - PR c++/63151 - * init.c (expand_aggr_init_1): Handle list-initialization from {}. - - PR c++/70709 - * class.c (walk_subobject_offsets): Handle 0-length array. - - PR c++/70778 - * pt.c (tsubst): Also substitute into the template of a - BOUND_TEMPLATE_TEMPLATE_PARM. - - PR c++/71738 - * pt.c (lookup_template_class_1): Handle getting template from tsubst. - - PR c++/71350 - * decl.c (reshape_init_r): Check complain for missing braces warning. - -2016-07-22 Jason Merrill - - PR c++/71576 - * call.c (convert_like_real): Use lvalue_kind. - - PR c++/71748 - PR c++/52746 - * pt.c (tsubst_baselink): Call - adjust_result_of_qualified_name_lookup for unqualified - destructors. - -2016-07-21 Jason Merrill - - PR c++/69223 - * semantics.c (apply_deduced_return_type): Call - complete_type_or_else before building the new RESULT_DECL. - - PR c++/71274 - * decl2.c (maybe_instantiate_decl): Split out from mark_used. - (decl_constant_var_p): Use it instead. - - PR c++/71630 - * pt.c (instantiate_decl): Fix pattern_defined for namespace scope - variable templates. - - PR c++/71913 - * call.c (unsafe_copy_elision_p): It's OK to elide when - initializing an unknown object. - - * call.c (build_over_call): Check unsafe_copy_elision_p even for - trivial constructors. - * method.c (do_build_copy_constructor): Don't copy tail padding - even in a trivial constructor. - -2016-07-21 Jakub Jelinek - - PR c++/71728 - * constexpr.c (potential_constant_expression_1) : - Replace assert with test, return false if the goto isn't break - or continue. Formatting fix. - -2016-07-21 Richard Biener - - * vtable-class-hierarchy.c (vtv_generate_init_routine): Set - DECL_IGNORED_P. - -2016-07-21 Jakub Jelinek - - PR c++/71941 - * cp-gimplify.c (cp_genericize): For nested cp_genericize calls - save/restore bc_label array. - -2016-07-21 Jason Merrill - - PR c++/70781 - * parser.c (cp_parser_lambda_expression): Unset OK if there was an - error parsing the lambda-declarator. - - PR c++/71896 - * constexpr.c (cxx_eval_binary_expression): Handle comparison - between lowered and unlowered PTRMEM_CST. - - PR c++/65168 - * typeck.c (cp_truthvalue_conversion): Compare pointers to nullptr. - Don't set c_inhibit_evaluation_warnings. - - PR c++/71121 - * cp-gimplify.c (cp_fully_fold): First call maybe_constant_value. - -2016-07-21 Andrew Sutton - Jason Merrill - - Improving concepts performance and diagnostics. - PR c++/67565 - PR c++/67579 - PR c++/71843 - * cp-tree.def (CHECK_CONSTR): New. - * cp-tree.h (CHECK_CONSTR_CONCEPT): New. - (CHECK_CONSTR_ARGS): New. - * constraint.cc (make_predicate_constraint): Remove in favor of - normalize_expression. - (resolve_constraint_check): Actually return error_mark_node when - resolution fails. - (resolve_variable_concept_check): Perform coercion as if processing - a template. Also return errors on resolution failure. - (lift_*): Remove all of these functions. Don't unnecessarily inline - concepts. - (learn_*): Add facilities to memoize implications for subsumption - during normalization. - (expanding_concept): New. - (expand_concept): New. Return the inlined and normalized definition - of a concept when needed. - (transform_*, xform_*): Rename to normalize_* to better reflect the - responsibility of those functions. - (normalize_template_id_expression): Check for non-boolean operands - when possible. Generate check constraints instead of normal variable - references. - (normalize_call_expression): Report errors when resolution fails. - (check_for_logical_overloads): Rewrite this check to more accurately - report the error. - (normalize_atom): Check for overloaded calls and invalid types before - determining if the expression refers to a concept. - (build_constraints): Don't cache normalized constraints or decomposed - assumptions. - (finish_shorthand_constraint): Return a normalized expression instead - of a predicate constraint. - (finish_template_introduction): Same. - (placeholder_extract_concept_and_args): Rewrite this since we only - ever get check constraints here. - (equivalent_placeholder_constraints): Rewrite in terms of check - constraints, and handle error_mark_nodes correctly. - (tsubst_check_constraint, tsubst_expr_constr, tsubst_type_constr) - (tsubst_implicit_conversion_constr) - (tsubst_argument_deduction_constr, tsubst_exception_constr) - (tsubst_parameterized_constraint, tsubst_constraint): New. - (tsbust_conjunection): Replace with tsubst_logical_operator and - actually generate the right kind of constraint. - (tsubst_requirement_body): Reverse the order of substituted arguments - so that they appear in the order written (helps diagnostics). - (satisfy_check_constraint): New. - (satisfy_conjunction): Simplify. - (satisfy_disjunction): Same. - (satisfy_constraint_1): Handle check constraints. - (eval_constr): New (private) global state. - (evaluating_constraints_sentinel): New. Manages eval_constr. - (satisfy_constraint): Add timing variables. - (satisfy_associated_constraints): Add hooks for memoization. - (evaluate_function_concept): Build a check constraint instead of - normalizing its definition. - (evaluate_variable_concept): Same. - (evaluate_constraint_expression): Normalize, but in the current - declaration processing context. - (evaluating_constraints_p): New. - (elide_constraint_failure_p): Actually emit constraint_thresh errors. - (diagnose_*): Remove artificial indentation. Add a new parameter to - each that tracks the current (complete) constraint prior to any - substitutions. - (diagnose_expression): Removed. - (diagnose_call_expression): Same. - (diagnose_template_id): Same. - (diagnose_template_id): New. - (diagnose_logical_constraint): New. - (diagnose_expression_constraint): Show the original expression. - (diagnose_type_constraint): Show the original type. - (diagnose_implicit_conversion_constraint): Be specific about - failures, don't re-diagnose a known-to-be-failed substitutions, - and manage elisions properly. - (diagnose_argument_deduction_constraint): Same. - (diagnose_exception_constraint): Same. - (diagnose_parameterized_constraint): Same. - (constraint_p): Allow EXPR_PACK_EXPANSION. - * logic.cc (next_by_distance): Removed. No longer used. - (any_p): Renamed from any_of. - (term_entry, term_hasher): New. - (term_list): Rewrite to include a hash table for quick lookup. - Also, make less stateful. - (proof_state): Extend to allow goals to be discharged once - satisfied. - (non_atomic_constraint_p): New. - (any_non_atomic_constraints_p): New. - (...rest...): Previous implementation completely replaced with an - iterative algorithm that opportunistically prunes the search space - before committing to using more memory. - * parser.c: (cp_parser_type_parameter): Normalize constraints. - (cp_parser_explicit_template_declaration): Same. - * pt.c: (finish_template_variable): Be less redundant with this error - message. - (template_args_equal): No longer static. - (tsubst_decl): Don't try to find specializations of variables that - have already been instantiated. - (build_non_dependent_expr): Avoid infinite recursion during concept - expansion. - (make_constrained_auto): Normalize constraints. - (do_auto_deduction): When doing auto deduction from a - partial-concept-id, be sure to include the explicit args checking - the constraints. - (constraint_sat_*): New. Memoize satisfied constraints. - (concept_spec_*): New. Memoize expressions associated with a concept - specialization. - (constraint_memos, concept_memos): New. - (lookup_constraint_satisfaction, memoize_constraint_satisfaction): New. - (lookup_concept_satisfaction, memoize_concept_satisfaction): New. - (get_concept_expansion, save_concept_expansion): New. - (hash_subsumption_args): New. - (comp_subsumption_args): New. - (subsumption_*): New. Memoize parts of the subsumption relation. - (lookup_subsumption_result, save_subsumption_result): New. - (init_constraint_processing): Initialize memo tables. - (get_constraints): Shortcut if !flag_concepts. - * decl.c (grokfndecl): Normalize constraints. - * error.c (dump_simple_decl): Print "concept" when appropriate. - (dump_function_decl): Same. - (dump_template_decl): Don't write requirements when we're not - printing the header. - (dump_expr): Handle fold expressions. - * cxx-pretty-print.c (cxx_pretty_printer::expression): Handle - fold expressions. - (get_fold_operator): New. - (pp_cxx_unary_left_fold_expression): New. - (pp_cxx_unary_right_fold_expression): New. - (pp_cxx_binary_fold_expression): New. - (pp_cxx_check_constraint): New. - (pp_cxx_*_constraint): Rewrite the grammar of internal constraints - to make them easier to read when debugging. - * search.c (accessible_p): Don't shortcut when evaluating constraints. - * tree.c (cp_tree_equal): Handle CHECK_CONSTR. - -2016-07-20 David Malcolm - - PR c/70339 - PR c/71858 - * name-lookup.c: Include gcc-rich-location.h, spellcheck-tree.h, - and parser.h. - (suggest_alternatives_for): If no candidates are found, try - lookup_name_fuzzy and report if if finds a suggestion. - (consider_binding_level): New function. - (lookup_name_fuzzy) New function. - * parser.c: Include gcc-rich-location.h. - (cp_lexer_next_token_is_decl_specifier_keyword): Move most of - logic into... - (cp_keyword_starts_decl_specifier_p): ...this new function. - (cp_parser_diagnose_invalid_type_name): When issuing - "does not name a type" errors, attempt to make a suggestion using - lookup_name_fuzzy. - * parser.h (cp_keyword_starts_decl_specifier_p): New prototype. - * search.c (lookup_field_fuzzy_info::fuzzy_lookup_field): Reject - types that are not CLASS_TYPE_P, rather than rejecting individual - tree codes. - -2016-07-20 Jakub Jelinek - - PR c++/71909 - * parser.c (cp_parser_save_member_function_body): Consume - __transaction_relaxed or __transaction_atomic with optional - attribute. Only skip catch with block if try keyword is seen. - - PR c++/50060 - * constexpr.c (cxx_eval_builtin_function_call): Pass false as lval - when evaluating call arguments. Use fold_builtin_call_array instead - of fold_build_call_array_loc, return t if it returns NULL. Otherwise - check the result with potential_constant_expression and call - cxx_eval_constant_expression on it. - -2016-07-19 Jason Merrill - - PR c++/67164 - * pt.c (iterative_hash_template_arg, template_args_equal): Don't - handle ARGUMENT_PACK_SELECT. - -2016-07-18 Jakub Jelinek - - PR c++/70869 - PR c++/71054 - * cp-gimplify.c (cp_genericize_r): Revert the 2016-07-07 change. - * tree.c (cp_walk_subtrees): For DECL_EXPR on DECL_ARTIFICIAL - non-static VAR_DECL, walk the decl's DECL_INITIAL, DECL_SIZE and - DECL_SIZE_UNIT. - - PR c++/71835 - * call.c (build_op_call_1): Use convert_like_with_context only - if cand->fn is a decl. - - PR c++/71828 - * constexpr.c (cxx_eval_constant_expression) : - For lval don't use cxx_eval_unary_expression and instead recurse - and if needed rebuild the reference. - - PR c++/71826 - * pt.c (tsubst_baselink): Only set BASELINK_OPTYPE for BASELINK_P. - - PR c++/71822 - * cp-gimplify.c (cp_gimplify_expr) : Recursively - fold *expr_p before genericizing it. - - PR c++/71871 - * typeck.c (build_x_conditional_expr): Revert the 2012-10-25 change. - -2016-07-15 Jason Merrill - - PR c++/71495 - * call.c (convert_like_real): Mask complain. - * semantics.c (perform_koenig_lookup): Likewise. - - PR c++/71092 - * constexpr.c (cxx_eval_call_expression): Fail quietly when cgraph - threw away DECL_SAVED_TREE. - - PR c++/71117 - Core 2189 - * call.c (add_template_conv_candidate): Disable if there are - viable candidates. - - PR c++/71511 - * typeck2.c (cxx_incomplete_type_diagnostic): Handle DECLTYPE_TYPE. - - PR c++/71513 - * pt.c (tsubst_attributes): Fix loop logic. - - PR c++/71604 - PR c++/54430 - * parser.c (cp_parser_range_for): Modify IDENTIFIER_BINDING directly. - (cp_parser_simple_declaration): Diagnose type definition in - for-range-declaration. - - PR c++/71711 - * operators.def: Add *_FOLD_EXPR. - * cp-tree.h (FOLD_EXPR_P): Parenthesize. - * mangle.c (write_expression): Handle fold-expressions. - * pt.c (tsubst_unary_left_fold, tsubst_binary_left_fold) - (tsubst_unary_right_fold, tsubst_binary_right_fold): Handle - partial instantiation. - - PR c++/71814 - * mangle.c (write_expression): Handle sizeof... an argument pack. - - PR c++/71718 - * pt.c (push_tinst_level_loc): Set at_eof before fatal_error. - - PR c++/70824 - * init.c (constant_value_1): Don't instantiated DECL_INITIAL of - artificial variables. - -2016-07-15 Cesar Philippidis - - * parser.c (cp_parser_oacc_declare): Don't scan for - GOMP_MAP_POINTER. - * semantics.c (handle_omp_array_sections): Mark data clauses with - GOMP_MAP_FORCE_{PRESENT,TO,FROM,TOFROM} as potentially having - zero-length subarrays. - -2016-07-11 Jason Merrill - - * decl.c (store_parm_decls): Remove check for void parm. - -2016-07-08 Jason Merrill - - * cp-tree.h: Unpoison lvalue_p. - * call.c, class.c, constexpr.c, cvt.c, init.c, lambda.c, pt.c, - tree.c, typeck.c, typeck2.c: Use lvalue_p instead of - real_lvalue_p. - - * tree.c (obvalue_p): Rename from lvalue_p. - (lvalue_p): Define for c-common. - * call.c, cp-tree.h, cvt.c, init.c: Adjust. - * typeck.c: Adjust. - (cp_build_addr_expr_1): Remove obsolete code. - - * tree.c (glvalue_p): Rename from lvalue_or_rvalue_with_address_p. - * call.c, cp-tree.h, typeck.c: Adjust. - - * lambda.c (maybe_add_lambda_conv_op): Fix null object argument. - - P0145R2: Refining Expression Order for C++. - * cp-gimplify.c (lvalue_has_side_effects): New. - (cp_gimplify_expr): Implement assignment ordering. - * call.c (op_is_ordered, build_over_call): Adjust for - -fargs-in-order renaming to -fstrong-eval-order. - * cp-gimplify.c (cp_gimplify_expr): Likewise. - -2016-07-07 Jakub Jelinek - Kai Tietz - - PR c++/70869 - PR c++/71054 - * cp-gimplify.c (cp_genericize_r): For DECL_EXPR for non-static - artificial vars, genericize their initializers. - -2016-07-05 David Malcolm - - PR c++/62314 - * parser.c (cp_parser_class_specifier_1): When reporting - missing semicolons, use a fixit-hint to suggest insertion - of a semicolon immediately after the closing brace, - offsetting the reported column accordingly. - -2016-07-04 Jan Beulich - - * lang-specs.h ("@c++-header"): Conditionalize "-o". - -2016-06-29 Thomas Schwinge - - * parser.c (cp_parser_pragma) : - Move pragma context checking into... - (cp_parser_omp_cancellation_point): ... here, and improve - diagnostic messages. - * semantics.c (finish_omp_cancel, finish_omp_cancellation_point): - Improve diagnostic messages. - -2016-06-28 Jakub Jelinek - - * Make-lang.in: Don't cat ../stage_current if it does not exist. - -2016-06-24 Jason Merrill - - P0145R2: Refining Expression Order for C++. - * typeck.c (cp_build_modify_expr): Leave COMPOUND_EXPR on LHS. - - * tree.c (get_target_expr_sfinae): Handle bit-fields. - (build_target_expr): Call mark_rvalue_use. - -2016-06-24 Jakub Jelinek - - * call.c (magic_varargs_p): Return 3 for __builtin_*_overflow_p. - (build_over_call): For magic == 3, do no conversion only on 3rd - argument. - -2016-06-23 Andi Kleen - - * Make-lang.in: Add support for autofdo. - -2016-06-21 Jason Merrill - - * constraint.cc (constraints_satisfied_p): Keep as many levels of - args as our template has levels of parms. - - * pt.c (template_parm_outer_level, uses_outer_template_parms): New. - (type_dependent_expression_p): Use uses_outer_template_parms. - -2016-06-20 David Malcolm - - * parser.c (cp_parser_string_literal): Convert non-standard - concatenation error to directly use a rich_location, and - use that to add the location of the first literal to the - diagnostic. - -2016-06-17 Paolo Carlini - - * decl.c (validate_constexpr_redeclaration): Change pair of errors - to error + inform. - * error.c (dump_function_decl): Save the constexpr specifier too. - -2016-06-17 Jakub Jelinek - - * tree.c (builtin_valid_in_constant_expr_p): Test for - DECL_BUILT_IN_CLASS equal to BUILT_IN_NORMAL instead of just - DECL_BUILT_IN. - (bot_manip): Likewise. - * call.c (magic_varargs_p): Likewise. - -2016-06-17 Paolo Carlini - - * decl.c (grokfndecl): Change pair of errors to error + inform. - -2016-06-17 Jason Merrill - - PR c++/71209 - * typeck.c (finish_class_member_access_expr): Avoid "not a base" - warning when there are dependent bases. - -2016-06-17 Jakub Jelinek - - * semantics.c (handle_omp_array_sections_1): Don't ICE when - processing_template_decl when checking for bitfields and unions. - Look through REFERENCE_REF_P as base of COMPONENT_REF. - (finish_omp_clauses): Look through REFERENCE_REF_P even for - array sections with COMPONENT_REF bases. - -2016-06-16 Jakub Jelinek - - * parser.c (cp_parser_omp_var_list_no_open): Call - convert_from_reference before cp_parser_postfix_dot_deref_expression. - * semantics.c (finish_omp_clauses): Don't ICE when - processing_template_decl when checking for bitfields and unions. - Look through REFERENCE_REF_P as base of COMPONENT_REF. - -2016-06-15 Paolo Carlini - - * decl.c (wrapup_globals_for_namespace): Use DECL_SOURCE_LOCATION and - "%qF" in warning_at instead of "%q+F" in warning. - (check_redeclaration_exception_specification): Likewise in pedwarn - (and error, inform, for consistency). - * call.c (joust): Likewise. - -2016-06-15 Paolo Carlini - - PR c++/70202 - * decl.c (xref_basetypes): Revert r117839 changes; add fix-up - code at the end of the for loop; also revert r159637 changes, - add back the gcc_assert. - * cp-tree.h (xref_basetypes): Adjust declaration. - * parser.c (cp_parser_class_head): Adjust xref_basetypes call. - -2016-06-14 David Malcolm - - * search.c: Include spellcheck-tree.h rather than spellcheck.h. - -2016-06-14 David Malcolm - - * typeck.c: Include "gcc-rich-location.h". - (finish_class_member_access_expr): Simplify fixit code by - using gcc_rich_location::add_fixit_misspelled_id. - -2016-06-14 Jason Merrill - - P0145R2: Refining Expression Order for C++. - * cp-tree.h (CALL_EXPR_OPERATOR_SYNTAX, CALL_EXPR_ORDERED_ARGS) - (CALL_EXPR_REVERSE_ARGS): New. - * call.c (build_new_op_1): Set them. - (extract_call_expr, op_is_ordered): New. - (build_over_call): Set CALL_EXPR_ORDERED_ARGS. - * cp-gimplify.c (cp_gimplify_expr) [CALL_EXPR]: Handle new flags. - * pt.c (tsubst_copy_and_build): Copy new flags. - * semantics.c (simplify_aggr_init_expr): Likewise. - * tree.c (build_aggr_init_expr): Likewise. - (build_min_non_dep_op_overload): Likewise. - -2016-06-14 Jakub Jelinek - - PR c++/71528 - * decl.c (duplicate_decls): For DECL_INITIALIZED_P non-external - olddecl vars, preserve their TREE_READONLY bit. - - PR c++/71516 - * decl.c (complete_vars): Handle gracefully type == error_mark_node. - -2016-06-14 Paolo Carlini - - * typeck2.c (digest_init_r): Use EXPR_LOC_OR_LOC on init. - -2016-06-13 Paolo Carlini - - * decl.c (grokdeclarator): Fix typo in pedwarn text. - -2016-06-10 Thomas Schwinge - - PR c/71381 - * parser.c (cp_parser_omp_var_list_no_open) : - Loosen checking. - -2016-06-09 Paolo Carlini - - PR c++/71465 - Revert: - 2016-06-04 Paolo Carlini - - PR c++/70202 - * parser.c (cp_parser_class_head): When xref_basetypes fails and - emits an error do not zero the type. - -2016-06-08 Paolo Carlini - - * decl.c (maybe_deduce_size_from_array_init): Use - DECL_SOURCE_LOCATION in error_at. - (layout_var_decl): Likewise. - (check_array_initializer): Likewise. - (check_initializer): Likewise. - (duplicate_decls, check_elaborated_type_specifier): Tidy. - -2016-06-08 Martin Sebor - Jakub Jelinek - - PR c++/70507 - PR c/68120 - * constexpr.c: Include gimple-fold.h. - (cxx_eval_internal_function): New function. - (cxx_eval_call_expression): Call it. - (potential_constant_expression_1): Handle integer arithmetic - overflow built-ins. - * tree.c (builtin_valid_in_constant_expr_p): Handle - BUILT_IN_{ADD,SUB,MUL}_OVERFLOW_P. - -2016-06-08 Paolo Carlini - - * pt.c (tsubst, case TYPENAME_TYPE): Don't delay checking the - return value of tsubst_aggr_type for error_mark_node. - -2016-06-08 Jakub Jelinek - - PR c++/71442 - * pt.c (tsubst_copy): Only set TREE_USED on DECLs. - -2016-06-06 Jakub Jelinek - Patrick Palka - - PR c++/70847 - PR c++/71330 - PR c++/71393 - * cp-gimplify.c (cp_fold_r): Set *walk_subtrees = 0 and return NULL - right after cp_fold call if cp_fold has returned the same stmt - already in some earlier cp_fold_r call. - (cp_fold_function): Add pset automatic variable, pass its address - to cp_walk_tree. - -2016-06-04 Paolo Carlini - - PR c++/70202 - * parser.c (cp_parser_class_head): When xref_basetypes fails and - emits an error do not zero the type. - -2016-06-03 Patrick Palka - - PR c++/27100 - * decl.c (duplicate_decls): Properly copy the - DECL_PENDING_INLINE_P, DECL_PENDING_INLINE_INFO and - DECL_SAVED_FUNCTION_DATA fields from OLDDECL to NEWDECL. - -2016-06-03 Chung-Lin Tang - - * semantics.c (finish_omp_clauses): Mark OpenACC reduction - arguments as addressable when async clause exists. - -2016-06-02 Jan Hubicka - - * cp-gimplify.c (genericize_continue_stmt): Force addition of - predict stmt. - -2016-06-02 Paolo Carlini - - * decl.c (xref_tag_1): Change pairs of errors to error + inform. - (start_enum): Likewise. - * parser.c (cp_parser_class_head): Likewise. - -2016-06-02 Jakub Jelinek - - PR c++/71372 - * cp-gimplify.c (cp_fold): For INDIRECT_REF, if the folded expression - is INDIRECT_REF or MEM_REF, copy over TREE_READONLY, TREE_SIDE_EFFECTS - and TREE_THIS_VOLATILE flags. For ARRAY_REF and ARRAY_RANGE_REF, copy - over TREE_READONLY, TREE_SIDE_EFFECTS and TREE_THIS_VOLATILE flags - to the newly built tree. - -2016-05-31 Jason Merrill - - * pt.c (instantiate_decl): Avoid recalculation. - - PR c++/60095 - PR c++/69515 - PR c++/69009 - * pt.c (instantiate_template_1): Don't put the partial - specialization in DECL_TI_TEMPLATE. - (partial_specialization_p, impartial_args): Remove. - (regenerate_decl_from_template): Add args parm. - (instantiate_decl): Look up the partial specialization again. - - PR c++/71227 - * pt.c (check_explicit_specialization): Give better diagnostic about - specializing a hidden friend. - -2016-05-31 Paolo Carlini - - PR c++/71248 - * decl.c (check_static_variable_definition): Use DECL_SOURCE_LOCATION - to obtain correct locations; avoid redundant diagnostics on - out-of-class definitions. - -2016-05-30 Martin Sebor - - PR c++/71306 - * init.c (warn_placement_new_too_small): Handle placement new arguments - that are elements of arrays more carefully. Remove a pointless loop. - -2016-05-30 Jakub Jelinek - - PR c++/71349 - * parser.c (cp_parser_omp_for): Don't disallow nowait clause - when combined with target construct. - (cp_parser_omp_parallel): Pass cclauses == NULL as last argument - to cp_parser_omp_all_clauses. - -2016-05-30 Paolo Carlini - - PR c++/71238 - * lex.c (unqualified_name_lookup_error): Take a location too. - (unqualified_fn_lookup_error): Take a cp_expr. - * cp-tree.h (unqualified_name_lookup_error, - unqualified_fn_lookup_error): Adjust declarations. - * semantics.c (perform_koenig_lookup): Adjust - unqualified_fn_lookup_error call, pass the location of - the identifier too as part of a cp_expr. - -2016-05-30 Paolo Carlini - - PR c++/71099 - * parser.c (cp_parser_function_specifier_opt): Use current_class_type - to improve the diagnostic about wrong uses of 'virtual'. - -2016-05-29 Paolo Carlini - - PR c++/71105 - * lambda.c (maybe_add_lambda_conv_op): Early return also when - LAMBDA_EXPR_DEFAULT_CAPTURE_MODE != CPLD_NONE. - -2016-05-28 Ville Voutilainen - - Revert: - PR c++/69855 - * name-lookup.c (pushdecl_maybe_friend_1): Push local function - decls into the global scope after stripping template bits - and setting DECL_ANTICIPATED. - -2016-05-27 Paolo Carlini - - PR c++/60385 - * name-lookup.c (push_namespace): Return bool, false when pushdecl - fails. - * name-lookup.h (push_namespace): Adjust declaration. - * parser.c (cp_parser_namespace_definition): Check push_namespace - return value. - -2016-05-27 Ville Voutilainen - - PR c++/69855 - * name-lookup.c (pushdecl_maybe_friend_1): Push local function - decls into the global scope after stripping template bits - and setting DECL_ANTICIPATED. - -2016-05-26 Jakub Jelinek - - * semantics.c (finish_omp_clauses) : Warn - if OMP_CLAUSE_SCHEDULE_CHUNK_EXPR is known not to be positive. - -2016-05-26 Patrick Palka - - PR c++/70822 - PR c++/70106 - * cp-tree.h (REF_PARENTHESIZED_P): Make this flag apply to - SCOPE_REFs too. - * pt.c (tsubst_qualified_id): If REF_PARENTHESIZED_P is set - on the qualified_id then propagate it to the resulting - expression. - (do_auto_deduction): Check REF_PARENTHESIZED_P on SCOPE_REFs - too. - * semantics.c (force_paren_expr): If given a SCOPE_REF, just set - its REF_PARENTHESIZED_P flag. - -2016-05-25 Jason Merrill - - PR c++/71173 - PR c++/70522 - * cp-tree.h (enum tag_types): Add scope_type. - * parser.c (cp_parser_class_name): Use scope_type. - (prefer_type_arg): Handle scope_type. - (cp_parser_lookup_name): Use prefer_type_arg. - * name-lookup.c (lookup_qualified_name): Change bool is_type_p to - int prefer_type, use lookup_flags. - * name-lookup.h: Adjust. - -2016-05-24 Cesar Philippidis - - * parser.c (cp_parser_oacc_declare): Add support for - GOMP_MAP_FIRSTPRIVATE_POINTER. - * semantics.c (handle_omp_array_sections_1): Replace bool is_omp - argument with enum c_omp_region_type ort. Don't privatize OpenACC - non-static members. - (handle_omp_array_sections): Replace bool is_omp argument with enum - c_omp_region_type ort. Update call to handle_omp_array_sections_1. - (finish_omp_clauses): Add specific errors and warning messages for - OpenACC. Use firsrtprivate pointers for OpenACC subarrays. Update - call to handle_omp_array_sections. - -2016-05-24 Jason Merrill - - PR c++/70584 - * cp-gimplify.c (cp_fold_maybe_rvalue): Loop in case cp_fold - returns a decl. - (cp_fold) [INDIRECT_REF]: Don't fold to an rvalue. - -2016-05-24 Martin Sebor - - PR c++/71147 - * decl.c (layout_var_decl, grokdeclarator): Use complete_or_array_type_p. - * pt.c (instantiate_class_template_1): Try to complete the element - type of a flexible array member. - (can_complete_type_without_circularity): Handle arrays of unknown bound. - * typeck.c (complete_type): Also complete the type of the elements of - arrays with an unspecified bound. - -2016-05-24 Paolo Carlini - - PR c++/69872 - * typeck2.c (check_narrowing): Check pedwarn return value. - -2016-05-24 Jakub Jelinek - - PR c++/71257 - * semantics.c (finish_omp_clauses) : - For OMP_CLAUSE_LINEAR_REF don't require type to be - integral or pointer. - -2016-05-24 Richard Biener - - PR middle-end/70434 - PR c/69504 - * expr.c (mark_exp_read): Handle VIEW_CONVERT_EXPR. - * constexpr.c (cxx_eval_array_reference): Handle indexed - vectors. - * typeck.c (cp_build_array_ref): Adjust. - -2016-05-23 Jason Merrill - - PR c++/70344 - * constexpr.c (cxx_eval_call_expression): Check for - fun == current_function_decl again. - - PR c++/70584 - * cp-gimplify.c (cp_fold) [INDIRECT_REF]: Call - maybe_undo_parenthesized_ref. - - PR c++/70735 - * pt.c (tsubst_copy): Just return a local variable from - non-template context. Don't call rest_of_decl_compilation for - duplicated static locals. - (tsubst_decl): Set DECL_CONTEXT of local static from another - function. - -2016-05-23 Paolo Carlini - - PR c++/70972 - * method.c (forward_parm): Use cp_build_reference_type. - -2016-05-23 Paolo Carlini - - PR c++/69095 - * parser.c (cp_parser_initializer): Use check_for_bare_parameter_packs. - -2016-05-23 Paolo Carlini - - * pt.c (check_for_bare_parameter_packs): Improve error message - location for expressions. - -2016-05-20 Nathan Sidwell - - * constexpr.c (cxx_bind_parameters_in_call): Avoid gratuitous if - ... goto. - (cxx_eval_call_expression): Fix comment grammar. - -2016-05-20 Paolo Carlini - - PR c++/70572 - * decl.c (cp_finish_decl): Check do_auto_deduction return value - and return immediately in case of erroneous code. - -2016-05-19 Marek Polacek - - PR c++/71075 - * pt.c (unify_template_argument_mismatch): Use %qE instead of %qD. - -2016-05-19 Jason Merrill - - PR c++/10200 - * pt.c (fn_type_unification): Add outer template args if needed. - (type_unification_real): Handle getting full args. - -2016-05-19 David Malcolm - - PR c++/71184 - * parser.c (cp_parser_operator): For array new/delete, check that - cp_parser_require returned a non-NULL token before dereferencing - it. - -2016-05-19 Bernd Edlinger - - * decl.c (finish_enum_value_list): Use the specified mode. - -2016-05-18 Jason Merrill - - * pt.c (value_dependent_expression_p): Tweak new cases to better - match the wording in the standard. - -2016-05-18 Paolo Carlini - - PR c++/69793 - * parser.c (cp_parser_template_id): Don't call cp_lexer_peek_nth_token - when the previous cp_lexer_peek_token returns CPP_EOF. - -2016-05-18 Paolo Carlini - - PR c++/70466 - * call.c (convert_like_real): Check that we are actually converting - from an init list. - -2016-05-16 Matthew Wahab - - * decl.c (grokdeclarator): Remove errmsg and use of - targetm.invalid_return_type. - (grokparms): Remove errmsg and use of - targetm.invalid_parameter_type. - -2016-05-13 Jason Merrill - - PR c++/10200 - PR c++/69753 - * pt.c (tsubst_decl): Use uses_template_parms. - (instantiate_template_1): Handle non-dependent calls in templates. - (value_dependent_expression_p): Handle BASELINK, FUNCTION_DECL. - (type_dependent_expression_p): Only consider innermost template args. - (dependent_template_arg_p): Check enclosing class of a template here. - (dependent_template_p): Not here. - (type_dependent_object_expression_p): New. - * typeck.c (finish_class_member_access_expr): Use it. - * parser.c (cp_parser_postfix_expression): Use it. - (cp_parser_postfix_dot_deref_expression): Use it. Use comptypes - to detect the current instantiation. - (cp_parser_lookup_name): Really implement DR 141. - * search.c (lookup_field_r): Prefer a dependent using-declaration. - (any_dependent_bases_p): Split out from... - * name-lookup.c (do_class_using_decl): ...here. - * call.c (build_new_method_call_1): Use it. - * semantics.c (finish_call_expr): 'this' doesn't make a call dependent. - * tree.c (non_static_member_function_p): Remove. - * typeck2.c (build_x_arrow): Use dependent_scope_p. - - * parser.c (cp_parser_postfix_dot_deref_expression): Use - complete_type_or_else for unknown_type_node, too. - -2016-05-12 Marek Polacek - - PR c/70756 - * call.c (build_new_op_1): Pass LOC to cp_build_modify_expr. - * cp-tree.h (cp_build_modify_expr): Update declaration. - (cxx_incomplete_type_error, cxx_incomplete_type_diagnostic): New inline - overloads. - * cp-ubsan.c (cp_ubsan_dfs_initialize_vtbl_ptrs): Pass INPUT_LOCATION to - cp_build_modify_expr. - * decl2.c (set_guard): Likewise. - (handle_tls_init): Likewise. - * init.c (perform_member_init): Likewise. - (expand_virtual_init): Likewise. - (build_new_1): Likewise. - (build_vec_delete_1): Likewise. - (get_temp_regvar): Likewise. - (build_vec_init): Likewise. - * method.c (do_build_copy_assign): Likewise. - (assignable_expr): Likewise. - * semantics.c (finish_omp_for): Likewise. - * typeck.c (cp_build_binary_op): Pass LOCATION to pointer_diff and - cp_pointer_int_sum. - (cp_pointer_int_sum): Add location parameter. Pass it down to - pointer_int_sum. - (pointer_diff): Add location parameter. Use it. - (build_modify_expr): Pass location down to cp_build_modify_expr. - (cp_build_modify_expr): Add location parameter. Use it. - (build_x_modify_expr): Pass location down to cp_build_modify_expr. - * typeck2.c (cxx_incomplete_type_diagnostic, - cxx_incomplete_type_error): Add location parameter. - -2016-05-11 Marek Polacek - - PR c++/71024 - * decl.c (duplicate_decls): Call diagnose_mismatched_decls. - -2016-05-05 Jakub Jelinek - - * parser.c (cp_parser_selection_statement): For RID_SWITCH, - pass if_p instead of NULL to cp_parser_implicitly_scoped_statement. - -2016-05-04 Marek Polacek - - * parser.c (cp_parser_selection_statement): Replace OPT_Wparentheses - with OPT_Wdangling_else. - -2016-05-03 Martin Sebor - - PR c++/66561 - * tree.c (builtin_valid_in_constant_expr_p): Treat BUILT_IN_FILE, - BUILT_IN_FUNCTION, and BUILT_IN_LINE as constant expressions. - -2016-05-03 Marek Polacek - - PR c/70859 - * call.c (build_cxx_call): Pass location and vNULL down to - check_builtin_function_arguments. - -2016-05-03 Richard Biener - - * Make-lang.in (cc1plus-checksum.c): For stage-final re-use - the checksum from the previous stage. - -2016-05-02 David Malcolm - - PR c++/62314 - * typeck.c (finish_class_member_access_expr): When - giving a hint about a possibly-misspelled member name, - add a fix-it replacement hint. - -2016-05-02 Cesar Philippidis - - * cp-tree.h (finish_omp_clauses): Update prototype. - * parser.c (cp_parser_oacc_all_clauses): Update call to - finish_omp_clauses. - (cp_parser_omp_all_clauses): Likewise. - (cp_parser_omp_for_loop): Likewise. - (cp_omp_split_clauses): Likewise. - (cp_parser_oacc_cache): Likewise. - (cp_parser_oacc_loop): Likewise. - (cp_parser_omp_declare_target): - (cp_parser_cilk_simd_all_clauses): Likewise. - (cp_parser_cilk_for): Likewise. - * pt.c (tsubst_omp_clauses): Replace allow_fields and declare_simd - arguments with enum c_omp_region_type ort. - (tsubst_omp_clauses): Update calls to finish_omp_clauses. - (tsubst_omp_attribute): Update calls to tsubst_omp_clauses. - (tsubst_omp_for_iterator): Update calls to finish_omp_clauses. - (tsubst_expr): Update calls to tsubst_omp_clauses. - * semantics.c (finish_omp_clauses): Replace bool arguments - allow_fields, declare_simd, and is_cilk with bitmask ort. - (finish_omp_for): Update call to finish_omp_clauses. - -2016-05-02 David Malcolm - - PR c++/62314 - * parser.c (cp_parser_class_head): Capture the start location; - use it to emit a fix-it insertion hint when complaining - about missing "template <> " in explicit specializations. - -2016-05-02 Richard Sandiford - - * init.c (build_new_1): Use shift operators instead of wi:: shifts. - -2016-05-02 Richard Biener - - * decl.c (grokdeclarator): Properly insert a DECL_EXPR for - anonymous VLAs. - -2016-04-29 Paolo Carlini - - PR c++/66644 - * class.c (check_field_decl): Remove final int* parameter, change - the return type to bool; fix logic in order not to reject multiple - initialized fields in anonymous struct. - (check_field_decls): Adjust call. - -2016-04-29 Cesar Philippidis - - PR middle-end/70626 - * parser.c (cp_parser_oacc_loop): Don't augment mask with - OACC_LOOP_CLAUSE_MASK. - (cp_parser_oacc_kernels_parallel): Update call to - c_oacc_split_loop_clauses. - -2016-04-28 Jason Merrill - - Implement C++17 [[nodiscard]] attribute. - PR c++/38172 - PR c++/54379 - * parser.c (cp_parser_std_attribute): Handle [[nodiscard]]. - * tree.c (handle_nodiscard_attribute): New. - (cxx_attribute_table): Add [[nodiscard]]. - * cvt.c (cp_get_fndecl_from_callee, cp_get_callee_fndecl): New. - (maybe_warn_nodiscard): New. - (convert_to_void): Call it. - - * cvt.c (cp_get_callee): New. - * constexpr.c (get_function_named_in_call): Use it. - * cxx-pretty-print.c (postfix_expression): Use it. - * except.c (check_noexcept_r): Use it. - * method.c (check_nontriv): Use it. - * tree.c (build_aggr_init_expr): Use it. - * cp-tree.h: Declare it. - -2015-04-27 Ryan Burn - Jeff Law - - PR c++/69024 - PR c++/68997 - * cp-gimplify.c (cp_gimplify_expr): Call cilk_cp_detect_spawn_and_unwrap - instead of cilk_detect_spawn_and_unwrap. - * cp-cilkplus.c (is_conversion_operator_function_decl_p): New. - (find_spawn): New. - (cilk_cp_detect_spawn_and_unwrap): New. - * lambda.c: Include cp-cilkplus.h. - * parser.c: Include cp-cilkplus.h. - * cp-tree.h (cpp_validate_cilk_plus_loop): Move prototype into... - * cp-cilkpus.h: New file. - -2016-04-27 Nathan Sidwell - - * constexpr.c (get_fundef_copy): Use the original function for - non-recursive evaluations. - (save_fundef_copy): Always expect a slot to be available. - -2016-04-27 Bernd Schmidt - - * parser.c (cp_parser_postfix_expression): Call - warn_for_memset instead of warning directly here. - -2016-04-26 Patrick Palka - - PR c++/70241 - * decl.c (build_enumerator): Set current_access_specifier when - declaring an enumerator belonging to an in-class enumeration. - * parser.c (cp_parser_check_access_in_redecleration): Also - consider in-class enumerations. - -2016-04-26 Marek Polacek - - PR c++/70744 - * call.c (build_conditional_expr_1): Call cp_stabilize_reference - instead of stabilize_reference. - (build_over_call): Likewise. - * cp-tree.h (cp_stabilize_reference): Declare. - * tree.c (cp_stabilize_reference): New function. - * typeck.c (cp_build_unary_op): Call cp_stabilize_reference instead of - stabilize_reference. - (unary_complex_lvalue): Likewise. - (cp_build_modify_expr): Likewise. - -2016-04-26 Jakub Jelinek - - PR bootstrap/70704 - * pt.c (build_non_dependent_expr): Use flag_checking > 1 instead of - just flag_checking. - -2016-04-25 Jason Merrill - - * tree.c (std_attribute_table): New. - (init_tree): Register it. - -2016-04-22 Jason Merrill - - * parser.c (cp_parser_perform_range_for_lookup): Decay the array. - -2016-04-21 Patrick Palka - - * name-lookup.c (free_saved_scope): New free list of saved_scope - structures. - (push_to_top_level): Attempt to reuse a saved_scope struct - from free_saved_scope instead of allocating a new one each time. - (pop_from_top_level_1): Chain the now-unused saved_scope structure - onto free_saved_scope. - -2016-04-21 Paolo Carlini - - PR c++/70540 - * semantics.c (process_outer_var_ref): Unconditionally return - error_mark_node when mark_used returns false. - -2016-04-21 Marek Polacek - - PR c++/70513 - * parser.c (cp_parser_enum_specifier): Check and possibly error for - extra qualification. - -2016-04-20 Nathan Sidwell - - PR c++/55635 - * init.c (build_vec_delete_1): Protect operator delete call in try - finally. - (build_delete): Likewise. - * optimize.c (build_delete_destructor_body): Likewise. - -2016-04-20 Ilya Verbin - - PR c++/69363 - * cp-tree.h (finish_omp_clauses): Add new default argument. - * parser.c (cp_parser_cilk_simd_all_clauses): Use finish_omp_clauses - instead of c_finish_cilk_clauses. - * semantics.c (finish_omp_clauses): Add new argument. Allow - floating-point variables in the linear clause for Cilk Plus. - -2016-04-20 Nathan Sidwell - - * semantics.c (finish_compound_lteral): Don't wrap VECTOR_TYPEs in a - TARGET_EXPR. - -2016-04-19 Jason Merrill - - PR c++/66543 - * expr.c (mark_exp_read): Handle NON_DEPENDENT_EXPR. - * pt.c (make_pack_expansion): Call mark_exp_read. - * semantics.c (finish_id_expression): Call mark_type_use in - unevaluated context. - - DR 2137 - * call.c (implicit_conversion): If we choose a copy constructor - for list-initialization from the same type, the conversion is an - exact match. - - * constexpr.c (breaks): Handle EXIT_EXPR. - (cxx_eval_loop_expr): Handle COMPOUND_EXPR body. - (cxx_eval_constant_expression): Handle EXIT_EXPR, improve handling - of COMPOUND_EXPR. - - PR c++/68206 - PR c++/68530 - * constexpr.c (potential_constant_expression_1): Handle LOOP_EXPR - and GOTO_EXPR. - - * pt.c (tsubst_expr): Remove shadowing declaration. - (tsubst_pack_expansion): Add assert. - - * semantics.c (add_decl_expr): Use DECL_SOURCE_LOCATION. - - PR c++/70522 - * name-lookup.c (qualified_lookup_using_namespace): Look through - hidden names. - -2016-04-18 Michael Matz - - * class.c (build_vtable): Use SET_DECL_ALIGN and SET_TYPE_ALIGN. - (layout_class_type): Ditto. - (build_base_field): Use SET_DECL_ALIGN. - (fixup_attribute_variants): Use SET_TYPE_ALIGN. - * decl.c (duplicate_decls): Use SET_DECL_ALIGN. - (record_unknown_type): Use SET_TYPE_ALIGN. - (cxx_init_decl_processing): Ditto. - (copy_type_enum): Ditto. - (grokfndecl): Use SET_DECL_ALIGN. - (copy_type_enum): Use SET_TYPE_ALIGN. - * pt.c (instantiate_class_template_1): Use SET_TYPE_ALIGN. - (tsubst): Ditto. - * tree.c (cp_build_qualified_type_real): Use SET_TYPE_ALIGN. - * lambda.c (maybe_add_lambda_conv_op): Use SET_DECL_ALIGN. - * method.c (implicitly_declare_fn): Use SET_DECL_ALIGN. - * rtti.c (emit_tinfo_decl): Ditto. - -2016-04-18 Jason Merrill - - PR c++/70690 - PR c++/70528 - * class.c (type_maybe_constexpr_default_constructor): New. - (type_has_constexpr_default_constructor): Revert. - -2016-04-16 Sandra Loosemore - - PR target/1078 - - * tree.c (cxx_attribute_table): Remove "com_interface" entry. - (handle_com_interface_attribute): Delete. - -2016-04-15 Jason Merrill - - PR c++/70685 - * constexpr.c (get_fundef_copy): Handle null *slot. - - PR c++/70505 - * pt.c (tsubst_baselink): Give the new TEMPLATE_ID_EXPR - unknown_type_node, too. - -2016-04-15 Jason Merrill - Nathan Sidwell - - PR c++/70594 - * constexpr.c (constexpr_call_table): Preserve in GC. - (struct fundef_copy, struct fundef_copies_table_t): Delete. - (fundef_copies_table): Preserve in GC. Change to pointer to - tree->tree hash. - (maybe_initialize_fundef_copies_table): Adjust. - (get_fundef_copy): Return a TREE_LIST. Use non-inserting search. - (save_fundef_copy): Adjust for a TREE_LIST. - (cxx_eval_call_expression): Adjust for a fundef_copy TREE_LIST. - (fini_constexpr): New. - * cp-tree.h (fini_constexpr): Declare. - * decl2.c (c_parse_final_cleanups): Call fini_constexpr. - -2016-04-15 Jakub Jelinek - - PR c/70436 - * parser.c (cp_parser_pragma): Add IF_P argument, pass it down - where needed. - (cp_parser_declaration_seq_opt, cp_parser_member_specification_opt, - cp_parser_objc_interstitial_code, cp_parser_omp_declare_simd, - cp_parser_oacc_routine): Adjust cp_parser_pragma callers. - (cp_parser_statement): Likewise. Adjust cp_parser_cilk_for caller. - (cp_parser_omp_structured_block): Add IF_P argument, pass it down to - cp_parser_statement. - (cp_parser_oacc_data, cp_parser_oacc_host_data, cp_parser_oacc_loop, - cp_parser_oacc_kernels_parallel, cp_parser_omp_critical, - cp_parser_omp_simd, cp_parser_omp_for, cp_parser_omp_master, - cp_parser_omp_ordered, cp_parser_omp_parallel, cp_parser_omp_single, - cp_parser_omp_task, cp_parser_omp_taskgroup, cp_parser_omp_distribute, - cp_parser_omp_teams, cp_parser_omp_target_data, cp_parser_omp_target, - cp_parser_omp_taskloop, cp_parser_omp_construct, - cp_parser_cilk_grainsize, cp_parser_cilk_simd, cp_parser_cilk_for): - Add IF_P argument, pass it down where needed. - (cp_parser_omp_for_loop): Likewise. Clear IF_P if nbraces. - (cp_parser_omp_sections_scope): Adjust cp_parser_omp_structured_block - calls. - -2016-04-14 Jason Merrill - - PR c++/70494 - * decl.c (cxx_maybe_build_cleanup): Handle non-decls. - * typeck2.c (split_nonconstant_init_1): Use it. - - PR c++/70528 - * class.c (type_has_constexpr_default_constructor): Return true - for an implicitly declared constructor. - - PR c++/70622 - * parser.c (cp_parser_init_declarator): Add auto_result parm. - (cp_parser_simple_declaration): Pass it. - (strip_declarator_types): New. - - PR c++/70543 - * pt.c (value_dependent_expression_p) [VAR_DECL]: A type-dependent - initializer also makes the variable value-dependent. - - PR c++/70648 - * constexpr.c (cxx_eval_store_expression): Also copy - CONSTRUCTOR_NO_IMPLICIT_ZERO. - -2016-04-14 Martin Sebor - - PR c++/69517 - PR c++/70019 - PR c++/70588 - * cp-tree.h, decl.c, init.c, typeck2.c: Revert. - -2016-04-14 Jason Merrill - - * call.c, decl.c, error.c, cp-tree.h, decl.c: Revert empty - parameter ABI change. - -2016-04-13 Martin Sebor - - PR c++/69517 - PR c++/70019 - PR c++/70588 - * cp-tree.h (throw_bad_array_length, build_vla_check): Declare new - functions. - * decl.c (check_initializer, cp_finish_decl): Call them. - (reshape_init_r): Reject incompletely braced intializer-lists - for VLAs. - * init.c (throw_bad_array_length, build_vla_check) - (build_vla_size_check, build_vla_init_check): Define new functions. - * typeck2.c (split_nonconstant_init_1): Use variably_modified_type_p() - to detect a VLA. - (store_init_value): Same. - -2016-04-13 Jason Merrill - - Warn about empty parameter ABI with -Wabi=9. - * call.c (empty_class_msg, mark_for_abi_warning) - (warn_empty_class_abi): New. - (build_call_a): Use them. - * decl.c (store_parm_decls): Use mark_for_abi_warning. - * error.c (pp_format_to_string): New. - - Pass empty class parameters like C. - * call.c (pass_as_empty_struct, empty_class_arg): New. - (type_passed_as, build_x_va_arg): Use pass_as_empty_struct. - (build_call_a): Use empty_class_arg. - * cp-tree.h (CPTI_EMPTY_STRUCT, empty_struct_type): New. - * decl.c (cxx_init_decl_processing): Create empty_struct_type. - -2016-04-13 Jason Merrill - - PR c++/70627 - * decl.c (start_enum): Don't change an existing ENUM_UNDERLYING_TYPE. - -2016-04-13 Paolo Carlini - - PR c++/70635 - * pt.c (resolve_typename_type): Fix typos in infinite recursion - avoidance mechanism. - -2016-04-13 Jason Merrill - - PR c++/70634 - * pt.c (instantiation_dependent_uneval_expression_p): Split out - from instantiation_dependent_expression_p. - (value_dependent_expression_p): Use it for unevaluated operands. - (instantiation_dependent_r): Don't check value-dependence. - (instantiation_dependent_expression_p): Check - value-dependence of the expression as a whole. - * cp-tree.h: Declare instantiation_dependent_uneval_expression_p. - * semantics.c (finish_decltype_type): Use it. - - * constexpr.c (potential_nondependent_constant_expression): New. - (potential_nondependent_static_init_expression): New. - (maybe_constant_value_1, fold_non_dependent_expr) - (maybe_constant_init): Use them. - * pt.c (instantiate_non_dependent_expr_sfinae) - (instantiate_non_dependent_or_null, convert_nontype_argument): Use - them. - * cp-tree.h: Declare them. - -2016-04-13 Jakub Jelinek - - PR c++/70594 - * decl.c (pop_labels_1): Removed. - (note_label, sort_labels): New functions. - (pop_labels): During named_labels traversal, just push the slot - pointers into a vector, then qsort it by DECL_UID and only then - call pop_label and chain it into BLOCK_VARS. - -2016-04-13 Jason Merrill - - PR c++/70615 - * cp-gimplify.c (cp_genericize_r): Expand PTRMEM_CST here. - (cp_gimplify_expr): Not here. - -2016-04-12 Patrick Palka - - PR c++/70610 - * tree.c (lvalue_kind) [NON_DEPENDENT_EXPR]: Unconditionally - recurse into it. - * typeck.c (build_x_conditional_expr): Unconditionally remember - that the result is an lvalue or xvalue. - -2016-04-12 Jason Merrill - - * class.c (is_really_empty_class): A zero-length array is empty. - An unnamed bit-field doesn't make a class non-empty. - -2016-04-12 Paolo Carlini - - PR c++/68722 - * parser.c (cp_parser_cache_defarg): When file ends in default - argument simply return error_mark_node. - -2016-04-12 Nathan Sidwell - - PR c++/70501 - * constexpr.c (cxx_eval_bare_aggregate): Handle VECTOR_TYPE - similarly to PMF. - -2016-04-11 Jason Merrill - - * mangle.c (decl_is_template_id): The template itself counts as a - template-id. - -2016-04-08 Patrick Palka - - PR c++/70590 - PR c++/70452 - * constexpr.c (cxx_eval_outermost_expression): Call unshare_expr - on the result if it's not a CONSTRUCTOR. - -2016-04-07 Patrick Palka - - PR c++/70452 - * constexpr.c (find_constructor): New function. - (unshare_constructor): New function. - (cxx_eval_call_expression): Use unshare_constructor instead of - unshare_expr. - (find_array_ctor_elt): Likewise. - (cxx_eval_vec_init_1): Likewise. - (cxx_eval_store_expression): Likewise. - (cxx_eval_constant_expression): Likewise. - -2016-04-06 Patrick Palka - - PR c/70436 - * cp-tree.h (FOR_EACH_CLONE): Restructure macro to avoid - potentially generating a future -Wparentheses warning in its - callers. - -2016-04-06 Jason Merrill - - * class.c (check_abi_tags): Fix function template handling. - -2016-04-05 Nathan Sidwell - - PR c++/70512 - * class.c (fixup_may_alias): New. - (fixup_attribute_variants): Call it. - -2016-04-05 Patrick Palka - - PR c++/70452 - * constexpr.c (struct fundef_copy): New struct. - (struct fundef_copies_table_t): New struct. - (fundef_copies_table): New static variable. - (maybe_initialize_fundef_copies_table): New static function. - (get_fundef_copy): New static function. - (save_fundef_copy): New static function. - (cxx_eval_call_expression): Use get_fundef_copy, and - save_fundef_copy. - (constexpr_call_table): Add "deletable" GTY marker. - -2016-04-05 Patrick Palka - - PR c++/70452 - * cp-tree.h (class cache_map): Remove. - * constexpr.c (cv_cache): Change type to - GTY((deletable)) hash_map *. - (maybe_constant_value): Adjust following the change to cv_cache. - (clear_cv_cache): New static function. - (clear_cv_and_fold_caches): Use it. - * cp-gimplify.c (fold_cache): Change type to - GTY((deletable)) hash_map *. - (clear_fold_cache): Adjust following the change to fold_cache. - (cp_fold): Likewise. - -2016-04-02 Martin Sebor - - PR c++/67376 - PR c++/70170 - PR c++/70172 - PR c++/70228 - * constexpr.c (diag_array_subscript): New function. - (cxx_eval_array_reference): Detect out of bounds array indices. - -2016-04-01 Jason Merrill - - PR c++/70449 - PR c++/70344 - * pt.c (instantiate_decl): A function isn't fully defined if - DECL_INITIAL is error_mark_node. - * constexpr.c (cxx_eval_call_expression): Likewise. - -2016-04-01 Jakub Jelinek - Marek Polacek - - PR c++/70488 - * init.c (warn_placement_new_too_small): Test whether - DECL_SIZE_UNIT or TYPE_SIZE_UNIT are integers that fit into uhwi. - -2016-04-01 Nathan Sidwell - - PR c++/68475 - * decl.c (check_redeclaration_exception_specification): Check - regardless of -fno-exceptions. - * typeck2.c (merge_exception_specifiers): Relax assert by checking - flag_exceptions too. - -2016-03-31 Nathan Sidwell - - * decl.c (start_preparsed_function): Remove unnecessary bracing. - (finish_destructor_body): Don't emit operator delete here. - -2016-03-31 Nathan Sidwell - - PR c++/70393 - * constexpr.c (cxx_eval_store_expression): Keep CONSTRUCTOR - elements in field order. - -2016-03-31 Marek Polacek - - PR c/70297 - * decl.c (duplicate_decls): Also set TYPE_ALIGN and TYPE_USER_ALIGN. - -2016-03-31 Richard Biener - - PR c++/70430 - * typeck.c (cp_build_binary_op): Fix operand order of vector - conditional in truth op handling. - -2016-03-29 Jason Merrill - - PR c++/70353 - * decl.c (make_rtl_for_nonlocal_decl): Don't defer local statics - in constexpr functions. - -2016-03-28 Jason Merrill - - PR c++/70422 - PR c++/64266 - PR c++/70353 - * decl.c, pt.c, constexpr.c: Revert last patch. - -2016-03-25 Jason Merrill - Martin Liška - - PR c++/64266 - PR c++/70353 - Core issue 1962 - * decl.c (cp_fname_init): Decay the initializer to pointer. - (cp_make_fname_decl): Set DECL_DECLARED_CONSTEXPR_P, - DECL_VALUE_EXPR, DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P. - Don't call cp_finish_decl. - * pt.c (tsubst_expr) [DECL_EXPR]: Set DECL_VALUE_EXPR, - DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P. Don't call cp_finish_decl. - * constexpr.c (cxx_eval_constant_expression) [VAR_DECL]: - Handle DECL_VALUE_EXPR. - -2016-03-24 Jason Merrill - - PR c++/70386 - * constexpr.c (cxx_eval_bare_aggregate): Handle PMFs. - - PR c++/70323 - * constexpr.c (cxx_eval_call_expression): Don't cache result if - *overflow_p. - -2016-03-24 Patrick Palka - - PR c++/62212 - * tree.c (build_cplus_array_type): Determine type-dependentess - with uses_template_parms instead of with dependent_type_p. - -2016-03-23 Patrick Palka - - PR c++/70347 - * typeck.c (process_init_constructor_union): If the initializer - is empty, use the union's NSDMI if it has one. - -2016-03-23 Patrick Palka - - PR c++/70332 - * pt.c (tsubst_copy) [PARM_DECL]: Handle the use of 'this' in an - NSDMI that's part of an aggregrate initialization. - -2016-03-23 Jakub Jelinek - - PR c++/70001 - * constexpr.c (cxx_eval_vec_init_1): Reuse CONSTRUCTOR initializers - for 1..max even for multi-dimensional arrays. Call unshare_expr - on it. - - PR c++/70323 - * constexpr.c (cxx_eval_constant_expression): Diagnose overflow - on TREE_OVERFLOW constants. - - PR c++/70376 - * cp-gimplify.c (genericize_omp_for_stmt): Don't walk OMP_FOR_CLAUSES - for OMP_TASKLOOP here. - (cp_genericize_r): Handle OMP_TASKLOOP like OMP_TASK, except do call - genericize_omp_for_stmt instead of cp_walk_tree on OMP_BODY. - -2016-03-23 Alexandre Oliva - Jason Merrill - Jakub Jelinek - - PR c++/69315 - * cp-tree.h (defer_mark_used_calls, deferred_mark_used_calls): Remove. - * decl.c (defer_mark_used_calls, deferred_mark_used_calls): Remove. - (finish_function): Don't set or test them. - * decl2.c (mark_used): Don't handle defer_mark_used_calls. - -2016-03-23 Jason Merrill - - PR c++/70344 - * constexpr.c (cxx_eval_call_expression): Catch invalid recursion. - -2016-03-23 Marek Polacek - - PR c++/69884 - * pt.c (canonicalize_type_argument): Use OPT_Wignored_attributes. - -2016-03-22 Ilya Enkovich - - * call.c (build_conditional_expr_1): Always use original - condition type for vector type checks and build. - -2016-03-22 Patrick Palka - - PR c++/70096 - * pt.c (tsubst_decl): Clear the DECL_MODE of the new decl. - -2016-03-22 Patrick Palka - - PR c++/70204 - * constexpr.c (non_const_var_error): Check - DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P. - -2016-03-21 Richard Henderson - - PR c++/70273 - * decl.c (notice_forced_label_r): New. - (cp_finish_decl): Use it. - -2016-03-21 Jason Merrill - - PR c++/70285 - * cp-gimplify.c (cp_fold) [COND_EXPR]: Handle bit-fields. - -2016-03-18 Jason Merrill - - PR c++/70139 - * constexpr.c (cxx_eval_call_expression): Fix trivial copy. - - PR c++/70147 - * class.c (vptr_via_virtual_p): New. - (most_primary_binfo): Factor out of build_rtti_vtbl_entries. - * cp-ubsan.c (cp_ubsan_dfs_initialize_vtbl_ptrs): Don't clear - a vptr from any virtual base in a not-in-charge 'structor. - - * decl.c (build_clobber_this): Factor out of - start_preparsed_function and begin_destructor_body. Handle - virtual bases better. - - * class.c (build_if_in_charge): Split out from build_base_path. - * init.c (expand_virtual_init, expand_default_init): Use it. - * call.c (build_special_member_call): Use it. - -2016-03-18 Jakub Jelinek - - PR c++/70267 - * init.c (build_new_1): Complain and return error_mark_node - if alloc_fn is not _Jv_AllocObject function returning pointer. - -2016-03-18 Patrick Palka - - PR c++/70205 - * search.c (adjust_result_of_qualified_name_lookup): Don't - update the BASELINK_BINFO of DECL if the second call - to lookup_base fails. - -2016-03-18 Patrick Palka - - PR c++/70218 - * parser.c (cp_parser_lambda_expression): Move call to - pop_deferring_access_checks ahead of the call to - cp_parser_end_tentative_firewall. - -2016-03-17 Jakub Jelinek - - PR c++/70144 - * cp-tree.h (magic_varargs_p): Return int instead of bool. - * call.c (magic_varargs_p): Return int instead of bool, return 2 for - Cilk+ reductions, otherwise 1 for magic varargs and 0 for normal - varargs. - (build_over_call): If magic_varargs_p == 2, call reject_gcc_builtin, - if magic_varargs_p == 1, call decay_conversion - instead of mark_type_use. Don't store error_mark_node arguments to - argarray, instead return error_mark_node. - - PR c++/70272 - * decl.c (begin_destructor_body): Don't insert clobber if - is_empty_class (current_class_type). - -2016-03-17 Marek Polacek - - PR c++/70194 - * typeck.c (warn_for_null_address): New function. - (cp_build_binary_op): Call it. - -2016-03-16 Jason Merrill - - PR c++/70259 - * decl.c (start_preparsed_function): Don't clobber an empty base. - -2016-03-16 Jakub Jelinek - - PR c++/70147 - * cp-ubsan.c (cp_ubsan_dfs_initialize_vtbl_ptrs): Conditionalize - BINFO_VIRTUAL_P vtable clearing on current_in_charge_parm. - - PR c++/70147 - * cp-ubsan.c (cp_ubsan_maybe_initialize_vtbl_ptrs): Temporarily - set in_base_initializer. - -2016-03-15 Marek Polacek - - PR c++/70209 - * tree.c (strip_typedefs): Call strip_typedefs again on the - DECL_ORIGINAL_TYPE result. - -2016-03-15 Jason Merrill - - PR c++/70095 - * pt.c (instantiate_decl): Fix call to variable_template_p. - - PR c++/70141 - * pt.c (for_each_template_parm_r): Always walk into TYPENAME_TYPE. - -2016-03-14 Casey Carter - Jason Merrill - - P0184R0: Generalizing the Range-Based For Loop - * parser.c (cp_convert_range_for): Set the type of __end separately. - (cp_parser_perform_range_for_lookup): Allow different begin/end - types if they are comparable. - -2016-03-12 Patrick Palka - - PR c++/70106 - * semantics.c (force_paren_expr): Just build a PAREN_EXPR when - processing_template_decl and EXPR is a SCOPE_REF. - -2016-03-10 Patrick Palka - Jakub Jelinek - - PR c++/70001 - * constexpr.c (cxx_eval_vec_init_1): For pre_init case, reuse - return value from cxx_eval_constant_expression from earlier - elements if it is valid constant initializer requiring no - relocations. - -2016-03-10 Marek Polacek - - PR c++/70153 - * cp-gimplify.c (cp_fold): Handle UNARY_PLUS_EXPR. - -2016-03-09 Cesar Philippidis - - * parser.c (cp_parser_oacc_loop): Update cclauses and clauses - when calling c_finish_omp_clauses. - -2016-03-08 Jason Merrill - - * parser.c (cp_parser_diagnose_invalid_type_name): Give helpful - diagnostic for use of "concept". - (cp_parser_requires_clause_opt): And "requires". - (cp_parser_type_parameter, cp_parser_late_return_type_opt) - (cp_parser_explicit_template_declaration): Adjust. - * Make-lang.in (check-c++-all): Add "concepts" to std list. - - P0036R0: Unary Folds and Empty Parameter Packs - * pt.c (expand_empty_fold): Remove special cases for *,+,&,|. - -2016-03-08 Jakub Jelinek - - PR c++/70135 - * constexpr.c (cxx_eval_loop_expr): Forget saved values of SAVE_EXPRs - even after the last iteration of the loop. - - * decl.c (duplicate_decls): Fix spelling - becuase -> because. - -2016-03-07 Patrick Palka - - PR c++/66786 - * pt.c (get_template_info): Handle PARM_DECL. - (template_class_depth): Check DECL_P instead of - VAR_OR_FUNCTION_DECL_P. - -2016-03-05 Jason Merrill - - PR c++/67364 - * constexpr.c (cxx_eval_store_expression): Replace - CONSTRUCTOR_ELTS in nested CONSTRUCTORs, too. - -2016-03-05 Patrick Palka - - PR c++/66786 - * pt.c (template_class_depth): Given a lambda type, iterate - into its LAMBDA_TYPE_EXTRA_SCOPE field instead of its - TYPE_CONTEXT. Given a VAR_DECL, iterate into its - CP_DECL_CONTEXT. - -2016-03-04 Jason Merrill - - PR c++/69203 - * cp-tree.h (COND_EXPR_IS_VEC_DELETE): New. - * init.c (build_vec_delete_1): Set it. - * constexpr.c (potential_constant_expression_1) [COND_EXPR]: Check it. - -2016-03-04 Jakub Jelinek - - * decl.c (start_preparsed_function): Don't emit start clobber at the - start of constructor clones. - - PR c++/70035 - * cp-tree.h (cp_ubsan_maybe_initialize_vtbl_ptrs): New prototype. - * decl.c (start_preparsed_function): Call - cp_ubsan_maybe_initialize_vtbl_ptrs if needed. - * cp-ubsan.c (cp_ubsan_dfs_initialize_vtbl_ptrs, - cp_ubsan_maybe_initialize_vtbl_ptrs): New functions. - -2016-03-04 Jason Merrill - - PR c++/67364 - * constexpr.c (cxx_eval_component_reference): Further tweak. - - * constexpr.c (struct constexpr_ctx): Add save_exprs field. - (cxx_eval_loop_expr): Discard SAVE_EXPR values before looping. - (cxx_eval_constant_expression) [SAVE_EXPR]: Add it to the set. - (cxx_eval_outermost_constant_expr, is_sub_constant_expr): Initialize. - - PR c++/70067 - * tree.c (strip_typedefs): Handle TYPENAME_TYPE lookup finding the - same type. - -2016-03-03 Jason Merrill - - * method.c (synthesized_method_walk): operator= can also be constexpr. - - * pt.c (tsubst_copy_and_build) [LAMBDA_EXPR]: Get - LAMBDA_EXPR_RETURN_TYPE from the instantiated closure. - - PR c++/67164 - * pt.c (copy_template_args): New. - (tsubst_pack_expansion): Use it. - - * call.c (build_aggr_conv): Use get_nsdmi. - - PR c++/51406 - * typeck.c (build_static_cast_1): Avoid folding back to lvalue. - - PR c++/67364 - * constexpr.c (cxx_eval_component_reference): Just return an empty - CONSTRUCTOR for an empty class. - -2016-03-01 Jason Merrill - - PR c++/70036 - * parser.c (cp_parser_requires_clause): Call - check_for_bare_parameter_packs. - - PR c++/51489 - * constexpr.c (cxx_eval_binary_expression): Don't VERIFY_CONSTANT - the operands. - - PR c++/69995 - * constexpr.c (cxx_eval_call_expression): Unshare arg. - (cxx_eval_constant_expression) [DECL_EXPR]: Unshare init. - [TARGET_EXPR]: Unshare init. - -2016-03-01 Patrick Palka - - PR c++/68948 - PR c++/69961 - * pt.c (tsubst_baselink): Reinstate the check for an invalid - constructor call. - -2016-02-28 Jason Merrill - - PR c++/69995 - * constexpr.c (cxx_eval_store_expression): Unshare init. - -2016-02-26 Jason Merrill - - PR c++/69958 - * pt.c (make_argument_pack): New. - (tsubst_copy) [SIZEOF_EXPR]: Handle partial expansion. - (tsubst_copy_and_build): Likewise. - -2016-02-25 Jason Merrill - - PR c++/69889 - * cp-tree.h (AGGR_INIT_FROM_THUNK_P): New. - * tree.c (build_aggr_init_expr): Set it. - * semantics.c (simplify_aggr_init_expr): Check it. - * cp-gimplify.c (cp_genericize_r): Don't walk into - a call/aggr_init from a thunk. - - PR c++/69842 - * method.c (forward_parm): Handle parameter packs. - * lambda.c (maybe_add_lambda_conv_op): Use it for them. - - PR c++/67364 - * constexpr.c (cxx_eval_component_reference): Don't complain about - unevaluated empty classes. - - PR c++/68049 - * tree.c (strip_typedefs): Use DECL_ORIGINAL_TYPE. - -2016-02-25 Patrick Palka - - PR c++/69736 - * cp-tree.h (REF_PARENTHESIZED_P): Adjust documentation. - (maybe_undo_parenthesized_ref): Declare. - * semantics.c (maybe_undo_parenthesized_ref): Split out from - check_return_expr. - (finish_call_expr): Use it. - * typeck.c (check_return_expr): Use it. - * pt.c (tsubst_copy_and_build) [INDIRECT_REF]: Retain the - REF_PARENTHESIZED_P flag. - -2016-02-24 Jakub Jelinek - - PR c++/69922 - * class.c (build_base_path): Set TREE_NO_WARNING on the null_test. - Avoid folding it. - * init.c (build_vec_delete_1, build_delete): Don't fold the non-NULL - tests. - * cp-gimplify.c (cp_fold): For TREE_NO_WARNING comparisons with NULL, - unless they are folded into INTEGER_CST, error_mark_node or some - comparison with NULL, avoid folding them and use either the original - comparison or non-folded comparison of folded arguments. - * cp-ubsan.c (cp_ubsan_instrument_vptr): Set TREE_NO_WARNING on the - comparison, don't fold the comparison right away. - -2016-02-24 Jason Merrill - - PR c++/69323 - * friend.c (make_friend_class): Likewise. - * decl.c (lookup_and_check_tag): Diagnose invalid dependent friend. - -2016-02-24 Jason Merrill - - PR c++/69323 - * pt.c (instantiate_class_template_1): Set - processing_template_decl before substituting friend_type. - -016-02-24 Martin Sebor - - PR c++/69912 - * tree.c (build_ctor_subob_ref): Compare types' main variants - instead of the types as they are. - -2016-02-24 Jason Merrill - - * decl.c (start_preparsed_function): Condition ctor clobber on - flag_lifetime_dse > 1. - - * cp-gimplify.c (cp_fold): Don't fold constexpr calls if -fno-inline. - -2016-02-19 Jason Merrill - - PR c++/69743 - * call.c (remaining_arguments): No longer static. - * cp-tree.h: Declare it. - * pt.c (more_specialized_fn): Use it. - -2016-02-19 Jakub Jelinek - Bernd Edlinger - - * Make-lang.in: Invoke gperf with -L C++. - * cfns.gperf: Remove prototypes for hash and libc_name_p - inlines. - * cfns.h: Regenerated. - * except.c (nothrow_libfn_p): Adjust. - -2016-02-19 Jakub Jelinek - - PR c++/69850 - * rtti.c (ifnonnull): Set TREE_NO_WARNING on the condition, use - NE_EXPR instead of EQ_EXPR and swap last two arguments on COND_EXPR. - -2016-02-19 Patrick Palka - - PR c++/68948 - * pt.c (tsubst_baselink): Don't diagnose an invalid constructor - call here. - * semantics.c (finish_call_expr): Don't assume a constructor - call is dependent if only the "this" pointer is dependent. When - building a constructor call, always use a dummy object. - -2016-02-19 Jakub Jelinek - - PR c++/69850 - * init.c (build_vec_delete_1): Set TREE_NO_WARNING on the NE_EXPR - condition. - * cp-gimplify.c (cp_fold): Propagate TREE_NO_WARNING from binary - operators if folding preserved the binop, just with different - arguments. - - PR c++/67767 - * parser.c (cp_parser_std_attribute_spec_seq): Don't assume - attr_spec is always single element chain, chain all the attributes - properly together in the right order. - -2016-02-18 Jason Merrill - - * mangle.c (maybe_check_abi_tags): Add for_decl parm. Call - mangle_decl. - (mangle_decl): Call maybe_check_abi_tags for function scope. - (mangle_guard_variable): Call maybe_check_abi_tags here. - (write_guarded_var_name): Not here. - -2016-02-17 Jason Merrill - - PR c++/65985 - * constexpr.c (build_constexpr_constructor_member_initializers): - Handle an additional STATEMENT_LIST. - - PR c++/68585 - * constexpr.c (cxx_eval_bare_aggregate): Fix 'changed' detection. - - PR c++/68679 - * decl2.c (reset_type_linkage_2): Look through member templates. - -2016-02-17 Jakub Jelinek - - PR c++/69850 - * init.c (build_delete): Set TREE_NO_WARNING on ifexp. - -2016-02-17 Jason Merrill - - PR c++/69842 - * method.c (forward_parm): Split out from... - (add_one_base_init): ...here. - * lambda.c (maybe_add_lambda_conv_op): Use it. - -2016-02-16 Jason Merrill - - PR c++/10200 - PR c++/69753 - * call.c, cp-tree.h, name-lookup.c, pt.c, search.c, semantics.c, - tree.c, typeck2.c: Revert earlier changes. - * parser.c (cp_parser_lookup_name): Ignore namespace-scope - non-type templates after -> or . - -2016-02-16 Jakub Jelinek - - PR c/69835 - * typeck.c (cp_build_binary_op): Revert 2015-09-09 change. - -2016-02-16 Jason Merrill - - PR c++/69657 - * name-lookup.c (lookup_qualified_name): Add find_hidden parm. - (set_decl_namespace): Pass it. Complain about finding a hidden friend. - * name-lookup.h: Adjust. - -2016-02-16 James Norris - - * parser.c (cp_parser_oacc_data_clause_deviceptr): Remove checking. - * semantics.c (finish_omp_clauses): Add deviceptr checking. - -2016-02-15 Jakub Jelinek - - PR c++/69658 - * init.c (expand_default_init): Only call reshape_init - in the direct-initialization from an initializer list case. - -2016-02-15 Jason Merrill - - PR c++/69753 - * semantics.c (finish_call_expr): Implicit 'this' does not make - the call dependent. - * search.c (any_dependent_bases_p): Split out... - * name-lookup.c (do_class_using_decl): ...from here. - * call.c (build_new_method_call_1): Don't complain about missing object - if there are dependent bases. Tweak error. - * tree.c (non_static_member_function_p): Remove. - * pt.c (type_dependent_expression_p): A member template of a - dependent type is dependent. - * cp-tree.h: Adjust. - - PR c++/68890 - * constexpr.c (verify_ctor_sanity): Remove CONSTRUCTOR_NELTS check. - -2016-02-12 Patrick Palka - - PR c++/69098 - * pt.c (lookup_and_finish_template_variable): New function, - extracted from ... - (tsubst_copy_and_build) [TEMPLATE_ID_EXPR]: ... here. Use it. - (tsubst_qualified_id): Consider that EXPR might be a variable - template. - * typeck.c (check_template_keyword): Don't emit an error - if DECL is a variable template. - -2016-02-12 Jakub Jelinek - - * error.c: Spelling fixes - behaviour -> behavior and - neighbour -> neighbor. - * decl.c: Likewise. - * typeck.c (cp_build_binary_op): Fix up behavior spelling in - diagnostics. - * init.c (build_delete): Likewise. - -2016-02-11 Jakub Jelinek - - PR c/69768 - * typeck.c (cp_build_binary_op): cp_fully_fold integer_zerop - arguments for -Waddress warning. Fix up formatting. - -2016-02-11 Paolo Carlini - - PR c++/68726 - * pt.c (lookup_template_class_1): Check tsubst return value for - error_mark_node. - -2016-02-10 Jason Merrill - - PR c++/68926 - * pt.c (resolve_nondeduced_context): Add complain parm. - (do_auto_deduction): Pass it. - * cvt.c (convert_to_void): Likewise. - * decl.c (cp_finish_decl): Likewise. - * init.c (build_new): Likewise. - * rtti.c (get_tinfo_decl_dynamic): Likewise. - * semantics.c (finish_decltype_type): Likewise. - * typeck.c (decay_conversion): Likewise. - * cp-tree.h: Adjust declaration. - * call.c (standard_conversion): Add complain parm, pass it along. - (implicit_conversion): Pass it. - - PR c++/69657 - * name-lookup.c (ambiguous_decl): Call remove_hidden_names. - (lookup_name_real_1): Likewise. - (remove_hidden_names): Handle non-functions too. - - PR c++/10200 - * parser.c (cp_parser_lookup_name): When looking for a template - after . or ->, only consider class templates. - (cp_parser_postfix_dot_deref_expression): Handle the current - instantiation. Remember a dependent object expression. - * typeck2.c (build_x_arrow): Handle the current instantiation. - - * ptree.c (debug_tree): Implement for cp_expr. - -2016-02-08 Patrick Palka - - PR c++/69139 - * parser.c (cp_parser_simple_type_specifier): Make the check - for disambiguating between an 'auto' placeholder and an implicit - template parameter more robust. - -2016-02-08 Patrick Palka - - PR c++/69283 - PR c++/67835 - * decl2.c (mark_used): When given a TEMPLATE_DECL, return after - setting its TREE_USED flag. - -2016-02-08 Jason Merrill - - PR c++/69657 - * name-lookup.c (do_nonmember_using_decl): Leave anticipated - built-ins alone. - -2016-02-08 Jakub Jelinek - - PR c++/59627 - * parser.c (cp_parser_omp_declare_reduction): Set assembler name - of the DECL_OMP_DECLARE_REDUCTION_P decls. - -2016-02-08 Marek Polacek - - PR c++/69688 - * constexpr.c (clear_cv_and_fold_caches): Renamed from clear_cv_cache. - Call clear_fold_cache. - * cp-tree.h: Adjust declaration. - * decl.c (finish_enum_value_list): Call clear_cv_and_fold_caches - rather than clear_cv_cache and clear_fold_cache. - * typeck2.c (store_init_value): Call clear_cv_and_fold_caches. - -2016-02-08 Jason Merrill - - * cp-tree.h (CONV_FOLD, CONV_BACKEND_CONVERT): New. - * cvt.c (convert): Pass CONV_BACKEND_CONVERT. - (ocp_convert): Use *_maybe_fold. - (cp_convert_to_pointer): Add dofold parameter. - * cp-gimplify.c (cp_fold) [CONVERT_EXPR]: Call convert. - -2016-02-05 Martin Sebor - - PR c++/69662 - * init.c (find_field_init): New function. - (warn_placement_new_too_small): Call it. Handle one-element arrays - at ends of structures special. - -2016-02-05 Jason Merrill - - PR c++/68948 - * semantics.c (finish_expr_stmt): If expr is error_mark_node, - make sure we've seen_error(). - -2016-02-05 Patrick Palka - - PR c++/68948 - * pt.c (tsubst_baselink): Diagnose an invalid constructor call - if lookup_fnfields returns NULL_TREE and the name being looked - up has the form A::A. - -2016-02-04 Patrick Palka - - * constexpr.c (cxx_eval_binary_expression): Fold equality - comparisons involving PTRMEM_CSTs. - -2016-02-04 Jakub Jelinek - - * class.c (find_flexarrays): Don't declare dom variable. - (diagnose_flexarray): Likewise. - -2016-02-02 Martain Sebor - - PR c++/69251 - PR c++/69253 - PR c++/69290 - PR c++/69277 - PR c++/69349 - * class.c (walk_subobject_offsets): Avoid testing the upper bound - of a flexible array member for equality to null. - (find_flexarrays): Remove spurious whitespace introduced in r231665. - (diagnose_flexarrays): Avoid checking the upper bound of arrays. - (check_flexarrays): Same. - * decl.c (compute_array_index_type): Avoid special case for flexible - array members. - (grokdeclarator): Avoid calling compute_array_index_type for flexible - array members. - * error.c (dump_type_suffix): Revert changes introduced in r231665 - and rendered unnecessary by the changes above. - * pt.c (tsubst): Same. - * tree.c (build_ctor_subob_ref): Handle flexible array members. - * typeck2.c (digest_init_r): Revert changes introduced in r231665. - (process_init_constructor_array): Same. - (process_init_constructor_record): Same. - -2016-02-03 Patrick Palka - - PR c++/69056 - * pt.c (try_one_overload): Handle comparing argument packs so - that there is no conflict if we deduced more arguments of an - argument pack than were explicitly specified. - -2016-01-31 Jakub Jelinek - Jason Merrill - - PR c++/68763 - * tree.c (strip_typedefs) [FUNCTION_TYPE]: Avoid building a new - function type if nothing is changing. - -2016-01-31 Jason Merrill - - PR c++/69009 - * pt.c (partial_specialization_p, impartial_args): New. - (instantiate_decl): Call impartial_args. - - * mangle.c (maybe_check_abi_tags): New. - (write_guarded_var_name): Call it. - (mangle_ref_init_variable): Call check_abi_tags. - - * pt.c (lookup_template_class_1): Don't share TYPE_ATTRIBUTES - between template and instantiation. - -2016-01-29 Jakub Jelinek - - PR debug/66869 - * decl.c (wrapup_globals_for_namespace): Warn about unused static - function declarations. - -2016-01-29 Marek Polacek - - PR c++/69509 - PR c++/69516 - * constexpr.c (cxx_eval_array_reference): Give the "array subscript - out of bound" error earlier. - * init.c (build_vec_init): Change NE_EXPR into GT_EXPR. Update the - commentary. - -2016-01-29 Patrick Palka - - * name-lookup.c (begin_scope): After reusing a cp_binding_level - structure, update free_binding_level before the structure's - level_chain field gets cleared, not after. - -2016-01-28 Jason Merrill - - PR c++/67407 - * search.c (dfs_walk_once, dfs_walk_once_r) - (dfs_walk_once_accessible_r, dfs_walk_once_accessible): Use - hash_set instead of BINFO_MARKED. - (dfs_unmark_r): Remove. - -2016-01-28 Patrick Palka - - PR c++/24208 - * parser.c (LEXER_DEBUGGING_ENABLED_P): New macro. - (cp_lexer_debugging_p): Use it. - (cp_lexer_start_debugging): Likewise. - (cp_lexer_stop_debugging): Likewise. - -2016-01-27 Marek Polacek - - PR c/68062 - * typeck.c (cp_build_binary_op): Promote operand to unsigned, if - needed. Add -Wsign-compare warning. - -2016-01-27 Ryan Burn - - PR cilkplus/69267 - * cp-gimplify.c (cilk_cp_gimplify_call_params_in_spawned_fn): Removed - superfluous post_p argument in call to - cilk_gimplify_call_params_in_spawned_fn. - -2016-01-27 Marek Polacek - - PR c++/69379 - * constexpr.c (cxx_eval_constant_expression): Handle PTRMEM_CSTs - wrapped in NOP_EXPRs. - -2016-01-27 Martin Sebor - - PR c++/69317 - * mangle.c (mangle_decl): Reference the correct (saved) version - of the ABI in -Wabi diagnostics. - -2016-01-27 Marek Polacek - - PR c++/69496 - * constexpr.c (cxx_eval_array_reference): Evaluate the number of - elements of the array. - -2016-01-26 Jason Merrill - - PR c++/68949 - * constexpr.c (register_constexpr_fundef): Keep the un-massaged body. - (cxx_eval_call_expression): Don't look through clones. - * optimize.c (maybe_clone_body): Clear DECL_SAVED_TREE of the alias. - * semantics.c (expand_or_defer_fn_1): Keep DECL_SAVED_TREE of - maybe-in-charge *tor. - -2016-01-26 Jason Merrill - - PR c++/68782 - * constexpr.c (cxx_eval_bare_aggregate): Update TREE_CONSTANT - and TREE_SIDE_EFFECTS. - (cxx_eval_constant_expression) [CONSTRUCTOR]: Call - verify_constructor_flags. - -2016-01-26 Jakub Jelinek - - PR c++/68357 - * cp-gimplify.c (cp_fold): If some operand folds to error_mark_node, - return error_mark_node instead of building trees with error_mark_node - operands. - -2016-01-26 David Malcolm - - PR other/69006 - * error.c (print_instantiation_partial_context_line): Add missing - newlines from output for the t == NULL case. - (print_instantiation_partial_context): Remove call to pp_newline. - -2016-01-24 Patrick Palka - - Revert: - 2016-01-18 Patrick Palka - - PR c++/11858 - PR c++/24663 - PR c++/24664 - * decl.c (grokdeclarator): Don't decay array parameter type to - a pointer type if it's dependent. - (grokparms): Invoke strip_top_quals instead of directly invoking - cp_build_qualified_type. - * pt.c (decay_dependent_array_parm_type): New static function. - (type_unification_real): Call decay_dependent_array_parm_type - to decay a dependent array parameter type to its corresponding - pointer type before unification. - (more_specialized_fn): Likewise. - (get_bindings): Likewise. - * tree.c (cp_build_qualified_type): Trivial typofix in - documentation. - -2016-01-23 Martin Sebor - - PR c++/58109 - PR c++/69022 - * decl2.c (is_late_template_attribute): Handle dependent argument - to attribute align and attribute vector_size. - -2016-01-21 Jason Merrill - - PR c++/69392 - * lambda.c (lambda_capture_field_type): Handle 'this' specially - for init-capture, too. - - PR c++/65687 - * decl.c (type_is_deprecated): Don't look into a typedef. - - PR c++/40751 - PR c++/64987 - * decl.c (copy_type_enum): Respect TYPE_USER_ALIGN. - - PR c++/43407 - * decl.c (start_enum): Add attributes parameter. - * parser.c (cp_parser_enum_specifier): Pass it. - * pt.c (lookup_template_class_1): Pass it. - * cp-tree.h: Adjust. - -2016-01-19 Jason Merrill - - PR c++/59759 - * pt.c (convert_template_argument): Handle VAR_DECL properly. - -2016-01-19 Marek Polacek - - PR c++/68586 - * constexpr.c (clear_cv_cache): New. - * cp-gimplify.c (clear_fold_cache): New. - * cp-tree.h (clear_cv_cache, clear_fold_cache): Declare. - * decl.c (finish_enum_value_list): Call them. - - PR c++/68965 - * pt.c (tsubst_copy): Mark elements in expanded vector as used. - -2016-01-18 Patrick Palka - - PR c++/11858 - PR c++/24663 - PR c++/24664 - * decl.c (grokdeclarator): Don't decay array parameter type to - a pointer type if it's dependent. - (grokparms): Invoke strip_top_quals instead of directly invoking - cp_build_qualified_type. - * pt.c (decay_dependent_array_parm_type): New static function. - (type_unification_real): Call decay_dependent_array_parm_type - to decay a dependent array parameter type to its corresponding - pointer type before unification. - (more_specialized_fn): Likewise. - (get_bindings): Likewise. - * tree.c (cp_build_qualified_type): Trivial typofix in - documentation. - -2016-01-18 Jason Merrill - - * cp-gimplify.c (cp_fold) [CONSTRUCTOR]: Don't clobber the input. - - * cp-gimplify.c (cp_fold): Remove unnecessary special cases. - - PR c++/68767 - * cp-gimplify.c (cp_fold) [COND_EXPR]: Simplify. Do fold COND_EXPR. - (contains_label_1, contains_label_p): Remove. - -2016-01-16 Patrick Palka - - PR c++/69091 - * pt.c (type_dependent_expression_p): For a function template - specialization, a type is dependent iff any of its template - arguments are. - -2016-01-16 Patrick Palka - - * cp-array-notation.c (cp_expand_cond_array_notations): Return - error_mark_node only if find_rank failed, not if it was - successful. - -2016-01-16 Patrick Palka - - PR c++/68936 - * tree.c (build_min_non_dep_call_vec): Don't retain the - KOENIG_LOOKUP_P flag of the non-dependent expression that's - been built. - (build_min_non_dep_op_overload): Instead, do it here. - -2016-01-15 Jakub Jelinek - - PR bootstrap/68271 - * parser.h (cp_token): Remove pragma_kind field. Add comment - with number of unused bits. - * parser.c (eof_token): Remove pragma_kind field initializer. - (cp_lexer_get_preprocessor_token): Don't set pragma_kind - field, don't clear CPP_PRAGMA u.value. - (cp_parser_pragma_kind): New function. - (cp_parser_omp_sections_scope, cp_parser_oacc_kernels_parallel, - cp_parser_omp_construct, cp_parser_initial_pragma, - cp_parser_pragma): Use cp_parser_pragma_kind instead of accessing - pragma_kind field. - -2016-01-15 Jason Merrill - - PR c++/68847 - * call.c (build_cxx_call): Use fold_non_dependent_expr. - - * typeck2.c (cxx_incomplete_type_diagnostic): Use the location of - value. - - PR c++/69257 - * typeck.c (decay_conversion): Don't call mark_rvalue_use for - array/function-to-pointer conversion. Call - complete_type_or_maybe_complain for lvalue-to-rvalue conversion. - * call.c (convert_like_real): Print call context if - decay_conversion errors. - -2016-01-14 Tom de Vries - - PR tree-optimization/68773 - * parser.c (cp_parser_oacc_declare, cp_parser_omp_declare_target): Don't - set force_output. - -2016-01-14 Jason Merrill - - PR c++/69261 - * constexpr.c (find_array_ctor_elt): Handle splitting RANGE_EXPR. - -2016-01-12 Marek Polacek - - PR c++/68979 - * constexpr.c (cxx_eval_check_shift_p): Use permerror rather than - error_at and adjust the return value. - -2016-01-12 Jakub Jelinek - - PR objc++/68511 - PR c++/69213 - * cp-gimplify.c (cp_gimplify_expr) : Don't return - GS_ERROR whenever seen_error (), only if *expr_p contains - cilk spawn stmt, but cilk_detect_spawn_and_unwrap failed. - - PR c++/66808 - PR c++/69000 - * pt.c (tsubst_decl): If not local_p, clear DECL_TEMPLATE_INFO. - -2016-01-11 Jason Merrill - - PR c++/69131 - * method.c (walk_field_subobs): Add dtor_from_ctor parm. - (process_subob_fn): Likewise. Don't consider triviality if true. - (synthesize_method_walk): Pass it. - -2016-01-11 David Malcolm - - PR c++/68795 - * parser.c (cp_parser_postfix_expression): Initialize - close_paren_loc to UNKNOWN_LOCATION; only use it if - it has been written to by - cp_parser_parenthesized_expression_list. - (cp_parser_parenthesized_expression_list): Document the behavior - with respect to the CLOSE_PAREN_LOC param. - -2016-01-11 Jakub Jelinek - - PR c++/69211 - * cp-gimplify.c (cp_fold): If COMPOUND_EXPR or MODIFY_EXPR - folded operands have side-effects, but folding changed any of them, - build a new tree with the folded operands instead of returning the - unfolded tree. - -2016-01-09 Marek Polacek - - PR c++/69113 - * decl2.c (comdat_linkage): Only set DECL_COMDAT if TREE_PUBLIC is set. - -2016-01-09 Jakub Jelinek - - PR c++/69164 - * class.c (layout_class_type): Use copy_node to copy FIELD_DECLs. - -2016-01-08 Jason Merrill - - PR c++/69158 - * constexpr.c (cxx_fold_indirect_ref): Handle array type differing - in completion. - -2016-01-08 Marek Polacek - - PR c++/68449 - * constexpr.c (cxx_eval_constant_expression): Handle NULL initializer. - -2016-01-08 Jason Merrill - - * constexpr.c (cxx_eval_call_expression): Remove convert_to_void - workaround. - - PR c++/68983 - PR c++/67557 - * cvt.c (convert_to_void): Don't strip a TARGET_EXPR of - TREE_ADDRESSABLE type. - - PR c++/68983 - PR c++/67557 - * call.c (unsafe_copy_elision_p): Look through COMPOUND_EXPR. - -2016-01-05 Nathan Sidwell - - PR c++/58583 - * pt.c (build_non_dependent_expr): Don't try a checking fold when - parsing an nsdmi. - -2016-01-04 Jakub Jelinek +2017-01-01 Jakub Jelinek Update copyright years. -Copyright (C) 2016 Free Software Foundation, Inc. +Copyright (C) 2017 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/gcc/cp/ChangeLog-2016 b/gcc/cp/ChangeLog-2016 new file mode 100644 index 000000000000..7aca3ac5c944 --- /dev/null +++ b/gcc/cp/ChangeLog-2016 @@ -0,0 +1,4388 @@ +2016-12-24 Jakub Jelinek + + PR middle-end/78901 + * except.c (nothrow_libfn_p): Expect libc_name_p to return + const struct libc_name_struct *, if it returns NULL, return 0, + otherwise check c_ver and use flag_isoc99 or flag_isoc11. + * cfns.gperf: Add %struct-type and libc_name_struct definition. + For all C89 C library functions add , 89 after the name, add + C99 C library functions with , 99 and C11 C library functions + with , 11 suffix. + * cfns.h: Regenerated. + +2016-12-22 Jason Merrill + + PR c++/78906 + * pt.c (finish_template_variable): Use most_general_template. + + PR c++/78898 + PR c++/42329 + * pt.c (unify): Don't look for a class template from a non-class. + +2016-12-21 Jakub Jelinek + + PR c++/72707 + * name-lookup.c (pushdecl_maybe_friend_1): Do check shadowing of + artificial x if it is an anonymous union variable. + + PR bootstrap/78817 + * typeck.c (cp_build_function_call_vec): If check_function_arguments + returns true, set TREE_NO_WARNING on CALL_EXPR. + * call.c (build_over_call): Likewise. + + PR c++/77830 + * constexpr.c (cxx_eval_array_reference): Perform out of bounds + verification even if lval is true, just allow one past the last + element in that case. + (cxx_eval_store_expression): Detect stores to out of bound + ARRAY_REF. + +2016-12-21 Jason Merrill + + Implement P0522R0, matching of template template arguments. + * pt.c (coerce_template_template_parms): Allow a template argument + that's less specialized than the parameter. + (unify_bound_ttp_args): Adjust parm's args to apply to arg's + template. + (coerce_template_args_for_ttp): Split out from + lookup_template_class_1. + (coerce_ttp_args_for_tta, store_defaulted_ttp) + (lookup_defaulted_ttp, add_defaults_to_ttp): New. + (process_partial_specialization): Set DECL_CONTEXT of + template template-parameters. + (coerce_template_parms): Only inform when complain. + (expand_template_argument_pack): Handle error_mark_node. + (convert_template_argument, template_args_equal, unify): Handle + any_targ_node. + * cp-tree.h (enum cp_tree_index): Add CPTI_ANY_TARG. + (any_targ_node): New. + * decl.c (cxx_init_decl_processing): Set it. + * name-lookup.c (consider_binding_level): Ignore names with embedded + spaces. + + PR c++/42329 + * pt.c (unify_bound_ttp_args): Split out from unify. + (try_class_unification): Handle BOUND_TEMPLATE_TEMPLATE_PARM. + (unify): Check for type/non-type mismatch early. + [BOUND_TEMPLATE_TEMPLATE_PARM]: Try get_template_base. + + * pt.c (coerce_template_parms): Consider variadic_args_p before + complaining about too many template arguments. + + * pt.c (process_partial_specialization): Use + get_partial_spec_bindings to check that the partial specialization + is more specialized than the primary template. + + * pt.c (convert_template_argument): Pass args to do_auto_deduction. + (mark_template_parm): Handle deducibility from type of non-type + argument here. + (for_each_template_parm_r): Not here. + + * ptree.c (cxx_print_type): Print args of + BOUND_TEMPLATE_TEMPLATE_PARM. + (cxx_print_decl): Print DECL_TEMPLATE_PARMS. + + PR c++/78767 - ICE with inherited constructor default argument + * method.c (strip_inheriting_ctors): Strip template as appropriate. + + PR c++/78749 - friend in anonymous namespace + * decl.c (wrapup_globals_for_namespace): Don't complain about friend + pseudo-template instantiations. + +2016-12-16 Richard Biener + + PR c++/71694 + * cp-objcp-common.h (cp_unit_size_without_reusable_padding): Declare. + (LANG_HOOKS_UNIT_SIZE_WITHOUT_REUSABLE_PADDING): Define. + * cp-objcp-common.c (cp_unit_size_without_reusable_padding): New. + +2016-12-15 Jakub Jelinek + + P0490R0 GB 20: decomposition declaration should commit to tuple + interpretation early + * decl.c (get_tuple_size): Make static. If inst is error_mark_node + or non-complete type, return NULL_TREE, otherwise if + lookup_qualified_name fails or doesn't fold into INTEGER_CST, return + error_mark_node. + (get_tuple_element_type, get_tuple_decomp_init): Make static. + (cp_finish_decomp): Pass LOC to get_tuple_size. If it returns + error_mark_node, complain and fail. + +2016-12-15 Nathan Sidwell + + PR c++/77585 + * pt.c (instantiate_decl): Push to class scope lambda resides + within when instantiating a generic lambda function. + +2016-12-14 Martin Sebor + + PR c++/78774 + * pt.c (convert_template_argument): Avoid assuming operand type + is non-null since that of SCOPE_REF is not. + +2016-12-14 Martin Jambor + + * parser.c: Include omp-general.h and omp-offload.h instead of + omp-low.h. + (cp_parser_omp_simd): Adjusted calls to find_omp_clause to use its new + name. + (cp_parser_omp_target_update): Likewise. + (cp_parser_oacc_declare): Likewise. + (cp_parser_oacc_enter_exit_data): Likewise. + (cp_parser_oacc_update): Likewise. + (cp_finalize_oacc_routine): Adjusted call to get_oacc_fn_attrib, + build_oacc_routine_dims and replace_oacc_fn_attrib to use their new + names. + * semantics.c: Include omp-general insteda of omp-low.h. + (finish_omp_for): Adjusted calls to find_omp_clause to use its new + name. + (finish_omp_cancel): Likewise. + (finish_omp_cancellation_point): Likewise. + +2016-12-14 Marek Polacek + + PR c++/72775 + * init.c (perform_member_init): Diagnose member initializer for + flexible array member. + +2016-12-14 Nathan Sidwell + + PR c++/78701 + * pt.c (type_unification_real): Check tsubst arg doesn't have + remaining template parms before converting it. + + PR c++/69481 + * cp-tree.h (TYPE_TEMPLATE_INFO_MAYBE_ALIAS): Always use + TYPE_ALIAS_TEMPLATE_INFO for aliases. + +2016-12-13 Nathan Sidwell + + PR c++/69481 + * cp-tree.h (TYPE_TEMPLATE_INFO): Remove alias type checking. + (TYPE_ALIAS_TEMPLATE_INFO): New. + (TYPE_TEMPLATE_INFO_MAYBE_ALIAS): New. Use those macros. + * error.c (dump_alias_template_specialization): Adjust. + * pt.c (maybe_process_partial_specialization, + iterative_has_template_arg, find_parameter_packs_r, + alias_template_specialization_p, dependent_alias_template_spec_p, + get_underlying_template, lookup_template_class_1, unify): Adjust + template using decl access. + +2016-12-11 Paolo Carlini + + PR c++/78637 + * parser.c (cp_parser_namespace_definition): Increment + nested_definition_count only if push_namespace succeeds. + +2016-12-08 Nathan Sidwell + + PR c++/78551 + * constexpr.c (extract_string_elt): New. Broken out of ... + (cxx_eval_array_reference): ... here. Call it. + (cxx_eval_store_expression): Convert init by STRING_CST into + CONSTRUCTOR, if needed. + +2016-12-08 Jakub Jelinek + + P0003R5 - removal of dynamic exception specification from C++17 + * parser.c (cp_parser_exception_specification_opt): For C++17 + error out on throw ( type-id-list ), for C++11 and C++14 issue + -Wdeprecated warning on it. Formatting fix. Treat throw() + in C++17 as noexcept(true). + +2016-12-07 Martin Jambor + + PR c++/78589 + * error.c (dump_decl): Use dump_function_name to dump + !DECL_LANG_SPECIFIC function decls with no or self-referencing + abstract origin. + +2016-12-07 Nathan Sidwell + + * pt.c (tsubst <{NON,}TYPE_ARGUMENT_PACK>: Simplify control flow + and avoid re-tsubsting type. + + * cp-tree.h (enum cp_tree_index): Add CPTI_AUTO_IDENTIFIER & + CPTI_DECLTYPE_AUTO_IDENTIFIER. + (auto_identifier, decltype_auto_identifier): New. + *decl.c (initialize_predefined_identifiers): Add 'auto' and + 'decltype(auto)'. + (grokdeclarator): Use cached identifier. + * pt.c (make_decltype_auto, make_auto, make_constrained_auto, + is_auto): Likewise. + +2016-12-02 Jakub Jelinek + + PR c++/78649 + * pt.c (tsubst_init): Don't call build_value_init if decl's type + is error_mark_node. + +2016-12-02 Cesar Philippidis + James Norris + + * parser.c (cp_parser_oacc_enter_exit_data): Update diagnostics. + (cp_parser_pragma): Error when PRAGMA_OACC_{ENTER_DATA, + EXIT_DATA,WAIT} are not used in compound statements. + +2016-12-01 Jason Merrill + + * call.c (add_function_candidate): Also exclude inherited ctors + that take a type reference-related to the derived class. + + * call.c (add_function_candidate): Exclude inherited copy/move + ctors. + +2016-11-29 David Malcolm + + PR c++/77922 + * name-lookup.c (lookup_name_fuzzy): Filter out reserved words + that were filtered out by init_reswords. + +2016-11-28 Jakub Jelinek + Jason Merrill + + PR c++/72808 + * decl.c (finish_enum_value_list): Call fixup_type_variants on + current_class_type after + insert_late_enum_def_into_classtype_sorted_fields. + +2016-11-28 Jakub Jelinek + + PR c++/77591 + * typeck.c (maybe_warn_about_returning_address_of_local): Optimize + whats_returned through fold_for_warn. + +2016-11-27 Jason Merrill + + PR c++/77907 + * constexpr.c (cxx_eval_constant_expression): Use cp_fold_convert. + +2016-11-24 Martin Liska + + PR bootstrap/78493 + * parser.c (cp_parser_range_for): Use safe_push instead of quick_push. + +2016-11-23 Jakub Jelinek + + PR c++/77907 + * cp-gimplify.c (cp_fold) : When calling constructor + and maybe_constant_value returns non-CALL_EXPR, create INIT_EXPR + with the object on lhs and maybe_constant_value returned expr on rhs. + + PR c++/71450 + * pt.c (tsubst_copy): Return error_mark_node when mark_used + fails, even when complain & tf_error. + + PR c++/77739 + * cp-gimplify.c (cp_gimplify_tree) : Pass + false as handle_invisiref_parm_p to cp_genericize_tree. + (struct cp_genericize_data): Add handle_invisiref_parm_p field. + (cp_genericize_r): Don't wrap is_invisiref_parm into references + if !wtd->handle_invisiref_parm_p. + (cp_genericize_tree): Add handle_invisiref_parm_p argument, + set wtd.handle_invisiref_parm_p to it. + (cp_genericize): Pass true as handle_invisiref_parm_p to + cp_genericize_tree. Formatting fix. + +2016-11-21 Bernd Edlinger + + PR c++/71973 + * decl.c (duplicate_decls): Warn when a built-in function is redefined. + Don't overload builtin functions with C++ functions. + Handle const_tm_ptr_type_node like file_ptr_node. + Copy the TREE_NOTHROW flag unmodified to the old decl. + +2016-11-18 Jason Merrill + + PR objc++/78418 - ICE in string tests on darwin + * tree.c (lvalue_kind): Guard DECL_HAS_VALUE_EXPR_P. + +2016-11-18 Jakub Jelinek + + PR c++/77285 + * mangle.c (mangle_tls_init_fn, mangle_tls_wrapper_fn): Call + check_abi_tags. + +2016-11-18 Jason Merrill + + PR c++/67631 - list-init and explicit conversions + * semantics.c (finish_compound_literal): Call digest_init_flags. + * typeck2.c (digest_init_flags): Add complain parm. + (store_init_value): Pass it. + +2016-11-18 Richard Sandiford + Alan Hayward + David Sherwood + + * class.c (finish_struct_bits): Use SET_DECL_MODE. + (build_base_field_1, layout_class_type, finish_struct_1): Likewise. + * decl.c (make_label_decl): Likewise. + * pt.c (tsubst_decl): Likewise. + +2016-11-17 Jason Merrill + + PR c++/78193 - inherited ctor regressions on sparc32. + * call.c (build_over_call): Don't set CALL_FROM_THUNK_P here. + (build_call_a): Set it here, and don't insert EMPTY_CLASS_EXPR. + (convert_like_real) [ck_rvalue]: Also pass non-addressable + types along directly. + +2016-11-17 Paolo Carlini + + PR c++/55080 + * parser.c (cp_parser_non_integral_constant_expression): Issue a + pedwarn instead of an error for case NIC_FLOAT. + +2016-11-17 Jason Merrill + + PR c++/78124 - list-initialization and inherited ctor + * name-lookup.c (do_class_using_decl): Set CLASSTYPE_NON_AGGREGATE. + + PR c++/78369 - {} as default argument + * call.c (build_special_member_call): Handle CONSTRUCTOR. + + PR c++/68377 + * parser.c (cp_parser_fold_expression): Check TREE_NO_WARNING. + +2016-11-16 Jason Merrill + + PR c++/78373 + * decl.c (cp_finish_decl): Don't set TREE_CONSTANT on a reference. + * typeck2.c (store_init_value): Likewise. + + * decl.c (store_decomp_type, lookup_decomp_type): New. + (cp_finish_decomp): Call store_decomp_type. + * semantics.c (finish_decltype_type): Call lookup_decomp_type. + * cp-tree.h: Declare lookup_decomp_type. + +2016-11-15 Jakub Jelinek + + * decl.c (cp_finish_decomp): For DECL_NAMESPACE_SCOPE_P decl, + set DECL_ASSEMBLER_NAME. + * parser.c (cp_parser_decomposition_declaration): Likewise + if returning error_mark_node. + * mangle.c (mangle_decomp): New function. + * cp-tree.h (mangle_decomp): New declaration. + +2016-11-15 Jason Merrill + + PR c++/78358 + * semantics.c (finish_decltype_type): Strip references for a tuple + decomposition. + * cp-tree.h (DECL_DECOMPOSITION_P): False for non-variables. + + * decl2.c (decl_maybe_constant_var_p): References qualify. + * constexpr.c (non_const_var_error): Handle references. + * init.c (constant_value_1): Always check decl_constant_var_p. + * cp-gimplify.c (cp_fold_maybe_rvalue): Don't fold references. + * error.c (dump_decl_name): Split out from dump_decl. + +2016-11-14 Jason Merrill + + * tree.c (bitfield_p): New. + * cp-tree.h: Declare it. + * typeck.c (cxx_sizeof_expr, cxx_alignof_expr) + (cp_build_addr_expr_1): Use it instead of DECL_C_BIT_FIELD. + * decl.c (cp_finish_decomp): Look through reference. Always + SET_DECL_DECOMPOSITION_P. + * semantics.c (finish_decltype_type): Adjust decomposition handling. + +2016-11-13 Jakub Jelinek + Jason Merrill + + Implement P0217R3 - C++17 structured bindings + * cp-tree.h (struct lang_decl_base): Add decomposition_p. + (DECL_DECOMPOSITION_P): New + (enum auto_deduction_context): Add adc_decomp_type. + (enum cp_declarator_kind): Add cdk_decomp. + * constexpr.c (cxx_eval_constant_expression): Look through + DECL_VALUE_EXPR. + (potential_constant_expression_1): Likewise. + * decl.c (reshape_init): Preserve CONSTRUCTOR_IS_DIRECT_INIT. + (check_initializer): Use build_aggr_init for DECL_DECOMPOSITION_P. + (cp_finish_decl): Pass adc_decomp_type for decomposition. + (find_decomp_class_base, get_tuple_size, get_tuple_element_type) + (get_tuple_decomp_init, cp_finish_decomp): New. + (grokdeclarator): Handle decomposition. + * init.c (build_aggr_init): Handle decomposition array. + (build_vec_init): Handle initialization from { array }. + * name-lookup.c (add_function): Always wrap TEMPLATE_DECL in + OVERLOAD. + * parser.c (declarator_can_be_parameter_pack): Handle cdk_decomp. + (function_declarator_p, strip_declarator_types) + (cp_parser_check_declarator_template_parameters): Likewise. + (cp_parser_range_for, cp_convert_range_for): Handle decomposition. + (cp_parser_simple_declaration): Parse decomposition. + (cp_parser_decomposition_declaration): New. + * pt.c (tsubst_decomp_names): New. + (subst_expr) [DECL_EXPR, RANGE_FOR_STMT]: Handle decomposition. + (do_auto_deduction): Handle adc_decomp_type. + * semantics.c (finish_decltype_type): Look through DECL_VALUE_EXPR. + * typeck.c (is_bitfield_expr_with_lowered_type): Likewise. + * tree.c (lvalue_kind): Likewise. + (cp_build_reference_type): Handle reference collapsing. + +2016-11-13 Jason Merrill + + * call.c (build_new_method_call_1): Include template arguments in + error message. + (print_error_for_call_failure): Likewise. + (build_new_function_call): Pass them in. + * name-lookup.c (supplement_binding_1): Don't complain about a + conflict with an erroneous declaration. + * error.c (dump_decl): Fix printing of alias declaration. + * decl.c (make_typename_type): Call cxx_incomplete_type_error. + * parser.c (cp_parser_diagnose_invalid_type_name): Likewise. + * semantics.c (perform_koenig_lookup): Don't wrap an error in + TEMPLATE_ID_EXPR. + +2016-11-13 Prathamesh Kulkarni + + PR c/35503 + * parser.c (cp_parser_postfix_pexpression): Call warn_for_restrict. + +2016-11-12 Jason Merrill + + CWG 2233 + * typeck.c (convert_arguments): Handle default arg followed by none. + + * constexpr.c (potential_constant_expression_1): REALPART_EXPR and + IMAGPART_EXPR can be lvalues. + + DR 374 + PR c++/56480 + * pt.c (check_specialization_namespace): Allow any enclosing + namespace. + (check_unqualified_spec_or_inst): New. + (check_explicit_specialization): Call it. + * parser.c (cp_parser_elaborated_type_specifier) + (cp_parser_class_head): Call it. + +2016-11-10 Jason Merrill + + PR c++/77337 + * pt.c (tsubst_friend_function): Don't set DECL_INITIAL. + (instantiate_decl): It's OK to defer a constexpr function. + * cp-tree.h (DECL_FRIEND_PSEUDO_TEMPLATE_INSTANTIATION): Check + DECL_LANG_SPECIFIC. + * decl2.c (decl_defined_p): Use it. No longer static. + * decl.c (redeclaration_error_message): Use decl_defined_p. + * constexpr.c (cxx_eval_call_expression): Set input_location around + call to instantiate_decl. + +2016-11-10 Jakub Jelinek + + * mangle.c (mangle_decl): Only emit -Wc++1z-compat warnings for + public or external symbols. + +2016-11-09 Jakub Jelinek + + PR c++/78283 + * mangle.c (start_mangling): Reset G.need_cxx1z_warning. + +2016-11-09 Jason Merrill + + * parser.c (cp_parser_simple_type_specifier): Allow placeholder + for template template parameter. + (cp_parser_type_id_1): Improve diagnostic. + * decl.c (grokdeclarator): Handle class deduction diagnostics here. + * pt.c (splice_late_return_type): Not here. + (tsubst) [TEMPLATE_TYPE_PARM]: Substitute into placeholder template. + (do_class_deduction): Handle non-class templates. + + Implement P0127R2, Declaring non-type parameters with auto. + * cp-tree.h (enum auto_deduction_context): Add adc_unify. + * decl.c (grokdeclarator): Allow 'auto' in C++17 template non-type + parameter types. + * pt.c (do_auto_deduction): Add outer_targs parameter. + (convert_template_argument): Call do_auto_deduction. If adc_unify, + don't give up on dependent init. + (unify): Likewise. In C++17, walk into the type of a + TEMPLATE_PARM_INDEX. + (for_each_template_parm): Add any_fn parameter. + (struct pair_fn_data): Likewise. + (for_each_template_parm_r): Call it for any tree. In C++17, walk + into the type of a TEMPLATE_PARM_INDEX. + (zero_r, array_deduction_r, try_array_deduction): New. + (type_unification_real): Call try_array_deduction. + (get_partial_spec_bindings): Likewise. + +2016-11-07 Jason Merrill + + Implement P0012R1, Make exception specifications part of the type + system. + * cp-tree.h (enum tsubst_flags): Add tf_fndecl_type. + (flag_noexcept_type, ce_type): New. + * call.c (build_conv): Add ck_fnptr. + (enum conversion_kind): Change ck_tsafe to ck_fnptr. + (convert_like_real): Likewise. + (standard_conversion): Likewise. Allow function pointer + conversions for pointers to member functions. + (reference_compatible_p): Allow function pointer conversions. + (direct_reference_binding): Likewise. + (reference_binding): Reference-compatible is no longer a subset of + reference-related. + (is_subseq): Also strip ck_lvalue after next_conversion. + * class.c (instantiate_type): Check fnptr_conv_p. + (resolve_address_of_overloaded_function): Likewise. + * cvt.c (can_convert_tx_safety): Now static. + (noexcept_conv_p, fnptr_conv_p, strip_fnptr_conv): New. + * decl.c (flag_noexcept_type): Define. + (cxx_init_decl_processing): Set it. + (bad_specifiers): Check it. + (grokdeclarator) [cdk_function]: Add exception-spec to type here. + * lambda.c (maybe_add_lambda_conv_op): Add exception-spec to + returned pointer. + * mangle.c (struct globals): Add need_cxx1z_warning. + (mangle_decl): Check it. + (write_exception_spec): New. + (write_function_type): Call it. + (canonicalize_for_substitution): Handle exception spec. + (write_type): Likewise. + (write_encoding): Set processing_template_decl across mangling of + partially-instantiated type. + * pt.c (determine_specialization): Pass tf_fndecl_type. + (tsubst_decl, fn_type_unification): Likewise. + (tsubst): Strip tf_fndecl_type, pass it to + tsubst_exception_specification. + (convert_nontype_argument_function): Handle function pointer + conversion. + (convert_nontype_argument): Likewise. + (unify, for_each_template_parm_r): Walk into noexcept-specifier. + * rtti.c (ptr_initializer): Encode noexcept. + * tree.c (canonical_eh_spec): New. + (build_exception_variant): Use it. + * typeck.c (composite_pointer_type): Handle fnptr conversion. + (comp_except_specs): Compare canonical EH specs. + (structural_comptypes): Call it. + + * call.c (standard_conversion): Reorganize pointer conversions. + * pt.c (convert_nontype_argument_function): Convert to ref here. + (convert_nontype_argument): Not here. + (convert_template_argument): Add original type to error message. + (RECUR_AND_CHECK_FAILURE): Remove trailing semicolon. + (unify): Compare function-qualifiers. + * typeck.c (same_type_ignoring_top_level_qualifiers_p): Use + cp_build_qualified_type rather than TYPE_MAIN_VARIANT. + + * pt.c (push_tinst_level_loc): Add template instantiations to the + announce_function stream. + +2016-11-04 Paolo Carlini + + PR c++/67980 + * pt.c (tsubst_expr, case IF_STMT): Use fold_non_dependent_expr + to suppress unwanted warnings. + +2016-11-03 Jason Merrill + + PR c++/78198 + * call.c (convert_default_arg): Look through inheriting ctors. + +2016-11-03 Jakub Jelinek + Alexandre Oliva + Jason Merrill + + PR debug/28767 + PR debug/56974 + * tree.c (cp_check_qualified_type): Use check_base_type and + TYPE_QUALS comparison instead of check_qualified_type. + (cxx_type_hash_eq): Return false if type_memfn_rqual don't match. + * cp-objcp-common.c (cp_get_debug_type): New function. + (cp_decl_dwarf_attribute): Don't handle types here. + (cp_type_dwarf_attribute): New function. + * cp-objcp-common.h (cp_get_debug_type, cp_type_dwarf_attribute): + Declare. + (LANG_HOOKS_GET_DEBUG_TYPE, LANG_HOOKS_TYPE_DWARF_ATTRIBUTE): + Define. + +2016-11-03 Jason Merrill + + * tree.c (cp_check_qualified_type): Call check_base_type instead + of check_qualified_type. + (cxx_type_hash_eq): Check ref-qualifiers. + * typeck.c (apply_memfn_quals): No need to mess with TYPE_CANONICAL. + +2016-11-01 Jason Merrill + + Implement P0136R1, Rewording inheriting constructors. + * call.c (enum rejection_reason_code): Add rr_inherited_ctor. + (inherited_ctor_rejection): New. + (add_function_candidate): Reject inherited ctors for copying. + (enforce_access): Use strip_inheriting_ctors. + (print_z_candidate): Likewise. Handle rr_inherited_ctor. + (convert_like_real): Avoid copying inheriting ctor parameters. + (build_over_call): Likewise. A base ctor inheriting from vbase + has no parms. Sorry about varargs. + (joust): A local constructor beats inherited with the same convs. + * class.c (add_method): Handle hiding inheriting ctors. + (one_inherited_ctor): Handle new semantics. + (add_implicitly_declared_members): Pass using_decl down. + (build_clone): A base ctor inheriting from vbase has no parms. + * cp-tree.h (DECL_INHERITED_CTOR): Store this instead of the base. + (SET_DECL_INHERITED_CTOR): Likewise. + (DECL_INHERITED_CTOR_BASE): Adjust. + * constexpr.c: Adjust. + * error.c (dump_function_decl): Decorate inheriting ctors. + * init.c (emit_mem_initializers): Suppress access control in + inheriting ctor. + * mangle.c (write_special_name_constructor): Handle new inheriting + ctor mangling. + * method.c (strip_inheriting_ctors, inherited_ctor_binfo) + (ctor_omit_inherited_parms, binfo_inherited_from): New. + (synthesized_method_walk): Use binfo_inherited_from. Suppress + access control in inheriting ctor. + (deduce_inheriting_ctor): Deleted if ambiguous ctor inheritance. + (maybe_explain_implicit_delete): Explain ambigous ctor inheritance. + (add_one_base_init, do_build_copy_constructor): Adjust. + (locate_fn_flags, explain_implicit_non_constexpr): Adjust. + (implicitly_declare_fn): Adjust. + (get_inherited_ctor): Remove. + * name-lookup.c (do_class_using_decl): Check for indirect ctor + inheritance. + * optimize.c (cdtor_comdat_group): Adjust for new mangling. + (maybe_clone_body): Handle omitted parms in base clone. + (maybe_thunk_body): Don't thunk if base clone omits parms. + * pt.c (tsubst_decl): Adjust. + (instantiate_template_1): Suppress access control in inheriting + ctor. + (fn_type_unification): Do deduction with inherited ctor. + * tree.c (special_function_p): Adjust. + +2016-11-01 Jakub Jelinek + + * cp-objcp-common.c (cp_decl_dwarf_attribute): Handle DW_AT_inline. + +2016-11-01 Jason Merrill + + * class.c (declared_access): Split out from handle_using_decl. + +2016-10-31 Jakub Jelinek + + PR c++/78089 + * parser.c (cp_parser_postfix_expression): Replace return statement in + the first switch with setting postfix_expression to the return + expression and break;. + + PR c++/77886 + * pt.c (tsubst_expr) Copy over + FALLTHROUGH_LABEL_P flag to the new LABEL_DECL. + (tsubst_expr) : Likewise. + +2016-09-11 Le-Chun Wu + Mark Wielaard + + * name-lookup.c (pushdecl_maybe_friend): When emitting a + shadowing warning, use the code corresponding to the + given -Wshadow= variant. + +2016-10-26 Jason Merrill + + * class.c (add_method): Allow using-declarations to coexist. + +2016-10-25 Jason Merrill + + * constexpr.c (maybe_constant_init): Pull out TARGET_EXPR_INITIAL. + (cxx_eval_outermost_constant_expr): Don't return a CONSTRUCTOR + with CONSTRUCTOR_NO_IMPLICIT_ZERO. + (cxx_eval_call_expression): Clear CONSTRUCTOR_NO_IMPLICIT_ZERO. + +2016-10-25 Jakub Jelinek + + * parser.c (cp_parser_postfix_expression): Adding missing break;. + + * cp-tree.h (finish_builtin_launder): Declare. + * parser.c (cp_parser_postfix_expression): Handle RID_BUILTIN_LAUNDER. + * semantics.c (finish_builtin_launder): New function. + * pt.c (tsubst_copy_and_build): Handle instantiation of IFN_LAUNDER. + * constexpr.c (cxx_eval_internal_function): Handle IFN_LAUNDER. + (potential_constant_expression_1): Likewise. + +2016-10-24 Jakub Jelinek + + * cp-objcp-common.c (cp_decl_dwarf_attribute): Handle DW_AT_reference + and DW_AT_rvalue_reference. + + * cxx-pretty-print.c (pp_cxx_check_constraint): Use VAR_P (x) + instead of TREE_CODE (x) == VAR_DECL. + * constraint.cc (get_concept_definition): Likewise. + (finish_shorthand_constraint): Likewise. + * init.c (warn_placement_new_too_small): Likewise. + * cp-gimplify.c (cp_genericize_r): Likewise. + +2016-10-21 Jason Merrill + + PR c++/77656 + * pt.c (convert_template_argument): Call convert_nontype_argument + on value-dependent but not type-dependent arguments. + (convert_nontype_argument): Handle value-dependent arguments. + (canonicalize_expr_argument): New. + (deducible_expression, unify): Skip CONVERT_EXPR. + * error.c (dump_template_argument): Likewise. + * mangle.c (write_expression): Likewise. + + * ptree.c (cxx_print_xnode) [TEMPLATE_PARM_INDEX]: Dump the decl. + +2016-10-21 Jakub Jelinek + + * cp-objcp-common.c (cp_decl_dwarf_attribute): Handle + DW_AT_const_expr. + +2016-10-17 Jakub Jelinek + + * cp-objcp-common.h (cp_function_decl_explicit_p, + cp_function_decl_deleted_p, cp_function_decl_defaulted): Remove. + (cp_decl_dwarf_attribute): Declare. + (LANG_HOOKS_FUNCTION_DECL_EXPLICIT_P, + LANG_HOOKS_FUNCTION_DECL_DELETED_P, + LANG_HOOKS_FUNCTION_DECL_DEFAULTED): Remove. + (LANG_HOOKS_DECL_DWARF_ATTRIBUTE): Redefine. + * cp-objcp-common.c (cp_function_decl_explicit_p, + cp_function_decl_deleted_p, cp_function_decl_defaulted): Remove. + (cp_decl_dwarf_attribute): New function. + +2016-10-15 Jason Merrill + + PR c++/77945 + * constexpr.c (maybe_simplify_trivial_copy): New. + (cxx_eval_store_expression): Call it. + * call.c (build_over_call): Use unsigned char for trivial copy. + +2016-10-14 Jason Merrill + + Implement P0017R1, C++17 aggregates with bases. + * class.c (build_base_field_1): Split out from... + (build_base_field): ...here. In C++17 mode, build a field for + empty bases. + * decl.c (xref_basetypes): In C++17 aggregates can have bases. + (next_initializable_field): Allow base fields in C++17. + * typeck2.c (process_init_constructor_record): Likewise. + +2016-10-14 Jakub Jelinek + + DR 1511 - const volatile variables and ODR + * decl.c (grokvardecl): Change flags argument to type_quals, + add conceptp argument. Set TREE_PUBLIC for non-static volatile vars. + (grokdeclarator): Adjust grokvardecl caller. + +2016-10-13 Martin Sebor + + PR c++/71912 + * class.c (struct flexmems_t): Add members. + (find_flexarrays): Add arguments. Correct handling of anonymous + structs. + (diagnose_flexarrays): Adjust to issue warnings in addition to errors. + (check_flexarrays): Add argument. + (diagnose_invalid_flexarray): New functions. + +2016-10-13 Jakub Jelinek + Jason Merrill + + Implement P0386R2 - C++17 inline variables + * cp-tree.h (struct lang_type): Shrink language field to 1 bit + from 4. Add var_declared_inline_p field. Mention 2 spare bits. + (DECL_VAR_DECLARED_INLINE_P): Define. + (SET_DECL_VAR_DECLARED_INLINE_P): Define. + (DECL_INLINE_VAR_P): Define. + (diagnose_inline_vars_for_namespace): Declare. + * decl.c (diagnose_inline_vars_for_namespace): New function. + (duplicate_decls): For static data members copy + DECL_DECLARED_CONSTEXPR_P. + (redeclaration_error_message): Handle C++17 redundant redeclaration + of constexpr static data member outside of class. + (maybe_commonize_var): Handle inline variables. + (check_initializer): Ignore inline variables for diagnostics. + Adjust diagnostic wording for C++17. + (make_rtl_for_nonlocal_decl): Allow in-class definition of + inline static data members. + (bad_specifiers): Don't diagnose inline on variables here. + (grokvardecl): Add inlinep argument, non-static const inline variables + are TREE_PUBLIC. + (check_static_variable_definition): Return early also for inline + variables. + (mark_inline_variable): New. + (grokdeclarator): Handle inline variables and inline static data + members. + * typeck2.c (store_init_value): Don't diagnose non-constant + initializers for non-constexpr inline static data members. + * decl2.c (vague_linkage_p): Return true for inline variables. + (c_parse_final_cleanups): In-class declaration of inline static + data members is a definition. Call diagnose_inline_vars_for_namespace + through walk_namespaces. + * pt.c (instantiate_decl): Set pattern_defined for in-class definitions + of inline static data members. + +2016-10-13 Jason Merrill + + * decl.c (mark_inline_variable): New. + +>>>>>>> .r241142 +2016-10-13 Thomas Preud'homme + + * decl2.c: Include memmodel.h. + * rtti.c: Likewise. + +2016-10-11 Jason Merrill + + PR c++/77742 + * init.c (build_new_1): Don't -Waligned-new about placement new. + (malloc_alignment): New. Consider MALLOC_ABI_ALIGNMENT. + * decl.c (cxx_init_decl_processing): New. + +2016-10-10 Jason Merrill + + PR c++/77890 + PR c++/77912 + * pt.c (do_class_deduction): Set cp_unevaluated_operand. + (tsubst) [TEMPLATE_TYPE_PARM]: Copy CLASS_PLACEHOLDER_TEMPLATE. + +2016-10-08 Jason Merrill + + * cp-gimplify.c (cp_fold): Add variable name. + + * cp-gimplify.c (cp_fold): Distribute cp_truthvalue_conversion + into COND_EXPR. + +2016-10-07 Jason Merrill + + Further P0135 refinement. + * call.c (build_user_type_conversion_1): Consider conversions from + a single element in an initializer-list. + (build_temp): Undo early_elide_copy change. + (build_over_call): Check that we don't try to copy a TARGET_EXPR + in C++17 mode. Set user_conv_p here. + (convert_like_real): Not here. + (check_self_delegation): Split out from... + (build_special_member_call): ...here. Handle C++17 copy elision. + * cvt.c (early_elide_copy): Remove. + (ocp_convert): Undo early_elide_copy change. + * except.c (build_throw): Likewise. + * init.c (expand_default_init): Likewise. + * typeck.c (cp_build_modify_expr): Likewise. + +2016-10-07 Nathan Sidwell + + PR c++/64433 + DR1658, DR1611 + * init.c (emit_mem_initializers): Don't construct vbases of + abstract classes. + (push_base_cleanups): Don't push vbase cleanups for abstract class + when in C++14 mode. + * method.c (synthethesized_method_walk): Don't walk vbases of + abstract classes when in C++14 mode. + +2016-10-07 Jakub Jelinek + + Implement LWG2296 helper intrinsic + * parser.c (cp_parser_postfix_expression): Handle RID_ADDRESSOF. + * cp-objcp-common.c (cp_common_init_ts): Handle ADDRESSOF_EXPR. + * constexpr.c (potential_constant_expression_1): Likewise. + * error.c (dump_expr): Likewise. + * typeck.c (cp_build_addressof): New function. + * cp-tree.h (cp_build_addressof): Declare. + * cxx-pretty-print.h (pp_cxx_addressof_expression): Declare. + * cp-tree.def (ADDRESSOF_EXPR): New tree code. + * cxx-pretty-print.c (cxx_pretty_printer::primary_expression): Handle + ADDRESSOF_EXPR. Add __builtin_addressof and + __has_unique_object_representations into syntax in function comment. + (pp_cxx_addressof_expression): New function. + * pt.c (tsubst_copy_and_build): Handle ADDRESSOF_EXPR. + +2016-10-07 Bernd Edlinger + + PR c++/77700 + * parser.c (cp_parser_base_specifier): Fix a warning. + +2016-10-07 Bernd Schmidt + + PR c++/69733 + * decl.c (grokdeclarator): Try to find the correct location for an + ignored qualifier. + +2016-10-07 Martin Liska + + * lambda.c (maybe_add_lambda_conv_op): Set default value. + +2016-10-06 Jason Merrill + + * call.c (build_temp, convert_like_real): Don't re-copy + TARGET_EXPR. Handle packed fields. + (build_x_va_arg): Wrap it in a TARGET_EXPR. + (build_over_call): Add sanity check. + * cvt.c (early_elide_copy): New. + (ocp_convert): Use it. + * except.c (build_throw): Use it. + * init.c (get_nsdmi): Put back the TARGET_EXPR. + (expand_default_init): Call early_elide_copy. + * typeck.c (cp_build_modify_expr): Call early_elide_copy. + +2016-10-06 Jakub Jelinek + + Implement P0258R2 - helper for C++17 + std::has_unique_object_representations trait + * cp-tree.h (enum cp_trait_kind): Add + CPTK_HAS_UNIQUE_OBJ_REPRESENTATIONS. + (struct lang_type_class): Add unique_obj_representations + and unique_obj_representations_set bitfields. + (CLASSTYPE_UNIQUE_OBJ_REPRESENTATIONS, + CLASSTYPE_UNIQUE_OBJ_REPRESENTATIONS_SET): Define. + (type_has_unique_obj_representations): Declare. + * parser.c (cp_parser_primary_expression): Handle + RID_HAS_UNIQUE_OBJ_REPRESENTATIONS. + (cp_parser_trait_expr): Likewise. Formatting fix. + * semantics.c (trait_expr_value, finish_trait_expr): Handle + CPTK_HAS_UNIQUE_OBJ_REPRESENTATIONS. + * tree.c (type_has_unique_obj_representations): New function. + (record_has_unique_obj_representations): New function. + * cxx-pretty-print.c (pp_cxx_trait_expression): Handle + CPTK_HAS_UNIQUE_OBJ_REPRESENTATIONS. + +2016-10-05 Jason Merrill + + Implement P0135R1, Guaranteed copy elision. + * cvt.c (ocp_convert): Don't re-copy a TARGET_EXPR in C++17. + + PR c++/54293 + * call.c (reference_binding): Fix binding to member of temporary. + + * call.c (extend_ref_init_temps): Fix TARGET_EXPR handling. + + * parser.c (cp_parser_skip_to_end_of_statement): Add missing break. + + * semantics.c (finish_compound_literal): Handle class placeholder. + +2016-10-05 Marek Polacek + + Implement P0305R1, Selection statements with initializer. + * cp-array-notation.c (create_an_loop): Call finish_init_stmt + instead of finish_for_init_stmt. + * cp-tree.h (finish_for_init_stmt): Rename to finish_init_stmt. + * decl.c (poplevel): Adjust a comment. + * init.c (build_vec_init): Call finish_init_stmt instead of + finish_for_init_stmt. + * name-lookup.c (pushdecl_maybe_friend_1): Adjust a comment. + * name-lookup.h (enum scope_kind): Likewise. + * parser.c (cp_parser_statement): Update commentary. + (cp_parser_init_statement_p): New function. + (cp_parser_selection_statement): Parse the optional init-statement. + (cp_parser_for): Call finish_init_stmt instead of finish_for_init_stmt. + (cp_parser_c_for): Likewise. + (cp_convert_range_for): Call finish_init_stmt instead of finish_for_init_stmt. + (cp_parser_range_for_member_function): Update commentary. + (cp_parser_iteration_statement): + (cp_parser_for_init_statement): Rename to cp_parser_init_statement. + * pt.c (tsubst_omp_for_iterator): Update commentary. + (tsubst_expr): Call finish_init_stmt instead of finish_for_init_stmt. + * semantics.c (finish_for_init_stmt): Rename to finish_init_stmt. + Update commentary. + +2016-10-04 Jason Merrill + + PR c++/77852 + * pt.c (do_class_deduction): Handle list-initialization. + (do_auto_deduction): Call it sooner. + (build_deduction_guide): Use tsubst_arg_types. + (rewrite_template_parm): Don't copy_type. + + PR c++/77775 + * constexpr.c (cxx_eval_component_reference): Use name matching + for PMFs. + + Implement P0091R2, Template argument deduction for class templates. + * parser.c (cp_parser_simple_type_specifier): Parse class placeholder. + Use the location of the beginning of the type-specifier. + (cp_parser_init_declarator): Parse deduction guide. + (cp_parser_diagnose_invalid_type_name): Mention class deduction. + (cp_parser_type_id_1): Don't accept class placeholder as template arg. + * cp-tree.h (CLASS_PLACEHOLDER_TEMPLATE): New. + * decl.c (grokdeclarator): Check for uninitialized auto here. + (start_decl_1): Not here. + (cp_finish_decl): Or here. Don't collapse a list when doing + class deduction. + (grokfndecl): Check deduction guide scope and body. + * error.c (dump_decl, dump_function_decl, dump_function_name): + Handle deduction guides. + * pt.c (make_template_placeholder, do_class_deduction): New. + (build_deduction_guide, rewrite_template_parm): New. + (dguide_name, dguide_name_p, deduction_guide_p): New. + (do_auto_deduction): Call do_class_deduction. + (splice_late_return_type, is_auto): Handle class placeholders. + (template_parms_level_to_args): Split from template_parms_to_args. + (tsubst_template_parms_level): Split from tsubst_template_parms. + * typeck2.c (build_functional_cast): Handle class placeholder. + +2016-10-04 Martin Sebor + + PR c++/77804 + * init.c (warn_placement_new_too_small): Avoid assuming an array type + has a constant size. + +2016-10-04 Jakub Jelinek + + PR c++/77791 + * parser.c (cp_parser_lambda_declarator_opt): Only pedwarn + for C++11 on decls in the param_list. Test cxx_dialect < cxx14 before + the loop just once. + + * cp-tree.h (enum cp_tree_index): Remove CPTI_JAVA_*, + CPTI_LANG_NAME_JAVA and CPTI_JCLASS. + (java_byte_type_node, java_short_type_node, java_int_type_node, + java_long_type_node, java_float_type_node, java_double_type_node, + java_char_type_node, java_boolean_type_node, lang_name_java, + jclass_node): Remove. + (enum languages): Remove lang_java. + (TYPE_FOR_JAVA): Remove. + (struct lang_type_class): Remove java_interface bit-field. + (TYPE_JAVA_INTERFACE): Remove. + (pragma_java_exceptions): Remove. + (check_java_method, build_java_class_ref): Remove prototypes. + * name-lookup.c (pushtag_1): Don't set TYPE_FOR_JAVA. + * decl2.c (acceptable_java_type, check_java_method): Remove. + (import_export_decl): Remove TYPE_FOR_JAVA handling. + (build_java_method_aliases): Remove. + (c_parse_final_cleanups): Don't call build_java_method_aliases. + (possibly_inlined_p): Don't test pragma_java_exceptions. + * init.c (build_new_1): Remove TYPE_FOR_JAVA handling. + (build_java_class_ref): Remove. + * pt.c (maybe_new_partial_specialization, lookup_template_class_1, + instantiate_class_template_1): Don't copy TYPE_FOR_JAVA. + * except.c (eh_type_info): Remove java type handling. + (decl_is_java_type, choose_personality_routine): Remove. + (initialize_handler_parm): Don't call choose_personality_routine. + (expand_start_catch_block): Don't handle java types. + (build_throw): Likewise. + * cp-lang.c (cp_eh_personality): Don't handle pragma_java_exceptions. + * typeck.c (structural_comptypes): Don't compare TYPE_FOR_JAVA. + * call.c (build_over_call): Don't handle TYPE_JAVA_INTERFACE. + (java_iface_lookup_fn): Remove. + (build_java_interface_fn_ref): Remove. + * tree.c (cxx_attribute_table): Remove java_interface. + (handle_java_interface_attribute): Remove. + * lex.c (pragma_java_exceptions): Remove. + (init_cp_pragma): Don't register GCC java_exceptions pragma. + (handle_pragma_java_exceptions): Remove. + (retrofit_lang_decl): Don't handle lang_name_java. + * method.c (implicitly_declare_fn): Don't handle TYPE_FOR_JAVA. + * error.c (language_to_string): Don't handle lang_java. + * decl.c (record_builtin_java_type): Remove. + (initialize_predefined_identifiers): Remove Java. + (cxx_init_decl_processing): Remove java_*_type_node. + (cp_finish_decl): Don't handle TYPE_FOR_JAVA. + (grokfndecl): Likewise. + (check_special_function_return_type): Likewise. + (grokdeclarator): Don't set TYPE_FOR_JAVA. + (grokparms): Don't handle TYPE_FOR_JAVA. + (xref_basetypes): Likewise. + (check_function_type): Likewise. + (finish_constructor_body): Likewise. + * mangle.c (write_builtin_type): Don't handle TYPE_FOR_JAVA + and java_*_type_node. + (write_bare_function_type): Don't handle TYPE_FOR_JAVA. + (write_java_integer_type_codes): Remove. + * class.c (add_method): Don't handle TYPE_FOR_JAVA. + (add_implicitly_declared_members, determine_key_method, + finish_struct_1): Likewise. + (push_lang_context): Don't handle lang_name_java. + +2016-10-03 Marek Polacek + + Core 903 + * typeck.c (cp_build_binary_op): Pass original operands to + null_ptr_cst_p, not those after the default conversions. + +2016-10-03 Bernd Edlinger + + * parser.c (cp_parser_condition): Fix a warning. + +2016-09-29 Jakub Jelinek + + Implement P0001R1 - C++17 removal of register storage class specifier + * decl.c (cp_finish_decl): Diagnose register storage class + on vars except when used in GNU global or local register variable + extension. + (grokdeclarator): Diagnose register storage class on parameters. + * except.c (expand_start_catch_block): Set DECL_REGISTER only + after cp_finish_decl call. + +2016-09-29 Marek Polacek + + * rtti.c (involves_incomplete_p): Add fall through comment. + +2016-09-28 Jakub Jelinek + + PR c++/77467 + * constexpr.c (enum constexpr_switch_state): New. + (struct constexpr_ctx): Add css_state field. + (label_matches): Add CTX and STMT arguments, remove I and + DEFAULT_LABEL. For CASE_LABEL_EXPR assert ctx->css_state != NULL, + handle default labels according to css_state. + (cxx_eval_statement_list): Remove statement skipping, label_matches + and default_label handling code. + (cxx_eval_loop_expr): Exit after first iteration even if + switches (jump_target). + (cxx_eval_switch_expr): Set up css_state field in ctx, if default + label has been seen in the body, but no cases matched, evaluate + the body second time. + (cxx_eval_constant_expression): Handle stmt skipping and label_matches + here. Handle PREDICT_EXPR. For MODIFY_EXPR or INIT_EXPR, assert + statement is not skipped. For COND_EXPR during skipping, don't + evaluate condition, just the then block and if still skipping at the + end also the else block. + (cxx_eval_outermost_constant_expr): Adjust constexpr_ctx initializer. + (is_sub_constant_expr): Likewise. + +2016-09-27 Jakub Jelinek + + Implement P0018R3, C++17 lambda capture of *this by value as [=,*this] + * parser.c (cp_parser_lambda_introducer): Formatting fix. Pass + true instead of false as by_reference_p to add_capture for 'this'. + Parse '*this' simple-capture. + * lambda.c (build_capture_proxy): Handle '*this' capture by value. + (add_capture): Adjust function comment. For id == this_identifier, + treat by_reference_p as capturing '*this' by reference, i.e. 'this' + by value, and !by_reference_p as capturing '*this' by value. + (add_default_capture): For implicit 'this' capture, always pass + by_reference_p true rather than false. + + PR c++/77722 + * cp-gimplify.c (cp_ubsan_maybe_instrument_return): Instrument also + functions that have just a STATEMENT_LIST instead of BIND_EXPR, or + BIND_EXPR with some statement rather than STATEMENT_LIST as body. + +2016-09-26 Nathan Sidwell + + * init.c (expand_default_init): Fix } indentation. + * method.c (process_subob_fn): Simplify control structure to + remove gotos. + (implicitly_declare_fn): Remove duplicated lambda ctor check. + +2016-09-26 Marek Polacek + + PR c/7652 + * parser.c (cp_parser_storage_class_specifier_opt): Add + gcc_fallthrough. + (cp_parser_skip_to_end_of_template_parameter_list): Likewise. + (cp_parser_cache_defarg): Likewise. + (cp_parser_omp_for_cond): Likewise. + * semantics.c (finish_decltype_type): Likewise. + * typeck.c (structural_comptypes): Likewise. + (cp_build_binary_op): Likewise. + (cp_build_modify_expr): Likewise. + +2016-09-26 Marek Polacek + + PR c/7652 + * constexpr.c (cxx_eval_internal_function): Handle IFN_FALLTHROUGH. + (potential_constant_expression_1): Likewise. + * constraint.cc (function_concept_check_p): Check fn for null. + * parser.c (cp_parser_expression_statement): Handle attribute + fallthrough. + (cp_parser_statement): Likewise. + (cp_parser_label_for_labeled_statement): Set FALLTHROUGH_LABEL_P on + labels. + (cp_parser_std_attribute): Handle fallthrough attribute. + (cp_parser_check_std_attribute): Add %< %> quotes. + * pt.c (tsubst_copy_and_build): Handle internal functions. + (instantiation_dependent_scope_ref_p): Return if the expression is + null. + +2016-09-24 Marek Polacek + + PR c/77490 + * typeck.c (cp_build_unary_op): Warn about bit not on expressions that + have boolean value. + +2016-09-23 Jakub Jelinek + + Implement P0138R2, C++17 construction rules for enum class values + * cp-tree.h (is_direct_enum_init): Declare. + * decl.c (is_direct_enum_init): New function. + (reshape_init): Use it. + * typeck.c (convert_for_assignment): Likewise. + + * Make-lang.in (check-c++1z): Pass RUNTESTFLAGS down to + make check-g++. + + * constexpr.c (call_stack): Remove unnecessary + = vNULL initialization of file scope vec. + + * name-lookup.c (store_bindings, store_class_bindings): Don't + initialize static local bindings_need_stored to vNULL. + + * typeck2.c (process_init_constructor_record): Use + CONSTRUCTOR_NELTS (...) instead of + vec_safe_length (CONSTRUCTOR_ELTS (...)). + * decl.c (reshape_init_r): Likewise. + (check_initializer): Likewise. + +2016-09-22 Paolo Carlini + + PR c++/71979 + * class.c (build_base_path): Allow for lookup_base returning + NULL_TREE. + +2016-09-21 Jason Merrill + + Core 903 + * call.c (null_ptr_cst_p): Check char_type_p. + +2016-09-21 Jakub Jelinek + + PR c++/77651 + * init.c (build_new_1): Don't suggest to use -faligned-new if + aligned_new_threshold is non-zero. + (type_has_new_extended_alignment): Change aligned_new_threshhold + to aligned_new_threshold. + * call.c (second_parm_is_size_t, aligned_allocation_fn_p, + aligned_deallocation_fn_p, build_op_delete_call): Likewise. + * decl.c (cxx_init_decl_processing): Likewise. + +2016-09-20 Jakub Jelinek + + PR c++/77626 + * constexpr.c (cxx_fold_indirect_ref): Don't call byte_position on + FIELD_DECLs with error_mark_node type. Remove useless break; after + return. + + PR c++/77638 + * parser.c (cp_parser_template_declaration_after_parameter): For 2 + argument operator"" template set ok to false for + parm == error_mark_node. + + PR c++/77637 + * parser.c (cp_parser_std_attribute_list): Reject ... without + preceding attribute. + +2016-09-19 Bernd Edlinger + + PR c++/77434 + * cvt.c (cp_convert_and_check): Suppress Wint-in-bool-context here. + +2016-09-16 Patrick Palka + + PR c++/77639 + * parser.c (cp_parser_class_head): When + processing_template_parmlist, don't assume that the + class-head may start an explicit specialization. + +2016-09-16 Jakub Jelinek + + PR c++/77482 + * error.c (dump_simple_decl): Only check DECL_DECLARED_CONCEPT_P + if DECL_LANG_SPECIFIC is non-NULL. Fix up formatting. + + PR c++/77338 + * constexpr.c (cxx_eval_constant_expression) : Only + call is_really_empty_class on complete types. + + PR c++/77375 + * class.c (check_bases): Set CLASSTYPE_HAS_MUTABLE if any + TYPE_HAS_MUTABLE_P for any bases. + +2016-09-16 Jason Merrill + + * class.c (check_bases, set_one_vmethod_tm_attributes): Use + least_bit_hwi. + * decl.c (cxx_init_decl_processing): Use pow2p_hwi. + * parser.c (cp_parser_cilk_simd_vectorlength): Use pow2p_hwi. + +2016-09-14 Jakub Jelinek + + PR c++/77549 + * name-lookup.c (consider_binding_level): Look through TREE_LIST + and OVERLOAD. + +2016-09-14 Marek Polacek + + * typeck.c (cp_build_unary_op): Diagnose incrementing boolean + expressions. Tweak an error message. + +2016-09-14 Marek Polacek + + * cp-tree.h (cp_build_unary_op): Change nonconvert parameter type to + bool. + * decl2.c (one_static_initialization_or_destruction): Use true instead + of 1. + * init.c (build_vec_init): Use false instead of 0. + * pt.c (tsubst_copy_and_build): Likewise. + * semantics.c (simplify_loop_decl_cond): Likewise. + * typeck.c (rationalize_conditional_expr): Likewise. + (cp_build_binary_op): Use true instead of 1. + (cp_build_unary_op): Change nonconvert parameter type to bool. Use true + instead of 1. + (build_unary_op): Change nonconvert parameter type to bool. + (unary_complex_lvalue): Use false instead of 0. + +2016-09-13 Jakub Jelinek + + Implement P0028R4, C++17 using attribute namespaces without repetition + * parser.c (cp_parser_std_attribute): Add ATTR_NS argument. Diagnose + non-NULL ATTR_NS with scoped attribute token. Handle non-NULL + ATTR_NS with non-scoped attribute tokens. Allow named ops in + identifier after ::. + (cp_parser_std_attribute_list): Add ATTR_NS argument, pass it down + to cp_parser_std_attribute calls. + (cp_parser_std_attribute_spec): Parse optional C++17 + attribute-using-prefix, adjust grammar in function comment. + + PR c++/77553 + * constexpr.c (cxx_fold_pointer_plus_expression): New function. + (cxx_eval_binary_expression): Use it for POINTER_PLUS_EXPR. + (cxx_eval_pointer_plus_expression): Remove. + (cxx_eval_constant_expression) : Don't + call cxx_eval_pointer_plus_expression. + +2016-09-13 David Malcolm + + * parser.c (cp_parser_class_specifier_1): Update for renaming of + add_fixit_insert to add_fixit_insert_before. + (cp_parser_class_head): Likewise. + +2016-09-12 Bernd Edlinger + + PR c++/77496 + * call.c (build_conditional_expr_1): Call warn_for_omitted_condop. + * class.c (instantiate_type): Look through the SAVE_EXPR. + +2016-09-09 Jason Merrill + + Implement P0035R4, C++17 new of over-aligned types. + * cp-tree.h (enum cp_tree_index): Add CPTI_ALIGN_TYPE. + (align_type_node): New macro. + * call.c (build_operator_new_call): Handle C++17 aligned new. + (second_parm_is_size_t, build_op_delete_call): Likewise. + (non_placement_deallocation_fn_p): Likewise. Rename to + usual_deallocation_fn_p. + (aligned_allocation_fn_p, aligned_deallocation_fn_p): New. + * decl.c (cxx_init_decl_processing): Add aligned new support. + * init.c (type_has_new_extended_alignment): New. + (build_new_1): Handle aligned new. + * tree.c (vec_copy_and_insert): New. + +2016-09-02 Jakub Jelinek + + PR sanitizer/77396 + * decl2.c (do_static_initialization_or_destruction): Only + call asan_dynamic_init_call if INITP is true. + +2016-09-01 Martin Sebor + + * mangle.c: Increase buffer size to guarantee it fits the output + of the formatted function regardless of its arguments. + +2016-09-01 Marek Polacek + + PR c/7652 + * error.c (dump_type): Fix falls through comment. + (dump_decl): Likewise. + (dump_expr): Likewise. + +2016-08-30 David Malcolm + + * parser.c (cp_parser_enclosed_template_argument_list): Add fix-it + hint to ">>" within nested template argument list error. + +2016-08-30 David Malcolm + + * name-lookup.c (suggest_alternatives_for): Use add_fixit_replace + rather than add_fixit_misspelled_id. + * parser.c (cp_parser_diagnose_invalid_type_name): Likewise. + +2016-08-29 Jason Merrill + + PR c++/77379 + * mangle.c (maybe_check_abi_tags): Add version parm, handle thunks. + (mangle_thunk): Add thunk parameter. + * method.c (finish_thunk): Pass it. + * cp-tree.h: Declare it. + +2016-08-15 Jason Merrill + + Avoid calling a trivial default constructor. + * class.c (default_ctor_p): New. + (in_class_defaulted_default_constructor): Use it. + (type_has_non_user_provided_default_constructor): Use it. + * call.c (build_over_call): Handle trivial default constructor. + * cp-tree.h: Declare default_ctor_p. + + PR c++/57728 + * pt.c (do_type_instantiation): Don't mess with non-user-provided + member functions. + +2016-08-25 Marek Polacek + + * parser.c (cp_parser_binary_expression): Pass LHS to + warn_logical_not_parentheses. + +2016-08-18 Marek Polacek + + PR c/7652 + * call.c (add_builtin_candidate): Add gcc_fallthrough. + * cxx-pretty-print.c (pp_cxx_unqualified_id): Likewise. + * parser.c (cp_parser_skip_to_end_of_statement): Likewise. + (cp_parser_cache_defarg): Likewise. + +2016-08-12 Marek Polacek + + PR c/7652 + * call.c (add_builtin_candidate): Add FALLTHRU. + (build_integral_nontype_arg_conv): Adjust fall through comment. + (build_new_op_1): Add FALLTHRU. + (convert_like_real): Adjust fall through comment. + * class.c (fixed_type_or_null): Likewise. + * constexpr.c (cxx_eval_constant_expression): Likewise. + (potential_constant_expression_1): Likewise. Add FALLTHRU. + * cp-gimplify.c (cp_gimplify_expr): Adjust fall through comment. + (cp_fold): Add FALLTHRU. + * cvt.c (build_expr_type_conversion): Adjust fall through comment. + * cxx-pretty-print.c (pp_cxx_unqualified_id): Add FALLTHRU. + (pp_cxx_qualified_id): Likewise. + (cxx_pretty_printer::constant): Adjust fall through comment. + (cxx_pretty_printer::primary_expression): Add FALLTHRU. + (pp_cxx_pm_expression): Adjust fall through comment. + (cxx_pretty_printer::expression): Add FALLTHRU. + (cxx_pretty_printer::declaration_specifiers): Reformat code. + (pp_cxx_type_specifier_seq): Adjust fall through comment. + (pp_cxx_ptr_operator): Likewise. Add FALLTHRU. + * error.c (dump_type): Adjust fall through comment. + (dump_decl): Likewise. + * mangle.c (write_type): Likewise. + * method.c (synthesized_method_walk): Add FALLTHRU. + * name-lookup.c (arg_assoc_type): Likewise. + * parser.c (cp_lexer_print_token): Adjust fall through comment. + (cp_parser_primary_expression): Add FALLTHRU. + (cp_parser_operator): Likewise. + * pt.c (find_parameter_packs_r): Likewise. + (tsubst_aggr_type): Adjust fall through comment. + * semantics.c (finish_omp_clauses): Add FALLTHRU. + * tree.c (lvalue_kind): Likewise. + +2016-08-12 Alexandre Oliva + + PR debug/63240 + * cp-objcp-common.c (cp_function_decl_defaulted): New. + (cp_function_decl_explicit_p): Const_tree-ify. + (cp_function_decl_deleted_p): Likewise. + * cp-objcp-common.h (cp_function_decl_defaulted): Declare. + (cp_function_decl_explicit_p): Const_tree-ify. + (cp_function_decl_deleted_p): Likewise. + (LANG_HOOKS_FUNCTION_DECL_DEFAULTED): Redefine. + +2016-08-11 Jakub Jelinek + + PR c++/72868 + * constexpr.c (label_matches): Handle case range expressions. + +2016-08-11 Jason Merrill + + PR c++/73456 + * logic.cc (non_atomic_constraint_p): Handle EXPR_PACK_EXPANSION. + +2016-08-10 Jason Merrill + + Implement C++17 constexpr if. + * cp-tree.h (IF_STMT_CONSTEXPR_P): New. + * name-lookup.c (push_to_top_level, pop_from_top_level_1): Handle it. + * parser.h (struct cp_parser): Add in_discarded_stmt field. + * parser.c (cp_parser_selection_statement): Handle 'if constexpr'. + (cp_parser_jump_statement): Avoid deducing from a discarded return. + * pt.c (tsubst_expr): Only instantiate taken branch of constexpr if. + * semantics.c (begin_if_stmt): Set the binding level this_entity. + (finish_if_stmt_cond): Require the condition of a + constexpr if to be constant. + * decl.c (level_for_constexpr_if): New. + (named_label_entry): Add in_constexpr_if field. + (poplevel_named_label_1): Set it. + (check_goto): Check it. + (check_previous_goto_1): Check level_for_constexpr_if. + +2016-08-09 Jason Merrill + + PR c++/68703 + * decl2.c (any_dependent_type_attributes_p): New. + * pt.c (dependent_type_p_r, type_dependent_expression_p): Check it. + * semantics.c (finish_id_expression): Check it. + * typeck.c (finish_class_member_access_expr): Check it. + + PR c++/71712 + * class.c (check_abi_tags): Don't duplicate tags for conversion ops. + + Adjust mangling of ABI tags on class template member functions. + * class.c (missing_abi_tags): New. + (check_abi_tags): Don't check template. Add just_checking mode. + * mangle.c (abi_flag_at_least, any_abi_below, equal_abi_tags): New. + (sorted_abi_tags): Split out from write_abi_tags. + (struct releasing_vec): New. + (write_unqualified_name): Only look for the primary + template for types. Implement backward compatibility. + + PR c++/72849 + * constexpr.c (cxx_eval_constant_expression): Check + COMPLETE_TYPE_P before calling is_really_empty_class. + * class.c (is_really_empty_class): Don't call complete_type. + + PR c++/56701 + * typeck.c (cp_build_addr_expr_1): Remove special *this handling. + +2016-08-09 Jakub Jelinek + + PR c++/72809 + * rtti.c (get_pseudo_ti_index): Return TK_CLASS_TYPE for + builtin aggregate types without TYPE_BINFO. + +2016-08-08 Jason Merrill + + Implement C++17 constexpr lambda. + * class.c (finalize_literal_type_property): Handle lambdas. + * constexpr.c (is_valid_constexpr_fn): Likewise. No longer static. + (explain_invalid_constexpr_fn, cxx_eval_call_expression): Handle + lambdas. + (cxx_eval_constant_expression): Handle capture proxy. + (var_in_constexpr_fn): Don't check for C++14. + (var_in_maybe_constexpr_fn): New. + (potential_constant_expression_1): Use it. Check DECL_EXPR for + declarations not allowed in constexpr function. Handle + STATIC_ASSERT, RANGE_FOR_STMT. + * decl.c (make_rtl_for_nonlocal_decl): Use var_in_maybe_constexpr_fn. + (finish_function): Set DECL_DECLARED_CONSTEXPR_P on lambda members. + * lambda.c (begin_lambda_type): Set CLASSTYPE_LITERAL_P. + (maybe_add_lambda_conv_op): Clear thunk CALL_EXPR location. + (lambda_static_thunk_p): New. + * parser.c (cp_keyword_starts_decl_specifier_p): Add RID_CONSTEXPR. + (CP_PARSER_FLAGS_ONLY_MUTABLE_OR_CONSTEXPR): New enumerator. + (cp_parser_decl_specifier_seq): Handle it. + (cp_parser_lambda_declarator_opt): Use cp_parser_decl_specifier_seq. + * pt.c (instantiate_class_template_1): Set CLASSTYPE_LITERAL_P. + (tsubst_copy_and_build) [CALL_EXPR]: Propagate CALL_FROM_THUNK_P. + * error.c (dump_function_decl): Check TFF_NO_TEMPLATE_BINDINGS. + (dump_expr) [FUNCTION_DECL]: Pass it. + +2016-08-08 Jason Merrill + + PR c++/67131 + * class.c (is_really_empty_class): Call complete_type. + * constexpr.c (cxx_eval_constant_expression): Check + is_really_empty_class. + (potential_constant_expression_1): Likewise. Check for error type. + +2016-08-08 Jakub Jelinek + + PR c++/58706 + * parser.c: Include tree-iterator.h. + (cp_parser_omp_for_loop_init): Move lambda DECL_EXPRs from init + to FOR_BLOCK. + (cp_parser_omp_for_loop): Handle non-STATEMENT_LIST FOR_BLOCK + entries. + +2016-08-06 Jonathan Wakely + + * call.c (convert_like_real): Harmonize diagnostics for invalid + reference binding. + +2016-08-05 Martin Sebor + + * constexpr.c (cxx_eval_store_expression): Remove hyphen from + the spelling of "constant-expression" in diagnostic messages + for consistency. + (cxx_eval_constant_expression): Same. + (cxx_eval_outermost_constant_expr): Same. + (potential_constant_expression_1): Same. + +2016-08-05 Nathan Sidwell + + PR c++/68724 + * pt.c (unify): TRAIT_EXPR is an expr. + +2016-08-04 Paolo Carlini + + PR c++/72800 + * lambda.c (add_capture): Check lambda_capture_field_type return + value for error_mark_node. + +2016-08-04 Patrick Palka + + PR c++/72759 + * pt.c (tsubst_qualified_id): Return error_mark_node if + template_args is error_mark_node. + +2016-08-04 Jason Merrill + + PR c++/72415 + * pt.c (tsubst_pack_expansion): Pull a single pack expansion out + of the TREE_VEC. + + * cp-tree.h (TYPE_UNNAMED_P): Rename from TYPE_ANONYMOUS_P. + (TYPE_WAS_UNNAMED): Rename from TYPE_WAS_ANONYMOUS. + * class.c, decl.c, decl2.c, error.c, lambda.c, mangle.c, + name-lookup.c, parser.c, pt.c, semantics.c, tree.c: Adjust. + + PR c++/72796 + * typeck.c (finish_class_member_access_expr): Avoid stripping + SCOPE_REF to dependent base. + +2016-08-04 Thomas Schwinge + + * parser.c (cp_ensure_no_oacc_routine): Improve diagnostics. + (cp_parser_late_parsing_cilk_simd_fn_info): Fix diagnostics. + (cp_parser_late_parsing_oacc_routine, cp_finalize_oacc_routine): + Simplify code, and improve diagnostics. + (cp_parser_oacc_routine): Likewise. Move pragma context + checking... + (cp_parser_pragma): ... here. + + * parser.h (struct cp_omp_declare_simd_data): New. + (struct cp_parser): Use it for oacc_routine member. + * parser.c (cp_ensure_no_oacc_routine, cp_parser_oacc_routine) + (cp_parser_late_parsing_oacc_routine, cp_finalize_oacc_routine): + Use it. Simplify code. + (cp_parser_new): Initialize all members pointing to special + parsing data structures. + (cp_parser_cilk_simd_fn_vector_attrs): Initialize + parser->cilk_simd_fn_info->clauses. + (cp_parser_omp_declare_simd): Initialize + parser->omp_declare_simd->clauses. + (cp_parser_late_parsing_omp_declare_simd): Simplify code. + +2016-08-04 Marek Polacek + + PR c++/70229 + * constexpr.c (check_constexpr_ctor_body_1): Allow typedef + declarations. + +2016-08-01 Jason Merrill + + * mangle.c (mangle_decl): Warn about mangled name change even if + DECL_REALLY_EXTERN. + + * mangle.c (get_abi_tags): New. + (find_substitution, write_unqualified_name, write_abi_tags) + (maybe_check_abi_tags): Use it. + + * mangle.c (mangle_decl): Fix mangled name change warning. + + PR c++/72766 + * constexpr.c (cxx_eval_pointer_plus_expression): Check constancy + of nelts. + * cp-gimplify.c (cp_fully_fold): Only maybe_constant_value in + C++11 and up. + +2016-07-30 Martin Sebor + + PR c++/60760 + PR c++/71091 + * constexpr.c (cxx_eval_binary_expression): Reject invalid expressions + involving null pointers. + (cxx_eval_component_reference): Reject null pointer dereferences. + (cxx_eval_indirect_ref): Reject indirecting through null pointers. + (cxx_eval_constant_expression): Reject invalid expressions involving + null pointers. + +2016-07-29 Marek Polacek + + PR c/71926 + * semantics.c (maybe_convert_cond): Use the location of COND for the + parentheses warning. + +2016-07-29 Jason Merrill + + * decl.c (build_enumerator): Tweak diagnostic. + + PR c++/72457 + * init.c (expand_aggr_init_1): Only handle value-init of bases. + * constexpr.c (build_data_member_initialization): Handle multiple + initializers for the same field. + +2016-07-28 Paolo Carlini + + PR c++/71665 + * decl.c (build_enumerator): Check the type of the enumerator before + calling cxx_constant_value. + +2016-07-27 Jason Merrill + + PR c++/71747 + * pt.c (get_partial_spec_bindings): Replace tparms and spec_args + parameters with spec_tmpl. Call push_tinst_level. + (most_specialized_partial_spec): Adjust. + (more_specialized_partial_spec): Adjust. + +2016-07-25 Jason Merrill + + PR c++/65970 + * cp-gimplify.c (genericize_cp_loop): Revert location change. + + PR c++/71837 + * lambda.c (add_capture): Leave a pack expansion in a TREE_LIST. + (build_lambda_object): Call build_x_compound_expr_from_list. + * pt.c (tsubst) [DECLTYPE_TYPE]: Likewise. + + PR c++/71833 + PR c++/54440 + * pt.c (coerce_template_parameter_pack): Fix logic for + pack index. + + PR c++/65970 + * constexpr.c (cxx_eval_loop_expr): Count iterations. + * cp-gimplify.c (genericize_cp_loop): Use start_locus even for + infinite loops. + + PR c++/71972 + * constexpr.c (cxx_eval_array_reference): Handle looking for the + value of an element we're currently modifying. + +2016-07-24 Jason Merrill + + PR c++/71515 + * pt.c (resolve_typename_type): Try to avoid calling + currently_open_class. + +2016-07-23 Jason Merrill + + PR c++/66617 + * call.c (add_list_candidates): Handle VTT parm. + (build_new_method_call_1): Likewise. + + PR c++/55922 + PR c++/63151 + * init.c (expand_aggr_init_1): Handle list-initialization from {}. + + PR c++/70709 + * class.c (walk_subobject_offsets): Handle 0-length array. + + PR c++/70778 + * pt.c (tsubst): Also substitute into the template of a + BOUND_TEMPLATE_TEMPLATE_PARM. + + PR c++/71738 + * pt.c (lookup_template_class_1): Handle getting template from tsubst. + + PR c++/71350 + * decl.c (reshape_init_r): Check complain for missing braces warning. + +2016-07-22 Jason Merrill + + PR c++/71576 + * call.c (convert_like_real): Use lvalue_kind. + + PR c++/71748 + PR c++/52746 + * pt.c (tsubst_baselink): Call + adjust_result_of_qualified_name_lookup for unqualified + destructors. + +2016-07-21 Jason Merrill + + PR c++/69223 + * semantics.c (apply_deduced_return_type): Call + complete_type_or_else before building the new RESULT_DECL. + + PR c++/71274 + * decl2.c (maybe_instantiate_decl): Split out from mark_used. + (decl_constant_var_p): Use it instead. + + PR c++/71630 + * pt.c (instantiate_decl): Fix pattern_defined for namespace scope + variable templates. + + PR c++/71913 + * call.c (unsafe_copy_elision_p): It's OK to elide when + initializing an unknown object. + + * call.c (build_over_call): Check unsafe_copy_elision_p even for + trivial constructors. + * method.c (do_build_copy_constructor): Don't copy tail padding + even in a trivial constructor. + +2016-07-21 Jakub Jelinek + + PR c++/71728 + * constexpr.c (potential_constant_expression_1) : + Replace assert with test, return false if the goto isn't break + or continue. Formatting fix. + +2016-07-21 Richard Biener + + * vtable-class-hierarchy.c (vtv_generate_init_routine): Set + DECL_IGNORED_P. + +2016-07-21 Jakub Jelinek + + PR c++/71941 + * cp-gimplify.c (cp_genericize): For nested cp_genericize calls + save/restore bc_label array. + +2016-07-21 Jason Merrill + + PR c++/70781 + * parser.c (cp_parser_lambda_expression): Unset OK if there was an + error parsing the lambda-declarator. + + PR c++/71896 + * constexpr.c (cxx_eval_binary_expression): Handle comparison + between lowered and unlowered PTRMEM_CST. + + PR c++/65168 + * typeck.c (cp_truthvalue_conversion): Compare pointers to nullptr. + Don't set c_inhibit_evaluation_warnings. + + PR c++/71121 + * cp-gimplify.c (cp_fully_fold): First call maybe_constant_value. + +2016-07-21 Andrew Sutton + Jason Merrill + + Improving concepts performance and diagnostics. + PR c++/67565 + PR c++/67579 + PR c++/71843 + * cp-tree.def (CHECK_CONSTR): New. + * cp-tree.h (CHECK_CONSTR_CONCEPT): New. + (CHECK_CONSTR_ARGS): New. + * constraint.cc (make_predicate_constraint): Remove in favor of + normalize_expression. + (resolve_constraint_check): Actually return error_mark_node when + resolution fails. + (resolve_variable_concept_check): Perform coercion as if processing + a template. Also return errors on resolution failure. + (lift_*): Remove all of these functions. Don't unnecessarily inline + concepts. + (learn_*): Add facilities to memoize implications for subsumption + during normalization. + (expanding_concept): New. + (expand_concept): New. Return the inlined and normalized definition + of a concept when needed. + (transform_*, xform_*): Rename to normalize_* to better reflect the + responsibility of those functions. + (normalize_template_id_expression): Check for non-boolean operands + when possible. Generate check constraints instead of normal variable + references. + (normalize_call_expression): Report errors when resolution fails. + (check_for_logical_overloads): Rewrite this check to more accurately + report the error. + (normalize_atom): Check for overloaded calls and invalid types before + determining if the expression refers to a concept. + (build_constraints): Don't cache normalized constraints or decomposed + assumptions. + (finish_shorthand_constraint): Return a normalized expression instead + of a predicate constraint. + (finish_template_introduction): Same. + (placeholder_extract_concept_and_args): Rewrite this since we only + ever get check constraints here. + (equivalent_placeholder_constraints): Rewrite in terms of check + constraints, and handle error_mark_nodes correctly. + (tsubst_check_constraint, tsubst_expr_constr, tsubst_type_constr) + (tsubst_implicit_conversion_constr) + (tsubst_argument_deduction_constr, tsubst_exception_constr) + (tsubst_parameterized_constraint, tsubst_constraint): New. + (tsbust_conjunection): Replace with tsubst_logical_operator and + actually generate the right kind of constraint. + (tsubst_requirement_body): Reverse the order of substituted arguments + so that they appear in the order written (helps diagnostics). + (satisfy_check_constraint): New. + (satisfy_conjunction): Simplify. + (satisfy_disjunction): Same. + (satisfy_constraint_1): Handle check constraints. + (eval_constr): New (private) global state. + (evaluating_constraints_sentinel): New. Manages eval_constr. + (satisfy_constraint): Add timing variables. + (satisfy_associated_constraints): Add hooks for memoization. + (evaluate_function_concept): Build a check constraint instead of + normalizing its definition. + (evaluate_variable_concept): Same. + (evaluate_constraint_expression): Normalize, but in the current + declaration processing context. + (evaluating_constraints_p): New. + (elide_constraint_failure_p): Actually emit constraint_thresh errors. + (diagnose_*): Remove artificial indentation. Add a new parameter to + each that tracks the current (complete) constraint prior to any + substitutions. + (diagnose_expression): Removed. + (diagnose_call_expression): Same. + (diagnose_template_id): Same. + (diagnose_template_id): New. + (diagnose_logical_constraint): New. + (diagnose_expression_constraint): Show the original expression. + (diagnose_type_constraint): Show the original type. + (diagnose_implicit_conversion_constraint): Be specific about + failures, don't re-diagnose a known-to-be-failed substitutions, + and manage elisions properly. + (diagnose_argument_deduction_constraint): Same. + (diagnose_exception_constraint): Same. + (diagnose_parameterized_constraint): Same. + (constraint_p): Allow EXPR_PACK_EXPANSION. + * logic.cc (next_by_distance): Removed. No longer used. + (any_p): Renamed from any_of. + (term_entry, term_hasher): New. + (term_list): Rewrite to include a hash table for quick lookup. + Also, make less stateful. + (proof_state): Extend to allow goals to be discharged once + satisfied. + (non_atomic_constraint_p): New. + (any_non_atomic_constraints_p): New. + (...rest...): Previous implementation completely replaced with an + iterative algorithm that opportunistically prunes the search space + before committing to using more memory. + * parser.c: (cp_parser_type_parameter): Normalize constraints. + (cp_parser_explicit_template_declaration): Same. + * pt.c: (finish_template_variable): Be less redundant with this error + message. + (template_args_equal): No longer static. + (tsubst_decl): Don't try to find specializations of variables that + have already been instantiated. + (build_non_dependent_expr): Avoid infinite recursion during concept + expansion. + (make_constrained_auto): Normalize constraints. + (do_auto_deduction): When doing auto deduction from a + partial-concept-id, be sure to include the explicit args checking + the constraints. + (constraint_sat_*): New. Memoize satisfied constraints. + (concept_spec_*): New. Memoize expressions associated with a concept + specialization. + (constraint_memos, concept_memos): New. + (lookup_constraint_satisfaction, memoize_constraint_satisfaction): New. + (lookup_concept_satisfaction, memoize_concept_satisfaction): New. + (get_concept_expansion, save_concept_expansion): New. + (hash_subsumption_args): New. + (comp_subsumption_args): New. + (subsumption_*): New. Memoize parts of the subsumption relation. + (lookup_subsumption_result, save_subsumption_result): New. + (init_constraint_processing): Initialize memo tables. + (get_constraints): Shortcut if !flag_concepts. + * decl.c (grokfndecl): Normalize constraints. + * error.c (dump_simple_decl): Print "concept" when appropriate. + (dump_function_decl): Same. + (dump_template_decl): Don't write requirements when we're not + printing the header. + (dump_expr): Handle fold expressions. + * cxx-pretty-print.c (cxx_pretty_printer::expression): Handle + fold expressions. + (get_fold_operator): New. + (pp_cxx_unary_left_fold_expression): New. + (pp_cxx_unary_right_fold_expression): New. + (pp_cxx_binary_fold_expression): New. + (pp_cxx_check_constraint): New. + (pp_cxx_*_constraint): Rewrite the grammar of internal constraints + to make them easier to read when debugging. + * search.c (accessible_p): Don't shortcut when evaluating constraints. + * tree.c (cp_tree_equal): Handle CHECK_CONSTR. + +2016-07-20 David Malcolm + + PR c/70339 + PR c/71858 + * name-lookup.c: Include gcc-rich-location.h, spellcheck-tree.h, + and parser.h. + (suggest_alternatives_for): If no candidates are found, try + lookup_name_fuzzy and report if if finds a suggestion. + (consider_binding_level): New function. + (lookup_name_fuzzy) New function. + * parser.c: Include gcc-rich-location.h. + (cp_lexer_next_token_is_decl_specifier_keyword): Move most of + logic into... + (cp_keyword_starts_decl_specifier_p): ...this new function. + (cp_parser_diagnose_invalid_type_name): When issuing + "does not name a type" errors, attempt to make a suggestion using + lookup_name_fuzzy. + * parser.h (cp_keyword_starts_decl_specifier_p): New prototype. + * search.c (lookup_field_fuzzy_info::fuzzy_lookup_field): Reject + types that are not CLASS_TYPE_P, rather than rejecting individual + tree codes. + +2016-07-20 Jakub Jelinek + + PR c++/71909 + * parser.c (cp_parser_save_member_function_body): Consume + __transaction_relaxed or __transaction_atomic with optional + attribute. Only skip catch with block if try keyword is seen. + + PR c++/50060 + * constexpr.c (cxx_eval_builtin_function_call): Pass false as lval + when evaluating call arguments. Use fold_builtin_call_array instead + of fold_build_call_array_loc, return t if it returns NULL. Otherwise + check the result with potential_constant_expression and call + cxx_eval_constant_expression on it. + +2016-07-19 Jason Merrill + + PR c++/67164 + * pt.c (iterative_hash_template_arg, template_args_equal): Don't + handle ARGUMENT_PACK_SELECT. + +2016-07-18 Jakub Jelinek + + PR c++/70869 + PR c++/71054 + * cp-gimplify.c (cp_genericize_r): Revert the 2016-07-07 change. + * tree.c (cp_walk_subtrees): For DECL_EXPR on DECL_ARTIFICIAL + non-static VAR_DECL, walk the decl's DECL_INITIAL, DECL_SIZE and + DECL_SIZE_UNIT. + + PR c++/71835 + * call.c (build_op_call_1): Use convert_like_with_context only + if cand->fn is a decl. + + PR c++/71828 + * constexpr.c (cxx_eval_constant_expression) : + For lval don't use cxx_eval_unary_expression and instead recurse + and if needed rebuild the reference. + + PR c++/71826 + * pt.c (tsubst_baselink): Only set BASELINK_OPTYPE for BASELINK_P. + + PR c++/71822 + * cp-gimplify.c (cp_gimplify_expr) : Recursively + fold *expr_p before genericizing it. + + PR c++/71871 + * typeck.c (build_x_conditional_expr): Revert the 2012-10-25 change. + +2016-07-15 Jason Merrill + + PR c++/71495 + * call.c (convert_like_real): Mask complain. + * semantics.c (perform_koenig_lookup): Likewise. + + PR c++/71092 + * constexpr.c (cxx_eval_call_expression): Fail quietly when cgraph + threw away DECL_SAVED_TREE. + + PR c++/71117 + Core 2189 + * call.c (add_template_conv_candidate): Disable if there are + viable candidates. + + PR c++/71511 + * typeck2.c (cxx_incomplete_type_diagnostic): Handle DECLTYPE_TYPE. + + PR c++/71513 + * pt.c (tsubst_attributes): Fix loop logic. + + PR c++/71604 + PR c++/54430 + * parser.c (cp_parser_range_for): Modify IDENTIFIER_BINDING directly. + (cp_parser_simple_declaration): Diagnose type definition in + for-range-declaration. + + PR c++/71711 + * operators.def: Add *_FOLD_EXPR. + * cp-tree.h (FOLD_EXPR_P): Parenthesize. + * mangle.c (write_expression): Handle fold-expressions. + * pt.c (tsubst_unary_left_fold, tsubst_binary_left_fold) + (tsubst_unary_right_fold, tsubst_binary_right_fold): Handle + partial instantiation. + + PR c++/71814 + * mangle.c (write_expression): Handle sizeof... an argument pack. + + PR c++/71718 + * pt.c (push_tinst_level_loc): Set at_eof before fatal_error. + + PR c++/70824 + * init.c (constant_value_1): Don't instantiated DECL_INITIAL of + artificial variables. + +2016-07-15 Cesar Philippidis + + * parser.c (cp_parser_oacc_declare): Don't scan for + GOMP_MAP_POINTER. + * semantics.c (handle_omp_array_sections): Mark data clauses with + GOMP_MAP_FORCE_{PRESENT,TO,FROM,TOFROM} as potentially having + zero-length subarrays. + +2016-07-11 Jason Merrill + + * decl.c (store_parm_decls): Remove check for void parm. + +2016-07-08 Jason Merrill + + * cp-tree.h: Unpoison lvalue_p. + * call.c, class.c, constexpr.c, cvt.c, init.c, lambda.c, pt.c, + tree.c, typeck.c, typeck2.c: Use lvalue_p instead of + real_lvalue_p. + + * tree.c (obvalue_p): Rename from lvalue_p. + (lvalue_p): Define for c-common. + * call.c, cp-tree.h, cvt.c, init.c: Adjust. + * typeck.c: Adjust. + (cp_build_addr_expr_1): Remove obsolete code. + + * tree.c (glvalue_p): Rename from lvalue_or_rvalue_with_address_p. + * call.c, cp-tree.h, typeck.c: Adjust. + + * lambda.c (maybe_add_lambda_conv_op): Fix null object argument. + + P0145R2: Refining Expression Order for C++. + * cp-gimplify.c (lvalue_has_side_effects): New. + (cp_gimplify_expr): Implement assignment ordering. + * call.c (op_is_ordered, build_over_call): Adjust for + -fargs-in-order renaming to -fstrong-eval-order. + * cp-gimplify.c (cp_gimplify_expr): Likewise. + +2016-07-07 Jakub Jelinek + Kai Tietz + + PR c++/70869 + PR c++/71054 + * cp-gimplify.c (cp_genericize_r): For DECL_EXPR for non-static + artificial vars, genericize their initializers. + +2016-07-05 David Malcolm + + PR c++/62314 + * parser.c (cp_parser_class_specifier_1): When reporting + missing semicolons, use a fixit-hint to suggest insertion + of a semicolon immediately after the closing brace, + offsetting the reported column accordingly. + +2016-07-04 Jan Beulich + + * lang-specs.h ("@c++-header"): Conditionalize "-o". + +2016-06-29 Thomas Schwinge + + * parser.c (cp_parser_pragma) : + Move pragma context checking into... + (cp_parser_omp_cancellation_point): ... here, and improve + diagnostic messages. + * semantics.c (finish_omp_cancel, finish_omp_cancellation_point): + Improve diagnostic messages. + +2016-06-28 Jakub Jelinek + + * Make-lang.in: Don't cat ../stage_current if it does not exist. + +2016-06-24 Jason Merrill + + P0145R2: Refining Expression Order for C++. + * typeck.c (cp_build_modify_expr): Leave COMPOUND_EXPR on LHS. + + * tree.c (get_target_expr_sfinae): Handle bit-fields. + (build_target_expr): Call mark_rvalue_use. + +2016-06-24 Jakub Jelinek + + * call.c (magic_varargs_p): Return 3 for __builtin_*_overflow_p. + (build_over_call): For magic == 3, do no conversion only on 3rd + argument. + +2016-06-23 Andi Kleen + + * Make-lang.in: Add support for autofdo. + +2016-06-21 Jason Merrill + + * constraint.cc (constraints_satisfied_p): Keep as many levels of + args as our template has levels of parms. + + * pt.c (template_parm_outer_level, uses_outer_template_parms): New. + (type_dependent_expression_p): Use uses_outer_template_parms. + +2016-06-20 David Malcolm + + * parser.c (cp_parser_string_literal): Convert non-standard + concatenation error to directly use a rich_location, and + use that to add the location of the first literal to the + diagnostic. + +2016-06-17 Paolo Carlini + + * decl.c (validate_constexpr_redeclaration): Change pair of errors + to error + inform. + * error.c (dump_function_decl): Save the constexpr specifier too. + +2016-06-17 Jakub Jelinek + + * tree.c (builtin_valid_in_constant_expr_p): Test for + DECL_BUILT_IN_CLASS equal to BUILT_IN_NORMAL instead of just + DECL_BUILT_IN. + (bot_manip): Likewise. + * call.c (magic_varargs_p): Likewise. + +2016-06-17 Paolo Carlini + + * decl.c (grokfndecl): Change pair of errors to error + inform. + +2016-06-17 Jason Merrill + + PR c++/71209 + * typeck.c (finish_class_member_access_expr): Avoid "not a base" + warning when there are dependent bases. + +2016-06-17 Jakub Jelinek + + * semantics.c (handle_omp_array_sections_1): Don't ICE when + processing_template_decl when checking for bitfields and unions. + Look through REFERENCE_REF_P as base of COMPONENT_REF. + (finish_omp_clauses): Look through REFERENCE_REF_P even for + array sections with COMPONENT_REF bases. + +2016-06-16 Jakub Jelinek + + * parser.c (cp_parser_omp_var_list_no_open): Call + convert_from_reference before cp_parser_postfix_dot_deref_expression. + * semantics.c (finish_omp_clauses): Don't ICE when + processing_template_decl when checking for bitfields and unions. + Look through REFERENCE_REF_P as base of COMPONENT_REF. + +2016-06-15 Paolo Carlini + + * decl.c (wrapup_globals_for_namespace): Use DECL_SOURCE_LOCATION and + "%qF" in warning_at instead of "%q+F" in warning. + (check_redeclaration_exception_specification): Likewise in pedwarn + (and error, inform, for consistency). + * call.c (joust): Likewise. + +2016-06-15 Paolo Carlini + + PR c++/70202 + * decl.c (xref_basetypes): Revert r117839 changes; add fix-up + code at the end of the for loop; also revert r159637 changes, + add back the gcc_assert. + * cp-tree.h (xref_basetypes): Adjust declaration. + * parser.c (cp_parser_class_head): Adjust xref_basetypes call. + +2016-06-14 David Malcolm + + * search.c: Include spellcheck-tree.h rather than spellcheck.h. + +2016-06-14 David Malcolm + + * typeck.c: Include "gcc-rich-location.h". + (finish_class_member_access_expr): Simplify fixit code by + using gcc_rich_location::add_fixit_misspelled_id. + +2016-06-14 Jason Merrill + + P0145R2: Refining Expression Order for C++. + * cp-tree.h (CALL_EXPR_OPERATOR_SYNTAX, CALL_EXPR_ORDERED_ARGS) + (CALL_EXPR_REVERSE_ARGS): New. + * call.c (build_new_op_1): Set them. + (extract_call_expr, op_is_ordered): New. + (build_over_call): Set CALL_EXPR_ORDERED_ARGS. + * cp-gimplify.c (cp_gimplify_expr) [CALL_EXPR]: Handle new flags. + * pt.c (tsubst_copy_and_build): Copy new flags. + * semantics.c (simplify_aggr_init_expr): Likewise. + * tree.c (build_aggr_init_expr): Likewise. + (build_min_non_dep_op_overload): Likewise. + +2016-06-14 Jakub Jelinek + + PR c++/71528 + * decl.c (duplicate_decls): For DECL_INITIALIZED_P non-external + olddecl vars, preserve their TREE_READONLY bit. + + PR c++/71516 + * decl.c (complete_vars): Handle gracefully type == error_mark_node. + +2016-06-14 Paolo Carlini + + * typeck2.c (digest_init_r): Use EXPR_LOC_OR_LOC on init. + +2016-06-13 Paolo Carlini + + * decl.c (grokdeclarator): Fix typo in pedwarn text. + +2016-06-10 Thomas Schwinge + + PR c/71381 + * parser.c (cp_parser_omp_var_list_no_open) : + Loosen checking. + +2016-06-09 Paolo Carlini + + PR c++/71465 + Revert: + 2016-06-04 Paolo Carlini + + PR c++/70202 + * parser.c (cp_parser_class_head): When xref_basetypes fails and + emits an error do not zero the type. + +2016-06-08 Paolo Carlini + + * decl.c (maybe_deduce_size_from_array_init): Use + DECL_SOURCE_LOCATION in error_at. + (layout_var_decl): Likewise. + (check_array_initializer): Likewise. + (check_initializer): Likewise. + (duplicate_decls, check_elaborated_type_specifier): Tidy. + +2016-06-08 Martin Sebor + Jakub Jelinek + + PR c++/70507 + PR c/68120 + * constexpr.c: Include gimple-fold.h. + (cxx_eval_internal_function): New function. + (cxx_eval_call_expression): Call it. + (potential_constant_expression_1): Handle integer arithmetic + overflow built-ins. + * tree.c (builtin_valid_in_constant_expr_p): Handle + BUILT_IN_{ADD,SUB,MUL}_OVERFLOW_P. + +2016-06-08 Paolo Carlini + + * pt.c (tsubst, case TYPENAME_TYPE): Don't delay checking the + return value of tsubst_aggr_type for error_mark_node. + +2016-06-08 Jakub Jelinek + + PR c++/71442 + * pt.c (tsubst_copy): Only set TREE_USED on DECLs. + +2016-06-06 Jakub Jelinek + Patrick Palka + + PR c++/70847 + PR c++/71330 + PR c++/71393 + * cp-gimplify.c (cp_fold_r): Set *walk_subtrees = 0 and return NULL + right after cp_fold call if cp_fold has returned the same stmt + already in some earlier cp_fold_r call. + (cp_fold_function): Add pset automatic variable, pass its address + to cp_walk_tree. + +2016-06-04 Paolo Carlini + + PR c++/70202 + * parser.c (cp_parser_class_head): When xref_basetypes fails and + emits an error do not zero the type. + +2016-06-03 Patrick Palka + + PR c++/27100 + * decl.c (duplicate_decls): Properly copy the + DECL_PENDING_INLINE_P, DECL_PENDING_INLINE_INFO and + DECL_SAVED_FUNCTION_DATA fields from OLDDECL to NEWDECL. + +2016-06-03 Chung-Lin Tang + + * semantics.c (finish_omp_clauses): Mark OpenACC reduction + arguments as addressable when async clause exists. + +2016-06-02 Jan Hubicka + + * cp-gimplify.c (genericize_continue_stmt): Force addition of + predict stmt. + +2016-06-02 Paolo Carlini + + * decl.c (xref_tag_1): Change pairs of errors to error + inform. + (start_enum): Likewise. + * parser.c (cp_parser_class_head): Likewise. + +2016-06-02 Jakub Jelinek + + PR c++/71372 + * cp-gimplify.c (cp_fold): For INDIRECT_REF, if the folded expression + is INDIRECT_REF or MEM_REF, copy over TREE_READONLY, TREE_SIDE_EFFECTS + and TREE_THIS_VOLATILE flags. For ARRAY_REF and ARRAY_RANGE_REF, copy + over TREE_READONLY, TREE_SIDE_EFFECTS and TREE_THIS_VOLATILE flags + to the newly built tree. + +2016-05-31 Jason Merrill + + * pt.c (instantiate_decl): Avoid recalculation. + + PR c++/60095 + PR c++/69515 + PR c++/69009 + * pt.c (instantiate_template_1): Don't put the partial + specialization in DECL_TI_TEMPLATE. + (partial_specialization_p, impartial_args): Remove. + (regenerate_decl_from_template): Add args parm. + (instantiate_decl): Look up the partial specialization again. + + PR c++/71227 + * pt.c (check_explicit_specialization): Give better diagnostic about + specializing a hidden friend. + +2016-05-31 Paolo Carlini + + PR c++/71248 + * decl.c (check_static_variable_definition): Use DECL_SOURCE_LOCATION + to obtain correct locations; avoid redundant diagnostics on + out-of-class definitions. + +2016-05-30 Martin Sebor + + PR c++/71306 + * init.c (warn_placement_new_too_small): Handle placement new arguments + that are elements of arrays more carefully. Remove a pointless loop. + +2016-05-30 Jakub Jelinek + + PR c++/71349 + * parser.c (cp_parser_omp_for): Don't disallow nowait clause + when combined with target construct. + (cp_parser_omp_parallel): Pass cclauses == NULL as last argument + to cp_parser_omp_all_clauses. + +2016-05-30 Paolo Carlini + + PR c++/71238 + * lex.c (unqualified_name_lookup_error): Take a location too. + (unqualified_fn_lookup_error): Take a cp_expr. + * cp-tree.h (unqualified_name_lookup_error, + unqualified_fn_lookup_error): Adjust declarations. + * semantics.c (perform_koenig_lookup): Adjust + unqualified_fn_lookup_error call, pass the location of + the identifier too as part of a cp_expr. + +2016-05-30 Paolo Carlini + + PR c++/71099 + * parser.c (cp_parser_function_specifier_opt): Use current_class_type + to improve the diagnostic about wrong uses of 'virtual'. + +2016-05-29 Paolo Carlini + + PR c++/71105 + * lambda.c (maybe_add_lambda_conv_op): Early return also when + LAMBDA_EXPR_DEFAULT_CAPTURE_MODE != CPLD_NONE. + +2016-05-28 Ville Voutilainen + + Revert: + PR c++/69855 + * name-lookup.c (pushdecl_maybe_friend_1): Push local function + decls into the global scope after stripping template bits + and setting DECL_ANTICIPATED. + +2016-05-27 Paolo Carlini + + PR c++/60385 + * name-lookup.c (push_namespace): Return bool, false when pushdecl + fails. + * name-lookup.h (push_namespace): Adjust declaration. + * parser.c (cp_parser_namespace_definition): Check push_namespace + return value. + +2016-05-27 Ville Voutilainen + + PR c++/69855 + * name-lookup.c (pushdecl_maybe_friend_1): Push local function + decls into the global scope after stripping template bits + and setting DECL_ANTICIPATED. + +2016-05-26 Jakub Jelinek + + * semantics.c (finish_omp_clauses) : Warn + if OMP_CLAUSE_SCHEDULE_CHUNK_EXPR is known not to be positive. + +2016-05-26 Patrick Palka + + PR c++/70822 + PR c++/70106 + * cp-tree.h (REF_PARENTHESIZED_P): Make this flag apply to + SCOPE_REFs too. + * pt.c (tsubst_qualified_id): If REF_PARENTHESIZED_P is set + on the qualified_id then propagate it to the resulting + expression. + (do_auto_deduction): Check REF_PARENTHESIZED_P on SCOPE_REFs + too. + * semantics.c (force_paren_expr): If given a SCOPE_REF, just set + its REF_PARENTHESIZED_P flag. + +2016-05-25 Jason Merrill + + PR c++/71173 + PR c++/70522 + * cp-tree.h (enum tag_types): Add scope_type. + * parser.c (cp_parser_class_name): Use scope_type. + (prefer_type_arg): Handle scope_type. + (cp_parser_lookup_name): Use prefer_type_arg. + * name-lookup.c (lookup_qualified_name): Change bool is_type_p to + int prefer_type, use lookup_flags. + * name-lookup.h: Adjust. + +2016-05-24 Cesar Philippidis + + * parser.c (cp_parser_oacc_declare): Add support for + GOMP_MAP_FIRSTPRIVATE_POINTER. + * semantics.c (handle_omp_array_sections_1): Replace bool is_omp + argument with enum c_omp_region_type ort. Don't privatize OpenACC + non-static members. + (handle_omp_array_sections): Replace bool is_omp argument with enum + c_omp_region_type ort. Update call to handle_omp_array_sections_1. + (finish_omp_clauses): Add specific errors and warning messages for + OpenACC. Use firsrtprivate pointers for OpenACC subarrays. Update + call to handle_omp_array_sections. + +2016-05-24 Jason Merrill + + PR c++/70584 + * cp-gimplify.c (cp_fold_maybe_rvalue): Loop in case cp_fold + returns a decl. + (cp_fold) [INDIRECT_REF]: Don't fold to an rvalue. + +2016-05-24 Martin Sebor + + PR c++/71147 + * decl.c (layout_var_decl, grokdeclarator): Use complete_or_array_type_p. + * pt.c (instantiate_class_template_1): Try to complete the element + type of a flexible array member. + (can_complete_type_without_circularity): Handle arrays of unknown bound. + * typeck.c (complete_type): Also complete the type of the elements of + arrays with an unspecified bound. + +2016-05-24 Paolo Carlini + + PR c++/69872 + * typeck2.c (check_narrowing): Check pedwarn return value. + +2016-05-24 Jakub Jelinek + + PR c++/71257 + * semantics.c (finish_omp_clauses) : + For OMP_CLAUSE_LINEAR_REF don't require type to be + integral or pointer. + +2016-05-24 Richard Biener + + PR middle-end/70434 + PR c/69504 + * expr.c (mark_exp_read): Handle VIEW_CONVERT_EXPR. + * constexpr.c (cxx_eval_array_reference): Handle indexed + vectors. + * typeck.c (cp_build_array_ref): Adjust. + +2016-05-23 Jason Merrill + + PR c++/70344 + * constexpr.c (cxx_eval_call_expression): Check for + fun == current_function_decl again. + + PR c++/70584 + * cp-gimplify.c (cp_fold) [INDIRECT_REF]: Call + maybe_undo_parenthesized_ref. + + PR c++/70735 + * pt.c (tsubst_copy): Just return a local variable from + non-template context. Don't call rest_of_decl_compilation for + duplicated static locals. + (tsubst_decl): Set DECL_CONTEXT of local static from another + function. + +2016-05-23 Paolo Carlini + + PR c++/70972 + * method.c (forward_parm): Use cp_build_reference_type. + +2016-05-23 Paolo Carlini + + PR c++/69095 + * parser.c (cp_parser_initializer): Use check_for_bare_parameter_packs. + +2016-05-23 Paolo Carlini + + * pt.c (check_for_bare_parameter_packs): Improve error message + location for expressions. + +2016-05-20 Nathan Sidwell + + * constexpr.c (cxx_bind_parameters_in_call): Avoid gratuitous if + ... goto. + (cxx_eval_call_expression): Fix comment grammar. + +2016-05-20 Paolo Carlini + + PR c++/70572 + * decl.c (cp_finish_decl): Check do_auto_deduction return value + and return immediately in case of erroneous code. + +2016-05-19 Marek Polacek + + PR c++/71075 + * pt.c (unify_template_argument_mismatch): Use %qE instead of %qD. + +2016-05-19 Jason Merrill + + PR c++/10200 + * pt.c (fn_type_unification): Add outer template args if needed. + (type_unification_real): Handle getting full args. + +2016-05-19 David Malcolm + + PR c++/71184 + * parser.c (cp_parser_operator): For array new/delete, check that + cp_parser_require returned a non-NULL token before dereferencing + it. + +2016-05-19 Bernd Edlinger + + * decl.c (finish_enum_value_list): Use the specified mode. + +2016-05-18 Jason Merrill + + * pt.c (value_dependent_expression_p): Tweak new cases to better + match the wording in the standard. + +2016-05-18 Paolo Carlini + + PR c++/69793 + * parser.c (cp_parser_template_id): Don't call cp_lexer_peek_nth_token + when the previous cp_lexer_peek_token returns CPP_EOF. + +2016-05-18 Paolo Carlini + + PR c++/70466 + * call.c (convert_like_real): Check that we are actually converting + from an init list. + +2016-05-16 Matthew Wahab + + * decl.c (grokdeclarator): Remove errmsg and use of + targetm.invalid_return_type. + (grokparms): Remove errmsg and use of + targetm.invalid_parameter_type. + +2016-05-13 Jason Merrill + + PR c++/10200 + PR c++/69753 + * pt.c (tsubst_decl): Use uses_template_parms. + (instantiate_template_1): Handle non-dependent calls in templates. + (value_dependent_expression_p): Handle BASELINK, FUNCTION_DECL. + (type_dependent_expression_p): Only consider innermost template args. + (dependent_template_arg_p): Check enclosing class of a template here. + (dependent_template_p): Not here. + (type_dependent_object_expression_p): New. + * typeck.c (finish_class_member_access_expr): Use it. + * parser.c (cp_parser_postfix_expression): Use it. + (cp_parser_postfix_dot_deref_expression): Use it. Use comptypes + to detect the current instantiation. + (cp_parser_lookup_name): Really implement DR 141. + * search.c (lookup_field_r): Prefer a dependent using-declaration. + (any_dependent_bases_p): Split out from... + * name-lookup.c (do_class_using_decl): ...here. + * call.c (build_new_method_call_1): Use it. + * semantics.c (finish_call_expr): 'this' doesn't make a call dependent. + * tree.c (non_static_member_function_p): Remove. + * typeck2.c (build_x_arrow): Use dependent_scope_p. + + * parser.c (cp_parser_postfix_dot_deref_expression): Use + complete_type_or_else for unknown_type_node, too. + +2016-05-12 Marek Polacek + + PR c/70756 + * call.c (build_new_op_1): Pass LOC to cp_build_modify_expr. + * cp-tree.h (cp_build_modify_expr): Update declaration. + (cxx_incomplete_type_error, cxx_incomplete_type_diagnostic): New inline + overloads. + * cp-ubsan.c (cp_ubsan_dfs_initialize_vtbl_ptrs): Pass INPUT_LOCATION to + cp_build_modify_expr. + * decl2.c (set_guard): Likewise. + (handle_tls_init): Likewise. + * init.c (perform_member_init): Likewise. + (expand_virtual_init): Likewise. + (build_new_1): Likewise. + (build_vec_delete_1): Likewise. + (get_temp_regvar): Likewise. + (build_vec_init): Likewise. + * method.c (do_build_copy_assign): Likewise. + (assignable_expr): Likewise. + * semantics.c (finish_omp_for): Likewise. + * typeck.c (cp_build_binary_op): Pass LOCATION to pointer_diff and + cp_pointer_int_sum. + (cp_pointer_int_sum): Add location parameter. Pass it down to + pointer_int_sum. + (pointer_diff): Add location parameter. Use it. + (build_modify_expr): Pass location down to cp_build_modify_expr. + (cp_build_modify_expr): Add location parameter. Use it. + (build_x_modify_expr): Pass location down to cp_build_modify_expr. + * typeck2.c (cxx_incomplete_type_diagnostic, + cxx_incomplete_type_error): Add location parameter. + +2016-05-11 Marek Polacek + + PR c++/71024 + * decl.c (duplicate_decls): Call diagnose_mismatched_decls. + +2016-05-05 Jakub Jelinek + + * parser.c (cp_parser_selection_statement): For RID_SWITCH, + pass if_p instead of NULL to cp_parser_implicitly_scoped_statement. + +2016-05-04 Marek Polacek + + * parser.c (cp_parser_selection_statement): Replace OPT_Wparentheses + with OPT_Wdangling_else. + +2016-05-03 Martin Sebor + + PR c++/66561 + * tree.c (builtin_valid_in_constant_expr_p): Treat BUILT_IN_FILE, + BUILT_IN_FUNCTION, and BUILT_IN_LINE as constant expressions. + +2016-05-03 Marek Polacek + + PR c/70859 + * call.c (build_cxx_call): Pass location and vNULL down to + check_builtin_function_arguments. + +2016-05-03 Richard Biener + + * Make-lang.in (cc1plus-checksum.c): For stage-final re-use + the checksum from the previous stage. + +2016-05-02 David Malcolm + + PR c++/62314 + * typeck.c (finish_class_member_access_expr): When + giving a hint about a possibly-misspelled member name, + add a fix-it replacement hint. + +2016-05-02 Cesar Philippidis + + * cp-tree.h (finish_omp_clauses): Update prototype. + * parser.c (cp_parser_oacc_all_clauses): Update call to + finish_omp_clauses. + (cp_parser_omp_all_clauses): Likewise. + (cp_parser_omp_for_loop): Likewise. + (cp_omp_split_clauses): Likewise. + (cp_parser_oacc_cache): Likewise. + (cp_parser_oacc_loop): Likewise. + (cp_parser_omp_declare_target): + (cp_parser_cilk_simd_all_clauses): Likewise. + (cp_parser_cilk_for): Likewise. + * pt.c (tsubst_omp_clauses): Replace allow_fields and declare_simd + arguments with enum c_omp_region_type ort. + (tsubst_omp_clauses): Update calls to finish_omp_clauses. + (tsubst_omp_attribute): Update calls to tsubst_omp_clauses. + (tsubst_omp_for_iterator): Update calls to finish_omp_clauses. + (tsubst_expr): Update calls to tsubst_omp_clauses. + * semantics.c (finish_omp_clauses): Replace bool arguments + allow_fields, declare_simd, and is_cilk with bitmask ort. + (finish_omp_for): Update call to finish_omp_clauses. + +2016-05-02 David Malcolm + + PR c++/62314 + * parser.c (cp_parser_class_head): Capture the start location; + use it to emit a fix-it insertion hint when complaining + about missing "template <> " in explicit specializations. + +2016-05-02 Richard Sandiford + + * init.c (build_new_1): Use shift operators instead of wi:: shifts. + +2016-05-02 Richard Biener + + * decl.c (grokdeclarator): Properly insert a DECL_EXPR for + anonymous VLAs. + +2016-04-29 Paolo Carlini + + PR c++/66644 + * class.c (check_field_decl): Remove final int* parameter, change + the return type to bool; fix logic in order not to reject multiple + initialized fields in anonymous struct. + (check_field_decls): Adjust call. + +2016-04-29 Cesar Philippidis + + PR middle-end/70626 + * parser.c (cp_parser_oacc_loop): Don't augment mask with + OACC_LOOP_CLAUSE_MASK. + (cp_parser_oacc_kernels_parallel): Update call to + c_oacc_split_loop_clauses. + +2016-04-28 Jason Merrill + + Implement C++17 [[nodiscard]] attribute. + PR c++/38172 + PR c++/54379 + * parser.c (cp_parser_std_attribute): Handle [[nodiscard]]. + * tree.c (handle_nodiscard_attribute): New. + (cxx_attribute_table): Add [[nodiscard]]. + * cvt.c (cp_get_fndecl_from_callee, cp_get_callee_fndecl): New. + (maybe_warn_nodiscard): New. + (convert_to_void): Call it. + + * cvt.c (cp_get_callee): New. + * constexpr.c (get_function_named_in_call): Use it. + * cxx-pretty-print.c (postfix_expression): Use it. + * except.c (check_noexcept_r): Use it. + * method.c (check_nontriv): Use it. + * tree.c (build_aggr_init_expr): Use it. + * cp-tree.h: Declare it. + +2015-04-27 Ryan Burn + Jeff Law + + PR c++/69024 + PR c++/68997 + * cp-gimplify.c (cp_gimplify_expr): Call cilk_cp_detect_spawn_and_unwrap + instead of cilk_detect_spawn_and_unwrap. + * cp-cilkplus.c (is_conversion_operator_function_decl_p): New. + (find_spawn): New. + (cilk_cp_detect_spawn_and_unwrap): New. + * lambda.c: Include cp-cilkplus.h. + * parser.c: Include cp-cilkplus.h. + * cp-tree.h (cpp_validate_cilk_plus_loop): Move prototype into... + * cp-cilkpus.h: New file. + +2016-04-27 Nathan Sidwell + + * constexpr.c (get_fundef_copy): Use the original function for + non-recursive evaluations. + (save_fundef_copy): Always expect a slot to be available. + +2016-04-27 Bernd Schmidt + + * parser.c (cp_parser_postfix_expression): Call + warn_for_memset instead of warning directly here. + +2016-04-26 Patrick Palka + + PR c++/70241 + * decl.c (build_enumerator): Set current_access_specifier when + declaring an enumerator belonging to an in-class enumeration. + * parser.c (cp_parser_check_access_in_redecleration): Also + consider in-class enumerations. + +2016-04-26 Marek Polacek + + PR c++/70744 + * call.c (build_conditional_expr_1): Call cp_stabilize_reference + instead of stabilize_reference. + (build_over_call): Likewise. + * cp-tree.h (cp_stabilize_reference): Declare. + * tree.c (cp_stabilize_reference): New function. + * typeck.c (cp_build_unary_op): Call cp_stabilize_reference instead of + stabilize_reference. + (unary_complex_lvalue): Likewise. + (cp_build_modify_expr): Likewise. + +2016-04-26 Jakub Jelinek + + PR bootstrap/70704 + * pt.c (build_non_dependent_expr): Use flag_checking > 1 instead of + just flag_checking. + +2016-04-25 Jason Merrill + + * tree.c (std_attribute_table): New. + (init_tree): Register it. + +2016-04-22 Jason Merrill + + * parser.c (cp_parser_perform_range_for_lookup): Decay the array. + +2016-04-21 Patrick Palka + + * name-lookup.c (free_saved_scope): New free list of saved_scope + structures. + (push_to_top_level): Attempt to reuse a saved_scope struct + from free_saved_scope instead of allocating a new one each time. + (pop_from_top_level_1): Chain the now-unused saved_scope structure + onto free_saved_scope. + +2016-04-21 Paolo Carlini + + PR c++/70540 + * semantics.c (process_outer_var_ref): Unconditionally return + error_mark_node when mark_used returns false. + +2016-04-21 Marek Polacek + + PR c++/70513 + * parser.c (cp_parser_enum_specifier): Check and possibly error for + extra qualification. + +2016-04-20 Nathan Sidwell + + PR c++/55635 + * init.c (build_vec_delete_1): Protect operator delete call in try + finally. + (build_delete): Likewise. + * optimize.c (build_delete_destructor_body): Likewise. + +2016-04-20 Ilya Verbin + + PR c++/69363 + * cp-tree.h (finish_omp_clauses): Add new default argument. + * parser.c (cp_parser_cilk_simd_all_clauses): Use finish_omp_clauses + instead of c_finish_cilk_clauses. + * semantics.c (finish_omp_clauses): Add new argument. Allow + floating-point variables in the linear clause for Cilk Plus. + +2016-04-20 Nathan Sidwell + + * semantics.c (finish_compound_lteral): Don't wrap VECTOR_TYPEs in a + TARGET_EXPR. + +2016-04-19 Jason Merrill + + PR c++/66543 + * expr.c (mark_exp_read): Handle NON_DEPENDENT_EXPR. + * pt.c (make_pack_expansion): Call mark_exp_read. + * semantics.c (finish_id_expression): Call mark_type_use in + unevaluated context. + + DR 2137 + * call.c (implicit_conversion): If we choose a copy constructor + for list-initialization from the same type, the conversion is an + exact match. + + * constexpr.c (breaks): Handle EXIT_EXPR. + (cxx_eval_loop_expr): Handle COMPOUND_EXPR body. + (cxx_eval_constant_expression): Handle EXIT_EXPR, improve handling + of COMPOUND_EXPR. + + PR c++/68206 + PR c++/68530 + * constexpr.c (potential_constant_expression_1): Handle LOOP_EXPR + and GOTO_EXPR. + + * pt.c (tsubst_expr): Remove shadowing declaration. + (tsubst_pack_expansion): Add assert. + + * semantics.c (add_decl_expr): Use DECL_SOURCE_LOCATION. + + PR c++/70522 + * name-lookup.c (qualified_lookup_using_namespace): Look through + hidden names. + +2016-04-18 Michael Matz + + * class.c (build_vtable): Use SET_DECL_ALIGN and SET_TYPE_ALIGN. + (layout_class_type): Ditto. + (build_base_field): Use SET_DECL_ALIGN. + (fixup_attribute_variants): Use SET_TYPE_ALIGN. + * decl.c (duplicate_decls): Use SET_DECL_ALIGN. + (record_unknown_type): Use SET_TYPE_ALIGN. + (cxx_init_decl_processing): Ditto. + (copy_type_enum): Ditto. + (grokfndecl): Use SET_DECL_ALIGN. + (copy_type_enum): Use SET_TYPE_ALIGN. + * pt.c (instantiate_class_template_1): Use SET_TYPE_ALIGN. + (tsubst): Ditto. + * tree.c (cp_build_qualified_type_real): Use SET_TYPE_ALIGN. + * lambda.c (maybe_add_lambda_conv_op): Use SET_DECL_ALIGN. + * method.c (implicitly_declare_fn): Use SET_DECL_ALIGN. + * rtti.c (emit_tinfo_decl): Ditto. + +2016-04-18 Jason Merrill + + PR c++/70690 + PR c++/70528 + * class.c (type_maybe_constexpr_default_constructor): New. + (type_has_constexpr_default_constructor): Revert. + +2016-04-16 Sandra Loosemore + + PR target/1078 + + * tree.c (cxx_attribute_table): Remove "com_interface" entry. + (handle_com_interface_attribute): Delete. + +2016-04-15 Jason Merrill + + PR c++/70685 + * constexpr.c (get_fundef_copy): Handle null *slot. + + PR c++/70505 + * pt.c (tsubst_baselink): Give the new TEMPLATE_ID_EXPR + unknown_type_node, too. + +2016-04-15 Jason Merrill + Nathan Sidwell + + PR c++/70594 + * constexpr.c (constexpr_call_table): Preserve in GC. + (struct fundef_copy, struct fundef_copies_table_t): Delete. + (fundef_copies_table): Preserve in GC. Change to pointer to + tree->tree hash. + (maybe_initialize_fundef_copies_table): Adjust. + (get_fundef_copy): Return a TREE_LIST. Use non-inserting search. + (save_fundef_copy): Adjust for a TREE_LIST. + (cxx_eval_call_expression): Adjust for a fundef_copy TREE_LIST. + (fini_constexpr): New. + * cp-tree.h (fini_constexpr): Declare. + * decl2.c (c_parse_final_cleanups): Call fini_constexpr. + +2016-04-15 Jakub Jelinek + + PR c/70436 + * parser.c (cp_parser_pragma): Add IF_P argument, pass it down + where needed. + (cp_parser_declaration_seq_opt, cp_parser_member_specification_opt, + cp_parser_objc_interstitial_code, cp_parser_omp_declare_simd, + cp_parser_oacc_routine): Adjust cp_parser_pragma callers. + (cp_parser_statement): Likewise. Adjust cp_parser_cilk_for caller. + (cp_parser_omp_structured_block): Add IF_P argument, pass it down to + cp_parser_statement. + (cp_parser_oacc_data, cp_parser_oacc_host_data, cp_parser_oacc_loop, + cp_parser_oacc_kernels_parallel, cp_parser_omp_critical, + cp_parser_omp_simd, cp_parser_omp_for, cp_parser_omp_master, + cp_parser_omp_ordered, cp_parser_omp_parallel, cp_parser_omp_single, + cp_parser_omp_task, cp_parser_omp_taskgroup, cp_parser_omp_distribute, + cp_parser_omp_teams, cp_parser_omp_target_data, cp_parser_omp_target, + cp_parser_omp_taskloop, cp_parser_omp_construct, + cp_parser_cilk_grainsize, cp_parser_cilk_simd, cp_parser_cilk_for): + Add IF_P argument, pass it down where needed. + (cp_parser_omp_for_loop): Likewise. Clear IF_P if nbraces. + (cp_parser_omp_sections_scope): Adjust cp_parser_omp_structured_block + calls. + +2016-04-14 Jason Merrill + + PR c++/70494 + * decl.c (cxx_maybe_build_cleanup): Handle non-decls. + * typeck2.c (split_nonconstant_init_1): Use it. + + PR c++/70528 + * class.c (type_has_constexpr_default_constructor): Return true + for an implicitly declared constructor. + + PR c++/70622 + * parser.c (cp_parser_init_declarator): Add auto_result parm. + (cp_parser_simple_declaration): Pass it. + (strip_declarator_types): New. + + PR c++/70543 + * pt.c (value_dependent_expression_p) [VAR_DECL]: A type-dependent + initializer also makes the variable value-dependent. + + PR c++/70648 + * constexpr.c (cxx_eval_store_expression): Also copy + CONSTRUCTOR_NO_IMPLICIT_ZERO. + +2016-04-14 Martin Sebor + + PR c++/69517 + PR c++/70019 + PR c++/70588 + * cp-tree.h, decl.c, init.c, typeck2.c: Revert. + +2016-04-14 Jason Merrill + + * call.c, decl.c, error.c, cp-tree.h, decl.c: Revert empty + parameter ABI change. + +2016-04-13 Martin Sebor + + PR c++/69517 + PR c++/70019 + PR c++/70588 + * cp-tree.h (throw_bad_array_length, build_vla_check): Declare new + functions. + * decl.c (check_initializer, cp_finish_decl): Call them. + (reshape_init_r): Reject incompletely braced intializer-lists + for VLAs. + * init.c (throw_bad_array_length, build_vla_check) + (build_vla_size_check, build_vla_init_check): Define new functions. + * typeck2.c (split_nonconstant_init_1): Use variably_modified_type_p() + to detect a VLA. + (store_init_value): Same. + +2016-04-13 Jason Merrill + + Warn about empty parameter ABI with -Wabi=9. + * call.c (empty_class_msg, mark_for_abi_warning) + (warn_empty_class_abi): New. + (build_call_a): Use them. + * decl.c (store_parm_decls): Use mark_for_abi_warning. + * error.c (pp_format_to_string): New. + + Pass empty class parameters like C. + * call.c (pass_as_empty_struct, empty_class_arg): New. + (type_passed_as, build_x_va_arg): Use pass_as_empty_struct. + (build_call_a): Use empty_class_arg. + * cp-tree.h (CPTI_EMPTY_STRUCT, empty_struct_type): New. + * decl.c (cxx_init_decl_processing): Create empty_struct_type. + +2016-04-13 Jason Merrill + + PR c++/70627 + * decl.c (start_enum): Don't change an existing ENUM_UNDERLYING_TYPE. + +2016-04-13 Paolo Carlini + + PR c++/70635 + * pt.c (resolve_typename_type): Fix typos in infinite recursion + avoidance mechanism. + +2016-04-13 Jason Merrill + + PR c++/70634 + * pt.c (instantiation_dependent_uneval_expression_p): Split out + from instantiation_dependent_expression_p. + (value_dependent_expression_p): Use it for unevaluated operands. + (instantiation_dependent_r): Don't check value-dependence. + (instantiation_dependent_expression_p): Check + value-dependence of the expression as a whole. + * cp-tree.h: Declare instantiation_dependent_uneval_expression_p. + * semantics.c (finish_decltype_type): Use it. + + * constexpr.c (potential_nondependent_constant_expression): New. + (potential_nondependent_static_init_expression): New. + (maybe_constant_value_1, fold_non_dependent_expr) + (maybe_constant_init): Use them. + * pt.c (instantiate_non_dependent_expr_sfinae) + (instantiate_non_dependent_or_null, convert_nontype_argument): Use + them. + * cp-tree.h: Declare them. + +2016-04-13 Jakub Jelinek + + PR c++/70594 + * decl.c (pop_labels_1): Removed. + (note_label, sort_labels): New functions. + (pop_labels): During named_labels traversal, just push the slot + pointers into a vector, then qsort it by DECL_UID and only then + call pop_label and chain it into BLOCK_VARS. + +2016-04-13 Jason Merrill + + PR c++/70615 + * cp-gimplify.c (cp_genericize_r): Expand PTRMEM_CST here. + (cp_gimplify_expr): Not here. + +2016-04-12 Patrick Palka + + PR c++/70610 + * tree.c (lvalue_kind) [NON_DEPENDENT_EXPR]: Unconditionally + recurse into it. + * typeck.c (build_x_conditional_expr): Unconditionally remember + that the result is an lvalue or xvalue. + +2016-04-12 Jason Merrill + + * class.c (is_really_empty_class): A zero-length array is empty. + An unnamed bit-field doesn't make a class non-empty. + +2016-04-12 Paolo Carlini + + PR c++/68722 + * parser.c (cp_parser_cache_defarg): When file ends in default + argument simply return error_mark_node. + +2016-04-12 Nathan Sidwell + + PR c++/70501 + * constexpr.c (cxx_eval_bare_aggregate): Handle VECTOR_TYPE + similarly to PMF. + +2016-04-11 Jason Merrill + + * mangle.c (decl_is_template_id): The template itself counts as a + template-id. + +2016-04-08 Patrick Palka + + PR c++/70590 + PR c++/70452 + * constexpr.c (cxx_eval_outermost_expression): Call unshare_expr + on the result if it's not a CONSTRUCTOR. + +2016-04-07 Patrick Palka + + PR c++/70452 + * constexpr.c (find_constructor): New function. + (unshare_constructor): New function. + (cxx_eval_call_expression): Use unshare_constructor instead of + unshare_expr. + (find_array_ctor_elt): Likewise. + (cxx_eval_vec_init_1): Likewise. + (cxx_eval_store_expression): Likewise. + (cxx_eval_constant_expression): Likewise. + +2016-04-06 Patrick Palka + + PR c/70436 + * cp-tree.h (FOR_EACH_CLONE): Restructure macro to avoid + potentially generating a future -Wparentheses warning in its + callers. + +2016-04-06 Jason Merrill + + * class.c (check_abi_tags): Fix function template handling. + +2016-04-05 Nathan Sidwell + + PR c++/70512 + * class.c (fixup_may_alias): New. + (fixup_attribute_variants): Call it. + +2016-04-05 Patrick Palka + + PR c++/70452 + * constexpr.c (struct fundef_copy): New struct. + (struct fundef_copies_table_t): New struct. + (fundef_copies_table): New static variable. + (maybe_initialize_fundef_copies_table): New static function. + (get_fundef_copy): New static function. + (save_fundef_copy): New static function. + (cxx_eval_call_expression): Use get_fundef_copy, and + save_fundef_copy. + (constexpr_call_table): Add "deletable" GTY marker. + +2016-04-05 Patrick Palka + + PR c++/70452 + * cp-tree.h (class cache_map): Remove. + * constexpr.c (cv_cache): Change type to + GTY((deletable)) hash_map *. + (maybe_constant_value): Adjust following the change to cv_cache. + (clear_cv_cache): New static function. + (clear_cv_and_fold_caches): Use it. + * cp-gimplify.c (fold_cache): Change type to + GTY((deletable)) hash_map *. + (clear_fold_cache): Adjust following the change to fold_cache. + (cp_fold): Likewise. + +2016-04-02 Martin Sebor + + PR c++/67376 + PR c++/70170 + PR c++/70172 + PR c++/70228 + * constexpr.c (diag_array_subscript): New function. + (cxx_eval_array_reference): Detect out of bounds array indices. + +2016-04-01 Jason Merrill + + PR c++/70449 + PR c++/70344 + * pt.c (instantiate_decl): A function isn't fully defined if + DECL_INITIAL is error_mark_node. + * constexpr.c (cxx_eval_call_expression): Likewise. + +2016-04-01 Jakub Jelinek + Marek Polacek + + PR c++/70488 + * init.c (warn_placement_new_too_small): Test whether + DECL_SIZE_UNIT or TYPE_SIZE_UNIT are integers that fit into uhwi. + +2016-04-01 Nathan Sidwell + + PR c++/68475 + * decl.c (check_redeclaration_exception_specification): Check + regardless of -fno-exceptions. + * typeck2.c (merge_exception_specifiers): Relax assert by checking + flag_exceptions too. + +2016-03-31 Nathan Sidwell + + * decl.c (start_preparsed_function): Remove unnecessary bracing. + (finish_destructor_body): Don't emit operator delete here. + +2016-03-31 Nathan Sidwell + + PR c++/70393 + * constexpr.c (cxx_eval_store_expression): Keep CONSTRUCTOR + elements in field order. + +2016-03-31 Marek Polacek + + PR c/70297 + * decl.c (duplicate_decls): Also set TYPE_ALIGN and TYPE_USER_ALIGN. + +2016-03-31 Richard Biener + + PR c++/70430 + * typeck.c (cp_build_binary_op): Fix operand order of vector + conditional in truth op handling. + +2016-03-29 Jason Merrill + + PR c++/70353 + * decl.c (make_rtl_for_nonlocal_decl): Don't defer local statics + in constexpr functions. + +2016-03-28 Jason Merrill + + PR c++/70422 + PR c++/64266 + PR c++/70353 + * decl.c, pt.c, constexpr.c: Revert last patch. + +2016-03-25 Jason Merrill + Martin Liška + + PR c++/64266 + PR c++/70353 + Core issue 1962 + * decl.c (cp_fname_init): Decay the initializer to pointer. + (cp_make_fname_decl): Set DECL_DECLARED_CONSTEXPR_P, + DECL_VALUE_EXPR, DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P. + Don't call cp_finish_decl. + * pt.c (tsubst_expr) [DECL_EXPR]: Set DECL_VALUE_EXPR, + DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P. Don't call cp_finish_decl. + * constexpr.c (cxx_eval_constant_expression) [VAR_DECL]: + Handle DECL_VALUE_EXPR. + +2016-03-24 Jason Merrill + + PR c++/70386 + * constexpr.c (cxx_eval_bare_aggregate): Handle PMFs. + + PR c++/70323 + * constexpr.c (cxx_eval_call_expression): Don't cache result if + *overflow_p. + +2016-03-24 Patrick Palka + + PR c++/62212 + * tree.c (build_cplus_array_type): Determine type-dependentess + with uses_template_parms instead of with dependent_type_p. + +2016-03-23 Patrick Palka + + PR c++/70347 + * typeck.c (process_init_constructor_union): If the initializer + is empty, use the union's NSDMI if it has one. + +2016-03-23 Patrick Palka + + PR c++/70332 + * pt.c (tsubst_copy) [PARM_DECL]: Handle the use of 'this' in an + NSDMI that's part of an aggregrate initialization. + +2016-03-23 Jakub Jelinek + + PR c++/70001 + * constexpr.c (cxx_eval_vec_init_1): Reuse CONSTRUCTOR initializers + for 1..max even for multi-dimensional arrays. Call unshare_expr + on it. + + PR c++/70323 + * constexpr.c (cxx_eval_constant_expression): Diagnose overflow + on TREE_OVERFLOW constants. + + PR c++/70376 + * cp-gimplify.c (genericize_omp_for_stmt): Don't walk OMP_FOR_CLAUSES + for OMP_TASKLOOP here. + (cp_genericize_r): Handle OMP_TASKLOOP like OMP_TASK, except do call + genericize_omp_for_stmt instead of cp_walk_tree on OMP_BODY. + +2016-03-23 Alexandre Oliva + Jason Merrill + Jakub Jelinek + + PR c++/69315 + * cp-tree.h (defer_mark_used_calls, deferred_mark_used_calls): Remove. + * decl.c (defer_mark_used_calls, deferred_mark_used_calls): Remove. + (finish_function): Don't set or test them. + * decl2.c (mark_used): Don't handle defer_mark_used_calls. + +2016-03-23 Jason Merrill + + PR c++/70344 + * constexpr.c (cxx_eval_call_expression): Catch invalid recursion. + +2016-03-23 Marek Polacek + + PR c++/69884 + * pt.c (canonicalize_type_argument): Use OPT_Wignored_attributes. + +2016-03-22 Ilya Enkovich + + * call.c (build_conditional_expr_1): Always use original + condition type for vector type checks and build. + +2016-03-22 Patrick Palka + + PR c++/70096 + * pt.c (tsubst_decl): Clear the DECL_MODE of the new decl. + +2016-03-22 Patrick Palka + + PR c++/70204 + * constexpr.c (non_const_var_error): Check + DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P. + +2016-03-21 Richard Henderson + + PR c++/70273 + * decl.c (notice_forced_label_r): New. + (cp_finish_decl): Use it. + +2016-03-21 Jason Merrill + + PR c++/70285 + * cp-gimplify.c (cp_fold) [COND_EXPR]: Handle bit-fields. + +2016-03-18 Jason Merrill + + PR c++/70139 + * constexpr.c (cxx_eval_call_expression): Fix trivial copy. + + PR c++/70147 + * class.c (vptr_via_virtual_p): New. + (most_primary_binfo): Factor out of build_rtti_vtbl_entries. + * cp-ubsan.c (cp_ubsan_dfs_initialize_vtbl_ptrs): Don't clear + a vptr from any virtual base in a not-in-charge 'structor. + + * decl.c (build_clobber_this): Factor out of + start_preparsed_function and begin_destructor_body. Handle + virtual bases better. + + * class.c (build_if_in_charge): Split out from build_base_path. + * init.c (expand_virtual_init, expand_default_init): Use it. + * call.c (build_special_member_call): Use it. + +2016-03-18 Jakub Jelinek + + PR c++/70267 + * init.c (build_new_1): Complain and return error_mark_node + if alloc_fn is not _Jv_AllocObject function returning pointer. + +2016-03-18 Patrick Palka + + PR c++/70205 + * search.c (adjust_result_of_qualified_name_lookup): Don't + update the BASELINK_BINFO of DECL if the second call + to lookup_base fails. + +2016-03-18 Patrick Palka + + PR c++/70218 + * parser.c (cp_parser_lambda_expression): Move call to + pop_deferring_access_checks ahead of the call to + cp_parser_end_tentative_firewall. + +2016-03-17 Jakub Jelinek + + PR c++/70144 + * cp-tree.h (magic_varargs_p): Return int instead of bool. + * call.c (magic_varargs_p): Return int instead of bool, return 2 for + Cilk+ reductions, otherwise 1 for magic varargs and 0 for normal + varargs. + (build_over_call): If magic_varargs_p == 2, call reject_gcc_builtin, + if magic_varargs_p == 1, call decay_conversion + instead of mark_type_use. Don't store error_mark_node arguments to + argarray, instead return error_mark_node. + + PR c++/70272 + * decl.c (begin_destructor_body): Don't insert clobber if + is_empty_class (current_class_type). + +2016-03-17 Marek Polacek + + PR c++/70194 + * typeck.c (warn_for_null_address): New function. + (cp_build_binary_op): Call it. + +2016-03-16 Jason Merrill + + PR c++/70259 + * decl.c (start_preparsed_function): Don't clobber an empty base. + +2016-03-16 Jakub Jelinek + + PR c++/70147 + * cp-ubsan.c (cp_ubsan_dfs_initialize_vtbl_ptrs): Conditionalize + BINFO_VIRTUAL_P vtable clearing on current_in_charge_parm. + + PR c++/70147 + * cp-ubsan.c (cp_ubsan_maybe_initialize_vtbl_ptrs): Temporarily + set in_base_initializer. + +2016-03-15 Marek Polacek + + PR c++/70209 + * tree.c (strip_typedefs): Call strip_typedefs again on the + DECL_ORIGINAL_TYPE result. + +2016-03-15 Jason Merrill + + PR c++/70095 + * pt.c (instantiate_decl): Fix call to variable_template_p. + + PR c++/70141 + * pt.c (for_each_template_parm_r): Always walk into TYPENAME_TYPE. + +2016-03-14 Casey Carter + Jason Merrill + + P0184R0: Generalizing the Range-Based For Loop + * parser.c (cp_convert_range_for): Set the type of __end separately. + (cp_parser_perform_range_for_lookup): Allow different begin/end + types if they are comparable. + +2016-03-12 Patrick Palka + + PR c++/70106 + * semantics.c (force_paren_expr): Just build a PAREN_EXPR when + processing_template_decl and EXPR is a SCOPE_REF. + +2016-03-10 Patrick Palka + Jakub Jelinek + + PR c++/70001 + * constexpr.c (cxx_eval_vec_init_1): For pre_init case, reuse + return value from cxx_eval_constant_expression from earlier + elements if it is valid constant initializer requiring no + relocations. + +2016-03-10 Marek Polacek + + PR c++/70153 + * cp-gimplify.c (cp_fold): Handle UNARY_PLUS_EXPR. + +2016-03-09 Cesar Philippidis + + * parser.c (cp_parser_oacc_loop): Update cclauses and clauses + when calling c_finish_omp_clauses. + +2016-03-08 Jason Merrill + + * parser.c (cp_parser_diagnose_invalid_type_name): Give helpful + diagnostic for use of "concept". + (cp_parser_requires_clause_opt): And "requires". + (cp_parser_type_parameter, cp_parser_late_return_type_opt) + (cp_parser_explicit_template_declaration): Adjust. + * Make-lang.in (check-c++-all): Add "concepts" to std list. + + P0036R0: Unary Folds and Empty Parameter Packs + * pt.c (expand_empty_fold): Remove special cases for *,+,&,|. + +2016-03-08 Jakub Jelinek + + PR c++/70135 + * constexpr.c (cxx_eval_loop_expr): Forget saved values of SAVE_EXPRs + even after the last iteration of the loop. + + * decl.c (duplicate_decls): Fix spelling - becuase -> because. + +2016-03-07 Patrick Palka + + PR c++/66786 + * pt.c (get_template_info): Handle PARM_DECL. + (template_class_depth): Check DECL_P instead of + VAR_OR_FUNCTION_DECL_P. + +2016-03-05 Jason Merrill + + PR c++/67364 + * constexpr.c (cxx_eval_store_expression): Replace + CONSTRUCTOR_ELTS in nested CONSTRUCTORs, too. + +2016-03-05 Patrick Palka + + PR c++/66786 + * pt.c (template_class_depth): Given a lambda type, iterate + into its LAMBDA_TYPE_EXTRA_SCOPE field instead of its + TYPE_CONTEXT. Given a VAR_DECL, iterate into its + CP_DECL_CONTEXT. + +2016-03-04 Jason Merrill + + PR c++/69203 + * cp-tree.h (COND_EXPR_IS_VEC_DELETE): New. + * init.c (build_vec_delete_1): Set it. + * constexpr.c (potential_constant_expression_1) [COND_EXPR]: Check it. + +2016-03-04 Jakub Jelinek + + * decl.c (start_preparsed_function): Don't emit start clobber at the + start of constructor clones. + + PR c++/70035 + * cp-tree.h (cp_ubsan_maybe_initialize_vtbl_ptrs): New prototype. + * decl.c (start_preparsed_function): Call + cp_ubsan_maybe_initialize_vtbl_ptrs if needed. + * cp-ubsan.c (cp_ubsan_dfs_initialize_vtbl_ptrs, + cp_ubsan_maybe_initialize_vtbl_ptrs): New functions. + +2016-03-04 Jason Merrill + + PR c++/67364 + * constexpr.c (cxx_eval_component_reference): Further tweak. + + * constexpr.c (struct constexpr_ctx): Add save_exprs field. + (cxx_eval_loop_expr): Discard SAVE_EXPR values before looping. + (cxx_eval_constant_expression) [SAVE_EXPR]: Add it to the set. + (cxx_eval_outermost_constant_expr, is_sub_constant_expr): Initialize. + + PR c++/70067 + * tree.c (strip_typedefs): Handle TYPENAME_TYPE lookup finding the + same type. + +2016-03-03 Jason Merrill + + * method.c (synthesized_method_walk): operator= can also be constexpr. + + * pt.c (tsubst_copy_and_build) [LAMBDA_EXPR]: Get + LAMBDA_EXPR_RETURN_TYPE from the instantiated closure. + + PR c++/67164 + * pt.c (copy_template_args): New. + (tsubst_pack_expansion): Use it. + + * call.c (build_aggr_conv): Use get_nsdmi. + + PR c++/51406 + * typeck.c (build_static_cast_1): Avoid folding back to lvalue. + + PR c++/67364 + * constexpr.c (cxx_eval_component_reference): Just return an empty + CONSTRUCTOR for an empty class. + +2016-03-01 Jason Merrill + + PR c++/70036 + * parser.c (cp_parser_requires_clause): Call + check_for_bare_parameter_packs. + + PR c++/51489 + * constexpr.c (cxx_eval_binary_expression): Don't VERIFY_CONSTANT + the operands. + + PR c++/69995 + * constexpr.c (cxx_eval_call_expression): Unshare arg. + (cxx_eval_constant_expression) [DECL_EXPR]: Unshare init. + [TARGET_EXPR]: Unshare init. + +2016-03-01 Patrick Palka + + PR c++/68948 + PR c++/69961 + * pt.c (tsubst_baselink): Reinstate the check for an invalid + constructor call. + +2016-02-28 Jason Merrill + + PR c++/69995 + * constexpr.c (cxx_eval_store_expression): Unshare init. + +2016-02-26 Jason Merrill + + PR c++/69958 + * pt.c (make_argument_pack): New. + (tsubst_copy) [SIZEOF_EXPR]: Handle partial expansion. + (tsubst_copy_and_build): Likewise. + +2016-02-25 Jason Merrill + + PR c++/69889 + * cp-tree.h (AGGR_INIT_FROM_THUNK_P): New. + * tree.c (build_aggr_init_expr): Set it. + * semantics.c (simplify_aggr_init_expr): Check it. + * cp-gimplify.c (cp_genericize_r): Don't walk into + a call/aggr_init from a thunk. + + PR c++/69842 + * method.c (forward_parm): Handle parameter packs. + * lambda.c (maybe_add_lambda_conv_op): Use it for them. + + PR c++/67364 + * constexpr.c (cxx_eval_component_reference): Don't complain about + unevaluated empty classes. + + PR c++/68049 + * tree.c (strip_typedefs): Use DECL_ORIGINAL_TYPE. + +2016-02-25 Patrick Palka + + PR c++/69736 + * cp-tree.h (REF_PARENTHESIZED_P): Adjust documentation. + (maybe_undo_parenthesized_ref): Declare. + * semantics.c (maybe_undo_parenthesized_ref): Split out from + check_return_expr. + (finish_call_expr): Use it. + * typeck.c (check_return_expr): Use it. + * pt.c (tsubst_copy_and_build) [INDIRECT_REF]: Retain the + REF_PARENTHESIZED_P flag. + +2016-02-24 Jakub Jelinek + + PR c++/69922 + * class.c (build_base_path): Set TREE_NO_WARNING on the null_test. + Avoid folding it. + * init.c (build_vec_delete_1, build_delete): Don't fold the non-NULL + tests. + * cp-gimplify.c (cp_fold): For TREE_NO_WARNING comparisons with NULL, + unless they are folded into INTEGER_CST, error_mark_node or some + comparison with NULL, avoid folding them and use either the original + comparison or non-folded comparison of folded arguments. + * cp-ubsan.c (cp_ubsan_instrument_vptr): Set TREE_NO_WARNING on the + comparison, don't fold the comparison right away. + +2016-02-24 Jason Merrill + + PR c++/69323 + * friend.c (make_friend_class): Likewise. + * decl.c (lookup_and_check_tag): Diagnose invalid dependent friend. + +2016-02-24 Jason Merrill + + PR c++/69323 + * pt.c (instantiate_class_template_1): Set + processing_template_decl before substituting friend_type. + +016-02-24 Martin Sebor + + PR c++/69912 + * tree.c (build_ctor_subob_ref): Compare types' main variants + instead of the types as they are. + +2016-02-24 Jason Merrill + + * decl.c (start_preparsed_function): Condition ctor clobber on + flag_lifetime_dse > 1. + + * cp-gimplify.c (cp_fold): Don't fold constexpr calls if -fno-inline. + +2016-02-19 Jason Merrill + + PR c++/69743 + * call.c (remaining_arguments): No longer static. + * cp-tree.h: Declare it. + * pt.c (more_specialized_fn): Use it. + +2016-02-19 Jakub Jelinek + Bernd Edlinger + + * Make-lang.in: Invoke gperf with -L C++. + * cfns.gperf: Remove prototypes for hash and libc_name_p + inlines. + * cfns.h: Regenerated. + * except.c (nothrow_libfn_p): Adjust. + +2016-02-19 Jakub Jelinek + + PR c++/69850 + * rtti.c (ifnonnull): Set TREE_NO_WARNING on the condition, use + NE_EXPR instead of EQ_EXPR and swap last two arguments on COND_EXPR. + +2016-02-19 Patrick Palka + + PR c++/68948 + * pt.c (tsubst_baselink): Don't diagnose an invalid constructor + call here. + * semantics.c (finish_call_expr): Don't assume a constructor + call is dependent if only the "this" pointer is dependent. When + building a constructor call, always use a dummy object. + +2016-02-19 Jakub Jelinek + + PR c++/69850 + * init.c (build_vec_delete_1): Set TREE_NO_WARNING on the NE_EXPR + condition. + * cp-gimplify.c (cp_fold): Propagate TREE_NO_WARNING from binary + operators if folding preserved the binop, just with different + arguments. + + PR c++/67767 + * parser.c (cp_parser_std_attribute_spec_seq): Don't assume + attr_spec is always single element chain, chain all the attributes + properly together in the right order. + +2016-02-18 Jason Merrill + + * mangle.c (maybe_check_abi_tags): Add for_decl parm. Call + mangle_decl. + (mangle_decl): Call maybe_check_abi_tags for function scope. + (mangle_guard_variable): Call maybe_check_abi_tags here. + (write_guarded_var_name): Not here. + +2016-02-17 Jason Merrill + + PR c++/65985 + * constexpr.c (build_constexpr_constructor_member_initializers): + Handle an additional STATEMENT_LIST. + + PR c++/68585 + * constexpr.c (cxx_eval_bare_aggregate): Fix 'changed' detection. + + PR c++/68679 + * decl2.c (reset_type_linkage_2): Look through member templates. + +2016-02-17 Jakub Jelinek + + PR c++/69850 + * init.c (build_delete): Set TREE_NO_WARNING on ifexp. + +2016-02-17 Jason Merrill + + PR c++/69842 + * method.c (forward_parm): Split out from... + (add_one_base_init): ...here. + * lambda.c (maybe_add_lambda_conv_op): Use it. + +2016-02-16 Jason Merrill + + PR c++/10200 + PR c++/69753 + * call.c, cp-tree.h, name-lookup.c, pt.c, search.c, semantics.c, + tree.c, typeck2.c: Revert earlier changes. + * parser.c (cp_parser_lookup_name): Ignore namespace-scope + non-type templates after -> or . + +2016-02-16 Jakub Jelinek + + PR c/69835 + * typeck.c (cp_build_binary_op): Revert 2015-09-09 change. + +2016-02-16 Jason Merrill + + PR c++/69657 + * name-lookup.c (lookup_qualified_name): Add find_hidden parm. + (set_decl_namespace): Pass it. Complain about finding a hidden friend. + * name-lookup.h: Adjust. + +2016-02-16 James Norris + + * parser.c (cp_parser_oacc_data_clause_deviceptr): Remove checking. + * semantics.c (finish_omp_clauses): Add deviceptr checking. + +2016-02-15 Jakub Jelinek + + PR c++/69658 + * init.c (expand_default_init): Only call reshape_init + in the direct-initialization from an initializer list case. + +2016-02-15 Jason Merrill + + PR c++/69753 + * semantics.c (finish_call_expr): Implicit 'this' does not make + the call dependent. + * search.c (any_dependent_bases_p): Split out... + * name-lookup.c (do_class_using_decl): ...from here. + * call.c (build_new_method_call_1): Don't complain about missing object + if there are dependent bases. Tweak error. + * tree.c (non_static_member_function_p): Remove. + * pt.c (type_dependent_expression_p): A member template of a + dependent type is dependent. + * cp-tree.h: Adjust. + + PR c++/68890 + * constexpr.c (verify_ctor_sanity): Remove CONSTRUCTOR_NELTS check. + +2016-02-12 Patrick Palka + + PR c++/69098 + * pt.c (lookup_and_finish_template_variable): New function, + extracted from ... + (tsubst_copy_and_build) [TEMPLATE_ID_EXPR]: ... here. Use it. + (tsubst_qualified_id): Consider that EXPR might be a variable + template. + * typeck.c (check_template_keyword): Don't emit an error + if DECL is a variable template. + +2016-02-12 Jakub Jelinek + + * error.c: Spelling fixes - behaviour -> behavior and + neighbour -> neighbor. + * decl.c: Likewise. + * typeck.c (cp_build_binary_op): Fix up behavior spelling in + diagnostics. + * init.c (build_delete): Likewise. + +2016-02-11 Jakub Jelinek + + PR c/69768 + * typeck.c (cp_build_binary_op): cp_fully_fold integer_zerop + arguments for -Waddress warning. Fix up formatting. + +2016-02-11 Paolo Carlini + + PR c++/68726 + * pt.c (lookup_template_class_1): Check tsubst return value for + error_mark_node. + +2016-02-10 Jason Merrill + + PR c++/68926 + * pt.c (resolve_nondeduced_context): Add complain parm. + (do_auto_deduction): Pass it. + * cvt.c (convert_to_void): Likewise. + * decl.c (cp_finish_decl): Likewise. + * init.c (build_new): Likewise. + * rtti.c (get_tinfo_decl_dynamic): Likewise. + * semantics.c (finish_decltype_type): Likewise. + * typeck.c (decay_conversion): Likewise. + * cp-tree.h: Adjust declaration. + * call.c (standard_conversion): Add complain parm, pass it along. + (implicit_conversion): Pass it. + + PR c++/69657 + * name-lookup.c (ambiguous_decl): Call remove_hidden_names. + (lookup_name_real_1): Likewise. + (remove_hidden_names): Handle non-functions too. + + PR c++/10200 + * parser.c (cp_parser_lookup_name): When looking for a template + after . or ->, only consider class templates. + (cp_parser_postfix_dot_deref_expression): Handle the current + instantiation. Remember a dependent object expression. + * typeck2.c (build_x_arrow): Handle the current instantiation. + + * ptree.c (debug_tree): Implement for cp_expr. + +2016-02-08 Patrick Palka + + PR c++/69139 + * parser.c (cp_parser_simple_type_specifier): Make the check + for disambiguating between an 'auto' placeholder and an implicit + template parameter more robust. + +2016-02-08 Patrick Palka + + PR c++/69283 + PR c++/67835 + * decl2.c (mark_used): When given a TEMPLATE_DECL, return after + setting its TREE_USED flag. + +2016-02-08 Jason Merrill + + PR c++/69657 + * name-lookup.c (do_nonmember_using_decl): Leave anticipated + built-ins alone. + +2016-02-08 Jakub Jelinek + + PR c++/59627 + * parser.c (cp_parser_omp_declare_reduction): Set assembler name + of the DECL_OMP_DECLARE_REDUCTION_P decls. + +2016-02-08 Marek Polacek + + PR c++/69688 + * constexpr.c (clear_cv_and_fold_caches): Renamed from clear_cv_cache. + Call clear_fold_cache. + * cp-tree.h: Adjust declaration. + * decl.c (finish_enum_value_list): Call clear_cv_and_fold_caches + rather than clear_cv_cache and clear_fold_cache. + * typeck2.c (store_init_value): Call clear_cv_and_fold_caches. + +2016-02-08 Jason Merrill + + * cp-tree.h (CONV_FOLD, CONV_BACKEND_CONVERT): New. + * cvt.c (convert): Pass CONV_BACKEND_CONVERT. + (ocp_convert): Use *_maybe_fold. + (cp_convert_to_pointer): Add dofold parameter. + * cp-gimplify.c (cp_fold) [CONVERT_EXPR]: Call convert. + +2016-02-05 Martin Sebor + + PR c++/69662 + * init.c (find_field_init): New function. + (warn_placement_new_too_small): Call it. Handle one-element arrays + at ends of structures special. + +2016-02-05 Jason Merrill + + PR c++/68948 + * semantics.c (finish_expr_stmt): If expr is error_mark_node, + make sure we've seen_error(). + +2016-02-05 Patrick Palka + + PR c++/68948 + * pt.c (tsubst_baselink): Diagnose an invalid constructor call + if lookup_fnfields returns NULL_TREE and the name being looked + up has the form A::A. + +2016-02-04 Patrick Palka + + * constexpr.c (cxx_eval_binary_expression): Fold equality + comparisons involving PTRMEM_CSTs. + +2016-02-04 Jakub Jelinek + + * class.c (find_flexarrays): Don't declare dom variable. + (diagnose_flexarray): Likewise. + +2016-02-02 Martain Sebor + + PR c++/69251 + PR c++/69253 + PR c++/69290 + PR c++/69277 + PR c++/69349 + * class.c (walk_subobject_offsets): Avoid testing the upper bound + of a flexible array member for equality to null. + (find_flexarrays): Remove spurious whitespace introduced in r231665. + (diagnose_flexarrays): Avoid checking the upper bound of arrays. + (check_flexarrays): Same. + * decl.c (compute_array_index_type): Avoid special case for flexible + array members. + (grokdeclarator): Avoid calling compute_array_index_type for flexible + array members. + * error.c (dump_type_suffix): Revert changes introduced in r231665 + and rendered unnecessary by the changes above. + * pt.c (tsubst): Same. + * tree.c (build_ctor_subob_ref): Handle flexible array members. + * typeck2.c (digest_init_r): Revert changes introduced in r231665. + (process_init_constructor_array): Same. + (process_init_constructor_record): Same. + +2016-02-03 Patrick Palka + + PR c++/69056 + * pt.c (try_one_overload): Handle comparing argument packs so + that there is no conflict if we deduced more arguments of an + argument pack than were explicitly specified. + +2016-01-31 Jakub Jelinek + Jason Merrill + + PR c++/68763 + * tree.c (strip_typedefs) [FUNCTION_TYPE]: Avoid building a new + function type if nothing is changing. + +2016-01-31 Jason Merrill + + PR c++/69009 + * pt.c (partial_specialization_p, impartial_args): New. + (instantiate_decl): Call impartial_args. + + * mangle.c (maybe_check_abi_tags): New. + (write_guarded_var_name): Call it. + (mangle_ref_init_variable): Call check_abi_tags. + + * pt.c (lookup_template_class_1): Don't share TYPE_ATTRIBUTES + between template and instantiation. + +2016-01-29 Jakub Jelinek + + PR debug/66869 + * decl.c (wrapup_globals_for_namespace): Warn about unused static + function declarations. + +2016-01-29 Marek Polacek + + PR c++/69509 + PR c++/69516 + * constexpr.c (cxx_eval_array_reference): Give the "array subscript + out of bound" error earlier. + * init.c (build_vec_init): Change NE_EXPR into GT_EXPR. Update the + commentary. + +2016-01-29 Patrick Palka + + * name-lookup.c (begin_scope): After reusing a cp_binding_level + structure, update free_binding_level before the structure's + level_chain field gets cleared, not after. + +2016-01-28 Jason Merrill + + PR c++/67407 + * search.c (dfs_walk_once, dfs_walk_once_r) + (dfs_walk_once_accessible_r, dfs_walk_once_accessible): Use + hash_set instead of BINFO_MARKED. + (dfs_unmark_r): Remove. + +2016-01-28 Patrick Palka + + PR c++/24208 + * parser.c (LEXER_DEBUGGING_ENABLED_P): New macro. + (cp_lexer_debugging_p): Use it. + (cp_lexer_start_debugging): Likewise. + (cp_lexer_stop_debugging): Likewise. + +2016-01-27 Marek Polacek + + PR c/68062 + * typeck.c (cp_build_binary_op): Promote operand to unsigned, if + needed. Add -Wsign-compare warning. + +2016-01-27 Ryan Burn + + PR cilkplus/69267 + * cp-gimplify.c (cilk_cp_gimplify_call_params_in_spawned_fn): Removed + superfluous post_p argument in call to + cilk_gimplify_call_params_in_spawned_fn. + +2016-01-27 Marek Polacek + + PR c++/69379 + * constexpr.c (cxx_eval_constant_expression): Handle PTRMEM_CSTs + wrapped in NOP_EXPRs. + +2016-01-27 Martin Sebor + + PR c++/69317 + * mangle.c (mangle_decl): Reference the correct (saved) version + of the ABI in -Wabi diagnostics. + +2016-01-27 Marek Polacek + + PR c++/69496 + * constexpr.c (cxx_eval_array_reference): Evaluate the number of + elements of the array. + +2016-01-26 Jason Merrill + + PR c++/68949 + * constexpr.c (register_constexpr_fundef): Keep the un-massaged body. + (cxx_eval_call_expression): Don't look through clones. + * optimize.c (maybe_clone_body): Clear DECL_SAVED_TREE of the alias. + * semantics.c (expand_or_defer_fn_1): Keep DECL_SAVED_TREE of + maybe-in-charge *tor. + +2016-01-26 Jason Merrill + + PR c++/68782 + * constexpr.c (cxx_eval_bare_aggregate): Update TREE_CONSTANT + and TREE_SIDE_EFFECTS. + (cxx_eval_constant_expression) [CONSTRUCTOR]: Call + verify_constructor_flags. + +2016-01-26 Jakub Jelinek + + PR c++/68357 + * cp-gimplify.c (cp_fold): If some operand folds to error_mark_node, + return error_mark_node instead of building trees with error_mark_node + operands. + +2016-01-26 David Malcolm + + PR other/69006 + * error.c (print_instantiation_partial_context_line): Add missing + newlines from output for the t == NULL case. + (print_instantiation_partial_context): Remove call to pp_newline. + +2016-01-24 Patrick Palka + + Revert: + 2016-01-18 Patrick Palka + + PR c++/11858 + PR c++/24663 + PR c++/24664 + * decl.c (grokdeclarator): Don't decay array parameter type to + a pointer type if it's dependent. + (grokparms): Invoke strip_top_quals instead of directly invoking + cp_build_qualified_type. + * pt.c (decay_dependent_array_parm_type): New static function. + (type_unification_real): Call decay_dependent_array_parm_type + to decay a dependent array parameter type to its corresponding + pointer type before unification. + (more_specialized_fn): Likewise. + (get_bindings): Likewise. + * tree.c (cp_build_qualified_type): Trivial typofix in + documentation. + +2016-01-23 Martin Sebor + + PR c++/58109 + PR c++/69022 + * decl2.c (is_late_template_attribute): Handle dependent argument + to attribute align and attribute vector_size. + +2016-01-21 Jason Merrill + + PR c++/69392 + * lambda.c (lambda_capture_field_type): Handle 'this' specially + for init-capture, too. + + PR c++/65687 + * decl.c (type_is_deprecated): Don't look into a typedef. + + PR c++/40751 + PR c++/64987 + * decl.c (copy_type_enum): Respect TYPE_USER_ALIGN. + + PR c++/43407 + * decl.c (start_enum): Add attributes parameter. + * parser.c (cp_parser_enum_specifier): Pass it. + * pt.c (lookup_template_class_1): Pass it. + * cp-tree.h: Adjust. + +2016-01-19 Jason Merrill + + PR c++/59759 + * pt.c (convert_template_argument): Handle VAR_DECL properly. + +2016-01-19 Marek Polacek + + PR c++/68586 + * constexpr.c (clear_cv_cache): New. + * cp-gimplify.c (clear_fold_cache): New. + * cp-tree.h (clear_cv_cache, clear_fold_cache): Declare. + * decl.c (finish_enum_value_list): Call them. + + PR c++/68965 + * pt.c (tsubst_copy): Mark elements in expanded vector as used. + +2016-01-18 Patrick Palka + + PR c++/11858 + PR c++/24663 + PR c++/24664 + * decl.c (grokdeclarator): Don't decay array parameter type to + a pointer type if it's dependent. + (grokparms): Invoke strip_top_quals instead of directly invoking + cp_build_qualified_type. + * pt.c (decay_dependent_array_parm_type): New static function. + (type_unification_real): Call decay_dependent_array_parm_type + to decay a dependent array parameter type to its corresponding + pointer type before unification. + (more_specialized_fn): Likewise. + (get_bindings): Likewise. + * tree.c (cp_build_qualified_type): Trivial typofix in + documentation. + +2016-01-18 Jason Merrill + + * cp-gimplify.c (cp_fold) [CONSTRUCTOR]: Don't clobber the input. + + * cp-gimplify.c (cp_fold): Remove unnecessary special cases. + + PR c++/68767 + * cp-gimplify.c (cp_fold) [COND_EXPR]: Simplify. Do fold COND_EXPR. + (contains_label_1, contains_label_p): Remove. + +2016-01-16 Patrick Palka + + PR c++/69091 + * pt.c (type_dependent_expression_p): For a function template + specialization, a type is dependent iff any of its template + arguments are. + +2016-01-16 Patrick Palka + + * cp-array-notation.c (cp_expand_cond_array_notations): Return + error_mark_node only if find_rank failed, not if it was + successful. + +2016-01-16 Patrick Palka + + PR c++/68936 + * tree.c (build_min_non_dep_call_vec): Don't retain the + KOENIG_LOOKUP_P flag of the non-dependent expression that's + been built. + (build_min_non_dep_op_overload): Instead, do it here. + +2016-01-15 Jakub Jelinek + + PR bootstrap/68271 + * parser.h (cp_token): Remove pragma_kind field. Add comment + with number of unused bits. + * parser.c (eof_token): Remove pragma_kind field initializer. + (cp_lexer_get_preprocessor_token): Don't set pragma_kind + field, don't clear CPP_PRAGMA u.value. + (cp_parser_pragma_kind): New function. + (cp_parser_omp_sections_scope, cp_parser_oacc_kernels_parallel, + cp_parser_omp_construct, cp_parser_initial_pragma, + cp_parser_pragma): Use cp_parser_pragma_kind instead of accessing + pragma_kind field. + +2016-01-15 Jason Merrill + + PR c++/68847 + * call.c (build_cxx_call): Use fold_non_dependent_expr. + + * typeck2.c (cxx_incomplete_type_diagnostic): Use the location of + value. + + PR c++/69257 + * typeck.c (decay_conversion): Don't call mark_rvalue_use for + array/function-to-pointer conversion. Call + complete_type_or_maybe_complain for lvalue-to-rvalue conversion. + * call.c (convert_like_real): Print call context if + decay_conversion errors. + +2016-01-14 Tom de Vries + + PR tree-optimization/68773 + * parser.c (cp_parser_oacc_declare, cp_parser_omp_declare_target): Don't + set force_output. + +2016-01-14 Jason Merrill + + PR c++/69261 + * constexpr.c (find_array_ctor_elt): Handle splitting RANGE_EXPR. + +2016-01-12 Marek Polacek + + PR c++/68979 + * constexpr.c (cxx_eval_check_shift_p): Use permerror rather than + error_at and adjust the return value. + +2016-01-12 Jakub Jelinek + + PR objc++/68511 + PR c++/69213 + * cp-gimplify.c (cp_gimplify_expr) : Don't return + GS_ERROR whenever seen_error (), only if *expr_p contains + cilk spawn stmt, but cilk_detect_spawn_and_unwrap failed. + + PR c++/66808 + PR c++/69000 + * pt.c (tsubst_decl): If not local_p, clear DECL_TEMPLATE_INFO. + +2016-01-11 Jason Merrill + + PR c++/69131 + * method.c (walk_field_subobs): Add dtor_from_ctor parm. + (process_subob_fn): Likewise. Don't consider triviality if true. + (synthesize_method_walk): Pass it. + +2016-01-11 David Malcolm + + PR c++/68795 + * parser.c (cp_parser_postfix_expression): Initialize + close_paren_loc to UNKNOWN_LOCATION; only use it if + it has been written to by + cp_parser_parenthesized_expression_list. + (cp_parser_parenthesized_expression_list): Document the behavior + with respect to the CLOSE_PAREN_LOC param. + +2016-01-11 Jakub Jelinek + + PR c++/69211 + * cp-gimplify.c (cp_fold): If COMPOUND_EXPR or MODIFY_EXPR + folded operands have side-effects, but folding changed any of them, + build a new tree with the folded operands instead of returning the + unfolded tree. + +2016-01-09 Marek Polacek + + PR c++/69113 + * decl2.c (comdat_linkage): Only set DECL_COMDAT if TREE_PUBLIC is set. + +2016-01-09 Jakub Jelinek + + PR c++/69164 + * class.c (layout_class_type): Use copy_node to copy FIELD_DECLs. + +2016-01-08 Jason Merrill + + PR c++/69158 + * constexpr.c (cxx_fold_indirect_ref): Handle array type differing + in completion. + +2016-01-08 Marek Polacek + + PR c++/68449 + * constexpr.c (cxx_eval_constant_expression): Handle NULL initializer. + +2016-01-08 Jason Merrill + + * constexpr.c (cxx_eval_call_expression): Remove convert_to_void + workaround. + + PR c++/68983 + PR c++/67557 + * cvt.c (convert_to_void): Don't strip a TARGET_EXPR of + TREE_ADDRESSABLE type. + + PR c++/68983 + PR c++/67557 + * call.c (unsafe_copy_elision_p): Look through COMPOUND_EXPR. + +2016-01-05 Nathan Sidwell + + PR c++/58583 + * pt.c (build_non_dependent_expr): Don't try a checking fold when + parsing an nsdmi. + +2016-01-04 Jakub Jelinek + + Update copyright years. + +Copyright (C) 2016 Free Software Foundation, Inc. + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. diff --git a/gcc/cp/Make-lang.in b/gcc/cp/Make-lang.in index 84c9ba428f09..85834dd49cac 100644 --- a/gcc/cp/Make-lang.in +++ b/gcc/cp/Make-lang.in @@ -1,5 +1,5 @@ # Top level -*- makefile -*- fragment for GNU C++. -# Copyright (C) 1994-2016 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. #This file is part of GCC. diff --git a/gcc/cp/NEWS b/gcc/cp/NEWS index 72a9a6c6445e..94c86499cced 100644 --- a/gcc/cp/NEWS +++ b/gcc/cp/NEWS @@ -401,7 +401,7 @@ the exception handling work. -Copyright (C) 1997-2016 Free Software Foundation, Inc. +Copyright (C) 1997-2017 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/gcc/cp/call.c b/gcc/cp/call.c index 894f98e5752f..e431221c1594 100644 --- a/gcc/cp/call.c +++ b/gcc/cp/call.c @@ -1,5 +1,5 @@ /* Functions related to invoking -*- C++ -*- methods and overloaded functions. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. Contributed by Michael Tiemann (tiemann@cygnus.com) and modified by Brendan Kehoe (brendan@cygnus.com). diff --git a/gcc/cp/cfns.gperf b/gcc/cp/cfns.gperf index 5453f5afee12..bf40476d521b 100644 --- a/gcc/cp/cfns.gperf +++ b/gcc/cp/cfns.gperf @@ -2,7 +2,7 @@ %define class-name libc_name %struct-type %{ -/* Copyright (C) 2000-2016 Free Software Foundation, Inc. +/* Copyright (C) 2000-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cp/cfns.h b/gcc/cp/cfns.h index 5634ab628e3f..059e071f7f56 100644 --- a/gcc/cp/cfns.h +++ b/gcc/cp/cfns.h @@ -30,7 +30,7 @@ #line 4 "cfns.gperf" -/* Copyright (C) 2000-2016 Free Software Foundation, Inc. +/* Copyright (C) 2000-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cp/class.c b/gcc/cp/class.c index df4d73c4d306..1c6b401ec650 100644 --- a/gcc/cp/class.c +++ b/gcc/cp/class.c @@ -1,5 +1,5 @@ /* Functions related to building classes and their related objects. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. Contributed by Michael Tiemann (tiemann@cygnus.com) This file is part of GCC. diff --git a/gcc/cp/config-lang.in b/gcc/cp/config-lang.in index 276fc1dfa072..1ce8cd72649e 100644 --- a/gcc/cp/config-lang.in +++ b/gcc/cp/config-lang.in @@ -1,5 +1,5 @@ # Top level configure fragment for GNU C++. -# Copyright (C) 1994-2016 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. #This file is part of GCC. diff --git a/gcc/cp/constexpr.c b/gcc/cp/constexpr.c index ca259cba155e..1e83b0b0b86d 100644 --- a/gcc/cp/constexpr.c +++ b/gcc/cp/constexpr.c @@ -2,7 +2,7 @@ constexpr functions. These routines are used both during actual parsing and during the instantiation of template functions. - Copyright (C) 1998-2016 Free Software Foundation, Inc. + Copyright (C) 1998-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cp/constraint.cc b/gcc/cp/constraint.cc index 801f5a3d7401..e91b11679bb3 100644 --- a/gcc/cp/constraint.cc +++ b/gcc/cp/constraint.cc @@ -1,5 +1,5 @@ /* Processing rules for constraints. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. Contributed by Andrew Sutton (andrew.n.sutton@gmail.com) This file is part of GCC. diff --git a/gcc/cp/cp-array-notation.c b/gcc/cp/cp-array-notation.c index 633ab0910265..a0c54fdd0102 100644 --- a/gcc/cp/cp-array-notation.c +++ b/gcc/cp/cp-array-notation.c @@ -1,7 +1,7 @@ /* This file is part of the Intel(R) Cilk(TM) Plus support It contains routines to handle Array Notation expression handling routines in the C++ Compiler. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. Contributed by Balaji V. Iyer , Intel Corporation diff --git a/gcc/cp/cp-cilkplus.c b/gcc/cp/cp-cilkplus.c index 7cde09968c09..ce326b605873 100644 --- a/gcc/cp/cp-cilkplus.c +++ b/gcc/cp/cp-cilkplus.c @@ -1,7 +1,7 @@ /* This file is part of the Intel(R) Cilk(TM) Plus support This file contains routines to handle Cilk Plus specific routines for the C++ Compiler. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. Contributed by Aldy Hernandez . This file is part of GCC. diff --git a/gcc/cp/cp-cilkplus.h b/gcc/cp/cp-cilkplus.h index a93711ed611a..bfefc5a79488 100644 --- a/gcc/cp/cp-cilkplus.h +++ b/gcc/cp/cp-cilkplus.h @@ -1,6 +1,6 @@ /* C++-specific tree lowering bits; see also c-gimplify.c and tree-gimple.c. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Jason Merrill This file is part of GCC. diff --git a/gcc/cp/cp-gimplify.c b/gcc/cp/cp-gimplify.c index 0678243b36f0..e792cfde71b9 100644 --- a/gcc/cp/cp-gimplify.c +++ b/gcc/cp/cp-gimplify.c @@ -1,6 +1,6 @@ /* C++-specific tree lowering bits; see also c-gimplify.c and tree-gimple.c. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Jason Merrill This file is part of GCC. diff --git a/gcc/cp/cp-lang.c b/gcc/cp/cp-lang.c index e1b473728046..d4776a2986f2 100644 --- a/gcc/cp/cp-lang.c +++ b/gcc/cp/cp-lang.c @@ -1,5 +1,5 @@ /* Language-dependent hooks for C++. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. Contributed by Alexandre Oliva This file is part of GCC. diff --git a/gcc/cp/cp-objcp-common.c b/gcc/cp/cp-objcp-common.c index b78d24d13940..2c93252c4b67 100644 --- a/gcc/cp/cp-objcp-common.c +++ b/gcc/cp/cp-objcp-common.c @@ -1,5 +1,5 @@ /* Some code common to C++ and ObjC++ front ends. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Ziemowit Laski This file is part of GCC. diff --git a/gcc/cp/cp-objcp-common.h b/gcc/cp/cp-objcp-common.h index f0e45c58f210..6692ca89bf44 100644 --- a/gcc/cp/cp-objcp-common.h +++ b/gcc/cp/cp-objcp-common.h @@ -1,5 +1,5 @@ /* Language hooks common to C++ and ObjC++ front ends. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Ziemowit Laski This file is part of GCC. diff --git a/gcc/cp/cp-tree.def b/gcc/cp/cp-tree.def index 9e4407650f54..038227bf5840 100644 --- a/gcc/cp/cp-tree.def +++ b/gcc/cp/cp-tree.def @@ -1,7 +1,7 @@ /* This file contains the definitions and documentation for the additional tree codes used in the GNU C++ compiler (see tree.def for the standard codes). - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. Hacked by Michael Tiemann (tiemann@cygnus.com) This file is part of GCC. diff --git a/gcc/cp/cp-tree.h b/gcc/cp/cp-tree.h index ef6265e9b4e5..f1a5835df83a 100644 --- a/gcc/cp/cp-tree.h +++ b/gcc/cp/cp-tree.h @@ -1,5 +1,5 @@ /* Definitions for C++ parsing and type checking. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. Contributed by Michael Tiemann (tiemann@cygnus.com) This file is part of GCC. diff --git a/gcc/cp/cp-ubsan.c b/gcc/cp/cp-ubsan.c index 9c8f6e67d54c..71d315ec2b40 100644 --- a/gcc/cp/cp-ubsan.c +++ b/gcc/cp/cp-ubsan.c @@ -1,5 +1,5 @@ /* UndefinedBehaviorSanitizer, undefined behavior detector. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. Contributed by Jakub Jelinek This file is part of GCC. diff --git a/gcc/cp/cvt.c b/gcc/cp/cvt.c index 400566f4e361..ae9991a106c6 100644 --- a/gcc/cp/cvt.c +++ b/gcc/cp/cvt.c @@ -1,5 +1,5 @@ /* Language-level data type conversion for GNU C++. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. Hacked by Michael Tiemann (tiemann@cygnus.com) This file is part of GCC. diff --git a/gcc/cp/cxx-pretty-print.c b/gcc/cp/cxx-pretty-print.c index 8c701ff705e7..150b6031e802 100644 --- a/gcc/cp/cxx-pretty-print.c +++ b/gcc/cp/cxx-pretty-print.c @@ -1,5 +1,5 @@ /* Implementation of subroutines for the GNU C++ pretty-printer. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Gabriel Dos Reis This file is part of GCC. diff --git a/gcc/cp/cxx-pretty-print.h b/gcc/cp/cxx-pretty-print.h index 1eb55dfacc02..72e65594a7db 100644 --- a/gcc/cp/cxx-pretty-print.h +++ b/gcc/cp/cxx-pretty-print.h @@ -1,5 +1,5 @@ /* Interface for the GNU C++ pretty-printer. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Gabriel Dos Reis This file is part of GCC. diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c index e70b34c9a179..26c11e261054 100644 --- a/gcc/cp/decl.c +++ b/gcc/cp/decl.c @@ -1,5 +1,5 @@ /* Process declarations and variables for C++ compiler. - Copyright (C) 1988-2016 Free Software Foundation, Inc. + Copyright (C) 1988-2017 Free Software Foundation, Inc. Contributed by Michael Tiemann (tiemann@cygnus.com) This file is part of GCC. diff --git a/gcc/cp/decl.h b/gcc/cp/decl.h index 1a4b1d457f30..3e1d91f70921 100644 --- a/gcc/cp/decl.h +++ b/gcc/cp/decl.h @@ -1,5 +1,5 @@ /* Variables and structures for declaration processing. - Copyright (C) 1993-2016 Free Software Foundation, Inc. + Copyright (C) 1993-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cp/decl2.c b/gcc/cp/decl2.c index 257d21133c15..a0375ad4cc41 100644 --- a/gcc/cp/decl2.c +++ b/gcc/cp/decl2.c @@ -1,5 +1,5 @@ /* Process declarations and variables for C++ compiler. - Copyright (C) 1988-2016 Free Software Foundation, Inc. + Copyright (C) 1988-2017 Free Software Foundation, Inc. Hacked by Michael Tiemann (tiemann@cygnus.com) This file is part of GCC. diff --git a/gcc/cp/dump.c b/gcc/cp/dump.c index 12c25492e957..e150ae279622 100644 --- a/gcc/cp/dump.c +++ b/gcc/cp/dump.c @@ -1,5 +1,5 @@ /* Tree-dumping functionality for intermediate representation. - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. Written by Mark Mitchell This file is part of GCC. diff --git a/gcc/cp/error.c b/gcc/cp/error.c index d025fcb5fa32..fde84997cbab 100644 --- a/gcc/cp/error.c +++ b/gcc/cp/error.c @@ -1,6 +1,6 @@ /* Call-backs for C++ error reporting. This code is non-reentrant. - Copyright (C) 1993-2016 Free Software Foundation, Inc. + Copyright (C) 1993-2017 Free Software Foundation, Inc. This file is part of GCC. GCC is free software; you can redistribute it and/or modify diff --git a/gcc/cp/except.c b/gcc/cp/except.c index f2d7cd11826c..034c35a48885 100644 --- a/gcc/cp/except.c +++ b/gcc/cp/except.c @@ -1,5 +1,5 @@ /* Handle exceptional things in C++. - Copyright (C) 1989-2016 Free Software Foundation, Inc. + Copyright (C) 1989-2017 Free Software Foundation, Inc. Contributed by Michael Tiemann Rewritten by Mike Stump , based upon an initial re-implementation courtesy Tad Hunt. diff --git a/gcc/cp/expr.c b/gcc/cp/expr.c index e879f3c5e8db..77af54e82a1b 100644 --- a/gcc/cp/expr.c +++ b/gcc/cp/expr.c @@ -1,6 +1,6 @@ /* Convert language-specific tree expression to rtl instructions, for GNU compiler. - Copyright (C) 1988-2016 Free Software Foundation, Inc. + Copyright (C) 1988-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cp/friend.c b/gcc/cp/friend.c index 5e4b2d18bf74..9eec9e488691 100644 --- a/gcc/cp/friend.c +++ b/gcc/cp/friend.c @@ -1,5 +1,5 @@ /* Help friends in C++. - Copyright (C) 1997-2016 Free Software Foundation, Inc. + Copyright (C) 1997-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cp/g++spec.c b/gcc/cp/g++spec.c index 03cbde090cb3..ffcc87c79c9d 100644 --- a/gcc/cp/g++spec.c +++ b/gcc/cp/g++spec.c @@ -1,5 +1,5 @@ /* Specific flags and argument handling of the C++ front end. - Copyright (C) 1996-2016 Free Software Foundation, Inc. + Copyright (C) 1996-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cp/init.c b/gcc/cp/init.c index 47428b96f3d9..8f68c88b38af 100644 --- a/gcc/cp/init.c +++ b/gcc/cp/init.c @@ -1,5 +1,5 @@ /* Handle initialization things in C++. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. Contributed by Michael Tiemann (tiemann@cygnus.com) This file is part of GCC. diff --git a/gcc/cp/lambda.c b/gcc/cp/lambda.c index c48cd5201e06..715a61df4bc9 100644 --- a/gcc/cp/lambda.c +++ b/gcc/cp/lambda.c @@ -3,7 +3,7 @@ building RTL. These routines are used both during actual parsing and during the instantiation of template functions. - Copyright (C) 1998-2016 Free Software Foundation, Inc. + Copyright (C) 1998-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cp/lang-specs.h b/gcc/cp/lang-specs.h index 9217950a0da4..6b383e1d86df 100644 --- a/gcc/cp/lang-specs.h +++ b/gcc/cp/lang-specs.h @@ -1,5 +1,5 @@ /* Definitions for specs for C++. - Copyright (C) 1995-2016 Free Software Foundation, Inc. + Copyright (C) 1995-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cp/lex.c b/gcc/cp/lex.c index eec8b5dca23b..797dd9656e7d 100644 --- a/gcc/cp/lex.c +++ b/gcc/cp/lex.c @@ -1,5 +1,5 @@ /* Separate lexical analyzer for GNU C++. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. Hacked by Michael Tiemann (tiemann@cygnus.com) This file is part of GCC. diff --git a/gcc/cp/logic.cc b/gcc/cp/logic.cc index b86e740e7c39..dd17c3b6e8f5 100644 --- a/gcc/cp/logic.cc +++ b/gcc/cp/logic.cc @@ -1,5 +1,5 @@ /* Derivation and subsumption rules for constraints. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. Contributed by Andrew Sutton (andrew.n.sutton@gmail.com) This file is part of GCC. diff --git a/gcc/cp/mangle.c b/gcc/cp/mangle.c index 4fffe0bb4d2d..5f2fa35d29e8 100644 --- a/gcc/cp/mangle.c +++ b/gcc/cp/mangle.c @@ -1,5 +1,5 @@ /* Name mangling for the 3.0 -*- C++ -*- ABI. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. Written by Alex Samuel This file is part of GCC. diff --git a/gcc/cp/method.c b/gcc/cp/method.c index a5271a443cfd..5b366f0e9609 100644 --- a/gcc/cp/method.c +++ b/gcc/cp/method.c @@ -1,6 +1,6 @@ /* Handle the hair of processing (but not expanding) inline functions. Also manage function and variable name overloading. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. Contributed by Michael Tiemann (tiemann@cygnus.com) This file is part of GCC. diff --git a/gcc/cp/name-lookup.c b/gcc/cp/name-lookup.c index 223838c3ddf7..c422d2f0ac2c 100644 --- a/gcc/cp/name-lookup.c +++ b/gcc/cp/name-lookup.c @@ -1,5 +1,5 @@ /* Definitions for C++ name lookup routines. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Gabriel Dos Reis This file is part of GCC. diff --git a/gcc/cp/name-lookup.h b/gcc/cp/name-lookup.h index fd7103847988..8d8d72310c90 100644 --- a/gcc/cp/name-lookup.h +++ b/gcc/cp/name-lookup.h @@ -1,5 +1,5 @@ /* Declarations for C++ name lookup routines. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Gabriel Dos Reis This file is part of GCC. diff --git a/gcc/cp/operators.def b/gcc/cp/operators.def index 5b4f1b0be2a0..d26f2a1a15a8 100644 --- a/gcc/cp/operators.def +++ b/gcc/cp/operators.def @@ -5,7 +5,7 @@ non-overloadable operators (like the `?:' ternary operator). Written by Mark Mitchell - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cp/optimize.c b/gcc/cp/optimize.c index b926ef7ad6ca..f61d035337f8 100644 --- a/gcc/cp/optimize.c +++ b/gcc/cp/optimize.c @@ -1,5 +1,5 @@ /* Perform optimizations on tree structure. - Copyright (C) 1998-2016 Free Software Foundation, Inc. + Copyright (C) 1998-2017 Free Software Foundation, Inc. Written by Mark Michell (mark@codesourcery.com). This file is part of GCC. diff --git a/gcc/cp/parser.c b/gcc/cp/parser.c index e2a0a4994500..b94270d39f83 100644 --- a/gcc/cp/parser.c +++ b/gcc/cp/parser.c @@ -1,5 +1,5 @@ /* -*- C++ -*- Parser. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. Written by Mark Mitchell . This file is part of GCC. diff --git a/gcc/cp/parser.h b/gcc/cp/parser.h index 6a52b12e8133..f242f4c6153c 100644 --- a/gcc/cp/parser.h +++ b/gcc/cp/parser.h @@ -1,5 +1,5 @@ /* Data structures and function exported by the C++ Parser. - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cp/pt.c b/gcc/cp/pt.c index 3fa2ce9df671..fc2175082de6 100644 --- a/gcc/cp/pt.c +++ b/gcc/cp/pt.c @@ -1,5 +1,5 @@ /* Handle parameterized types (templates) for GNU -*- C++ -*-. - Copyright (C) 1992-2016 Free Software Foundation, Inc. + Copyright (C) 1992-2017 Free Software Foundation, Inc. Written by Ken Raeburn (raeburn@cygnus.com) while at Watchmaker Computing. Rewritten by Jason Merrill (jason@cygnus.com). diff --git a/gcc/cp/ptree.c b/gcc/cp/ptree.c index 67a4ee85c023..109e41ad231a 100644 --- a/gcc/cp/ptree.c +++ b/gcc/cp/ptree.c @@ -1,5 +1,5 @@ /* Prints out trees in human readable form. - Copyright (C) 1992-2016 Free Software Foundation, Inc. + Copyright (C) 1992-2017 Free Software Foundation, Inc. Hacked by Michael Tiemann (tiemann@cygnus.com) This file is part of GCC. diff --git a/gcc/cp/repo.c b/gcc/cp/repo.c index 0a1535daa24a..a732bc06e9e2 100644 --- a/gcc/cp/repo.c +++ b/gcc/cp/repo.c @@ -1,5 +1,5 @@ /* Code to maintain a C++ template repository. - Copyright (C) 1995-2016 Free Software Foundation, Inc. + Copyright (C) 1995-2017 Free Software Foundation, Inc. Contributed by Jason Merrill (jason@cygnus.com) This file is part of GCC. diff --git a/gcc/cp/rtti.c b/gcc/cp/rtti.c index 247a98fc5e94..94b8fe754835 100644 --- a/gcc/cp/rtti.c +++ b/gcc/cp/rtti.c @@ -1,5 +1,5 @@ /* RunTime Type Identification - Copyright (C) 1995-2016 Free Software Foundation, Inc. + Copyright (C) 1995-2017 Free Software Foundation, Inc. Mostly written by Jason Merrill (jason@cygnus.com). This file is part of GCC. diff --git a/gcc/cp/search.c b/gcc/cp/search.c index 325ef98ea977..ec8f4ab4ba6c 100644 --- a/gcc/cp/search.c +++ b/gcc/cp/search.c @@ -1,6 +1,6 @@ /* Breadth-first and depth-first routines for searching multiple-inheritance lattice for GNU C++. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. Contributed by Michael Tiemann (tiemann@cygnus.com) This file is part of GCC. diff --git a/gcc/cp/semantics.c b/gcc/cp/semantics.c index a41bc73ed308..2ab0723d0ce3 100644 --- a/gcc/cp/semantics.c +++ b/gcc/cp/semantics.c @@ -3,7 +3,7 @@ building RTL. These routines are used both during actual parsing and during the instantiation of template functions. - Copyright (C) 1998-2016 Free Software Foundation, Inc. + Copyright (C) 1998-2017 Free Software Foundation, Inc. Written by Mark Mitchell (mmitchell@usa.net) based on code found formerly in parse.y and pt.c. diff --git a/gcc/cp/tree.c b/gcc/cp/tree.c index 9ded9f216d90..25927ae3b375 100644 --- a/gcc/cp/tree.c +++ b/gcc/cp/tree.c @@ -1,5 +1,5 @@ /* Language-dependent node constructors for parse phase of GNU compiler. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. Hacked by Michael Tiemann (tiemann@cygnus.com) This file is part of GCC. diff --git a/gcc/cp/type-utils.h b/gcc/cp/type-utils.h index 70c89a7ff69c..7d6b91602494 100644 --- a/gcc/cp/type-utils.h +++ b/gcc/cp/type-utils.h @@ -1,5 +1,5 @@ /* Utilities for querying and manipulating type trees. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cp/typeck.c b/gcc/cp/typeck.c index 21282c7f048f..57a69efb81e7 100644 --- a/gcc/cp/typeck.c +++ b/gcc/cp/typeck.c @@ -1,5 +1,5 @@ /* Build expressions with type checking for C++ compiler. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. Hacked by Michael Tiemann (tiemann@cygnus.com) This file is part of GCC. diff --git a/gcc/cp/typeck2.c b/gcc/cp/typeck2.c index b214c99019ca..014de5c66e31 100644 --- a/gcc/cp/typeck2.c +++ b/gcc/cp/typeck2.c @@ -1,6 +1,6 @@ /* Report error messages, build initializers, and perform some front-end optimizations for C++ compiler. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. Hacked by Michael Tiemann (tiemann@cygnus.com) This file is part of GCC. diff --git a/gcc/cp/vtable-class-hierarchy.c b/gcc/cp/vtable-class-hierarchy.c index 8c5f4c203a4e..1162b8ced3fe 100644 --- a/gcc/cp/vtable-class-hierarchy.c +++ b/gcc/cp/vtable-class-hierarchy.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2016 Free Software Foundation, Inc. +/* Copyright (C) 2012-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cppbuiltin.c b/gcc/cppbuiltin.c index 3a86b2a10c82..720e231da5cd 100644 --- a/gcc/cppbuiltin.c +++ b/gcc/cppbuiltin.c @@ -1,5 +1,5 @@ /* Define builtin-in macros for all front ends that perform preprocessing - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cppbuiltin.h b/gcc/cppbuiltin.h index 1e30c81c7803..235b83a619d7 100644 --- a/gcc/cppbuiltin.h +++ b/gcc/cppbuiltin.h @@ -1,5 +1,5 @@ /* Define builtin-in macros for all front ends that perform preprocessing - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cppdefault.c b/gcc/cppdefault.c index 54aaf06f61c7..10b96eca0a71 100644 --- a/gcc/cppdefault.c +++ b/gcc/cppdefault.c @@ -1,5 +1,5 @@ /* CPP Library. - Copyright (C) 1986-2016 Free Software Foundation, Inc. + Copyright (C) 1986-2017 Free Software Foundation, Inc. Contributed by Per Bothner, 1994-95. Based on CCCP program by Paul Rubin, June 1986 Adapted to ANSI C, Richard Stallman, Jan 1987 diff --git a/gcc/cppdefault.h b/gcc/cppdefault.h index 8a81b453a3ce..17bbb0eaef7e 100644 --- a/gcc/cppdefault.h +++ b/gcc/cppdefault.h @@ -1,5 +1,5 @@ /* CPP Library. - Copyright (C) 1986-2016 Free Software Foundation, Inc. + Copyright (C) 1986-2017 Free Software Foundation, Inc. Contributed by Per Bothner, 1994-95. Based on CCCP program by Paul Rubin, June 1986 Adapted to ANSI C, Richard Stallman, Jan 1987 diff --git a/gcc/cprop.c b/gcc/cprop.c index 31868a5c6bb4..b210e944f843 100644 --- a/gcc/cprop.c +++ b/gcc/cprop.c @@ -1,5 +1,5 @@ /* Global constant/copy propagation for RTL. - Copyright (C) 1997-2016 Free Software Foundation, Inc. + Copyright (C) 1997-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cse.c b/gcc/cse.c index 72f1c4f6a9e3..2f74b12c3a54 100644 --- a/gcc/cse.c +++ b/gcc/cse.c @@ -1,5 +1,5 @@ /* Common subexpression elimination for GNU compiler. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cselib.c b/gcc/cselib.c index a35dca8d79e4..a621f0da956e 100644 --- a/gcc/cselib.c +++ b/gcc/cselib.c @@ -1,5 +1,5 @@ /* Common subexpression elimination library for GNU compiler. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/cselib.h b/gcc/cselib.h index 940fe99f6486..1a8d7f25e3f2 100644 --- a/gcc/cselib.h +++ b/gcc/cselib.h @@ -1,5 +1,5 @@ /* Common subexpression elimination for GNU compiler. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/data-streamer-in.c b/gcc/data-streamer-in.c index 2a49fe2aaa31..b38d91353fcf 100644 --- a/gcc/data-streamer-in.c +++ b/gcc/data-streamer-in.c @@ -1,7 +1,7 @@ /* Routines for restoring various data types from a file stream. This deals with various data types like strings, integers, enums, etc. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Diego Novillo This file is part of GCC. diff --git a/gcc/data-streamer-out.c b/gcc/data-streamer-out.c index 3dd423bd59cc..1ee8c9f53af8 100644 --- a/gcc/data-streamer-out.c +++ b/gcc/data-streamer-out.c @@ -1,7 +1,7 @@ /* Routines for saving various data types to a file stream. This deals with various data types like strings, integers, enums, etc. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Diego Novillo This file is part of GCC. diff --git a/gcc/data-streamer.c b/gcc/data-streamer.c index 35d15baf6508..314376cca972 100644 --- a/gcc/data-streamer.c +++ b/gcc/data-streamer.c @@ -1,6 +1,6 @@ /* Generic streaming support for basic data types. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Diego Novillo This file is part of GCC. diff --git a/gcc/data-streamer.h b/gcc/data-streamer.h index ff479a661c20..9d7efbb585cf 100644 --- a/gcc/data-streamer.h +++ b/gcc/data-streamer.h @@ -1,6 +1,6 @@ /* Generic streaming support for various data types. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Diego Novillo This file is part of GCC. diff --git a/gcc/dbgcnt.c b/gcc/dbgcnt.c index 3c324b47049e..97c48ba3b301 100644 --- a/gcc/dbgcnt.c +++ b/gcc/dbgcnt.c @@ -1,5 +1,5 @@ /* Debug counter for debugging support - Copyright (C) 2006-2016 Free Software Foundation, Inc. + Copyright (C) 2006-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/dbgcnt.def b/gcc/dbgcnt.def index 0a45bac279ec..ded20e02ac36 100644 --- a/gcc/dbgcnt.def +++ b/gcc/dbgcnt.def @@ -1,5 +1,5 @@ /* This file contains the list of the debug counter for GCC. - Copyright (C) 2006-2016 Free Software Foundation, Inc. + Copyright (C) 2006-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/dbgcnt.h b/gcc/dbgcnt.h index fd226d7ec084..d80c872d6140 100644 --- a/gcc/dbgcnt.h +++ b/gcc/dbgcnt.h @@ -1,5 +1,5 @@ /* Debug counter for debugging support - Copyright (C) 2006-2016 Free Software Foundation, Inc. + Copyright (C) 2006-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/dbxout.c b/gcc/dbxout.c index 658cc3d1024a..ed2dd53b8698 100644 --- a/gcc/dbxout.c +++ b/gcc/dbxout.c @@ -1,5 +1,5 @@ /* Output dbx-format symbol table information from GNU compiler. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/dbxout.h b/gcc/dbxout.h index 3f8f7c322410..ee6a08d2deb3 100644 --- a/gcc/dbxout.h +++ b/gcc/dbxout.h @@ -1,5 +1,5 @@ /* dbxout.h - Various declarations for functions found in dbxout.c - Copyright (C) 1998-2016 Free Software Foundation, Inc. + Copyright (C) 1998-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/dce.c b/gcc/dce.c index 16340b644995..7534d2abadf6 100644 --- a/gcc/dce.c +++ b/gcc/dce.c @@ -1,5 +1,5 @@ /* RTL dead code elimination. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/dce.h b/gcc/dce.h index b5f0f7348d2b..78981ce1c6cf 100644 --- a/gcc/dce.h +++ b/gcc/dce.h @@ -1,5 +1,5 @@ /* RTL dead code elimination. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ddg.c b/gcc/ddg.c index 72cf1cf22d99..9ea98d6f40f2 100644 --- a/gcc/ddg.c +++ b/gcc/ddg.c @@ -1,5 +1,5 @@ /* DDG - Data Dependence Graph implementation. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Ayal Zaks and Mustafa Hagog This file is part of GCC. diff --git a/gcc/ddg.h b/gcc/ddg.h index c0732e3ed40d..ccf00b5b3564 100644 --- a/gcc/ddg.h +++ b/gcc/ddg.h @@ -1,5 +1,5 @@ /* DDG - Data Dependence Graph - interface. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Ayal Zaks and Mustafa Hagog This file is part of GCC. diff --git a/gcc/debug.c b/gcc/debug.c index 3d658e883b8d..9b58e55a201a 100644 --- a/gcc/debug.c +++ b/gcc/debug.c @@ -1,5 +1,5 @@ /* Do-nothing debug hooks for GCC. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/gcc/debug.h b/gcc/debug.h index 34b63d7c590f..80538027bee0 100644 --- a/gcc/debug.h +++ b/gcc/debug.h @@ -1,5 +1,5 @@ /* Debug hooks for GCC. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/gcc/defaults.h b/gcc/defaults.h index 2536f76584c8..7ad92d920f86 100644 --- a/gcc/defaults.h +++ b/gcc/defaults.h @@ -1,5 +1,5 @@ /* Definitions of various defaults for tm.h macros. - Copyright (C) 1992-2016 Free Software Foundation, Inc. + Copyright (C) 1992-2017 Free Software Foundation, Inc. Contributed by Ron Guilmette (rfg@monkeys.com) This file is part of GCC. diff --git a/gcc/df-core.c b/gcc/df-core.c index f84d2742d4d2..fc57f1641f85 100644 --- a/gcc/df-core.c +++ b/gcc/df-core.c @@ -1,5 +1,5 @@ /* Allocation for dataflow support routines. - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. Originally contributed by Michael P. Hayes (m.hayes@elec.canterbury.ac.nz, mhayes@redhat.com) Major rewrite contributed by Danny Berlin (dberlin@dberlin.org) diff --git a/gcc/df-problems.c b/gcc/df-problems.c index 6dbc126b6986..92323a39d8a1 100644 --- a/gcc/df-problems.c +++ b/gcc/df-problems.c @@ -1,5 +1,5 @@ /* Standard problems for dataflow support routines. - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. Originally contributed by Michael P. Hayes (m.hayes@elec.canterbury.ac.nz, mhayes@redhat.com) Major rewrite contributed by Danny Berlin (dberlin@dberlin.org) diff --git a/gcc/df-scan.c b/gcc/df-scan.c index e6b55b51d6b0..ff9d5470015b 100644 --- a/gcc/df-scan.c +++ b/gcc/df-scan.c @@ -1,5 +1,5 @@ /* Scanning of rtl for dataflow analysis. - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. Originally contributed by Michael P. Hayes (m.hayes@elec.canterbury.ac.nz, mhayes@redhat.com) Major rewrite contributed by Danny Berlin (dberlin@dberlin.org) diff --git a/gcc/df.h b/gcc/df.h index 7a2a6a1404f1..681ff32098e9 100644 --- a/gcc/df.h +++ b/gcc/df.h @@ -1,6 +1,6 @@ /* Form lists of pseudo register references for autoinc optimization for GNU compiler. This is part of flow optimization. - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. Originally contributed by Michael P. Hayes (m.hayes@elec.canterbury.ac.nz, mhayes@redhat.com) Major rewrite contributed by Danny Berlin (dberlin@dberlin.org) diff --git a/gcc/dfp.c b/gcc/dfp.c index 2eb659c45f5b..a43d861e6401 100644 --- a/gcc/dfp.c +++ b/gcc/dfp.c @@ -1,5 +1,5 @@ /* Decimal floating point support. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/dfp.h b/gcc/dfp.h index be9082b21912..58292c99356a 100644 --- a/gcc/dfp.h +++ b/gcc/dfp.h @@ -1,5 +1,5 @@ /* Decimal floating point support functions for GNU compiler. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/diagnostic-color.c b/gcc/diagnostic-color.c index 0bd8170253d1..8353fe016b77 100644 --- a/gcc/diagnostic-color.c +++ b/gcc/diagnostic-color.c @@ -1,5 +1,5 @@ /* Output colorization. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gcc/diagnostic-color.h b/gcc/diagnostic-color.h index 3b2f2aa5c489..7a4f3489617b 100644 --- a/gcc/diagnostic-color.h +++ b/gcc/diagnostic-color.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2016 Free Software Foundation, Inc. +/* Copyright (C) 2013-2017 Free Software Foundation, Inc. Contributed by Manuel Lopez-Ibanez This file is part of GCC. @@ -19,7 +19,7 @@ along with GCC; see the file COPYING3. If not see /* Based on code from: */ /* grep.c - main driver file for grep. - Copyright (C) 1992-2016 Free Software Foundation, Inc. + Copyright (C) 1992-2017 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gcc/diagnostic-core.h b/gcc/diagnostic-core.h index 4a1766c1ab36..e9f7b6784da5 100644 --- a/gcc/diagnostic-core.h +++ b/gcc/diagnostic-core.h @@ -1,7 +1,7 @@ /* Declarations of core diagnostic functionality for code that does not need to deal with diagnostic contexts or diagnostic info structures. - Copyright (C) 1998-2016 Free Software Foundation, Inc. + Copyright (C) 1998-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/diagnostic-show-locus.c b/gcc/diagnostic-show-locus.c index f6bfcc9c8f33..5c386ae256d9 100644 --- a/gcc/diagnostic-show-locus.c +++ b/gcc/diagnostic-show-locus.c @@ -1,5 +1,5 @@ /* Diagnostic subroutines for printing source-code - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. Contributed by Gabriel Dos Reis This file is part of GCC. diff --git a/gcc/diagnostic.c b/gcc/diagnostic.c index c06d2665e56f..dbaf8d6aed65 100644 --- a/gcc/diagnostic.c +++ b/gcc/diagnostic.c @@ -1,5 +1,5 @@ /* Language-independent diagnostic subroutines for the GNU Compiler Collection - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. Contributed by Gabriel Dos Reis This file is part of GCC. diff --git a/gcc/diagnostic.def b/gcc/diagnostic.def index 00f915935cf5..5a22ab7cab0a 100644 --- a/gcc/diagnostic.def +++ b/gcc/diagnostic.def @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2016 Free Software Foundation, Inc. +/* Copyright (C) 2001-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/diagnostic.h b/gcc/diagnostic.h index f3bb494c9f97..91a964276650 100644 --- a/gcc/diagnostic.h +++ b/gcc/diagnostic.h @@ -1,5 +1,5 @@ /* Various declarations for language-independent diagnostics subroutines. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. Contributed by Gabriel Dos Reis This file is part of GCC. diff --git a/gcc/doc/avr-mmcu.texi b/gcc/doc/avr-mmcu.texi index 30b038d0e6ed..deb0dd36e592 100644 --- a/gcc/doc/avr-mmcu.texi +++ b/gcc/doc/avr-mmcu.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2012-2016 Free Software Foundation, Inc. +@c Copyright (C) 2012-2017 Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc/doc/include/fdl.texi. diff --git a/gcc/doc/bugreport.texi b/gcc/doc/bugreport.texi index a64d5de469db..085a4430a97f 100644 --- a/gcc/doc/bugreport.texi +++ b/gcc/doc/bugreport.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1988-2016 Free Software Foundation, Inc. +@c Copyright (C) 1988-2017 Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. diff --git a/gcc/doc/cfg.texi b/gcc/doc/cfg.texi index 963e844aef9a..a4d0c1d12fe8 100644 --- a/gcc/doc/cfg.texi +++ b/gcc/doc/cfg.texi @@ -1,5 +1,5 @@ @c -*-texinfo-*- -@c Copyright (C) 2001-2016 Free Software Foundation, Inc. +@c Copyright (C) 2001-2017 Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. diff --git a/gcc/doc/collect2.texi b/gcc/doc/collect2.texi index 5de31bb2d6a1..82c76676ae7d 100644 --- a/gcc/doc/collect2.texi +++ b/gcc/doc/collect2.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1988-2016 Free Software Foundation, Inc. +@c Copyright (C) 1988-2017 Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. diff --git a/gcc/doc/compat.texi b/gcc/doc/compat.texi index 835bf71fadc5..c8ac993d65c0 100644 --- a/gcc/doc/compat.texi +++ b/gcc/doc/compat.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2002-2016 Free Software Foundation, Inc. +@c Copyright (C) 2002-2017 Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. diff --git a/gcc/doc/configfiles.texi b/gcc/doc/configfiles.texi index c4b19e096262..730ca13c82f7 100644 --- a/gcc/doc/configfiles.texi +++ b/gcc/doc/configfiles.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1988-2016 Free Software Foundation, Inc. +@c Copyright (C) 1988-2017 Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. diff --git a/gcc/doc/configterms.texi b/gcc/doc/configterms.texi index fd3643ac70af..e41875ae1168 100644 --- a/gcc/doc/configterms.texi +++ b/gcc/doc/configterms.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2001-2016 Free Software Foundation, Inc. +@c Copyright (C) 2001-2017 Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. diff --git a/gcc/doc/contrib.texi b/gcc/doc/contrib.texi index e0a0eca297f4..5554d5f04c80 100644 --- a/gcc/doc/contrib.texi +++ b/gcc/doc/contrib.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1988-2016 Free Software Foundation, Inc. +@c Copyright (C) 1988-2017 Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. diff --git a/gcc/doc/contribute.texi b/gcc/doc/contribute.texi index 3cbfed61e7fa..3eb80d522901 100644 --- a/gcc/doc/contribute.texi +++ b/gcc/doc/contribute.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1988-2016 Free Software Foundation, Inc. +@c Copyright (C) 1988-2017 Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. diff --git a/gcc/doc/cppdiropts.texi b/gcc/doc/cppdiropts.texi index 2e131a82d9da..e28c2f8758b1 100644 --- a/gcc/doc/cppdiropts.texi +++ b/gcc/doc/cppdiropts.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1999-2016 Free Software Foundation, Inc. +@c Copyright (C) 1999-2017 Free Software Foundation, Inc. @c This is part of the CPP and GCC manuals. @c For copying conditions, see the file gcc.texi. diff --git a/gcc/doc/cppenv.texi b/gcc/doc/cppenv.texi index 8cefd529aa33..71a4f1bd5c43 100644 --- a/gcc/doc/cppenv.texi +++ b/gcc/doc/cppenv.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1999-2016 Free Software Foundation, Inc. +@c Copyright (C) 1999-2017 Free Software Foundation, Inc. @c This is part of the CPP and GCC manuals. @c For copying conditions, see the file gcc.texi. diff --git a/gcc/doc/cppopts.texi b/gcc/doc/cppopts.texi index 4588eb4fcd5c..071e50e4771f 100644 --- a/gcc/doc/cppopts.texi +++ b/gcc/doc/cppopts.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1999-2016 Free Software Foundation, Inc. +@c Copyright (C) 1999-2017 Free Software Foundation, Inc. @c This is part of the CPP and GCC manuals. @c For copying conditions, see the file gcc.texi. diff --git a/gcc/doc/cppwarnopts.texi b/gcc/doc/cppwarnopts.texi index ea50d4f285ce..0dc2a1efebda 100644 --- a/gcc/doc/cppwarnopts.texi +++ b/gcc/doc/cppwarnopts.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1999-2016 Free Software Foundation, Inc. +@c Copyright (C) 1999-2017 Free Software Foundation, Inc. @c This is part of the CPP and GCC manuals. @c For copying conditions, see the file gcc.texi. diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index e82bb1bb310d..30bdcf07ad8b 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1988-2016 Free Software Foundation, Inc. +@c Copyright (C) 1988-2017 Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. diff --git a/gcc/doc/fragments.texi b/gcc/doc/fragments.texi index f5d8e8d68908..d68be7ad0ed3 100644 --- a/gcc/doc/fragments.texi +++ b/gcc/doc/fragments.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1988-2016 Free Software Foundation, Inc. +@c Copyright (C) 1988-2017 Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. diff --git a/gcc/doc/frontends.texi b/gcc/doc/frontends.texi index 9bac7b3a02e5..d855de1604c2 100644 --- a/gcc/doc/frontends.texi +++ b/gcc/doc/frontends.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1988-2016 Free Software Foundation, Inc. +@c Copyright (C) 1988-2017 Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. diff --git a/gcc/doc/gcov-tool.texi b/gcc/doc/gcov-tool.texi index c4a9ce149fca..86044fc1c0ba 100644 --- a/gcc/doc/gcov-tool.texi +++ b/gcc/doc/gcov-tool.texi @@ -1,10 +1,10 @@ -@c Copyright (C) 2014-2016 Free Software Foundation, Inc. +@c Copyright (C) 2014-2017 Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. @ignore @c man begin COPYRIGHT -Copyright @copyright{} 2014-2016 Free Software Foundation, Inc. +Copyright @copyright{} 2014-2017 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or diff --git a/gcc/doc/gcov.texi b/gcc/doc/gcov.texi index 3ad7fb2f1b3f..d728444e1e71 100644 --- a/gcc/doc/gcov.texi +++ b/gcc/doc/gcov.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1996-2016 Free Software Foundation, Inc. +@c Copyright (C) 1996-2017 Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. diff --git a/gcc/doc/generic.texi b/gcc/doc/generic.texi index 5af329cae911..858521688b4d 100644 --- a/gcc/doc/generic.texi +++ b/gcc/doc/generic.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2004-2016 Free Software Foundation, Inc. +@c Copyright (C) 2004-2017 Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. diff --git a/gcc/doc/gimple.texi b/gcc/doc/gimple.texi index 4deb250e9b79..635abd39b6e5 100644 --- a/gcc/doc/gimple.texi +++ b/gcc/doc/gimple.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2008-2016 Free Software Foundation, Inc. +@c Copyright (C) 2008-2017 Free Software Foundation, Inc. @c Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. diff --git a/gcc/doc/gty.texi b/gcc/doc/gty.texi index cab2b24a5b19..54809f1a09e7 100644 --- a/gcc/doc/gty.texi +++ b/gcc/doc/gty.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2002-2016 Free Software Foundation, Inc. +@c Copyright (C) 2002-2017 Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. diff --git a/gcc/doc/headerdirs.texi b/gcc/doc/headerdirs.texi index e2f426e6d5f1..3d8cfd5c227e 100644 --- a/gcc/doc/headerdirs.texi +++ b/gcc/doc/headerdirs.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1988-2016 Free Software Foundation, Inc. +@c Copyright (C) 1988-2017 Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. diff --git a/gcc/doc/hostconfig.texi b/gcc/doc/hostconfig.texi index 73e49642e035..6f6302ea0a33 100644 --- a/gcc/doc/hostconfig.texi +++ b/gcc/doc/hostconfig.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1988-2016 Free Software Foundation, Inc. +@c Copyright (C) 1988-2017 Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gccint.texi. diff --git a/gcc/doc/implement-c.texi b/gcc/doc/implement-c.texi index 6fe0aca6f86e..6e4e44f46b93 100644 --- a/gcc/doc/implement-c.texi +++ b/gcc/doc/implement-c.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2001-2016 Free Software Foundation, Inc. +@c Copyright (C) 2001-2017 Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. diff --git a/gcc/doc/implement-cxx.texi b/gcc/doc/implement-cxx.texi index 671c9664a3f8..85ffa822a3f8 100644 --- a/gcc/doc/implement-cxx.texi +++ b/gcc/doc/implement-cxx.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2009-2016 Free Software Foundation, Inc. +@c Copyright (C) 2009-2017 Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. diff --git a/gcc/doc/include/gcc-common.texi b/gcc/doc/include/gcc-common.texi index f3a1dd655615..488a95dce2c1 100644 --- a/gcc/doc/include/gcc-common.texi +++ b/gcc/doc/include/gcc-common.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2001-2016 Free Software Foundation, Inc. +@c Copyright (C) 2001-2017 Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. diff --git a/gcc/doc/install-old.texi b/gcc/doc/install-old.texi index 8f1fa6377db8..a27bbb32b42a 100644 --- a/gcc/doc/install-old.texi +++ b/gcc/doc/install-old.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1988-2016 Free Software Foundation, Inc. +@c Copyright (C) 1988-2017 Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file install.texi. diff --git a/gcc/doc/install.texi2html b/gcc/doc/install.texi2html index 21397fafd5bc..8a7781ef7cd1 100755 --- a/gcc/doc/install.texi2html +++ b/gcc/doc/install.texi2html @@ -5,7 +5,7 @@ # $SOURCEDIR and $DESTDIR, resp., refer to the directory containing # the texinfo source and the directory to put the HTML version in. # -# Copyright (C) 2001-2016 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # Originally by Gerald Pfeifer , June 2001. # # This file is part of GCC. diff --git a/gcc/doc/interface.texi b/gcc/doc/interface.texi index fd6fa8a7b8fa..eb77c2895cea 100644 --- a/gcc/doc/interface.texi +++ b/gcc/doc/interface.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1988-2016 Free Software Foundation, Inc. +@c Copyright (C) 1988-2017 Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index c2c9e0c71053..a8f8efe4e8e2 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1988-2016 Free Software Foundation, Inc. +@c Copyright (C) 1988-2017 Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. diff --git a/gcc/doc/languages.texi b/gcc/doc/languages.texi index 2e57ee99d8a7..c7148d50ff01 100644 --- a/gcc/doc/languages.texi +++ b/gcc/doc/languages.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2002-2016 Free Software Foundation, Inc. +@c Copyright (C) 2002-2017 Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. diff --git a/gcc/doc/libgcc.texi b/gcc/doc/libgcc.texi index 3792c5f444cf..abc10aa2ff89 100644 --- a/gcc/doc/libgcc.texi +++ b/gcc/doc/libgcc.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2003-2016 Free Software Foundation, Inc. +@c Copyright (C) 2003-2017 Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. @c Contributed by Aldy Hernandez diff --git a/gcc/doc/loop.texi b/gcc/doc/loop.texi index 44b528d538e1..b607e95b8476 100644 --- a/gcc/doc/loop.texi +++ b/gcc/doc/loop.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2006-2016 Free Software Foundation, Inc. +@c Copyright (C) 2006-2017 Free Software Foundation, Inc. @c Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. diff --git a/gcc/doc/lto.texi b/gcc/doc/lto.texi index 9269e55ca313..1d36f744d551 100644 --- a/gcc/doc/lto.texi +++ b/gcc/doc/lto.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2010-2016 Free Software Foundation, Inc. +@c Copyright (C) 2010-2017 Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. @c Contributed by Jan Hubicka and diff --git a/gcc/doc/makefile.texi b/gcc/doc/makefile.texi index 2be678a7ad12..6573d51a7854 100644 --- a/gcc/doc/makefile.texi +++ b/gcc/doc/makefile.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2001-2016 Free Software Foundation, Inc. +@c Copyright (C) 2001-2017 Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. diff --git a/gcc/doc/match-and-simplify.texi b/gcc/doc/match-and-simplify.texi index aaa367b5226f..a2a87c28c835 100644 --- a/gcc/doc/match-and-simplify.texi +++ b/gcc/doc/match-and-simplify.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2014-2016 Free Software Foundation, Inc. +@c Copyright (C) 2014-2017 Free Software Foundation, Inc. @c Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi index 9f193140bea2..753d41ee9276 100644 --- a/gcc/doc/md.texi +++ b/gcc/doc/md.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1988-2016 Free Software Foundation, Inc. +@c Copyright (C) 1988-2017 Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. diff --git a/gcc/doc/objc.texi b/gcc/doc/objc.texi index d397d06a0b5c..0090285d2c20 100644 --- a/gcc/doc/objc.texi +++ b/gcc/doc/objc.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1988-2016 Free Software Foundation, Inc. +@c Copyright (C) 1988-2017 Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. diff --git a/gcc/doc/optinfo.texi b/gcc/doc/optinfo.texi index 20ca560ff428..415e9a9af7b6 100644 --- a/gcc/doc/optinfo.texi +++ b/gcc/doc/optinfo.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2013-2016 Free Software Foundation, Inc. +@c Copyright (C) 2013-2017 Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. diff --git a/gcc/doc/options.texi b/gcc/doc/options.texi index 87cf6888a4bc..5c067f75d6d8 100644 --- a/gcc/doc/options.texi +++ b/gcc/doc/options.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2003-2016 Free Software Foundation, Inc. +@c Copyright (C) 2003-2017 Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. diff --git a/gcc/doc/passes.texi b/gcc/doc/passes.texi index 79b452349e55..93e70ee64066 100644 --- a/gcc/doc/passes.texi +++ b/gcc/doc/passes.texi @@ -1,6 +1,6 @@ @c markers: BUG TODO -@c Copyright (C) 1988-2016 Free Software Foundation, Inc. +@c Copyright (C) 1988-2017 Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. diff --git a/gcc/doc/plugins.texi b/gcc/doc/plugins.texi index 34a78d43be28..6fc7b9ae9a28 100644 --- a/gcc/doc/plugins.texi +++ b/gcc/doc/plugins.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2009-2016 Free Software Foundation, Inc. +@c Copyright (C) 2009-2017 Free Software Foundation, Inc. @c Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. diff --git a/gcc/doc/portability.texi b/gcc/doc/portability.texi index d365f0a8d867..9e59947cd474 100644 --- a/gcc/doc/portability.texi +++ b/gcc/doc/portability.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1988-2016 Free Software Foundation, Inc. +@c Copyright (C) 1988-2017 Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. diff --git a/gcc/doc/rtl.texi b/gcc/doc/rtl.texi index 175f60dcf089..a50e9cbc7f42 100644 --- a/gcc/doc/rtl.texi +++ b/gcc/doc/rtl.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1988-2016 Free Software Foundation, Inc. +@c Copyright (C) 1988-2017 Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. diff --git a/gcc/doc/service.texi b/gcc/doc/service.texi index e15ccde6043e..c32ac54c5a81 100644 --- a/gcc/doc/service.texi +++ b/gcc/doc/service.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1988-2016 Free Software Foundation, Inc. +@c Copyright (C) 1988-2017 Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index e7fdd2dab7e2..14f357a41ee2 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2002-2016 Free Software Foundation, Inc. +@c Copyright (C) 2002-2017 Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. diff --git a/gcc/doc/standards.texi b/gcc/doc/standards.texi index b7c5e4e35580..1c8b3cb08724 100644 --- a/gcc/doc/standards.texi +++ b/gcc/doc/standards.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2000-2016 Free Software Foundation, Inc. +@c Copyright (C) 2000-2017 Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index cdf5f482f346..4b62e05f4c4f 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1988-2016 Free Software Foundation, Inc. +@c Copyright (C) 1988-2017 Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. diff --git a/gcc/doc/tm.texi.in b/gcc/doc/tm.texi.in index bbf53c966ee5..ea74d37fa9a3 100644 --- a/gcc/doc/tm.texi.in +++ b/gcc/doc/tm.texi.in @@ -1,4 +1,4 @@ -@c Copyright (C) 1988-2016 Free Software Foundation, Inc. +@c Copyright (C) 1988-2017 Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. diff --git a/gcc/doc/tree-ssa.texi b/gcc/doc/tree-ssa.texi index 7ca607de9c5f..74d7b287e96c 100644 --- a/gcc/doc/tree-ssa.texi +++ b/gcc/doc/tree-ssa.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2004-2016 Free Software Foundation, Inc. +@c Copyright (C) 2004-2017 Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. diff --git a/gcc/doc/trouble.texi b/gcc/doc/trouble.texi index da2fdb165916..f6e33de3247b 100644 --- a/gcc/doc/trouble.texi +++ b/gcc/doc/trouble.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1988-2016 Free Software Foundation, Inc. +@c Copyright (C) 1988-2017 Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. diff --git a/gcc/dojump.c b/gcc/dojump.c index e6ddf78898dc..b45bba3ac376 100644 --- a/gcc/dojump.c +++ b/gcc/dojump.c @@ -1,5 +1,5 @@ /* Convert tree expression to rtl instructions, for GNU compiler. - Copyright (C) 1988-2016 Free Software Foundation, Inc. + Copyright (C) 1988-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/dojump.h b/gcc/dojump.h index 1b64ea7fdb7a..00d66a7239d1 100644 --- a/gcc/dojump.h +++ b/gcc/dojump.h @@ -1,5 +1,5 @@ /* Export function prototypes from dojump.c. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/dominance.c b/gcc/dominance.c index 90bd00dab155..c76e62e52ee1 100644 --- a/gcc/dominance.c +++ b/gcc/dominance.c @@ -1,5 +1,5 @@ /* Calculate (post)dominators in slightly super-linear time. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. Contributed by Michael Matz (matz@ifh.de). This file is part of GCC. diff --git a/gcc/dominance.h b/gcc/dominance.h index ddbfa0036620..1de43ee68349 100644 --- a/gcc/dominance.h +++ b/gcc/dominance.h @@ -1,5 +1,5 @@ /* Calculate (post)dominators header file. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/domwalk.c b/gcc/domwalk.c index 80ee7ff58eb8..c7d9654b4523 100644 --- a/gcc/domwalk.c +++ b/gcc/domwalk.c @@ -1,5 +1,5 @@ /* Generic dominator tree walker - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Diego Novillo This file is part of GCC. diff --git a/gcc/domwalk.h b/gcc/domwalk.h index dfbee3967056..bbb9afc0fbe8 100644 --- a/gcc/domwalk.h +++ b/gcc/domwalk.h @@ -1,5 +1,5 @@ /* Generic dominator tree walker - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Diego Novillo This file is part of GCC. diff --git a/gcc/double-int.c b/gcc/double-int.c index 2d692f94b6a5..e4022aba5643 100644 --- a/gcc/double-int.c +++ b/gcc/double-int.c @@ -1,5 +1,5 @@ /* Operations with long integers. - Copyright (C) 2006-2016 Free Software Foundation, Inc. + Copyright (C) 2006-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/double-int.h b/gcc/double-int.h index 6f59c1b9717e..e02ffeb8151a 100644 --- a/gcc/double-int.h +++ b/gcc/double-int.h @@ -1,5 +1,5 @@ /* Operations with long integers. - Copyright (C) 2006-2016 Free Software Foundation, Inc. + Copyright (C) 2006-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/dse.c b/gcc/dse.c index a7ae02200eb3..f87dd50024e8 100644 --- a/gcc/dse.c +++ b/gcc/dse.c @@ -1,5 +1,5 @@ /* RTL dead store elimination. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Richard Sandiford and Kenneth Zadeck diff --git a/gcc/dumpfile.c b/gcc/dumpfile.c index 291d2ef905b8..2c5dce242283 100644 --- a/gcc/dumpfile.c +++ b/gcc/dumpfile.c @@ -1,5 +1,5 @@ /* Dump infrastructure for optimizations and intermediate representation. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/dumpfile.h b/gcc/dumpfile.h index 9ef457048821..7c8f7a2f61dd 100644 --- a/gcc/dumpfile.h +++ b/gcc/dumpfile.h @@ -1,5 +1,5 @@ /* Definitions for the shared dumpfile. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/dwarf2asm.c b/gcc/dwarf2asm.c index 922a0c1d5896..3f4204050387 100644 --- a/gcc/dwarf2asm.c +++ b/gcc/dwarf2asm.c @@ -1,5 +1,5 @@ /* Dwarf2 assembler output helper routines. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/dwarf2asm.h b/gcc/dwarf2asm.h index 42064d34d22f..7fc87a0b0c94 100644 --- a/gcc/dwarf2asm.h +++ b/gcc/dwarf2asm.h @@ -1,5 +1,5 @@ /* Dwarf2 assembler output helper routines. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/dwarf2cfi.c b/gcc/dwarf2cfi.c index b93faa808e89..2748e2fa48e4 100644 --- a/gcc/dwarf2cfi.c +++ b/gcc/dwarf2cfi.c @@ -1,5 +1,5 @@ /* Dwarf2 Call Frame Information helper routines. - Copyright (C) 1992-2016 Free Software Foundation, Inc. + Copyright (C) 1992-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index 8dc85237288c..edb71692033d 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -1,5 +1,5 @@ /* Output Dwarf2 format symbol table information from GCC. - Copyright (C) 1992-2016 Free Software Foundation, Inc. + Copyright (C) 1992-2017 Free Software Foundation, Inc. Contributed by Gary Funck (gary@intrepid.com). Derived from DWARF 1 implementation of Ron Guilmette (rfg@monkeys.com). Extensively modified by Jason Merrill (jason@cygnus.com). diff --git a/gcc/dwarf2out.h b/gcc/dwarf2out.h index ae1af572f5de..79dc4391753e 100644 --- a/gcc/dwarf2out.h +++ b/gcc/dwarf2out.h @@ -1,5 +1,5 @@ /* dwarf2out.h - Various declarations for functions found in dwarf2out.c - Copyright (C) 1998-2016 Free Software Foundation, Inc. + Copyright (C) 1998-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/edit-context.c b/gcc/edit-context.c index 5945f423d29c..db8a5dc1324a 100644 --- a/gcc/edit-context.c +++ b/gcc/edit-context.c @@ -1,5 +1,5 @@ /* Determining the results of applying fix-it hints. - Copyright (C) 2016 Free Software Foundation, Inc. + Copyright (C) 2016-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/edit-context.h b/gcc/edit-context.h index 842da561991d..0d79f07d8bfc 100644 --- a/gcc/edit-context.h +++ b/gcc/edit-context.h @@ -1,5 +1,5 @@ /* Determining the results of applying fix-it hints. - Copyright (C) 2016 Free Software Foundation, Inc. + Copyright (C) 2016-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/emit-rtl.c b/gcc/emit-rtl.c index 7de17454037e..fdb0dec055a0 100644 --- a/gcc/emit-rtl.c +++ b/gcc/emit-rtl.c @@ -1,5 +1,5 @@ /* Emit RTL for the GCC expander. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/emit-rtl.h b/gcc/emit-rtl.h index 88ba5894dfef..4f4747bbc337 100644 --- a/gcc/emit-rtl.h +++ b/gcc/emit-rtl.h @@ -1,5 +1,5 @@ /* Exported functions from emit-rtl.c - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/errors.c b/gcc/errors.c index 468384cab11b..1a7b3ad40940 100644 --- a/gcc/errors.c +++ b/gcc/errors.c @@ -1,5 +1,5 @@ /* Basic error reporting routines. - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/errors.h b/gcc/errors.h index a6973f3d8150..7b58146a52d0 100644 --- a/gcc/errors.h +++ b/gcc/errors.h @@ -1,5 +1,5 @@ /* Basic error reporting routines. - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/et-forest.c b/gcc/et-forest.c index 766a1a3f35b2..c774636d9ad5 100644 --- a/gcc/et-forest.c +++ b/gcc/et-forest.c @@ -1,6 +1,6 @@ /* ET-trees data structure implementation. Contributed by Pavel Nejedly - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. This file is part of the libiberty library. Libiberty is free software; you can redistribute it and/or diff --git a/gcc/et-forest.h b/gcc/et-forest.h index 6c818763e193..017953030130 100644 --- a/gcc/et-forest.h +++ b/gcc/et-forest.h @@ -1,5 +1,5 @@ /* Et-forest data structure implementation. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gcc/except.c b/gcc/except.c index 2379fb3c090b..a22413d43b37 100644 --- a/gcc/except.c +++ b/gcc/except.c @@ -1,5 +1,5 @@ /* Implements exception handling. - Copyright (C) 1989-2016 Free Software Foundation, Inc. + Copyright (C) 1989-2017 Free Software Foundation, Inc. Contributed by Mike Stump . This file is part of GCC. diff --git a/gcc/except.h b/gcc/except.h index b29fc5c87571..87eab55c075e 100644 --- a/gcc/except.h +++ b/gcc/except.h @@ -1,5 +1,5 @@ /* Exception Handling interface routines. - Copyright (C) 1996-2016 Free Software Foundation, Inc. + Copyright (C) 1996-2017 Free Software Foundation, Inc. Contributed by Mike Stump . This file is part of GCC. diff --git a/gcc/exec-tool.in b/gcc/exec-tool.in index c2e84c9bdb4f..aefe95b405a4 100644 --- a/gcc/exec-tool.in +++ b/gcc/exec-tool.in @@ -1,6 +1,6 @@ #! /bin/sh -# Copyright (C) 2007-2016 Free Software Foundation, Inc. +# Copyright (C) 2007-2017 Free Software Foundation, Inc. # This file is part of GCC. # GCC is free software; you can redistribute it and/or modify diff --git a/gcc/explow.c b/gcc/explow.c index 6758cca87e78..4e081fb42a23 100644 --- a/gcc/explow.c +++ b/gcc/explow.c @@ -1,5 +1,5 @@ /* Subroutines for manipulating rtx's in semantically interesting ways. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/explow.h b/gcc/explow.h index e12f90c1bbec..217a3226adbe 100644 --- a/gcc/explow.h +++ b/gcc/explow.h @@ -1,5 +1,5 @@ /* Export function prototypes from explow.c. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/expmed.c b/gcc/expmed.c index fa710565f304..bcc592251000 100644 --- a/gcc/expmed.c +++ b/gcc/expmed.c @@ -1,6 +1,6 @@ /* Medium-level subroutines: convert bit-field store and extract and shifts, multiplies and divides to rtl instructions. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/expmed.h b/gcc/expmed.h index 8d0af3cf2de4..db1ce00c3f7c 100644 --- a/gcc/expmed.h +++ b/gcc/expmed.h @@ -1,5 +1,5 @@ /* Target-dependent costs for expmed.c. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/expr.c b/gcc/expr.c index 32aa237c6fa5..a7692157a5fb 100644 --- a/gcc/expr.c +++ b/gcc/expr.c @@ -1,5 +1,5 @@ /* Convert tree expression to rtl instructions, for GNU compiler. - Copyright (C) 1988-2016 Free Software Foundation, Inc. + Copyright (C) 1988-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/expr.h b/gcc/expr.h index 558721d7d8a0..84002abb0259 100644 --- a/gcc/expr.h +++ b/gcc/expr.h @@ -1,5 +1,5 @@ /* Definitions for code generation pass of GNU compiler. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/fibonacci_heap.c b/gcc/fibonacci_heap.c index afc858139742..6f8dda2fd4ef 100644 --- a/gcc/fibonacci_heap.c +++ b/gcc/fibonacci_heap.c @@ -1,5 +1,5 @@ /* Fibonacci heap for GNU compiler. - Copyright (C) 2016 Free Software Foundation, Inc. + Copyright (C) 2016-2017 Free Software Foundation, Inc. Contributed by Martin Liska This file is part of GCC. diff --git a/gcc/fibonacci_heap.h b/gcc/fibonacci_heap.h index 1345027f2784..554a142c8f4b 100644 --- a/gcc/fibonacci_heap.h +++ b/gcc/fibonacci_heap.h @@ -1,5 +1,5 @@ /* Fibonacci heap for GNU compiler. - Copyright (C) 1998-2016 Free Software Foundation, Inc. + Copyright (C) 1998-2017 Free Software Foundation, Inc. Contributed by Daniel Berlin (dan@cgsoftware.com). Re-implemented in C++ by Martin Liska diff --git a/gcc/file-find.c b/gcc/file-find.c index 1066da9395ac..b072a4993d76 100644 --- a/gcc/file-find.c +++ b/gcc/file-find.c @@ -1,5 +1,5 @@ /* Utility functions for finding files relative to GCC binaries. - Copyright (C) 1992-2016 Free Software Foundation, Inc. + Copyright (C) 1992-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/file-find.h b/gcc/file-find.h index 19a4746be091..8f49a3af273e 100644 --- a/gcc/file-find.h +++ b/gcc/file-find.h @@ -1,6 +1,6 @@ /* Prototypes and data structures used for implementing functions for finding files relative to GCC binaries. - Copyright (C) 1992-2016 Free Software Foundation, Inc. + Copyright (C) 1992-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/final.c b/gcc/final.c index 91acb01d96b1..8a4c9f86e921 100644 --- a/gcc/final.c +++ b/gcc/final.c @@ -1,5 +1,5 @@ /* Convert RTL to assembler code and output it, for GNU compiler. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/fixed-value.c b/gcc/fixed-value.c index ddb8ee112d55..810f7014d8ba 100644 --- a/gcc/fixed-value.c +++ b/gcc/fixed-value.c @@ -1,5 +1,5 @@ /* Fixed-point arithmetic support. - Copyright (C) 2006-2016 Free Software Foundation, Inc. + Copyright (C) 2006-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/fixed-value.h b/gcc/fixed-value.h index 5532a73cf866..608c872ae924 100644 --- a/gcc/fixed-value.h +++ b/gcc/fixed-value.h @@ -1,5 +1,5 @@ /* Fixed-point arithmetic support. - Copyright (C) 2006-2016 Free Software Foundation, Inc. + Copyright (C) 2006-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/flag-types.h b/gcc/flag-types.h index d69f8f489b82..27a38efdc8e6 100644 --- a/gcc/flag-types.h +++ b/gcc/flag-types.h @@ -1,5 +1,5 @@ /* Compilation switch flag type definitions for GCC. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/flags.h b/gcc/flags.h index e3b7d31aeb14..59f45d2919c1 100644 --- a/gcc/flags.h +++ b/gcc/flags.h @@ -1,5 +1,5 @@ /* Compilation switch flag definitions for GCC. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/fold-const-call.c b/gcc/fold-const-call.c index f978da3342c9..381cb7fd2905 100644 --- a/gcc/fold-const-call.c +++ b/gcc/fold-const-call.c @@ -1,5 +1,5 @@ /* Constant folding for calls to built-in and internal functions. - Copyright (C) 1988-2016 Free Software Foundation, Inc. + Copyright (C) 1988-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/fold-const-call.h b/gcc/fold-const-call.h index 7f61f2e08cbb..7ca8a3ce6b58 100644 --- a/gcc/fold-const-call.h +++ b/gcc/fold-const-call.h @@ -1,5 +1,5 @@ /* Fold calls to built-in and internal functions with constant arguments. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/fold-const.c b/gcc/fold-const.c index c649e547ead5..73ebd76d1e28 100644 --- a/gcc/fold-const.c +++ b/gcc/fold-const.c @@ -1,5 +1,5 @@ /* Fold a constant sub-tree into a single node for C-compiler - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/fold-const.h b/gcc/fold-const.h index fbe1328cf015..7abf4d1bc06b 100644 --- a/gcc/fold-const.h +++ b/gcc/fold-const.h @@ -1,5 +1,5 @@ /* Fold a constant sub-tree into a single node for C-compiler - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index a0b324e7b1e2..8788ef9239f5 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,5 +1,7 @@ 2017-01-01 Jakub Jelinek + Update copyright years. + * gfortranspec.c (lang_specific_driver): Update copyright notice dates. * gfc-internals.texi: Bump @copying's copyright year. diff --git a/gcc/fortran/Make-lang.in b/gcc/fortran/Make-lang.in index 33d226644c2d..14481fde4c11 100644 --- a/gcc/fortran/Make-lang.in +++ b/gcc/fortran/Make-lang.in @@ -1,6 +1,6 @@ # -*- makefile -*- # Top level makefile fragment for GNU gfortran, the GNU Fortran 95 compiler. -# Copyright (C) 2002-2016 Free Software Foundation, Inc. +# Copyright (C) 2002-2017 Free Software Foundation, Inc. # Contributed by Paul Brook diff --git a/gcc/fortran/arith.c b/gcc/fortran/arith.c index 2781f1038413..86d88f19eb72 100644 --- a/gcc/fortran/arith.c +++ b/gcc/fortran/arith.c @@ -1,5 +1,5 @@ /* Compiler arithmetic - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. Contributed by Andy Vaught This file is part of GCC. diff --git a/gcc/fortran/arith.h b/gcc/fortran/arith.h index 2bed49095b76..9c623a42ab5a 100644 --- a/gcc/fortran/arith.h +++ b/gcc/fortran/arith.h @@ -1,5 +1,5 @@ /* Compiler arithmetic header. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. Contributed by Steven Bosscher This file is part of GCC. diff --git a/gcc/fortran/array.c b/gcc/fortran/array.c index c531522f71f2..ec0c26656ff6 100644 --- a/gcc/fortran/array.c +++ b/gcc/fortran/array.c @@ -1,5 +1,5 @@ /* Array things - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. Contributed by Andy Vaught This file is part of GCC. diff --git a/gcc/fortran/bbt.c b/gcc/fortran/bbt.c index 8167dd538dc7..37b5dc3c093e 100644 --- a/gcc/fortran/bbt.c +++ b/gcc/fortran/bbt.c @@ -1,5 +1,5 @@ /* Balanced binary trees using treaps. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. Contributed by Andy Vaught This file is part of GCC. diff --git a/gcc/fortran/check.c b/gcc/fortran/check.c index 3ea8391ffc8b..e936a934975b 100644 --- a/gcc/fortran/check.c +++ b/gcc/fortran/check.c @@ -1,5 +1,5 @@ /* Check functions - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Andy Vaught & Katherine Holcomb This file is part of GCC. diff --git a/gcc/fortran/class.c b/gcc/fortran/class.c index 1fba6c930724..d507e22ce094 100644 --- a/gcc/fortran/class.c +++ b/gcc/fortran/class.c @@ -1,5 +1,5 @@ /* Implementation of Fortran 2003 Polymorphism. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Paul Richard Thomas and Janus Weil diff --git a/gcc/fortran/config-lang.in b/gcc/fortran/config-lang.in index b81dadd3adf2..10caf50a5365 100644 --- a/gcc/fortran/config-lang.in +++ b/gcc/fortran/config-lang.in @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2016 Free Software Foundation, Inc. +# Copyright (C) 2004-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/fortran/constructor.c b/gcc/fortran/constructor.c index f2bf674ff475..35ea483b36a2 100644 --- a/gcc/fortran/constructor.c +++ b/gcc/fortran/constructor.c @@ -1,5 +1,5 @@ /* Array and structure constructors - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/fortran/constructor.h b/gcc/fortran/constructor.h index fb003b1a07f0..dd4f5ffb209e 100644 --- a/gcc/fortran/constructor.h +++ b/gcc/fortran/constructor.h @@ -1,5 +1,5 @@ /* Array and structure constructors - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/fortran/convert.c b/gcc/fortran/convert.c index 128d915f207a..35203235e8fc 100644 --- a/gcc/fortran/convert.c +++ b/gcc/fortran/convert.c @@ -1,5 +1,5 @@ /* Data type conversion - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/fortran/cpp.c b/gcc/fortran/cpp.c index 68ec549c9c30..6ac37ad85633 100644 --- a/gcc/fortran/cpp.c +++ b/gcc/fortran/cpp.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/fortran/cpp.h b/gcc/fortran/cpp.h index 91b471444601..2bc3464390b3 100644 --- a/gcc/fortran/cpp.h +++ b/gcc/fortran/cpp.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/fortran/data.c b/gcc/fortran/data.c index ea19732ccc34..184e53d480ff 100644 --- a/gcc/fortran/data.c +++ b/gcc/fortran/data.c @@ -1,5 +1,5 @@ /* Supporting functions for resolving DATA statement. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Lifang Zeng This file is part of GCC. diff --git a/gcc/fortran/data.h b/gcc/fortran/data.h index b3e4e9c7fb23..98a5823cda19 100644 --- a/gcc/fortran/data.h +++ b/gcc/fortran/data.h @@ -1,5 +1,5 @@ /* Header for functions resolving DATA statements. - Copyright (C) 2007-2016 Free Software Foundation, Inc. + Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/fortran/decl.c b/gcc/fortran/decl.c index aca32186229f..22fc4444ae16 100644 --- a/gcc/fortran/decl.c +++ b/gcc/fortran/decl.c @@ -1,5 +1,5 @@ /* Declaration statement matcher - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Andy Vaught This file is part of GCC. diff --git a/gcc/fortran/dependency.c b/gcc/fortran/dependency.c index 4a3c1a793c15..1af2885c9ef4 100644 --- a/gcc/fortran/dependency.c +++ b/gcc/fortran/dependency.c @@ -1,5 +1,5 @@ /* Dependency analysis - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of GCC. diff --git a/gcc/fortran/dependency.h b/gcc/fortran/dependency.h index 6924d96dee04..5a509340fe31 100644 --- a/gcc/fortran/dependency.h +++ b/gcc/fortran/dependency.h @@ -1,5 +1,5 @@ /* Header for dependency analysis - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of GCC. diff --git a/gcc/fortran/dump-parse-tree.c b/gcc/fortran/dump-parse-tree.c index 585f25d632eb..36fc4cc09698 100644 --- a/gcc/fortran/dump-parse-tree.c +++ b/gcc/fortran/dump-parse-tree.c @@ -1,5 +1,5 @@ /* Parse tree dumper - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Steven Bosscher This file is part of GCC. diff --git a/gcc/fortran/error.c b/gcc/fortran/error.c index 801939c3430d..47b7a7104817 100644 --- a/gcc/fortran/error.c +++ b/gcc/fortran/error.c @@ -1,5 +1,5 @@ /* Handle errors. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. Contributed by Andy Vaught & Niels Kristian Bech Jensen This file is part of GCC. diff --git a/gcc/fortran/expr.c b/gcc/fortran/expr.c index f57198fc35bb..3c221eb67d5a 100644 --- a/gcc/fortran/expr.c +++ b/gcc/fortran/expr.c @@ -1,5 +1,5 @@ /* Routines for manipulation of expression nodes. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. Contributed by Andy Vaught This file is part of GCC. diff --git a/gcc/fortran/f95-lang.c b/gcc/fortran/f95-lang.c index 22d29daf08de..98ef837cd07f 100644 --- a/gcc/fortran/f95-lang.c +++ b/gcc/fortran/f95-lang.c @@ -1,5 +1,5 @@ /* gfortran backend interface - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. Contributed by Paul Brook. This file is part of GCC. diff --git a/gcc/fortran/frontend-passes.c b/gcc/fortran/frontend-passes.c index 82812f883ed5..e072b27df255 100644 --- a/gcc/fortran/frontend-passes.c +++ b/gcc/fortran/frontend-passes.c @@ -1,5 +1,5 @@ /* Pass manager for Fortran front end. - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Thomas König. This file is part of GCC. diff --git a/gcc/fortran/gfc-diagnostic.def b/gcc/fortran/gfc-diagnostic.def index 8f6100e60fd4..9483407164ac 100644 --- a/gcc/fortran/gfc-diagnostic.def +++ b/gcc/fortran/gfc-diagnostic.def @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2016 Free Software Foundation, Inc. +/* Copyright (C) 2001-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/fortran/gfortran.h b/gcc/fortran/gfortran.h index 799c2ac31051..d168138cae95 100644 --- a/gcc/fortran/gfortran.h +++ b/gcc/fortran/gfortran.h @@ -1,5 +1,5 @@ /* gfortran header file - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. Contributed by Andy Vaught This file is part of GCC. diff --git a/gcc/fortran/gfortranspec.c b/gcc/fortran/gfortranspec.c index e714a3a0941f..7a27f53da572 100644 --- a/gcc/fortran/gfortranspec.c +++ b/gcc/fortran/gfortranspec.c @@ -1,5 +1,5 @@ /* Specific flags and argument handling of the Fortran front-end. - Copyright (C) 1997-2016 Free Software Foundation, Inc. + Copyright (C) 1997-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/fortran/interface.c b/gcc/fortran/interface.c index 465d667d8442..5cf02371f805 100644 --- a/gcc/fortran/interface.c +++ b/gcc/fortran/interface.c @@ -1,5 +1,5 @@ /* Deal with interfaces. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. Contributed by Andy Vaught This file is part of GCC. diff --git a/gcc/fortran/intrinsic.c b/gcc/fortran/intrinsic.c index fb83402c07d2..86896a02883c 100644 --- a/gcc/fortran/intrinsic.c +++ b/gcc/fortran/intrinsic.c @@ -1,6 +1,6 @@ /* Build up a list of intrinsic subroutines and functions for the name-resolution stage. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. Contributed by Andy Vaught & Katherine Holcomb This file is part of GCC. diff --git a/gcc/fortran/intrinsic.h b/gcc/fortran/intrinsic.h index 8bba6e0cb379..756c5c6dee91 100644 --- a/gcc/fortran/intrinsic.h +++ b/gcc/fortran/intrinsic.h @@ -1,6 +1,6 @@ /* Header file for intrinsics check, resolve and simplify function prototypes. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. Contributed by Andy Vaught & Katherine Holcomb This file is part of GCC. diff --git a/gcc/fortran/io.c b/gcc/fortran/io.c index 8f4f26807171..5a7bc01bed11 100644 --- a/gcc/fortran/io.c +++ b/gcc/fortran/io.c @@ -1,5 +1,5 @@ /* Deal with I/O statements & related stuff. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. Contributed by Andy Vaught This file is part of GCC. diff --git a/gcc/fortran/ioparm.def b/gcc/fortran/ioparm.def index 46691874e10c..9789dd164aea 100644 --- a/gcc/fortran/ioparm.def +++ b/gcc/fortran/ioparm.def @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2016 Free Software Foundation, Inc. +/* Copyright (C) 2005-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/fortran/iresolve.c b/gcc/fortran/iresolve.c index a30ed9f3d656..5c3ad42990b0 100644 --- a/gcc/fortran/iresolve.c +++ b/gcc/fortran/iresolve.c @@ -1,5 +1,5 @@ /* Intrinsic function resolution. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. Contributed by Andy Vaught & Katherine Holcomb This file is part of GCC. diff --git a/gcc/fortran/iso-c-binding.def b/gcc/fortran/iso-c-binding.def index 472e7ae4fafe..b578b27fcf79 100644 --- a/gcc/fortran/iso-c-binding.def +++ b/gcc/fortran/iso-c-binding.def @@ -1,4 +1,4 @@ -/* Copyright (C) 2006-2016 Free Software Foundation, Inc. +/* Copyright (C) 2006-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/fortran/iso-fortran-env.def b/gcc/fortran/iso-fortran-env.def index 42bf7890caa2..8e231a6330a8 100644 --- a/gcc/fortran/iso-fortran-env.def +++ b/gcc/fortran/iso-fortran-env.def @@ -1,4 +1,4 @@ -/* Copyright (C) 2006-2016 Free Software Foundation, Inc. +/* Copyright (C) 2006-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/fortran/lang-specs.h b/gcc/fortran/lang-specs.h index a827bc111ac0..648959b7bd8d 100644 --- a/gcc/fortran/lang-specs.h +++ b/gcc/fortran/lang-specs.h @@ -1,6 +1,6 @@ /* Contribution to the specs for the GNU Compiler Collection from GNU Fortran 95 compiler. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gcc/fortran/lang.opt b/gcc/fortran/lang.opt index e39e555792f4..8f5883d628ba 100644 --- a/gcc/fortran/lang.opt +++ b/gcc/fortran/lang.opt @@ -1,5 +1,5 @@ ; Options for the Fortran 95 front end. -; Copyright (C) 2003-2016 Free Software Foundation, Inc. +; Copyright (C) 2003-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/fortran/libgfortran.h b/gcc/fortran/libgfortran.h index 8494ddc398e8..9f657bd525e0 100644 --- a/gcc/fortran/libgfortran.h +++ b/gcc/fortran/libgfortran.h @@ -1,5 +1,5 @@ /* Header file to the Fortran front-end and runtime library - Copyright (C) 2007-2016 Free Software Foundation, Inc. + Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/fortran/match.c b/gcc/fortran/match.c index 523cba45c7ea..ea9d315d7cf6 100644 --- a/gcc/fortran/match.c +++ b/gcc/fortran/match.c @@ -1,5 +1,5 @@ /* Matching subroutines in all sizes, shapes and colors. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. Contributed by Andy Vaught This file is part of GCC. diff --git a/gcc/fortran/match.h b/gcc/fortran/match.h index e87e939a812d..c8e8fc1cc4f0 100644 --- a/gcc/fortran/match.h +++ b/gcc/fortran/match.h @@ -1,5 +1,5 @@ /* All matcher functions. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Steven Bosscher This file is part of GCC. diff --git a/gcc/fortran/matchexp.c b/gcc/fortran/matchexp.c index 489d5c1d4e0d..7b681760c3aa 100644 --- a/gcc/fortran/matchexp.c +++ b/gcc/fortran/matchexp.c @@ -1,5 +1,5 @@ /* Expression parser. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. Contributed by Andy Vaught This file is part of GCC. diff --git a/gcc/fortran/mathbuiltins.def b/gcc/fortran/mathbuiltins.def index fc7fdc26e93b..fadfedb25ffe 100644 --- a/gcc/fortran/mathbuiltins.def +++ b/gcc/fortran/mathbuiltins.def @@ -1,4 +1,4 @@ -/* Copyright (C) 2004-2016 Free Software Foundation, Inc. +/* Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/fortran/misc.c b/gcc/fortran/misc.c index 1747ff2ac746..a2c199efb56a 100644 --- a/gcc/fortran/misc.c +++ b/gcc/fortran/misc.c @@ -1,5 +1,5 @@ /* Miscellaneous stuff that doesn't fit anywhere else. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. Contributed by Andy Vaught This file is part of GCC. diff --git a/gcc/fortran/module.c b/gcc/fortran/module.c index 713f27271de9..d738cf4f2ff6 100644 --- a/gcc/fortran/module.c +++ b/gcc/fortran/module.c @@ -1,6 +1,6 @@ /* Handle modules, which amounts to loading and saving symbols and their attendant structures. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. Contributed by Andy Vaught This file is part of GCC. diff --git a/gcc/fortran/openmp.c b/gcc/fortran/openmp.c index da4499190d15..4c5a1843fe5f 100644 --- a/gcc/fortran/openmp.c +++ b/gcc/fortran/openmp.c @@ -1,5 +1,5 @@ /* OpenMP directive matching and resolving. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Jakub Jelinek This file is part of GCC. diff --git a/gcc/fortran/options.c b/gcc/fortran/options.c index 2b90654584fe..dc8df5b8ed3d 100644 --- a/gcc/fortran/options.c +++ b/gcc/fortran/options.c @@ -1,5 +1,5 @@ /* Parse and display command line options. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. Contributed by Andy Vaught This file is part of GCC. diff --git a/gcc/fortran/parse.c b/gcc/fortran/parse.c index 6addae3678e3..0cd1d482099e 100644 --- a/gcc/fortran/parse.c +++ b/gcc/fortran/parse.c @@ -1,5 +1,5 @@ /* Main parser. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. Contributed by Andy Vaught This file is part of GCC. diff --git a/gcc/fortran/parse.h b/gcc/fortran/parse.h index e8f71cf30356..87b054ab4ea5 100644 --- a/gcc/fortran/parse.h +++ b/gcc/fortran/parse.h @@ -1,5 +1,5 @@ /* Parser header - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Steven Bosscher This file is part of GCC. diff --git a/gcc/fortran/primary.c b/gcc/fortran/primary.c index f13b0f02f15f..25a2829ce3df 100644 --- a/gcc/fortran/primary.c +++ b/gcc/fortran/primary.c @@ -1,5 +1,5 @@ /* Primary expression subroutines - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. Contributed by Andy Vaught This file is part of GCC. diff --git a/gcc/fortran/resolve.c b/gcc/fortran/resolve.c index 7cf7a41be424..a75d5feb8f60 100644 --- a/gcc/fortran/resolve.c +++ b/gcc/fortran/resolve.c @@ -1,5 +1,5 @@ /* Perform type resolution on the various structures. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. Contributed by Andy Vaught This file is part of GCC. diff --git a/gcc/fortran/scanner.c b/gcc/fortran/scanner.c index 5e3553591637..9a0f918b4cce 100644 --- a/gcc/fortran/scanner.c +++ b/gcc/fortran/scanner.c @@ -1,5 +1,5 @@ /* Character scanner. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. Contributed by Andy Vaught This file is part of GCC. diff --git a/gcc/fortran/scanner.h b/gcc/fortran/scanner.h index 4be38f5769c2..86fd2850d01a 100644 --- a/gcc/fortran/scanner.h +++ b/gcc/fortran/scanner.h @@ -1,5 +1,5 @@ /* Character scanner header. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. Contributed by Janne Blomqvist This file is part of GCC. diff --git a/gcc/fortran/simplify.c b/gcc/fortran/simplify.c index a46fbc531e46..a5a50de5cabc 100644 --- a/gcc/fortran/simplify.c +++ b/gcc/fortran/simplify.c @@ -1,5 +1,5 @@ /* Simplify intrinsic functions at compile-time. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. Contributed by Andy Vaught & Katherine Holcomb This file is part of GCC. diff --git a/gcc/fortran/st.c b/gcc/fortran/st.c index 9af58fc1dce4..acef6cffc02d 100644 --- a/gcc/fortran/st.c +++ b/gcc/fortran/st.c @@ -1,5 +1,5 @@ /* Build executable statement trees. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. Contributed by Andy Vaught This file is part of GCC. diff --git a/gcc/fortran/symbol.c b/gcc/fortran/symbol.c index f16e6262b2e4..af9bf13910b1 100644 --- a/gcc/fortran/symbol.c +++ b/gcc/fortran/symbol.c @@ -1,5 +1,5 @@ /* Maintain binary trees of symbols. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. Contributed by Andy Vaught This file is part of GCC. diff --git a/gcc/fortran/target-memory.c b/gcc/fortran/target-memory.c index ac9cce262e3a..d239cf114e12 100644 --- a/gcc/fortran/target-memory.c +++ b/gcc/fortran/target-memory.c @@ -1,5 +1,5 @@ /* Simulate storage of variables into target memory. - Copyright (C) 2007-2016 Free Software Foundation, Inc. + Copyright (C) 2007-2017 Free Software Foundation, Inc. Contributed by Paul Thomas and Brooks Moses This file is part of GCC. diff --git a/gcc/fortran/target-memory.h b/gcc/fortran/target-memory.h index 0d79c104b2f0..5d4655352cc7 100644 --- a/gcc/fortran/target-memory.h +++ b/gcc/fortran/target-memory.h @@ -1,5 +1,5 @@ /* Simulate storage of variables into target memory, header. - Copyright (C) 2007-2016 Free Software Foundation, Inc. + Copyright (C) 2007-2017 Free Software Foundation, Inc. Contributed by Paul Thomas and Brooks Moses This file is part of GCC. diff --git a/gcc/fortran/trans-array.c b/gcc/fortran/trans-array.c index 0cd83f417897..9a755fbf58dc 100644 --- a/gcc/fortran/trans-array.c +++ b/gcc/fortran/trans-array.c @@ -1,5 +1,5 @@ /* Array translation routines - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook and Steven Bosscher diff --git a/gcc/fortran/trans-array.h b/gcc/fortran/trans-array.h index ab0a6dee972a..e3df8860aa3e 100644 --- a/gcc/fortran/trans-array.h +++ b/gcc/fortran/trans-array.h @@ -1,5 +1,5 @@ /* Header for array handling functions - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of GCC. diff --git a/gcc/fortran/trans-common.c b/gcc/fortran/trans-common.c index 7706809b4a24..3068feef38d8 100644 --- a/gcc/fortran/trans-common.c +++ b/gcc/fortran/trans-common.c @@ -1,5 +1,5 @@ /* Common block and equivalence list handling - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. Contributed by Canqun Yang This file is part of GCC. diff --git a/gcc/fortran/trans-const.c b/gcc/fortran/trans-const.c index 812dcc602582..128d47d0fa31 100644 --- a/gcc/fortran/trans-const.c +++ b/gcc/fortran/trans-const.c @@ -1,5 +1,5 @@ /* Translation of constants - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of GCC. diff --git a/gcc/fortran/trans-const.h b/gcc/fortran/trans-const.h index 14b0f791fd03..97308676d16a 100644 --- a/gcc/fortran/trans-const.h +++ b/gcc/fortran/trans-const.h @@ -1,5 +1,5 @@ /* Header for code constant translation functions - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of GCC. diff --git a/gcc/fortran/trans-decl.c b/gcc/fortran/trans-decl.c index 9d62d514ff3f..979ccdbf6efb 100644 --- a/gcc/fortran/trans-decl.c +++ b/gcc/fortran/trans-decl.c @@ -1,5 +1,5 @@ /* Backend function setup - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of GCC. diff --git a/gcc/fortran/trans-expr.c b/gcc/fortran/trans-expr.c index 00fddfeda228..0012a296340b 100644 --- a/gcc/fortran/trans-expr.c +++ b/gcc/fortran/trans-expr.c @@ -1,5 +1,5 @@ /* Expression translation - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook and Steven Bosscher diff --git a/gcc/fortran/trans-intrinsic.c b/gcc/fortran/trans-intrinsic.c index d7612f631623..a13d3fb3e3f8 100644 --- a/gcc/fortran/trans-intrinsic.c +++ b/gcc/fortran/trans-intrinsic.c @@ -1,5 +1,5 @@ /* Intrinsic translation - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook and Steven Bosscher diff --git a/gcc/fortran/trans-io.c b/gcc/fortran/trans-io.c index 5f9c19196857..fbbad46de672 100644 --- a/gcc/fortran/trans-io.c +++ b/gcc/fortran/trans-io.c @@ -1,5 +1,5 @@ /* IO Code translation/library interface - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of GCC. diff --git a/gcc/fortran/trans-openmp.c b/gcc/fortran/trans-openmp.c index 3e22ebf8ced1..4f525feb5023 100644 --- a/gcc/fortran/trans-openmp.c +++ b/gcc/fortran/trans-openmp.c @@ -1,5 +1,5 @@ /* OpenMP directive translation -- generate GCC trees from gfc_code. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Jakub Jelinek This file is part of GCC. diff --git a/gcc/fortran/trans-stmt.c b/gcc/fortran/trans-stmt.c index ccfaee6213c5..df61bab83047 100644 --- a/gcc/fortran/trans-stmt.c +++ b/gcc/fortran/trans-stmt.c @@ -1,5 +1,5 @@ /* Statement translation -- generate GCC trees from gfc_code. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook and Steven Bosscher diff --git a/gcc/fortran/trans-stmt.h b/gcc/fortran/trans-stmt.h index 0b4f71357f65..cc367bf8f8a4 100644 --- a/gcc/fortran/trans-stmt.h +++ b/gcc/fortran/trans-stmt.h @@ -1,5 +1,5 @@ /* Header for statement translation functions - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of GCC. diff --git a/gcc/fortran/trans-types.c b/gcc/fortran/trans-types.c index e8dafa0d0af4..a214aae22d80 100644 --- a/gcc/fortran/trans-types.c +++ b/gcc/fortran/trans-types.c @@ -1,5 +1,5 @@ /* Backend support for Fortran 95 basic types and derived types. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook and Steven Bosscher diff --git a/gcc/fortran/trans-types.h b/gcc/fortran/trans-types.h index e8e92bf27775..9f1b64f48778 100644 --- a/gcc/fortran/trans-types.h +++ b/gcc/fortran/trans-types.h @@ -1,5 +1,5 @@ /* Header for Fortran 95 types backend support. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook and Steven Bosscher diff --git a/gcc/fortran/trans.c b/gcc/fortran/trans.c index e5dd98695fe1..dcbf7c346d39 100644 --- a/gcc/fortran/trans.c +++ b/gcc/fortran/trans.c @@ -1,5 +1,5 @@ /* Code translation -- generate GCC trees from gfc_code. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of GCC. diff --git a/gcc/fortran/trans.h b/gcc/fortran/trans.h index 3095f4c0dea9..c72fd356c36f 100644 --- a/gcc/fortran/trans.h +++ b/gcc/fortran/trans.h @@ -1,5 +1,5 @@ /* Header for code translation functions - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of GCC. diff --git a/gcc/fortran/types.def b/gcc/fortran/types.def index 8780b761da94..1f8a5a1277cb 100644 --- a/gcc/fortran/types.def +++ b/gcc/fortran/types.def @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2016 Free Software Foundation, Inc. +/* Copyright (C) 2001-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/fp-test.c b/gcc/fp-test.c index 538134b5fc7b..50ec7728e854 100644 --- a/gcc/fp-test.c +++ b/gcc/fp-test.c @@ -1,5 +1,5 @@ /* fp-test.c - Check that all floating-point operations are available. - Copyright (C) 1995-2016 Free Software Foundation, Inc. + Copyright (C) 1995-2017 Free Software Foundation, Inc. Contributed by Ronald F. Guilmette . This file is part of GCC. diff --git a/gcc/function-tests.c b/gcc/function-tests.c index b0c44cf2cdfb..b29735cdc74f 100644 --- a/gcc/function-tests.c +++ b/gcc/function-tests.c @@ -1,5 +1,5 @@ /* Unit tests for function-handling. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/function.c b/gcc/function.c index 0829fbe0d013..e0eb550fa3ea 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -1,5 +1,5 @@ /* Expands front end tree to back end RTL for GCC. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/function.h b/gcc/function.h index a35c41169cfd..fb3cbbc33462 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -1,5 +1,5 @@ /* Structure for saving state for a nested function. - Copyright (C) 1989-2016 Free Software Foundation, Inc. + Copyright (C) 1989-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/fwprop.c b/gcc/fwprop.c index a3fbb3433ae3..285fb1ab78a2 100644 --- a/gcc/fwprop.c +++ b/gcc/fwprop.c @@ -1,5 +1,5 @@ /* RTL-based forward propagation pass for GNU compiler. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Paolo Bonzini and Steven Bosscher. This file is part of GCC. diff --git a/gcc/gcc-ar.c b/gcc/gcc-ar.c index fc51cacc60ee..78d2fc1ad306 100644 --- a/gcc/gcc-ar.c +++ b/gcc/gcc-ar.c @@ -1,5 +1,5 @@ /* Wrapper for ar/ranlib/nm to pass the LTO plugin. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Andi Kleen. This file is part of GCC. diff --git a/gcc/gcc-main.c b/gcc/gcc-main.c index 2ceea6db8b4e..d8bdcf322684 100644 --- a/gcc/gcc-main.c +++ b/gcc/gcc-main.c @@ -1,5 +1,5 @@ /* "main" for the compiler driver. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gcc-plugin.h b/gcc/gcc-plugin.h index 28d515a97714..d2267a49f9fc 100644 --- a/gcc/gcc-plugin.h +++ b/gcc/gcc-plugin.h @@ -1,5 +1,5 @@ /* Public header file for plugins to include. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gcc-rich-location.c b/gcc/gcc-rich-location.c index b8787b40fe4b..68bcb7d24f16 100644 --- a/gcc/gcc-rich-location.c +++ b/gcc/gcc-rich-location.c @@ -1,5 +1,5 @@ /* Implementation of gcc_rich_location class - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gcc-rich-location.h b/gcc/gcc-rich-location.h index 0599904e39aa..49708cabf17c 100644 --- a/gcc/gcc-rich-location.h +++ b/gcc/gcc-rich-location.h @@ -1,5 +1,5 @@ /* Declarations relating to class gcc_rich_location - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gcc-symtab.h b/gcc/gcc-symtab.h index 5bf75b79bb32..9cb148903e8c 100644 --- a/gcc/gcc-symtab.h +++ b/gcc/gcc-symtab.h @@ -2,7 +2,7 @@ FIXME - This file should be named symtab.h, but that name conflicts with libcpp's symtab.h. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gcc.c b/gcc/gcc.c index 6121ca8feb8d..8154953eb1d8 100644 --- a/gcc/gcc.c +++ b/gcc/gcc.c @@ -1,5 +1,5 @@ /* Compiler driver program that can handle many languages. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gcc.h b/gcc/gcc.h index cb7081fc2df9..12f178ca5653 100644 --- a/gcc/gcc.h +++ b/gcc/gcc.h @@ -1,5 +1,5 @@ /* Header file for modules that link with gcc.c - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gcov-counter.def b/gcc/gcov-counter.def index 55d3f0c12a7e..85dcdae593fa 100644 --- a/gcc/gcov-counter.def +++ b/gcc/gcov-counter.def @@ -1,5 +1,5 @@ /* Definitions for the gcov counters in the GNU compiler. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gcov-dump.c b/gcc/gcov-dump.c index 717ca858d8a9..3311772df433 100644 --- a/gcc/gcov-dump.c +++ b/gcc/gcov-dump.c @@ -1,5 +1,5 @@ /* Dump a gcov file, for debugging use. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Nathan Sidwell Gcov is free software; you can redistribute it and/or modify diff --git a/gcc/gcov-io.c b/gcc/gcov-io.c index a1b247b68d08..3b6b022d1436 100644 --- a/gcc/gcov-io.c +++ b/gcc/gcov-io.c @@ -1,5 +1,5 @@ /* File format for coverage information - Copyright (C) 1996-2016 Free Software Foundation, Inc. + Copyright (C) 1996-2017 Free Software Foundation, Inc. Contributed by Bob Manson . Completely remangled by Nathan Sidwell . diff --git a/gcc/gcov-io.h b/gcc/gcov-io.h index a6da2bfcd423..1fb58dd918ee 100644 --- a/gcc/gcov-io.h +++ b/gcc/gcov-io.h @@ -1,5 +1,5 @@ /* File format for coverage information - Copyright (C) 1996-2016 Free Software Foundation, Inc. + Copyright (C) 1996-2017 Free Software Foundation, Inc. Contributed by Bob Manson . Completely remangled by Nathan Sidwell . diff --git a/gcc/gcov-iov.c b/gcc/gcov-iov.c index f87445a561cf..cd7146d5f017 100644 --- a/gcc/gcov-iov.c +++ b/gcc/gcov-iov.c @@ -1,6 +1,6 @@ /* Generate gcov version string from version.c. See gcov-io.h for description of how the version string is generated. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Nathan Sidwell This file is part of GCC. diff --git a/gcc/gcov-tool.c b/gcc/gcov-tool.c index f9667f01a863..cadf09377ddb 100644 --- a/gcc/gcov-tool.c +++ b/gcc/gcov-tool.c @@ -1,5 +1,5 @@ /* Gcc offline profile processing tool support. */ -/* Copyright (C) 2014-2016 Free Software Foundation, Inc. +/* Copyright (C) 2014-2017 Free Software Foundation, Inc. Contributed by Rong Xu . This file is part of GCC. diff --git a/gcc/gcov.c b/gcc/gcov.c index 1cf076dc04d0..5fda144b027c 100644 --- a/gcc/gcov.c +++ b/gcc/gcov.c @@ -1,6 +1,6 @@ /* Gcov.c: prepend line execution counts and branch probabilities to a source file. - Copyright (C) 1990-2016 Free Software Foundation, Inc. + Copyright (C) 1990-2017 Free Software Foundation, Inc. Contributed by James E. Wilson of Cygnus Support. Mangled by Bob Manson of Cygnus Support. Mangled further by Nathan Sidwell diff --git a/gcc/gcse-common.c b/gcc/gcse-common.c index 96a8bb5edbe7..37971f90014c 100644 --- a/gcc/gcse-common.c +++ b/gcc/gcse-common.c @@ -1,5 +1,5 @@ /* Shared code for before and after reload gcse implementations. - Copyright (C) 1997-2016 Free Software Foundation, Inc. + Copyright (C) 1997-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gcse-common.h b/gcc/gcse-common.h index eac8d0ab0e8d..83e966f4eb79 100644 --- a/gcc/gcse-common.h +++ b/gcc/gcse-common.h @@ -1,6 +1,6 @@ /* Structures and prototypes common across the normal GCSE implementation and the post-reload implementation. - Copyright (C) 1997-2016 Free Software Foundation, Inc. + Copyright (C) 1997-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gcse.c b/gcc/gcse.c index 652ee911e5b4..fbc770a48dee 100644 --- a/gcc/gcse.c +++ b/gcc/gcse.c @@ -1,5 +1,5 @@ /* Partial redundancy elimination / Hoisting for RTL. - Copyright (C) 1997-2016 Free Software Foundation, Inc. + Copyright (C) 1997-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gcse.h b/gcc/gcse.h index 110d7495536e..8e09526bdb0a 100644 --- a/gcc/gcse.h +++ b/gcc/gcse.h @@ -1,6 +1,6 @@ /* Global common subexpression elimination/Partial redundancy elimination and global constant/copy propagation for GNU compiler. - Copyright (C) 1997-2016 Free Software Foundation, Inc. + Copyright (C) 1997-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gdbhooks.py b/gcc/gdbhooks.py index 12123129a32c..962df473f57e 100644 --- a/gcc/gdbhooks.py +++ b/gcc/gdbhooks.py @@ -1,5 +1,5 @@ # Python hooks for gdb for debugging GCC -# Copyright (C) 2013-2016 Free Software Foundation, Inc. +# Copyright (C) 2013-2017 Free Software Foundation, Inc. # Contributed by David Malcolm diff --git a/gcc/gdbinit.in b/gcc/gdbinit.in index 041c71615481..be56b0ee25b3 100644 --- a/gcc/gdbinit.in +++ b/gcc/gdbinit.in @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2016 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/gen-pass-instances.awk b/gcc/gen-pass-instances.awk index 5a6ee7d87685..8e4b8a5fd525 100644 --- a/gcc/gen-pass-instances.awk +++ b/gcc/gen-pass-instances.awk @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2016 Free Software Foundation, Inc. +# Copyright (C) 2013-2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the diff --git a/gcc/genattr-common.c b/gcc/genattr-common.c index a11fbf707b1d..88e19079b5b4 100644 --- a/gcc/genattr-common.c +++ b/gcc/genattr-common.c @@ -1,7 +1,7 @@ /* Generate attribute information shared between driver and core compilers (insn-attr-common.h) from machine description. Split out of genattr.c. - Copyright (C) 1991-2016 Free Software Foundation, Inc. + Copyright (C) 1991-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/genattr.c b/gcc/genattr.c index 77380e7f26bd..86f71f0f8c07 100644 --- a/gcc/genattr.c +++ b/gcc/genattr.c @@ -1,5 +1,5 @@ /* Generate attribute information (insn-attr.h) from machine description. - Copyright (C) 1991-2016 Free Software Foundation, Inc. + Copyright (C) 1991-2017 Free Software Foundation, Inc. Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu) This file is part of GCC. diff --git a/gcc/genattrtab.c b/gcc/genattrtab.c index d22407375076..cd4e6689db49 100644 --- a/gcc/genattrtab.c +++ b/gcc/genattrtab.c @@ -1,5 +1,5 @@ /* Generate code from machine description to compute values of attributes. - Copyright (C) 1991-2016 Free Software Foundation, Inc. + Copyright (C) 1991-2017 Free Software Foundation, Inc. Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu) This file is part of GCC. diff --git a/gcc/genautomata.c b/gcc/genautomata.c index f4c125eca8ba..adec86831447 100644 --- a/gcc/genautomata.c +++ b/gcc/genautomata.c @@ -1,5 +1,5 @@ /* Pipeline hazard description translator. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. Written by Vladimir Makarov diff --git a/gcc/gencfn-macros.c b/gcc/gencfn-macros.c index ed758e869484..269429fabfc8 100644 --- a/gcc/gencfn-macros.c +++ b/gcc/gencfn-macros.c @@ -1,5 +1,5 @@ /* Generate macros based on the combined_fn enum. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gencheck.c b/gcc/gencheck.c index 23be4a80ebca..f541d1c5389b 100644 --- a/gcc/gencheck.c +++ b/gcc/gencheck.c @@ -1,5 +1,5 @@ /* Generate check macros for tree codes. - Copyright (C) 1998-2016 Free Software Foundation, Inc. + Copyright (C) 1998-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/genchecksum.c b/gcc/genchecksum.c index a0468c79c4c6..b2a76b62ab53 100644 --- a/gcc/genchecksum.c +++ b/gcc/genchecksum.c @@ -1,5 +1,5 @@ /* Generate checksums of executables for PCH validation - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gencodes.c b/gcc/gencodes.c index 3b0fc5ce9f81..fbc348dec770 100644 --- a/gcc/gencodes.c +++ b/gcc/gencodes.c @@ -1,7 +1,7 @@ /* Generate from machine description: - some macros CODE_FOR_... giving the insn_code_number value for each of the defined standard insn names. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/genconditions.c b/gcc/genconditions.c index 63e078478f02..afe3a4f6ee32 100644 --- a/gcc/genconditions.c +++ b/gcc/genconditions.c @@ -1,5 +1,5 @@ /* Process machine description and calculate constant conditions. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/genconfig.c b/gcc/genconfig.c index 888fa3a39e81..4ff36cb019d4 100644 --- a/gcc/genconfig.c +++ b/gcc/genconfig.c @@ -1,6 +1,6 @@ /* Generate from machine description: - some #define configuration flags. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/genconstants.c b/gcc/genconstants.c index bfc6d07bec45..d387ac7c1656 100644 --- a/gcc/genconstants.c +++ b/gcc/genconstants.c @@ -2,7 +2,7 @@ a series of #define statements, one for each constant named in a (define_constants ...) pattern. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/genemit.c b/gcc/genemit.c index 3cf71c7c5c47..4ef29e9f2165 100644 --- a/gcc/genemit.c +++ b/gcc/genemit.c @@ -1,5 +1,5 @@ /* Generate code from machine description to emit insns as rtl. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/genenums.c b/gcc/genenums.c index 2dc98ce88059..a42e5bdb183c 100644 --- a/gcc/genenums.c +++ b/gcc/genenums.c @@ -1,5 +1,5 @@ /* Generate from machine description the strings for each enum. - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/generic-match-head.c b/gcc/generic-match-head.c index 02ae59a70be3..1392d029f3e3 100644 --- a/gcc/generic-match-head.c +++ b/gcc/generic-match-head.c @@ -1,5 +1,5 @@ /* Preamble and helpers for the autogenerated generic-match.c file. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/generic-match.h b/gcc/generic-match.h index 2b6d2de97385..54ac5a4a5e2e 100644 --- a/gcc/generic-match.h +++ b/gcc/generic-match.h @@ -1,6 +1,6 @@ /* Generic simplify definitions. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Richard Guenther This file is part of GCC. diff --git a/gcc/genextract.c b/gcc/genextract.c index e6d53379e342..d9599adf59f9 100644 --- a/gcc/genextract.c +++ b/gcc/genextract.c @@ -1,5 +1,5 @@ /* Generate code from machine description to extract operands from insn as rtl. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/genflags.c b/gcc/genflags.c index 8b37b151a1d8..4992e8d6abb2 100644 --- a/gcc/genflags.c +++ b/gcc/genflags.c @@ -1,7 +1,7 @@ /* Generate from machine description: - some flags HAVE_... saying which simple standard instructions are available for this machine. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gengenrtl.c b/gcc/gengenrtl.c index b82265c956d7..19381be38d2f 100644 --- a/gcc/gengenrtl.c +++ b/gcc/gengenrtl.c @@ -1,5 +1,5 @@ /* Generate code to allocate RTL structures. - Copyright (C) 1997-2016 Free Software Foundation, Inc. + Copyright (C) 1997-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gengtype-lex.l b/gcc/gengtype-lex.l index 35cec600ad3a..8eee652241c1 100644 --- a/gcc/gengtype-lex.l +++ b/gcc/gengtype-lex.l @@ -1,6 +1,6 @@ /* -*- indented-text -*- */ /* Process source files and output type information. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gengtype-parse.c b/gcc/gengtype-parse.c index 954ac2a04e8d..f6ad3987faa9 100644 --- a/gcc/gengtype-parse.c +++ b/gcc/gengtype-parse.c @@ -1,5 +1,5 @@ /* Process source files and output type information. - Copyright (C) 2006-2016 Free Software Foundation, Inc. + Copyright (C) 2006-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gengtype-state.c b/gcc/gengtype-state.c index beb110e3f648..2f27c42b0426 100644 --- a/gcc/gengtype-state.c +++ b/gcc/gengtype-state.c @@ -1,7 +1,7 @@ /* Gengtype persistent state serialization & de-serialization. Useful for gengtype in plugin mode. - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gengtype.c b/gcc/gengtype.c index dcc2ff5c3582..a315c6cfe87a 100644 --- a/gcc/gengtype.c +++ b/gcc/gengtype.c @@ -1,5 +1,5 @@ /* Process source files and output type information. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. This file is part of GCC. @@ -1607,7 +1607,7 @@ static outf_p create_file (const char *name, const char *oname) { static const char *const hdr[] = { - " Copyright (C) 2004-2016 Free Software Foundation, Inc.\n", + " Copyright (C) 2004-2017 Free Software Foundation, Inc.\n", "\n", "This file is part of GCC.\n", "\n", diff --git a/gcc/gengtype.h b/gcc/gengtype.h index 14183babf9f8..d57f45ccf0dc 100644 --- a/gcc/gengtype.h +++ b/gcc/gengtype.h @@ -1,5 +1,5 @@ /* Process source files and output type information. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/genhooks.c b/gcc/genhooks.c index 6d64fd9e32a5..fb380c586ffb 100644 --- a/gcc/genhooks.c +++ b/gcc/genhooks.c @@ -1,6 +1,6 @@ /* Process target.def to create initialization macros definition in target-hooks-def.h and documentation in target-hooks.texi. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/genmatch.c b/gcc/genmatch.c index 41951c57940e..86f40b23225a 100644 --- a/gcc/genmatch.c +++ b/gcc/genmatch.c @@ -1,7 +1,7 @@ /* Generate pattern matching and transform code shared between GENERIC and GIMPLE folding code from match-and-simplify description. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. Contributed by Richard Biener and Prathamesh Kulkarni diff --git a/gcc/genmddeps.c b/gcc/genmddeps.c index f97020fd1f00..43a384852e30 100644 --- a/gcc/genmddeps.c +++ b/gcc/genmddeps.c @@ -1,5 +1,5 @@ /* genmddeps.c - creates a makefile dependency fragment for the md file. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/gcc/genmddump.c b/gcc/genmddump.c index a9c93a831222..2115bbf1440c 100644 --- a/gcc/genmddump.c +++ b/gcc/genmddump.c @@ -1,5 +1,5 @@ /* Generate code from machine description to recognize rtl as insns. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/genmodes.c b/gcc/genmodes.c index 42ab5f0f749c..92079fafc0e5 100644 --- a/gcc/genmodes.c +++ b/gcc/genmodes.c @@ -1,5 +1,5 @@ /* Generate the machine mode enumeration and associated tables. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/genmultilib b/gcc/genmultilib index eb5f661a5fde..2501f547a938 100644 --- a/gcc/genmultilib +++ b/gcc/genmultilib @@ -1,6 +1,6 @@ #!/bin/sh # Generates multilib.h. -# Copyright (C) 1994-2016 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. #This file is part of GCC. diff --git a/gcc/genopinit.c b/gcc/genopinit.c index b0e013c533e4..d98fcd56e280 100644 --- a/gcc/genopinit.c +++ b/gcc/genopinit.c @@ -1,5 +1,5 @@ /* Generate code to initialize optabs from machine description. - Copyright (C) 1993-2016 Free Software Foundation, Inc. + Copyright (C) 1993-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/genoutput.c b/gcc/genoutput.c index fd36c0427feb..6469bef7c6c2 100644 --- a/gcc/genoutput.c +++ b/gcc/genoutput.c @@ -1,5 +1,5 @@ /* Generate code from to output assembler insns as recognized from rtl. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/genpeep.c b/gcc/genpeep.c index a0a7a3b21adc..2fcd891121ea 100644 --- a/gcc/genpeep.c +++ b/gcc/genpeep.c @@ -1,5 +1,5 @@ /* Generate code from machine description to perform peephole optimizations. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/genpreds.c b/gcc/genpreds.c index 58e92382671d..439a7f439271 100644 --- a/gcc/genpreds.c +++ b/gcc/genpreds.c @@ -2,7 +2,7 @@ - prototype declarations for operand predicates (tm-preds.h) - function definitions of operand predicates, if defined new-style (insn-preds.c) - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/genrecog.c b/gcc/genrecog.c index e4377c3afa44..f414d5f4f273 100644 --- a/gcc/genrecog.c +++ b/gcc/genrecog.c @@ -1,5 +1,5 @@ /* Generate code from machine description to recognize rtl as insns. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gensupport.c b/gcc/gensupport.c index c49ad6f55b74..261e0022ad83 100644 --- a/gcc/gensupport.c +++ b/gcc/gensupport.c @@ -1,5 +1,5 @@ /* Support routines for the various generation passes. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gensupport.h b/gcc/gensupport.h index 618359dac942..693166f53a10 100644 --- a/gcc/gensupport.h +++ b/gcc/gensupport.h @@ -1,5 +1,5 @@ /* Declarations for rtx-reader support for gen* routines. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gentarget-def.c b/gcc/gentarget-def.c index cf4b16634650..a9ef8fed69c8 100644 --- a/gcc/gentarget-def.c +++ b/gcc/gentarget-def.c @@ -1,5 +1,5 @@ /* Generate insn-target-def.h, an automatically-generated part of targetm. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ggc-common.c b/gcc/ggc-common.c index 9b291aa33876..b4c36fb0bbd4 100644 --- a/gcc/ggc-common.c +++ b/gcc/ggc-common.c @@ -1,5 +1,5 @@ /* Simple garbage collection for the GNU compiler. - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ggc-internal.h b/gcc/ggc-internal.h index d7185e29272f..e3f3d3f51f6e 100644 --- a/gcc/ggc-internal.h +++ b/gcc/ggc-internal.h @@ -1,7 +1,7 @@ /* Garbage collection for the GNU compiler. Internal definitions for ggc-*.c and stringpool.c. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ggc-none.c b/gcc/ggc-none.c index 915b5fa151b2..220107ead496 100644 --- a/gcc/ggc-none.c +++ b/gcc/ggc-none.c @@ -1,5 +1,5 @@ /* Null garbage collection for the GNU compiler. - Copyright (C) 1998-2016 Free Software Foundation, Inc. + Copyright (C) 1998-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ggc-page.c b/gcc/ggc-page.c index 2148595394d5..1aef94ec91f1 100644 --- a/gcc/ggc-page.c +++ b/gcc/ggc-page.c @@ -1,5 +1,5 @@ /* "Bag-of-pages" garbage collector for the GNU compiler. - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ggc-tests.c b/gcc/ggc-tests.c index b9cd276ba34b..cbb941d95736 100644 --- a/gcc/ggc-tests.c +++ b/gcc/ggc-tests.c @@ -1,5 +1,5 @@ /* Unit tests for GCC's garbage collector (and gengtype etc). - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ggc.h b/gcc/ggc.h index 32e0f41d7a55..d100a535e0aa 100644 --- a/gcc/ggc.h +++ b/gcc/ggc.h @@ -1,6 +1,6 @@ /* Garbage collection for the GNU compiler. - Copyright (C) 1998-2016 Free Software Foundation, Inc. + Copyright (C) 1998-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gimple-builder.c b/gcc/gimple-builder.c index 4fb21e4da00e..8727bb002412 100644 --- a/gcc/gimple-builder.c +++ b/gcc/gimple-builder.c @@ -1,5 +1,5 @@ /* Functions for high level gimple building routines. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gimple-builder.h b/gcc/gimple-builder.h index 1cdf9eea19fa..6f69d97cee0f 100644 --- a/gcc/gimple-builder.h +++ b/gcc/gimple-builder.h @@ -1,5 +1,5 @@ /* Header file for high level statement building routines. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gimple-expr.c b/gcc/gimple-expr.c index de5cce1f7cca..b435b995b2a7 100644 --- a/gcc/gimple-expr.c +++ b/gcc/gimple-expr.c @@ -1,6 +1,6 @@ /* Gimple decl, type, and expression support functions. - Copyright (C) 2007-2016 Free Software Foundation, Inc. + Copyright (C) 2007-2017 Free Software Foundation, Inc. Contributed by Aldy Hernandez This file is part of GCC. diff --git a/gcc/gimple-expr.h b/gcc/gimple-expr.h index faf4c53db302..6e969164a377 100644 --- a/gcc/gimple-expr.h +++ b/gcc/gimple-expr.h @@ -1,5 +1,5 @@ /* Header file for gimple decl, type and expressions. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gimple-fold.c b/gcc/gimple-fold.c index 9c86f158503a..ef1afd10a009 100644 --- a/gcc/gimple-fold.c +++ b/gcc/gimple-fold.c @@ -1,5 +1,5 @@ /* Statement simplification on GIMPLE. - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Split out from tree-ssa-ccp.c. This file is part of GCC. diff --git a/gcc/gimple-fold.h b/gcc/gimple-fold.h index 5add30c99bd3..38fb8e74e4d8 100644 --- a/gcc/gimple-fold.h +++ b/gcc/gimple-fold.h @@ -1,6 +1,6 @@ /* Gimple folding definitions. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Richard Guenther This file is part of GCC. diff --git a/gcc/gimple-iterator.c b/gcc/gimple-iterator.c index 6cac0757a232..3b74cc540f66 100644 --- a/gcc/gimple-iterator.c +++ b/gcc/gimple-iterator.c @@ -1,5 +1,5 @@ /* Iterator routines for GIMPLE statements. - Copyright (C) 2007-2016 Free Software Foundation, Inc. + Copyright (C) 2007-2017 Free Software Foundation, Inc. Contributed by Aldy Hernandez This file is part of GCC. diff --git a/gcc/gimple-iterator.h b/gcc/gimple-iterator.h index a58b0a4b5df6..7b2c49c83a61 100644 --- a/gcc/gimple-iterator.h +++ b/gcc/gimple-iterator.h @@ -1,5 +1,5 @@ /* Header file for gimple iterators. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gimple-laddress.c b/gcc/gimple-laddress.c index 1a3c8e15a0d4..8e07e30b11a1 100644 --- a/gcc/gimple-laddress.c +++ b/gcc/gimple-laddress.c @@ -1,5 +1,5 @@ /* Lower and optimize address expressions. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by Marek Polacek This file is part of GCC. diff --git a/gcc/gimple-low.c b/gcc/gimple-low.c index 64752b67b86b..619b9d7bfb17 100644 --- a/gcc/gimple-low.c +++ b/gcc/gimple-low.c @@ -1,6 +1,6 @@ /* GIMPLE lowering pass. Converts High GIMPLE into Low GIMPLE. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gimple-low.h b/gcc/gimple-low.h index 6817fdab387a..1d5e4cf5b20d 100644 --- a/gcc/gimple-low.h +++ b/gcc/gimple-low.h @@ -1,5 +1,5 @@ /* Header file for gimple lowering pass. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gimple-match-head.c b/gcc/gimple-match-head.c index 09f729f62fd4..e7e9839a4b84 100644 --- a/gcc/gimple-match-head.c +++ b/gcc/gimple-match-head.c @@ -1,5 +1,5 @@ /* Preamble and helpers for the autogenerated gimple-match.c file. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gimple-match.h b/gcc/gimple-match.h index 2b8f4b968889..23298c47b2ad 100644 --- a/gcc/gimple-match.h +++ b/gcc/gimple-match.h @@ -1,6 +1,6 @@ /* Gimple simplify definitions. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Richard Guenther This file is part of GCC. diff --git a/gcc/gimple-predict.h b/gcc/gimple-predict.h index f1adee1f9349..ba58e12e9e96 100644 --- a/gcc/gimple-predict.h +++ b/gcc/gimple-predict.h @@ -1,6 +1,6 @@ /* Gimple prediction routines. - Copyright (C) 2007-2016 Free Software Foundation, Inc. + Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gimple-pretty-print.c b/gcc/gimple-pretty-print.c index 1a66953533bf..91c839d327dd 100644 --- a/gcc/gimple-pretty-print.c +++ b/gcc/gimple-pretty-print.c @@ -1,5 +1,5 @@ /* Pretty formatting of GIMPLE statements and expressions. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. Contributed by Aldy Hernandez and Diego Novillo diff --git a/gcc/gimple-pretty-print.h b/gcc/gimple-pretty-print.h index f8eef998ddb4..acc635da76ca 100644 --- a/gcc/gimple-pretty-print.h +++ b/gcc/gimple-pretty-print.h @@ -1,6 +1,6 @@ /* Various declarations for pretty formatting of GIMPLE statements and expressions. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gimple-ssa-backprop.c b/gcc/gimple-ssa-backprop.c index 6ef221817f9f..3acf3d604eab 100644 --- a/gcc/gimple-ssa-backprop.c +++ b/gcc/gimple-ssa-backprop.c @@ -1,5 +1,5 @@ /* Back-propagation of usage information to definitions. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gimple-ssa-isolate-paths.c b/gcc/gimple-ssa-isolate-paths.c index 84048d3daf9e..25e8c8aad4cf 100644 --- a/gcc/gimple-ssa-isolate-paths.c +++ b/gcc/gimple-ssa-isolate-paths.c @@ -1,7 +1,7 @@ /* Detect paths through the CFG which can never be executed in a conforming program and isolate them. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gimple-ssa-nonnull-compare.c b/gcc/gimple-ssa-nonnull-compare.c index 8c5546754e62..7936f0597db8 100644 --- a/gcc/gimple-ssa-nonnull-compare.c +++ b/gcc/gimple-ssa-nonnull-compare.c @@ -1,5 +1,5 @@ /* -Wnonnull-compare warning support. - Copyright (C) 2016 Free Software Foundation, Inc. + Copyright (C) 2016-2017 Free Software Foundation, Inc. Contributed by Jakub Jelinek This file is part of GCC. diff --git a/gcc/gimple-ssa-split-paths.c b/gcc/gimple-ssa-split-paths.c index 81705918179e..ef6c7203f6bc 100644 --- a/gcc/gimple-ssa-split-paths.c +++ b/gcc/gimple-ssa-split-paths.c @@ -1,5 +1,5 @@ /* Support routines for Splitting Paths to loop backedges - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by Ajit Kumar Agarwal . This file is part of GCC. diff --git a/gcc/gimple-ssa-sprintf.c b/gcc/gimple-ssa-sprintf.c index a91dcb8fc0b1..907a06479eef 100644 --- a/gcc/gimple-ssa-sprintf.c +++ b/gcc/gimple-ssa-sprintf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016 Free Software Foundation, Inc. +/* Copyright (C) 2016-2017 Free Software Foundation, Inc. Contributed by Martin Sebor . This file is part of GCC. diff --git a/gcc/gimple-ssa-store-merging.c b/gcc/gimple-ssa-store-merging.c index 6e26484d6672..c59fdcbdf382 100644 --- a/gcc/gimple-ssa-store-merging.c +++ b/gcc/gimple-ssa-store-merging.c @@ -1,5 +1,5 @@ /* GIMPLE store merging pass. - Copyright (C) 2016 Free Software Foundation, Inc. + Copyright (C) 2016-2017 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GCC. diff --git a/gcc/gimple-ssa-strength-reduction.c b/gcc/gimple-ssa-strength-reduction.c index ba82a2004490..9ebe1989bd2f 100644 --- a/gcc/gimple-ssa-strength-reduction.c +++ b/gcc/gimple-ssa-strength-reduction.c @@ -1,5 +1,5 @@ /* Straight-line strength reduction. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Bill Schmidt, IBM This file is part of GCC. diff --git a/gcc/gimple-ssa-warn-alloca.c b/gcc/gimple-ssa-warn-alloca.c index ae379f90c0c6..a27eea1fb4c1 100644 --- a/gcc/gimple-ssa-warn-alloca.c +++ b/gcc/gimple-ssa-warn-alloca.c @@ -1,5 +1,5 @@ /* Warn on problematic uses of alloca and variable length arrays. - Copyright (C) 2016 Free Software Foundation, Inc. + Copyright (C) 2016-2017 Free Software Foundation, Inc. Contributed by Aldy Hernandez . This file is part of GCC. diff --git a/gcc/gimple-ssa.h b/gcc/gimple-ssa.h index 4234bb89d927..89b3c18acf35 100644 --- a/gcc/gimple-ssa.h +++ b/gcc/gimple-ssa.h @@ -1,6 +1,6 @@ /* Header file for routines that straddle the border between GIMPLE and SSA in gimple. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gimple-streamer-in.c b/gcc/gimple-streamer-in.c index f706db9c6885..d545340951f3 100644 --- a/gcc/gimple-streamer-in.c +++ b/gcc/gimple-streamer-in.c @@ -1,6 +1,6 @@ /* Routines for reading GIMPLE from a file stream. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Diego Novillo This file is part of GCC. diff --git a/gcc/gimple-streamer-out.c b/gcc/gimple-streamer-out.c index 5441f69ca155..b471d6f739ad 100644 --- a/gcc/gimple-streamer-out.c +++ b/gcc/gimple-streamer-out.c @@ -1,6 +1,6 @@ /* Routines for emitting GIMPLE to a file stream. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Diego Novillo This file is part of GCC. diff --git a/gcc/gimple-streamer.h b/gcc/gimple-streamer.h index 41a8e47aca2a..d8a6a439cc18 100644 --- a/gcc/gimple-streamer.h +++ b/gcc/gimple-streamer.h @@ -1,6 +1,6 @@ /* Data structures and functions for streaming GIMPLE. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Diego Novillo This file is part of GCC. diff --git a/gcc/gimple-walk.c b/gcc/gimple-walk.c index be501c5cecbd..1eff0daf0ad8 100644 --- a/gcc/gimple-walk.c +++ b/gcc/gimple-walk.c @@ -1,6 +1,6 @@ /* Gimple walk support. - Copyright (C) 2007-2016 Free Software Foundation, Inc. + Copyright (C) 2007-2017 Free Software Foundation, Inc. Contributed by Aldy Hernandez This file is part of GCC. diff --git a/gcc/gimple-walk.h b/gcc/gimple-walk.h index 3ef868a647ff..d844933d6f9f 100644 --- a/gcc/gimple-walk.h +++ b/gcc/gimple-walk.h @@ -1,5 +1,5 @@ /* Header file for gimple statement walk support. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gimple.c b/gcc/gimple.c index 23e59c2f1235..488f8c82b82e 100644 --- a/gcc/gimple.c +++ b/gcc/gimple.c @@ -1,6 +1,6 @@ /* Gimple IR support functions. - Copyright (C) 2007-2016 Free Software Foundation, Inc. + Copyright (C) 2007-2017 Free Software Foundation, Inc. Contributed by Aldy Hernandez This file is part of GCC. diff --git a/gcc/gimple.def b/gcc/gimple.def index 2ff22b881abd..d739a2d7b7da 100644 --- a/gcc/gimple.def +++ b/gcc/gimple.def @@ -1,6 +1,6 @@ /* This file contains the definitions of the GIMPLE IR tuples used in GCC. - Copyright (C) 2007-2016 Free Software Foundation, Inc. + Copyright (C) 2007-2017 Free Software Foundation, Inc. Contributed by Aldy Hernandez This file is part of GCC. diff --git a/gcc/gimple.h b/gcc/gimple.h index 0d0296e3f16a..460011c87f10 100644 --- a/gcc/gimple.h +++ b/gcc/gimple.h @@ -1,6 +1,6 @@ /* Gimple IR definitions. - Copyright (C) 2007-2016 Free Software Foundation, Inc. + Copyright (C) 2007-2017 Free Software Foundation, Inc. Contributed by Aldy Hernandez This file is part of GCC. diff --git a/gcc/gimplify-me.c b/gcc/gimplify-me.c index 28e467b990e0..2aa98dca0bd7 100644 --- a/gcc/gimplify-me.c +++ b/gcc/gimplify-me.c @@ -1,7 +1,7 @@ /* Tree lowering to gimple for middle end use only. This converts the GENERIC functions-as-trees tree representation into the GIMPLE form. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. Major work done by Sebastian Pop , Diego Novillo and Jason Merrill . diff --git a/gcc/gimplify-me.h b/gcc/gimplify-me.h index 897e0dcf4bee..7f5f4872db94 100644 --- a/gcc/gimplify-me.h +++ b/gcc/gimplify-me.h @@ -1,5 +1,5 @@ /* Header file for middle end gimplification. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gimplify.c b/gcc/gimplify.c index a30013311819..14e79b4b3f35 100644 --- a/gcc/gimplify.c +++ b/gcc/gimplify.c @@ -1,6 +1,6 @@ /* Tree lowering pass. This pass converts the GENERIC functions-as-trees tree representation into the GIMPLE form. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Major work done by Sebastian Pop , Diego Novillo and Jason Merrill . diff --git a/gcc/gimplify.h b/gcc/gimplify.h index 27823e6bb993..5d3954496e13 100644 --- a/gcc/gimplify.h +++ b/gcc/gimplify.h @@ -1,5 +1,5 @@ /* Header file for gimplification. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ginclude/float.h b/gcc/ginclude/float.h index 3df2889164ff..658017fd63a4 100644 --- a/gcc/ginclude/float.h +++ b/gcc/ginclude/float.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2016 Free Software Foundation, Inc. +/* Copyright (C) 2002-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ginclude/iso646.h b/gcc/ginclude/iso646.h index 198b3447886a..5a6b50335e9c 100644 --- a/gcc/ginclude/iso646.h +++ b/gcc/ginclude/iso646.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1997-2016 Free Software Foundation, Inc. +/* Copyright (C) 1997-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ginclude/stdalign.h b/gcc/ginclude/stdalign.h index 54a4d71d4180..243d40e54e44 100644 --- a/gcc/ginclude/stdalign.h +++ b/gcc/ginclude/stdalign.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2016 Free Software Foundation, Inc. +/* Copyright (C) 2011-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ginclude/stdarg.h b/gcc/ginclude/stdarg.h index 65251522ad46..aa248be5da7b 100644 --- a/gcc/ginclude/stdarg.h +++ b/gcc/ginclude/stdarg.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1989-2016 Free Software Foundation, Inc. +/* Copyright (C) 1989-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ginclude/stdatomic.h b/gcc/ginclude/stdatomic.h index 09599484e3e9..fb29a142fcfd 100644 --- a/gcc/ginclude/stdatomic.h +++ b/gcc/ginclude/stdatomic.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2016 Free Software Foundation, Inc. +/* Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ginclude/stdbool.h b/gcc/ginclude/stdbool.h index dec666a6925e..a69fc3a444f9 100644 --- a/gcc/ginclude/stdbool.h +++ b/gcc/ginclude/stdbool.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1998-2016 Free Software Foundation, Inc. +/* Copyright (C) 1998-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ginclude/stddef.h b/gcc/ginclude/stddef.h index ced2d8555ee0..872f451cac91 100644 --- a/gcc/ginclude/stddef.h +++ b/gcc/ginclude/stddef.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1989-2016 Free Software Foundation, Inc. +/* Copyright (C) 1989-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ginclude/stdfix.h b/gcc/ginclude/stdfix.h index 2659c0fad3e8..9de1b72dcada 100644 --- a/gcc/ginclude/stdfix.h +++ b/gcc/ginclude/stdfix.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ginclude/stdint-gcc.h b/gcc/ginclude/stdint-gcc.h index 610e118a97c6..0ee7e3523407 100644 --- a/gcc/ginclude/stdint-gcc.h +++ b/gcc/ginclude/stdint-gcc.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ginclude/stdnoreturn.h b/gcc/ginclude/stdnoreturn.h index 614265b318f3..739c2e31fc2c 100644 --- a/gcc/ginclude/stdnoreturn.h +++ b/gcc/ginclude/stdnoreturn.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2016 Free Software Foundation, Inc. +/* Copyright (C) 2011-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ginclude/tgmath.h b/gcc/ginclude/tgmath.h index 807a4580118c..be3f5be9df14 100644 --- a/gcc/ginclude/tgmath.h +++ b/gcc/ginclude/tgmath.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2004-2016 Free Software Foundation, Inc. +/* Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Apple, Inc. This file is part of GCC. diff --git a/gcc/ginclude/unwind-arm-common.h b/gcc/ginclude/unwind-arm-common.h index ce50afe884e5..abf50bafe101 100644 --- a/gcc/ginclude/unwind-arm-common.h +++ b/gcc/ginclude/unwind-arm-common.h @@ -1,5 +1,5 @@ /* Header file for the ARM EABI and C6X unwinders - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is free software; you can redistribute it and/or modify it diff --git a/gcc/glimits.h b/gcc/glimits.h index 3967bfe5a0e6..3bc362683c6c 100644 --- a/gcc/glimits.h +++ b/gcc/glimits.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2016 Free Software Foundation, Inc. +/* Copyright (C) 1991-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/go/ChangeLog b/gcc/go/ChangeLog index 77f62c3f0bea..381e00e4d07a 100644 --- a/gcc/go/ChangeLog +++ b/gcc/go/ChangeLog @@ -1,5 +1,7 @@ 2017-01-01 Jakub Jelinek + Update copyright years. + * gccgo.texi: Bump @copyrights-go year. 2016-12-16 Than McIntosh diff --git a/gcc/go/Make-lang.in b/gcc/go/Make-lang.in index 676833046348..ba883765437b 100644 --- a/gcc/go/Make-lang.in +++ b/gcc/go/Make-lang.in @@ -1,6 +1,6 @@ # Make-lang.in -- Top level -*- makefile -*- fragment for gcc Go frontend. -# Copyright (C) 2009-2016 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # This file is part of GCC. diff --git a/gcc/go/config-lang.in b/gcc/go/config-lang.in index 3d7a3723f4a0..1fc7eeccecf9 100644 --- a/gcc/go/config-lang.in +++ b/gcc/go/config-lang.in @@ -1,6 +1,6 @@ # config-lang.in -- Top level configure fragment for gcc Go frontend. -# Copyright (C) 2009-2016 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # This file is part of GCC. diff --git a/gcc/go/go-backend.c b/gcc/go/go-backend.c index 3a56f0a45df5..1705b849550f 100644 --- a/gcc/go/go-backend.c +++ b/gcc/go/go-backend.c @@ -1,5 +1,5 @@ /* go-backend.c -- Go frontend interface to gcc backend. - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/go/go-c.h b/gcc/go/go-c.h index 74e89463c43a..029b5d5f6bd4 100644 --- a/gcc/go/go-c.h +++ b/gcc/go/go-c.h @@ -1,5 +1,5 @@ /* go-c.h -- Header file for go frontend gcc C interface. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/go/go-gcc-diagnostics.cc b/gcc/go/go-gcc-diagnostics.cc index 893b31e65970..b12773f455b3 100644 --- a/gcc/go/go-gcc-diagnostics.cc +++ b/gcc/go/go-gcc-diagnostics.cc @@ -1,5 +1,5 @@ // go-gcc-diagnostics.cc -- GCC implementation of go diagnostics interface. -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 Free Software Foundation, Inc. // Contributed by Than McIntosh, Google. // This file is part of GCC. diff --git a/gcc/go/go-gcc.cc b/gcc/go/go-gcc.cc index cc93667fb4da..58312e40bf40 100644 --- a/gcc/go/go-gcc.cc +++ b/gcc/go/go-gcc.cc @@ -1,5 +1,5 @@ // go-gcc.cc -- Go frontend to gcc IR. -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 Free Software Foundation, Inc. // Contributed by Ian Lance Taylor, Google. // This file is part of GCC. diff --git a/gcc/go/go-gcc.h b/gcc/go/go-gcc.h index 0dfd3927f102..9f57c8628854 100644 --- a/gcc/go/go-gcc.h +++ b/gcc/go/go-gcc.h @@ -1,5 +1,5 @@ /* go-gcc.h -- Header file for go backend-specific interfaces. - Copyright (C) 2016 Free Software Foundation, Inc. + Copyright (C) 2016-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/go/go-lang.c b/gcc/go/go-lang.c index e7305b85775b..780d73799e6c 100644 --- a/gcc/go/go-lang.c +++ b/gcc/go/go-lang.c @@ -1,5 +1,5 @@ /* go-lang.c -- Go frontend gcc interface. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/go/go-sha1.cc b/gcc/go/go-sha1.cc index 874b9635a767..0a4d5ac54901 100644 --- a/gcc/go/go-sha1.cc +++ b/gcc/go/go-sha1.cc @@ -1,5 +1,5 @@ /* go-sha1.cc -- Go frontend interface to gcc backend. - Copyright (C) 2016 Free Software Foundation, Inc. + Copyright (C) 2016-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/go/go-system.h b/gcc/go/go-system.h index d348d5c533a5..90185435c1ed 100644 --- a/gcc/go/go-system.h +++ b/gcc/go/go-system.h @@ -1,5 +1,5 @@ // go-system.h -- Go frontend inclusion of gcc header files -*- C++ -*- -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 Free Software Foundation, Inc. // This file is part of GCC. diff --git a/gcc/go/gospec.c b/gcc/go/gospec.c index 13c1b9c021e2..8c4a14f95ec1 100644 --- a/gcc/go/gospec.c +++ b/gcc/go/gospec.c @@ -1,5 +1,5 @@ /* gospec.c -- Specific flags and argument handling of the gcc Go front end. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/go/lang-specs.h b/gcc/go/lang-specs.h index 5fd8e9e36b35..8e8d36028381 100644 --- a/gcc/go/lang-specs.h +++ b/gcc/go/lang-specs.h @@ -1,5 +1,5 @@ /* lang-specs.h -- gcc driver specs for Go frontend. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/go/lang.opt b/gcc/go/lang.opt index 503fc7dfd238..bc999888dcdc 100644 --- a/gcc/go/lang.opt +++ b/gcc/go/lang.opt @@ -1,6 +1,6 @@ ; lang.opt -- Options for the gcc Go front end. -; Copyright (C) 2009-2016 Free Software Foundation, Inc. +; Copyright (C) 2009-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/godump.c b/gcc/godump.c index 1e9a07e0ce9a..65a8b393358b 100644 --- a/gcc/godump.c +++ b/gcc/godump.c @@ -1,5 +1,5 @@ /* Output Go language descriptions of types. - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Written by Ian Lance Taylor . This file is part of GCC. diff --git a/gcc/graph.c b/gcc/graph.c index d3e2d2ea0a6e..9f075c0a3f2a 100644 --- a/gcc/graph.c +++ b/gcc/graph.c @@ -1,5 +1,5 @@ /* Output routines for graphical representation. - Copyright (C) 1998-2016 Free Software Foundation, Inc. + Copyright (C) 1998-2017 Free Software Foundation, Inc. Contributed by Ulrich Drepper , 1998. Rewritten for DOT output by Steven Bosscher, 2012. diff --git a/gcc/graph.h b/gcc/graph.h index fadd7c5c811e..4db253fbb5ac 100644 --- a/gcc/graph.h +++ b/gcc/graph.h @@ -1,5 +1,5 @@ /* Header file for graph routines. - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/graphds.c b/gcc/graphds.c index 2ae500447b4a..e7cb19f30f53 100644 --- a/gcc/graphds.c +++ b/gcc/graphds.c @@ -1,5 +1,5 @@ /* Graph representation and manipulation functions. - Copyright (C) 2007-2016 Free Software Foundation, Inc. + Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/graphds.h b/gcc/graphds.h index b878c66b16ec..500ea70217db 100644 --- a/gcc/graphds.h +++ b/gcc/graphds.h @@ -1,5 +1,5 @@ /* Graph representation. - Copyright (C) 2007-2016 Free Software Foundation, Inc. + Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/graphite-dependences.c b/gcc/graphite-dependences.c index f9d5bc309101..2dc5cccef9a5 100644 --- a/gcc/graphite-dependences.c +++ b/gcc/graphite-dependences.c @@ -1,5 +1,5 @@ /* Data dependence analysis for Graphite. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Sebastian Pop and Konrad Trifunovic . diff --git a/gcc/graphite-isl-ast-to-gimple.c b/gcc/graphite-isl-ast-to-gimple.c index 209eadab0a65..0efdb364b18b 100644 --- a/gcc/graphite-isl-ast-to-gimple.c +++ b/gcc/graphite-isl-ast-to-gimple.c @@ -1,5 +1,5 @@ /* Translation of isl AST to Gimple. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. Contributed by Roman Gareev . This file is part of GCC. diff --git a/gcc/graphite-optimize-isl.c b/gcc/graphite-optimize-isl.c index fd1638bee979..5e7943c1a992 100644 --- a/gcc/graphite-optimize-isl.c +++ b/gcc/graphite-optimize-isl.c @@ -1,5 +1,5 @@ /* A scheduling optimizer for Graphite - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Tobias Grosser . This file is part of GCC. diff --git a/gcc/graphite-poly.c b/gcc/graphite-poly.c index 4c3f55027a74..fdb3cd69f1a4 100644 --- a/gcc/graphite-poly.c +++ b/gcc/graphite-poly.c @@ -1,5 +1,5 @@ /* Graphite polyhedral representation. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Sebastian Pop and Tobias Grosser . diff --git a/gcc/graphite-scop-detection.c b/gcc/graphite-scop-detection.c index dd50a1e4ec00..3860693d65c6 100644 --- a/gcc/graphite-scop-detection.c +++ b/gcc/graphite-scop-detection.c @@ -1,5 +1,5 @@ /* Detection of Static Control Parts (SCoP) for Graphite. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Sebastian Pop and Tobias Grosser . diff --git a/gcc/graphite-sese-to-poly.c b/gcc/graphite-sese-to-poly.c index 22a09a1782ff..2af50b5b394f 100644 --- a/gcc/graphite-sese-to-poly.c +++ b/gcc/graphite-sese-to-poly.c @@ -1,5 +1,5 @@ /* Conversion of SESE regions to Polyhedra. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Sebastian Pop . This file is part of GCC. diff --git a/gcc/graphite.c b/gcc/graphite.c index 9a4f4820a9c4..a4ee8f0fd713 100644 --- a/gcc/graphite.c +++ b/gcc/graphite.c @@ -1,5 +1,5 @@ /* Gimple Represented as Polyhedra. - Copyright (C) 2006-2016 Free Software Foundation, Inc. + Copyright (C) 2006-2017 Free Software Foundation, Inc. Contributed by Sebastian Pop . This file is part of GCC. diff --git a/gcc/graphite.h b/gcc/graphite.h index 578fa1a6d98c..bbee9f4a7399 100644 --- a/gcc/graphite.h +++ b/gcc/graphite.h @@ -1,5 +1,5 @@ /* Graphite polyhedral representation. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Sebastian Pop and Tobias Grosser . diff --git a/gcc/gsstruct.def b/gcc/gsstruct.def index 45bf39245878..fdd9a9a75b57 100644 --- a/gcc/gsstruct.def +++ b/gcc/gsstruct.def @@ -1,7 +1,7 @@ /* This file contains the definitions for the gimple IR structure enumeration used in GCC. - Copyright (C) 2007-2016 Free Software Foundation, Inc. + Copyright (C) 2007-2017 Free Software Foundation, Inc. Contributed by Aldy Hernandez This file is part of GCC. diff --git a/gcc/gstab.h b/gcc/gstab.h index 8b8eb8b229c0..1e863ba73300 100644 --- a/gcc/gstab.h +++ b/gcc/gstab.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1997-2016 Free Software Foundation, Inc. +/* Copyright (C) 1997-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/gsyms.h b/gcc/gsyms.h index abe2f7d3595f..749ff8a93655 100644 --- a/gcc/gsyms.h +++ b/gcc/gsyms.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1992-2016 Free Software Foundation, Inc. +/* Copyright (C) 1992-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/haifa-sched.c b/gcc/haifa-sched.c index 580a795d5d4d..1b13e32d8988 100644 --- a/gcc/haifa-sched.c +++ b/gcc/haifa-sched.c @@ -1,5 +1,5 @@ /* Instruction scheduling pass. - Copyright (C) 1992-2016 Free Software Foundation, Inc. + Copyright (C) 1992-2017 Free Software Foundation, Inc. Contributed by Michael Tiemann (tiemann@cygnus.com) Enhanced by, and currently maintained by, Jim Wilson (wilson@cygnus.com) diff --git a/gcc/hard-reg-set.h b/gcc/hard-reg-set.h index b94ebb3929f2..d5fc417082fd 100644 --- a/gcc/hard-reg-set.h +++ b/gcc/hard-reg-set.h @@ -1,5 +1,5 @@ /* Sets (bit vectors) of hard registers, and operations on them. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC diff --git a/gcc/hash-map-tests.c b/gcc/hash-map-tests.c index fd1bb952fcdd..1fd796e8cb0c 100644 --- a/gcc/hash-map-tests.c +++ b/gcc/hash-map-tests.c @@ -1,5 +1,5 @@ /* Unit tests for hash-map.h. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/hash-map-traits.h b/gcc/hash-map-traits.h index 4bf3c0553821..2b5fddf2d095 100644 --- a/gcc/hash-map-traits.h +++ b/gcc/hash-map-traits.h @@ -1,5 +1,5 @@ /* A hash map traits. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/hash-map.h b/gcc/hash-map.h index 2d184946a846..73f1c5427a0b 100644 --- a/gcc/hash-map.h +++ b/gcc/hash-map.h @@ -1,5 +1,5 @@ /* A type-safe hash map. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/hash-set-tests.c b/gcc/hash-set-tests.c index db408f293e2b..67ba42007dbc 100644 --- a/gcc/hash-set-tests.c +++ b/gcc/hash-set-tests.c @@ -1,5 +1,5 @@ /* Unit tests for hash-set.h. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/hash-set.h b/gcc/hash-set.h index 4ef4ebab5d15..d2247d395711 100644 --- a/gcc/hash-set.h +++ b/gcc/hash-set.h @@ -1,5 +1,5 @@ /* A type-safe hash set. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/hash-table.c b/gcc/hash-table.c index 6aa19bc45425..b1b2dd62f3d3 100644 --- a/gcc/hash-table.c +++ b/gcc/hash-table.c @@ -1,5 +1,5 @@ /* A type-safe hash table template. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Lawrence Crowl This file is part of GCC. diff --git a/gcc/hash-table.h b/gcc/hash-table.h index e925e1e12d6e..0bee093a6451 100644 --- a/gcc/hash-table.h +++ b/gcc/hash-table.h @@ -1,5 +1,5 @@ /* A type-safe hash table template. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Lawrence Crowl This file is part of GCC. diff --git a/gcc/hash-traits.h b/gcc/hash-traits.h index 79a80a3e3a3d..f1bfd9faa8d7 100644 --- a/gcc/hash-traits.h +++ b/gcc/hash-traits.h @@ -1,5 +1,5 @@ /* Traits for hashable types. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/highlev-plugin-common.h b/gcc/highlev-plugin-common.h index 66743615a904..23bd732fe3ea 100644 --- a/gcc/highlev-plugin-common.h +++ b/gcc/highlev-plugin-common.h @@ -1,7 +1,7 @@ /* Interface for high-level plugins in GCC - Parts common between GCC, ICI and high-level plugins. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by INRIA. diff --git a/gcc/hooks.c b/gcc/hooks.c index 6fed2c506c8b..f4591dc585c9 100644 --- a/gcc/hooks.c +++ b/gcc/hooks.c @@ -1,5 +1,5 @@ /* General-purpose hooks. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/gcc/hooks.h b/gcc/hooks.h index e59b42e3a7f1..95f78109e305 100644 --- a/gcc/hooks.h +++ b/gcc/hooks.h @@ -1,5 +1,5 @@ /* General-purpose hooks. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/gcc/host-default.c b/gcc/host-default.c index 046cb85029ce..ad29c06eec38 100644 --- a/gcc/host-default.c +++ b/gcc/host-default.c @@ -1,5 +1,5 @@ /* Default host-specific hook definitions. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/hosthooks-def.h b/gcc/hosthooks-def.h index 218784b6efea..ca6cdfa14eda 100644 --- a/gcc/hosthooks-def.h +++ b/gcc/hosthooks-def.h @@ -1,5 +1,5 @@ /* Default macros to initialize the lang_hooks data structure. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/hosthooks.h b/gcc/hosthooks.h index 0b069de795c5..7ae440cdc76a 100644 --- a/gcc/hosthooks.h +++ b/gcc/hosthooks.h @@ -1,5 +1,5 @@ /* The host_hooks data structure. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/hsa-brig-format.h b/gcc/hsa-brig-format.h index e1c6cd2a899b..34d74dfd8395 100644 --- a/gcc/hsa-brig-format.h +++ b/gcc/hsa-brig-format.h @@ -1,5 +1,5 @@ /* HSA BRIG (binary representation of HSAIL) 1.0.1 representation description. - Copyright (C) 2016 Free Software Foundation, Inc. + Copyright (C) 2016-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/hsa-brig.c b/gcc/hsa-brig.c index acd91647cc62..5fe302f25f5b 100644 --- a/gcc/hsa-brig.c +++ b/gcc/hsa-brig.c @@ -1,5 +1,5 @@ /* Producing binary form of HSA BRIG from our internal representation. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. Contributed by Martin Jambor and Martin Liska . diff --git a/gcc/hsa-builtins.def b/gcc/hsa-builtins.def index cc0409e6b8ab..9ff72818d87d 100644 --- a/gcc/hsa-builtins.def +++ b/gcc/hsa-builtins.def @@ -1,6 +1,6 @@ /* This file contains the definitions and documentation for the Offloading and Multi Processing builtins used in the GNU compiler. - Copyright (C) 2005-2015 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/hsa-dump.c b/gcc/hsa-dump.c index 813218b652d6..1cd128ea3b42 100644 --- a/gcc/hsa-dump.c +++ b/gcc/hsa-dump.c @@ -1,5 +1,5 @@ /* Infrastructure to dump our HSAIL IL - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. Contributed by Martin Jambor and Martin Liska . diff --git a/gcc/hsa-gen.c b/gcc/hsa-gen.c index a88294ecd4f7..f2843b3ed386 100644 --- a/gcc/hsa-gen.c +++ b/gcc/hsa-gen.c @@ -1,5 +1,5 @@ /* A pass for lowering gimple to HSAIL - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. Contributed by Martin Jambor and Martin Liska . diff --git a/gcc/hsa-regalloc.c b/gcc/hsa-regalloc.c index 50bf51155dfe..5f2ac13c8239 100644 --- a/gcc/hsa-regalloc.c +++ b/gcc/hsa-regalloc.c @@ -1,5 +1,5 @@ /* HSAIL IL Register allocation and out-of-SSA. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. Contributed by Michael Matz This file is part of GCC. diff --git a/gcc/hsa.c b/gcc/hsa.c index 31e3252f2fb9..c0ed9f82bf3f 100644 --- a/gcc/hsa.c +++ b/gcc/hsa.c @@ -1,5 +1,5 @@ /* Implementation of commonly needed HSAIL related functions and methods. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. Contributed by Martin Jambor and Martin Liska . diff --git a/gcc/hsa.h b/gcc/hsa.h index c00ffd577faa..a74f2d9553bb 100644 --- a/gcc/hsa.h +++ b/gcc/hsa.h @@ -1,5 +1,5 @@ /* HSAIL and BRIG related macros and definitions. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/hw-doloop.c b/gcc/hw-doloop.c index a046c24c9d3b..6190775b3823 100644 --- a/gcc/hw-doloop.c +++ b/gcc/hw-doloop.c @@ -1,6 +1,6 @@ /* Code to analyze doloop loops in order for targets to perform late optimizations converting doloops to other forms of hardware loops. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/hw-doloop.h b/gcc/hw-doloop.h index c872de5ead7c..38e8588b7c01 100644 --- a/gcc/hw-doloop.h +++ b/gcc/hw-doloop.h @@ -1,6 +1,6 @@ /* Code to analyze doloop loops in order for targets to perform late optimizations converting doloops to other forms of hardware loops. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/hwint.c b/gcc/hwint.c index 53730285dd7a..43fdcf275672 100644 --- a/gcc/hwint.c +++ b/gcc/hwint.c @@ -1,5 +1,5 @@ /* Operations on HOST_WIDE_INT. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/hwint.h b/gcc/hwint.h index ea87b2158b1f..2a61e3c9be65 100644 --- a/gcc/hwint.h +++ b/gcc/hwint.h @@ -1,5 +1,5 @@ /* HOST_WIDE_INT definitions for the GNU compiler. - Copyright (C) 1998-2016 Free Software Foundation, Inc. + Copyright (C) 1998-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ifcvt.c b/gcc/ifcvt.c index 0fdd5b7885cb..56c785e36322 100644 --- a/gcc/ifcvt.c +++ b/gcc/ifcvt.c @@ -1,5 +1,5 @@ /* If-conversion support. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ifcvt.h b/gcc/ifcvt.h index b74509a45a49..e6276bb6a1ed 100644 --- a/gcc/ifcvt.h +++ b/gcc/ifcvt.h @@ -1,5 +1,5 @@ /* If-conversion header file. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/inchash.c b/gcc/inchash.c index 7ec81208cfb5..13b50b611de3 100644 --- a/gcc/inchash.c +++ b/gcc/inchash.c @@ -1,5 +1,5 @@ /* Incremential hashing for jhash. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/inchash.h b/gcc/inchash.h index c2d582822f58..6af1dadfc671 100644 --- a/gcc/inchash.h +++ b/gcc/inchash.h @@ -1,5 +1,5 @@ /* An incremental hash abstract data type. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/incpath.c b/gcc/incpath.c index 952d5c4727d8..98fe5ec9ab36 100644 --- a/gcc/incpath.c +++ b/gcc/incpath.c @@ -1,5 +1,5 @@ /* Set up combined include path chain for the preprocessor. - Copyright (C) 1986-2016 Free Software Foundation, Inc. + Copyright (C) 1986-2017 Free Software Foundation, Inc. Broken out of cppinit.c and cppfiles.c and rewritten Mar 2003. diff --git a/gcc/incpath.h b/gcc/incpath.h index ea3399149070..39a29cdd47eb 100644 --- a/gcc/incpath.h +++ b/gcc/incpath.h @@ -1,5 +1,5 @@ /* Set up combined include path for the preprocessor. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/gcc/init-regs.c b/gcc/init-regs.c index 2ee4bd443626..2c69991c9e1b 100644 --- a/gcc/init-regs.c +++ b/gcc/init-regs.c @@ -1,5 +1,5 @@ /* Initialization of uninitialized regs. - Copyright (C) 2007-2016 Free Software Foundation, Inc. + Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/input.c b/gcc/input.c index dcb51016a044..22cc74c536c4 100644 --- a/gcc/input.c +++ b/gcc/input.c @@ -1,5 +1,5 @@ /* Data and functions related to line maps and input files. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/input.h b/gcc/input.h index 6ce0b812b5eb..7251eef664eb 100644 --- a/gcc/input.h +++ b/gcc/input.h @@ -1,6 +1,6 @@ /* Declarations for variables relating to reading the source file. Used by parsers, lexical analyzers, and error message routines. - Copyright (C) 1993-2016 Free Software Foundation, Inc. + Copyright (C) 1993-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/insn-addr.h b/gcc/insn-addr.h index 45b3c9116ad1..c43f737f8e12 100644 --- a/gcc/insn-addr.h +++ b/gcc/insn-addr.h @@ -1,5 +1,5 @@ /* Macros to support INSN_ADDRESSES - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/insn-notes.def b/gcc/insn-notes.def index d347fab94275..f96ce18ecb6d 100644 --- a/gcc/insn-notes.def +++ b/gcc/insn-notes.def @@ -1,5 +1,5 @@ /* Insn note definitions. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/internal-fn.c b/gcc/internal-fn.c index b1dbc988b9c0..7fb44aa08fec 100644 --- a/gcc/internal-fn.c +++ b/gcc/internal-fn.c @@ -1,5 +1,5 @@ /* Internal functions. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/internal-fn.def b/gcc/internal-fn.def index 9a03e17be23a..4bf8383a77e9 100644 --- a/gcc/internal-fn.def +++ b/gcc/internal-fn.def @@ -1,5 +1,5 @@ /* Internal functions. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/internal-fn.h b/gcc/internal-fn.h index 672a60f0619f..23ce08a6b02e 100644 --- a/gcc/internal-fn.h +++ b/gcc/internal-fn.h @@ -1,5 +1,5 @@ /* Internal functions. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/intl.c b/gcc/intl.c index 3e355d7ebec3..c9090e06dd33 100644 --- a/gcc/intl.c +++ b/gcc/intl.c @@ -1,5 +1,5 @@ /* Message translation utilities. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/intl.h b/gcc/intl.h index b2b4b0ccc05e..4e768267f723 100644 --- a/gcc/intl.h +++ b/gcc/intl.h @@ -1,5 +1,5 @@ /* intl.h - internationalization - Copyright (C) 1998-2016 Free Software Foundation, Inc. + Copyright (C) 1998-2017 Free Software Foundation, Inc. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/gcc/ipa-chkp.c b/gcc/ipa-chkp.c index 86c48f14f64d..c7fc3a0d0be7 100644 --- a/gcc/ipa-chkp.c +++ b/gcc/ipa-chkp.c @@ -1,5 +1,5 @@ /* Pointer Bounds Checker IPA passes. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. Contributed by Ilya Enkovich (ilya.enkovich@intel.com) This file is part of GCC. diff --git a/gcc/ipa-chkp.h b/gcc/ipa-chkp.h index d9da053c7498..454893d0f316 100644 --- a/gcc/ipa-chkp.h +++ b/gcc/ipa-chkp.h @@ -1,5 +1,5 @@ /* Declaration of interface functions of Pointer Bounds Checker. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ipa-comdats.c b/gcc/ipa-comdats.c index 321bc0fc7886..a234245a1dcf 100644 --- a/gcc/ipa-comdats.c +++ b/gcc/ipa-comdats.c @@ -1,5 +1,5 @@ /* Localize comdats. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ipa-cp.c b/gcc/ipa-cp.c index d3b50524457d..82bf35084b63 100644 --- a/gcc/ipa-cp.c +++ b/gcc/ipa-cp.c @@ -1,5 +1,5 @@ /* Interprocedural constant propagation - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Razya Ladelsky and Martin Jambor diff --git a/gcc/ipa-devirt.c b/gcc/ipa-devirt.c index 49e219557d57..38d5408126d0 100644 --- a/gcc/ipa-devirt.c +++ b/gcc/ipa-devirt.c @@ -1,6 +1,6 @@ /* Basic IPA utilities for type inheritance graph construction and devirtualization. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. Contributed by Jan Hubicka This file is part of GCC. diff --git a/gcc/ipa-hsa.c b/gcc/ipa-hsa.c index 0fbe2e2062d9..4391b5805669 100644 --- a/gcc/ipa-hsa.c +++ b/gcc/ipa-hsa.c @@ -1,5 +1,5 @@ /* Callgraph based analysis of static variables. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by Martin Liska This file is part of GCC. diff --git a/gcc/ipa-icf-gimple.c b/gcc/ipa-icf-gimple.c index 683df3157790..08dd980fdf36 100644 --- a/gcc/ipa-icf-gimple.c +++ b/gcc/ipa-icf-gimple.c @@ -1,5 +1,5 @@ /* Interprocedural Identical Code Folding pass - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. Contributed by Jan Hubicka and Martin Liska diff --git a/gcc/ipa-icf-gimple.h b/gcc/ipa-icf-gimple.h index 9530a8ed55cd..da904b5897e2 100644 --- a/gcc/ipa-icf-gimple.h +++ b/gcc/ipa-icf-gimple.h @@ -1,5 +1,5 @@ /* Interprocedural semantic function equality pass - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. Contributed by Jan Hubicka and Martin Liska diff --git a/gcc/ipa-icf.c b/gcc/ipa-icf.c index 31061e9d89b2..d3f2ca14eac4 100644 --- a/gcc/ipa-icf.c +++ b/gcc/ipa-icf.c @@ -1,5 +1,5 @@ /* Interprocedural Identical Code Folding pass - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. Contributed by Jan Hubicka and Martin Liska diff --git a/gcc/ipa-icf.h b/gcc/ipa-icf.h index 0b4b56abd7db..05fe2a83dadf 100644 --- a/gcc/ipa-icf.h +++ b/gcc/ipa-icf.h @@ -1,5 +1,5 @@ /* Interprocedural semantic function equality pass - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. Contributed by Jan Hubicka and Martin Liska diff --git a/gcc/ipa-inline-analysis.c b/gcc/ipa-inline-analysis.c index 1b5f805d2bcc..6b6489435005 100644 --- a/gcc/ipa-inline-analysis.c +++ b/gcc/ipa-inline-analysis.c @@ -1,5 +1,5 @@ /* Inlining decision heuristics. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Jan Hubicka This file is part of GCC. diff --git a/gcc/ipa-inline-transform.c b/gcc/ipa-inline-transform.c index 68750800f1a7..7725fadd6d80 100644 --- a/gcc/ipa-inline-transform.c +++ b/gcc/ipa-inline-transform.c @@ -1,5 +1,5 @@ /* Callgraph transformations to handle inlining - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Jan Hubicka This file is part of GCC. diff --git a/gcc/ipa-inline.c b/gcc/ipa-inline.c index 5f2371c6b261..d7ea38f364fd 100644 --- a/gcc/ipa-inline.c +++ b/gcc/ipa-inline.c @@ -1,5 +1,5 @@ /* Inlining decision heuristics. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Jan Hubicka This file is part of GCC. diff --git a/gcc/ipa-inline.h b/gcc/ipa-inline.h index 47f8832150a2..6bbb97f0404e 100644 --- a/gcc/ipa-inline.h +++ b/gcc/ipa-inline.h @@ -1,5 +1,5 @@ /* Inlining decision heuristics. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Jan Hubicka This file is part of GCC. diff --git a/gcc/ipa-polymorphic-call.c b/gcc/ipa-polymorphic-call.c index 8d9f22af0559..da64ce4c6e0a 100644 --- a/gcc/ipa-polymorphic-call.c +++ b/gcc/ipa-polymorphic-call.c @@ -1,5 +1,5 @@ /* Analysis of polymorphic call context. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. Contributed by Jan Hubicka This file is part of GCC. diff --git a/gcc/ipa-profile.c b/gcc/ipa-profile.c index e87615a3e8c0..3e9b2a915fcb 100644 --- a/gcc/ipa-profile.c +++ b/gcc/ipa-profile.c @@ -1,5 +1,5 @@ /* Basic IPA optimizations based on profile. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ipa-prop.c b/gcc/ipa-prop.c index 642111def51e..1afa8fc7a052 100644 --- a/gcc/ipa-prop.c +++ b/gcc/ipa-prop.c @@ -1,5 +1,5 @@ /* Interprocedural analyses. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ipa-prop.h b/gcc/ipa-prop.h index 0e75cf48c1ad..341d9db6c63f 100644 --- a/gcc/ipa-prop.h +++ b/gcc/ipa-prop.h @@ -1,5 +1,5 @@ /* Interprocedural analyses. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ipa-pure-const.c b/gcc/ipa-pure-const.c index 634decee1e38..5cc2002d024b 100644 --- a/gcc/ipa-pure-const.c +++ b/gcc/ipa-pure-const.c @@ -1,5 +1,5 @@ /* Callgraph based analysis of static variables. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Kenneth Zadeck This file is part of GCC. diff --git a/gcc/ipa-ref.c b/gcc/ipa-ref.c index 3bd3323d5854..973d82867c79 100644 --- a/gcc/ipa-ref.c +++ b/gcc/ipa-ref.c @@ -1,5 +1,5 @@ /* Interprocedural reference lists. - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Jan Hubicka This file is part of GCC. diff --git a/gcc/ipa-ref.h b/gcc/ipa-ref.h index 5b43766b1ec0..fc1e95f99735 100644 --- a/gcc/ipa-ref.h +++ b/gcc/ipa-ref.h @@ -1,5 +1,5 @@ /* IPA reference lists. - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Jan Hubicka This file is part of GCC. diff --git a/gcc/ipa-reference.c b/gcc/ipa-reference.c index b52db42ed28f..f47d0cc51e1d 100644 --- a/gcc/ipa-reference.c +++ b/gcc/ipa-reference.c @@ -1,5 +1,5 @@ /* Callgraph based analysis of static variables. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Kenneth Zadeck This file is part of GCC. diff --git a/gcc/ipa-reference.h b/gcc/ipa-reference.h index d4e7eaab0d37..392b2f06e8ad 100644 --- a/gcc/ipa-reference.h +++ b/gcc/ipa-reference.h @@ -1,5 +1,5 @@ /* IPA handling of references. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Kenneth Zadeck This file is part of GCC. diff --git a/gcc/ipa-split.c b/gcc/ipa-split.c index d3916d5ac2a9..da3c2c623446 100644 --- a/gcc/ipa-split.c +++ b/gcc/ipa-split.c @@ -1,5 +1,5 @@ /* Function splitting pass - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Jan Hubicka This file is part of GCC. diff --git a/gcc/ipa-utils.c b/gcc/ipa-utils.c index 61d8dd159f9c..fc1ae1e19d1c 100644 --- a/gcc/ipa-utils.c +++ b/gcc/ipa-utils.c @@ -1,5 +1,5 @@ /* Utilities for ipa analysis. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Kenneth Zadeck This file is part of GCC. diff --git a/gcc/ipa-utils.h b/gcc/ipa-utils.h index 58d2de7e3c57..e992f65948b2 100644 --- a/gcc/ipa-utils.h +++ b/gcc/ipa-utils.h @@ -1,5 +1,5 @@ /* Utilities for ipa analysis. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Kenneth Zadeck This file is part of GCC. diff --git a/gcc/ipa-visibility.c b/gcc/ipa-visibility.c index e8f579504a4a..5773ce879c5c 100644 --- a/gcc/ipa-visibility.c +++ b/gcc/ipa-visibility.c @@ -1,5 +1,5 @@ /* IPA visibility pass - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ipa.c b/gcc/ipa.c index 879d9c249cd6..a74f28c2aa12 100644 --- a/gcc/ipa.c +++ b/gcc/ipa.c @@ -1,5 +1,5 @@ /* Basic IPA optimizations and utilities. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ira-build.c b/gcc/ira-build.c index 4df78d677893..308a286a1f20 100644 --- a/gcc/ira-build.c +++ b/gcc/ira-build.c @@ -1,5 +1,5 @@ /* Building internal representation for IRA. - Copyright (C) 2006-2016 Free Software Foundation, Inc. + Copyright (C) 2006-2017 Free Software Foundation, Inc. Contributed by Vladimir Makarov . This file is part of GCC. diff --git a/gcc/ira-color.c b/gcc/ira-color.c index 5bbb33af7479..ab981730ebae 100644 --- a/gcc/ira-color.c +++ b/gcc/ira-color.c @@ -1,5 +1,5 @@ /* IRA allocation based on graph coloring. - Copyright (C) 2006-2016 Free Software Foundation, Inc. + Copyright (C) 2006-2017 Free Software Foundation, Inc. Contributed by Vladimir Makarov . This file is part of GCC. diff --git a/gcc/ira-conflicts.c b/gcc/ira-conflicts.c index 17e47803922b..1a8c08caaa42 100644 --- a/gcc/ira-conflicts.c +++ b/gcc/ira-conflicts.c @@ -1,5 +1,5 @@ /* IRA conflict builder. - Copyright (C) 2006-2016 Free Software Foundation, Inc. + Copyright (C) 2006-2017 Free Software Foundation, Inc. Contributed by Vladimir Makarov . This file is part of GCC. diff --git a/gcc/ira-costs.c b/gcc/ira-costs.c index 7b44f5ce40e9..50d0c04764d0 100644 --- a/gcc/ira-costs.c +++ b/gcc/ira-costs.c @@ -1,5 +1,5 @@ /* IRA hard register and memory cost calculation for allocnos or pseudos. - Copyright (C) 2006-2016 Free Software Foundation, Inc. + Copyright (C) 2006-2017 Free Software Foundation, Inc. Contributed by Vladimir Makarov . This file is part of GCC. diff --git a/gcc/ira-emit.c b/gcc/ira-emit.c index c1c69490fac7..c56a79e68ecd 100644 --- a/gcc/ira-emit.c +++ b/gcc/ira-emit.c @@ -1,5 +1,5 @@ /* Integrated Register Allocator. Changing code and generating moves. - Copyright (C) 2006-2016 Free Software Foundation, Inc. + Copyright (C) 2006-2017 Free Software Foundation, Inc. Contributed by Vladimir Makarov . This file is part of GCC. diff --git a/gcc/ira-int.h b/gcc/ira-int.h index 52ec09005582..073ec07d9bf6 100644 --- a/gcc/ira-int.h +++ b/gcc/ira-int.h @@ -1,5 +1,5 @@ /* Integrated Register Allocator (IRA) intercommunication header file. - Copyright (C) 2006-2016 Free Software Foundation, Inc. + Copyright (C) 2006-2017 Free Software Foundation, Inc. Contributed by Vladimir Makarov . This file is part of GCC. diff --git a/gcc/ira-lives.c b/gcc/ira-lives.c index 6389796962f7..3fd717453809 100644 --- a/gcc/ira-lives.c +++ b/gcc/ira-lives.c @@ -1,5 +1,5 @@ /* IRA processing allocno lives to build allocno live ranges. - Copyright (C) 2006-2016 Free Software Foundation, Inc. + Copyright (C) 2006-2017 Free Software Foundation, Inc. Contributed by Vladimir Makarov . This file is part of GCC. diff --git a/gcc/ira.c b/gcc/ira.c index 5823d5c7ddad..96b4b6206a51 100644 --- a/gcc/ira.c +++ b/gcc/ira.c @@ -1,5 +1,5 @@ /* Integrated Register Allocator (IRA) entry point. - Copyright (C) 2006-2016 Free Software Foundation, Inc. + Copyright (C) 2006-2017 Free Software Foundation, Inc. Contributed by Vladimir Makarov . This file is part of GCC. diff --git a/gcc/ira.h b/gcc/ira.h index 744162f085e2..667cfdc9b098 100644 --- a/gcc/ira.h +++ b/gcc/ira.h @@ -1,6 +1,6 @@ /* Communication between the Integrated Register Allocator (IRA) and the rest of the compiler. - Copyright (C) 2006-2016 Free Software Foundation, Inc. + Copyright (C) 2006-2017 Free Software Foundation, Inc. Contributed by Vladimir Makarov . This file is part of GCC. diff --git a/gcc/is-a.h b/gcc/is-a.h index 872aec1f5e7a..b4e5279514f6 100644 --- a/gcc/is-a.h +++ b/gcc/is-a.h @@ -1,5 +1,5 @@ /* Dynamic testing for abstract is-a relationships. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Lawrence Crowl. This file is part of GCC. diff --git a/gcc/jit/ChangeLog b/gcc/jit/ChangeLog index 1c3e1fc8f213..03b42fdf4686 100644 --- a/gcc/jit/ChangeLog +++ b/gcc/jit/ChangeLog @@ -1,3 +1,7 @@ +2017-01-01 Jakub Jelinek + + Update copyright years. + 2016-05-20 David Malcolm * docs/topics/compatibility.rst: Add LIBGCCJIT_ABI_6. @@ -2311,7 +2315,7 @@ * Initial creation -Copyright (C) 2013-2016 Free Software Foundation, Inc. +Copyright (C) 2013-2017 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/gcc/jit/Make-lang.in b/gcc/jit/Make-lang.in index b62b131d580f..0eaba793d82f 100644 --- a/gcc/jit/Make-lang.in +++ b/gcc/jit/Make-lang.in @@ -1,5 +1,5 @@ # Top level -*- makefile -*- fragment for libgccjit.so. -# Copyright (C) 2013-2016 Free Software Foundation, Inc. +# Copyright (C) 2013-2017 Free Software Foundation, Inc. #This file is part of GCC. diff --git a/gcc/jit/config-lang.in b/gcc/jit/config-lang.in index fee03032d1b3..51548c487e57 100644 --- a/gcc/jit/config-lang.in +++ b/gcc/jit/config-lang.in @@ -1,5 +1,5 @@ # Top level configure fragment for libgccjit.so. -# Copyright (C) 2013-2016 Free Software Foundation, Inc. +# Copyright (C) 2013-2017 Free Software Foundation, Inc. #This file is part of GCC. diff --git a/gcc/jit/docs/_build/texinfo/libgccjit.texi b/gcc/jit/docs/_build/texinfo/libgccjit.texi index f5c354972770..f396b1b4e1b1 100644 --- a/gcc/jit/docs/_build/texinfo/libgccjit.texi +++ b/gcc/jit/docs/_build/texinfo/libgccjit.texi @@ -23,7 +23,7 @@ libgccjit 7.0.0 (experimental 20160517), May 17, 2016 David Malcolm -Copyright @copyright{} 2014-2016 Free Software Foundation, Inc. +Copyright @copyright{} 2014-2017 Free Software Foundation, Inc. @end quotation @end copying @@ -46,7 +46,7 @@ Copyright @copyright{} 2014-2016 Free Software Foundation, Inc. @c %**start of body @anchor{index doc}@anchor{0} -@c Copyright (C) 2014-2016 Free Software Foundation, Inc. +@c Copyright (C) 2014-2017 Free Software Foundation, Inc. @c Originally contributed by David Malcolm @c @c This is free software: you can redistribute it and/or modify it @@ -85,7 +85,7 @@ wrapper classes around the C API, to save typing. Contents: -@c Copyright (C) 2014-2016 Free Software Foundation, Inc. +@c Copyright (C) 2014-2017 Free Software Foundation, Inc. @c Originally contributed by David Malcolm @c @c This is free software: you can redistribute it and/or modify it @@ -375,7 +375,7 @@ Running the test suite @chapter Tutorial -@c Copyright (C) 2014-2016 Free Software Foundation, Inc. +@c Copyright (C) 2014-2017 Free Software Foundation, Inc. @c Originally contributed by David Malcolm @c @c This is free software: you can redistribute it and/or modify it @@ -419,7 +419,7 @@ the details in later parts of this tutorial. @example /* Smoketest example for libgccjit.so - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. @@ -570,7 +570,7 @@ hello world @noindent -@c Copyright (C) 2014-2016 Free Software Foundation, Inc. +@c Copyright (C) 2014-2017 Free Software Foundation, Inc. @c Originally contributed by David Malcolm @c @c This is free software: you can redistribute it and/or modify it @@ -1024,7 +1024,7 @@ Here's what the above looks like as a complete program: @example /* Usage example for libgccjit.so - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. @@ -1157,7 +1157,7 @@ result: 25 @noindent -@c Copyright (C) 2014-2016 Free Software Foundation, Inc. +@c Copyright (C) 2014-2017 Free Software Foundation, Inc. @c Originally contributed by David Malcolm @c @c This is free software: you can redistribute it and/or modify it @@ -1638,7 +1638,7 @@ install it with @cite{yum install python-xdot}): @example /* Usage example for libgccjit.so - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. @@ -1830,7 +1830,7 @@ loop_test returned: 285 @noindent -@c Copyright (C) 2014-2016 Free Software Foundation, Inc. +@c Copyright (C) 2014-2017 Free Software Foundation, Inc. @c Originally contributed by David Malcolm @c @c This is free software: you can redistribute it and/or modify it @@ -3979,7 +3979,7 @@ instr9: @noindent -@c Copyright (C) 2015-2016 Free Software Foundation, Inc. +@c Copyright (C) 2015-2017 Free Software Foundation, Inc. @c Originally contributed by David Malcolm @c @c This is free software: you can redistribute it and/or modify it @@ -4811,7 +4811,7 @@ to an executable. It's also possible to compile it to an object file, and to a dynamic library. See the documentation of @pxref{4a,,gcc_jit_context_compile_to_file()} for more information. -@c Copyright (C) 2014-2016 Free Software Foundation, Inc. +@c Copyright (C) 2014-2017 Free Software Foundation, Inc. @c Originally contributed by David Malcolm @c @c This is free software: you can redistribute it and/or modify it @@ -4833,7 +4833,7 @@ and to a dynamic library. See the documentation of @chapter Topic Reference -@c Copyright (C) 2014-2016 Free Software Foundation, Inc. +@c Copyright (C) 2014-2017 Free Software Foundation, Inc. @c Originally contributed by David Malcolm @c @c This is free software: you can redistribute it and/or modify it @@ -5600,7 +5600,7 @@ its presence using @noindent @end deffn -@c Copyright (C) 2014-2016 Free Software Foundation, Inc. +@c Copyright (C) 2014-2017 Free Software Foundation, Inc. @c Originally contributed by David Malcolm @c @c This is free software: you can redistribute it and/or modify it @@ -5717,7 +5717,7 @@ object's context is released. @end cartouche @end deffn -@c Copyright (C) 2014-2016 Free Software Foundation, Inc. +@c Copyright (C) 2014-2017 Free Software Foundation, Inc. @c Originally contributed by David Malcolm @c @c This is free software: you can redistribute it and/or modify it @@ -6266,7 +6266,7 @@ create_code (gcc_jit_context *ctxt, void *user_data) @noindent @end deffn -@c Copyright (C) 2014-2016 Free Software Foundation, Inc. +@c Copyright (C) 2014-2017 Free Software Foundation, Inc. @c Originally contributed by David Malcolm @c @c This is free software: you can redistribute it and/or modify it @@ -7269,7 +7269,7 @@ PTR[INDEX] in C (or, indeed, to @code{PTR + INDEX}). @end deffn -@c Copyright (C) 2014-2016 Free Software Foundation, Inc. +@c Copyright (C) 2014-2017 Free Software Foundation, Inc. @c Originally contributed by David Malcolm @c @c This is free software: you can redistribute it and/or modify it @@ -7895,7 +7895,7 @@ create_code (gcc_jit_context *ctxt, void *user_data) @end quotation @end deffn -@c Copyright (C) 2014-2016 Free Software Foundation, Inc. +@c Copyright (C) 2014-2017 Free Software Foundation, Inc. @c Originally contributed by David Malcolm @c @c This is free software: you can redistribute it and/or modify it @@ -7983,7 +7983,7 @@ argument is true, this will also set up @cite{gcc_jit_location} information throughout the context, pointing at the dump file as if it were a source file, giving you @emph{something} you can step through in the debugger. -@c Copyright (C) 2014-2016 Free Software Foundation, Inc. +@c Copyright (C) 2014-2017 Free Software Foundation, Inc. @c Originally contributed by David Malcolm @c @c This is free software: you can redistribute it and/or modify it @@ -8260,7 +8260,7 @@ There is currently no support for specifying libraries to link against. @end deffn -@c Copyright (C) 2015-2016 Free Software Foundation, Inc. +@c Copyright (C) 2015-2017 Free Software Foundation, Inc. @c Originally contributed by David Malcolm @c @c This is free software: you can redistribute it and/or modify it @@ -8461,7 +8461,7 @@ entrypoints: @code{LIBGCCJIT_ABI_5} covers the addition of @pxref{6d,,gcc_jit_context_set_bool_use_external_driver()} -@c Copyright (C) 2015-2016 Free Software Foundation, Inc. +@c Copyright (C) 2015-2017 Free Software Foundation, Inc. @c Originally contributed by David Malcolm @c @c This is free software: you can redistribute it and/or modify it @@ -8772,7 +8772,7 @@ for its presence using @noindent @end deffn -@c Copyright (C) 2014-2016 Free Software Foundation, Inc. +@c Copyright (C) 2014-2017 Free Software Foundation, Inc. @c Originally contributed by David Malcolm @c @c This is free software: you can redistribute it and/or modify it @@ -8810,7 +8810,7 @@ production yet. Contents: -@c Copyright (C) 2014-2016 Free Software Foundation, Inc. +@c Copyright (C) 2014-2017 Free Software Foundation, Inc. @c Originally contributed by David Malcolm @c @c This is free software: you can redistribute it and/or modify it @@ -8942,7 +8942,7 @@ Compiling a context @section Tutorial -@c Copyright (C) 2014-2016 Free Software Foundation, Inc. +@c Copyright (C) 2014-2017 Free Software Foundation, Inc. @c Originally contributed by David Malcolm @c @c This is free software: you can redistribute it and/or modify it @@ -8985,7 +8985,7 @@ the details in later parts of this tutorial. @example /* Smoketest example for libgccjit.so C++ API - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. @@ -9120,7 +9120,7 @@ hello world @noindent -@c Copyright (C) 2014-2016 Free Software Foundation, Inc. +@c Copyright (C) 2014-2017 Free Software Foundation, Inc. @c Originally contributed by David Malcolm @c @c This is free software: you can redistribute it and/or modify it @@ -9516,7 +9516,7 @@ Here's what the above looks like as a complete program: @example /* Usage example for libgccjit.so's C++ API - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. @@ -9631,7 +9631,7 @@ result: 25 @noindent -@c Copyright (C) 2014-2016 Free Software Foundation, Inc. +@c Copyright (C) 2014-2017 Free Software Foundation, Inc. @c Originally contributed by David Malcolm @c @c This is free software: you can redistribute it and/or modify it @@ -10135,7 +10135,7 @@ install it with @cite{yum install python-xdot}): @example /* Usage example for libgccjit.so's C++ API - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. @@ -10292,7 +10292,7 @@ loop_test returned: 285 @noindent -@c Copyright (C) 2014-2016 Free Software Foundation, Inc. +@c Copyright (C) 2014-2017 Free Software Foundation, Inc. @c Originally contributed by David Malcolm @c @c This is free software: you can redistribute it and/or modify it @@ -12218,7 +12218,7 @@ instr9: @noindent -@c Copyright (C) 2014-2016 Free Software Foundation, Inc. +@c Copyright (C) 2014-2017 Free Software Foundation, Inc. @c Originally contributed by David Malcolm @c @c This is free software: you can redistribute it and/or modify it @@ -12240,7 +12240,7 @@ instr9: @section Topic Reference -@c Copyright (C) 2014-2016 Free Software Foundation, Inc. +@c Copyright (C) 2014-2017 Free Software Foundation, Inc. @c Originally contributed by David Malcolm @c @c This is free software: you can redistribute it and/or modify it @@ -12631,7 +12631,7 @@ its presence using @noindent @end deffn -@c Copyright (C) 2014-2016 Free Software Foundation, Inc. +@c Copyright (C) 2014-2017 Free Software Foundation, Inc. @c Originally contributed by David Malcolm @c @c This is free software: you can redistribute it and/or modify it @@ -12729,7 +12729,7 @@ obj: 4.0 * (float)i @noindent @end deffn -@c Copyright (C) 2014-2016 Free Software Foundation, Inc. +@c Copyright (C) 2014-2017 Free Software Foundation, Inc. @c Originally contributed by David Malcolm @c @c This is free software: you can redistribute it and/or modify it @@ -12983,7 +12983,7 @@ size of the struct is not known), or later specified using @pxref{87,,gcc_jit_struct_set_fields()}. @end deffn -@c Copyright (C) 2014-2016 Free Software Foundation, Inc. +@c Copyright (C) 2014-2017 Free Software Foundation, Inc. @c Originally contributed by David Malcolm @c @c This is free software: you can redistribute it and/or modify it @@ -13853,7 +13853,7 @@ gccjit::lvalue element = array[0]; @noindent @end quotation -@c Copyright (C) 2014-2016 Free Software Foundation, Inc. +@c Copyright (C) 2014-2017 Free Software Foundation, Inc. @c Originally contributed by David Malcolm @c @c This is free software: you can redistribute it and/or modify it @@ -14316,7 +14316,7 @@ create_code (gcc_jit_context *c_ctxt, void *user_data) @end quotation @end deffn -@c Copyright (C) 2014-2016 Free Software Foundation, Inc. +@c Copyright (C) 2014-2017 Free Software Foundation, Inc. @c Originally contributed by David Malcolm @c @c This is free software: you can redistribute it and/or modify it @@ -14397,7 +14397,7 @@ argument is true, this will also set up @cite{gccjit::location} information throughout the context, pointing at the dump file as if it were a source file, giving you @emph{something} you can step through in the debugger. -@c Copyright (C) 2014-2016 Free Software Foundation, Inc. +@c Copyright (C) 2014-2017 Free Software Foundation, Inc. @c Originally contributed by David Malcolm @c @c This is free software: you can redistribute it and/or modify it @@ -14469,7 +14469,7 @@ This is a thin wrapper around the @pxref{4a,,gcc_jit_context_compile_to_file()} API entrypoint. @end deffn -@c Copyright (C) 2014-2016 Free Software Foundation, Inc. +@c Copyright (C) 2014-2017 Free Software Foundation, Inc. @c Originally contributed by David Malcolm @c @c This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/conf.py b/gcc/jit/docs/conf.py index 1d6a43c2b19c..3f163bff0017 100644 --- a/gcc/jit/docs/conf.py +++ b/gcc/jit/docs/conf.py @@ -41,7 +41,7 @@ master_doc = 'index' # General information about the project. project = u'libgccjit' -copyright = u'2014-2016 Free Software Foundation, Inc.' +copyright = u'2014-2017 Free Software Foundation, Inc.' # GCC-specific: extract version information from "gcc" src subdir for # use in "version" and "release" below. diff --git a/gcc/jit/docs/cp/index.rst b/gcc/jit/docs/cp/index.rst index 99667927a907..44bf28d13024 100644 --- a/gcc/jit/docs/cp/index.rst +++ b/gcc/jit/docs/cp/index.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2016 Free Software Foundation, Inc. +.. Copyright (C) 2014-2017 Free Software Foundation, Inc. Originally contributed by David Malcolm This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/cp/intro/index.rst b/gcc/jit/docs/cp/intro/index.rst index fcbc10fcc7dc..dfcbe0bfa584 100644 --- a/gcc/jit/docs/cp/intro/index.rst +++ b/gcc/jit/docs/cp/intro/index.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2016 Free Software Foundation, Inc. +.. Copyright (C) 2014-2017 Free Software Foundation, Inc. Originally contributed by David Malcolm This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/cp/intro/tutorial01.rst b/gcc/jit/docs/cp/intro/tutorial01.rst index 287724960f68..74ac77503722 100644 --- a/gcc/jit/docs/cp/intro/tutorial01.rst +++ b/gcc/jit/docs/cp/intro/tutorial01.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2016 Free Software Foundation, Inc. +.. Copyright (C) 2014-2017 Free Software Foundation, Inc. Originally contributed by David Malcolm This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/cp/intro/tutorial02.rst b/gcc/jit/docs/cp/intro/tutorial02.rst index 0b9818f34e01..f13b17e6b211 100644 --- a/gcc/jit/docs/cp/intro/tutorial02.rst +++ b/gcc/jit/docs/cp/intro/tutorial02.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2016 Free Software Foundation, Inc. +.. Copyright (C) 2014-2017 Free Software Foundation, Inc. Originally contributed by David Malcolm This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/cp/intro/tutorial03.rst b/gcc/jit/docs/cp/intro/tutorial03.rst index f02378c2f828..84151cacbac3 100644 --- a/gcc/jit/docs/cp/intro/tutorial03.rst +++ b/gcc/jit/docs/cp/intro/tutorial03.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2016 Free Software Foundation, Inc. +.. Copyright (C) 2014-2017 Free Software Foundation, Inc. Originally contributed by David Malcolm This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/cp/intro/tutorial04.rst b/gcc/jit/docs/cp/intro/tutorial04.rst index 443180c1472a..35f90b8b3d79 100644 --- a/gcc/jit/docs/cp/intro/tutorial04.rst +++ b/gcc/jit/docs/cp/intro/tutorial04.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2016 Free Software Foundation, Inc. +.. Copyright (C) 2014-2017 Free Software Foundation, Inc. Originally contributed by David Malcolm This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/cp/topics/compilation.rst b/gcc/jit/docs/cp/topics/compilation.rst index ea5da0e937df..6cd08e6cd8c8 100644 --- a/gcc/jit/docs/cp/topics/compilation.rst +++ b/gcc/jit/docs/cp/topics/compilation.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2016 Free Software Foundation, Inc. +.. Copyright (C) 2014-2017 Free Software Foundation, Inc. Originally contributed by David Malcolm This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/cp/topics/contexts.rst b/gcc/jit/docs/cp/topics/contexts.rst index aa52537bf424..6dd35f622cf0 100644 --- a/gcc/jit/docs/cp/topics/contexts.rst +++ b/gcc/jit/docs/cp/topics/contexts.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2016 Free Software Foundation, Inc. +.. Copyright (C) 2014-2017 Free Software Foundation, Inc. Originally contributed by David Malcolm This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/cp/topics/expressions.rst b/gcc/jit/docs/cp/topics/expressions.rst index 9d6103207bb0..2f317fff0c3f 100644 --- a/gcc/jit/docs/cp/topics/expressions.rst +++ b/gcc/jit/docs/cp/topics/expressions.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2016 Free Software Foundation, Inc. +.. Copyright (C) 2014-2017 Free Software Foundation, Inc. Originally contributed by David Malcolm This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/cp/topics/functions.rst b/gcc/jit/docs/cp/topics/functions.rst index 02000a728bf7..d70deaf2a47c 100644 --- a/gcc/jit/docs/cp/topics/functions.rst +++ b/gcc/jit/docs/cp/topics/functions.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2016 Free Software Foundation, Inc. +.. Copyright (C) 2014-2017 Free Software Foundation, Inc. Originally contributed by David Malcolm This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/cp/topics/index.rst b/gcc/jit/docs/cp/topics/index.rst index 5605e1172a8f..2c5afe120049 100644 --- a/gcc/jit/docs/cp/topics/index.rst +++ b/gcc/jit/docs/cp/topics/index.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2016 Free Software Foundation, Inc. +.. Copyright (C) 2014-2017 Free Software Foundation, Inc. Originally contributed by David Malcolm This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/cp/topics/locations.rst b/gcc/jit/docs/cp/topics/locations.rst index 88ceb244289e..e1b6e63fbabc 100644 --- a/gcc/jit/docs/cp/topics/locations.rst +++ b/gcc/jit/docs/cp/topics/locations.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2016 Free Software Foundation, Inc. +.. Copyright (C) 2014-2017 Free Software Foundation, Inc. Originally contributed by David Malcolm This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/cp/topics/objects.rst b/gcc/jit/docs/cp/topics/objects.rst index 2e1ae98b77c8..376305b49f22 100644 --- a/gcc/jit/docs/cp/topics/objects.rst +++ b/gcc/jit/docs/cp/topics/objects.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2016 Free Software Foundation, Inc. +.. Copyright (C) 2014-2017 Free Software Foundation, Inc. Originally contributed by David Malcolm This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/cp/topics/types.rst b/gcc/jit/docs/cp/topics/types.rst index 96c9bf475d74..453f1d397c72 100644 --- a/gcc/jit/docs/cp/topics/types.rst +++ b/gcc/jit/docs/cp/topics/types.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2016 Free Software Foundation, Inc. +.. Copyright (C) 2014-2017 Free Software Foundation, Inc. Originally contributed by David Malcolm This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/examples/tut01-hello-world.c b/gcc/jit/docs/examples/tut01-hello-world.c index a9a15e50ae44..7259f01baabf 100644 --- a/gcc/jit/docs/examples/tut01-hello-world.c +++ b/gcc/jit/docs/examples/tut01-hello-world.c @@ -1,5 +1,5 @@ /* Smoketest example for libgccjit.so - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/jit/docs/examples/tut01-hello-world.cc b/gcc/jit/docs/examples/tut01-hello-world.cc index b04ab8a0f8de..efee9519fd61 100644 --- a/gcc/jit/docs/examples/tut01-hello-world.cc +++ b/gcc/jit/docs/examples/tut01-hello-world.cc @@ -1,5 +1,5 @@ /* Smoketest example for libgccjit.so C++ API - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/jit/docs/examples/tut02-square.c b/gcc/jit/docs/examples/tut02-square.c index 34f990cd1d66..f17e5177ff77 100644 --- a/gcc/jit/docs/examples/tut02-square.c +++ b/gcc/jit/docs/examples/tut02-square.c @@ -1,5 +1,5 @@ /* Usage example for libgccjit.so - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/jit/docs/examples/tut02-square.cc b/gcc/jit/docs/examples/tut02-square.cc index f362517edc23..259f23bd6c49 100644 --- a/gcc/jit/docs/examples/tut02-square.cc +++ b/gcc/jit/docs/examples/tut02-square.cc @@ -1,5 +1,5 @@ /* Usage example for libgccjit.so's C++ API - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/jit/docs/examples/tut03-sum-of-squares.c b/gcc/jit/docs/examples/tut03-sum-of-squares.c index c4c52c5c6813..b1595d178ecc 100644 --- a/gcc/jit/docs/examples/tut03-sum-of-squares.c +++ b/gcc/jit/docs/examples/tut03-sum-of-squares.c @@ -1,5 +1,5 @@ /* Usage example for libgccjit.so - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/jit/docs/examples/tut03-sum-of-squares.cc b/gcc/jit/docs/examples/tut03-sum-of-squares.cc index 32b07410d3a4..e19d89a2e743 100644 --- a/gcc/jit/docs/examples/tut03-sum-of-squares.cc +++ b/gcc/jit/docs/examples/tut03-sum-of-squares.cc @@ -1,5 +1,5 @@ /* Usage example for libgccjit.so's C++ API - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/jit/docs/examples/tut04-toyvm/toyvm.c b/gcc/jit/docs/examples/tut04-toyvm/toyvm.c index 9683f14d0297..9750a4d651eb 100644 --- a/gcc/jit/docs/examples/tut04-toyvm/toyvm.c +++ b/gcc/jit/docs/examples/tut04-toyvm/toyvm.c @@ -1,6 +1,6 @@ /* A simple stack-based virtual machine to demonstrate JIT-compilation. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/jit/docs/examples/tut04-toyvm/toyvm.cc b/gcc/jit/docs/examples/tut04-toyvm/toyvm.cc index 73089da4eeb7..2da6db4446d6 100644 --- a/gcc/jit/docs/examples/tut04-toyvm/toyvm.cc +++ b/gcc/jit/docs/examples/tut04-toyvm/toyvm.cc @@ -1,6 +1,6 @@ /* A simple stack-based virtual machine to demonstrate JIT-compilation. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/jit/docs/index.rst b/gcc/jit/docs/index.rst index 1af6e6d30b29..eb0fd70db28d 100644 --- a/gcc/jit/docs/index.rst +++ b/gcc/jit/docs/index.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2016 Free Software Foundation, Inc. +.. Copyright (C) 2014-2017 Free Software Foundation, Inc. Originally contributed by David Malcolm This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/internals/index.rst b/gcc/jit/docs/internals/index.rst index 61c9cb0e3068..cadf36283ef4 100644 --- a/gcc/jit/docs/internals/index.rst +++ b/gcc/jit/docs/internals/index.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2016 Free Software Foundation, Inc. +.. Copyright (C) 2014-2017 Free Software Foundation, Inc. Originally contributed by David Malcolm This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/intro/index.rst b/gcc/jit/docs/intro/index.rst index 806ad6f3bceb..417d157548b4 100644 --- a/gcc/jit/docs/intro/index.rst +++ b/gcc/jit/docs/intro/index.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2016 Free Software Foundation, Inc. +.. Copyright (C) 2014-2017 Free Software Foundation, Inc. Originally contributed by David Malcolm This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/intro/tutorial01.rst b/gcc/jit/docs/intro/tutorial01.rst index 1d67f8061ea3..c85410b094fa 100644 --- a/gcc/jit/docs/intro/tutorial01.rst +++ b/gcc/jit/docs/intro/tutorial01.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2016 Free Software Foundation, Inc. +.. Copyright (C) 2014-2017 Free Software Foundation, Inc. Originally contributed by David Malcolm This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/intro/tutorial02.rst b/gcc/jit/docs/intro/tutorial02.rst index 1efece3d4af5..e926f4c19859 100644 --- a/gcc/jit/docs/intro/tutorial02.rst +++ b/gcc/jit/docs/intro/tutorial02.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2016 Free Software Foundation, Inc. +.. Copyright (C) 2014-2017 Free Software Foundation, Inc. Originally contributed by David Malcolm This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/intro/tutorial03.rst b/gcc/jit/docs/intro/tutorial03.rst index d6d655d6719b..926ee136b916 100644 --- a/gcc/jit/docs/intro/tutorial03.rst +++ b/gcc/jit/docs/intro/tutorial03.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2016 Free Software Foundation, Inc. +.. Copyright (C) 2014-2017 Free Software Foundation, Inc. Originally contributed by David Malcolm This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/intro/tutorial04.rst b/gcc/jit/docs/intro/tutorial04.rst index 21fc99a1254a..7002b5725ae7 100644 --- a/gcc/jit/docs/intro/tutorial04.rst +++ b/gcc/jit/docs/intro/tutorial04.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2016 Free Software Foundation, Inc. +.. Copyright (C) 2014-2017 Free Software Foundation, Inc. Originally contributed by David Malcolm This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/intro/tutorial05.rst b/gcc/jit/docs/intro/tutorial05.rst index 45909ca436b3..56732476546b 100644 --- a/gcc/jit/docs/intro/tutorial05.rst +++ b/gcc/jit/docs/intro/tutorial05.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2015-2016 Free Software Foundation, Inc. +.. Copyright (C) 2015-2017 Free Software Foundation, Inc. Originally contributed by David Malcolm This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/topics/compatibility.rst b/gcc/jit/docs/topics/compatibility.rst index 7abd0508e20c..4aff425d074a 100644 --- a/gcc/jit/docs/topics/compatibility.rst +++ b/gcc/jit/docs/topics/compatibility.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2015-2016 Free Software Foundation, Inc. +.. Copyright (C) 2015-2017 Free Software Foundation, Inc. Originally contributed by David Malcolm This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/topics/compilation.rst b/gcc/jit/docs/topics/compilation.rst index d5c4671f4b50..587555ad1b35 100644 --- a/gcc/jit/docs/topics/compilation.rst +++ b/gcc/jit/docs/topics/compilation.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2016 Free Software Foundation, Inc. +.. Copyright (C) 2014-2017 Free Software Foundation, Inc. Originally contributed by David Malcolm This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/topics/contexts.rst b/gcc/jit/docs/topics/contexts.rst index 7978edf1573a..53305a3039ea 100644 --- a/gcc/jit/docs/topics/contexts.rst +++ b/gcc/jit/docs/topics/contexts.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2016 Free Software Foundation, Inc. +.. Copyright (C) 2014-2017 Free Software Foundation, Inc. Originally contributed by David Malcolm This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/topics/expressions.rst b/gcc/jit/docs/topics/expressions.rst index 261483c78b0e..25346992f8a4 100644 --- a/gcc/jit/docs/topics/expressions.rst +++ b/gcc/jit/docs/topics/expressions.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2016 Free Software Foundation, Inc. +.. Copyright (C) 2014-2017 Free Software Foundation, Inc. Originally contributed by David Malcolm This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/topics/functions.rst b/gcc/jit/docs/topics/functions.rst index e24ce4a1ca88..513e19b054c3 100644 --- a/gcc/jit/docs/topics/functions.rst +++ b/gcc/jit/docs/topics/functions.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2016 Free Software Foundation, Inc. +.. Copyright (C) 2014-2017 Free Software Foundation, Inc. Originally contributed by David Malcolm This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/topics/index.rst b/gcc/jit/docs/topics/index.rst index 5396aa12e4fa..890f21c5fd34 100644 --- a/gcc/jit/docs/topics/index.rst +++ b/gcc/jit/docs/topics/index.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2016 Free Software Foundation, Inc. +.. Copyright (C) 2014-2017 Free Software Foundation, Inc. Originally contributed by David Malcolm This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/topics/locations.rst b/gcc/jit/docs/topics/locations.rst index 139c5bb2ad33..d73e4eecc572 100644 --- a/gcc/jit/docs/topics/locations.rst +++ b/gcc/jit/docs/topics/locations.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2016 Free Software Foundation, Inc. +.. Copyright (C) 2014-2017 Free Software Foundation, Inc. Originally contributed by David Malcolm This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/topics/objects.rst b/gcc/jit/docs/topics/objects.rst index d43d31943e3f..c0c512f7622e 100644 --- a/gcc/jit/docs/topics/objects.rst +++ b/gcc/jit/docs/topics/objects.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2016 Free Software Foundation, Inc. +.. Copyright (C) 2014-2017 Free Software Foundation, Inc. Originally contributed by David Malcolm This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/topics/performance.rst b/gcc/jit/docs/topics/performance.rst index 269a7b1b7d5d..ef929e5e13d4 100644 --- a/gcc/jit/docs/topics/performance.rst +++ b/gcc/jit/docs/topics/performance.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2015-2016 Free Software Foundation, Inc. +.. Copyright (C) 2015-2017 Free Software Foundation, Inc. Originally contributed by David Malcolm This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/topics/types.rst b/gcc/jit/docs/topics/types.rst index 37f5aad9de5a..9a1b8795aef4 100644 --- a/gcc/jit/docs/topics/types.rst +++ b/gcc/jit/docs/topics/types.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2016 Free Software Foundation, Inc. +.. Copyright (C) 2014-2017 Free Software Foundation, Inc. Originally contributed by David Malcolm This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/dummy-frontend.c b/gcc/jit/dummy-frontend.c index 26311536186f..1ef47360113a 100644 --- a/gcc/jit/dummy-frontend.c +++ b/gcc/jit/dummy-frontend.c @@ -1,5 +1,5 @@ /* jit.c -- Dummy "frontend" for use during JIT-compilation. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/jit/jit-builtins.c b/gcc/jit/jit-builtins.c index b516701ae25a..7840915a69f2 100644 --- a/gcc/jit/jit-builtins.c +++ b/gcc/jit/jit-builtins.c @@ -1,5 +1,5 @@ /* jit-builtins.c -- Handling of builtin functions during JIT-compilation. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/jit/jit-builtins.h b/gcc/jit/jit-builtins.h index e8e15ab0f895..5b03a99967e5 100644 --- a/gcc/jit/jit-builtins.h +++ b/gcc/jit/jit-builtins.h @@ -1,5 +1,5 @@ /* jit-builtins.h -- Handling of builtin functions during JIT-compilation. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/jit/jit-common.h b/gcc/jit/jit-common.h index b48ea0db69d1..1fc558c451d4 100644 --- a/gcc/jit/jit-common.h +++ b/gcc/jit/jit-common.h @@ -1,5 +1,5 @@ /* Core of implementation of libgccjit.so - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. Contributed by David Malcolm . This file is part of GCC. diff --git a/gcc/jit/jit-logging.c b/gcc/jit/jit-logging.c index 305729970ff7..9c39f62dd49d 100644 --- a/gcc/jit/jit-logging.c +++ b/gcc/jit/jit-logging.c @@ -1,5 +1,5 @@ /* Internals of libgccjit: logging - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. Contributed by David Malcolm . This file is part of GCC. diff --git a/gcc/jit/jit-logging.h b/gcc/jit/jit-logging.h index 5c7e54a9159d..bd82e7bcd863 100644 --- a/gcc/jit/jit-logging.h +++ b/gcc/jit/jit-logging.h @@ -1,5 +1,5 @@ /* Internals of libgccjit: logging - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. Contributed by David Malcolm . This file is part of GCC. diff --git a/gcc/jit/jit-playback.c b/gcc/jit/jit-playback.c index c9f40848be07..c0f10c929a97 100644 --- a/gcc/jit/jit-playback.c +++ b/gcc/jit/jit-playback.c @@ -1,5 +1,5 @@ /* Internals of libgccjit: classes for playing back recorded API calls. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. Contributed by David Malcolm . This file is part of GCC. diff --git a/gcc/jit/jit-playback.h b/gcc/jit/jit-playback.h index c00c25820af4..5c8555c281a9 100644 --- a/gcc/jit/jit-playback.h +++ b/gcc/jit/jit-playback.h @@ -1,5 +1,5 @@ /* Internals of libgccjit: classes for playing back recorded API calls. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. Contributed by David Malcolm . This file is part of GCC. diff --git a/gcc/jit/jit-recording.c b/gcc/jit/jit-recording.c index 937634207d65..e356c144ecb5 100644 --- a/gcc/jit/jit-recording.c +++ b/gcc/jit/jit-recording.c @@ -1,5 +1,5 @@ /* Internals of libgccjit: classes for recording calls made to the JIT API. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. Contributed by David Malcolm . This file is part of GCC. diff --git a/gcc/jit/jit-recording.h b/gcc/jit/jit-recording.h index 0e3511c6a1cf..8e5bd528ee60 100644 --- a/gcc/jit/jit-recording.h +++ b/gcc/jit/jit-recording.h @@ -1,5 +1,5 @@ /* Internals of libgccjit: classes for recording calls made to the JIT API. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. Contributed by David Malcolm . This file is part of GCC. diff --git a/gcc/jit/jit-result.c b/gcc/jit/jit-result.c index 7c9282dead09..cb5a061f0aa9 100644 --- a/gcc/jit/jit-result.c +++ b/gcc/jit/jit-result.c @@ -1,5 +1,5 @@ /* Internals of libgccjit: implementation of gcc_jit_result - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. Contributed by David Malcolm . This file is part of GCC. diff --git a/gcc/jit/jit-result.h b/gcc/jit/jit-result.h index 142539d9205c..12d81f28fb5c 100644 --- a/gcc/jit/jit-result.h +++ b/gcc/jit/jit-result.h @@ -1,5 +1,5 @@ /* Internals of libgccjit: implementation of gcc_jit_result - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. Contributed by David Malcolm . This file is part of GCC. diff --git a/gcc/jit/jit-spec.c b/gcc/jit/jit-spec.c index 5242fabf4c82..67eb579bc92a 100644 --- a/gcc/jit/jit-spec.c +++ b/gcc/jit/jit-spec.c @@ -1,5 +1,5 @@ /* Dummy flag and argument handling of the jit "front-end". - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/jit/jit-tempdir.c b/gcc/jit/jit-tempdir.c index 0e11c424e630..cac161b683ce 100644 --- a/gcc/jit/jit-tempdir.c +++ b/gcc/jit/jit-tempdir.c @@ -1,5 +1,5 @@ /* Managing temporary directories and their content within libgccjit.so - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. Contributed by David Malcolm . This file is part of GCC. diff --git a/gcc/jit/jit-tempdir.h b/gcc/jit/jit-tempdir.h index cae25eff9081..586ac5d0419f 100644 --- a/gcc/jit/jit-tempdir.h +++ b/gcc/jit/jit-tempdir.h @@ -1,5 +1,5 @@ /* Managing temporary directories and their content within libgccjit.so - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. Contributed by David Malcolm . This file is part of GCC. diff --git a/gcc/jit/libgccjit++.h b/gcc/jit/libgccjit++.h index 3a0cdb8e1c53..8dc2112367b8 100644 --- a/gcc/jit/libgccjit++.h +++ b/gcc/jit/libgccjit++.h @@ -1,5 +1,5 @@ /* A C++ API for libgccjit, purely as inline wrapper functions. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/jit/libgccjit.c b/gcc/jit/libgccjit.c index c2c6aeb5bfb6..b5e72f474fb7 100644 --- a/gcc/jit/libgccjit.c +++ b/gcc/jit/libgccjit.c @@ -1,5 +1,5 @@ /* Implementation of the C API; all wrappers into the internal C++ API - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. Contributed by David Malcolm . This file is part of GCC. diff --git a/gcc/jit/libgccjit.h b/gcc/jit/libgccjit.h index 175cc16c01d4..8965093f2740 100644 --- a/gcc/jit/libgccjit.h +++ b/gcc/jit/libgccjit.h @@ -1,5 +1,5 @@ /* A pure C API to enable client code to embed GCC as a JIT-compiler. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/jit/libgccjit.map b/gcc/jit/libgccjit.map index 545b192b64ca..80a273fb55d6 100644 --- a/gcc/jit/libgccjit.map +++ b/gcc/jit/libgccjit.map @@ -1,5 +1,5 @@ # Linker script for libgccjit.so -# Copyright (C) 2013-2016 Free Software Foundation, Inc. +# Copyright (C) 2013-2017 Free Software Foundation, Inc. # Contributed by David Malcolm . # # This file is part of GCC. diff --git a/gcc/jump.c b/gcc/jump.c index b6828133cb38..fc4b4345444a 100644 --- a/gcc/jump.c +++ b/gcc/jump.c @@ -1,5 +1,5 @@ /* Optimize jump instructions, for GNU compiler. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/langhooks-def.h b/gcc/langhooks-def.h index b25c5a787c73..db7587bd1758 100644 --- a/gcc/langhooks-def.h +++ b/gcc/langhooks-def.h @@ -1,5 +1,5 @@ /* Default macros to initialize the lang_hooks data structure. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. Contributed by Alexandre Oliva This file is part of GCC. diff --git a/gcc/langhooks.c b/gcc/langhooks.c index 260d33c3ffe9..4b4ebd7d12c3 100644 --- a/gcc/langhooks.c +++ b/gcc/langhooks.c @@ -1,5 +1,5 @@ /* Default language-specific hooks. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. Contributed by Alexandre Oliva This file is part of GCC. diff --git a/gcc/langhooks.h b/gcc/langhooks.h index 19e3fa1e9977..2a2ef8affef5 100644 --- a/gcc/langhooks.h +++ b/gcc/langhooks.h @@ -1,5 +1,5 @@ /* The lang_hooks data structure. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/lcm.c b/gcc/lcm.c index 4754338fea8b..edc86b570099 100644 --- a/gcc/lcm.c +++ b/gcc/lcm.c @@ -1,5 +1,5 @@ /* Generic partial redundancy elimination with lazy code motion support. - Copyright (C) 1998-2016 Free Software Foundation, Inc. + Copyright (C) 1998-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/lcm.h b/gcc/lcm.h index eddd3524828d..e3e0ff351406 100644 --- a/gcc/lcm.h +++ b/gcc/lcm.h @@ -1,5 +1,5 @@ /* Generic partial redundancy elimination with lazy code motion header file. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/libfuncs.h b/gcc/libfuncs.h index 8250d5b00179..3fc4047e025e 100644 --- a/gcc/libfuncs.h +++ b/gcc/libfuncs.h @@ -1,5 +1,5 @@ /* Definitions for code generation pass of GNU compiler. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/limitx.h b/gcc/limitx.h index 15035485217d..dff1b70cda48 100644 --- a/gcc/limitx.h +++ b/gcc/limitx.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1992-2016 Free Software Foundation, Inc. +/* Copyright (C) 1992-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/lists.c b/gcc/lists.c index 96b4bc7266d0..74922864cf16 100644 --- a/gcc/lists.c +++ b/gcc/lists.c @@ -1,5 +1,5 @@ /* List management for the GCC expander. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/loop-doloop.c b/gcc/loop-doloop.c index 1dff2ff3f88f..5616709776ed 100644 --- a/gcc/loop-doloop.c +++ b/gcc/loop-doloop.c @@ -1,5 +1,5 @@ /* Perform doloop optimizations - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Based on code by Michael P. Hayes (m.hayes@elec.canterbury.ac.nz) This file is part of GCC. diff --git a/gcc/loop-init.c b/gcc/loop-init.c index 8bd3a48ce646..609a804460d3 100644 --- a/gcc/loop-init.c +++ b/gcc/loop-init.c @@ -1,5 +1,5 @@ /* Loop optimizer initialization routines and RTL loop optimization passes. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/loop-invariant.c b/gcc/loop-invariant.c index f617241ef0fc..e2367a817c1a 100644 --- a/gcc/loop-invariant.c +++ b/gcc/loop-invariant.c @@ -1,5 +1,5 @@ /* RTL-level loop invariant motion. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/loop-iv.c b/gcc/loop-iv.c index 9e13938d950f..896fe0b1a00f 100644 --- a/gcc/loop-iv.c +++ b/gcc/loop-iv.c @@ -1,5 +1,5 @@ /* Rtl-level induction variable analysis. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/loop-unroll.c b/gcc/loop-unroll.c index 760445e64485..1a9cea1678dd 100644 --- a/gcc/loop-unroll.c +++ b/gcc/loop-unroll.c @@ -1,5 +1,5 @@ /* Loop unrolling. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/loop-unroll.h b/gcc/loop-unroll.h index cb60857bc03d..31e51c1b6c19 100644 --- a/gcc/loop-unroll.h +++ b/gcc/loop-unroll.h @@ -1,5 +1,5 @@ /* Loop unrolling header file. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/lower-subreg.c b/gcc/lower-subreg.c index 6b75f62295c9..a4dcec51bb56 100644 --- a/gcc/lower-subreg.c +++ b/gcc/lower-subreg.c @@ -1,5 +1,5 @@ /* Decompose multiword subregs. - Copyright (C) 2007-2016 Free Software Foundation, Inc. + Copyright (C) 2007-2017 Free Software Foundation, Inc. Contributed by Richard Henderson Ian Lance Taylor diff --git a/gcc/lower-subreg.h b/gcc/lower-subreg.h index 82dc13bfa92f..4aed62f71e8d 100644 --- a/gcc/lower-subreg.h +++ b/gcc/lower-subreg.h @@ -1,5 +1,5 @@ /* Target-dependent costs for lower-subreg.c. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/lra-assigns.c b/gcc/lra-assigns.c index e852a68fb199..8e21a497f0a4 100644 --- a/gcc/lra-assigns.c +++ b/gcc/lra-assigns.c @@ -1,5 +1,5 @@ /* Assign reload pseudos. - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Vladimir Makarov . This file is part of GCC. diff --git a/gcc/lra-coalesce.c b/gcc/lra-coalesce.c index 0a9f7793ee8b..44887b19e1f6 100644 --- a/gcc/lra-coalesce.c +++ b/gcc/lra-coalesce.c @@ -1,5 +1,5 @@ /* Coalesce spilled pseudos. - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Vladimir Makarov . This file is part of GCC. diff --git a/gcc/lra-constraints.c b/gcc/lra-constraints.c index 7d80c6f0a110..619912803737 100644 --- a/gcc/lra-constraints.c +++ b/gcc/lra-constraints.c @@ -1,5 +1,5 @@ /* Code for RTL transformations to satisfy insn constraints. - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Vladimir Makarov . This file is part of GCC. diff --git a/gcc/lra-eliminations.c b/gcc/lra-eliminations.c index b90cbed47166..695f99ad317c 100644 --- a/gcc/lra-eliminations.c +++ b/gcc/lra-eliminations.c @@ -1,5 +1,5 @@ /* Code for RTL register eliminations. - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Vladimir Makarov . This file is part of GCC. diff --git a/gcc/lra-int.h b/gcc/lra-int.h index cfab209cef1e..d25d827a5d45 100644 --- a/gcc/lra-int.h +++ b/gcc/lra-int.h @@ -1,5 +1,5 @@ /* Local Register Allocator (LRA) intercommunication header file. - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Vladimir Makarov . This file is part of GCC. diff --git a/gcc/lra-lives.c b/gcc/lra-lives.c index 3ffec903f29c..010d4e6f7876 100644 --- a/gcc/lra-lives.c +++ b/gcc/lra-lives.c @@ -1,5 +1,5 @@ /* Build live ranges for pseudos. - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Vladimir Makarov . This file is part of GCC. diff --git a/gcc/lra-remat.c b/gcc/lra-remat.c index cdd7057f6020..cfffe624ec57 100644 --- a/gcc/lra-remat.c +++ b/gcc/lra-remat.c @@ -1,5 +1,5 @@ /* Rematerialize pseudos values. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. Contributed by Vladimir Makarov . This file is part of GCC. diff --git a/gcc/lra-spills.c b/gcc/lra-spills.c index 9f1d5e97a562..492fc182cf0f 100644 --- a/gcc/lra-spills.c +++ b/gcc/lra-spills.c @@ -1,5 +1,5 @@ /* Change pseudos by memory. - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Vladimir Makarov . This file is part of GCC. diff --git a/gcc/lra.c b/gcc/lra.c index 4165492796c6..da3b955be369 100644 --- a/gcc/lra.c +++ b/gcc/lra.c @@ -1,5 +1,5 @@ /* LRA (local register allocator) driver and LRA utilities. - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Vladimir Makarov . This file is part of GCC. diff --git a/gcc/lra.h b/gcc/lra.h index 356a33c22af8..bd9422e59fa3 100644 --- a/gcc/lra.h +++ b/gcc/lra.h @@ -1,6 +1,6 @@ /* Communication between the Local Register Allocator (LRA) and the rest of the compiler. - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Vladimir Makarov . This file is part of GCC. diff --git a/gcc/lto-cgraph.c b/gcc/lto-cgraph.c index 947d0877539e..c0321f793620 100644 --- a/gcc/lto-cgraph.c +++ b/gcc/lto-cgraph.c @@ -1,7 +1,7 @@ /* Write and read the cgraph to the memory mapped representation of a .o file. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Kenneth Zadeck This file is part of GCC. diff --git a/gcc/lto-compress.c b/gcc/lto-compress.c index 93b7b8f588fa..195b5997a01f 100644 --- a/gcc/lto-compress.c +++ b/gcc/lto-compress.c @@ -1,6 +1,6 @@ /* LTO IL compression streams. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Simon Baldwin This file is part of GCC. diff --git a/gcc/lto-compress.h b/gcc/lto-compress.h index 8299a5e6e4fe..e7a846a77e50 100644 --- a/gcc/lto-compress.h +++ b/gcc/lto-compress.h @@ -1,6 +1,6 @@ /* LTO IL compression streams. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Simon Baldwin This file is part of GCC. diff --git a/gcc/lto-opts.c b/gcc/lto-opts.c index 5f4b4274ef4d..65a71b2d0ba0 100644 --- a/gcc/lto-opts.c +++ b/gcc/lto-opts.c @@ -1,6 +1,6 @@ /* LTO IL options. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Simon Baldwin This file is part of GCC. diff --git a/gcc/lto-section-in.c b/gcc/lto-section-in.c index d8e74d70745a..984a648ff800 100644 --- a/gcc/lto-section-in.c +++ b/gcc/lto-section-in.c @@ -1,6 +1,6 @@ /* Input functions for reading LTO sections. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Kenneth Zadeck This file is part of GCC. diff --git a/gcc/lto-section-names.h b/gcc/lto-section-names.h index 81b08c596668..9684a95ba994 100644 --- a/gcc/lto-section-names.h +++ b/gcc/lto-section-names.h @@ -1,5 +1,5 @@ /* Definitions for LTO section names. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/lto-section-out.c b/gcc/lto-section-out.c index f38650782170..1d45409e97a3 100644 --- a/gcc/lto-section-out.c +++ b/gcc/lto-section-out.c @@ -1,6 +1,6 @@ /* Functions for writing LTO sections. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Kenneth Zadeck This file is part of GCC. diff --git a/gcc/lto-streamer-in.c b/gcc/lto-streamer-in.c index 862e15664728..515aa532ce6e 100644 --- a/gcc/lto-streamer-in.c +++ b/gcc/lto-streamer-in.c @@ -1,6 +1,6 @@ /* Read the GIMPLE representation from a file stream. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Kenneth Zadeck Re-implemented by Diego Novillo diff --git a/gcc/lto-streamer-out.c b/gcc/lto-streamer-out.c index 22d8ac907243..82a0cd60dec8 100644 --- a/gcc/lto-streamer-out.c +++ b/gcc/lto-streamer-out.c @@ -1,6 +1,6 @@ /* Write the GIMPLE representation to a file stream. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Kenneth Zadeck Re-implemented by Diego Novillo diff --git a/gcc/lto-streamer.c b/gcc/lto-streamer.c index a44a91690dc5..5fb387132fb1 100644 --- a/gcc/lto-streamer.c +++ b/gcc/lto-streamer.c @@ -1,7 +1,7 @@ /* Miscellaneous utilities for GIMPLE streaming. Things that are used in both input and output are here. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Doug Kwan This file is part of GCC. diff --git a/gcc/lto-streamer.h b/gcc/lto-streamer.h index ecc1e5d58e55..08bfc13af758 100644 --- a/gcc/lto-streamer.h +++ b/gcc/lto-streamer.h @@ -1,7 +1,7 @@ /* Data structures and declarations used for reading and writing GIMPLE to a file stream. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Doug Kwan This file is part of GCC. diff --git a/gcc/lto-wrapper.c b/gcc/lto-wrapper.c index f240812f9520..2c81176913ef 100644 --- a/gcc/lto-wrapper.c +++ b/gcc/lto-wrapper.c @@ -1,5 +1,5 @@ /* Wrapper to call lto. Used by collect2 and the linker plugin. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Factored out of collect2 by Rafael Espindola diff --git a/gcc/lto/ChangeLog b/gcc/lto/ChangeLog index cf2248061c58..4fbd771ae9db 100644 --- a/gcc/lto/ChangeLog +++ b/gcc/lto/ChangeLog @@ -1,3 +1,7 @@ +2017-01-01 Jakub Jelinek + + Update copyright years. + 2016-11-30 Georg-Johann Lay PR lto/78562 @@ -5556,7 +5560,7 @@ * lto-tree.h: Likewise. * lto-lang.c: Likewise. -Copyright (C) 2006-2016 Free Software Foundation, Inc. +Copyright (C) 2006-2017 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/gcc/lto/Make-lang.in b/gcc/lto/Make-lang.in index 696c5f36a5fa..17a24da1c555 100644 --- a/gcc/lto/Make-lang.in +++ b/gcc/lto/Make-lang.in @@ -1,5 +1,5 @@ # Top level -*- makefile -*- fragment for LTO -# Copyright (C) 2009-2016 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. #This file is part of GCC. diff --git a/gcc/lto/common.c b/gcc/lto/common.c index 9b3c393f3932..7d031fc5a133 100644 --- a/gcc/lto/common.c +++ b/gcc/lto/common.c @@ -1,5 +1,5 @@ /* Common code for the plugin and lto1. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Rafael Avila de Espindola (espindola@google.com). This program is free software; you can redistribute it and/or modify diff --git a/gcc/lto/common.h b/gcc/lto/common.h index d7c27bbb9b29..ca37fc389ba8 100644 --- a/gcc/lto/common.h +++ b/gcc/lto/common.h @@ -1,5 +1,5 @@ /* Common code for the plugin and lto1. - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Rafael Avila de Espindola (espindola@google.com). This file is part of GCC. diff --git a/gcc/lto/config-lang.in b/gcc/lto/config-lang.in index 7322c6d08045..f16af2692d1a 100644 --- a/gcc/lto/config-lang.in +++ b/gcc/lto/config-lang.in @@ -1,5 +1,5 @@ # Top level configure fragment for LTO -# Copyright (C) 2009-2016 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. #This file is part of GCC. diff --git a/gcc/lto/lang-specs.h b/gcc/lto/lang-specs.h index 61b6eff57132..cc30782dd11b 100644 --- a/gcc/lto/lang-specs.h +++ b/gcc/lto/lang-specs.h @@ -1,5 +1,5 @@ /* LTO driver specs. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by CodeSourcery, Inc. This file is part of GCC. diff --git a/gcc/lto/lang.opt b/gcc/lto/lang.opt index 04f0d2ba49cd..8482b1f07ff4 100644 --- a/gcc/lto/lang.opt +++ b/gcc/lto/lang.opt @@ -1,5 +1,5 @@ ; Options for the LTO front end. -; Copyright (C) 2008-2016 Free Software Foundation, Inc. +; Copyright (C) 2008-2017 Free Software Foundation, Inc. ; ; This file is part of GCC. ; diff --git a/gcc/lto/lto-lang.c b/gcc/lto/lto-lang.c index 58f6e0c747ef..c2b49dc44b68 100644 --- a/gcc/lto/lto-lang.c +++ b/gcc/lto/lto-lang.c @@ -1,5 +1,5 @@ /* Language-dependent hooks for LTO. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by CodeSourcery, Inc. This file is part of GCC. diff --git a/gcc/lto/lto-object.c b/gcc/lto/lto-object.c index 4bb73adcbc47..3fdaa623e28b 100644 --- a/gcc/lto/lto-object.c +++ b/gcc/lto/lto-object.c @@ -1,5 +1,5 @@ /* LTO routines to use object files. - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Written by Ian Lance Taylor, Google. This file is part of GCC. diff --git a/gcc/lto/lto-partition.c b/gcc/lto/lto-partition.c index b52d175704f3..8cd17e6f9170 100644 --- a/gcc/lto/lto-partition.c +++ b/gcc/lto/lto-partition.c @@ -1,5 +1,5 @@ /* LTO partitioning logic routines. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/lto/lto-partition.h b/gcc/lto/lto-partition.h index f7abe620257e..c0aefa6dcde5 100644 --- a/gcc/lto/lto-partition.h +++ b/gcc/lto/lto-partition.h @@ -1,5 +1,5 @@ /* LTO partitioning logic routines. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/lto/lto-symtab.c b/gcc/lto/lto-symtab.c index 5ab9977ffea6..88c20dccf446 100644 --- a/gcc/lto/lto-symtab.c +++ b/gcc/lto/lto-symtab.c @@ -1,5 +1,5 @@ /* LTO symbol table. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by CodeSourcery, Inc. This file is part of GCC. diff --git a/gcc/lto/lto-symtab.h b/gcc/lto/lto-symtab.h index 821e2e0b4808..c2876c1e02b6 100644 --- a/gcc/lto/lto-symtab.h +++ b/gcc/lto/lto-symtab.h @@ -1,5 +1,5 @@ /* LTO symbol table merging. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/lto/lto-tree.h b/gcc/lto/lto-tree.h index 7166d8f6bcc0..a49b87eb5ad4 100644 --- a/gcc/lto/lto-tree.h +++ b/gcc/lto/lto-tree.h @@ -1,5 +1,5 @@ /* Language-dependent trees for LTO. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by CodeSourcery, Inc. This file is part of GCC. diff --git a/gcc/lto/lto.c b/gcc/lto/lto.c index 6706557b2213..d77d85defb60 100644 --- a/gcc/lto/lto.c +++ b/gcc/lto/lto.c @@ -1,5 +1,5 @@ /* Top-level LTO routines. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by CodeSourcery, Inc. This file is part of GCC. diff --git a/gcc/lto/lto.h b/gcc/lto/lto.h index 3f5a44ba5c76..1031e3b18581 100644 --- a/gcc/lto/lto.h +++ b/gcc/lto/lto.h @@ -1,5 +1,5 @@ /* LTO declarations. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by CodeSourcery, Inc. This file is part of GCC. diff --git a/gcc/machmode.def b/gcc/machmode.def index 3035bcff1686..afe685195ef6 100644 --- a/gcc/machmode.def +++ b/gcc/machmode.def @@ -1,6 +1,6 @@ /* This file contains the definitions and documentation for the machine modes used in the GNU compiler. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/machmode.h b/gcc/machmode.h index d924e83705b3..42b14d09c1b3 100644 --- a/gcc/machmode.h +++ b/gcc/machmode.h @@ -1,5 +1,5 @@ /* Machine mode definitions for GCC; included by rtl.h and tree.h. - Copyright (C) 1991-2016 Free Software Foundation, Inc. + Copyright (C) 1991-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/main.c b/gcc/main.c index 2877e77be46a..9462e7a85d59 100644 --- a/gcc/main.c +++ b/gcc/main.c @@ -1,5 +1,5 @@ /* main.c: defines main() for cc1, cc1plus, etc. - Copyright (C) 2007-2016 Free Software Foundation, Inc. + Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/match.pd b/gcc/match.pd index 1570ac827846..8791e57ea212 100644 --- a/gcc/match.pd +++ b/gcc/match.pd @@ -2,7 +2,7 @@ This file is consumed by genmatch which produces gimple-match.c and generic-match.c from it. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. Contributed by Richard Biener and Prathamesh Kulkarni diff --git a/gcc/mcf.c b/gcc/mcf.c index 18a0e0d2f965..dbda49162146 100644 --- a/gcc/mcf.c +++ b/gcc/mcf.c @@ -1,6 +1,6 @@ /* Routines to implement minimum-cost maximal flow algorithm used to smooth basic block and edge frequency counts. - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Paul Yuan (yingbo.com@gmail.com) and Vinodha Ramasamy (vinodha@google.com). diff --git a/gcc/mem-stats-traits.h b/gcc/mem-stats-traits.h index ce6c800da378..dfea6d8411a5 100644 --- a/gcc/mem-stats-traits.h +++ b/gcc/mem-stats-traits.h @@ -1,5 +1,5 @@ /* A memory statistics traits. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by Martin Liska This file is part of GCC. diff --git a/gcc/mem-stats.h b/gcc/mem-stats.h index d3a324eb4a92..a5f8e3224c3a 100644 --- a/gcc/mem-stats.h +++ b/gcc/mem-stats.h @@ -1,5 +1,5 @@ /* A memory statistics tracking infrastructure. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by Martin Liska This file is part of GCC. diff --git a/gcc/memmodel.h b/gcc/memmodel.h index f21f5f5557eb..4082614f78aa 100644 --- a/gcc/memmodel.h +++ b/gcc/memmodel.h @@ -1,5 +1,5 @@ /* Prototypes of memory model helper functions. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/memory-block.cc b/gcc/memory-block.cc index cce30fa0fbb6..78c81518abdb 100644 --- a/gcc/memory-block.cc +++ b/gcc/memory-block.cc @@ -1,5 +1,5 @@ /* Shared pool of memory blocks for pool allocators. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/memory-block.h b/gcc/memory-block.h index d7b96a306e7e..ff43ae8af7d5 100644 --- a/gcc/memory-block.h +++ b/gcc/memory-block.h @@ -1,5 +1,5 @@ /* Shared pool of memory blocks for pool allocators. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/mkconfig.sh b/gcc/mkconfig.sh index 67dfac6f9dd3..9fc7b5ca734e 100644 --- a/gcc/mkconfig.sh +++ b/gcc/mkconfig.sh @@ -1,6 +1,6 @@ #! /bin/sh -# Copyright (C) 2001-2016 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # This file is part of GCC. # GCC is free software; you can redistribute it and/or modify diff --git a/gcc/mode-classes.def b/gcc/mode-classes.def index f491ead7b13a..af7e29d7281d 100644 --- a/gcc/mode-classes.def +++ b/gcc/mode-classes.def @@ -1,5 +1,5 @@ /* Machine mode class definitions for GCC. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/mode-switching.c b/gcc/mode-switching.c index 37514177f665..15b813ff6f7e 100644 --- a/gcc/mode-switching.c +++ b/gcc/mode-switching.c @@ -1,5 +1,5 @@ /* CPU mode switching - Copyright (C) 1998-2016 Free Software Foundation, Inc. + Copyright (C) 1998-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/modulo-sched.c b/gcc/modulo-sched.c index 3a58f8ba5836..619ea04c2e78 100644 --- a/gcc/modulo-sched.c +++ b/gcc/modulo-sched.c @@ -1,5 +1,5 @@ /* Swing Modulo Scheduling implementation. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Ayal Zaks and Mustafa Hagog This file is part of GCC. diff --git a/gcc/multiple_target.c b/gcc/multiple_target.c index 4ead0292138f..329b60ae4b58 100644 --- a/gcc/multiple_target.c +++ b/gcc/multiple_target.c @@ -2,7 +2,7 @@ Contributed by Evgeny Stupachenko - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/objc/ChangeLog b/gcc/objc/ChangeLog index 4963e812fe49..1e74b4b8955c 100644 --- a/gcc/objc/ChangeLog +++ b/gcc/objc/ChangeLog @@ -1,7 +1,11 @@ +2017-01-01 Jakub Jelinek + + Update copyright years. + 2016-11-14 Prasad Ghangal - Richard Biener - - * config-lang.in (gtfiles): Add c/c-parser.h. + Richard Biener + + * config-lang.in (gtfiles): Add c/c-parser.h. 2016-09-27 Jakub Jelinek @@ -3691,7 +3695,7 @@ Move to c-objc-common.h. -Copyright (C) 2004-2016 Free Software Foundation, Inc. +Copyright (C) 2004-2017 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/gcc/objc/Make-lang.in b/gcc/objc/Make-lang.in index 114a1e2fbf35..d221fd1f365e 100644 --- a/gcc/objc/Make-lang.in +++ b/gcc/objc/Make-lang.in @@ -1,5 +1,5 @@ # Top level -*- makefile -*- fragment for GNU Objective-C -# Copyright (C) 1997-2016 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. #This file is part of GCC. diff --git a/gcc/objc/config-lang.in b/gcc/objc/config-lang.in index 912af224b00a..ce73cde406e0 100644 --- a/gcc/objc/config-lang.in +++ b/gcc/objc/config-lang.in @@ -1,5 +1,5 @@ # Top level configure fragment for GNU Objective-C -# Copyright (C) 1997-2016 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. #This file is part of GCC. diff --git a/gcc/objc/lang-specs.h b/gcc/objc/lang-specs.h index 77962b263150..adf77c0dfd9a 100644 --- a/gcc/objc/lang-specs.h +++ b/gcc/objc/lang-specs.h @@ -1,5 +1,5 @@ /* Definitions for specs for Objective-C. - Copyright (C) 1998-2016 Free Software Foundation, Inc. + Copyright (C) 1998-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/objc/objc-act.c b/gcc/objc/objc-act.c index 374f1041aea2..5f70961e7d79 100644 --- a/gcc/objc/objc-act.c +++ b/gcc/objc/objc-act.c @@ -1,5 +1,5 @@ /* Implement classes and message passing for Objective C. - Copyright (C) 1992-2016 Free Software Foundation, Inc. + Copyright (C) 1992-2017 Free Software Foundation, Inc. Contributed by Steve Naroff. This file is part of GCC. diff --git a/gcc/objc/objc-act.h b/gcc/objc/objc-act.h index 59787bc4ed4b..05ee968036ba 100644 --- a/gcc/objc/objc-act.h +++ b/gcc/objc/objc-act.h @@ -1,5 +1,5 @@ /* Declarations for objc-act.c. - Copyright (C) 1990-2016 Free Software Foundation, Inc. + Copyright (C) 1990-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/objc/objc-encoding.c b/gcc/objc/objc-encoding.c index 8fc2e5d74ed0..2a2dfa51ba5e 100644 --- a/gcc/objc/objc-encoding.c +++ b/gcc/objc/objc-encoding.c @@ -1,5 +1,5 @@ /* Routines dealing with ObjC encoding of types - Copyright (C) 1992-2016 Free Software Foundation, Inc. + Copyright (C) 1992-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/objc/objc-encoding.h b/gcc/objc/objc-encoding.h index 36461028bf17..15796e2b547c 100644 --- a/gcc/objc/objc-encoding.h +++ b/gcc/objc/objc-encoding.h @@ -1,5 +1,5 @@ /* Routines dealing with ObjC encoding of types - Copyright (C) 1992-2016 Free Software Foundation, Inc. + Copyright (C) 1992-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/objc/objc-gnu-runtime-abi-01.c b/gcc/objc/objc-gnu-runtime-abi-01.c index 61360ce2fe98..6d655f21cc20 100644 --- a/gcc/objc/objc-gnu-runtime-abi-01.c +++ b/gcc/objc/objc-gnu-runtime-abi-01.c @@ -1,5 +1,5 @@ /* GNU Runtime ABI version 8 - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Iain Sandoe (split from objc-act.c) This file is part of GCC. diff --git a/gcc/objc/objc-lang.c b/gcc/objc/objc-lang.c index bcb8dbc77e53..f676548b8580 100644 --- a/gcc/objc/objc-lang.c +++ b/gcc/objc/objc-lang.c @@ -1,5 +1,5 @@ /* Language-dependent hooks for Objective-C. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. Contributed by Ziemowit Laski This file is part of GCC. diff --git a/gcc/objc/objc-map.c b/gcc/objc/objc-map.c index 9e6000508bce..58c902bbb175 100644 --- a/gcc/objc/objc-map.c +++ b/gcc/objc/objc-map.c @@ -1,5 +1,5 @@ /* objc-map.c -- Implementation of map data structures for ObjC compiler - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Written by Nicola Pero This program is free software; you can redistribute it and/or modify it diff --git a/gcc/objc/objc-map.h b/gcc/objc/objc-map.h index aa88b552d265..76989e56052a 100644 --- a/gcc/objc/objc-map.h +++ b/gcc/objc/objc-map.h @@ -1,5 +1,5 @@ /* objc-map.h -- Implementation of map data structures for ObjC compiler - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Written by Nicola Pero This program is free software; you can redistribute it and/or modify it diff --git a/gcc/objc/objc-next-metadata-tags.h b/gcc/objc/objc-next-metadata-tags.h index 395b665caf9c..78b3778bf6d8 100644 --- a/gcc/objc/objc-next-metadata-tags.h +++ b/gcc/objc/objc-next-metadata-tags.h @@ -1,5 +1,5 @@ /* Declarations for meta-data attribute tags. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Iain Sandoe This file is part of GCC. diff --git a/gcc/objc/objc-next-runtime-abi-01.c b/gcc/objc/objc-next-runtime-abi-01.c index 48bbab37f577..3ffbb46d614f 100644 --- a/gcc/objc/objc-next-runtime-abi-01.c +++ b/gcc/objc/objc-next-runtime-abi-01.c @@ -1,5 +1,5 @@ /* Next Runtime (ABI-0/1) private. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Iain Sandoe (split from objc-act.c) This file is part of GCC. diff --git a/gcc/objc/objc-next-runtime-abi-02.c b/gcc/objc/objc-next-runtime-abi-02.c index 35048836128c..d206a6afb367 100644 --- a/gcc/objc/objc-next-runtime-abi-02.c +++ b/gcc/objc/objc-next-runtime-abi-02.c @@ -1,5 +1,5 @@ /* Next Runtime (ABI-2) private. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Iain Sandoe and based, in part, on an implementation in 'branches/apple/trunk' contributed by Apple Computer Inc. diff --git a/gcc/objc/objc-runtime-hooks.h b/gcc/objc/objc-runtime-hooks.h index 922fa63170f6..e581f2fd8f27 100644 --- a/gcc/objc/objc-runtime-hooks.h +++ b/gcc/objc/objc-runtime-hooks.h @@ -1,5 +1,5 @@ /* Hooks to abstract the runtime meta-data generation for Objective C. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Iain Sandoe This file is part of GCC. diff --git a/gcc/objc/objc-runtime-shared-support.c b/gcc/objc/objc-runtime-shared-support.c index 1646378a5863..8d35d27c031c 100644 --- a/gcc/objc/objc-runtime-shared-support.c +++ b/gcc/objc/objc-runtime-shared-support.c @@ -1,5 +1,5 @@ /* Support routines shared by all runtimes. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Iain Sandoe (partially split from objc-act.c) This file is part of GCC. diff --git a/gcc/objc/objc-runtime-shared-support.h b/gcc/objc/objc-runtime-shared-support.h index 8409de19549a..4b7bd1ad3df6 100644 --- a/gcc/objc/objc-runtime-shared-support.h +++ b/gcc/objc/objc-runtime-shared-support.h @@ -1,5 +1,5 @@ /* Support routines shared by all runtimes. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Iain Sandoe This file is part of GCC. diff --git a/gcc/objc/objc-tree.def b/gcc/objc/objc-tree.def index 39bd4cd89eda..679729899e85 100644 --- a/gcc/objc/objc-tree.def +++ b/gcc/objc/objc-tree.def @@ -1,7 +1,7 @@ /* This file contains the definitions and documentation for the additional tree codes used in the Objective C front end (see tree.def for the standard codes). - Copyright (C) 1990-2016 Free Software Foundation, Inc. + Copyright (C) 1990-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/objcp/ChangeLog b/gcc/objcp/ChangeLog index e51e8f587c7d..f7da36f0c7cf 100644 --- a/gcc/objcp/ChangeLog +++ b/gcc/objcp/ChangeLog @@ -1,3 +1,7 @@ +2017-01-01 Jakub Jelinek + + Update copyright years. + 2016-01-04 Jakub Jelinek Update copyright years. @@ -516,7 +520,7 @@ * objcp-lang.c: Likewise. -Copyright (C) 2005-2016 Free Software Foundation, Inc. +Copyright (C) 2005-2017 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/gcc/objcp/Make-lang.in b/gcc/objcp/Make-lang.in index 19397576e1d6..8367b808b27e 100644 --- a/gcc/objcp/Make-lang.in +++ b/gcc/objcp/Make-lang.in @@ -1,5 +1,5 @@ # Top level -*- makefile -*- fragment for GNU Objective-C++ -# Copyright (C) 2005-2016 Free Software Foundation, Inc. +# Copyright (C) 2005-2017 Free Software Foundation, Inc. # Contributed by Ziemowit Laski #This file is part of GCC. diff --git a/gcc/objcp/config-lang.in b/gcc/objcp/config-lang.in index ee2ae2f55f59..041809474924 100644 --- a/gcc/objcp/config-lang.in +++ b/gcc/objcp/config-lang.in @@ -1,5 +1,5 @@ # Top level configure fragment for GNU Objective-C++. -# Copyright (C) 2005-2016 Free Software Foundation, Inc. +# Copyright (C) 2005-2017 Free Software Foundation, Inc. # Contributed by Ziemowit Laski #This file is part of GCC. diff --git a/gcc/objcp/lang-specs.h b/gcc/objcp/lang-specs.h index 7caeb6f0de95..1834c7e9f067 100644 --- a/gcc/objcp/lang-specs.h +++ b/gcc/objcp/lang-specs.h @@ -1,5 +1,5 @@ /* Definitions for specs for Objective-C++. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Ziemowit Laski This file is part of GCC. diff --git a/gcc/objcp/objcp-decl.c b/gcc/objcp/objcp-decl.c index 14d0e2d9e134..5fb23be93271 100644 --- a/gcc/objcp/objcp-decl.c +++ b/gcc/objcp/objcp-decl.c @@ -1,6 +1,6 @@ /* Process the ObjC-specific declarations and variables for the Objective-C++ compiler. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Ziemowit Laski This file is part of GCC. diff --git a/gcc/objcp/objcp-decl.h b/gcc/objcp/objcp-decl.h index 4268fd8b5847..0c4f67a99430 100644 --- a/gcc/objcp/objcp-decl.h +++ b/gcc/objcp/objcp-decl.h @@ -1,6 +1,6 @@ /* Process the ObjC-specific declarations and variables for the Objective-C++ compiler. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Ziemowit Laski This file is part of GCC. diff --git a/gcc/objcp/objcp-lang.c b/gcc/objcp/objcp-lang.c index 0e76c3beb513..feae213a1520 100644 --- a/gcc/objcp/objcp-lang.c +++ b/gcc/objcp/objcp-lang.c @@ -1,5 +1,5 @@ /* Language-dependent hooks for Objective-C++. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Ziemowit Laski This file is part of GCC. diff --git a/gcc/omp-builtins.def b/gcc/omp-builtins.def index ea012df7b6ca..69b73f4b8c43 100644 --- a/gcc/omp-builtins.def +++ b/gcc/omp-builtins.def @@ -1,6 +1,6 @@ /* This file contains the definitions and documentation for the Offloading and Multi Processing builtins used in the GNU compiler. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/omp-expand.c b/gcc/omp-expand.c index 1f1055cab9a6..f0e98873e281 100644 --- a/gcc/omp-expand.c +++ b/gcc/omp-expand.c @@ -2,7 +2,7 @@ directives to separate functions, converts others into explicit calls to the runtime library (libgomp) and so forth -Copyright (C) 2005-2016 Free Software Foundation, Inc. +Copyright (C) 2005-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/omp-expand.h b/gcc/omp-expand.h index a81b9c7253dd..04fcf65156de 100644 --- a/gcc/omp-expand.h +++ b/gcc/omp-expand.h @@ -2,7 +2,7 @@ directives to separate functions, converts others into explicit calls to the runtime library (libgomp) and so forth -Copyright (C) 2005-2016 Free Software Foundation, Inc. +Copyright (C) 2005-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/omp-general.c b/gcc/omp-general.c index cac9bed9daf6..649dbf30621b 100644 --- a/gcc/omp-general.c +++ b/gcc/omp-general.c @@ -1,7 +1,7 @@ /* General types and functions that are uselful for processing of OpenMP, OpenACC and similar directivers at various stages of compilation. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/omp-general.h b/gcc/omp-general.h index 634fdccb3573..d89e8c179bf1 100644 --- a/gcc/omp-general.h +++ b/gcc/omp-general.h @@ -1,7 +1,7 @@ /* General types and functions that are uselful for processing of OpenMP, OpenACC and similar directivers at various stages of compilation. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/omp-grid.c b/gcc/omp-grid.c index 2b469f2ce8f2..127f51409029 100644 --- a/gcc/omp-grid.c +++ b/gcc/omp-grid.c @@ -1,6 +1,6 @@ /* Lowering and expansion of OpenMP directives for HSA GPU agents. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/omp-grid.h b/gcc/omp-grid.h index 90a0d355007a..349bda4abf4d 100644 --- a/gcc/omp-grid.h +++ b/gcc/omp-grid.h @@ -1,6 +1,6 @@ /* Lowering and expansion of OpenMP directives for HSA GPU agents. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/omp-low.c b/gcc/omp-low.c index e69b2b29de57..e8d78a91abc9 100644 --- a/gcc/omp-low.c +++ b/gcc/omp-low.c @@ -4,7 +4,7 @@ Contributed by Diego Novillo - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/omp-low.h b/gcc/omp-low.h index 687f357e454c..0ff33f5b9913 100644 --- a/gcc/omp-low.h +++ b/gcc/omp-low.h @@ -1,5 +1,5 @@ /* Header file for openMP lowering directives. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/omp-offload.c b/gcc/omp-offload.c index 8c2c6eb86246..77e003d5b560 100644 --- a/gcc/omp-offload.c +++ b/gcc/omp-offload.c @@ -1,7 +1,7 @@ /* Bits of OpenMP and OpenACC handling that is specific to device offloading and a lowering pass for OpenACC device directives. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/omp-offload.h b/gcc/omp-offload.h index a14d9fefea2e..528448b808ed 100644 --- a/gcc/omp-offload.h +++ b/gcc/omp-offload.h @@ -1,7 +1,7 @@ /* Bits of OpenMP and OpenACC handling that is specific to device offloading and a lowering pass for OpenACC device directives. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/omp-simd-clone.c b/gcc/omp-simd-clone.c index 7b8d2a9dc8a0..09ad40b55b81 100644 --- a/gcc/omp-simd-clone.c +++ b/gcc/omp-simd-clone.c @@ -1,6 +1,6 @@ /* OMP constructs' SIMD clone supporting code. -Copyright (C) 2005-2016 Free Software Foundation, Inc. +Copyright (C) 2005-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/opt-functions.awk b/gcc/opt-functions.awk index 43e223c3cc76..540980ef54ec 100644 --- a/gcc/opt-functions.awk +++ b/gcc/opt-functions.awk @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2016 Free Software Foundation, Inc. +# Copyright (C) 2003-2017 Free Software Foundation, Inc. # Contributed by Kelley Cook, June 2004. # Original code from Neil Booth, May 2003. # diff --git a/gcc/opt-gather.awk b/gcc/opt-gather.awk index ef671ce643dd..4d48159b296a 100644 --- a/gcc/opt-gather.awk +++ b/gcc/opt-gather.awk @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2016 Free Software Foundation, Inc. +# Copyright (C) 2003-2017 Free Software Foundation, Inc. # Contributed by Kelley Cook, June 2004. # Original code from Neil Booth, May 2003. # diff --git a/gcc/opt-include.awk b/gcc/opt-include.awk index f732a37243bd..b474cb2ed096 100644 --- a/gcc/opt-include.awk +++ b/gcc/opt-include.awk @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2016 Free Software Foundation, Inc. +# Copyright (C) 2010-2017 Free Software Foundation, Inc. # Contributed by Michael Meissner (meissner@linux.vnet.ibm.com) # # This program is free software; you can redistribute it and/or modify it diff --git a/gcc/opt-read.awk b/gcc/opt-read.awk index b304ccbd4968..110cc0c3f569 100644 --- a/gcc/opt-read.awk +++ b/gcc/opt-read.awk @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2016 Free Software Foundation, Inc. +# Copyright (C) 2003-2017 Free Software Foundation, Inc. # Contributed by Kelley Cook, June 2004. # Original code from Neil Booth, May 2003. # diff --git a/gcc/optabs-libfuncs.c b/gcc/optabs-libfuncs.c index 79a07d68b2c9..a3a32b7652c6 100644 --- a/gcc/optabs-libfuncs.c +++ b/gcc/optabs-libfuncs.c @@ -1,5 +1,5 @@ /* Mapping from optabs to underlying library functions - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/optabs-libfuncs.h b/gcc/optabs-libfuncs.h index 716267cbe857..a271d2dee5be 100644 --- a/gcc/optabs-libfuncs.h +++ b/gcc/optabs-libfuncs.h @@ -1,5 +1,5 @@ /* Mapping from optabs to underlying library functions - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/optabs-query.c b/gcc/optabs-query.c index 7cff5cc508ce..6c34a4e9a312 100644 --- a/gcc/optabs-query.c +++ b/gcc/optabs-query.c @@ -1,5 +1,5 @@ /* IR-agnostic target query functions relating to optabs - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/optabs-query.h b/gcc/optabs-query.h index 840dc791bac0..a80a0e7b0b69 100644 --- a/gcc/optabs-query.h +++ b/gcc/optabs-query.h @@ -1,5 +1,5 @@ /* IR-agnostic target query functions relating to optabs - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/optabs-tree.c b/gcc/optabs-tree.c index 28f53448d26e..4bb54ba43823 100644 --- a/gcc/optabs-tree.c +++ b/gcc/optabs-tree.c @@ -1,5 +1,5 @@ /* Tree-based target query functions relating to optabs - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/optabs-tree.h b/gcc/optabs-tree.h index db7294394d12..d0b27e0e2f7f 100644 --- a/gcc/optabs-tree.h +++ b/gcc/optabs-tree.h @@ -1,5 +1,5 @@ /* Tree-based target query functions relating to optabs - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/optabs.c b/gcc/optabs.c index bee1a21dfb67..d8831a89f218 100644 --- a/gcc/optabs.c +++ b/gcc/optabs.c @@ -1,5 +1,5 @@ /* Expand the basic unary and binary arithmetic operations, for GNU compiler. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/optabs.def b/gcc/optabs.def index f97b5f054ff9..504c655be021 100644 --- a/gcc/optabs.def +++ b/gcc/optabs.def @@ -1,5 +1,5 @@ /* Definitions for operation tables, or "optabs". - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/optabs.h b/gcc/optabs.h index 9ab8cb1a905c..b2dd31acd068 100644 --- a/gcc/optabs.h +++ b/gcc/optabs.h @@ -1,5 +1,5 @@ /* Definitions for code generation pass of GNU compiler. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/optc-gen.awk b/gcc/optc-gen.awk index af3812f280a4..dd2251566be6 100644 --- a/gcc/optc-gen.awk +++ b/gcc/optc-gen.awk @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2016 Free Software Foundation, Inc. +# Copyright (C) 2003-2017 Free Software Foundation, Inc. # Contributed by Kelley Cook, June 2004. # Original code from Neil Booth, May 2003. # diff --git a/gcc/optc-save-gen.awk b/gcc/optc-save-gen.awk index 8ce424813b55..fb517fe034b6 100644 --- a/gcc/optc-save-gen.awk +++ b/gcc/optc-save-gen.awk @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2016 Free Software Foundation, Inc. +# Copyright (C) 2003-2017 Free Software Foundation, Inc. # Contributed by Kelley Cook, June 2004. # Original code from Neil Booth, May 2003. # diff --git a/gcc/opth-gen.awk b/gcc/opth-gen.awk index 27f414118c29..f6b3812b8be0 100644 --- a/gcc/opth-gen.awk +++ b/gcc/opth-gen.awk @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2016 Free Software Foundation, Inc. +# Copyright (C) 2003-2017 Free Software Foundation, Inc. # Contributed by Kelley Cook, June 2004. # Original code from Neil Booth, May 2003. # diff --git a/gcc/opts-common.c b/gcc/opts-common.c index e9d1c20a1f39..8b924c9e1d73 100644 --- a/gcc/opts-common.c +++ b/gcc/opts-common.c @@ -1,5 +1,5 @@ /* Command line option handling. - Copyright (C) 2006-2016 Free Software Foundation, Inc. + Copyright (C) 2006-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/opts-diagnostic.h b/gcc/opts-diagnostic.h index 2c6d32f0f117..b016e3779d09 100644 --- a/gcc/opts-diagnostic.h +++ b/gcc/opts-diagnostic.h @@ -1,5 +1,5 @@ /* Command line option handling. Interactions with diagnostics code. - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/opts-global.c b/gcc/opts-global.c index b7e52323a21f..50bad77c3471 100644 --- a/gcc/opts-global.c +++ b/gcc/opts-global.c @@ -1,6 +1,6 @@ /* Command line option handling. Code involving global state that should not be shared with the driver. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/opts.c b/gcc/opts.c index 58441908d110..059a61a3e117 100644 --- a/gcc/opts.c +++ b/gcc/opts.c @@ -1,5 +1,5 @@ /* Command line option handling. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Neil Booth. This file is part of GCC. diff --git a/gcc/opts.h b/gcc/opts.h index b3e64353c8af..56ba9101c64e 100644 --- a/gcc/opts.h +++ b/gcc/opts.h @@ -1,5 +1,5 @@ /* Command line option handling. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/output.h b/gcc/output.h index 6c993817700f..7a93fa89cab4 100644 --- a/gcc/output.h +++ b/gcc/output.h @@ -1,6 +1,6 @@ /* Declarations for insn-output.c and other code to write to asm_out_file. These functions are defined in final.c, and varasm.c. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/params-enum.h b/gcc/params-enum.h index bab9b70ae292..f80d0df29146 100644 --- a/gcc/params-enum.h +++ b/gcc/params-enum.h @@ -1,5 +1,5 @@ /* params-enums.h - Run-time parameter enums. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/params-list.h b/gcc/params-list.h index 171118a662e3..051eba4e430b 100644 --- a/gcc/params-list.h +++ b/gcc/params-list.h @@ -1,5 +1,5 @@ /* File used to generate params.list - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/params-options.h b/gcc/params-options.h index 44bb3c2d36e9..6bfb7ce30140 100644 --- a/gcc/params-options.h +++ b/gcc/params-options.h @@ -1,5 +1,5 @@ /* File used to generate params.list - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/params.c b/gcc/params.c index 1b5000bb8d78..fab0ffad5fc1 100644 --- a/gcc/params.c +++ b/gcc/params.c @@ -1,5 +1,5 @@ /* params.c - Run-time parameters. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. Written by Mark Mitchell . This file is part of GCC. diff --git a/gcc/params.def b/gcc/params.def index 50f75a728d29..64a9dbeebfe7 100644 --- a/gcc/params.def +++ b/gcc/params.def @@ -1,5 +1,5 @@ /* params.def - Run-time parameters. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. Written by Mark Mitchell . This file is part of GCC. diff --git a/gcc/params.h b/gcc/params.h index 0a2905ce1fff..b61cff94487b 100644 --- a/gcc/params.h +++ b/gcc/params.h @@ -1,5 +1,5 @@ /* params.h - Run-time parameters. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. Written by Mark Mitchell . This file is part of GCC. diff --git a/gcc/pass_manager.h b/gcc/pass_manager.h index 464e25faaaba..4d1540719a2a 100644 --- a/gcc/pass_manager.h +++ b/gcc/pass_manager.h @@ -1,5 +1,5 @@ /* pass_manager.h - The pipeline of optimization passes - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/passes.c b/gcc/passes.c index d11b7126d5da..32d964b179de 100644 --- a/gcc/passes.c +++ b/gcc/passes.c @@ -1,5 +1,5 @@ /* Top level of GCC compilers (cc1, cc1plus, etc.) - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/passes.def b/gcc/passes.def index 99ae3f4c9ceb..131d659e7a0d 100644 --- a/gcc/passes.def +++ b/gcc/passes.def @@ -1,5 +1,5 @@ /* Description of pass structure - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/plugin.c b/gcc/plugin.c index 9f63fa1955c7..0ea00273566c 100644 --- a/gcc/plugin.c +++ b/gcc/plugin.c @@ -1,5 +1,5 @@ /* Support for GCC plugin mechanism. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/plugin.def b/gcc/plugin.def index c926d414b619..246683c5c6bb 100644 --- a/gcc/plugin.def +++ b/gcc/plugin.def @@ -1,5 +1,5 @@ /* This file contains the definitions for plugin events in GCC. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/plugin.h b/gcc/plugin.h index f9cf879beb9e..68a673b40d9e 100644 --- a/gcc/plugin.h +++ b/gcc/plugin.h @@ -1,5 +1,5 @@ /* Header file for internal GCC plugin mechanism. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/po/ChangeLog b/gcc/po/ChangeLog index 191a90bcab2a..646a0a9473f4 100644 --- a/gcc/po/ChangeLog +++ b/gcc/po/ChangeLog @@ -1,3 +1,7 @@ +2017-01-01 Jakub Jelinek + + Update copyright years. + 2017-01-01 Joseph Myers * gcc.pot: Regenerate. @@ -2239,7 +2243,7 @@ Sun Oct 31 17:17:18 1999 Jeffrey A Law (law@cygnus.com) libiberty/include directories. -Copyright (C) 1999-2016 Free Software Foundation, Inc. +Copyright (C) 1999-2017 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright @@ -4289,7 +4293,7 @@ Sun Oct 31 17:17:18 1999 Jeffrey A Law (law@cygnus.com) libiberty/include directories. -Copyright (C) 1999-2016 Free Software Foundation, Inc. +Copyright (C) 1999-2017 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/gcc/po/EXCLUDES b/gcc/po/EXCLUDES index 37d1d0d98435..da6906552bdf 100644 --- a/gcc/po/EXCLUDES +++ b/gcc/po/EXCLUDES @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2016 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/po/exgettext b/gcc/po/exgettext index edfd9ea7ed1b..2fad7003d03f 100644 --- a/gcc/po/exgettext +++ b/gcc/po/exgettext @@ -1,6 +1,6 @@ #! /bin/sh # Wrapper around gettext for programs using the msgid convention. -# Copyright (C) 1998-2016 Free Software Foundation, Inc. +# Copyright (C) 1998-2017 Free Software Foundation, Inc. # Written by Paul Eggert . # Revised by Zack Weinberg for no-POTFILES operation. diff --git a/gcc/postreload-gcse.c b/gcc/postreload-gcse.c index 139da3796ea1..cbc0df2606cf 100644 --- a/gcc/postreload-gcse.c +++ b/gcc/postreload-gcse.c @@ -1,5 +1,5 @@ /* Post reload partially redundant load elimination - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/postreload.c b/gcc/postreload.c index 8325d121c403..e721f2f867da 100644 --- a/gcc/postreload.c +++ b/gcc/postreload.c @@ -1,5 +1,5 @@ /* Perform simple optimizations to clean up the result of reload. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/predict.c b/gcc/predict.c index 1bf04d18c1c7..82177abeb891 100644 --- a/gcc/predict.c +++ b/gcc/predict.c @@ -1,5 +1,5 @@ /* Branch prediction routines for the GNU compiler. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/predict.def b/gcc/predict.def index 511920410c2c..c151ce2104fc 100644 --- a/gcc/predict.def +++ b/gcc/predict.def @@ -1,5 +1,5 @@ /* Definitions for the branch prediction routines in the GNU compiler. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/predict.h b/gcc/predict.h index 79942871bacc..6fc7c2c89f59 100644 --- a/gcc/predict.h +++ b/gcc/predict.h @@ -1,5 +1,5 @@ /* Definitions for branch prediction routines in the GNU compiler. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/prefix.c b/gcc/prefix.c index 366eecec7dfb..b40e9c48a0d8 100644 --- a/gcc/prefix.c +++ b/gcc/prefix.c @@ -1,5 +1,5 @@ /* Utility to update paths from internal to external forms. - Copyright (C) 1997-2016 Free Software Foundation, Inc. + Copyright (C) 1997-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/prefix.h b/gcc/prefix.h index 7ba15127cb68..35426d26a13b 100644 --- a/gcc/prefix.h +++ b/gcc/prefix.h @@ -1,5 +1,5 @@ /* Provide prototypes for functions exported from prefix.c. - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/pretty-print.c b/gcc/pretty-print.c index e58619dcda70..bcb1a70ac033 100644 --- a/gcc/pretty-print.c +++ b/gcc/pretty-print.c @@ -1,5 +1,5 @@ /* Various declarations for language-independent pretty-print subroutines. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Gabriel Dos Reis This file is part of GCC. diff --git a/gcc/pretty-print.h b/gcc/pretty-print.h index f49f35ac610b..25966787d05d 100644 --- a/gcc/pretty-print.h +++ b/gcc/pretty-print.h @@ -1,5 +1,5 @@ /* Various declarations for language-independent pretty-print subroutines. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Gabriel Dos Reis This file is part of GCC. diff --git a/gcc/print-rtl-function.c b/gcc/print-rtl-function.c index 74d8e9ce0d89..03d80bdac58f 100644 --- a/gcc/print-rtl-function.c +++ b/gcc/print-rtl-function.c @@ -1,5 +1,5 @@ /* Print RTL functions for GCC. - Copyright (C) 2016 Free Software Foundation, Inc. + Copyright (C) 2016-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/print-rtl.c b/gcc/print-rtl.c index ee4b74a3e8b6..84d215b556d0 100644 --- a/gcc/print-rtl.c +++ b/gcc/print-rtl.c @@ -1,5 +1,5 @@ /* Print RTL for GCC. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/print-rtl.h b/gcc/print-rtl.h index 5f7cefb87044..81dfcba62cff 100644 --- a/gcc/print-rtl.h +++ b/gcc/print-rtl.h @@ -1,5 +1,5 @@ /* Print RTL for GCC. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/print-tree.c b/gcc/print-tree.c index f3ee04cbbb27..5880d9e2d345 100644 --- a/gcc/print-tree.c +++ b/gcc/print-tree.c @@ -1,5 +1,5 @@ /* Prints out tree in human readable form - GCC - Copyright (C) 1990-2016 Free Software Foundation, Inc. + Copyright (C) 1990-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/print-tree.h b/gcc/print-tree.h index fd610f912ede..29efc071c536 100644 --- a/gcc/print-tree.h +++ b/gcc/print-tree.h @@ -1,5 +1,5 @@ /* Declarations for printing trees in human readable form - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/profile.c b/gcc/profile.c index ef38f988a341..c6f462d2f7a0 100644 --- a/gcc/profile.c +++ b/gcc/profile.c @@ -1,5 +1,5 @@ /* Calculate branch probabilities, and basic block execution counts. - Copyright (C) 1990-2016 Free Software Foundation, Inc. + Copyright (C) 1990-2017 Free Software Foundation, Inc. Contributed by James E. Wilson, UC Berkeley/Cygnus Support; based on some ideas from Dain Samples of UC Berkeley. Further mangling by Bob Manson, Cygnus Support. diff --git a/gcc/profile.h b/gcc/profile.h index 811c58a5382e..2c5bf3d1a17c 100644 --- a/gcc/profile.h +++ b/gcc/profile.h @@ -1,6 +1,6 @@ /* Header file for minimum-cost maximal flow routines used to smooth basic block and edge frequency counts. - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Paul Yuan (yingbo.com@gmail.com) and Vinodha Ramasamy (vinodha@google.com). diff --git a/gcc/read-md.c b/gcc/read-md.c index 6d9a1bd01b0c..7b73361830c1 100644 --- a/gcc/read-md.c +++ b/gcc/read-md.c @@ -1,5 +1,5 @@ /* MD reader for GCC. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/read-md.h b/gcc/read-md.h index 27fc9c2dfe9a..a66a74af1324 100644 --- a/gcc/read-md.h +++ b/gcc/read-md.h @@ -1,5 +1,5 @@ /* MD reader definitions. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/read-rtl.c b/gcc/read-rtl.c index f74c8751a988..a08ce5c9f080 100644 --- a/gcc/read-rtl.c +++ b/gcc/read-rtl.c @@ -1,5 +1,5 @@ /* RTL reader for GCC. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/real.c b/gcc/real.c index eabe22de8510..5f2b573078a7 100644 --- a/gcc/real.c +++ b/gcc/real.c @@ -1,5 +1,5 @@ /* real.c - software floating point emulation. - Copyright (C) 1993-2016 Free Software Foundation, Inc. + Copyright (C) 1993-2017 Free Software Foundation, Inc. Contributed by Stephen L. Moshier (moshier@world.std.com). Re-written by Richard Henderson diff --git a/gcc/real.h b/gcc/real.h index 59af580e78f2..e7248e30fa50 100644 --- a/gcc/real.h +++ b/gcc/real.h @@ -1,5 +1,5 @@ /* Definitions of floating-point access for GNU compiler. - Copyright (C) 1989-2016 Free Software Foundation, Inc. + Copyright (C) 1989-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/realmpfr.c b/gcc/realmpfr.c index c9fa62c50541..69439a4173d9 100644 --- a/gcc/realmpfr.c +++ b/gcc/realmpfr.c @@ -1,5 +1,5 @@ /* Conversion routines from GCC internal float representation to MPFR. - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/realmpfr.h b/gcc/realmpfr.h index ea9ca907ea8e..20c94eaf7625 100644 --- a/gcc/realmpfr.h +++ b/gcc/realmpfr.h @@ -1,6 +1,6 @@ /* Definitions of floating-point conversion from compiler internal format to MPFR. - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/recog.c b/gcc/recog.c index 22b5aaa265a4..a2e2d893632c 100644 --- a/gcc/recog.c +++ b/gcc/recog.c @@ -1,5 +1,5 @@ /* Subroutines used by or related to instruction recognition. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/recog.h b/gcc/recog.h index 9f6c42c83a20..07c60feffc69 100644 --- a/gcc/recog.h +++ b/gcc/recog.h @@ -1,5 +1,5 @@ /* Declarations for interface to insn recognizer and insn-output.c. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ree.c b/gcc/ree.c index a7a6526c9808..40b4041ef874 100644 --- a/gcc/ree.c +++ b/gcc/ree.c @@ -1,5 +1,5 @@ /* Redundant Extension Elimination pass for the GNU compiler. - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Ilya Enkovich (ilya.enkovich@intel.com) Based on the Redundant Zero-extension elimination pass contributed by diff --git a/gcc/reg-notes.def b/gcc/reg-notes.def index 962dbb8007e5..ead4a9f58e86 100644 --- a/gcc/reg-notes.def +++ b/gcc/reg-notes.def @@ -1,5 +1,5 @@ /* Register note definitions. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/reg-stack.c b/gcc/reg-stack.c index 4e86fa924a07..063ef5420535 100644 --- a/gcc/reg-stack.c +++ b/gcc/reg-stack.c @@ -1,5 +1,5 @@ /* Register to Stack convert for GNU compiler. - Copyright (C) 1992-2016 Free Software Foundation, Inc. + Copyright (C) 1992-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/regcprop.c b/gcc/regcprop.c index fc8297ed53be..ddc6252f53a5 100644 --- a/gcc/regcprop.c +++ b/gcc/regcprop.c @@ -1,5 +1,5 @@ /* Copy propagation on hard registers for the GNU compiler. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/regcprop.h b/gcc/regcprop.h index 7071da778c98..299b315e25c3 100644 --- a/gcc/regcprop.h +++ b/gcc/regcprop.h @@ -1,5 +1,5 @@ /* Copy propagation on hard registers. - Copyright (C) 1989-2016 Free Software Foundation, Inc. + Copyright (C) 1989-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/reginfo.c b/gcc/reginfo.c index 31715593f1ac..a2e0b6812819 100644 --- a/gcc/reginfo.c +++ b/gcc/reginfo.c @@ -1,5 +1,5 @@ /* Compute different info about registers. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/regrename.c b/gcc/regrename.c index 3b95a062a107..58036644fc6a 100644 --- a/gcc/regrename.c +++ b/gcc/regrename.c @@ -1,5 +1,5 @@ /* Register renaming for the GNU compiler. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/regrename.h b/gcc/regrename.h index 14c652d71623..e249b1fe1df0 100644 --- a/gcc/regrename.h +++ b/gcc/regrename.h @@ -1,5 +1,5 @@ /* This file contains definitions for the register renamer. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/regs.h b/gcc/regs.h index e07a003f4c40..09c8da439ee1 100644 --- a/gcc/regs.h +++ b/gcc/regs.h @@ -1,5 +1,5 @@ /* Define per-register tables for data flow info and register allocation. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/regset.h b/gcc/regset.h index 91e5b1bf0742..4527c84172ca 100644 --- a/gcc/regset.h +++ b/gcc/regset.h @@ -1,5 +1,5 @@ /* Define regsets. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/regstat.c b/gcc/regstat.c index a36ab18448a3..3fd26fd2fc68 100644 --- a/gcc/regstat.c +++ b/gcc/regstat.c @@ -1,5 +1,5 @@ /* Scanning of rtl for dataflow analysis. - Copyright (C) 2007-2016 Free Software Foundation, Inc. + Copyright (C) 2007-2017 Free Software Foundation, Inc. Contributed by Kenneth Zadeck (zadeck@naturalbridge.com). This file is part of GCC. diff --git a/gcc/reload.c b/gcc/reload.c index 4cba22094513..9d27a7cdda21 100644 --- a/gcc/reload.c +++ b/gcc/reload.c @@ -1,5 +1,5 @@ /* Search an insn for pseudo regs that must be in hard regs and are not. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/reload.h b/gcc/reload.h index 1fc8ecb6cac6..87e786ed06ff 100644 --- a/gcc/reload.h +++ b/gcc/reload.h @@ -1,5 +1,5 @@ /* Communication between reload.c, reload1.c and the rest of compiler. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/reload1.c b/gcc/reload1.c index b855268c0251..c1ce7caeca9f 100644 --- a/gcc/reload1.c +++ b/gcc/reload1.c @@ -1,5 +1,5 @@ /* Reload pseudo regs into hard regs for insns that require hard regs. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/reorg.c b/gcc/reorg.c index caad82a03059..85ef7d6880cb 100644 --- a/gcc/reorg.c +++ b/gcc/reorg.c @@ -1,5 +1,5 @@ /* Perform instruction reorganizations for delay slot filling. - Copyright (C) 1992-2016 Free Software Foundation, Inc. + Copyright (C) 1992-2017 Free Software Foundation, Inc. Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu). Hacked by Michael Tiemann (tiemann@cygnus.com). diff --git a/gcc/resource.c b/gcc/resource.c index 1aa2f8cf309f..95911c5c718f 100644 --- a/gcc/resource.c +++ b/gcc/resource.c @@ -1,5 +1,5 @@ /* Definitions for computing resource usage of specific insns. - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/resource.h b/gcc/resource.h index efbc42d290ce..0941deb9495c 100644 --- a/gcc/resource.h +++ b/gcc/resource.h @@ -1,5 +1,5 @@ /* Definitions for computing resource usage of specific insns. - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/rtl-chkp.c b/gcc/rtl-chkp.c index 45cf8f1eee11..64194ca6112a 100644 --- a/gcc/rtl-chkp.c +++ b/gcc/rtl-chkp.c @@ -1,5 +1,5 @@ /* RTL manipulation functions exported by Pointer Bounds Checker. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. Contributed by Ilya Enkovich (ilya.enkovich@intel.com) This file is part of GCC. diff --git a/gcc/rtl-chkp.h b/gcc/rtl-chkp.h index d7f05ca8995f..06ffbfcf5c2d 100644 --- a/gcc/rtl-chkp.h +++ b/gcc/rtl-chkp.h @@ -1,5 +1,5 @@ /* Declaration of interface functions of Pointer Bounds Checker. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/rtl-error.c b/gcc/rtl-error.c index 13ce57b13c2a..c8a11916dc76 100644 --- a/gcc/rtl-error.c +++ b/gcc/rtl-error.c @@ -1,5 +1,5 @@ /* RTL specific diagnostic subroutines for GCC - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. Contributed by Gabriel Dos Reis This file is part of GCC. diff --git a/gcc/rtl-error.h b/gcc/rtl-error.h index 9d64fb59a298..14872e4a1d75 100644 --- a/gcc/rtl-error.h +++ b/gcc/rtl-error.h @@ -1,5 +1,5 @@ /* RTL specific diagnostic subroutines for GCC - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/rtl-iter.h b/gcc/rtl-iter.h index 5c0f0fe09364..02f15cf4e8c4 100644 --- a/gcc/rtl-iter.h +++ b/gcc/rtl-iter.h @@ -1,5 +1,5 @@ /* RTL iterators - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/rtl-tests.c b/gcc/rtl-tests.c index 57f9e14f2ab0..044a6f174575 100644 --- a/gcc/rtl-tests.c +++ b/gcc/rtl-tests.c @@ -1,5 +1,5 @@ /* Unit tests for RTL-handling. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/rtl.c b/gcc/rtl.c index 0410f019e512..1f6a77aa08e9 100644 --- a/gcc/rtl.c +++ b/gcc/rtl.c @@ -1,5 +1,5 @@ /* RTL utility routines. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/rtl.def b/gcc/rtl.def index 45a9272656eb..4c2607a2efd8 100644 --- a/gcc/rtl.def +++ b/gcc/rtl.def @@ -1,7 +1,7 @@ /* This file contains the definitions and documentation for the Register Transfer Expressions (rtx's) that make up the Register Transfer Language (rtl) used in the Back End of the GNU compiler. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/rtl.h b/gcc/rtl.h index 4f0efa61aa87..302afc0d1b03 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -1,5 +1,5 @@ /* Register Transfer Language (RTL) definitions for GCC - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/rtlanal.c b/gcc/rtlanal.c index 60550adb7cf9..ef93584449d0 100644 --- a/gcc/rtlanal.c +++ b/gcc/rtlanal.c @@ -1,5 +1,5 @@ /* Analyze RTL for GNU compiler. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/rtlhash.c b/gcc/rtlhash.c index fb52cdc78b34..680812e74ae2 100644 --- a/gcc/rtlhash.c +++ b/gcc/rtlhash.c @@ -1,5 +1,5 @@ /* RTL hash functions. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/rtlhash.h b/gcc/rtlhash.h index 59845a986c67..85c5256f187b 100644 --- a/gcc/rtlhash.h +++ b/gcc/rtlhash.h @@ -1,5 +1,5 @@ /* Register Transfer Language (RTL) hash functions. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/rtlhooks-def.h b/gcc/rtlhooks-def.h index 5415114dafa0..936189244eab 100644 --- a/gcc/rtlhooks-def.h +++ b/gcc/rtlhooks-def.h @@ -1,5 +1,5 @@ /* Default macros to initialize an rtl_hooks data structure. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/rtlhooks.c b/gcc/rtlhooks.c index 49f54bc97b6d..654f2825fd93 100644 --- a/gcc/rtlhooks.c +++ b/gcc/rtlhooks.c @@ -1,5 +1,5 @@ /* Generic hooks for the RTL middle-end. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/sancov.c b/gcc/sancov.c index f3211dd21686..b4d5cc58e7e0 100644 --- a/gcc/sancov.c +++ b/gcc/sancov.c @@ -1,5 +1,5 @@ /* Code coverage instrumentation for fuzzing. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by Dmitry Vyukov This file is part of GCC. diff --git a/gcc/sanitizer.def b/gcc/sanitizer.def index 43e46f90e9cc..8b4acfcf4538 100644 --- a/gcc/sanitizer.def +++ b/gcc/sanitizer.def @@ -1,6 +1,6 @@ /* This file contains the definitions and documentation for the Address Sanitizer and Thread Sanitizer builtins used in the GNU compiler. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/sanopt.c b/gcc/sanopt.c index ae716cffcf4b..55e07c0c6462 100644 --- a/gcc/sanopt.c +++ b/gcc/sanopt.c @@ -1,5 +1,5 @@ /* Optimize and expand sanitizer functions. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. Contributed by Marek Polacek This file is part of GCC. diff --git a/gcc/sbitmap.c b/gcc/sbitmap.c index 10b4347d65b9..c9bcea96050e 100644 --- a/gcc/sbitmap.c +++ b/gcc/sbitmap.c @@ -1,5 +1,5 @@ /* Simple bitmaps. - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/sbitmap.h b/gcc/sbitmap.h index bd734f96edda..26fe3db54cd7 100644 --- a/gcc/sbitmap.h +++ b/gcc/sbitmap.h @@ -1,5 +1,5 @@ /* Simple bitmaps. - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/sched-deps.c b/gcc/sched-deps.c index 1ebd77669013..b2393bf28fb5 100644 --- a/gcc/sched-deps.c +++ b/gcc/sched-deps.c @@ -1,6 +1,6 @@ /* Instruction scheduling pass. This file computes dependencies between instructions. - Copyright (C) 1992-2016 Free Software Foundation, Inc. + Copyright (C) 1992-2017 Free Software Foundation, Inc. Contributed by Michael Tiemann (tiemann@cygnus.com) Enhanced by, and currently maintained by, Jim Wilson (wilson@cygnus.com) diff --git a/gcc/sched-ebb.c b/gcc/sched-ebb.c index 89dd823901ad..592fc1f3e887 100644 --- a/gcc/sched-ebb.c +++ b/gcc/sched-ebb.c @@ -1,5 +1,5 @@ /* Instruction scheduling pass. - Copyright (C) 1992-2016 Free Software Foundation, Inc. + Copyright (C) 1992-2017 Free Software Foundation, Inc. Contributed by Michael Tiemann (tiemann@cygnus.com) Enhanced by, and currently maintained by, Jim Wilson (wilson@cygnus.com) diff --git a/gcc/sched-int.h b/gcc/sched-int.h index d067b43c36ec..624d8925c8d2 100644 --- a/gcc/sched-int.h +++ b/gcc/sched-int.h @@ -1,6 +1,6 @@ /* Instruction scheduling pass. This file contains definitions used internally in the scheduler. - Copyright (C) 1992-2016 Free Software Foundation, Inc. + Copyright (C) 1992-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/sched-rgn.c b/gcc/sched-rgn.c index 08956a0ff962..2af3a03d1ff4 100644 --- a/gcc/sched-rgn.c +++ b/gcc/sched-rgn.c @@ -1,5 +1,5 @@ /* Instruction scheduling pass. - Copyright (C) 1992-2016 Free Software Foundation, Inc. + Copyright (C) 1992-2017 Free Software Foundation, Inc. Contributed by Michael Tiemann (tiemann@cygnus.com) Enhanced by, and currently maintained by, Jim Wilson (wilson@cygnus.com) diff --git a/gcc/sdbout.c b/gcc/sdbout.c index 71b46d0aa05f..accc61241ac0 100644 --- a/gcc/sdbout.c +++ b/gcc/sdbout.c @@ -1,5 +1,5 @@ /* Output sdb-format symbol table information from GNU compiler. - Copyright (C) 1988-2016 Free Software Foundation, Inc. + Copyright (C) 1988-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/sdbout.h b/gcc/sdbout.h index e1bb6d3c07dd..204b68790ce8 100644 --- a/gcc/sdbout.h +++ b/gcc/sdbout.h @@ -1,5 +1,5 @@ /* sdbout.h - Various declarations for functions found in sdbout.c - Copyright (C) 1998-2016 Free Software Foundation, Inc. + Copyright (C) 1998-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/sel-sched-dump.c b/gcc/sel-sched-dump.c index aa57f8d0a477..388a8af54c6b 100644 --- a/gcc/sel-sched-dump.c +++ b/gcc/sel-sched-dump.c @@ -1,5 +1,5 @@ /* Instruction scheduling pass. Log dumping infrastructure. - Copyright (C) 2006-2016 Free Software Foundation, Inc. + Copyright (C) 2006-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/sel-sched-dump.h b/gcc/sel-sched-dump.h index a046d625f425..ac35a1eabb14 100644 --- a/gcc/sel-sched-dump.h +++ b/gcc/sel-sched-dump.h @@ -1,5 +1,5 @@ /* Instruction scheduling pass. Log dumping infrastructure. - Copyright (C) 2006-2016 Free Software Foundation, Inc. + Copyright (C) 2006-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/sel-sched-ir.c b/gcc/sel-sched-ir.c index 02157b4c736f..c1e2c24d950e 100644 --- a/gcc/sel-sched-ir.c +++ b/gcc/sel-sched-ir.c @@ -1,5 +1,5 @@ /* Instruction scheduling pass. Selective scheduler and pipeliner. - Copyright (C) 2006-2016 Free Software Foundation, Inc. + Copyright (C) 2006-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/sel-sched-ir.h b/gcc/sel-sched-ir.h index 4caf3dfa0337..76ec10da78f0 100644 --- a/gcc/sel-sched-ir.h +++ b/gcc/sel-sched-ir.h @@ -1,6 +1,6 @@ /* Instruction scheduling pass. This file contains definitions used internally in the scheduler. - Copyright (C) 2006-2016 Free Software Foundation, Inc. + Copyright (C) 2006-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/sel-sched.c b/gcc/sel-sched.c index 9c33b51efe1c..4e9c68f5a380 100644 --- a/gcc/sel-sched.c +++ b/gcc/sel-sched.c @@ -1,5 +1,5 @@ /* Instruction scheduling pass. Selective scheduler and pipeliner. - Copyright (C) 2006-2016 Free Software Foundation, Inc. + Copyright (C) 2006-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/sel-sched.h b/gcc/sel-sched.h index 25ac5595509b..c34f3bd67866 100644 --- a/gcc/sel-sched.h +++ b/gcc/sel-sched.h @@ -1,5 +1,5 @@ /* Instruction scheduling pass. - Copyright (C) 2006-2016 Free Software Foundation, Inc. + Copyright (C) 2006-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/selftest-rtl.h b/gcc/selftest-rtl.h index f50501819e88..434dfa17183c 100644 --- a/gcc/selftest-rtl.h +++ b/gcc/selftest-rtl.h @@ -1,5 +1,5 @@ /* A self-testing framework, for use by -fself-test. - Copyright (C) 2016 Free Software Foundation, Inc. + Copyright (C) 2016-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/selftest-run-tests.c b/gcc/selftest-run-tests.c index c1cd97ece59c..8bc6b0e5f261 100644 --- a/gcc/selftest-run-tests.c +++ b/gcc/selftest-run-tests.c @@ -1,5 +1,5 @@ /* Implementation of selftests. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/selftest.c b/gcc/selftest.c index 3ff3b3d420ab..b41b9f5e57b9 100644 --- a/gcc/selftest.c +++ b/gcc/selftest.c @@ -1,5 +1,5 @@ /* A self-testing framework, for use by -fself-test. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/selftest.h b/gcc/selftest.h index c39087375fa9..d13861c04262 100644 --- a/gcc/selftest.h +++ b/gcc/selftest.h @@ -1,5 +1,5 @@ /* A self-testing framework, for use by -fself-test. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/sese.c b/gcc/sese.c index 08ea47d010d5..ed0e8fb97344 100644 --- a/gcc/sese.c +++ b/gcc/sese.c @@ -1,5 +1,5 @@ /* Single entry single exit control flow regions. - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Jan Sjodin and Sebastian Pop . diff --git a/gcc/sese.h b/gcc/sese.h index c2fe79e55f15..e51f1b4b5948 100644 --- a/gcc/sese.h +++ b/gcc/sese.h @@ -1,5 +1,5 @@ /* Single entry single exit control flow regions. - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Jan Sjodin and Sebastian Pop . diff --git a/gcc/shrink-wrap.c b/gcc/shrink-wrap.c index 59feca15aead..35eb85ba63c0 100644 --- a/gcc/shrink-wrap.c +++ b/gcc/shrink-wrap.c @@ -1,5 +1,5 @@ /* Shrink-wrapping related optimizations. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/shrink-wrap.h b/gcc/shrink-wrap.h index 05fcb41277a7..91650b784b3a 100644 --- a/gcc/shrink-wrap.h +++ b/gcc/shrink-wrap.h @@ -1,5 +1,5 @@ /* Shrink-wrapping related functions. - Copyright (C) 1989-2016 Free Software Foundation, Inc. + Copyright (C) 1989-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/signop.h b/gcc/signop.h index 017918604468..caa6d26c00bf 100644 --- a/gcc/signop.h +++ b/gcc/signop.h @@ -1,5 +1,5 @@ /* Operations with SIGNED and UNSIGNED. -*- C++ -*- - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/simplify-rtx.c b/gcc/simplify-rtx.c index 165af2306f4b..aa459731a82b 100644 --- a/gcc/simplify-rtx.c +++ b/gcc/simplify-rtx.c @@ -1,5 +1,5 @@ /* RTL simplification functions for GNU compiler. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/sparseset.c b/gcc/sparseset.c index 38f1bb930933..78a8e7c90c6c 100644 --- a/gcc/sparseset.c +++ b/gcc/sparseset.c @@ -1,5 +1,5 @@ /* SparseSet implementation. - Copyright (C) 2007-2016 Free Software Foundation, Inc. + Copyright (C) 2007-2017 Free Software Foundation, Inc. Contributed by Peter Bergner This file is part of GCC. diff --git a/gcc/sparseset.h b/gcc/sparseset.h index af0e7e57d7fb..3b002e899e74 100644 --- a/gcc/sparseset.h +++ b/gcc/sparseset.h @@ -1,5 +1,5 @@ /* SparseSet implementation. - Copyright (C) 2007-2016 Free Software Foundation, Inc. + Copyright (C) 2007-2017 Free Software Foundation, Inc. Contributed by Peter Bergner This file is part of GCC. diff --git a/gcc/spellcheck-tree.c b/gcc/spellcheck-tree.c index 99a8dbabcca1..56740b98fb50 100644 --- a/gcc/spellcheck-tree.c +++ b/gcc/spellcheck-tree.c @@ -1,5 +1,5 @@ /* Find near-matches for identifiers. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/spellcheck-tree.h b/gcc/spellcheck-tree.h index 0e43d148c956..eecfd1a19930 100644 --- a/gcc/spellcheck-tree.h +++ b/gcc/spellcheck-tree.h @@ -1,5 +1,5 @@ /* Find near-matches for identifiers. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/spellcheck.c b/gcc/spellcheck.c index 86cdee14d796..7071f660c2df 100644 --- a/gcc/spellcheck.c +++ b/gcc/spellcheck.c @@ -1,5 +1,5 @@ /* Find near-matches for strings. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/spellcheck.h b/gcc/spellcheck.h index 41c9308c2a12..2edc695e6328 100644 --- a/gcc/spellcheck.h +++ b/gcc/spellcheck.h @@ -1,5 +1,5 @@ /* Find near-matches for strings and identifiers. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/sreal.c b/gcc/sreal.c index 52e530d623f1..72d5891b6d12 100644 --- a/gcc/sreal.c +++ b/gcc/sreal.c @@ -1,5 +1,5 @@ /* Simple data type for real numbers for the GNU compiler. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/sreal.h b/gcc/sreal.h index 21f14b018212..917ce3ebac92 100644 --- a/gcc/sreal.h +++ b/gcc/sreal.h @@ -1,5 +1,5 @@ /* Definitions for simple data type for real numbers. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ssa-iterators.h b/gcc/ssa-iterators.h index 7e656e164a0b..c8aa77bd4f34 100644 --- a/gcc/ssa-iterators.h +++ b/gcc/ssa-iterators.h @@ -1,5 +1,5 @@ /* Header file for SSA iterators. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ssa.h b/gcc/ssa.h index 0ec1bf07817a..4bc6b3f33919 100644 --- a/gcc/ssa.h +++ b/gcc/ssa.h @@ -1,5 +1,5 @@ /* Common SSA files - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/stab.def b/gcc/stab.def index 2ccd23fa69f3..01cae25ec215 100644 --- a/gcc/stab.def +++ b/gcc/stab.def @@ -1,5 +1,5 @@ /* Table of DBX symbol codes for the GNU system. - Copyright (C) 1988-2016 Free Software Foundation, Inc. + Copyright (C) 1988-2017 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/gcc/stack-ptr-mod.c b/gcc/stack-ptr-mod.c index 549c4637a78c..fbb22a226c89 100644 --- a/gcc/stack-ptr-mod.c +++ b/gcc/stack-ptr-mod.c @@ -1,5 +1,5 @@ /* Discover if the stack pointer is modified in a function. - Copyright (C) 2007-2016 Free Software Foundation, Inc. + Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/statistics.c b/gcc/statistics.c index ec5cefd4baa4..57344f109b53 100644 --- a/gcc/statistics.c +++ b/gcc/statistics.c @@ -1,5 +1,5 @@ /* Optimization statistics functions. - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Richard Guenther This file is part of GCC. diff --git a/gcc/statistics.h b/gcc/statistics.h index cbff46e334aa..185fd1971bbb 100644 --- a/gcc/statistics.h +++ b/gcc/statistics.h @@ -1,5 +1,5 @@ /* Memory and optimization statistics helpers. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Cygnus Solutions. This file is part of GCC. diff --git a/gcc/stmt.c b/gcc/stmt.c index f1bf6e4f90f8..3d4e383c91c8 100644 --- a/gcc/stmt.c +++ b/gcc/stmt.c @@ -1,5 +1,5 @@ /* Expands front end tree to back end RTL for GCC - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/stmt.h b/gcc/stmt.h index 5725b731c9a6..c3d95572a003 100644 --- a/gcc/stmt.h +++ b/gcc/stmt.h @@ -1,5 +1,5 @@ /* Declarations and data structures for stmt.c. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/stor-layout.c b/gcc/stor-layout.c index 0aa3861d941e..7ad34f792df2 100644 --- a/gcc/stor-layout.c +++ b/gcc/stor-layout.c @@ -1,5 +1,5 @@ /* C-compiler utilities for types and variables storage layout - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/stor-layout.h b/gcc/stor-layout.h index d25661bc1c76..84ca01baea4a 100644 --- a/gcc/stor-layout.h +++ b/gcc/stor-layout.h @@ -1,5 +1,5 @@ /* Definitions and declarations for stor-layout.c. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/store-motion.c b/gcc/store-motion.c index 0bac1b57626f..927de1b1a917 100644 --- a/gcc/store-motion.c +++ b/gcc/store-motion.c @@ -1,5 +1,5 @@ /* Store motion via Lazy Code Motion on the reverse CFG. - Copyright (C) 1997-2016 Free Software Foundation, Inc. + Copyright (C) 1997-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/streamer-hooks.c b/gcc/streamer-hooks.c index 12ecedccfd74..be046a364adb 100644 --- a/gcc/streamer-hooks.c +++ b/gcc/streamer-hooks.c @@ -1,7 +1,7 @@ /* Streamer hooks. Support for adding streamer-specific callbacks to generic streaming routines. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Diego Novillo This file is part of GCC. diff --git a/gcc/streamer-hooks.h b/gcc/streamer-hooks.h index 072704895753..d59b649fcdbf 100644 --- a/gcc/streamer-hooks.h +++ b/gcc/streamer-hooks.h @@ -1,7 +1,7 @@ /* Streamer hooks. Support for adding streamer-specific callbacks to generic streaming routines. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Diego Novillo This file is part of GCC. diff --git a/gcc/stringpool.c b/gcc/stringpool.c index c76ddf6e36d8..689327548e34 100644 --- a/gcc/stringpool.c +++ b/gcc/stringpool.c @@ -1,5 +1,5 @@ /* String pool for GCC. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/stringpool.h b/gcc/stringpool.h index 272682e2437c..be3a05718bb1 100644 --- a/gcc/stringpool.h +++ b/gcc/stringpool.h @@ -1,5 +1,5 @@ /* Declarations and definitons for stringpool.c. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/substring-locations.c b/gcc/substring-locations.c index 60bf1b094172..8b41f2b82cfa 100644 --- a/gcc/substring-locations.c +++ b/gcc/substring-locations.c @@ -1,5 +1,5 @@ /* Source locations within string literals. - Copyright (C) 2016 Free Software Foundation, Inc. + Copyright (C) 2016-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/substring-locations.h b/gcc/substring-locations.h index f8788c9b3c4d..a91cc6c8b4a8 100644 --- a/gcc/substring-locations.h +++ b/gcc/substring-locations.h @@ -1,5 +1,5 @@ /* Source locations within string literals. - Copyright (C) 2016 Free Software Foundation, Inc. + Copyright (C) 2016-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/symbol-summary.h b/gcc/symbol-summary.h index a22352bcd58f..1274be78083d 100644 --- a/gcc/symbol-summary.h +++ b/gcc/symbol-summary.h @@ -1,5 +1,5 @@ /* Callgraph summary data structure. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. Contributed by Martin Liska This file is part of GCC. diff --git a/gcc/symtab.c b/gcc/symtab.c index 73168a8db093..1c2ada4a3849 100644 --- a/gcc/symtab.c +++ b/gcc/symtab.c @@ -1,5 +1,5 @@ /* Symbol table. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Jan Hubicka This file is part of GCC. diff --git a/gcc/sync-builtins.def b/gcc/sync-builtins.def index c596805673cd..de46026489ec 100644 --- a/gcc/sync-builtins.def +++ b/gcc/sync-builtins.def @@ -1,6 +1,6 @@ /* This file contains the definitions and documentation for the synchronization builtins used in the GNU compiler. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/system.h b/gcc/system.h index cf86235bcd1c..c6fb0e2dbded 100644 --- a/gcc/system.h +++ b/gcc/system.h @@ -1,6 +1,6 @@ /* Get common system includes and various definitions and declarations based on autoconf macros. - Copyright (C) 1998-2016 Free Software Foundation, Inc. + Copyright (C) 1998-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/target-def.h b/gcc/target-def.h index ec5e09e568e6..c99bfaa0105f 100644 --- a/gcc/target-def.h +++ b/gcc/target-def.h @@ -1,5 +1,5 @@ /* Default initializers for a generic GCC target. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/gcc/target-globals.c b/gcc/target-globals.c index f17cdc122826..909d5cc9ec93 100644 --- a/gcc/target-globals.c +++ b/gcc/target-globals.c @@ -1,5 +1,5 @@ /* Target-dependent globals. - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/target-globals.h b/gcc/target-globals.h index 7118edc9bd76..6762c9730c56 100644 --- a/gcc/target-globals.h +++ b/gcc/target-globals.h @@ -1,5 +1,5 @@ /* Target-dependent globals. - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/target-hooks-macros.h b/gcc/target-hooks-macros.h index 7ce11c69b060..8e3e2af7895a 100644 --- a/gcc/target-hooks-macros.h +++ b/gcc/target-hooks-macros.h @@ -1,5 +1,5 @@ /* Common macros for target hook definitions. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/gcc/target-insns.def b/gcc/target-insns.def index e011a5a7f26c..2968c879329b 100644 --- a/gcc/target-insns.def +++ b/gcc/target-insns.def @@ -1,5 +1,5 @@ /* Target instruction definitions. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/gcc/target.def b/gcc/target.def index ac3470ee6f20..044339019039 100644 --- a/gcc/target.def +++ b/gcc/target.def @@ -1,5 +1,5 @@ /* Target hook definitions. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/gcc/target.h b/gcc/target.h index f4fed68ba32a..63390dba27f0 100644 --- a/gcc/target.h +++ b/gcc/target.h @@ -1,5 +1,5 @@ /* Data structure definitions for a generic GCC target. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/gcc/targhooks.c b/gcc/targhooks.c index 5d3e91ef3adb..2f2abd331d4c 100644 --- a/gcc/targhooks.c +++ b/gcc/targhooks.c @@ -1,5 +1,5 @@ /* Default target hook functions. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/targhooks.h b/gcc/targhooks.h index 3a9271f379fa..a5565f5bf537 100644 --- a/gcc/targhooks.h +++ b/gcc/targhooks.h @@ -1,5 +1,5 @@ /* Default target hook functions. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 1c4cd54030cc..f86dd33c7877 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,18338 +1,8 @@ -2016-12-29 Andrew Pinski - - * gcc.dg/atomic/c11-atomic-exec-5.c: Lower ITER_COUNT to 100 - for AARCH64. - -2016-12-29 Uros Bizjak - - PR target/78904 - * gcc.target/i386/pr78904-6.c: New test. - -2016-12-29 Jakub Jelinek - - * gcc.target/i386/mpx/memcpy-1.c: Include mpx-check.h. - (main): Renamed to ... - (mpx_test): ... this. Add argc and argv arguments. - -2016-12-29 Martin Liska - - PR c/78933 - * g++.dg/pr78933.C: New test. - -2016-12-28 Uros Bizjak - - PR target/78904 - * gcc.target/i386/pr78904-4.c: New test. - * gcc.target/i386/pr78904-5.c: Ditto. - -2016-12-27 Michael Meissner - - * gcc.target/powerpc/p9-vinsert4b-2.c: Update test to test for 13 - being out of bounds instead of 12. - -2016-12-27 Uros Bizjak - - PR target/78904 - * gcc.target/i386/pr78904-3.c: New test. - -2016-12-27 Alexander Ivchenko - - * gcc.target/i386/mpx/memcpy-1.c: New test. - -2016-12-27 Alexander Ivchenko - - * gcc.target/i386/mpx/vla-trailing-1-lbv.c: New test. - * gcc.target/i386/mpx/vla-trailing-1-nov.c: Ditto. - * gcc.target/i386/mpx/vla-trailing-1-ubv.c: Ditto. - -2016-12-27 Uros Bizjak - - PR target/78904 - * gcc.target/i386/pr78904-2.c: New test. - -2016-12-26 Uros Bizjak - - PR target/78904 - * gcc.target/i386/pr78904-1.c: New test. - -2016-12-23 Andre Vehreschild - - * gfortran.dg/class_assign_1.f08: New test. - -2016-12-23 Toma Tabacu - - * gcc.target/mips/oddspreg-2.c (dg-options): Remove dg-skip-if for - -fno-fat-lto-objects and add the -ffat-lto-objects option, along with - an explanation for its purpose. - * gcc.target/mips/oddspreg-3.c (dg-options): Likewise. - * gcc.target/mips/oddspreg-6.c (dg-options): Likewise. - * gcc.target/mips/no-dsp-1.c: Add an explanation for the purpose of - -ffat-lto-objects. - * gcc.target/mips/pr54240.c: Likewise. - * gcc.target/mips/r10k-cache-barrier-14.c: Likewise. - * gcc.target/mips/soft-float-1.c: Likewise. - -2016-12-22 Prathamesh Kulkarni - - * gcc.dg/gimplefe-20.c: New test-case. - -2016-12-22 Andreas Krebbel - - * gcc.target/s390/litpool-str-1.c: New test. - -2016-12-22 Dominik Vogt - - * gcc.target/s390/md/setmem_long-1.c: Use "s390_useable_hw". - * gcc.target/s390/md/rXsbg_mode_sXl.c: Likewise. - * gcc.target/s390/md/andc-splitter-1.c: Likewise. - * gcc.target/s390/md/andc-splitter-2.c: Likewise. - * lib/gcc-dg.exp (gcc-dg-runtest): Export torture_current_flags. - * gcc.target/s390/s390.exp: Import torture_current_flags. - (check_effective_target_s390_useable_hw): New. - (check_effective_target_s390_z900_hw): New. - (check_effective_target_s390_z990_hw): New. - (check_effective_target_s390_z9_ec_hw): New. - (check_effective_target_s390_z10_hw): New. - (check_effective_target_s390_z196_hw): New. - (check_effective_target_s390_zEC12_hw): New. - (check_effective_target_s390_z13_hw): New. - (check_effective_target_z10_instructions): Removed. - (torture tests): Add optimization level without -march=. - Reorder torture tests for good cache usage. - -2016-12-22 Martin Liska - - PR tree-optimization/78886 - * gcc.dg/tree-ssa/pr78886.c: New test. - -2016-12-22 Georg-Johann Lay - - PR testsuite/52641 - * gcc.dg/pr35258.c (main) : Use an integer value that has - at least a size of 4. - * gcc.dg/Walloca-1.c (foo1): Use alloca with 30000 (instead of 90000). - * gcc.dg/graphite/pr46185.c: Require int32plus, size32plus. - * gcc.dg/graphite/isl-ast-op-select.c: Same. - * gcc.dg/graphite/pr42205-1.c: Require int32plus. - * gcc.dg/graphite/pr42221.c: Same. - * gcc.dg/tree-ssa/pr65136.c: Same. - * gcc.dg/tree-ssa/sra-20.c: Same. - * gcc.dg/graphite/scop-0.c: Require size32plus. - * gcc.dg/graphite/scop-22.c: Same. - * gcc.dg/graphite/scop-3.c: Same. - * gcc.dg/graphite/scop-dsyr2k.c: Same. - * gcc.dg/graphite/scop-dsyrk.c: Same. - * gcc.dg/graphite/scop-mvt.c: Same. - * gcc.dg/graphite/scop-sor.c: Same. - * gcc.dg/tree-ssa/pr68529-3.c: Same. - * gcc.dg/tree-ssa/pr66449.c [long != pointer]: Use intptr_t if. - * gcc.dg/tree-ssa/pr70919.c [int <= 2]: Use 32-bit int as needed. - * gcc.dg/tree-ssa/pr71408.c: Same. - * gcc.dg/fold-and-rshift-2.c: Same. - * gcc.dg/tree-ssa/ssa-dom-thread-8.c (f2) [long != pointer]: Use - uintptr_t instead of long for int representation of address. - * gcc.dg/tree-ssa/tailcall-7-run.c: Require trampolines. - -2016-12-22 Jakub Jelinek - - PR middle-end/78858 - * c-c++-common/ubsan/pr78858.c: New test. - * gcc.dg/nonnull-5.c: New test. - -2016-12-21 Jakub Jelinek - - PR c++/72707 - * g++.dg/warn/Wshadow-12.C: New test. - -2016-12-21 Vladimir Makarov - - PR rtl-optimization/78580 - * gcc.target/i386/pr78580.c: New. - -2016-12-21 Jakub Jelinek - - PR c++/77830 - * g++.dg/cpp1y/pr77830.C: New test. - * g++.dg/cpp0x/pr65398.C: Adjust expected diagnostics. - -2016-12-21 Bernd Schmidt - - PR target/71321 - * gcc.target/i386/pr71321.c: New test. - -2016-12-21 Jakub Jelinek - - PR fortran/78866 - * gfortran.dg/gomp/map-1.f90: Add expected error. - * gfortran.dg/gomp/pr78866-1.f90: New test. - * gfortran.dg/gomp/pr78866-2.f90: New test. - -2016-12-21 David Edelsohn - - * gcc.dg/vect/costmodel/ppc/costmodel-bb-slp-9a-pr63175.c: XFAIL - lwz on AIX. - -2016-12-21 Andre Vieira - - * gcc.target/arm/unsigned-extend-2.c: Update testcase. - -2016-12-21 Martin Liska - - PR driver/78863 - * gcc.dg/spellcheck-options-13.c: New test. - -2016-12-21 Alexander Monakov - - * gcc.target/nvptx/decl-shared.c (v_common): Add 'common' attribute to - explicitly request the desired storage class. - -2016-12-21 Georg-Johann Lay - - PR testsuite/52641 - * gcc.dg/builtin-object-size-16.c (ia0, ia1, ia9): Handle case - where neither short nor int has a size of 4; use long. - * gcc.dg/builtin-object-size-17.c: Same. - * gcc.dg/builtin-stringop-chk-1.c (test2) : Use int32_t - for components as 4 components are supposed to occupy 16 bytes. - * gcc.dg/pr78408-1.c: Require target size32plus. - * gcc.dg/pr78408-2.c: Same. - * gcc.dg/tree-ssa/pr78428.c. Require target int32plus. - * gcc.dg/tree-ssa/tailcall-7.c: Require target trampolines. - -2016-12-21 Toma Tabacu - - * gcc.target/mips/msa-builtins.c (msa_insert_d): Tweak expected output. - -2016-12-21 Janne Blomqvist - - PR fortran/78867 - * gfortran.dg/string_length_4.f90: New test. - -2016-12-21 Georg-Johann Lay - - * gcc.target/avr/mmcu: New folder for compile-tests with -mmcu=. - * gcc.target/avr/mmcu/avr-mmcu.exp: New file. - * gcc.target/avr/pr58545.c: Move to gcc.target/avr/mmcu. - * gcc.target/avr/tiny-caller-save.c: Dito. - * gcc.target/avr/tiny-memx.c: Dito. - -2016-12-21 Naveen H.S - - * gcc.dg/max.c: New Testcase. - * gcc.dg/min.c: New Testcase. - -2016-12-21 Jakub Jelinek - - PR c/77767 - * gcc.c-torture/execute/pr77767.c: New test. - -2016-12-20 Pat Haugen - - * gcc.dg/sms-3.c: Add -fno-sched-pressure for powerpc. - * gcc.dg/sms-6.c: Likewise. - -2016-12-20 David Edelsohn - - * gcc.dg/tls/alias-1.c: dg-add-options tls. - * gcc.dg/pr70859-2.c: Define _ISOC99_SOURCE on AIX. - -2016-12-20 Andre Vieira - - * gcc.target/arm/pr78255-2.c: Fix to work for targets - that do not optimize for tailcall. - -2016-12-20 David Edelsohn - - * gcc.dg/tls/pr78796.c: dg-add-options tls. - * gcc.target/powerpc/fold-vec-mult-int.c: power8-vector. - * gcc.target/powerpc/fold-vec-mult-longlong.c: -maix64. - -2016-12-20 Richard Biener - - * gcc.dg/gimplefe-19.c: New testcase. - -2016-12-20 Kyrylo Tkachov - - PR target/78694 - * gcc.c-torture/compile/pr78694.c: New test. - -2016-12-20 Eric Botcazou - - PR testsuite/71232 - * gnat.dg/vect1.adb: Add -fno-vect-cost-model to dg-options. - * gnat.dg/vect2.adb: Likewise. - * gnat.dg/vect3.adb: Likewise. - * gnat.dg/vect4.adb: Likewise. - * gnat.dg/vect5.adb: Likewise. - * gnat.dg/vect6.adb: Likewise. - -2016-12-19 Uros Bizjak - - * gcc.target/i386/pr59874-3.c: New test. - -2016-12-19 Will Schmidt - - * gcc.dg/vmx/mult-even-odd-be-order.c: Mark variables as volatile. - * gcc.target/powerpc/fold-vec-mult-char.c: New. - * gcc.target/powerpc/fold-vec-mult-float.c: New. - * gcc.target/powerpc/fold-vec-mult-floatdouble.c: New. - * gcc.target/powerpc/fold-vec-mult-int.c: New. - * gcc.target/powerpc/fold-vec-mult-int128-p8.c: New. - * gcc.target/powerpc/fold-vec-mult-int128-p9.c: New. - * gcc.target/powerpc/fold-vec-mult-longlong.c: New. - * gcc.target/powerpc/fold-vec-mult-short.c: New. - -2016-12-19 Will Schmidt - - * gcc.target/powerpc/fold-vec-sub-char.c: New. - * gcc.target/powerpc/fold-vec-sub-float.c: New. - * gcc.target/powerpc/fold-vec-sub-floatdouble.c: New. - * gcc.target/powerpc/fold-vec-sub-int.c: New. - * gcc.target/powerpc/fold-vec-sub-int128.c: New. - * gcc.target/powerpc/fold-vec-sub-longlong.c: New. - * gcc.target/powerpc/fold-vec-sub-short.c: New. - -2016-12-19 Dominik Vogt - - PR target/78748 - * gcc.c-torture/compile/pr78748.c: New test. - -2016-12-18 Janus Weil - - PR fortran/78848 - * gfortran.dg/dtio_22.f90: New test. - -2016-12-18 Janus Weil - - PR fortran/78592 - * gfortran.dg/dtio_21.f90: New test. - -2016-12-17 Steven G. Kargl - - PR fortran/78746 - * charlen_03.f90: Remove test. - * charlen_10.f90: Ditto. - -2016-12-17 Jakub Jelinek - - PR sanitizer/78832 - * gcc.dg/asan/pr78832.c: New test. - -2016-12-17 Andrew Senkevich - - * gcc.target/i386/avx512bw-kaddd-1.c: New test. - * gcc.target/i386/avx512bw-kaddq-1.c: Ditto. - * gcc.target/i386/avx512dq-kaddb-1.c: Ditto. - * gcc.target/i386/avx512f-kaddw-1.c: Ditto. - -2016-12-17 Thomas Koenig - - PR fortran/78239 - * gfortran.dg/fimplicit_none_1.f90: New test. - * gfortran.dg/fimplicit_none_2.f90: New test. - -2016-12-16 Kelvin Nilsen - - * gcc.target/powerpc/byte-in-either-range-0.c: New test. - * gcc.target/powerpc/byte-in-either-range-1.c: New test. - * gcc.target/powerpc/byte-in-range-0.c: New test. - * gcc.target/powerpc/byte-in-range-1.c: New test. - * gcc.target/powerpc/byte-in-set-0.c: New test. - * gcc.target/powerpc/byte-in-set-1.c: New test. - * gcc.target/powerpc/byte-in-set-2.c: New test. - -2016-12-16 Jerry DeLisle - - PR fortran/78622 - * gfortran.dg/dtio_20.f03: New test. - -2016-12-16 Jakub Jelinek - - PR fortran/78757 - * gfortran.dg/char_result_16.f90: New test. - -2016-12-16 Kyrylo Tkachov - - * gcc.target/aarch64/ubfiz_lsl_1.c: New test. - -2016-12-16 Kyrylo Tkachov - - * gcc.target/aarch64/ubfx_lsr_1.c: New test. - -2016-12-16 Jakub Jelinek - - PR c/78408 - * gcc.dg/pr78408-1.c: New test. - * gcc.dg/pr78408-2.c: New test. - -2016-12-16 Marek Polacek - - PR tree-optimization/78819 - * gcc.dg/tree-ssa/vrp112.c: New test. - -2016-12-16 Eric Botcazou - - * gnat.dg/opt61.adb: New test. - * gnat.dg/opt61_pkg.ad[sb]: New helper. - -2016-12-16 Richard Biener - - PR c++/71694 - * g++.dg/pr71694.C: New testcase. - -2016-12-16 Richard Biener - - PR middle-end/71632 - * gcc.dg/pr71632.c: New testcase. - -2016-12-15 Andrew Senkevich - - * gcc.target/i386/avx512bw-kmovd-1.c: New test. - * gcc.target/i386/avx512bw-kmovd-2.c: Ditto. - * gcc.target/i386/avx512bw-kmovd-3.c: Ditto. - * gcc.target/i386/avx512bw-kmovd-4.c: Ditto. - * gcc.target/i386/avx512bw-kmovq-1.c: Ditto. - * gcc.target/i386/avx512bw-kmovq-2.c: Ditto. - * gcc.target/i386/avx512bw-kmovq-3.c: Ditto. - * gcc.target/i386/avx512bw-kmovq-4.c: Ditto. - * gcc.target/i386/avx512dq-kmovb-2.c: Ditto. - * gcc.target/i386/avx512dq-kmovb-3.c: Ditto. - * gcc.target/i386/avx512dq-kmovb-4.c: Ditto. - * gcc.target/i386/avx512dq-kmovb-5.c: Ditto. - * gcc.target/i386/avx512f-kmovw-2.c: Ditto. - * gcc.target/i386/avx512f-kmovw-3.c: Ditto. - * gcc.target/i386/avx512f-kmovw-4.c: Ditto. - * gcc.target/i386/avx512f-kmovw-5.c: Ditto. - -2016-12-15 Jakub Jelinek - - P0490R0 GB 20: decomposition declaration should commit to tuple - interpretation early - * g++.dg/cpp1z/decomp10.C (f1): Adjust expected diagnostics. - -2016-12-15 Nathan Sidwell - - PR c++/77585 - * g++.dg/cpp1y/pr77585.C: New. - -2016-12-15 David Edelsohn - - * gcc.dg/tree-ssa/ssa-fre-55.c: Add -Wno-psabi. - * gcc.dg/tree-ssa/pr71179.c: Same. - -2016-12-15 Janus Weil - - PR fortran/78800 - * gfortran.dg/unlimited_polymorphic_27.f90: New test case. - -2016-12-15 Toma Tabacu - - * gcc.target/mips/mips.exp (mips-dg-options): Upgrade to R2 for - -mmicromips. - -2016-12-15 Jakub Jelinek - - * gcc.dg/tree-ssa/forwprop-35.c: Use -Wno-psabi everywhere. - * gcc.dg/torture/pr78515.c: Likewise. - * gcc.dg/pr69634.c: Likewise. - -2016-12-14 Martin Sebor - - PR middle-end/78519 - * gcc.dg/tree-ssa/builtin-sprintf-warn-7.c: New test. - -2016-12-14 Martin Sebor - - PR c++/78774 - * g++.dg/cpp1y/pr78774.C: New test. - -2016-12-14 David Malcolm - - PR target/78213 - * gcc.dg/cpp/pr71591.c: Add a fake value for the argument of - -fself-test. - * gcc.dg/pr78213.c: Disable this test. - * selftests/example.txt: New file. - -2016-12-14 Martin Sebor - - PR middle-end/78786 - * gcc.dg/tree-ssa/builtin-sprintf-warn-7.c: New test. - -2016-12-14 Jakub Jelinek - - PR target/78791 - * gcc.c-torture/execute/pr78791.c: New test. - * gcc.target/i386/pr78791.c: New test. - -2016-12-14 Marek Polacek - - PR c++/72775 - * g++.dg/ext/flexary12.C: Adjust dg-error. - * g++.dg/ext/flexary20.C: New. - * g++.dg/ext/flexary21.C: New. - -2016-12-14 Uros Bizjak - - PR target/59874 - * gcc.target/i386/pr59874-1.c: New test. - * gcc.target/i386/pr59874-2.c: Ditto. - -2016-12-14 David Edelsohn - - * gcc.dg/torture/pr78515.c: Add -Wno-psabi for AIX. - * gcc.dg/tree-ssa/forwprop-35.c: Add -Wno-psabi for AIX. - * gcc.dg/pr69634.c: Add -Wno-psabi for AIX. - -2016-12-14 Jakub Jelinek - - PR debug/77844 - * g++.dg/opt/pr77844.C: New test. - -2016-12-14 Martin Sebor - - PR c/17308 - * gcc.dg/builtins-nonnull.c: New test. - * gcc.dg/nonnull-4.c: New test. - -2016-12-14 Nathan Sidwell - - PR c++/78701 - * g++.dg/cpp0x/pr78701.C: New. - -2016-12-14 Michael Meissner - - * gcc/testsuite/gcc.target/powerpc/vec-extract.h: If DO_TRACE is - defined, add tracing of the various extracts to stderr. Add - support for tests that convert the result to another type. - * gcc/testsuite/gcc.target/powerpc/vec-extract-v2df.c: Likewise. - * gcc/testsuite/gcc.target/powerpc/vec-extract-v4sf.c: Likewise. - * gcc/testsuite/gcc.target/powerpc/vec-extract-v4si-df.c: Add new - tests that do an extract and then convert the values double. - * gcc/testsuite/gcc.target/powerpc/vec-extract-v4siu-df.c: Likewise. - * gcc/testsuite/gcc.target/powerpc/vec-extract-v16qiu-df.c: Likewise. - * gcc/testsuite/gcc.target/powerpc/vec-extract-v16qi-df.c: Likewise. - * gcc/testsuite/gcc.target/powerpc/vec-extract-v8hiu-df.c: Likewise. - * gcc/testsuite/gcc.target/powerpc/vec-extract-v8hi-df.c: Likewise. - * gcc.target/powerpc/p9-extract-1.c: Update test to check for - VEXTU{B,H,W}{L,R}X instructions being generated by default instead - of VEXTRACTU{B,H} and XXEXTRACTUW. - * gcc.target/powerpc/p9-extract-3.c: New test for combination of - vec_extract and convert to floating point. - * gcc.target/powerpc/p9-vinsert4b-1.c: New test for vec_vinsert4b - and vec_extract4b. - * gcc.target/powerpc/p9-vinsert4b-2.c: Likewise. - -2016-12-14 Toma Tabacu - - * gcc.target/mips/mips16-attributes.c: Remove dg-skip-if for - -mmicromips. - -2016-12-14 Andre Vehreschild - - PR fortran/78780 - * gfortran.dg/coarray/alloc_comp_5.f90: New test. - * gfortran.dg/coarray_42.f90: New test. - -2016-12-14 Jakub Jelinek - - PR target/78796 - * gcc.dg/tls/pr78796.c: New test. - -2016-12-14 Richard Biener - - PR tree-optimization/78731 - * gcc.dg/torture/pr78731.c: New testcase. - -2016-12-14 Martin Liska - - * gcc.dg/tree-ssa/20040703-1.c: Update scanned pattern. - * gcc.dg/tree-ssa/dump-2.c: Likewise. - -2016-12-14 Toma Tabacu - - * gcc.target/mips/msa-builtins-err.c (dg-options): Add - -ffat-lto-objects option. - -2016-12-14 Prathamesh Kulkarni - Jakub Jelinek - - * gcc.dg/strlenopt-30.c: New test-case. - -2016-12-14 Richard Biener - - PR tree-optimization/78788 - * gcc.dg/torture/pr78788.c: New testcase. - -2016-12-13 Nathan Sidwell - - PR c++/69481 - * g++.dg/cpp0x/pr69481.C: New. - -2016-12-13 Uros Bizjak - - PR target/78794 - * gcc.target/i386/pr78794.c: New test. - -2016-12-13 Andre Vehreschild - - PR fortran/77785 - * gfortran.dg/coarray_38.f90: Added expecting error message. - * gfortran.dg/coarray_41.f90: New test. - * gfortran.dg/coarray_class_2.f90: New test. - -2016-12-13 Carl Love - - * gcc.target/powerpc/builtins-3.c: Add new test of the test suite - file. - * gcc.target/powerpc/builtins-3-p8.c: Add new test of the test suite - file. - -2016-12-13 Martin Liska - - PR tree-optimization/78428 - * gcc.dg/tree-ssa/pr78428.c: New test. - -2016-12-13 Janus Weil - Paul Thomas - - PR fortran/78737 - * gfortran.dg/dtio_19.f90: New test case. - -2016-12-13 Michael Matz - - PR tree-optimization/78725 - * gcc.dg/pr78725.c: New test. - * gcc.dg/pr78725-2.c: New test. - -2016-12-13 Richard Biener - - PR middle-end/78742 - * gcc.dg/torture/pr78742.c: New testcase. - -2016-12-13 Martin Liska - - * gcc.dg/asan/use-after-scope-goto-1.c: Update first argument of - scanned pattern ASAN_MARK. - * gcc.dg/asan/use-after-scope-goto-2.c: Likewise. - * gcc.dg/asan/use-after-scope-switch-1.c: Likewise. - * gcc.dg/asan/use-after-scope-switch-2.c: Likewise. - * gcc.dg/asan/use-after-scope-switch-3.c: Likewise. - -2016-12-13 Jakub Jelinek - - PR ipa/77905 - * g++.dg/ipa/pr77905.C: New test. - -2016-12-12 Jakub Jelinek - - PR tree-optimization/78777 - * g++.dg/torture/pr78777.C: New test. - -2016-12-12 Martin Sebor - - PR middle-end/78622 - PR middle-end78606 - * gcc.c-torture/execute/pr78622.c: New test. - * gcc.dg/tree-ssa/builtin-sprintf-2.c: Remove "benign" undefined - behavior inadvertently introduced in a previous commit. Tighten - up final checking. - * gcc.dg/tree-ssa/builtin-sprintf-5.c: Rename macros for clarity. - Add test cases. - * gcc.dg/tree-ssa/builtin-sprintf-6.c: Add test cases. - * gcc.dg/tree-ssa/builtin-sprintf-warn-1.c: Same. - * gcc.dg/tree-ssa/builtin-sprintf-warn-2.c: Same. - * gcc.dg/tree-ssa/builtin-sprintf-warn-3.c: Same. - * gcc.dg/tree-ssa/builtin-sprintf-warn-5.c: Same. - * gcc.dg/tree-ssa/builtin-sprintf-warn-6.c: Remove xfails and - add a final optimization check. - * gcc.dg/tree-ssa/builtin-sprintf.c: Add test cases. - * gcc.dg/tree-ssa/pr78622.c: New test. - -2016-12-12 Janus Weil - - PR fortran/78392 - * gfortran.dg/constant_shape.f90: New test case. - -2016-12-12 Marek Polacek - - PR c++/78647 - * g++.dg/parse/error58.C: New. - -2016-12-12 David Malcolm - - PR preprocessor/78680 - * gcc.dg/format/pr78680.c: New test case. - * gcc.dg/plugin/diagnostic-test-expressions-1.c - (test_multiline_token): New function. - * gcc.dg/plugin/diagnostic-test-string-literals-1.c - (test_backslash_continued_logical_lines): New function. - -2016-12-12 Nathan Sidwell - - PR c++/78252 - * g++.dg/cpp1y/lambda-mangle-1.C: New. - -2016-12-12 Uros Bizjak - - PR target/78738 - * gcc.target/i386/pr78738.c: New test. - -2016-12-12 Kyrylo Tkachov - - * lib/target-supports.exp - (check_effective_target_newlib_broken_long_double_io): New check. - (check_effective_target_frexpl): Likewise. - -2016-12-12 Marek Polacek - - PR middle-end/78716 - * g++.dg/other/vararg-5.C: New. - -2016-12-12 Bernd Schmidt - - PR rtl-optimization/78669 - * gcc.target/i386/pr78669.c: New test. - -2016-12-12 Rainer Orth - - * g++.dg/debug/dwarf2/typedef1.C: Adjust pattern for last change. - -2016-12-12 Toma Tabacu - - * gcc.target/mips/mips.exp (mips-dg-options): Upgrade to R2 for - -mnan=2008 and -mabs=2008. - -2016-12-11 Bill Schmidt - - PR target/78695 - * gcc.target/powerpc/swaps-stack-protector.c: New test. - -2016-12-11 Uros Bizjak - - PR target/70799 - * gcc.target/i386/pr70799-3.c: New test. - -2016-12-11 Paolo Carlini - - PR c++/78637 - * g++.dg/parse/namespace14.C: New. - -2016-12-10 Jakub Jelinek - - PR tree-optimization/78720 - * gcc.c-torture/execute/pr78720.c: New test. - - PR fortran/78758 - * gfortran.dg/pr78758.f90: New test. - * gfortran.dg/pr38868.f: Remove again bogus warning. - -2016-12-09 Paul Thomas - - PR fortran/77903 - * gfortran.dg/submodule_20.f08: New test. - -2016-12-09 Bill Schmidt - - PR testsuite/78740 - * gcc.target/powerpc/pr78691-ppc.c: Remove -m32. - -2016-12-09 Bill Schmidt - - * gcc.target/powerpc/fold-vec-add-7.c: Require effective target to - support __int128. - -2016-12-09 Kugan Vivekanandarajah - - PR ipa/78721 - * gcc.dg/pr78721.c: New test. - -2016-12-09 Jakub Jelinek - - PR target/72742 - * gcc.c-torture/compile/pr72742.c: New test. - -2016-12-09 Martin Sebor - - * gcc.dg/attr-alloc_size-3.c: Avoid false positives and negatives - on arm-unknown-linux-gnueabi (and likely other ILP32) targets. - -2016-12-09 Andre Vieira - - PR rtl-optimization/78255 - * gcc.target/aarch64/pr78255.c: New. - * gcc.target/arm/pr78255-1.c: New. - * gcc.target/arm/pr78255-2.c: New. - -2016-12-09 Will Schmidt - - * gcc.target/powerpc/dimode-1.c: Update syntax on scan-assembler - strings - * gcc.target/powerpc/dimode-2.c: Likewise. - -2016-12-09 Cesar Philippidis - - PR ipa/78027 - * c-c++-common/goacc/acc-icf.c: New test. - * gfortran.dg/goacc/pr78027.f90: New test. - -2015-12-09 Wilco Dijkstra - - PR target/78733 - * gcc.target/aarch64/pr78733.c: New test. - -2016-12-09 Janus Weil - - PR fortran/61767 - * gfortran.dg/finalize_31.f90: New test. - -2016-12-09 Andre Vehreschild - - PR fortran/78505 - * gfortran.dg/coarray_alloc_with_implicit_sync_1.f90: New test. - -2016-12-09 Andre Vehreschild - - * gfortran.dg/coarray_alloc_comp_3.f08: New test. - * gfortran.dg/coarray_alloc_comp_4.f08: New test. - * gfortran.dg/finalize_18.f90: Add count for additional guard against - accessing null-pointer. - * gfortran.dg/proc_ptr_comp_47.f90: New test. - -2016-12-09 Nathan Sidwell - - PR c++/78550 - * g++.dg/cpp1y/pr78550.C: New. - -2016-12-09 Paul Thomas - - PR fortran/44265 - * gfortran.dg/char_result_14.f90: New test. - * gfortran.dg/char_result_15.f90: New test. - -2016-12-09 Martin Liska - - * gcc.dg/tree-ssa/dump-3.c: New test. - -2016-12-09 Jakub Jelinek - - PR tree-optimization/78726 - * gcc.c-torture/execute/pr78726.c: New test. - * gcc.dg/guality/pr78726.c: New test. - -2016-12-08 Martin Sebor - - PR c/78284 - * gcc.dg/attr-alloc_size-3.c: New test. - * gcc.dg/attr-alloc_size-4.c: New test. - * gcc.dg/attr-alloc_size-5.c: New test. - * gcc.dg/attr-alloc_size-6.c: New test. - * gcc.dg/attr-alloc_size-7.c: New test. - * gcc.dg/attr-alloc_size-8.c: New test. - * gcc.dg/attr-alloc_size-9.c: New test. - * gcc/testsuite/gcc.dg/errno-1.c: Adjust. - -2016-12-08 Steven G. Kargl - - PR fortran/65173 - PR fortran/69064 - PR fortran/69859 - PR fortran/78350 - * gfortran.dg/misplaced_implicit_character.f90: Adjust errors. - * gfortran.dg/charlen_01.f90: New test. - * gfortran.dg/charlen_02.f90: Ditto. - * gfortran.dg/charlen_03.f90: Ditto. - * gfortran.dg/charlen_04.f90: Ditto. - * gfortran.dg/charlen_05.f90: Ditto. - * gfortran.dg/charlen_06.f90: Ditto. - * gfortran.dg/charlen_07.f90: Ditto. - * gfortran.dg/charlen_08.f90: Ditto. - * gfortran.dg/charlen_09.f90: Ditto. - * gfortran.dg/charlen_10.f90: Ditto. - * gfortran.dg/charlen_11.f90: Ditto. - * gfortran.dg/charlen_12.f90: Ditto. - * gfortran.dg/charlen_13.f90: Ditto. - * gfortran.dg/charlen_14.f90: Ditto. - * gfortran.dg/charlen_15.f90: Ditto. - -2016-12-08 Vladimir Makarov - - PR rtl-optimization/78671 - * gcc.target/i386/pr78671.c: New. - -2015-12-08 Wilco Dijkstra - - PR target/78733 - * gcc.target/aarch64/pr78733.c: New test. - -2016-12-08 Nathan Sidwell - - PR c++/78551 - * g++.dg/cpp1y/pr78551.C: New. - -2016-12-08 Pierre-Marie de Rodat - - PR debug/78112 - * g++.dg/pr78112.C: Remove platform-dependent checks. - * g++.dg/pr78112-2.C: New testcase. - -2016-12-08 Bin Cheng - - PR middle-end/78684 - * g++.dg/torture/pr78684.C: New test. - -2016-12-08 Christophe Lyon - - * gcc.target/aarch64/advsimd-intrinsics/arm-neon-ref.h - (CHECK_CRYPTO): Remove. - (expected_poly64x1_t, expected_poly64x2_t): Remove - -2016-12-08 Jakub Jelinek - - P0003R5 - removal of dynamic exception specification from C++17 - * g++.dg/compat/eh/ctor1.h: Adjust for deprecation of - throw (type-id-list) in C++11 and C++14 and removal in C++17. - * g++.dg/compat/eh/ctor1_y.C: Likewise. - * g++.dg/compat/eh/new1_x.C: Likewise. - * g++.dg/compat/eh/new1_y.C: Likewise. - * g++.dg/compat/eh/spec3_x.C: Likewise. - * g++.dg/compat/eh/spec3_y.C: Likewise. - * g++.dg/compat/eh/template1.h: Likewise. - * g++.dg/compat/eh/template1_y.C: Likewise. - * g++.dg/compat/eh/unexpected1_x.C: Likewise. - * g++.dg/compat/eh/unexpected1_y.C: Likewise. - * g++.dg/cpp0x/auto9.C: Likewise. - * g++.dg/cpp0x/defaulted23.C: Likewise. - * g++.dg/cpp0x/error5.C: Likewise. - * g++.dg/cpp0x/lambda/lambda-eh2.C: Likewise. - * g++.dg/cpp0x/noexcept02.C: Likewise. - * g++.dg/cpp0x/noexcept07.C: Likewise. - * g++.dg/cpp0x/noexcept08.C: Likewise. - * g++.dg/cpp0x/noexcept19.C: Likewise. - * g++.dg/cpp0x/variadic73.C: Likewise. - * g++.dg/cpp0x/variadic-throw.C: Likewise. - * g++.dg/cpp1z/noexcept-type1.C: Likewise. - * g++.dg/eh/async-unwind2.C: Likewise. - * g++.dg/eh/cond4.C: Likewise. - * g++.dg/eh/delete1.C: Likewise. - * g++.dg/eh/ehopt1.C: Likewise. - * g++.dg/eh/forced3.C: Likewise. - * g++.dg/eh/forced4.C: Likewise. - * g++.dg/eh/init-temp2.C: Likewise. - * g++.dg/eh/pr38662.C: Likewise. - * g++.dg/eh/pr41819.C: Likewise. - * g++.dg/eh/shadow1.C: Likewise. - * g++.dg/eh/spec2.C: Likewise. - * g++.dg/eh/spec3.C: Likewise. - * g++.dg/eh/spec5.C: Likewise. - * g++.dg/eh/spec6.C: Likewise. - * g++.dg/eh/spec7.C: Likewise. - * g++.dg/eh/spec8.C: Likewise. - * g++.dg/eh/spec9.C: Likewise. - * g++.dg/eh/template1.C: Likewise. - * g++.dg/eh/unexpected1.C: Likewise. - * g++.dg/ext/has_nothrow_assign.C: Likewise. - * g++.dg/ext/has_nothrow_constructor.C: Likewise. - * g++.dg/ext/has_nothrow_copy-1.C: Likewise. - * g++.dg/ext/has_nothrow_copy-2.C: Likewise. - * g++.dg/ext/has_nothrow_copy-4.C: Likewise. - * g++.dg/ext/has_nothrow_copy-5.C: Likewise. - * g++.dg/ext/has_nothrow_copy-6.C: Likewise. - * g++.dg/ext/has_nothrow_copy-7.C: Likewise. - * g++.dg/gcov/gcov-7.C: Likewise. - * g++.dg/init/new13.C: Likewise. - * g++.dg/init/new25.C: Likewise. - * g++.dg/lookup/exception1.C: Likewise. - * g++.dg/opt/noreturn-1.C: Likewise. - * g++.dg/other/error3.C: Likewise. - * g++.dg/rtti/crash3.C: Likewise. - * g++.dg/template/eh2.C: Likewise. - * g++.dg/template/error36.C: Likewise. - * g++.dg/tm/pr46567.C: Likewise. - * g++.dg/tm/pr47340.C: Likewise. - * g++.dg/torture/pr46364.C: Likewise. - * g++.dg/torture/pr49394.C: Likewise. - * g++.dg/torture/pr52918-1.C: Likewise. - * g++.dg/torture/pr57190.C: Likewise. - * g++.dg/torture/stackalign/eh-alloca-1.C: Likewise. - * g++.dg/torture/stackalign/eh-fastcall-1.C: Likewise. - * g++.dg/torture/stackalign/eh-global-1.C: Likewise. - * g++.dg/torture/stackalign/eh-inline-1.C: Likewise. - * g++.dg/torture/stackalign/eh-inline-2.C: Likewise. - * g++.dg/torture/stackalign/eh-thiscall-1.C: Likewise. - * g++.dg/torture/stackalign/eh-vararg-1.C: Likewise. - * g++.dg/torture/stackalign/eh-vararg-2.C: Likewise. - * g++.dg/tree-ssa/pr45605.C: Likewise. - * g++.dg/warn/Wreturn-type-3.C: Likewise. - * g++.old-deja/g++.eh/badalloc1.C: Likewise. - * g++.old-deja/g++.eh/cleanup2.C: Likewise. - * g++.old-deja/g++.eh/spec1.C: Likewise. - * g++.old-deja/g++.eh/spec2.C: Likewise. - * g++.old-deja/g++.eh/spec3.C: Likewise. - * g++.old-deja/g++.eh/spec4.C: Likewise. - * g++.old-deja/g++.eh/spec6.C: Likewise. - * g++.old-deja/g++.eh/throw1.C: Likewise. - * g++.old-deja/g++.eh/throw2.C: Likewise. - * g++.old-deja/g++.eh/tmpl1.C: Likewise. - * g++.old-deja/g++.eh/tmpl3.C: Likewise. - * g++.old-deja/g++.mike/eh15.C: Likewise. - * g++.old-deja/g++.mike/eh25.C: Likewise. - * g++.old-deja/g++.mike/eh33.C: Likewise. - * g++.old-deja/g++.mike/eh34.C: Likewise. - * g++.old-deja/g++.mike/eh50.C: Likewise. - * g++.old-deja/g++.mike/eh51.C: Likewise. - * g++.old-deja/g++.mike/eh55.C: Likewise. - * g++.old-deja/g++.mike/p10416.C: Likewise. - * g++.old-deja/g++.other/crash28.C: Likewise. - * g++.old-deja/g++.other/crash30.C: Likewise. - * g++.old-deja/g++.other/new7.C: Likewise. - * g++.old-deja/g++.pt/ehspec1.C: Likewise. - * g++.old-deja/g++.robertl/eb123.C: Likewise. - -2016-12-08 Naveen H.S - - * gcc.target/aarch64/pr78382.c: New testcase. - -2016-12-08 Andrew Pinski - - * gcc.target/aarch64/pr71112.c: New testcase. - -2016-12-07 Martin Sebor - - PR middle-end/77784 - PR middle-end/78149 - PR middle-end/78138 - * c-c++-common/Wsizeof-pointer-memaccess2.c: Adjust expected diagnostic. - * g++.dg/ext/builtin-object-size3.C (bar): Same. - * g++.dg/ext/strncpy-chk1.C: Same. - * g++.dg/opt/memcpy1.C: Same. - * g++.dg/torture/Wsizeof-pointer-memaccess1.C: Same. - * gcc.c-torture/compile/pr55569.c: Disable -Wstringop-overflow. - * gcc.dg/Wobjsize-1.c: Adjust expected diagnostic. - * gcc.dg/attr-alloc_size.c: Same. - * gcc.dg/builtin-stringop-chk-1.c: Adjust expected diagnostic. - * gcc.dg/builtin-stringop-chk-2.c: Same. - * gcc.dg/builtin-stringop-chk-4.c: New test. - * gcc.dg/builtin-strncat-chk-1.c: Adjust expected diagnostic. - * gcc.dg/memcpy-2.c: Same. - * gcc.dg/pr40340-1.c: Same. - * gcc.dg/pr40340-2.c (main): Same. - * gcc.dg/pr40340-5.c (main): Same. - * gcc.dg/torture/Wsizeof-pointer-memaccess1.c: Same. - * gcc.dg/torture/pr71132.c: Disable -Wstringop-overflow. - * gcc.dg/tree-ssa/builtin-sprintf-warn-1.c: Adjust text of expected - warning. - * gfortran.dg/char_length_3.f90: Prune expected warnings. - * gfortran.dg/pr38868.f: Add expected warnings. - -2016-12-07 Michael Meissner - - PR target/72717 - * gcc.target/powerpc/pr72717.c: New test. - -2016-12-07 Jakub Jelinek - - * gcc.dg/builtin-strstr-1.c: New test. - * g++.dg/cpp0x/constexpr-strstr.C: New test. - - PR c++/78692 - * g++.dg/torture/pr78692.C: New test. - -2016-12-07 Thomas Preud'homme - - PR rtl-optimization/78617 - * gcc.c-torture/execute/pr78617.c: New test. - -2016-12-07 Carl Love - - * gcc.target/powerpc/builtins-3.c: Move built-in tests for P8 and - P9 to their own test file. This allows precise constraints on the - effective target and compile options. - * gcc.target/powerpc/builtins-3-p8.c: New file for the vector - compare P8 built-in tests. - * gcc.target/powerpc/builtins-3-p9.c: New file for the vector - compare P9 built-in tests. - -2016-12-07 Uros Bizjak - - * gcc.target/i386/pr77761.c: Require int128 effective target. - (avx512f_test): Delete. - (do_main): Rename to avx512f_test. - -2016-12-07 Bin Cheng - - PR tree-optimization/78691 - * gcc.target/i386/pr78691-i386.c: New test. - * gcc.target/powerpc/pr78691-ppc.c: New test. - -2016-12-07 Rainer Orth - - * gcc.target/i386/pr70322-1.c: Add -mno-stackrealign to dg-options. - * gcc.target/i386/pr70322-2.c: Likewise. - * gcc.target/i386/pr70322-3.c: Likewise. - * gcc.target/i386/pr70322-4.c: Likewise. - -2016-12-07 Naveen H.S - - * gcc.target/aarch64/pr71727.c: New testcase. - -2016-12-06 Tom de Vries - - PR tree-optimization/67955 - * gcc.dg/tree-ssa/dse-points-to.c: New test. - -2016-12-06 Michael Meissner - - PR target/78658 - * gcc.target/powerpc/pr78658.c: New test. - -2016-12-06 Vladimir Makarov - - PR target/77761 - * testsuite/gcc.target/i386/pr77761.c: New. - -2016-12-06 Jerry DeLisle - - PR fortran/78659 - * gfortran.dg/alloc_comp_constraint_1.f90: Update test. - * gfortran.dg/alloc_comp_constraint_7.f90: New test. - * gfortran.dg/namelist_34.f90: Update test. - * gfortran.dg/namelist_63.f90: Update test. - -2016-12-06 Robert Suchanek - - * gcc.target/mips/msa-builtins-err.c: New test. - -2016-12-06 Jakub Jelinek - - PR c++/71537 - * g++.dg/cpp0x/constexpr-71537.C: New test. - - PR c++/71537 - * g++.dg/cpp0x/constexpr-memchr.C: New test. - - PR c++/71537 - * g++.dg/cpp0x/constexpr-strchr.C: New test. - - PR tree-optimization/78675 - * gcc.c-torture/execute/pr78675.c: New test. - * gcc.target/i386/pr78675-1.c: New test. - * gcc.target/i386/pr78675-2.c: New test. - -2016-12-05 Andrew Senkevich - - * gcc.target/i386/avx512bw-kandd-1.c: New. - * gcc.target/i386/avx512bw-kandnd-1.c: Ditto. - * gcc.target/i386/avx512bw-kandnq-1.c: Ditto. - * gcc.target/i386/avx512bw-kandq-1.c: Ditto. - * gcc.target/i386/avx512bw-knotd-1.c: Ditto. - * gcc.target/i386/avx512bw-knotq-1.c: Ditto. - * gcc.target/i386/avx512bw-kord-1.c: Ditto. - * gcc.target/i386/avx512bw-korq-1.c: Ditto. - * gcc.target/i386/avx512bw-kunpckdq-3.c: Ditto. - * gcc.target/i386/avx512bw-kunpckwd-3.c: Ditto. - * gcc.target/i386/avx512bw-kxnord-1.c: Ditto. - * gcc.target/i386/avx512bw-kxnorq-1.c: Ditto. - * gcc.target/i386/avx512bw-kxord-1.c: Ditto. - * gcc.target/i386/avx512bw-kxorq-1.c: Ditto. - * gcc.target/i386/avx512dq-kandb-1.c: Ditto. - * gcc.target/i386/avx512dq-kandnb-1.c: Ditto. - * gcc.target/i386/avx512dq-knotb-1.c: Ditto. - * gcc.target/i386/avx512dq-korb-1.c: Ditto. - * gcc.target/i386/avx512dq-kxnorb-1.c: Ditto. - * gcc.target/i386/avx512dq-kxorb-1.c: Ditto. - * gcc.target/i386/avx512f-kunpckbw-3.c: Ditto. - * gcc.target/i386/avx512f-kandnw-1.c: Removed unneeded check. - -2016-12-05 Paolo Bonzini - - * gcc.dg/fold-and-lshift.c, gcc.dg/fold-and-rshift-1.c, - gcc.dg/fold-and-rshift-2.c: New testcases. - -2016-12-05 Nathan Sidwell - - * c-c++-common/fmax_errors.c: Check notes after last error are - emitted. - -2016-12-04 James Greenhalgh - - PR rtl-optimization/78561 - * gcc.target/aarch64/pr78561.c: Add missing testcase from r243183. - -2016-12-04 Martin Sebor - - PR c/78668 - * gcc.dg/builtin-alloc-size.c: New test. - -2016-12-04 Uros Bizjak - - PR target/70322 - * gcc.target/i386/pr70322-4.c: New test. - -2016-12-03 Janus Weil - - PR fortran/43207 - * gfortran.dg/abstract_type_9.f90: New test case. - -2016-12-03 Janus Weil - - PR fortran/42188 - * gfortran.dg/derived_result_2.f90.f90: New test case. - -2016-12-03 Janus Weil - - PR fortran/58175 - * gfortran.dg/finalize_30.f90: Extend test case. - -2016-12-02 Jakub Jelinek - - PR c++/78649 - * g++.dg/cpp0x/pr78649.C: New test. - -2016-12-02 Uros Bizjak - - PR target/70322 - * gcc.target/i386/pr70322-2.c (dg-final): Remove xfail. - -2016-12-02 Steven G. Kargl - - PR fortran/78618 - * gfortran.dg/char_conversion.f90: New test. - -2016-12-02 Jakub Jelinek - - PR target/70322 - * gcc.target/i386/pr70322-1.c: New test. - * gcc.target/i386/pr70322-2.c: New test. - * gcc.target/i386/pr70322-3.c: New test. - -2016-12-02 Andre Vieira - Thomas Preud'homme - - * gcc.target/arm/cmse/cmse-1.c: Add test for - cmse_nonsecure_caller. - -2016-12-02 Andre Vieira - Thomas Preud'homme - - * gcc.target/arm/cmse/cmse.exp: Run tests in mainline dir. - * gcc.target/arm/cmse/cmse-9.c: Added some extra tests. - * gcc.target/arm/cmse/cmse-14.c: New. - * gcc.target/arm/cmse/baseline/bitfield-4.c: New. - * gcc.target/arm/cmse/baseline/bitfield-5.c: New. - * gcc.target/arm/cmse/baseline/bitfield-6.c: New. - * gcc.target/arm/cmse/baseline/bitfield-7.c: New. - * gcc.target/arm/cmse/baseline/bitfield-8.c: New. - * gcc.target/arm/cmse/baseline/bitfield-9.c: New. - * gcc.target/arm/cmse/baseline/bitfield-and-union-1.c: New. - * gcc.target/arm/cmse/baseline/cmse-11.c: New. - * gcc.target/arm/cmse/baseline/cmse-13.c: New. - * gcc.target/arm/cmse/baseline/cmse-6.c: New. - * gcc.target/arm/cmse/baseline/union-1.c: New. - * gcc.target/arm/cmse/baseline/union-2.c: New. - * gcc.target/arm/cmse/mainline/bitfield-4.c: New. - * gcc.target/arm/cmse/mainline/bitfield-5.c: New. - * gcc.target/arm/cmse/mainline/bitfield-6.c: New. - * gcc.target/arm/cmse/mainline/bitfield-7.c: New. - * gcc.target/arm/cmse/mainline/bitfield-8.c: New. - * gcc.target/arm/cmse/mainline/bitfield-9.c: New. - * gcc.target/arm/cmse/mainline/bitfield-and-union-1.c: New. - * gcc.target/arm/cmse/mainline/union-1.c: New. - * gcc.target/arm/cmse/mainline/union-2.c: New. - * gcc.target/arm/cmse/mainline/hard-sp/cmse-13.c: New. - * gcc.target/arm/cmse/mainline/hard-sp/cmse-7.c: New. - * gcc.target/arm/cmse/mainline/hard-sp/cmse-8.c: New. - * gcc.target/arm/cmse/mainline/hard/cmse-13.c: New. - * gcc.target/arm/cmse/mainline/hard/cmse-7.c: New. - * gcc.target/arm/cmse/mainline/hard/cmse-8.c: New. - * gcc.target/arm/cmse/mainline/soft/cmse-13.c: New. - * gcc.target/arm/cmse/mainline/soft/cmse-7.c: New. - * gcc.target/arm/cmse/mainline/soft/cmse-8.c: New. - * gcc.target/arm/cmse/mainline/softfp-sp/cmse-7.c: New. - * gcc.target/arm/cmse/mainline/softfp-sp/cmse-8.c: New. - * gcc.target/arm/cmse/mainline/softfp/cmse-13.c: New. - * gcc.target/arm/cmse/mainline/softfp/cmse-7.c: New. - * gcc.target/arm/cmse/mainline/softfp/cmse-8.c: New. - -2016-12-02 Andre Vieira - Thomas Preud'homme - - * gcc.target/arm/cmse/cmse-3.c: Add tests. - * gcc.target/arm/cmse/cmse-4.c: Add tests. - * gcc.target/arm/cmse/cmse-15.c: New. - -2016-12-02 Andre Vieira - Thomas Preud'homme - - * gcc.target/arm/cmse/cmse.exp: Test different multilibs separate. - * gcc.target/arm/cmse/struct-1.c: New. - * gcc.target/arm/cmse/bitfield-1.c: New. - * gcc.target/arm/cmse/bitfield-2.c: New. - * gcc.target/arm/cmse/bitfield-3.c: New. - * gcc.target/arm/cmse/baseline/cmse-2.c: New. - * gcc.target/arm/cmse/baseline/softfp.c: New. - * gcc.target/arm/cmse/mainline/soft/cmse-5.c: New. - * gcc.target/arm/cmse/mainline/hard/cmse-5.c: New. - * gcc.target/arm/cmse/mainline/hard-sp/cmse-5.c: New. - * gcc.target/arm/cmse/mainline/softfp/cmse-5.c: New. - * gcc.target/arm/cmse/mainline/softfp-sp/cmse-5.c: New. - -2016-12-02 Andre Vieira - Thomas Preud'homme - - * gcc.target/arm/cmse/cmse-4.c: New. - * gcc.target/arm/cmse/cmse-9.c: New. - * gcc.target/arm/cmse/cmse-10.c: New. - -2016-12-02 Andre Vieira - Thomas Preud'homme - - * gcc.target/arm/cmse/cmse-3.c: New. - -2016-12-02 Andre Vieira - Thomas Preud'homme - - * gcc.target/arm/cmse/cmse.exp: New. - * gcc.target/arm/cmse/cmse-1.c: New. - * gcc.target/arm/cmse/cmse-12.c: New. - * lib/target-supports.exp - (check_effective_target_arm_cmse_ok): New. - -2016-12-02 Cesar Philippidis - James Norris - - * c-c++-common/goacc/data-2.c: Adjust test. - * c-c++-common/goacc/executeables-1.c: New test. - * g++.dg/goacc/data-1.C: Adjust test. - -2016-12-02 James Greenhalgh - - PR rtl-optimization/78561 - * gcc.target/aarch64/pr78561.c: New. - -2016-12-02 Bin Cheng - - * gcc.dg/fold-bopcond-1.c: New test. - * gcc.dg/fold-bopcond-2.c: New test. - -2016-12-02 Dominik Vogt - - * gcc.target/s390/md/setmem_long-1.c: Fix test. - -2016-12-02 Jakub Jelinek - - PR rtl-optimization/78547 - * gcc.dg/pr78547.c: New test. - - PR rtl-optimization/78575 - * gcc.dg/pr78575.c: New test. - -2016-12-02 Dominik Vogt - - * gcc.target/s390/litpool-r3-1.c: Fix label number test. - -2016-12-02 Dominik Vogt - - PR target/77822 - * gcc.target/s390/s390.exp: Support .C tests. - * gcc.target/s390/pr77822-2.c: New test. - * gcc.target/s390/pr77822-1.C: New test. - -2016-12-02 Andreas Krebbel - - * gcc.target/s390/vector/vec-nopeel-1.c: New test. - -2016-12-02 Andreas Krebbel - - * gcc.target/s390/zvector/vec-cmp-2.c: New test. - -2016-12-02 Andreas Krebbel - - * gcc.target/s390/vector/vec-scalar-cmp-1.c: Fix and harden the - pattern checks. - * gcc.target/s390/zvector/vec-cmp-1.c: New test. - -2016-12-02 Maxim Ostapenko - - * c-c++-common/asan/no-redundant-odr-indicators-1.c: New test. - -2016-12-01 Elizebeth Punnoose - - PR fortran/77505 - * gfortran.dg/char_length_20.f90: New test. - * gfortran.dg/char_length_21.f90: Ditto. - -2016-12-01 Steven G. Kargl - - PR fortran/78279 - * gfortran.dg/pr78279.f90: New test. - -2016-12-01 David Edelsohn - - * g++.dg/tls/pr77285-1.C: dg-add-options tls - -2016-12-01 James Greenhalgh - - * gcc.dg/pr78582.c (main): Call setjmp, not sigsetjmp. - -2016-12-01 Richard Biener - - * gcc.dg/torture/alias-2.c: New testcase. - -2016-12-01 Georg-Johann Lay - - * gcc.target/avr/tiny-memx.c: Only perform if target avr_tiny. - * gcc.target/avr/tiny-caller-save.c: Dito. - -2016-12-01 Andre Vehreschild - - * gfortran.dg/coarray_lib_alloc_4.f90: Fix for 32-bits. - -2016-12-01 Jakub Jelinek - - PR debug/78587 - * gcc.dg/debug/pr78587.c: New test. - -2016-12-01 Segher Boessenkool - - PR rtl-optimization/78607 - * gcc.c-torture/compile/pr78607.c: New testcase. - -2016-11-30 Martin Sebor - - PR tree-optimization/78586 - * gcc.dg/tree-ssa/builtin-sprintf-2.c: New test cases. - -2016-11-30 Vladimir Makarov - - PR tree-optimization/77856 - * gcc.target/i386/pr77856.c: New. - -2016-11-30 David Edelsohn - - * g++.dg/debug/dwarf2/ptrdmem-1.C: Don't XFAIL - scan-assembler-not on AIX. - -2016-11-30 Andre Vehreschild - - * gfortran.dg/coarray_lib_alloc_4.f90: Really add. - -2016-11-30 David Edelsohn - - * g++.dg/eh/new1.C: XFAIL on AIX. - * g++.dg/eh/delete1.C: Same. - * g++.dg/init/new40.C: Same. - * g++.old-deja/g++.eh/new2.C: Same. - -2016-11-30 David Malcolm - - PR c/78498 - * gcc.dg/format/pr78494.c: Rename to... - * gcc.dg/format/pr78498.c: ...this. - -2016-11-30 David Malcolm - - PR c/78498 - * gcc.dg/format/pr78494.c: New test case. - -2016-11-30 David Edelsohn - - * g++.dg/debug/dwarf2/ref-1.C: Don't XFAIL scan-assembler-not on AIX. - * g++.dg/debug/dwarf2/imported-decl-2.C: Same. - * g++.dg/debug/dwarf2/refqual-1.C: Same. - * g++.dg/debug/dwarf2/refqual-2.C: Same. - -2016-11-30 Segher Boessenkool - - PR rtl-optimization/78610 - * gcc.c-torture/compile/pr78610.c: New testcase. - -2016-11-30 Bin Cheng - - PR tree-optimization/78574 - * gcc.c-torture/compile/pr78574.c: New test. - -2016-11-30 Andre Vehreschild - - * gfortran.dg/coarray/alloc_comp_1.f90: Fix tree-dump scans to adhere - to the changed interfaces. - * gfortran.dg/coarray_alloc_comp_1.f08: Likewise. - * gfortran.dg/coarray_allocate_7.f08: Likewise. - * gfortran.dg/coarray_lib_alloc_1.f90: Likewise. - * gfortran.dg/coarray_lib_alloc_2.f90: Likewise. - * gfortran.dg/coarray_lib_alloc_3.f90: Likewise. - * gfortran.dg/coarray_lib_comm_1.f90: Likewise. - * gfortran.dg/coarray_lib_alloc_4.f90: New test. - -2016-11-30 Janus Weil - - PR fortran/78593 - * gfortran.dg/derived_result.f90: New test case. - -2016-11-30 Thomas Preud'homme - - * lib/target-supports.exp (add_options_for_arm_arch_v6m): Add - -mfloat-abi=soft option. - (add_options_for_arm_arch_v8m_base): Likewise. Reindent containing - foreach loop. - -2016-11-30 Kyrylo Tkachov - - PR target/78362 - * gcc.c-torture/compile/pr78362.c: New test. - -2016-11-30 Andrew Burgess - - * lib/target-supports.exp (check_effective_target_freorder): Check - additional case. - -2016-11-30 Andrew Burgess - - * gcc.target/arc/arc700-stld-hazard.c: New file. - -2016-11-30 Janus Weil - - PR fortran/78592 - * gfortran.dg/dtio_18.f90: New test case. - -2016-11-30 Martin Liska - - PR sanitizer/78541 - * gcc.dg/asan/pr78541-2.c: New test. - * gcc.dg/asan/pr78541.c: New test. - -2016-11-30 Jakub Jelinek - - PR tree-optimization/78586 - * gcc.c-torture/execute/pr78586.c: New test. - -2016-11-30 Janus Weil - - PR fortran/78573 - * gfortran.dg/class_61.f90: New test case. - -2016-11-29 David Malcolm - - PR preprocessor/78569 - * gcc.dg/format/pr78569.c: New test case. - -2016-11-29 Martin Sebor - - avoid false positives on ILP32 targets. - * gcc.dg/tree-ssa/builtin-sprintf-warn-3.c: Same. - -2016-11-29 Martin Sebor - - PR tree-optimization/78512 - * gcc.dg/tree-ssa/builtin-sprintf-6.c: Add test cases. - * gcc.dg/tree-ssa/builtin-sprintf-warn-1.c: Remove test cases. - -2016-11-29 Uros Bizjak - - * gcc.target/i386/avx512f-kmovw-1.c (avx512f_test): - Force value through k register. - -2016-11-29 David Malcolm - - PR c++/72774 - PR c++/72786 - PR c++/77922 - PR c++/78313 - * g++.dg/spellcheck-c++-11-keyword.C: New test case. - * g++.dg/spellcheck-macro-ordering.C: New test case. - * g++.dg/spellcheck-pr78313.C: New test case. - -2016-11-29 Tamar Christina - - * gcc.target/aarch64/advsimd-intrinsics/arm-neon-ref.h - (AARCH64_ONLY, CHECK_CRYPTO): New macros. - (Poly64x1_t, Poly64x2_t): Added types. - * gcc.target/aarch64/advsimd-intrinsics/p64_p128.c - (vmov_n_p64, vmovq_n_p64): Added. - (vld2_lane_p64, vld2q_lane_p64): Likewise. - (vld3_lane_p64, vld3q_lane_p64): Likewise. - (vld4_lane_p64, vld4q_lane_p64): Likewise. - (vst2_lane_p64, vst2q_lane_p64): Likewise. - (vst3_lane_p64, vst3q_lane_p64): Likewise. - (vst4_lane_p64, vst4q_lane_p64): Likewise. - (vget_lane_p64, vgetq_lane_p64): Likewise. - (vget_high_p64): Likewise. - * gcc.target/aarch64/advsimd-intrinsics/vreinterpret_p128.c: - Added AArch64 flags. - (vreint_vector, vreint_vector_res): Moved to header. - * gcc.target/aarch64/advsimd-intrinsics/vreinterpret_p64.c: - Added Aarch64 flags. - (vreint_vector, vreint_vector_res): Moved to header. - -2016-11-29 Janus Weil - - PR fortran/58175 - * gfortran.dg/finalize_30.f90: New test case. - -2016-11-29 Martin Liska - - PR gcov-profile/78582 - * gcc.dg/pr78582.c: New test. - -2016-11-29 Senthil Kumar Selvaraj - - * testsuite/gcc.dg/pr31096-1.c: Use __{U,}INT32_TYPE__ for - targets with sizeof(int) < 4. - -2016-11-29 Richard Biener - - PR middle-end/78546 - * gcc.dg/tree-ssa/forwprop-36.c: New testcase. - -2016-11-29 Segher Boessenkool - - * gcc.target/powerpc/rldic-0.c: New testcase. - * gcc.target/powerpc/rldic-1.c: New testcase. - * gcc.target/powerpc/rldic-2.c: New testcase. - * gcc.target/powerpc/rldicl-0.c: New testcase. - * gcc.target/powerpc/rldicl-1.c: New testcase. - * gcc.target/powerpc/rldicl-2.c: New testcase. - * gcc.target/powerpc/rldicr-0.c: New testcase. - * gcc.target/powerpc/rldicr-1.c: New testcase. - * gcc.target/powerpc/rldicr-2.c: New testcase. - * gcc.target/powerpc/rldicx.h: New file. - * gcc.target/powerpc/rldimi-0.c: New testcase. - * gcc.target/powerpc/rldimi-1.c: New testcase. - * gcc.target/powerpc/rldimi-2.c: New testcase. - * gcc.target/powerpc/rldimi.h: New file. - * gcc.target/powerpc/rlwimi-0.c: New testcase. - * gcc.target/powerpc/rlwimi-1.c: New testcase. - * gcc.target/powerpc/rlwimi-2.c: New testcase. - * gcc.target/powerpc/rlwimi.h: New file. - * gcc.target/powerpc/rlwinm-0.c: New testcase. - * gcc.target/powerpc/rlwinm-1.c: New testcase. - * gcc.target/powerpc/rlwinm-2.c: New testcase. - * gcc.target/powerpc/rlwinm.h: New file. - -2016-11-28 Jakub Jelinek - - PR middle-end/78540 - * gcc.dg/pr78540.c: New test. - -2016-11-28 Martin Sebor - - PR middle-end/78520 - * gcc.dg/tree-ssa/builtin-sprintf-5.c: Add test cases. - * gcc.dg/tree-ssa/builtin-sprintf-6.c: New test. - * gcc.dg/tree-ssa/builtin-sprintf-warn-1.c: Add test cases. - * gcc.dg/tree-ssa/builtin-sprintf-warn-3.c: Add test cases. - -2016-11-28 Jakub Jelinek - - PR c++/72808 - * g++.dg/debug/pr72808.C: New test. - - PR rtl-optimization/78546 - * gcc.dg/torture/pr78546-1.c: New test. - * gcc.dg/torture/pr78546-2.c: New test. - - PR fortran/78298 - * gfortran.dg/gomp/pr78298.f90: New test. - -2016-11-28 Uros Bizjak - - * gcc.target/i386/bmi-andn-1a.c (dg-final): Update scan string. - * gcc.target/i386/bmi-andn-2a.c (dg-final): Ditto. - -2016-11-28 Jakub Jelinek - - PR c++/77591 - * g++.dg/cpp1y/pr77591.C: New test. - -2016-11-28 David Edelsohn - - * gcc.dg/torture/pr78515.c: Ignore ABI extension warning. - -2016-11-28 Richard Biener - - PR tree-optimization/78542 - * gcc.dg/torture/pr78542.c: New testcase. - -2016-11-28 Richard Biener - - PR tree-optimization/78343 - * gcc.dg/tree-ssa/20030808-1.c: Fix dump to generate. - * gcc.dg/tree-ssa/20040305-1.c: Likewise. - -2016-11-28 Jakub Jelinek - - PR lto/78211 - * g++.dg/ipa/pr78211.C: New test. - -2016-11-27 Paul Thomas - - PR fortran/78474 - * gfortran.dg/submodule_22.f08: New test. - - PR fortran/78331 - * gfortran.dg/submodule_21.f08: New test. - -2016-11-27 John David Anglin - - * g++.dg/torture/pr65655.C: Use dg-timeout-factor 2. - -2016-11-27 Iain Sandoe - Rainer Orth - Dominique d'Humieres - - PR target/67710 - * gcc.dg/darwin-minversion-1.c: Update min version check. - * gcc.dg/darwin-minversion-2.c: Likewise. - * gcc.dg/darwin-minversion-3.c: Likewise. - -2016-11-27 Iain Sandoe - - PR target/57438 - * gcc.dg/pr57438-1.c: New Test. - * gcc.dg/pr57438-2.c: New Test. - -2016-11-27 Dominique d'Humieres - Iain Sandoe - - PR target/71767 - * g++.dg/abi/key2.C: Adjust for changed Darwin sections and - linker-visible symbols. - * g++.dg/torture/darwin-cfstring-3.C: Likewise. - * gcc.dg/const-uniq-1.c: Likewise. - * gcc.dg/torture/darwin-cfstring-3.c: Likewise. - * gcc.target/i386/pr70799-1.c: Likewise. - -2016-11-25 Jakub Jelinek - - PR rtl-optimization/78438 - PR rtl-optimization/78477 - * gcc.c-torture/execute/pr78438.c: New test. - * gcc.c-torture/execute/pr78477.c: New test. - - PR rtl-optimization/78526 - * gcc.dg/pr78526.c: New test. - -2016-11-25 Vladimir Makarov - - PR rtl-optimization/77541 - * gcc.target/i386/pr77541.c: Change target to int128. - -2016-11-25 Janus Weil - - PR fortran/60853 - * gfortran.dg/typebound_assignment_8.f90: New test case. - -2016-11-25 Jakub Jelinek - - PR rtl-optimization/78527 - * gcc.c-torture/compile/pr78527.c: New test. - -2016-11-25 Martin Liska - - PR gcov-profile/78086 - * g++.dg/gcov/pr16855.C: Clean up the test case. - * g++.dg/gcov/pr16855-priority.C: New test. - -2016-11-25 Richard Biener - - PR ipa/78515 - * gcc.dg/torture/pr78515.c: New testcase. - -2016-11-25 Paul Thomas - - PR fortran/78293 - * gfortran.dg/allocatable_function_10.f90: New test. - * gfortran.dg/class_array_15.f03: Increase builtin_free count - from 11 to 12. - -2016-11-25 Bin Cheng - - PR middle-end/78507 - PR middle-end/78510 - PR middle-end/78517 - * g++.dg/torture/pr78507.C: New test. - * gcc.dg/torture/pr78510.c: New test. - * gcc.dg/torture/pr78517.c: New test. - -2016-11-24 Richard Biener - - PR tree-optimization/78343 - * gcc.dg/tree-ssa/sccp-2.c: New testcase. - * gcc.dg/autopar/uns-outer-6.c: Adjust. - * gcc.dg/tree-ssa/20030808-1.c: Likewise. - * gcc.dg/tree-ssa/20040305-1.c: Likewise. - * gcc.dg/vect/pr38529.c: Likewise. - -2016-11-25 Thomas Preud'homme - - PR tree-optimization/77673 - * gcc.dg/pr77673.c: New test. - -2016-11-25 Martin Jambor - - PR tree-optimization/70965 - * g++.dg/pr70965.C: New test. - -2016-11-25 Jakub Jelinek - Andreas Schwab - - PR gcov-profile/78467 - * gcc.dg/tree-prof/comp-goto-1.c (insn_t): Change offset to - signed int. - -2016-11-25 Richard Sandiford - - * gcc.dg/tree-ssa/tailcall-7-run.c: New test. - * gcc.dg/tree-ssa/tailcall-8-run.c: Likewise. - -2016-11-25 Richard Sandiford - - * gcc.dg/tree-ssa/tailcall-8.c: New test. - -2016-11-25 Senthil Kumar Selvaraj - - * gcc.dg/pr64277.c: Use __INT32_TYPE__ for targets - with sizeof(int) < 4. - -2016-11-24 Martin Sebor - - PR tree-optimization/78476 - * gcc.dg/tree-ssa/builtin-sprintf-5.c: New test. - -2016-11-24 Vladimir Makarov - - PR rtl-optimization/77541 - * gcc.target/i386/pr77541.c: New. - -2016-11-24 Steven G. Kargl - - PR fortran/78500 - * gfortran.dg/class_result_4.f90: New test. - -2016-11-24 James Greenhalgh - - * gcc.target/aarch64/_Float16_1.c: New. - * gcc.target/aarch64/_Float16_2.c: Likewise. - * gcc.target/aarch64/_Float16_3.c: Likewise. - -2016-11-24 James Greenhalgh - - * gcc.target/aarch64/floatdihf2_1.c: New. - -2016-11-24 Kyrylo Tkachov - - PR target/48863 - PR inline-asm/70184 - * gcc.target/arm/pr48863.c: New test. - -2016-11-24 Martin Liska - - * gcc.dg/builtin-unreachable-6.c: Update test to not to scan - parts for frequencies/probabilities. - * gcc.dg/pr34027-1.c: Likewise. - * gcc.dg/strict-overflow-2.c: Likewise. - * gcc.dg/tree-ssa/20040703-1.c: Likewise. - * gcc.dg/tree-ssa/builtin-sprintf-2.c: Likewise. - * gcc.dg/tree-ssa/pr32044.c: Likewise. - * gcc.dg/tree-ssa/vector-3.c: Likewise. - * gcc.dg/tree-ssa/vrp101.c: Likewise. - * gcc.dg/tree-ssa/dump-2.c: New test. - -2016-11-24 Bernd Schmidt - - * gcc.target/i386/align-limit.c: New test. - -2016-11-24 Richard Biener - - PR tree-optimization/71595 - * gcc.dg/torture/pr71595.c: New testcase. - -2016-11-24 Bernd Schmidt - - PR rtl-optimization/78120 - * gcc.target/i386/pr78120.c: New test. - -2016-11-24 Eric Botcazou - - * gcc.c-torture/compile/20161124-1.c: New test. - -2016-11-24 Jakub Jelinek - - PR bootstrap/78493 - * g++.dg/cpp1z/decomp18.C: New test. - -2016-11-23 Naveen H.S - - * gcc.target/aarch64/ldp_stp_1.c: Add -mcpu=generic. - * gcc.target/aarch64/store-pair-1.c: Likewise. - -2016-11-23 Naveen H.S - - * gcc.target/aarch64/fmaxmin.c: Add -fno-vect-cost-model. - * gcc.target/aarch64/fmul_fcvt_2.c: Likewise. - * gcc.target/aarch64/vect-abs-compile.c: Likewise. - * gcc.target/aarch64/vect-clz.c: Likewise. - * gcc.target/aarch64/vect-fcm-eq-d.c: Likewise. - * gcc.target/aarch64/vect-fcm-ge-d.c: Likewise. - * gcc.target/aarch64/vect-fcm-gt-d.c: Likewise. - * gcc.target/aarch64/vect-fmovd-zero.c: Likewise. - * gcc.target/aarch64/vect-fmovd.c: Likewise. - * gcc.target/aarch64/vect-fmovf-zero.c: Likewise. - * gcc.target/aarch64/vect-fmovf.c: Likewise. - * gcc.target/aarch64/vect_ctz_1.c: Likewise. - -2016-11-23 Peter Bergner - - PR target/78458 - * gcc.target/powerpc/pr78458.c: New. - -2016-11-23 Joseph Myers - - * gcc.c-torture/compile/20161123-1.c: New test. - -2016-11-23 Steven G. Kargl - - PR fortran/78297 - * gfortran.dg/pr78297.f90: New test. - -2016-11-23 David Edelsohn - - * gcc.target/powerpc/builtins-3.c: Add -maltivec and -mvsx options. - -2016-11-23 Jakub Jelinek - - PR sanitizer/69278 - * g++.dg/ubsan/return-7.C: New test. - * c-c++-common/ubsan/unreachable-4.c: New test. - - PR tree-optimization/78482 - * gcc.dg/torture/pr78482.c (c, d): Use signed char instead of char. - (bar): New function. - (main): Call bar instead of printf. - - PR middle-end/69183 - * gfortran.dg/gomp/pr69183.f90: New test. - -2016-11-23 Kito Cheng - - PR target/78230 - * gcc.dg/torture/pr66178.c (test): Use uintptr_t instead of int. - (test2) Ditto. - -2016-11-23 Jakub Jelinek - - PR c++/77907 - * g++.dg/cpp0x/pr77907.C: New test. - -2016-11-23 Prathamesh Kulkarni - - PR middle-end/78153 - * gcc.dg/tree-ssa/pr78153-1.c: New test. - * gcc.dg/tree-ssa/pr78153-2.c: Likewise. - -2016-11-23 James Greenhalgh - - PR target/63250 - * lib/target-supports.exp (add_options_for_float16): Add - -mfp16-format=ieee when testign arm*-*-*. - -2016-11-23 James Greenhalgh - - * gcc.target/arm/fp16-rounding-alt-1.c (ROUNDED): Change expected - result. - * gcc.target/arm/fp16-rounding-ieee-1.c (ROUNDED): Change expected - result. - -2016-11-23 James Greenhalgh - - * lib/target-supports.exp (check_effective_target_float16): Add - options for _Float16. - (check_effective_target_float32): Add options for _Float32. - (check_effective_target_float64): Add options for _Float64. - (check_effective_target_float128): Add options for _Float128. - (check_effective_target_float32x): Add options for _Float32x. - (check_effective_target_float64x): Add options for _Float64x. - (check_effective_target_float128x): Add options for _Float128x. - -2016-11-23 James Greenhalgh - - * gcc.dg/fpermitted-flt-eval-methods_3.c: New. - * gcc.dg/fpermitted-flt-eval-methods_4.c: Likewise. - -2016-11-23 James Greenhalgh - - * gcc.dg/fpermitted-flt-eval-methods_1.c: New. - * gcc.dg/fpermitted-flt-eval-methods_2.c: New. - -2016-11-23 Martin Sebor - - PR middle-end/78461 - * gcc.dg/tree-ssa/builtin-sprintf-4.c: New test. - * gcc.dg/tree-ssa/builtin-sprintf-warn-2.c: Adjust warning text. - -2016-11-23 Jakub Jelinek - - PR c++/71450 - * g++.dg/cpp0x/pr71450-1.C: New test. - * g++.dg/cpp0x/pr71450-2.C: New test. - - PR c++/77739 - * g++.dg/cpp1y/pr77739.C: New test. - -2016-11-23 Martin Jambor - - * c-c++-common/gomp/gridify-1.c: Update scan string. - * gfortran.dg/gomp/gridify-1.f90: Likewise. - * c-c++-common/gomp/gridify-2.c: New test. - * c-c++-common/gomp/gridify-3.c: Likewise. - -2016-11-23 Richard Biener - - PR tree-optimization/78396 - * gcc.dg/vect/bb-slp-cond-1.c: Adjust. - -2016-11-23 Richard Biener - - PR tree-optimization/78482 - * gcc.dg/torture/pr78482.c: New testcase. - -2016-11-23 Bin Cheng - - * gcc.dg/fold-cond_expr-1.c: New test. - * gcc.dg/fold-condcmpconv-1.c: New test. - * gcc.dg/fold-condcmpconv-2.c: New test. - -2016-11-23 Richard Biener - - PR middle-end/71762 - * gcc.dg/torture/pr71762-1.c: New testcase. - * gcc.dg/torture/pr71762-2.c: Likewise. - * gcc.dg/torture/pr71762-3.c: Likewise. - * gcc.dg/tree-ssa/forwprop-28.c: XFAIL. - -2016-11-23 Richard Biener - - PR lto/78472 - * g++.dg/lto/pr78472_0.c: New testcase. - * g++.dg/lto/pr78472_1.C: Likewise. - -2016-11-23 Richard Biener - Prathamesh Kulkarni - - PR tree-optimization/78154 - * gcc.dg/tree-ssa/pr78154.c: New test. - -2016-11-23 Naveen H.S - - * gcc.dg/pr31096.c: New testcase. - * gcc.dg/pr31096-1.c: New testcase. - -2016-11-23 Paolo Bonzini - - * gcc.dg/cpp/defined.c: Mark newly introduced warnings and - adjust for warning->pedwarn change. - * gcc.dg/cpp/defined-syshdr.c, - gcc.dg/cpp/defined-Wexpansion-to-defined.c, - gcc.dg/cpp/defined-Wextra-Wno-expansion-to-defined.c, - gcc.dg/cpp/defined-Wextra.c, - gcc.dg/cpp/defined-Wno-expansion-to-defined.c: New testcases. - -2016-11-23 Senthil Kumar Selvaraj - - * gcc.dg/uninit-19.c: Add -finline-small-functions for avr. - -2016-11-23 Jakub Jelinek - - PR target/78451 - * gcc.target/i386/pr78451.c: New test. - * gcc.target/i386/pr69255-1.c: Use #pragma GCC push_options - and #pragma GCC pop_options around the first #pragma GCC target. - * gcc.target/i386/pr69255-2.c: Likewise. - * gcc.target/i386/pr69255-3.c: Likewise. - -2016-11-23 Michael Collison - - * testsuite/gcc.target/aarch64/and_const.c: New test to verify - additional constants are recognized and fewer instructions generated. - * testsuite/gcc.target/aarch64/and_const2.c: New test to verify - additional constants are recognized and fewer instructions generated. - -2016-11-22 Ian Lance Taylor - - * gcc.misc-tests/godump-1.c: Update expected output for recent - changes. - -2016-11-22 Marek Polacek - - PR tree-optimization/78455 - * gcc.dg/uninit-23.c: New. - -2016-11-22 Steven G. Kargl - - PR fortran/78479 - * gfortran.dg/char_component_initializer_3.f90: Add PR number in a - comment. - -2016-11-22 Steven G. Kargl - - PR fortran/78479 - * gfortran.dg/char_component_initializer_3.f90: New test. - -2016-11-22 Jakub Jelinek - - PR target/78451 - * gcc.target/i386/sse-22.c: Add avx5124fmaps,avx5124vnniw to - GCC target pragma before including immintrin.h. - -2016-11-22 Carl Love - - * gcc.target/powerpc/builtins-3.c: New file to test the new - built-ins for vector compare equal and vector compare not equal. - -2016-11-22 Janus Weil - - PR fortran/78443 - * gfortran.dg/typebound_proc_35.f90: New test case. - -2016-11-22 Georg-Johann Lay - - * gcc.c-torture/execute/pr30778.c (memset): Use size_t for 3rd - parameter in declaration. - -2016-11-22 Georg-Johann Lay - - * gcc.dg/loop-split.c: Require int32plus. - * gcc.dg/stack-layout-dynamic-1.c: Require ptr32plus. - -2016-11-22 Bernd Edlinger - - * gcc.target/arm/pr53447-5.c: Fix test expectations for neon-fpu. - -2016-11-22 Georg-Johann Lay - - * c-c++-common/builtin-shuffle-1.c (V): Use 4 * int in vector. - -2016-11-22 Kyrylo Tkachov - - PR target/78439 - * gcc.c-torture/compile/pr78439.c: New test. - -2016-11-22 Thomas Preud'homme - - PR target/77904 - * gcc.target/arm/pr77904.c: New test. - -2016-11-22 Toma Tabacu - - * gcc.target/mips/interrupt_handler-bug-1.c (dg-options): Add - isa_rev>=2. - -2016-11-22 Jakub Jelinek - - PR tree-optimization/78436 - * gcc.c-torture/execute/pr78436.c: New test. - - PR middle-end/78416 - * gcc.dg/torture/pr78416.c: New test. - - PR tree-optimization/78445 - * gcc.dg/pr78445.c: New test. - -2016-11-22 Szabolcs Nagy - - PR libgfortran/78449 - * gfortran.dg/ieee/ieee_8.f90 (aarch64*gnu, arm*gnu*): Mark xfail. - -2016-11-21 Jeff Law - - PR target/68538 - * gcc.c-torture/compile/pr68538.c: New test. - -2016-11-21 Michael Meissner - - * gcc.target/powerpc/ppc-round2.c: Allow XSCVDPSXWS and XSCVDPUXWS - to be generated instead of FCTIWUZ or FCTIWZ. - -2016-11-21 Jakub Jelinek - - PR middle-end/67335 - * g++.dg/vect/simd-clone-7.cc: New test. - - PR c++/71973 - * g++.dg/torture/pr53321.C (size_t): Use __SIZE_TYPE__ instead of - long unsigned int. - * g++.dg/torture/pr63512.C (::strlen): Use __SIZE_TYPE__ instead of - unsigned long. - -2016-11-20 Jeff Law - - PR target/25128 - * gcc.target/m68k/pr25128.c: New test. - -2016-11-21 Richard Sandiford - - * gcc.dg/tree-ssa/tailcall-7.c: New test. - -2016-11-21 David Malcolm - - PR preprocessor/78324 - * gcc.dg/plugin/diagnostic-test-string-literals-1.c - (test_multitoken_macro): New function. - * gcc.dg/plugin/diagnostic-test-string-literals-3.c: New test - case. - * gcc.dg/plugin/diagnostic-test-string-literals-4.c: New test - case. - * gcc.dg/plugin/plugin.exp (plugin_test_list): Add the new test - cases. - * gcc.dg/tree-ssa/builtin-sprintf-warn-1.c (test_sprintf_note): - Move to... - * gcc.dg/tree-ssa/builtin-sprintf-warn-4.c: ...here. Drop - -ftrack-macro-expansion=0. - (test_sprintf_note): Remove "P" macro. Add - dg-begin/end-multiline-output directives. - (LINE, buffer, ptr): Copy from builtin-sprintf-warn-1.c. - -2016-11-21 Georg-Johann Lay - - * lib/target-supports.exp (check_effective_target_tiny) [avr]: - Return 1 for AVR_TINY. - -2016-11-21 Segher Boessenkool - - PR rtl-optimization/71785 - * gcc.target/powerpc/pr71785.c: New file. - -2016-11-21 Bin Cheng - - PR testsuite/78114 - * gfortran.dg/vect/fast-math-mgrid-resid.f: Add additional - options. Refine test by checking predictive commining PHI - nodes in vectorized loop wrto vector factor. - -2016-11-21 Bernd Edlinger - - PR c++/71973 - * g++.dg/pr71973-1.C: New test. - * g++.dg/pr71973-2.C: New test. - * g++.dg/pr71973-3.C: New test. - * g++.dg/lto/pr68811_0.C: Add -w to first lto-options. - * g++.dg/lookup/extern-c-redecl4.C: Adjust test expectations. - * g++.old-deja/g++.mike/p700.C: Add -Wno-builtin-declaration-mismatch - to dg-options. - * g++.old-deja/g++.other/realloc.C: Likewise. - * g++.old-deja/g++.other/builtins10.C: Adjust test expectations. - -2016-11-21 Bill Schmidt - - PR tree-optimization/78413 - * gcc.dg/tree-ssa/pr78413.c: New test. - -2016-11-21 Thomas Preud'homme - - * gcc.target/arm/empty_fiq_handler.c: Skip if -mthumb is passed in and - target is Thumb-only. - -2016-11-20 Jeff Law - - PR target/48551 - * gcc.target/m68k/pr48551.c: New test. - -2016-11-20 Harald Anlauf - - PR fortran/69741 - * gfortran.dg/forall_18.f90: New testcase. - -2016-11-20 Marc Glisse - - * gcc.dg/tree-ssa/cmpexactdiv.c: New file. - -2016-11-20 Andre Vehreschild - - PR fortran/78395 - * gfortran.dg/typebound_operator_21.f03: New test. - -2016-11-20 Marc Glisse - - * gcc.dg/tree-ssa/divide-5.c: New file. - -2016-11-19 Andreas Schwab - - * gcc.c-torture/execute/comp-goto-1.c (insn_t): Change offset to - signed int. - -2016-11-19 John David Anglin - - * gfortran.dg/coarray_alloc_comp_1.f08: Add "-latomic" option if - libatomic_available. - * gfortran.dg/coarray_alloc_comp_2.f08: Likewise. - * gfortran.dg/coarray_allocate_10.f08: Likewise. - * gfortran.dg/coarray_allocate_7.f08: Likewise. - * gfortran.dg/coarray_allocate_8.f08: Likewise. - * gfortran.dg/coarray_allocate_9.f08: Likewise. - * gfortran.dg/coarray_send_by_ref_1.f08: Likewise. - * gfortran.dg/coarray_stat_2.f90: Likewise. - * gfortran.dg/coindexed_1.f90: Likewise. - -2016-11-18 Jeff Law - - PR target/25111 - * gcc.target/m68k/pr25111.c: New test. - -2016-11-18 Jakub Jelinek - - PR c++/68180 - * g++.dg/cpp1y/pr68180.C: Add -Wno-psabi as dg-additional-options. - - PR middle-end/78419 - * gcc.target/i386/pr78419.c: New test. - - PR c++/77285 - * g++.dg/tls/pr77285-1.C: New test. - * g++.dg/tls/pr77285-2.C: New test. - -2016-11-18 Jeff Law - - PR target/25112 - * gcc.target/m68k/pr25112: New test. - -2016-11-18 David Edelsohn - - * gcc.dg/tree-ssa/pr71179.c: Prune ABI message. - * gcc.dg/tree-ssa/ssa-fre-55.c: Same. - -2016-11-18 Thomas Preud'homme - - * gcc.target/arm/optional_thumb-1.c: New test. - * gcc.target/arm/optional_thumb-2.c: New test. - * gcc.target/arm/optional_thumb-3.c: New test. - -2016-11-18 Dominik Vogt - - * gcc.target/s390/htm-builtins-1.c (DEFAULT_MAX_REPETITIONS) - (DEFAULT_REQUIRED_QUORUM, NUM_WARMUP_RUNS): Lower requirements for - successful test. - * gcc.target/s390/htm-builtins-2.c (DEFAULT_MAX_REPETITIONS) - (DEFAULT_REQUIRED_QUORUM): Likewise. - -2016-11-18 Andrew Bennett - Toma Tabacu - - * gcc.target/mips/inline-memcpy-1.c (dg-options): - Add (REQUIRES_STDLIB). - * gcc.target/mips/inline-memcpy-2.c: Ditto. - * gcc.target/mips/inline-memcpy-3.c: Ditto. - * gcc.target/mips/inline-memcpy-4.c: Ditto. - * gcc.target/mips/inline-memcpy-5.c: Ditto. - * gcc.target/mips/loongson-shift-count-truncated-1.c: Ditto. - * gcc.target/mips/loongson-simd.c: Ditto. - * gcc.target/mips/memcpy-1.c: Ditto. - * gcc.target/mips/mips-3d-1.c: Ditto. - * gcc.target/mips/mips-3d-2.c: Ditto. - * gcc.target/mips/mips-3d-3.c: Ditto. - * gcc.target/mips/mips-3d-4.c: Ditto. - * gcc.target/mips/mips-3d-5.c: Ditto. - * gcc.target/mips/mips-3d-6.c: Ditto. - * gcc.target/mips/mips-3d-7.c: Ditto. - * gcc.target/mips/mips-3d-8.c: Ditto. - * gcc.target/mips/mips-3d-9.c: Ditto. - * gcc.target/mips/mips-ps-1.c: Ditto. - * gcc.target/mips/mips-ps-2.c: Ditto. - * gcc.target/mips/mips-ps-3.c: Ditto. - * gcc.target/mips/mips-ps-4.c: Ditto. - * gcc.target/mips/mips-ps-6.c: Ditto. - * gcc.target/mips/mips16-attributes.c: Ditto. - * gcc.target/mips/mips32-dsp-run.c: Ditto. - * gcc.target/mips/mips32-dsp.c: Ditto. - * gcc.target/mips/save-restore-1.c: Ditto. - * gcc.target/mips/mips.exp (mips_option_groups): Add stdlib. - (mips_preprocess): Add ignore_output argument that when set - will not return the pre-processed output. - (mips_arch_info): Update arguments for the call to mips_preprocess. - (mips-dg-init): Ditto. - (mips-dg-options): Check if a test having test option - (REQUIRES_STDLIB) has the required sysroot support for - the current test options. - -2016-11-17 Jeff Law - - PR middle-end/38219 - * gcc.dg/tree-ssa/vrp47.c: Do not run on m68k. - - PR target/47192 - * gcc.target/m68k/pr47192.c: New test. - -2016-11-17 Toma Tabacu - - * gcc.target/mips/branch-cost-1.c (dg-options): Use (HAS_MOVN) - instead of isa>=4, in order to downgrade to R5. - -2016-11-17 Andrew Burgess - - * gcc.target/arc/cmem-bit-1.c: New file. - * gcc.target/arc/cmem-bit-2.c: New file. - * gcc.target/arc/cmem-bit-3.c: New file. - * gcc.target/arc/cmem-bit-4.c: New file. - -2016-11-17 Andrew Senkevich - - * gcc.target/i386/builtin_target.c: Handle new "avx5124vnniw", - "avx5124fmaps". - * gcc.target/i386/funcspec-56.inc: Test new attributes. - -2016-11-17 Kirill Yukhin - Andrew Senkevich - - * gcc.target/i386/avx5124fmadd-v4fmaddps-1.c: New test. - * gcc.target/i386/avx5124fmadd-v4fmaddps-2.c: Ditto. - * gcc.target/i386/avx5124fmadd-v4fmaddss-1.c: Ditto. - * gcc.target/i386/avx5124fmadd-v4fnmaddps-1.c: Ditto. - * gcc.target/i386/avx5124fmadd-v4fnmaddps-2.c: Ditto. - * gcc.target/i386/avx5124fmadd-v4fnmaddss-1.c: Ditto. - * gcc.target/i386/avx5124fmaps-check.h: Ditto. - * gcc.target/i386/avx5124vnniw-check.h: Ditto. - * gcc.target/i386/avx5124vnniw-vp4dpwssd-1.c: Ditto. - * gcc.target/i386/avx5124vnniw-vp4dpwssd-2.c: Ditto. - * gcc.target/i386/avx5124vnniw-vp4dpwssds-1.c: Ditto. - * gcc.target/i386/avx5124vnniw-vp4dpwssds-2.c: Ditto. - * gcc.target/i386/avx512f-helper.h: Add avx5124fmaps-check.h, - avx5124vnniw-check.h. - * gcc.target/i386/i386.exp (check_effective_target_avx5124fmaps, - check_effective_target_avx5124vnniw): New. - * gcc.target/i386/m128-check.h (ESP_FLOAT, ESP_DOUBLE): - Set under ifndef. - * gcc.target/i386/sse-12.c: Add -mavx5124fmaps, -mavx5124vnniw. - * gcc.target/i386/sse-13.c: Ditto. - * g++.dg/other/i386-2.C: Ditto. - * g++.dg/other/i386-3.C: Ditto. - * gcc.target/i386/sse-22.c: Ditto. - * gcc.target/i386/sse-23.c: Ditto. - -2016-11-17 Paolo Carlini - - PR c++/55080 - * g++.dg/parse/pr55080.C: New. - -2016-11-17 Michael Meissner - - PR target/78101 - * gcc.target/powerpc/fusion4.c: New test. - -2016-11-17 Thomas Preud'homme - - PR target/77933 - * gcc.target/arm/pr77933-1.c: New test. - * gcc.target/arm/pr77933-2.c: Likewise. - -2016-11-17 Jakub Jelinek - - PR middle-end/78201 - * g++.dg/opt/pr78201.C: New test. - -2016-11-17 Christophe Lyon - - * gcc.dg/pr78333.c: Add empty implementations of - __cyg_profile_func_enter() and __cyg_profile_func_exit() to avoid - problems on non-glibc systems. - -2016-11-17 David Malcolm - - * gcc.dg/plugin/diagnostic-test-string-literals-1.c - (test_raw_string_one_liner): New function. - (test_raw_string_multiline): New function. - -2016-11-17 Kyrylo Tkachov - - * gcc.target/aarch64/store_repeating_constant_1.c: New test. - * gcc.target/aarch64/store_repeating_constant_2.c: Likewise. - -2016-11-17 Bill Schmidt - Richard Biener - - PR tree-optimization/77848 - * gfortran.dg/vect/pr77848.f: New test. - -2016-11-17 Bernd Edlinger - - PR target/77308 - * gcc.target/arm/pr53447-5.c: New test. - * lib/target-supports.exp - (check_effective_target_arm_prefer_ldrd_strd): Adjust. - -2016-11-17 Claudiu Zissulescu - - * gcc.target/arc/abitest.S: New file. - * gcc.target/arc/abitest.h: Likewise. - * gcc.target/arc/va_args-1.c: Likewise. - * gcc.target/arc/va_args-2.c: Likewise. - * gcc.target/arc/va_args-3.c: Likewise. - * gcc.target/arc/mcrc.c: Deleted. - * gcc.target/arc/mdsp-packa.c: Likewise. - * gcc.target/arc/mdvbf.c: Likewise. - * gcc.target/arc/mmac-24.c: Likewise. - * gcc.target/arc/mmac-d16.c: Likewise. - * gcc.target/arc/mno-crc.c: Likewise. - * gcc.target/arc/mno-dsp-packa.c: Likewise. - * gcc.target/arc/mno-dvbf.c: Likewise. - * gcc.target/arc/mno-mac-24.c: Likewise. - * gcc.target/arc/mno-mac-d16.c: Likewise. - * gcc.target/arc/mno-rtsc.c: Likewise. - * gcc.target/arc/mno-xy.c: Likewise. - * gcc.target/arc/mrtsc.c: Likewise. - * gcc.target/arc/arc.exp (check_effective_target_arcem): New - function. - (check_effective_target_arc700): Likewise. - (check_effective_target_arc6xx): Likewise. - (check_effective_target_arcmpy): Likewise. - (check_effective_target_archs): Likewise. - (check_effective_target_clmcpu): Likewise. - (check_effective_target_barrelshifter): Likewise. - * gcc.target/arc/barrel-shifter-1.c: Changed. - * gcc.target/arc/builtin_simd.c: Test only for ARC700 cpus. - * gcc.target/arc/cmem-1.c: Changed. - * gcc.target/arc/cmem-2.c: Likewise. - * gcc.target/arc/cmem-3.c: Likewise. - * gcc.target/arc/cmem-4.c: Likewise. - * gcc.target/arc/cmem-5.c: Likewise. - * gcc.target/arc/cmem-6.c: Likewise. - * gcc.target/arc/cmem-7.c: Likewise. - * gcc.target/arc/interrupt-1.c: Test for RTIE as well. - * gcc.target/arc/interrupt-2.c: Skip it for ARCv2 cores. - * gcc.target/arc/interrupt-3.c: Match also ARCv2 warnings. - * gcc.target/arc/jump-around-jump.c: Update options. - * gcc.target/arc/mARC601.c: Changed. - * gcc.target/arc/mcpu-arc600.c: Changed. - * gcc.target/arc/mcpu-arc601.c: Changed. - * gcc.target/arc/mcpu-arc700.c: Changed. - * gcc.target/arc/mdpfp.c: Skip for ARCv2 cores. - * gcc.target/arc/movb-1.c: Changed. - * gcc.target/arc/movb-2.c: Likewise. - * gcc.target/arc/movb-3.c: Likewise. - * gcc.target/arc/movb-4.c: Likewise. - * gcc.target/arc/movb-5.c: Likewise. - * gcc.target/arc/movb_cl-1.c: Likewise. - * gcc.target/arc/movb_cl-2.c: Likewise. - * gcc.target/arc/movbi_cl-1.c: Likewise. - * gcc.target/arc/movh_cl-1.c: Likewise. - * gcc.target/arc/mspfp.c: Skip for ARC HS cores. - * gcc.target/arc/mul64.c: Enable it only for ARC600. - * gcc.target/arc/mulsi3_highpart-1.c: Scan for ARCv2 instructions. - * gcc.target/arc/mulsi3_highpart-2.c: Skip it for ARCv1 cores. - * gcc.target/arc/no-dpfp-lrsr.c: Skip it for ARC HS. - * gcc.target/arc/trsub.c: Only for ARC EM cores. - * gcc.target/arc/builtin_simdarc.c: Changed. - * gcc.target/arc/extzv-1.c: Likewise. - * gcc.target/arc/insv-1.c: Likewise. - * gcc.target/arc/insv-2.c: Likewise. - * gcc.target/arc/mA6.c: Likewise. - * gcc.target/arc/mA7.c: Likewise. - * gcc.target/arc/mARC600.c: Likewise. - * gcc.target/arc/mARC700.c: Likewise. - * gcc.target/arc/mcpu-arc600.c: Likewise. - * gcc.target/arc/mcpu-arc700.c: Likewise. - * gcc.target/arc/movl-1.c: Likewise. - * gcc.target/arc/nps400-1.c: Likewise. - * gcc.target/arc/trsub.c: Likewise. - * gcc.target/arc/barrel-shifter-2.c: Check for barrel shifter - configuration. - * gcc.target/arc/mlock.c: Skip for arc6xx configurations. - * gcc.target/arc/mswape.c: Likewise. - -2016-11-17 Paolo Carlini - - PR c++/68180 - * g++.dg/cpp1y/pr68180.C: New. - -2016-11-17 Prathamesh Kulkarni - - PR tree-optimization/78319 - * gcc.dg/uninit-pred-8_a.c (foo): Mark dg-bogus test to xfail on - arm-none-eabi. - -2016-11-17 Richard Biener - - PR tree-optimization/78306 - * gcc.dg/cilk-plus/pr78306.c: New testcase. - -2016-11-17 Richard Biener - - PR middle-end/78305 - * gcc.dg/torture/pr78305.c: New testcase. - -2016-11-17 Janus Weil - - PR fortran/66227 - * gfortran.dg/extends_type_of_3.f90: Fix and extend the test case. - -2016-11-16 Marek Polacek - - PR c/78285 - * gcc.dg/switch-5.c: Turn several dg-errors into dg-messages. - * g++.dg/ext/case-range2.C: Likewise. - -2016-11-16 Steven G. Kargl - - PR fortran/58001 - * gfortran.dg/fmt_tab_1.f90: Adjust testcase. - * gfortran.dg/fmt_tab_2.f90: Ditto. - -2016-11-16 Jakub Jelinek - - PR rtl-optimization/78378 - * gcc.c-torture/execute/pr78378.c: New test. - -2016-11-16 Andrew Burgess - - * gcc.dg/tree-prof/section-attr-1.c: New file. - * gcc.dg/tree-prof/section-attr-2.c: New file. - * gcc.dg/tree-prof/section-attr-3.c: New file. - -2016-11-16 Maciej W. Rozycki - - * gcc.target/mips/code-readable-4.c (dg-final): Expect `dla' - rather than `la'. - -2016-11-16 Maciej W. Rozycki - - * gcc.target/mips/call-1.c (dg-options): Add `-mno-micromips'. - (dg-final): Remove microMIPS JALRS mnemonic matching. - * gcc.target/mips/call-2.c (dg-options): Add `-mno-micromips'. - (dg-final): Remove microMIPS JALRS mnemonic matching. - * gcc.target/mips/call-3.c (dg-options): Add `-mno-micromips'. - (dg-final): Remove microMIPS JALRS mnemonic matching. - * gcc.target/mips/call-4.c (dg-options): Add `-mno-micromips'. - * gcc.target/mips/call-5.c (dg-options): Add `-mno-micromips'. - * gcc.target/mips/call-6.c (dg-options): Add `-mno-micromips'. - * gcc.target/mips/call-1u.c: New test case. - * gcc.target/mips/call-2u.c: New test case. - * gcc.target/mips/call-3u.c: New test case. - * gcc.target/mips/call-4u.c: New test case. - * gcc.target/mips/call-5u.c: New test case. - * gcc.target/mips/call-6u.c: New test case. - -2016-11-16 Thomas Preud'homme - - * gcc.target/arm/empty_fiq_handler.c: New test. - -2016-11-16 Jakub Jelinek - - PR fortran/78299 - * gfortran.dg/gomp/pr78299.f90: New test. - -2015-11-16 Wilco Dijkstra - - * gcc.dg/optimize-bswapdi-3.c: Remove xfail. - * gcc.dg/optimize-bswaphi-1.c: Likewise. - * gcc.dg/optimize-bswapsi-2.c: Likewise. - -2016-11-16 Szabolcs Nagy - - PR libgfortran/78314 - * gfortran.dg/ieee/ieee_6.f90: Use ieee_support_halting. - -2016-11-16 Bin Cheng - - * gcc.target/arm/ivopts-orig_biv-inc.c: Adjust test string - according to updated dump info. - -2016-11-16 Alexander Monakov - - * lib/target-supports.exp (check_effective_target_alloca): Use a - compile test. - * gcc.target/nvptx/softstack.c: New test. - * gcc.target/nvptx/decl-shared.c: New test. - * gcc.target/nvptx/decl-shared-init.c: New test. - -2016-11-16 Maciej W. Rozycki - - * gcc.target/mips/data-sym-jump.c: New test case. - * gcc.target/mips/data-sym-pool.c: New test case. - * gcc.target/mips/insn-pseudo-4.c: Adjust for constant pool - annotation. - -2016-11-16 Yuri Rumyantsev - - * lib/target-supports.exp (check_avx2_hw_available): New. - (check_effective_target_avx2_runtime): New. - * gcc.dg/vect/vect-tail-nomask-1.c: New test. - -2016-11-16 Tamar Christina - - PR testsuite/78136 - * gcc.dg/cpp/trad/trad.exp - (dg-runtest): Moved $srcdir/$subdir/ to - DEFAULT_TRADCPPFLAGS. - -2016-11-16 Andre Vehreschild - - PR fortran/78356 - * gfortran.dg/class_allocate_23.f08: New test. - -2016-11-16 Richard Biener - - PR middle-end/78333 - * gcc.dg/pr78333.c: New testcase. - -2016-11-16 Martin Liska - - PR sanitizer/78270 - * gcc.dg/asan/pr78270.c: Update comment style. - * gcc.dg/asan/pr78270-2.c: New test. - -2016-11-16 Senthil Kumar Selvaraj - - * c-c++-common/Wlogical-op-1.c: Use __INT{16,32}_TYPE__ instead - of {short,int} if __SIZEOF_INT__ is less than 4 bytes. - -2016-11-16 Richard Biener - - PR tree-optimization/78348 - * gcc.dg/tree-ssa/ldist-24.c: New testcase. - -2016-11-16 Jakub Jelinek - - PR sanitizer/77823 - * c-c++-common/ubsan/overflow-vec-1.c: New test. - * c-c++-common/ubsan/overflow-vec-2.c: New test. - -2016-11-15 Marek Polacek - - * g++.dg/cpp1z/init-statement6.C: Rename a function. - -2016-11-15 Thomas Koenig - - PR libgfortran/51119 - * gfortran.dg/matmul_12.f90: New test case. - -2016-11-15 Uros Bizjak - - * gcc.target/i386/funcspec-56.inc: New file. - * gcc.target/i386/funcspec-5.c: Include funcspec-56.inc. Remove - common 32-bit and 64-bit function specific options. - * gcc.target/i386/funcspec-6.c: Ditto. - -2016-11-15 Jakub Jelinek - - * g++.dg/cpp1z/decomp14.C: New test. - * g++.dg/cpp1z/decomp15.C: New test. - * g++.dg/cpp1z/decomp16.C: New test. - - * g++.dg/cpp1z/decomp13.C: New test. - - * g++.dg/cpp1y/auto-fn33.C (main): Turn // error: ... into dg-bogus. - - PR c++/71988 - * g++.dg/cpp0x/constexpr-71988.C: New test. - -2016-11-15 Maciej W. Rozycki - - * gcc.target/mips/insn-casesi.c: New test case. - * gcc.target/mips/insn-pseudo-1.c: New test case. - * gcc.target/mips/insn-pseudo-2.c: New test case. - * gcc.target/mips/insn-pseudo-3.c: New test case. - * gcc.target/mips/insn-pseudo-4.c: New test case. - * gcc.target/mips/insn-tablejump.c: New test case. - -2016-11-15 Maciej W. Rozycki - - * gcc.target/mips/mips.exp (mips_option_tests): Add - `-mcode-readable=yes' array element. - -2016-11-15 Maciej W. Rozycki - - * gcc.target/mips/mips.exp (mips_option_tests): Add - `-mmicromips' array element. - -2016-11-15 Michael Matz - - PR missed-optimization/77881 - * gcc.target/i386/pr77881.c: New test. - -2016-11-15 Jakub Jelinek - - PR middle-end/78295 - * gcc.dg/uninit-pr78295.c: Add -Wno-psabi to dg-options. - -2016-11-14 Michael Meissner - - * gcc.target/powerpc/vec-set-int.c: New test. - * gcc.target/powerpc/vec-set-short.c: Likesie. - * gcc.target/powerpc/vec-set-char.c: Likewise. - -2016-11-14 Jakub Jelinek - - * g++.dg/cpp1z/feat-cxx1z.C: Test __cpp_structured_bindings macro. - -2016-11-14 Janus Weil - - PR fortran/78300 - * gfortran.dg/class_result_3.f90: New test. - -2016-11-14 Prasad Ghangal - Richard Biener - - * gcc.dg/gimplefe-1.c: New testcase. - * gcc.dg/gimplefe-2.c: Likewise. - * gcc.dg/gimplefe-3.c: Likewise. - * gcc.dg/gimplefe-4.c: Likewise. - * gcc.dg/gimplefe-5.c: Likewise. - * gcc.dg/gimplefe-6.c: Likewise. - * gcc.dg/gimplefe-7.c: Likewise. - * gcc.dg/gimplefe-8.c: Likewise. - * gcc.dg/gimplefe-9.c: Likewise. - * gcc.dg/gimplefe-10.c: Likewise. - * gcc.dg/gimplefe-11.c: Likewise. - * gcc.dg/gimplefe-12.c: Likewise. - * gcc.dg/gimplefe-13.c: Likewise. - * gcc.dg/gimplefe-14.c: Likewise. - * gcc.dg/gimplefe-15.c: Likewise. - * gcc.dg/gimplefe-16.c: Likewise. - * gcc.dg/gimplefe-17.c: Likewise. - * gcc.dg/gimplefe-18.c: Likewise. - -2016-11-14 Martin Liska - - PR bootstrap/78069 - * gcc.dg/no_profile_instrument_function-attr-1.c: Update test - to match scanned pattern. - * gcc.dg/tree-ssa/ssa-lim-11.c: Likewise. - -2016-11-14 Richard Biener - - PR tree-optimization/78312 - * gcc.dg/torture/pr78312.c: New testcase. - -2016-11-14 Georg-Johann Lay - - PR target/78093 - * gcc.target/avr/torture/tiny-absdata-2.c: New test. - -2016-11-14 Jakub Jelinek - Jason Merrill - - Implement P0217R3 - C++17 structured bindings - * g++.dg/cpp1z/decomp1.C: New test. - * g++.dg/cpp1z/decomp2.C: New test. - * g++.dg/cpp1z/decomp3.C: New test. - * g++.dg/cpp1z/decomp4.C: New test. - * g++.dg/cpp1z/decomp5.C: New test. - * g++.dg/cpp1z/decomp6.C: New test. - * g++.dg/cpp1z/decomp7.C: New test. - * g++.dg/cpp1z/decomp8.C: New test. - * g++.dg/cpp1z/decomp9.C: New test. - * g++.dg/cpp1z/decomp10.C: New test. - -2016-11-13 Kugan Vivekanandarajah - - * g++.dg/torture/pr78268.C: New test. - -2016-11-13 Prathamesh Kulkarni - - PR c/35503 - * c-c++-common/pr35503-1.c: New test. - * c-c++-common/pr35503-2.c: Likewise. - * c-c++-common/pr35503-3.c: Likewise. - * gcc.dg/format/gcc_diag-1.c: Add tests for "Z" specifier. - -2016-11-13 Uros Bizjak - - PR rtl-optimization/78232 - PR rtl-optimization/78248 - * gcc.dg/ubsan/pr78248.c: New test. - -2016-11-13 Eric Botcazou - - * gnat.dg/address_conv.adb: New test. - -2016-11-13 Eric Botcazou - - * gnat.dg/renaming11.ad[sb]: New test. - -2016-11-13 Eric Botcazou - - * c-c++-common/dump-ada-spec-6.c: New test. - -2016-11-13 Eric Botcazou - - * gnat.dg/lto21.adb: New test. - * gnat.dg/lto21_pkg1.ads: New helper. - * gnat.dg/lto21_pkg2.ad[sb]: Likewise. - -2016-11-13 Janus Weil - - PR fortran/60952 - * gfortran.dg/typebound_proc_34.f90: New test. - -2016-11-13 Janus Weil - - PR fortran/66366 - * gfortran.dg/class_57.f90: Changed error message. - * gfortran.dg/class_60.f90: New test. - -2016-11-12 David Edelsohn - - * g++.dg/pr78112.C: XFAIL AIX. - -2016-11-12 Janus Weil - - PR fortran/77501 - * gfortran.dg/typebound_generic_16.f90: New test. - -2016-11-12 Jakub Jelinek - - PR c++/71225 - * g++.dg/cpp0x/pr71225.C: New test. - -2016-11-11 Eric Botcazou - - * gcc.target/sparc/20161111-1.c: New test. - -2016-11-11 Uros Bizjak - - PR target/78310 - * gcc.target/i386/pr78310.c: New test. - -2016-11-11 Jeff Law - - * gcc.dg/tree-ssa/isolate-6.c: New test. - * gcc.dg/tree-ssa/isolate-7.c: New test. - -2016-11-11 Bin Cheng - - PR testsuite/78292 - * gcc.dg/vect/vect-cond-2.c: Only drop xfail for targets supporting - vect_max_reduc. - -2016-11-11 Jakub Jelinek - - PR c++/72774 - * g++.dg/parse/pr72774.C: New test. - -2016-11-11 Richard Biener - - PR tree-optimization/71575 - * gcc.dg/graphite/pr71575-1.c: New testcase. - * gcc.dg/graphite/pr71575-2.c: Likewise. - -2016-11-11 Richard Biener - - PR middle-end/78295 - * gcc.dg/uninit-pr78295.c: New testcase. - -2016-11-10 Fritz O. Reese - - PR fortran/78277 - * gfortran.dg/dec_structure_17.f90: New test. - -2016-11-10 Michael Meissner - - * gcc.target/powerpc/vsx-qimode.c: New test for QImode, HImode - being allowed in vector registers. - * gcc.target/powerpc/vsx-qimode2.c: Likewise. - * gcc.target/powerpc/vsx-qimode3.c: Likewise. - * gcc.target/powerpc/vsx-himode.c: Likewise. - * gcc.target/powerpc/vsx-himode2.c: Likewise. - * gcc.target/powerpc/vsx-himode3.c: Likewise. - * gcc.target/powerpc/p9-extract-1.c: Change MFVSRD to just MFVSR, - to allow matching MFVSRD or MFVSRW. - -2016-11-10 Pat Haugen - - PR rtl-optimization/78241 - * gcc.dg/pr78241.c: New test. - -2016-11-10 Jakub Jelinek - - * gfortran.dg/openmp-define-3.f90: Expect 201511 instead of - 201307. - - * g++.dg/cpp1z/noexcept-type14.C: New test. - * g++.dg/asan/asan_test.C: Remove -Wno-c++1z-compat from dg-options. - -2016-11-10 James Greenhalgh - - * gcc.dg/torture/fp-int-convert.h (M_OK2): New, use it in - WVAL0S tests added in r241817. - -2016-11-10 Jakub Jelinek - - * gfortran.dg/gomp/pr77516.f90: Add dg-warning. - * gfortran.dg/gomp/target1.f90: Remove ordered clause where it is - no longer allowed and corresponding ordered construct. - * gfortran.dg/gomp/linear-1.f90: New test. - * gfortran.dg/gomp/declare-simd-2.f90: New test. - * gfortran.dg/gomp/declare-target-1.f90: New test. - * gfortran.dg/gomp/declare-target-2.f90: New test. - -2016-11-10 Martin Liska - - PR sanitizer/78270 - * gcc.dg/asan/pr78270.c: New test. - -2016-11-10 Pierre-Marie de Rodat - Jakub Jelinek - - PR debug/78112 - * g++.dg/pr78112.C: New testcase. - -2016-11-09 Jakub Jelinek - - * g++.dg/asan/asan_test.C: Remove -Wno-format, add - -Wno-c++1z-compat. - * g++.dg/asan/dejagnu-gtest.h (EXPECT_TRUE): Use "%s" format - string in case condition contains % characters. - - PR c++/78283 - * g++.dg/cpp1z/noexcept-type13.C: New test. - -2016-11-09 Toma Tabacu - - * gcc.target/mips/mips.exp (mips-dg-options): Upgrade to MIPS IV if - using (HAS_MOVN) with MIPS III. - -2016-11-09 Janus Weil - - PR fortran/46459 - * gfortran.dg/volatile14.f90: New test. - -2016-11-09 Uros Bizjak - - PR target/78262 - * gcc.target/i386/pr78262.c: New test. - -2016-11-09 Fritz O. Reese - - PR fortran/78259 - * gfortran.dg/pr78259.f90: New test. - -2016-11-09 Janus Weil - - PR fortran/60777 - * gfortran.dg/spec_expr_7.f90: New test. - -2016-11-09 Jakub Jelinek - - PR target/77718 - * gcc.c-torture/execute/pr77718.c: New test. - - * gcc.dg/ubsan/c99-shift-3.c: New test. - * gcc.dg/ubsan/c99-shift-4.c: New test. - * gcc.dg/ubsan/c99-shift-5.c: New test. - * gcc.dg/ubsan/c99-shift-6.c: New test. - -2016-11-09 Martin Liska - - * gcc.dg/tree-ssa/builtins-folding-generic.c (main): Add new - test-case for memcmp. - * gcc.dg/tree-ssa/builtins-folding-gimple.c: Likewise. - -2016-11-09 Thomas Preud'homme - - PR testsuite/78269 - * g++.dg/cpp1z/noexcept-type9.C: Make it a compile test. - -2016-11-09 Paul Thomas - - * gfortran.dg/move_alloc_18.f90: New test. - -2016-11-09 Prathamesh Kulkarni - - PR middle-end/78256 - * gcc.dg/pr35691-1.c (foo): Use & instead of &&. - * gcc.dg/pr35691-2.c (foo): Use | instead of ||. - -2016-11-09 Janus Weil - - PR fortran/71894 - * gfortran.dg/class_59.f90: New test. - -2016-11-09 Richard Biener - - PR tree-optimization/78007 - * gcc.dg/vect/vect-bswap32.c: Adjust. - * gcc.dg/vect/vect-bswap64.c: Likewise. - -2016-11-09 Kugan Vivekanandarajah - - * gcc.dg/ipa/vrp7.c: New test. - -2016-11-09 Kugan Vivekanandarajah - - PR ipa/78121 - * gcc.dg/ipa/pr78121.c: New test. - -2016-11-09 Maxim Ostapenko - - * c-c++-common/asan/default_options.h: New file. - * c-c++-common/asan/strcasestr-1.c: New test. - * c-c++-common/asan/strcasestr-2.c: Likewise. - * c-c++-common/asan/strcspn-1.c: Likewise. - * c-c++-common/asan/strcspn-2.c: Likewise. - * c-c++-common/asan/strpbrk-1.c: Likewise. - * c-c++-common/asan/strpbrk-2.c: Likewise. - * c-c++-common/asan/strspn-1.c: Likewise. - * c-c++-common/asan/strspn-2.c: Likewise. - * c-c++-common/asan/strstr-1.c: Likewise. - * c-c++-common/asan/strstr-2.c: Likewise. - * c-c++-common/asan/halt_on_error_suppress_equal_pcs-1.c: Likewise. - -2016-11-09 Maxim Ostapenko - - * c-c++-common/asan/null-deref-1.c: Adjust testcase. - -2016-11-08 Janus Weil - - PR fortran/68440 - * gfortran.dg/class_58.f90: New test. - -2016-11-08 Uros Bizjak - - PR target/70799 - * gcc.target/i386/pr70799-2.c: New test. - -2016-11-08 Janus Weil - - PR fortran/77596 - * gfortran.dg/proc_ptr_comp_46.f90: New test. - -2016-11-08 Bin Cheng - - * gcc.dg/vect/pr56541.c: Xfail on !vect_cond_mixed targets. - -2016-11-08 Bin Cheng - - * gcc.dg/tree-ssa/pr71347.c: Drop xfail. - -2016-11-08 Bin Cheng - - * gcc.dg/vect/vect-cond-2.c: Drop xfail. - -2016-11-08 Martin Liska - - PR testsuite/78242 - * g++.dg/asan/use-after-scope-4.C: New test. - * g++.dg/asan/use-after-scope-types-4.C: Update scanned pattern. - * gcc.dg/asan/use-after-scope-8.c: Remove. - -2016-11-08 Richard Biener - - * gcc.dg/vect/vect-nb-iter-ub-2.c: Adjust. - -2016-11-08 Tamar Christina - - PR testsuite/78136 - * gcc.dg/cpp/trad/trad.exp - (dg-runtest): Added $srcdir/$subdir/ to Include dirs. - * gcc.dg/cpp/trad/include.c: Use local header file. - -2016-11-08 Richard Biener - - PR tree-optimization/78205 - * gcc.dg/vect/bb-slp-pr78205.c: New testcase. - -2016-11-08 Richard Biener - - PR tree-optimization/78224 - * g++.dg/torture/pr78224.C: New testcase. - -2016-11-08 Senthil Kumar Selvaraj - - * gcc.dg/store_merging_1.c: Require store_merge. - * gcc.dg/store_merging_2.c: Likewise. - * gcc.dg/store_merging_4.c: Likewise. - * gcc.dg/store_merging_5.c: Likewise. - * gcc.dg/store_merging_6.c: Likewise. - * gcc.dg/store_merging_7.c: Likewise. - * gcc.dg/store_merging_8.c: Likewise. - * lib/target-supports.exp (check_effective_target_store_merge): New. - -2016-11-07 David Edelsohn - - * gcc.target/powerpc/fold-vec-add-1.c: Add dg-options -maltivec. - * gcc.target/powerpc/fold-vec-add-2.c: Add dg-options -maltivec. - * gcc.target/powerpc/fold-vec-add-3.c: Add dg-options -maltivec. - * gcc.target/powerpc/fold-vec-add-4.c: Add dg-options -maltivec - -mvsx -mpower8-vector. - * gcc.target/powerpc/fold-vec-add-5.c: Add dg-options -maltivec -mno-vsx. - * gcc.target/powerpc/fold-vec-add-6.c: Add dg-options -maltivec -mvsx. - * gcc.target/powerpc/fold-vec-add-7.c: Add dg-options -maltivec - -mvsx -mpower8-vector. - -2016-11-07 David Edelsohn - - * lib/scanasm.exp (hidden-scan-for): Add XCOFF support. - - * gfortran.dg/implicit_class_1.f90: Skip on AIX. - * gcc.dg/visibility-14.c: XFAIL AIX. - * gcc.dg/visibility-15.c: XFAIL AIX. - * gcc.dg/visibility-16.c: XFAIL AIX. - * gcc.dg/visibility-17.c: XFAIL AIX. - * gcc.dg/visibility-18.c: XFAIL AIX. - * gcc.dg/visibility-19.c: XFAIL AIX. - * g++.dg/ext/visibility/anon1.C: XFAIL AIX. - * g++.dg/ext/visibility/anon2.C: XFAIL AIX. - * g++.dg/ext/visibility/pragma-override1.C: XFAIL AIX. - * g++.dg/ext/visibility/pragma-override2.C: XFAIL AIX. - -2016-11-07 Jakub Jelinek - - PR target/78227 - * gcc.target/i386/pr78227-1.c: New test. - * gcc.target/i386/pr78227-2.c: New test. - -2016-11-07 Prathamesh Kulkarni - - PR middle-end/35691 - * gcc.dg/pr35691-1.c: New test-case. - * gcc.dg/pr35691-2.c: Likewise. - -2016-11-07 Bernd Schmidt - - PR rtl-optimization/77309 - * gcc.dg/torture/pr77309.c: New test. - -2016-11-07 Jakub Jelinek - - PR middle-end/71529 - * gcc.target/i386/pr71529.C: Moved to ... - * g++.dg/opt/pr71529.C: ... here. New test. Guard for i?86/x86_64. - - PR target/64411 - * gcc.target/i386/pr64411.C: Moved to ... - * g++.dg/opt/pr64411.C: ... here. New test. Guard for i?86/x86_64 - lp64. - - PR target/65105 - * gcc.target/i386/pr65105-4.C: Moved to ... - * g++.dg/opt/pr65105-4.C: ... here. New test. Guard for i?86/x86_64. - Run into compile test rather than execute test. - -2016-11-07 Richard Biener - - PR target/78229 - * g++.dg/pr78229.C: New testcase. - -2016-11-07 Richard Biener - - PR tree-optimization/78218 - * gcc.dg/torture/pr78218.c: New testcase. - -2016-11-07 Richard Biener - - PR tree-optimization/78228 - * gcc.dg/tree-ssa/phi-opt-15.c: New testcase. - -2016-11-07 Kyrylo Tkachov - - PR target/77822 - * g++.dg/torture/pr77822.C: New test. - -2016-11-07 Martin Liska - - * c-c++-common/asan/force-inline-opt0-1.c: Disable - -f-sanitize-address-use-after-scope. - * c-c++-common/asan/inc.c: Change number of expected ASAN_CHECK - internal fn calls. - * g++.dg/asan/use-after-scope-1.C: New test. - * g++.dg/asan/use-after-scope-2.C: Likewise. - * g++.dg/asan/use-after-scope-3.C: Likewise. - * g++.dg/asan/use-after-scope-types-1.C: Likewise. - * g++.dg/asan/use-after-scope-types-2.C: Likewise. - * g++.dg/asan/use-after-scope-types-3.C: Likewise. - * g++.dg/asan/use-after-scope-types-4.C: Likewise. - * g++.dg/asan/use-after-scope-types-5.C: Likewise. - * g++.dg/asan/use-after-scope-types.h: Likewise. - * gcc.dg/asan/use-after-scope-1.c: Likewise. - * gcc.dg/asan/use-after-scope-2.c: Likewise. - * gcc.dg/asan/use-after-scope-3.c: Likewise. - * gcc.dg/asan/use-after-scope-4.c: Likewise. - * gcc.dg/asan/use-after-scope-5.c: Likewise. - * gcc.dg/asan/use-after-scope-6.c: Likewise. - * gcc.dg/asan/use-after-scope-7.c: Likewise. - * gcc.dg/asan/use-after-scope-8.c: Likewise. - * gcc.dg/asan/use-after-scope-9.c: Likewise. - * gcc.dg/asan/use-after-scope-switch-1.c: Likewise. - * gcc.dg/asan/use-after-scope-switch-2.c: Likewise. - * gcc.dg/asan/use-after-scope-switch-3.c: Likewise. - * gcc.dg/asan/use-after-scope-goto-1.c: Likewise. - * gcc.dg/asan/use-after-scope-goto-2.c: Likewise. - -2016-11-07 Richard Biener - - PR tree-optimization/78189 - * g++.dg/torture/pr78189.C: New testcase. - -2016-11-06 David Edelsohn - - * gcc.dg/Wtrampolines.c: XFAIL AIX. - -2016-11-06 Andre Vehreschild - - * gfortran.dg/allocate_with_source_14.f03: Fixed number mallocs - occuring. - -2016-11-06 Thomas Koenig - - PR fortran/78221 - * arith.c (gfc_complex2real): Change gfc_warning_now to - gfc_warning. - -2016-11-05 Paul Thomas - - * gfortran.dg/move_alloc_17.f03: New test. - -2016-11-05 Richard Biener - - PR bootstrap/78188 - * g++.dg/ipa/pr78188.C: New test. - -2016-11-05 Janus Weil - Dominique d'Humieres - - PR fortran/69495 - * gfortran.dg/elemental_optional_args_6.f90: Use -Wpedantic flag. - -2016-11-05 Paul Thomas - - PR fortran/67564 - * gfortran.dg/select_type_39.f03: New test. - -2016-11-04 Paul Thomas - - PR fortran/64933 - * gfortran.dg/associate_23.f90: New test. - -2016-11-04 Jakub Jelinek - - PR target/77834 - * gcc.dg/pr77834.c: New test. - -2016-11-04 Paolo Carlini - - PR c++/67980 - * g++.dg/cpp1y/pr67980.C: New. - -2016-11-04 Bill Schmidt - - * gcc.target/powerpc/fold-vec-add-1.c: New. - * gcc.target/powerpc/fold-vec-add-2.c: New. - * gcc.target/powerpc/fold-vec-add-3.c: New. - * gcc.target/powerpc/fold-vec-add-4.c: New. - * gcc.target/powerpc/fold-vec-add-5.c: New. - * gcc.target/powerpc/fold-vec-add-6.c: New. - * gcc.target/powerpc/fold-vec-add-7.c: New. - -2016-11-04 Toma Tabacu - - * gcc.target/mips/mips.exp (mips-dg-options): Downgrade to R5 - for -mbranch-likely, infer -mno-branch-likely for R6. - -2016-11-04 Bernd Edlinger - - PR c++/71973 - * g++.dg/cpp1y/lambda-generic-udt.C: Fix builtin function declaration. - * g++.dg/init/new15.C: Likewise. - * g++.dg/ipa/inline-1.C: Likewise. - * g++.dg/ipa/inline-2.C: Likewise. - * g++.dg/lto/20080908-1_0.C: Likewise. - * g++.dg/tc1/dr20.C: Likewise. - * g++.dg/tree-ssa/inline-1.C: Likewise. - * g++.dg/tree-ssa/inline-2.C: Likewise. - * g++.old-deja/g++.law/except1.C: Likewise. - * g++.old-deja/g++.other/vbase5.C: Likewise. - * obj-c++.dg/lto/trivial-1_0.mm: Likewise. - -2016-11-04 Bill Schmidt - - PR tree-optimization/78210 - * gcc.dg/tree-ssa/slsr-8.c: Fix slsr scan to include the - possibility of widening multiplies. - -2016-11-04 Richard Biener - - PR middle-end/78185 - * gcc.dg/pr78185.c: New testcase. - -2016-10-04 David Edelsohn - - * g++.dg/debug/dwarf2/ref-3.C: XFAIL AIX. - * g++.dg/debug/dwarf2/ref-4.C: XFAIL AIX. - -2016-11-03 Jakub Jelinek - Alexandre Oliva - Jason Merrill - - PR debug/28767 - PR debug/56974 - * g++.dg/debug/dwarf2/ptrdmem-1.C: New test. - * g++.dg/debug/dwarf2/ref-3.C: New test. - * g++.dg/debug/dwarf2/ref-4.C: New test. - * g++.dg/debug/dwarf2/refqual-1.C: New test. - * g++.dg/debug/dwarf2/refqual-2.C: New test. - -2016-11-03 Fritz Reese - - * gfortran.dg/dec_exp_1.f90: New test. - * gfortran.dg/dec_exp_2.f90: Likewise. - * gfortran.dg/dec_exp_3.f90: Likewise. - -2016-11-03 Fritz O. Reese - - * gfortran.dg/dec_parameter_1.f: New test. - * gfortran.dg/dec_parameter_2.f90: Likewise. - * gfortran.dg/dec_parameter_3.f90: Likewise. - * gfortran.dg/dec_parameter_4.f90: Likewise. - -2016-11-03 Martin Liska - - * gcc.dg/no_profile_instrument_function-attr-1.c: Update scanned - output. - * gcc.dg/tree-prof/time-profiler-3.c: New test. - -2016-11-03 Bernd Edlinger - - PR libgcc/78067 - * gcc.dg/torture/fp-int-convert.h: Add more conversion tests. - -2016-11-03 Senthil Kumar Selvaraj - - * gcc.c-torture/execute/pr78170.c: Require int32plus. - -2016-11-02 Max Filippov - - * gcc.c-torture/compile/20001226-1.c: Don't xfail on xtensa. - -2016-11-01 Tamar Christina - - * gcc.target/arm/simd/vmaxnm_f32_1.c (dg-require-effective-target): - Check for arm_v8_neon_hw. - * gcc.target/arm/simd/vmaxnmq_f32_1.c (dg-require-effective-target): - Likewise. - * gcc.target/arm/simd/vminnm_f32_1.c (dg-require-effective-target): - Likewise. - * gcc.target/arm/simd/vminnmq_f32_1.c(dg-require-effective-target): - Likewise. - -2016-11-02 Richard Biener - - * gcc.dg/store_merging_8.c: New testcase. - -2016-11-02 Fritz O. Reese - - * gfortran.dg/warn_argument_mismatch_1.f90: New test. - -2016-11-02 David Edelsohn - - * gcc.dg/debug/dwarf2/prod-options.c: XFAIL AIX. - * gcc.dg/debug/dwarf2/pr71855.c: XFAIL AIX. - * gcc.dg/addr_equal_1.c: XFAIL AIX. - * gcc.dg/pr65779.c: XFAIL AIX. - * gcc.dg/pr70405.c: XFAIL AIX. - - * g++.dg/debug/dwarf2/inline-var-1.C: XFAIL AIX. - * g++.dg/debug/dwarf2/ref-2.C: XFAIL AIX. - * g++.dg/debug/dwarf2/constexpr-var-1.C: XFAIL AIX. - -2016-11-02 Rainer Orth - - * lib/target-supports.exp (check_gc_sections_available): Use - -print-prog-name=ld to determine linker used. - -2016-11-02 Martin Liska - - * gcc.dg/tree-ssa/builtins-folding-gimple-ub.c (main): Add - test case. - -2016-11-02 Kyrylo Tkachov - - PR tree-optimization/78170 - * gcc.c-torture/execute/pr78170.c: New test. - -2016-11-02 Kyrylo Tkachov - - PR tree-optimization/78162 - * gcc.c-torture/compile/pr78162.c: New test. - -2016-11-02 Richard Biener - - PR tree-optimization/78035 - PR tree-optimization/77964 - * gcc.target/i386/pr78035.c: New testcase. - -2016-11-02 Richard Biener - - * gcc.dg/tree-ssa/vrp111.c: New testcase. - * gcc.dg/tree-ssa/pr20702.c: Disable EVRP. - * gcc.dg/tree-ssa/pr21086.c: Likewise. - * gcc.dg/tree-ssa/pr58480.c: Likewise. - * gcc.dg/tree-ssa/vrp08.c: Likewise. - -2016-11-01 David Edelsohn - - * gfortran.dg/pr70937.f90: require-effective-target lto. - -2016-11-01 Thomas Koenig - - PR fortran/69544 - * gfortran.dg/where_6.f90: New test. - -2016-11-01 Jakub Jelinek - - * g++.dg/debug/dwarf2/inline-var-1.C: New test. - -2016-11-01 Thomas Koenig - - PR fortran/69544 - * gfortran.dg/where_5.f90: New test. - -2016-11-01 Bilyan Borisov - - * gcc.target/arm/simd/vmaxnm_f32_1.c: New. - * gcc.target/arm/simd/vmaxnmq_f32_1.c: Likewise. - * gcc.target/arm/simd/vminnm_f32_1.c: Likewise. - * gcc.target/arm/simd/vminnmq_f32_1.c: Likewise. - -2016-11-01 Uros Bizjak - - * lib/target-supports.exp: Normalize order of i?86 and x86_64 targets. - Whitespace fixes. - (check_effective_target_vect_cmdline_needed): Check - is-effective-target ia32 for x86 targets. - (check_effective_target_vect_simd_clones): Simplify condition. - (check_effective_target_vect_double): Ditto. - (check_effective_target_vect_aligned_arrays): Check - is-effective-target ia32 for x86 targets. Simplify condition. - (check_effective_target_vect_multiple_sizes): Simplify condition. - (check_effective_target_sqrt_insn): Add i?86-*-* target. - (check_effective_target_sync_int_128): Simplify condition. - (check_effective_target_sync_int_128_runtime): Ditto. - (check_effective_target_sync_long_long_runtime): Ditto. - (check_effective_target_divmod): Add i?86-*-* target. - -2016-10-31 Michael Meissner - - * gcc.target/powerpc/vsx-extract-4.c: New test. - * gcc.target/powerpc/vsx-extract-5.c: Likewise. - -2016-10-31 Jerry DeLisle - - PR fortran/54679 - * gfortran.dg/fmt_l.f90: Update test. - * gfortran.dg/fmt_l0.f90: New test. - -2016-10-31 Jakub Jelinek - - PR c++/78089 - * c-c++-common/builtin-shuffle-1.c: New test. - * g++.dg/cpp0x/addressof3.C: New test. - -2016-10-31 Ville Voutilainen - - Add tests for a const member and a reference member for launder. - * g++.dg/cpp1z/launder3.C: New. - * g++.dg/cpp1z/launder4.C: Likewise. - * g++.dg/cpp1z/launder5.C: Likewise. - * g++.dg/cpp1z/launder5.cc: Likewise. - * g++.dg/cpp1z/launder5.h: Likewise. - * g++.dg/cpp1z/launder6.C: Likewise. - * g++.dg/cpp1z/launder6.cc: Likewise. - * g++.dg/cpp1z/launder6.h: Likewise. - -2016-10-31 Jakub Jelinek - - PR c++/77948 - * g++.dg/cpp0x/pr77948-1.C: New test. - * g++.dg/cpp0x/pr77948-2.C: New test. - * g++.dg/cpp0x/pr77948-3.C: New test. - * g++.dg/cpp0x/pr77948-4.C: New test. - * g++.dg/cpp0x/pr77948-5.C: New test. - * g++.dg/cpp0x/pr77948-6.C: New test. - - PR tree-optimization/77860 - * gcc.dg/pr77860.c: New test. - -2016-10-31 Jakub Jelinek - - PR c++/77886 - * g++.dg/warn/Wimplicit-fallthrough-2.C: New test. - -2016-10-31 Senthil Kumar Selvaraj - - * gcc.dg/lto/pr60449_0.c: Skip for avr. - -2016-10-30 Le-Chun Wu - Mark Wielaard - - * gcc.dg/Wshadow-compatible-local-1.c: New test. - * gcc.dg/Wshadow-local-1.c: Likewise. - * gcc.dg/Wshadow-local-2.c: Likewise. - * g++.dg/warn/Wshadow-compatible-local-1.C: Likewise. - * g++.dg/warn/Wshadow-local-1.C: Likewise. - * g++.dg/warn/Wshadow-local-2.C: Likewise. - -2016-10-30 Bill Schmidt - - PR tree-optimization/71915 - PR tree-optimization/71490 - * gcc.dg/tree-ssa/pr54245.c: Delete. - * gcc.dg/tree-ssa/slsr-8.c: Adjust for new optimization and - document why. - -2016-10-30 Jerry DeLisle - - PR fortran/78123 - * gfortran.dg/fmt_t_9.f: New test. - -2016-10-30 Thomas Koenig - - PR fortran/67219 - * gfortran.dg/pr67219.f90: New test. - -2016-10-29 Jakub Jelinek - - PR rtl-optimization/77919 - * g++.dg/torture/pr77919-2.C: New test. - - PR target/78148 - * gcc.dg/pr78148.c: New test. - -2016-10-28 Eric Botcazou - - * gcc.target/sparc/overflow-3.c: Replace and move old one to... - * gcc.target/sparc/overflow-4.c: ...here. - * gcc.target/sparc/overflow-5.c: New test. - -2016-10-28 Prathamesh Kulkarni - Kugan Vivekanandarajah - Jim Wilson - - PR tree-optimization/43721 - * lib/target-supports.exp (check_effective_target_divmod): New. - (check_effective_target_divmod_simode): Likewise. - (check_effective_target_arm_divmod_simode): Likewise. - * gcc.dg/divmod-1-simode.c: New test. - * gcc.dg/divmod-1.c: Likewise. - * gcc.dg/divmod-2-simode.c: Likewise. - * gcc.dg/divmod-2.c: Likewise. - * gcc.dg/divmod-3-simode.c: Likewise. - * gcc.dg/divmod-3.c: Likewise. - * gcc.dg/divmod-4-simode.c: Likewise. - * gcc.dg/divmod-4.c: Likewise. - * gcc.dg/divmod-5.c: Likewise. - * gcc.dg/divmod-6-simode.c: Likewise. - * gcc.dg/divmod-6.c: Likewise. - * gcc.dg/divmod-7.c: Likewise. - -2016-10-28 Kyrylo Tkachov - Jakub Jelinek - Andrew Pinski - - PR middle-end/22141 - PR rtl-optimization/23684 - * gcc.c-torture/execute/pr22141-1.c: New test. - * gcc.c-torture/execute/pr22141-2.c: Likewise. - * gcc.target/aarch64/ldp_stp_1.c: Adjust for -fstore-merging. - * gcc.target/aarch64/ldp_stp_4.c: Likewise. - * gcc.dg/store_merging_1.c: New test. - * gcc.dg/store_merging_2.c: Likewise. - * gcc.dg/store_merging_3.c: Likewise. - * gcc.dg/store_merging_4.c: Likewise. - * gcc.dg/store_merging_5.c: Likewise. - * gcc.dg/store_merging_6.c: Likewise. - * gcc.dg/store_merging_7.c: Likewise. - * gcc.target/i386/pr22141.c: Likewise. - * gcc.target/i386/pr34012.c: Add -fno-store-merging to dg-options. - * g++.dg/init/new17.C: Likewise. - -2016-10-26 Will Schmidt - - PR middle-end/72747 - * c-c++-common/pr72747-1.c: New test. - * c-c++-common/pr72747-2.c: Likewise. - -2016-10-28 Andreas Krebbel - - * gcc.target/s390/oscbreak-1.c: New test. - -2016-10-28 Andreas Krebbel - - * gcc.target/s390/target-attribute/tattr-m64-33.c: New test. - -2016-10-28 Jakub Jelinek - - PR rtl-optimization/77919 - * g++.dg/torture/pr77919.C: New test. - - PR rtl-optimization/78132 - * gcc.target/i386/pr78132.c: New test. - -2016-10-27 Eric Botcazou - - * gcc.dg/vect/pr71264.c: XFAIL on SPARC. - -2016-10-27 Michael Meissner - - * gcc.target/powerpc/vsx-simode.c: New test. - * gcc.target/powerpc/vsx-simode2.c: Likewise. - * gcc.target/powerpc/vsx-simode3.c: Likewise. - -2016-10-27 Jakub Jelinek - - PR fortran/78026 - * gfortran.dg/gomp/pr78026.f03: New test. - * gfortran.dg/select_type_38.f03: New test. - - PR middle-end/78025 - * g++.dg/gomp/declare-simd-7.C: New test. - -2016-10-27 Fritz Reese - - * gfortran.dg/dec_init_1.f90: Remove -fdump-tree-original. - * gfortran.dg/dec_init_2.f90: Likewise. - * gfortran.dg/dec_init_3.f90: New test. - * gfortran.dg/dec_init_4.f90: Likewise. - -2016-10-27 Bin Cheng - - * gcc.dg/fold-narrowbopcst-1.c: New test. - -2016-10-27 Fritz Reese - - * gfortran.dg/dec_io_5.f90: Don't use "test.txt", and use - dg-shouldfail/dg-output instead of XFAIL. - * gfortran.dg/dec_io_6.f90: Likewise. - -2016-10-27 Thomas Preud'homme - - * gcc.target/arm/atomic-comp-swap-release-acquire-3.c: New test. - * gcc.target/arm/atomic-op-acq_rel-3.c: Likewise. - * gcc.target/arm/atomic-op-acquire-3.c: Likewise. - * gcc.target/arm/atomic-op-char-3.c: Likewise. - * gcc.target/arm/atomic-op-consume-3.c: Likewise. - * gcc.target/arm/atomic-op-int-3.c: Likewise. - * gcc.target/arm/atomic-op-relaxed-3.c: Likewise. - * gcc.target/arm/atomic-op-release-3.c: Likewise. - * gcc.target/arm/atomic-op-seq_cst-3.c: Likewise. - * gcc.target/arm/atomic-op-short-3.c: Likewise. - -2016-10-27 Bin Cheng - - * gcc.dg/fold-convmaxconv-1.c: New test. - * gcc.dg/fold-convminconv-1.c: New test. - -2016-10-26 Steven G. Kargl - - PR fortran/78092 - * gfortran.dg/pr78092.f90: New test. - -2016-10-26 Kelvin Nilsen - - PR target/78056 - * gcc.target/powerpc/vsu/vec-any-eqz-7.c (test_any_equal): Change - expected error message. - * gcc.target/powerpc/vsu/vec-xst-len-12.c (store_data): Change - expected error message. - * gcc.target/powerpc/vsu/vec-all-nez-7.c - (test_all_not_equal_and_not_zero): Change expected error message. - -2016-10-26 Jakub Jelinek - - PR fortran/77973 - * gfortran.dg/gomp/pr77973.f90: New test. - -2016-10-26 Paul Thomas - - PR fortran/78108 - * gfortran.dg/submodule_18.f08: New test. - * gfortran.dg/submodule_19.f08: New test. - -2016-10-26 Michael Matz - - * g++.dg/pr78060.C: New test. - * gfortran.dg/pr78061.f: New test. - * g++.dg/pr78088.C: New test. - -2016-10-26 Fritz Reese - - * gfortran.dg/dec_io_1.f90: New test. - * gfortran.dg/dec_io_2.f90: New test. - * gfortran.dg/dec_io_3.f90: New test. - * gfortran.dg/dec_io_4.f90: New test. - * gfortran.dg/dec_io_5.f90: New test. - * gfortran.dg/dec_io_6.f90: New test. - -2016-10-25 Jakub Jelinek - - PR sanitizer/78106 - * gcc.dg/asan/pr78106.c: Add -ffat-lto-objects to dg-options. - -2016-10-25 Fritz Reese - - * gfortran.dg/dec_bitwise_ops_1.f90: New test. - * gfortran.dg/dec_bitwise_ops_2.f90: New test. - -2016-10-25 Eric Botcazou - - * gnat.dg/opt59.adb: New test. - * gnat.dg/opt59_pkg.ad[sb]: New helper. - - * gnat.dg/opt60.adb: New test. - -2016-10-25 Andre Vehreschild - - PR fortran/72770 - * gfortran.dg/alloc_comp_class_5.f03: Added test again that caused - this pr. - -2016-10-25 Jakub Jelinek - - PR target/78102 - * gcc.target/i386/pr78102.c: New test. - -2016-10-25 Fritz Reese - - * gfortran.dg/dec_logical_xor_1.f90: New test. - * gfortran.dg/dec_logical_xor_2.f90: New test. - * gfortran.dg/dec_logical_xor_3.f03: New test. - -2016-10-25 Fritz Reese - - * gfortran.dg/dec_loc_rval_1.f90: New test. - * gfortran.dg/dec_loc_rval_2.f90: New test. - * gfortran.dg/dec_loc_rval_3.f03: New test. - -2016-10-25 Fritz Reese - - * gfortran.dg/dec_type_print.f90: New testcase. - -2016-10-25 Fritz Reese - - * gfortran.dg/feed_1.f90: New test. - * gfortran.dg/feed_2.f90: New test. - -2016-10-25 Martin Liska - - PR sanitizer/78106 - * gcc.dg/asan/pr78106.c: New test. - -2016-10-25 Martin Liska - - * gcc.dg/ipa/ipa-icf-32.c: Removed one scanned pattern. - -2016-10-25 Wilco Dijkstra - - PR target/78041 - * gcc.target/arm/pr78041.c: New test. - -2016-10-25 Jakub Jelinek - - * g++.dg/cpp1z/launder1.C: New test. - * g++.dg/cpp1z/launder2.C: New test. - -2016-10-25 Georg-Johann Lay - Pitchumani Sivanupandi - - PR target/71676 - PR target/71678 - * gcc.target/avr/pr71676-2.c: New test. - -2016-10-25 Georg-Johann Lay - Pitchumani Sivanupandi - - PR target/71676 - PR target/71678 - * gcc.target/avr/pr71676-1.c: New test. - * gcc.target/avr/pr71676-3.c: New test. - * gcc.target/avr/pr71676.c: New test. - * gcc.target/avr/pr71678.c: New test. - -2016-10-24 Kugan Vivekanandarajah - - * gcc.target/aarch64/test_frame_common.h: Add noclone attribute - such that cloned verions of tested functions are not created. - -2016-10-24 Steven G. Kargl - - PR fortran/71895 - * gfortran.dg/pr71895.f90: New test. - -2016-10-24 Jakub Jelinek - - * g++.dg/debug/dwarf2/ref-2.C: New test. - -2016-10-24 Bernd Edlinger - - * c-c++-common/Wint-in-bool-context-3.c: New test. - -2016-10-24 Martin Sebor - - PR middle-end/77735 - * gcc.dg/tree-ssa/builtin-sprintf-2.c: Add test cases. - * gcc.dg/tree-ssa/builtin-sprintf-warn-1.c: Same. - * gcc.dg/tree-ssa/builtin-sprintf-warn-2.c: Same. - * gcc.dg/tree-ssa/builtin-sprintf-warn-3.c: Adjust/relax. - * gcc.dg/tree-ssa/builtin-sprintf-warn-4.c: Add test cases. - * gcc.dg/tree-ssa/builtin-sprintf-warn-6.c: XFAIL for LP64 only. - * gcc.dg/tree-ssa/builtin-sprintf.c: Add test cases. - -2016-10-24 Richard Biener - - PR testsuite/71491 - * gcc.dg/vect/slp-43.c: Adjust for !vect_hw_misalign. - * gcc.dg/vect/slp-45.c: Likewise. - -2016-10-24 Richard Biener - - * gcc.dg/tree-ssa/cunroll-13.c: Disable EVRP. - * gcc.dg/tree-ssa/pr21458.c: Likewise. - * gcc.dg/tree-ssa/pr21458-2.c: New testcase for EVRP. - -2016-10-24 Georg-Johann Lay - - PR target/78093 - * lib/target-supports.exp (check_effective_target_avr_tiny): New proc. - * gcc.target/avr/torture/tiny-absdata-1.c: New test. - -2016-10-24 Andre Vieira - - * gcc.target/arm/pure-code/pure-code.exp: Restore saved globals. - -2016-10-24 Jakub Jelinek - - * gcc.target/i386/bmi2-pext-1.c: New test. - * gcc.target/i386/bmi2-pdep-1.c: New test. - * gcc.target/i386/bmi2-bzhi-3.c: New test. - * gcc.target/i386/tbm-bextri-1.c: New test. - * gcc.target/i386/bmi-bextr-6.c: New test. - -2016-10-24 Rainer Orth - - PR target/77483 - * gcc.target/i386/mask-unpack.c (dg-options): Add -mno-stackrealign. - * gcc.target/i386/pr65105-1.c: Likewise. - * gcc.target/i386/pr65105-2.c: Likewise. - * gcc.target/i386/pr65105-3.c: Likewise. - * gcc.target/i386/pr65105-5.c: Likewise. - * gcc.target/i386/pr67761.c: Likewise. - * gcc.target/i386/pr70799-1.c: Likewise. - -2016-10-24 Martin Liska - - PR sanitizer/77966 - * c-c++-common/ubsan/unreachable-3.c: New test. - -2016-10-23 Steven G. Kargl - - PR fortran/77763 - * gfortran.dg/pr77763.f90 - -2016-10-23 Steven G. Kargl - - PR fortran/54730 - PR fortran/78033 - * gfortran.dg/pr78033.f90: New test. - -2016-10-23 Paul Thomas - - PR fortran/69834 - * gfortran.dg/select_type_1.f03: Change error for overlapping - TYPE IS cases. - * gfortran.dg/select_type_36.f03: New test. - -2016-10-22 Eric Botcazou - - * gcc.dg/tree-ssa/pr71347.c: Remove XFAIL on SPARC. - -2016-10-22 Thomas Koenig - - PR fortran/78021 - * gfortran.dg/string_length_3.f90: New test. - -2016-10-22 Andre Vehreschild - - * gfortran.dg/coarray_alloc_comp_2.f08: New test. - -2016-10-22 Andre Vehreschild - - PR fortran/43366 - PR fortran/57117 - PR fortran/61337 - * gfortran.dg/alloc_comp_class_5.f03: New test. - * gfortran.dg/class_allocate_21.f90: New test. - * gfortran.dg/class_allocate_22.f90: New test. - * gfortran.dg/realloc_on_assign_27.f08: New test. - -2016-10-21 Jeff Law - - * PR tree-optimization/71947 - * gcc.dg/tree-ssa/pr71947-4.c: Avoid x86 opcode. - * gcc.dg/tree-ssa/pr71947-5.c: Likewise. - * gcc.dg/tree-ssa/pr71947-6.c: Make it opt-in rather than opt-out. - -2016-10-21 Kugan Vivekanandarajah - - * gcc.dg/ipa/vrp5.c: New test. - * gcc.dg/ipa/vrp6.c: New test. - -2016-10-21 Wilco Dijkstra - - * gcc.target/aarch64/test_frame_17.c: New test. - -2016-10-21 Wilco Dijkstra - - * gcc.target/aarch64/test_frame_17.c: New test. - -2016-10-21 Andris Pavenis - - PR preprocessor/71681 - * gcc.dg/cpp/pr71681-1.c: New testcase - * gcc.dg/cpp/pr71681-2.c: Likewise - * gcc.dg/cpp/remap/header.gcc: File for added test-cases - * gcc.dg/cpp/remap/a/header.gcc: Likewise - * gcc.dg/cpp/remap/a/t_1.h: Likewise - * gcc.dg/cpp/remap/a/t_2.h: Likewise - -2016-10-21 Jakub Jelinek - - PR target/78057 - * gcc.target/i386/pr78057.c: New test. - - * g++.dg/debug/dwarf2/constexpr-var-1.C: New test. - -2016-10-21 Paul Thomas - - PR fortran/69566 - * gfortran.dg/select_type_37.f03: New test. - -2016-10-21 Senthil Kumar Selvaraj - - PR target/71627 - * gcc.target/avr/pr71627.c: New test - -2016-10-21 Eric Botcazou - - * gcc.target/sparc/overflow-1.c: New test. - * gcc.target/sparc/overflow-2.c: Likewise. - * gcc.target/sparc/overflow-3.c: Likewise. - -2016-10-21 Andre Vieira - - * gcc.target/arm/pure-code/pure-code.exp: Require arm_cortex_m - effective target. - -2016-10-21 Kyrylo Tkachov - - PR rtl-optimization/78038 - * gcc.target/aarch64/pr78038.c: New test. - -2016-10-21 Richard Biener - - PR tree-optimization/78051 - * g++.dg/torture/pr78051.C: New testcase. - -2016-10-20 Bernd Edlinger - - * c-c++-common/wdate-time.c: Restored test case. - * g++.dg/warn/Wconversion-real.C: Deleted empty file. - -2016-10-20 Jakub Jelinek - - * g++.dg/cpp1z/inline-var1.C (w): Initialize to 64 + 2. - -2016-10-20 Uros Bizjak - - PR target/78037 - * gcc.target/i386/pr78037.c: New test. - -2016-10-20 Eric Botcazou - - * gcc.target/visium/overflow8.c: New. - * gcc.target/visium/overflow16.c: Likewise. - * gcc.target/visium/overflow32: Likewise. - -2016-10-20 Michael Matz - - * gcc.dg/loop-split.c: New test. - * gcc.dg/tree-ssa/ifc-9.c: Update. - * gcc.dg/tree-ssa/ifc-10.c: Update. - -2016-10-20 Richard Biener - - * gcc.dg/graphite/pr35356-1.c: Update. - -2016-10-20 Paolo Carlini - - PR c++/77446 - * g++.dg/cpp1y/pr77446.C: New. - -2016-10-20 Prathamesh Kulkarni - - PR tree-optimization/53979 - * gcc.dg/pr53979-1.c: New test-case. - * gcc.dg/pr53979-2.c: Likewise. - -2016-10-19 Bernd Edlinger - - * c-c++-common/Wint-in-bool-context-2.c: New test. - -2016-10-19 Jerry DeLisle - - * gfortran.dg/dtio_17.f90: Fix test. - -2016-10-19 Aldy Hernandez - - * gcc.dg/Walloca-1.c: Adjust test for !lp64 targets. - * gcc.dg/Walloca-2.c: Same. - -2016-10-19 Aldy Hernandez - - * gcc.dg/Wvla-1.c: Rename to... - * gcc.dg/Wvla-larger-than-1.c: ...this. - * gcc.dg/Wvla-2.c: Rename to... - * gcc.dg/Wvla-larger-than-2.c: ...this. - * gcc.dg/Wvla-3.c: Rename to... - * gcc.dg/Walloca-11.c.: ...this. - * gcc.dg/wvla-[1-7].c: Rename to: - * gcc.dg/Wvla-[1-7].c: ...this. - -2016-10-19 Bin Cheng - - PR tree-optimization/78005 - * gcc.dg/vect/pr78005.c: New. - * gcc.target/i386/l_fma_float_1.c: Revise test. - * gcc.target/i386/l_fma_float_2.c: Ditto. - * gcc.target/i386/l_fma_float_3.c: Ditto. - * gcc.target/i386/l_fma_float_4.c: Ditto. - * gcc.target/i386/l_fma_float_5.c: Ditto. - * gcc.target/i386/l_fma_float_6.c: Ditto. - * gcc.target/i386/l_fma_double_1.c: Ditto. - * gcc.target/i386/l_fma_double_2.c: Ditto. - * gcc.target/i386/l_fma_double_3.c: Ditto. - * gcc.target/i386/l_fma_double_4.c: Ditto. - * gcc.target/i386/l_fma_double_5.c: Ditto. - * gcc.target/i386/l_fma_double_6.c: Ditto. - -2016-10-19 Thomas Schwinge - - PR tree-optimization/78024 - * gcc.dg/goacc/loop-processing-1.c: New file. - -2016-10-19 Richard Biener - - * gcc.dg/tree-ssa/pr61839_2.c: Fix testcase. - -2016-10-18 Kelvin Nilsen - - * gcc.target/powerpc/vsu/vec-all-ne-0.c: New test. - * gcc.target/powerpc/vsu/vec-all-ne-1.c: New test. - * gcc.target/powerpc/vsu/vec-all-ne-10.c: New test. - * gcc.target/powerpc/vsu/vec-all-ne-11.c: New test. - * gcc.target/powerpc/vsu/vec-all-ne-12.c: New test. - * gcc.target/powerpc/vsu/vec-all-ne-13.c: New test. - * gcc.target/powerpc/vsu/vec-all-ne-14.c: New test. - * gcc.target/powerpc/vsu/vec-all-ne-2.c: New test. - * gcc.target/powerpc/vsu/vec-all-ne-3.c: New test. - * gcc.target/powerpc/vsu/vec-all-ne-4.c: New test. - * gcc.target/powerpc/vsu/vec-all-ne-5.c: New test. - * gcc.target/powerpc/vsu/vec-all-ne-6.c: New test. - * gcc.target/powerpc/vsu/vec-all-ne-7.c: New test. - * gcc.target/powerpc/vsu/vec-all-ne-8.c: New test. - * gcc.target/powerpc/vsu/vec-all-ne-9.c: New test. - * gcc.target/powerpc/vsu/vec-all-nez-1.c: New test. - * gcc.target/powerpc/vsu/vec-all-nez-2.c: New test. - * gcc.target/powerpc/vsu/vec-all-nez-3.c: New test. - * gcc.target/powerpc/vsu/vec-all-nez-4.c: New test. - * gcc.target/powerpc/vsu/vec-all-nez-5.c: New test. - * gcc.target/powerpc/vsu/vec-all-nez-6.c: New test. - * gcc.target/powerpc/vsu/vec-all-nez-7.c: New test. - * gcc.target/powerpc/vsu/vec-any-eq-0.c: New test. - * gcc.target/powerpc/vsu/vec-any-eq-1.c: New test. - * gcc.target/powerpc/vsu/vec-any-eq-10.c: New test. - * gcc.target/powerpc/vsu/vec-any-eq-11.c: New test. - * gcc.target/powerpc/vsu/vec-any-eq-12.c: New test. - * gcc.target/powerpc/vsu/vec-any-eq-13.c: New test. - * gcc.target/powerpc/vsu/vec-any-eq-14.c: New test. - * gcc.target/powerpc/vsu/vec-any-eq-2.c: New test. - * gcc.target/powerpc/vsu/vec-any-eq-3.c: New test. - * gcc.target/powerpc/vsu/vec-any-eq-4.c: New test. - * gcc.target/powerpc/vsu/vec-any-eq-5.c: New test. - * gcc.target/powerpc/vsu/vec-any-eq-6.c: New test. - * gcc.target/powerpc/vsu/vec-any-eq-7.c: New test. - * gcc.target/powerpc/vsu/vec-any-eq-8.c: New test. - * gcc.target/powerpc/vsu/vec-any-eq-9.c: New test. - * gcc.target/powerpc/vsu/vec-any-eqz-1.c: New test. - * gcc.target/powerpc/vsu/vec-any-eqz-2.c: New test. - * gcc.target/powerpc/vsu/vec-any-eqz-3.c: New test. - * gcc.target/powerpc/vsu/vec-any-eqz-4.c: New test. - * gcc.target/powerpc/vsu/vec-any-eqz-5.c: New test. - * gcc.target/powerpc/vsu/vec-any-eqz-6.c: New test. - * gcc.target/powerpc/vsu/vec-any-eqz-7.c: New test. - * gcc.target/powerpc/vsu/vec-cmpne-0.c: New test. - * gcc.target/powerpc/vsu/vec-cmpne-1.c: New test. - * gcc.target/powerpc/vsu/vec-cmpne-2.c: New test. - * gcc.target/powerpc/vsu/vec-cmpne-3.c: New test. - * gcc.target/powerpc/vsu/vec-cmpne-4.c: New test. - * gcc.target/powerpc/vsu/vec-cmpne-5.c: New test. - * gcc.target/powerpc/vsu/vec-cmpne-6.c: New test. - * gcc.target/powerpc/vsu/vec-cmpne-8.c: New test. - * gcc.target/powerpc/vsu/vec-cmpne-9.c: New test. - * gcc.target/powerpc/vsu/vec-cmpnez-1.c: New test. - * gcc.target/powerpc/vsu/vec-cmpnez-2.c: New test. - * gcc.target/powerpc/vsu/vec-cmpnez-3.c: New test. - * gcc.target/powerpc/vsu/vec-cmpnez-4.c: New test. - * gcc.target/powerpc/vsu/vec-cmpnez-5.c: New test. - * gcc.target/powerpc/vsu/vec-cmpnez-6.c: New test. - * gcc.target/powerpc/vsu/vec-cmpnez-7.c: New test. - * gcc.target/powerpc/vsu/vec-cntlz-lsbb-0.c: New test. - * gcc.target/powerpc/vsu/vec-cntlz-lsbb-1.c: New test. - * gcc.target/powerpc/vsu/vec-cntlz-lsbb-2.c: New test. - * gcc.target/powerpc/vsu/vec-cnttz-lsbb-0.c: New test. - * gcc.target/powerpc/vsu/vec-cnttz-lsbb-1.c: New test. - * gcc.target/powerpc/vsu/vec-cnttz-lsbb-2.c: New test. - * gcc.target/powerpc/vsu/vec-xl-len-0.c: New test. - * gcc.target/powerpc/vsu/vec-xl-len-1.c: New test. - * gcc.target/powerpc/vsu/vec-xl-len-10.c: New test. - * gcc.target/powerpc/vsu/vec-xl-len-11.c: New test. - * gcc.target/powerpc/vsu/vec-xl-len-12.c: New test. - * gcc.target/powerpc/vsu/vec-xl-len-13.c: New test. - * gcc.target/powerpc/vsu/vec-xl-len-2.c: New test. - * gcc.target/powerpc/vsu/vec-xl-len-3.c: New test. - * gcc.target/powerpc/vsu/vec-xl-len-4.c: New test. - * gcc.target/powerpc/vsu/vec-xl-len-5.c: New test. - * gcc.target/powerpc/vsu/vec-xl-len-6.c: New test. - * gcc.target/powerpc/vsu/vec-xl-len-7.c: New test. - * gcc.target/powerpc/vsu/vec-xl-len-8.c: New test. - * gcc.target/powerpc/vsu/vec-xl-len-9.c: New test. - * gcc.target/powerpc/vsu/vec-xlx-0.c: New test. - * gcc.target/powerpc/vsu/vec-xlx-1.c: New test. - * gcc.target/powerpc/vsu/vec-xlx-2.c: New test. - * gcc.target/powerpc/vsu/vec-xlx-3.c: New test. - * gcc.target/powerpc/vsu/vec-xlx-4.c: New test. - * gcc.target/powerpc/vsu/vec-xlx-5.c: New test. - * gcc.target/powerpc/vsu/vec-xlx-6.c: New test. - * gcc.target/powerpc/vsu/vec-xlx-7.c: New test. - * gcc.target/powerpc/vsu/vec-xrx-0.c: New test. - * gcc.target/powerpc/vsu/vec-xrx-1.c: New test. - * gcc.target/powerpc/vsu/vec-xrx-2.c: New test. - * gcc.target/powerpc/vsu/vec-xrx-3.c: New test. - * gcc.target/powerpc/vsu/vec-xrx-4.c: New test. - * gcc.target/powerpc/vsu/vec-xrx-5.c: New test. - * gcc.target/powerpc/vsu/vec-xrx-6.c: New test. - * gcc.target/powerpc/vsu/vec-xrx-7.c: New test. - * gcc.target/powerpc/vsu/vec-xst-len-0.c: New test. - * gcc.target/powerpc/vsu/vec-xst-len-1.c: New test. - * gcc.target/powerpc/vsu/vec-xst-len-10.c: New test. - * gcc.target/powerpc/vsu/vec-xst-len-11.c: New test. - * gcc.target/powerpc/vsu/vec-xst-len-12.c: New test. - * gcc.target/powerpc/vsu/vec-xst-len-13.c: New test. - * gcc.target/powerpc/vsu/vec-xst-len-2.c: New test. - * gcc.target/powerpc/vsu/vec-xst-len-3.c: New test. - * gcc.target/powerpc/vsu/vec-xst-len-4.c: New test. - * gcc.target/powerpc/vsu/vec-xst-len-5.c: New test. - * gcc.target/powerpc/vsu/vec-xst-len-6.c: New test. - * gcc.target/powerpc/vsu/vec-xst-len-7.c: New test. - * gcc.target/powerpc/vsu/vec-xst-len-8.c: New test. - * gcc.target/powerpc/vsu/vec-xst-len-9.c: New test. - * gcc.target/powerpc/vsu/vsu.exp: New file. - -2016-10-18 Uros Bizjak - - PR target/77991 - * gcc.target/i386/pr77991.c: New test. - -2016-10-18 Matthew Fortune - - * lib/gcc-dg.exp: Set gcc_force_conventional_output whenever - LTO is used. - -2016-10-18 Senthil Kumar Selvaraj - - * gcc.dg/sso/sso.exp: Return early if not effective_target_int32. - -2016-10-18 Richard Biener - - * gcc.dg/tree-ssa/pr20318.c: Disable EVRP. - * gcc.dg/tree-ssa/pr21001.c: Likewise. - * gcc.dg/tree-ssa/pr21090.c: Likewise. - * gcc.dg/tree-ssa/pr21294.c: Likewise. - * gcc.dg/tree-ssa/pr21563.c: Likewise. - * gcc.dg/tree-ssa/pr23744.c: Likewise. - * gcc.dg/tree-ssa/pr25382.c: Likewise. - * gcc.dg/tree-ssa/pr68431.c: Likewise. - * gcc.dg/tree-ssa/vrp03.c: Likewise. - * gcc.dg/tree-ssa/vrp06.c: Likewise. - * gcc.dg/tree-ssa/vrp07.c: Likewise. - * gcc.dg/tree-ssa/vrp09.c: Likewise. - * gcc.dg/tree-ssa/vrp19.c: Likewise. - * gcc.dg/tree-ssa/vrp20.c: Likewise. - * gcc.dg/tree-ssa/vrp92.c: Likewise. - * gcc.dg/pr68217.c: Likewise. - * gcc.dg/predict-9.c: Likewise. - * gcc.dg/tree-prof/val-prof-5.c: Adjust. - * gcc.dg/predict-1.c: Likewise. - -2016-10-17 Jerry DeLisle - - * gfortran.dg/dtio_17.f90: New test. - -2016-10-18 Kugan Vivekanandarajah - - * gcc.dg/ipa/vrp4.c: Adjust testcase. - -2016-10-18 Kugan Vivekanandarajah - - * gcc.dg/ipa/vrp4.c: New test. - -2016-10-18 Kugan Vivekanandarajah - - * gcc.dg/torture/pr39074-2.c: Adjust testcase. - * gcc.dg/torture/pr39074.c: Likewise. - -2016-10-17 Eric Botcazou - - * gcc.dg/Wtrampolines.c: XFAIL warning on ia64-*-* and powerpc64-*-*. - * gnat.dg/trampoline4.adb: Minor tweak. - -2016-10-17 Bill Schmidt - - PR tree-optimization/77916 - * gcc.dg/torture/pr77916.c: New. - -2016-10-17 Steven G. Kargl - - PR fortran/77978 - * gfortran.dg/pr77978_1.f90: New test. - * gfortran.dg/pr77978_2.f90: Ditto. - * gfortran.dg/pr77978_3.f90: Ditto. - -2016-10-17 Paul Thomas - - PR fortran/61420 - PR fortran/78013 - * gfortran.dg/proc_ptr_49.f90: New test. - -2016-09-29 Bernd Edlinger - - PR target/77308 - * gcc.target/arm/pr77308.c: New test. - -2016-10-17 David Edelsohn - - * lib/target-supports.exp - (check_effective_target_floatn_nx_runtime): Return 0 for - powerpc*-ibm-aix*. - -2016-10-17 Andrew Pinski - - * gcc.target/aarch64/aapcs64/test_align-7.c: Use long - long instead of long. - * gcc.target/aarch64/cinc_common_1.c: Likewise. - * gcc.target/aarch64/combine_bfi_1.c: Likewise. - * gcc.target/aarch64/fmul_fcvt_1.c: Likewise. - * gcc.target/aarch64/mult-synth_4.c: Likewise. - * gcc.target/aarch64/pr68102_1.c: Likewise. - * gcc.target/aarch64/target_attr_3.c: Likewise. - -2016-10-17 Richard Biener - - PR tree-optimization/77988 - * gcc.dg/torture/pr77988.c: New testcase. - -2016-10-17 Prathamesh Kulkarni - - * gcc.dg/pr71636-1.c: New test-case. - * gcc.dg/pr71636-2.c: Likewise. - -2016-10-16 Eric Botcazou - - * gnat.dg/trampoline3.adb: New test. - * gnat.dg/trampoline4.adb: Likewise. - -2016-10-16 Jerry DeLisle - - * gfortran.dg/dtio_16.f90: New test. - -2016-10-15 Eric Botcazou - - * gcc.target/sparc/bmaskbshuf.c: Rename to... - * gcc.target/sparc/bmaskbshuf-1.c: ...this. - * gcc.target/sparc/bmaskbshuf-2.c: New test. - -2016-10-15 Eric Botcazou - - * gcc.target/sparc/popc.c: Rename to... - * gcc.target/sparc/popc-1.c: ...this. - * gcc.target/sparc/popc-2.c: New test. - -2016-10-15 Jerry DeLisle - - PR fortran/77972 - * gfortran.dg/unexpected_eof_4.f90: New test. - -2016-10-15 Janne Blomqvist - - PR libfortran/48587 - * gfortran.dg/negative_unit2.f90: New test. - -2016-10-14 Jakub Jelinek - - PR middle-end/77959 - * gfortran.dg/pr77959.f90: New test. - - DR 1511 - const volatile variables and ODR - * g++.dg/DRs/dr1511-1.C: New test. - * g++.dg/DRs/dr1511-2.C: New test. - -2016-10-14 Eric Botcazou - - * gnat.dg/debug7.adb (dg-options): Remove -g. - * gnat.dg/debug8.adb (dg-options): Add -margs. - * gnat.dg/debug9.adb (dg-options): Remove -g and add -margs. - -2016-10-14 Richard Biener - - PR tree-optimization/77979 - * gcc.dg/torture/pr77979.c: New testcase. - -2016-10-14 Martin Liska - - * gcc.dg/tree-ssa/builtins-folding-generic.c: New test. - * gcc.dg/tree-ssa/builtins-folding-gimple.c: Likewise. - * gcc.dg/tree-ssa/builtins-folding-gimple-ub.c: Likewise. - -2016-10-14 Uros Bizjak - - * gcc.dg/torture/pr77937-1.c: Move -O3 to dg-options. - Pass -march=amdfam10 for both i?86-?-* and x86_64-*-*. - * gcc.dg/torture/pr77937-2.c: Likewise. - -2016-10-14 Eric Botcazou - - * gnat.dg/lto15.adb: Adjust. - * gnat.dg/lto16.adb: Likewise. - * gnat.dg/lto17.adb: Likewise - * gnat.dg/lto18.ad[sb]: New test. - * gnat.dg/lto18_pkg.ads: New helper. - * gnat.dg/lto19.adb: New test. - * gnat.dg/lto19_pkg1.ad[sb]: New helper. - * gnat.dg/lto19_pkg2.ad[sb]: Likewise. - * gnat.dg/lto20.adb: New test. - * gnat.dg/lto20_pkg.ad[sb]: New helper. - -2016-10-14 Andre Vehreschild - - * gfortran.dg/coarray_38.f90: Expect error message. - -2016-10-14 Kyrylo Tkachov - - * gcc.target/aarch64/spellcheck_1.c: New test. - * gcc.target/aarch64/spellcheck_2.c: Likewise. - * gcc.target/aarch64/spellcheck_3.c: Likewise. - * gcc.target/aarch64/spellcheck_4.c: Likewise. - * gcc.target/aarch64/spellcheck_5.c: Likewise. - * gcc.target/aarch64/spellcheck_6.c: Likewise. - -2016-10-13 Andreas Schwab - - * gcc.target/m68k/stack-limit-1.c: Expect warning on line 0. - -2016-10-13 Bill Schmidt - - PR tree-optimization/77937 - * gcc.dg/torture/pr77937-1.c: New. - * gcc.dg/torture/pr77937-2.c: New. - -2016-10-13 Jakub Jelinek - - * g++.dg/cpp1z/inline-var1.C: New test. - * g++.dg/cpp1z/inline-var1a.C: New test. - * g++.dg/cpp1z/inline-var1.h: New file. - * g++.dg/cpp1z/inline-var2.C: New test. - * g++.dg/cpp1z/inline-var3.C: New test. - * g++.dg/concepts/decl-diagnose.C (struct X): Expect also error about - uninitialized const. - -2016-10-13 Sandra Loosemore - - * gcc.target/arm/scd42-1.c: Skip if -mcpu incompatible with - Xscale is specified, not just -march. - * gcc.target/arm/scd42-2.c: Fix existing logic to skip if -mcpu - is incompatible with Xscale. - -2016-10-13 Martin Sebor - - PR c++/71912 - * g++.dg/ext/flexary4.C: Adjust. - * g++.dg/ext/flexary5.C: Same. - * g++.dg/ext/flexary9.C: Same. - * g++.dg/ext/flexary19.C: New test. - * g++.dg/ext/flexary18.C: New test. - * g++.dg/torture/pr64312.C: Add a dg-error directive to an ill-formed - regression test. - * g++.dg/compat/struct-layout-1_generate.c (subfield): Add argument. - Avoid generating a flexible array member in an array. - -2016-10-13 Martin Sebor - - * gcc.dg/tree-ssa/builtin-sprintf-warn-1.c: Cast 0 to wint_t - to placate -Wformat on targets where the type is not int. - -2016-10-13 David Malcolm - - * gcc.target/i386/vararg-loc.c: Update for quoting of xloc.file - in INSN_LOCATION. - -2016-10-13 Bin Cheng - - * gcc.target/i386/l_fma_float_1.c: Revise test. - * gcc.target/i386/l_fma_float_2.c: Ditto. - * gcc.target/i386/l_fma_float_3.c: Ditto. - * gcc.target/i386/l_fma_float_4.c: Ditto. - * gcc.target/i386/l_fma_float_5.c: Ditto. - * gcc.target/i386/l_fma_float_6.c: Ditto. - * gcc.target/i386/l_fma_double_1.c: Ditto. - * gcc.target/i386/l_fma_double_2.c: Ditto. - * gcc.target/i386/l_fma_double_3.c: Ditto. - * gcc.target/i386/l_fma_double_4.c: Ditto. - * gcc.target/i386/l_fma_double_5.c: Ditto. - * gcc.target/i386/l_fma_double_6.c: Ditto. - -2016-10-13 Bin Cheng - - * gfortran.dg/vect/fast-math-mgrid-resid.f: New test string. - -2016-10-13 Bin Cheng - - * gcc.dg/vect/vect-98.c: Refine test case. - * gcc.dg/vect/vect-strided-a-u8-i8-gap2.c: Increase niters. - * gcc.dg/vect/vect-strided-u8-i8-gap2.c: Ditto. - * gcc.dg/vect/vect-strided-u8-i8-gap4.c: Ditto. - -2016-10-13 Jakub Jelinek - - PR c/77946 - * c-c++-common/Wimplicit-fallthrough-34.c: New test. - -2016-10-13 Martin Liska - - PR tree-optimization/77943 - * g++.dg/tree-ssa/pr77943.C: New test. - -2016-10-13 Andre Vehreschild - - PR fortran/72832 - * gfortran.dg/allocate_with_source_22.f03: New test. - * gfortran.dg/allocate_with_source_23.f03: New test. Expected to - fail. - -2016-10-13 Thomas Preud'homme - - * gcc.target/arm/movhi_movw.c: Enable test for ARM mode. - * gcc.target/arm/movsi_movw.c: Likewise. - * gcc.target/arm/movdi_movw.c: Likewise and adapt scan-assembler - directive to work on big endian targets. - -2016-10-12 Kugan Vivekanandarajah - - * gcc.dg/tree-ssa/evrp6.c: New test. - -2016-10-12 Segher Boessenkool - - * gcc.target/powerpc/shrink-wrap-separate-0.c: New testcase. - * gcc.target/powerpc/shrink-wrap-separate-1.c: New testcase. - * gcc.target/powerpc/shrink-wrap-separate-2.c: New testcase. - -2016-10-12 Segher Boessenkool - - * gcc.target/powerpc/warn-1.c: Change line number in dg-warning. - * gcc.target/powerpc/warn-2.c: Ditto. - -2016-10-12 Robert Suchanek - - * gcc.dg/vect/slp-26.c: Check if vectorized for MIPS MSA. - * gcc.dg/vect/tree-vect.h (check_vect): Check for MIPS SIMD support. - * gcc.target/mips/mips.exp: Add support for -mmsa. Imply -mno-mips16 - for -mmsa. - * gcc.target/mips/msa.c: New test. - * gcc.target/mips/msa-builtins.c: Likewise. - * lib/target-supports.exp (check_mips_msa_hw_available): New. - (check_effective_target_mips_msa_runtime): Likewise. - (check_effective_target_mips_msa): Likewise. - (add_options_for_mips_msa): Likewise. - (check_effective_target_vect_int): Return TRUE for MIPS MSA. - (check_effective_target_vect_intfloat_cvt): Likewise. - (check_effective_target_vect_uintfloat_cvt): Likewise. - (check_effective_target_vect_floatint_cvt): Likewise. - (check_effective_target_vect_floatuint_cvt): Likewise. - (check_effective_target_vect_shift): Likewise. - (check_effective_target_vect_shift_char): Likewise. - (check_effective_target_vect_long): Likewise. - (check_effective_target_vect_float): Likewise. - (check_effective_target_vect_double): Likewise. - (check_effective_target_vect_long_long): Likewise. - (check_effective_target_vect_perm): Likewise. - (check_effective_target_vect_perm_byte): Likewise. - (check_effective_target_vect_perm_short): Likewise. - (check_effective_target_vect_sdot_qi): Likewise. - (check_effective_target_vect_udot_qi): Likewise. - (check_effective_target_vect_sdot_hi): Likewise. - (check_effective_target_vect_udot_hi): Likewise. - (check_effective_target_vect_pack_trunc): Likewise. - (check_effective_target_vect_unpack): Likewise. - (check_effective_target_vect_hw_misalign): Likewise. - (check_effective_target_vect_condition): Likewise. - (check_effective_target_vect_cond_mixed): Likewise. - (check_effective_target_vect_char_mult): Likewise. - (check_effective_target_vect_short_mult): Likewise. - (check_effective_target_vect_int_mult): Likewise. - (check_effective_target_vect_extract_even_odd): Likewise. - (check_effective_target_vect_interleave): Likewise. - (check_vect_support_and_set_flags): Check if the target supports MSA - and append to the list of EFFECTIVE_TARGETS. - -2016-10-12 Richard Biener - - PR debug/77947 - * g++.dg/torture/pr77947.C: New testcase. - -2016-10-12 Pierre-Marie de Rodat - - * gnat.dg/debug8.adb: New testcase. - -2016-10-12 Pierre-Marie de Rodat - - * gnat.dg/debug9.adb: New testcase. - -2016-10-12 Richard Biener - - * gcc.dg/tree-ssa/vrp35.c: Adjust. - * gcc.dg/tree-ssa/vrp36.c: Likewise. - * gcc.dg/tree-ssa/vrp46.c: Likewise. - -2016-10-12 Richard Biener - - PR tree-optimization/77920 - * gcc.dg/torture/pr77920.c: New testcase. - -2016-10-12 Jakub Jelinek - - PR tree-optimization/77929 - * gcc.c-torture/compile/pr77929.c: New test. - - * c-c++-common/Wimplicit-fallthrough-25.c: New test. - * c-c++-common/Wimplicit-fallthrough-26.c: New test. - * c-c++-common/Wimplicit-fallthrough-27.c: New test. - * c-c++-common/Wimplicit-fallthrough-28.c: New test. - * c-c++-common/Wimplicit-fallthrough-29.c: New test. - * c-c++-common/Wimplicit-fallthrough-30.c: New test. - * c-c++-common/Wimplicit-fallthrough-31.c: New test. - * c-c++-common/Wimplicit-fallthrough-32.c: New test. - * c-c++-common/Wimplicit-fallthrough-33.c: New test. - -2016-10-11 Eric Botcazou - - * gcc.target/sparc/setcc-4.c: Adjust. - * gcc.target/sparc/setcc-5.c: Likewise. - * gcc.target/sparc/setcc-6.c: Likewise. - * gcc.target/sparc/setcc-7.c: Likewise. - * gcc.target/sparc/setcc-8.c: Likewise. - * gcc.target/sparc/setcc-9.c: Likewise. - * gcc.target/sparc/setcc-10.c: Delete. - -2016-10-11 Steven G. Kargl - - PR fortran/77942 - * gfortran.dg/pr77942.f90 - -2016-10-11 Fritz Reese - - * gfortran.dg/dec_math.f90: New testsuite. - -2016-10-11 Senthil Kumar Selvaraj - - * gcc.dg/tree-ssa/pr59597.c: Typedef __INT32_TYPE__ to i32. - (main): Declare j as i32 instead of int. - -2016-10-11 Thomas Preud'homme - - PR testsuite/PR77710 - * gcc.dg/tree-ssa/builtin-sprintf-warn-4.c: Use *-*-* as catch-all - target triplet instead of *-*-*-*. - -2016-10-11 Eric Botcazou - - * gnat.dg/unchecked_convert10.adb: New test. - * gnat.dg/unchecked_convert11.adb: Likewise. - * gnat.dg/unchecked_convert12.adb: Likewise. - -2016-10-11 Eric Botcazou - - * gcc.target/sparc/cbcond-1.c: New test. - * gcc.target/sparc/cbcond-2.c: Likewise. - * gcc.target/sparc/movcc-1.c: Likewise. - * gcc.target/sparc/movcc-2.c: Likewise. - * gcc.target/sparc/setcc-1.c: Adjust. - * gcc.target/sparc/setcc-2.c: Likewise. - * gcc.target/sparc/setcc-3.c: Likewise. - * gcc.target/sparc/setcc-4.c: Likewise. - * gcc.target/sparc/setcc-5.c: Likewise. - * gcc.target/sparc/setcc-6.c: New test. - * gcc.target/sparc/setcc-7.c: Likewise. - * gcc.target/sparc/setcc-8.c: Likewise. - * gcc.target/sparc/setcc-9.c: Likewise. - * gcc.target/sparc/setcc-10.c: Likewise. - -2016-10-10 Jeff Law - - PR tree-optimization/71947 - * gcc.dg/tree-ssa/pr71947-1.c: New test. - * gcc.dg/tree-ssa/pr71947-2.c: New test. - * gcc.dg/tree-ssa/pr71947-3.c: New test. - * gcc.dg/tree-ssa/pr71947-4.c: New test. - * gcc.dg/tree-ssa/pr71947-5.c: New test. - * gcc.dg/tree-ssa/pr71947-6.c: New test. - -2016-10-10 Thomas Koenig - - PR fortran/77915 - * gfortran.dg/matmul_11.f90: New test. - -2016-10-10 Jiong Wang - - * gcc.target/aarch64/advsimd-intrinsics/unary_scalar_op.inc: Support FMT64. - * gcc.target/aarch64/advsimd-intrinsics/vabdh_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vcageh_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vcagth_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vcaleh_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vcalth_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vceqh_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vceqzh_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vcgeh_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vcgezh_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vcgth_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vcgtzh_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vcleh_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vclezh_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vclth_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vcltzh_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vcvtah_s16_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vcvtah_s64_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vcvtah_u16_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vcvtah_u64_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vcvth_f16_s16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vcvth_f16_s64_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vcvth_f16_u16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vcvth_f16_u64_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vcvth_n_f16_s16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vcvth_n_f16_s64_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vcvth_n_f16_u16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vcvth_n_f16_u64_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vcvth_n_s16_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vcvth_n_s64_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vcvth_n_u16_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vcvth_n_u64_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vcvth_s16_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vcvth_s64_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vcvth_u16_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vcvth_u64_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vcvtmh_s16_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vcvtmh_s64_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vcvtmh_u16_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vcvtmh_u64_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vcvtnh_s16_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vcvtnh_s64_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vcvtnh_u16_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vcvtnh_u64_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vcvtph_s16_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vcvtph_s64_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vcvtph_u16_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vcvtph_u64_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vfmash_lane_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vmaxh_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vminh_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vmulh_lane_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vmulxh_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vmulxh_lane_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vrecpeh_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vrecpsh_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vrecpxh_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vrsqrteh_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vrsqrtsh_f16_1.c: New. - -2016-10-10 Jiong Wang - - * gcc.target/aarch64/advsimd-intrinsics/vdiv_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vfmas_lane_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vfmas_n_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vmaxnmv_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vmaxv_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vminnmv_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vminv_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vmul_lane_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vmulx_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vmulx_lane_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vmulx_n_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vpminmaxnm_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vrndi_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vsqrt_f16_1.c: New. - -2016-10-10 Jiong Wang - - * gcc.target/aarch64/advsimd-intrinsics/arm-neon-ref.h (FP16_SUPPORTED): - Enable AArch64. - * gcc.target/aarch64/advsimd-intrinsics/vdup_lane.c: Add support for - vdup*_laneq. - * gcc.target/aarch64/advsimd-intrinsics/vduph_lane.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vtrn_half.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vuzp_half.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vzip_half.c: New. - -2016-10-10 Matthew Wahab - Jiong Wang - - * target-supports.exp (add_options_for_arm_v8_2a_fp16_scalar): Mention - AArch64 support. - (add_options_for_arm_v8_2a_fp16_neon): Likewise. - (check_effective_target_arm_v8_2a_fp16_scalar_ok_nocache): Support - AArch64 targets. - (check_effective_target_arm_v8_2a_fp16_neon_ok_nocache): Support - AArch64 targets. - (check_effective_target_arm_v8_2a_fp16_scalar_hw): Support AArch64 - targets. - (check_effective_target_arm_v8_2a_fp16_neon_hw): Likewise. - -2016-10-10 Eric Botcazou - - * gnat.dg/specs/vfa.ads: New test. - -2016-10-10 Eric Botgazou - - * gnat.dg/inline13.ad[sb]: New test. - * gnat.dg/inline13_pkg.ad[sb]: New helper. - -2016-10-10 Eric Botcazou - - * gnat.dg/biased_subtype.adb: New test. - -2016-10-09 Jakub Jelinek - - PR tree-optimization/77901 - * gcc.c-torture/compile/pr77901.c: New test. - -2016-10-09 Prathamesh Kulkarni - - * gcc.dg/ipa/propalign-1.c: Adjust scan-ipa-dump. - * gcc.dg/ipa/propalign-2.c: Likewise - * gcc.dg/ipa/propalign-3.c: Likewise. - * gcc.dg/ipa/propalign-4.c: Likewise. - * gcc.dg/ipa/propalign-5.c: Likewise. - -2016-10-08 Jakub Jelinek - - * c-c++-common/Wimplicit-fallthrough-23.c (foo): Add further tests. - - * c-c++-common/Wimplicit-fallthrough-23.c (foo): Add further tests. - - * c-c++-common/Wimplicit-fallthrough-23.c: New test. - * c-c++-common/Wimplicit-fallthrough-24.c: New test. - -2016-10-07 Fritz Reese - - * gfortran.dg/dec_union_11.f90: New testcase. - -2016-10-07 Nathan Sidwell - - PR c++/66443 - * g++.dg/cpp0x/pr66443-cxx11.C: New. - * g++.dg/cpp0x/pr66443-cxx11-2.C: New. - * g++.dg/cpp1y/pr66443-cxx14.C: New - * g++.dg/cpp1y/pr66443-cxx14-2.C: New. - * g++.dg/cpp1y/pr66443-cxx14-3.C: New. - -2016-10-07 Jakub Jelinek - - * g++.dg/cpp0x/addressof1.C: New test. - * g++.dg/cpp0x/addressof2.C: New test. - -2016-10-06 Michael Meissner - - * gcc.target/powerpc/float128-type-1.c: New test to check that - PowerPC 64-bit Linux enables -mfloat128-type by default. - * gcc.target/powerpc/float128-type-2.c: Likewise. - * gcc.target/powerpc/float128-mix.c: Change error message to - reflect that __ibm128 is now #define'ed to be long double. - -2016-10-07 Steven G. Kargl - - PR fortran/77406 - * gfortran.dg/pr77406.f90: New test. - * gfortran.dg/assumed_type_3.f90: Update error messages. - * gfortran.dg/defined_operators_1.f90: Ditto. - * gfortran.dg/generic_26.f90: Ditto. - * gfortran.dg/generic_7.f90: Ditto. - * gfortran.dg/gomp/udr5.f90: Ditto. - * gfortran.dg/gomp/udr7.f90: Ditto. - * gfortran.dg/interface_1.f90: Ditto. - * gfortran.dg/interface_37.f90: Ditto. - * gfortran.dg/interface_5.f90: Ditto. - * gfortran.dg/interface_6.f90: Ditto. - * gfortran.dg/interface_7.f90 - * gfortran.dg/no_arg_check_3.f90 - * gfortran.dg/operator_5.f90 - * gfortran.dg/proc_ptr_comp_20.f90: Ditto. - -2016-10-07 Bernd Edlinger - - PR c++/77700 - * c-c++-common/Wint-in-bool-context.c: Update test. - -2016-10-07 Richard Biener - - * gcc.dg/tree-ssa/vrp01.c: Adjust. - * gcc.dg/tree-ssa/vrp34.c: Likewise. - -2016-10-07 Marek Polacek - - * c-c++-common/Wimplicit-fallthrough-22.c: New test. - -2016-10-07 Bernd Schmidt - - PR c++/69733 - * c-c++-common/pr69733.c: New test. - * gcc.dg/pr69733.c: New test. - * gcc.target/i386/pr69733.c: New test. - -2016-10-07 Marek Polacek - - PR c++/77803 - * g++.dg/warn/Wimplicit-fallthrough-1.C: New test. - -2016-10-07 Jakub Jelinek - - PR tree-optimization/77664 - * gcc.dg/tree-ssa/pr77664.c: New test. - * gcc.dg/pr77664.c: New test. - -2016-10-06 Louis Krupp - - * gfortran.dg/pr69955.f90: New test. - -2016_10-06 Louis Krupp - - PR fortran/57910 - * gfortran.dg/pr57910.f90: New test. - -2016-10-06 Jakub Jelinek - - * g++.dg/cpp1z/has-unique-obj-representations1.C: New test. - * g++.dg/cpp1z/has-unique-obj-representations2.C: New test. - -2016-10-06 Kugan Vivekanandarajah - - PR tree-optimization/77862 - * gcc.dg/pr77862.c: New test. - -2016-10-06 Kugan Vivekanandarajah - - * gcc.dg/tree-ssa/evrp4.c: New test. - -2016-10-06 Jeff Law - - PR tree-optimization/71661 - * gcc.dg/tree-ssa/pr71661.c: New test. - -2016-10-06 Richard Biener - - PR tree-optimization/77855 - * gcc.dg/torture/pr77855.c: New testcase. - -2016-10-06 James Clarke - Eric Botcazou - - * g++.dg/other/pr77759.C: New test. - -2016-10-06 Richard Biener - - PR tree-optimization/77839 - * gcc.dg/torture/pr77839.c: New testcase. - -2016-10-06 Marek Polacek - - * g++.dg/cpp1z/init-statement9.C: New test. - -2016-10-05 Andrew Senkevich - - * gcc.target/i386/pcommit-1.c: Deleted. - * gcc.target/i386/sse-12.c: Deleted -pcommit option. - * gcc.target/i386/sse-13.c: Ditto. - * gcc.target/i386/sse-14.c: Ditto. - * gcc.target/i386/sse-22.c: Ditto. - * gcc.target/i386/sse-23.c: Ditto. - * g++.dg/other/i386-2.C: Ditto. - -2016-10-05 Uros Bizjak - - * gcc.target/i386/pr77833.c: Require int128 effective target. - -2016-10-05 Steven G. Kargl - - PR fortran/58991 - PR fortran/58992 - * gfortran.dg/associate_22.f90: New test. - -2016-10-05 Fritz Reese - - * gfortran.dg/dec_union_9.f90: New testcase. - * gfortran.dg/dec_union_10.f90: New testcase. - -2016-10-05 Jakub Jelinek - - PR sanitizer/66343 - * gcc.dg/pch/pr66343-3.c: New test. - * gcc.dg/pch/pr66343-3.hs: New file. - - PR sanitizer/66343 - * gcc.dg/pch/pr66343-1.c: New test. - * gcc.dg/pch/pr66343-1.hs: New file. - * gcc.dg/pch/pr66343-2.c: New test. - * gcc.dg/pch/pr66343-2.hs: New file. - -2016-10-05 Bernd Edlinger - - * c-c++-common/Wint-in-bool-context.c: Update test. - -2016-10-05 Marek Polacek - - * g++.dg/cpp1z/init-statement1.C: New test. - * g++.dg/cpp1z/init-statement2.C: New test. - * g++.dg/cpp1z/init-statement3.C: New test. - * g++.dg/cpp1z/init-statement4.C: New test. - * g++.dg/cpp1z/init-statement5.C: New test. - * g++.dg/cpp1z/init-statement6.C: New test. - * g++.dg/cpp1z/init-statement7.C: New test. - * g++.dg/cpp1z/init-statement8.C: New test. - -2016-10-05 Louis Krupp - - PR fortran/67524 - * gfortran.dg/pr67524.f90: New test. - -2016-10-05 Jakub Jelinek - - PR sanitizer/77823 - * c-c++-common/ubsan/shift-9.c: New test. - -2016-10-05 Senthil Kumar Selvaraj - - * gcc.dg/torture/pr69941.c: Use __INT32_TYPE__ instead - of int if __SIZEOF_INT__ is less than 4 bytes. - -2016-10-05 Jerry DeLisle - - * gfortran.dg/dtio_15.f90: Fix spaces in dg-do. - * gfortran.dg/class_array_20.f03: Likewise. - * gfortran.dg/class_array_21.f03: Likewise. - * gfortran.dg/finalize_29.f08: Likewise. - * gfortran.dg/unlimited_polymorphic_23.f90: Likewise. - -2016-10-05 Richard Biener - - PR middle-end/77826 - * gcc.dg/torture/pr77826.c: New testcase. - -2016-10-05 Richard Biener - - * gcc.dg/fold-copysign-1.c: New testcase. - -2016-10-05 Andreas Schwab - - * g++.dg/pr49847-2.C: Remove. - -2016-10-05 Pierre-Marie de Rodat - - * gnat.dg/debug7.adb, gnat.dg/debug7.ads: New testcase. - -2016-10-05 Richard Biener - - PR middle-end/55152 - * gcc.dg/pr55152-2.c: New testcase. - -2016-10-04 Jerry DeLisle - - * gfortran.dg/dtio_15.f90: New test. - -2016-10-04 Ian Lance Taylor - - * gcc.dg/split-7.c: New test. - -2016-10-04 Martin Sebor - - * gcc.dg/tree-ssa/builtin-sprintf-warn-1.c: Cast int argument to - %lc directive to wint_t to silence -Wformat warnings on targets - where the latter is a distinct type such as long. - -2016-10-04 Martin Sebor - - PR c++/77804 - * g++.dg/warn/Wplacement-new-size-4.C: New test. - -2016-10-04 Jakub Jelinek - - PR c++/77791 - * g++.dg/cpp0x/lambda/lambda-77791.C: New test. - - * g++.dg/other/java3.C: Remove. - * g++.dg/other/java1.C: Remove. - * g++.dg/other/error12.C: Remove. - * g++.dg/other/java2.C: Remove. - * g++.dg/warn/Wnvdtor.C: Remove. - * g++.dg/lookup/java1.C: Remove. - * g++.dg/lookup/java2.C: Remove. - * g++.dg/ext/pr34829.C: Remove. - * g++.dg/ext/java-3.C: Remove. - * g++.dg/ext/java-1.C: Remove. - * g++.dg/ext/java-2.C: Remove. - * g++.old-deja/g++.oliva/dwarf2.C: Remove. - -2016-10-04 Doug Gilmore - - PR tree-optimization/77808 - * gcc.dg/tree-ssa/pr77808.c: New testcase. - -2016-10-04 Richard Biener - - PR tree-optimization/77399 - * gcc.dg/tree-ssa/forwprop-35.c: Adjust. - -2016-10-04 Richard Biener - - PR middle-end/77833 - * gcc.target/i386/pr77833.c: New testcase. - -2016-09-26 Jeff Law - - PR tree-optimization/71550 - PR tree-optimization/71403 - * gcc.c-torture/execute/pr71550.c: New test. - -2016-10-03 Senthil Kumar Selvaraj - - * gcc.target/avr/torture/builtins-error.c: Add -ffat-lto-objects - option. - -2016-10-03 Kyrylo Tkachov - - Revert - 2016-09-30 Kyrylo Tkachov - - * gcc.target/aarch64/ifcvt_avoid_const_materialization_1.c: New test. - -2016-10-03 Marek Polacek - - * g++.dg/cpp0x/nullptr37.C: New test. - -2016-10-03 Bernd Edlinger - - * c-c++-common/Wint-in-bool-context.c: Update test. - -2016-10-02 Jakub Jelinek - - * g++.dg/ext/asm3.C (two): Only use register keyword for C++14 and - earlier. - * g++.dg/charset/asm2.c (memmove): Likewise. - * g++.dg/tls/diag-2.C (foo): Expect -Wregister error for C++17. - * g++.dg/tls/diag-4.C (foo): Likewise. - * c-c++-common/vector-subscript-2.c (vf): Change dg-error to - dg-warning, fix up regex. - * g++.old-deja/g++.brendan/warnings4.C: Limit to c++14_down targets. - * g++.old-deja/g++.mike/p700.C: Add -Wno-register. - * g++.old-deja/g++.mike/net31.C: Likewise. - * g++.old-deja/g++.other/regstack.C (foo): Expect -Wregister warning - for C++17. - * g++.old-deja/g++.jason/enum3.C: Add -Wno-register. - * g++.old-deja/g++.eh/ia64-1.C: Likewise. - -2016-10-01 Richard Biener - - PR middle-end/77798 - * gfortran.fortran-torture/compile/pr77798.f90: New testcase. - -2016-10-01 Andre Vehreschild - - PR fortran/77663 - * gfortran.dg/coarray_send_by_ref_1.f08: New test. - -2016-10-01 Jakub Jelinek - - PR c/77490 - * c-c++-common/Wbool-operation-1.c: Add -Wno-psabi to dg-options. - Add dg-prune-output directive. - -2016-09-30 Jerry DeLisle - - PR fortran/66643 - * gfortran.fortran-torture/compile/arrayio.f90: Update test. - * gfortran.fortran-torture/compile/write.f90: Update test. - -2016-09-30 Matthew Wawhab - - * gcc.target/arm/fp16-aapcs-3.c: Replace arm_fp16_ok with - arm_fp16_alternative_ok as the required effective target. - * gcc.target/arm/fp16-aapcs-4.c: Likewise. Also add - -mfp16-format=alternative to the dg-options directive and remove - the dg-add-options directive. - -2016-09-30 Fritz Reese - - PR fortran/77764 - * gfortran.dg/dec_union_8.f90: New testcase. - -2016-09-30 Fritz Reese - - PR fortran/77782 - * gfortran.dg/dec_structure_16.f90: New testcase. - -2016-09-30 Andre Vehreschild - - * gfortran.dg/coarray_allocate_10.f08: New test. - * gfortran.dg/coindexed_1.f90: Above fixes allow execution. - -2016-09-30 Kyrylo Tkachov - - * gcc.target/aarch64/ifcvt_avoid_const_materialization_1.c: New test. - -2016-09-30 Richard Biener - - PR tree-optimization/77399 - * gcc.dg/tree-ssa/forwprop-35.c: New testcase. - -2016-09-29 Sandra Loosemore - - * c-c++-common/pr27336.c: Make dependency on - -fdelete-null-pointer-checks explicit. - * g++.dg/cpp0x/constexpr-array-ptr10.C: Likewise. - * g++.dg/cpp0x/constexpr-nullptr-1.C: Likewise. - * g++.dg/lto/pr69589_0.C: Add nios2-*-elf to unsupported targets. - * gcc.dg/pic-1.c: Require fpic target support. - * gcc.dg/pic-2.c: Likewise. - -2016-09-29 Jakub Jelinek - - Implement P0001R1 - C++17 removal of register storage class specifier - * c-c++-common/Wvarargs-2.c (foo1): Except new warning for C++17. - * c-c++-common/vector-subscript-2.c (vf): Expect new error for - C++17. - * c-c++-common/vector-subscript-5.c (foo): Don't use register - keyword if not __SSE2__. - * c-c++-common/Wvarargs.c (foo1, foo3): Expect new warnings for - C++17. - * g++.dg/compat/struct-layout-1_generate.c (iterative_hash): Remove - register keywords. - * g++.dg/eh/pr29166.C: Add -Wno-register option. - * g++.dg/warn/register-parm-1.C (erroneous_warning, - no_erroneous_warning): Expect new warnings for C++17. - * g++.dg/warn/register-var-2.C (f): Likewise. - * g++.dg/parse/register1.C (f): Expect new error for C++17. - * g++.dg/parse/linkage2.C (foo): Likewise. - * g++.dg/torture/pr36826.C (CoinMin, CoinMax): Avoid register - keyword on parameters for C++17. - * g++.dg/cpp1z/register1.C: New test. - * g++.dg/cpp1z/register2.C: New test. - * g++.dg/cpp1z/register3.C: New test. - -2016-09-29 Uros Bizjak - - * gcc.target/i386/adx-check.h (main): Simplify feature bit tests. - * gcc.target/i386/avx2-check.h (main): Ditto. - * gcc.target/i386/avx512bw-check.h (main): Ditto. - * gcc.target/i386/avx512cd-check.h (main): Ditto. - * gcc.target/i386/avx512dq-check.h (main): Ditto. - * gcc.target/i386/avx512er-check.h (main): Ditto. - * gcc.target/i386/avx512f-check.h (main): Ditto. - * gcc.target/i386/avx512ifma-check.h (main): Ditto. - * gcc.target/i386/avx512vbmi-check.h (main): Ditto. - * gcc.target/i386/avx512vl-check.h (main): Ditto. - -2016-09-29 Uros Bizjak - - PR target/77756 - * gcc.target/i386/pr77756.c: New test. - -2016-09-29 Marek Polacek - - * g++.dg/cpp0x/fallthrough2.C: Use the c++14_down target. - -2016-09-29 Marek Polacek - - * g++.dg/cpp0x/fallthrough2.C: Only expect the warning in C++11 and - C++14. - -2016-09-29 Martin Liska - - * objc/execute/construct1.m: New test. - -2016-09-29 Richard Biener - - PR tree-optimization/77768 - * gcc.dg/torture/pr77768.c: New testcase. - -2016-09-28 Richard Biener - - PR middle-end/77407 - * gcc.dg/pr77407.c: New testcase. - -2016-09-29 Richard Biener - - PR middle-end/55152 - * gcc.dg/pr55152.c: New testcase. - * gcc.dg/tree-ssa/phi-opt-5.c: Adjust. - -2016-09-29 Rainer Orth - - * gcc.dg/profile-update-warning.c: Restrict to ia32. - (dg-options): Remove -m32. - -2016-09-28 Martin Sebor - - PR middle-end/77721 - * gcc.dg/tree-ssa/builtin-sprintf-warn-6.c: New test. - -2016-09-28 Jerry DeLisle - - PR libgfortran/77707 - * gfortran.dg/inquire_17.f90: New test. - -2016-09-28 Jakub Jelinek - - PR c++/77467 - * g++.dg/cpp1y/constexpr-77467.C: New test. - -2016-09-28 Martin Sebor - - PR c/77762 - * gcc.dg/tree-ssa/builtin-sprintf-warn-1.c (test_vsnprintf_chk_s): - Call __builtin___vsnprintf_chk, not __builtin___snprintf_chk. - (test_sprintf_p_const): Adjust line numbers to avoid failures - introduced in r240503. - -2016-09-28 Martin Sebor - - PR middle-end/77683 - * gcc.dg/tree-ssa/builtin-sprintf-warn-1.c: Add test cases. - -2016-09-28 Bernd Edlinger - - PR c++/77748 - * g++.dg/pr77550.C: Avoid undefined behavior. - - * gcc.dg/tree-ssa/pr68198.c: Fix dg-final. - -2016-09-28 Wilco Dijkstra - - * gcc.dg/strlenopt-20.c: Update test. - * gcc.dg/strlenopt-21.c: Likewise. - * gcc.dg/strlenopt-22.c: Likewise. - * gcc.dg/strlenopt-22g.c: Likewise. - * gcc.dg/strlenopt-26.c: Likewise. - * gcc.dg/strlenopt-5.c: Likewise. - * gcc.dg/strlenopt-7.c: Likewise. - * gcc.dg/strlenopt-9.c: Likewise. - -2016-09-27 Jakub Jelinek - - * g++.dg/cpp1z/feat-cxx1z.C: Add __cpp_capture_star_this test. - - * g++.dg/cpp1z/lambda-this1.C: New test. - * g++.dg/cpp1z/lambda-this2.C: New test. - - PR c++/77722 - * g++.dg/ubsan/return-4.C: New test. - * g++.dg/ubsan/return-5.C: New test. - * g++.dg/ubsan/return-6.C: New test. - -2016-09-27 Jiong Wang - - * lib/target-supports.exp - (check_effective_target_arm_v8_2a_fp16_scalar_hw): Delete redundant word - in function comment. - -2016-09-27 Martin Liska - - PR gcov-profile/46266 - * lib/gcov.exp: Verify that .gcov file is not - considered. - -2016-09-27 Richard Biener - - PR tree-optimization/77745 - * g++.dg/torture/pr77745.C: New testcase. - -2016-09-27 Richard Biener - - PR tree-optimization/77478 - * gcc.dg/torture/pr77478.c: New testcase. - -2016-09-27 Martin Liska - - PR gcov-profile/7970 - PR gcov-profile/16855 - PR gcov-profile/44779 - * g++.dg/gcov/pr16855.C: New test. - -2016-09-27 Senthil Kumar Selvaraj - - * gcc.dg/tree-ssa/builtin-sprintf-warn-1.c: Require int32plus. - -2016-09-27 Jakub Jelinek - - PR fortran/77666 - * gfortran.dg/gomp/pr77666.f90: New test. - -2016-09-27 Kugan Vivekanandarajah - - PR ipa/77677 - * gcc.dg/torture/pr77677-2.c: New test. - -2016-09-26 Steven G. Kargl - - PR fortran/77420 - * gfortran.dg/pr77420_1.f90: New test. - * gfortran.dg/pr77420_2.f90: Ditto. - * gfortran.dg/pr77420_3.f90: New test. Requires ... - * gfortran.dg/pr77420_4.f90: this file. - -2016-09-26 Kugan Vivekanandarajah - - PR middle-end/77719 - * gfortran.dg/pr77719.f90: New test. - -2016-09-26 Thomas Preud'homme - - * gcc.dg/tree-ssa/builtin-sprintf-warn-1.c: Adjust regex to accept - singular form of byte when quantity is unknown. - -2016-09-26 Marek Polacek - - * g++.dg/cpp1z/feat-cxx1z.C: Test attribute fallthrough. - -2016-09-26 Martin Liska - - * c-c++-common/ubsan/sanitize-recover-1.c: New test. - * c-c++-common/ubsan/sanitize-recover-2.c: New test. - * c-c++-common/ubsan/sanitize-recover-3.c: New test. - * c-c++-common/ubsan/sanitize-recover-4.c: New test. - * c-c++-common/ubsan/sanitize-recover-5.c: New test. - * c-c++-common/ubsan/sanitize-recover-6.c: New test. - * c-c++-common/ubsan/sanitize-recover-7.c: New test. - * c-c++-common/ubsan/sanitize-recover-8.c: New test. - * c-c++-common/ubsan/sanitize-recover-9.c: New test. - -2016-09-26 Marek Polacek - - PR c/7652 - * c-c++-common/Wimplicit-fallthrough-1.c: New test. - * c-c++-common/Wimplicit-fallthrough-10.c: New test. - * c-c++-common/Wimplicit-fallthrough-11.c: New test. - * c-c++-common/Wimplicit-fallthrough-12.c: New test. - * c-c++-common/Wimplicit-fallthrough-13.c: New test. - * c-c++-common/Wimplicit-fallthrough-14.c: New test. - * c-c++-common/Wimplicit-fallthrough-15.c: New test. - * c-c++-common/Wimplicit-fallthrough-16.c: New test. - * c-c++-common/Wimplicit-fallthrough-17.c: New test. - * c-c++-common/Wimplicit-fallthrough-18.c: New test. - * c-c++-common/Wimplicit-fallthrough-19.c: New test. - * c-c++-common/Wimplicit-fallthrough-20.c: New test. - * c-c++-common/Wimplicit-fallthrough-21.c: New test. - * c-c++-common/Wimplicit-fallthrough-2.c: New test. - * c-c++-common/Wimplicit-fallthrough-3.c: New test. - * c-c++-common/Wimplicit-fallthrough-4.c: New test. - * c-c++-common/Wimplicit-fallthrough-5.c: New test. - * c-c++-common/Wimplicit-fallthrough-6.c: New test. - * c-c++-common/Wimplicit-fallthrough-7.c: New test. - * c-c++-common/Wimplicit-fallthrough-8.c: New test. - * c-c++-common/Wimplicit-fallthrough-9.c: New test. - * c-c++-common/attr-fallthrough-1.c: New test. - * c-c++-common/attr-fallthrough-2.c: New test. - * g++.dg/cpp0x/fallthrough1.C: New test. - * g++.dg/cpp0x/fallthrough2.C: New test. - * g++.dg/cpp1z/fallthrough1.C: New test. - * g++.dg/warn/Wunused-label-1.C: Turn dg-error into dg-warning. - * gcc.dg/Wimplicit-fallthrough-1.c: New test. - * obj-c++.dg/Wimplicit-fallthrough-1.mm: New test. - * objc.dg/Wimplicit-fallthrough-1.m: New test. - -2016-09-25 Steven G. Kargl - - PR fortran/77429 - * gfortran.dg/pr77429.f90: New test. - -2016-09-25 Steven G. Kargl - - PR fortran/77694 - * gfortran.dg/pr77694.f90: New test. - -2016-09-25 Oleg Endo - - PR target/51244 - * gcc.target/sh/pr51244-11.c: Add more detailed expected insn matching. - -2016-09-24 Dominique d'Humieres - - * gfortran.dg/coarray_lib_comm_1.f90: Really fix test - for 32-bit mode. - -2016-09-24 Dominique d'Humieres - - * gfortran.dg/coarray_lib_comm_1.f90: Fix test - for 32-bit mode. - -2016-09-24 Marek Polacek - - PR c/77490 - * c-c++-common/Wbool-operation-1.c: New test. - * gcc.dg/Wbool-operation-1.c: New test. - -2016-09-23 Fritz Reese - - * gfortran.dg/dec_static_1.f90: New. - * gfortran.dg/dec_static_2.f90: New. - * gfortran.dg/dec_static_3.f90: New. - * gfortran.dg/dec_static_4.f90: New. - -2016-09-23 Jerry DeLisle - - PR fortran/48298 - * gfortran.dg/negative_unit_check.f90: Update test. - * gfortran.dg/dtio_14.f90: New test. - -2016-09-23 Dominik Vogt - - * gcc.target/s390/hotpatch-compile-1.c: Fixed dg-error test. - * gcc.target/s390/hotpatch-compile-2.c: Likewise. - * gcc.target/s390/hotpatch-compile-3.c: Likewise. - * gcc.target/s390/hotpatch-compile-4.c: Likewise. - * gcc.target/s390/hotpatch-compile-5.c: Likewise. - * gcc.target/s390/hotpatch-compile-6.c: Likewise. - * gcc.target/s390/hotpatch-compile-14.c: Likewise. - -2016-09-23 Martin Sebor - - PR testsuite/77713 - * gcc.dg/tree-ssa/builtin-sprintf.c (test_e_long_double): Avoid - assuming long double is bigger than double. - -2016-09-23 Jakub Jelinek - - Implement P0138R2, C++17 construction rules for enum class values - * g++.dg/cpp1z/direct-enum-init1.C: New test. - -2016-09-23 David Malcolm - - PR preprocessor/77672 - * gcc.dg/tree-ssa/builtin-sprintf-warn-4.c (test): Update - expected multiline output from first warning to reflect change - in r240434. - -2016-09-23 Thomas Preud'homme - - * gcc.dg/tree-ssa/builtin-sprintf-warn-2.c: Fix xfail pattern. - -2016-09-23 Bernd Edlinger - Tom de Vries - - PR testsuite/77411 - * c-c++-common/ubsan/object-size-9.c: Call __builtin_exit in C++. - -2016-09-23 Marek Polacek - - * c-c++-common/gomp/atomic-12.c: Skip for C++1z. - * c-c++-common/gomp/atomic-13.c: Likewise. - * c-c++-common/gomp/atomic-14.c: Likewise. - * c-c++-common/pr60439.c: Remove invalid code. - * g++.dg/expr/bitfield4.C: Robustify for C++1z. - * g++.dg/expr/bitfield5.C: Likewise. - * g++.dg/expr/bitfield6.C: Likewise. - * g++.dg/expr/bool1.C: Likewise. - * g++.dg/expr/bool3.C: Likewise. - * g++.dg/expr/lval3.C: Likewise. - * g++.dg/expr/lval4.C: Likewise. - * g++.old-deja/g++.jason/bool5.C: Likewise. - -2016-09-23 David Malcolm - - PR preprocessor/77672 - * gcc.dg/plugin/diagnostic-test-string-literals-1.c - (test_terminator_location): New function. - -2016-09-23 Richard Biener - - * gcc.dg/tree-ssa/ssa-fre-56.c: New testcase. - -2016-09-23 Matthew Wahab - - * gcc.target/advsimd-intrinsics/advsimd-intrinsics.exp: Enable - -march=armv8.2-a+fp16 when supported by the hardware. - * gcc.target/aarch64/advsimd-intrinsics/binary_op_float.inc: New. - * gcc.target/aarch64/advsimd-intrinsics/binary_op_no64.inc: - Add F16 tests, enabled if macro HAS_FLOAT16_VARIANT is defined. Add - semi-colons to a macro invocations. - * gcc.target/aarch64/advsimd-intrinsics/cmp_fp_op.inc: Add F16 - tests, enabled if macro __ARM_FEATURE_FP16_VECTOR_ARITHMETIC is - defined. - * gcc.target/aarch64/advsimd-intrinsics/cmp_op.inc: Likewise. - * gcc.target/aarch64/advsimd-intrinsics/cmp_zero_op.inc: New. - * gcc.target/gcc.target/aarch64/advsimd-intrinsics/vabd.c: Add F16 - tests, enabled if macro __ARM_FEATURE_FP16_VECTOR_ARITHMETIC is - defined. - * gcc.target/gcc.target/aarch64/advsimd-intrinsics/vabs.c: Likewise. - * gcc.target/gcc.target/aarch64/advsimd-intrinsics/vadd.c: Likewise. - * gcc.target/gcc.target/aarch64/advsimd-intrinsics/vcage.c: Likewise. - * gcc.target/gcc.target/aarch64/advsimd-intrinsics/vcagt.c: Likewise. - * gcc.target/gcc.target/aarch64/advsimd-intrinsics/vcale.c: Likewise. - * gcc.target/gcc.target/aarch64/advsimd-intrinsics/vcalt.c: Likewise. - * gcc.target/gcc.target/aarch64/advsimd-intrinsics/vceq.c: Likewise. - * gcc.target/aarch64/advsimd-intrinsics/vceqz_1.c: New. - * gcc.target/gcc.target/aarch64/advsimd-intrinsics/vcge.c: Add F16 - tests, enabled if macro __ARM_FEATURE_FP16_VECTOR_ARITHMETIC is - defined. - * gcc.target/aarch64/advsimd-intrinsics/vcgez_1.c: New. - * gcc.target/gcc.target/aarch64/advsimd-intrinsics/vcgt.c: Add F16 - tests, enabled if macro __ARM_FEATURE_FP16_VECTOR_ARITHMETIC is - defined. - * gcc.target/aarch64/advsimd-intrinsics/vcgtz_1.c: New. - * gcc.target/gcc.target/aarch64/advsimd-intrinsics/vcle.c: Add F16 - tests, enabled if macro __ARM_FEATURE_FP16_VECTOR_ARITHMETIC is - defined. - * gcc.target/aarch64/advsimd-intrinsics/vclez_1.c: New. - * gcc.target/gcc.target/aarch64/advsimd-intrinsics/vclt.c: Add F16 - tests, enabled if macro __ARM_FEATURE_FP16_VECTOR_ARITHMETIC is - defined. - * gcc.target/aarch64/advsimd-intrinsics/vcltz_1.c: New. - * gcc.target/gcc.target/aarch64/advsimd-intrinsics/vcvt.c: Add F16 - tests, enabled if macro __ARM_FEATURE_FP16_VECTOR_ARITHMETIC is - defined. Also fix some white-space. - * gcc.target/aarch64/advsimd-intrinsics/vcvtX.inc: New. - * gcc.target/aarch64/advsimd-intrinsics/vcvta_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vcvtm_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vcvtp_1.c: New. - * gcc.target/gcc.target/aarch64/advsimd-intrinsics/vfma.c: Add F16 - tests, enabled if macro __ARM_FEATURE_FP16_VECTOR_ARITHMETIC is - defined. Also fix some long lines and white-space. - * gcc.target/gcc.target/aarch64/advsimd-intrinsics/vfms.c: Add F16 - tests, enabled if macro __ARM_FEATURE_FP16_VECTOR_ARITHMETIC is - defined. Also fix some long lines and white-space. - * gcc.target/gcc.target/aarch64/advsimd-intrinsics/vmax.c: Add F16 - tests, enabled if macro __ARM_FEATURE_FP16_VECTOR_ARITHMETIC is - defined. - * gcc.target/aarch64/advsimd-intrinsics/vmaxnm_1.c: New. - * gcc.target/gcc.target/aarch64/advsimd-intrinsics/vmin.c: Add F16 - tests, enabled if macro __ARM_FEATURE_FP16_VECTOR_ARITHMETIC is - defined. - * gcc.target/aarch64/advsimd-intrinsics/vminnm_1.c: New. - * gcc.target/gcc.target/aarch64/advsimd-intrinsics/vmul.c: Add F16 - tests, enabled if macro __ARM_FEATURE_FP16_VECTOR_ARITHMETIC is - defined. - * gcc.target/aarch64/advsimd-intrinsics/vmul_lane.c: Likewise. - * gcc.target/gcc.target/aarch64/advsimd-intrinsics/vmul_n.c: Likewise. - * gcc.target/gcc.target/aarch64/advsimd-intrinsics/vneg.c: Likewise. - * gcc.target/aarch64/advsimd-intrinsics/vpXXX.inc: Likewise. - * gcc.target/gcc.target/aarch64/advsimd-intrinsics/vpadd.c: Likewise. - * gcc.target/gcc.target/aarch64/advsimd-intrinsics/vpmax.c: Likewise. - * gcc.target/gcc.target/aarch64/advsimd-intrinsics/vpmin.c: Likewise. - * gcc.target/gcc.target/aarch64/advsimd-intrinsics/vrecpe.c: Likewise. - * gcc.target/gcc.target/aarch64/advsimd-intrinsics/vrecps.c: Likewise. - * gcc.target/gcc.target/aarch64/advsimd-intrinsics/vrnd.c: Likewise. - * gcc.target/aarch64/advsimd-intrinsics/vrndX.inc: Likewise. - * gcc.target/gcc.target/aarch64/advsimd-intrinsics/vrnda.c: Likewise. - * gcc.target/gcc.target/aarch64/advsimd-intrinsics/vrndm.c: Likewise. - * gcc.target/gcc.target/aarch64/advsimd-intrinsics/vrndn.c: Likewise. - * gcc.target/gcc.target/aarch64/advsimd-intrinsics/vrndp.c: Likewise. - * gcc.target/gcc.target/aarch64/advsimd-intrinsics/vrndx.c: Likewise. - * gcc.target/aarch64/advsimd-intrinsics/vrsqrte.c: Likewise. - * gcc.target/aarch64/advsimd-intrinsics/vrsqrts.c: Likewise. - * gcc.target/gcc.target/aarch64/advsimd-intrinsics/vsub.c: Likewise. - -2016-09-23 Jiong Wang - Matthew Wahab - - * gcc.target/aarch64/advsimd-intrinsics/binary_scalar_op.inc: New. - * gcc.target/aarch64/advsimd-intrinsics/unary_scalar_op.inc: New. - * gcc.target/aarch64/advsimd-intrinsics/ternary_scalar_op.inc: New. - * gcc.target/aarch64/advsimd-intrinsics/vabsh_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vaddh_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vcvtah_s32_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vcvtah_u32_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vcvth_f16_s32_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vcvth_f16_u32_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vcvth_n_f16_s32_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vcvth_n_f16_u32_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vcvth_n_s32_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vcvth_n_u32_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vcvth_s32_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vcvth_u32_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vcvtmh_s32_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vcvtmh_u32_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vcvtnh_s32_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vcvtnh_u32_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vcvtph_s32_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vcvtph_u32_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vdivh_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vfmah_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vfmsh_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vmaxnmh_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vminnmh_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vmulh_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vnegh_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vrndah_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vrndh_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vrndih_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vrndmh_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vrndnh_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vrndph_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vrndxh_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vsqrth_f16_1.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vsubh_f16_1.c: New. - -2016-09-23 Matthew Wahab - - * gcc.target/arm/armv8_2-fp16-neon-1.c: New. - * gcc.target/arm/armv8_2-fp16-scalar-1.c: New. - * gcc.target/arm/armv8_2-fp16-scalar-2.c: New. - * gcc.target/arm/attr-fp16-arith-1.c: Add a test of intrinsics - support. - -2016-09-23 Kugan Vivekanandarajah - - PR ipa/77677 - * gcc.dg/torture/pr77677.c: New test. - -2016-09-23 Andre Vehreschild - - * gfortran.dg/coarray_lib_comm_1.f90: Using the old caf-interface - here now. - -2016-09-23 Matthew Wahab - - * gcc.target/arm/armv8_2-fp16-arith-1.c: Use arm_v8_2a_fp16_neon - options. Add tests for float16x4_t and float16x8_t. - -2016-09-23 Dominik Vogt - - * gcc.target/s390/risbg-ll-1.c: Ported risbg tests from llvm. - * gcc.target/s390/risbg-ll-2.c: Ditto. - * gcc.target/s390/risbg-ll-3.c: Ditto. - -2016-09-23 Matthew Wahab - - * gcc.target/arm/armv8_2-fp16-arith-1.c: New. - * gcc.target/arm/armv8_2-fp16-conv-1.c: New. - -2016-09-23 Dominik Vogt - - * gcc.target/s390/md/rXsbg_mode_sXl.c: Adapt expected assembly - output to the simplified instructions. - -2016-09-23 Matthew Wahab - - * gcc.target/arm/armv8_2_fp16-move-1.c: New. - * gcc.target/arm/fp16-aapcs-1.c: Update expected output. - -2016-09-23 Matthew Wahab - - * gcc.target/aarch64/advsimd-intrinsics/arm-neon-ref.h - (FP16_SUPPORTED): New - (expected-hfloat-16x4): Make conditional on __fp16 support. - (expected-hfloat-16x8): Likewise. - (vdup_n_f16): Disable for non-AArch64 targets. - * gcc.target/aarch64/advsimd-intrinsics/vbsl.c: Add __fp16 tests, - conditional on FP16_SUPPORTED. - * gcc.target/aarch64/advsimd-intrinsics/vdup-vmov.c: Likewise. - * gcc.target/aarch64/advsimd-intrinsics/vdup_lane.c: Likewise. - * gcc.target/aarch64/advsimd-intrinsics/vext.c: Likewise. - * gcc.target/aarch64/advsimd-intrinsics/vrev.c: Likewise. - * gcc.target/aarch64/advsimd-intrinsics/vshuffle.inc: Add support - for testing __fp16. - * gcc.target/aarch64/advsimd-intrinsics/vtrn.c: Add __fp16 tests, - conditional on FP16_SUPPORTED. - * gcc.target/aarch64/advsimd-intrinsics/vuzp.c: Likewise. - * gcc.target/aarch64/advsimd-intrinsics/vzip.c: Likewise. - -2016-09-23 Matthew Wahab - - * gcc.target/arm/short-vfp-1.c: New. - -2016-09-23 Matthew Wahab - - * gcc.target/arm/attr-fp16-arith-1.c: New. - -2016-09-23 Matthew Wahab - - * lib/target-supports.exp (add_options_for_arm_v8_2a_fp16_scalar): - New. - (add_options_for_arm_v8_2a_fp16_neon): New. - (check_effective_target_arm_arch_v8_2a_ok): Auto-generate. - (add_options_for_arm_arch_v8_2a): Auto-generate. - (check_effective_target_arm_arch_v8_2a_multilib): Auto-generate. - (check_effective_target_arm_v8_2a_fp16_scalar_ok_nocache): New. - (check_effective_target_arm_v8_2a_fp16_scalar_ok): New. - (check_effective_target_arm_v8_2a_fp16_neon_ok_nocache): New. - (check_effective_target_arm_v8_2a_fp16_neon_ok): New. - (check_effective_target_arm_v8_2a_fp16_scalar_hw): New. - (check_effective_target_arm_v8_2a_fp16_neon_hw): New. - -2016-09-23 Matthew Wahab - - * g++.dg/ext/arm-fp16/arm-fp16-ops-3.C: Use - arm_fp16_alternative_ok. - * g++.dg/ext/arm-fp16/arm-fp16-ops-4.C: Likewise. - * gcc.dg/torture/arm-fp16-int-convert-alt.c: Likewise. - * gcc.dg/torture/arm-fp16-ops-3.c: Likewise. - * gcc.dg/torture/arm-fp16-ops-4.c: Likewise. - * gcc.target/arm/fp16-compile-alt-1.c: Likewise. - * gcc.target/arm/fp16-compile-alt-10.c: Likewise. - * gcc.target/arm/fp16-compile-alt-11.c: Likewise. - * gcc.target/arm/fp16-compile-alt-12.c: Likewise. - * gcc.target/arm/fp16-compile-alt-2.c: Likewise. - * gcc.target/arm/fp16-compile-alt-3.c: Likewise. - * gcc.target/arm/fp16-compile-alt-4.c: Likewise. - * gcc.target/arm/fp16-compile-alt-5.c: Likewise. - * gcc.target/arm/fp16-compile-alt-6.c: Likewise. - * gcc.target/arm/fp16-compile-alt-7.c: Likewise. - * gcc.target/arm/fp16-compile-alt-8.c: Likewise. - * gcc.target/arm/fp16-compile-alt-9.c: Likewise. - * gcc.target/arm/fp16-compile-none-1.c: Use arm_fp16_none_ok. - * gcc.target/arm/fp16-compile-none-2.c: Likewise. - * gcc.target/arm/fp16-rounding-alt-1.c: Use - arm_fp16_alternative_ok. - * lib/target-supports.exp - (check_effective_target_arm_fp16_alternative_ok_nocache): New. - (check_effective_target_arm_fp16_alternative_ok): New. - (check_effective_target_arm_fp16_none_ok_nocache): New. - (check_effective_target_arm_fp16_none_ok): New. - -2016-09-23 Martin Liska - - * gcc.dg/ipa/pr77653.c: Replace adress - with address. - -2016-09-23 Martin Liska - - * gcc.target/i386/movbe-4.c: New test. - -2016-09-23 Martin Liska - - * gcc.target/i386/crc32-5.c: New test. - -2016-09-23 Martin Liska - - * gcc.target/i386/pr71652.c: New test. - * gcc.target/i386/pr71652-2.c: New test. - * gcc.target/i386/pr71652-3.c: New test. - -2016-09-23 Jakub Jelinek - - * lib/gcc-dg.exp (process-message): Support relative line number - notation - .+4 or .-1 etc. - * gcc.dg/dg-test-1.c: New test. - -2016-09-22 Martin Sebor - - PR target/77676 - * gcc.dg/tree-ssa/builtin-sprintf-1.c: Define and use wint_t. - * gcc.dg/tree-ssa/builtin-sprintf-2.c: Fix typo. - * gcc.dg/tree-ssa/builtin-sprintf-3.c: New test. - * gcc.dg/tree-ssa/builtin-sprintf-warn-5.c: New test. - -2016-09-22 Uros Bizjak - - * gcc.dg/ifcvt-1.c: Compile also for 64-bit i?86-*-* target. - * gcc.dg/ifcvt-2.c: Ditto. - * gcc.dg/zero_bits_compound-1.c: Ditto. - * gcc.dg/zero_bits_compound-1.c: Ditto. - * gcc.dg/pr40550.c: Simplify target selectors. - Use dg-additional-options. - * gcc.dg/pr47893.c: Ditto. - * gcc.dg/pr68435.c: Compile also for i?86-*-* target. Add -march=i686 - additional options for 32-bit x86 targets. - * gcc.dg/pr70955.c: Move to ... - * gcc.target/i386/pr70955.c: ... here. Simplify target selector. - -2016-09-22 Paolo Carlini - - PR c++/61019 - * g++.dg/cpp0x/pr61019.C: New. - -2016-09-22 Andre Vieira - Terry Guo - - * gcc.target/arm/pure-code/ffunction-sections.c: New. - * gcc.target/arm/pure-code/no-literal-pool.c: New. - * gcc.target/arm/pure-code/pure-code.exp: New. - -2016-09-22 Uros Bizjak - - * gcc.dg/debug/dwarf2/const-2b.c: Also compile for x86_64-*-*. - Remove SSE effective target requirement. - -2016-09-22 Paolo Carlini - - PR c++/71979 - * g++.dg/cpp0x/pr71979.C: New. - -2016-09-22 Bernd Edlinger - - * g++.dg/pr77550.C: Use __SIZE_TYPE__. - -2016-09-22 Martin Liska - - PR ipa/77653 - * gcc.dg/ipa/pr77653.c: New test. - -2016-09-22 Jakub Jelinek - - PR fortran/77665 - * gfortran.dg/gomp/pr77665.f90: New test. - -2016-09-22 Paul Thomas - - * gfortran.dg/dtio_11.f90: Correct for changed error messages. - * gfortran.dg/dtio_13.f90: New test. - -2016-09-21 Louis Krupp - - PR fortran/66107 - * gfortran.dg/pr66107.f90: New test. - -2016-09-21 Ian Lance Taylor - - * go.go-torture/execute/map-1.go: Replace old map deletion syntax - with call to builtin delete function. - -2016-09-21 Joseph Myers - - * gcc.dg/torture/float128-tg-3.c, gcc.dg/torture/float128x-tg-3.c, - gcc.dg/torture/float16-tg-3.c, gcc.dg/torture/float32-tg-3.c, - gcc.dg/torture/float32x-tg-3.c, gcc.dg/torture/float64-tg-3.c, - gcc.dg/torture/float64x-tg-3.c, gcc.dg/torture/floatn-tg-3.h: New - tests. - -2016-09-21 Uros Bizjak - - * gcc.c-torture/unsorted/dump-noaddr.x: Remove debug statements. - -2016-09-21 Jakub Jelinek - - PR c++/77651 - * g++.dg/cpp1z/aligned-new6.C: New test. - -2016-09-21 Matthew Wahab - - * gcc.target/arm/fp16-aapcs-3.c: New. - * gcc.target/arm/fp16-aapcs-4.c: New. - * gcc.target/arm/aapcs/aapcs/vfp22.c: New. - * gcc.target/arm/aapcs/aapcs/vfp23.c: New. - * gcc.target/arm/aapcs/aapcs/vfp24.c: New. - * gcc.target/arm/aapcs/aapcs/vfp25.c: New. - -2016-09-21 Bernd Edlinger - - PR tree-optimization/77550 - * g++.dg/pr77550.C: New test. - -2016-09-21 Georg-Johann Lay - - PR target/77326 - * gcc.target/avr/torture/pr77326.c: New test. - -2016-09-21 Louis Krupp - - * gfortran.dg/pr68078.f90: Run on x86_64_*_linux* only. - -2016-09-21 Richard Biener - - PR tree-optimization/77648 - * gcc.dg/torture/pr77648-1.c: New testcase. - * gcc.dg/torture/pr77648-2.c: Likewise. - -2016-09-21 Richard Biener - Jakub Jelinek - - PR tree-optimization/77621 - * gcc.dg/pr77621.c: New testcase. - -2016-09-21 Paul Thomas - - PR fortran/77657 - * gfortran.dg/dtio_12.f90: New test. - -2016-09-21 Senthil Kumar Selvaraj - - * gcc.dg/tree-ssa/pr64130.c: Use __UINT32_TYPE__ instead of int. - -2016-09-21 Kugan Vivekanandarajah - - PR tree-optimization/72835 - * gcc.dg/tree-ssa/pr72835.c: New test. - -2016-09-20 Martin Sebor - - PR middle-end/49905 - * gcc.dg/builtin-stringop-chk-1.c: Adjust. - * gcc.dg/tree-ssa/builtin-sprintf-warn-1.c: New test. - * gcc.dg/tree-ssa/builtin-sprintf-warn-2.c: New test. - * gcc.dg/tree-ssa/builtin-sprintf-warn-3.c: New test. - * gcc.dg/tree-ssa/builtin-sprintf-warn-4.c: New test. - * gcc.dg/tree-ssa/builtin-sprintf.c: New test. - * gcc.dg/tree-ssa/builtin-sprintf-2.c: New test. - -2016-09-21 Kugan Vivekanandarajah - - * gcc.dg/guality/pr54519-1.c: Add -fno-ipa-vrp. Else constant - arguments/compare will be optimized away. - * gcc.dg/torture/ftrapv-1.c: Likewise. - -2016-09-21 Kugan Vivekanandarajah - - * g++.dg/ipa/pure-const-3.C: Add -fno-ipa-vrp. Else constant arguments - will be optimized away. - * gcc.dg/ipa/vrp1.c: New test. - * gcc.dg/ipa/vrp2.c: New test. - * gcc.dg/ipa/vrp3.c: New test. - -2016-09-21 Kugan Vivekanandarajah - - * g++.dg/tree-ssa/pr31146-2.C: Run with -fno-tree-evrp as evrp also - does the same transformation. - * g++.dg/warn/pr33738.C: XFAIL as optimization now happens in ccp. - * gcc.dg/tree-ssa/evrp1.c: New test. - * gcc.dg/tree-ssa/evrp2.c: New test. - * gcc.dg/tree-ssa/evrp3.c: New test. - * gcc.dg/tree-ssa/pr20657.c: Check for the pattern in evrp dump. - * gcc.dg/tree-ssa/pr22117.c: Likewise. - * gcc.dg/tree-ssa/pr61839_2.c: Likewise. - * gcc.dg/tree-ssa/pr64130.c: Likewise. - * gcc.dg/tree-ssa/pr37508.c: Change the pattern to be checked as - foling now happens early. - * gcc.dg/tree-ssa/vrp04.c: Likewise. - * gcc.dg/tree-ssa/vrp06.c: Likewise. - * gcc.dg/tree-ssa/vrp16.c: Likewise. - * gcc.dg/tree-ssa/vrp25.c: Likewise. - * gcc.dg/tree-ssa/vrp67.c: Likewise. - -2016-09-20 Uros Bizjak - - PR target/77621 - * gcc.target/i386/pr77621.c: New test. - * gcc.target/i386/vect-double-2.c: Update scan-tree-dump-times - pattern, loop should vectorize with -mtune=atom. - -2016-09-20 Maxim Ostapenko - Jakub Jelinek - - PR testsuite/63299 - * g++.old-deja/g++.jason/init3.C (My_string::~My_string): Use delete[] - instead of delete. - -2016-09-20 Jakub Jelinek - - PR c++/77626 - * g++.dg/other/pr77626.C: New test. - - PR c++/77638 - * g++.dg/cpp0x/udlit-tmpl-arg-neg2.C: New test. - - PR c++/77637 - * g++.dg/cpp0x/gen-attrs-62.C: New test. - - PR middle-end/77624 - * c-c++-common/pr77624-1.c: New test. - * c-c++-common/pr77624-2.c: New test. - -2016-09-20 Andre Vehreschild - - * gfortran.dg/coarray_allocate_7.f08: Using + instead of fixed number - of digits expected. - -2016-09-20 Richard Biener - - PR tree-optimization/77646 - * gcc.dg/torture/pr77646.c: New testcase. - -2016-09-19 Bernd Edlinger - - PR c++/77434 - * c-c++-common/Wint-in-bool-context.c: New test. - -2016-09-19 Joseph Myers - - * gcc.dg/cr-decimal-dig-1.c: New test. - -2016-09-19 Joseph Myers - - * gcc.dg/float128-align.c, gcc.dg/float128x-align.c, - gcc.dg/float16-align.c, gcc.dg/float32-align.c, - gcc.dg/float32x-align.c, gcc.dg/float64-align.c, - gcc.dg/float64x-align.c, gcc.dg/floatn-align.h: New tests. - -2016-09-19 Vladimir Makarov - - PR rtl-optimization/77416 - * gcc.target/powerpc/pr77416.c: New. - -2016-09-19 Patrick Palka - - PR c++/77639 - * g++.dg/template/error-recovery4.C: New test. - -2016-09-19 Bin Cheng - - * gcc.dg/vect/pr57558-1.c: Use unsigned int instead of unsigned long. - -2016-09-19 Kyrylo Tkachov - - * gcc.target/aarch64/gtu_to_ltu_cmp_1.c: New test. - * gcc.target/aarch64/gtu_to_ltu_cmp_2.c: New test. - -2016-09-19 Jakub Jelinek - Jan Hubicka - - PR target/77587 - * gcc.dg/pr77587.c: New test. - * gcc.dg/pr77587a.c: New file. - -2016-09-19 Andre Vehreschild - - * gfortran.dg/coarray/alloc_comp_4.f90: New test. - * gfortran.dg/coarray_38.f90: - * gfortran.dg/coarray_alloc_comp_1.f08: New test. - * gfortran.dg/coarray_alloc_comp_2.f08: New test. - * gfortran.dg/coarray_allocate_7.f08: New test. - * gfortran.dg/coarray_allocate_8.f08: New test. - * gfortran.dg/coarray_allocate_9.f08: New test. - * gfortran.dg/coarray_lib_alloc_1.f90: Adapted scan-tree-dumps to expect - new caf_register. - * gfortran.dg/coarray_lib_alloc_2.f90: Same. - * gfortran.dg/coarray_lib_alloc_3.f90: Same. - * gfortran.dg/coarray_lib_comm_1.f90: Adapted scan-tree-dumps to expect - get_by_refs. - * gfortran.dg/coarray_lib_token_3.f90: Same as for coarray_lib_alloc2. - * gfortran.dg/coarray_lock_7.f90: Same. - * gfortran.dg/coarray_poly_5.f90: Same. - * gfortran.dg/coarray_poly_6.f90: Same. - * gfortran.dg/coarray_poly_7.f90: Same. - * gfortran.dg/coarray_poly_8.f90: Same. - * gfortran.dg/coindexed_1.f90: Changed errors expected. - -2016-09-19 Fritz Reese - - PR fortran/77584 - * gfortran.dg/dec_structure_15.f90: New testcase. - -2016-09-19 Richard Biener - - PR middle-end/77605 - * gcc.dg/torture/pr77605.c: New testcase. - -2016-09-18 Louis Krupp - - * gfortran.dg/pr68078.f90: XFAIL run on Darwin - -2016-09-17 Jan Hubicka - - * g++.dg/predict-loop-exit-1.C: Disable early jump threading. - * g++.dg/predict-loop-exit-2.C: Disable early jump threading. - * g++.dg/predict-loop-exit-3.C: Disable early jump threading. - * gcc.dg/tree-ssa/pr69196-1.c: Disable early jump threading. - * gcc.dg/tree-ssa/vrp01.c: Disable early jump threading. - * gcc.dg/tree-ssa/ssa-dom-thread-2b.c: Disable early jump threading. - * gcc.dg/tree-ssa/pr68198.c: Scan ethread dump. - * gcc.dg/tree-ssa/ssa-thread-13.c: Scan ethread dump. - * gcc.dg/tree-ssa/vrp56.c: Scan ethread dump. - * gcc.dg/tree-ssa/vrp92.c: Scan ethread dump. - * gcc.dg/uninit-15.c: Swap xfailed and non-xfailed alternative. - -2016-09-18 Kirill Yukhin - - * gcc.target/i386/pr68633.c: Fix expected result. - -2016-09-17 Louis Krupp - - PR fortran/68078 - * gfortran.dg/pr68078.f90: New test. - * gfortran.dg/set_vm_limit.c: New, called by pr68078. - -2016-09-16 Bill Schmidt - - PR target/77613 - * gcc.target/powerpc/swaps-p8-25.c: New. - -2016-09-16 Jakub Jelinek - - PR c++/77482 - * g++.dg/cpp0x/constexpr-77482.C: New test. - - PR c++/77379 - * g++.dg/abi/abi-tag23.C: Adjust scan-assembler regex for differing - thunk offsets. - * g++.dg/abi/abi-tag23a.C: Likewise. - - PR c++/77338 - * g++.dg/cpp0x/decltype-77338.C: New test. - - PR c++/77375 - * g++.dg/cpp0x/mutable1.C: New test. - -2016-09-16 Steven G. Kargl - - PR fortran/77612 - * gfortran.dg/pr77612.f90: New test. - -2016-09-16 Senthil Kumar Selvaraj - - * gcc.dg/torture/pr70421.c: Require int32plus. - -2016-09-16 Jakub Jelinek - - PR middle-end/77475 - * gcc.target/i386/pr65990.c: Adjust dg-error regexp. - - PR target/77526 - * gcc.target/i386/pr77526.c: New test. - -2016-09-16 Jakub Jelinek - Eric Botcazou - - PR middle-end/77594 - * gcc.target/i386/pr77594.c: New test. - -2016-09-15 Louis Krupp - - PR fortran/69963 - * gfortran.dg/misplaced_implicit_character.f90: New test. - -2016-09-15 Bin Cheng - - PR tree-optimization/77503 - * gcc.dg/vect/pr77503.c: New test. - -2016-09-15 Richard Biener - - PR middle-end/77544 - * c-c++-common/torture/pr77544.c: New testcase. - -2016-09-15 Jakub Jelinek - - PR middle-end/77475 - * gcc.target/i386/pr65990.c: Adjust expected diagnostics. - * gcc.dg/march-generic.c: Likewise. - * gcc.target/i386/spellcheck-options-1.c: New test. - * gcc.target/i386/spellcheck-options-2.c: New test. - * gcc.target/i386/spellcheck-options-3.c: New test. - * gcc.target/i386/spellcheck-options-4.c: New test. - -2016-09-15 Chung-Lin Tang - - PR fortran/72743 - * gfortran.dg/goacc/pr72743.f90: New test. - -2016-09-15 Richard Biener - - * gcc.dg/fold-reassoc-2.c: Fix dump scan. - -2016-09-15 Richard Biener - - PR tree-optimization/77514 - * gcc.dg/torture/pr77514.c: New testcase. - -2016-09-14 Jakub Jelinek - - PR c++/77549 - * g++.dg/lookup/pr77549.C: New test. - -2016-09-14 Marek Polacek - - * c-c++-common/gomp/atomic-12.c: Use -Wno-deprecated. - * c-c++-common/gomp/atomic-13.c: Likewise. - * c-c++-common/gomp/atomic-14.c: Likewise. - * g++.dg/cpp1y/lambda-init11.C: Remove invalid code. - * g++.dg/cpp1z/bool-increment1.C: New test. - * c-c++-common/pr60439.c: Add dg-warning. - * g++.dg/expr/bitfield4.C: Likewise. - * g++.dg/expr/bitfield5.C: Likewise. - * g++.dg/expr/bitfield6.C: Likewise. - * g++.dg/expr/bool1.C: Likewise. - * g++.dg/expr/bool3.C: Likewise. - * g++.dg/expr/lval3.C: Likewise. - * g++.dg/expr/lval4.C: Likewise. - * g++.old-deja/g++.jason/bool5.C: Likewise. - * g++.dg/expr/bitfield3.C: Adjust dg-error. - * g++.dg/other/error18.C: Likewise. - * g++.dg/gomp/atomic-14.C: Likewise. - -2016-09-14 Nathan Sidwell - - PR c++/77539 - * g++.dg/cpp1y/pr77539.C: New. - -2016-09-14 Christophe Lyon - - * g++.dg/cpp0x/lambda/lambda-mangle.C: Move dg-do directive before - dg-require. - * g++.dg/ext/builtin_alloca.C: Likewise. - * g++.dg/template/spec35.C: Likewise. - * gcc.dg/builtins-68.c: Likewise. - * gcc.misc-tests/gcov-13.c: Likewise. - * gcc.misc-tests/gcov-14.c: Likewise. - -2016-09-13 Jim MacArthur - - * gfortran.dg/dec_structure_14.f90: New testcase. - -2016-09-14 Jakub Jelinek - - PR sanitizer/68260 - * c-c++-common/tsan/pr68260.c: New test. - -2016-09-13 Joe Seymour - - PR target/70713 - * gcc.target/msp430/function-attributes-1.c: New test. - * gcc.target/msp430/function-attributes-2.c: New test. - * gcc.target/msp430/function-attributes-3.c: New test. - -2015-04-18 Martin Sebor - - * gfortran.dg/pr32627.f03 (strptr): Change size to match the number - of non-nul characters. - * gfortran.dg/substr_6.f90: Make the NUL character visible on stdout - -2016-09-13 Jakub Jelinek - - * g++.dg/cpp0x/gen-attrs-61.C: New test. - * g++.dg/cpp1z/gen-attrs1.C: New test. - - PR tree-optimization/77454 - * gcc.dg/pr77454.c: New test. - - PR c++/77553 - * g++.dg/cpp1y/constexpr-77553.C: New test. - -2016-09-13 David Malcolm - - * gcc.dg/plugin/diagnostic_plugin_test_show_locus.c - (test_show_locus): Replace rich_location::add_fixit_insert calls - with add_fixit_insert_before and add_fixit_insert_after. - -2016-09-13 Jason Merrill - Tom de Vries - - PR c++/77427 - * g++.dg/pr77427.C: New test. - -2016-09-13 Martin Liska - - * g++.dg/gcov/gcov-threads-1.C: Use profile_update_atomic - effective target. - * gcc.dg/tree-prof/val-profiler-threads-1.c: Likewise. - * lib/target-supports.exp: Define the new target. - -2016-09-12 Andrew Pinski - - * gcc.target/aarch64/thunderxloadpair.c: New testcase. - * gcc.target/aarch64/thunderxnoloadpair.c: New testcase. - -2016-09-12 Uros Bizjak - - * gcc.dg/compat/scalar-by-value-4_x.c: Also test passing of - variable arguments. - * gcc.dg/compat/scalar-by-value-4_y.c (testva##NAME): New. - * gcc.dg/compat/scalar-by-value-4_main.c: Update description comment. - * gcc.dg/compat/scalar-return-4_x.c: Also test returning of - variable argument. - * gcc.dg/compat/scalar-return-4_y.c (testva##NAME): New. - * gcc.dg/compat/scalar-return-4_main.c: Update description comment. - -2016-09-12 Bernd Edlinger - - PR c++/77496 - * c-c++-common/warn-ommitted-condop.c: Add more test cases. - * g++.dg/ext/pr77496.C: New test. - * g++.dg/warn/pr77496.C: New test. - -2016-09-12 David Malcolm - - PR c/72858 - * gcc.dg/format/diagnostic-ranges.c: Update expected suggestions - to preserve conversion chars, and to preserve prefix information. - * gcc.dg/format/pr72858.c: New test case. - -2016-09-11 Steven G. Kargl - - * gfortran.dg/pr77507.f90: Move to ... - * gfortran.dg/ieee/pr77507.f90: here. - -2016-08-09 Jan Hubicka - - PR ipa/61159 - * compile/pr61159.c: New testcase - -2016-08-09 Jan Hubicka - - PR ipa/64316 - * gcc.dg/ipa/pr63416.c: New testcase. - -2016-09-10 Paul Thomas - Steven G. Kargl - - PR fortran/77532 - * gfortran.dg/dtio_11.f90: new test. - -2016-09-10 Steven G. Kargl - - PR fortran/77507 - * gfortran.dg/c_assoc_2.f03: Update error message for revision 240050 - * gfortran.dg/c_assoc_4.f90: Ditto. - -2016-09-10 Tom de Vries - - PR C/71602 - * c-c++-common/va-arg-va-list-type.c: New test. - -2016-09-09 Peter Bergner - - PR rtl-optimization/77289 - * gcc.target/powerpc/pr77289.c: New test. - -2016-09-09 Martin Sebor - - PR c/77520 - PR c/77521 - * gcc.dg/pr77520.c: New test. - * gcc.dg/pr77521.c: New test. - -2016-09-09 Steven G. Kargl - - PR fortran/77506 - * gfortran.dg/pr77506.f90: New test. - -2016-09-09 Steven G. Kargl - - PR fortran/77507 - * gfortran.dg/pr77507.f90: New test. - -2016-09-09 Joseph Myers - - * gcc.dg/limits-width-1.c, gcc.dg/stdint-width-1.c: New tests. - -2016-09-08 Steven G. Kargl - Louis Krupp - - PR fortran/69514 - * gfortran.dg/pr69514_1.f90: New test. - * gfortran.dg/pr69514_2.f90: New test. - -2016-09-08 Jakub Jelinek - - PR fortran/77500 - * gfortran.dg/gomp/pr77500.f90: New test. - - PR fortran/77516 - * gfortran.dg/gomp/pr77516.f90: New test. - -2016-09-07 Jakub Jelinek - - PR middle-end/77475 - * gcc.target/aarch64/arch-diagnostics-1.c: Expect error on line 0. - * gcc.target/aarch64/arch-diagnostics-2.c: Likewise. - * gcc.target/aarch64/cpu-diagnostics-1.c: Likewise. - * gcc.target/aarch64/cpu-diagnostics-2.c: Likewise. - * gcc.target/aarch64/cpu-diagnostics-3.c: Likewise. - * gcc.target/aarch64/cpu-diagnostics-4.c: Likewise. - -2016-09-07 David Malcolm - - * gcc.dg/plugin/diagnostic_plugin_test_string_literals.c: Include - "substring-locations.h". - -2016-09-07 Richard Biener - - PR c/77450 - * c-c++-common/vector-subscript-8.c: Move .. - * gcc.dg/pr77450.c: ... here. - -2016-09-06 Jerry DeLisle - - PR libgfortran/77393 - * gfortran.dg/fmt_f0_2.f90: Update test. - * gfortran.dg/fmt_f0_3.f90: New test. - -2016-09-07 Dominique d'Humieres - - PR debug/77389 - * g++.dg/debug/dwarf2/template-params-12g.C: Pass -gno-strict-dwarf - in dg-options. - - PR debug/57519 - * g++.dg/debug/dwarf2/imported-decl-2.C: Likewise. - -2016-09-06 Jakub Jelinek - - PR target/69255 - * gcc.target/i386/pr69255-1.c: New test. - * gcc.target/i386/pr69255-2.c: New test. - * gcc.target/i386/pr69255-3.c: New test. - -2016-09-06 Martin Sebor - - PR c/77336 - * gcc.dg/format/miss-7.c: New test. - -2016-09-06 Uros Bizjak - - * gfortran.dg/c_by_val_1.f: Correct the call to c_to_c and c_to_c8. - -2016-09-06 Martin Liska - - PR gcov-profile/77378 - PR gcov-profile/77466 - * gcc.dg/profile-update-warning.c: New test. - -2016-09-06 Richard Biener - - PR tree-optimization/77479 - * gcc.dg/torture/pr77479.c: New testcase. - -2016-09-06 Richard Biener - - PR c/77450 - * c-c++-common/vector-subscript-7.c: Adjust. - * c-c++-common/vector-subscript-8.c: New testcase. - -2016-09-06 Senthil Kumar Selvaraj - - * gcc.dg/Wno-frame-address.c: Skip for avr-*-*. - -2016-09-05 Jakub Jelinek - - PR target/77476 - * gcc.target/i386/avx512f-pr77476.c: New test. - * gcc.target/i386/avx512bw-pr77476.c: New test. - * gcc.target/i386/avx512dq-pr77476.c: New test. - - * lib/target-supports.exp (check_effective_target_vect_simd_clones): - Update comment to mention also avx512f. - - PR sanitizer/77396 - * g++.dg/asan/pr77396-2.C: New test. - -2016-09-05 Uros Bizjak - - PR rtl-optimization/77452 - * gcc.target/i386/pr77452.c: New test. - -2016-09-05 Marek Polacek - - PR c/77423 - * c-c++-common/Wlogical-not-parentheses-3.c: New test. - -2016-09-04 Steven G. Kargl - - PR fortran/77391 - * gfortran.dg/pr77391.f90: New test. - -2016-09-04 Steven G. Kargl - - PR fortran/77460 - * gfortran.dg/pr77460.f90: New test. - -2016-09-03 Jakub Jelinek - - PR c/65467 - * gcc.dg/gomp/_Atomic-4.c: Require vect_simd_clones effective target. - -2016-09-02 Kirill Yukhin - - * gcc.target/i386/avx512f-klogic-2.c: Fix operand calculation order. - -2016-09-02 David Malcolm - - * gcc.dg/plugin/diagnostic-test-show-locus-generate-patch.c: New - test case. - * gcc.dg/plugin/plugin.exp (plugin_test_list): Add - diagnostic-test-show-locus-generate-patch.c to the sources - for diagnostic_plugin_test_show_locus.c. - -2016-09-02 Jakub Jelinek - - PR c/65467 - * gcc.dg/gomp/_Atomic-1.c: New test. - * gcc.dg/gomp/_Atomic-2.c: New test. - * gcc.dg/gomp/_Atomic-3.c: New test. - * gcc.dg/gomp/_Atomic-4.c: New test. - * gcc.dg/gomp/_Atomic-5.c: New test. - - PR sanitizer/77396 - * g++.dg/asan/pr77396.C: New test. - -2016-09-01 Martin Sebor - - PR tree-optimization/71831 - * gcc.dg/builtin-object-size-16.c: New test. - * gcc.dg/builtin-object-size-17.c: New test. - -2016-09-01 Jerry DeLisle - - PR libgfortran/77393 - * gfortran.dg/fmt_f0_2.f90: Update tests for available kinds. - -2016-09-01 Uros Bizjak - - * gcc.dg/torture/float128-builtin.c, gcc.dg/torture/float128-floath.c, - gcc.dg/torture/float128-ieee-nan.c, gcc.dg/torture/float128-tg-2.c, - gcc.dg/torture/float128-tg.c, gcc.dg/torture/float128x-builtin.c, - gcc.dg/torture/float128x-floath.c, gcc.dg/torture/float128x-nan.c, - gcc.dg/torture/float128x-tg-2.c, gcc.dg/torture/float128x-tg.c, - gcc.dg/torture/float16-builtin.c, gcc.dg/torture/float16-floath.c, - gcc.dg/torture/float16-nan.c, gcc.dg/torture/float16-tg-2.c, - gcc.dg/torture/float16-tg.c, gcc.dg/torture/float32-builtin.c, - gcc.dg/torture/float32-floath.c, gcc.dg/torture/float32-nan.c, - gcc.dg/torture/float32-tg-2.c, gcc.dg/torture/float32-tg.c, - gcc.dg/torture/float32x-builtin.c, gcc.dg/torture/float32x-floath.c, - gcc.dg/torture/float32x-nan.c, gcc.dg/torture/float32x-tg-2.c, - gcc.dg/torture/float32x-tg.c, gcc.dg/torture/float64-builtin.c, - gcc.dg/torture/float64-floath.c, gcc.dg/torture/float64-nan.c, - gcc.dg/torture/float64-tg-2.c, gcc.dg/torture/float64-tg.c, - gcc.dg/torture/float64x-builtin.c, gcc.dg/torture/float64x-floath.c, - gcc.dg/torture/float64x-nan.c, gcc.dg/torture/float64x-tg-2.c, - gcc.dg/torture/float64x-tg.c: Use dg-add-options ieee. - -2016-09-01 Eric Botcazou - - * gnat.dg/opt58.adb: New test. - * gnat.dg/opt58_pkg.ads: New helper. - -2016-09-01 Richard Biener - - PR middle-end/77436 - * gcc.dg/torture/pr77436.c: New testcase. - -2016-09-01 Senthil Kumar Selvaraj - - * gcc.dg/pr64252.c: Require int32plus. - * gcc.dg/pr66299-1.c: Likewise. - * gcc.dg/pr66299-2.c: Likewise. - * gcc.dg/torture/20131115-1.c: Skip for avr. - -2016-09-01 Kyrylo Tkachov - - * gcc.target/aarch64/ands_3.c: New test. - -2016-08-31 Jakub Jelinek - - PR fortran/77352 - * gfortran.dg/gomp/pr77352.f90: New test. - - PR fortran/77374 - * gfortran.dg/gomp/pr77374.f08: New test. - -2016-08-31 Marc Glisse - - PR tree-optimization/73714 - * gcc.dg/tree-ssa/pr73714.c: New test. - -2016-08-31 Jerry DeLisle - - PR libgfortran/77393 - * gfortran.dg/fmt_f0_2.f90: New test. - -2016-08-31 Marc Glisse - - * gcc.target/i386/pr59539-2.c: Adapt options. - * gcc.target/i386/avx512f-vmovdqu32-1.c: Relax expected asm. - -2016-08-31 Paul Thomas - - PR fortran/77418 - * gfortran.dg/dtio_5.f90: Remove the non-standard deallocation - of the associate entity and replace with a pointer to the - intended item on the stack. - -2016-08-31 Jerry DeLisle - Paul Thomas - - PR fortran/48298 - * gfortran.dg/dtio_1.f90: New test. - * gfortran.dg/dtio_2.f90: New test. - * gfortran.dg/dtio_3.f90: New test. - * gfortran.dg/dtio_4.f90: New test. - * gfortran.dg/dtio_5.f90: New test. - * gfortran.dg/dtio_6.f90: New test. - * gfortran.dg/dtio_7.f90: New test. - * gfortran.dg/dtio_8.f90: New test. - * gfortran.dg/dtio_9.f90: New test. - * gfortran.dg/dtio_10.f90: New test. - -2016-08-30 David Malcolm - - * gcc.dg/plugin/diagnostic-test-show-locus-bw.c - (test_many_nested_locations): New function. - * gcc.dg/plugin/diagnostic_plugin_test_show_locus.c - (test_show_locus): Handle "test_many_nested_locations". - -2016-08-30 David Malcolm - - * g++.dg/template/double-greater-than-fixit.C: New test case. - -2016-08-30 Eric Botcazou - - * gnat.dg/opt57.ad[sb]: New test. - * gnat.dg/opt57_pkg.ads: New helper. - -2016-08-30 Richard Biener - - PR tree-optimization/69047 - * gcc.dg/pr69047.c: Fix byte-order check. - -2016-08-30 Jakub Jelinek - - PR tree-optimization/72866 - * gcc.dg/vect/pr72866.c: New test. - - PR debug/77363 - * g++.dg/debug/dwarf2/pr77363.C: New test. - - PR middle-end/77377 - * gcc.target/i386/pr77377.c: New test. - - PR debug/77389 - * g++.dg/debug/dwarf2/template-params-12f.C: Pass -gno-strict-dwarf - in dg-options. - -2016-08-29 Steven G. Kargl - - * gfortran.dg/pr77372.f90: Moved to ... - * gfortran.dg/ieee/pr77372.f90: here. - -2016-08-29 Michael Meissner - - * gcc.target/powerpc/vec-init-4.c: New runtime tests for various - vector short/char initializations. - * gcc.target/powerpc/vec-init-5.c: Likewise. - * gcc.target/powerpc/vec-init-6.c: New compile time test for - vector initialization optimizations. - * gcc.target/powerpc/vec-init-7.c: Likewise. - * gcc.target/powerpc/vec-init-8.c: New runtime tests for various - vector float/double initializations. - * gcc.target/powerpc/vec-init-9.c: Likewise. - -2016-08-29 Uros Bizjak - - PR target/77403 - * gcc.target/i386/pr77403.c: New test. - -2016-08-29 Marek Polacek - - PR c/77292 - * c-c++-common/Wlogical-not-parentheses-1.c: New test. - -2016-08-29 Tom de Vries - - PR c/77398 - * g++.dg/ext/va-arg1.C: Add error check for illegal first argument. - -2016-08-29 Eric Botcazou - - * gcc.dg/ipa/iinline-attr.c: XFAIL on Visium. - -2016-08-29 Fritz Reese - - * gfortran.dg/dec_structure_13.f90: New testcase. - -2016-08-29 Janne Blomqvist - - PR fortran/77261 - * gfortran.dg/random_3.f90: Run testcase only when real(10) is - available. - -2016-08-28 Tom de Vries - - PR lto/70955 - * gcc.dg/pr70955.c: New test. - * gcc.dg/lto/pr70955_0.c: Same. - * gcc.dg/lto/pr70955_1.c: Same. - -2016-08-27 Patrick Palka - - PR tree-optimization/71077 - * gcc.target/i386/pr71077.c: New test. - -2016-08-27 Steven G. Kargl - - PR fortran/77380 - * gfortran.dg/pr77380.f90: New test. - -2016-08-27 Steven G. Kargl - - PR fortran/77372 - gfortran.dg/pr77372.f90: New test. - -2016-08-26 David Malcolm - - * gcc.dg/spellcheck-fields-2.c (test): Move - dg-begin/end-multiline-output within function body. - (test_macro): New function. - -2016-08-26 David Malcolm - - * gcc.dg/plugin/diagnostic-test-show-locus-color.c - (test_fixit_insert): Update expected output. - (test_fixit_remove): Likewise. - (test_fixit_replace): Likewise. - -2016-08-26 Rainer Orth - - * gcc.dg/ipa/propbits-2.c: Add -fdump-tree-optimized to dg-options. - Fix typo. - -2016-08-26 Richard Biener - - PR tree-optimization/69047 - * gcc.dg/pr69047.c: New testcase. - -2016-08-26 Prathamesh Kulkarni - Martin Jambhor - - * gcc.dg/ipa/propbits-1.c: New test-case. - * gcc.dg/ipa/propbits-2.c: Likewise. - * gcc.dg/ipa/propbits-3.c: Likewise. - -2016-08-25 Steven g. Kargl - - PR fortran/77351 - * gfortran.dg/pr77351.f90: New test. - -2016-08-25 Marek Polacek - - * c-c++-common/Wlogical-not-parentheses-2.c: New test. - -2016-08-25 Marek Polacek - - PR c/77323 - * gcc.dg/pr77323.c: New test. - -2016-08-24 Paul Thomas - - PR fortran/77358 - * gfortran.dg/submodule_17.f08: New test. - -2016-08-24 Michael Collison - Michael Collison - - * gcc.target/arm/builtin_saddl.c: New testcase. - * gcc.target/arm/builtin_saddll.c: New testcase. - * gcc.target/arm/builtin_uaddl.c: New testcase. - * gcc.target/arm/builtin_uaddll.c: New testcase. - * gcc.target/arm/builtin_ssubl.c: New testcase. - * gcc.target/arm/builtin_ssubll.c: New testcase. - * gcc.target/arm/builtin_usubl.c: New testcase. - * gcc.target/arm/builtin_usubll.c: New testcase. - -2016-08-24 Uros Bizjak - - PR target/77270 - * gcc.dg/tree-ssa/loop-28.c: Also compile on 32bit x86 targets. - (dg-options): Use -march=amdfam10 instead of -march=athlon. - * gcc.dg/tree-ssa/update-unroll-1.c: Ditto. - * gcc.dg/tree-ssa/prefetch-3.c: Ditto. - * gcc.dg/tree-ssa/prefetch-4.c: Ditto. - * gcc.dg/tree-ssa/prefetch-5.c: Ditto. - * gcc.dg/tree-ssa/prefetch-6.c: Ditto. Do not require sse2 - effective target. Remove scan-assembler-times directives. - * gcc.dg/tree-ssa/prefetch-7.c: Ditto. - * gcc.dg/tree-ssa/prefetch-8.c: Ditto. - * gcc.dg/tree-ssa/prefetch-9.c: Ditto. - -2016-08-24 Senthil Kumar Selvaraj - - * gcc.c-torture/execute/pr71083.c: Use UINT32_TYPE instead - of unsigned int. - * gcc.dg/zero_sign_ext_test.c: Require int32plus. - -2016-08-24 Robert Suchanek - - PR testsuite/77317 - * lib/target-supports.exp - (check_effective_target_vect_aligned_arrays): Don't cache the result. - (check_effective_target_vect_natural_alignment): Ditto. - (check_effective_target_vector_alignment_reachable): Ditto. - (check_effective_target_vector_alignment_reachable_for_64bit): Ditto. - -2016-08-23 Ian Lance Taylor - - * gcc.target/s390/nolrl-1.c: Don't match the file name. - -2016-08-23 Michael Meissner - - * gcc.target/powerpc/vec-init-1.c: Add tests where the vector is - being created from pointers to memory locations. - * gcc.target/powerpc/vec-init-2.c: Likewise. - -2016-08-23 Fritz Reese - - * gfortran.dg/dec_structure_12.f90: New testcase. - -2016-08-23 Dominik Vogt - - * gcc.target/s390/insv-1.c: Fix test when running with -m31. - -2016-08-23 Dominik Vogt - - * gcc.target/s390/zvector/vec-genmask-1.c: Improve result - verification. - -2016-08-23 Dominik Vogt - - * gcc.target/s390/md/andc-splitter-1.c: New test case. - * gcc.target/s390/md/andc-splitter-2.c: Likewise. - -2016-08-23 Richard Biener - - PR tree-optimization/27336 - * c-c++-common/pr27336.c: New testcase. - -2016-08-22 Marek Polacek - - PR c++/77321 - * g++.dg/cpp1y/pr77321.C: New test. - -2016-08-22 Steven G. Kargl - - PR fortran/60774 - * gfortran.dg/empty_label.f: Adjust test for new error message. - * gfortran.dg/empty_label.f90: Ditto. - * gfortran.dg/empty_label_typedecl.f90: Ditto. - * gfortran.dg/label_3.f90: Deleted (redundant with empty_label.f90). - * gfortran.dg/warnings_are_errors_1.f90: Remove invalid statement label. - -2016-08-22 Steven G. Kargl - - PR fortran/61318 - * gfortran.dg/pr61318.f90: New test. - -2016-08-22 Steven G. Kargl - - PR fortran/77260 - * gfortran.dg/pr77260_1.f90: New test. - * gfortran.dg/pr77260_2.f90: Ditto. - -2016-08-22 Joseph Myers - - PR middle-end/77269 - * gcc.dg/torture/builtin-isinf_sign-1.c: Use __builtin_signbit not - __builtin_signbitf and __builtin_signbitl in expected generic - expansion. - * gcc.dg/torture/float128-tg-2.c, gcc.dg/torture/float128x-tg-2.c, - gcc.dg/torture/float16-tg-2.c, gcc.dg/torture/float32-tg-2.c, - gcc.dg/torture/float32x-tg-2.c, gcc.dg/torture/float64-tg-2.c, - gcc.dg/torture/float64x-tg-2.c, gcc.dg/torture/floatn-tg-2.h: New - tests. - -2016-08-22 Joseph Myers - - * gcc.dg/torture/float128-builtin.c, - gcc.dg/torture/float128-ieee-nan.c, - gcc.dg/torture/float128x-builtin.c, - gcc.dg/torture/float128x-nan.c, gcc.dg/torture/float16-builtin.c, - gcc.dg/torture/float16-nan.c, gcc.dg/torture/float32-builtin.c, - gcc.dg/torture/float32-nan.c, gcc.dg/torture/float32x-builtin.c, - gcc.dg/torture/float32x-nan.c, gcc.dg/torture/float64-builtin.c, - gcc.dg/torture/float64-nan.c, gcc.dg/torture/float64x-builtin.c, - gcc.dg/torture/float64x-nan.c, gcc.dg/torture/floatn-builtin.h, - gcc.dg/torture/floatn-nan.h: New tests. - -2016-08-22 Joseph Myers - - * gcc.dg/torture/arm-fp16-int-convert-alt.c (FP16_MAX_EXP): New - macro. - (main): Update calls to TEST_I_F. - * gcc.dg/torture/arm-fp16-int-convert-ieee.c (FP16_MAX_EXP): New - macro. - (main): Update calls to TEST_I_F. - -2016-08-22 Joseph Myers - - * gcc.dg/torture/fp-int-convert-float128x-timode.c, - gcc.dg/torture/fp-int-convert-float32x-timode.c, - gcc.dg/torture/fp-int-convert-float64x-timode.c: Correct type - names in calls to TEST_I_F. - -2016-08-22 Bernd Edlinger - - PR c/52952 - * gcc.dg/cpp/pr66415-1.c: Fix sporadic failure. - -2016-08-22 Senthil Kumar Selvaraj - - * gcc.dg/ipa/propalign-1.c: Skip for targets with !natural_alignment_32 - and !natural_alignment_64. - * gcc.dg/ipa/propalign-2.c: Likewise. - * gcc.dg/ipa/propalign-3.c: Likewise. - * gcc.dg/ipa/propalign-4.c: Likewise. - * gcc.dg/ipa/propalign-5.c: Likewise. - * lib/target-supports.exp - (check_effective_target_natural_alignment_32): Add avr-*-*. - -2016-08-20 Kugan Vivekanandarajah - - PR tree-optimization/61839 - * gcc.dg/tree-ssa/pr61839_1.c: New test. - * gcc.dg/tree-ssa/pr61839_2.c: New test. - * gcc.dg/tree-ssa/pr61839_3.c: New test. - * gcc.dg/tree-ssa/pr61839_4.c: New test. - -2016-08-19 Joseph Myers - - PR c/32187 - * lib/target-supports.exp (check_effective_target_float16) - (check_effective_target_float32, check_effective_target_float64) - (check_effective_target_float128, check_effective_target_float32x) - (check_effective_target_float64x) - (check_effective_target_float128x) - (check_effective_target_float16_runtime) - (check_effective_target_float32_runtime) - (check_effective_target_float64_runtime) - (check_effective_target_float128_runtime) - (check_effective_target_float32x_runtime) - (check_effective_target_float64x_runtime) - (check_effective_target_float128x_runtime) - (check_effective_target_floatn_nx_runtime) - (add_options_for_float16, add_options_for_float32) - (add_options_for_float64, add_options_for_float128) - (add_options_for_float32x, add_options_for_float64x) - (add_options_for_float128x): New procedures. - * gcc.dg/dfp/floatn.c, gcc.dg/float128-typeof.c, - gcc.dg/float128x-typeof.c, gcc.dg/float16-typeof.c, - gcc.dg/float32-typeof.c, gcc.dg/float32x-typeof.c, - gcc.dg/float64-typeof.c, gcc.dg/float64x-typeof.c, - gcc.dg/floatn-arithconv.c, gcc.dg/floatn-errs.c, - gcc.dg/floatn-typeof.h, gcc.dg/torture/float128-basic.c, - gcc.dg/torture/float128-complex.c, - gcc.dg/torture/float128-floath.c, gcc.dg/torture/float128-tg.c, - gcc.dg/torture/float128x-basic.c, - gcc.dg/torture/float128x-complex.c, - gcc.dg/torture/float128x-floath.c, gcc.dg/torture/float128x-tg.c, - gcc.dg/torture/float16-basic.c, gcc.dg/torture/float16-complex.c, - gcc.dg/torture/float16-floath.c, gcc.dg/torture/float16-tg.c, - gcc.dg/torture/float32-basic.c, gcc.dg/torture/float32-complex.c, - gcc.dg/torture/float32-floath.c, gcc.dg/torture/float32-tg.c, - gcc.dg/torture/float32x-basic.c, - gcc.dg/torture/float32x-complex.c, - gcc.dg/torture/float32x-floath.c, gcc.dg/torture/float32x-tg.c, - gcc.dg/torture/float64-basic.c, gcc.dg/torture/float64-complex.c, - gcc.dg/torture/float64-floath.c, gcc.dg/torture/float64-tg.c, - gcc.dg/torture/float64x-basic.c, - gcc.dg/torture/float64x-complex.c, - gcc.dg/torture/float64x-floath.c, gcc.dg/torture/float64x-tg.c, - gcc.dg/torture/floatn-basic.h, gcc.dg/torture/floatn-complex.h, - gcc.dg/torture/floatn-convert.c, gcc.dg/torture/floatn-floath.h, - gcc.dg/torture/floatn-tg.h, - gcc.dg/torture/fp-int-convert-float128-ieee-timode.c, - gcc.dg/torture/fp-int-convert-float128-ieee.c, - gcc.dg/torture/fp-int-convert-float128x-timode.c, - gcc.dg/torture/fp-int-convert-float128x.c, - gcc.dg/torture/fp-int-convert-float16-timode.c, - gcc.dg/torture/fp-int-convert-float16.c, - gcc.dg/torture/fp-int-convert-float32-timode.c, - gcc.dg/torture/fp-int-convert-float32.c, - gcc.dg/torture/fp-int-convert-float32x-timode.c, - gcc.dg/torture/fp-int-convert-float32x.c, - gcc.dg/torture/fp-int-convert-float64-timode.c, - gcc.dg/torture/fp-int-convert-float64.c, - gcc.dg/torture/fp-int-convert-float64x-timode.c, - gcc.dg/torture/fp-int-convert-float64x.c: New tests. - * gcc.dg/torture/fp-int-convert.h (TEST_I_F): Add argument for - maximum exponent of floating-point type. Use it in testing - whether 0x8...0 fits in the floating-point type. Always treat -1 - (signed 0xf...f) as fitting in the floating-point type. - (M_OK1): New macro. - * gcc.dg/torture/fp-int-convert-double.c, - gcc.dg/torture/fp-int-convert-float.c, - gcc.dg/torture/fp-int-convert-float128-timode.c, - gcc.dg/torture/fp-int-convert-float128.c, - gcc.dg/torture/fp-int-convert-float80-timode.c, - gcc.dg/torture/fp-int-convert-float80.c, - gcc.dg/torture/fp-int-convert-long-double.c, - gcc.dg/torture/fp-int-convert-timode.c: Update calls to TEST_I_F. - -2016-08-19 Jakub Jelinek - - PR fortran/72744 - * gfortran.dg/gomp/pr72744.f90: New test. - - PR fortran/69281 - * gfortran.dg/gomp/pr69281.f90: New test. - -2016-08-19 Janne Blomqvist - - * gfortran.dg/random_4.f90: Initialize seed before using, handle - the last special seed value. - * gfortran.dg/random_7.f90: Use size for last array member instead - of hardcoded value. - -2016-08-19 Prathamesh Kulkarni - - * gcc.dg/cpp/warn-undef.c: Append "evaluates to 0" to dg-error. - * gcc.dg/cpp/warn-undef-2.c: Likewise. - -2016-08-19 Richard Biener - - PR tree-optimization/77286 - * gcc.dg/torture/pr77286.c: New testcase. - -2016-08-18 David Malcolm - - * gcc.dg/verbose-asm-2.c: New test case. - -2016-08-18 David Malcolm - - * gcc.dg/plugin/diagnostic_plugin_test_show_locus.c - (custom_diagnostic_finalizer): Update for change to - diagnostic_show_locus. - -2016-08-18 David Malcolm - - * gcc.dg/cpp/misspelled-directive-1.c: New testcase. - * gcc.dg/cpp/misspelled-directive-2.c: New testcase. - -2016-08-18 Marek Polacek - - PR c/71514 - * gcc.dg/pr71514.c: New test. - -2015-08-18 H.J. Lu - - PR target/72839 - * gcc.target/i386/pr72839.c: New test. - -2016-08-18 Chung-Lin Tang - - PR middle-end/70895 - * gfortran.dg/goacc/loop-tree-1.f90: Add gimple scan-tree-dump test. - * c-c++-common/goacc/reduction-1.c: Likewise. - * c-c++-common/goacc/reduction-2.c: Likewise. - * c-c++-common/goacc/reduction-3.c: Likewise. - * c-c++-common/goacc/reduction-4.c: Likewise. - -2016-08-18 Alan Modra - - * gcc.c-torture/compile/pr72771.c: New. - -2016-08-17 Jakub Jelinek - - PR fortran/67496 - * gfortran.dg/pr67496.f90: New test. - -2015-08-17 Alan Hayward - - PR tree-optimization/71752 - * gcc.dg/vect/pr71752.c: New. - -2016-08-17 Uros Bizjak - - * gfortran.dg/dec_init_2.f90: Use dg-add-options ieee. - -2016-08-17 Jakub Jelinek - - PR middle-end/77259 - * g++.dg/ipa/devirt-52.C: New test. - -2016-08-17 Chung-Lin Tang - - * c-c++-common/goacc/reduction-6.c: New testcase. - -2016-08-17 Richard Biener - - PR tree-optimization/76490 - * gfortran.fortran-torture/compile/pr76490.f90: New testcase. - * gcc.dg/pr52904.c: XFAIL. - -2016-08-17 Richard Biener - - PR tree-optimization/23855 - * gcc.dg/loop-unswitch-2.c: Adjust. - -2016-08-16 Jakub Jelinek - - PR tree-optimization/72817 - * gcc.dg/tree-ssa/pr72817.c (a): Change type from char to signed char. - -2016-08-16 Joseph Myers - - PR libgcc/77265 - * gcc.dg/torture/float128-extend-inf.c: New test. - -2016-08-16 David Malcolm - - PR c/72857 - * gcc.dg/format/asm_fprintf-1.c: Restore column numbers - for embedded NUL. - * gcc.dg/format/c90-printf-1.c: Restore column numbers. - * gcc.dg/format/diagnostic-ranges.c (test_hex): Update expected - caret placement. - (test_oct): Likewise. - (test_multiple): Likewise. - (test_field_width_specifier): Likewise. - (test_field_width_specifier_2): New function. - (test_field_precision_specifier): New function. - (test_embedded_nul): Update expected caret placement. - (test_non_contiguous_strings): Update line number. - * gcc.dg/plugin/diagnostic-test-string-literals-1.c - (__emit_string_literal_range): Add "caret_idx" param. - (test_simple_string_literal): Add value for new param, updating - expected output.. - (test_concatenated_string_literal): Likewise. - (test_multiline_string_literal): Likewise. - (test_hex): Likewise. - (test_oct): Likewise. - (test_multiple): Likewise. - (test_ucn4): Likewise. - (test_ucn8): Likewise. - (test_u8): Likewise. - (test_u): Likewise; update expected message, from "range" to - "location". - (test_U): Likewise. - (test_L): Likewise. - (test_macro): Add value for new param. - * gcc.dg/plugin/diagnostic-test-string-literals-2.c - (__emit_string_literal_range): Add "caret_idx" param. - (test_stringified_token_1): Add value for new param. Update - expected message, from "range" to "location". - (test_stringized_token_2): Likewise, adding param to macro. - (test_stringified_token_3): Likewise. - * gcc.dg/plugin/diagnostic_plugin_test_string_literals.c - (emit_warning): Convert param from source_range to location_t. - (test_string_literals): Add caret_idx param, and use it when - constructing a substring_loc. Update error message, from - "range" to "location". - -2016-08-16 Jakub Jelinek - - PR target/71910 - * g++.dg/gomp/pr71910.C: New test. - - PR middle-end/67485 - * gcc.c-torture/compile/pr67485.c: New test. - - PR target/72867 - * gcc.target/i386/pr72867.c: Add -msse to dg-options. - -2016-08-16 Bin Cheng - - PR tree-optimization/69848 - * gcc.target/aarch64/simd/vcond-ne-bit.c: New test. - -2016-08-16 Martin Liska - - * gcc.dg/tree-prof/val-prof-7.c (int main): Change size - of memory operations so that it can be handled by core2 - in 32-bit mode. - -2016-08-16 Richard Biener - - PR tree-optimization/76783 - * gcc.dg/pr76783.c: New testcase. - * gcc.dg/tree-ssa/pr69270-2.c: Adjust. - -2016-08-16 Bin Cheng - - PR tree-optimization/72817 - PR tree-optimization/73450 - * gcc.dg/tree-ssa/pr72817.c: New test. - * gcc.dg/tree-ssa/pr73450.c: New test. - -2016-08-15 Fritz Reese - - * gfortran.dg/init_flag_13.f90: New testcase. - * gfortran.dg/init_flag_14.f90: Ditto. - * gfortran.dg/init_flag_15.f03: Ditto. - * gfortran.dg/dec_init_1.f90: Ditto. - * gfortran.dg/dec_init_2.f90: Ditto. - -2016-08-15 Uros Bizjak - - PR target/72867 - * gcc.target/i386/pr72867.c: New test. - -2016-08-16 Eric Botcazou - - * c-c++-common/dump-ada-spec-5.c: New test. - -2016-08-15 Richard Biener - - PR tree-optimization/73434 - * gcc.dg/torture/pr73434.c: New testcase. - -2016-08-15 Jakub Jelinek - - PR tree-optimization/72824 - * gcc.c-torture/execute/ieee/pr72824-2.c: New test. - -2016-08-14 Chung-Lin Tang - - PR fortran/70598 - * gfortran.dg/goacc/host_data-tree.f95: Adjust to use pointers - in use_device clause. - * gfortran.dg/goacc/uninit-use-device-clause.f95: Likewise. - * gfortran.dg/goacc/list.f95: Adjust to catch - "neither a POINTER nor an array" error messages. - -2016-08-14 Uros Bizjak - - PR target/76342 - * gcc.target/i386/pr76342.c: New test. - -2016-08-12 Jakub Jelinek - - PR c/71512 - * g++.dg/ubsan/pr71512.C: New test. - * c-c++-common/ubsan/pr71512-1.c: New test. - * c-c++-common/ubsan/pr71512-2.c: New test. - -2016-08-12 Michael Meissner - - * gcc.target/powerpc/vec-init-1.c: New tests to test various - vector initialization options. - * gcc.target/powerpc/vec-init-2.c: Likewise. - * gcc.target/powerpc/vec-init-3.c: New test to make sure MTVSRDD - is generated on ISA 3.0. - -2016-08-12 Patrick Palka - - PR middle-end/71654 - * gcc.dg/c-c++-common/pr71654.c: New test. - * gcc.dg/tree-ssa/vrp23: Add -fno-tree-forwprop to - dg-options. - * gcc.dg/tree-ssa/vrp24: Likewise. - -2016-08-12 Jakub Jelinek - - PR c/67410 - * gcc.dg/pr67410.c: New test. - -2016-08-12 Bin Cheng - - PR tree-optimization/69848 - * gcc.dg/vect/vect-pr69848.c: New test. - -2016-08-12 Uros Bizjak - - PR testsuite/71008 - * gcc.target/i386/avx512f-vprord-1.c: Scan also for vprold. - * gcc.target/i386/avx512f-vprorq-1.c: Scan also for vprolq. - * gcc.target/i386/avx512vl-vprord-1.c: Scan also for vprold. - * gcc.target/i386/avx512vl-vprorq-1.c: Scan also for vprolq. - -2016-08-12 Richard Biener - - PR tree-optimization/57326 - * gcc.dg/tree-ssa/ssa-pre-32.c: New testcase. - * gcc.dg/tree-ssa/loadpre14.c: Adjust. - * gcc.dg/tree-ssa/pr35287.c: Likewise. - * gcc.target/i386/pr45685.c: Likewise. - * gcc.dg/tree-ssa/predcom-1.c: Disable PRE. - * gcc.dg/tree-ssa/predcom-2.c: Likewise. - * gcc.dg/tree-ssa/predcom-3.c: Likewise. - * gcc.dg/tree-ssa/ssa-sink-10.c: Likewise. - * gfortran.dg/pr34163.f90: Likewise. - -2016-08-12 Martin Liska - - * g++.dg/gcov/gcov-16.C: New test. - * lib/gcov.exp: Support new argument for run-gcov function. - -2016-08-12 Martin Liska - - PR gcov-profile/35590 - * gcc.dg/tree-prof/val-prof-7.c: Improve test coverage. - -2016-08-12 Richard Biener - - PR tree-optimization/72851 - * gcc.dg/torture/pr72851.c: New testcase. - -2016-08-12 Alexandre Oliva - - PR debug/63240 - * g++.dg/debug/dwarf2/defaulted-member-function-1.C: New. - * g++.dg/debug/dwarf2/defaulted-member-function-2.C: New. - * g++.dg/debug/dwarf2/defaulted-member-function-3.C: New. - * g++.dg/debug/dwarf2/deleted-member-function.C: Expect - DW_AT_deleted. - - PR debug/55641 - * g++.dg/debug/dwarf2/ref-1.C: New. - - PR debug/49366 - * g++.dg/debug/dwarf2/template-params-12.H: New. - * g++.dg/debug/dwarf2/template-params-12f.C: New. - * g++.dg/debug/dwarf2/template-params-12g.C: New. - * g++.dg/debug/dwarf2/template-params-12n.C: New. - * g++.dg/debug/dwarf2/template-params-12s.C: New. - * g++.dg/debug/dwarf2/template-params-12u.C: New. - * g++.dg/debug/dwarf2/template-params-12v.C: New. - * g++.dg/debug/dwarf2/template-params-12w.C: New. - -2016-08-11 Bill Schmidt - - PR target/72863 - * gcc.target/powerpc/pr72863.c: New test. - -2016-08-11 Uros Bizjak - - * g++.dg/cpp1z/constexpr-lambda6.C: Remove dg-do run. - -2015-08-11 H.J. Lu - - * gcc.target/i386/pieces-strcpy-1.c: New test. - * gcc.target/i386/pieces-strcpy-2.c: Likewise. - -2016-08-11 Jakub Jelinek - - PR c++/72868 - * g++.dg/cpp1y/constexpr-switch4.C: New test. - -2015-08-11 H.J. Lu - - * gcc.target/i386/pieces-memcpy-1.c: New test. - * gcc.target/i386/pieces-memcpy-2.c: Likewise. - * gcc.target/i386/pieces-memcpy-3.c: Likewise. - * gcc.target/i386/pieces-memcpy-4.c: Likewise. - * gcc.target/i386/pieces-memcpy-5.c: Likewise. - * gcc.target/i386/pieces-memcpy-6.c: Likewise. - -2016-08-11 Jakub Jelinek - - PR c/72816 - * gcc.dg/pr72816.c: Remove dg-error. - -2016-08-11 Bernd Edlinger - - PR tree-optimization/71083 - * gcc.c-torture/execute/pr71083.c: New test. - * gnat.dg/loop_optimization23.adb: New test. - * gnat.dg/loop_optimization23_pkg.ads: New test. - * gnat.dg/loop_optimization23_pkg.adb: New test. - -2016-08-11 Richard Biener - - PR tree-optimization/72772 - * gcc.dg/graphite/pr35356-1.c: Adjust. - * gcc.dg/tree-ssa/pr59597.c: Likewise. - -2016-08-11 Janne Blomqvist - - * gfortran.dg/random_7.f90: Take into account that the last seed - value is the special p value. - * gfortran.dg/random_seed_1.f90: Seed size is now constant. - -2016-08-11 Richard Biener - - * gcc.dg/tree-ssa/ssa-dom-thread-7.c: Adjust. - -2016-08-11 Alan Modra - - * gcc.target/powerpc/pr71680.c: New. - -2016-08-10 Kelvin Nilsen - - * gcc.target/powerpc/bfp/bfp.exp: New file. - * gcc.target/powerpc/bfp/scalar-cmp-exp-eq-0.c: New test. - * gcc.target/powerpc/bfp/scalar-cmp-exp-eq-1.c: New test. - * gcc.target/powerpc/bfp/scalar-cmp-exp-eq-2.c: New test. - * gcc.target/powerpc/bfp/scalar-cmp-exp-gt-0.c: New test. - * gcc.target/powerpc/bfp/scalar-cmp-exp-gt-1.c: New test. - * gcc.target/powerpc/bfp/scalar-cmp-exp-gt-2.c: New test. - * gcc.target/powerpc/bfp/scalar-cmp-exp-lt-0.c: New test. - * gcc.target/powerpc/bfp/scalar-cmp-exp-lt-1.c: New test. - * gcc.target/powerpc/bfp/scalar-cmp-exp-lt-2.c: New test. - * gcc.target/powerpc/bfp/scalar-cmp-exp-unordered-0.c: New test. - * gcc.target/powerpc/bfp/scalar-cmp-exp-unordered-1.c: New test. - * gcc.target/powerpc/bfp/scalar-cmp-exp-unordered-2.c: New test. - * gcc.target/powerpc/bfp/scalar-extract-exp-0.c: New test. - * gcc.target/powerpc/bfp/scalar-extract-exp-1.c: New test. - * gcc.target/powerpc/bfp/scalar-extract-exp-2.c: New test. - * gcc.target/powerpc/bfp/scalar-extract-sig-0.c: New test. - * gcc.target/powerpc/bfp/scalar-extract-sig-1.c: New test. - * gcc.target/powerpc/bfp/scalar-extract-sig-2.c: New test. - * gcc.target/powerpc/bfp/scalar-insert-exp-0.c: New test. - * gcc.target/powerpc/bfp/scalar-insert-exp-1.c: New test. - * gcc.target/powerpc/bfp/scalar-insert-exp-2.c: New test. - * gcc.target/powerpc/bfp/scalar-test-data-class-0.c: New test. - * gcc.target/powerpc/bfp/scalar-test-data-class-1.c: New test. - * gcc.target/powerpc/bfp/scalar-test-data-class-2.c: New test. - * gcc.target/powerpc/bfp/scalar-test-data-class-3.c: New test. - * gcc.target/powerpc/bfp/scalar-test-data-class-4.c: New test. - * gcc.target/powerpc/bfp/scalar-test-data-class-5.c: New test. - * gcc.target/powerpc/bfp/scalar-test-data-class-6.c: New test. - * gcc.target/powerpc/bfp/scalar-test-data-class-7.c: New test. - * gcc.target/powerpc/bfp/scalar-test-neg-0.c: New test. - * gcc.target/powerpc/bfp/scalar-test-neg-1.c: New test. - * gcc.target/powerpc/bfp/scalar-test-neg-2.c: New test. - * gcc.target/powerpc/bfp/scalar-test-neg-3.c: New test. - * gcc.target/powerpc/bfp/vec-extract-exp-0.c: New test. - * gcc.target/powerpc/bfp/vec-extract-exp-1.c: New test. - * gcc.target/powerpc/bfp/vec-extract-exp-2.c: New test. - * gcc.target/powerpc/bfp/vec-extract-exp-3.c: New test. - * gcc.target/powerpc/bfp/vec-extract-sig-0.c: New test. - * gcc.target/powerpc/bfp/vec-extract-sig-1.c: New test. - * gcc.target/powerpc/bfp/vec-extract-sig-2.c: New test. - * gcc.target/powerpc/bfp/vec-extract-sig-3.c: New test. - * gcc.target/powerpc/bfp/vec-insert-exp-0.c: New test. - * gcc.target/powerpc/bfp/vec-insert-exp-1.c: New test. - * gcc.target/powerpc/bfp/vec-insert-exp-2.c: New test. - * gcc.target/powerpc/bfp/vec-insert-exp-3.c: New test. - * gcc.target/powerpc/bfp/vec-test-data-class-0.c: New test. - * gcc.target/powerpc/bfp/vec-test-data-class-1.c: New test. - * gcc.target/powerpc/bfp/vec-test-data-class-2.c: New test. - * gcc.target/powerpc/bfp/vec-test-data-class-3.c: New test. - * gcc.target/powerpc/bfp/vec-test-data-class-4.c: New test. - * gcc.target/powerpc/bfp/vec-test-data-class-5.c: New test. - * gcc.target/powerpc/bfp/vec-test-data-class-6.c: New test. - * gcc.target/powerpc/bfp/vec-test-data-class-7.c: New test. - -2016-08-10 Bin Cheng - - * lib/target-supports.exp (check_effective_target_vect_cond_mixed): - Add aarch64*-*-*. - -2016-08-10 Bin Cheng - - * gcc.target/aarch64/simd/vcond-ne.c: New test. - -2016-08-10 Michael Meissner - - PR target/72853 - * gcc.target/powerpc/pr72853.c: New test. - -2016-08-10 Martin Liska - - PR gcov-profile/58306 - * gcc.dg/tree-prof/val-profiler-threads-1.c: New test. - -2016-08-10 Martin Liska - - * g++.dg/gcov/gcov-threads-1.C: New test. - -2016-08-10 Senthil Kumar Selvaraj - - PR target/71873 - * gcc.target/avr/pr71873.c: New test. - -2016-08-09 Martin Liska - - * g++.dg/gcov/gcov-dump-1.C: New test. - * g++.dg/gcov/gcov-dump-2.C: New test. - -2016-08-09 Martin Liska - - * gcc.dg/tree-prof/val-prof-9.c: New test. - -2016-08-09 Martin Liska - - * gcc.dg/tree-prof/val-prof-8.c: New test. - -2016-08-09 Martin Jambor - - PR ipa/71981 - * gcc.dg/ipa/pr71981.c: New test. - -2016-08-09 Bin Cheng - - PR tree-optimization/33707 - * gcc.dg/vect/pr33707.c: New test. - -2016-08-09 Bin Cheng - - PR tree-optimization/pr72772 - * gcc.dg/tree-ssa/pr72772.c: New test. - -2016-08-09 Matthew Fortune - - PR rtl-optimization/66669 - * gcc.dg/loop-8.c: Skip for MIPS due to extra invariants. - -2016-08-09 Jakub Jelinek - - PR tree-optimization/72824 - * gcc.c-torture/execute/ieee/pr72824.c: New test. - -2016-08-09 Richard Biener - - PR tree-optimization/71802 - * gcc.dg/torture/pr71802.c: New testcase. - -2016-08-09 Jakub Jelinek - - PR c++/72809 - * g++.dg/eh/stdarg1.C: New test. - -2016-08-08 Andi Kleen - - * lib/profopt.exp: (auto-profopt-execute): Don't include full - test command line in failure log. - (profopt-execute): dito. Make autofdo file names unique. - -2016-08-08 David Malcolm - - PR c/64955 - * gcc.dg/format/diagnostic-ranges.c: Add fix-it hints to expected - output. - -2016-08-08 Prathamesh Kulkarni - - * gcc.dg/tree-ssa/pr71078-1.c: Add require-effective-target - c99_runtime. - * gcc.dg/tree-ssa/pr71078-1-double.c: Likewise. - * gcc.dg/tree-ssa/pr71078-1-long-double.c: Likewise. - * gcc.dg/tree-ssa/pr71078-2.c: Likewise. - * gcc.dg/tree-ssa/pr71078-2-double.c: Likewise. - * gcc.dg/tree-ssa/pr71078-2-long-double.c: Likewise. - * gcc.dg/tree-ssa/pr71078-3.c: Likewise. - -2016-08-08 David Malcolm - - PR c/52952 - * gcc.dg/cpp/pr66415-1.c: Likewise. - * gcc.dg/format/asm_fprintf-1.c: Update column numbers. - * gcc.dg/format/c90-printf-1.c: Likewise. - * gcc.dg/format/diagnostic-ranges.c: New test case. - -2016-08-08 Jakub Jelinek - - PR fortran/72716 - * gfortran.dg/gomp/pr72716.f90: New test. - - PR middle-end/72781 - * gcc.dg/gomp/pr72781.c: New test. - - PR middle-end/68762 - * g++.dg/vect/pr68762-1.cc: New test. - * g++.dg/vect/pr68762-2.cc: New test. - * g++.dg/vect/pr68762.h: New file. - -2016-08-08 Martin Sebor - - PR testsuite/72838 - * g++.dg/cpp0x/constexpr-cast.C: Correct target selector. - * g++.dg/warn/overflow-warn-3.C: Same. - * g++.dg/warn/overflow-warn-4.C: Same. - -2016-08-08 Andre Vehreschild - - PR fortran/71936 - * gfortran.dg/allocate_with_source_21.f03: New test. - -2016-08-08 Andre Vehreschild - - PR fortran/72698 - * gfortran.dg/allocate_with_source_20.f03: New test. - -2016-08-08 Alan Modra - - * gcc.c-torture/compile/pr72802.c: New. - -2016-08-08 Andre Vehreschild - - PR fortran/70524 - * gfortran.dg/dependency_48.f90: New test. - -2016-08-07 Thomas Koenig - - PR fortran/70040 - * gfortran.dg/pr70040.f90: New testcase. - -2016-08-07 Thomas Koenig - - PR fortran/71961 - * gfortran.dg/matmul_10.f90: New testcase. - -2016-08-07 Jan Hubicka - - * gcc.dg/tree-ssa/ssa-dom-thread-7.c: Update testcase. - -2016-08-07 Jakub Jelinek - - PR c/72816 - * gcc.dg/pr72816.c: New test. - -2016-08-06 Jonathan Wakely - - * g++.dg/conversion/pr16333.C: Adjust dg-error regexp. - * g++.dg/conversion/pr41426.C: Likewise. - * g++.dg/conversion/pr66211.C: Likewise. - * g++.dg/cpp1y/lambda-init9.C: Likewise. - * g++.dg/init/ref8.C: Likewise. - * g++.old-deja/g++.law/cvt20.C: Likewise. - * g++.old-deja/g++.mike/p9732c.C: Likewise. - -2016-08-05 Patrick Palka - - PR tree-optimization/18046 - * gcc.dg/tree-ssa/vrp105.c: New test. - * gcc.dg/tree-ssa/vrp106.c: New test. - -2016-08-05 Martin Sebor - - * g++.dg/cpp0x/constexpr-cast.C: Avoid assuming (void*)1 is spelled - 1ul in diagnostics. Remove hyphen from "constant-expression." - * g++.dg/cpp0x/constexpr-50060.C: Adjust. - * g++.dg/cpp0x/static_assert3.C: Same. - * g++.dg/cpp1y/constexpr-throw.C: Same. - * g++.dg/template/nontype3.C: Same. - * g++.dg/warn/overflow-warn-1.C: Same. - * g++.dg/warn/overflow-warn-3.C: Same. - * g++.dg/warn/overflow-warn-4.C: Same. - -2016-08-05 David Malcolm - - * gcc.dg/plugin/diagnostic-test-string-literals-1.c: New file. - * gcc.dg/plugin/diagnostic-test-string-literals-2.c: New file. - * gcc.dg/plugin/diagnostic_plugin_test_string_literals.c: New file. - * gcc.dg/plugin/plugin.exp (plugin_test_list): Add the above new files. - -2016-08-05 Patrick Palka - - PR tree-optimization/72810 - * gcc.dg/tree-ssa/vrp110.c: New test. - -2016-08-05 James Greenhalgh - - PR Target/72819 - * gcc.target/aarch64/aapcs64/abitest-common.h: Define half-precision - registers. - * gcc.target/aarch64/aapcs64/abitest.S (dumpregs): Add assembly for - saving the half-precision registers. - * gcc.target/aarch64/aapcs64/func-ret-1.c: Test that an __fp16 - value is returned in h0. - * gcc.target/aarch64/aapcs64/test_2.c: Check that __FP16 arguments - are passed in FP/SIMD registers. - * gcc.target/aarch64/aapcs64/test_27.c: New, test that __fp16 HFA - passing works corrcetly. - * gcc.target/aarch64/aapcs64/type-def.h (hfa_f16x1_t): New. - (hfa_f16x2_t): Likewise. - (hfa_f16x3_t): Likewise. - * gcc.target/aarch64/aapcs64/va_arg-1.c: Check that __fp16 values - are promoted to double and passed in a double register. - * gcc.target/aarch64/aapcs64/va_arg-2.c: Check that __fp16 values - are promoted to double and stacked. - * gcc.target/aarch64/aapcs64/va_arg-4.c: Check stacking of HFA of - __fp16 data types. - * gcc.target/aarch64/aapcs64/va_arg-5.c: Likewise. - * gcc.target/aarch64/aapcs64/va_arg-16.c: New, check HFAs of - __fp16 first get passed in FP/SIMD registers, then stacked. - -2016-08-05 Nathan Sidwell - - PR c++/68724 - * g++.dg/cpp0x/pr68724.C: New. - -2016-08-05 Richard Biener - - * gcc.dg/tree-ssa/ivopt_5.c: Make robust against edge swapping. - -2016-08-04 Patrick Palka - - * gcc.dg/tree-ssa/vrp107.c: New test. - * gcc.dg/tree-ssa/vrp108.c: New test. - * gcc.dg/tree-ssa/vrp109.c: New test. - -2016-08-04 Prathamesh Kulkarni - - * gcc.dg/pr70920-4.c: Move dg-require-effective-target before - dg-options. - -2016-08-04 Prathamesh Kulkarni - - * gcc.dg/tree-ssa/pr71078-1.c: Remove double and long double - test-cases. - * gcc.dg/tree-ssa/pr71078-1-double.c: New test-case. - * gcc.dg/tree-ssa/pr71078-1-long-double.c: Likewise. - * gcc.dg/tree-ssa/pr71078-2.c: Remove double and long double - test-cases. - * gcc.dg/tree-ssa/pr71078-2-double.c: New test-case. - * gcc.dg/tree-ssa/pr71078-2-long-double.c: Likewise. - * gcc.dg/tree-ssa/pr71078-3.c: Add require-effective-check for - large_double. - -2016-08-04 Paolo Carlini - - PR c++/72800 - * g++.dg/cpp1y/lambda-ice1.C: New. - -2016-08-04 Patrick Palka - - PR c++/72759 - * g++.dg/cpp1y/pr72759.C: New test. - -2016-08-04 Patrick Palka - - * gcc.dg/switch-10.c: New test. - -2016-08-04 James Greenhalgh - - * gcc.c-torture/execute/pr70903.c: Remove duplicate test body. - -2016-08-04 Thomas Schwinge - - * c-c++-common/goacc/routine-5.c: Update. - -2016-08-04 Bernd Edlinger - - PR rtl-optimization/70903 - * gcc.c-torture/execute/pr70903.c: New test. - -2016-08-04 Martin Liska - - * gcc.dg/params/params.exp: Replace file exists with - TESTING_IN_BUILD_TREE. - -2016-08-04 Marek Polacek - - PR c++/70229 - * g++.dg/cpp0x/constexpr-ctor19.C: New test. - -2016-08-04 Richard Biener - - PR middle-end/71984 - * gcc.dg/torture/pr71984.c: Guard correctness check for - little-endian. - -2016-08-03 Andrew Pinski - - * gcc.c-torture/compile/20160802-1.c: New testcase. - -2016-08-03 Fritz Reese - - * gfortran.dg/dec_intrinsic_ints.f90: New testcase. - -2016-08-03 Richard Biener - - * c-c++-common/ubsan/pr71403-1.c: Use dg-additional-options - and remove -O3. - * c-c++-common/ubsan/pr71403-2.c: Likewise. - * c-c++-common/ubsan/pr71403-3.c: Likewise. - -2016-08-03 Richard Biener - - * gcc.dg/tree-ssa/loadpre2.c: Disable LIM. - * gcc.dg/tree-ssa/loadpre21.c: Likewise. - * gcc.dg/tree-ssa/loadpre22.c: Likewise. - * gcc.dg/tree-ssa/ssa-pre-23.c: Likewise. - -2016-08-03 Senthil Kumar Selvaraj - - * gcc.dg/init-excess-2.c: Require int32plus. - * gcc.dg/pr44024.c: Skip if target keeps null pointer checks. - * gcc.dg/pr59963-2.c: Require int32plus. - * gcc.dg/pr71084.c: Cast pointer to intprt_t. - * gcc.dg/unroll-7.c: Require int32plus. - -2016-08-02 Bin Cheng - - PR tree-optimization/34114 - * gcc.dg/tree-ssa/loop-42.c: New test. - -2016-08-02 Tamar Christina - - * gcc.target/aarch64/vminmaxnm.c: New. - * gcc.target/aarch64/simd/vminmaxnm_1.c (main): Add float64x1_t - tests. - -2016-08-01 Michael Meissner - - * gcc.target/powerpc/vec-extract-5.c: New tests to test - vec_extract for vector float, vector int, vector short, and vector - char. - * gcc.target/powerpc/vec-extract-6.c: Likewise. - * gcc.target/powerpc/vec-extract-7.c: Likewise. - * gcc.target/powerpc/vec-extract-8.c: Likewise. - * gcc.target/powerpc/vec-extract-9.c: Likewise. - -2016-08-01 Wilco Dijkstra - - * gcc.target/aarch64/test_frame_10.c: Fix test to check for a - single stack adjustment, no writeback. - * gcc.target/aarch64/test_frame_12.c: Likewise. - * gcc.target/aarch64/test_frame_13.c: Likewise. - * gcc.target/aarch64/test_frame_15.c: Likewise. - * gcc.target/aarch64/test_frame_6.c: Likewise. - * gcc.target/aarch64/test_frame_7.c: Likewise. - * gcc.target/aarch64/test_frame_8.c: Likewise. - * gcc.target/aarch64/test_frame_16.c: New test. - -2015-08-01 H.J. Lu - - PR target/72748 - * gcc.target/i386/pr72748.c: New test. - -2015-08-01 Alan Hayward - - PR tree-optimization/71818 - * gcc.dg/vect/pr71818.c: New - -2016-08-01 Martin Liska - - PR tree-optimization/71857 - * gcc.dg/tree-ssa/ivopt_mult_4.c: Change expectation. - -2016-08-01 Kyrylo Tkachov - - * gcc.target/aarch64/ldp_stp_unaligned_1.c: New test. - -2016-08-01 Jan Beulich - - * gcc.dg/vshift-6.c, gcc.dg/vshift-7.c: New. - -2016-07-31 Bill Schmidt - - * gcc.target/powerpc/divkc3-1.c: Require POWER8 hardware. - * gcc.target/powerpc/mulkc3-1.c: Likewise. - -2016-07-31 Jonathan Wakely - - * lib/target-supports.exp (check_effective_target_c): Fix indentation. - (check_effective_target_c++): Likewise. Also match for libstdc++. - -2016-07-30 Steven G. Kargl - - PR fortran/41922 - * gfortran.dg/equiv_constraint_5.f90: Adjust the error message. - * gfortran.dg/equiv_constraint_7.f90: Ditto. - * gfortran.dg/pr41922.f90: New test. - -2016-07-30 Steven G. Kargl - - PR fortran/68566 - * gfortran.dg/pr68566.f90: new test. - -2016-07-30 Martin Sebor - - PR c++/60760 - PR c++/71091 - * g++.dg/cpp0x/constexpr-cast.C: New test. - * g++.dg/cpp0x/constexpr-nullptr-2.C: New test. - * g++.dg/cpp1y/constexpr-sfinae.C: Correct. - * g++.dg/ubsan/pr63956.C: Correct. - -2016-07-30 Michael Meissner - - * gcc.target/powerpc/vec-extract-2.c: New tests for vec_extract of - vector double or vector long where the vector is in memory. - * gcc.target/powerpc/vec-extract-3.c: Likewise. - * gcc.target/powerpc/vec-extract-4.c: Likewise. - -2016-07-30 Steven G. Kargl - - PR fortran/69867 - * gfortran.dg/pr69867.f90: New test. - -2016-07-30 Steven G. Kargl - - PR fortran/69962 - * gfortran.dg/pr69962.f90: New test. - -2016-07-30 Steven G. Kargl - - PR fortran/70006 - * gfortran.dg/pr70006.f90: New test. - -2016-07-30 Steven G. Kargl - - PR fortran/71730 - * gfortran.dg/pr71730.f90: New test. - * gfortran.dg/bounds_check_strlen_2.f90: Fix invalid code. - * gfortran.dg/array_constructor_27.f03: Update dg-error message. - * gfortran.dg/array_constructor_26.f03: Ditto. - -2016-07-29 Bill Schmidt - - * g++.dg/pr70098.C: Remove XFAIL for powerpc64_no_dm. - * gcc.target/powerpc/pr71763.c: Likewise. - -2016-07-29 Marek Polacek - - PR c/71742 - * gcc.dg/940510-1.c: Adjust dg-error. - * gcc.dg/c99-flex-array-1.c: Likewise. - * gcc.dg/c99-flex-array-typedef-1.c: Likewise. - - PR c/71853 - * gcc.dg/noncompile/pr71853.c: New test. - - PR c/71573 - * gcc.dg/noncompile/pr71573.c: New test. - - PR c/71926 - * g++.dg/warn/Wparentheses-30.C: New test. - * gcc.dg/Wparentheses-14.c: New test. - -2016-07-29 Uros Bizjak - - * gcc.dg/pr59833.c: Use dg-add-options ieee. - -2016-07-29 Bin Cheng - - PR tree-optimization/57558 - * gcc.dg/vect/pr57558-1.c: New test. - * gcc.dg/vect/pr57558-2.c: New test. - -2016-07-29 Prathamesh Kulkarni - - * gcc.dg/pr70920-4.c: Restrict to lp64 targets and make scan-tree-dump - to scan forwprop1 dump pass. - -2016-07-29 Paolo Carlini - - PR c++/51488 - * g++.dg/template/pr51488.C: New. - -2016-07-29 Jakub Jelinek - - PR c/71969 - * gcc.dg/alias-11.c (add_cfi, new_cfi): Change __inline__ to - static __inline__. - * gcc.dg/pr71969-1.c: New test. - * gcc.dg/pr71969-2.c: New test. - * gcc.dg/pr71969-3.c: New test. - -2016-07-29 Marek Polacek - - PR c/71574 - * c-c++-common/pr71574.c: New test. - - PR c/71583 - * gcc.dg/noncompile/pr71583.c: New test. - -2016-07-29 Kugan Vivekanandarajah - - PR middle-end/68217 - * gcc.dg/pr68217.c: New test. - -2016-07-28 Steven G. Kargl - - PR fortran/71067 - * gfortran.dg/pr71067_1.f90: New test. - * gfortran.dg/pr71067_2.f90: Ditto. - -2016-07-28 Michael Meissner - - * gcc.target/powerpc/vec-extract-1.c: New test. - -2016-07-28 Steven G. Kargl - - PR fortran/71799 - * gfortran.dg/pr71799.f90: New test. - -2016-07-28 Paolo Carlini - - PR c++/71665 - * g++.dg/cpp0x/pr71665-1.C: New. - * g++.dg/cpp0x/pr71665-2.C: Likewise. - * g++.dg/cpp0x/enum29.C: Adjust dg-error string. - * g++.dg/ext/label10.C: Likewise. - * g++.dg/parse/constant5.C: Likewise. - -2016-07-28 Steven G. Kargl - - PR fortran/71859 - * gfortran.dg/pr71859.f90: New test. - * gfortran.dg/intrinsic_numeric_arg.f: Update error message. - * gfortran.dg/coarray_collectives_1.f90: Ditto. - -2016-07-28 Paul Thomas - - PR fortran/71883 - * gfortran.dg/pr71883.f90: New test. - -2016-07-28 Yuri Rumyantsev - - PR tree-optimization/71734 - * g++.dg/vect/pr70729-nest.cc: New test. - -2016-07-28 Renlin Li - - Revert - 2016-07-19 Thomas Koenig - - PR fortran/71902 - * gfortran.dg/dependency_47.f90: New test. - -2016-07-28 Martin Liska - - PR gcov-profile/68025 - * gcc.dg/no_profile_instrument_function-attr-1.c: New test. - -2016-07-28 Martin Liska - - * g++.dg/vect/pr70944.cc: New test. - -2016-07-28 Kugan Vivekanandarajah - - PR middle-end/71994 - * gcc.dg/torture/pr71994.c: New test. - -2016-07-27 Prathamesh Kulkarni - - PR middle-end/71078 - * gcc.dg/tree-ssa/pr71078-1.c: New test-case. - * gcc.dg/tree-ssa/pr71078-2.c: Likewise. - * gcc.dg/tree-ssa/pr71078-3.c: Likewise. - -2016-07-27 Richard Biener - - * gcc.dg/vect/costmodel/x86_64/costmodel-pr68961.c: Remove. - -2016-07-27 Martin Liska - - * gcc.dg/predict-13.c: New test. - * gcc.dg/predict-14.c: New test. - -2016-07-27 Senthil Kumar Selvaraj - - * gcc.dg/torture/pr69352.c: Use __INTPTR_TYPE__ instead of - including stdint.h. - * gcc.dg/torture/pr71866.c: Use __UINTPTR_TYPE__ isntead of - including stdint.h. - -2016-07-26 Michael Meissner - - PR target/71869 - * gcc.target/powerpc/float128-cmp.c: New test to make sure that - IEEE built-in functions handle quiet and signalling NaNs - correctly. - -2016-07-26 Steven G. Kargl - - PR fortran/71862 - * gfortran.dg/pr71862.f90: New test. - -2016-07-26 Martin Sebor - - * gcc.dg/atomic/pr71675.c: Replace the unsupported c11 target - selector with dg-options. - -2016-07-26 Patrick Palka - - PR tree-optimization/18046 - * gcc.dg/tree-ssa/ssa-dom-thread-6.c: Bump FSM count to 5. - * gcc.dg/tree-ssa/vrp103.c: New test. - * gcc.dg/tree-ssa/vrp104.c: New test. - -2016-07-26 Bill Schmidt - - * gcc.target/powerpc/pr63354.c: Require lp64 since - -mprofile-kernel is not legal with -m32. - -2016-07-26 Richard Biener - - PR rtl-optimization/71984 - * gcc.dg/torture/pr71984.c: New testcase. - -2016-07-26 Robert Suchanek - - * g++.dg/vect/vect.exp: Add and set new global EFFECTIVE_TARGETS. Call - g++-dg-runtest via et-dg-runtest. - * gcc.dg/graphite/graphite.exp: Likewise, but for dg-runtest. - * gcc.dg/vect/vect.exp: Likewise. - * gfortran.dg/graphite/graphite.exp: Likewise, but for - gfortran-dg-runtest. - * gfortran.dg/vect/vect.exp: Likewise. - * lib/target-supports.exp (check_mpaired_single_hw_available): New. - (check_mips_loongson_hw_available): Likewise. - (check_effective_target_mpaired_single_runtime): Likewise. - (check_effective_target_mips_loongson_runtime): Likewise. - (add_options_for_mpaired_single): Likewise. - (check_effective_target_vect_int): Add global et_index. - Check and save the supported feature for a target selected by - the et_index target. Break long lines where appropriate. Call - et-is-effective-target for MIPS with an argument instead of - check_effective_target_* where appropriate. - (check_effective_target_vect_intfloat_cvt): Likewise. - (check_effective_target_vect_uintfloat_cvt): Likewise. - (check_effective_target_vect_floatint_cvt): Likewise. - (check_effective_target_vect_floatuint_cvt): Likewise. - (check_effective_target_vect_simd_clones): Likewise. - (check_effective_target_vect_shift): ewise. - (check_effective_target_whole_vector_shift): Likewise. - (check_effective_target_vect_bswap): Likewise. - (check_effective_target_vect_shift_char): Likewise. - (check_effective_target_vect_long): Likewise. - (check_effective_target_vect_float): Likewise. - (check_effective_target_vect_double): Likewise. - (check_effective_target_vect_long_long): Likewise. - (check_effective_target_vect_no_int_max): Likewise. - (check_effective_target_vect_no_int_add): Likewise. - (check_effective_target_vect_no_bitwise): Likewise. - (check_effective_target_vect_widen_shift): Likewise. - (check_effective_target_vect_no_align): Likewise. - (check_effective_target_vect_hw_misalign): Likewise. - (check_effective_target_vect_element_align): Likewise. - (check_effective_target_vect_condition): Likewise. - (check_effective_target_vect_cond_mixed): Likewise. - (check_effective_target_vect_char_mult): Likewise. - (check_effective_target_vect_short_mult): Likewise. - (check_effective_target_vect_int_mult): Likewise. - (check_effective_target_vect_extract_even_odd): Likewise. - (check_effective_target_vect_interleave): Likewise. - (check_effective_target_vect_stridedN): Likewise. - (check_effective_target_vect_multiple_sizes): Likewise. - (check_effective_target_vect64): Likewise. - (check_effective_target_vect_call_copysignf): Likewise. - (check_effective_target_vect_call_sqrtf): Likewise. - (check_effective_target_vect_call_btrunc): Likewise. - (check_effective_target_vect_call_btruncf): Likewise. - (check_effective_target_vect_call_ceil): Likewise. - (check_effective_target_vect_call_ceilf): Likewise. - (check_effective_target_vect_call_floor): Likewise. - (check_effective_target_vect_call_floorf): Likewise. - (check_effective_target_vect_call_lceil): Likewise. - (check_effective_target_vect_call_lfloor): Likewise. - (check_effective_target_vect_call_nearbyint): Likewise. - (check_effective_target_vect_call_nearbyintf): Likewise. - (check_effective_target_vect_call_round): Likewise. - (check_effective_target_vect_call_roundf): Likewise. - (check_effective_target_vect_perm): Likewise, but also append *_saved - to the existing global name to properly cache the result. - (check_effective_target_vect_perm_byte): Likewise. - (check_effective_target_vect_perm_short): Likewise. - (check_effective_target_vect_widen_sum_hi_to_si_pattern): Likewise. - (check_effective_target_vect_widen_sum_hi_to_si): Likewise. - (check_effective_target_vect_widen_sum_qi_to_hi): Likewise. - (check_effective_target_vect_widen_sum_qi_to_si): Likewise. - (check_effective_target_vect_widen_mult_qi_to_hi_pattern): Likewise. - (check_effective_target_vect_widen_mult_qi_to_hi): Likewise. - (check_effective_target_vect_widen_mult_hi_to_si_pattern): Likewise. - (check_effective_target_vect_widen_mult_si_to_di_pattern): Likewise. - (check_effective_target_vect_sdot_qi): Likewise. - (check_effective_target_vect_udot_qi): Likewise. - (check_effective_target_vect_sdot_hi): Likewise. - (check_effective_target_vect_udot_hi): Likewise. - (check_effective_target_vect_usad_char): Likewise. - (check_effective_target_vect_pack_trunc): Likewise. - (check_effective_target_vect_unpack): Likewise. - (check_effective_target_vect_aligned_arrays): Likewise. - (check_effective_target_vect_natural_alignment): Likewise. - (check_effective_target_vector_alignment_reachable): Likewise. - (check_effective_target_vector_alignment_reachable_for_64bit): Likewise. - (is-effective-target): Initialize et_index if undefined. - (et-dg-runtest): New. - (et-is-effective-target): Likewise. - (check_vect_support_and_set_flags): Add supported MIPS targets to - EFFECTIVE_TARGETS list. Return the number of supported targets. - -2016-07-26 Richard Biener - Prathamesh Kulkarni - - PR middle-end/70920 - * gcc.dg/pr70920-1.c: New test-case. - * gcc.dg/pr70902-2.c: Likewise. - * gcc.dg/pr70920-3.c: Likewise. - * gcc.dg/pr70920-4.c: Likewise - * gcc.dg/tree-ssa/ssa-dom-branch-1.c: Change scan-tree-dump-times to - 2 instead of 3. - -2016-07-25 Alexander Monakov - - * gcc.c-torture/execute/pr71494.c: Require label_values. - * gcc.dg/pr16973.c: Ditto. - -2016-07-25 Senthil Kumar Selvaraj - - * gcc.dg/torture/pr69352.c (foo): Cast to intptr_t instead of long. - * gcc.dg/torture/pr69771.c: Require int32plus. - * gcc.dg/torture/pr71866.c (inb): Add cast to intptr_t. - -2016-07-25 Martin Liska - - * gcc.dg/torture/pr71987.c: New test. - -2016-07-22 Steven G. Kargl - - PR fortran/71935 - * gfortran.dg/c_sizeof_1.f90: Move invalid code to ... - * gfortran.dg/c_sizeof_6.f90: here. Test for error. - * gfortran.dg/pr71935.f90: New test. - -2016-07-22 Martin Sebor - - PR c++/71675 - * g++.dg/ext/atomic-3.C: New test. - * gcc.dg/atomic/pr71675.c: New test. - -2016-07-22 Evgeny Stupachenko - - * gcc.target/i386/mvc8.c: New test. - -2016-07-22 Bin Cheng - - * gcc.dg/tree-ssa/pr19210-1.c: Refine test strings. - * gcc.dg/tree-ssa/pr19210-2.c: Delete. - -2016-07-22 Thomas Koenig - - PR fortran/71795 - * gfortran.dg/constructor_50.f90: New test. - -2016-07-22 Martin Liska - - PR gcov-profile/69028 - PR gcov-profile/62047 - * g++.dg/cilk-plus/pr69028.C: New test. - -2016-07-22 Andre Vehreschild - - * gfortran.dg/coarray_stat_2.f90: New test. - -2016-07-21 Michael Meissner - - * gcc.target/powerpc/vec-extract.h: New files to check the - vec_extract built-in functions for all vector types, testing - accessing each element, both with constant and variable element - numbers. - * gcc.target/powerpc/vec-extract-v16qi.c: Likewise. - * gcc.target/powerpc/vec-extract-v16qiu.c: Likewise. - * gcc.target/powerpc/vec-extract-v2df.c: Likewise. - * gcc.target/powerpc/vec-extract-v2di.c: Likewise. - * gcc.target/powerpc/vec-extract-v4sf.c: Likewise. - * gcc.target/powerpc/vec-extract-v4si.c: Likewise. - * gcc.target/powerpc/vec-extract-v4siu.c: Likewise. - * gcc.target/powerpc/vec-extract-v8hi.c: Likewise. - * gcc.target/powerpc/vec-extract-v8hiu.c: Likewise. - -2016-07-21 Jakub Jelinek - - PR c++/71728 - * g++.dg/other/pr71728.C: New test. - -2016-07-21 James Greenhalgh - - * gcc.dg/ifcvt-2.c: Use parameter to guide if-conversion heuristics. - * gcc.dg/ifcvt-3.c: Use parameter to guide if-conversion heuristics. - * gcc.dg/pr68435.c: Use parameter to guide if-conversion heuristics. - * gcc.dg/ifcvt-4.c: Use parameter to guide if-conversion heuristics. - * gcc.dg/ifcvt-5.c: Use parameter to guide if-conversion heuristics. - -2016-07-21 Richard Biener - - PR tree-optimization/71947 - * gcc.dg/tree-ssa/vrp102.c: New testcase. - -2016-07-21 Bin Cheng - - * gcc.dg/tree-ssa/scev-15.c: New. - -2016-07-21 Bin Cheng - - * gcc.dg/vect/vect-mask-store-move-1.c: XFAIL. - -2016-07-21 Jakub Jelinek - - PR c++/71941 - * g++.dg/gomp/pr71941.C: New test. - -2016-07-20 David Malcolm - - PR c/70339 - PR c/71858 - * g++.dg/spellcheck-identifiers.C: New test case, based on - gcc.dg/spellcheck-identifiers.c. - * g++.dg/spellcheck-identifiers-2.C: New test case, based on - gcc.dg/spellcheck-identifiers-2.c. - * g++.dg/spellcheck-typenames.C: New test case, based on - gcc.dg/spellcheck-typenames.c - -2016-07-20 Jonathan Wakely - - * g++.dg/cpp0x/nullptr35.C: Change expected result for catching as - pointer to member function and also test catching by reference. - -2016-07-20 Dominik Vogt - - * gcc.target/s390/pr67443.c: Fix test case. - -2016-07-20 Dominik Vogt - - * gcc.target/s390/insv-1.c: Xfail some tests. - * gcc.target/s390/insv-2.c: Likewise. - -2016-07-20 Georg-Johann Lay - - * gcc.target/avr/torture/get-mem.c: New test. - * gcc.target/avr/torture/set-mem.c: New test. - -2016-07-20 Georg-Johann Lay - - PR target/71948 - * gcc.target/avr/torture/tiny-progmem.c: New test. - -2016-07-20 Jakub Jelinek - - PR c++/71909 - * g++.dg/parse/pr71909.C: New test. - * g++.dg/tm/pr71909.C: New test. - - PR c++/50060 - * g++.dg/cpp0x/constexpr-50060.C: New test. - * g++.dg/cpp1y/constexpr-50060.C: New test. - -2016-07-20 Martin Liska - - * gfortran.dg/graphite/pr71898.f90: New test. - -2016-07-20 Bin Cheng - - PR tree-optimization/71503 - PR tree-optimization/71683 - * gcc.dg/tree-ssa/ifc-pr71503.c: New test. - * gcc.dg/tree-ssa/ifc-pr71683.c: New test. - -2016-07-20 Martin Liska - - * gcc.dg/plugin/plugin.exp: Remove sreal test. - * gcc.dg/plugin/sreal-test-1.c: Remove. - * gcc.dg/plugin/sreal_plugin.c: Remove. - -2016-07-19 Thomas Koenig - - PR fortran/71902 - * gfortran.dg/dependency_47.f90: New test. - -2016-07-19 Jakub Jelinek - - PR rtl-optimization/71916 - * gcc.c-torture/compile/pr71916.c: New test. - - PR middle-end/71874 - * g++.dg/torture/pr71874.C: New test. - - PR middle-end/71734 - * g++.dg/vect/pr70729.cc: Don't include string.h or xmmintrin.h. - (my_alloc): Rewritten to use __builtin_posix_memalign and - __SIZE_TYPE__. - (my_free): Use __builtin_free instead of _mm_free. - (Vec::operator=): Use __builtin_memcpy. - -2016-07-19 Martin Jambor - - PR fortran/71688 - * gfortran.dg/pr71688.f90: New test. - -2016-07-19 Richard Biener - - * c-c++-common/vector-subscript-6.c: New testcase. - * c-c++-common/vector-subscript-7.c: Likewise. - -2016-07-19 Senthil Kumar Selvaraj - - * gcc.dg/params/blocksort-part.c: Conditionally define Int32 - and UInt32 based on __SIZEOF_INT__. - -2016-07-19 Richard Biener - - PR tree-optimization/71901 - * gcc.dg/torture/pr71901.c: New testcase. - -2016-07-19 Richard Biener - - PR tree-optimization/71908 - * gcc.dg/torture/pr71908.c: New testcase. - -2016-07-18 Michael Meissner - - PR target/71493 - * gcc.target/powerpc/pr71493-1.c: New test. - * gcc.target/powerpc/pr71493-2.c: Likewise. - -2016-07-18 Jakub Jelinek - - PR c++/71835 - * g++.dg/conversion/ambig3.C: New test. - - PR c++/71828 - * g++.dg/cpp0x/constexpr-71828.C: New test. - - PR c++/71826 - * g++.dg/template/pr71826.C: New test. - - PR c++/71822 - * g++.dg/template/defarg21.C: New test. - - PR c++/71871 - * g++.dg/ext/vector31.C: New test. - -2016-07-18 Uros Bizjak - - * gcc.dg/pr70017.c: Do not check for warning on alpha*-*-*. - -2016-07-18 Yuri Rumyantsev - - PR tree-optimization/71734 - * g++.dg/vect/pr70729.cc: Delete redundant dg options, fix style. - -2016-07-18 Dominik Vogt - - * gcc.target/s390/warn-dynamicstack-1.c: New test. - * gcc.dg/stack-usage-2.c (foo3): Adapt expected warning. - stack-layout-dynamic-1.c: New test. - -2016-07-18 Andreas Krebbel - - * gcc.target/s390/nolrl-1.c: New test. - -2016-07-17 Fritz Reese - - PR fortran/71523 - * gfortran.dg/pr71523_1.f90: New test. - * gfortran.dg/pr71523_2.f90: New test. - -2016-07-16 Andreas Schwab - - * g++.dg/cpp0x/nullptr35.C (caught): Fix typo. - -2016-07-15 Jerry DeLisle - Marco Restelli - - PR fortran/62125 - * gfortran.dg/pr62125.f90: New test. - -2016-07-15 Bill Schmidt - - * gcc.target/powerpc/divkc3-1.c: Require p8vector support. - * gcc.target/powerpc/mulkc3-1.c: Likewise. - -2016-07-15 Jonathan Wakely - - PR c++/58796 - * g++.dg/cpp0x/nullptr21.C: Remove void* handlers. - * g++.dg/cpp0x/nullptr35.C: New test. - -2016-07-15 Bin Cheng - - * gcc.dg/tree-ssa/scev-8.c: Update test string. - -2016-07-15 Cesar Philippidis - - * gfortran.dg/goacc/vector_length.f90: New test. - -2016-07-15 Richard Biener - - PR tree-optimization/71881 - * gcc.dg/torture/pr71881.c: New testcase. - -2016-07-15 Richard Biener - - PR tree-optimization/71887 - * gcc.dg/torture/pr71887.c: New testcase. - -2016-07-15 Jakub Jelinek - - PR c/71858 - * gcc.dg/spellcheck-identifiers-3.c: New test. - -2016-07-15 Andre Vehreschild - - PR fortran/71807 - * gfortran.dg/null_9.f90: New test. - -2016-07-15 Bin Cheng - - * gcc.dg/tree-ssa/loop-41.c: New test. - -2016-07-15 Bin Cheng - - PR tree-optimization/71347 - * gcc.dg/tree-ssa/pr71347.c: XFAIL on ia64, arm, m68k and sparc. - -2016-07-14 Steven G. Kargl - - PR fortran/29819 - * gfortran.dg/bind_c_usage_9.f03: Move dg-error. - * gfortran.dg/contains.f90: Ditto. - * gfortran.dg/contains_empty_1.f03: Ditto. - * gfortran.dg/submodule_3.f08: Ditto. - -2016-07-14 Jakub Jelinek - - PR testsuite/71865 - * gcc.dg/diagnostic-token-ranges.c: Add -std=c11 to dg-options. - (wide_string_literal_in_asm): Use __asm instead of asm, adjust - expected diagnostics. - - PR c/71858 - * gcc.dg/spellcheck-identifiers.c (snprintf): Declare. - * gcc.dg/spellcheck-identifiers-2.c: New test. - * gcc.dg/diagnostic-token-ranges.c (nanl): Declare. - * c-c++-common/attributes-1.c: Adjust dg-prune-output. - -2016-07-14 Jakub Jelinek - - PR tree-optimization/71872 - * gcc.c-torture/compile/pr71872.c: New test. - -2016-07-14 Thomas Preud'homme - - * gcc.target/arm/atomic-comp-swap-release-acquire.c: Rename into ... - * gcc.target/arm/atomic-comp-swap-release-acquire-1.c: This. - * gcc.target/arm/atomic-op-acq_rel.c: Rename into ... - * gcc.target/arm/atomic-op-acq_rel-1.c: This. - * gcc.target/arm/atomic-op-acquire.c: Rename into ... - * gcc.target/arm/atomic-op-acquire-1.c: This. - * gcc.target/arm/atomic-op-char.c: Rename into ... - * gcc.target/arm/atomic-op-char-1.c: This. - * gcc.target/arm/atomic-op-consume.c: Rename into ... - * gcc.target/arm/atomic-op-consume-1.c: This. - * gcc.target/arm/atomic-op-int.c: Rename into ... - * gcc.target/arm/atomic-op-int-1.c: This. - * gcc.target/arm/atomic-op-relaxed.c: Rename into ... - * gcc.target/arm/atomic-op-relaxed-1.c: This. - * gcc.target/arm/atomic-op-release.c: Rename into ... - * gcc.target/arm/atomic-op-release-1.c: This. - * gcc.target/arm/atomic-op-seq_cst.c: Rename into ... - * gcc.target/arm/atomic-op-seq_cst-1.c: This. - * gcc.target/arm/atomic-op-short.c: Rename into ... - * gcc.target/arm/atomic-op-short-1.c: This. - * gcc.target/arm/atomic-comp-swap-release-acquire-2.c: New test. - * gcc.target/arm/atomic-op-acq_rel-2.c: Likewise. - * gcc.target/arm/atomic-op-acquire-2.c: Likewise. - * gcc.target/arm/atomic-op-char-2.c: Likewise. - * gcc.target/arm/atomic-op-consume-2.c: Likewise. - * gcc.target/arm/atomic-op-int-2.c: Likewise. - * gcc.target/arm/atomic-op-relaxed-2.c: Likewise. - * gcc.target/arm/atomic-op-release-2.c: Likewise. - * gcc.target/arm/atomic-op-seq_cst-2.c: Likewise. - * gcc.target/arm/atomic-op-short-2.c: Likewise. - -2016-07-14 Andre Vehreschild - - PR fortran/70842 - * gfortran.dg/select_type_35.f03: New test. - -2016-07-14 Kyrylo Tkachov - - PR target/65951 - PR tree-optimization/70923 - * gcc.dg/vect/vect-mult-const-pattern-1.c: New test. - * gcc.dg/vect/vect-mult-const-pattern-2.c: Likewise. - * gcc.dg/vect/pr65951.c: Likewise. - * gcc.dg/vect/vect-iv-9.c: Remove ! vect_int_mult-specific scan. - -2016-07-14 David Edelsohn - - * c-c++-common/pr60226.c: Expect maximum object file alignment - error on AIX. - -2016-07-14 Richard Biener - - PR tree-optimization/71866 - * gcc.dg/torture/pr71866.c: New testcase. - -2016-07-14 Thomas Preud'homme - - * gcc.target/arm/pr42574.c: Add missing target keyword for the dg-do - selector and enclose boolean expression in curly braces. - -2016-07-14 Alan Modra - - PR target/71733 - * gcc.target/powerpc/p9-novsx.c: New. - -2016-07-13 Andi Kleen - - * g++.dg/tree-prof/indir-call-prof.C: Basic fixes for autofdo. - * g++.dg/tree-prof/morefunc.C: Dito. - * g++.dg/tree-prof/pr35545.C: Dito. - * g++.dg/tree-prof/reorder.C: Dito. - * gcc.dg/tree-prof/20050826-2.c: Dito. - * gcc.dg/tree-prof/cmpsf-1.c: Dito. - * gcc.dg/tree-prof/cold_partition_label.c: Dito. - * gcc.dg/tree-prof/ic-misattribution-1.c: Dito. - * gcc.dg/tree-prof/indir-call-prof.c: Dito. - * gcc.dg/tree-prof/inliner-1.c: Dito. - * gcc.dg/tree-prof/merge_block.c: Dito. - * gcc.dg/tree-prof/stringop-1.c: Dito. - * gcc.dg/tree-prof/stringop-2.c: Dito. - * gcc.dg/tree-prof/switch-case-1.c: Dito. - * gcc.dg/tree-prof/switch-case-2.c: Dito. - * gcc.dg/tree-prof/time-profiler-1.c: Dito. - * gcc.dg/tree-prof/time-profiler-2.c: Dito. - * gcc.dg/tree-prof/update-loopch.c: Dito. - * gcc.dg/tree-prof/val-prof-1.c: Dito. - * gcc.dg/tree-prof/val-prof-2.c: Dito. - * gcc.dg/tree-prof/val-prof-3.c: Dito. - * gcc.dg/tree-prof/val-prof-4.c: Dito. - * gcc.dg/tree-prof/val-prof-5.c: Dito. - * gcc.dg/tree-prof/val-prof-6.c: Dito. - * gcc.dg/tree-prof/val-prof-7.c: Dito. - -2016-07-13 Andi Kleen - - * lib/profopt.exp (profopt-execute): Remove .imports files. - -2016-07-13 Andi Kleen - - * lib/profopt.exp (profopt-execute): Always log profiler command line. - -2016-07-13 Andi Kleen - - * lib/profopt.exp (dg-final-scan-autofdo, - dg-final-scan-not-autofdo): New functions. - -2016-07-13 Bin Cheng - - * gcc.dg/vect/vect-35-big-array.c: Refine comment and test. - * gcc.dg/vect/vect-35.c: Ditto. - * gcc.dg/vect/vect-alias-check-2.c: New test. - -2016-07-13 Martin Liska - - * gfortran.dg/ldist-1.f90: Revert change introduces in r238114. - * gfortran.dg/vect/pr62283.f: Add -fno-ipa-icf to additional options. - * gfortran.dg/pr42108.f90: Update expected dump scan. - -2016-07-13 Richard Biener - - PR tree-optimization/24574 - * gcc.dg/pr24574.c: New testcase. - -2016-07-13 Senthil Kumar Selvaraj - - * c-c++-common/Wduplicated-cond-3.c (fn10): Use smaller const literal. - * c-c++-common/builtin-arith-overflow-2.c: Skip for avr. - * c-c++-common/pr68833-1.c: Require int32plus. - * gcc.dg/ipa/pr63551.c: Likewise. - * gcc.dg/ipa/pr63595.c: Require ptr32plus. - * gcc.dg/ipa/pr64041.c: Require int32plus. - -2016-07-13 Ilya Enkovich - - PR ipa/71633 - * g++.dg/pr71633.C: New test. - -2016-07-13 Thomas Preud'homme - - * lib/target-supports.exp (check_effective_target_arm_thumb1_cbz_ok): - Add new arm_thumb1_cbz_ok effective target. - * gcc.target/arm/cbz.c: New test. - -2016-07-13 Thomas Preud'homme - - * lib/target-supports.exp (check_effective_target_arm_thumb1_movt_ok): - Define effective target. - * gcc.target/arm/pr42574.c: Require arm_thumb1_ok and - !arm_thumb1_movt_ok to exclude ARMv8-M Baseline. - * gcc.target/arm/movhi_movw.c: New test. - * gcc.target/arm/movsi_movw.c: Likewise. - * gcc.target/arm/movdi_movw.c: Likewise. - -2016-07-13 Richard Biener - - PR middle-end/71104 - * gcc.dg/pr71104-1.c: New testcase. - * gcc.dg/pr71104-2.c: Likewise. - -2016-07-12 Michael Meissner - - PR target/71805 - * gcc.target/powerpc/pr71805.c: New test. - -2016-07-12 Bill Schmidt - - * gcc.target/powerpc/divkc3-1.c: New. - * gcc.target/powerpc/mulkc3-1.c: New. - -2016-07-12 Nathan Sidwell - - * gcc.target/arm/data-rel-1.c: New. - * gcc.target/arm/data-rel-2.c: New. - * gcc.target/arm/data-rel-3.c: New. - -2016-07-12 Martin Liska - - * gcc.dg/params/blocksort-part.c: New test. - * gcc.dg/params/params.exp: New file. - -2016-07-12 Kyrylo Tkachov - - PR middle-end/71700 - * gcc.c-torture/execute/pr71700.c: New test. - -2016-07-12 Steven Bosscher - Richard Biener - - PR tree-optimization/23286 - PR tree-optimization/70159 - * gcc.dg/tree-ssa/ssa-pre-11.c: Disable code hosting. - * gcc.dg/tree-ssa/ssa-pre-27.c: Likewise. - * gcc.dg/tree-ssa/ssa-pre-28.c: Likewise. - * gcc.dg/tree-ssa/ssa-pre-2.c: Likewise. - * gcc.dg/tree-ssa/pr35286.c: Likewise. - * gcc.dg/tree-ssa/pr35287.c: Likewise. - * gcc.dg/hoist-register-pressure-1.c: Likewise. - * gcc.dg/hoist-register-pressure-2.c: Likewise. - * gcc.dg/hoist-register-pressure-3.c: Likewise. - * gcc.dg/pr51879-12.c: Likewise. - * gcc.dg/strlenopt-9.c: Likewise. - * gcc.dg/tree-ssa/pr47392.c: Likewise. - * gcc.dg/tree-ssa/pr68619-4.c: Likewise. - * gcc.dg/tree-ssa/split-path-5.c: Likewise. - * gcc.dg/tree-ssa/slsr-35.c: Likewise. - * gcc.dg/tree-ssa/slsr-36.c: Likewise. - * gcc.dg/tree-ssa/loadpre3.c: Adjust so hosting doesn't apply. - * gcc.dg/tree-ssa/pr43491.c: Scan optimized dump for desired result. - * gcc.dg/tree-ssa/ssa-pre-31.c: Adjust expected outcome for hoisting. - * gcc.dg/tree-ssa/ssa-hoist-1.c: New testcase. - * gcc.dg/tree-ssa/ssa-hoist-2.c: New testcase. - * gcc.dg/tree-ssa/ssa-hoist-3.c: New testcase. - * gcc.dg/tree-ssa/ssa-hoist-4.c: New testcase. - * gcc.dg/tree-ssa/ssa-hoist-5.c: New testcase. - * gcc.dg/tree-ssa/ssa-hoist-6.c: New testcase. - * gfortran.dg/pr43984.f90: Adjust expected outcome. - -2016-07-12 Richard Biener - - PR rtl-optimization/68961 - * gcc.target/i386/pr68961.c: New testcase. - -2016-07-11 Jakub Jelinek - - PR middle-end/71758 - * c-c++-common/gomp/pr71758.c: New test. - * gfortran.dg/gomp/pr71758.f90: New test. - - PR tree-optimization/71823 - * gcc.dg/vect/pr71823.c: New test. - -2016-07-11 David Malcolm - - * gcc.dg/plugin/location_overflow_plugin.c (plugin_init): Avoid - hardcoding the values of LINE_MAP_MAX_LOCATION_WITH_PACKED_RANGES - and LINE_MAP_MAX_LOCATION_WITH_COLS. - -2016-07-11 H.J. Lu - - PR target/71801 - * gcc.target/i386/pr71801.c: New test. - -2016-07-11 Richard Biener - - PR tree-optimization/71816 - * gcc.dg/torture/pr71816.c: New testcase. - -2016-07-09 Thomas Koenig - - PR fortran/71783 - * gfortran.dg/dependency_46.f90: New test. - -2016-07-08 Vladimir Makarov - - PR rtl-optimization/71621 - * gcc.target/i386/pr71621-1.c: New. - * gcc.target/i386/pr71621-2.c: New. - -2016-07-08 Cesar Philippidis - - * gfortran.dg/goacc/pr71704.f90: New test. - -2016-07-08 Bill Schmidt - - PR target/71297 - * gcc.target/powerpc/pr71297.c: New. - -2016-07-08 Jiong Wang - - * gcc.target/aarch64/simd/vminmaxnm_1.c: New. - -2016-07-08 Michael Meissner - - PR target/71806 - * gcc.target/powerpc/p9-lxvx-stxvx-3.c: Add -mfloat128 option. - -2016-07-08 Alan Hayward - - PR tree-optimization/71667 - * gcc.dg/vect/pr71667.c: New - -2016-07-08 Martin Liska - - * gcc.dg/torture/pr71606.c: New test. - -2016-07-07 Jerry DeLisle - - PR fortran/71764 - * gfortran.dg/pr71764.f90: New test. - -2016-07-07 Jakub Jelinek - Kai Tietz - - PR c++/70869 - PR c++/71054 - * g++.dg/cpp0x/pr70869.C: New test. - * g++.dg/cpp0x/pr71054.C: New test. - -2016-07-07 David Edelsohn - - * g++.dg/debug/pr71432.C: Fail on AIX. - -2016-07-07 Martin Liska - - * gfortran.dg/do_1.f90: Remove a corner case that triggers - an undefined behavior. - * gfortran.dg/do_3.F90: Likewise. - * gfortran.dg/do_check_11.f90: New test. - * gfortran.dg/do_check_12.f90: New test. - * gfortran.dg/do_corner_warn.f90: New test. - -2016-07-07 Martin Liska - - * gfortran.dg/predict-1.f90: Ammend the test. - * gfortran.dg/predict-2.f90: Likewise. - -2016-07-07 Ilya Enkovich - - PR ipa/71624 - * g++.dg/pr71624.C: New test. - -2016-07-07 Thomas Preud'homme - - * lib/target-supports.exp: Generate add_options_for_arm_arch_FUNC and - check_effective_target_arm_arch_FUNC_multilib for ARMv8-M Baseline and - ARMv8-M Mainline architectures. - -2016-07-07 Thomas Preud'homme - - * lib/target-supports.exp (check_effective_target_arm_cortex_m): Use - __ARM_ARCH_ISA_ARM to test for Cortex-M devices. - -2016-07-06 Segher Boessenkool - - PR target/70098 - PR target/71763 - * gcc.target/powerpc/pr71763.c: New file. - -2016-07-06 Yuri Rumyantsev - - PR tree-optimization/71518 - * gcc.dg/pr71518.c: New test. - -2016-07-06 Wilco Dijkstra - - * gcc.target/arm/vst1Q_laneu64-1.c (foo): Use unsigned char*. - -2016-07-06 Senthil Kumar Selvaraj - - PR target/50739 - * gcc.target/avr/pr50739.c: New test. - -2016-07-05 Jan Hubicka - - * gcc.dg/tree-ssa/scev-14.c: update template. - -2016-07-06 Richard Sandiford - - * gcc.dg/vect/group-no-gaps-1.c: New test. - -2016-07-05 Andi Kleen - - * gcc.target/i386/mpx/mpx-check.h: Check XGETBV output - if kernel supports MPX. - -2016-07-05 Kito Cheng - - * gcc.c-torture/compile/pr69102.c: Require fpic support. - -2016-07-05 Michael Meissner - Bill Schmidt - - * gcc.target/powerpc/signbit-1.c: New test. - * gcc.target/powerpc/signbit-2.c: New test. - * gcc.target/powerpc/signbit-3.c: New test. - -2016-07-05 Kyrylo Tkachov - - PR rtl-optimization/71594 - * gcc.dg/torture/pr71594.c: New test. - -2016-07-05 Jan Hubicka - - * gcc.dg/tree-ssa/scev-14.c: new testcase. - -2016-07-05 David Malcolm - - PR c++/62314 - * g++.dg/parse/error5.C: Update column - number of missing semicolon error. - * g++.dg/pr62314-2.C: New test case. - -2016-07-05 Alessandro Fanfarillo - - * gfortran.dg/coarray_stat_function.f90: New test. - * gfortran.dg/coarray_stat_whitespace.f90: New test. - * gfortran.dg/coarray_lib_comm_1: Adapting old test - to new interfaces. - -2016-07-05 Andre Vehreschild - - PR fortran/71623 - * gfortran.dg/deferred_character_17.f90: New test. - -2016-07-05 Christophe Lyon - - * gcc.target/arm/neon/polytypes.c: Move to ... - * gcc.target/arm/polytypes.c: ... here. - * gcc.target/arm/neon/pr51534.c: Move to ... - * gcc.target/arm/pr51534.c: ... here. - * gcc.target/arm/neon/vect-vcvt.c: Move to ... - * gcc.target/arm/vect-vcvt.c: ... here. - * gcc.target/arm/neon/vect-vcvtq.c: Move to ... - * gcc.target/arm/vect-vcvtq.c: ... here. - * gcc.target/arm/neon/vfp-shift-a2t2.c: Move to ... - * gcc.target/arm/vfp-shift-a2t2.c: ... here. - * gcc.target/arm/neon/vst1Q_laneu64-1.c: Move to ... - * gcc.target/arm/vst1Q_laneu64-1.c: ... here. Fix foo() prototype. - * gcc.target/arm/neon/neon.exp: Delete. - * gcc.target/arm/neon/: Delete. - -2016-07-04 Jerry DeLisle - - PR fortran/65575 - * gfortran.dg: pr65575.f90: New test. - -2016-07-04 Jerry DeLisle - - PR fortran/35849 - * gfortran.dg: pr35849.f90: New test. - -2016-07-04 Jakub Jelinek - - PR c++/71739 - * g++.dg/cpp0x/pr71739.C: New test. - -2016-07-04 Christophe Lyon - - * c-c++-common/asan/clone-test-1.c (main): Handle clone() failure. - -2016-07-04 Dominik Vogt - - * gcc.target/s390/vector/vec-scalar-cmp-1.c: Expect lochi instead of - locr. - * gcc.target/s390/loc-1.c: New test. - -2016-07-04 Yuri Rumyantsev - - * gcc.target/i386/avx512f-vect-perm-1.c: New test. - * gcc.target/i386/avx512f-vect-perm-2.c: New test. - -2016-07-04 Ramana Radhakrishnan - - PR target/63874 - * gcc.target/aarch64/pr63874.c: New test. - -2016-07-04 Jan Beulich - - * g++.dg/header.c: New. - * gcc.dg/header.c: New. - -2016-07-02 Jakub Jelinek - - PR c/71719 - * c-c++-common/Wunused-var-15.c: New test. - -2016-07-01 Jakub Jelinek - - PR fortran/71687 - * gfortran.dg/gomp/pr71687.f90: New test. - -2016-07-01 Bill Schmidt - - * gcc.dg/const-float128-ped.c: Require __float128 effective - target and options. - * gcc.dg/const-float128.c: Likewise. - * gcc.dg/torture/float128-cmp-invalid.c: Require - __float128 and base_quadfloat_support effective targets, and - __float128 options. - * gcc.dg/torture/float128-div-underflow.c: Likewise. - * gcc.dg/torture/float128-extend-nan.c: Likewise. - * gcc.dg/torture/float128-nan.c: Likewise. - * gcc.dg/torture/fp-int-convert-float128-timode-2.c: Likewise. - * gcc.dg/torture/fp-int-convert-float128-timode-3.c: Likewise. - * gcc.dg/torture/fp-int-convert-float128-timode.c: Likewise. - * lib/target-supports.exp (check_effective_target___float128): New. - (add_options_for___float128): New. - (check_effective_target_base_quadword_support): New. - -2016-07-01 Michael Meissner - - PR target/71720 - * gcc.target/powerpc/pr71720.c: New test. - -2016-07-01 Jan Beulich - - * gcc.dg/bss.c: New. - -2016-07-01 Peter Bergner - - PR target/71698 - * gcc.target/powerpc/pr71698.c: New test. - -2016-07-01 Georg-Johann Lay - - PR target/71151 - * gcc.target/avr/pr71151-common.h (foo): Use macro SECTION_NAME - instead of ".foo" for its section name. - * gcc.target/avr/pr71151-2.c (SECTION_NAME): Define appropriately - depending on MCU's flash size. - * gcc.target/avr/pr71151-3.c (SECTION_NAME): Dito. - * gcc.target/avr/pr71151-4.c (SECTION_NAME): Dito. - * gcc.target/avr/pr71151-5.c (SECTION_NAME): Dito. - * gcc.target/avr/pr71151-6.c (SECTION_NAME): Dito. - * gcc.target/avr/pr71151-7.c (SECTION_NAME): Dito. - * gcc.target/avr/pr71151-8.c (SECTION_NAME): Dito. - -2016-07-01 Jan Beulich - - * gcc.target/i386/pr65105-2.c: Add -msse2. - -2016-06-30 Jakub Jelinek - - PR tree-optimization/71707 - * gcc.dg/strlenopt-29.c: New test. - - PR fortran/71704 - * gfortran.dg/gomp/pr71704.f90: New test. - - PR fortran/71705 - * gfortran.dg/gomp/pr71705.f90: New test. - -2016-06-30 Kelvin Nilsen - - * gcc.target/powerpc/dfp/dfp.exp: New dejagnu test script. - * gcc.target/powerpc/dfp/dtstsfi-0.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-1.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-10.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-11.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-12.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-13.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-14.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-15.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-16.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-17.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-18.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-19.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-2.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-20.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-21.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-22.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-23.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-24.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-25.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-26.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-27.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-28.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-29.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-3.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-30.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-31.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-32.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-33.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-34.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-35.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-36.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-37.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-38.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-39.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-4.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-40.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-41.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-42.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-43.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-44.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-45.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-46.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-47.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-48.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-49.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-5.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-50.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-51.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-52.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-53.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-54.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-55.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-56.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-57.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-58.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-59.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-6.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-60.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-61.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-62.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-63.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-64.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-65.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-66.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-67.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-68.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-69.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-7.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-70.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-71.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-72.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-73.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-74.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-75.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-76.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-77.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-78.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-79.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-8.c: New test. - * gcc.target/powerpc/dfp/dtstsfi-9.c: New test. - -2016-06-30 Kyrylo Tkachov - James Greenhalgh - - * gcc.target/aarch64/vect_copy_lane_1.c: New test. - -2016-06-30 James Greenhalgh - Kyrylo Tkachov - - * gcc.target/aarch64/vget_set_lane_1.c: New test. - -2016-06-30 David Malcolm - - PR driver/71651 - * gcc.dg/spellcheck-options-12.c: New test case. - -2016-06-30 Jakub Jelinek - - PR middle-end/71693 - * gcc.c-torture/compile/pr71693.c: New test. - -2016-06-29 David Malcolm - - * gcc.dg/spellcheck-params.c: New testcase. - * gcc.dg/spellcheck-params-2.c: New testcase. - -2016-06-29 Michael Meissner - - * gcc.target/powerpc/p9-extract-1.c: New file to test ISA 3.0 - vector extract instructions. - * gcc.target/powerpc/p9-extract-2.c: Likewise. - -2016-06-29 Jerry DeLisle - - PR fortran/71686 - * gfortran.dg/unexpected_eof_2.f90: New test. - * gfortran.dg/unexpected_eof_3.f90: New test. - -2016-06-29 Jim Wilson - - * gcc.dg/asr_div1.c: Add aarch64 specific dg-options. - -2016-06-29 Cesar Philippidis - - * gfortran.dg/goacc/asyncwait-2.f95: Updated expected diagnostics. - * gfortran.dg/goacc/asyncwait-3.f95: Likewise. - * gfortran.dg/goacc/asyncwait-4.f95: Add test coverage. - -2016-06-29 Richard Biener - - PR middle-end/15256 - * gcc.dg/tree-ssa/forwprop-34.c: New testcase. - -2016-06-29 Matthew Wahab - - * gcc.target/arm/aapcs/neon-vect10.c: Require - -mfloat-ab=hard. Replace arm_neon_fp16_ok with arm_neon_fp16_hw. - * gcc.target/arm/aapcs/neon-vect9.c: Likewise. - * gcc.target/arm/aapcs/vfp18.c: Likewise. - * gcc.target/arm/aapcs/vfp19.c: Likewise. - * gcc.target/arm/aapcs/vfp20.c: Likewise. - * gcc.target/arm/aapcs/vfp21.c: Likewise. - * gcc.target/arm/fp16-aapcs-1.c: Require - -mfloat-ab=hard. Also simplify the test. - * gcc.target/arm/fp16-aapcs-2.c: New. - -2016-06-29 Matthew Wahab - - * lib/target-supports.exp (add_options_for_arm_fp16): Reword comment. - (add_options_for_arm_fp16_ieee): New. - (add_options_for_arm_fp16_alternative): New. - (effective_target_arm_fp16_ok_nocache): Add to comment. Fix a - long-line. - (effective_target_arm_fp16_hw): New. - -2016-06-29 Ilya Enkovich - - PR tree-optimization/71655 - * g++.dg/pr71655.C: New test. - -2016-06-29 Martin Liska - - * gcc.dg/pr71585.c: New test. - * gcc.dg/pr71585-2.c: New test. - * gcc.dg/pr71585-3.c: New test. - -2016-06-29 Yuri Rumyantsev - - PR tree-optimization/70729 - * g++.dg/vect/pr70729.cc: New test. - -2016-06-29 Thomas Schwinge - - * c-c++-common/gomp/cancel-1.c: Extend. - -2016-06-29 Jakub Jelinek - - PR tree-optimization/71625 - * gcc.dg/strlenopt-28.c: New test. - -2016-06-29 Richard Biener - - PR middle-end/71002 - * g++.dg/torture/pr71002.C: Adjust testcase. - -2016-06-29 Jakub Jelinek - - PR c/71685 - * gcc.dg/pr71685.c: New test. - -2016-06-28 Martin Sebor - - PR c/71552 - * gcc.dg/init-bad-9.c: New test. - -2016-06-28 Bill Schmidt - - * gcc.target/powerpc/abs128-1.c: Require VSX. - * gcc.target/powerpc/copysign128-1.c: Likewise. - * gcc.target/powerpc/inf128-1.c: Likewise. - * gcc.target/powerpc/nan128-1.c: Likewise. - -2016-06-28 Jakub Jelinek - - PR middle-end/71626 - * gcc.c-torture/execute/pr71626-1.c: New test. - * gcc.c-torture/execute/pr71626-2.c: New test. - -2016-06-28 Peter Bergner - - PR target/71656 - * gcc.target/powerpc/pr71656-2.c: Fix syntax errors. - -2016-06-27 Segher Boessenkool - - PR target/71670 - * gcc.target/powerpc/pr71670.c: New testcase. - -2016-06-27 Peter Bergner - - PR target/71656 - * gcc.target/powerpc/pr71656-1.c: New test. - * gcc.target/powerpc/pr71656-2.c: New test. - -2016-06-27 Christophe Lyon - - * gcc.target/aarch64/advsimd-intrinsics/vget_lane.c: Add ifdef - around fp16 code. - * gcc.target/aarch64/advsimd-intrinsics/vreinterpret.c: Likewise. - * gcc.target/aarch64/advsimd-intrinsics/vreinterpret_p128.c: Likewise. - * gcc.target/aarch64/advsimd-intrinsics/vreinterpret_p64.c: Likewise. - * gcc.target/aarch64/advsimd-intrinsics/vstX_lane.c: Likewise. - * gcc.target/aarch64/advsimd-intrinsics/vld2_lane_f16_indices_1.c: - Add arm_neon_fp16_ok effective target. - * gcc.target/aarch64/advsimd-intrinsics/vld2q_lane_f16_indices_1.c: - Likewise. - * gcc.target/aarch64/advsimd-intrinsics/vld3_lane_f16_indices_1.c: - Likewise. - * gcc.target/aarch64/advsimd-intrinsics/vld3q_lane_f16_indices_1.c: - Likewise. - * gcc.target/aarch64/advsimd-intrinsics/vld4_lane_f16_indices_1.c: - Likewise. - * gcc.target/aarch64/advsimd-intrinsics/vld4q_lane_f16_indices_1.c: - Likewise. - * gcc.target/aarch64/advsimd-intrinsics/vst2_lane_f16_indices_1.c: - Likewise. - * gcc.target/aarch64/advsimd-intrinsics/vst2q_lane_f16_indices_1.c: - Likewise. - * gcc.target/aarch64/advsimd-intrinsics/vst3_lane_f16_indices_1.c: - Likewise. - * gcc.target/aarch64/advsimd-intrinsics/vst3q_lane_f16_indices_1.c: - Likewise. - * gcc.target/aarch64/advsimd-intrinsics/vst4_lane_f16_indices_1.c: - Likewise. - * gcc.target/aarch64/advsimd-intrinsics/vst4q_lane_f16_indices_1.c: - Likewise. - -2016-06-26 Jan Hubicka - - * gcc.dg/predict-12.c: New testcase. - -2016-06-25 Jerry DeLisle - - PR fortran/71649 - * gfortran.dg/pr71649.f90: New test. - -2016-06-25 Jakub Jelinek - - PR tree-optimization/71643 - * g++.dg/opt/pr71643.C: New test. - - PR tree-optimization/71631 - * gcc.c-torture/execute/pr71631.c: New test. - -2016-06-24 Jan Hubicka - - * gcc.dg/predict-11.c: New testcase. - * gfortran.dg/predict-2.f90: New testcase. - -2016-06-24 Jan Hubicka - - * gcc.dg/predict-10.c: New test. - -2016-06-24 Bill Schmidt - - * gcc.target/powerpc/abs128-1.c: New. - * gcc.target/powerpc/copysign128-1.c: New. - * gcc.target/powerpc/inf128-1.c: New. - * gcc.target/powerpc/nan128-1.c: New. - -2016-06-24 Eric Botcazou - - * gfortran.dg/pr71642.f90: New test. - -2016-06-24 Jakub Jelinek - - PR tree-optimization/71647 - * gcc.target/i386/pr71647.c: New test. - -2016-06-24 H.J. Lu - - * gcc.target/i386/noplt-gd-1.c: New test. - * gcc.target/i386/noplt-gd-2.c: Likewise. - * gcc.target/i386/noplt-gd-3.c: Likewise. - * gcc.target/i386/noplt-ld-1.c: Likewise. - * gcc.target/i386/noplt-ld-2.c: Likewise. - * gcc.target/i386/noplt-ld-3.c: Likewise. - * lib/target-supports.exp - (check_effective_target_tls_get_addr_via_got): New. - -2016-06-24 Uros Bizjak - - * gcc.dg/vect/vect-nb-iter-ub-1.c: Remove default vector - testsuite compile flags. - * gcc.dg/vect/vect-nb-iter-ub-2.c: Ditto. - * gcc.dg/vect/vect-nb-iter-ub-3.c: Ditto. - -2016-06-24 Uros Bizjak - - * g++dg/vect/pr36684.cc: Add dg-do compile. - * gcc.dg/vect/O3-pr70130.c: Remove dg-do run. - * gcc.dg/vect/pr70021.c: Ditto. - * gcc.dg/vect/pr70138-1.c: Ditto. - * gcc.dg/vect/pr70138-2.c: Ditto. - * gcc.dg/vect/pr70354-1.c: Ditto. - * gcc.dg/vect/pr70354-2.c: Ditto. - * gcc.dg/vect/pr71259.c: Ditto. - * gcc.dg/vect/pr71416-1.c: Ditto. - * gcc.dg/vect/slp-43.c: Ditto. - * gcc.dg/vect/slp-45.c: Ditto. - * gcc.dg/vect/vect-nb-iter-ub-1.c: Ditto. - * gcc.dg/vect/vect-nb-iter-ub-2.c: Ditto. - * gcc.dg/vect/vect-nb-iter-ub-3.c: Ditto. - * gfortran.dg/vect/pr69980.f90: Ditto. - -2016-06-24 Uros Bizjak - - * gcc.dg/vect/O3-pr70130.c: Include tree-vect.h and call check_vect. - * gcc.dg/vect/bb-slp-30.c: Ditto. - * gcc.dg/vect/costmodel/i386/costmodel-vect-33.c: Ditto. - * gcc.dg/vect/fast-math-bb-slp-call-3.c: Ditto. - * gcc.dg/vect/pr45902.c: Ditto. - * gcc.dg/vect/pr48172.c: Ditto. - * gcc.dg/vect/pr48377.c: Ditto. - * gcc.dg/vect/pr49038.c: Ditto. - * gcc.dg/vect/pr49771.c: Ditto. - * gcc.dg/vect/pr52091.c: Ditto. - * gcc.dg/vect/pr53185-2.c: Ditto. - * gcc.dg/vect/pr56826.c: Ditto. - * gcc.dg/vect/pr60276.c: Ditto. - * gcc.dg/vect/pr62021.c: Ditto. - * gcc.dg/vect/pr63530.c: Ditto. - * gcc.dg/vect/pr65518.c: Ditto. - * gcc.dg/vect/pr65947-1.c: Ditto. - * gcc.dg/vect/pr65947-10.c: Ditto. - * gcc.dg/vect/pr65947-11.c: Ditto. - * gcc.dg/vect/pr65947-12.c: Ditto. - * gcc.dg/vect/pr65947-13.c: Ditto. - * gcc.dg/vect/pr65947-2.c: Ditto. - * gcc.dg/vect/pr65947-3.c: Ditto. - * gcc.dg/vect/pr65947-4.c: Ditto. - * gcc.dg/vect/pr65947-5.c: Ditto. - * gcc.dg/vect/pr65947-6.c: Ditto. - * gcc.dg/vect/pr65947-7.c: Ditto. - * gcc.dg/vect/pr65947-8.c: Ditto. - * gcc.dg/vect/pr65947-9.c: Ditto. - * gcc.dg/vect/pr71416-1.c: Ditto. - * gcc.dg/vect/pr71439.c: Ditto. - * gcc.dg/vect/slp-widen-mult-half.c: Ditto. - * gcc.dg/vect/vect-bswap16.c: Ditto. - * gcc.dg/vect/vect-bswap32.c: Ditto. - * gcc.dg/vect/vect-bswap64.c: Ditto. - * gcc.dg/vect/vect-live-1.c: Ditto. - * gcc.dg/vect/vect-live-2.c: Ditto. - * gcc.dg/vect/vect-live-3.c: Ditto. - * gcc.dg/vect/vect-live-4.c: Ditto. - * gcc.dg/vect/vect-live-5.c: Ditto. - * gcc.dg/vect/vect-live-slp-1.c: Ditto. - * gcc.dg/vect/vect-live-slp-2.c: Ditto. - * gcc.dg/vect/vect-live-slp-3.c: Ditto. - * gcc.dg/vect/vect-nb-iter-ub-1.c: Ditto. - * gcc.dg/vect/vect-nb-iter-ub-2.c: Ditto. - * gcc.dg/vect/vect-nb-iter-ub-3.c: Ditto. - * gcc.dg/vect/vect-neg-store-1.c: Ditto. - * gcc.dg/vect/vect-neg-store-2.c: Ditto. - * gcc.dg/vect/vect-outer-pr69720.c: Ditto. - * gcc.dg/vect/vect-reduc-mul_1.c: Ditto. - * gcc.dg/vect/vect-reduc-mul_2.c: Ditto. - * gcc.dg/vect/vect-reduc-or_1.c: Ditto. - * gcc.dg/vect/vect-reduc-or_2.c: Ditto. - * gcc.dg/vect/vect-widen-mult-const-s16.c: Ditto. - * gcc.dg/vect/vect-widen-mult-const-u16.c: Ditto. - * gcc.dg/vect/vect-widen-mult-half-u8.c: Ditto. - * gcc.dg/vect/vect-widen-mult-half.c: Ditto. - -2016-06-24 Uros Bizjak - - * gcc.dg/torture/float128-cmp-invalid.c (main): Use __builtin_nanq. - -2016-06-24 H.J. Lu - - * gcc.target/i386/noplt-1.c: Don't disable for ia32. Scan for - ia32 if R_386_GOT32X relocation is supported. - * gcc.target/i386/noplt-3.c: Likewise. - * gcc.target/i386/noplt-2.c: Likewise. - (main): Renamed to ... - (bar): This. - * gcc.target/i386/noplt-4.c: Likewise. - (main): Renamed to ... - (bar): This. - * gcc.target/i386/pr67400-3.c: Don't disable for ia32. - * gcc.target/i386/pr67400-5.c: Likewise. - -2016-06-24 Jakub Jelinek - - * c-c++-common/torture/builtin-arith-overflow-p-19.c: Run for C++ too. - * g++.dg/ext/builtin-arith-overflow-2.C: New test. - - * c-c++-common/builtin-arith-overflow-1.c (generic_wrong_type, f3, - f4): Adjust expected diagnostics. - * c-c++-common/torture/builtin-arith-overflow.h (TP): New macro. - (T): If OVFP is defined, redefine to TP. - * c-c++-common/torture/builtin-arith-overflow-12.c: Adjust comment. - * c-c++-common/torture/builtin-arith-overflow-p-1.c: New test. - * c-c++-common/torture/builtin-arith-overflow-p-2.c: New test. - * c-c++-common/torture/builtin-arith-overflow-p-3.c: New test. - * c-c++-common/torture/builtin-arith-overflow-p-4.c: New test. - * c-c++-common/torture/builtin-arith-overflow-p-5.c: New test. - * c-c++-common/torture/builtin-arith-overflow-p-6.c: New test. - * c-c++-common/torture/builtin-arith-overflow-p-7.c: New test. - * c-c++-common/torture/builtin-arith-overflow-p-8.c: New test. - * c-c++-common/torture/builtin-arith-overflow-p-9.c: New test. - * c-c++-common/torture/builtin-arith-overflow-p-10.c: New test. - * c-c++-common/torture/builtin-arith-overflow-p-11.c: New test. - * c-c++-common/torture/builtin-arith-overflow-p-12.c: New test. - * c-c++-common/torture/builtin-arith-overflow-p-13.c: New test. - * c-c++-common/torture/builtin-arith-overflow-p-14.c: New test. - * c-c++-common/torture/builtin-arith-overflow-p-15.c: New test. - * c-c++-common/torture/builtin-arith-overflow-p-16.c: New test. - * c-c++-common/torture/builtin-arith-overflow-p-17.c: New test. - * c-c++-common/torture/builtin-arith-overflow-p-18.c: New test. - * c-c++-common/torture/builtin-arith-overflow-p-19.c: New test. - * g++.dg/ext/builtin-arith-overflow-1.C: Pass 0 instead of C - as last argument to __builtin_add_overflow_p. - -2016-06-23 Uros Bizjak - - * g++.dg/vect/pr33834_2.cc: Use dg-additional-options instead of - dg-options and remove default vector testsuite compile flags. - * g++.dg/vect/pr33860a.cc: Ditto. - * g++.dg/vect/pr45470-a.cc: Ditto. - * g++.dg/vect/pr45470-b.cc: Ditto. - * g++.dg/vect/pr60896.cc: Ditto. - * gcc.dg/vect/no-tree-pre-pr45241.c: Ditto. - * gcc.dg/vect/pr18308.c: Ditto. - * gcc.dg/vect/pr24049.c: Ditto. - * gcc.dg/vect/pr33373.c: Ditto. - * gcc.dg/vect/pr36228.c: Ditto. - * gcc.dg/vect/pr42395.c: Ditto. - * gcc.dg/vect/pr42604.c: Ditto. - * gcc.dg/vect/pr46663.c: Ditto. - * gcc.dg/vect/pr48765.c: Ditto. - * gcc.dg/vect/pr49093.c: Ditto. - * gcc.dg/vect/pr49352.c: Ditto. - * gcc.dg/vect/pr52298.c: Ditto. - * gcc.dg/vect/pr52870.c: Ditto. - * gcc.dg/vect/pr53185.c: Ditto. - * gcc.dg/vect/pr53773.c: Ditto. - * gcc.dg/vect/pr56695.c: Ditto. - * gcc.dg/vect/pr62171.c: Ditto. - * gcc.dg/vect/pr63530.c: Ditto. - * gcc.dg/vect/pr68339.c: Ditto. - * gcc.dg/vect/pr71259.c: Ditto. - * gcc.dg/vect/vect-82_64.c: Ditto. - * gcc.dg/vect/vect-83_64.c: Ditto. - * gcc.dg/vect/vect-debug-pr41926.c: Ditto. - * gcc.dg/vect/vect-shift-2-big-array.c: Ditto. - * gcc.dg/vect/vect-shift-2.c: Ditto. - * gfortran.dg/vect/fast-math-mgrid-resid.f: Ditto. - * gfortran.dg/vect/pr39318.f90: Ditto. - * gfortran.dg/vect/pr45714-a.f: Ditto. - * gfortran.dg/vect/pr45714-b.f: Ditto. - * gfortran.dg/vect/pr46213.f90: Ditto. - -2016-06-23 Michael Meissner - Bill Schmidt - - * gcc.target/powerpc/p9-splat-5.c: New test. - -2016-06-23 Uros Bizjak - - PR tree-optimization/71488 - * gcc.target/i386/i386.exp (check_effective_target_sse4): Move to ... - * lib/target-supports.exp: ... here. - (check_sse4_hw_available): New procedure. - (check_effective_target_sse4_runtime): Ditto. - * g++.dg/pr71488.C (dg-additional-options): Use -msse4 instead of - -march=westmere for sse4_runtime targets. - * gcc.dg/vect/tree-vect.h (check_vect): Handle __SSE4_2__. - * gcc.dg/vect/vect-bool-cmp.c: Include "tree-vect.h". - (dg-additional-options): Use for sse4_runtime targets. - (main): Call check_vect (). - (dg-final): Perform scan only for sse4_runtime targets. - -2016-06-23 H.J. Lu - - PR target/66232 - PR target/67400 - * gcc.target/i386/pr66232-14.c: New file. - * gcc.target/i386/pr66232-15.c: Likewise. - * gcc.target/i386/pr66232-16.c: Likewise. - * gcc.target/i386/pr66232-17.c: Likewise. - * gcc.target/i386/pr67400-1.c: Don't disable for ia32. Scan for - ia32 if R_386_GOT32X relocation is supported. - * gcc.target/i386/pr67400-2.c: Likewise. - * gcc.target/i386/pr67400-3.c: Likewise. - * gcc.target/i386/pr67400-4.c: Likewise. - * gcc.target/i386/pr67400-6.c: Likewise. - * gcc.target/i386/pr67400-7.c: Likewise. - * lib/target-supports.exp (check_effective_target_got32x_reloc): New. - -2016-06-23 Jerry DeLisle - - PR libgfortran/48852 - * gfortran.dg/char4_iunit_1.f03: Update test. - * gfortran.dg/f2003_io_5.f03: Update test. - * gfortran.dg/real_const_3.f90: Update test. - -2016-06-23 Andi Kleen - - * g++.dg/bprob/bprob.exp: Support autofdo. - * g++.dg/tree-prof/tree-prof.exp: dito. - * gcc.dg/tree-prof/tree-prof.exp: dito. - * gcc.misc-tests/bprob.exp: dito. - * gfortran.dg/prof/prof.exp: dito. - * lib/profopt.exp: dito. - * lib/target-supports.exp: Check for autofdo. - -2016-06-23 Martin Liska - - * gcc.dg/pr71619.c: New test. - -2016-06-23 H.J. Lu - - PR target/67400 - * gcc.target/i386/pr67400-1.c: New test. - * gcc.target/i386/pr67400-2.c: Likewise. - * gcc.target/i386/pr67400-3.c: Likewise. - * gcc.target/i386/pr67400-4.c: Likewise. - * gcc.target/i386/pr67400-5.c: Likewise. - * gcc.target/i386/pr67400-6.c: Likewise. - * gcc.target/i386/pr67400-7.c: Likewise. - -2016-06-22 David Malcolm - - * c-c++-common/missing-header-1.c: New test case. - * c-c++-common/missing-header-2.c: New test case. - * c-c++-common/missing-header-3.c: New test case. - * c-c++-common/missing-header-4.c: New test case. - -2016-06-22 David Malcolm - - PR c/70339 - * c-c++-common/attributes-1.c: Update dg-prune-output to include - hint. - * gcc.dg/diagnostic-token-ranges.c (undeclared_identifier): Update - expected results due to builtin "nanl" now being suggested for - "name". - * gcc.dg/pr67580.c: Update expected messages. - * gcc.dg/spellcheck-identifiers.c: New testcase. - * gcc.dg/spellcheck-typenames.c: New testcase. - -2016-06-22 David Malcolm - - * gcc.dg/plugin/diagnostic-test-show-locus-parseable-fixits.c: New - file. - * gcc.dg/plugin/plugin.exp (plugin_test_list): Add - diagnostic-test-show-locus-parseable-fixits.c to sources for - diagnostic_plugin_test_show_locus.c. - * lib/gcc-defs.exp (freeform_regexps): New global. - (dg-regexp): New function. - (handle-dg-regexps): New function. - * lib/gcc-dg.exp (cleanup-after-saved-dg-test): Reset - freeform_regexps to the empty list. - * lib/prune.exp (prune_gcc_output): Call handle-dg-regexps. - -2016-06-22 Ilya Enkovich - - PR tree-optimization/71488 - * g++.dg/pr71488.C: New test. - * gcc.dg/vect/vect-bool-cmp.c: New test. - -2016-06-22 Eric Botcazou - - * gcc.dg/guality/param-5.c: New test. - -2016-06-22 Bernd Edlinger - - * gcc.target/i386/asm-flag-7.c: New test. - -2016-06-21 Trevor Saunders - - * gcc.dg/tree-ssa/forwprop-28.c: Remove mep-* support. - * gcc.dg/tree-ssa/reassoc-32.c: Likewise. - * gcc.dg/tree-ssa/reassoc-33.c: Likewise. - * gcc.dg/tree-ssa/reassoc-34.c: Likewise. - * gcc.dg/tree-ssa/reassoc-35.c: Likewise. - * gcc.dg/tree-ssa/reassoc-36.c: Likewise. - * gcc.dg/tree-ssa/ssa-ifcombine-ccmp-1.c: Likewise. - * gcc.dg/tree-ssa/ssa-ifcombine-ccmp-2.c: Likewise. - * gcc.dg/tree-ssa/ssa-ifcombine-ccmp-3.c: Likewise. - * gcc.dg/tree-ssa/ssa-ifcombine-ccmp-4.c: Likewise. - * gcc.dg/tree-ssa/ssa-ifcombine-ccmp-5.c: Likewise. - * gcc.dg/tree-ssa/ssa-ifcombine-ccmp-6.c: Likewise. - * gcc.dg/tree-ssa/ssa-thread-11.c: Likewise. - * gcc.dg/tree-ssa/vrp87.c: Likewise. - * lib/target-supports.exp: Likewise. - -2016-06-21 Trevor Saunders - - * gcc.dg/attr-ms_struct-1.c: Stop testing interix. - * gcc.dg/attr-ms_struct-2.c: Likewise. - * gcc.dg/attr-ms_struct-packed1.c: Likewise. - * gcc.dg/bf-ms-attrib.c: Likewise. - * gcc.dg/bf-ms-layout-2.c: Likewise. - * gcc.dg/bf-ms-layout-3.c: Likewise. - * gcc.dg/bf-ms-layout.c: Likewise. - * gcc.dg/bf-no-ms-layout.c: Likewise. - * gcc.target/i386/bitfield1.c: Likewise. - * gcc.target/i386/bitfield2.c: Likewise. - * gcc.target/i386/bitfield3.c: Likewise. - -2016-06-21 Kelvin Nilsen - - * gcc.target/powerpc/darn-0.c: Add dejagnu directives to disable - test if effective-target is not powerpc_p9vector_ok, or if a -mcpu - override other than -mcpu=power9 command-line option is specified, - or if the target operating system is aix. - * gcc.target/powerpc/darn-1.c: Likewise. - * gcc.target/powerpc/darn-2.c: Likewise. - * gcc.target/powerpc/vslv-0.c: Add dejagnu directives to disable - test if effective-target is not powerpc_p9vector_ok or if the - target operating system is not defined. - * gcc.target/powerpc/vslv-1.c: Likewise. - * gcc.target/powerpc/vsrv-0.c: Likewise. - * gcc.target/powerpc/vsrv-1.c: Likewise. - -2016-06-21 Tobias Burnus - - PR fortran/71068 - * gfortran.dg/coarray/data_1.f90: New. - -2016-06-21 Wilco Dijkstra - - * gcc.target/aarch64/advsimd-intrinsics/vrnd.c - (dg-require-effective-target): Use arm_v8_neon_hw. - * gcc.target/aarch64/advsimd-intrinsics/vrnda.c - (dg-require-effective-target): Likewise. - * gcc.target/aarch64/advsimd-intrinsics/vrndm.c - (dg-require-effective-target): Likewise. - * gcc.target/aarch64/advsimd-intrinsics/vrndn.c - (dg-require-effective-target): Likewise. - * gcc.target/aarch64/advsimd-intrinsics/vrndp.c - (dg-require-effective-target): Likewise. - * gcc.target/aarch64/advsimd-intrinsics/vrndx.c - (dg-require-effective-target): Likewise. - * lib/target-supports.exp (check_runtime arm_v8_neon_hw_available): - Add AArch64 check. - -2016-06-21 Wilco Dijkstra - - * gcc.dg/tree-ssa/attr-hotcold-2.c (scan-tree-dump-times): - Set to 3 so test passes. - -2016-06-21 Wilco Dijkstra - - * gfortran.dg/vect/vect-8.f90 (vectorized loops): Set to 21. - -2016-06-21 Ilya Verbin - - * gcc.target/i386/avx512er-vrsqrt28ps-3.c: New test. - * gcc.target/i386/avx512er-vrsqrt28ps-4.c: New test. - * gcc.target/i386/avx512er-vrsqrt28ps-5.c: New test. - * gcc.target/i386/avx512er-vrsqrt28ps-6.c: New test. - -2016-06-21 Ilya Verbin - - * gcc.target/i386/avx512er-vrcp28ps-3.c: New test. - * gcc.target/i386/avx512er-vrcp28ps-4.c: New test. - -2016-06-21 H.J. Lu - - PR target/71549 - * gcc.target/i386/pr71549.c: New test. - -2016-06-21 Kelvin Nilsen - - * gcc.target/powerpc/vadsdu-0.c: Replace - dg-require-effective-target directive to allow test to run on more - platforms, and add dg-skip-if directive to disable test on aix - platforms because of known incompatibilities. - * gcc.target/powerpc/vadsdu-1.c: Likewise. - * gcc.target/powerpc/vadsdu-2.c: Likewise. - * gcc.target/powerpc/vadsdu-3.c: Likewise. - * gcc.target/powerpc/vadsdu-4.c: Likewise. - * gcc.target/powerpc/vadsdu-5.c: Likewise. - * gcc.target/powerpc/vadsdub-1.c: Likewise. - * gcc.target/powerpc/vadsdub-2.c: Replace - dg-require-effective-target directive to allow test to run on more - platforms, and add dg-skip-if directive to disable test on aix - platforms because of known incompatibilities. - (doAbsoluteDifferenceUnsigned): Replace __builtin_vec_vadub call - with vec_absdb call to differentiate this test from vadsdub-1.c. - * gcc.target/powerpc/vadsduh-1.c: Replace - dg-require-effective-target directive to allow test to run on more - platforms, and add dg-skip-if directive to disable test on aix - platforms because of known incompatibilities. - * gcc.target/powerpc/vadsduh-2.c: Likewise. - * gcc.target/powerpc/vadsduw-1.c: Likewise. - * gcc.target/powerpc/vadsduw-2.c: Likewise. - -2016-06-21 Jakub Jelinek - - PR tree-optimization/71588 - * gcc.dg/pr71558.c: New test. - -2016-06-21 Senthil Kumar Selvaraj - - * c-c++-common/pr68657-1.c: Require ptr32plus support. - * c-c++-common/pr68657-2.c: Likewise. - * c-c++-common/pr68657-3.c: Likewise. - * gcc.dg/torture/pr69714.c: Require int32plus support. - * gcc.dg/torture/pr70025.c: Likewise. - * gcc.dg/torture/pr70083.c: Likewise. - * gcc.dg/torture/pr70542.c: Likewise. - * gcc.dg/torture/pr70935.c: Require ptr32plus support. - -2016-06-20 Joseph Myers - - PR c/71601 - * gcc.dg/dfp/usual-arith-conv-bad-3.c: New test. - -2016-06-20 Jakub Jelinek - - PR middle-end/71581 - * gcc.dg/pr71581.c: New test. - - PR rtl-optimization/71591 - * gcc.dg/cpp/pr71591.c: New test. - -2016-06-20 David B. Robins - - PR target/71571 - * g++.dg/torture/pr71571.C: New test. - -2016-06-20 Jakub Jelinek - - PR target/71559 - * gcc.target/i386/sse2-pr71559.c: New test. - * gcc.target/i386/avx-pr71559.c: New test. - * gcc.target/i386/avx512f-pr71559.c: New test. - -2016-06-20 Tobias Burnus - - PR fortran/71194 - * gfortran.dg/pointer_remapping_10.f90: New. - -2016-06-20 David Malcolm - - * g++.dg/diagnostic/string-literal-concat.C: New test case. - -2016-06-20 Martin Sebor - - PR c/69507 - * gnu89-const-expr-1.c: Avoid diagnosing __alignof__ as not conforming. - * gnu90-const-expr-1.c: Same. - * gnu99-const-expr-1.c: Same. - * gnu99-static-1.c: Same. - -2016-06-20 Renlin Li - - PR testsuite/71489 - * gcc.dg/tree-ssa/attr-hotcold-2.c: Fix syntax errors. - -2016-06-20 James Greenhalgh - - * gcc.target/aarch64/vcvt_f64_1.c: New. - * gcc.target/aarch64/vcvt_n_f64_1.c: New. - * gcc.target/aarch64/vrecp_f64_1.c: New. - -2016-06-20 Kyrylo Tkachov - - * gfortran.dg/common_align_2.f90: Use "alignment" instead of - "alignement". - -2016-06-20 Georg-Johann Lay - - PR target/71103 - * gcc.target/avr/torture/pr71103-2.c: New test. - -2016-06-19 Martin Sebor - - PR c/69507 - * gcc.dg/alignof.c: New test. - -2016-06-17 Paolo Carlini - - * g++.dg/cpp0x/constexpr-specialization.C: Adjust for dg-message - vs dg-error; test constexpr specifier too. - -2016-06-17 Paolo Carlini - - * g++.dg/cpp0x/defaulted31.C: Adjust for dg-message vs dg-error. - -2016-06-17 Christophe Lyon - - * lib/target-supports.exp - (check_effective_target_arm_neon_fp16_ok_nocache): Call - arm_neon_ok and merge flags. Fix temporary test name. - (check_effective_target_arm_neonv2_ok_nocache): Call arm_neon_ok - and merge flags. - -2016-06-17 Martin Liska - - * gcc.dg/predict-9.c: Fix dump scanning. - -2016-06-17 Bin Cheng - - PR tree-optimization/71354 - * gcc.dg/vect/vect-23.c: Use vect_condition instead of vect_cond. - -2016-06-17 Bin Cheng - - PR tree-optimization/71347 - * gcc.dg/tree-ssa/pr71347.c: New test. - -2016-06-17 Bin Cheng - - PR tree-optimization/71354 - * gcc.dg/vect/vect-23.c: Add VECT_COND requirement. - -2016-06-17 Bin Cheng - - * gcc.dg/vect/vect-alias-check-1.c: New test. - -2016-06-16 Senthil Kumar Selvaraj - - PR target/71151 - * gcc.target/avr/pr71151-1.c: New test. - * gcc.target/avr/pr71151-2.c: New test. - * gcc.target/avr/pr71151-3.c: New test. - * gcc.target/avr/pr71151-4.c: New test. - * gcc.target/avr/pr71151-5.c: New test. - * gcc.target/avr/pr71151-6.c: New test. - * gcc.target/avr/pr71151-7.c: New test. - * gcc.target/avr/pr71151-8.c: New test. - * gcc.target/avr/pr71151-common.h: New test. - -2016-06-16 Martin Liska - - * gfortran.dg/predict-1.f90: New test. - -2016-06-16 Uros Bizjak - - PR target/71242 - * gcc.dg/torture/float128-nan.c: Also run on ia64-*-*. - -2016-06-16 Jan Hubicka - - * g++.dg/vect/pr36648.cc: Disable cunrolli - -2016-06-16 Jakub Jelinek - - PR target/71554 - * gcc.c-torture/execute/pr71554.c: New test. - - PR rtl-optimization/71532 - * gcc.dg/torture/pr71532.c: New test. - -2016-06-15 Michael Meissner - - * gcc.target/powerpc/p9-dimode1.c: New test. - * gcc.target/powerpc/p9-dimode2.c: Likewise. - -2016-06-15 Jakub Jelinek - - * gcc.c-torture/compile/20160615-1.c: New test. - - * g++.dg/cpp0x/ref-qual17.C: New test. - -2016-06-15 Ilya Enkovich - - PR middle-end/71529 - * gcc.target/i386/pr71529.C: New test. - -2016-06-15 Alan Hayward - - PR tree-optimization/71483 - * g++.dg/vect/pr71483.c: New - -2016-06-15 Paolo Carlini - - PR c++/70202 - * g++.dg/inherit/crash6.C: New. - * g++.dg/inherit/union2.C: Likewise. - * g++.dg/inherit/virtual12.C: Likewise. - * g++.dg/inherit/virtual13.C: Likewise. - * g++.dg/inherit/virtual1.C: Tweak dg-* tests. - -2016-06-15 Uros Bizjak - - * gcc.dg/torture/float128-nan.c: Include stdint.h to define uint64_t. - -2016-06-15 Alan Hayward - - PR tree-optimization/71439 - * gcc.dg/vect/pr71439.c: New - -2016-06-15 Kyrylo Tkachov - - * gcc.target/aarch64/ifcvt_multiple_sets_subreg_1.c: New test. - -2016-06-15 Richard Biener - - * gcc.dg/vect/slp-45.c: New testcase. - -2016-06-15 Richard Biener - - * gcc.dg/vect/bb-slp-pattern-2.c: Disable loop vectorization. - -2016-06-14 Bill Schmidt - - * gcc.target/powerpc/vsx-elemrev-2.c: Change effective target - requirements, and disable for AIX for now. - * gcc.target/powerpc/vsx-elemrev-4.c: Likewise. - -2016-06-14 Jakub Jelinek - - PR c++/71528 - * g++.dg/opt/pr71528.C: New test. - - PR c++/71516 - * g++.dg/init/pr71516.C: New test. - -2016-06-14 Paolo Carlini - - * g++.dg/init/array46.C: New. - -2016-06-14 Uros Bizjak - - * gcc.target/i386/float128-3.c: New test. - * gcc.target/i386/quad-sse4.c: Ditto. - * gcc.target/i386/quad-sse.c: Use -msse instead of -msse2. - Update scan strings. - -2016-06-14 Richard Biener - - PR middle-end/71526 - * gfortran.dg/pr71526.f90: New testcase. - -2016-06-14 Andre Vieira - - * gcc.dg/zero_bits_compound-1.c: Support aarch64. - * gcc.dg/zero_bits_compound-1.c: Likewise. - -2016-06-14 Richard Biener - - PR tree-optimization/71522 - * gcc.dg/torture/pr71522.c: New testcase. - -2016-06-14 Jakub Jelinek - - PR tree-optimization/71520 - * gcc.dg/tree-ssa/pr71520.c: New test. - -2016-06-14 Richard Biener - - PR tree-optimization/71521 - * gcc.dg/tree-ssa/vrp101.c: New testcase. - -2016-06-13 Jakub Jelinek - - PR sanitizer/71498 - * c-c++-common/ubsan/bounds-13.c: New test. - - PR preprocessor/71183 - * gcc.dg/cpp/source_date_epoch-3.c: New test. - -2016-06-13 Jeff Law - - PR tree-optimization/71403 - * c-c++-common/ubsan/pr71403-1.c: New test. - * c-c++-common/ubsan/pr71403-2.c: New test. - * c-c++-common/ubsan/pr71403-3.c: New test. - -2016-06-13 Jakub Jelinek - - PR middle-end/71478 - * gcc.dg/pr71478.c: Remove dg-require-effective-target vect_int. - Add -Wno-psabi -w to dg-options. - -2016-06-13 Kelvin Nilsen - - * gcc.target/powerpc/vadsdu-0.c: New test. - * gcc.target/powerpc/vadsdu-1.c: New test. - * gcc.target/powerpc/vadsdu-2.c: New test. - * gcc.target/powerpc/vadsdu-3.c: New test. - * gcc.target/powerpc/vadsdu-4.c: New test. - * gcc.target/powerpc/vadsdu-5.c: New test. - * gcc.target/powerpc/vadsdub-1.c: New test. - * gcc.target/powerpc/vadsdub-2.c: New test. - * gcc.target/powerpc/vadsduh-1.c: New test. - * gcc.target/powerpc/vadsduh-2.c: New test. - * gcc.target/powerpc/vadsduw-1.c: New test. - * gcc.target/powerpc/vadsduw-2.c: New test. - -2016-06-13 David Malcolm - - * gcc.dg/c99-init-2.c (c): Update expected error message. - * gcc.dg/init-bad-8.c (foo): Likewise. - * gcc.dg/spellcheck-fields-3.c: New test case. - -2016-06-13 Martin Liska - - * gcc.dg/predict-1.c: Distinguish between "loop iv compare" - and "guess loop iv compared" heuristics. - * gcc.dg/predict-2.c: Likewise. - * gcc.dg/predict-3.c: Likewise. - * gcc.dg/predict-4.c: Likewise. - * gcc.dg/predict-5.c: Likewise. - * gcc.dg/predict-6.c: Likewise. - -2016-06-13 Marek Polacek - - PR middle-end/71476 - * c-c++-common/Wswitch-unreachable-4.c: New test. - * gcc.dg/Wswitch-unreachable-2.c: New test. - * g++.dg/tm/jump1.C: Move dg-warning. - -2016-06-13 Eric Botcazou - - * gnat.dg/renaming10.ad[sb]: New test. - -2016-06-13 Paul Thomas - - PR fortran/70673 - * gfortran.dg/pr70673.f90: New test. - -2016-06-13 Richard Biener - - PR middle-end/64516 - * gcc.dg/align-3.c: New testcase. - -2016-06-13 Martin Liska - - * gcc.target/i386/pr71458.c: New test. - -2016-06-12 Uros Bizjak - - PR target/71241 - * gcc.dg/torture/float128-nan.c: New test. - -2016-06-12 Dominique d'Humieres - - PR target/60751 - * gfortran.dg/guality/pr41558.f90: Remove extra comma in WRITE - statement. - -2016-06-11 Dominique d'Humieres - - PR target/60751 - * gfortran.dg/comma_IO_extension_1.f90: New test. - * gfortran.dg/comma_IO_extension_2.f90: Likewise. - * gfortran.dg/array_constructor_49.f90: Remove extra comma in WRITE - statement. - * gfortran.dg/graphite/pr38083.f90: Likewise. - * gfortran.dg/integer_exponentiation_6.F90: Likewise and add - missing format. - -2016-06-11 Eric Botcazou - - * gnat.dg/case_character.adb: New test. - -2016-06-11 Segher Boessenkool - - PR middle-end/71310 - * gcc.target/powerpc/pr71310.c: New testcase. - -2016-06-11 Kugan Vivekanandarajah - - PR middle-end/71478 - * gcc.dg/pr71478.c: New test. - -2016-06-10 Jakub Jelinek - - PR middle-end/71494 - * gcc.c-torture/execute/pr71494.c: New test. - - PR c/68657 - * gcc.target/i386/pr68657.c: New test. - - PR inline-asm/68843 - * gcc.target/i386/pr68843-2.c: Add dg-do run and empty dg-options. - (test): Add -masm=intel alternatives. - -2016-06-10 Martin Sebor - - PR c/71392 - * c-c++-common/builtin-arith-overflow-1.c: Add test cases. - -2016-06-10 Jeff Law - - PR tree-optimization/71335 - * gcc.c-torture/execute/pr71335.c: New test. - -2016-06-10 David Malcolm - - * gcc.dg/plugin/must-tail-call-2.c: Remove all details from - the various "cannot tail-call: " messages. - -2016-06-10 Christophe Lyon - - * gcc.target/arm/pr37780_1.c: Use arm_arch_v6t2 effective target - and options. - -2016-06-10 Maxim Ostapenko - - PR sanitizer/71480 - * c-c++-common/asan/pr71480.c: New test. - -2016-06-10 H.J. Lu - - * gcc.dg/guality/pr68037-1.c (ASMNAME): New. - (ASMNAME2): Likewise. - (main): Replace fn in asm statement with ASMNAME ("fn"). - * gcc.dg/guality/pr68037-2.c: Likewise. - * gcc.dg/guality/pr68037-3.c: Likewise. - * gcc.dg/torture/pr68037-1.c: Likewise. - * gcc.dg/torture/pr68037-2.c: Likewise. - * gcc.dg/torture/pr68037-3.c: Likewise. - -2016-06-10 Bernd Edlinger - - PR inline-asm/68843 - * gcc.target/i386/pr68843-1.c: New test. - * gcc.target/i386/pr68843-2.c: New test. - -2016-06-10 Thomas Schwinge - Cesar Philippidis - - PR middle-end/71373 - * gcc.dg/goacc/nested-function-1.c: New file. - * gcc.dg/goacc/nested-function-2.c: Likewise. - * gcc.dg/goacc/pr71373.c: Likewise. - * gfortran.dg/goacc/cray-2.f95: Likewise. - * gfortran.dg/goacc/loop-1-2.f95: Likewise. - * gfortran.dg/goacc/loop-3-2.f95: Likewise. - * gfortran.dg/goacc/cray.f95: Update. - * gfortran.dg/goacc/loop-1.f95: Likewise. - * gfortran.dg/goacc/loop-3.f95: Likewise. - * gfortran.dg/goacc/subroutines.f90: Update, and rename to... - * gfortran.dg/goacc/nested-function-1.f90: ... this new file. - -2016-06-10 Thomas Schwinge - - * c-c++-common/goacc/combined-directives.c: XFAIL tree scanning - for OpenACC tile clauses. - * gfortran.dg/goacc/combined-directives.f90: Likewise. - - PR c/71381 - * c-c++-common/goacc/cache-1.c: Update. Move invalid usage tests - to... - * c-c++-common/goacc/cache-2.c: ... this new file. - * gfortran.dg/goacc/cache-1.f95: Move invalid usage tests to... - * gfortran.dg/goacc/cache-2.f95: ... this new file. - * gfortran.dg/goacc/coarray.f95: Update OpenACC cache directive - usage. - * gfortran.dg/goacc/cray.f95: Likewise. - * gfortran.dg/goacc/loop-1.f95: Likewise. - -2016-06-10 Alan Hayward - - PR tree-optimization/71407 - PR tree-optimization/71416 - * gcc.dg/vect/pr71407.c: New - * gcc.dg/vect/pr71416-1.c: New - * gcc.dg/vect/pr71416-2.c: New - -2016-06-10 Richard Biener - - PR middle-end/71477 - * gcc.dg/torture/pr71477.c: New testcase. - -2016-06-09 Julia Koval - - * gcc.target/i386/interrupt-12.c: Fix test for -fpic and corei7. - * gcc.target/i386/interrupt-13.c: Likewise. - * gcc.target/i386/interrupt-15.c: Likewise. - * gcc.target/i386/interrupt-14.c: Fix test for -fpic. - * gcc.target/i386/interrupt-24.c: Likewise. - * gcc.target/i386/interrupt-3.c: Fix test for corei7. - * gcc.target/i386/interrupt-9.c: Likewise. - * gcc.target/i386/interrupt-redzone-2.c: Likewise. - -2016-06-09 Martin Sebor - - PR c/70883 - * c-c++-common/builtin-arith-overflow-1.c: Adjust diagnostic text. - * gcc.dg/builtin-constant_p-1.c: Same. - * gcc.dg/builtins-error.c: Same. - * gcc.dg/pr70859.c: Same. - -2016-06-09 Senthil Kumar Selvaraj - - * gcc.c-torture/execute/bswap-2.c: Require int32plus. - * gcc.dg/torture/pr68067-1.c: Likewise. - * gcc.dg/torture/pr68067-2.c: Likewise. - -2016-06-09 Senthil Kumar Selvaraj - - * gcc.dg/stack-usage-1.c (SIZE): Consider return address - when setting SIZE. - -2016-06-09 Paolo Carlini - - PR c++/71465 - * g++.dg/inherit/crash5.C: New. - Revert: - 2016-06-04 Paolo Carlini - - PR c++/70202 - * g++.dg/inherit/crash5.C: New. - * g++.dg/inherit/virtual1.C: Adjust. - -2016-06-09 Martin Liska - - * g++.dg/predict-loop-exit-1.C: Scan for a new dump format. - * g++.dg/predict-loop-exit-2.C: Likewise. - * g++.dg/predict-loop-exit-3.C: Likewise. - * gcc.dg/predict-1.c: Likewise. - * gcc.dg/predict-2.c: Likewise. - * gcc.dg/predict-3.c: Likewise. - * gcc.dg/predict-4.c: Likewise. - * gcc.dg/predict-5.c: Likewise. - * gcc.dg/predict-6.c: Likewise. - * gcc.dg/predict-7.c: Likewise. - -2016-06-09 Richard Biener - - PR tree-optimization/71462 - * gcc.dg/torture/pr71462.c: New testcase. - -2016-06-09 Marek Polacek - - PR c/65471 - * gcc.dg/c11-generic-3.c: New test. - -2016-06-08 Paolo Carlini - - * g++.dg/init/array42.C: New. - * g++.dg/init/array43.C: Likewise. - * g++.dg/init/array44.C: Likewise. - * g++.dg/init/array45.C: Likewise. - * g++.dg/cpp0x/constexpr-ice10.C: Test column number too. - * g++.dg/cpp0x/constexpr-incomplete1.C: Likewise. - * g++.dg/cpp1y/auto-fn27.C: Likewise. - * g++.dg/gomp/pr35751.C: Likewise. - * g++.dg/init/array23.C: Likewise. - * g++.dg/init/brace2.C: Likewise. - * g++.dg/init/brace6.C: Likewise. - -2016-06-08 Martin Sebor - Jakub Jelinek - - PR c++/70507 - PR c/68120 - * c-c++-common/builtin-arith-overflow-1.c: Add test cases. - * c-c++-common/builtin-arith-overflow-2.c: New test. - * g++.dg/ext/builtin-arith-overflow-1.C: New test. - * g++.dg/cpp0x/constexpr-arith-overflow.C: New test. - * g++.dg/cpp1y/constexpr-arith-overflow.C: New test. - -2016-06-08 Jakub Jelinek - - PR c++/71442 - * g++.dg/cpp0x/Wunused-variable-1.C: New test. - -2016-06-08 Alan Lawrence - - * gcc.target/aarch64/aapcs64/aapcs64.exp: Also execute rec_*.c - * gcc.target/aarch64/aapcs64/rec_align-5.c: New. - * gcc.target/aarch64/aapcs64/rec_align-6.c: New. - * gcc.target/aarch64/aapcs64/rec_align-7.c: New. - * gcc.target/aarch64/aapcs64/rec_align-8.c: New. - * gcc.target/aarch64/aapcs64/rec_align-9.c: New. - * gcc.target/aarch64/aapcs64/test_align-5.c: New. - * gcc.target/aarch64/aapcs64/test_align-6.c: New. - * gcc.target/aarch64/aapcs64/test_align-7.c: New. - * gcc.target/aarch64/aapcs64/test_align-8.c: New. - * gcc.target/aarch64/aapcs64/test_align-9.c: New. - * gcc.target/aarch64/aapcs64/rec_vaarg-1.c: New. - * gcc.target/aarch64/aapcs64/rec_vaarg-2.c: New. - -2016-06-08 Richard Biener - - PR tree-optimization/68558 - * gcc.dg/vect/slp-44.c: New testcase. - -2016-06-08 Richard Biener - - * gcc.dg/vect/slp-43.c: New testcase. - -2016-06-08 Richard Biener - - PR tree-optimization/71452 - * gcc.dg/torture/pr71452.c: New testcase. - -2016-06-08 Jakub Jelinek - - PR c++/71448 - * g++.dg/torture/pr71448.C: New test. - -2016-06-08 Bernd Schmidt - - PR debug/71432 - PR ada/71413 - * g++.dg/debug/pr71432.C: New test. - -2016-06-08 Prathamesh Kulkarni - - * gcc.dg/vect/section-anchors-vect-70.c: Rename to aligned-section-anchors-vect-71.c. - * gcc.dg/vect/section-anchors-vect-71.c: Rename to aligned-section-anchors-vect-72.c. - * gcc.dg/vect/section-anchors-vect-72.c: Rename to aligned-section-anchors-vect-72.c. - -2016-06-08 Alan Hayward - - * gcc.dg/vect/vect-live-2.c: Update effective target. - * gcc.dg/vect/vect-live-slp-3.c: Likewise. - * lib/target-supports.exp: Add aarch64 to vect_long. - -2016-06-08 Marek Polacek - - PR c/71418 - * gcc.dg/noncompile/pr71418.c: New test. - - PR c/71426 - * gcc.dg/noncompile/pr71426.c: New test. - -2016-06-07 Jan Hubicka - - * gcc.dg/ipa/inlinehint-4.c: Disable partial inlining. - * gcc.dg/predict-1.c: Update template for new predictor hitrates. - * gcc.dg/predict-3.c: Update template. - * gcc.dg/predict-5.c: Update template. - * gcc.dg/predict-6.c: Update template. - * gcc.dg/predict-9.c: Update template. - * gcc.dg/tree-ssa/attr-hotcold-2.c: Update template. - -2016-06-07 Bill Seurer - - * gcc.target/powerpc/vec-mul.c: New test. - -2016-06-07 David Malcolm - - * gcc.dg/spellcheck-fields-2.c: New test case. - -2016-06-07 Richard Biener - - PR c/61564 - * gcc.dg/Wpragmas-1.c: New testcase. - * gcc.dg/Wattributes-4.c: Likewise. - * gcc.dg/ipa/pr70646.c: Drop optimize pragma in favor of dg-option - entry. - -2016-06-07 Christophe Lyon - - * gcc.target/aarch64/advsimd-intrinsics/p64_p128.c: Remove - spurious debug code. - -2016-06-07 Richard Biener - - PR tree-optimization/71428 - * gcc.dg/torture/pr71428.c: New testcase. - -2016-06-07 Richard Biener - - PR middle-end/71423 - * gcc.dg/torture/pr71423.c: New testcase. - -2016-06-07 Kugan Vivekanandarajah - - PR middle-end/71408 - * gcc.dg/tree-ssa/pr71408.c: New test. - -2016-06-07 Kugan Vivekanandarajah - - PR middle-end/71281 - * g++.dg/torture/pr71281.C: New test. - -2016-06-06 Marek Polacek - - PR c/71362 - * gcc.dg/pr71362.c: New test. - -2016-06-06 Jakub Jelinek - Patrick Palka - - PR c++/70847 - PR c++/71330 - PR c++/71393 - * g++.dg/opt/pr70847.C: New test. - * g++.dg/ubsan/pr70847.C: New test. - * g++.dg/ubsan/pr71393.C: New test. - -2016-06-06 Jakub Jelinek - - PR tree-optimization/71259 - * gcc.dg/vect/pr71259.c: New test. - -2016-06-06 David Malcolm - - * gcc.dg/plugin/levenshtein-test-1.c: Delete. - * gcc.dg/plugin/levenshtein_plugin.c: Delete. - * gcc.dg/plugin/plugin.exp (plugin_test_list): Remove the - above. - -2016-06-06 Kyrylo Tkachov - - PR middle-end/37780 - * gcc.c-torture/execute/pr37780.c: New test. - * gcc.target/aarch64/pr37780_1.c: Likewise. - * gcc.target/arm/pr37780_1.c: Likewise. - -2016-06-06 Marek Polacek - - * c-c++-common/attr-may-alias-1.c: New test. - * c-c++-common/attr-may-alias-2.c: New test. - * gcc.dg/pr39464.c: Turn dg-warning into dg-bogus. - -2016-06-06 Bernd Edlinger - - PR c/24414 - * gcc.target/i386/pr24414.c: New test. - -2016-06-06 Jose E. Marchesi - - * gcc.target/sparc/vis4misc.c: New file. - * gcc.target/sparc/fpcmp.c: Likewise. - * gcc.target/sparc/fpcmpu.c: Likewise. - -2016-06-06 Alan Hayward - - * gcc.dg/vect/vect-live-1.c: Use additional-options. - * gcc.dg/vect/vect-live-3.c: Likewise. - -2016-06-06 Richard Biener - - PR tree-optimization/71398 - * gcc.dg/torture/pr71398.c: New testcase. - -2016-06-06 Uros Bizjak - - PR target/71389 - * g++.dg/pr71389.C: New test. - -2016-06-05 Jerry DeLisle - - PR fortran/71404 - * gfortran.dg/fmt_read_5.f: New test. - -2016-06-05 Andre Vehreschild - - PR fortran/69659 - * gfortran.dg/class_array_22.f03: New test. - -2016-06-05 Jan Hubicka - - * gcc.dg/tree-prof/peel-1.c: Fix testcase. - -2016-06-05 Jan Hubicka - - * gcc.dg/predict-9.c: Update template. - -2016-06-05 Paolo Carlini - - PR c++/49377 - * g++.dg/template/pr49377.C: New. - -2016-06-04 Jakub Jelinek - - PR tree-optimization/71405 - * g++.dg/torture/pr71405.C: New test. - -2016-06-04 Paolo Carlini - - PR c++/70202 - * g++.dg/inherit/crash5.C: New. - * g++.dg/inherit/virtual1.C: Adjust. - -2016-06-03 Jeff Law - - PR tree-optimization/71316 - * gcc.dg/tree-ssa/ssa-dom-thread-4.c: Update expected output. - -2016-06-03 Jakub Jelinek - - * gcc.dg/vect/vect-live-1.c: Remove dg-options. Add - dg-additional-options with just -fno-tree-scev-cprop in it. - * gcc.dg/vect/vect-live-2.c: Likewise. - * gcc.dg/vect/vect-live-5.c: Likewise. - * gcc.dg/vect/vect-live-slp-1.c: Likewise. - * gcc.dg/vect/vect-live-slp-2.c: Likewise. - * gcc.dg/vect/vect-live-slp-3.c: Likewise. - -2016-06-03 Patrick Palka - - PR c++/27100 - * g++.dg/other/friend6.C: New test. - -2016-06-03 Bill Schmidt - - * g++.dg/torture/ppc-ldst-array.C: New. - -2016-06-03 Joseph Myers - - PR target/71276 - PR target/71277 - * gcc.dg/torture/builtin-fp-int-inexact.c, - gcc.target/i386/387-builtin-fp-int-inexact.c, - gcc.target/i386/387-rint-inline-1.c, - gcc.target/i386/387-rint-inline-2.c, - gcc.target/i386/sse2-builtin-fp-int-inexact.c, - gcc.target/i386/sse2-rint-inline-1.c, - gcc.target/i386/sse2-rint-inline-2.c, - gcc.target/i386/sse4_1-builtin-fp-int-inexact.c, - gcc.target/i386/sse4_1-rint-inline.c: New tests. - -2016-06-03 H.J. Lu - Julia Koval - - PR target/66960 - PR target/67630 - PR target/67634 - PR target/67841 - PR target/68037 - PR target/68618 - PR target/68661 - PR target/69575 - PR target/69596 - PR target/69734 - * gcc.dg/guality/pr68037-1.c: New test. - * gcc.dg/guality/pr68037-2.c: Likewise. - * gcc.dg/guality/pr68037-3.c: Likewise. - * gcc.dg/torture/pr68037-1.c: Likewise. - * gcc.dg/torture/pr68037-2.c: Likewise. - * gcc.dg/torture/pr68037-3.c: Likewise. - * gcc.dg/torture/pr68661-1a.c: Likewise. - * gcc.dg/torture/pr68661-1b.c: Likewise. - * gcc.target/i386/interrupt-1.c: Likewise. - * gcc.target/i386/interrupt-2.c: Likewise. - * gcc.target/i386/interrupt-3.c: Likewise. - * gcc.target/i386/interrupt-4.c: Likewise. - * gcc.target/i386/interrupt-5.c: Likewise. - * gcc.target/i386/interrupt-6.c: Likewise. - * gcc.target/i386/interrupt-7.c: Likewise. - * gcc.target/i386/interrupt-8.c: Likewise. - * gcc.target/i386/interrupt-9.c: Likewise. - * gcc.target/i386/interrupt-10.c: Likewise. - * gcc.target/i386/interrupt-11.c: Likewise. - * gcc.target/i386/interrupt-12.c: Likewise. - * gcc.target/i386/interrupt-13.c: Likewise. - * gcc.target/i386/interrupt-14.c: Likewise. - * gcc.target/i386/interrupt-15.c: Likewise. - * gcc.target/i386/interrupt-16.c: Likewise. - * gcc.target/i386/interrupt-17.c: Likewise. - * gcc.target/i386/interrupt-18.c: Likewise. - * gcc.target/i386/interrupt-19.c: Likewise. - * gcc.target/i386/interrupt-20.c: Likewise. - * gcc.target/i386/interrupt-21.c: Likewise. - * gcc.target/i386/interrupt-22.c: Likewise. - * gcc.target/i386/interrupt-23.c: Likewise. - * gcc.target/i386/interrupt-24.c: Likewise. - * gcc.target/i386/interrupt-25.c: Likewise. - * gcc.target/i386/interrupt-26.c: Likewise. - * gcc.target/i386/interrupt-27.c: Likewise. - * gcc.target/i386/interrupt-28.c: Likewise. - * gcc.target/i386/interrupt-387-err-1.c: Likewise. - * gcc.target/i386/interrupt-387-err-2.c: Likewise. - * gcc.target/i386/interrupt-bnd-err-1.c: Likewise. - * gcc.target/i386/interrupt-bnd-err-2.c: Likewise. - * gcc.target/i386/interrupt-iamcu.c: Likewise. - * gcc.target/i386/interrupt-mmx-err-1.c: Likewise. - * gcc.target/i386/interrupt-mmx-err-2.c: Likewise. - * gcc.target/i386/interrupt-redzone-1.c: Likewise. - * gcc.target/i386/interrupt-redzone-2.c: Likewise. - * gcc.target/i386/interrupt-sibcall-1.c: Likewise. - * gcc.target/i386/interrupt-sibcall-2.c: Likewise. - * gcc.target/i386/interrupt-switch-abi.c: Likewise. - -2016-06-03 Bernd Schmidt - - PR tree-optimization/52171 - * gcc.dg/pr52171.c: New test. - * gcc.target/i386/pr52171.c: New test. - -2016-06-03 Jan Hubicka - - * g++.dg/tree-ssa/pred-1.C: New testcase - * gcc.dg/tree-ssa/pred-1.c: New testcase - -2016-06-03 Bill Schmidt - - PR target/70957 - * gcc.target/powerpc/vsx-elemrev-2.c: Require p9vector hardware - support. - * gcc.target/powerpc/vsx-elemrev-4.c: Likewise. - -2016-06-03 Alan Hayward - - * gcc.dg/vect/vect-live-slp-5.c: Remove dg check. - -2016-06-03 Alan Hayward - - * gcc.dg/tree-ssa/pr64183.c: Ensure test does not vectorize. - * gcc.dg/vect/no-scevccp-vect-iv-2.c: Remove xfail. - * gcc.dg/vect/vect-live-1.c: New test. - * gcc.dg/vect/vect-live-2.c: New test. - * gcc.dg/vect/vect-live-3.c: New test. - * gcc.dg/vect/vect-live-4.c: New test. - * gcc.dg/vect/vect-live-5.c: New test. - * gcc.dg/vect/vect-live-slp-1.c: New test. - * gcc.dg/vect/vect-live-slp-2.c: New test. - * gcc.dg/vect/vect-live-slp-3.c: New test. - -2016-06-03 Jakub Jelinek - - PR middle-end/71387 - * g++.dg/opt/pr71387.C: New test. - -2016-06-02 Jeff Law - - PR tree-optimization/71328 - * gcc.c-torture/compile/pr71328.c: New test. - -2016-06-02 Jerry DeLisle - - PR fortran/52393 - * gfortran.dg/fmt_read_3.f90: Fix typo. - * gfortran.dg/fmt_read_4.f90: New test. - -2016-06-02 Paolo Carlini - - * g++.dg/cpp0x/forw_enum10.C: Adjust for dg-message vs dg-error. - * g++.dg/cpp0x/forw_enum6.C: Likewise. - * g++.dg/cpp0x/forw_enum8.C: Likewise. - * g++.dg/cpp0x/override2.C: Likewise. - * g++.dg/parse/crash5.C: Likewise. - * g++.dg/parse/error16.C: Likewise. - * g++.dg/parse/error27.C: Likewise. - * g++.dg/template/qualttp15.C: Likewise. - * g++.dg/template/redecl4.C: Likewise. - * g++.old-deja/g++.other/crash39.C: Likewise. - * g++.old-deja/g++.other/struct1.C: Likewise. - * g++.old-deja/g++.pt/m9a.C: Likewise. - * g++.old-deja/g++.pt/memclass10.C: Likewise. - -2016-06-02 Jakub Jelinek - - PR c++/71372 - * c-c++-common/pr71372.c: New test. - - * gcc.dg/cpp/source_date_epoch-1.c (main): Test __DATE__ and - __TIME__ strings with __builtin_strcmp instead of printf and - dg-output. - -2016-06-02 Martin Liska - - * gcc.dg/predict-9.c: New test. - -2016-06-02 Jakub Jelinek - - * lib/gcc-dg.exp (cleanup-after-saved-dg-test): Add missing - global set_compiler_env_var and global saved_compiler_env_var. - -2016-06-02 Kyrylo Tkachov - - PR rtl-optimization/71295 - * gcc.c-torture/compile/pr71295.c: New test. - -2016-06-02 Jakub Jelinek - - * gcc.target/i386/avx512vl-concatv4si-1.c: New test. - - * gcc.target/i386/avx512dq-concatv2si-1.c: New test. - * gcc.target/i386/avx512vl-concatv2si-1.c: New test. - - * gcc.target/i386/avx512dq-concatv2di-1.c: New test. - * gcc.target/i386/avx512vl-concatv2di-1.c: New test. - * gcc.target/i386/sse2-init-v2di-2.c: Adjust expected vec_concatv2di - alternative number. - -2016-05-31 Michael Meissner - - * gcc.target/powerpc/p9-splat-4.c: New test. - -2016-05-31 Michael Meissner - - PR target/71186 - * gcc.target/powerpc/pr71186.c: New test. - -2016-06-01 Jerry DeLisle - - PR fortran/52393 - * gfortran.dg/fmt_read_3.f90: New test. - -2016-06-01 Thomas Preud'homme - - * lib/target-supports.exp (check_effective_target_arm_acq_rel): New - procedure. - -2016-06-01 Eduard Sanou - - * gcc.dg/cpp/source_date_epoch-1.c: New file, test the proper - behaviour of the macros __DATE__ and __TIME__ when SOURCE_DATE_EPOCH - env var is set. - * gcc.dg/cpp/source_date_epoch-2.c: New file, test the error output - when parsing the SOURCE_DATE_EPOCH env var, and make sure it is only - shown once. - * lib/gcc-dg.exp (dg-set-compiler-env-var): New function, set env vars - during compilation. - * lib/gcc-dg.exp (restore-compiler-env-var): New function, restore env - vars set by dg-set-compiler-env-var. - -2016-06-01 Paul Thomas - - PR fortran/71156 - * gfortran.dg/submodule_14.f08: Add missing recursive prefix - to the module procedure declaration. - * gfortran.dg/submodule_16.f08: New test. - -2016-06-01 Jakub Jelinek - - PR middle-end/71371 - * c-c++-common/gomp/pr71371.c: New test. - -2016-06-01 Richard Biener - - PR tree-optimization/71366 - * gcc.dg/torture/pr71366-1.c: New testcase. - * gcc.dg/torture/pr71366-2.c: Likewise. - -2016-06-01 Kelvin Nilsen - - * gcc.target/powerpc/vslv-0.c: New test. - * gcc.target/powerpc/vslv-1.c: New test. - * gcc.target/powerpc/vsrv-0.c: New test. - * gcc.target/powerpc/vsrv-1.c: New test. - -2016-06-01 Nathan Sidwell - - * c-c++-common/torture/pr57945.c: Add expected PTX error. - * gcc.target/nvptx/weak.c: New. - -2016-06-01 Richard Biener - - PR tree-optimization/71261 - * gcc.dg/torture/vect-bool-1.c: New testcase. - -2016-06-01 Jakub Jelinek - - * gfortran.dg/gomp/order-1.f90: New test. - * gfortran.dg/gomp/order-2.f90: New test. - -2016-06-01 Jan Hubicka - - * gcc.dg/unroll-6.c: Update template. - * gcc.dg/unroll-7.c: New testcase. - * gcc.dg/unroll-8.c: New testcase. - -2016-06-01 Eric Botcazou - - * gnat.dg/opt56.ad[sb]: New test. - -2016-06-01 Paolo Carlini - - PR c++/66635 - * g++.dg/cpp0x/constexpr-ice16.C: New. - -2016-06-01 Patrick Palka - - PR tree-optimization/71314 - * gcc.dg/tree-ssa/ssa-thread-14.c: Adjust target selector. Pass - -mbranch-cost=2. - -2016-06-01 Patrick Palka - - PR tree-optimization/71077 - * gcc.dg/tree-ssa/pr71077.c: New test. - -2016-05-31 Jan Hubicka - - * g++.dg/predict-lop-exit-1.C: Update template for new predictor name. - * g++.dg/predict-lop-exit-2.C: Update template for new predictor name. - * g++.dg/predict-lop-exit-2.C: Update template for new predictor name. - -2016-05-31 Paolo Carlini - - PR c++/71248 - * g++.dg/cpp0x/pr71248.C: New. - * g++.dg/cpp0x/auto7.C: Test column numbers too. - * g++.dg/cpp0x/constexpr-static8.C: Likewise. - * g++.dg/init/new37.C: Likewise. - * g++.dg/template/static1.C: Likewise. - * g++.dg/template/static2.C: Likewise. - -2016-05-31 H.J. Lu - - * gcc.target/i386/avx512vl-vbroadcast-3.c: Scan %\[re\]di - instead of %rdi. - * gcc.target/i386/avx512vl-vcvtps2ph-3.c: Likewise. - -2016-05-31 Marek Polacek - - * c-c++-common/Wswitch-unreachable-3.c: New test. - * g++.dg/warn/Wswitch-unreachable-1.C: New test. - -2016-05-31 Richard Biener - - PR tree-optimization/71352 - * gcc.dg/tree-ssa/reassoc-45.c: New testcase. - -2016-05-31 Thomas Preud'homme - - * gcc.target/arm/armv5_thumb_isa.c: New test. - -2016-05-31 Kirill Yukhin - - PR target/71346 - * gcc.target/i386/pr71346.c: New test. - -2016-05-31 Tom de Vries - - PR tree-optimization/69068 - * gcc.dg/graphite/pr69068.c: New test. - -2016-05-27 Martin Sebor - - PR c++/71306 - * g++.dg/warn/Wplacement-new-size-3.C: New test. - -2016-05-30 Jakub Jelinek - - PR c++/71349 - * c-c++-common/gomp/clauses-1.c (bar): Add dd argument. Add - nowait depend(inout: dd[0]) clauses where permitted. - -2016-05-30 Paolo Carlini - - PR c++/71238 - * g++.dg/parse/pr71238.C: New. - * g++.dg/concepts/friend1.C: Test column numbers too. - * g++.dg/cpp0x/initlist31.C: Likewise. - * g++.dg/cpp0x/pr51420.C: Likewise. - * g++.dg/cpp0x/udlit-declare-neg.C: Likewise. - * g++.dg/cpp0x/udlit-member-neg.C: Likewise. - * g++.dg/ext/builtin3.C: Likewise. - * g++.dg/lookup/friend12.C: Likewise. - * g++.dg/lookup/friend7.C: Likewise. - * g++.dg/lookup/koenig1.C: Likewise. - * g++.dg/lookup/koenig5.C: Likewise. - * g++.dg/lookup/used-before-declaration.C: Likewise. - * g++.dg/overload/koenig1.C: Likewise. - * g++.dg/template/crash65.C: Likewise. - * g++.dg/template/friend57.C: Likewise. - * g++.dg/warn/Wshadow-5.C: Likewise. - * g++.dg/warn/Wunused-8.C: Likewise. - * g++.old-deja/g++.bugs/900211_01.C: Likewise. - * g++.old-deja/g++.jason/lineno5.C: Likewise. - * g++.old-deja/g++.jason/member.C: Likewise. - * g++.old-deja/g++.jason/report.C: Likewise. - * g++.old-deja/g++.jason/scoping12.C: Likewise. - * g++.old-deja/g++.law/visibility20.C: Likewise. - * g++.old-deja/g++.ns/koenig5.C: Likewise. - * g++.old-deja/g++.other/static5.C: Likewise. - * g++.old-deja/g++.pt/overload2.C: Likewise. - -2016-05-30 Jan Hubicka - - * gcc.dg/tree-ssa/peel1.c: New testcase. - * gcc.dg/tree-ssa/pr61743-1.c: Disable loop peeling. - * gcc.dg/tree-ssa/pr61743-2.c: Disable loop peeling. - -2016-05-30 Tom de Vries - - * gcc.dg/graphite/pr69067.c (main): Remove superfluous argument in call - to ce. - -2016-05-30 Paolo Carlini - - PR c++/71099 - * g++.dg/parse/virtual1.C: New. - -2016-05-30 Uros Bizjak - - * gcc.target/i386/iamcu/args.h (clear_non_sret_int_hardware_registers): - Use correct register when clearing %edx. - -2016-05-30 Alexander Monakov - - PR tree-optimization/71289 - * gcc.dg/pr71289.c: New test. - -2016-05-30 Kugan Vivekanandarajah - - PR middle-end/71269 - PR middle-end/71292 - * gcc.dg/tree-ssa/pr71269.c: New test. - * gcc.dg/tree-ssa/pr71292.c: New test. - -2016-05-30 Kugan Vivekanandarajah - - PR middle-end/71252 - * gcc.dg/tree-ssa/pr71252-2.c: New test. - -2016-05-30 Jan Hubicka - - * gcc.dg/tree-ssa/cunroll-12.c: New testcase. - * gcc.dg/tree-ssa/cunroll-13.c: New testcase. - * gcc.dg/tree-ssa/cunroll-14.c: New testcase. - -2016-05-30 Tom de Vries - - PR tree-optimization/69067 - * gcc.dg/graphite/pr69067.c: New test. - -2016-05-29 Uros Bizjak - - PR target/71245 - * gcc.target/i386/pr71245-1.c: New test. - * gcc.target/i386/pr71245-2.c: Ditto. - -2016-05-29 Paolo Carlini - - PR c++/71105 - * g++.dg/cpp0x/lambda/lambda-conv11.C: New. - * g++.dg/cpp1y/lambda-conv1.C: Likewise. - * g++.dg/cpp1y/lambda-conv2.C: Likewise. - -2016-05-27 Jan Hubicka - - * gcc.dg/tree-ssa/prefetch-5.c: Remove xfail. - -2016-05-28 Ville Voutilainen - - Revert: - PR c++/69855 - * g++.dg/overload/69855.C: New. - * g++.old-deja/g++.law/missed-error2.C: Adjust. - * g++.old-deja/g++.pt/crash3.C: Likewise. - -2016-05-27 Paolo Carlini - - PR c++/60385 - * g++.dg/parse/namespace13.C: New. - -2016-05-26 Jeff Law - - * gcc.dg/tree-ssa/pr21417.c: Update expected output. - * gcc.dg/tree-ssa/pr66752-3.c: Likewise. - * gcc.dg/tree-ssa/pr68198.c: Likewise. - * gcc.dg/tree-ssa/pr69196-1.c: Likewise. - * gcc.dg/tree-ssa/pr69270-3.c: Likewise. - * gcc.dg/tree-ssa/ssa-dom-thread-2b.c: Likewise. - * gcc.dg/tree-ssa/ssa-dom-thread-2g.c: Likewise. - * gcc.dg/tree-ssa/ssa-dom-thread-2h.c: Likewise. - * gcc.dg/tree-ssa/ssa-dom-thread-6.c: Likewise. - * gcc.dg/tree-ssa/ssa-dom-thread-7.c: Likewise. - * gcc.dg/tree-ssa/ssa-dom-thread-12.c: Likewise. - * gcc.dg/tree-ssa/ssa-dom-thread-13.c: Likewise. - * gcc.dg/tree-ssa/vrp56.c: Likewise. - -2016-05-27 Ville Voutilainen - - PR c++/69855 - * g++.dg/overload/69855.C: New. - * g++.old-deja/g++.law/missed-error2.C: Adjust. - * g++.old-deja/g++.pt/crash3.C: Likewise. - -2016-05-27 Jiong Wang - - PR target/63596 - * gcc.target/aarch64/va_arg_1.c: New testcase. - * gcc.target/aarch64/va_arg_2.c: Likewise. - * gcc.target/aarch64/va_arg_3.c: Likewise. - -2016-05-27 Jiong Wang - - * gcc.dg/tree-ssa/stdarg-2.c: Enable all testcases for AArch64. - * gcc.dg/tree-ssa/stdarg-3.c: Likewise. - * gcc.dg/tree-ssa/stdarg-4.c: Likewise. - * gcc.dg/tree-ssa/stdarg-5.c: Likewise. - * gcc.dg/tree-ssa/stdarg-6.c: Likewise. - -2016-05-27 Marek Polacek - - PR middle-end/71308 - * g++.dg/torture/pr71308.C: New test. - -2016-05-27 Dominik Vogt - - * gcc.dg/zero_bits_compound-1.c: New test. - * gcc.dg/zero_bits_compound-2.c: New test. - -2016-05-27 Ilya Enkovich - - PR middle-end/71279 - * gcc.dg/pr71279.c: New test. - -2016-05-26 Michael Meissner - - * gcc.target/powerpc/p9-minmax-1.c: New tests for ISA 3.0 - floating point min/max/comparison instructions. - * gcc.target/powerpc/p9-minmax-2.c: Likewise. - -2016-05-26 Jakub Jelinek - - * c-c++-common/gomp/schedule-1.c: New test. - * gfortran.dg/gomp/schedule-1.f90: New test. - -2016-05-26 Patrick Palka - - PR c++/70822 - PR c++/70106 - * g++.dg/cpp1y/auto-fn32.C: New test. - * g++.dg/cpp1y/paren4.C: New test. - -2016-05-26 Nathan Sidwell - - * gcc.dg/20060410.c: Xfail on ptx. - * gcc.dg/torture/c99-contract-1.c: Skip on ptx. - * c-c++-common/torture/complex-sign-mixed-add.c: Skip on ptx -O0 - * c-c++-common/torture/complex-sign-mixed-sub.c: Skip on ptx -O0 - * gcc.c-torture/execute/pr68185.c: Skip on ptx -O0 & Os. - * gcc.c-torture/execute/20020529-1.c: Skip on ptx -00. - -2016-05-26 Thomas Preud'homme - - * gcc.dg/plugin/plugin.exp: skip tail call tests for Thumb-1. - -2016-05-26 Jakub Jelinek - - PR tree-optimization/71280 - * gcc.dg/pr71280.c: New test. - - * gcc.target/i386/avx512vl-vcvtps2ph-3.c: New test. - - * gcc.target/i386/avx512bw-vpalignr-4.c: New test. - * gcc.target/i386/avx512vl-vpalignr-4.c: New test. - - * gcc.target/i386/avx512vl-vbroadcast-3.c: New test. - -2016-05-26 Jiong Wang - - * gcc.target/aarch64/simd/vmul_elem_1.c: Force result variables to be - kept in memory. - -2016-05-25 Jeff Law - - PR tree-optimization/71272 - * gcc.c-torture/compile/pr71272.c: new test. - -2016-05-25 Bill Seurer - - * gcc.target/powerpc/vec-cmpne.c: New test. - * gcc.target/powerpc/vec-cmpne-long.c: New test. - -2016-05-25 Eric Botcazou - - * gnat.dg/opt55.ad[sb]: New test. - -2016-05-25 Senthil Kumar Selvaraj - - * c-c++-common/Wduplicated-cond-1.c: Use smaller const literal. - * c-c++-common/pr60226.c: Require int32plus. - * gcc.c-torture/execute/pr70602.c: Likewise. - * gcc.dg/Warray-bounds-11.c: Use __SIZE_TYPE__ instead of - unsigned long for malloc arg type. - * gcc.dg/asr_div1.c: Require int32plus. - * gcc.dg/enum-mode-1.c: XFAIL for int16. - * gcc.dg/pie-1.c: Require pie. - * gcc.dg/pie-2.c: Likewise. - * gcc.dg/pr59471.c: Require int32plus. - * gcc.dg/pr59963-2.c: XFAIL for int16. - * gcc.dg/pr60114.c: Require int32plus. - * gcc.dg/pr62090-2.c: Use __SIZE_TYPE__ instead of - unsigned long for typedef of size_t. - * gcc.dg/pr63914.c: Require int32plus. - * gcc.dg/pr64536.c: Require pt32plus. - * gcc.dg/pr65658.c: Likewise. - * gcc.dg/pr67271.c: Require int32plus. - * gcc.dg/pr68112.c: Likewise. - * gcc.dg/pr69071.c: Skip for avr target. - * gcc.dg/pr69973.c: Require int32plus. - * gcc.dg/pr70169.c: Skip for avr target. - * gcc.dg/sso-6.c: Require int32plus. - * gcc.dg/sso-7.c: Likewise. - * gcc.dg/sso-8.c: Likewise. - * gcc.dg/vrp-min-max-2.c: Likewise. - -2016-05-25 H.J. Lu - - PR target/70738 - * gcc.target/i386/pr70738-1.c: New test. - * gcc.target/i386/pr70738-2.c: Likewise. - * gcc.target/i386/pr70738-3.c: Likewise. - * gcc.target/i386/pr70738-4.c: Likewise. - * gcc.target/i386/pr70738-5.c: Likewise. - * gcc.target/i386/pr70738-6.c: Likewise. - * gcc.target/i386/pr70738-7.c: Likewise. - * gcc.target/i386/pr70738-8.c: Likewise. - * gcc.target/i386/pr70738-9.c: Likewise. - -2016-05-25 Kyrylo Tkachov - - PR rtl-optimization/66940 - * gcc.c-torture/execute/pr66940.c: New test. - -2016-05-25 Ilya Verbin - - * gcc.target/i386/avx512f-ceil-vec-1.c: New test. - * gcc.target/i386/avx512f-ceil-vec-2.c: New test. - * gcc.target/i386/avx512f-ceilf-sfix-vec-1.c: New test. - * gcc.target/i386/avx512f-ceilf-sfix-vec-2.c: New test. - * gcc.target/i386/avx512f-ceilf-vec-1.c: New test. - * gcc.target/i386/avx512f-ceilf-vec-2.c: New test. - * gcc.target/i386/avx512f-floor-vec-1.c: New test. - * gcc.target/i386/avx512f-floor-vec-2.c: New test. - * gcc.target/i386/avx512f-floorf-sfix-vec-1.c: New test. - * gcc.target/i386/avx512f-floorf-sfix-vec-2.c: New test. - * gcc.target/i386/avx512f-floorf-vec-1.c: New test. - * gcc.target/i386/avx512f-floorf-vec-2.c: New test. - * gcc.target/i386/avx512f-rint-sfix-vec-1.c: New test. - * gcc.target/i386/avx512f-rint-sfix-vec-2.c: New test. - * gcc.target/i386/avx512f-rintf-sfix-vec-1.c: New test. - * gcc.target/i386/avx512f-rintf-sfix-vec-2.c: New test. - * gcc.target/i386/avx512f-round-sfix-vec-1.c: New test. - * gcc.target/i386/avx512f-round-sfix-vec-2.c: New test. - * gcc.target/i386/avx512f-roundf-sfix-vec-1.c: New test. - * gcc.target/i386/avx512f-roundf-sfix-vec-2.c: New test. - * gcc.target/i386/avx512f-trunc-vec-1.c: New test. - * gcc.target/i386/avx512f-trunc-vec-2.c: New test. - * gcc.target/i386/avx512f-truncf-vec-1.c: New test. - * gcc.target/i386/avx512f-truncf-vec-2.c: New test. - -2016-05-25 Marek Polacek - - PR c/71265 - * gcc.dg/noncompile/pr71265.c: New test. - - PR c/71266 - * gcc.dg/noncompile/old-style-parm-3.c: New test. - -2016-05-25 Nathan Sidwell - - * gcc.c-torture/execute/921110-1.c: Fix abort decl. - -2016-05-25 Richard Biener - - PR tree-optimization/71261 - * c-c++-common/torture/pr71261.c: New testcase. - -2016-05-25 Richard Biener - - PR tree-optimization/71264 - * gcc.dg/vect/pr71264.c: New testcase. - -2016-05-25 Paolo Carlini - - PR c++/55992 - * g++.dg/cpp0x/alias-decl-53.C: New. - * g++.dg/cpp0x/alias-decl-54.C: Likewise. - -2016-05-25 Martin Liska - - * g++.dg/pr71239.C: New test. - -2016-05-25 Richard Biener - - * gcc.dg/vect/pr58135.c: Rename to ... - * gcc.dg/vect/bb-slp-pr58135.c: ... this. - -2016-05-25 Marek Polacek - - * g++.dg/pr65295.C: Use target c++14. - -2016-05-24 Paolo Carlini - - * g++.dg/cpp1y/lambda-generic-static1.C: Use target c++14. - * g++.dg/cpp1y/lambda-generic-static2.C: Likewise. - -2016-05-24 Michael Meissner - - * gcc.target/powerpc/p9-vneg.c: New test for ISA 3.0 VNEGW/VNEGD - instructions. - -2016-05-24 Cesar Philippidis - - * c-c++-common/goacc/data-clause-duplicate-1.c: Adjust test. - * c-c++-common/goacc/deviceptr-1.c: Likewise. - * c-c++-common/goacc/kernels-alias-3.c: Likewise. - * c-c++-common/goacc/kernels-alias-4.c: Likewise. - * c-c++-common/goacc/kernels-alias-5.c: Likewise. - * c-c++-common/goacc/kernels-alias-8.c: Likewise. - * c-c++-common/goacc/kernels-alias-ipa-pta-3.c: Likewise. - * c-c++-common/goacc/pcopy.c: Likewise. - * c-c++-common/goacc/pcopyin.c: Likewise. - * c-c++-common/goacc/pcopyout.c: Likewise. - * c-c++-common/goacc/pcreate.c: Likewise. - * c-c++-common/goacc/pr70688.c: New test. - * c-c++-common/goacc/present-1.c: Adjust test. - * c-c++-common/goacc/reduction-5.c: Likewise. - * g++.dg/goacc/data-1.C: New test. - -2016-05-24 Michael Meissner - - * gcc.target/powerpc/p9-vparity.c: New file to check ISA 3.0 - vector parity built-in functions. - * gcc.target/powerpc/ctz-3.c: New file to check ISA 3.0 vector - count trailing zeros automatic vectorization. - * gcc.target/powerpc/ctz-4.c: New file to check ISA 3.0 vector - count trailing zeros built-in functions. - -2016-05-24 Kugan Vivekanandarajah - - * gcc.dg/tree-ssa/reassoc-44.c: New test. - -2016-05-24 Pat Haugen - - PR target/71050 - * gcc.target/powerpc/lhs-1.c: Fix testcase to avoid subreg changes. - -2016-05-24 Paolo Carlini - - PR c++/50436 - * g++.dg/template/crash123.C: New. - * g++.dg/template/crash124.C: Likewise. - -2016-05-24 Martin Sebor - - PR c++/71147 - * g++.dg/ext/flexary16.C: New test. - -2016-05-24 Ilya Verbin - - * gcc.target/i386/avx-ceil-sfix-2-vec.c: Define __NO_MATH_INLINES - before math.h is included. - * gcc.target/i386/avx-floor-sfix-2-vec.c: Likewise. - * gcc.target/i386/avx-rint-sfix-2-vec.c: Likewise. - * gcc.target/i386/avx-round-sfix-2-vec.c: Likewise. - * gcc.target/i386/avx512f-ceil-sfix-vec-1.c: Likewise. - * gcc.target/i386/avx512f-floor-sfix-vec-1.c: Likewise. - * gcc.target/i386/sse4_1-ceil-sfix-vec.c: Likewise. - * gcc.target/i386/sse4_1-ceil-vec.c: Likewise. - * gcc.target/i386/sse4_1-ceilf-sfix-vec.c: Likewise. - * gcc.target/i386/sse4_1-ceilf-vec.c: Likewise. - * gcc.target/i386/sse4_1-floor-sfix-vec.c: Likewise. - * gcc.target/i386/sse4_1-floor-vec.c: Likewise. - * gcc.target/i386/sse4_1-rint-sfix-vec.c: Likewise. - * gcc.target/i386/sse4_1-rint-vec.c: Likewise. - * gcc.target/i386/sse4_1-rintf-sfix-vec.c: Likewise. - * gcc.target/i386/sse4_1-rintf-vec.c: Likewise. - * gcc.target/i386/sse4_1-round-sfix-vec.c: Likewise. - * gcc.target/i386/sse4_1-round-vec.c: Likewise. - * gcc.target/i386/sse4_1-roundf-sfix-vec.c: Likewise. - * gcc.target/i386/sse4_1-roundf-vec.c: Likewise. - * gcc.target/i386/sse4_1-trunc-vec.c: Likewise. - * gcc.target/i386/sse4_1-truncf-vec.c: Likewise. - * gcc.target/i386/sse4_1-floorf-sfix-vec.c: Likewise. - * gcc.target/i386/sse4_1-floorf-vec.c: Likewise. - -2016-05-24 Michael Meissner - Kelvin Nilsen - - * gcc.target/powerpc/p9-vpermr.c: New test for ISA 3.0 vpermr - support. - -2016-05-24 Paolo Carlini - - PR c++/69872 - * g++.dg/warn/Wno-narrowing1.C: New. - -2016-05-24 Marek Polacek - - PR c/71249 - * c-c++-common/Wswitch-unreachable-2.c: New test. - -2016-05-24 Jakub Jelinek - - PR c++/71257 - * g++.dg/vect/simd-clone-6.cc: New test. - * g++.dg/gomp/declare-simd-6.C: New test. - - PR middle-end/70434 - PR c/69504 - * c-c++-common/vector-subscript-5.c (foo): Move ; out of the ifdef. - -2016-05-24 Richard Biener - - PR tree-optimization/71240 - * gcc.dg/optimize-bswapsi-5.c: New testcase. - -2016-05-24 Richard Biener - - PR tree-optimization/71230 - * gcc.dg/torture/pr71230.c: New testcase. - * g++.dg/torture/pr71230.C: Likewise. - -2016-05-24 Thomas Schwinge - - * c-c++-common/goacc/routine-5.c: Add tests. - * g++.dg/goacc/routine-2.C: Remove duplicate tests. - * gfortran.dg/goacc/routine-6.f90: Add tests. - -2016-05-24 Richard Biener - - PR tree-optimization/71253 - * gcc.dg/torture/pr71253.c: New testcase. - -2016-05-24 Kugan Vivekanandarajah - - PR middle-end/71252 - * gfortran.dg/pr71252.f90: New test. - -2016-05-24 Richard Sandiford - - * gcc.dg/vect/vect-load-lanes-peeling-1.c: New test. - -2016-05-24 Richard Biener - - PR middle-end/70434 - PR c/69504 - * c-c++-common/vector-subscript-4.c: New testcase. - * c-c++-common/vector-subscript-5.c: Likewise. - -2016-05-23 Jerry DeLisle - - PR fortran/71123 - * gfortran.dg/namelist_90.f: New test - -2016-05-23 Jerry DeLisle - - PR fortran/66461 - * gfortran.dg/unexpected_eof.f: New test - -2016-05-23 Michael Meissner - Kelvin Nilsen - - * gcc.target/powerpc/p9-permute.c: Run test on big endian as well - as little endian. - -2016-05-23 Paolo Carlini - - PR c++/70972 - * g++.dg/cpp0x/inh-ctor20.C: New. - * g++.dg/cpp0x/inh-ctor21.C: Likewise. - -2016-05-23 Paolo Carlini - - PR c++/69095 - * g++.dg/cpp0x/variadic168.C: New. - -2016-05-23 Paolo Carlini - - * g++.dg/cpp0x/pr31445.C: Test column number too. - * g++.dg/cpp0x/pr32253.C: Likewise. - * g++.dg/cpp0x/variadic-ex13.C: Likewise. - * g++.dg/cpp0x/variadic36.C: Likewise. - -2016-05-23 Marc Glisse - - * gcc.dg/fold-notshift-2.c: Adjust. - -2016-05-23 Marek Polacek - - PR c/49859 - * c-c++-common/Wswitch-unreachable-1.c: New test. - * gcc.dg/Wswitch-unreachable-1.c: New test. - * c-c++-common/goacc/sb-2.c (void foo): Add dg-warning. - * g++.dg/cpp0x/lambda/lambda-switch.C (main): Likewise. - * g++.dg/gomp/block-10.C: Likewise. - * gcc.dg/gomp/block-10.c: Likewise. - * g++.dg/gomp/block-9.C: Likewise. - * gcc.dg/gomp/block-9.c: Likewise. - * g++.dg/gomp/target-1.C: Likewise. - * g++.dg/gomp/target-2.C: Likewise. - * gcc.dg/gomp/target-1.c: Likewise. - * gcc.dg/gomp/target-2.c: Likewise. - * g++.dg/gomp/taskgroup-1.C: Likewise. - * gcc.dg/gomp/taskgroup-1.c: Likewise. - * gcc.dg/gomp/teams-1.c: Likewise. - * g++.dg/gomp/teams-1.C: Likewise. - * g++.dg/overload/error3.C: Likewise. - * g++.dg/tm/jump1.C: Likewise. - * g++.dg/torture/pr40335.C: Likewise. - * gcc.dg/c99-vla-jump-5.c: Likewise. - * gcc.dg/switch-warn-1.c: Likewise. - * gcc.dg/Wjump-misses-init-1.c: Use -Wno-switch-unreachable. - * gcc.dg/nested-func-1.c: Likewise. - * gcc.dg/pr67784-4.c: Likewise. - -2016-05-23 Richard Biener - - PR tree-optimization/71230 - * gfortran.dg/pr71230-1.f90: New testcase. - * gfortran.dg/pr71230-2.f90: Likewise. - -2016-05-23 Venkataramanan Kumar - - * gcc.dg/vect/bb-slp-19.c: Remove XFAIL. - * gcc.dg/vect/pr58135.c: Add new. - * gfortran.dg/pr46519-1.f: Adjust test case. - -2016-05-23 Paolo Carlini - - PR c++/53401 - * g++.dg/cpp0x/decltype64.C: New. - -2016-05-23 Christophe Lyon - - * gcc.target/aarch64/advsimd-intrinsics/vreinterpret.c: Add fp16 tests. - * gcc.target/aarch64/advsimd-intrinsics/vreinterpret_p128.c: Likewise. - * gcc.target/aarch64/advsimd-intrinsics/vreinterpret_p64.c: Likewise. - -2016-05-23 Christophe Lyon - - * gcc.target/aarch64/advsimd-intrinsics/arm-neon-ref.h (result): - Add poly64x1_t and poly64x2_t cases if supported. - * gcc.target/aarch64/advsimd-intrinsics/compute-ref-data.h - (buffer, buffer_pad, buffer_dup, buffer_dup_pad): Likewise. - * gcc.target/aarch64/advsimd-intrinsics/p64_p128.c: New file. - * gcc.target/aarch64/advsimd-intrinsics/vreinterpret_p128.c: New file. - * gcc.target/aarch64/advsimd-intrinsics/vreinterpret_p64.c: New file. - -2016-05-23 Christophe Lyon - - * gcc.target/aarch64/advsimd-intrinsics/vrnd.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vrndX.inc: New. - * gcc.target/aarch64/advsimd-intrinsics/vrnda.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vrndm.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vrndn.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vrndp.c: New. - * gcc.target/aarch64/advsimd-intrinsics/vrndx.c: New. - -2016-05-23 Christophe Lyon - - * gcc.target/aarch64/advsimd-intrinsics/vstX_lane.c: Add fp16 tests. - -2016-05-23 Christophe Lyon - - * gcc.target/aarch64/advsimd-intrinsics/vtst.c: Add tests for - vtst_p8, vtstq_p8, vtst_p16 and vtstq_p16. - -2016-05-22 Jakub Jelinek - - * gcc.target/i386/avx512bw-kunpckdq-1.c (avx512bw_test): Use "m" - constraint instead of "r". - * gcc.target/i386/avx512f-additional-reg-names.c (foo): Use vpxord - insn instead of vxorpd. - * gcc.target/i386/strinline.c: Add dg-require-effective-target ia32. - - * gcc.target/i386/avx512dq-vinsert-1.c: New test. - * gcc.target/i386/avx512vl-vinsert-1.c: New test. - - * gcc.target/i386/avx512vl-vinserti32x4-3.c: New test. - - * gcc.target/i386/avx512dq-vbroadcast-2.c: New test. - * gcc.target/i386/avx512vl-vbroadcast-2.c: New test. - - * gcc.target/i386/avx512vl-vbroadcast-1.c: New test. - -2016-05-22 Kugan Vivekanandarajah - - PR middle-end/40921 - * gcc.dg/tree-ssa/pr40921.c: New test. - -2016-05-20 Pitchumani Sivanupandi - - PR target/71103 - * gcc.target/avr/pr71103.c: New test. - -2016-05-21 Kugan Vivekanandarajah - - PR middle-end/71179 - * gcc.dg/tree-ssa/pr71179.c: New test. - -2016-05-20 Martin Sebor - - PR c/71115 - * gcc.dg/init-excess-2.c: New test. - -2016-05-20 Eric Botcazou - - * gnat.dg/opt53.adb: New test. - * gnat.dg/opt54.adb: Likewise. - -2016-05-20 Martin Jambor - - PR tree-optimization/70884 - * gcc.dg/tree-ssa/pr70919.c: New test. - -2016-05-20 Bill Seurer - - * gcc.target/powerpc/vec-adde.c: Change dejagnu options, fix code - formatting. - * gcc.target/powerpc/vec-adde-int128.c: Change dejagnu options, - fix code formatting. - -2016-05-20 Nathan Sidwell - - * gcc.target/nvptx/uninit-decl.c: Force common storage, add - non-common cases. - * gcc.dg/tree-ssa/ssa-store-ccp-2.c: Add -fcommon. - -2016-05-20 David Malcolm - - * jit.dg/all-non-failing-tests.h: Add - test-factorial-must-tail-call.c. - * jit.dg/test-error-impossible-must-tail-call.c: New test case. - * jit.dg/test-factorial-must-tail-call.c: New test case. - -2016-05-20 Jakub Jelinek - - PR fortran/71204 - * gfortran.dg/pr71204.f90: New test. - -2016-05-20 Cesar Philippidis - - * gcc.target/nvptx/sincos.c: New test. - -2016-05-20 Paolo Carlini - - PR c++/70572 - * g++.dg/cpp1y/auto-fn31.C: New. - -2016-05-20 Bill Seurer - - * gcc.target/powerpc/vec-addec.c: New test. - * gcc.target/powerpc/vec-addec-int128.c: New test. - -2016-05-20 David Malcolm - - * gcc.dg/plugin/must-tail-call-1.c: New test case. - * gcc.dg/plugin/must-tail-call-2.c: New test case. - * gcc.dg/plugin/must_tail_call_plugin.c: New file. - * gcc.dg/plugin/plugin.exp (plugin_test_list): Add the above. - -2016-05-20 Jan Hubicka - - * gcc.dg/tree-ssa/prefetch-5.c: xfail. - -2016-05-20 Jakub Jelinek - - PR c++/71210 - * g++.dg/opt/pr71210-1.C: New test. - * g++.dg/opt/pr71210-2.C: New test. - - PR tree-optimization/29756 - gcc.dg/tree-ssa/vector-6.c: Add -Wno-psabi -w to dg-options. - Add -msse2 for x86 and -maltivec for powerpc. Use scan-tree-dump-times - only on selected targets where V4SImode vectors are known to be - supported. - -2016-05-20 Marc Glisse - - PR tree-optimization/71079 - PR tree-optimization/71206 - * gcc.dg/tree-ssa/pr71206.c: New testcase. - -2016-05-20 Prathamesh Kulkarni - - * gcc.dg/vect/section-anchors-vect-70.c: New test-case. - * gcc.dg/vect/section-anchors-vect-71.c: Likewise. - * gcc.dg/vect/section-anchors-vect-72.c: Likewise. - -2016-05-20 Richard Guenther - - PR tree-optimization/29756 - * gcc.dg/tree-ssa/vector-6.c: New testcase. - -2016-05-20 Richard Biener - - PR tree-optimization/71185 - * gcc.dg/tree-ssa/pr71185.c: New testcase. - -2016-05-20 Richard Biener - - * gcc.dg/tree-ssa/ifc-cd.c: Adjust. - -2016-05-19 Marek Polacek - - PR c++/71075 - * g++.dg/diagnostic/pr71075.C: New test. - -2016-05-19 David Malcolm - - PR c++/71184 - * g++.dg/pr71184.C: New test case. - -2016-05-19 Kelvin Nilsen - - * gcc.target/powerpc/darn-0.c: New test. - * gcc.target/powerpc/darn-1.c: New test. - * gcc.target/powerpc/darn-2.c: New test. - -2016-05-19 Marek Polacek - - PR tree-optimization/71031 - * gcc.dg/tree-ssa/vrp100.c: New test. - -2016-05-19 Ilya Enkovich - - PR rtl-optimization/71148 - * gcc.dg/pr71148.c: New test. - -2016-05-19 Kyrylo Tkachov - - PR target/71056 - * gcc.target/arm/pr71056.c: New test. - -2016-05-19 Bernd Edlinger - - * c-c++-common/pr69669.c: Check the used mode. - -2016-05-19 Maxim Ostapenko - - PR sanitizer/64354 - * c-c++-common/tsan/sanitize-thread-macro.c: New test. - -2016-05-19 Richard Biener - - PR tree-optimization/70729 - * gcc.dg/autopar/outer-6.c: Adjust to avoid redundant store. - * gcc.dg/graphite/scop-18.c: Likewise. - * gcc.dg/pr41783.c: Disable LIM. - * gcc.dg/tree-ssa/loadpre10.c: Likewise. - * gcc.dg/tree-ssa/loadpre23.c: Likewise. - * gcc.dg/tree-ssa/loadpre24.c: Likewise. - * gcc.dg/tree-ssa/loadpre25.c: Likewise. - * gcc.dg/tree-ssa/loadpre4.c: Likewise. - * gcc.dg/tree-ssa/loadpre8.c: Likewise. - * gcc.dg/tree-ssa/ssa-pre-16.c: Likewise. - * gcc.dg/tree-ssa/ssa-pre-18.c: Likewise. - * gcc.dg/tree-ssa/ssa-pre-20.c: Likewise. - * gcc.dg/tree-ssa/ssa-pre-3.c: Likewise. - * gfortran.dg/pr42108.f90: Likewise. - -2016-05-18 David Malcolm - - PR driver/69265 - * gcc.dg/spellcheck-options-11.c: New test case. - -2016-05-18 Jakub Jelinek - - PR c++/71100 - * g++.dg/opt/pr71100.C: New test. - -2016-05-18 Martin Jambor - - PR ipa/69708 - * gcc.dg/ipa/iinline-cstagg-2.c: New test. - * gcc.dg/ipa/ipcp-cstagg-5.c: Likewise. - * gcc.dg/ipa/ipcp-cstagg-6.c: Likewise. - * gcc.dg/ipa/ipcp-cstagg-7.c: Likewise. - -2016-05-18 Martin Jambor - - PR ipa/69708 - * gcc.dg/ipa/iinline-cstagg-1.c: New test. - * gcc.dg/ipa/ipcp-cstagg-1.c: Likewise. - * gcc.dg/ipa/ipcp-cstagg-2.c: Likewise. - * gcc.dg/ipa/ipcp-cstagg-3.c: Likewise. - * gcc.dg/ipa/ipcp-cstagg-4.c: Likewise. - -2016-05-18 Paolo Carlini - - PR c++/69793 - * g++.dg/template/crash122.C: New. - -2016-05-18 Paolo Carlini - - PR c++/70466 - * g++.dg/template/pr70466-1.C: New. - * g++.dg/template/pr70466-2.C: Likewise. - -2016-05-18 Michael Meissner - - * gcc.target/powerpc/p9-splat-1.c: New tests for ISA 3.0 word - splat operations and the XXSPLTIB instruction. - * gcc.target/powerpc/p9-splat-2.c: Likewise. - * gcc.target/powerpc/p9-splat-3.c: Likewise. - * gcc.target/powerpc/pr47755.c: Allow vspltisw in addition to - xxlxor to clear a register. - -2016-05-18 Richard Sandiford - - * gcc.dg/torture/pr71020.c: New test. - -2016-05-18 Martin Jambor - - PR ipa/70646 - * gcc.dg/ipa/pr70646.c: New test. - -2016-05-18 Christophe Lyon - - * gcc.target/aarch64/advsimd-intrinsics/vget_lane.c: Add fp16 tests. - -2016-05-18 Christophe Lyon - - * gcc.target/aarch64/advsimd-intrinsics/vreinterpret.c: Add - missing tests for vreinterpretq_p{8,16}. - -2016-05-18 Christophe Lyon - - * gcc.target/aarch64/advsimd-intrinsics/vsli_n.c: Add checks for - vsliq_n_s64 and vsliq_n_u64. - -2016-05-18 Christophe Lyon - - * gcc.target/aarch64/advsimd-intrinsics/arm-neon-ref.h (CHECK, - CHECK_FP, CHECK_CUMULATIVE_SAT): Print which type was checked. - -2016-05-18 Christophe Lyon - - * gcc.target/aarch64/advsimd-intrinsics/vmul.c: Remove useless #ifdef. - * gcc.target/aarch64/advsimd-intrinsics/vshl.c: Likewise. - * gcc.target/aarch64/advsimd-intrinsics/vtst.c: Likewise. - -2016-05-18 Christophe Lyon - - * gcc.target/aarch64/advsimd-intrinsics/vreinterpret.c: Fix typo - in comment. - -2016-05-18 Christophe Lyon - - * gcc.target/aarch64/noplt_3.c: Scan for "br\t". - * gcc.target/aarch64/tail_indirect_call_1.c: Scan for "br\t", - "blr\t" and switch to scan-assembler-times. - -2016-05-18 Jiong Wang - - * gcc.target/aarch64/advsimd-intrinsics/arm-neon-ref.h: Guard float64_t - with __aarch64__. - * gcc.target/aarch64/advsimd-intrinsics/vfms_vfma_n.c: Guard variable - declarations under __aarch64__ and __ARM_FEATURE_FMA. - -2016-05-18 Jakub Jelinek - - * gcc.target/i386/avx512bw-vpbroadcast-1.c: New test. - * gcc.target/i386/avx512bw-vpbroadcast-2.c: New test. - * gcc.target/i386/avx512bw-vpbroadcast-3.c: New test. - * gcc.target/i386/avx512vl-vpbroadcast-1.c: New test. - * gcc.target/i386/avx512vl-vpbroadcast-2.c: New test. - * gcc.target/i386/avx512vl-vpbroadcast-3.c: New test. - - * gcc.target/i386/avx512vl-vpalignr-3.c: New test. - * gcc.target/i386/avx512bw-vpalignr-3.c: New test. - - * gcc.target/i386/avx512vl-vpshufb-3.c: New test. - * gcc.target/i386/avx512bw-vpshufb-3.c: New test. - - * gcc.target/i386/avx512vl-vpmulhrsw-3.c: New test. - * gcc.target/i386/avx512bw-vpmulhrsw-3.c: New test. - - * gcc.target/i386/avx512bw-vpmaddubsw-3.c: New test. - -2016-05-18 Richard Biener - - PR tree-optimization/71168 - * gcc.dg/torture/pr71168.c: New testcase. - -2016-05-17 Kugan Vivekanandarajah - - PR middle-end/63586 - * gcc.dg/tree-ssa/pr63586-2.c: New test. - * gcc.dg/tree-ssa/pr63586.c: New test. - * gcc.dg/tree-ssa/reassoc-14.c: Adjust multiplication count. - -2016-05-17 Nathan Sidwell - - * gcc.c-torture/execute/20030222-1.c: Skip on ptx. - * gcc.dg/pr68671.c: Fix ptx xfail-if. - * gcc.dg/torture/pr54261-1.c: Allocate atomic var statically. - * gcc.dg/torture/type-generic-1.c: Enable UNSAFE for ptx. - -2016-05-17 Nathan Sidwell - - * gcc.target/nvptx/abi-vararg-3.c: New. - -2016-05-17 Mikhail Maltsev - - PR tree-optimization/54579 - PR middle-end/55299 - * gcc.dg/fold-notrotate-1.c: New test. - * gcc.dg/fold-notshift-1.c: New test. - * gcc.dg/fold-notshift-2.c: New test. - -2016-05-17 Marek Polacek - - PR ipa/71146 - * g++.dg/ipa/pr71146.C: New test. - -2016-05-17 David Malcolm - - * jit.dg/test-error-array-bounds.c: New test case. - -2016-05-17 Marc Glisse - - * gcc.dg/tree-ssa/and-1.c: New testcase. - -2016-05-17 Marc Glisse - - * gcc.dg/tree-ssa/pr69270.c: Adjust. - * gcc.dg/tree-ssa/andnot-1.c: New testcase. - -2016-05-17 Marc Glisse - - * gcc.dg/tree-ssa/pr69270.c: Adjust. - * gcc.dg/tree-ssa/vrp99.c: New testcase. - -2016-05-17 Jiong Wang - - * gcc.target/aarch64/simd/vmul_elem_1.c: Use intrinsics. - -2016-05-17 Jiong Wang - - * gcc.target/aarch64/simd/vmul_elem_1.c: New. - -2016-05-17 Jiong Wang - - * gcc.target/aarch64/fmla_intrinsic_1.c: Allow ".d[index]" besides - ".2d[index]" when scan the assembly. - * gcc.target/aarch64/fmls_intrinsic_1.c: Likewise. - * gcc.target/aarch64/advsimd-intrinsics/arm-neon-ref.h: New entry for - float64x1. - * gcc.target/aarch64/advsimd-intrinsics/vfms_vfma_n.c: New. - -2016-05-17 Richard Biener - - PR tree-optimization/71132 - * gcc.dg/torture/pr71132.c: New testcase. - -2016-05-17 Christophe Lyon - - * g++.dg/inherit/think1.C: Fix dg-do and dg-skip order. - -2016-05-17 Kyrylo Tkachov - - PR target/70809 - * gcc.target/aarch64/pr70809_1.c: New test. - -2016-05-17 Kyrylo Tkachov - - * gcc.target/aarch64/cpu-diagnostics-1.c: Skip if -mcpu is overriden. - * gcc.target/aarch64/cpu-diagnostics-2.c: Likewise. - * gcc.target/aarch64/cpu-diagnostics-3.c: Likewise. - * gcc.target/aarch64/cpu-diagnostics-4.c: Likewise. - -2016-05-17 Dominique d'Humieres - Ilya Enkovich - - PR target/71114 - * gcc.target/i386/pr70799-1.c: Fix scan for Darwin. - -2016-05-16 Jan Hubicka - - * g++.dg/ipa/ivinline-7.C: Do not xfail. - * g++.dg/ipa/ivinline-9.C: Do not xfail. - -2016-05-16 Matthew Wahab - - * g++.dg/ext/arm-fp16/fp16-param-1.c: Update expected output. Add - test for __ARM_FP16_ARGS. - * g++.dg/ext/arm-fp16/fp16-return-1.c: Update expected output. - * gcc.target/arm/aapcs/neon-vect10.c: New. - * gcc.target/arm/aapcs/neon-vect9.c: New. - * gcc.target/arm/aapcs/vfp18.c: New. - * gcc.target/arm/aapcs/vfp19.c: New. - * gcc.target/arm/aapcs/vfp20.c: New. - * gcc.target/arm/aapcs/vfp21.c: New. - * gcc.target/arm/fp16-aapcs-1.c: New. - * g++.target/arm/fp16-param-1.c: Update expected output. Add - test for __ARM_FP16_ARGS. - * g++.target/arm/fp16-return-1.c: Update expected output. - -2016-05-16 Jiong Wang - - PR testsuite/70227 - * g++.dg/lto/pr69589_0.C: Skip arm and aarch64 bare-metal targets. - -2016-05-15 Harald Anlauf - - PR fortran/69603 - * gfortran.dg/pr69603.f90: New testcase. - -2016-05-14 Fritz Reese - - * gfortran.dg/dec_union_4.f90: Fix endian issue. - -2016-05-14 Fritz Reese - - PR fortran/71047 - * gfortran.dg/pr71047.f08: New test. - -2016-05-13 Joseph Myers - - * gcc.dg/qual-return-5.c, gcc.dg/qual-return-6.c: New tests. - * gcc.dg/call-diag-2.c, gcc.dg/qual-return-2.c , - gcc.dg/qual-return-3.c, gcc.dg/qual-return-4.c: Use -std=gnu99. - -2016-05-13 Martin Sebor - - PR c++/60049 - * g++.dg/cpp0x/constexpr-60049.C: New test. - -2016-05-13 Jakub Jelinek - - PR bootstrap/71071 - * gcc.dg/pr71071.c: New test. - -2016-05-13 Uros Bizjak - - * gcc.dg/vect/tree-vect.h (check_vect): Handle AVX2, - remove XOP handling. - * gcc.dg/vect/pr66636.c (foo): Add __attribute__((noinline,noclone)). - -2016-05-13 Nathan Sidwell - - * gcc.dg/atomic-noinline-aux.c: Include stddef.h. Fix - __atomic_is_lock_free declaration. - -2016-05-13 Richard Biener - - PR tree-optimization/42587 - * gcc.dg/optimize-bswapsi-4.c: New testcase. - -2016-05-13 Martin Liska - - * g++.dg/tree-ssa/ivopts-3.C: Change test-case to follow - the new format of dump output. - -2016-05-13 Ilya Enkovich - - * gcc.dg/pr71084.c: New test. - -2016-05-13 Ramana Radhakrishnan - - PR target/53440 - * g++.dg/inherit/thunk1.C: Support arm / aarch64. - -2016-05-13 Ramana Radhakrishnan - - * gcc.target/aarch64/struct_return.c: New test. - -2016-05-12 Marek Polacek - - PR c/70756 - * c-c++-common/pr70756-2.c: New test. - * c-c++-common/pr70756.c: New test. - -2016-05-12 Richard Biener - - PR tree-optimization/71059 - * gcc.dg/torture/pr71059.c: New testcase. - -2016-05-12 Richard Biener - - PR tree-optimization/71062 - * gcc.dg/torture/pr71062.c: New testcase. - -2016-05-12 Ilya Enkovich - - PR tree-optimization/71006 - * gcc.dg/pr71006.c: New test. - -2016-05-12 Marek Polacek - - PR driver/71063 - * gcc.dg/opts-7.c: New test. - -2016-05-12 Kyrylo Tkachov - - PR target/70830 - * gcc.target/arm/interrupt-1.c: Change dg-compile to dg-assemble. - Add -save-temps to dg-options. - Scan for ldmfd rather than pop instruction. - * gcc.target/arm/interrupt-2.c: Likewise. - * gcc.target/arm/pr70830.c: New test. - -2016-05-12 Jakub Jelinek - - * gcc.target/i386/avx512bw-vpextr-1.c: New test. - * gcc.target/i386/avx512dq-vpextr-1.c: New test. - - * gcc.target/i386/avx512bw-vpinsr-1.c: New test. - * gcc.target/i386/avx512dq-vpinsr-1.c: New test. - * gcc.target/i386/avx512vl-vpinsr-1.c: New test. - - PR target/71019 - * gcc.target/i386/avx512vl-pack-1.c: New test. - * gcc.target/i386/avx512vl-pack-2.c: New test. - * gcc.target/i386/avx512bw-pack-2.c: New test. - - * gcc.target/i386/avx512vl-vinsertps-1.c: New test. - - * gcc.target/i386/avx512dq-abs-copysign-1.c: New test. - * gcc.target/i386/avx512vl-abs-copysign-1.c: New test. - * gcc.target/i386/avx512vl-abs-copysign-2.c: New test. - -2016-05-12 Richard Biener - - PR tree-optimization/70986 - * gcc.dg/torture/pr70986-1.c: New testcase. - * gcc.dg/torture/pr70986-2.c: Likewise. - * gcc.dg/torture/pr70986-3.c: Likewise. - -2016-05-11 Mikhail Maltsev - - PR c/43651 - * gcc.dg/Wduplicate-decl-specifier-c11.c: New test. - * gcc.dg/Wduplicate-decl-specifier.c: Likewise. - -2016-05-11 Uros Bizjak - - * gcc.target/i386/sse-13.c: Add dg-add-options bind_pic_locally - directive. - * gcc.target/i386/pr66746.c: Ditto. - -2016-05-11 Michael Meissner - - * gcc.target/powerpc/dform-3.c: New test for ISA 3.0 vector d-form - support. - * gcc.target/powerpc/dform-1.c: Add -mlra option to silence - warning when using -mvsx-timode. - * gcc.target/powerpc/p8vector-int128-1.c: Likewise. - * gcc.target/powerpc/dform-2.c: Likewise. - * gcc.target/powerpc/pr68805.c: Likewise. - -2016-05-11 Marek Polacek - - PR c++/71024 - * c-c++-common/attributes-3.c: New test. - -2016-05-11 Nathan Sidwell - - * gcc.dg/pr68671.c: Xfail on PTX -- assembler crash. - * gcc.c-torture/execute/pr68185.c: Likewise. - * gcc.dg/ipa/pr70306.c: Requires global constructors. - * gcc.dg/pr69634.c: Requires scheduling. - * gcc.dg/torture/pr66178.c: Require label values. - * gcc.dg/setjmp-6.c: Require indirect jumps. - -2016-05-11 Richard Biener - - PR tree-optimization/71055 - * gcc.dg/torture/pr71055.c: New testcase. - -2016-05-11 Richard Biener - - PR debug/71057 - * g++.dg/debug/pr71057.C: New testcase. - -2016-05-11 Jakub Jelinek - - PR fortran/70855 - * gfortran.dg/gomp/pr70855.f90: New test. - -2016-05-11 Richard Biener - - PR middle-end/71002 - * g++.dg/torture/pr71002.C: New testcase. - -2016-05-11 Ilya Enkovich - - PR middle-end/70807 - * gcc.dg/pr70807.c: New test. - -2016-05-10 Martin Sebor - - PR c++/38611 - * g++.dg/Wattributes.C: New test. - -2016-05-10 Marc Glisse - - * gcc.dg/tree-ssa/bit-assoc.c: New testcase. - * gcc.dg/tree-ssa/pr69270.c: Adjust. - * gcc.dg/tree-ssa/vrp59.c: Disable forwprop. - -2016-05-10 Ilya Enkovich - - PR target/70799 - * gcc.target/i386/pr70799-1.c: New test. - -2016-05-10 Pierre-Marie de Rodat - - * gnat.dg/debug6.adb, gnat.dg/debug6_pkg.ads: New testcase. - -2016-05-10 Ilya Enkovich - - PR middle-end/70877 - * gcc.target/i386/pr70877.c: New test. - -2016-05-10 Ilya Enkovich - - PR tree-optimization/70786 - * gcc.target/i386/pr70876.c: New test. - -2016-05-10 Jakub Jelinek - - PR target/70927 - * gcc.target/i386/avx512vl-logic-1.c: New test. - * gcc.target/i386/avx512vl-logic-2.c: New test. - * gcc.target/i386/avx512dq-logic-2.c: New test. - -2016-05-10 Bill Schmidt - - PR target/70963 - * gcc.target/powerpc/pr70963.c: New. - -2016-05-10 David Malcolm - - * gcc.dg/plugin/diagnostic-test-show-locus-bw.c - (test_very_wide_line): Add ruler to expected output. - * gcc.dg/plugin/diagnostic-test-show-locus-color.c - (test_very_wide_line): Likewise. - * gcc.dg/plugin/diagnostic_plugin_test_show_locus.c - (test_show_locus): Within the handling of "test_very_wide_line", - enable show_ruler_p on the diagnostic context. - -2016-05-10 Richard Biener - - PR tree-optimization/71039 - * gcc.dg/torture/pr71039.c: New testcase. - -2016-05-10 Nathan Sidwell - - * gcc.dg/nested-func-10.c: Requires alloca. - * gcc.dg/nested-func-9.c: Requires alloca. - * gcc.c-torture/execute/pr70460.c: Requires labels. - * gcc.c-torture/compile/pr70199.c: Requires labels. - * gcc.target/nvptx/decl.c: Compile only. - * gcc.target/nvptx/trailing-init.c: Compile only. - * gcc.target/nvptx/ary-init.c: Compile only. - -2016-05-10 Marek Polacek - - PR c/70255 - * gcc.dg/attr-opt-1.c: New test. - -2016-05-10 Richard Biener - - PR tree-optimization/70497 - PR tree-optimization/28367 - * gcc.dg/torture/20160404-1.c: New testcase. - * gcc.dg/tree-ssa/ssa-fre-54.c: Likewise. - * gcc.dg/tree-ssa/ssa-fre-55.c: Likewise. - -2016-05-10 Pierre-Marie de Rodat - - * gcc.dg/debug/dwarf2/nested_fun.c: New testcase. - -2016-05-09 Uros Bizjak - - * gcc.target/i386/fabsneg-1.c New test. - -2016-05-09 Alan Modra - - PR testsuite/70826 - * gcc.target/powerpc/savres.c: Compile with -fno-rename-registers. - -2016-05-09 Richard Biener - - PR tree-optimization/70985 - * gcc.dg/torture/pr70985.c: New testcase. - -2016-05-09 Bin Cheng - - * gcc.dg/tree-ssa/ifc-9.c: New test. - * gcc.dg/tree-ssa/ifc-10.c: New test. - * gcc.dg/tree-ssa/ifc-11.c: New test. - * gcc.dg/tree-ssa/ifc-12.c: New test. - * gcc.dg/vect/pr61194.c: Remove XFAIL. - * gcc.dg/vect/vect-23.c: Remove XFAIL. - * gcc.dg/vect/vect-mask-store-move-1.c: Revise test check. - -2016-05-09 Richard Biener - - PR fortran/70937 - * gfortran.dg/pr70937.f90: New testcase. - -2016-05-08 Rainer Orth - - * gcc.dg/ipa/pure-const-3.c: Scan local-pure-const1 dump. - -2016-05-07 Fritz Reese - - PR fortran/56226 - * gfortran.dg/dec_structure_1.f90: New testcase. - * gfortran.dg/dec_structure_2.f90: Ditto. - * gfortran.dg/dec_structure_3.f90: Ditto. - * gfortran.dg/dec_structure_4.f90: Ditto. - * gfortran.dg/dec_structure_5.f90: Ditto. - * gfortran.dg/dec_structure_6.f90: Ditto. - * gfortran.dg/dec_structure_7.f90: Ditto. - * gfortran.dg/dec_structure_8.f90: Ditto. - * gfortran.dg/dec_structure_9.f90: Ditto. - * gfortran.dg/dec_structure_10.f90: Ditto. - * gfortran.dg/dec_structure_11.f90: Ditto. - * gfortran.dg/dec_union_1.f90: Ditto. - * gfortran.dg/dec_union_2.f90: Ditto. - * gfortran.dg/dec_union_3.f90: Ditto. - * gfortran.dg/dec_union_4.f90: Ditto. - * gfortran.dg/dec_union_5.f90: Ditto. - * gfortran.dg/dec_union_6.f90: Ditto. - * gfortran.dg/dec_union_7.f90: Ditto. - -2016-05-07 Tom de Vries - - PR tree-optimization/70956 - * gcc.dg/graphite/pr70956.c: New test. - -2016-05-06 Jakub Jelinek - - PR middle-end/70941 - * gcc.dg/torture/pr70941.c (abort): Remove prototype. - (a, b, c, d): Change type from char to signed char. - (main): Compare against (signed char) -1634678893 instead of - hardcoded -109. Use __builtin_abort instead of abort. - - * gcc.target/i386/avx512bw-vpsraw-3.c: New test. - * gcc.target/i386/avx512vl-vpsrad-3.c: New test. - - * gcc.target/i386/avx512bw-vpmaddwd-3.c: New test. - -2016-05-06 Yuri Rumyantsev - - PR debug/70935 - * gcc.dg/torture/pr70935.c: New test. - -2016-05-06 Oleg Endo - - PR target/58219 - * gcc.target/sh/pr58219.c: New tests. - -2016-05-06 Richard Biener - - PR tree-optimization/70960 - * gfortran.fortran-torture/compile/pr70960.f90: New testcase. - -2016-05-06 Oleg Endo - - PR target/52933 - * gcc.target/sh/pr52933-1.c (test_31, test_32, test_33, test_34, - test_35, test_36, test_37, test_38, test_39, test_40): New sub-tests. - Adjust expected instruction counts. - * gcc.target/sh/pr52933-2.c: Adjust expected instruction counts. - -2016-05-06 Marek Polacek - - PR sanitizer/70875 - * gcc.dg/ubsan/bounds-3.c: New test. - -2016-05-06 Oleg Endo - - PR target/54089 - * gcc.target/sh/pr54089-1.c (test_24): Add new sub-test. - -2016-05-06 Richard Biener - - PR middle-end/70931 - * gfortran.dg/pr70931.f90: New testcase. - -2016-05-06 Richard Biener - - PR middle-end/70941 - * gcc.dg/torture/pr70941.c: New testcase. - -2016-05-05 Bin Cheng - - PR tree-optimization/57206 - * gcc.dg/vect/pr57206.c: New test. - -2016-05-05 Rainer Orth - - * gcc.dg/ipa/inline-8.c (isnanf): Declare. - -2016-05-05 Jakub Jelinek - - * gcc.target/i386/avx512f-vfmadd-1.c: New test. - - * c-c++-common/Wdangling-else-4.c: New test. - -2016-05-04 Jakub Jelinek - - PR c++/70906 - PR c++/70933 - * g++.dg/opt/pr70906.C: New test. - * g++.dg/opt/pr70933.C: New test. - - * gcc.target/i386/avx512vl-vmovq-1.c: New test. - -2016-05-04 Jan Hubicka - - * gcc.dg/ipa/pure-const-3.c: New testcase. - -2016-05-04 Marek Polacek - - * c-c++-common/Wdangling-else-1.c: New test. - * c-c++-common/Wdangling-else-2.c: New test. - * c-c++-common/Wdangling-else-3.c: New test. - -2016-05-04 Kwok Cheung Yeung - - * gcc.target/mips/mips16-attributes.c: Skip if -mmicromips - flag is present. - -2016-05-04 Marek Polacek - - PR c/48778 - * gcc.dg/Waddress-2.c: New test. - -2016-05-04 Alan Modra - - * gcc.target/powerpc/pr70866.c: New. - -2016-05-03 Martin Sebor - - PR c++/66561 - * c-c++-common/builtin_location.c: New test. - * g++.dg/cpp1y/builtin_location.C: New test. - -2016-05-03 Marek Polacek - - PR c/70859 - * gcc.dg/pr70859.c: New test. - * gcc.dg/pr70859-2.c: New test. - -2016-05-03 Pierre-Marie de Rodat - - * gnat.dg/debug5.adb: New testcase. - -2016-05-03 Dominik Vogt - - * gcc.target/s390/md/rXsbg_mode_sXl.c: New test. - * gcc.target/s390/s390.exp (check_effective_target_z10_instructions): - Procedure to check for z10 instruction set. - -2016-05-03 Christophe Lyon - - * gcc.dg/ipa/inline-8.c: Require c99_runtime. - -2016-05-03 Alan Modra - - * gcc.target/powerpc/savres.c: Add func using a single gpr. - -2016-05-03 Jakub Jelinek - - * gcc.target/i386/avx512f-cvt-1.c: New test. - -2016-05-03 H.J. Lu - - * gcc.dg/tree-ssa/ssa-thread-14.c: Replace -fdump-tree-vrp with - -fdump-tree-vrp-details. - -2016-05-03 Richard Biener - - * gcc.dg/pr30172-1.c: Adjust. - * gcc.dg/pr63743.c: Likewise. - * gcc.dg/tm/pr51696.c: Likewise. - * c-c++-common/tm/safe-1.c: Likewise. - * gcc.dg/tree-prof/val-prof-3.c: Likewise. - * gcc.dg/plugin/self-assign-test-1.c: XFAIL case that needs CSE. - * g++.dg/plugin/self-assign-test-1.C: Likewise. - * g++.dg/plugin/self-assign-test-2.C: Likewise. - -2016-05-03 Jakub Jelinek - - PR rtl-optimization/70467 - * gcc.target/i386/pr70467-3.c: New test. - * gcc.target/i386/pr70467-4.c: New test. - - PR tree-optimization/70916 - * gcc.c-torture/compile/pr70916.c: New test. - - PR target/49244 - * gcc.target/i386/pr49244-1.c: New test. - * gcc.target/i386/pr49244-2.c: New test. - -2016-05-03 Bernd Schmidt - - PR rtl-optimization/44281 - * gcc.target/i386/pr44281.c: New test. - -2016-05-03 bin cheng - - PR tree-optimization/56541 - * gcc.dg/tree-ssa/ifc-pr56541.c: new test. - * gcc.dg/vect/pr56541.c: new test. - -2016-05-02 Michael Meissner - - * gcc.target/powerpc/float128-complex-1.c: New tests for complex - __float128. - * gcc.target/powerpc/float128-complex-2.c: Likewise. - -2016-05-02 H.J. Lu - - PR testsuite/70520 - * c-c++-common/asan/clone-test-1.c (main): Align child process - stack to 16 bytes. - -2016-05-02 David Malcolm - - PR c++/62314 - * g++.dg/spellcheck-fields-2.C: New test case. - -2016-05-02 David Malcolm - - PR c++/62314 - * g++.dg/pr62314.C: New test case. - -2016-05-02 Jan Hubicka - - * gcc.dg/ipa/inline-8.c: New testcase. - -2016-05-02 Jakub Jelinek - - PR rtl-optimization/70467 - * gcc.target/i386/pr70467-1.c: New test. - -2016-05-02 Bernd Edlinger - - * gcc.dg/spec-options.c: Run the test on all targets. - * gcc.dg/foo.specs: Use cpp_unique_options. - -2016-05-02 Marc Glisse - - * gcc.dg/tree-ssa/unord.c: New testcase. - -2016-05-02 Marc Glisse - - * gcc.dg/tree-ssa/20040305-1.c: Adjust. - -2016-05-02 Nathan Sidwell - - * c-c++-common/goacc/loop-auto-1.c: Adjust expected warnings. - -2016-05-02 Marek Polacek - - PR c/70851 - * gcc.dg/enum-incomplete-3.c: New test. - -2016-05-02 Marek Polacek - Tom de Vries - - PR tree-optimization/70700 - * gcc.dg/pr70700.c: New test. - -2016-05-01 Uros Bizjak - - * gcc.target/i386/avx256-unaligned-load-1.c: Update scan strings. - * gcc.target/i386/avx256-unaligned-store-1.c: Ditto. - * gcc.target/i386/avx256-unaligned-store-2.c: Ditto. - * gcc.target/i386/avx256-unaligned-store-3.c: Ditto. - * gcc.target/i386/avx256-unaligned-store-4.c: Ditto. - -2016-04-30 Eric Botcazou - - * ada/acats/run_acats: Rename into... - * ada/acats/run_acats.sh: ...this. Only export BASE variable. - * ada/acats/run_all.sh: Remove redundant test. - (target_run): Move around. - (target_gnatchop): Use newly built executable. - (target_gnatmake): Likewise. - Check that the compilation of impbit succeeds. - -2016-04-30 Oleg Endo - - * g++.old-deja/g++.jason/thunk3.C: Remove SH5 checks. - * gcc.dg/20021029-1.c: Likewise. - * gcc.target/sh/attr-isr-trap_exit.c: Likewise. - * gcc.target/sh/attr-isr-trapa.c: Likewise. - * gcc.target/sh/cmpstr.c: Likewise. - * gcc.target/sh/cmpstrn.c: Likewise. - * gcc.target/sh/memset.c: Likewise. - * gcc.target/sh/pr21255-2-mb.c: Likewise. - * gcc.target/sh/pr21255-2-ml.c: Likewise. - * gcc.target/sh/pr39423-1.c: Likewise. - * gcc.target/sh/pr49468-di.c: Likewise. - * gcc.target/sh/pr49468-si.c: Likewise. - * gcc.target/sh/pr49880-1.c: Likewise. - * gcc.target/sh/pr49880-2.c: Likewise. - * gcc.target/sh/pr49880-3.c: Likewise. - * gcc.target/sh/pr50751-1.c: Likewise. - * gcc.target/sh/pr50751-4.c: Likewise. - * gcc.target/sh/pr50751-7.c: Likewise. - * gcc.target/sh/pr51244-1.c: Likewise. - * gcc.target/sh/pr51244-10.c: Likewise. - * gcc.target/sh/pr51244-11.c: Likewise. - * gcc.target/sh/pr51244-12.c: Likewise. - * gcc.target/sh/pr51244-13.c: Likewise. - * gcc.target/sh/pr51244-14.c: Likewise. - * gcc.target/sh/pr51244-17.c: Likewise. - * gcc.target/sh/pr51244-18.c: Likewise. - * gcc.target/sh/pr51244-19.c: Likewise. - * gcc.target/sh/pr51244-4.c: Likewise. - * gcc.target/sh/pr51244-5.c: Likewise. - * gcc.target/sh/pr51244-7.c: Likewise. - * gcc.target/sh/pr51244-8.c: Likewise. - * gcc.target/sh/pr51244-9.c: Likewise. - * gcc.target/sh/pr51697.c: Likewise. - * gcc.target/sh/pr52483-1.c: Likewise. - * gcc.target/sh/pr52483-2.c: Likewise. - * gcc.target/sh/pr52483-3.c: Likewise. - * gcc.target/sh/pr52483-5.c: Likewise. - * gcc.target/sh/pr52933-1.c: Likewise. - * gcc.target/sh/pr52933-2.c: Likewise. - * gcc.target/sh/pr52933-3.c: Likewise. - * gcc.target/sh/pr53568-1.c: Likewise. - * gcc.target/sh/pr53976-1.c: Likewise. - * gcc.target/sh/pr53988-1.c: Likewise. - * gcc.target/sh/pr53988.c: Likewise. - * gcc.target/sh/pr54089-1.c: Likewise. - * gcc.target/sh/pr54089-6.c: Likewise. - * gcc.target/sh/pr54089-7.c: Likewise. - * gcc.target/sh/pr54089-8.c: Likewise. - * gcc.target/sh/pr54089-9.c: Likewise. - * gcc.target/sh/pr54236-1.c: Likewise. - * gcc.target/sh/pr54236-2.c: Likewise. - * gcc.target/sh/pr54236-3.c: Likewise. - * gcc.target/sh/pr54236-4.c: Likewise. - * gcc.target/sh/pr54386.c: Likewise. - * gcc.target/sh/pr54602-1.c: Likewise. - * gcc.target/sh/pr54685.c: Likewise. - * gcc.target/sh/pr54760-1.c: Likewise. - * gcc.target/sh/pr54760-2.c: Likewise. - * gcc.target/sh/pr54760-3.c: Likewise. - * gcc.target/sh/pr54760-4.c: Likewise. - * gcc.target/sh/pr54760-5.c: Likewise. - * gcc.target/sh/pr54760-6.c: Likewise. - * gcc.target/sh/pr55146.c: Likewise. - * gcc.target/sh/pr55160.c: Likewise. - * gcc.target/sh/pr59278.c: Likewise. - * gcc.target/sh/pr59401-1.c: Likewise. - * gcc.target/sh/pr59533-1.c: Likewise. - * gcc.target/sh/pr63260.c: Likewise. - * gcc.target/sh/pragma-isr-trap-exit.c: Likewise. - * gcc.target/sh/pragma-isr-trapa.c: Likewise. - * gcc.target/sh/strlen.c: Likewise. - * gcc.target/sh/torture/pr30807.c: Likewise. - * gcc.target/sh/torture/pr34777.c: Likewise. - * gcc.target/sh/torture/pr64652.c: Likewise. - * gcc.target/sh/torture/pr65505.c: Likewise. - * gcc.target/sh/torture/pragma-isr.c: Likewise. - * gcc.target/sh/torture/pragma-isr2.c: Likewise. - -2016-04-29 Paolo Carlini - - PR c++/66644 - * g++.dg/cpp0x/nsdmi-anon-struct1.C: New. - -2016-04-29 Bill Schmidt - - * gcc.target/powerpc/vsx-elemrev-1.c: New. - * gcc.target/powerpc/vsx-elemrev-2.c: New. - * gcc.target/powerpc/vsx-elemrev-3.c: New. - * gcc.target/powerpc/vsx-elemrev-4.c: New. - -2016-04-29 Patrick Palka - - * gcc.dg/tree-ssa/ssa-thread-14.c: New test. - * gcc.dg/tree-ssa/ssa-thread-11.c: Update expected output. - -2016-04-29 Cesar Philippidis - - PR middle-end/70626 - * c-c++-common/goacc/combined-reduction.c: New test. - * gfortran.dg/goacc/reduction-2.f95: Add check for kernels reductions. - -2016-04-29 H.J. Lu - - * gcc.target/i386/pr70155-1.c: Check for nonexistence of the - *movdi_internal pattern only if PIC off. - * gcc.target/i386/pr70155-2.c: Likewise. - * gcc.target/i386/pr70155-3.c: Likewise. - * gcc.target/i386/pr70155-4.c: Likewise. - * gcc.target/i386/pr70155-5.c: Likewise. - * gcc.target/i386/pr70155-6.c: Likewise. - * gcc.target/i386/pr70155-7.c: Likewise. - * gcc.target/i386/pr70155-8.c: Likewise. - * gcc.target/i386/pr70155-15.c: Likewise. - * gcc.target/i386/pr70155-17.c: Likewise. - * gcc.target/i386/pr70155-22.c: Likewise. - -2016-04-29 Bin Cheng - - PR tree-optimization/70803 - * gcc.dg/vect/pr56625.c: Require vect_int_mult. - -2016-04-29 Ilya Enkovich - - * gcc.target/i386/vect-unpack-2.c (avx512bw_test): Avoid - optimization of vector loop. - * gcc.target/i386/vect-unpack-3.c: New test. - * gcc.dg/vect/vect-nb-iter-ub-1.c: New test. - * gcc.dg/vect/vect-nb-iter-ub-2.c: New test. - * gcc.dg/vect/vect-nb-iter-ub-3.c: New test. - -2016-04-29 Marek Polacek - - PR sanitizer/70342 - * g++.dg/ubsan/null-7.C: New test. - - PR c/70852 - * gcc.dg/pr70852.c: New test. - -2016-04-29 Dominik Vogt - - PR/69089 - * g++.dg/cpp0x/alignas6.C: New test. - -2016-04-29 Dominik Vogt - - * gcc.dg/cpp/mac-dir-2.c: Remove pointless duplicate dg-do. - * gcc.dg/pr27003.c: Likewise. - * gcc.dg/tree-ssa/cswtch.c: Likewise. - * gcc.dg/tree-ssa/predcom-2.c: Likewise. - * gcc.dg/tree-ssa/predcom-4.c: Likewise. - * gcc.dg/tree-ssa/predcom-5.c: Likewise. - * gcc.target/arc/mxy.c: Likewise. - * gcc.target/arc/mswape.c: Likewise. - * gcc.target/arc/mrtsc.c: Likewise. - * gcc.target/arc/mcrc.c: Likewise. - * gcc.target/arc/mdsp-packa.c: Likewise. - * gcc.target/arc/mdvbf.c: Likewise. - * gcc.target/arc/mlock.c: Likewise. - * gcc.target/arc/mmac-24.c: Likewise. - * gcc.dg/spec-options.c: Switch order of the two "dg-do run". - -2016-04-29 Sebastian Huber - Matthijs Kooijman - Senthil Kumar Selvaraj - - PR target/60040 - * gcc.target/avr/pr60040-1.c: New. - * gcc.target/avr/pr60040-2.c: New. - -2016-04-29 Richard Biener - - * gcc.dg/tree-ssa/pr18589-10.c: Adjust. - -2016-04-29 Richard Biener - - PR tree-optimization/13962 - PR tree-optimization/65686 - * gcc.dg/uninit-pr65686.c: New testcase. - -2016-04-29 Jakub Jelinek - - PR middle-end/70843 - * gcc.dg/pr70843.c: New test. - -2016-04-28 Jakub Jelinek - - PR target/70858 - * gcc.target/i386/pr70858.c: New test. - -2016-04-28 Andrew Burgess - - * gcc.target/arc/nps400-1.c: New file. - -2016-04-28 Joern Rennecke - Andrew Burgess - - * gcc.target/arc/movh_cl-1.c: New file. - -2016-04-28 Joern Rennecke - Andrew Burgess - - * gcc.target/arc/extzv-1.c: New file. - * gcc.target/arc/insv-1.c: New file. - * gcc.target/arc/insv-2.c: New file. - * gcc.target/arc/movb-1.c: New file. - * gcc.target/arc/movb-2.c: New file. - * gcc.target/arc/movb-3.c: New file. - * gcc.target/arc/movb-4.c: New file. - * gcc.target/arc/movb-5.c: New file. - * gcc.target/arc/movb_cl-1.c: New file. - * gcc.target/arc/movb_cl-2.c: New file. - * gcc.target/arc/movbi_cl-1.c: New file. - * gcc.target/arc/movl-1.c: New file. - -2016-04-28 Joern Rennecke - Andrew Burgess - - * gcc.target/arc/cmem-1.c: New file. - * gcc.target/arc/cmem-2.c: New file. - * gcc.target/arc/cmem-3.c: New file. - * gcc.target/arc/cmem-4.c: New file. - * gcc.target/arc/cmem-5.c: New file. - * gcc.target/arc/cmem-6.c: New file. - * gcc.target/arc/cmem-7.c: New file. - * gcc.target/arc/cmem-ld.inc: New file. - * gcc.target/arc/cmem-st.inc: New file. - -2016-04-28 Jakub Jelinek - - PR target/70821 - * gcc.target/i386/pr70821.c: New test. - -2016-04-28 Bill Seurer - - * gcc.target/powerpc/vec-adde.c: New test. - * gcc.target/powerpc/vec-adde-int128.c: New test. - -2016-04-28 Jakub Jelinek - - * gcc.target/i386/avx-vround-1.c: New test. - * gcc.target/i386/avx-vround-2.c: New test. - * gcc.target/i386/avx512vl-vround-1.c: New test. - * gcc.target/i386/avx512vl-vround-2.c: New test. - -2016-04-28 Rainer Orth - - PR testsuite/70595 - * lib/target-supports.exp (check_libcilkrts_available): Rename to ... - (check_effective_target_cilkplus_runtime): ... this. - * g++.dg/cilk-plus/cilk-plus.exp: Adapt to it. - * gcc.dg/cilk-plus/cilk-plus.exp: Likewise. - - * c-c++-common/cilk-plus/CK/cilk-for-2.c: Remove dg-do target selector. - Require cilkplus_runtime. - Don't add -lcilkrts. - * c-c++-common/cilk-plus/CK/cilk-fors.c: Likewise. - * c-c++-common/cilk-plus/CK/cilk_for_grain.c: Likewise. - * c-c++-common/cilk-plus/CK/cilk_for_ptr_iter.c: Likewise. - * c-c++-common/cilk-plus/CK/fib.c: Likewise. - * c-c++-common/cilk-plus/CK/fib_init_expr_xy.c: Likewise. - * c-c++-common/cilk-plus/CK/fib_no_return.c: Likewise. - * c-c++-common/cilk-plus/CK/fib_no_sync.c: Likewise. - * c-c++-common/cilk-plus/CK/nested_cilk_for.c: Likewise. - * c-c++-common/cilk-plus/CK/pr60586.c: Likewise. - * c-c++-common/cilk-plus/CK/pr69826-1.c: Likewise. - * c-c++-common/cilk-plus/CK/pr69826-2.c: Likewise. - * c-c++-common/cilk-plus/CK/spawnee_inline.c: Likewise. - * c-c++-common/cilk-plus/CK/spawner_inline.c: Likewise. - * c-c++-common/cilk-plus/CK/spawning_arg.c: Likewise. - * c-c++-common/cilk-plus/CK/steal_check.c: Likewise. - * c-c++-common/cilk-plus/CK/varargs_test.c: Likewise. - * g++.dg/cilk-plus/CK/catch_exc.cc: Likewise. - * g++.dg/cilk-plus/CK/cilk-for-tplt.cc: Likewise. - * g++.dg/cilk-plus/CK/const_spawn.cc: Likewise. - * g++.dg/cilk-plus/CK/fib-opr-overload.cc: Likewise. - * g++.dg/cilk-plus/CK/fib-tplt.cc: Likewise. - * g++.dg/cilk-plus/CK/for1.cc: Likewise. - * g++.dg/cilk-plus/CK/lambda_spawns.cc: Likewise. - * g++.dg/cilk-plus/CK/lambda_spawns_tplt.cc: Likewise. - * g++.dg/cilk-plus/CK/pr60586.cc: Likewise. - * g++.dg/cilk-plus/CK/pr66326.cc: Likewise. - * g++.dg/cilk-plus/CK/stl_iter.cc: Likewise. - * g++.dg/cilk-plus/CK/stl_rev_iter.cc: Likewise. - * g++.dg/cilk-plus/CK/stl_test.cc: Likewise. - - * c-c++-common/cilk-plus/CK/pr63307.c: Remove dg-do target selector. - * c-c++-common/cilk-plus/SE/ef_error3.c: Likewise. - - * c-c++-common/cilk-plus/SE/ef_error2.c: Explain target selector. - - * c-c++-common/cilk-plus/CK/test__cilk.c: Run if - cilkplus_runtime. - -2016-04-27 Marc Glisse - - * gcc.dg/tree-ssa/overflow-2.c: New testcase. - * gcc.dg/tree-ssa/minus-ovf.c: Likewise. - -2015-04-27 Ryan Burn - - PR c++/69024 - PR c++/68997 - * g++.dg/cilk-plus/CK/pr68001.cc: Fix to not depend on broken - diagnostic. - * g++.dg/cilk-plus/CK/pr69024.cc: New test. - * g++.dg/cilk-plus/CK/pr68997.cc: New test. - -2016-04-27 Eric Botcazou - - * gnat.dg/limited_with4.ad[sb]: New test. - * gnat.dg/limited_with4_pkg.ads: New helper. - -2016-04-27 H.J. Lu - - PR target/70155 - * gcc.target/i386/pr55247-2.c: Updated to check movti_internal - and movv1ti_internal patterns - * gcc.target/i386/pr70155-1.c: New test. - * gcc.target/i386/pr70155-2.c: Likewise. - * gcc.target/i386/pr70155-3.c: Likewise. - * gcc.target/i386/pr70155-4.c: Likewise. - * gcc.target/i386/pr70155-5.c: Likewise. - * gcc.target/i386/pr70155-6.c: Likewise. - * gcc.target/i386/pr70155-7.c: Likewise. - * gcc.target/i386/pr70155-8.c: Likewise. - * gcc.target/i386/pr70155-9.c: Likewise. - * gcc.target/i386/pr70155-10.c: Likewise. - * gcc.target/i386/pr70155-11.c: Likewise. - * gcc.target/i386/pr70155-12.c: Likewise. - * gcc.target/i386/pr70155-13.c: Likewise. - * gcc.target/i386/pr70155-14.c: Likewise. - * gcc.target/i386/pr70155-15.c: Likewise. - * gcc.target/i386/pr70155-16.c: Likewise. - * gcc.target/i386/pr70155-17.c: Likewise. - * gcc.target/i386/pr70155-18.c: Likewise. - * gcc.target/i386/pr70155-19.c: Likewise. - * gcc.target/i386/pr70155-20.c: Likewise. - * gcc.target/i386/pr70155-21.c: Likewise. - * gcc.target/i386/pr70155-22.c: Likewise. - -2016-04-27 H.J. Lu - - * gcc.target/i386/avx512vl-vmovdqa64-1.c: Replace ".{5}" with - ".{5,6}". - -2016-04-27 Bin Cheng - - * gcc.dg/tree-ssa/pr64705.c: Revise check string. - * gcc.dg/tree-ssa/scev-9.c: Ditto. - * gcc.dg/tree-ssa/scev-10.c: Ditto. - * gcc.dg/tree-ssa/scev-11.c: Ditto. - * gcc.dg/tree-ssa/scev-12.c: Ditto. - -2016-04-27 Richard Biener - - PR ipa/70760 - * g++.dg/ipa/ipa-pta-2.C: New testcase. - * gcc.dg/ipa/ipa-pta-1.c: Adjust. - -2016-04-27 Nathan Sidwell - - * g++.dg/cpp0x/constexpr-recursion3.C: New. - * g++.dg/ubsan/pr63956.C: Adjust error location. - -2016-04-27 Nick Clifton - - PR middle-end/49889 - * gcc.dg/pr49889.c: New test. - -2016-04-27 Bernd Schmidt - - * c-c++-common/memset-array.c: New test. - -2016-04-26 Martin Sebor - - PR c++/66639 - * g++.dg/cpp1y/func_constexpr.C: New test. - -2016-04-26 Patrick Palka - - PR c++/70241 - * g++.dg/cpp0x/enum32.C: New test. - * g++.dg/cpp0x/enum33.C: New test. - -2016-04-26 Senthil Kumar Selvaraj - - * gcc.c-torture/compile/pr69102.c: Require scheduling support. - * gcc.c-torture/compile/pr37669.c: Require >=32 bit integers. - * gcc.c-torture/execute/bitfld-6.c: Likewise. - * gcc.c-torture/execute/bitfld-7.c: Likewise. - * gcc.c-torture/execute/pr38151.c: Likewise. - * gcc.c-torture/execute/pr66556.c: Likewise. - * gcc.c-torture/execute/pr67781.c: Likewise. - * gcc.c-torture/execute/pr68648.c: Likewise. - -2016-04-26 Marc Glisse - - * gcc.dg/tree-ssa/overflow-1.c: New testcase. - -2016-04-26 Marek Polacek - - PR c/67784 - * gcc.dg/pr67784-3.c: New test. - * gcc.dg/pr67784-4.c: New test. - * gcc.dg/pr67784-5.c: New test. - - PR c/70791 - * gcc.dg/Wnested-externs-2.c: New test. - -2016-04-26 Marc Glisse - - * gcc.dg/fold-plusmult.c: Adjust. - * gcc.dg/no-strict-overflow-6.c: Adjust. - * gcc.dg/gomp/loop-1.c: Xfail some tests. - -2016-04-26 Bernd Schmidt - - * gcc.target/i386/avx512bw-vptestmb-1.c: Correct [xyz]mm register - number scans. - * gcc.target/i386/avx512bw-vptestmw-1.c: Likewise. - * gcc.target/i386/avx512bw-vptestnmb-1.c: Likewise. - * gcc.target/i386/avx512bw-vptestnmw-1.c: Likewise. - * gcc.target/i386/avx512cd-vpbroadcastmb2q-1.c: Likewise. - * gcc.target/i386/avx512cd-vpbroadcastmw2d-1.c: Likewise. - * gcc.target/i386/avx512dq-vfpclasspd-1.c: Likewise. - * gcc.target/i386/avx512dq-vfpclassps-1.c: Likewise. - * gcc.target/i386/avx512dq-vinsertf64x2-1.c: Likewise. - * gcc.target/i386/avx512dq-vinserti64x2-1.c: Likewise. - * gcc.target/i386/avx512f-gather-5.c: Likewise. - * gcc.target/i386/avx512f-vptestmd-1.c: Likewise. - * gcc.target/i386/avx512f-vptestmq-1.c: Likewise. - * gcc.target/i386/avx512f-vptestnmd-1.c: Likewise. - * gcc.target/i386/avx512f-vptestnmq-1.c: Likewise. - * gcc.target/i386/avx512f-vrndscaleps-1.c: Likewise. - * gcc.target/i386/avx512vl-vpbroadcastmb2q-1.c: Likewise. - * gcc.target/i386/avx512vl-vpbroadcastmw2d-1.c: Likewise. - * gcc.target/i386/avx512vl-vptestmd-1.c: Likewise. - * gcc.target/i386/avx512vl-vptestmq-1.c: Likewise. - * gcc.target/i386/avx512vl-vptestnmd-1.c: Likewise. - * gcc.target/i386/avx512vl-vptestnmq-1.c: Likewise. - * gcc.target/i386/pr32219-2.c: Allow registers other than %eax in - scans. - * gcc.target/i386/pr32219-4.c: Likewise. - * gcc.target/i386/pr32219-6.c: Likewise. - * gcc.target/i386/pr32219-8.c: Likewise. - -2016-04-26 Kyrylo Tkachov - - * gcc.dg/tree-ssa/minmax-2.c: Require c99_runtime and add the - associated options. - -2016-04-26 Marek Polacek - - PR c++/70744 - * g++.dg/ext/cond2.C: New test. - -2016-04-26 Bin Cheng - - PR tree-optimization/70771 - PR tree-optimization/70775 - * gcc.dg/pr70771.c: New test. - * gcc.dg/pr70775.c: New test. - -2016-04-26 Bernd Schmidt - - * gcc.target/i386/lzcnt-1.c: Allow a different lzcntw output register. - -2016-04-25 Richard Biener - - PR tree-optimization/70780 - * gcc.dg/torture/pr70780.c: New testcase. - -2016-04-25 Michael Collison - - * gcc.target/arm/neon-vaddws16.c: New test. - * gcc.target/arm/neon-vaddws32.c: New test. - * gcc.target/arm/neon-vaddwu16.c: New test. - * gcc.target/arm/neon-vaddwu32.c: New test. - * gcc.target/arm/neon-vaddwu8.c: New test. - * lib/target-supports.exp - (check_effective_target_vect_widen_sum_hi_to_si_pattern): Indicate - that arm neon support vector widen sum of HImode TO SImode. - -2016-04-23 Jakub Jelinek - - PR sanitizer/70712 - * c-c++-common/asan/pr70712.c: New test. - -2016-04-22 Trevor Saunders - - * .gitattributes: New file. - -2016-04-22 Christophe Lyon - - * lib/gcc-dg.exp (${tool}_load): Add default return value handler. - -2016-04-22 Dominique d'Humieres - - * gfortran.dg/submodule_14.f08: Add cleanup-submodules. - * gfortran.dg/submodule_15.f08: Likewise. - -2016-04-22 Richard Biener - - PR tree-optimization/70740 - * gcc.dg/torture/pr70740.c: New testcase. - -2016-04-21 H.J. Lu - - PR target/70750 - * gcc.target/i386/pr70750-1.c: New test. - * gcc.target/i386/pr70750-2.c: Likewise. - -2016-04-21 Paolo Carlini - - PR c++/70540 - * g++.dg/cpp0x/auto48.C: New. - -2016-04-21 Marek Polacek - - PR c++/70513 - * g++.dg/cpp0x/forw_enum12.C: New test. - * g++.dg/cpp0x/forw_enum13.C: New test. - -2016-04-21 Kirill Yukhin - - PR target/70728 - * gcc.target/i386/pr70728.c: New test. - -2016-04-21 Richard Biener - - PR middle-end/70747 - * gcc.dg/pr70747.c: New testcase. - -2016-04-21 Bin Cheng - - PR tree-optimization/70715 - * gcc.dg/tree-ssa/scev-13.c: New test. - -2016-04-21 Marc Glisse - - * gcc.dg/tree-ssa/minmax-2.c: New testcase. - -2016-04-21 Marc Glisse - - * gcc.dg/tree-ssa/minmax-1.c: New testcase. - -2016-04-20 Jan Hubicka - - PR ipa/70018 - * g++.dg/ipa/nothrow-1.C: New testcase. - -2016-04-20 Nathan Sidwell - - PR c++/55635 - * g++.dg/eh/delete1.C: New. - -2016-04-20 H.J. Lu - - * gcc.target/i386/avx256-unaligned-store-2.c: Add - -mtune-ctrl=sse_typeless_stores. - -2016-04-20 H.J. Lu - - * gcc.target/i386/avx256-unaligned-load-1.c: Update load scan. - -2016-04-20 Bin Cheng - - PR tree-optimization/69489 - * gcc.dg/tree-ssa/ifc-pr69489-2.c: New test. - -2016-04-20 Ilya Verbin - - PR c++/69363 - * c-c++-common/cilk-plus/PS/clauses3.c: Adjust dg-error string. - * c-c++-common/cilk-plus/PS/clauses4.c: New test. - * c-c++-common/cilk-plus/PS/pr69363.c: New test. - -2016-04-20 Bin Cheng - - PR tree-optimization/56625 - PR tree-optimization/69489 - * gcc.dg/vect/pr56625.c: New test. - * gcc.dg/tree-ssa/ifc-pr69489-1.c: New test. - -2016-04-20 Andrew Pinski - - PR target/64971 - * gcc.c-torture/compile/pr37433-1.c: New testcase. - -2016-04-20 Arnaud Charlet - - * gnat.dg/self1.adb: Remove now incorrect test. - -2016-04-20 Bin Cheng - - * gcc.dg/tree-ssa/scev-11.c: New test. - * gcc.dg/tree-ssa/scev-12.c: New test. - -2016-04-20 Marek Polacek - - PR tree-optimization/70725 - * gcc.dg/pr70725.c: New test. - -2016-04-20 Richard Biener - - PR tree-optimization/70726 - * g++.dg/vect/pr70726.cc: New testcase. - -2016-04-20 Andreas Krebbel - - PR target/70674 - * gcc.target/s390/pr70674.c: New test. - -2016-04-19 Jerry DeLisle - - PR libgfortran/70684 - * gfortran.dg/list_read_14.f90: New test. - -2016-04-19 H.J. Lu - - PR target/69201 - * gcc.target/i386/avx256-unaligned-store-1.c (a): Make it - extern to force it misaligned. - (b): Likewise. - (c): Likewise. - (d): Likewise. - Check vmovups.*movv8sf_internal/3 instead of avx_storeups256. - Don't check `*' before movv4sf_internal. - * gcc.target/i386/avx256-unaligned-store-2.c: Check - vmovups.*movv32qi_internal/3 instead of avx_storeups256. - Don't check `*' before movv16qi_internal. - * gcc.target/i386/avx256-unaligned-store-3.c (a): Make it - extern to force it misaligned. - (b): Likewise. - (c): Likewise. - (d): Likewise. - Check vmovups.*movv4df_internal/3 instead of avx_storeupd256. - Don't check `*' before movv2df_internal. - * gcc.target/i386/avx256-unaligned-store-4.c (a): Make it - extern to force it misaligned. - (b): Likewise. - (c): Likewise. - (d): Likewise. - Check movv8sf_internal instead of avx_storeups256. - Check movups.*movv4sf_internal/3 instead of avx_storeups256. - -2016-04-19 Richard Biener - - PR tree-optimization/70171 - * g++.dg/tree-ssa/pr70171.C: New testcase. - -2016-04-19 Richard Biener - - PR tree-optimization/70724 - * gcc.dg/torture/pr70724.c: New testcase. - -2016-04-18 Vladimir Makarov - - PR middle-end/70689 - * gcc.target/i386/pr70689.c: New. - -2016-04-18 H.J. Lu - - PR target/70708 - * gcc.target/i386/pr70708.c: New test. - -2016-04-18 Richard Biener - - PR tree-optimization/43434 - * gcc.dg/vect/pr43434.c: New testcase. - * c-c++-common/goacc/kernels-alias-3.c: Adjust. - * c-c++-common/goacc/kernels-alias-4.c: Likewise. - * c-c++-common/goacc/kernels-alias-5.c: Likewise. - * c-c++-common/goacc/kernels-alias-6.c: Likewise. - * c-c++-common/goacc/kernels-alias-7.c: Likewise. - * c-c++-common/goacc/kernels-alias-8.c: Likewise. - * gcc.dg/gomp/pr68640.c: Likewise. - * gfortran.dg/goacc/kernels-alias-3.f95: Likewise. - * gfortran.dg/goacc/kernels-alias-4.f95: Likewise. - -2016-04-18 Richard Biener - - PR tree-optimization/70701 - * gcc.dg/tree-ssa/ssa-fre-53.c: New testcase. - -2016-04-18 Tom de Vries - - PR testsuite/70699 - * gcc.dg/pr70161.c: Add dot-file scans. - * lib/scandump.exp (dump-suffix): Return suffix after first dot char, - instead of after last dot char. - -2016-04-17 Eric Botcazou - - * c-c++-common/dump-ada-spec-3.c: New test. - * c-c++-common/dump-ada-spec-4.c: Likewise. - -2016-04-17 Tom de Vries - - PR other/70183 - * gcc.target/i386/vzeroupper-dump-flags.c: New test. - -2016-04-15 Jan Hubicka - - PR ipa/70018 - * g++.dg/ipa/pure-const-1.C: New testcase. - * g++.dg/ipa/pure-const-2.C: New testcase. - * g++.dg/ipa/pure-const-3.C: New testcase. - -2016-04-15 Marek Polacek - - PR c/70671 - * gcc.dg/bitfld-22.c: New test. - -2016-04-15 Bernd Schmidt - - * gcc.target/i386/pr46470.c: Add -mno-red-zone to dg-options for - x86_64. - -2016-04-15 Marek Polacek - - PR c/70651 - * c-c++-common/pr70651.c: New test. - -2016-04-15 Kyrylo Tkachov - - PR rtl-optimization/70681 - * gcc.dg/ira-shrinkwrap-prep-2.c: XFAIL shrinkwrapping - dump scan on arm and powerpc. - * gcc.dg/pr10474.c: Likewise. - -2016-04-15 Jakub Jelinek - - PR c++/69517 - PR c++/70019 - PR c++/70588 - * g++.dg/cpp1y/vla11.C: Revert for real. - - PR c/70436 - * c-c++-common/Wparentheses-1.c: New test. - * c-c++-common/gomp/Wparentheses-1.c: New test. - * c-c++-common/gomp/Wparentheses-2.c: New test. - * c-c++-common/gomp/Wparentheses-3.c: New test. - * c-c++-common/gomp/Wparentheses-4.c: New test. - * c-c++-common/cilk-plus/PS/Wparentheses-1.c: New test. - * c-c++-common/cilk-plus/CK/Wparentheses-1.c: New test. - * c-c++-common/goacc/Wparentheses-1.c: New test. - -2016-04-15 Kirill Yukhin - - PR target/70662 - * gcc.target/i386/pr70662.c: New test. - -2016-04-15 Richard Biener - Alan Modra - - PR tree-optimization/70130 - * gcc.dg/vect/O3-pr70130.c: New testcase. - -2016-04-14 Michael Meissner - - PR target/70669 - * gcc.target/powerpc/pr70669.c: New test. - - PR target/70640 - * gcc.target/powerpc/pr70640.c: Fix test so it correctly works on - a power7 system that does not have an assembler that supports - power8. - -2016-04-14 Martin Sebor - - PR c++/69517 - PR c++/70019 - PR c++/70588 - * c-c++-common/ubsan/vla-1.c: Revert. - * g++.dg/cpp1y/vla11.C: Same. - * g++.dg/cpp1y/vla12.C: Same. - * g++.dg/cpp1y/vla13.C: Same. - * g++.dg/cpp1y/vla14.C: Same. - * g++.dg/cpp1y/vla3.C: Same. - * g++.dg/init/array24.C: Same. - * g++.dg/ubsan/vla-1.C: Same. - -2016-04-14 Marek Polacek - Jan Hubicka - - PR c++/70029 - * g++.dg/torture/pr70029.C: New test. - -2016-04-14 Martin Sebor - - * g++.dg/cpp1y/vla11.C: Avoid using attribute aligned to increase - type size to prevent failures on targets with very low maximum - alignment. - -2016-04-14 Richard Biener - - PR tree-optimization/70623 - * gcc.dg/torture/pr70623.c: New testcase. - * gcc.dg/torture/pr70623-2.c: Likewise. - -2016-04-13 Martin Sebor - - PR c++/69517 - PR c++/70019 - PR c++/70588 - * c-c++-common/ubsan/vla-1.c (main): Catch exceptions. - * g++.dg/cpp1y/vla11.C: New test. - * g++.dg/cpp1y/vla12.C: New test. - * g++.dg/cpp1y/vla13.C: New test. - * g++.dg/cpp1y/vla14.C: New test. - * g++.dg/cpp1y/vla3.C: Restore deleted test. - * g++.dg/init/array24.C: Fully brace VLA initializer. - * g++.dg/ubsan/vla-1.C: Disable exceptions. - -2016-04-13 Jakub Jelinek - - PR c++/70641 - * g++.dg/opt/pr70641.C: New test. - -2016-04-13 Rainer Orth - - PR rtl-optimization/68749 - * gcc.dg/ifcvt-4.c: Use "word_mode" rather than "int" to limit the - effects of argument promotions. - Remove default args to dg-skip-if. - -2016-04-13 Paolo Carlini - - PR c++/70635 - * g++.dg/parse/pr70635.C: New. - -2016-04-13 Marek Polacek - - PR c++/70639 - * c-c++-common/Wmisleading-indentation-4.c: New test. - -2016-04-13 Marek Polacek - - PR c/70436 - * gcc.dg/Wparentheses-12.c: New test. - * gcc.dg/Wparentheses-13.c: New test. - -2016-04-13 Ilya Enkovich - - * gcc.target/i386/avx512bw-kunpckdq-2.c: New test. - * gcc.target/i386/avx512bw-kunpckwd-2.c: New test. - * gcc.target/i386/avx512f-kunpckbw-2.c: New test. - -2016-04-13 Jakub Jelinek - - PR middle-end/70633 - * gcc.c-torture/compile/pr70633.c: New test. - - PR debug/70628 - * gcc.dg/torture/pr70628.c: New test. - -2016-04-12 Patrick Palka - - PR c++/70610 - * g++.dg/template/pr70610.C: New test. - * g++.dg/template/pr70610-2.C: New test. - * g++.dg/template/pr70610-3.C: New test. - * g++.dg/template/pr70610-4.C: New test. - -2016-04-12 Jakub Jelinek - - * c-c++-common/cilk-plus/SE/ef_error2.c (func2): Use vectorlength - 128 instead of 32. - - PR c++/70571 - * g++.dg/ext/pr70571.C: New test. - -2016-04-12 Michael Meissner - - PR target/70640 - * gcc.target/powerpc/pr70640.c: New test. - -2016-04-12 Paolo Carlini - - PR c++/68722 - * g++.dg/parse/pr68722.C: New. - -2016-04-12 Jakub Jelinek - - PR rtl-optimization/70596 - * gcc.target/i386/pr70596.c: New test. - -2016-04-12 Nathan Sidwell - - PR c++/70501 - * g++.dg/init/pr70501.C: New. - -2016-04-12 David Wohlferd - - * gcc.target/i386/asm-flag-6.c: New test. - -2016-04-12 Tom de Vries - - PR tree-optimization/68756 - * gcc.dg/graphite/pr68756.c: New test. - -2016-04-12 Jakub Jelinek - - PR tree-optimization/70602 - * gcc.c-torture/execute/pr70602.c: New test. - -2016-04-11 Michael Meissner - - PR target/70381 - * gcc.target/powerpc/float128-1.c: New tests to make sure the - __float128 emulator is built and runs. - * gcc.target/powerpc/float128-1.c: Likewise. - - * lib/target-supports.exp (check_ppc_float128_sw_available): - Rework tests for __float128 software and hardware - availability. Fix exit condition to return 0 on success. - -2016-04-11 James Greenhalgh - - PR target/70133 - * gcc.target/aarch64/mgeneral-regs_4.c: Fix expected output. - * gcc.target/aarch64/target_attr_15.c: Likewise. - -2016-04-10 Paolo Carlini - - PR c++/69066 - * g++.dg/cpp1y/pr69066.C: New. - -2016-04-09 Jerry DeLisle - - PR fortran/68566 - * gfortran.dg/pr36192.f90: Update test. - * gfortran.dg/pr36192_1.f90: Update test. - * gfortran.dg/real_dimension_1.f: Update test. - * gfortran.dg/parameter_array_init_7.f90: New test. - -2016-04-09 John David Anglin - - PR testsuite/64039 - * gcc.dg/tree-ssa/ssa-dom-cse-2.c: xfail scan-tree-dump on hppa*64*-*-*. - - * gcc.dg/pr70317.c: Add -fno-common on hppa*-*-hpux*. - - PR rtl-optimization/66669 - * gcc.dg/loop-8.c: Skip on hppa*-*-*. - - * gcc.dg/debug/dwarf2/prod-options.c: Adjust scan for hppa*64*-*-*. - - * gcc.dg/pic-1.c: Skip on hppa*-*-*. - * gcc.dg/pie-1.c: Likewise. - * gcc.dg/pic-3.c: Skip on hppa*64*-*-*. - * gcc.dg/pic-4.c: Likewise. - * gcc.dg/pie-3.c: Likewise. - * gcc.dg/pie-4.c: Likewise. - - * gcc.dg/uninit-19.c: Fix warning line for hppa*64*-*-*. - - PR tree-optimization/68644 - * gcc.dg/tree-ssa/ivopts-lt-2.c: Skip on hppa*-*-*. - - PR rtl-optimization/64886 - * gcc.dg/pr64434.c: Skip on hppa*-*-hpux*. - -2016-04-09 Tom de Vries - - PR tree-optimization/68953 - * gcc.dg/graphite/pr68953.c: New test. - -2016-04-09 Dominique d'Humieres - - PR fortran/70592 - * gfortran.dg/deferred_character_16.f90: New test. - -2016-04-09 Jakub Jelinek - - PR tree-optimization/70586 - * gcc.c-torture/execute/pr70586.c: New test. - -2016-04-09 Dominique d'Humieres - - PR sanitizer/70573 - * c-c++-common/asan/halt_on_error-1.c: Replace memset - with __builtin_memset - * c-c++-common/asan/halt_on_error-2.c: Likewise. - -2016-04-08 Cesar Philippidis - - PR lto/70289 - PR ipa/70348 - PR tree-optimization/70373 - PR middle-end/70533 - PR middle-end/70534 - PR middle-end/70535 - * c-c++-common/goacc/reduction-5.c: New test. - * c-c++-common/goacc/reduction-promotions.c: New test. - * gfortran.dg/goacc/reduction-3.f95: New test. - * gfortran.dg/goacc/reduction-promotions.f90: New test. - -2016-04-08 Patrick Palka - - PR c++/70590 - PR c++/70452 - * g++.dg/pr70590.C: New test. - * g++.dg/pr70590-2.C: New test. - -2016-04-08 Jakub Jelinek - - PR middle-end/70593 - * gcc.target/i386/pr70593.c: New test. - - PR rtl-optimization/70574 - * gcc.target/i386/avx2-pr70574.c: New test. - -2016-04-08 Maxim Ostapenko - - PR sanitizer/70541 - * c-c++-common/asan/pr70541.c: New test. - -2016-04-08 Tom de Vries - - * c-c++-common/goacc/uninit-firstprivate-clause.c: New test. - * gfortran.dg/goacc/uninit-firstprivate-clause.f95: New test. - -2016-04-08 Kyrylo Tkachov - - PR target/70566 - * gcc.c-torture/execute/pr70566.c: New test. - -2016-04-08 Tom de Vries - - * c-c++-common/goacc/uninit-copy-clause.c: New test. - * gfortran.dg/goacc/uninit-copy-clause.f95: New test. - -2016-04-08 Alan Modra - - * gcc.target/powerpc/pr70117.c: New. - -2016-04-07 Jakub Jelinek - - PR testsuite/70581 - * gcc.dg/lto/simd-function_0.c: New test. - - * c-c++-common/attr-simd.c: Add scan-assembler* directives for AVX512F - clones. - * c-c++-common/attr-simd-2.c: Likewise. - * c-c++-common/attr-simd-4.c: Likewise. - * gcc.dg/gomp/simd-clones-2.c: Likewise. - * gcc.dg/gomp/simd-clones-3.c: Likewise. - -2016-04-07 Thomas Preud'homme - - PR testsuite/70553 - * gcc.target/arm/pr70496.c: Also require arm_arm_ok effective target. - -2016-04-07 Thomas Schwinge - Tom de Vries - - * gfortran.dg/goacc/kernels-loop-2.f95: Scan for parallelization. - * gfortran.dg/goacc/kernels-loop-data-2.f95: Likewise. - * gfortran.dg/goacc/kernels-loop-data-enter-exit-2.f95: Likewise. - * gfortran.dg/goacc/kernels-loop-data-enter-exit.f95: Likewise. - * gfortran.dg/goacc/kernels-loop-data-update.f95: Likewise. - * gfortran.dg/goacc/kernels-loop-data.f95: Likewise. - * gfortran.dg/goacc/kernels-loop.f95: Likewise. - * gfortran.dg/goacc/kernels-loop-n.f95: Likewise, XFAILed. - -2016-04-06 Patrick Palka - - PR c/70436 - * g++.dg/warn/Wparentheses-29.C: New test. - -2016-04-06 Patrick Palka - - PR c/70436 - * g++.dg/plugin/pragma_plugin.c (handle_pragma_sayhello): Add - explicit braces to resolve a future -Wparentheses warning. - -2016-04-06 Richard Henderson - - * gcc.dg/pr61817-1.c: New test. - * gcc.dg/pr61817-2.c: New test. - * gcc.dg/pr69391-1.c: New test. - * gcc.dg/pr69391-2.c: New test. - -2016-04-06 Vladimir Makarov - - PR rtl-optimization/70398 - * gcc.target/aarch64/pr70398.c: New. - -2016-04-06 Eric Botcazou - - * gcc.c-torture/execute/20101011-1.c (__VISIUM__): Set DO_TEST to 0. - -2016-04-06 Yvan Roux - Pedro Alves - - * gcc.dg/guality/guality.h (main): Avoid GDB being blocked on signals. - -2016-04-06 Jakub Jelinek - - * lib/target-supports.exp (check_effective_target_vect_simd_clones): - Check for avx512f effective targets instead of avx2. - * gcc.dg/gomp/declare-simd-1.c: Add scan-assembler-times directives - for AVX512F clones. - * gcc.dg/gomp/declare-simd-3.c: Likewise. - * g++.dg/gomp/declare-simd-1.C: Likewise. - * g++.dg/gomp/declare-simd-3.C: Likewise. - * g++.dg/gomp/declare-simd-4.C: Likewise. - - PR middle-end/70550 - * c-c++-common/gomp/pr70550-1.c: New test. - * c-c++-common/gomp/pr70550-2.c: New test. - -2016-04-05 Nathan Sidwell - - PR c++/70512 - * g++.dg/ext/attribute-may-alias-5.C: New. - -2016-04-05 Jakub Jelinek - - PR c++/70336 - * c-c++-common/pr70336.c: New test. - * gcc.dg/torture/builtin-isinf_sign-1.c (foo): Guard tests - no longer optimized away at -O0 with #ifndef __OPTIMIZE__. - -2016-04-05 Jan Hubicka - - PR ipa/66223 - * g++.dg/ipa/devirt-51.C: Use -fsanitize=unreachable. - -2016-04-05 Jakub Jelinek - - PR rtl-optimization/70542 - * gcc.dg/torture/pr70542.c: New test. - * gcc.target/i386/avx2-pr70542.c: New test. - -2016-04-05 Zdenek Sojka - - PR tree-optimization/70509 - * gcc.target/i386/avx512bw-pr70509.c: New test. - -2016-04-05 Patrick Palka - - PR c++/70452 - * g++.dg/ext/constexpr-vla4.C: New test. - -2016-04-05 Uros Bizjak - - PR target/70510 - * gcc.target/i386/pr70510.c: New test. - -2016-04-05 Richard Biener - - PR tree-optimization/70526 - * g++.dg/torture/pr70526.C: New testcase. - -2016-04-05 Jakub Jelinek - - PR target/70525 - * gcc.target/i386/pr70525.c: New test. - -2016-04-05 Richard Biener - - PR middle-end/70499 - * g++.dg/torture/pr70499.C: New testcase. - -2016-04-05 Richard Biener - - * gcc.dg/tree-ssa/20030814-6.c: Fix testcase, disable FRE, - remove XFAIL. - -2016-04-04 Jakub Jelinek - - PR middle-end/70307 - * gcc.dg/torture/pr70307.c: Add -Wno-psabi to dg-options. Prune - rs6000 ABI warnings. - -2016-04-04 Jan Hubicka - - PR ipa/66223 - * g++.dg/ipa/devirt-51.C: New testcase. - -2016-04-04 Bill Schmidt - Jakub Jelinek - - PR middle-end/70457 - * gcc.dg/torture/pr70457.c: New. - -2016-04-04 Andre Vehreschild - - PR fortran/67538 - * gfortran.dg/allocate_with_source_19.f08: New test. - -2016-04-04 Andre Vehreschild - - PR fortran/65795 - * gfortran.dg/coarray_allocate_6.f08: New test. - -2016-04-04 Richard Biener - - PR rtl-optimization/70484 - * gcc.dg/torture/pr70484.c: New testcase. - -2016-04-04 Marek Polacek - - PR c/70307 - * gcc.dg/torture/pr70307.c: New test. - -2016-04-03 Oleg Endo - - PR target/70416 - PR target/67391 - * gcc.target/sh/torture/pr70416.c: New. - -2016-04-02 Martin Sebor - - PR c++/67376 - PR c++/70170 - PR c++/70172 - PR c++/70228 - * g++.dg/cpp0x/constexpr-array-ptr10.C: New test. - * g++.dg/cpp0x/constexpr-array-ptr9.C: New test. - * g++.dg/cpp0x/constexpr-nullptr-1.C: New test. - * g++.dg/cpp0x/constexpr-array5.C: Adjust text of expected diagnostic. - * g++.dg/cpp0x/constexpr-string.C: Same. - * g++.dg/cpp0x/constexpr-wstring2.C: Same. - * g++.dg/cpp0x/pr65398.C: Same. - * g++.dg/ext/constexpr-vla1.C: Same. - * g++.dg/ext/constexpr-vla2.C: Same. - * g++.dg/ext/constexpr-vla3.C: Same. - * g++.dg/ubsan/pr63956.C: Same. - -2016-04-01 Jakub Jelinek - - PR rtl-optimization/70467 - * gcc.target/i386/pr70467-2.c: New test. - -2016-04-01 Jakub Jelinek - Marek Polacek - - PR c++/70488 - * g++.dg/init/new47.C: New test. - -2016-04-01 Ramana Radhakrishnan - - PR target/70496 - * gcc.target/arm/pr70496.c: New test. - -2016-04-01 Nathan Sidwell - - PR c++/68475 - * g++.dg/g++.dg/cpp0x/noexcept29.C: New. - -2016-04-01 Ilya Enkovich - - PR target/69890 - * gcc.dg/strlenopt.h (memmove): New. - * gcc.target/i386/chkp-strlen-1.c: Include "../../gcc.dg/strlenopt.h" - instead of "string.h". - * gcc.target/i386/chkp-strlen-2.c: Likewise. - * gcc.target/i386/chkp-strlen-3.c: Likewise. - * gcc.target/i386/chkp-strlen-4.c: Likewise. - * gcc.target/i386/chkp-strlen-5.c: Likewise. - * gcc.target/i386/chkp-stropt-1.c: Likewise. - * gcc.target/i386/chkp-stropt-10.c: Likewise. - * gcc.target/i386/chkp-stropt-11.c: Likewise. - * gcc.target/i386/chkp-stropt-12.c: Likewise. - * gcc.target/i386/chkp-stropt-13.c: Likewise. - * gcc.target/i386/chkp-stropt-14.c: Likewise. - * gcc.target/i386/chkp-stropt-15.c: Likewise. - * gcc.target/i386/chkp-stropt-16.c: Likewise. - * gcc.target/i386/chkp-stropt-2.c: Likewise. - * gcc.target/i386/chkp-stropt-3.c: Likewise. - * gcc.target/i386/chkp-stropt-4.c: Likewise. - * gcc.target/i386/chkp-stropt-5.c: Likewise. - * gcc.target/i386/chkp-stropt-6.c: Likewise. - * gcc.target/i386/chkp-stropt-7.c: Likewise. - * gcc.target/i386/chkp-stropt-8.c: Likewise. - * gcc.target/i386/chkp-stropt-9.c: Likewise. - -2016-03-31 Rainer Orth - - * g++.dg/template/ptrmem30.C (read): Rename to data_read. - (Holder::foo): Reflect this. - -2016-03-31 Ilya Enkovich - - PR target/70442 - * gcc.dg/pr70442.c: New test. - -2016-03-31 Nathan Sidwell - - PR c++/70393 - * g++.dg/cpp0x/constexpr-virtual6.C: New. - -2016-03-31 Kirill Yukhin - - PR target/70453 - * gcc.target/i386/pr70453.c: New test. - -2016-03-31 Andrey Belevantsev - - PR target/70292 - * gcc.c-torture/pr70292.c: New test. - -2016-03-31 Marek Polacek - - PR c/70297 - * c-c++-common/pr70297.c: New test. - * g++.dg/cpp0x/typedef-redecl.C: New test. - * gcc.dg/typedef-redecl2.c: New test. - -2016-03-31 Jakub Jelinek - - PR rtl-optimization/70460 - * gcc.c-torture/execute/pr70460.c: New test. - -2016-03-31 Richard Biener - - PR c++/70430 - * g++.dg/ext/vector30.C: New testcase. - -2016-03-30 Dominique d'Humieres - Jerry DeLisle - - * gfortran.dg/fmt_pf.f90: New test. - -2016-03-30 Rainer Orth - - Forward-port from 5 branch - 2016-03-30 Jakub Jelinek - - PR testsuite/70356 - * gcc.target/i386/avx-vextractf128-256-5.c: Move - dg-require-effective-target after dg-do. - - 2015-12-30 Kirill Yukhin - - * gcc.target/i386/avx-vextractf128-256-5.c: New test. - -2016-03-30 Thomas Schwinge - Julian Brown - Chung-Lin Tang - Cesar Philippidis - James Norris - Tom de Vries - Nathan Sidwell - - * c-c++-common/goacc/combined-directives.c: Clean up dg-* directives. - * c-c++-common/goacc/loop-clauses.c: Likewise. - * g++.dg/goacc/template.C: Likewise. - * gfortran.dg/goacc/combined-directives.f90: Likewise. - * gfortran.dg/goacc/loop-1.f95: Likewise. - * gfortran.dg/goacc/loop-5.f95: Likewise. - * gfortran.dg/goacc/loop-6.f95: Likewise. - * gfortran.dg/goacc/loop-tree-1.f90: Likewise. - * c-c++-common/goacc-gomp/nesting-1.c: Update. - * c-c++-common/goacc-gomp/nesting-fail-1.c: Likewise. - * c-c++-common/goacc/clauses-fail.c: Likewise. - * c-c++-common/goacc/parallel-1.c: Likewise. - * c-c++-common/goacc/reduction-1.c: Likewise. - * c-c++-common/goacc/reduction-2.c: Likewise. - * c-c++-common/goacc/reduction-3.c: Likewise. - * c-c++-common/goacc/reduction-4.c: Likewise. - * c-c++-common/goacc/routine-3.c: Likewise. - * c-c++-common/goacc/routine-4.c: Likewise. - * c-c++-common/goacc/routine-5.c: Likewise. - * c-c++-common/goacc/tile.c: Likewise. - * g++.dg/goacc/template.C: Likewise. - * gfortran.dg/goacc/combined-directives.f90: Likewise. - * c-c++-common/goacc/nesting-1.c: Move dg-error test cases into... - * c-c++-common/goacc/nesting-fail-1.c: ... this file. Update. - * c-c++-common/goacc/kernels-1.c: Update. Incorporate... - * c-c++-common/goacc/kernels-empty.c: ... this file, and... - * c-c++-common/goacc/kernels-eternal.c: ... this file, and... - * c-c++-common/goacc/kernels-noreturn.c: ... this file. - * c-c++-common/goacc/host_data-1.c: New file. Incorporate... - * c-c++-common/goacc/use_device-1.c: ... this file. - * c-c++-common/goacc/host_data-2.c: New file. Incorporate... - * c-c++-common/goacc/host_data-5.c: ... this file, and... - * c-c++-common/goacc/host_data-6.c: ... this file. - * c-c++-common/goacc/loop-2-kernels.c: New file. - * c-c++-common/goacc/loop-2-parallel.c: Likewise. - * c-c++-common/goacc/loop-3.c: Likewise. - * g++.dg/goacc/reference.C: Likewise. - * g++.dg/goacc/routine-1.C: Likewise. - * g++.dg/goacc/routine-2.C: Likewise. - -2016-03-30 Richard Biener - - PR middle-end/70450 - * gcc.dg/torture/pr70450.c: New testcase. - -2016-03-30 Jakub Jelinek - - PR target/70421 - * gcc.dg/torture/pr70421.c: New test. - * gcc.target/i386/avx512f-pr70421.c: New test. - -2016-03-30 H.J. Lu - - PR testsuite/70364 - * gcc.target/i386/cleanup-1.c: Include . - (check): New function. - (bar): Call check. - (foo): Align stack to 16 bytes when calling bar. - * gcc.target/i386/cleanup-2.c: Likewise. - -2016-03-30 Patrick Palka - - PR tree-optimization/59124 - * gcc.dg/Warray-bounds-19.c: New test. - -2016-03-29 Zachary T Welch - - * lib/prune.exp (escape_regex_chars): New. - (prune_file_path): Update to quote metcharacters for regexp. - -2016-03-29 Jakub Jelinek - - PR rtl-optimization/70429 - * gcc.c-torture/execute/pr70429.c: New test. - - PR tree-optimization/70405 - * gcc.dg/pr70405.c: New test. - -2016-03-29 Andre Vehreschild - - PR fortran/70397 - * gfortran.dg/unlimited_polymorphic_25.f90: New test. - * gfortran.dg/unlimited_polymorphic_26.f90: New test. - -2016-03-29 Thomas Schwinge - - PR testsuite/64177 - * c-c++-common/cilk-plus/CK/spawning_arg.c (main): Call - __cilkrts_set_param to set two workers. - * c-c++-common/cilk-plus/CK/steal_check.c (main): Likewise. - * g++.dg/cilk-plus/CK/catch_exc.cc (main): Likewise. - -2016-03-28 Dominique d'Humieres - - * g++.dg/ext/fnname5.C: Update the test for Darwin. - -2016-03-28 Kirill Yukhin - - PR target/70406 - * gcc.target/i386/pr70406.c: New test. - -2016-03-27 Eric Botcazou - - * gnat.dg/specs/double_record_extension3.ads: New test. - -2016-03-25 Richard Henderson - - PR target/70120 - * gcc.target/aarch64/pr70120-1.c: New. - * gcc.target/aarch64/pr70120-2.c: New. - * gcc.target/aarch64/pr70120-3.c: New. - -2016-03-25 Patrick Palka - - PR c++/62212 - * g++.dg/template/mangle2.C: The dg-do directive should be - "compile" not "assemble". - -2016-03-25 Bernd Schmidt - - PR lto/69650 - * gcc.dg/pr69650.c: New test. - -2016-03-25 David Edelsohn - - * g++.dg/ext/pr70290.C: Prune non-standard ABI. - -2016-03-25 Alan Modra - - * gcc.dg/dfp/pr70052.c: New test. - -2016-03-24 Richard Henderson - - PR middle-end/69845 - * gcc.dg/tree-ssa/pr69845-1.c: New test. - * gcc.dg/tree-ssa/pr69845-2.c: New test. - -2016-03-24 Tom de Vries - - * gfortran.dg/goacc/host_data-tree.f95: Add missing initialization. - -2016-03-24 Tom de Vries - - * c-c++-common/goacc/uninit-use-device-clause.c: New test. - * gfortran.dg/goacc/uninit-use-device-clause.f95: New test. - -2016-03-24 Tom de Vries - - * c-c++-common/goacc/uninit-dim-clause.c: New test. - * gfortran.dg/goacc/uninit-dim-clause.f95: New test. - -2016-03-24 Patrick Palka - - PR c++/62212 - * g++.dg/template/mangle2.C: New test. - -2016-03-24 Richard Biener - - PR tree-optimization/70396 - * gcc.dg/torture/pr70396.c: New testcase. - -2016-03-24 Richard Biener - - PR middle-end/70370 - * gcc.dg/torture/pr70370.c: New testcase. - -2016-03-24 Tom de Vries - - * gfortran.dg/goacc/data-tree.f95: Add missing initialization. - * gfortran.dg/goacc/kernels-tree.f95: Same. - * gfortran.dg/goacc/parallel-tree.f95: Same. - -2016-03-24 Tom de Vries - - * c-c++-common/goacc/uninit-if-clause.c: New test. - * gfortran.dg/goacc/uninit-if-clause.f95: New test. - -2016-03-24 Jakub Jelinek - - PR target/70290 - * g++.dg/ext/pr70290.C: Add -Wno-psabi -w to dg-options. - Fix formatting. - -2016-03-24 Richard Biener - - PR tree-optimization/70372 - * gcc.dg/tree-ssa/pr70372.c: New testcase. - -2016-03-23 Patrick Palka - - PR c++/70347 - * g++.dg/cpp1y/nsdmi-union1.C: New test. - -2016-03-23 Patrick Palka - - PR c++/70332 - * g++.dg/cpp1y/nsdmi-aggr5.C: New test. - -2016-03-23 Jakub Jelinek - - PR c++/70001 - * g++.dg/cpp0x/constexpr-70001-4.C: New test. - * g++.dg/cpp1y/pr70001.C: New test. - - PR c++/70323 - * g++.dg/cpp0x/constexpr-70323.C: New test. - -2016-03-23 Alexandre Oliva - Jason Merrill - Jakub Jelinek - - PR c++/69315 - * g++.dg/cpp0x/constexpr-69315.C: New test. - * g++.dg/cpp0x/variadic122.C: Change one dg-warning into dg-bogus. - -2016-03-23 Marek Polacek - - PR c++/69884 - * g++.dg/warn/Wignored-attributes-1.C: New test. - * g++.dg/warn/Wignored-attributes-2.C: New test. - -2016-03-23 Tom de Vries - - * c-c++-common/goacc/kernels-default.c (foo): Add missing - initialization. - * gfortran.dg/goacc/private-3.f95 (test): Same. - * gfortran.dg/goacc/routine-5.f90 (gang, worker, vector, seq): Add - missing use param. - -2016-03-23 Kyrylo Tkachov - - * lib/target-supports.exp: Remove v7ve entry from loop - creating effective target checks. - (check_effective_target_arm_arch_v7ve_ok): New procedure. - (add_options_for_arm_arch_v7ve): Likewise. - -2016-03-23 Jakub Jelinek - - PR tree-optimization/70354 - * gcc.dg/vect/pr70354-1.c: New test. - * gcc.dg/vect/pr70354-2.c: New test. - * gcc.target/i386/avx2-pr70354-1.c: New test. - * gcc.target/i386/avx2-pr70354-2.c: New test. - -2016-03-22 Jeff Law - - PR target/70232 - * gcc.dg/tree-ssa/pr70232.c: New test. - -2016-03-22 Ilya Enkovich - - PR target/70302 - * gcc.target/i386/pr70302.c: New test. - -2016-03-22 Richard Biener - - PR middle-end/70251 - * g++.dg/torture/pr70251.C: New testcase. - -2016-03-22 David Malcolm - - PR c/69993 - * c-c++-common/Wmisleading-indentation-3.c: New test, based on - Wmisleading-indentation.c. - * c-c++-common/Wmisleading-indentation.c: Update thoughout to - reflect change to diagnostic text and order of messages. - * gcc.dg/plugin/location-overflow-test-2.c: Likewise. - -2016-03-22 David Edelsohn - - * g++.dg/ext/java-3.C: Don't compile on AIX. - -2016-03-22 Richard Biener - - PR middle-end/70333 - * gcc.dg/torture/pr70333.c: New testcase. - -2016-03-22 Ilya Enkovich - - * g++.dg/ext/pr70290.C: New test. - -2016-03-22 Kirill Yukhin - - PR target/70325 - * gcc.target/i386/pr70325.c: New test. - -2016-03-22 Jakub Jelinek - - PR target/70329 - * gcc.target/i386/avx512bw-pr70329-1.c: New test. - * gcc.target/i386/avx512bw-pr70329-2.c: New test. - - PR target/70300 - * gcc.target/i386/pr70300.c: New test. - - PR c++/70295 - * c-c++-common/nonnull-1.c (func): Remove parens around cp4 != 0. - (func2): New function for cond with parens, xfail warning for c++. - * g++.dg/warn/Wnonnull-compare-8.C: New test. - -2016-03-22 Patrick Palka - - PR c++/70096 - * g++.dg/template/ptrmem30.C: New test. - -2016-03-22 Patrick Palka - - PR c++/70204 - * g++.dg/cpp0x/constexpr-70204a.C: New test. - * g++.dg/cpp0x/constexpr-70204b.C: New test. - -2016-03-21 Jakub Jelinek - - PR middle-end/70326 - * gcc.dg/pr70326.c: New test. - -2016-03-21 Marc Glisse - Jakub Jelinek - - PR tree-optimization/70317 - * gcc.dg/pr70317.c: New test. - -2016-03-21 Uros Bizjak - - PR target/70327 - * gcc.target/i386/pr70327.c: New test. - -2016-03-21 Martin Liska - - PR ipa/70306 - * gcc.dg/ipa/pr70306.c: New test. - -2016-03-21 Andre Vieira - - * gcc.target/arm/attr-align1.c: Skip if M-profile. - * gcc.target/arm/attr-align3.c: Likewise. - * gcc.target/arm/attr_arm.c: Likewise. - * gcc.target/arm/flip-thumb.c: Likewise. - -2016-03-21 Jakub Jelinek - - PR target/70296 - * gcc.target/powerpc/altivec-36.c: New test. - -2016-03-21 Richard Biener - - PR tree-optimization/70310 - * gcc.dg/torture/pr70310.c: New testcase. - -2016-03-21 Kirill Yukhin - - PR target/70293 - * gcc.target/i386/pr70293.c: New test. - -2016-03-21 Richard Biener - - PR tree-optimization/70288 - * gcc.dg/torture/pr70288-1.c: New testcase. - * gcc.dg/torture/pr70288-2.c: Likewise. - -2016-03-21 Andrey Belevantsev - - PR rtl-optimization/69307 - * gcc.target/arm/pr69307.c: New test. - -2016-03-21 Andrey Belevantsev - - PR rtl-optimization/69102 - * gcc.c-torture/compile/pr69102.c: New test. - -2016-03-18 Jeff Law - - PR rtl-optimization/70263 - * gcc.c-torture/compile/pr70263-1.c: New test. - * gcc.target/i386/pr70263-2.c: New test. - -2016-03-18 Bernd Schmidt - - PR rtl-optimization/70278 - * gcc.dg/torture/pr70278.c: New test. - * gcc.target/arm/pr70278.c: New test. - -2016-03-18 David Malcolm - - PR c/70281 - * gcc.dg/plugin/diagnostic-test-expressions-1.c - (test_builtin_types_compatible_p): New test function. - * gcc.dg/pr70281.c: New test case. - -2016-03-18 Christophe Lyon - - PR target/70113 - * gcc.target/aarch64/pr63304_1.c: Add -mno-fix-cortex-a53-843419. - -2016-03-18 Ilya Enkovich - - PR tree-optimization/70252 - * gcc.dg/pr70252.c: New test. - -2016-03-18 Tom de Vries - - * gcc.dg/pr70161-2.c: New test. - * gcc.dg/pr70161.c: New test. - -2016-03-18 Tom de Vries - - PR ipa/70269 - * gcc.dg/pr70269.c: New test. - -2016-03-18 Jakub Jelinek - - PR c++/70267 - * g++.dg/ext/java-3.C: New test. - -2016-03-18 Patrick Palka - - PR c++/70205 - * g++.dg/lookup/pr70205.C: New test. - -2016-03-18 Patrick Palka - - PR c++/70218 - * g++.dg/cpp0x/lambda/lambda-70218.C: New test. - -2016-03-17 Marek Polacek - - PR c/69407 - * gcc.dg/atomic-op-6.c: New test. - -2016-03-17 David Malcolm - - PR c/70264 - * c-c++-common/pr70264.c: New test case. - -2016-03-17 Jakub Jelinek - - PR c++/70144 - * c-c++-common/pr70144-1.c: New test. - * c-c++-common/pr70144-2.c: New test. - - PR c++/70272 - * g++.dg/opt/flifetime-dse5.C (main): Remove extra semicolon. - * g++.dg/opt/flifetime-dse6.C: New test. - * g++.dg/tree-ssa/ehcleanup-1.C: Adjust unreachable count. - -2016-03-17 H.J. Lu - - PR driver/70192 - * gcc.dg/pic-1.c: New test. - * gcc.dg/pic-2.c: Likewise. - * gcc.dg/pic-3.c: Likewise. - * gcc.dg/pic-4.c: Likewise. - * gcc.dg/pie-1.c: Likewise. - * gcc.dg/pie-2.c: Likewise. - * gcc.dg/pie-3.c: Likewise. - * gcc.dg/pie-4.c: Likewise. - * gcc.dg/pie-5.c: Likewise. - * gcc.dg/pie-6.c: Likewise. - -2016-03-17 Tom de Vries - - * gfortran.dg/goacc/kernels-alias-3.f95: New test. - * gfortran.dg/goacc/kernels-alias-4.f95: New test. - -2016-03-17 Richard Biener - - PR debug/70271 - * g++.dg/debug/pr70271.C: New testcase. - -2016-03-17 Ilya Enkovich - - * gcc.target/i386/pr70251.c: New test. - -2016-03-17 Marek Polacek - - PR c++/70194 - * g++.dg/warn/constexpr-70194.C: New test. - -2016-03-16 Richard Henderson - - PR middle-end/70240 - * gcc.c-torture/compile/pr70240.c: New. - -2016-03-16 Senthil Kumar Selvaraj - - * gcc.c-torture/compile/20151204.c: Skip for avr. - -2016-03-16 Jakub Jelinek - - PR target/70245 - * g++.dg/opt/pr70245.C: New test. - * g++.dg/opt/pr70245.h: New file. - * g++.dg/opt/pr70245-aux.cc: New file. - -2016-03-16 Martin Sebor - - * g++.dg/cpp1y/constexpr-instantiate.C: Correct DejaGnu directives. - -2016-03-16 Richard Henderson - - PR middle-end/70199 - * gcc.c-torture/compile/pr70199.c: New. - -2016-03-16 H.J. Lu - - * gcc.dg/uninit-19.c: Run dos2unix. - -2016-03-16 Marek Polacek - - PR c/70093 - * gcc.dg/nested-func-10.c: New test. - * gcc.dg/nested-func-9.c: New test. - -2016-03-16 Jakub Jelinek - - PR tree-optimization/68714 - * gcc.dg/tree-ssa/pr68714.c: Add -w -Wno-psabi to dg-options. - -2016-03-16 Tom de Vries - - PR tree-optimization/68715 - * gcc.dg/graphite/pr68715-2.c: New test. - * gcc.dg/graphite/pr68715.c: New test. - * gfortran.dg/graphite/pr68715.f90: New test. - -2016-03-16 Tom de Vries - - PR tree-optimization/68809 - * gcc.dg/graphite/pr68809-2.c: New test. - * gcc.dg/graphite/pr68809.c: New test. - -2016-03-16 Jakub Jelinek - - PR c++/70147 - * g++.dg/ubsan/pr70147-2.C (C::C): Initialize A base with invalid - method call to i () as argument. Adjust expected output. - - PR c++/70147 - * g++.dg/ubsan/pr70147-1.C: New test. - * g++.dg/ubsan/pr70147-2.C: New test. - -2016-03-15 Martin Sebor - - PR c++/58281 - * g++.dg/cpp1y/constexpr-instantiate.C: Add new test. - -2016-03-15 John David Anglin - - * gcc.c-torture/execute/pr68532.c: Add -fno-common option on - hppa*-*-hpux*. - - * gcc.dg/ifcvt-4.c: Add hppa*64*-*-* to skip list. - - PR libfortran/69799 - * gfortran.dg/coarray_allocate_5.f08: Add "-latomic" option if - libatomic_available. - -2016-03-15 Marek Polacek - - PR c++/70209 - * g++.dg/ext/attribute-may-alias-4.C: New test. - -2016-03-15 Alexander Monakov - - * g++.dg/pr63384.C: Add -w to dg-options. Remove '-toggle' in - -fvar-tracking-assignments-toggle flag. - -2016-03-15 Pat Haugen - - * gcc.dg/ifcvt-4.c: Add -misel for powerpc*. - -2016-03-15 Jakub Jelinek - - PR rtl-optimization/70222 - * gcc.c-torture/execute/pr70222-1.c: New test. - * gcc.c-torture/execute/pr70222-2.c: New test. - -2016-03-15 Richard Henderson - - * gcc.dg/tree-ssa/pr68714.c: Test during reassoc1 pass. - -2016-03-15 Andrey Belevantsev - - PR rtl-optimization/69032 - * gcc.dg/pr69032.c: New test. - -2016-03-15 Andrey Belevantsev - - PR rtl-optimization/63384 - * g++.dg/pr63384.C: New test. - -2016-03-15 Andrey Belevantsev - - PR target/64411 - * gcc.target/i386/pr64411.C: New test. - -2016-03-15 Tom de Vries - - * gfortran.dg/goacc/kernels-alias-2.f95: New test. - * gfortran.dg/goacc/kernels-alias.f95: New test. - -2016-03-14 Martin Sebor - - PR c++/53792 - * g++.dg/cpp0x/constexpr-inline.C: New test. - * g++.dg/cpp0x/constexpr-inline-1.C: Same. - -2016-03-14 David Edelsohn - - * gcc.dg/torture/pr70083.c: Prune non-standard ABI. - -2016-03-14 Jakub Jelinek - - PR middle-end/70219 - * gcc.dg/pr70219.c: New test. - -2016-03-14 Bernd Schmidt - - PR target/70083 - * gcc.dg/torture/pr70083.c: New test. - * gcc.target/i386/pr70083.c: New test. - -2016-03-14 Richard Biener - - PR tree-optimization/56365 - * gcc.dg/tree-ssa/phi-opt-14.c: New testcase. - -2016-03-14 Segher Boessenkool - - PR target/70098 - * lib/target-supports.exp (check_effective_target_powerpc64_no_dm): - New function. - * g++.dg/pr70098.C: New testcase. - - -2016-03-14 Tom de Vries - - PR tree-optimization/70045 - * gcc.dg/graphite/pr70045.c: New test. - -2016-03-13 Jerry DeLisle - - PR fortran/69043 - * gfortran.dg/include_9.f90: New test. - -2016-03-13 Dominique d'Humieres - - PR fortran/45076 - gfortran.dg/prof/prof.exp: New script. - gfortran.dg/prof/dynamic_dispatch_6.f03: New test. - -2016-03-12 Andrey Belevantsev - - PR rtl-optimization/69307 - * gcc.dg/pr69307.c: New test. - -2016-03-12 Vladimir Makarov - - PR target/69614 - * gcc.target/arm/pr69614.c: New. - -2016-03-12 Paul Thomas - - PR fortran/70031 - * gfortran.dg/submodule_14.f08: New test - - PR fortran/69524 - * gfortran.dg/submodule_15.f08: New test - -2016-03-12 Patrick Palka - - PR c++/70106 - * g++.dg/cpp1y/paren3.C: New test. - -2016-03-11 Michael Meissner - - PR target/70131 - * gcc.target/powerpc/ppc-round2.c: New test. - -2016-03-11 Bernd Schmidt - - PR target/70123 - * gcc.dg/torture/pr70123.c: New test. - -2016-03-11 Jeff Law - - PR tree-optimization/70190 - * gcc.c-torture/compile/pr70190.c: New test. - -2016-03-11 David Malcolm - - PR c/68187 - * c-c++-common/Wmisleading-indentation.c (test43_a): New test - case. - (test43_b): Likewise. - (test43_c): Likewise. - (test43_d): Likewise. - (test43_e): Likewise. - (test43_f): Likewise. - (test43_g): Likewise. - (test44_a): Likewise. - (test44_b): Likewise. - (test44_c): Likewise. - (test44_d): Likewise. - (test44_e): Likewise. - -2016-03-11 David Malcolm - - PR c/70085 - * c-c++-common/Wmisleading-indentation.c (pr70085): New test case. - -2016-03-11 Kyrylo Tkachov - - * gcc.target/aarch64/vect-reduc-or_1.c: Add -fno-vect-cost-model to - dg-options. - -2016-03-11 Kyrylo Tkachov - - PR target/70002 - PR target/69245 - * gcc.target/aarch64/pr69245_2.c: New test. - -2016-03-11 Jakub Jelinek - - PR tree-optimization/70177 - * gcc.dg/pr70177.c: New test. - -2016-03-11 Alan Lawrence - - * gfortran.dg/unconstrained_commons.f: Widen regexp to match j_. - -2016-03-11 Alan Lawrence - - * gcc.dg/tree-ssa/sra-20.c: New. - -2016-03-11 Jakub Jelinek - - PR rtl-optimization/70174 - * gcc.dg/pr70174.c: New test. - - PR tree-optimization/70169 - * gcc.dg/pr70169.c: New test. - -2016-03-11 Ilya Enkovich - - PR target/70160 - * gcc.target/i386/pr70160.c: New test. - -2016-03-11 Andreas Krebbel - - * gcc.target/s390/dfp-1.c: New test. - -2016-03-10 Nick Clifton - - PR target/70044 - * gcc.target/aarch64/pr70044.c: New test. - -2016-03-10 Patrick Palka - Jakub Jelinek - - PR c++/70001 - * g++.dg/cpp0x/constexpr-70001-1.C: New test. - * g++.dg/cpp0x/constexpr-70001-2.C: New test. - * g++.dg/cpp0x/constexpr-70001-3.C: New test. - -2016-03-10 Jan Hubicka - - PR lto/69589 - * g++.dg/lto/pr69589_0.C: New testcase - * g++.dg/lto/pr69589_1.C: New testcase - -2016-03-10 Marek Polacek - - PR c++/70153 - * g++.dg/delayedfold/unary-plus1.C: New test. - -2016-03-10 Andre Vieira - - * gcc.target/arm/pr45701-1.c: Escape brackets. - * gcc.target/arm/pr45701-2.c: Likewise. - -2016-03-10 Alan Lawrence - - * gfortran.dg/unconstrained_commons.f: New. - -2016-03-10 Alan Modra - - * gcc.dg/pr69195.c: New. - * gcc.dg/pr69238.c: New. - -2016-03-10 Tom de Vries - - PR testsuite/68915 - * gcc.dg/vect/pr46032.c: Xfail scan if alignment requirements not met. - -2016-03-10 Richard Biener - - PR tree-optimization/70128 - * gcc.dg/tree-ssa/alias-34.c: New testcase. - * gcc.dg/tree-ssa/alias-35.c: Likewise. - -2016-03-09 Jakub Jelinek - - PR tree-optimization/70152 - * gcc.dg/pr70152.c: New test. - - PR target/70086 - * gcc.target/i386/pr70086-1.c: New test. - * gcc.target/i386/pr70086-2.c: New test. - * gcc.target/i386/pr70086-3.c: New test. - - PR tree-optimization/70127 - * gcc.c-torture/execute/pr70127.c: New test. - -2016-03-09 Cesar Philippidis - - * c-c++-common/goacc/combined-directives-2.c: New test. - -2016-03-09 David Malcolm - - PR c/68473 - PR c++/70105 - * g++.dg/diagnostic/pr70105.C: New test. - * gcc.dg/plugin/diagnostic-test-expressions-1.c (foo): New decl. - (test_multiple_ordinary_maps): New test function. - -2016-03-09 David Malcolm - - PR c/68473 - PR c++/70105 - * gcc.dg/plugin/diagnostic_plugin_show_trees.c (show_tree): - Drop range information from call to inform_at_rich_loc. - * gcc.dg/plugin/diagnostic_plugin_test_show_locus.c (add_range): - New. - (test_show_locus): Replace calls to rich_location::add_range with - calls to add_range. Rewrite the tests that used the now-defunct - rich_location ctor taking a source_range. Simplify other tests - by replacing calls to COMBINE_LOCATION_DATA with calls to - make_location. - -2016-03-09 Richard Biener - Jakub Jelinek - - PR tree-optimization/70138 - * gcc.dg/vect/pr70138-1.c: New testcase. - * gcc.dg/vect/pr70138-2.c: Likewise. - -2016-03-09 Jakub Jelinek - - PR target/70049 - * gcc.target/i386/pr70049.c: New test. - -2016-03-09 Richard Biener - - PR c/70143 - * gcc.dg/Wstrict-aliasing-bogus-upcast.c: New testcase. - * gcc.dg/Wstrict-aliasing-struct-with-char-member.c: Likewise. - * gcc.dg/Wstrict-aliasing-struct-member.c: Remove again. - -2016-03-09 Rainer Orth - - * gcc.dg/vect/bb-slp-34.c: Really don't xfail on aarch64-*-*, - arm-*-*. - -2016-03-09 Jakub Jelinek - - PR middle-end/67278 - * gcc.dg/simd-7.c: Add -w -Wno-psabi to dg-options. - - PR target/67278 - * gcc.dg/simd-8.c: Add -w -Wno-psabi to dg-options. - - PR middle-end/70050 - * gcc.dg/pr70050.c: Add -w to dg-options. Fix up PR number - in testcase comment. - -2016-03-09 Tom de Vries - - * gfortran.dg/goacc/kernels-loop-2.f95: New test. - * gfortran.dg/goacc/kernels-loop-data-2.f95: New test. - * gfortran.dg/goacc/kernels-loop-data-enter-exit-2.f95: New test. - * gfortran.dg/goacc/kernels-loop-data-enter-exit.f95: New test. - * gfortran.dg/goacc/kernels-loop-data-update.f95: New test. - * gfortran.dg/goacc/kernels-loop-data.f95: New test. - * gfortran.dg/goacc/kernels-loop-n.f95: New test. - * gfortran.dg/goacc/kernels-loop.f95: New test. - -2016-03-08 Martin Sebor - - PR c++/62096 - * g++.dg/warn/overflow-warn-7.C: New test. - -2016-03-08 Jason Merrill - - * lib/g++-dg.exp (g++-dg-runtest): Handle "concepts" in std list. - * lib/target-supports.exp (check_effective_target_concepts): New. - -2016-03-08 Jakub Jelinek - - PR c++/70135 - * g++.dg/cpp1y/constexpr-loop4.C: New test. - * g++.dg/ubsan/pr70135.C: New test. - - PR target/70110 - * gcc.dg/pr70110.c: New test. - -2016-03-07 Martin Jambor - - * c-c++-common/gomp/clauses-1.c: Remove dg-options. - * c-c++-common/gomp/if-1.c: Likewise. - * c-c++-common/gomp/pr61486-2.c: Likewise. - * c-c++-common/gomp/target-teams-1.c: Moved dg-options except -fopenmp - to dg-additional-options. - * g++.dg/gomp/gomp.exp: Pass -Wno-hsa to all tests. - * g++/gomp/target-teams-1.c: Likewise. - * gcc.dg/gomp/gomp.exp: Likewise. - * gcc.dg/gomp/pr68128-2.c: Moved dg-options except -fopenmp to - dg-additional-options. - * gfortran.dg/gomp/gomp.exp: Likewise. - * gfortran.dg/gomp/target1.f90: Remove dg-options. - * gfortran.dg/gomp/target2.f90: Moved dg-options except -fopenmp to - dg-additional-options. - * gfortran.dg/gomp/target3.f90: Remove dg-options. - -2016-03-07 Martin Jambor - - * lib/target-supports.exp (check_effective_target_offload_hsa): New. - * c-c++-common/gomp/gridify-1.c: New test. - * gfortran.dg/gomp/gridify-1.f90: Likewise. - -2016-03-07 Andre Vieira - - * gcc.target/arm/pr45701-1.c: Change assembler scan to not - trigger for cortex-r8, when scanning for register r8. - * gcc.target/arm/pr45701-2.c: Likewise. - -2016-02-26 Richard Biener - Jeff Law - - PR tree-optimization/69740 - * gcc.c-torture/compile/pr69740-1.c: New test. - * gcc.c-torture/compile/pr69740-2.c: New test. - -2016-03-07 Bill Schmidt - - * lib/target-supports.exp - (check_effective_target_whole_vector_shift): Enable for PPC64. - -2016-03-07 Richard Biener - - PR tree-optimization/70115 - * gcc.dg/torture/pr70115.c: New testcase. - -2016-03-07 Nathan Sidwell - - PR middle-end/69916 - * c-c-++-common/goacc/pr69916.c: New. - -2016-03-07 Richard Henderson - - * gcc.c-torture/compile/pr70061.c: New test. - -2016-03-07 Richard Biener - - PR testsuite/70109 - * gcc.dg/vect/O3-pr36098.c: New testcase. - -2016-03-07 Christophe Lyon - - * gcc.target/arm/pragma_cpp_fma.c: Reset default FPU. - -2016-03-07 Eric Botcazou - - * gnat.dg/renaming9.ad[sb]: New testcase. - -2016-03-05 Jakub Jelinek - - PR c++/70084 - * g++.dg/expr/stdarg3.C: New test. - -2016-03-04 Jeff Law - - PR tree-optimization/69196 - * gcc.dg/tree-ssa/pr69196-1.c: Limit this to sparc*-*-* and - x86_64-*-*. - -2016-03-04 Bernd Schmidt - - PR c/69973 - * gcc.dg/pr69973.c: New test. - - PR rtl-optimization/69941 - * gcc.dg/torture/pr69941.c: New test. - - PR c/69824 - * gcc.dg/pr69824.c: New test. - -2016-03-05 Tom de Vries - - * c-c++-common/goacc/nesting-fail-1.c (f_acc_routine): New function. - * c-c++-common/goacc-gomp/nesting-fail-1.c (f_acc_routine): New - function. - -2016-03-05 Patrick Palka - - PR c++/66786 - * g++.dg/cpp1y/var-templ48.C: New test. - * g++.dg/cpp1y/var-templ49.C: New test. - -2016-03-04 Eric Botcazou - - * g++.dg/Wno-frame-address.C: Skip on IA-64. - -2016-03-04 Jakub Jelinek - - PR c++/70035 - * g++.dg/ubsan/pr70035.C: New test. - - PR target/70062 - * gcc.target/i386/pr70062.c: New test. - -2016-03-04 H.J. Lu - - * g++.dg/template/typename21.C: Remove c++98_only. - -2016-03-04 H.J. Lu - - * g++.dg/template/typename21.C: Replace c++98 with c++98_only. - -2016-03-04 David Malcolm - - PR c/68187 - * c-c++-common/Wmisleading-indentation.c (fn_42_a): New test - function. - (fn_42_b): Likewise. - (fn_42_c): Likewise. - -2016-03-04 David Malcolm - - PR c/68187 - * c-c++-common/Wmisleading-indentation.c (fn_40_a): New test - function. - (fn_40_b): Likewise. - (fn_41_a): Likewise. - (fn_41_b): Likewise. - -2016-03-04 Jakub Jelinek - - PR target/70059 - * gcc.target/i386/avx512f-pr70059.c: New test. - * gcc.target/i386/avx512dq-pr70059.c: New test. - -2016-03-04 Bernd Schmidt - - PR rtl-optimization/57676 - * gcc.dg/torture/pr57676.c: New test. - -2016-03-04 Ilya Enkovich - - * gcc.dg/pr70026.c: New test. - -2016-03-04 Marek Polacek - - PR c/69798 - * gcc.dg/cilk-plus/pr69798-1.c: New test. - * gcc.dg/cilk-plus/pr69798-2.c: New test. - -2016-03-04 Kyrylo Tkachov - - PR target/70004 - * gcc.target/aarch64/scalar_shift_1.c: (test_corners_sisd_di): - Delete. - (test_corners_sisd_si): Likewise. - (main): Remove checks of the above. - * gcc.target/aarch64/shift_wide_invalid_1.c: New test. - -2016-03-04 Eric Botcazou - - * gcc.dg/Wno-frame-address.c: Skip on IA-64. - -2016-03-04 Christophe Lyon - - * gcc.dg/torture/pr69951.c: Accept argc==0. - -2016-03-04 Richard Biener - - PR c++/70054 - * g++.dg/warn/Wstrict-aliasing-bogus-union-2.C: New testcase. - * gcc.dg/Wstrict-aliasing-struct-member.c: New testcase. - -2016-03-04 Dominik Vogt - - PR testsuite/69766 - * go.test/go-test.exp: S/390: Set GOARCH to the current target when - testing multiarch. - -2016-03-04 Jakub Jelinek - - PR debug/69947 - * gcc.dg/guality/pr69947.c: New test. - -2016-03-03 Jakub Jelinek - - PR ada/70017 - * gcc.dg/pr70017.c (foo): Store 0 to first element of each array. - -2016-03-03 Kyrylo Tkachov - - PR rtl-optimization/69904 - * gcc.target/arm/pr69904.c: New test. - -2016-03-03 Jakub Jelinek - - PR target/70021 - * gcc.dg/vect/pr70021.c: New test. - * gcc.target/i386/pr70021.c: New test. - -2016-03-03 Marek Polacek - - PR middle-end/70050 - * gcc.dg/pr70050.c: New test. - -2016-03-03 James Greenhalgh - - * gcc.dg/vect/bb-slp-34.c: Don't XFAIL for ARM/AArch64. - -2016-03-03 Ilya Enkovich - - PR tree-optimization/70043 - * gfortran.dg/vect/pr70043.f90: New test. - -2016-03-03 Eric Botcazou - - * gnat.dg/specs/task1.ads: New test. - -2016-03-03 Rainer Orth - - * lib/gcc-gdb-test.exp (gdb-test): Make log message match command. - Invoke gdb with -batch. - * lib/gcc-simulate-thread.exp (simulate-thread): Likewise. - -2016-03-03 Richard Biener - - PR tree-optimization/55936 - * gcc.dg/tree-ssa/vrp06.c: Remove XFAIL. - -2016-03-02 Jeff Law - - PR rtl-optimization/69942 - * gcc.dg/ifcvt-5.c: Use "word_mode" rather than "int" to limit the - effects of argument promotions. - - PR tree-optimization/69987 - * gfortran.dg/pr69987.f90: Use "-w" to avoid failures when the - target does not support -fprefetch-loop-arrays. - -2016-03-02 Uros Bizjak - - * gcc.target/i386/bmi2-bzhi-2.c: Change to runtime test. - -2016-03-02 Bin Cheng - - PR rtl-optimization/69052 - * gcc.target/i386/pr69052.c: New test. - -2016-03-02 Alan Modra - - * gcc.dg/pr69990.c: New. - -2016-03-02 Jakub Jelinek - - PR c/68062 - * c-c++-common/vector-compare-4.c: Add -Wno-psabi to dg-options. - - PR middle-end/70022 - * gcc.dg/pr70022.c: Add -w -Wno-psabi to dg-options. - - PR target/70028 - * gcc.target/i386/pr70028.c: New test. - -2016-03-02 Maxim Kuvyrkov - - * c-c++-common/asan/swapcontext-test-1.c, - * c-c++-common/tsan/thread_leak.c, - * g++.dg/tsan/aligned_vs_unaligned_race.C, - * g++.dg/tsan/benign_race.C, - * g++.dg/tsan/fd_close_norace.C, - * g++.dg/tsan/fd_close_norace2.C: Print markers to stderr to avoid - races with sanitizer output - -2016-03-02 Richard Biener - Uros Bizjak - - PR target/67278 - * gcc.dg/simd-8.c: New testcase. - -2016-03-02 Richard Biener - - PR middle-end/67278 - * gcc.dg/simd-7.c: New testcase. - -2016-03-02 Eric Botcazou - - * gcc.target/i386/pr70007.c: Tweak. - -2016-03-02 Dominik Vogt - - * gfortran.dg/bessel_6.f90: Reduce accuracy for S/390. - -2016-03-02 Marek Polacek - - PR c/67854 - * gcc.dg/pr67854.c: New test. - -2016-03-02 Jakub Jelinek - - PR middle-end/70025 - * gcc.dg/torture/pr70025.c: New test. - -2016-03-02 Venkataramanan Kumar - - PR tree-optimization/68621 - * gcc.dg/tree-ssa/ifc-8.c: Adjust test. - -2016-03-01 Eric Botcazou - - * gcc.target/i386/pr70007.c: New test. - -2016-03-01 Jeff Law - - PR tree-optimization/69196 - * gcc.dg/tree-ssa/pr69196-1.c: New test. - - PR tree-optimization/69196 - * gcc.dg/tree-ssa/vrp46.c: Twiddle threading params to keep it from - duplicating code and spoiling the expected output. - -2016-03-01 Michael Meissner - - PR target/70033 - * gcc.target/powerpc/p9-lxvx-stxvx-1.c: Make sure compiler - supports power9 before doing tests. - * gcc.target/powerpc/p9-lxvx-stxvx-2.c: Likewise. - * gcc.target/powerpc/p9-lxvx-stxvx-3.c: Likewise. - * gcc.target/powerpc/p9-permute.c: Likewise. - -2016-03-01 Uros Bizjak - - PR target/70027 - * gcc.target/i386/pr70027.c: New test. - -2016-03-01 Eric Botcazou - - * gcc.dg/pr70017.c: New test. - -2016-03-01 Jakub Jelinek - - PR c/69796 - PR c/69974 - * gcc.dg/pr69796.c: New test. - * gcc.dg/pr69974.c: New test. - -2016-03-01 Eric Botcazou - - * gnat.dg/stack_usage3.adb: Robustify and enable for all targets. - -2016-02-29 Jeff Law - - PR tree-optimization/69987 - * gfortran.dg/pr69987.f90: New test. - - PR tree-optimization/69989 - * gcc.c-torture/compile/pr69989-2.c: New test. - -2016-03-01 Marek Polacek - - PR c++/69795 - * g++.dg/parse/invalid1.C: New test. - -2016-03-01 Richard Biener - - PR middle-end/70022 - * gcc.dg/pr70022.c: New testcase. - -2016-03-01 Ilya Enkovich - - PR tree-optimization/69956 - * gcc.dg/pr69956.c: New test. - -2016-02-29 Bill Schmidt - - PR target/70011 - * gcc.dg/vect/costmodel/ppc/costmodel-fast-math-vect-pr299925.c: - XFAIL when hardware supports efficient unaligned storage access. - -2016-03-01 Patrick Palka - - PR c++/69961 - * g++.dg/template/pr69961a.C: New test. - * g++.dg/template/pr69961b.C: New test. - -2016-02-29 David Malcolm - - PR preprocessor/69985 - * gcc.dg/cpp/pr69985.c: New test case. - -2016-02-29 Jeff Law - - PR tree-optimization/70005 - * gcc.c-torture/execute/pr70005.c New test. - - PR tree-optimization/69999 - * gcc.c-torture/compile/pr69999.c: New test. - -2016-02-29 Yuri Rumyantsev - - PR tree-optimization/69652 - * gcc.dg/torture/pr69652.c: Delete test. - * gcc.dg/vect/pr69652.c: New test. - -2016-02-19 Richard Biener - - PR tree-optimization/69980 - * gfortran.dg/vect/pr69980.f90: New testcase. - -2016-02-29 Eric Botcazou - - * gcc.target/sparc/20160229-1.c: New test. - -2016-02-29 Eric Botcazou - - * gnat.dg/stack_usage3.adb: New test. - * gnat.dg/stack_usage3_pkg.ads: New helper. - -2016-02-29 Eric Botcazou - - * gnat.dg/renaming8.adb: New test. - * gnat.dg/renaming8_pkg1.ads: New helper. - * gnat.dg/renaming8_pkg2.ad[sb]: Likewise. - * gnat.dg/renaming8_pkg3.ad[sb]: Likewise. - -2016-02-29 Richard Biener - - PR tree-optimization/69720 - * gcc.dg/vect/vect-outer-pr69720.c: New testcase. - -2016-02-28 Thomas Koenig - - PR fortran/68147 - PR fortran/47674 - * gfortran.dg/realloc_on_assign_26.f90: New test case. - -2016-02-28 Harald Anlauf - Jerry DeLisle - - PR fortran/56007 - * gfortran.dg/coarray_8.f90: Adjust error message. - * gfortran.dg/pr56007.f90: New test. - * gfortran.dg/pr56007.f: New test. - -2016-02-28 H.J. Lu - - PR tree-optimization/69989 - * gcc.dg/torture/pr69989.c: New test. - -2016-02-28 Eric Botcazou - - * gcc.target/i386/stack-realign-win.c: New test. - -2016-02-28 Harald Anlauf - - PR fortran/60126 - * gfortran.dg/pr60126.f90: New test. - -2016-02-27 Jeff Law - - Revert - 2016-02-26 Richard Biener - Jeff Law - - PR tree-optimization/69740 - * gcc.c-torture/compile/pr69740-1.c: New test. - * gcc.c-torture/compile/pr69740-2.c: New test. - -2016-02-27 Jerry DeLisle - - PR fortran/69910 - * gfortran.dg/newunit_4.f90: New test. - -2016-02-27 Jakub Jelinek - - PR target/69613 - PR rtl-optimization/69886 - * gcc.dg/torture/pr69886.c: Add -w -Wno-psabi to dg-options. - * gcc.dg/torture/pr69613.c: Likewise. Guard -mavx with avx_runtime - target. - -2016-02-26 Martin Sebor - - PR tree-optimization/15826 - * gcc.dg/tree-ssa/pr15826.c: New test. - -2016-02-26 Jakub Jelinek - - PR target/69969 - * gcc.target/powerpc/pr69969.c: New test. - -2016-02-26 Martin Sebor - - PR c++/15766 - * g++.old-deja/g++.other/decl5.C: Add a test case. - -2016-02-26 Segher Boessenkool - - PR target/69946 - * gcc.target/powerpc/pr69946.c: New file. - -2016-02-26 Richard Biener - Jeff Law - - PR tree-optimization/69740 - * gcc.c-torture/compile/pr69740-1.c: New test. - * gcc.c-torture/compile/pr69740-2.c: New test. - -2016-02-26 Martin Jambor - - PR middle-end/69920 - * gcc.dg/torture/pr69932.c: New test. - * gcc.dg/torture/pr69936.c: Likewise. - -2016-02-26 Andreas Krebbel - - PR target/69709 - * gcc.target/s390/pr69709.c: New test. - -2016-02-26 Kyrylo Tkachov - - PR target/69245 - * gcc.target/aarch64/pr69245_1.c: New test. - -2016-02-26 Kyrylo Tkachov - - PR target/69613 - * gcc.dg/torture/pr69613.c: New test. - -2016-02-26 Jakub Jelinek - - PR rtl-optimization/69891 - * gcc.target/i386/pr69891.c: New test. - -2016-02-26 Michael Meissner - Bill Schmidt - - PR target/61397 - * gcc.target/powerpc/p8vector-ldst.c: Adjust to test desired - functionality for both 32-bit and 64-bit. - -2016-02-26 Richard Biener - - PR tree-optimization/69551 - * gcc.dg/torture/pr69951.c: New testcase. - -2016-02-25 Richard Biener - - PR tree-optimization/48795 - * gcc.dg/Warray-bounds-18.c: New testcase. - -2016-02-25 Rainer Orth - - * g++.dg/ext/attr-constructor1.C: Require init_priority support. - -2016-02-25 Jakub Jelinek - - PR rtl-optimization/69896 - * gcc.dg/pr69896.c: New test. - -2016-02-25 Patrick Palka - - PR c++/69736 - * g++.dg/cpp1y/paren2.C: New test. - -2016-02-24 Martin Sebor - - PR c/51147 - * gcc.dg/enum-mode-2.c: New test. - -2016-02-24 Jakub Jelinek - - PR c++/69922 - * g++.dg/warn/Wnonnull-compare-6.C: New test. - * g++.dg/warn/Wnonnull-compare-7.C: New test. - * g++.dg/ubsan/pr69922.C: New test. - -2016-02-24 Marek Polacek - - PR c/69819 - * gcc.dg/pr69819.c: New test. - -2016-02-24 Martin Sebor - - PR c++/69912 - * g++.dg/ext/flexary15.C: New test. - -2016-02-24 Martin Sebor - - * gcc.dg/builtins-68.c: Avoid making unportable - assumptions about the relationship between SIZE_MAX and UINT_MAX. - * g++.dg/ext/builtin_alloca.C: Same. - -2016-02-24 Maxim Kuvyrkov - Charles Baylis - - PR debug/61033 - * g++.dg/pr61033.C: Add a regression testcase for PR debug/61033. - -2016-02-24 Richard Biener - Jakub Jelinek - - PR middle-end/69760 - * gcc.dg/torture/pr69760.c: New testcase. - -2016-02-24 Rainer Orth - - * gcc.dg/debug/dwarf2/prod-options.c: Use different DW_AT_producer - pattern on Solaris with as. - -2016-02-24 Kyrylo Tkachov - - * gcc.target/arm/cond_sub_restrict_it.c: New test. - * gcc.target/arm/condarith_restrict_it.c: Likewise. - * gcc.target/arm/movcond_restrict_it.c: Likewise. - * gcc.target/arm/negscc_restrict_it.c: Likewise. - -2016-02-24 Jakub Jelinek - - PR middle-end/69915 - * gcc.dg/pr69915.c: New test. - -2016-02-24 Kyrylo Tkachov - - PR rtl-optimization/69886 - * gcc.dg/torture/pr69886.c: New test. - -2016-02-24 Richard Biener - - PR middle-end/68963 - * gcc.dg/torture/pr68963.c: New testcase. - -2016-02-24 Kyrylo Tkachov - - PR target/69875 - * gcc.target/arm/atomic_loaddi_acquire.x: New file. - * gcc.target/arm/atomic_loaddi_relaxed.x: Likewise. - * gcc.target/arm/atomic_loaddi_seq_cst.x: Likewise. - * gcc.target/arm/atomic_loaddi_1.c: New test. - * gcc.target/arm/atomic_loaddi_2.c: Likewise. - * gcc.target/arm/atomic_loaddi_3.c: Likewise. - * gcc.target/arm/atomic_loaddi_4.c: Likewise. - * gcc.target/arm/atomic_loaddi_5.c: Likewise. - * gcc.target/arm/atomic_loaddi_6.c: Likewise. - * gcc.target/arm/atomic_loaddi_7.c: Likewise. - * gcc.target/arm/atomic_loaddi_8.c: Likewise. - * gcc.target/arm/atomic_loaddi_9.c: Likewise. - -2016-02-24 Jakub Jelinek - - PR middle-end/69909 - * gcc.dg/torture/pr69909.c: New test. - -2016-02-24 Richard Biener - - PR tree-optimization/69907 - * gcc.dg/vect/bb-slp-pr69907.c: New testcase. - * gcc.dg/vect/bb-slp-34.c: XFAIL. - * gcc.dg/vect/bb-slp-pr68892.c: Likewise. - -2016-02-24 Christian Bruel - - * gcc.target/arm/pragma_cpp_fma.c: New test. - -2016-02-23 Jerry DeLisle - - PR fortran/61156 - * gfortran.dg/include_6.f90: Update test. - -2016-02-23 Jakub Jelinek - - PR objc/69844 - * objc.dg/pr69844.m: New test. - -2016-02-23 Jerry DeLisle - - PR libgfortran/69456 - * gfortran.dg/namelist_89.f90: New test. - * gfortran.dg/pr59700.f90: Update test.. - -2016-02-23 Martin Sebor - - PR middle-end/69780 - * g++.dg/ext/builtin_alloca.C: New test. - * gcc.dg/builtins-68.c: New test. - -2016-02-23 Richard Henderson - - * gcc.target/i386/addr-space-3.c: Remove test. - -2016-02-23 David Malcolm - - PR preprocessor/69126 - PR preprocessor/69543 - * c-c++-common/pr69126-2-long.c: New test. - * c-c++-common/pr69126-2-short.c: New test. - * c-c++-common/pr69543-1.c: Remove xfail. - -2016-02-23 David Malcolm - - PR preprocessor/69126 - PR preprocessor/69543 - PR preprocessor/69558 - * c-c++-common/pr69126.c (MACRO_1, test_1): New. - (f): Rename to... - (test_2): ...this, and add leading comment. - (MACRO_3, test_3): New. - (MACRO_4A, MACRO_4B, test_4): New. - (MACRO): Rename to... - (MACRO_5): ...this. - (g): Rename to... - (test_5): ...this, updating for renaming of MACRO, and - add leading comment. - * c-c++-common/pr69543-1.c: New. - * c-c++-common/pr69543-2.c: New. - * c-c++-common/pr69543-3.c: New. - * c-c++-common/pr69543-4.c: New. - * c-c++-common/pr69558-1.c: New. - * c-c++-common/pr69558-2.c: New. - * c-c++-common/pr69558-3.c: New. - * c-c++-common/pr69558-4.c: New. - * gcc.dg/pr69558.c: Move to... - * c-c++-common/pr69558.c: ...here. Add dg-bogus directives, with - xfail for c++. - -2016-02-23 Thomas Schwinge - - * c-c++-common/goacc/kernels-counter-vars-function-scope.c: Adjust - to -ftree-parallelize-loops/-fopenacc changes. - * c-c++-common/goacc/kernels-double-reduction-n.c: Likewise. - * c-c++-common/goacc/kernels-double-reduction.c: Likewise. - * c-c++-common/goacc/kernels-loop-2.c: Likewise. - * c-c++-common/goacc/kernels-loop-3.c: Likewise. - * c-c++-common/goacc/kernels-loop-g.c: Likewise. - * c-c++-common/goacc/kernels-loop-mod-not-zero.c: Likewise. - * c-c++-common/goacc/kernels-loop-n.c: Likewise. - * c-c++-common/goacc/kernels-loop-nest.c: Likewise. - * c-c++-common/goacc/kernels-loop.c: Likewise. - * c-c++-common/goacc/kernels-one-counter-var.c: Likewise. - * c-c++-common/goacc/kernels-reduction.c: Likewise. - * gfortran.dg/goacc/kernels-loop-inner.f95: Likewise. - * gfortran.dg/goacc/kernels-loops-adjacent.f95: Likewise. - -2016-02-23 Rainer Orth - - * gcc.target/i386/chkp-hidden-def.c: Require alias support. - -2016-02-23 Jakub Jelinek - - PR c++/69902 - * g++.dg/warn/Wnonnull-compare-5.C: New test. - - PR c/69900 - * gcc.dg/pr69900.c: New test. - -2016-02-23 Martin Jambor - - PR tree-optimization/69666 - * gcc.dg/tree-ssa/pr69666.c: New test. - -2016-02-23 Andre Vehreschild - - PR fortran/67451 - * gfortran.dg/coarray_allocate_5.f08: New test. - -2016-02-23 Andreas Krebbel - - * gcc.target/s390/vcond-shift.c: Move to ... - * gcc.target/s390/vector/vcond-shift.c: ... here. - -2016-02-23 Andreas Krebbel - - * gcc.target/s390/md/movstr-2.c: Move and rename to ... - * gcc.target/s390/vector/stpcpy-1.c: ... this one. - -2016-02-23 Andreas Krebbel - - * gcc.target/s390/md/movstr-1.c: Turn into compile test. - -2016-02-20 Mark Wielaard - - PR c/28901 - * gcc.dg/unused-variable-3.c: New test. - -2016-02-22 Jakub Jelinek - - PR target/69888 - * gcc.target/i386/pr69888.c: New test. - -2016-02-22 Richard Biener - - PR tree-optimization/69882 - * gfortran.dg/vect/pr69882.f90: New testcase. - -2016-02-22 Jakub Jelinek - - PR target/69885 - * gcc.dg/pr69885.c: New test. - -2016-02-22 Oleg Endo - - PR target/69806 - PR target/54089 - * gcc.target/sh/pr54089-10.c: New. - -2016-02-20 Paul Thomas - - PR fortran/69423 - * gfortran.dg/deferred_character_15.f90: New test. - -2016-02-20 Dominique d'Humieres - - PR fortran/57365 - gfortran.dg/allocate_with_source_18.f03: New test. - -2016-02-20 Harald Anlauf - - PR fortran/52531 - gfortran.dg/gomp/pr52531.f90: New test. - -2016-02-19 Bernd Edlinger - - PR c++/69865 - * c-c++-common/Wshift-negative-value-6.c: Add -std=c++11 before - -std=c++03. - -2016-02-19 Jakub Jelinek - - PR c++/69826 - * c-c++-common/cilk-plus/CK/pr69826-1.c: New test. - * c-c++-common/cilk-plus/CK/pr69826-2.c: New test. - - PR c++/69850 - * g++.dg/warn/Wnonnull-compare-4.C: New test. - - PR c++/69851 - * g++.dg/torture/pr69851.C: New test. - -2016-02-19 Martin Sebor - - PR testsuite/69573 - * gcc.dg/pr61053.c: Tweaked test to avoid bogus failures. - -2016-02-19 Jakub Jelinek - - PR c++/69850 - * g++.dg/warn/Wnonnull-compare-2.C: New test. - * g++.dg/warn/Wnonnull-compare-3.C: New test. - - PR c++/67767 - * g++.dg/cpp0x/pr67767.C: New test. - -2016-02-19 Kyrylo Tkachov - - * lib/target-supports.exp: Define aarch64_asm_FUNC_ok checks - for fp, simd, crypto, crc, lse. - * doc/sourcebuild.texi (AArch64-specific attributes): Document the - above. - * gcc.target/aarch64/assembler_arch_1.c: Add aarch64_asm_lse_ok - effective target check. - -2016-02-19 Jakub Jelinek - - PR target/69820 - * gcc.target/i386/pr69820.c: New test. - -2016-02-19 Andreas Krebbel - - * gcc.target/s390/vector/int128-1.c: New test. - -2016-02-19 Andreas Krebbel - - * gcc.target/s390/vector/vec-vcond-1.c: New test. - -2016-02-19 Andreas Krebbel - - * gcc.target/s390/md/movstr-1.c: Allow also the z13 strings - instruction pattern name to prevent the testcase from failing with - -march=z13. - -2016-02-19 Andreas Krebbel - - * gcc.target/s390/md/movstr-2.c: New test. - -2016-02-19 Marcin Kościelnicki - - * gcc.target/s390/morestack.c: New test. - -2016-02-19 Dominik Vogt - - PR target/69625 - * gcc.target/s390/pr69625.c: Add test case. - -2016-02-18 Bernd Edlinger - - PR testsuite/68580 - * c-c++-common/tsan/pr65400-1.c (v, q, o): Make 8-byte aligned. - -2016-02-18 Michael Meissner - - PR target/68404 - * gcc.target/powerpc/fusion.c: Revert the 2016-02-09 change. - * gcc.target/powerpc/fusion3.c: Likewise. - -2016-02-18 Richard Biener - - PR middle-end/69553 - * g++.dg/torture/pr69553.C: New testcase. - -2016-02-18 Nick Clifton - - PR target/62254 - PR target/69610 - * gcc.target/arm/pr62554.c: New test. - * gcc.target/arm/pr69610-1.c: New test. - * gcc.target/arm/pr69610-2.c: New test. - -2016-02-18 Richard Biener - - PR middle-end/69854 - * gcc.dg/torture/pr69854.c: New testcase. - -2016-02-17 Jakub Jelinek - - PR c++/69850 - * g++.dg/warn/Wnonnull-compare-1.C: New test. - -2012-02-17 Bill Schmidt - - * gcc.target/powerpc/vec-cg.c: New test. - -2016-02-17 Richard Biener - - PR testsuite/69586 - * gcc.dg/uninit-21.c: Add -fno-short-enums. - -2016-02-17 Kyrylo Tkachov - - PR target/69161 - * gcc.c-torture/compile/pr69161.c: New test. - -2016-02-17 David Sherwood - - PR target/69532 - * gcc.target/arm/fmaxmin.c: Change effective target to arm_v8_neon_hw. - * gcc.target/arm/vect-fmaxmin.c: Likewise. - -2016-02-17 Eric Botcazou - - * gcc.dg/ifcvt-4.c: Skip on Visium. - -2016-02-17 Eric Botcazou - - * gnat.dg/atomic8.adb: New test. - -2016-02-17 Eric Botcazou - - * gnat.dg/discr46.ad[sb]: New test. - -2016-02-16 Kelvin Nilsen - - PR Target/48344 - * gcc.target/powerpc/pr48344-1.c: New test. - -2015-02-16 Thomas Koenig - - PR fortran/69742 - * gfortran.dg/associate_21.f90: New test. - -2016-02-16 Jakub Jelinek - - PR c/69835 - * c-c++-common/nonnull-1.c: Use -Wnonnull-compare instead of - -Wnonnull in dg-options. - * c-c++-common/nonnull-2.c: New test. - -2016-02-16 James Greenhalgh - Ramana Radhakrishnan - - * gcc.target/aarch64/vector_initialization_nostack.c: New. - -2016-02-16 Jakub Jelinek - - PR middle-end/69801 - * gcc.dg/pr69801.c: Add empty dg-options. - -2016-02-16 James Norris - - * c-c++-common/goacc/deviceptr-1.c: Add tests. - * g++.dg/goacc/deviceptr-1.c: New file. - -2016-02-16 Jakub Jelinek - - PR tree-optimization/69820 - * gcc.dg/vect/pr69820.c: New test. - -2016-02-16 Richard Biener - - PR tree-optimization/69776 - * gcc.dg/torture/pr69776-2.c: New testcase. - -2016-02-16 Bernd Schmidt - - PR tree-optimization/69714 - * gcc.dg/torture/pr69714.c: New test. - -2016-02-16 Jakub Jelinek - - PR tree-optimization/69802 - * gcc.dg/pr69802.c: New test. - -2016-02-16 Richard Biener - - PR middle-end/69801 - * gcc.dg/pr69801.c: New testcase. - -2016-02-15 Jerry DeLisle - - PR libgfortran/69651 - * gfortran.dg/read_bang.f90: New test. - * gfortran.dg/read_bang4.f90: New test. - -2016-02-15 Jakub Jelinek - - PR c++/69658 - * g++.dg/init/pr69658.C: New test. - - PR c++/69797 - * c-c++-common/pr69797.c: New test. - -2016-02-15 Prathamesh Kulkarni - - * lib/target-supports.exp (check_effective_target_section_anchors): Add - check for aarch64*-*-*. - -2016-02-15 Richard Biener - - PR tree-optimization/69783 - * gcc.dg/vect/pr69783.c: New testcase. - -2016-02-15 Richard Biener - - PR tree-optimization/69776 - * gcc.dg/torture/pr69776.c: New testcase. - -2016-02-14 Thomas Koenig - - PR fortran/60526 - * gfortran.dg/type_decl_4.f90: Reinstated. - -2016-02-14 John David Anglin - - PR fortran/68746 - * gfortran.dg/read_dir.f90: Xfail on hppa*-*-hpux*. - -2016-02-14 Thomas Koenig - - PR fortran/60526 - PR bootstrap/69816 - * gfortran.dg/type_decl_4.f90: Removed. - -2016-02-14 Thomas Koenig - - PR fortran/60526 - * gfortran.dg/type_decl_4.f90: New test. - -2016-02-14 Alan Modra - - PR testsuite/68886 - * gcc.c-torture/execute/stkalign.c: Revise test. - -2016-02-13 Oleg Endo - - PR target/67260 - * gcc.target/sh/torture/pr67260.c: Adjust additional options. - -2016-02-13 Oleg Endo - - PR target/67260 - * gcc.target/sh/torture/pr67260.c: New. - -2016-02-12 John David Anglin - - * gcc.dg/pr67964.c: Add dg-require-alias. - -2016-02-13 Oleg Endo - - PR target/67636 - PR target/64345 - * gcc.target/sh/pr54236-1.c: Adjust optimization level. - -2016-02-12 Jerry DeLisle - - PR libgfortran/69668 - * gfortran.dg/namelist_88.f90: New test. - -2016-02-12 Jerry DeLisle - - PR libgfortran/69668 - * gfortran.dg/namelist_38.f90: Update test. - * gfortran.dg/namelist_84.f90: Update test. - -2016-02-12 David Malcolm - - PR other/69554 - * gcc.dg/pr69554-1.c: New test. - * gfortran.dg/pr69554-1.F90: New test. - * gfortran.dg/pr69554-2.F90: New test. - * lib/gcc-dg.exp (proc dg-locus): New function. - * lib/gfortran-dg.exp (proc gfortran-dg-test): Update comment to - distinguish between the caret-printing and non-caret-printing - cases. If caret-printing has been explicitly enabled, bail out - without attempting to fix up the output. - -2016-02-12 David Malcolm - - PR driver/69265 - PR driver/69453 - * gcc.dg/spellcheck-options-3.c: New test case. - * gcc.dg/spellcheck-options-4.c: New test case. - * gcc.dg/spellcheck-options-5.c: New test case. - * gcc.dg/spellcheck-options-6.c: New test case. - * gcc.dg/spellcheck-options-7.c: New test case. - * gcc.dg/spellcheck-options-8.c: New test case. - * gcc.dg/spellcheck-options-9.c: New test case. - * gcc.dg/spellcheck-options-10.c: New test case. - -2016-02-12 Jakub Jelinek - - PR rtl-optimization/69764 - PR rtl-optimization/69771 - * c-c++-common/pr69764.c: New test. - * gcc.dg/torture/pr69771.c: New test. - -2016-02-12 Marek Polacek - - * g++.dg/torture/init-list1.C: New. - -2016-02-12 Marek Polacek - - * gcc.dg/pr69522.c: Add empty dg-options. - -2016-02-12 Ilya Enkovich - - * g++.dg/lto/lto.exp: Include and init mpx. - * g++.dg/lto/pr69729_0.C: New test. - -2016-02-12 Jakub Jelinek - - PR ipa/69241 - * g++.dg/ipa/pr69241-4.C: New test. - - PR ipa/68672 - * g++.dg/ipa/pr68672-1.C: New test. - * g++.dg/ipa/pr68672-2.C: New test. - * g++.dg/ipa/pr68672-3.C: New test. - -2016-02-12 Bernd Schmidt - - PR c/69522 - * gcc.dg/pr69522.c: New test. - -2016-02-12 Patrick Palka - - PR c++/69098 - * g++.dg/cpp1y/69098.C: New test. - * g++.dg/cpp1y/69098-2.C: New test. - -2016-02-12 Jakub Jelinek - - * objc.dg/gnu-api-2-method.m: Spelling fixes - behaviour -> behavior - and neighbour -> neighbor. - * objc.dg/attributes/method-nonnull-1.m: Likewise. - * objc.dg/gnu-api-2-class-meta.m: Likewise. - * c-c++-common/Wvarargs.c: Likewise. - * c-c++-common/goacc/host_data-5.c: Likewise. - * obj-c++.dg/gnu-api-2-class-meta.mm: Likewise. - * obj-c++.dg/attributes/method-nonnull-1.mm: Likewise. - * obj-c++.dg/gnu-api-2-method.mm: Likewise. - * gcc.target/aarch64/pr60697.c: Likewise. - * gcc.target/aarch64/advsimd-intrinsics/vldX_lane.c: Likewise. - * gcc.target/aarch64/advsimd-intrinsics/vqshl.c: Likewise. - * gcc.target/aarch64/advsimd-intrinsics/vshuffle.inc: Likewise. - * gcc.target/aarch64/advsimd-intrinsics/vrshl.c: Likewise. - * gcc.target/aarch64/advsimd-intrinsics/vldX_dup.c: Likewise. - * gcc.target/aarch64/advsimd-intrinsics/vstX_lane.c: Likewise. - * gcc.target/aarch64/advsimd-intrinsics/vqrshl.c: Likewise. - * gcc.target/aarch64/advsimd-intrinsics/vldX.c: Likewise. - * gcc.target/aarch64/aapcs64/ice_2.c: Likewise. - * gcc.target/aarch64/aapcs64/test_23.c: Likewise. - * gcc.target/aarch64/vrnd_f64_1.c: Likewise. - * g++.dg/warn/Wconversion-real-integer-3.C: Likewise. - * g++.dg/lookup/koenig5.C: Likewise. - * g++.dg/ext/no-asm-2.C: Likewise. - * gfortran.dg/bounds_check_array_ctor_3.f90: Likewise. - * gfortran.dg/bounds_check_array_ctor_7.f90: Likewise. - * gfortran.dg/used_types_16.f90: Likewise. - * gfortran.dg/assumed_rank_bounds_1.f90: Likewise. - * gfortran.dg/bounds_check_array_ctor_1.f90: Likewise. - * gfortran.dg/assumed_rank_bounds_2.f90: Likewise. - * gfortran.dg/bounds_check_array_ctor_4.f90: Likewise. - * gfortran.dg/abstract_type_6.f03: Likewise. - * gfortran.dg/bounds_check_array_ctor_5.f90: Likewise. - * gfortran.dg/used_types_15.f90: Likewise. - * gfortran.dg/bounds_check_array_ctor_8.f90: Likewise. - * gfortran.dg/exit_3.f08: Likewise. - * gfortran.dg/open_status_2.f90: Likewise. - * gfortran.dg/derived_pointer_recursion_2.f90: Likewise. - * gfortran.dg/intrinsic_std_1.f90: Likewise. - * gfortran.dg/associate_1.f03: Likewise. - * gfortran.dg/bounds_check_array_ctor_2.f90: Likewise. - * gfortran.dg/intrinsic_std_6.f90: Likewise. - * gfortran.dg/bounds_check_array_ctor_6.f90: Likewise. - * gcc.dg/builtin-object-size-1.c: Likewise. - * gcc.dg/noreturn-6.c: Likewise. - * gcc.dg/builtin-stringop-chk-1.c: Likewise. - * gcc.dg/globalalias.c: Likewise. - * gcc.dg/builtins-config.h: Likewise. - * gcc.dg/pr30457.c: Likewise. - * gcc.c-torture/compile/volatile-1.c: Likewise. - * gcc.c-torture/execute/20101011-1.c: Likewise. - * c-c++-common/Waddress-1.c: Likewise. - -2016-02-11 Jakub Jelinek - - PR c/69768 - * c-c++-common/Waddress-1.c: New test. - -2016-02-11 Andre Vehreschild - - PR fortran/69296 - * gfortran.dg/associate_19.f03: New test. - * gfortran.dg/associate_20.f03: New test. - -2016-02-11 Oleg Endo - - * gcc.target/sh/pr54089-8.c: Adjust optimization level. - -2016-02-11 Kyrylo Tkachov - - * gcc.target/aarch64/target_attr_15.c: Scan assembly for - .arch armv8-a\n. Add -dA to dg-options. - * gcc.target/aarch64/assembler_arch_1.c: New test. - * gcc.target/aarch64/target_attr_7.c: Add -dA to dg-options. - -2016-02-11 Paolo Carlini - - PR c++/68726 - * g++.dg/cpp0x/pr68726.C: New. - -2016-02-11 Ilya Enkovich - - * lib/mpx-dg.exp: Fix warning in check_effective_target_mpx - test. - -2016-02-11 Richard Biener - - * g++.dg/tree-ssa/pr61034.C: Adjust. - -2016-02-10 Vladimir Makarov - - PR target/69148 - * gcc.target/s390/pr69148.c: New. - -2016-02-10 Yuri Rumyantsev - - PR tree-optimization/69652 - * gcc.dg/torture/pr69652.c: New test. - -2016-02-10 Jakub Jelinek - Patrick Palka - - PR ipa/69241 - PR c++/69649 - * g++.dg/ipa/pr69241-1.C: New test. - * g++.dg/ipa/pr69241-2.C: New test. - * g++.dg/ipa/pr69241-3.C: New test. - * g++.dg/ipa/pr69649.C: New test. - -2016-02-10 Uros Bizjak - - * gcc.dg/tree-ssa/sra-17.c: Add -mcpu=ev4 for target alpha*-*-*. - * gcc.dg/tree-ssa/sra-18.c: Ditto. - -2016-02-10 Bin Cheng - - PR tree-optimization/68021 - * gcc.dg/tree-ssa/pr68021.c: New test. - -2016-02-10 Richard Biener - - PR tree-optimization/69726 - * gcc.dg/uninit-22.c: New testcase. - -2016-02-09 Andrew Pinski - - PR tree-opt/69282 - * gcc.c-torture/compile/20160205-1.c: New testcase. - -2016-02-09 Michael Meissner - - PR target/68404 - * gcc.target/powerpc/fusion.c: Rewrite test to use TOC fusion - instead accessing a really large arrray. - * gcc.target/powerpc/fusion3.c: Likewise. - -2016-02-09 Charles Baylis - - PR target/68532 - * gcc.c-torture/execute/pr68532.c: New test. - -2016-02-11 Alexandre Oliva - - PR target/69634 - * gcc.dg/pr69634.c: New. - -2016-02-09 Richard Biener - - * gcc.dg/vect/vect-mask-store-move-1.c: Add missing space. - -2016-02-09 Alexander Fomin - - * gcc.target/i386/avx512f-klogic-2.c: Adjust expectation. - -2016-02-09 Yuri Rumyantsev - - * gcc.dg/vect/vect-mask-store-move-1.c: Fix test failures. - -2016-02-09 Richard Biener - - PR tree-optimization/69715 - * gcc.dg/torture/pr69715.c: New testcase. - -2016-02-08 Patrick Palka - - PR c++/69139 - * g++.dg/cpp0x/trailing12.C: New test. - * g++.dg/cpp0x/trailing13.C: New test. - -2016-02-08 Patrick Palka - - PR c++/69283 - PR c++/67835 - * g++.dg/cpp1y/auto-fn29.C: New test. - * g++.dg/cpp1y/auto-fn30.C: New test. - -2016-02-08 Jakub Jelinek - - PR tree-optimization/69209 - * gcc.c-torture/compile/pr69209.c: New test. - -2016-02-08 Jeff Law - - PR tree-optimization/68541 - * gcc.dg/tree-ssa/split-path-1.c: Increase limit for number - of statements allowed in join block for path splitting. - -2016-02-08 Jakub Jelinek - - PR c++/59627 - * g++.dg/gomp/pr59627.C: New test. - - PR ipa/69239 - * g++.dg/ipa/pr69239.C: New test. - -2016-02-08 David Malcolm - - PR preprocessor/69664 - * gcc.dg/cpp/trad/comment-2.c: Add expected column number. - * gcc.dg/cpp/warn-comments.c: Likewise. - -2016-02-08 Marek Polacek - - PR c++/69688 - * g++.dg/init/const12.C: New test. - -2016-02-08 Bernd Schmidt - - PR target/60410 - * gcc.dg/lto/pr55113_0.c: Remove test. - -2016-02-08 Richard Biener - - PR tree-optimization/69719 - * gcc.dg/torture/pr69719.c: New testcase. - -2016-02-08 Richard Biener - Jeff Law - - PR target/68273 - * gcc.target/mips/pr68273.c: New testcase. - -2016-02-08 Richard Biener - - PR rtl-optimization/69274 - * gcc.target/i386/addr-sel-1.c: XFAIL. - -2016-02-08 Jeff Law - - PR tree-optimization/68541 - * gcc.dg/tree-ssa/split-path-2.c: Make char array explicitly signed. - - PR tree-optimization/65917 - * gcc.dg/tree-ssa/20030922-2.c: No longer xfailed. - -2016-02-07 Jerry DeLisle - - PR fortran/50555 - * gfortran.dg/namelist_args.f90: New test. - -2016-02-05 Jeff Law - - PR tree-optimization/68541 - * gcc.dg/tree-ssa/split-path-2.c: New test. - * gcc.dg/tree-ssa/split-path-3.c: New test. - * gcc.dg/tree-ssa/split-path-4.c: New test. - * gcc.dg/tree-ssa/split-path-5.c: New test. - * gcc.dg/tree-ssa/split-path-6.c: New test. - * gcc.dg/tree-ssa/split-path-7.c: New test. - -2016-02-05 Martin Sebor - - PR c++/69662 - * g++.dg/warn/Wplacement-new-size-1.C: New test. - * g++.dg/warn/Wplacement-new-size-2.C: New test. - -2016-02-06 Richard HEnderson - - PR c/69643 - * gcc.target/i386/addr-space-4.c: New. - * gcc.target/i386/addr-space-5.c: New. - -2016-02-05 Mikael Morin - - PR fortran/66089 - * gfortran.dg/elemental_dependency_6.f90: New. - -2016-02-05 Jakub Jelinek - - PR rtl-optimization/69691 - * gcc.c-torture/execute/pr69691.c: New test. - - PR c++/69628 - * g++.dg/parse/pr69628.C: New test. - -2016-02-05 Uros Bizjak - - * gcc.dg/sancov/asan.c: Move to ... - * gcc.dg/asan/sancov-1.c: ... here. - -2016-02-05 Uros Bizjak - - * gcc.target/i386/pr69577.c: Require avx_runtime target. - -2016-02-05 H.J. Lu - - PR target/69677 - * gcc.target/i386/pr69677.c: New test. - -2016-02-05 Patrick Palka - - PR c++/68948 - * g++.dg/template/pr68948.C: New test. - -2016-02-05 Dominik Vogt - - * gcc.dg/tree-ssa/ssa-dom-cse-2.c: Remove -march=z13 for s390 - (only necessary on s390x). - -2016-02-04 H.J. Lu - - * gcc.target/i386/pr69454-2.c: Compile with -msse2 - -mno-accumulate-outgoing-args. - -2016-02-04 Patrick Palka - - * g++.dg/cpp0x/constexpr-ptrmem5.C: New test. - -2016-02-04 Jakub Jelinek - - PR c/69669 - * c-c++-common/pr69669.c: New test. - -2016-02-04 Michael Meissner - - PR target/69667 - * g++.dg/pr69667.C: New file. - -2016-02-04 Wilco Dijkstra - - PR target/69619 - * gcc.dg/pr69619.c: Add new test. - -2016-02-04 Richard Sandiford - - PR rtl-optimization/69577 - * gcc.target/i386/pr69577.c: New test. - -2016-02-04 Martin Liska - - * g++.dg/asan/pr69276.C: New test. - -2016-02-04 Kyrylo Tkachov - - PR target/65932 - PR target/67714 - * gcc.target/arm/wmul-3.c: Simplify test to generate just - a single smulbb instruction. - * gcc.target/amr/wmul-1.c: Add -mtune=cortex-a9 to dg-options. - * gcc.target/amr/wmul-2.c: Likewise. - -2016-02-04 Kyrylo Tkachov - - PR target/65932 - PR target/67714 - * gcc.c-torture/execute/pr67714.c: New test. - -2016-02-04 Ilya Enkovich - - PR target/69454 - * gcc.target/i386/pr69454-1.c: New test. - * gcc.target/i386/pr69454-2.c: New test. - -2016-02-03 Martin Sebor - - PR c++/69251 - PR c++/69253 - PR c++/69290 - PR c++/69277 - PR c++/69349 - * g++.dg/ext/flexarray-mangle-2.C: New test. - * g++.dg/ext/flexarray-mangle.C: New test. - * g++.dg/ext/flexarray-subst.C: New test. - * g++.dg/ext/flexary11.C: New test. - * g++.dg/ext/flexary12.C: New test. - * g++.dg/ext/flexary13.C: New test. - * g++.dg/ext/flexary14.C: New test. - * g++.dg/other/dump-ada-spec-2.C: Adjust. - -2016-02-03 H.J. Lu - - * gcc.target/i386/iamcu/test_passing_unions.c (check_union_passing6): - Define only if CHECK_FLOAT128 is defined. - (main): Properly initialize u5. - -2016-02-03 Jakub Jelinek - - PR c/69627 - * gcc.dg/pr69627.c: New test. - - PR target/69644 - * gcc.dg/pr69644.c: New test. - -2016-02-03 Mike Stump - - * lib/compat.exp (compat-get-options-main): Add dg-timeout-factor - support for struct-layout-1.exp. - -2016-02-03 Patrick Palka - - PR c++/69056 - * g++.dg/cpp0x/pr69056.C: New test. - -2016-02-03 Vladimir Makarov - Alexandre Oliva - - PR target/69461 - * gcc.target/powerpc/pr69461.c: New. - -2016-02-03 Uros Bizjak - - * lib/tsan-dg.exp (tsan_init): Move check if tsan executable - works from here ... - (check_effective_target_fsanitize_thread): ... to here. Do not - specify additional compile flags for the test source. - * lib/asan-dg.exp (check_effective_target_fsanitize_address): Do not - specify additional compile flags for the test source. - -2016-02-03 Wilco Dijkstra - - * gcc.target/aarch64/ccmp_1.c: Fix test issue. - -2016-02-03 Andre Vehreschild - - PR fortran/67451 - PR fortran/69418 - * gfortran.dg/coarray_allocate_2.f08: New test. - * gfortran.dg/coarray_allocate_3.f08: New test. - * gfortran.dg/coarray_allocate_4.f08: New test. - -2016-02-03 Alan Lawrence - - * gcc.dg/vect/vect-outer-1-big-array.c: Drop vect_multiple_sizes; - use same scan-tree-dump-times on all platforms. - * gcc.dg/vect/vect-outer-1.c: Likewise. - * gcc.dg/vect/vect-outer-1a-big-array.c: Likewise. - * gcc.dg/vect/vect-outer-1a.c: Likewise. - * gcc.dg/vect/vect-outer-1b-big-array.c: Likewise. - * gcc.dg/vect/vect-outer-1b.c: Likewise. - * gcc.dg/vect/vect-outer-2b.c: Likewise. - * gcc.dg/vect/vect-outer-3b.c: Likewise. - * gcc.dg/vect/vect-reduc-dot-s8b.c: Likewise. - -2016-02-02 Segher Boessenkool - - * c-c++-common/vector-compare-4.c: Prune "non-standard ABI extension" - warning. - -2016-02-02 H.J. Lu - - * gcc.target/i386/iamcu/test_empty_structs_and_unions.c: New test. - -2016-02-02 James Norris - - * c-c++-common/goacc/routine-5.c: Add tests. - -2016-02-02 Alexander Monakov - - * gcc.target/nvptx/unsigned-cmp.c: New test. - -2016-02-02 Wilco Dijkstra - - * gcc.target/aarch64/scalar_shift_1.c - (test_corners_sisd_di): Improve force to SIMD register. - (test_corners_sisd_si): Likewise. - * gcc.target/aarch64/vect-ld1r-compile-fp.c: - Remove scan-assembler check for ldr. - -2016-02-02 Richard Biener - - PR tree-optimization/69595 - * gcc.dg/Warray-bounds-17.c: New testcase. - -2016-02-02 Richard Biener - - PR tree-optimization/69606 - * gcc.dg/torture/pr69606.c: New testcase. - -2016-02-02 Yuri Rumyantsev - - PR middle-end/68542 - * gcc.dg/vect/vect-mask-store-move-1.c: New test. - * gcc.target/i386/avx2-vect-mask-store-move1.c: New test. - -2016-02-02 Alan Modra - - PR target/69548 - * gcc.target/powerpc/pr69548.c: New test. - -2016-02-01 Jakub Jelinek - - PR rtl-optimization/69592 - * gcc.dg/pr69592.c: New test. - - PR preprocessor/69543 - PR c/69558 - * gcc.dg/pr69543.c: New test. - * gcc.dg/pr69558.c: New test. - -2016-02-01 Uros Bizjak - - PR testsuite/65940 - * g++.dg/other/anon5.C (dg-options): Use -gdwarf-2 instead of -g. - -2016-02-01 Martin Sebor - - * gcc.target/powerpc/pr17381.c: Remove duplicate copy of the test body. - -2016-02-01 Bin Cheng - - PR tree-optimization/67921 - * c-c++-common/ubsan/pr67921.c: New test. - -2016-02-01 Richard Biener - - PR middle-end/69556 - * gcc.dg/tree-ssa/recip-8.c: New testcase. - -2016-02-01 Richard Biener - - PR tree-optimization/69574 - * gcc.dg/torture/pr69574.c: New testcase. - -2016-02-01 Richard Biener - - PR tree-optimization/69579 - * gcc.dg/setjmp-6.c: New testcase. - -2016-02-01 Jakub Jelinek - - PR rtl-optimization/69570 - * g++.dg/opt/pr69570.C: New test. - -2016-02-01 Richard Henderson - - * gcc.dg/pr69535.c: New test. - -2016-01-31 John David Anglin - - PR testsuite/69584 - * gcc.dg/tree-ssa/sra-17.c: Fix regexps to work on hpux. - * gcc.dg/tree-ssa/sra-18.c: Likewise. - - PR debug/68244 - * g++.dg/parse/parens3.C: Use register "4" on hppa. - - * gcc.dg/tree-ssa/vector-5.c: Add -fno-common option on hppa*-*-hpux*. - -2016-01-31 Paul Thomas - - PR fortran/67564 - * gfortran.dg/allocate_with_source_17.f03: New test. - -2016-01-30 Jakub Jelinek - - PR tree-optimization/69546 - * gcc.dg/torture/pr69546.c: New test. - -2016-01-30 Paul Thomas - - PR fortran/69566 - * gfortran.dg/unlimited_polymorphic_25.f03: New test. - -2016-01-30 Martin Sebor - - PR c++/68490 - * g++.dg/ext/flexary10.C: New test. - -2016-01-30 Dominique d'Humieres - - PR fortran/66707 - gfortran.dg/common_23.f90: New test. - -2016-01-29 Bill Schmidt - - PR target/65546 - * gcc.dg/vect/costmodel/ppc/costmodel-vect-31a.c: Correct - condition being checked, and disable it when the target supports - misaligned loads and stores. - -2016-01-29 Jakub Jelinek - - PR debug/69518 - * gcc.dg/torture/pr69518.c: New test. - -2016-01-29 H.J. Lu - - PR target/69530 - * gcc.target/i386/pr69530.c: New test. - -2016-01-29 Steve Ellcey - - PR target/65604 - * gcc.target/mips/div-delay.c: New test. - -2016-01-29 Jakub Jelinek - - PR target/69551 - * gcc.target/i386/pr69551.c: New test. - - PR target/66137 - * gcc.target/i386/pr66137.c: New test. - -2016-01-29 Andrew Bennett - - * gcc.target/mips/p5600-bonding.c (dg-options): Force the test to be - always built for p5600. - * gcc.target/mips/mips.exp (mips-dg-options): Add support for the - isa=p5600 dg-option. - -2016-01-29 Richard Biener - - PR tree-optimization/69547 - * g++.dg/tree-ssa/pr69547.C: New testcase. - -2016-01-29 Jakub Jelinek - - PR debug/66869 - * g++.dg/warn/Wunused-function2.C: New test. - -2016-01-29 Dominik Vogt - - * gcc.dg/tree-ssa/ssa-dom-cse-2.c: Require a hardware vector - support for test to succeed. - -2016-01-29 Marek Polacek - - PR c++/69509 - PR c++/69516 - * g++.dg/ext/constexpr-vla2.C: New test. - * g++.dg/ext/constexpr-vla3.C: New test. - * g++.dg/ubsan/vla-1.C: Remove dg-shouldfail. - -2016-01-29 Richard Biener - - PR middle-end/69537 - * gcc.dg/uninit-21.c: New testcase. - -2016-01-28 Uros Bizjak - - PR target/69459 - * gcc.target/i386/pr69459.c: New test. - -2016-01-28 Steve Ellcey - - PR target/68400 - * gcc.target/mips/mips.exp (mips_option_groups): Add stack-protector. - * gcc.target/mips/pr68400.c: New test. - -2016-01-28 Martin Sebor - - PR target/17381 - * gcc.target/powerpc/pr17381.c: New test. - -2016-01-28 Jakub Jelinek - - PR middle-end/69542 - * gcc.dg/torture/pr69542.c: New test. - -2016-01-28 Wilco Dijkstra - - * gcc.target/aarch64/ccmp_1.c: Fix test issue. - -2016-01-28 David Edelsohn - - * gcc.dg/pr65980.c: Skip on AIX. - * gcc.dg/pr66688.c: Same. - -2016-01-28 David Edelsohn - - PR target/63679 - * gcc.dg/tree-ssa/sra-17.c: Adjust regex for more label styles. - * gcc.dg/tree-ssa/sra-18.c: Same. - -2016-01-28 Andre Vehreschild - - PR fortran/62536 - * gfortran.dg/block_15.f08: New test. - * gfortran.dg/block_end_error_1.f90: Need to catch additional error - on incorrectly closed BLOCK. - -2016-01-28 Ilya Enkovich - - * gcc.dg/declare-simd.c: New test. - -2016-01-28 Richard Biener - - PR tree-optimization/69466 - * gfortran.dg/vect/pr69466.f90: New testcase. - -2016-01-28 Thomas Preud'homme - - * g++.dg/pr67989.C: Remove ARM-specific option. - * gcc.target/arm/pr67989.C: New file. - -2016-01-27 Uros Bizjak - - * gcc.dg/torture/pr68264.c: Disable log1p test for glibc < 2.22 - and expm1 test for glibc < 2.11. - -2016-01-27 Richard Henderson - - * gcc.c-torture/execute/pr69447.c: New test. - -2016-01-27 Paul Thomas - - PR fortran/69422 - * gfortran.dg/alloc_comp_assign_15.f03: New test. - -2016-01-27 Jakub Jelinek - - PR debug/66869 - * gcc.dg/pr66869.c: New test. - -2016-01-25 Jeff Law - - PR tree-optimization/68398 - PR tree-optimization/69196 - * gcc.dg/tree-ssa/pr66752-3.c: Update expected output. - * gcc.dg/tree-ssa/ssa-dom-thread-2c.c: Add extra statements on thread - path to avoid new heuristic allowing more irreducible regions - * gcc.dg/tree-ssa/ssa-dom-thread-2d.c: Likewise. - * gcc.dg/tree-ssa/vrp46.c: Likewise. - * gcc.dg/tree-ssa/ssa-dom-thread-7.c: Update expected output. - * gcc.dg/tree-ssa/ssa-dom-thread-2g.c: New test. - * gcc.dg/tree-ssa/ssa-dom-thread-2h.c: Likewise. - -2016-01-27 Marek Polacek - - PR c/68062 - * c-c++-common/vector-compare-4.c: New test. - -2016-01-27 David Malcolm - - PR preprocessor/69126 - * c-c++-common/pr69126.c: New test case. - -2016-01-27 Ian Lance Taylor - - * gcc.dg/tree-ssa/ivopt_5.c: New test. - -2016-01-27 Ryan Burn - - PR cilkplus/69267 - * g++.dg/cilk-plus/CK/pr69267.cc: New test. - -2016-01-27 Uros Bizjak - - PR target/69512 - * gcc.target/i386/pr69512.c: New test. - -2016-01-27 Rainer Emrich - - PR ada/69488 - * gnat.dg/sso/*.adb: Robustify dg-output directives. - -2016-01-27 Marek Polacek - - PR c++/69379 - * g++.dg/pr69379.C: New test. - -2016-01-27 Martin Sebor - - PR c++/69317 - * g++.dg/abi/Wabi-2-2.C: New test. - * g++.dg/abi/Wabi-2-3.C: New test. - * g++.dg/abi/Wabi-3-2.C: New test. - * g++.dg/abi/Wabi-3-3.C: New test. - -2016-01-27 Richard Biener - - PR tree-optimization/69166 - * gcc.dg/torture/pr69166.c: New testcase. - -2016-01-27 Martin Jambor - - PR tree-optimization/69355 - * gcc.dg/tree-ssa/pr69355.c: New test. - -2016-01-27 Marek Polacek - - PR c++/69496 - * g++.dg/ext/constexpr-vla1.C: New test. - -2016-01-20 Christian Bruel - - PR target/69245 - * gcc.target/arm/pr69245.c: New test. - -2016-01-27 Jakub Jelinek - - PR tree-optimization/69399 - * gcc.dg/torture/pr69399.c: New test. - -2016-01-27 Eric Botcazou - - * gcc.dg/tree-ssa/ssa-dom-cse-2.c: XFAIL on SPARC 64-bit. - -2016-01-26 Eric Botcazou - - * gcc.c-torture/execute/stkalign.c: XFAIL run on SPARC 64-bit. - -2016-01-26 Tom de Vries - - PR tree-optimization/69110 - * gcc.dg/autopar/pr69110.c: New test. - -2016-01-26 Abderrazek Zaafrani - Sebastian Pop - - * gcc.dg/graphite/isl-ast-op-select.c: New. - -2015-01-26 Paul Thomas - - PR fortran/69385 - * gfortran.dg/allocate_error_6.f90: New test. - -2016-01-26 Richard Henderson - - * gcc.dg/tm/pr60908.c: New test. - -2016-01-26 David Malcolm - - PR other/69006 - * g++.dg/ext/timevar1.C: Add dg-allow-blank-lines-in-output - directive. - * gcc.dg/plugin/diagnostic-test-show-locus-color.c: Update - expected multiline output to reflect the colorization being - disabled before newlines. - * gcc.dg/plugin/diagnostic_plugin_test_show_locus.c - (custom_diagnostic_finalizer): Replace call to - pp_newline_and_flush with call to pp_flush. - * gcc.dg/unroll-2.c: Add dg-allow-blank-lines-in-output directive. - * gfortran.dg/implicit_class_1.f90: Likewise. - * lib/gcc-dg.exp (allow_blank_lines): New global. - (dg-allow-blank-lines-in-output): New procedure. - (gcc-dg-prune): Complain about blank lines in the output, unless - dg-allow-blank-lines-in-output was called. - * lib/multiline.exp (_build_multiline_regex): Only support - arbitrary followup text for non-blank-lines, not for blank lines. - -2016-01-26 Jakub Jelinek - - PR tree-optimization/69483 - * gcc.dg/pr69483.c: New test. - * g++.dg/opt/pr69483.C: New test. - -2016-01-26 Christophe Lyon - - PR target/68620 - * gcc.target/arm/pr68620.c: New test. - -2016-01-26 H.J. Lu - - * gcc.target/i386/pr68986-2.c: Remove -m32. - -2016-01-26 H.J. Lu - - PR target/68986 - * gcc.target/i386/pr68986-1.c: New test. - * gcc.target/i386/pr68986-2.c: Likewise. - * gcc.target/i386/pr68986-3.c: Likewise. - -2016-01-26 Christian Bruel - - * lib/target-supports.exp - (check_effective_target_arm_crypto_pragma_ok_nocache): Remove. - (check_effective_target_arm_crypto_pragma_ok): Likewise. - * gcc.target/arm/attr-crypto.c: Remove arm_crypto_pragma_ok test. - -2016-01-26 Richard Biener - - PR tree-optimization/69452 - * gcc.dg/torture/pr69452.c: New testcase. - -2016-01-26 Jakub Jelinek - - PR target/69442 - * gcc.dg/pr69442.c: New test. - -2016-01-26 Roger Ferrer Ibáñez - - PR target/67896 - * gcc.target/aarch64/simd/pr67896.C: New. - -2016-01-26 Richard Sandiford - - PR tree-optimization/69400 - * gcc.dg/plugin/wide-int_plugin.c (test_wide_int_mod_trunc): New - function. - (plugin_init): Call it. - * gcc.dg/torture/pr69400.c: New test. - -2016-01-26 Christophe Lyon - - * gcc.target/arm/pr68674.c: Check and use arm_fp effective target. - -2016-01-25 Aditya Kumar - Sebastian Pop - - * gcc.dg/graphite/graphite.exp: Only run the fuse-*.c tests with - isl-0.15. - -2016-01-25 Aditya Kumar - Sebastian Pop - - * gcc.dg/graphite/pr69292.c: New. - -2016-01-25 Jakub Jelinek - - * c-c++-common/goacc/use_device-1.c: New test. - -2016-01-25 Jeff Law - - PR tree-optimization/69196 - PR tree-optimization/68398 - * gcc.dg/tree-ssa/pr66752-3.c: Update expected output - * gcc.dg/tree-ssa/pr68198.c: Likewise. - -2016-01-25 David Edelsohn - - PR target/69469 - * gcc.target/powerpc/vsx-vector-2.c: Adjust for Goldschmidt's - Algorithm. - -2016-01-25 Richard Biener - - PR testsuite/69380 - * g++.dg/tree-ssa/pr69336.C: Restrict to x86_64 and i?86. - -2016-01-25 Ilya Enkovich - - PR target/69421 - * gcc.dg/pr69421.c: New test. - -2016-01-25 Bilyan Borisov - - * gcc.target/aarch64/simd/vcvt_s64_f64_1.c: New. - * gcc.target/aarch64/simd/vcvt_u64_f64_1.c: Likewise. - * gcc.target/aarch64/simd/vcvta_s64_f64_1.c: Likewise. - * gcc.target/aarch64/simd/vcvta_u64_f64_1.c: Likewise. - * gcc.target/aarch64/simd/vcvtm_s64_f64_1.c: Likewise. - * gcc.target/aarch64/simd/vcvtm_u64_f64_1.c: Likewise. - * gcc.target/aarch64/simd/vcvtn_s64_f64_1.c: Likewise. - * gcc.target/aarch64/simd/vcvtn_u64_f64_1.c: Likewise. - * gcc.target/aarch64/simd/vcvtp_s64_f64_1.c: Likewise. - * gcc.target/aarch64/simd/vcvtp_u64_f64_1.c: Likewise. - -2016-01-25 Richard Biener - - PR tree-optimization/69376 - * gcc.dg/torture/pr69376.c: New testcase. - -2016-01-24 Jerry DeLisle - - PR fortran/69397 - PR fortran/68442 - * gfortran.dg/interface_38.f90: New test. - * gfortran.dg/interface_39.f90: New test. - -2016-01-24 Patrick Palka - - Revert: - 2016-01-18 Patrick Palka - - PR c++/11858 - PR c++/24663 - PR c++/24664 - * g++.dg/template/pr11858.C: New test. - * g++.dg/template/pr24663.C: New test. - * g++.dg/template/unify12.C: New test. - * g++.dg/template/unify13.C: New test. - * g++.dg/template/unify14.C: New test. - * g++.dg/template/unify15.C: New test. - * g++.dg/template/unify16.C: New test. - * g++.dg/template/unify17.C: New test. - -2016-01-24 Dominique d'Humieres - - PR fortran/68283 - gfortran.dg/pr68283.f90: New test. - -2016-01-24 Thomas Koenig - - PR fortran/66094 - * gfortran.dg/inline_matmul_13.f90: New test. - * gfortran.dg/matmul_bounds_8.f90: New test. - * gfortran.dg/matmul_bounds_9.f90: New test. - * gfortran.dg/matmul_bounds_10.f90: New test. - -2016-01-23 Tom de Vries - - PR tree-optimization/69426 - * gcc.dg/autopar/pr69426.c: New test. - -2016-01-23 Martin Sebor - - PR c++/58109 - PR c++/69022 - * g++.dg/cpp0x/alignas5.C: New test. - * g++.dg/ext/vector29.C: Same. - -2016-01-23 Uros Bizjak - - * gcc.target/i386/chkp-strlen-2.c: Define _GNU_SOURCE. - * gcc.target/i386/chkp-strlen-4.c: Move the definition of - _GNU_SOURCE from compile flags to the source. - * gcc.target/i386/chkp-stropt-12.c: Ditto. - * gcc.target/i386/chkp-stropt-16.c: Ditto. - * gcc.target/i386/chkp-stropt-4.c: Ditto. - * gcc.target/i386/chkp-stropt-8.c: Ditto. - -2016-01-22 Jakub Jelinek - - PR target/69432 - * g++.dg/opt/pr69432.C: New test. - -2016-01-22 Bill Schmidt - - * gcc.target/powerpc/pr63354c: Adjust target selector to include - 32-bit targets testing an -m64 multilib. - -2016-01-22 Bill Schmidt - - * gcc.target/powerpc/pr63354.c: Restrict to Linux targets with - 64-bit support. - -2016-01-22 James Greenhalgh - - * gcc.dg/vect/bb-slp-pr68892.c: Require vect_double. - -2016-01-21 Christian Bruel - - PR target/68674 - * gcc.target/i386/pr68674.c - * gcc.target/aarch64/pr68674.c - * gcc.target/arm/pr68674.c - -2016-01-22 Kyrylo Tkachov - - PR target/69403 - * gcc.c-torture/execute/pr69403.c: New test. - -2016-01-22 Paolo Carlini - - PR c++/55843 - * g++.dg/template/pr55843.C: New. - -2016-01-22 Alan Lawrence - - PR testsuite/66877 - * gcc.dg/vect/vect-over-widen-3-big-array.c: Only look for 1 - vect_recog_over_widening_pattern in dump if we have vect_widen_shift. - -2016-01-21 Bill Schmidt - - PR testsuite/67489 - * gcc.target/powerpc/p8vector-builtin-8.c: Remove { target int128 } - from dg-do compile directive, and instead add - { dg-require-effective-target int128 }. - -2016-01-20 Martin Sebor - - PR c/69405 - * gcc.dg/sync-fetch.c: New test. - -2016-01-21 Martin Sebor - - PR target/69252 - * gcc.target/powerpc/pr69252.c: New test. - -2016-01-21 Jerry DeLisle - - PR fortran/65996 - * gfortran.dg/pr65996.f90: New test. - -2016-01-21 Dominik Vogt - - PR c++/68810 - * g++.dg/cpp0x/constexpr-reinterpret1.C: Fix line number that is - expected to generate an error. - -2016-01-21 Bernd Schmidt - - PR middle-end/66178 - * gcc.dg/torture/pr66178.c: New test. - -2016-01-21 Anton Blanchard - Bill Schmidt - - PR target/63354 - * gcc.target/powerpc/pr63354.c: New test. - -2016-01-21 Vladimir Makarov - - PR rtl-optimization/68990 - * gcc.target/i386/pr68990: New. - -2016-01-21 Nick Clifton - - PR target/69129 - * gcc.target/mips/pr69129.c: New. - -2016-01-21 Paolo Carlini - - PR c++/58046 - * g++.dg/cpp0x/pr58046.C: New. - -2016-01-21 Jakub Jelinek - - PR target/69187 - PR target/65624 - * gcc.target/arm/pr69187.c: New test. - - PR c++/69355 - * g++.dg/torture/pr69355.C: New test. - -2016-01-21 Aditya Kumar - Sebastian Pop - - * gfortran.dg/graphite/interchange-3.f90: Adjust pattern. - -2016-01-21 Aditya Kumar - Sebastian Pop - - * gcc.dg/graphite/pr68976.c: New test. - -2016-01-21 Jakub Jelinek - - PR middle-end/67653 - * c-c++-common/pr67653.c: New test. - * gcc.dg/torture/pr29119.c: Add dg-warning. - -2016-01-20 Peter Bergner - - * gcc.target/powerpc/cpu-builtin-1.c: New test. - -2016-01-20 Prathamesh Kulkarni - - PR c/24293 - * gcc.dg/pr24293.c: New test. - * gcc.dg/Wcxx-compat-8.c: Adjust to accept error due to - incomplete struct type. - * gcc.dg/declspec-1.c: Likewise. - * gcc.dg/pr63549.c: Likewise. - -2016-01-20 Jakub Jelinek - - PR tree-optimization/66612 - * gcc.target/powerpc/20050830-1.c: Xfail the scan-assembler test - for bdn instruction. - -2016-01-20 Christophe Lyon - - * lib/target-supports.exp - (check_effective_target_arm_fp_ok_nocache): New. - (check_effective_target_arm_fp_ok): New. - (add_options_for_arm_fp): New. - (check_effective_target_arm_crypto_ok_nocache): Require - target_arm_v8_neon_ok instead of arm32. - (check_effective_target_arm_crypto_pragma_ok_nocache): New. - (check_effective_target_arm_crypto_pragma_ok): New. - (add_options_for_arm_vfp): New. - * gcc.target/arm/attr-crypto.c: Use arm_crypto_pragma_ok effective - target. Do not force -mfloat-abi=softfp, use arm_fp_ok effective - target instead. Force initial fpu to vfp. - * gcc.target/arm/attr-neon-builtin-fail.c: Do not force - -mfloat-abi=softfp, use arm_fp_ok effective target instead. - * gcc.target/arm/attr-neon-fp16.c: Likewise. Remove arm_neon_ok - dependency. - * gcc.target/arm/attr-neon2.c: Do not force -mfloat-abi=softfp, - use arm_vfp effective target instead. Force initial fpu to vfp. - * gcc.target/arm/attr-neon3.c: Likewise. - * gcc.target/arm/cmp-2.c: Use arm_fp_ok effective target instead of - arm_vfp_ok. - * gcc.target/arm/unsigned-float.c: Likewise. - * gcc.target/arm/vfp-1.c: Likewise. - * gcc.target/arm/vfp-ldmdbd.c: Likewise. - * gcc.target/arm/vfp-ldmdbs.c: Likewise. - * gcc.target/arm/vfp-ldmiad.c: Likewise. - * gcc.target/arm/vfp-ldmias.c: Likewise. - * gcc.target/arm/vfp-stmdbd.c: Likewise. - * gcc.target/arm/vfp-stmdbs.c: Likewise. - * gcc.target/arm/vfp-stmiad.c: Likewise. - * gcc.target/arm/vfp-stmias.c: Likewise. - * gcc.target/arm/vnmul-1.c: Likewise. - * gcc.target/arm/vnmul-2.c: Likewise. - * gcc.target/arm/vnmul-3.c: Likewise. - * gcc.target/arm/vnmul-4.c: Likewise. - -2016-01-20 H.J. Lu - - PR testsuite/69366 - * g++.dg/pr63995-1.C: Require non-x32 target, instead of, - the MPX run-time library, for compile-time MPX test. - * gcc.target/i386/chkp-always_inline.c: Likewise. - * gcc.target/i386/chkp-bndret.c: Likewise. - * gcc.target/i386/chkp-builtins-1.c: Likewise. - * gcc.target/i386/chkp-builtins-2.c: Likewise. - * gcc.target/i386/chkp-builtins-3.c: Likewise. - * gcc.target/i386/chkp-builtins-4.c: Likewise. - * gcc.target/i386/chkp-const-check-1.c: Likewise. - * gcc.target/i386/chkp-const-check-2.c: Likewise. - * gcc.target/i386/chkp-hidden-def.c: Likewise. - * gcc.target/i386/chkp-label-address.c: Likewise. - * gcc.target/i386/chkp-lifetime-1.c: Likewise. - * gcc.target/i386/chkp-narrow-bounds.c: Likewise. - * gcc.target/i386/chkp-pr69044.c: Likewise. - * gcc.target/i386/chkp-remove-bndint-1.c: Likewise. - * gcc.target/i386/chkp-remove-bndint-2.c: Likewise. - * gcc.target/i386/chkp-strchr.c: Likewise. - * gcc.target/i386/chkp-strlen-1.c: Likewise. - * gcc.target/i386/chkp-strlen-2.c: Likewise. - * gcc.target/i386/chkp-strlen-3.c: Likewise. - * gcc.target/i386/chkp-strlen-4.c: Likewise. - * gcc.target/i386/chkp-strlen-5.c: Likewise. - * gcc.target/i386/chkp-stropt-1.c: Likewise. - * gcc.target/i386/chkp-stropt-10.c: Likewise. - * gcc.target/i386/chkp-stropt-11.c: Likewise. - * gcc.target/i386/chkp-stropt-12.c: Likewise. - * gcc.target/i386/chkp-stropt-13.c: Likewise. - * gcc.target/i386/chkp-stropt-14.c: Likewise. - * gcc.target/i386/chkp-stropt-15.c: Likewise. - * gcc.target/i386/chkp-stropt-16.c: Likewise. - * gcc.target/i386/chkp-stropt-2.c: Likewise. - * gcc.target/i386/chkp-stropt-3.c: Likewise. - * gcc.target/i386/chkp-stropt-4.c: Likewise. - * gcc.target/i386/chkp-stropt-5.c: Likewise. - * gcc.target/i386/chkp-stropt-6.c: Likewise. - * gcc.target/i386/chkp-stropt-7.c: Likewise. - * gcc.target/i386/chkp-stropt-8.c: Likewise. - * gcc.target/i386/chkp-stropt-9.c: Likewise. - * gcc.target/i386/pr63995-2.c: Likewise. - * gcc.target/i386/pr64805.c: Likewise. - * gcc.target/i386/pr65044.c: Likewise. - * gcc.target/i386/pr65167.c: Likewise. - * gcc.target/i386/pr65183.c: Likewise. - * gcc.target/i386/pr65184.c: Likewise. - * gcc.target/i386/thunk-retbnd.c: Likewise. - -2016-01-20 Ilya Enkovich - - PR tree-optimization/69328 - * gcc.dg/pr69328.c: New test. - -2016-01-20 Jeff Law - - PR target/25114 - * gcc.target/m68k/pr25114.c: New test. - -2016-01-20 Andre Vieira - - * gcc.target/arm/memset-inline-10.c: Added - dg-require-effective-target arm_thumb2_ok. - -2016-01-19 Eric Botcazou - - * gcc.dg/debug/dwarf2/sso.c: New test. - -2016-01-19 Uros Bizjak - - PR testsuite/68820 - * gcc.c-torture/execute/builtins/memops-asm.x: New file. - * gcc.c-torture/execute/builtins/strstr-asm.x: Ditto. - * gcc.c-torture/execute/builtins/strstr-asm.c: Remove dg-options. - -2016-01-19 Jan Hubicka - - PR ipa/66223 - * g++.dg/ipa/devirt-50.C: New testcase. - -2016-01-19 Marek Polacek - - PR c++/68965 - * g++.dg/cpp1y/parameter-pack-1.C: New test. - * g++.dg/cpp1y/parameter-pack-2.C: New test. - -2016-01-19 Kyrylo Tkachov - - PR target/69135 - * gcc.target/arm/pr69135_1.c: New test. - -2015-01-19 Wilco Dijkstra - - * gcc.target/aarch64/ccmp_1.c: Add new tests. - -2015-01-19 Wilco Dijkstra - - * gcc.target/aarch64/ccmp_1.c: New testcase. - -2016-01-19 Marek Polacek - - PR c++/68586 - * g++.dg/cpp0x/enum30.C: New test. - -2016-01-19 Richard Biener - - PR tree-optimization/69336 - * g++.dg/tree-ssa/pr69336.C: New testcase. - -2016-01-19 Jakub Jelinek - - PR debug/65779 - * gcc.dg/pr65779.c: New test. - -2016-01-19 Richard Biener - - PR tree-optimization/69352 - * gcc.dg/torture/pr69352.c: New testcase. - -2016-01-19 Jakub Jelinek - - PR rtl-optimization/68955 - PR rtl-optimization/64557 - * gcc.dg/torture/pr68955.c: New test. - -2016-01-19 Jan Hubicka - - PR lto/69136 - * g++.dg/torture/pr69136.C: New testcase. - -2016-01-19 Jan Hubicka - - PR lto/69133 - * g++.dg/lto/pr69133_0.C: New testcase. - * g++.dg/lto/pr69133_1.C: New testcase. - -2016-01-15 Jeff Law - - PR tree-optimization/69320 - * gcc.c-torture/pr69320-1.c: New test. - * gcc.c-torture/pr69320-2.c: New test. - * gcc.c-torture/pr69320-3.c: New test. - * gcc.c-torture/pr69320-4.c: New test. - -2016-01-18 Patrick Palka - - PR c++/11858 - PR c++/24663 - PR c++/24664 - * g++.dg/template/pr11858.C: New test. - * g++.dg/template/pr24663.C: New test. - * g++.dg/template/unify12.C: New test. - * g++.dg/template/unify13.C: New test. - * g++.dg/template/unify14.C: New test. - * g++.dg/template/unify15.C: New test. - * g++.dg/template/unify16.C: New test. - * g++.dg/template/unify17.C: New test. - -2016-01-18 David Malcolm - - PR testsuite/69181 - * gcc.dg/pr69181-1.c: New test file. - * gcc.dg/pr69181-2.c: New test file. - * lib/gcc-dg.exp (dg-test): Consolidate post-test cleanup of - globals by moving it to... - (cleanup-after-saved-dg-test): ...this new function. Add - "global additional_sources_used". Add reset of global - multiline_expected_outputs to the empty list. - * lib/multiline.exp (_multiline_expected_outputs): Rename this - global to... - (multiline_expected_outputs): ...this, and updated comments to - note that it is modified from gcc-dg.exp. - (dg-end-multiline-output): Update for the above renaming. - (handle-multiline-outputs): Likewise. Remove the clearing - of the expected outputs to the empty list. - -2016-01-18 Richard Biener - - PR tree-optimization/69297 - * gcc.dg/vect/costmodel/x86_64/costmodel-pr69297.c: New testcase. - -2016-01-18 Joseph Myers - - * gcc.target/mips/mips-3d-1.c: Use forbid_cpu=octeon.* in - dg-options. - * gcc.target/mips/mips-3d-2.c: Likewise. - * gcc.target/mips/mips-3d-3.c: Likewise. - * gcc.target/mips/mips-3d-4.c: Likewise. - * gcc.target/mips/mips-3d-5.c: Likewise. - * gcc.target/mips/mips-3d-6.c: Likewise. - * gcc.target/mips/mips-3d-7.c: Likewise. - * gcc.target/mips/mips-3d-8.c: Likewise. - * gcc.target/mips/mips-3d-9.c: Likewise. - * gcc.target/mips/mips-ps-1.c: Likewise. - * gcc.target/mips/mips-ps-2.c: Likewise. - * gcc.target/mips/mips-ps-3.c: Likewise. - * gcc.target/mips/mips-ps-4.c: Likewise. - * gcc.target/mips/mips-ps-5.c: Likewise. - * gcc.target/mips/mips-ps-6.c: Likewise. - * gcc.target/mips/mips-ps-7.c: Likewise. - * gcc.target/mips/mips-ps-type.c: Likewise. - * gcc.target/mips/mips-ps-type-2.c: Likewise. - * gcc.target/mips/mips16-attributes-6.c: Likewise. - -2016-01-18 Tom de Vries - - * c-c++-common/goacc/kernels-counter-vars-function-scope.c: New test. - * c-c++-common/goacc/kernels-double-reduction.c: New test. - * c-c++-common/goacc/kernels-empty.c: New test. - * c-c++-common/goacc/kernels-eternal.c: New test. - * c-c++-common/goacc/kernels-loop-2.c: New test. - * c-c++-common/goacc/kernels-loop-3.c: New test. - * c-c++-common/goacc/kernels-loop-data-2.c: New test. - * c-c++-common/goacc/kernels-loop-data-enter-exit-2.c: New test. - * c-c++-common/goacc/kernels-loop-data-enter-exit.c: New test. - * c-c++-common/goacc/kernels-loop-data-update.c: New test. - * c-c++-common/goacc/kernels-loop-data.c: New test. - * c-c++-common/goacc/kernels-loop-g.c: New test. - * c-c++-common/goacc/kernels-loop-mod-not-zero.c: New test. - * c-c++-common/goacc/kernels-loop-n.c: New test. - * c-c++-common/goacc/kernels-loop-nest.c: New test. - * c-c++-common/goacc/kernels-loop.c: New test. - * c-c++-common/goacc/kernels-noreturn.c: New test. - * c-c++-common/goacc/kernels-one-counter-var.c: New test. - * c-c++-common/goacc/kernels-parallel-loop-data-enter-exit.c: New test. - * c-c++-common/goacc/kernels-reduction.c: New test. - -2016-01-18 Tom de Vries - - * gcc.dg/autopar/outer-1.c: Update for new parloops instantiation. - * gcc.dg/autopar/outer-2.c: Same. - * gcc.dg/autopar/outer-3.c: Same. - * gcc.dg/autopar/outer-4.c: Same. - * gcc.dg/autopar/outer-5.c: Same. - * gcc.dg/autopar/outer-6.c: Same. - * gcc.dg/autopar/parallelization-1.c: Same. - * gcc.dg/autopar/parloops-exit-first-loop-alt-2.c: Same. - * gcc.dg/autopar/parloops-exit-first-loop-alt-3.c: Same. - * gcc.dg/autopar/parloops-exit-first-loop-alt-4.c: Same. - * gcc.dg/autopar/parloops-exit-first-loop-alt-5.c: Same. - * gcc.dg/autopar/parloops-exit-first-loop-alt-6.c: Same. - * gcc.dg/autopar/parloops-exit-first-loop-alt-7.c: Same. - * gcc.dg/autopar/parloops-exit-first-loop-alt-pr66652.c: Same. - * gcc.dg/autopar/parloops-exit-first-loop-alt.c: Same. - * gcc.dg/autopar/pr39500-1.c: Same. - * gcc.dg/autopar/pr39500-2.c: Same. - * gcc.dg/autopar/pr46193.c: Same. - * gcc.dg/autopar/pr46194.c: Same. - * gcc.dg/autopar/pr49580.c: Same. - * gcc.dg/autopar/pr49960-1.c: Same. - * gcc.dg/autopar/pr49960.c: Same. - * gcc.dg/autopar/pr68373.c: Same. - * gcc.dg/autopar/reduc-1.c: Same. - * gcc.dg/autopar/reduc-1char.c: Same. - * gcc.dg/autopar/reduc-1short.c: Same. - * gcc.dg/autopar/reduc-2.c: Same. - * gcc.dg/autopar/reduc-2char.c: Same. - * gcc.dg/autopar/reduc-2short.c: Same. - * gcc.dg/autopar/reduc-3.c: Same. - * gcc.dg/autopar/reduc-4.c: Same. - * gcc.dg/autopar/reduc-6.c: Same. - * gcc.dg/autopar/reduc-7.c: Same. - * gcc.dg/autopar/reduc-8.c: Same. - * gcc.dg/autopar/reduc-9.c: Same. - * gcc.dg/autopar/uns-outer-4.c: Same. - * gcc.dg/autopar/uns-outer-5.c: Same. - * gcc.dg/autopar/uns-outer-6.c: Same. - * gfortran.dg/parloops-exit-first-loop-alt-2.f95: Same. - * gfortran.dg/parloops-exit-first-loop-alt.f95: Same. - -2016-01-18 Alan Lawrence - - PR target/63679 - * gcc.dg/tree-ssa/ssa-dom-cse-2.c: Remove XFAIL for powerpc(32), hppa, - aarch64, sparc, s390. Add --param sra-max-scalarization-size-Ospeed. - -2016-01-18 Alan Lawrence - - PR target/63679 - * gcc.dg/tree-ssa/ssa-dom-cse-5.c: New. - * gcc.dg/tree-ssa/ssa-dom-cse-6.c: New. - * gcc.dg/tree-ssa/ssa-dom-cse-7.c: New. - -2016-01-18 Alan Lawrence - - PR target/63679 - * gcc.dg/tree-ssa/sra-17.c: New. - * gcc.dg/tree-ssa/sra-18.c: New. - -2016-01-18 Ilya Enkovich - - * gcc.target/i386/pr65105-5.c: Adjust to andn generation. - -2016-01-18 Eric Botcazou - - * gnat.dg/inline12.adb: New test. - -2016-01-18 Bin Cheng - - PR tree-optimization/66797 - * gcc.c-torture/execute/pr65447.c: Relax check condition. - -2016-01-18 Richard Biener - - PR tree-optimization/69170 - * gcc.dg/torture/pr69170.c: New testcase. - -2016-01-17 John David Anglin - - * gcc.dg/torture/builtin-integral-1.c: Require c99_runtime. - -2016-01-16 Tom de Vries - - * c-c++-common/goacc/kernels-alias-ipa-pta-4.c: New test. - -2016-01-16 Tom de Vries - - * gcc.dg/parloops-exit-first-loop-alt.c: Move ... - * gcc.dg/autopar/parloops-exit-first-loop-alt.c: ... here. Remove - redundant dg-require-effective-target pthread. - * gcc.dg/parloops-exit-first-loop-alt-2.c: Same. - * gcc.dg/parloops-exit-first-loop-alt-3.c: Same. - * gcc.dg/parloops-exit-first-loop-alt-4.c: Same. - * gcc.dg/parloops-exit-first-loop-alt-5.c: Same. - * gcc.dg/parloops-exit-first-loop-alt-6.c: Same. - * gcc.dg/parloops-exit-first-loop-alt-7.c: Same. - * gcc.dg/parloops-exit-first-loop-alt-pr66652.c: Same. - -2016-01-16 David Edelsohn - - PR target/68609 - * gcc.target/powerpc/recip-6.c: Enable on AIX. - * gcc.target/powerpc/recip-7.c: Same. - -2016-01-16 Patrick Palka - - PR c++/69091 - * g++.dg/template/pr69091.C: New test. - -2016-01-16 Patrick Palka - - * c-c++-common/cilk-plus/AN/an-if.c: Check that the original - dump does not contain an error_mark_node. - * c-c++-common/cilk-plus/CK/pr60469.c: Likewise. - * c-c++-common/cilk-plus/AN/fn_ptr-2.c: New xfail'd test. - -2016-01-16 Patrick Palka - - PR c++/68936 - * g++.dg/template/pr68936.C: New test. - -2016-01-15 David Edelsohn - - PR target/68609 - * gcc.target/powerpc/recip-1.c: Adjust for Goldschmidt's Algorithm. - * gcc.target/powerpc/recip-2.c: Same. - * gcc.target/powerpc/recip-3.c: Same. - * gcc.target/powerpc/recip-4.c: Same. - * gcc.target/powerpc/recip-sqrtf.c: Same. - -2016-01-15 Jeff Law - - PR tree-optimization/69270 - * gcc.dg/tree-ssa/pr69270-2.c: New test. - * gcc.dg/tree-ssa/pr69270-3.c: New test. - -2016-01-15 Paul Thomas - - PR fortran/49630 - * gfortran.dg/deferred_character_13.f90: New test for the fix - of comment 3 of the PR. - - PR fortran/54070 - * gfortran.dg/deferred_character_8.f90: New test - * gfortran.dg/allocate_error_5.f90: New test - - PR fortran/60593 - * gfortran.dg/deferred_character_10.f90: New test - - PR fortran/60795 - * gfortran.dg/deferred_character_14.f90: New test - - PR fortran/61147 - * gfortran.dg/deferred_character_11.f90: New test - - PR fortran/64324 - * gfortran.dg/deferred_character_9.f90: New test - -2016-01-15 Vladimir Makarov - - PR rtl-optimization/69030 - * gcc.target/i386/pr69030.c: New. - -2016-01-15 Kyrylo Tkachov - - * gcc.target/aarch64/target_attr_17.c: New test. - -2016-01-15 Richard Biener - - PR tree-optimization/66856 - * gcc.dg/torture/pr66856-1.c: New testcase. - * gcc.dg/torture/pr66856-2.c: Likewise. - -2016-01-15 Richard Biener - - PR debug/69137 - * g++.dg/lto/pr69137_0.C: New testcase. - -2016-01-15 Richard Sandiford - - PR middle-end/69246 - * gcc.target/i386/pr69246.c: New test. - -2016-01-15 Dominik Vogt - - * gfortran.dg/bind_c_array_params_2.f90: Fix test patterns for S/390. - -2016-01-15 Dominik Vogt - - PR c++/56194 - * g++.dg/init/const9.C: Disable test on S/390. - -2016-01-15 Dominik Vogt - - * g++.dg/Wframe-address.C: Test requires -mbackchain for s390*-*-*. - * g++.dg/Wno-frame-address.C: Ditto. - -2016-01-15 Dominik Vogt - - * gcc.dg/tree-ssa/20040204-1.c: Do not xfail on S/390. - -2016-01-15 Richard Biener - - PR tree-optimization/68961 - * gcc.dg/vect/costmodel/x86_64/costmodel-pr68961.c: New testcase. - -2016-01-15 Ilya Enkovich - - * gcc.target/i386/pr65105-5.c: New test. - -2016-01-15 Jan Hubicka - - * gcc.c-torture/execute/alias-4.c: New testcase. - -2016-01-15 Jan Hubicka - - PR ipa/68148 - * g++.dg/ipa/devirt-49.C: New testcase. - -2016-01-15 Christian Bruel - - PR target/65837 - * gcc.target/arm/attr-neon-builtin-fail2.c: New test. - * gcc.target/arm/lto/pr65837-attr_0.c: New test. - * gcc.target/arm/lto/pr65837_0.c: Fix skip condition and use ACLE name. - -2016-01-15 Richard Biener - - PR tree-optimization/69117 - * gcc.dg/torture/pr69117.c: New testcase. - -2015-01-14 Ryan Burn - - PR c++/69048 - * g++.dg/cilk-plus/CK/pr69048.cc: New test. - -2016-01-14 Francois-Xavier Coudert - - PR testsuite/67509 - * gfortran.dg/ieee/ieee_7.f90: For out of bound precision or - range tests use 100 * maximum instead of maximum + 1. - -2016-01-14 Jakub Jelinek - - PR debug/69244 - * gcc.dg/guality/pr69244.c: New test. - -2016-01-14 Uros Bizjak - - * lib/target-supports.exp (check_effective_target_issignaling): - New procedure. - * gcc.dg/pr61441.c: Require issignaling effective target. - -2016-01-14 Segher Boessenkool - - PR target/68803 - * gcc.target/powerpc/20050603-3.c: Add xfails for powerpc64le. - -2016-01-14 David Malcolm - - PR c++/68819 - PR preprocessor/69177 - * gcc.dg/plugin/location-overflow-test-1.c: New test case. - * gcc.dg/plugin/location-overflow-test-2.c: New test case. - * gcc.dg/plugin/location_overflow_plugin.c: New test plugin. - * gcc.dg/plugin/plugin.exp (plugin_test_list): Add the above. - -2016-01-14 Marek Polacek - - PR c/69262 - * gcc.dg/array-15.c: New test. - -2016-01-14 Jakub Jelinek - - PR middle-end/68146 - PR tree-optimization/69155 - * gfortran.dg/pr68146.f: New test. - * gfortran.dg/pr69155.f90: New test. - -2016-01-14 Richard Biener - - PR tree-optimization/68060 - * gcc.dg/torture/pr68060-1.c: New testcase. - * gcc.dg/torture/pr68060-2.c: Likewise. - -2016-01-14 Nick Clifton - - * lib/target-supports.exp - (check_effective_target_arm_neon_ok_nocache): Add an option - sequence that includes setting the ARM architecture to ARMv7-A. - * gcc.target/arm/attr-neon.c: Use dg-add-options to add the - command line options necessary to enable Neon support. - * gcc.target/arm/neon-vlshr-imm-1.c: Likewise. - * gcc.target/arm/neon-vshl-imm-1.c: Likewise. - * gcc.target/arm/neon-vshr-imm-1.c: Likewise. - * gcc.target/arm/pr69180.c: Likewise. - -2016-01-14 Jeff Law - - PR tree-optimization/69270 - * gcc.dg/tree-ssa/pr69270.c: New test. - -2016-01-13 Bernd Schmidt - - PR c/66208 - * c-c++-common/pr66208.c: New file. - -2016-01-13 Jakub Jelinek - - PR tree-optimization/69156 - * gcc.dg/pr69156.c: New test. - -2016-01-13 H.J. Lu - - * gcc.target/i386/pr69225-7.c: New test. - -2016-01-13 Richard Henderson - - * gcc.dg/tm/memopt-13.c: Update expected function. - * gcc.dg/tm/memopt-6.c: Likewise. - -2016-01-13 Uros Bizjak - - * gcc.target/i386/pr45685.c (dg-options): Add -mno-sse4. - * gcc.target/i386/pr68432-1.c (dg-options): Ditto. - * gcc.target/i386/pr68432-2.c (dg-options): Ditto. - * gcc.target/i386/pr68432-3.c (dg-options): Ditto. - -2016-01-13 Tom de Vries - - PR tree-optimization/69169 - * gcc.dg/pr69169.c: New test. - -2016-01-13 Alexander Fomin - - PR target/69228 - * gcc.target/i386/avx512pf-vscatterpf0dpd-1.c: Adjust. - * gcc.target/i386/avx512pf-vscatterpf0dps-1.c: Likewise. - * gcc.target/i386/avx512pf-vscatterpf0qpd-1.c: Likewise. - * gcc.target/i386/avx512pf-vscatterpf0qps-1.c: Likewise. - * gcc.target/i386/avx512pf-vscatterpf1dpd-1.c: Likewise. - * gcc.target/i386/avx512pf-vscatterpf1dps-1.c: Likewise. - * gcc.target/i386/avx512pf-vscatterpf1qpd-1.c: Likewise. - * gcc.target/i386/avx512pf-vscatterpf1qps-1.c: Likewise. - -2016-01-13 Jakub Jelinek - - PR target/69247 - * gcc.dg/pr69247.c: New test. - -2016-01-13 Richard Biener - - PR tree-optimization/69242 - * gcc.dg/torture/pr69242.c: New testcase. - -2016-01-13 Richard Biener - - PR tree-optimization/69186 - * gcc.dg/torture/pr69186.c: New testcase. - -2016-01-13 Jeff Law - - PR tree-optimization/67755 - * gcc.dg/tree-ssa/pr67755.c: New test. - -2016-01-13 Thomas Preud'homme - - * gcc.c-torture/unsorted/dump-noaddr.x (dump_compare): Replace static - pass number in output by a star. - -2016-01-12 Bin Cheng - - PR tree-optimization/68911 - * gcc.c-torture/execute/pr68911.c: New test. - -2016-01-12 Marek Polacek - - PR c++/68979 - * g++.dg/warn/permissive-1.C: New test. - -2016-01-12 Jakub Jelinek - - PR objc++/68511 - PR c++/69213 - * g++.dg/opt/pr69213.C: New test. - -2016-01-12 Christian Bruel - - PR target/69180 - * gcc.target/arm/pr69180.c: New test. - -2016-01-12 Richard Biener - - PR lto/69077 - * g++.dg/lto/pr69077_0.C: New testcase. - * g++.dg/lto/pr69077_1.C: Likewise. - -2016-01-12 Jakub Jelinek - - PR target/69175 - * g++.dg/opt/pr69175.C: New test. - -2016-01-12 Alan Lawrence - - * gcc.dg/vect/fast-math-bb-slp-call-3.c: Declare functions as 'extern' - rather than #including math.h & stdlib.h. - * gcc.dg/vect/pr47001.c: Declare abort as 'extern', remove stdlib.h. - * gcc.dg/vect/pr49771.c: Likewise. - * gcc.dg/vect/vect-10-big-array.c: Likewise. - * gcc.dg/vect/vect-neg-store-1.c: Likewise. - * gcc.dg/vect/vect-neg-store-2.c: Likewise. - * gcc.dg/vect/slp-37.c: Change NULL to 0, remove stdlib.h. - * gcc.dg/vect/pr40254.c: Remove unnecessary include of stdlib.h. - * gcc.dg/vect/pr44507.c: Likewise. - * gcc.dg/vect/pr45902.c: Likewise. - * gcc.dg/vect/slp-widen-mult-half.c: Likewise. - * gcc.dg/vect/vect-117.c: Likewise. - * gcc.dg/vect/vect-99.c: Likewise. - * gcc.dg/vect/vect-aggressive-1.c: Likewise. - * gcc.dg/vect/vect-cond-1.c: Likewise. - * gcc.dg/vect/vect-cond-2.c: Likewise. - * gcc.dg/vect/vect-cond-3.c: Likewise. - * gcc.dg/vect/vect-cond-4.c: Likewise. - * gcc.dg/vect/vect-mask-load-1.c: Likewise. - * gcc.dg/vect/vect-mask-loadstore-1.c: Likewise. - * gcc.dg/vect/vect-over-widen-1-big-array.c: Likewise. - * gcc.dg/vect/vect-over-widen-1.c: Likewise. - * gcc.dg/vect/vect-over-widen-2-big-array.c: Likewise. - * gcc.dg/vect/vect-over-widen-2.c: Likewise. - * gcc.dg/vect/vect-over-widen-3-big-array.c: Likewise. - * gcc.dg/vect/vect-over-widen-3.c: Likewise. - * gcc.dg/vect/vect-over-widen-4-big-array.c: Likewise. - * gcc.dg/vect/vect-over-widen-4.c: Likewise. - * gcc.dg/vect/vect-widen-mult-const-s16.c: Likewise. - * gcc.dg/vect/vect-widen-mult-const-u16.c: Likewise. - * gcc.dg/vect/vect-widen-mult-half-u8.c: Likewise. - * gcc.dg/vect/vect-widen-mult-half.c: Likewise. - * gcc.dg/vect/no-trapping-math-vect-ifcvt-11.c: Remove unnecessary - include of signal.h. - * gcc.dg/vect/no-trapping-math-vect-ifcvt-12.c: Likewise. - * gcc.dg/vect/no-trapping-math-vect-ifcvt-13.c: Likewise. - * gcc.dg/vect/no-trapping-math-vect-ifcvt-14.c: Likewise. - * gcc.dg/vect/no-trapping-math-vect-ifcvt-15.c: Likewise. - * gcc.dg/vect/no-trapping-math-vect-ifcvt-16.c: Likewise. - * gcc.dg/vect/vect-ifcvt-16.c: Likewise. - * gcc.dg/vect/vect-ifcvt-17.c: Likewise. - * gcc.dg/vect/vect-ifcvt-2.c: Likewise. - * gcc.dg/vect/vect-ifcvt-3.c: Likewise. - * gcc.dg/vect/vect-ifcvt-4.c: Likewise. - * gcc.dg/vect/vect-ifcvt-5.c: Likewise. - * gcc.dg/vect/vect-ifcvt-5.c: Likewise. - * gcc.dg/vect/vect-ifcvt-6.c: Likewise. - * gcc.dg/vect/vect-ifcvt-7.c: Likewise. - * gcc.dg/vect/vect-ifcvt-9.c: Likewise. - * gcc.dg/vect/vect-outer-5.c: Likewise. - * gcc.dg/vect/vect-outer-6.c: Likewise. - * gcc.dg/vect/vect-strided-u8-i8-gap4-unknown.c: Remove unnecessary - include of stdio.h. - -2016-01-12 Nick Clifton - - PR target/68913 - * gcc.dg/lto/pr61886_0.c: Rename the external function called - to fread so that it will be found in all target runtimes. - -2016-01-12 Richard Biener - - PR tree-optimization/69053 - * g++.dg/torture/pr69053.C: New testcase. - -2016-01-12 Richard Biener - - PR tree-optimization/69168 - * gcc.dg/torture/pr69168.c: New testcase. - -2016-01-12 Richard Biener - - PR tree-optimization/69157 - * gcc.dg/torture/pr69157.c: New testcase. - -2016-01-12 Richard Biener - - PR tree-optimization/69174 - * gcc.dg/torture/pr69174.c: New testcase. - -2016-01-12 Jakub Jelinek - - PR c++/66808 - PR c++/69000 - * g++.dg/tls/pr66808.C: New test. - * g++.dg/tls/pr69000.C: New test. - -2016-01-11 Bill Schmidt - - * gcc.target/powerpc/swaps-p8-23.c: New test. - * gcc.target/powerpc/swaps-p8-24.c: Likewise. - -2016-01-11 John David Anglin - - PR tree-optimization/68356 - * gcc.dg/torture/pr68264.c: Disable exp2 ERANGE test on hppa unix. - -2016-01-12 Kugan Vivekanandarajah - Jim Wilson - - PR target/69194 - * gcc.target/arm/pr69194.c: New test. - -2016-01-11 H.J. Lu - - PR target/69225 - * gcc.target/i386/pr69225-1.c: New test. - * gcc.target/i386/pr69225-2.c: Likewise. - * gcc.target/i386/pr69225-3.c: Likewise. - * gcc.target/i386/pr69225-4.c: Likewise. - * gcc.target/i386/pr69225-5.c: Likewise. - * gcc.target/i386/pr69225-6.c: Likewise. - -2016-01-11 Jakub Jelinek - - PR target/67462 - * gcc.dg/ifcvt-3.c: Only compile on lp64 targets, include also i?86 - if lp64. - - PR target/69071 - * gcc.dg/pr69071.c: New test. - - PR c++/69211 - * g++.dg/opt/pr69211.C: New test. - - PR tree-optimization/69214 - * gcc.c-torture/compile/pr69214.c: New test. - -2016-01-11 Uros Bizjak - - * gcc.target/i386/pr66232-10.c: Do not compile on ia32 target. - * gcc.target/i386/pr66232-11.c: Ditto. - * gcc.target/i386/pr66232-12.c: Ditto. - * gcc.target/i386/pr66232-13.c: Ditto. - -2016-01-11 Richard Biener - - PR tree-optimization/69173 - * gcc.dg/torture/pr69173.c: New testcase. - -2016-01-11 Kyrylo Tkachov - - PR rtl-optimization/68796 - * gcc.target/aarch64/tst_5.c: New test. - * gcc.target/aarch64/tst_6.c: Likewise. - -2016-01-11 Kyrylo Tkachov - - PR rtl-optimization/68841 - * gcc.dg/pr68841.c: New test. - * gcc.c-torture/execute/pr68841.c: New test. - -2016-01-11 Yuri Rumyantsev - - PR rtl-optimization/68920 - * gcc.dg/ifcvt-4.c: Add "--param max-rtl-if-conversion-insns=3" option - for ix86 targets. - * gcc.dg/ifcvt-5.c: New test. - -2016-01-11 Alexandre Oliva - - PR bootstrap/69123 - * g++.dg/pr69123.C: New. - -2016-01-11 Ilya Enkovich - - PR target/69010 - * gcc.target/i386/pr69010.c: New test. - -2016-01-11 Martin Jambor - - PR ipa/69044 - * gcc.target/i386/chkp-pr69044.c: New test. - -2016-01-11 Tom de Vries - - PR tree-optimization/69109 - * gcc.dg/autopar/pr69109-2.c: New test. - * gcc.dg/autopar/pr69109.c: New test. - -2016-01-11 Tom de Vries - - PR tree-optimization/69108 - * gcc.dg/autopar/pr69108.c: New test. - -2016-01-10 Patrick Palka - - PR c++/69029 - * c-c++-common/Wisleading-indentation.c: Augment test. - -2016-01-10 Thomas Koenig - - PR fortran/69154 - * gfortran.dg/inline_matmul_12.f90: New test. - -2016-01-10 Paul Thomas - - PR fortran/67779 - * gfortran.dg/actual_array_offset_1: New test. - -2016-01-10 Tom de Vries - - PR tree-optimization/69062 - * gcc.dg/autopar/pr69062.c: New test. - -2016-01-10 Thomas Schwinge - - * gcc.dg/vect/slp-perm-1.c: Fix scan-tree-dump syntax. - * gcc.dg/vect/slp-perm-2.c: Likewise. - * gcc.dg/vect/slp-perm-3.c: Likewise. - * gcc.dg/vect/slp-perm-5.c: Likewise. - * gcc.dg/vect/slp-perm-6.c: Likewise. - * gcc.dg/vect/slp-perm-7.c: Likewise. - * gcc.dg/vect/slp-perm-8.c: Likewise. - -2016-01-10 Tom de Vries - - PR tree-optimization/69039 - * gcc.dg/autopar/pr69039.c: New test. - -2016-01-09 Marek Polacek - - PR c++/69113 - * g++.dg/pr69113.C: New test. - -2016-01-09 Jakub Jelinek - - PR middle-end/50865 - PR tree-optimization/69097 - * gcc.c-torture/execute/pr50865.c: New test. - * gcc.c-torture/execute/pr69097-1.c: New test. - * gcc.c-torture/execute/pr69097-2.c: New test. - * gcc.dg/pr69097-1.c: New test. - * gcc.dg/pr69097-2.c: New test. - -2016-01-09 Jakub Jelinek - - PR c++/69164 - * g++.dg/opt/pr69164.C: New test. - -2016-01-08 Jakub Jelinek - - PR tree-optimization/69167 - * gcc.dg/pr69167.c: New test. - -2016-01-08 Marek Polacek - - PR c++/68449 - * g++.dg/pr68449.C: New. - -2016-01-08 Alan Lawrence - - PR tree-optimization/68707 - * lib/target-supports.exp (check_effective_target_vect_load_lanes): New. - * gcc.dg/vect/slp-perm-1.c: Look for vect_load_lanes instead of SLP - on platforms supporting it. - * gcc.dg/vect/slp-perm-2.c: Likewise. - * gcc.dg/vect/slp-perm-3.c: Likewise. - * gcc.dg/vect/slp-perm-5.c: Likewise. - * gcc.dg/vect/slp-perm-7.c: Likewise. - * gcc.dg/vect/slp-perm-8.c: Likewise. - * gcc.dg/vect/slp-perm-6.c: Look for vect_load_lanes in addition to SLP - on platforms supporting it. - -2016-01-08 Jakub Jelinek - - PR tree-optimization/69162 - * gcc.dg/pr69162.c: New test. - - PR tree-optimization/69172 - * gcc.dg/pr69172.c: New test. - -2016-01-08 Thomas Preud'homme - - PR tree-optimization/67781 - * gcc.c-torture/execute/pr67781.c: New file. - -2016-01-08 Jakub Jelinek - - PR tree-optimization/69083 - * gcc.dg/vect/pr69083.c: New test. - -2016-01-08 Sujoy Saraswati - - PR tree-optimization/61441 - * gcc.dg/pr61441.c: Restrict to linux and gnu targets. - Use -fexcess-precision=standard for compiler options. - Use fabs() only when __FLT_EVAL_METHOD__ == 0. - -2016-01-08 Jakub Jelinek - - PR fortran/69128 - * gfortran.dg/gomp/pr69128.f90: New test. - - PR c++/69145 - * g++.dg/ext/pr69145-1.C: New test. - * g++.dg/ext/pr69145-2-very-long-filename.cc: New file. - * g++.dg/ext/pr69145-2.h: New file. - -2016-01-07 Martin Sebor - - PR c/68966 - * gcc.dg/atomic-fetch-bool.c: New test. - * gcc.dg/sync-fetch-bool.c: New test. - -2016-01-07 H.J. Lu - - PR fortran/66680 - gfortran.dg/gomp/pr66680.f90: Moved to libgomp. - -2016-01-07 Nick Clifton - - PR target/66655 - * g++.dg/pr66655.C: New test. - * g++.dg/pr66655_1.cc: Test support file. - * g++.dg/pr66655.h: Test header file. - -2016-01-07 Dominique d'Humieres - - PR fortran/66680 - gfortran.dg/gomp/pr66680.f90: New test. - -2016-01-07 H.J. Lu - - PR target/69171 - * gcc.target/i386/pr69171-1.c: New test. - * gcc.target/i386/pr69171-2.c: Likewise. - * gcc.target/i386/pr69171-3.c: Likewise. - * gcc.target/i386/pr69171-4.c: Likewise. - * gcc.target/i386/pr69171-5.c: Likewise. - * gcc.target/i386/pr69171-6.c: Likewise. - -2015-12-15 Bernd Schmidt - - PR middle-end/67639 - * c-c++-common/pr67639.c: New test. - -2016-01-07 Jakub Jelinek - - PR tree-optimization/69141 - * g++.dg/opt/pr69141.C: New test. - -2016-01-06 Eric Botcazou - - * gcc.target/sparc/20151219-1.c: Skip in 64-bit mode. - -2016-01-06 Uros Bizjak - - PR target/69140 - * gcc.target/i386/pr69140.c: New test - -2016-01-06 David Malcolm - - * gcc.dg/bad-dereference.c: New test case. - -2015-01-06 Bill Schmidt - - * gcc.target/powerpc/p9-lxvx-stxvx-3.c: New test. - -2016-01-06 Andreas Schwab - - * gcc.dg/atomic-invalid-2.c: Remove duplicated content. - -2016-01-06 Marek Polacek - - PR sanitizer/69099 - * gcc.dg/ubsan/float-cast-overflow-atomic.c: New test. - -2016-01-05 Marek Polacek - - PR c/69104 - * gcc.dg/atomic-invalid-2.c: New. - -2016-01-05 H.J. Lu - - PR target/68991 - * gcc.target/i386/pr68991.c: New test. - -2016-01-05 H.J. Lu - - PR target/68991 - * g++.dg/pr68991-1.C: New test. - * g++.dg/pr68991-2.C: Likewise. - -2016-01-05 Sergei Trofimovich - - PR other/60465 - * gcc.target/ia64/pr60465-gprel64.c: New test. - * gcc.target/ia64/pr60465-gprel64-c37.c: New test. - -2016-01-05 Kyrylo Tkachov - - PR rtl-optimization/68651 - * gcc.target/aarch64/pr68651_1.c: New test. - -2016-01-05 David Malcolm - - PR c/69122 - * c-c++-common/Wmisleading-indentation.c (pr69122): New function. - -2016-01-05 Nathan Sidwell - - PR c++/58583 - * g++.dg/cpp0x/nsdmi-template14.C: Adjust test & errors. - - * gcc.dg/alias-15.c: New. - -2016-01-05 Nick Clifton - - PR target/68870 - * g++.dg/pr68770.C: New test. - -2016-01-04 Mike Stump - - * lib/target-supports.exp (check_effective_target_cilkplus): - cilkplus targets require pthreads. - (check_effective_target_cilkplus): Remove special case for NVPTX. - -2016-01-04 Michael Meissner - - * gcc.target/powerpc/p9-permute.c: New test for xxperm code - generation. - -2016-01-04 Jakub Jelinek +2017-01-01 Jakub Jelinek Update copyright years. - -2016-01-04 Marek Polacek - - PR c/68908 - * gcc.dg/atomic/c11-atomic-exec-6.c: New test. - * gcc.dg/atomic/c11-atomic-exec-7.c: New test. - * gcc.dg/atomic/stdatomic-op-5.c: New test. - -2016-01-04 Eric Botcazou - - * gcc.target/sparc/20160104-2.c: New test. - -2016-01-04 Eric Botcazou - - * gcc.target/sparc/20160104-1.c: New test. - -2016-01-03 Paul Thomas - - PR fortran/65045 - * gfortran.dg/pr65045.f90: New test. - -2016-01-02 Eric Botcazou - - * gnat.dg/specs/debug1.ads: Delete. - -2016-01-01 Jerry DeLisle - - PR libgfortran/68867 - * gfortran.dg/default_format_denormal_2.f90: Fix the dg regular - expression. - -2016-01-01 Jerry DeLisle - - PR libgfortran/68867 - * gfortran.dg/default_format_denormal_2.f90: XFAIL for all - PowerPC. - -2016-01-01 Paul Thomas - - PR fortran/68864 - * gfortran.dg/pr68864.f90: New test. - -2016-01-01 Jakub Jelinek - - PR tree-optimization/69070 - * gcc.dg/pr69070.c: New test. - - PR sanitizer/69055 - * gfortran.dg/pr69055.f90: New test. - - PR target/69015 - * gcc.dg/pr69015.c: New test. -Copyright (C) 2016 Free Software Foundation, Inc. +Copyright (C) 2017 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/gcc/testsuite/ChangeLog-2016 b/gcc/testsuite/ChangeLog-2016 new file mode 100644 index 000000000000..1c4cd54030cc --- /dev/null +++ b/gcc/testsuite/ChangeLog-2016 @@ -0,0 +1,18339 @@ +2016-12-29 Andrew Pinski + + * gcc.dg/atomic/c11-atomic-exec-5.c: Lower ITER_COUNT to 100 + for AARCH64. + +2016-12-29 Uros Bizjak + + PR target/78904 + * gcc.target/i386/pr78904-6.c: New test. + +2016-12-29 Jakub Jelinek + + * gcc.target/i386/mpx/memcpy-1.c: Include mpx-check.h. + (main): Renamed to ... + (mpx_test): ... this. Add argc and argv arguments. + +2016-12-29 Martin Liska + + PR c/78933 + * g++.dg/pr78933.C: New test. + +2016-12-28 Uros Bizjak + + PR target/78904 + * gcc.target/i386/pr78904-4.c: New test. + * gcc.target/i386/pr78904-5.c: Ditto. + +2016-12-27 Michael Meissner + + * gcc.target/powerpc/p9-vinsert4b-2.c: Update test to test for 13 + being out of bounds instead of 12. + +2016-12-27 Uros Bizjak + + PR target/78904 + * gcc.target/i386/pr78904-3.c: New test. + +2016-12-27 Alexander Ivchenko + + * gcc.target/i386/mpx/memcpy-1.c: New test. + +2016-12-27 Alexander Ivchenko + + * gcc.target/i386/mpx/vla-trailing-1-lbv.c: New test. + * gcc.target/i386/mpx/vla-trailing-1-nov.c: Ditto. + * gcc.target/i386/mpx/vla-trailing-1-ubv.c: Ditto. + +2016-12-27 Uros Bizjak + + PR target/78904 + * gcc.target/i386/pr78904-2.c: New test. + +2016-12-26 Uros Bizjak + + PR target/78904 + * gcc.target/i386/pr78904-1.c: New test. + +2016-12-23 Andre Vehreschild + + * gfortran.dg/class_assign_1.f08: New test. + +2016-12-23 Toma Tabacu + + * gcc.target/mips/oddspreg-2.c (dg-options): Remove dg-skip-if for + -fno-fat-lto-objects and add the -ffat-lto-objects option, along with + an explanation for its purpose. + * gcc.target/mips/oddspreg-3.c (dg-options): Likewise. + * gcc.target/mips/oddspreg-6.c (dg-options): Likewise. + * gcc.target/mips/no-dsp-1.c: Add an explanation for the purpose of + -ffat-lto-objects. + * gcc.target/mips/pr54240.c: Likewise. + * gcc.target/mips/r10k-cache-barrier-14.c: Likewise. + * gcc.target/mips/soft-float-1.c: Likewise. + +2016-12-22 Prathamesh Kulkarni + + * gcc.dg/gimplefe-20.c: New test-case. + +2016-12-22 Andreas Krebbel + + * gcc.target/s390/litpool-str-1.c: New test. + +2016-12-22 Dominik Vogt + + * gcc.target/s390/md/setmem_long-1.c: Use "s390_useable_hw". + * gcc.target/s390/md/rXsbg_mode_sXl.c: Likewise. + * gcc.target/s390/md/andc-splitter-1.c: Likewise. + * gcc.target/s390/md/andc-splitter-2.c: Likewise. + * lib/gcc-dg.exp (gcc-dg-runtest): Export torture_current_flags. + * gcc.target/s390/s390.exp: Import torture_current_flags. + (check_effective_target_s390_useable_hw): New. + (check_effective_target_s390_z900_hw): New. + (check_effective_target_s390_z990_hw): New. + (check_effective_target_s390_z9_ec_hw): New. + (check_effective_target_s390_z10_hw): New. + (check_effective_target_s390_z196_hw): New. + (check_effective_target_s390_zEC12_hw): New. + (check_effective_target_s390_z13_hw): New. + (check_effective_target_z10_instructions): Removed. + (torture tests): Add optimization level without -march=. + Reorder torture tests for good cache usage. + +2016-12-22 Martin Liska + + PR tree-optimization/78886 + * gcc.dg/tree-ssa/pr78886.c: New test. + +2016-12-22 Georg-Johann Lay + + PR testsuite/52641 + * gcc.dg/pr35258.c (main) : Use an integer value that has + at least a size of 4. + * gcc.dg/Walloca-1.c (foo1): Use alloca with 30000 (instead of 90000). + * gcc.dg/graphite/pr46185.c: Require int32plus, size32plus. + * gcc.dg/graphite/isl-ast-op-select.c: Same. + * gcc.dg/graphite/pr42205-1.c: Require int32plus. + * gcc.dg/graphite/pr42221.c: Same. + * gcc.dg/tree-ssa/pr65136.c: Same. + * gcc.dg/tree-ssa/sra-20.c: Same. + * gcc.dg/graphite/scop-0.c: Require size32plus. + * gcc.dg/graphite/scop-22.c: Same. + * gcc.dg/graphite/scop-3.c: Same. + * gcc.dg/graphite/scop-dsyr2k.c: Same. + * gcc.dg/graphite/scop-dsyrk.c: Same. + * gcc.dg/graphite/scop-mvt.c: Same. + * gcc.dg/graphite/scop-sor.c: Same. + * gcc.dg/tree-ssa/pr68529-3.c: Same. + * gcc.dg/tree-ssa/pr66449.c [long != pointer]: Use intptr_t if. + * gcc.dg/tree-ssa/pr70919.c [int <= 2]: Use 32-bit int as needed. + * gcc.dg/tree-ssa/pr71408.c: Same. + * gcc.dg/fold-and-rshift-2.c: Same. + * gcc.dg/tree-ssa/ssa-dom-thread-8.c (f2) [long != pointer]: Use + uintptr_t instead of long for int representation of address. + * gcc.dg/tree-ssa/tailcall-7-run.c: Require trampolines. + +2016-12-22 Jakub Jelinek + + PR middle-end/78858 + * c-c++-common/ubsan/pr78858.c: New test. + * gcc.dg/nonnull-5.c: New test. + +2016-12-21 Jakub Jelinek + + PR c++/72707 + * g++.dg/warn/Wshadow-12.C: New test. + +2016-12-21 Vladimir Makarov + + PR rtl-optimization/78580 + * gcc.target/i386/pr78580.c: New. + +2016-12-21 Jakub Jelinek + + PR c++/77830 + * g++.dg/cpp1y/pr77830.C: New test. + * g++.dg/cpp0x/pr65398.C: Adjust expected diagnostics. + +2016-12-21 Bernd Schmidt + + PR target/71321 + * gcc.target/i386/pr71321.c: New test. + +2016-12-21 Jakub Jelinek + + PR fortran/78866 + * gfortran.dg/gomp/map-1.f90: Add expected error. + * gfortran.dg/gomp/pr78866-1.f90: New test. + * gfortran.dg/gomp/pr78866-2.f90: New test. + +2016-12-21 David Edelsohn + + * gcc.dg/vect/costmodel/ppc/costmodel-bb-slp-9a-pr63175.c: XFAIL + lwz on AIX. + +2016-12-21 Andre Vieira + + * gcc.target/arm/unsigned-extend-2.c: Update testcase. + +2016-12-21 Martin Liska + + PR driver/78863 + * gcc.dg/spellcheck-options-13.c: New test. + +2016-12-21 Alexander Monakov + + * gcc.target/nvptx/decl-shared.c (v_common): Add 'common' attribute to + explicitly request the desired storage class. + +2016-12-21 Georg-Johann Lay + + PR testsuite/52641 + * gcc.dg/builtin-object-size-16.c (ia0, ia1, ia9): Handle case + where neither short nor int has a size of 4; use long. + * gcc.dg/builtin-object-size-17.c: Same. + * gcc.dg/builtin-stringop-chk-1.c (test2) : Use int32_t + for components as 4 components are supposed to occupy 16 bytes. + * gcc.dg/pr78408-1.c: Require target size32plus. + * gcc.dg/pr78408-2.c: Same. + * gcc.dg/tree-ssa/pr78428.c. Require target int32plus. + * gcc.dg/tree-ssa/tailcall-7.c: Require target trampolines. + +2016-12-21 Toma Tabacu + + * gcc.target/mips/msa-builtins.c (msa_insert_d): Tweak expected output. + +2016-12-21 Janne Blomqvist + + PR fortran/78867 + * gfortran.dg/string_length_4.f90: New test. + +2016-12-21 Georg-Johann Lay + + * gcc.target/avr/mmcu: New folder for compile-tests with -mmcu=. + * gcc.target/avr/mmcu/avr-mmcu.exp: New file. + * gcc.target/avr/pr58545.c: Move to gcc.target/avr/mmcu. + * gcc.target/avr/tiny-caller-save.c: Dito. + * gcc.target/avr/tiny-memx.c: Dito. + +2016-12-21 Naveen H.S + + * gcc.dg/max.c: New Testcase. + * gcc.dg/min.c: New Testcase. + +2016-12-21 Jakub Jelinek + + PR c/77767 + * gcc.c-torture/execute/pr77767.c: New test. + +2016-12-20 Pat Haugen + + * gcc.dg/sms-3.c: Add -fno-sched-pressure for powerpc. + * gcc.dg/sms-6.c: Likewise. + +2016-12-20 David Edelsohn + + * gcc.dg/tls/alias-1.c: dg-add-options tls. + * gcc.dg/pr70859-2.c: Define _ISOC99_SOURCE on AIX. + +2016-12-20 Andre Vieira + + * gcc.target/arm/pr78255-2.c: Fix to work for targets + that do not optimize for tailcall. + +2016-12-20 David Edelsohn + + * gcc.dg/tls/pr78796.c: dg-add-options tls. + * gcc.target/powerpc/fold-vec-mult-int.c: power8-vector. + * gcc.target/powerpc/fold-vec-mult-longlong.c: -maix64. + +2016-12-20 Richard Biener + + * gcc.dg/gimplefe-19.c: New testcase. + +2016-12-20 Kyrylo Tkachov + + PR target/78694 + * gcc.c-torture/compile/pr78694.c: New test. + +2016-12-20 Eric Botcazou + + PR testsuite/71232 + * gnat.dg/vect1.adb: Add -fno-vect-cost-model to dg-options. + * gnat.dg/vect2.adb: Likewise. + * gnat.dg/vect3.adb: Likewise. + * gnat.dg/vect4.adb: Likewise. + * gnat.dg/vect5.adb: Likewise. + * gnat.dg/vect6.adb: Likewise. + +2016-12-19 Uros Bizjak + + * gcc.target/i386/pr59874-3.c: New test. + +2016-12-19 Will Schmidt + + * gcc.dg/vmx/mult-even-odd-be-order.c: Mark variables as volatile. + * gcc.target/powerpc/fold-vec-mult-char.c: New. + * gcc.target/powerpc/fold-vec-mult-float.c: New. + * gcc.target/powerpc/fold-vec-mult-floatdouble.c: New. + * gcc.target/powerpc/fold-vec-mult-int.c: New. + * gcc.target/powerpc/fold-vec-mult-int128-p8.c: New. + * gcc.target/powerpc/fold-vec-mult-int128-p9.c: New. + * gcc.target/powerpc/fold-vec-mult-longlong.c: New. + * gcc.target/powerpc/fold-vec-mult-short.c: New. + +2016-12-19 Will Schmidt + + * gcc.target/powerpc/fold-vec-sub-char.c: New. + * gcc.target/powerpc/fold-vec-sub-float.c: New. + * gcc.target/powerpc/fold-vec-sub-floatdouble.c: New. + * gcc.target/powerpc/fold-vec-sub-int.c: New. + * gcc.target/powerpc/fold-vec-sub-int128.c: New. + * gcc.target/powerpc/fold-vec-sub-longlong.c: New. + * gcc.target/powerpc/fold-vec-sub-short.c: New. + +2016-12-19 Dominik Vogt + + PR target/78748 + * gcc.c-torture/compile/pr78748.c: New test. + +2016-12-18 Janus Weil + + PR fortran/78848 + * gfortran.dg/dtio_22.f90: New test. + +2016-12-18 Janus Weil + + PR fortran/78592 + * gfortran.dg/dtio_21.f90: New test. + +2016-12-17 Steven G. Kargl + + PR fortran/78746 + * charlen_03.f90: Remove test. + * charlen_10.f90: Ditto. + +2016-12-17 Jakub Jelinek + + PR sanitizer/78832 + * gcc.dg/asan/pr78832.c: New test. + +2016-12-17 Andrew Senkevich + + * gcc.target/i386/avx512bw-kaddd-1.c: New test. + * gcc.target/i386/avx512bw-kaddq-1.c: Ditto. + * gcc.target/i386/avx512dq-kaddb-1.c: Ditto. + * gcc.target/i386/avx512f-kaddw-1.c: Ditto. + +2016-12-17 Thomas Koenig + + PR fortran/78239 + * gfortran.dg/fimplicit_none_1.f90: New test. + * gfortran.dg/fimplicit_none_2.f90: New test. + +2016-12-16 Kelvin Nilsen + + * gcc.target/powerpc/byte-in-either-range-0.c: New test. + * gcc.target/powerpc/byte-in-either-range-1.c: New test. + * gcc.target/powerpc/byte-in-range-0.c: New test. + * gcc.target/powerpc/byte-in-range-1.c: New test. + * gcc.target/powerpc/byte-in-set-0.c: New test. + * gcc.target/powerpc/byte-in-set-1.c: New test. + * gcc.target/powerpc/byte-in-set-2.c: New test. + +2016-12-16 Jerry DeLisle + + PR fortran/78622 + * gfortran.dg/dtio_20.f03: New test. + +2016-12-16 Jakub Jelinek + + PR fortran/78757 + * gfortran.dg/char_result_16.f90: New test. + +2016-12-16 Kyrylo Tkachov + + * gcc.target/aarch64/ubfiz_lsl_1.c: New test. + +2016-12-16 Kyrylo Tkachov + + * gcc.target/aarch64/ubfx_lsr_1.c: New test. + +2016-12-16 Jakub Jelinek + + PR c/78408 + * gcc.dg/pr78408-1.c: New test. + * gcc.dg/pr78408-2.c: New test. + +2016-12-16 Marek Polacek + + PR tree-optimization/78819 + * gcc.dg/tree-ssa/vrp112.c: New test. + +2016-12-16 Eric Botcazou + + * gnat.dg/opt61.adb: New test. + * gnat.dg/opt61_pkg.ad[sb]: New helper. + +2016-12-16 Richard Biener + + PR c++/71694 + * g++.dg/pr71694.C: New testcase. + +2016-12-16 Richard Biener + + PR middle-end/71632 + * gcc.dg/pr71632.c: New testcase. + +2016-12-15 Andrew Senkevich + + * gcc.target/i386/avx512bw-kmovd-1.c: New test. + * gcc.target/i386/avx512bw-kmovd-2.c: Ditto. + * gcc.target/i386/avx512bw-kmovd-3.c: Ditto. + * gcc.target/i386/avx512bw-kmovd-4.c: Ditto. + * gcc.target/i386/avx512bw-kmovq-1.c: Ditto. + * gcc.target/i386/avx512bw-kmovq-2.c: Ditto. + * gcc.target/i386/avx512bw-kmovq-3.c: Ditto. + * gcc.target/i386/avx512bw-kmovq-4.c: Ditto. + * gcc.target/i386/avx512dq-kmovb-2.c: Ditto. + * gcc.target/i386/avx512dq-kmovb-3.c: Ditto. + * gcc.target/i386/avx512dq-kmovb-4.c: Ditto. + * gcc.target/i386/avx512dq-kmovb-5.c: Ditto. + * gcc.target/i386/avx512f-kmovw-2.c: Ditto. + * gcc.target/i386/avx512f-kmovw-3.c: Ditto. + * gcc.target/i386/avx512f-kmovw-4.c: Ditto. + * gcc.target/i386/avx512f-kmovw-5.c: Ditto. + +2016-12-15 Jakub Jelinek + + P0490R0 GB 20: decomposition declaration should commit to tuple + interpretation early + * g++.dg/cpp1z/decomp10.C (f1): Adjust expected diagnostics. + +2016-12-15 Nathan Sidwell + + PR c++/77585 + * g++.dg/cpp1y/pr77585.C: New. + +2016-12-15 David Edelsohn + + * gcc.dg/tree-ssa/ssa-fre-55.c: Add -Wno-psabi. + * gcc.dg/tree-ssa/pr71179.c: Same. + +2016-12-15 Janus Weil + + PR fortran/78800 + * gfortran.dg/unlimited_polymorphic_27.f90: New test case. + +2016-12-15 Toma Tabacu + + * gcc.target/mips/mips.exp (mips-dg-options): Upgrade to R2 for + -mmicromips. + +2016-12-15 Jakub Jelinek + + * gcc.dg/tree-ssa/forwprop-35.c: Use -Wno-psabi everywhere. + * gcc.dg/torture/pr78515.c: Likewise. + * gcc.dg/pr69634.c: Likewise. + +2016-12-14 Martin Sebor + + PR middle-end/78519 + * gcc.dg/tree-ssa/builtin-sprintf-warn-7.c: New test. + +2016-12-14 Martin Sebor + + PR c++/78774 + * g++.dg/cpp1y/pr78774.C: New test. + +2016-12-14 David Malcolm + + PR target/78213 + * gcc.dg/cpp/pr71591.c: Add a fake value for the argument of + -fself-test. + * gcc.dg/pr78213.c: Disable this test. + * selftests/example.txt: New file. + +2016-12-14 Martin Sebor + + PR middle-end/78786 + * gcc.dg/tree-ssa/builtin-sprintf-warn-7.c: New test. + +2016-12-14 Jakub Jelinek + + PR target/78791 + * gcc.c-torture/execute/pr78791.c: New test. + * gcc.target/i386/pr78791.c: New test. + +2016-12-14 Marek Polacek + + PR c++/72775 + * g++.dg/ext/flexary12.C: Adjust dg-error. + * g++.dg/ext/flexary20.C: New. + * g++.dg/ext/flexary21.C: New. + +2016-12-14 Uros Bizjak + + PR target/59874 + * gcc.target/i386/pr59874-1.c: New test. + * gcc.target/i386/pr59874-2.c: Ditto. + +2016-12-14 David Edelsohn + + * gcc.dg/torture/pr78515.c: Add -Wno-psabi for AIX. + * gcc.dg/tree-ssa/forwprop-35.c: Add -Wno-psabi for AIX. + * gcc.dg/pr69634.c: Add -Wno-psabi for AIX. + +2016-12-14 Jakub Jelinek + + PR debug/77844 + * g++.dg/opt/pr77844.C: New test. + +2016-12-14 Martin Sebor + + PR c/17308 + * gcc.dg/builtins-nonnull.c: New test. + * gcc.dg/nonnull-4.c: New test. + +2016-12-14 Nathan Sidwell + + PR c++/78701 + * g++.dg/cpp0x/pr78701.C: New. + +2016-12-14 Michael Meissner + + * gcc/testsuite/gcc.target/powerpc/vec-extract.h: If DO_TRACE is + defined, add tracing of the various extracts to stderr. Add + support for tests that convert the result to another type. + * gcc/testsuite/gcc.target/powerpc/vec-extract-v2df.c: Likewise. + * gcc/testsuite/gcc.target/powerpc/vec-extract-v4sf.c: Likewise. + * gcc/testsuite/gcc.target/powerpc/vec-extract-v4si-df.c: Add new + tests that do an extract and then convert the values double. + * gcc/testsuite/gcc.target/powerpc/vec-extract-v4siu-df.c: Likewise. + * gcc/testsuite/gcc.target/powerpc/vec-extract-v16qiu-df.c: Likewise. + * gcc/testsuite/gcc.target/powerpc/vec-extract-v16qi-df.c: Likewise. + * gcc/testsuite/gcc.target/powerpc/vec-extract-v8hiu-df.c: Likewise. + * gcc/testsuite/gcc.target/powerpc/vec-extract-v8hi-df.c: Likewise. + * gcc.target/powerpc/p9-extract-1.c: Update test to check for + VEXTU{B,H,W}{L,R}X instructions being generated by default instead + of VEXTRACTU{B,H} and XXEXTRACTUW. + * gcc.target/powerpc/p9-extract-3.c: New test for combination of + vec_extract and convert to floating point. + * gcc.target/powerpc/p9-vinsert4b-1.c: New test for vec_vinsert4b + and vec_extract4b. + * gcc.target/powerpc/p9-vinsert4b-2.c: Likewise. + +2016-12-14 Toma Tabacu + + * gcc.target/mips/mips16-attributes.c: Remove dg-skip-if for + -mmicromips. + +2016-12-14 Andre Vehreschild + + PR fortran/78780 + * gfortran.dg/coarray/alloc_comp_5.f90: New test. + * gfortran.dg/coarray_42.f90: New test. + +2016-12-14 Jakub Jelinek + + PR target/78796 + * gcc.dg/tls/pr78796.c: New test. + +2016-12-14 Richard Biener + + PR tree-optimization/78731 + * gcc.dg/torture/pr78731.c: New testcase. + +2016-12-14 Martin Liska + + * gcc.dg/tree-ssa/20040703-1.c: Update scanned pattern. + * gcc.dg/tree-ssa/dump-2.c: Likewise. + +2016-12-14 Toma Tabacu + + * gcc.target/mips/msa-builtins-err.c (dg-options): Add + -ffat-lto-objects option. + +2016-12-14 Prathamesh Kulkarni + Jakub Jelinek + + * gcc.dg/strlenopt-30.c: New test-case. + +2016-12-14 Richard Biener + + PR tree-optimization/78788 + * gcc.dg/torture/pr78788.c: New testcase. + +2016-12-13 Nathan Sidwell + + PR c++/69481 + * g++.dg/cpp0x/pr69481.C: New. + +2016-12-13 Uros Bizjak + + PR target/78794 + * gcc.target/i386/pr78794.c: New test. + +2016-12-13 Andre Vehreschild + + PR fortran/77785 + * gfortran.dg/coarray_38.f90: Added expecting error message. + * gfortran.dg/coarray_41.f90: New test. + * gfortran.dg/coarray_class_2.f90: New test. + +2016-12-13 Carl Love + + * gcc.target/powerpc/builtins-3.c: Add new test of the test suite + file. + * gcc.target/powerpc/builtins-3-p8.c: Add new test of the test suite + file. + +2016-12-13 Martin Liska + + PR tree-optimization/78428 + * gcc.dg/tree-ssa/pr78428.c: New test. + +2016-12-13 Janus Weil + Paul Thomas + + PR fortran/78737 + * gfortran.dg/dtio_19.f90: New test case. + +2016-12-13 Michael Matz + + PR tree-optimization/78725 + * gcc.dg/pr78725.c: New test. + * gcc.dg/pr78725-2.c: New test. + +2016-12-13 Richard Biener + + PR middle-end/78742 + * gcc.dg/torture/pr78742.c: New testcase. + +2016-12-13 Martin Liska + + * gcc.dg/asan/use-after-scope-goto-1.c: Update first argument of + scanned pattern ASAN_MARK. + * gcc.dg/asan/use-after-scope-goto-2.c: Likewise. + * gcc.dg/asan/use-after-scope-switch-1.c: Likewise. + * gcc.dg/asan/use-after-scope-switch-2.c: Likewise. + * gcc.dg/asan/use-after-scope-switch-3.c: Likewise. + +2016-12-13 Jakub Jelinek + + PR ipa/77905 + * g++.dg/ipa/pr77905.C: New test. + +2016-12-12 Jakub Jelinek + + PR tree-optimization/78777 + * g++.dg/torture/pr78777.C: New test. + +2016-12-12 Martin Sebor + + PR middle-end/78622 + PR middle-end78606 + * gcc.c-torture/execute/pr78622.c: New test. + * gcc.dg/tree-ssa/builtin-sprintf-2.c: Remove "benign" undefined + behavior inadvertently introduced in a previous commit. Tighten + up final checking. + * gcc.dg/tree-ssa/builtin-sprintf-5.c: Rename macros for clarity. + Add test cases. + * gcc.dg/tree-ssa/builtin-sprintf-6.c: Add test cases. + * gcc.dg/tree-ssa/builtin-sprintf-warn-1.c: Same. + * gcc.dg/tree-ssa/builtin-sprintf-warn-2.c: Same. + * gcc.dg/tree-ssa/builtin-sprintf-warn-3.c: Same. + * gcc.dg/tree-ssa/builtin-sprintf-warn-5.c: Same. + * gcc.dg/tree-ssa/builtin-sprintf-warn-6.c: Remove xfails and + add a final optimization check. + * gcc.dg/tree-ssa/builtin-sprintf.c: Add test cases. + * gcc.dg/tree-ssa/pr78622.c: New test. + +2016-12-12 Janus Weil + + PR fortran/78392 + * gfortran.dg/constant_shape.f90: New test case. + +2016-12-12 Marek Polacek + + PR c++/78647 + * g++.dg/parse/error58.C: New. + +2016-12-12 David Malcolm + + PR preprocessor/78680 + * gcc.dg/format/pr78680.c: New test case. + * gcc.dg/plugin/diagnostic-test-expressions-1.c + (test_multiline_token): New function. + * gcc.dg/plugin/diagnostic-test-string-literals-1.c + (test_backslash_continued_logical_lines): New function. + +2016-12-12 Nathan Sidwell + + PR c++/78252 + * g++.dg/cpp1y/lambda-mangle-1.C: New. + +2016-12-12 Uros Bizjak + + PR target/78738 + * gcc.target/i386/pr78738.c: New test. + +2016-12-12 Kyrylo Tkachov + + * lib/target-supports.exp + (check_effective_target_newlib_broken_long_double_io): New check. + (check_effective_target_frexpl): Likewise. + +2016-12-12 Marek Polacek + + PR middle-end/78716 + * g++.dg/other/vararg-5.C: New. + +2016-12-12 Bernd Schmidt + + PR rtl-optimization/78669 + * gcc.target/i386/pr78669.c: New test. + +2016-12-12 Rainer Orth + + * g++.dg/debug/dwarf2/typedef1.C: Adjust pattern for last change. + +2016-12-12 Toma Tabacu + + * gcc.target/mips/mips.exp (mips-dg-options): Upgrade to R2 for + -mnan=2008 and -mabs=2008. + +2016-12-11 Bill Schmidt + + PR target/78695 + * gcc.target/powerpc/swaps-stack-protector.c: New test. + +2016-12-11 Uros Bizjak + + PR target/70799 + * gcc.target/i386/pr70799-3.c: New test. + +2016-12-11 Paolo Carlini + + PR c++/78637 + * g++.dg/parse/namespace14.C: New. + +2016-12-10 Jakub Jelinek + + PR tree-optimization/78720 + * gcc.c-torture/execute/pr78720.c: New test. + + PR fortran/78758 + * gfortran.dg/pr78758.f90: New test. + * gfortran.dg/pr38868.f: Remove again bogus warning. + +2016-12-09 Paul Thomas + + PR fortran/77903 + * gfortran.dg/submodule_20.f08: New test. + +2016-12-09 Bill Schmidt + + PR testsuite/78740 + * gcc.target/powerpc/pr78691-ppc.c: Remove -m32. + +2016-12-09 Bill Schmidt + + * gcc.target/powerpc/fold-vec-add-7.c: Require effective target to + support __int128. + +2016-12-09 Kugan Vivekanandarajah + + PR ipa/78721 + * gcc.dg/pr78721.c: New test. + +2016-12-09 Jakub Jelinek + + PR target/72742 + * gcc.c-torture/compile/pr72742.c: New test. + +2016-12-09 Martin Sebor + + * gcc.dg/attr-alloc_size-3.c: Avoid false positives and negatives + on arm-unknown-linux-gnueabi (and likely other ILP32) targets. + +2016-12-09 Andre Vieira + + PR rtl-optimization/78255 + * gcc.target/aarch64/pr78255.c: New. + * gcc.target/arm/pr78255-1.c: New. + * gcc.target/arm/pr78255-2.c: New. + +2016-12-09 Will Schmidt + + * gcc.target/powerpc/dimode-1.c: Update syntax on scan-assembler + strings + * gcc.target/powerpc/dimode-2.c: Likewise. + +2016-12-09 Cesar Philippidis + + PR ipa/78027 + * c-c++-common/goacc/acc-icf.c: New test. + * gfortran.dg/goacc/pr78027.f90: New test. + +2015-12-09 Wilco Dijkstra + + PR target/78733 + * gcc.target/aarch64/pr78733.c: New test. + +2016-12-09 Janus Weil + + PR fortran/61767 + * gfortran.dg/finalize_31.f90: New test. + +2016-12-09 Andre Vehreschild + + PR fortran/78505 + * gfortran.dg/coarray_alloc_with_implicit_sync_1.f90: New test. + +2016-12-09 Andre Vehreschild + + * gfortran.dg/coarray_alloc_comp_3.f08: New test. + * gfortran.dg/coarray_alloc_comp_4.f08: New test. + * gfortran.dg/finalize_18.f90: Add count for additional guard against + accessing null-pointer. + * gfortran.dg/proc_ptr_comp_47.f90: New test. + +2016-12-09 Nathan Sidwell + + PR c++/78550 + * g++.dg/cpp1y/pr78550.C: New. + +2016-12-09 Paul Thomas + + PR fortran/44265 + * gfortran.dg/char_result_14.f90: New test. + * gfortran.dg/char_result_15.f90: New test. + +2016-12-09 Martin Liska + + * gcc.dg/tree-ssa/dump-3.c: New test. + +2016-12-09 Jakub Jelinek + + PR tree-optimization/78726 + * gcc.c-torture/execute/pr78726.c: New test. + * gcc.dg/guality/pr78726.c: New test. + +2016-12-08 Martin Sebor + + PR c/78284 + * gcc.dg/attr-alloc_size-3.c: New test. + * gcc.dg/attr-alloc_size-4.c: New test. + * gcc.dg/attr-alloc_size-5.c: New test. + * gcc.dg/attr-alloc_size-6.c: New test. + * gcc.dg/attr-alloc_size-7.c: New test. + * gcc.dg/attr-alloc_size-8.c: New test. + * gcc.dg/attr-alloc_size-9.c: New test. + * gcc/testsuite/gcc.dg/errno-1.c: Adjust. + +2016-12-08 Steven G. Kargl + + PR fortran/65173 + PR fortran/69064 + PR fortran/69859 + PR fortran/78350 + * gfortran.dg/misplaced_implicit_character.f90: Adjust errors. + * gfortran.dg/charlen_01.f90: New test. + * gfortran.dg/charlen_02.f90: Ditto. + * gfortran.dg/charlen_03.f90: Ditto. + * gfortran.dg/charlen_04.f90: Ditto. + * gfortran.dg/charlen_05.f90: Ditto. + * gfortran.dg/charlen_06.f90: Ditto. + * gfortran.dg/charlen_07.f90: Ditto. + * gfortran.dg/charlen_08.f90: Ditto. + * gfortran.dg/charlen_09.f90: Ditto. + * gfortran.dg/charlen_10.f90: Ditto. + * gfortran.dg/charlen_11.f90: Ditto. + * gfortran.dg/charlen_12.f90: Ditto. + * gfortran.dg/charlen_13.f90: Ditto. + * gfortran.dg/charlen_14.f90: Ditto. + * gfortran.dg/charlen_15.f90: Ditto. + +2016-12-08 Vladimir Makarov + + PR rtl-optimization/78671 + * gcc.target/i386/pr78671.c: New. + +2015-12-08 Wilco Dijkstra + + PR target/78733 + * gcc.target/aarch64/pr78733.c: New test. + +2016-12-08 Nathan Sidwell + + PR c++/78551 + * g++.dg/cpp1y/pr78551.C: New. + +2016-12-08 Pierre-Marie de Rodat + + PR debug/78112 + * g++.dg/pr78112.C: Remove platform-dependent checks. + * g++.dg/pr78112-2.C: New testcase. + +2016-12-08 Bin Cheng + + PR middle-end/78684 + * g++.dg/torture/pr78684.C: New test. + +2016-12-08 Christophe Lyon + + * gcc.target/aarch64/advsimd-intrinsics/arm-neon-ref.h + (CHECK_CRYPTO): Remove. + (expected_poly64x1_t, expected_poly64x2_t): Remove + +2016-12-08 Jakub Jelinek + + P0003R5 - removal of dynamic exception specification from C++17 + * g++.dg/compat/eh/ctor1.h: Adjust for deprecation of + throw (type-id-list) in C++11 and C++14 and removal in C++17. + * g++.dg/compat/eh/ctor1_y.C: Likewise. + * g++.dg/compat/eh/new1_x.C: Likewise. + * g++.dg/compat/eh/new1_y.C: Likewise. + * g++.dg/compat/eh/spec3_x.C: Likewise. + * g++.dg/compat/eh/spec3_y.C: Likewise. + * g++.dg/compat/eh/template1.h: Likewise. + * g++.dg/compat/eh/template1_y.C: Likewise. + * g++.dg/compat/eh/unexpected1_x.C: Likewise. + * g++.dg/compat/eh/unexpected1_y.C: Likewise. + * g++.dg/cpp0x/auto9.C: Likewise. + * g++.dg/cpp0x/defaulted23.C: Likewise. + * g++.dg/cpp0x/error5.C: Likewise. + * g++.dg/cpp0x/lambda/lambda-eh2.C: Likewise. + * g++.dg/cpp0x/noexcept02.C: Likewise. + * g++.dg/cpp0x/noexcept07.C: Likewise. + * g++.dg/cpp0x/noexcept08.C: Likewise. + * g++.dg/cpp0x/noexcept19.C: Likewise. + * g++.dg/cpp0x/variadic73.C: Likewise. + * g++.dg/cpp0x/variadic-throw.C: Likewise. + * g++.dg/cpp1z/noexcept-type1.C: Likewise. + * g++.dg/eh/async-unwind2.C: Likewise. + * g++.dg/eh/cond4.C: Likewise. + * g++.dg/eh/delete1.C: Likewise. + * g++.dg/eh/ehopt1.C: Likewise. + * g++.dg/eh/forced3.C: Likewise. + * g++.dg/eh/forced4.C: Likewise. + * g++.dg/eh/init-temp2.C: Likewise. + * g++.dg/eh/pr38662.C: Likewise. + * g++.dg/eh/pr41819.C: Likewise. + * g++.dg/eh/shadow1.C: Likewise. + * g++.dg/eh/spec2.C: Likewise. + * g++.dg/eh/spec3.C: Likewise. + * g++.dg/eh/spec5.C: Likewise. + * g++.dg/eh/spec6.C: Likewise. + * g++.dg/eh/spec7.C: Likewise. + * g++.dg/eh/spec8.C: Likewise. + * g++.dg/eh/spec9.C: Likewise. + * g++.dg/eh/template1.C: Likewise. + * g++.dg/eh/unexpected1.C: Likewise. + * g++.dg/ext/has_nothrow_assign.C: Likewise. + * g++.dg/ext/has_nothrow_constructor.C: Likewise. + * g++.dg/ext/has_nothrow_copy-1.C: Likewise. + * g++.dg/ext/has_nothrow_copy-2.C: Likewise. + * g++.dg/ext/has_nothrow_copy-4.C: Likewise. + * g++.dg/ext/has_nothrow_copy-5.C: Likewise. + * g++.dg/ext/has_nothrow_copy-6.C: Likewise. + * g++.dg/ext/has_nothrow_copy-7.C: Likewise. + * g++.dg/gcov/gcov-7.C: Likewise. + * g++.dg/init/new13.C: Likewise. + * g++.dg/init/new25.C: Likewise. + * g++.dg/lookup/exception1.C: Likewise. + * g++.dg/opt/noreturn-1.C: Likewise. + * g++.dg/other/error3.C: Likewise. + * g++.dg/rtti/crash3.C: Likewise. + * g++.dg/template/eh2.C: Likewise. + * g++.dg/template/error36.C: Likewise. + * g++.dg/tm/pr46567.C: Likewise. + * g++.dg/tm/pr47340.C: Likewise. + * g++.dg/torture/pr46364.C: Likewise. + * g++.dg/torture/pr49394.C: Likewise. + * g++.dg/torture/pr52918-1.C: Likewise. + * g++.dg/torture/pr57190.C: Likewise. + * g++.dg/torture/stackalign/eh-alloca-1.C: Likewise. + * g++.dg/torture/stackalign/eh-fastcall-1.C: Likewise. + * g++.dg/torture/stackalign/eh-global-1.C: Likewise. + * g++.dg/torture/stackalign/eh-inline-1.C: Likewise. + * g++.dg/torture/stackalign/eh-inline-2.C: Likewise. + * g++.dg/torture/stackalign/eh-thiscall-1.C: Likewise. + * g++.dg/torture/stackalign/eh-vararg-1.C: Likewise. + * g++.dg/torture/stackalign/eh-vararg-2.C: Likewise. + * g++.dg/tree-ssa/pr45605.C: Likewise. + * g++.dg/warn/Wreturn-type-3.C: Likewise. + * g++.old-deja/g++.eh/badalloc1.C: Likewise. + * g++.old-deja/g++.eh/cleanup2.C: Likewise. + * g++.old-deja/g++.eh/spec1.C: Likewise. + * g++.old-deja/g++.eh/spec2.C: Likewise. + * g++.old-deja/g++.eh/spec3.C: Likewise. + * g++.old-deja/g++.eh/spec4.C: Likewise. + * g++.old-deja/g++.eh/spec6.C: Likewise. + * g++.old-deja/g++.eh/throw1.C: Likewise. + * g++.old-deja/g++.eh/throw2.C: Likewise. + * g++.old-deja/g++.eh/tmpl1.C: Likewise. + * g++.old-deja/g++.eh/tmpl3.C: Likewise. + * g++.old-deja/g++.mike/eh15.C: Likewise. + * g++.old-deja/g++.mike/eh25.C: Likewise. + * g++.old-deja/g++.mike/eh33.C: Likewise. + * g++.old-deja/g++.mike/eh34.C: Likewise. + * g++.old-deja/g++.mike/eh50.C: Likewise. + * g++.old-deja/g++.mike/eh51.C: Likewise. + * g++.old-deja/g++.mike/eh55.C: Likewise. + * g++.old-deja/g++.mike/p10416.C: Likewise. + * g++.old-deja/g++.other/crash28.C: Likewise. + * g++.old-deja/g++.other/crash30.C: Likewise. + * g++.old-deja/g++.other/new7.C: Likewise. + * g++.old-deja/g++.pt/ehspec1.C: Likewise. + * g++.old-deja/g++.robertl/eb123.C: Likewise. + +2016-12-08 Naveen H.S + + * gcc.target/aarch64/pr78382.c: New testcase. + +2016-12-08 Andrew Pinski + + * gcc.target/aarch64/pr71112.c: New testcase. + +2016-12-07 Martin Sebor + + PR middle-end/77784 + PR middle-end/78149 + PR middle-end/78138 + * c-c++-common/Wsizeof-pointer-memaccess2.c: Adjust expected diagnostic. + * g++.dg/ext/builtin-object-size3.C (bar): Same. + * g++.dg/ext/strncpy-chk1.C: Same. + * g++.dg/opt/memcpy1.C: Same. + * g++.dg/torture/Wsizeof-pointer-memaccess1.C: Same. + * gcc.c-torture/compile/pr55569.c: Disable -Wstringop-overflow. + * gcc.dg/Wobjsize-1.c: Adjust expected diagnostic. + * gcc.dg/attr-alloc_size.c: Same. + * gcc.dg/builtin-stringop-chk-1.c: Adjust expected diagnostic. + * gcc.dg/builtin-stringop-chk-2.c: Same. + * gcc.dg/builtin-stringop-chk-4.c: New test. + * gcc.dg/builtin-strncat-chk-1.c: Adjust expected diagnostic. + * gcc.dg/memcpy-2.c: Same. + * gcc.dg/pr40340-1.c: Same. + * gcc.dg/pr40340-2.c (main): Same. + * gcc.dg/pr40340-5.c (main): Same. + * gcc.dg/torture/Wsizeof-pointer-memaccess1.c: Same. + * gcc.dg/torture/pr71132.c: Disable -Wstringop-overflow. + * gcc.dg/tree-ssa/builtin-sprintf-warn-1.c: Adjust text of expected + warning. + * gfortran.dg/char_length_3.f90: Prune expected warnings. + * gfortran.dg/pr38868.f: Add expected warnings. + +2016-12-07 Michael Meissner + + PR target/72717 + * gcc.target/powerpc/pr72717.c: New test. + +2016-12-07 Jakub Jelinek + + * gcc.dg/builtin-strstr-1.c: New test. + * g++.dg/cpp0x/constexpr-strstr.C: New test. + + PR c++/78692 + * g++.dg/torture/pr78692.C: New test. + +2016-12-07 Thomas Preud'homme + + PR rtl-optimization/78617 + * gcc.c-torture/execute/pr78617.c: New test. + +2016-12-07 Carl Love + + * gcc.target/powerpc/builtins-3.c: Move built-in tests for P8 and + P9 to their own test file. This allows precise constraints on the + effective target and compile options. + * gcc.target/powerpc/builtins-3-p8.c: New file for the vector + compare P8 built-in tests. + * gcc.target/powerpc/builtins-3-p9.c: New file for the vector + compare P9 built-in tests. + +2016-12-07 Uros Bizjak + + * gcc.target/i386/pr77761.c: Require int128 effective target. + (avx512f_test): Delete. + (do_main): Rename to avx512f_test. + +2016-12-07 Bin Cheng + + PR tree-optimization/78691 + * gcc.target/i386/pr78691-i386.c: New test. + * gcc.target/powerpc/pr78691-ppc.c: New test. + +2016-12-07 Rainer Orth + + * gcc.target/i386/pr70322-1.c: Add -mno-stackrealign to dg-options. + * gcc.target/i386/pr70322-2.c: Likewise. + * gcc.target/i386/pr70322-3.c: Likewise. + * gcc.target/i386/pr70322-4.c: Likewise. + +2016-12-07 Naveen H.S + + * gcc.target/aarch64/pr71727.c: New testcase. + +2016-12-06 Tom de Vries + + PR tree-optimization/67955 + * gcc.dg/tree-ssa/dse-points-to.c: New test. + +2016-12-06 Michael Meissner + + PR target/78658 + * gcc.target/powerpc/pr78658.c: New test. + +2016-12-06 Vladimir Makarov + + PR target/77761 + * testsuite/gcc.target/i386/pr77761.c: New. + +2016-12-06 Jerry DeLisle + + PR fortran/78659 + * gfortran.dg/alloc_comp_constraint_1.f90: Update test. + * gfortran.dg/alloc_comp_constraint_7.f90: New test. + * gfortran.dg/namelist_34.f90: Update test. + * gfortran.dg/namelist_63.f90: Update test. + +2016-12-06 Robert Suchanek + + * gcc.target/mips/msa-builtins-err.c: New test. + +2016-12-06 Jakub Jelinek + + PR c++/71537 + * g++.dg/cpp0x/constexpr-71537.C: New test. + + PR c++/71537 + * g++.dg/cpp0x/constexpr-memchr.C: New test. + + PR c++/71537 + * g++.dg/cpp0x/constexpr-strchr.C: New test. + + PR tree-optimization/78675 + * gcc.c-torture/execute/pr78675.c: New test. + * gcc.target/i386/pr78675-1.c: New test. + * gcc.target/i386/pr78675-2.c: New test. + +2016-12-05 Andrew Senkevich + + * gcc.target/i386/avx512bw-kandd-1.c: New. + * gcc.target/i386/avx512bw-kandnd-1.c: Ditto. + * gcc.target/i386/avx512bw-kandnq-1.c: Ditto. + * gcc.target/i386/avx512bw-kandq-1.c: Ditto. + * gcc.target/i386/avx512bw-knotd-1.c: Ditto. + * gcc.target/i386/avx512bw-knotq-1.c: Ditto. + * gcc.target/i386/avx512bw-kord-1.c: Ditto. + * gcc.target/i386/avx512bw-korq-1.c: Ditto. + * gcc.target/i386/avx512bw-kunpckdq-3.c: Ditto. + * gcc.target/i386/avx512bw-kunpckwd-3.c: Ditto. + * gcc.target/i386/avx512bw-kxnord-1.c: Ditto. + * gcc.target/i386/avx512bw-kxnorq-1.c: Ditto. + * gcc.target/i386/avx512bw-kxord-1.c: Ditto. + * gcc.target/i386/avx512bw-kxorq-1.c: Ditto. + * gcc.target/i386/avx512dq-kandb-1.c: Ditto. + * gcc.target/i386/avx512dq-kandnb-1.c: Ditto. + * gcc.target/i386/avx512dq-knotb-1.c: Ditto. + * gcc.target/i386/avx512dq-korb-1.c: Ditto. + * gcc.target/i386/avx512dq-kxnorb-1.c: Ditto. + * gcc.target/i386/avx512dq-kxorb-1.c: Ditto. + * gcc.target/i386/avx512f-kunpckbw-3.c: Ditto. + * gcc.target/i386/avx512f-kandnw-1.c: Removed unneeded check. + +2016-12-05 Paolo Bonzini + + * gcc.dg/fold-and-lshift.c, gcc.dg/fold-and-rshift-1.c, + gcc.dg/fold-and-rshift-2.c: New testcases. + +2016-12-05 Nathan Sidwell + + * c-c++-common/fmax_errors.c: Check notes after last error are + emitted. + +2016-12-04 James Greenhalgh + + PR rtl-optimization/78561 + * gcc.target/aarch64/pr78561.c: Add missing testcase from r243183. + +2016-12-04 Martin Sebor + + PR c/78668 + * gcc.dg/builtin-alloc-size.c: New test. + +2016-12-04 Uros Bizjak + + PR target/70322 + * gcc.target/i386/pr70322-4.c: New test. + +2016-12-03 Janus Weil + + PR fortran/43207 + * gfortran.dg/abstract_type_9.f90: New test case. + +2016-12-03 Janus Weil + + PR fortran/42188 + * gfortran.dg/derived_result_2.f90.f90: New test case. + +2016-12-03 Janus Weil + + PR fortran/58175 + * gfortran.dg/finalize_30.f90: Extend test case. + +2016-12-02 Jakub Jelinek + + PR c++/78649 + * g++.dg/cpp0x/pr78649.C: New test. + +2016-12-02 Uros Bizjak + + PR target/70322 + * gcc.target/i386/pr70322-2.c (dg-final): Remove xfail. + +2016-12-02 Steven G. Kargl + + PR fortran/78618 + * gfortran.dg/char_conversion.f90: New test. + +2016-12-02 Jakub Jelinek + + PR target/70322 + * gcc.target/i386/pr70322-1.c: New test. + * gcc.target/i386/pr70322-2.c: New test. + * gcc.target/i386/pr70322-3.c: New test. + +2016-12-02 Andre Vieira + Thomas Preud'homme + + * gcc.target/arm/cmse/cmse-1.c: Add test for + cmse_nonsecure_caller. + +2016-12-02 Andre Vieira + Thomas Preud'homme + + * gcc.target/arm/cmse/cmse.exp: Run tests in mainline dir. + * gcc.target/arm/cmse/cmse-9.c: Added some extra tests. + * gcc.target/arm/cmse/cmse-14.c: New. + * gcc.target/arm/cmse/baseline/bitfield-4.c: New. + * gcc.target/arm/cmse/baseline/bitfield-5.c: New. + * gcc.target/arm/cmse/baseline/bitfield-6.c: New. + * gcc.target/arm/cmse/baseline/bitfield-7.c: New. + * gcc.target/arm/cmse/baseline/bitfield-8.c: New. + * gcc.target/arm/cmse/baseline/bitfield-9.c: New. + * gcc.target/arm/cmse/baseline/bitfield-and-union-1.c: New. + * gcc.target/arm/cmse/baseline/cmse-11.c: New. + * gcc.target/arm/cmse/baseline/cmse-13.c: New. + * gcc.target/arm/cmse/baseline/cmse-6.c: New. + * gcc.target/arm/cmse/baseline/union-1.c: New. + * gcc.target/arm/cmse/baseline/union-2.c: New. + * gcc.target/arm/cmse/mainline/bitfield-4.c: New. + * gcc.target/arm/cmse/mainline/bitfield-5.c: New. + * gcc.target/arm/cmse/mainline/bitfield-6.c: New. + * gcc.target/arm/cmse/mainline/bitfield-7.c: New. + * gcc.target/arm/cmse/mainline/bitfield-8.c: New. + * gcc.target/arm/cmse/mainline/bitfield-9.c: New. + * gcc.target/arm/cmse/mainline/bitfield-and-union-1.c: New. + * gcc.target/arm/cmse/mainline/union-1.c: New. + * gcc.target/arm/cmse/mainline/union-2.c: New. + * gcc.target/arm/cmse/mainline/hard-sp/cmse-13.c: New. + * gcc.target/arm/cmse/mainline/hard-sp/cmse-7.c: New. + * gcc.target/arm/cmse/mainline/hard-sp/cmse-8.c: New. + * gcc.target/arm/cmse/mainline/hard/cmse-13.c: New. + * gcc.target/arm/cmse/mainline/hard/cmse-7.c: New. + * gcc.target/arm/cmse/mainline/hard/cmse-8.c: New. + * gcc.target/arm/cmse/mainline/soft/cmse-13.c: New. + * gcc.target/arm/cmse/mainline/soft/cmse-7.c: New. + * gcc.target/arm/cmse/mainline/soft/cmse-8.c: New. + * gcc.target/arm/cmse/mainline/softfp-sp/cmse-7.c: New. + * gcc.target/arm/cmse/mainline/softfp-sp/cmse-8.c: New. + * gcc.target/arm/cmse/mainline/softfp/cmse-13.c: New. + * gcc.target/arm/cmse/mainline/softfp/cmse-7.c: New. + * gcc.target/arm/cmse/mainline/softfp/cmse-8.c: New. + +2016-12-02 Andre Vieira + Thomas Preud'homme + + * gcc.target/arm/cmse/cmse-3.c: Add tests. + * gcc.target/arm/cmse/cmse-4.c: Add tests. + * gcc.target/arm/cmse/cmse-15.c: New. + +2016-12-02 Andre Vieira + Thomas Preud'homme + + * gcc.target/arm/cmse/cmse.exp: Test different multilibs separate. + * gcc.target/arm/cmse/struct-1.c: New. + * gcc.target/arm/cmse/bitfield-1.c: New. + * gcc.target/arm/cmse/bitfield-2.c: New. + * gcc.target/arm/cmse/bitfield-3.c: New. + * gcc.target/arm/cmse/baseline/cmse-2.c: New. + * gcc.target/arm/cmse/baseline/softfp.c: New. + * gcc.target/arm/cmse/mainline/soft/cmse-5.c: New. + * gcc.target/arm/cmse/mainline/hard/cmse-5.c: New. + * gcc.target/arm/cmse/mainline/hard-sp/cmse-5.c: New. + * gcc.target/arm/cmse/mainline/softfp/cmse-5.c: New. + * gcc.target/arm/cmse/mainline/softfp-sp/cmse-5.c: New. + +2016-12-02 Andre Vieira + Thomas Preud'homme + + * gcc.target/arm/cmse/cmse-4.c: New. + * gcc.target/arm/cmse/cmse-9.c: New. + * gcc.target/arm/cmse/cmse-10.c: New. + +2016-12-02 Andre Vieira + Thomas Preud'homme + + * gcc.target/arm/cmse/cmse-3.c: New. + +2016-12-02 Andre Vieira + Thomas Preud'homme + + * gcc.target/arm/cmse/cmse.exp: New. + * gcc.target/arm/cmse/cmse-1.c: New. + * gcc.target/arm/cmse/cmse-12.c: New. + * lib/target-supports.exp + (check_effective_target_arm_cmse_ok): New. + +2016-12-02 Cesar Philippidis + James Norris + + * c-c++-common/goacc/data-2.c: Adjust test. + * c-c++-common/goacc/executeables-1.c: New test. + * g++.dg/goacc/data-1.C: Adjust test. + +2016-12-02 James Greenhalgh + + PR rtl-optimization/78561 + * gcc.target/aarch64/pr78561.c: New. + +2016-12-02 Bin Cheng + + * gcc.dg/fold-bopcond-1.c: New test. + * gcc.dg/fold-bopcond-2.c: New test. + +2016-12-02 Dominik Vogt + + * gcc.target/s390/md/setmem_long-1.c: Fix test. + +2016-12-02 Jakub Jelinek + + PR rtl-optimization/78547 + * gcc.dg/pr78547.c: New test. + + PR rtl-optimization/78575 + * gcc.dg/pr78575.c: New test. + +2016-12-02 Dominik Vogt + + * gcc.target/s390/litpool-r3-1.c: Fix label number test. + +2016-12-02 Dominik Vogt + + PR target/77822 + * gcc.target/s390/s390.exp: Support .C tests. + * gcc.target/s390/pr77822-2.c: New test. + * gcc.target/s390/pr77822-1.C: New test. + +2016-12-02 Andreas Krebbel + + * gcc.target/s390/vector/vec-nopeel-1.c: New test. + +2016-12-02 Andreas Krebbel + + * gcc.target/s390/zvector/vec-cmp-2.c: New test. + +2016-12-02 Andreas Krebbel + + * gcc.target/s390/vector/vec-scalar-cmp-1.c: Fix and harden the + pattern checks. + * gcc.target/s390/zvector/vec-cmp-1.c: New test. + +2016-12-02 Maxim Ostapenko + + * c-c++-common/asan/no-redundant-odr-indicators-1.c: New test. + +2016-12-01 Elizebeth Punnoose + + PR fortran/77505 + * gfortran.dg/char_length_20.f90: New test. + * gfortran.dg/char_length_21.f90: Ditto. + +2016-12-01 Steven G. Kargl + + PR fortran/78279 + * gfortran.dg/pr78279.f90: New test. + +2016-12-01 David Edelsohn + + * g++.dg/tls/pr77285-1.C: dg-add-options tls + +2016-12-01 James Greenhalgh + + * gcc.dg/pr78582.c (main): Call setjmp, not sigsetjmp. + +2016-12-01 Richard Biener + + * gcc.dg/torture/alias-2.c: New testcase. + +2016-12-01 Georg-Johann Lay + + * gcc.target/avr/tiny-memx.c: Only perform if target avr_tiny. + * gcc.target/avr/tiny-caller-save.c: Dito. + +2016-12-01 Andre Vehreschild + + * gfortran.dg/coarray_lib_alloc_4.f90: Fix for 32-bits. + +2016-12-01 Jakub Jelinek + + PR debug/78587 + * gcc.dg/debug/pr78587.c: New test. + +2016-12-01 Segher Boessenkool + + PR rtl-optimization/78607 + * gcc.c-torture/compile/pr78607.c: New testcase. + +2016-11-30 Martin Sebor + + PR tree-optimization/78586 + * gcc.dg/tree-ssa/builtin-sprintf-2.c: New test cases. + +2016-11-30 Vladimir Makarov + + PR tree-optimization/77856 + * gcc.target/i386/pr77856.c: New. + +2016-11-30 David Edelsohn + + * g++.dg/debug/dwarf2/ptrdmem-1.C: Don't XFAIL + scan-assembler-not on AIX. + +2016-11-30 Andre Vehreschild + + * gfortran.dg/coarray_lib_alloc_4.f90: Really add. + +2016-11-30 David Edelsohn + + * g++.dg/eh/new1.C: XFAIL on AIX. + * g++.dg/eh/delete1.C: Same. + * g++.dg/init/new40.C: Same. + * g++.old-deja/g++.eh/new2.C: Same. + +2016-11-30 David Malcolm + + PR c/78498 + * gcc.dg/format/pr78494.c: Rename to... + * gcc.dg/format/pr78498.c: ...this. + +2016-11-30 David Malcolm + + PR c/78498 + * gcc.dg/format/pr78494.c: New test case. + +2016-11-30 David Edelsohn + + * g++.dg/debug/dwarf2/ref-1.C: Don't XFAIL scan-assembler-not on AIX. + * g++.dg/debug/dwarf2/imported-decl-2.C: Same. + * g++.dg/debug/dwarf2/refqual-1.C: Same. + * g++.dg/debug/dwarf2/refqual-2.C: Same. + +2016-11-30 Segher Boessenkool + + PR rtl-optimization/78610 + * gcc.c-torture/compile/pr78610.c: New testcase. + +2016-11-30 Bin Cheng + + PR tree-optimization/78574 + * gcc.c-torture/compile/pr78574.c: New test. + +2016-11-30 Andre Vehreschild + + * gfortran.dg/coarray/alloc_comp_1.f90: Fix tree-dump scans to adhere + to the changed interfaces. + * gfortran.dg/coarray_alloc_comp_1.f08: Likewise. + * gfortran.dg/coarray_allocate_7.f08: Likewise. + * gfortran.dg/coarray_lib_alloc_1.f90: Likewise. + * gfortran.dg/coarray_lib_alloc_2.f90: Likewise. + * gfortran.dg/coarray_lib_alloc_3.f90: Likewise. + * gfortran.dg/coarray_lib_comm_1.f90: Likewise. + * gfortran.dg/coarray_lib_alloc_4.f90: New test. + +2016-11-30 Janus Weil + + PR fortran/78593 + * gfortran.dg/derived_result.f90: New test case. + +2016-11-30 Thomas Preud'homme + + * lib/target-supports.exp (add_options_for_arm_arch_v6m): Add + -mfloat-abi=soft option. + (add_options_for_arm_arch_v8m_base): Likewise. Reindent containing + foreach loop. + +2016-11-30 Kyrylo Tkachov + + PR target/78362 + * gcc.c-torture/compile/pr78362.c: New test. + +2016-11-30 Andrew Burgess + + * lib/target-supports.exp (check_effective_target_freorder): Check + additional case. + +2016-11-30 Andrew Burgess + + * gcc.target/arc/arc700-stld-hazard.c: New file. + +2016-11-30 Janus Weil + + PR fortran/78592 + * gfortran.dg/dtio_18.f90: New test case. + +2016-11-30 Martin Liska + + PR sanitizer/78541 + * gcc.dg/asan/pr78541-2.c: New test. + * gcc.dg/asan/pr78541.c: New test. + +2016-11-30 Jakub Jelinek + + PR tree-optimization/78586 + * gcc.c-torture/execute/pr78586.c: New test. + +2016-11-30 Janus Weil + + PR fortran/78573 + * gfortran.dg/class_61.f90: New test case. + +2016-11-29 David Malcolm + + PR preprocessor/78569 + * gcc.dg/format/pr78569.c: New test case. + +2016-11-29 Martin Sebor + + avoid false positives on ILP32 targets. + * gcc.dg/tree-ssa/builtin-sprintf-warn-3.c: Same. + +2016-11-29 Martin Sebor + + PR tree-optimization/78512 + * gcc.dg/tree-ssa/builtin-sprintf-6.c: Add test cases. + * gcc.dg/tree-ssa/builtin-sprintf-warn-1.c: Remove test cases. + +2016-11-29 Uros Bizjak + + * gcc.target/i386/avx512f-kmovw-1.c (avx512f_test): + Force value through k register. + +2016-11-29 David Malcolm + + PR c++/72774 + PR c++/72786 + PR c++/77922 + PR c++/78313 + * g++.dg/spellcheck-c++-11-keyword.C: New test case. + * g++.dg/spellcheck-macro-ordering.C: New test case. + * g++.dg/spellcheck-pr78313.C: New test case. + +2016-11-29 Tamar Christina + + * gcc.target/aarch64/advsimd-intrinsics/arm-neon-ref.h + (AARCH64_ONLY, CHECK_CRYPTO): New macros. + (Poly64x1_t, Poly64x2_t): Added types. + * gcc.target/aarch64/advsimd-intrinsics/p64_p128.c + (vmov_n_p64, vmovq_n_p64): Added. + (vld2_lane_p64, vld2q_lane_p64): Likewise. + (vld3_lane_p64, vld3q_lane_p64): Likewise. + (vld4_lane_p64, vld4q_lane_p64): Likewise. + (vst2_lane_p64, vst2q_lane_p64): Likewise. + (vst3_lane_p64, vst3q_lane_p64): Likewise. + (vst4_lane_p64, vst4q_lane_p64): Likewise. + (vget_lane_p64, vgetq_lane_p64): Likewise. + (vget_high_p64): Likewise. + * gcc.target/aarch64/advsimd-intrinsics/vreinterpret_p128.c: + Added AArch64 flags. + (vreint_vector, vreint_vector_res): Moved to header. + * gcc.target/aarch64/advsimd-intrinsics/vreinterpret_p64.c: + Added Aarch64 flags. + (vreint_vector, vreint_vector_res): Moved to header. + +2016-11-29 Janus Weil + + PR fortran/58175 + * gfortran.dg/finalize_30.f90: New test case. + +2016-11-29 Martin Liska + + PR gcov-profile/78582 + * gcc.dg/pr78582.c: New test. + +2016-11-29 Senthil Kumar Selvaraj + + * testsuite/gcc.dg/pr31096-1.c: Use __{U,}INT32_TYPE__ for + targets with sizeof(int) < 4. + +2016-11-29 Richard Biener + + PR middle-end/78546 + * gcc.dg/tree-ssa/forwprop-36.c: New testcase. + +2016-11-29 Segher Boessenkool + + * gcc.target/powerpc/rldic-0.c: New testcase. + * gcc.target/powerpc/rldic-1.c: New testcase. + * gcc.target/powerpc/rldic-2.c: New testcase. + * gcc.target/powerpc/rldicl-0.c: New testcase. + * gcc.target/powerpc/rldicl-1.c: New testcase. + * gcc.target/powerpc/rldicl-2.c: New testcase. + * gcc.target/powerpc/rldicr-0.c: New testcase. + * gcc.target/powerpc/rldicr-1.c: New testcase. + * gcc.target/powerpc/rldicr-2.c: New testcase. + * gcc.target/powerpc/rldicx.h: New file. + * gcc.target/powerpc/rldimi-0.c: New testcase. + * gcc.target/powerpc/rldimi-1.c: New testcase. + * gcc.target/powerpc/rldimi-2.c: New testcase. + * gcc.target/powerpc/rldimi.h: New file. + * gcc.target/powerpc/rlwimi-0.c: New testcase. + * gcc.target/powerpc/rlwimi-1.c: New testcase. + * gcc.target/powerpc/rlwimi-2.c: New testcase. + * gcc.target/powerpc/rlwimi.h: New file. + * gcc.target/powerpc/rlwinm-0.c: New testcase. + * gcc.target/powerpc/rlwinm-1.c: New testcase. + * gcc.target/powerpc/rlwinm-2.c: New testcase. + * gcc.target/powerpc/rlwinm.h: New file. + +2016-11-28 Jakub Jelinek + + PR middle-end/78540 + * gcc.dg/pr78540.c: New test. + +2016-11-28 Martin Sebor + + PR middle-end/78520 + * gcc.dg/tree-ssa/builtin-sprintf-5.c: Add test cases. + * gcc.dg/tree-ssa/builtin-sprintf-6.c: New test. + * gcc.dg/tree-ssa/builtin-sprintf-warn-1.c: Add test cases. + * gcc.dg/tree-ssa/builtin-sprintf-warn-3.c: Add test cases. + +2016-11-28 Jakub Jelinek + + PR c++/72808 + * g++.dg/debug/pr72808.C: New test. + + PR rtl-optimization/78546 + * gcc.dg/torture/pr78546-1.c: New test. + * gcc.dg/torture/pr78546-2.c: New test. + + PR fortran/78298 + * gfortran.dg/gomp/pr78298.f90: New test. + +2016-11-28 Uros Bizjak + + * gcc.target/i386/bmi-andn-1a.c (dg-final): Update scan string. + * gcc.target/i386/bmi-andn-2a.c (dg-final): Ditto. + +2016-11-28 Jakub Jelinek + + PR c++/77591 + * g++.dg/cpp1y/pr77591.C: New test. + +2016-11-28 David Edelsohn + + * gcc.dg/torture/pr78515.c: Ignore ABI extension warning. + +2016-11-28 Richard Biener + + PR tree-optimization/78542 + * gcc.dg/torture/pr78542.c: New testcase. + +2016-11-28 Richard Biener + + PR tree-optimization/78343 + * gcc.dg/tree-ssa/20030808-1.c: Fix dump to generate. + * gcc.dg/tree-ssa/20040305-1.c: Likewise. + +2016-11-28 Jakub Jelinek + + PR lto/78211 + * g++.dg/ipa/pr78211.C: New test. + +2016-11-27 Paul Thomas + + PR fortran/78474 + * gfortran.dg/submodule_22.f08: New test. + + PR fortran/78331 + * gfortran.dg/submodule_21.f08: New test. + +2016-11-27 John David Anglin + + * g++.dg/torture/pr65655.C: Use dg-timeout-factor 2. + +2016-11-27 Iain Sandoe + Rainer Orth + Dominique d'Humieres + + PR target/67710 + * gcc.dg/darwin-minversion-1.c: Update min version check. + * gcc.dg/darwin-minversion-2.c: Likewise. + * gcc.dg/darwin-minversion-3.c: Likewise. + +2016-11-27 Iain Sandoe + + PR target/57438 + * gcc.dg/pr57438-1.c: New Test. + * gcc.dg/pr57438-2.c: New Test. + +2016-11-27 Dominique d'Humieres + Iain Sandoe + + PR target/71767 + * g++.dg/abi/key2.C: Adjust for changed Darwin sections and + linker-visible symbols. + * g++.dg/torture/darwin-cfstring-3.C: Likewise. + * gcc.dg/const-uniq-1.c: Likewise. + * gcc.dg/torture/darwin-cfstring-3.c: Likewise. + * gcc.target/i386/pr70799-1.c: Likewise. + +2016-11-25 Jakub Jelinek + + PR rtl-optimization/78438 + PR rtl-optimization/78477 + * gcc.c-torture/execute/pr78438.c: New test. + * gcc.c-torture/execute/pr78477.c: New test. + + PR rtl-optimization/78526 + * gcc.dg/pr78526.c: New test. + +2016-11-25 Vladimir Makarov + + PR rtl-optimization/77541 + * gcc.target/i386/pr77541.c: Change target to int128. + +2016-11-25 Janus Weil + + PR fortran/60853 + * gfortran.dg/typebound_assignment_8.f90: New test case. + +2016-11-25 Jakub Jelinek + + PR rtl-optimization/78527 + * gcc.c-torture/compile/pr78527.c: New test. + +2016-11-25 Martin Liska + + PR gcov-profile/78086 + * g++.dg/gcov/pr16855.C: Clean up the test case. + * g++.dg/gcov/pr16855-priority.C: New test. + +2016-11-25 Richard Biener + + PR ipa/78515 + * gcc.dg/torture/pr78515.c: New testcase. + +2016-11-25 Paul Thomas + + PR fortran/78293 + * gfortran.dg/allocatable_function_10.f90: New test. + * gfortran.dg/class_array_15.f03: Increase builtin_free count + from 11 to 12. + +2016-11-25 Bin Cheng + + PR middle-end/78507 + PR middle-end/78510 + PR middle-end/78517 + * g++.dg/torture/pr78507.C: New test. + * gcc.dg/torture/pr78510.c: New test. + * gcc.dg/torture/pr78517.c: New test. + +2016-11-24 Richard Biener + + PR tree-optimization/78343 + * gcc.dg/tree-ssa/sccp-2.c: New testcase. + * gcc.dg/autopar/uns-outer-6.c: Adjust. + * gcc.dg/tree-ssa/20030808-1.c: Likewise. + * gcc.dg/tree-ssa/20040305-1.c: Likewise. + * gcc.dg/vect/pr38529.c: Likewise. + +2016-11-25 Thomas Preud'homme + + PR tree-optimization/77673 + * gcc.dg/pr77673.c: New test. + +2016-11-25 Martin Jambor + + PR tree-optimization/70965 + * g++.dg/pr70965.C: New test. + +2016-11-25 Jakub Jelinek + Andreas Schwab + + PR gcov-profile/78467 + * gcc.dg/tree-prof/comp-goto-1.c (insn_t): Change offset to + signed int. + +2016-11-25 Richard Sandiford + + * gcc.dg/tree-ssa/tailcall-7-run.c: New test. + * gcc.dg/tree-ssa/tailcall-8-run.c: Likewise. + +2016-11-25 Richard Sandiford + + * gcc.dg/tree-ssa/tailcall-8.c: New test. + +2016-11-25 Senthil Kumar Selvaraj + + * gcc.dg/pr64277.c: Use __INT32_TYPE__ for targets + with sizeof(int) < 4. + +2016-11-24 Martin Sebor + + PR tree-optimization/78476 + * gcc.dg/tree-ssa/builtin-sprintf-5.c: New test. + +2016-11-24 Vladimir Makarov + + PR rtl-optimization/77541 + * gcc.target/i386/pr77541.c: New. + +2016-11-24 Steven G. Kargl + + PR fortran/78500 + * gfortran.dg/class_result_4.f90: New test. + +2016-11-24 James Greenhalgh + + * gcc.target/aarch64/_Float16_1.c: New. + * gcc.target/aarch64/_Float16_2.c: Likewise. + * gcc.target/aarch64/_Float16_3.c: Likewise. + +2016-11-24 James Greenhalgh + + * gcc.target/aarch64/floatdihf2_1.c: New. + +2016-11-24 Kyrylo Tkachov + + PR target/48863 + PR inline-asm/70184 + * gcc.target/arm/pr48863.c: New test. + +2016-11-24 Martin Liska + + * gcc.dg/builtin-unreachable-6.c: Update test to not to scan + parts for frequencies/probabilities. + * gcc.dg/pr34027-1.c: Likewise. + * gcc.dg/strict-overflow-2.c: Likewise. + * gcc.dg/tree-ssa/20040703-1.c: Likewise. + * gcc.dg/tree-ssa/builtin-sprintf-2.c: Likewise. + * gcc.dg/tree-ssa/pr32044.c: Likewise. + * gcc.dg/tree-ssa/vector-3.c: Likewise. + * gcc.dg/tree-ssa/vrp101.c: Likewise. + * gcc.dg/tree-ssa/dump-2.c: New test. + +2016-11-24 Bernd Schmidt + + * gcc.target/i386/align-limit.c: New test. + +2016-11-24 Richard Biener + + PR tree-optimization/71595 + * gcc.dg/torture/pr71595.c: New testcase. + +2016-11-24 Bernd Schmidt + + PR rtl-optimization/78120 + * gcc.target/i386/pr78120.c: New test. + +2016-11-24 Eric Botcazou + + * gcc.c-torture/compile/20161124-1.c: New test. + +2016-11-24 Jakub Jelinek + + PR bootstrap/78493 + * g++.dg/cpp1z/decomp18.C: New test. + +2016-11-23 Naveen H.S + + * gcc.target/aarch64/ldp_stp_1.c: Add -mcpu=generic. + * gcc.target/aarch64/store-pair-1.c: Likewise. + +2016-11-23 Naveen H.S + + * gcc.target/aarch64/fmaxmin.c: Add -fno-vect-cost-model. + * gcc.target/aarch64/fmul_fcvt_2.c: Likewise. + * gcc.target/aarch64/vect-abs-compile.c: Likewise. + * gcc.target/aarch64/vect-clz.c: Likewise. + * gcc.target/aarch64/vect-fcm-eq-d.c: Likewise. + * gcc.target/aarch64/vect-fcm-ge-d.c: Likewise. + * gcc.target/aarch64/vect-fcm-gt-d.c: Likewise. + * gcc.target/aarch64/vect-fmovd-zero.c: Likewise. + * gcc.target/aarch64/vect-fmovd.c: Likewise. + * gcc.target/aarch64/vect-fmovf-zero.c: Likewise. + * gcc.target/aarch64/vect-fmovf.c: Likewise. + * gcc.target/aarch64/vect_ctz_1.c: Likewise. + +2016-11-23 Peter Bergner + + PR target/78458 + * gcc.target/powerpc/pr78458.c: New. + +2016-11-23 Joseph Myers + + * gcc.c-torture/compile/20161123-1.c: New test. + +2016-11-23 Steven G. Kargl + + PR fortran/78297 + * gfortran.dg/pr78297.f90: New test. + +2016-11-23 David Edelsohn + + * gcc.target/powerpc/builtins-3.c: Add -maltivec and -mvsx options. + +2016-11-23 Jakub Jelinek + + PR sanitizer/69278 + * g++.dg/ubsan/return-7.C: New test. + * c-c++-common/ubsan/unreachable-4.c: New test. + + PR tree-optimization/78482 + * gcc.dg/torture/pr78482.c (c, d): Use signed char instead of char. + (bar): New function. + (main): Call bar instead of printf. + + PR middle-end/69183 + * gfortran.dg/gomp/pr69183.f90: New test. + +2016-11-23 Kito Cheng + + PR target/78230 + * gcc.dg/torture/pr66178.c (test): Use uintptr_t instead of int. + (test2) Ditto. + +2016-11-23 Jakub Jelinek + + PR c++/77907 + * g++.dg/cpp0x/pr77907.C: New test. + +2016-11-23 Prathamesh Kulkarni + + PR middle-end/78153 + * gcc.dg/tree-ssa/pr78153-1.c: New test. + * gcc.dg/tree-ssa/pr78153-2.c: Likewise. + +2016-11-23 James Greenhalgh + + PR target/63250 + * lib/target-supports.exp (add_options_for_float16): Add + -mfp16-format=ieee when testign arm*-*-*. + +2016-11-23 James Greenhalgh + + * gcc.target/arm/fp16-rounding-alt-1.c (ROUNDED): Change expected + result. + * gcc.target/arm/fp16-rounding-ieee-1.c (ROUNDED): Change expected + result. + +2016-11-23 James Greenhalgh + + * lib/target-supports.exp (check_effective_target_float16): Add + options for _Float16. + (check_effective_target_float32): Add options for _Float32. + (check_effective_target_float64): Add options for _Float64. + (check_effective_target_float128): Add options for _Float128. + (check_effective_target_float32x): Add options for _Float32x. + (check_effective_target_float64x): Add options for _Float64x. + (check_effective_target_float128x): Add options for _Float128x. + +2016-11-23 James Greenhalgh + + * gcc.dg/fpermitted-flt-eval-methods_3.c: New. + * gcc.dg/fpermitted-flt-eval-methods_4.c: Likewise. + +2016-11-23 James Greenhalgh + + * gcc.dg/fpermitted-flt-eval-methods_1.c: New. + * gcc.dg/fpermitted-flt-eval-methods_2.c: New. + +2016-11-23 Martin Sebor + + PR middle-end/78461 + * gcc.dg/tree-ssa/builtin-sprintf-4.c: New test. + * gcc.dg/tree-ssa/builtin-sprintf-warn-2.c: Adjust warning text. + +2016-11-23 Jakub Jelinek + + PR c++/71450 + * g++.dg/cpp0x/pr71450-1.C: New test. + * g++.dg/cpp0x/pr71450-2.C: New test. + + PR c++/77739 + * g++.dg/cpp1y/pr77739.C: New test. + +2016-11-23 Martin Jambor + + * c-c++-common/gomp/gridify-1.c: Update scan string. + * gfortran.dg/gomp/gridify-1.f90: Likewise. + * c-c++-common/gomp/gridify-2.c: New test. + * c-c++-common/gomp/gridify-3.c: Likewise. + +2016-11-23 Richard Biener + + PR tree-optimization/78396 + * gcc.dg/vect/bb-slp-cond-1.c: Adjust. + +2016-11-23 Richard Biener + + PR tree-optimization/78482 + * gcc.dg/torture/pr78482.c: New testcase. + +2016-11-23 Bin Cheng + + * gcc.dg/fold-cond_expr-1.c: New test. + * gcc.dg/fold-condcmpconv-1.c: New test. + * gcc.dg/fold-condcmpconv-2.c: New test. + +2016-11-23 Richard Biener + + PR middle-end/71762 + * gcc.dg/torture/pr71762-1.c: New testcase. + * gcc.dg/torture/pr71762-2.c: Likewise. + * gcc.dg/torture/pr71762-3.c: Likewise. + * gcc.dg/tree-ssa/forwprop-28.c: XFAIL. + +2016-11-23 Richard Biener + + PR lto/78472 + * g++.dg/lto/pr78472_0.c: New testcase. + * g++.dg/lto/pr78472_1.C: Likewise. + +2016-11-23 Richard Biener + Prathamesh Kulkarni + + PR tree-optimization/78154 + * gcc.dg/tree-ssa/pr78154.c: New test. + +2016-11-23 Naveen H.S + + * gcc.dg/pr31096.c: New testcase. + * gcc.dg/pr31096-1.c: New testcase. + +2016-11-23 Paolo Bonzini + + * gcc.dg/cpp/defined.c: Mark newly introduced warnings and + adjust for warning->pedwarn change. + * gcc.dg/cpp/defined-syshdr.c, + gcc.dg/cpp/defined-Wexpansion-to-defined.c, + gcc.dg/cpp/defined-Wextra-Wno-expansion-to-defined.c, + gcc.dg/cpp/defined-Wextra.c, + gcc.dg/cpp/defined-Wno-expansion-to-defined.c: New testcases. + +2016-11-23 Senthil Kumar Selvaraj + + * gcc.dg/uninit-19.c: Add -finline-small-functions for avr. + +2016-11-23 Jakub Jelinek + + PR target/78451 + * gcc.target/i386/pr78451.c: New test. + * gcc.target/i386/pr69255-1.c: Use #pragma GCC push_options + and #pragma GCC pop_options around the first #pragma GCC target. + * gcc.target/i386/pr69255-2.c: Likewise. + * gcc.target/i386/pr69255-3.c: Likewise. + +2016-11-23 Michael Collison + + * testsuite/gcc.target/aarch64/and_const.c: New test to verify + additional constants are recognized and fewer instructions generated. + * testsuite/gcc.target/aarch64/and_const2.c: New test to verify + additional constants are recognized and fewer instructions generated. + +2016-11-22 Ian Lance Taylor + + * gcc.misc-tests/godump-1.c: Update expected output for recent + changes. + +2016-11-22 Marek Polacek + + PR tree-optimization/78455 + * gcc.dg/uninit-23.c: New. + +2016-11-22 Steven G. Kargl + + PR fortran/78479 + * gfortran.dg/char_component_initializer_3.f90: Add PR number in a + comment. + +2016-11-22 Steven G. Kargl + + PR fortran/78479 + * gfortran.dg/char_component_initializer_3.f90: New test. + +2016-11-22 Jakub Jelinek + + PR target/78451 + * gcc.target/i386/sse-22.c: Add avx5124fmaps,avx5124vnniw to + GCC target pragma before including immintrin.h. + +2016-11-22 Carl Love + + * gcc.target/powerpc/builtins-3.c: New file to test the new + built-ins for vector compare equal and vector compare not equal. + +2016-11-22 Janus Weil + + PR fortran/78443 + * gfortran.dg/typebound_proc_35.f90: New test case. + +2016-11-22 Georg-Johann Lay + + * gcc.c-torture/execute/pr30778.c (memset): Use size_t for 3rd + parameter in declaration. + +2016-11-22 Georg-Johann Lay + + * gcc.dg/loop-split.c: Require int32plus. + * gcc.dg/stack-layout-dynamic-1.c: Require ptr32plus. + +2016-11-22 Bernd Edlinger + + * gcc.target/arm/pr53447-5.c: Fix test expectations for neon-fpu. + +2016-11-22 Georg-Johann Lay + + * c-c++-common/builtin-shuffle-1.c (V): Use 4 * int in vector. + +2016-11-22 Kyrylo Tkachov + + PR target/78439 + * gcc.c-torture/compile/pr78439.c: New test. + +2016-11-22 Thomas Preud'homme + + PR target/77904 + * gcc.target/arm/pr77904.c: New test. + +2016-11-22 Toma Tabacu + + * gcc.target/mips/interrupt_handler-bug-1.c (dg-options): Add + isa_rev>=2. + +2016-11-22 Jakub Jelinek + + PR tree-optimization/78436 + * gcc.c-torture/execute/pr78436.c: New test. + + PR middle-end/78416 + * gcc.dg/torture/pr78416.c: New test. + + PR tree-optimization/78445 + * gcc.dg/pr78445.c: New test. + +2016-11-22 Szabolcs Nagy + + PR libgfortran/78449 + * gfortran.dg/ieee/ieee_8.f90 (aarch64*gnu, arm*gnu*): Mark xfail. + +2016-11-21 Jeff Law + + PR target/68538 + * gcc.c-torture/compile/pr68538.c: New test. + +2016-11-21 Michael Meissner + + * gcc.target/powerpc/ppc-round2.c: Allow XSCVDPSXWS and XSCVDPUXWS + to be generated instead of FCTIWUZ or FCTIWZ. + +2016-11-21 Jakub Jelinek + + PR middle-end/67335 + * g++.dg/vect/simd-clone-7.cc: New test. + + PR c++/71973 + * g++.dg/torture/pr53321.C (size_t): Use __SIZE_TYPE__ instead of + long unsigned int. + * g++.dg/torture/pr63512.C (::strlen): Use __SIZE_TYPE__ instead of + unsigned long. + +2016-11-20 Jeff Law + + PR target/25128 + * gcc.target/m68k/pr25128.c: New test. + +2016-11-21 Richard Sandiford + + * gcc.dg/tree-ssa/tailcall-7.c: New test. + +2016-11-21 David Malcolm + + PR preprocessor/78324 + * gcc.dg/plugin/diagnostic-test-string-literals-1.c + (test_multitoken_macro): New function. + * gcc.dg/plugin/diagnostic-test-string-literals-3.c: New test + case. + * gcc.dg/plugin/diagnostic-test-string-literals-4.c: New test + case. + * gcc.dg/plugin/plugin.exp (plugin_test_list): Add the new test + cases. + * gcc.dg/tree-ssa/builtin-sprintf-warn-1.c (test_sprintf_note): + Move to... + * gcc.dg/tree-ssa/builtin-sprintf-warn-4.c: ...here. Drop + -ftrack-macro-expansion=0. + (test_sprintf_note): Remove "P" macro. Add + dg-begin/end-multiline-output directives. + (LINE, buffer, ptr): Copy from builtin-sprintf-warn-1.c. + +2016-11-21 Georg-Johann Lay + + * lib/target-supports.exp (check_effective_target_tiny) [avr]: + Return 1 for AVR_TINY. + +2016-11-21 Segher Boessenkool + + PR rtl-optimization/71785 + * gcc.target/powerpc/pr71785.c: New file. + +2016-11-21 Bin Cheng + + PR testsuite/78114 + * gfortran.dg/vect/fast-math-mgrid-resid.f: Add additional + options. Refine test by checking predictive commining PHI + nodes in vectorized loop wrto vector factor. + +2016-11-21 Bernd Edlinger + + PR c++/71973 + * g++.dg/pr71973-1.C: New test. + * g++.dg/pr71973-2.C: New test. + * g++.dg/pr71973-3.C: New test. + * g++.dg/lto/pr68811_0.C: Add -w to first lto-options. + * g++.dg/lookup/extern-c-redecl4.C: Adjust test expectations. + * g++.old-deja/g++.mike/p700.C: Add -Wno-builtin-declaration-mismatch + to dg-options. + * g++.old-deja/g++.other/realloc.C: Likewise. + * g++.old-deja/g++.other/builtins10.C: Adjust test expectations. + +2016-11-21 Bill Schmidt + + PR tree-optimization/78413 + * gcc.dg/tree-ssa/pr78413.c: New test. + +2016-11-21 Thomas Preud'homme + + * gcc.target/arm/empty_fiq_handler.c: Skip if -mthumb is passed in and + target is Thumb-only. + +2016-11-20 Jeff Law + + PR target/48551 + * gcc.target/m68k/pr48551.c: New test. + +2016-11-20 Harald Anlauf + + PR fortran/69741 + * gfortran.dg/forall_18.f90: New testcase. + +2016-11-20 Marc Glisse + + * gcc.dg/tree-ssa/cmpexactdiv.c: New file. + +2016-11-20 Andre Vehreschild + + PR fortran/78395 + * gfortran.dg/typebound_operator_21.f03: New test. + +2016-11-20 Marc Glisse + + * gcc.dg/tree-ssa/divide-5.c: New file. + +2016-11-19 Andreas Schwab + + * gcc.c-torture/execute/comp-goto-1.c (insn_t): Change offset to + signed int. + +2016-11-19 John David Anglin + + * gfortran.dg/coarray_alloc_comp_1.f08: Add "-latomic" option if + libatomic_available. + * gfortran.dg/coarray_alloc_comp_2.f08: Likewise. + * gfortran.dg/coarray_allocate_10.f08: Likewise. + * gfortran.dg/coarray_allocate_7.f08: Likewise. + * gfortran.dg/coarray_allocate_8.f08: Likewise. + * gfortran.dg/coarray_allocate_9.f08: Likewise. + * gfortran.dg/coarray_send_by_ref_1.f08: Likewise. + * gfortran.dg/coarray_stat_2.f90: Likewise. + * gfortran.dg/coindexed_1.f90: Likewise. + +2016-11-18 Jeff Law + + PR target/25111 + * gcc.target/m68k/pr25111.c: New test. + +2016-11-18 Jakub Jelinek + + PR c++/68180 + * g++.dg/cpp1y/pr68180.C: Add -Wno-psabi as dg-additional-options. + + PR middle-end/78419 + * gcc.target/i386/pr78419.c: New test. + + PR c++/77285 + * g++.dg/tls/pr77285-1.C: New test. + * g++.dg/tls/pr77285-2.C: New test. + +2016-11-18 Jeff Law + + PR target/25112 + * gcc.target/m68k/pr25112: New test. + +2016-11-18 David Edelsohn + + * gcc.dg/tree-ssa/pr71179.c: Prune ABI message. + * gcc.dg/tree-ssa/ssa-fre-55.c: Same. + +2016-11-18 Thomas Preud'homme + + * gcc.target/arm/optional_thumb-1.c: New test. + * gcc.target/arm/optional_thumb-2.c: New test. + * gcc.target/arm/optional_thumb-3.c: New test. + +2016-11-18 Dominik Vogt + + * gcc.target/s390/htm-builtins-1.c (DEFAULT_MAX_REPETITIONS) + (DEFAULT_REQUIRED_QUORUM, NUM_WARMUP_RUNS): Lower requirements for + successful test. + * gcc.target/s390/htm-builtins-2.c (DEFAULT_MAX_REPETITIONS) + (DEFAULT_REQUIRED_QUORUM): Likewise. + +2016-11-18 Andrew Bennett + Toma Tabacu + + * gcc.target/mips/inline-memcpy-1.c (dg-options): + Add (REQUIRES_STDLIB). + * gcc.target/mips/inline-memcpy-2.c: Ditto. + * gcc.target/mips/inline-memcpy-3.c: Ditto. + * gcc.target/mips/inline-memcpy-4.c: Ditto. + * gcc.target/mips/inline-memcpy-5.c: Ditto. + * gcc.target/mips/loongson-shift-count-truncated-1.c: Ditto. + * gcc.target/mips/loongson-simd.c: Ditto. + * gcc.target/mips/memcpy-1.c: Ditto. + * gcc.target/mips/mips-3d-1.c: Ditto. + * gcc.target/mips/mips-3d-2.c: Ditto. + * gcc.target/mips/mips-3d-3.c: Ditto. + * gcc.target/mips/mips-3d-4.c: Ditto. + * gcc.target/mips/mips-3d-5.c: Ditto. + * gcc.target/mips/mips-3d-6.c: Ditto. + * gcc.target/mips/mips-3d-7.c: Ditto. + * gcc.target/mips/mips-3d-8.c: Ditto. + * gcc.target/mips/mips-3d-9.c: Ditto. + * gcc.target/mips/mips-ps-1.c: Ditto. + * gcc.target/mips/mips-ps-2.c: Ditto. + * gcc.target/mips/mips-ps-3.c: Ditto. + * gcc.target/mips/mips-ps-4.c: Ditto. + * gcc.target/mips/mips-ps-6.c: Ditto. + * gcc.target/mips/mips16-attributes.c: Ditto. + * gcc.target/mips/mips32-dsp-run.c: Ditto. + * gcc.target/mips/mips32-dsp.c: Ditto. + * gcc.target/mips/save-restore-1.c: Ditto. + * gcc.target/mips/mips.exp (mips_option_groups): Add stdlib. + (mips_preprocess): Add ignore_output argument that when set + will not return the pre-processed output. + (mips_arch_info): Update arguments for the call to mips_preprocess. + (mips-dg-init): Ditto. + (mips-dg-options): Check if a test having test option + (REQUIRES_STDLIB) has the required sysroot support for + the current test options. + +2016-11-17 Jeff Law + + PR middle-end/38219 + * gcc.dg/tree-ssa/vrp47.c: Do not run on m68k. + + PR target/47192 + * gcc.target/m68k/pr47192.c: New test. + +2016-11-17 Toma Tabacu + + * gcc.target/mips/branch-cost-1.c (dg-options): Use (HAS_MOVN) + instead of isa>=4, in order to downgrade to R5. + +2016-11-17 Andrew Burgess + + * gcc.target/arc/cmem-bit-1.c: New file. + * gcc.target/arc/cmem-bit-2.c: New file. + * gcc.target/arc/cmem-bit-3.c: New file. + * gcc.target/arc/cmem-bit-4.c: New file. + +2016-11-17 Andrew Senkevich + + * gcc.target/i386/builtin_target.c: Handle new "avx5124vnniw", + "avx5124fmaps". + * gcc.target/i386/funcspec-56.inc: Test new attributes. + +2016-11-17 Kirill Yukhin + Andrew Senkevich + + * gcc.target/i386/avx5124fmadd-v4fmaddps-1.c: New test. + * gcc.target/i386/avx5124fmadd-v4fmaddps-2.c: Ditto. + * gcc.target/i386/avx5124fmadd-v4fmaddss-1.c: Ditto. + * gcc.target/i386/avx5124fmadd-v4fnmaddps-1.c: Ditto. + * gcc.target/i386/avx5124fmadd-v4fnmaddps-2.c: Ditto. + * gcc.target/i386/avx5124fmadd-v4fnmaddss-1.c: Ditto. + * gcc.target/i386/avx5124fmaps-check.h: Ditto. + * gcc.target/i386/avx5124vnniw-check.h: Ditto. + * gcc.target/i386/avx5124vnniw-vp4dpwssd-1.c: Ditto. + * gcc.target/i386/avx5124vnniw-vp4dpwssd-2.c: Ditto. + * gcc.target/i386/avx5124vnniw-vp4dpwssds-1.c: Ditto. + * gcc.target/i386/avx5124vnniw-vp4dpwssds-2.c: Ditto. + * gcc.target/i386/avx512f-helper.h: Add avx5124fmaps-check.h, + avx5124vnniw-check.h. + * gcc.target/i386/i386.exp (check_effective_target_avx5124fmaps, + check_effective_target_avx5124vnniw): New. + * gcc.target/i386/m128-check.h (ESP_FLOAT, ESP_DOUBLE): + Set under ifndef. + * gcc.target/i386/sse-12.c: Add -mavx5124fmaps, -mavx5124vnniw. + * gcc.target/i386/sse-13.c: Ditto. + * g++.dg/other/i386-2.C: Ditto. + * g++.dg/other/i386-3.C: Ditto. + * gcc.target/i386/sse-22.c: Ditto. + * gcc.target/i386/sse-23.c: Ditto. + +2016-11-17 Paolo Carlini + + PR c++/55080 + * g++.dg/parse/pr55080.C: New. + +2016-11-17 Michael Meissner + + PR target/78101 + * gcc.target/powerpc/fusion4.c: New test. + +2016-11-17 Thomas Preud'homme + + PR target/77933 + * gcc.target/arm/pr77933-1.c: New test. + * gcc.target/arm/pr77933-2.c: Likewise. + +2016-11-17 Jakub Jelinek + + PR middle-end/78201 + * g++.dg/opt/pr78201.C: New test. + +2016-11-17 Christophe Lyon + + * gcc.dg/pr78333.c: Add empty implementations of + __cyg_profile_func_enter() and __cyg_profile_func_exit() to avoid + problems on non-glibc systems. + +2016-11-17 David Malcolm + + * gcc.dg/plugin/diagnostic-test-string-literals-1.c + (test_raw_string_one_liner): New function. + (test_raw_string_multiline): New function. + +2016-11-17 Kyrylo Tkachov + + * gcc.target/aarch64/store_repeating_constant_1.c: New test. + * gcc.target/aarch64/store_repeating_constant_2.c: Likewise. + +2016-11-17 Bill Schmidt + Richard Biener + + PR tree-optimization/77848 + * gfortran.dg/vect/pr77848.f: New test. + +2016-11-17 Bernd Edlinger + + PR target/77308 + * gcc.target/arm/pr53447-5.c: New test. + * lib/target-supports.exp + (check_effective_target_arm_prefer_ldrd_strd): Adjust. + +2016-11-17 Claudiu Zissulescu + + * gcc.target/arc/abitest.S: New file. + * gcc.target/arc/abitest.h: Likewise. + * gcc.target/arc/va_args-1.c: Likewise. + * gcc.target/arc/va_args-2.c: Likewise. + * gcc.target/arc/va_args-3.c: Likewise. + * gcc.target/arc/mcrc.c: Deleted. + * gcc.target/arc/mdsp-packa.c: Likewise. + * gcc.target/arc/mdvbf.c: Likewise. + * gcc.target/arc/mmac-24.c: Likewise. + * gcc.target/arc/mmac-d16.c: Likewise. + * gcc.target/arc/mno-crc.c: Likewise. + * gcc.target/arc/mno-dsp-packa.c: Likewise. + * gcc.target/arc/mno-dvbf.c: Likewise. + * gcc.target/arc/mno-mac-24.c: Likewise. + * gcc.target/arc/mno-mac-d16.c: Likewise. + * gcc.target/arc/mno-rtsc.c: Likewise. + * gcc.target/arc/mno-xy.c: Likewise. + * gcc.target/arc/mrtsc.c: Likewise. + * gcc.target/arc/arc.exp (check_effective_target_arcem): New + function. + (check_effective_target_arc700): Likewise. + (check_effective_target_arc6xx): Likewise. + (check_effective_target_arcmpy): Likewise. + (check_effective_target_archs): Likewise. + (check_effective_target_clmcpu): Likewise. + (check_effective_target_barrelshifter): Likewise. + * gcc.target/arc/barrel-shifter-1.c: Changed. + * gcc.target/arc/builtin_simd.c: Test only for ARC700 cpus. + * gcc.target/arc/cmem-1.c: Changed. + * gcc.target/arc/cmem-2.c: Likewise. + * gcc.target/arc/cmem-3.c: Likewise. + * gcc.target/arc/cmem-4.c: Likewise. + * gcc.target/arc/cmem-5.c: Likewise. + * gcc.target/arc/cmem-6.c: Likewise. + * gcc.target/arc/cmem-7.c: Likewise. + * gcc.target/arc/interrupt-1.c: Test for RTIE as well. + * gcc.target/arc/interrupt-2.c: Skip it for ARCv2 cores. + * gcc.target/arc/interrupt-3.c: Match also ARCv2 warnings. + * gcc.target/arc/jump-around-jump.c: Update options. + * gcc.target/arc/mARC601.c: Changed. + * gcc.target/arc/mcpu-arc600.c: Changed. + * gcc.target/arc/mcpu-arc601.c: Changed. + * gcc.target/arc/mcpu-arc700.c: Changed. + * gcc.target/arc/mdpfp.c: Skip for ARCv2 cores. + * gcc.target/arc/movb-1.c: Changed. + * gcc.target/arc/movb-2.c: Likewise. + * gcc.target/arc/movb-3.c: Likewise. + * gcc.target/arc/movb-4.c: Likewise. + * gcc.target/arc/movb-5.c: Likewise. + * gcc.target/arc/movb_cl-1.c: Likewise. + * gcc.target/arc/movb_cl-2.c: Likewise. + * gcc.target/arc/movbi_cl-1.c: Likewise. + * gcc.target/arc/movh_cl-1.c: Likewise. + * gcc.target/arc/mspfp.c: Skip for ARC HS cores. + * gcc.target/arc/mul64.c: Enable it only for ARC600. + * gcc.target/arc/mulsi3_highpart-1.c: Scan for ARCv2 instructions. + * gcc.target/arc/mulsi3_highpart-2.c: Skip it for ARCv1 cores. + * gcc.target/arc/no-dpfp-lrsr.c: Skip it for ARC HS. + * gcc.target/arc/trsub.c: Only for ARC EM cores. + * gcc.target/arc/builtin_simdarc.c: Changed. + * gcc.target/arc/extzv-1.c: Likewise. + * gcc.target/arc/insv-1.c: Likewise. + * gcc.target/arc/insv-2.c: Likewise. + * gcc.target/arc/mA6.c: Likewise. + * gcc.target/arc/mA7.c: Likewise. + * gcc.target/arc/mARC600.c: Likewise. + * gcc.target/arc/mARC700.c: Likewise. + * gcc.target/arc/mcpu-arc600.c: Likewise. + * gcc.target/arc/mcpu-arc700.c: Likewise. + * gcc.target/arc/movl-1.c: Likewise. + * gcc.target/arc/nps400-1.c: Likewise. + * gcc.target/arc/trsub.c: Likewise. + * gcc.target/arc/barrel-shifter-2.c: Check for barrel shifter + configuration. + * gcc.target/arc/mlock.c: Skip for arc6xx configurations. + * gcc.target/arc/mswape.c: Likewise. + +2016-11-17 Paolo Carlini + + PR c++/68180 + * g++.dg/cpp1y/pr68180.C: New. + +2016-11-17 Prathamesh Kulkarni + + PR tree-optimization/78319 + * gcc.dg/uninit-pred-8_a.c (foo): Mark dg-bogus test to xfail on + arm-none-eabi. + +2016-11-17 Richard Biener + + PR tree-optimization/78306 + * gcc.dg/cilk-plus/pr78306.c: New testcase. + +2016-11-17 Richard Biener + + PR middle-end/78305 + * gcc.dg/torture/pr78305.c: New testcase. + +2016-11-17 Janus Weil + + PR fortran/66227 + * gfortran.dg/extends_type_of_3.f90: Fix and extend the test case. + +2016-11-16 Marek Polacek + + PR c/78285 + * gcc.dg/switch-5.c: Turn several dg-errors into dg-messages. + * g++.dg/ext/case-range2.C: Likewise. + +2016-11-16 Steven G. Kargl + + PR fortran/58001 + * gfortran.dg/fmt_tab_1.f90: Adjust testcase. + * gfortran.dg/fmt_tab_2.f90: Ditto. + +2016-11-16 Jakub Jelinek + + PR rtl-optimization/78378 + * gcc.c-torture/execute/pr78378.c: New test. + +2016-11-16 Andrew Burgess + + * gcc.dg/tree-prof/section-attr-1.c: New file. + * gcc.dg/tree-prof/section-attr-2.c: New file. + * gcc.dg/tree-prof/section-attr-3.c: New file. + +2016-11-16 Maciej W. Rozycki + + * gcc.target/mips/code-readable-4.c (dg-final): Expect `dla' + rather than `la'. + +2016-11-16 Maciej W. Rozycki + + * gcc.target/mips/call-1.c (dg-options): Add `-mno-micromips'. + (dg-final): Remove microMIPS JALRS mnemonic matching. + * gcc.target/mips/call-2.c (dg-options): Add `-mno-micromips'. + (dg-final): Remove microMIPS JALRS mnemonic matching. + * gcc.target/mips/call-3.c (dg-options): Add `-mno-micromips'. + (dg-final): Remove microMIPS JALRS mnemonic matching. + * gcc.target/mips/call-4.c (dg-options): Add `-mno-micromips'. + * gcc.target/mips/call-5.c (dg-options): Add `-mno-micromips'. + * gcc.target/mips/call-6.c (dg-options): Add `-mno-micromips'. + * gcc.target/mips/call-1u.c: New test case. + * gcc.target/mips/call-2u.c: New test case. + * gcc.target/mips/call-3u.c: New test case. + * gcc.target/mips/call-4u.c: New test case. + * gcc.target/mips/call-5u.c: New test case. + * gcc.target/mips/call-6u.c: New test case. + +2016-11-16 Thomas Preud'homme + + * gcc.target/arm/empty_fiq_handler.c: New test. + +2016-11-16 Jakub Jelinek + + PR fortran/78299 + * gfortran.dg/gomp/pr78299.f90: New test. + +2015-11-16 Wilco Dijkstra + + * gcc.dg/optimize-bswapdi-3.c: Remove xfail. + * gcc.dg/optimize-bswaphi-1.c: Likewise. + * gcc.dg/optimize-bswapsi-2.c: Likewise. + +2016-11-16 Szabolcs Nagy + + PR libgfortran/78314 + * gfortran.dg/ieee/ieee_6.f90: Use ieee_support_halting. + +2016-11-16 Bin Cheng + + * gcc.target/arm/ivopts-orig_biv-inc.c: Adjust test string + according to updated dump info. + +2016-11-16 Alexander Monakov + + * lib/target-supports.exp (check_effective_target_alloca): Use a + compile test. + * gcc.target/nvptx/softstack.c: New test. + * gcc.target/nvptx/decl-shared.c: New test. + * gcc.target/nvptx/decl-shared-init.c: New test. + +2016-11-16 Maciej W. Rozycki + + * gcc.target/mips/data-sym-jump.c: New test case. + * gcc.target/mips/data-sym-pool.c: New test case. + * gcc.target/mips/insn-pseudo-4.c: Adjust for constant pool + annotation. + +2016-11-16 Yuri Rumyantsev + + * lib/target-supports.exp (check_avx2_hw_available): New. + (check_effective_target_avx2_runtime): New. + * gcc.dg/vect/vect-tail-nomask-1.c: New test. + +2016-11-16 Tamar Christina + + PR testsuite/78136 + * gcc.dg/cpp/trad/trad.exp + (dg-runtest): Moved $srcdir/$subdir/ to + DEFAULT_TRADCPPFLAGS. + +2016-11-16 Andre Vehreschild + + PR fortran/78356 + * gfortran.dg/class_allocate_23.f08: New test. + +2016-11-16 Richard Biener + + PR middle-end/78333 + * gcc.dg/pr78333.c: New testcase. + +2016-11-16 Martin Liska + + PR sanitizer/78270 + * gcc.dg/asan/pr78270.c: Update comment style. + * gcc.dg/asan/pr78270-2.c: New test. + +2016-11-16 Senthil Kumar Selvaraj + + * c-c++-common/Wlogical-op-1.c: Use __INT{16,32}_TYPE__ instead + of {short,int} if __SIZEOF_INT__ is less than 4 bytes. + +2016-11-16 Richard Biener + + PR tree-optimization/78348 + * gcc.dg/tree-ssa/ldist-24.c: New testcase. + +2016-11-16 Jakub Jelinek + + PR sanitizer/77823 + * c-c++-common/ubsan/overflow-vec-1.c: New test. + * c-c++-common/ubsan/overflow-vec-2.c: New test. + +2016-11-15 Marek Polacek + + * g++.dg/cpp1z/init-statement6.C: Rename a function. + +2016-11-15 Thomas Koenig + + PR libgfortran/51119 + * gfortran.dg/matmul_12.f90: New test case. + +2016-11-15 Uros Bizjak + + * gcc.target/i386/funcspec-56.inc: New file. + * gcc.target/i386/funcspec-5.c: Include funcspec-56.inc. Remove + common 32-bit and 64-bit function specific options. + * gcc.target/i386/funcspec-6.c: Ditto. + +2016-11-15 Jakub Jelinek + + * g++.dg/cpp1z/decomp14.C: New test. + * g++.dg/cpp1z/decomp15.C: New test. + * g++.dg/cpp1z/decomp16.C: New test. + + * g++.dg/cpp1z/decomp13.C: New test. + + * g++.dg/cpp1y/auto-fn33.C (main): Turn // error: ... into dg-bogus. + + PR c++/71988 + * g++.dg/cpp0x/constexpr-71988.C: New test. + +2016-11-15 Maciej W. Rozycki + + * gcc.target/mips/insn-casesi.c: New test case. + * gcc.target/mips/insn-pseudo-1.c: New test case. + * gcc.target/mips/insn-pseudo-2.c: New test case. + * gcc.target/mips/insn-pseudo-3.c: New test case. + * gcc.target/mips/insn-pseudo-4.c: New test case. + * gcc.target/mips/insn-tablejump.c: New test case. + +2016-11-15 Maciej W. Rozycki + + * gcc.target/mips/mips.exp (mips_option_tests): Add + `-mcode-readable=yes' array element. + +2016-11-15 Maciej W. Rozycki + + * gcc.target/mips/mips.exp (mips_option_tests): Add + `-mmicromips' array element. + +2016-11-15 Michael Matz + + PR missed-optimization/77881 + * gcc.target/i386/pr77881.c: New test. + +2016-11-15 Jakub Jelinek + + PR middle-end/78295 + * gcc.dg/uninit-pr78295.c: Add -Wno-psabi to dg-options. + +2016-11-14 Michael Meissner + + * gcc.target/powerpc/vec-set-int.c: New test. + * gcc.target/powerpc/vec-set-short.c: Likesie. + * gcc.target/powerpc/vec-set-char.c: Likewise. + +2016-11-14 Jakub Jelinek + + * g++.dg/cpp1z/feat-cxx1z.C: Test __cpp_structured_bindings macro. + +2016-11-14 Janus Weil + + PR fortran/78300 + * gfortran.dg/class_result_3.f90: New test. + +2016-11-14 Prasad Ghangal + Richard Biener + + * gcc.dg/gimplefe-1.c: New testcase. + * gcc.dg/gimplefe-2.c: Likewise. + * gcc.dg/gimplefe-3.c: Likewise. + * gcc.dg/gimplefe-4.c: Likewise. + * gcc.dg/gimplefe-5.c: Likewise. + * gcc.dg/gimplefe-6.c: Likewise. + * gcc.dg/gimplefe-7.c: Likewise. + * gcc.dg/gimplefe-8.c: Likewise. + * gcc.dg/gimplefe-9.c: Likewise. + * gcc.dg/gimplefe-10.c: Likewise. + * gcc.dg/gimplefe-11.c: Likewise. + * gcc.dg/gimplefe-12.c: Likewise. + * gcc.dg/gimplefe-13.c: Likewise. + * gcc.dg/gimplefe-14.c: Likewise. + * gcc.dg/gimplefe-15.c: Likewise. + * gcc.dg/gimplefe-16.c: Likewise. + * gcc.dg/gimplefe-17.c: Likewise. + * gcc.dg/gimplefe-18.c: Likewise. + +2016-11-14 Martin Liska + + PR bootstrap/78069 + * gcc.dg/no_profile_instrument_function-attr-1.c: Update test + to match scanned pattern. + * gcc.dg/tree-ssa/ssa-lim-11.c: Likewise. + +2016-11-14 Richard Biener + + PR tree-optimization/78312 + * gcc.dg/torture/pr78312.c: New testcase. + +2016-11-14 Georg-Johann Lay + + PR target/78093 + * gcc.target/avr/torture/tiny-absdata-2.c: New test. + +2016-11-14 Jakub Jelinek + Jason Merrill + + Implement P0217R3 - C++17 structured bindings + * g++.dg/cpp1z/decomp1.C: New test. + * g++.dg/cpp1z/decomp2.C: New test. + * g++.dg/cpp1z/decomp3.C: New test. + * g++.dg/cpp1z/decomp4.C: New test. + * g++.dg/cpp1z/decomp5.C: New test. + * g++.dg/cpp1z/decomp6.C: New test. + * g++.dg/cpp1z/decomp7.C: New test. + * g++.dg/cpp1z/decomp8.C: New test. + * g++.dg/cpp1z/decomp9.C: New test. + * g++.dg/cpp1z/decomp10.C: New test. + +2016-11-13 Kugan Vivekanandarajah + + * g++.dg/torture/pr78268.C: New test. + +2016-11-13 Prathamesh Kulkarni + + PR c/35503 + * c-c++-common/pr35503-1.c: New test. + * c-c++-common/pr35503-2.c: Likewise. + * c-c++-common/pr35503-3.c: Likewise. + * gcc.dg/format/gcc_diag-1.c: Add tests for "Z" specifier. + +2016-11-13 Uros Bizjak + + PR rtl-optimization/78232 + PR rtl-optimization/78248 + * gcc.dg/ubsan/pr78248.c: New test. + +2016-11-13 Eric Botcazou + + * gnat.dg/address_conv.adb: New test. + +2016-11-13 Eric Botcazou + + * gnat.dg/renaming11.ad[sb]: New test. + +2016-11-13 Eric Botcazou + + * c-c++-common/dump-ada-spec-6.c: New test. + +2016-11-13 Eric Botcazou + + * gnat.dg/lto21.adb: New test. + * gnat.dg/lto21_pkg1.ads: New helper. + * gnat.dg/lto21_pkg2.ad[sb]: Likewise. + +2016-11-13 Janus Weil + + PR fortran/60952 + * gfortran.dg/typebound_proc_34.f90: New test. + +2016-11-13 Janus Weil + + PR fortran/66366 + * gfortran.dg/class_57.f90: Changed error message. + * gfortran.dg/class_60.f90: New test. + +2016-11-12 David Edelsohn + + * g++.dg/pr78112.C: XFAIL AIX. + +2016-11-12 Janus Weil + + PR fortran/77501 + * gfortran.dg/typebound_generic_16.f90: New test. + +2016-11-12 Jakub Jelinek + + PR c++/71225 + * g++.dg/cpp0x/pr71225.C: New test. + +2016-11-11 Eric Botcazou + + * gcc.target/sparc/20161111-1.c: New test. + +2016-11-11 Uros Bizjak + + PR target/78310 + * gcc.target/i386/pr78310.c: New test. + +2016-11-11 Jeff Law + + * gcc.dg/tree-ssa/isolate-6.c: New test. + * gcc.dg/tree-ssa/isolate-7.c: New test. + +2016-11-11 Bin Cheng + + PR testsuite/78292 + * gcc.dg/vect/vect-cond-2.c: Only drop xfail for targets supporting + vect_max_reduc. + +2016-11-11 Jakub Jelinek + + PR c++/72774 + * g++.dg/parse/pr72774.C: New test. + +2016-11-11 Richard Biener + + PR tree-optimization/71575 + * gcc.dg/graphite/pr71575-1.c: New testcase. + * gcc.dg/graphite/pr71575-2.c: Likewise. + +2016-11-11 Richard Biener + + PR middle-end/78295 + * gcc.dg/uninit-pr78295.c: New testcase. + +2016-11-10 Fritz O. Reese + + PR fortran/78277 + * gfortran.dg/dec_structure_17.f90: New test. + +2016-11-10 Michael Meissner + + * gcc.target/powerpc/vsx-qimode.c: New test for QImode, HImode + being allowed in vector registers. + * gcc.target/powerpc/vsx-qimode2.c: Likewise. + * gcc.target/powerpc/vsx-qimode3.c: Likewise. + * gcc.target/powerpc/vsx-himode.c: Likewise. + * gcc.target/powerpc/vsx-himode2.c: Likewise. + * gcc.target/powerpc/vsx-himode3.c: Likewise. + * gcc.target/powerpc/p9-extract-1.c: Change MFVSRD to just MFVSR, + to allow matching MFVSRD or MFVSRW. + +2016-11-10 Pat Haugen + + PR rtl-optimization/78241 + * gcc.dg/pr78241.c: New test. + +2016-11-10 Jakub Jelinek + + * gfortran.dg/openmp-define-3.f90: Expect 201511 instead of + 201307. + + * g++.dg/cpp1z/noexcept-type14.C: New test. + * g++.dg/asan/asan_test.C: Remove -Wno-c++1z-compat from dg-options. + +2016-11-10 James Greenhalgh + + * gcc.dg/torture/fp-int-convert.h (M_OK2): New, use it in + WVAL0S tests added in r241817. + +2016-11-10 Jakub Jelinek + + * gfortran.dg/gomp/pr77516.f90: Add dg-warning. + * gfortran.dg/gomp/target1.f90: Remove ordered clause where it is + no longer allowed and corresponding ordered construct. + * gfortran.dg/gomp/linear-1.f90: New test. + * gfortran.dg/gomp/declare-simd-2.f90: New test. + * gfortran.dg/gomp/declare-target-1.f90: New test. + * gfortran.dg/gomp/declare-target-2.f90: New test. + +2016-11-10 Martin Liska + + PR sanitizer/78270 + * gcc.dg/asan/pr78270.c: New test. + +2016-11-10 Pierre-Marie de Rodat + Jakub Jelinek + + PR debug/78112 + * g++.dg/pr78112.C: New testcase. + +2016-11-09 Jakub Jelinek + + * g++.dg/asan/asan_test.C: Remove -Wno-format, add + -Wno-c++1z-compat. + * g++.dg/asan/dejagnu-gtest.h (EXPECT_TRUE): Use "%s" format + string in case condition contains % characters. + + PR c++/78283 + * g++.dg/cpp1z/noexcept-type13.C: New test. + +2016-11-09 Toma Tabacu + + * gcc.target/mips/mips.exp (mips-dg-options): Upgrade to MIPS IV if + using (HAS_MOVN) with MIPS III. + +2016-11-09 Janus Weil + + PR fortran/46459 + * gfortran.dg/volatile14.f90: New test. + +2016-11-09 Uros Bizjak + + PR target/78262 + * gcc.target/i386/pr78262.c: New test. + +2016-11-09 Fritz O. Reese + + PR fortran/78259 + * gfortran.dg/pr78259.f90: New test. + +2016-11-09 Janus Weil + + PR fortran/60777 + * gfortran.dg/spec_expr_7.f90: New test. + +2016-11-09 Jakub Jelinek + + PR target/77718 + * gcc.c-torture/execute/pr77718.c: New test. + + * gcc.dg/ubsan/c99-shift-3.c: New test. + * gcc.dg/ubsan/c99-shift-4.c: New test. + * gcc.dg/ubsan/c99-shift-5.c: New test. + * gcc.dg/ubsan/c99-shift-6.c: New test. + +2016-11-09 Martin Liska + + * gcc.dg/tree-ssa/builtins-folding-generic.c (main): Add new + test-case for memcmp. + * gcc.dg/tree-ssa/builtins-folding-gimple.c: Likewise. + +2016-11-09 Thomas Preud'homme + + PR testsuite/78269 + * g++.dg/cpp1z/noexcept-type9.C: Make it a compile test. + +2016-11-09 Paul Thomas + + * gfortran.dg/move_alloc_18.f90: New test. + +2016-11-09 Prathamesh Kulkarni + + PR middle-end/78256 + * gcc.dg/pr35691-1.c (foo): Use & instead of &&. + * gcc.dg/pr35691-2.c (foo): Use | instead of ||. + +2016-11-09 Janus Weil + + PR fortran/71894 + * gfortran.dg/class_59.f90: New test. + +2016-11-09 Richard Biener + + PR tree-optimization/78007 + * gcc.dg/vect/vect-bswap32.c: Adjust. + * gcc.dg/vect/vect-bswap64.c: Likewise. + +2016-11-09 Kugan Vivekanandarajah + + * gcc.dg/ipa/vrp7.c: New test. + +2016-11-09 Kugan Vivekanandarajah + + PR ipa/78121 + * gcc.dg/ipa/pr78121.c: New test. + +2016-11-09 Maxim Ostapenko + + * c-c++-common/asan/default_options.h: New file. + * c-c++-common/asan/strcasestr-1.c: New test. + * c-c++-common/asan/strcasestr-2.c: Likewise. + * c-c++-common/asan/strcspn-1.c: Likewise. + * c-c++-common/asan/strcspn-2.c: Likewise. + * c-c++-common/asan/strpbrk-1.c: Likewise. + * c-c++-common/asan/strpbrk-2.c: Likewise. + * c-c++-common/asan/strspn-1.c: Likewise. + * c-c++-common/asan/strspn-2.c: Likewise. + * c-c++-common/asan/strstr-1.c: Likewise. + * c-c++-common/asan/strstr-2.c: Likewise. + * c-c++-common/asan/halt_on_error_suppress_equal_pcs-1.c: Likewise. + +2016-11-09 Maxim Ostapenko + + * c-c++-common/asan/null-deref-1.c: Adjust testcase. + +2016-11-08 Janus Weil + + PR fortran/68440 + * gfortran.dg/class_58.f90: New test. + +2016-11-08 Uros Bizjak + + PR target/70799 + * gcc.target/i386/pr70799-2.c: New test. + +2016-11-08 Janus Weil + + PR fortran/77596 + * gfortran.dg/proc_ptr_comp_46.f90: New test. + +2016-11-08 Bin Cheng + + * gcc.dg/vect/pr56541.c: Xfail on !vect_cond_mixed targets. + +2016-11-08 Bin Cheng + + * gcc.dg/tree-ssa/pr71347.c: Drop xfail. + +2016-11-08 Bin Cheng + + * gcc.dg/vect/vect-cond-2.c: Drop xfail. + +2016-11-08 Martin Liska + + PR testsuite/78242 + * g++.dg/asan/use-after-scope-4.C: New test. + * g++.dg/asan/use-after-scope-types-4.C: Update scanned pattern. + * gcc.dg/asan/use-after-scope-8.c: Remove. + +2016-11-08 Richard Biener + + * gcc.dg/vect/vect-nb-iter-ub-2.c: Adjust. + +2016-11-08 Tamar Christina + + PR testsuite/78136 + * gcc.dg/cpp/trad/trad.exp + (dg-runtest): Added $srcdir/$subdir/ to Include dirs. + * gcc.dg/cpp/trad/include.c: Use local header file. + +2016-11-08 Richard Biener + + PR tree-optimization/78205 + * gcc.dg/vect/bb-slp-pr78205.c: New testcase. + +2016-11-08 Richard Biener + + PR tree-optimization/78224 + * g++.dg/torture/pr78224.C: New testcase. + +2016-11-08 Senthil Kumar Selvaraj + + * gcc.dg/store_merging_1.c: Require store_merge. + * gcc.dg/store_merging_2.c: Likewise. + * gcc.dg/store_merging_4.c: Likewise. + * gcc.dg/store_merging_5.c: Likewise. + * gcc.dg/store_merging_6.c: Likewise. + * gcc.dg/store_merging_7.c: Likewise. + * gcc.dg/store_merging_8.c: Likewise. + * lib/target-supports.exp (check_effective_target_store_merge): New. + +2016-11-07 David Edelsohn + + * gcc.target/powerpc/fold-vec-add-1.c: Add dg-options -maltivec. + * gcc.target/powerpc/fold-vec-add-2.c: Add dg-options -maltivec. + * gcc.target/powerpc/fold-vec-add-3.c: Add dg-options -maltivec. + * gcc.target/powerpc/fold-vec-add-4.c: Add dg-options -maltivec + -mvsx -mpower8-vector. + * gcc.target/powerpc/fold-vec-add-5.c: Add dg-options -maltivec -mno-vsx. + * gcc.target/powerpc/fold-vec-add-6.c: Add dg-options -maltivec -mvsx. + * gcc.target/powerpc/fold-vec-add-7.c: Add dg-options -maltivec + -mvsx -mpower8-vector. + +2016-11-07 David Edelsohn + + * lib/scanasm.exp (hidden-scan-for): Add XCOFF support. + + * gfortran.dg/implicit_class_1.f90: Skip on AIX. + * gcc.dg/visibility-14.c: XFAIL AIX. + * gcc.dg/visibility-15.c: XFAIL AIX. + * gcc.dg/visibility-16.c: XFAIL AIX. + * gcc.dg/visibility-17.c: XFAIL AIX. + * gcc.dg/visibility-18.c: XFAIL AIX. + * gcc.dg/visibility-19.c: XFAIL AIX. + * g++.dg/ext/visibility/anon1.C: XFAIL AIX. + * g++.dg/ext/visibility/anon2.C: XFAIL AIX. + * g++.dg/ext/visibility/pragma-override1.C: XFAIL AIX. + * g++.dg/ext/visibility/pragma-override2.C: XFAIL AIX. + +2016-11-07 Jakub Jelinek + + PR target/78227 + * gcc.target/i386/pr78227-1.c: New test. + * gcc.target/i386/pr78227-2.c: New test. + +2016-11-07 Prathamesh Kulkarni + + PR middle-end/35691 + * gcc.dg/pr35691-1.c: New test-case. + * gcc.dg/pr35691-2.c: Likewise. + +2016-11-07 Bernd Schmidt + + PR rtl-optimization/77309 + * gcc.dg/torture/pr77309.c: New test. + +2016-11-07 Jakub Jelinek + + PR middle-end/71529 + * gcc.target/i386/pr71529.C: Moved to ... + * g++.dg/opt/pr71529.C: ... here. New test. Guard for i?86/x86_64. + + PR target/64411 + * gcc.target/i386/pr64411.C: Moved to ... + * g++.dg/opt/pr64411.C: ... here. New test. Guard for i?86/x86_64 + lp64. + + PR target/65105 + * gcc.target/i386/pr65105-4.C: Moved to ... + * g++.dg/opt/pr65105-4.C: ... here. New test. Guard for i?86/x86_64. + Run into compile test rather than execute test. + +2016-11-07 Richard Biener + + PR target/78229 + * g++.dg/pr78229.C: New testcase. + +2016-11-07 Richard Biener + + PR tree-optimization/78218 + * gcc.dg/torture/pr78218.c: New testcase. + +2016-11-07 Richard Biener + + PR tree-optimization/78228 + * gcc.dg/tree-ssa/phi-opt-15.c: New testcase. + +2016-11-07 Kyrylo Tkachov + + PR target/77822 + * g++.dg/torture/pr77822.C: New test. + +2016-11-07 Martin Liska + + * c-c++-common/asan/force-inline-opt0-1.c: Disable + -f-sanitize-address-use-after-scope. + * c-c++-common/asan/inc.c: Change number of expected ASAN_CHECK + internal fn calls. + * g++.dg/asan/use-after-scope-1.C: New test. + * g++.dg/asan/use-after-scope-2.C: Likewise. + * g++.dg/asan/use-after-scope-3.C: Likewise. + * g++.dg/asan/use-after-scope-types-1.C: Likewise. + * g++.dg/asan/use-after-scope-types-2.C: Likewise. + * g++.dg/asan/use-after-scope-types-3.C: Likewise. + * g++.dg/asan/use-after-scope-types-4.C: Likewise. + * g++.dg/asan/use-after-scope-types-5.C: Likewise. + * g++.dg/asan/use-after-scope-types.h: Likewise. + * gcc.dg/asan/use-after-scope-1.c: Likewise. + * gcc.dg/asan/use-after-scope-2.c: Likewise. + * gcc.dg/asan/use-after-scope-3.c: Likewise. + * gcc.dg/asan/use-after-scope-4.c: Likewise. + * gcc.dg/asan/use-after-scope-5.c: Likewise. + * gcc.dg/asan/use-after-scope-6.c: Likewise. + * gcc.dg/asan/use-after-scope-7.c: Likewise. + * gcc.dg/asan/use-after-scope-8.c: Likewise. + * gcc.dg/asan/use-after-scope-9.c: Likewise. + * gcc.dg/asan/use-after-scope-switch-1.c: Likewise. + * gcc.dg/asan/use-after-scope-switch-2.c: Likewise. + * gcc.dg/asan/use-after-scope-switch-3.c: Likewise. + * gcc.dg/asan/use-after-scope-goto-1.c: Likewise. + * gcc.dg/asan/use-after-scope-goto-2.c: Likewise. + +2016-11-07 Richard Biener + + PR tree-optimization/78189 + * g++.dg/torture/pr78189.C: New testcase. + +2016-11-06 David Edelsohn + + * gcc.dg/Wtrampolines.c: XFAIL AIX. + +2016-11-06 Andre Vehreschild + + * gfortran.dg/allocate_with_source_14.f03: Fixed number mallocs + occuring. + +2016-11-06 Thomas Koenig + + PR fortran/78221 + * arith.c (gfc_complex2real): Change gfc_warning_now to + gfc_warning. + +2016-11-05 Paul Thomas + + * gfortran.dg/move_alloc_17.f03: New test. + +2016-11-05 Richard Biener + + PR bootstrap/78188 + * g++.dg/ipa/pr78188.C: New test. + +2016-11-05 Janus Weil + Dominique d'Humieres + + PR fortran/69495 + * gfortran.dg/elemental_optional_args_6.f90: Use -Wpedantic flag. + +2016-11-05 Paul Thomas + + PR fortran/67564 + * gfortran.dg/select_type_39.f03: New test. + +2016-11-04 Paul Thomas + + PR fortran/64933 + * gfortran.dg/associate_23.f90: New test. + +2016-11-04 Jakub Jelinek + + PR target/77834 + * gcc.dg/pr77834.c: New test. + +2016-11-04 Paolo Carlini + + PR c++/67980 + * g++.dg/cpp1y/pr67980.C: New. + +2016-11-04 Bill Schmidt + + * gcc.target/powerpc/fold-vec-add-1.c: New. + * gcc.target/powerpc/fold-vec-add-2.c: New. + * gcc.target/powerpc/fold-vec-add-3.c: New. + * gcc.target/powerpc/fold-vec-add-4.c: New. + * gcc.target/powerpc/fold-vec-add-5.c: New. + * gcc.target/powerpc/fold-vec-add-6.c: New. + * gcc.target/powerpc/fold-vec-add-7.c: New. + +2016-11-04 Toma Tabacu + + * gcc.target/mips/mips.exp (mips-dg-options): Downgrade to R5 + for -mbranch-likely, infer -mno-branch-likely for R6. + +2016-11-04 Bernd Edlinger + + PR c++/71973 + * g++.dg/cpp1y/lambda-generic-udt.C: Fix builtin function declaration. + * g++.dg/init/new15.C: Likewise. + * g++.dg/ipa/inline-1.C: Likewise. + * g++.dg/ipa/inline-2.C: Likewise. + * g++.dg/lto/20080908-1_0.C: Likewise. + * g++.dg/tc1/dr20.C: Likewise. + * g++.dg/tree-ssa/inline-1.C: Likewise. + * g++.dg/tree-ssa/inline-2.C: Likewise. + * g++.old-deja/g++.law/except1.C: Likewise. + * g++.old-deja/g++.other/vbase5.C: Likewise. + * obj-c++.dg/lto/trivial-1_0.mm: Likewise. + +2016-11-04 Bill Schmidt + + PR tree-optimization/78210 + * gcc.dg/tree-ssa/slsr-8.c: Fix slsr scan to include the + possibility of widening multiplies. + +2016-11-04 Richard Biener + + PR middle-end/78185 + * gcc.dg/pr78185.c: New testcase. + +2016-10-04 David Edelsohn + + * g++.dg/debug/dwarf2/ref-3.C: XFAIL AIX. + * g++.dg/debug/dwarf2/ref-4.C: XFAIL AIX. + +2016-11-03 Jakub Jelinek + Alexandre Oliva + Jason Merrill + + PR debug/28767 + PR debug/56974 + * g++.dg/debug/dwarf2/ptrdmem-1.C: New test. + * g++.dg/debug/dwarf2/ref-3.C: New test. + * g++.dg/debug/dwarf2/ref-4.C: New test. + * g++.dg/debug/dwarf2/refqual-1.C: New test. + * g++.dg/debug/dwarf2/refqual-2.C: New test. + +2016-11-03 Fritz Reese + + * gfortran.dg/dec_exp_1.f90: New test. + * gfortran.dg/dec_exp_2.f90: Likewise. + * gfortran.dg/dec_exp_3.f90: Likewise. + +2016-11-03 Fritz O. Reese + + * gfortran.dg/dec_parameter_1.f: New test. + * gfortran.dg/dec_parameter_2.f90: Likewise. + * gfortran.dg/dec_parameter_3.f90: Likewise. + * gfortran.dg/dec_parameter_4.f90: Likewise. + +2016-11-03 Martin Liska + + * gcc.dg/no_profile_instrument_function-attr-1.c: Update scanned + output. + * gcc.dg/tree-prof/time-profiler-3.c: New test. + +2016-11-03 Bernd Edlinger + + PR libgcc/78067 + * gcc.dg/torture/fp-int-convert.h: Add more conversion tests. + +2016-11-03 Senthil Kumar Selvaraj + + * gcc.c-torture/execute/pr78170.c: Require int32plus. + +2016-11-02 Max Filippov + + * gcc.c-torture/compile/20001226-1.c: Don't xfail on xtensa. + +2016-11-01 Tamar Christina + + * gcc.target/arm/simd/vmaxnm_f32_1.c (dg-require-effective-target): + Check for arm_v8_neon_hw. + * gcc.target/arm/simd/vmaxnmq_f32_1.c (dg-require-effective-target): + Likewise. + * gcc.target/arm/simd/vminnm_f32_1.c (dg-require-effective-target): + Likewise. + * gcc.target/arm/simd/vminnmq_f32_1.c(dg-require-effective-target): + Likewise. + +2016-11-02 Richard Biener + + * gcc.dg/store_merging_8.c: New testcase. + +2016-11-02 Fritz O. Reese + + * gfortran.dg/warn_argument_mismatch_1.f90: New test. + +2016-11-02 David Edelsohn + + * gcc.dg/debug/dwarf2/prod-options.c: XFAIL AIX. + * gcc.dg/debug/dwarf2/pr71855.c: XFAIL AIX. + * gcc.dg/addr_equal_1.c: XFAIL AIX. + * gcc.dg/pr65779.c: XFAIL AIX. + * gcc.dg/pr70405.c: XFAIL AIX. + + * g++.dg/debug/dwarf2/inline-var-1.C: XFAIL AIX. + * g++.dg/debug/dwarf2/ref-2.C: XFAIL AIX. + * g++.dg/debug/dwarf2/constexpr-var-1.C: XFAIL AIX. + +2016-11-02 Rainer Orth + + * lib/target-supports.exp (check_gc_sections_available): Use + -print-prog-name=ld to determine linker used. + +2016-11-02 Martin Liska + + * gcc.dg/tree-ssa/builtins-folding-gimple-ub.c (main): Add + test case. + +2016-11-02 Kyrylo Tkachov + + PR tree-optimization/78170 + * gcc.c-torture/execute/pr78170.c: New test. + +2016-11-02 Kyrylo Tkachov + + PR tree-optimization/78162 + * gcc.c-torture/compile/pr78162.c: New test. + +2016-11-02 Richard Biener + + PR tree-optimization/78035 + PR tree-optimization/77964 + * gcc.target/i386/pr78035.c: New testcase. + +2016-11-02 Richard Biener + + * gcc.dg/tree-ssa/vrp111.c: New testcase. + * gcc.dg/tree-ssa/pr20702.c: Disable EVRP. + * gcc.dg/tree-ssa/pr21086.c: Likewise. + * gcc.dg/tree-ssa/pr58480.c: Likewise. + * gcc.dg/tree-ssa/vrp08.c: Likewise. + +2016-11-01 David Edelsohn + + * gfortran.dg/pr70937.f90: require-effective-target lto. + +2016-11-01 Thomas Koenig + + PR fortran/69544 + * gfortran.dg/where_6.f90: New test. + +2016-11-01 Jakub Jelinek + + * g++.dg/debug/dwarf2/inline-var-1.C: New test. + +2016-11-01 Thomas Koenig + + PR fortran/69544 + * gfortran.dg/where_5.f90: New test. + +2016-11-01 Bilyan Borisov + + * gcc.target/arm/simd/vmaxnm_f32_1.c: New. + * gcc.target/arm/simd/vmaxnmq_f32_1.c: Likewise. + * gcc.target/arm/simd/vminnm_f32_1.c: Likewise. + * gcc.target/arm/simd/vminnmq_f32_1.c: Likewise. + +2016-11-01 Uros Bizjak + + * lib/target-supports.exp: Normalize order of i?86 and x86_64 targets. + Whitespace fixes. + (check_effective_target_vect_cmdline_needed): Check + is-effective-target ia32 for x86 targets. + (check_effective_target_vect_simd_clones): Simplify condition. + (check_effective_target_vect_double): Ditto. + (check_effective_target_vect_aligned_arrays): Check + is-effective-target ia32 for x86 targets. Simplify condition. + (check_effective_target_vect_multiple_sizes): Simplify condition. + (check_effective_target_sqrt_insn): Add i?86-*-* target. + (check_effective_target_sync_int_128): Simplify condition. + (check_effective_target_sync_int_128_runtime): Ditto. + (check_effective_target_sync_long_long_runtime): Ditto. + (check_effective_target_divmod): Add i?86-*-* target. + +2016-10-31 Michael Meissner + + * gcc.target/powerpc/vsx-extract-4.c: New test. + * gcc.target/powerpc/vsx-extract-5.c: Likewise. + +2016-10-31 Jerry DeLisle + + PR fortran/54679 + * gfortran.dg/fmt_l.f90: Update test. + * gfortran.dg/fmt_l0.f90: New test. + +2016-10-31 Jakub Jelinek + + PR c++/78089 + * c-c++-common/builtin-shuffle-1.c: New test. + * g++.dg/cpp0x/addressof3.C: New test. + +2016-10-31 Ville Voutilainen + + Add tests for a const member and a reference member for launder. + * g++.dg/cpp1z/launder3.C: New. + * g++.dg/cpp1z/launder4.C: Likewise. + * g++.dg/cpp1z/launder5.C: Likewise. + * g++.dg/cpp1z/launder5.cc: Likewise. + * g++.dg/cpp1z/launder5.h: Likewise. + * g++.dg/cpp1z/launder6.C: Likewise. + * g++.dg/cpp1z/launder6.cc: Likewise. + * g++.dg/cpp1z/launder6.h: Likewise. + +2016-10-31 Jakub Jelinek + + PR c++/77948 + * g++.dg/cpp0x/pr77948-1.C: New test. + * g++.dg/cpp0x/pr77948-2.C: New test. + * g++.dg/cpp0x/pr77948-3.C: New test. + * g++.dg/cpp0x/pr77948-4.C: New test. + * g++.dg/cpp0x/pr77948-5.C: New test. + * g++.dg/cpp0x/pr77948-6.C: New test. + + PR tree-optimization/77860 + * gcc.dg/pr77860.c: New test. + +2016-10-31 Jakub Jelinek + + PR c++/77886 + * g++.dg/warn/Wimplicit-fallthrough-2.C: New test. + +2016-10-31 Senthil Kumar Selvaraj + + * gcc.dg/lto/pr60449_0.c: Skip for avr. + +2016-10-30 Le-Chun Wu + Mark Wielaard + + * gcc.dg/Wshadow-compatible-local-1.c: New test. + * gcc.dg/Wshadow-local-1.c: Likewise. + * gcc.dg/Wshadow-local-2.c: Likewise. + * g++.dg/warn/Wshadow-compatible-local-1.C: Likewise. + * g++.dg/warn/Wshadow-local-1.C: Likewise. + * g++.dg/warn/Wshadow-local-2.C: Likewise. + +2016-10-30 Bill Schmidt + + PR tree-optimization/71915 + PR tree-optimization/71490 + * gcc.dg/tree-ssa/pr54245.c: Delete. + * gcc.dg/tree-ssa/slsr-8.c: Adjust for new optimization and + document why. + +2016-10-30 Jerry DeLisle + + PR fortran/78123 + * gfortran.dg/fmt_t_9.f: New test. + +2016-10-30 Thomas Koenig + + PR fortran/67219 + * gfortran.dg/pr67219.f90: New test. + +2016-10-29 Jakub Jelinek + + PR rtl-optimization/77919 + * g++.dg/torture/pr77919-2.C: New test. + + PR target/78148 + * gcc.dg/pr78148.c: New test. + +2016-10-28 Eric Botcazou + + * gcc.target/sparc/overflow-3.c: Replace and move old one to... + * gcc.target/sparc/overflow-4.c: ...here. + * gcc.target/sparc/overflow-5.c: New test. + +2016-10-28 Prathamesh Kulkarni + Kugan Vivekanandarajah + Jim Wilson + + PR tree-optimization/43721 + * lib/target-supports.exp (check_effective_target_divmod): New. + (check_effective_target_divmod_simode): Likewise. + (check_effective_target_arm_divmod_simode): Likewise. + * gcc.dg/divmod-1-simode.c: New test. + * gcc.dg/divmod-1.c: Likewise. + * gcc.dg/divmod-2-simode.c: Likewise. + * gcc.dg/divmod-2.c: Likewise. + * gcc.dg/divmod-3-simode.c: Likewise. + * gcc.dg/divmod-3.c: Likewise. + * gcc.dg/divmod-4-simode.c: Likewise. + * gcc.dg/divmod-4.c: Likewise. + * gcc.dg/divmod-5.c: Likewise. + * gcc.dg/divmod-6-simode.c: Likewise. + * gcc.dg/divmod-6.c: Likewise. + * gcc.dg/divmod-7.c: Likewise. + +2016-10-28 Kyrylo Tkachov + Jakub Jelinek + Andrew Pinski + + PR middle-end/22141 + PR rtl-optimization/23684 + * gcc.c-torture/execute/pr22141-1.c: New test. + * gcc.c-torture/execute/pr22141-2.c: Likewise. + * gcc.target/aarch64/ldp_stp_1.c: Adjust for -fstore-merging. + * gcc.target/aarch64/ldp_stp_4.c: Likewise. + * gcc.dg/store_merging_1.c: New test. + * gcc.dg/store_merging_2.c: Likewise. + * gcc.dg/store_merging_3.c: Likewise. + * gcc.dg/store_merging_4.c: Likewise. + * gcc.dg/store_merging_5.c: Likewise. + * gcc.dg/store_merging_6.c: Likewise. + * gcc.dg/store_merging_7.c: Likewise. + * gcc.target/i386/pr22141.c: Likewise. + * gcc.target/i386/pr34012.c: Add -fno-store-merging to dg-options. + * g++.dg/init/new17.C: Likewise. + +2016-10-26 Will Schmidt + + PR middle-end/72747 + * c-c++-common/pr72747-1.c: New test. + * c-c++-common/pr72747-2.c: Likewise. + +2016-10-28 Andreas Krebbel + + * gcc.target/s390/oscbreak-1.c: New test. + +2016-10-28 Andreas Krebbel + + * gcc.target/s390/target-attribute/tattr-m64-33.c: New test. + +2016-10-28 Jakub Jelinek + + PR rtl-optimization/77919 + * g++.dg/torture/pr77919.C: New test. + + PR rtl-optimization/78132 + * gcc.target/i386/pr78132.c: New test. + +2016-10-27 Eric Botcazou + + * gcc.dg/vect/pr71264.c: XFAIL on SPARC. + +2016-10-27 Michael Meissner + + * gcc.target/powerpc/vsx-simode.c: New test. + * gcc.target/powerpc/vsx-simode2.c: Likewise. + * gcc.target/powerpc/vsx-simode3.c: Likewise. + +2016-10-27 Jakub Jelinek + + PR fortran/78026 + * gfortran.dg/gomp/pr78026.f03: New test. + * gfortran.dg/select_type_38.f03: New test. + + PR middle-end/78025 + * g++.dg/gomp/declare-simd-7.C: New test. + +2016-10-27 Fritz Reese + + * gfortran.dg/dec_init_1.f90: Remove -fdump-tree-original. + * gfortran.dg/dec_init_2.f90: Likewise. + * gfortran.dg/dec_init_3.f90: New test. + * gfortran.dg/dec_init_4.f90: Likewise. + +2016-10-27 Bin Cheng + + * gcc.dg/fold-narrowbopcst-1.c: New test. + +2016-10-27 Fritz Reese + + * gfortran.dg/dec_io_5.f90: Don't use "test.txt", and use + dg-shouldfail/dg-output instead of XFAIL. + * gfortran.dg/dec_io_6.f90: Likewise. + +2016-10-27 Thomas Preud'homme + + * gcc.target/arm/atomic-comp-swap-release-acquire-3.c: New test. + * gcc.target/arm/atomic-op-acq_rel-3.c: Likewise. + * gcc.target/arm/atomic-op-acquire-3.c: Likewise. + * gcc.target/arm/atomic-op-char-3.c: Likewise. + * gcc.target/arm/atomic-op-consume-3.c: Likewise. + * gcc.target/arm/atomic-op-int-3.c: Likewise. + * gcc.target/arm/atomic-op-relaxed-3.c: Likewise. + * gcc.target/arm/atomic-op-release-3.c: Likewise. + * gcc.target/arm/atomic-op-seq_cst-3.c: Likewise. + * gcc.target/arm/atomic-op-short-3.c: Likewise. + +2016-10-27 Bin Cheng + + * gcc.dg/fold-convmaxconv-1.c: New test. + * gcc.dg/fold-convminconv-1.c: New test. + +2016-10-26 Steven G. Kargl + + PR fortran/78092 + * gfortran.dg/pr78092.f90: New test. + +2016-10-26 Kelvin Nilsen + + PR target/78056 + * gcc.target/powerpc/vsu/vec-any-eqz-7.c (test_any_equal): Change + expected error message. + * gcc.target/powerpc/vsu/vec-xst-len-12.c (store_data): Change + expected error message. + * gcc.target/powerpc/vsu/vec-all-nez-7.c + (test_all_not_equal_and_not_zero): Change expected error message. + +2016-10-26 Jakub Jelinek + + PR fortran/77973 + * gfortran.dg/gomp/pr77973.f90: New test. + +2016-10-26 Paul Thomas + + PR fortran/78108 + * gfortran.dg/submodule_18.f08: New test. + * gfortran.dg/submodule_19.f08: New test. + +2016-10-26 Michael Matz + + * g++.dg/pr78060.C: New test. + * gfortran.dg/pr78061.f: New test. + * g++.dg/pr78088.C: New test. + +2016-10-26 Fritz Reese + + * gfortran.dg/dec_io_1.f90: New test. + * gfortran.dg/dec_io_2.f90: New test. + * gfortran.dg/dec_io_3.f90: New test. + * gfortran.dg/dec_io_4.f90: New test. + * gfortran.dg/dec_io_5.f90: New test. + * gfortran.dg/dec_io_6.f90: New test. + +2016-10-25 Jakub Jelinek + + PR sanitizer/78106 + * gcc.dg/asan/pr78106.c: Add -ffat-lto-objects to dg-options. + +2016-10-25 Fritz Reese + + * gfortran.dg/dec_bitwise_ops_1.f90: New test. + * gfortran.dg/dec_bitwise_ops_2.f90: New test. + +2016-10-25 Eric Botcazou + + * gnat.dg/opt59.adb: New test. + * gnat.dg/opt59_pkg.ad[sb]: New helper. + + * gnat.dg/opt60.adb: New test. + +2016-10-25 Andre Vehreschild + + PR fortran/72770 + * gfortran.dg/alloc_comp_class_5.f03: Added test again that caused + this pr. + +2016-10-25 Jakub Jelinek + + PR target/78102 + * gcc.target/i386/pr78102.c: New test. + +2016-10-25 Fritz Reese + + * gfortran.dg/dec_logical_xor_1.f90: New test. + * gfortran.dg/dec_logical_xor_2.f90: New test. + * gfortran.dg/dec_logical_xor_3.f03: New test. + +2016-10-25 Fritz Reese + + * gfortran.dg/dec_loc_rval_1.f90: New test. + * gfortran.dg/dec_loc_rval_2.f90: New test. + * gfortran.dg/dec_loc_rval_3.f03: New test. + +2016-10-25 Fritz Reese + + * gfortran.dg/dec_type_print.f90: New testcase. + +2016-10-25 Fritz Reese + + * gfortran.dg/feed_1.f90: New test. + * gfortran.dg/feed_2.f90: New test. + +2016-10-25 Martin Liska + + PR sanitizer/78106 + * gcc.dg/asan/pr78106.c: New test. + +2016-10-25 Martin Liska + + * gcc.dg/ipa/ipa-icf-32.c: Removed one scanned pattern. + +2016-10-25 Wilco Dijkstra + + PR target/78041 + * gcc.target/arm/pr78041.c: New test. + +2016-10-25 Jakub Jelinek + + * g++.dg/cpp1z/launder1.C: New test. + * g++.dg/cpp1z/launder2.C: New test. + +2016-10-25 Georg-Johann Lay + Pitchumani Sivanupandi + + PR target/71676 + PR target/71678 + * gcc.target/avr/pr71676-2.c: New test. + +2016-10-25 Georg-Johann Lay + Pitchumani Sivanupandi + + PR target/71676 + PR target/71678 + * gcc.target/avr/pr71676-1.c: New test. + * gcc.target/avr/pr71676-3.c: New test. + * gcc.target/avr/pr71676.c: New test. + * gcc.target/avr/pr71678.c: New test. + +2016-10-24 Kugan Vivekanandarajah + + * gcc.target/aarch64/test_frame_common.h: Add noclone attribute + such that cloned verions of tested functions are not created. + +2016-10-24 Steven G. Kargl + + PR fortran/71895 + * gfortran.dg/pr71895.f90: New test. + +2016-10-24 Jakub Jelinek + + * g++.dg/debug/dwarf2/ref-2.C: New test. + +2016-10-24 Bernd Edlinger + + * c-c++-common/Wint-in-bool-context-3.c: New test. + +2016-10-24 Martin Sebor + + PR middle-end/77735 + * gcc.dg/tree-ssa/builtin-sprintf-2.c: Add test cases. + * gcc.dg/tree-ssa/builtin-sprintf-warn-1.c: Same. + * gcc.dg/tree-ssa/builtin-sprintf-warn-2.c: Same. + * gcc.dg/tree-ssa/builtin-sprintf-warn-3.c: Adjust/relax. + * gcc.dg/tree-ssa/builtin-sprintf-warn-4.c: Add test cases. + * gcc.dg/tree-ssa/builtin-sprintf-warn-6.c: XFAIL for LP64 only. + * gcc.dg/tree-ssa/builtin-sprintf.c: Add test cases. + +2016-10-24 Richard Biener + + PR testsuite/71491 + * gcc.dg/vect/slp-43.c: Adjust for !vect_hw_misalign. + * gcc.dg/vect/slp-45.c: Likewise. + +2016-10-24 Richard Biener + + * gcc.dg/tree-ssa/cunroll-13.c: Disable EVRP. + * gcc.dg/tree-ssa/pr21458.c: Likewise. + * gcc.dg/tree-ssa/pr21458-2.c: New testcase for EVRP. + +2016-10-24 Georg-Johann Lay + + PR target/78093 + * lib/target-supports.exp (check_effective_target_avr_tiny): New proc. + * gcc.target/avr/torture/tiny-absdata-1.c: New test. + +2016-10-24 Andre Vieira + + * gcc.target/arm/pure-code/pure-code.exp: Restore saved globals. + +2016-10-24 Jakub Jelinek + + * gcc.target/i386/bmi2-pext-1.c: New test. + * gcc.target/i386/bmi2-pdep-1.c: New test. + * gcc.target/i386/bmi2-bzhi-3.c: New test. + * gcc.target/i386/tbm-bextri-1.c: New test. + * gcc.target/i386/bmi-bextr-6.c: New test. + +2016-10-24 Rainer Orth + + PR target/77483 + * gcc.target/i386/mask-unpack.c (dg-options): Add -mno-stackrealign. + * gcc.target/i386/pr65105-1.c: Likewise. + * gcc.target/i386/pr65105-2.c: Likewise. + * gcc.target/i386/pr65105-3.c: Likewise. + * gcc.target/i386/pr65105-5.c: Likewise. + * gcc.target/i386/pr67761.c: Likewise. + * gcc.target/i386/pr70799-1.c: Likewise. + +2016-10-24 Martin Liska + + PR sanitizer/77966 + * c-c++-common/ubsan/unreachable-3.c: New test. + +2016-10-23 Steven G. Kargl + + PR fortran/77763 + * gfortran.dg/pr77763.f90 + +2016-10-23 Steven G. Kargl + + PR fortran/54730 + PR fortran/78033 + * gfortran.dg/pr78033.f90: New test. + +2016-10-23 Paul Thomas + + PR fortran/69834 + * gfortran.dg/select_type_1.f03: Change error for overlapping + TYPE IS cases. + * gfortran.dg/select_type_36.f03: New test. + +2016-10-22 Eric Botcazou + + * gcc.dg/tree-ssa/pr71347.c: Remove XFAIL on SPARC. + +2016-10-22 Thomas Koenig + + PR fortran/78021 + * gfortran.dg/string_length_3.f90: New test. + +2016-10-22 Andre Vehreschild + + * gfortran.dg/coarray_alloc_comp_2.f08: New test. + +2016-10-22 Andre Vehreschild + + PR fortran/43366 + PR fortran/57117 + PR fortran/61337 + * gfortran.dg/alloc_comp_class_5.f03: New test. + * gfortran.dg/class_allocate_21.f90: New test. + * gfortran.dg/class_allocate_22.f90: New test. + * gfortran.dg/realloc_on_assign_27.f08: New test. + +2016-10-21 Jeff Law + + * PR tree-optimization/71947 + * gcc.dg/tree-ssa/pr71947-4.c: Avoid x86 opcode. + * gcc.dg/tree-ssa/pr71947-5.c: Likewise. + * gcc.dg/tree-ssa/pr71947-6.c: Make it opt-in rather than opt-out. + +2016-10-21 Kugan Vivekanandarajah + + * gcc.dg/ipa/vrp5.c: New test. + * gcc.dg/ipa/vrp6.c: New test. + +2016-10-21 Wilco Dijkstra + + * gcc.target/aarch64/test_frame_17.c: New test. + +2016-10-21 Wilco Dijkstra + + * gcc.target/aarch64/test_frame_17.c: New test. + +2016-10-21 Andris Pavenis + + PR preprocessor/71681 + * gcc.dg/cpp/pr71681-1.c: New testcase + * gcc.dg/cpp/pr71681-2.c: Likewise + * gcc.dg/cpp/remap/header.gcc: File for added test-cases + * gcc.dg/cpp/remap/a/header.gcc: Likewise + * gcc.dg/cpp/remap/a/t_1.h: Likewise + * gcc.dg/cpp/remap/a/t_2.h: Likewise + +2016-10-21 Jakub Jelinek + + PR target/78057 + * gcc.target/i386/pr78057.c: New test. + + * g++.dg/debug/dwarf2/constexpr-var-1.C: New test. + +2016-10-21 Paul Thomas + + PR fortran/69566 + * gfortran.dg/select_type_37.f03: New test. + +2016-10-21 Senthil Kumar Selvaraj + + PR target/71627 + * gcc.target/avr/pr71627.c: New test + +2016-10-21 Eric Botcazou + + * gcc.target/sparc/overflow-1.c: New test. + * gcc.target/sparc/overflow-2.c: Likewise. + * gcc.target/sparc/overflow-3.c: Likewise. + +2016-10-21 Andre Vieira + + * gcc.target/arm/pure-code/pure-code.exp: Require arm_cortex_m + effective target. + +2016-10-21 Kyrylo Tkachov + + PR rtl-optimization/78038 + * gcc.target/aarch64/pr78038.c: New test. + +2016-10-21 Richard Biener + + PR tree-optimization/78051 + * g++.dg/torture/pr78051.C: New testcase. + +2016-10-20 Bernd Edlinger + + * c-c++-common/wdate-time.c: Restored test case. + * g++.dg/warn/Wconversion-real.C: Deleted empty file. + +2016-10-20 Jakub Jelinek + + * g++.dg/cpp1z/inline-var1.C (w): Initialize to 64 + 2. + +2016-10-20 Uros Bizjak + + PR target/78037 + * gcc.target/i386/pr78037.c: New test. + +2016-10-20 Eric Botcazou + + * gcc.target/visium/overflow8.c: New. + * gcc.target/visium/overflow16.c: Likewise. + * gcc.target/visium/overflow32: Likewise. + +2016-10-20 Michael Matz + + * gcc.dg/loop-split.c: New test. + * gcc.dg/tree-ssa/ifc-9.c: Update. + * gcc.dg/tree-ssa/ifc-10.c: Update. + +2016-10-20 Richard Biener + + * gcc.dg/graphite/pr35356-1.c: Update. + +2016-10-20 Paolo Carlini + + PR c++/77446 + * g++.dg/cpp1y/pr77446.C: New. + +2016-10-20 Prathamesh Kulkarni + + PR tree-optimization/53979 + * gcc.dg/pr53979-1.c: New test-case. + * gcc.dg/pr53979-2.c: Likewise. + +2016-10-19 Bernd Edlinger + + * c-c++-common/Wint-in-bool-context-2.c: New test. + +2016-10-19 Jerry DeLisle + + * gfortran.dg/dtio_17.f90: Fix test. + +2016-10-19 Aldy Hernandez + + * gcc.dg/Walloca-1.c: Adjust test for !lp64 targets. + * gcc.dg/Walloca-2.c: Same. + +2016-10-19 Aldy Hernandez + + * gcc.dg/Wvla-1.c: Rename to... + * gcc.dg/Wvla-larger-than-1.c: ...this. + * gcc.dg/Wvla-2.c: Rename to... + * gcc.dg/Wvla-larger-than-2.c: ...this. + * gcc.dg/Wvla-3.c: Rename to... + * gcc.dg/Walloca-11.c.: ...this. + * gcc.dg/wvla-[1-7].c: Rename to: + * gcc.dg/Wvla-[1-7].c: ...this. + +2016-10-19 Bin Cheng + + PR tree-optimization/78005 + * gcc.dg/vect/pr78005.c: New. + * gcc.target/i386/l_fma_float_1.c: Revise test. + * gcc.target/i386/l_fma_float_2.c: Ditto. + * gcc.target/i386/l_fma_float_3.c: Ditto. + * gcc.target/i386/l_fma_float_4.c: Ditto. + * gcc.target/i386/l_fma_float_5.c: Ditto. + * gcc.target/i386/l_fma_float_6.c: Ditto. + * gcc.target/i386/l_fma_double_1.c: Ditto. + * gcc.target/i386/l_fma_double_2.c: Ditto. + * gcc.target/i386/l_fma_double_3.c: Ditto. + * gcc.target/i386/l_fma_double_4.c: Ditto. + * gcc.target/i386/l_fma_double_5.c: Ditto. + * gcc.target/i386/l_fma_double_6.c: Ditto. + +2016-10-19 Thomas Schwinge + + PR tree-optimization/78024 + * gcc.dg/goacc/loop-processing-1.c: New file. + +2016-10-19 Richard Biener + + * gcc.dg/tree-ssa/pr61839_2.c: Fix testcase. + +2016-10-18 Kelvin Nilsen + + * gcc.target/powerpc/vsu/vec-all-ne-0.c: New test. + * gcc.target/powerpc/vsu/vec-all-ne-1.c: New test. + * gcc.target/powerpc/vsu/vec-all-ne-10.c: New test. + * gcc.target/powerpc/vsu/vec-all-ne-11.c: New test. + * gcc.target/powerpc/vsu/vec-all-ne-12.c: New test. + * gcc.target/powerpc/vsu/vec-all-ne-13.c: New test. + * gcc.target/powerpc/vsu/vec-all-ne-14.c: New test. + * gcc.target/powerpc/vsu/vec-all-ne-2.c: New test. + * gcc.target/powerpc/vsu/vec-all-ne-3.c: New test. + * gcc.target/powerpc/vsu/vec-all-ne-4.c: New test. + * gcc.target/powerpc/vsu/vec-all-ne-5.c: New test. + * gcc.target/powerpc/vsu/vec-all-ne-6.c: New test. + * gcc.target/powerpc/vsu/vec-all-ne-7.c: New test. + * gcc.target/powerpc/vsu/vec-all-ne-8.c: New test. + * gcc.target/powerpc/vsu/vec-all-ne-9.c: New test. + * gcc.target/powerpc/vsu/vec-all-nez-1.c: New test. + * gcc.target/powerpc/vsu/vec-all-nez-2.c: New test. + * gcc.target/powerpc/vsu/vec-all-nez-3.c: New test. + * gcc.target/powerpc/vsu/vec-all-nez-4.c: New test. + * gcc.target/powerpc/vsu/vec-all-nez-5.c: New test. + * gcc.target/powerpc/vsu/vec-all-nez-6.c: New test. + * gcc.target/powerpc/vsu/vec-all-nez-7.c: New test. + * gcc.target/powerpc/vsu/vec-any-eq-0.c: New test. + * gcc.target/powerpc/vsu/vec-any-eq-1.c: New test. + * gcc.target/powerpc/vsu/vec-any-eq-10.c: New test. + * gcc.target/powerpc/vsu/vec-any-eq-11.c: New test. + * gcc.target/powerpc/vsu/vec-any-eq-12.c: New test. + * gcc.target/powerpc/vsu/vec-any-eq-13.c: New test. + * gcc.target/powerpc/vsu/vec-any-eq-14.c: New test. + * gcc.target/powerpc/vsu/vec-any-eq-2.c: New test. + * gcc.target/powerpc/vsu/vec-any-eq-3.c: New test. + * gcc.target/powerpc/vsu/vec-any-eq-4.c: New test. + * gcc.target/powerpc/vsu/vec-any-eq-5.c: New test. + * gcc.target/powerpc/vsu/vec-any-eq-6.c: New test. + * gcc.target/powerpc/vsu/vec-any-eq-7.c: New test. + * gcc.target/powerpc/vsu/vec-any-eq-8.c: New test. + * gcc.target/powerpc/vsu/vec-any-eq-9.c: New test. + * gcc.target/powerpc/vsu/vec-any-eqz-1.c: New test. + * gcc.target/powerpc/vsu/vec-any-eqz-2.c: New test. + * gcc.target/powerpc/vsu/vec-any-eqz-3.c: New test. + * gcc.target/powerpc/vsu/vec-any-eqz-4.c: New test. + * gcc.target/powerpc/vsu/vec-any-eqz-5.c: New test. + * gcc.target/powerpc/vsu/vec-any-eqz-6.c: New test. + * gcc.target/powerpc/vsu/vec-any-eqz-7.c: New test. + * gcc.target/powerpc/vsu/vec-cmpne-0.c: New test. + * gcc.target/powerpc/vsu/vec-cmpne-1.c: New test. + * gcc.target/powerpc/vsu/vec-cmpne-2.c: New test. + * gcc.target/powerpc/vsu/vec-cmpne-3.c: New test. + * gcc.target/powerpc/vsu/vec-cmpne-4.c: New test. + * gcc.target/powerpc/vsu/vec-cmpne-5.c: New test. + * gcc.target/powerpc/vsu/vec-cmpne-6.c: New test. + * gcc.target/powerpc/vsu/vec-cmpne-8.c: New test. + * gcc.target/powerpc/vsu/vec-cmpne-9.c: New test. + * gcc.target/powerpc/vsu/vec-cmpnez-1.c: New test. + * gcc.target/powerpc/vsu/vec-cmpnez-2.c: New test. + * gcc.target/powerpc/vsu/vec-cmpnez-3.c: New test. + * gcc.target/powerpc/vsu/vec-cmpnez-4.c: New test. + * gcc.target/powerpc/vsu/vec-cmpnez-5.c: New test. + * gcc.target/powerpc/vsu/vec-cmpnez-6.c: New test. + * gcc.target/powerpc/vsu/vec-cmpnez-7.c: New test. + * gcc.target/powerpc/vsu/vec-cntlz-lsbb-0.c: New test. + * gcc.target/powerpc/vsu/vec-cntlz-lsbb-1.c: New test. + * gcc.target/powerpc/vsu/vec-cntlz-lsbb-2.c: New test. + * gcc.target/powerpc/vsu/vec-cnttz-lsbb-0.c: New test. + * gcc.target/powerpc/vsu/vec-cnttz-lsbb-1.c: New test. + * gcc.target/powerpc/vsu/vec-cnttz-lsbb-2.c: New test. + * gcc.target/powerpc/vsu/vec-xl-len-0.c: New test. + * gcc.target/powerpc/vsu/vec-xl-len-1.c: New test. + * gcc.target/powerpc/vsu/vec-xl-len-10.c: New test. + * gcc.target/powerpc/vsu/vec-xl-len-11.c: New test. + * gcc.target/powerpc/vsu/vec-xl-len-12.c: New test. + * gcc.target/powerpc/vsu/vec-xl-len-13.c: New test. + * gcc.target/powerpc/vsu/vec-xl-len-2.c: New test. + * gcc.target/powerpc/vsu/vec-xl-len-3.c: New test. + * gcc.target/powerpc/vsu/vec-xl-len-4.c: New test. + * gcc.target/powerpc/vsu/vec-xl-len-5.c: New test. + * gcc.target/powerpc/vsu/vec-xl-len-6.c: New test. + * gcc.target/powerpc/vsu/vec-xl-len-7.c: New test. + * gcc.target/powerpc/vsu/vec-xl-len-8.c: New test. + * gcc.target/powerpc/vsu/vec-xl-len-9.c: New test. + * gcc.target/powerpc/vsu/vec-xlx-0.c: New test. + * gcc.target/powerpc/vsu/vec-xlx-1.c: New test. + * gcc.target/powerpc/vsu/vec-xlx-2.c: New test. + * gcc.target/powerpc/vsu/vec-xlx-3.c: New test. + * gcc.target/powerpc/vsu/vec-xlx-4.c: New test. + * gcc.target/powerpc/vsu/vec-xlx-5.c: New test. + * gcc.target/powerpc/vsu/vec-xlx-6.c: New test. + * gcc.target/powerpc/vsu/vec-xlx-7.c: New test. + * gcc.target/powerpc/vsu/vec-xrx-0.c: New test. + * gcc.target/powerpc/vsu/vec-xrx-1.c: New test. + * gcc.target/powerpc/vsu/vec-xrx-2.c: New test. + * gcc.target/powerpc/vsu/vec-xrx-3.c: New test. + * gcc.target/powerpc/vsu/vec-xrx-4.c: New test. + * gcc.target/powerpc/vsu/vec-xrx-5.c: New test. + * gcc.target/powerpc/vsu/vec-xrx-6.c: New test. + * gcc.target/powerpc/vsu/vec-xrx-7.c: New test. + * gcc.target/powerpc/vsu/vec-xst-len-0.c: New test. + * gcc.target/powerpc/vsu/vec-xst-len-1.c: New test. + * gcc.target/powerpc/vsu/vec-xst-len-10.c: New test. + * gcc.target/powerpc/vsu/vec-xst-len-11.c: New test. + * gcc.target/powerpc/vsu/vec-xst-len-12.c: New test. + * gcc.target/powerpc/vsu/vec-xst-len-13.c: New test. + * gcc.target/powerpc/vsu/vec-xst-len-2.c: New test. + * gcc.target/powerpc/vsu/vec-xst-len-3.c: New test. + * gcc.target/powerpc/vsu/vec-xst-len-4.c: New test. + * gcc.target/powerpc/vsu/vec-xst-len-5.c: New test. + * gcc.target/powerpc/vsu/vec-xst-len-6.c: New test. + * gcc.target/powerpc/vsu/vec-xst-len-7.c: New test. + * gcc.target/powerpc/vsu/vec-xst-len-8.c: New test. + * gcc.target/powerpc/vsu/vec-xst-len-9.c: New test. + * gcc.target/powerpc/vsu/vsu.exp: New file. + +2016-10-18 Uros Bizjak + + PR target/77991 + * gcc.target/i386/pr77991.c: New test. + +2016-10-18 Matthew Fortune + + * lib/gcc-dg.exp: Set gcc_force_conventional_output whenever + LTO is used. + +2016-10-18 Senthil Kumar Selvaraj + + * gcc.dg/sso/sso.exp: Return early if not effective_target_int32. + +2016-10-18 Richard Biener + + * gcc.dg/tree-ssa/pr20318.c: Disable EVRP. + * gcc.dg/tree-ssa/pr21001.c: Likewise. + * gcc.dg/tree-ssa/pr21090.c: Likewise. + * gcc.dg/tree-ssa/pr21294.c: Likewise. + * gcc.dg/tree-ssa/pr21563.c: Likewise. + * gcc.dg/tree-ssa/pr23744.c: Likewise. + * gcc.dg/tree-ssa/pr25382.c: Likewise. + * gcc.dg/tree-ssa/pr68431.c: Likewise. + * gcc.dg/tree-ssa/vrp03.c: Likewise. + * gcc.dg/tree-ssa/vrp06.c: Likewise. + * gcc.dg/tree-ssa/vrp07.c: Likewise. + * gcc.dg/tree-ssa/vrp09.c: Likewise. + * gcc.dg/tree-ssa/vrp19.c: Likewise. + * gcc.dg/tree-ssa/vrp20.c: Likewise. + * gcc.dg/tree-ssa/vrp92.c: Likewise. + * gcc.dg/pr68217.c: Likewise. + * gcc.dg/predict-9.c: Likewise. + * gcc.dg/tree-prof/val-prof-5.c: Adjust. + * gcc.dg/predict-1.c: Likewise. + +2016-10-17 Jerry DeLisle + + * gfortran.dg/dtio_17.f90: New test. + +2016-10-18 Kugan Vivekanandarajah + + * gcc.dg/ipa/vrp4.c: Adjust testcase. + +2016-10-18 Kugan Vivekanandarajah + + * gcc.dg/ipa/vrp4.c: New test. + +2016-10-18 Kugan Vivekanandarajah + + * gcc.dg/torture/pr39074-2.c: Adjust testcase. + * gcc.dg/torture/pr39074.c: Likewise. + +2016-10-17 Eric Botcazou + + * gcc.dg/Wtrampolines.c: XFAIL warning on ia64-*-* and powerpc64-*-*. + * gnat.dg/trampoline4.adb: Minor tweak. + +2016-10-17 Bill Schmidt + + PR tree-optimization/77916 + * gcc.dg/torture/pr77916.c: New. + +2016-10-17 Steven G. Kargl + + PR fortran/77978 + * gfortran.dg/pr77978_1.f90: New test. + * gfortran.dg/pr77978_2.f90: Ditto. + * gfortran.dg/pr77978_3.f90: Ditto. + +2016-10-17 Paul Thomas + + PR fortran/61420 + PR fortran/78013 + * gfortran.dg/proc_ptr_49.f90: New test. + +2016-09-29 Bernd Edlinger + + PR target/77308 + * gcc.target/arm/pr77308.c: New test. + +2016-10-17 David Edelsohn + + * lib/target-supports.exp + (check_effective_target_floatn_nx_runtime): Return 0 for + powerpc*-ibm-aix*. + +2016-10-17 Andrew Pinski + + * gcc.target/aarch64/aapcs64/test_align-7.c: Use long + long instead of long. + * gcc.target/aarch64/cinc_common_1.c: Likewise. + * gcc.target/aarch64/combine_bfi_1.c: Likewise. + * gcc.target/aarch64/fmul_fcvt_1.c: Likewise. + * gcc.target/aarch64/mult-synth_4.c: Likewise. + * gcc.target/aarch64/pr68102_1.c: Likewise. + * gcc.target/aarch64/target_attr_3.c: Likewise. + +2016-10-17 Richard Biener + + PR tree-optimization/77988 + * gcc.dg/torture/pr77988.c: New testcase. + +2016-10-17 Prathamesh Kulkarni + + * gcc.dg/pr71636-1.c: New test-case. + * gcc.dg/pr71636-2.c: Likewise. + +2016-10-16 Eric Botcazou + + * gnat.dg/trampoline3.adb: New test. + * gnat.dg/trampoline4.adb: Likewise. + +2016-10-16 Jerry DeLisle + + * gfortran.dg/dtio_16.f90: New test. + +2016-10-15 Eric Botcazou + + * gcc.target/sparc/bmaskbshuf.c: Rename to... + * gcc.target/sparc/bmaskbshuf-1.c: ...this. + * gcc.target/sparc/bmaskbshuf-2.c: New test. + +2016-10-15 Eric Botcazou + + * gcc.target/sparc/popc.c: Rename to... + * gcc.target/sparc/popc-1.c: ...this. + * gcc.target/sparc/popc-2.c: New test. + +2016-10-15 Jerry DeLisle + + PR fortran/77972 + * gfortran.dg/unexpected_eof_4.f90: New test. + +2016-10-15 Janne Blomqvist + + PR libfortran/48587 + * gfortran.dg/negative_unit2.f90: New test. + +2016-10-14 Jakub Jelinek + + PR middle-end/77959 + * gfortran.dg/pr77959.f90: New test. + + DR 1511 - const volatile variables and ODR + * g++.dg/DRs/dr1511-1.C: New test. + * g++.dg/DRs/dr1511-2.C: New test. + +2016-10-14 Eric Botcazou + + * gnat.dg/debug7.adb (dg-options): Remove -g. + * gnat.dg/debug8.adb (dg-options): Add -margs. + * gnat.dg/debug9.adb (dg-options): Remove -g and add -margs. + +2016-10-14 Richard Biener + + PR tree-optimization/77979 + * gcc.dg/torture/pr77979.c: New testcase. + +2016-10-14 Martin Liska + + * gcc.dg/tree-ssa/builtins-folding-generic.c: New test. + * gcc.dg/tree-ssa/builtins-folding-gimple.c: Likewise. + * gcc.dg/tree-ssa/builtins-folding-gimple-ub.c: Likewise. + +2016-10-14 Uros Bizjak + + * gcc.dg/torture/pr77937-1.c: Move -O3 to dg-options. + Pass -march=amdfam10 for both i?86-?-* and x86_64-*-*. + * gcc.dg/torture/pr77937-2.c: Likewise. + +2016-10-14 Eric Botcazou + + * gnat.dg/lto15.adb: Adjust. + * gnat.dg/lto16.adb: Likewise. + * gnat.dg/lto17.adb: Likewise + * gnat.dg/lto18.ad[sb]: New test. + * gnat.dg/lto18_pkg.ads: New helper. + * gnat.dg/lto19.adb: New test. + * gnat.dg/lto19_pkg1.ad[sb]: New helper. + * gnat.dg/lto19_pkg2.ad[sb]: Likewise. + * gnat.dg/lto20.adb: New test. + * gnat.dg/lto20_pkg.ad[sb]: New helper. + +2016-10-14 Andre Vehreschild + + * gfortran.dg/coarray_38.f90: Expect error message. + +2016-10-14 Kyrylo Tkachov + + * gcc.target/aarch64/spellcheck_1.c: New test. + * gcc.target/aarch64/spellcheck_2.c: Likewise. + * gcc.target/aarch64/spellcheck_3.c: Likewise. + * gcc.target/aarch64/spellcheck_4.c: Likewise. + * gcc.target/aarch64/spellcheck_5.c: Likewise. + * gcc.target/aarch64/spellcheck_6.c: Likewise. + +2016-10-13 Andreas Schwab + + * gcc.target/m68k/stack-limit-1.c: Expect warning on line 0. + +2016-10-13 Bill Schmidt + + PR tree-optimization/77937 + * gcc.dg/torture/pr77937-1.c: New. + * gcc.dg/torture/pr77937-2.c: New. + +2016-10-13 Jakub Jelinek + + * g++.dg/cpp1z/inline-var1.C: New test. + * g++.dg/cpp1z/inline-var1a.C: New test. + * g++.dg/cpp1z/inline-var1.h: New file. + * g++.dg/cpp1z/inline-var2.C: New test. + * g++.dg/cpp1z/inline-var3.C: New test. + * g++.dg/concepts/decl-diagnose.C (struct X): Expect also error about + uninitialized const. + +2016-10-13 Sandra Loosemore + + * gcc.target/arm/scd42-1.c: Skip if -mcpu incompatible with + Xscale is specified, not just -march. + * gcc.target/arm/scd42-2.c: Fix existing logic to skip if -mcpu + is incompatible with Xscale. + +2016-10-13 Martin Sebor + + PR c++/71912 + * g++.dg/ext/flexary4.C: Adjust. + * g++.dg/ext/flexary5.C: Same. + * g++.dg/ext/flexary9.C: Same. + * g++.dg/ext/flexary19.C: New test. + * g++.dg/ext/flexary18.C: New test. + * g++.dg/torture/pr64312.C: Add a dg-error directive to an ill-formed + regression test. + * g++.dg/compat/struct-layout-1_generate.c (subfield): Add argument. + Avoid generating a flexible array member in an array. + +2016-10-13 Martin Sebor + + * gcc.dg/tree-ssa/builtin-sprintf-warn-1.c: Cast 0 to wint_t + to placate -Wformat on targets where the type is not int. + +2016-10-13 David Malcolm + + * gcc.target/i386/vararg-loc.c: Update for quoting of xloc.file + in INSN_LOCATION. + +2016-10-13 Bin Cheng + + * gcc.target/i386/l_fma_float_1.c: Revise test. + * gcc.target/i386/l_fma_float_2.c: Ditto. + * gcc.target/i386/l_fma_float_3.c: Ditto. + * gcc.target/i386/l_fma_float_4.c: Ditto. + * gcc.target/i386/l_fma_float_5.c: Ditto. + * gcc.target/i386/l_fma_float_6.c: Ditto. + * gcc.target/i386/l_fma_double_1.c: Ditto. + * gcc.target/i386/l_fma_double_2.c: Ditto. + * gcc.target/i386/l_fma_double_3.c: Ditto. + * gcc.target/i386/l_fma_double_4.c: Ditto. + * gcc.target/i386/l_fma_double_5.c: Ditto. + * gcc.target/i386/l_fma_double_6.c: Ditto. + +2016-10-13 Bin Cheng + + * gfortran.dg/vect/fast-math-mgrid-resid.f: New test string. + +2016-10-13 Bin Cheng + + * gcc.dg/vect/vect-98.c: Refine test case. + * gcc.dg/vect/vect-strided-a-u8-i8-gap2.c: Increase niters. + * gcc.dg/vect/vect-strided-u8-i8-gap2.c: Ditto. + * gcc.dg/vect/vect-strided-u8-i8-gap4.c: Ditto. + +2016-10-13 Jakub Jelinek + + PR c/77946 + * c-c++-common/Wimplicit-fallthrough-34.c: New test. + +2016-10-13 Martin Liska + + PR tree-optimization/77943 + * g++.dg/tree-ssa/pr77943.C: New test. + +2016-10-13 Andre Vehreschild + + PR fortran/72832 + * gfortran.dg/allocate_with_source_22.f03: New test. + * gfortran.dg/allocate_with_source_23.f03: New test. Expected to + fail. + +2016-10-13 Thomas Preud'homme + + * gcc.target/arm/movhi_movw.c: Enable test for ARM mode. + * gcc.target/arm/movsi_movw.c: Likewise. + * gcc.target/arm/movdi_movw.c: Likewise and adapt scan-assembler + directive to work on big endian targets. + +2016-10-12 Kugan Vivekanandarajah + + * gcc.dg/tree-ssa/evrp6.c: New test. + +2016-10-12 Segher Boessenkool + + * gcc.target/powerpc/shrink-wrap-separate-0.c: New testcase. + * gcc.target/powerpc/shrink-wrap-separate-1.c: New testcase. + * gcc.target/powerpc/shrink-wrap-separate-2.c: New testcase. + +2016-10-12 Segher Boessenkool + + * gcc.target/powerpc/warn-1.c: Change line number in dg-warning. + * gcc.target/powerpc/warn-2.c: Ditto. + +2016-10-12 Robert Suchanek + + * gcc.dg/vect/slp-26.c: Check if vectorized for MIPS MSA. + * gcc.dg/vect/tree-vect.h (check_vect): Check for MIPS SIMD support. + * gcc.target/mips/mips.exp: Add support for -mmsa. Imply -mno-mips16 + for -mmsa. + * gcc.target/mips/msa.c: New test. + * gcc.target/mips/msa-builtins.c: Likewise. + * lib/target-supports.exp (check_mips_msa_hw_available): New. + (check_effective_target_mips_msa_runtime): Likewise. + (check_effective_target_mips_msa): Likewise. + (add_options_for_mips_msa): Likewise. + (check_effective_target_vect_int): Return TRUE for MIPS MSA. + (check_effective_target_vect_intfloat_cvt): Likewise. + (check_effective_target_vect_uintfloat_cvt): Likewise. + (check_effective_target_vect_floatint_cvt): Likewise. + (check_effective_target_vect_floatuint_cvt): Likewise. + (check_effective_target_vect_shift): Likewise. + (check_effective_target_vect_shift_char): Likewise. + (check_effective_target_vect_long): Likewise. + (check_effective_target_vect_float): Likewise. + (check_effective_target_vect_double): Likewise. + (check_effective_target_vect_long_long): Likewise. + (check_effective_target_vect_perm): Likewise. + (check_effective_target_vect_perm_byte): Likewise. + (check_effective_target_vect_perm_short): Likewise. + (check_effective_target_vect_sdot_qi): Likewise. + (check_effective_target_vect_udot_qi): Likewise. + (check_effective_target_vect_sdot_hi): Likewise. + (check_effective_target_vect_udot_hi): Likewise. + (check_effective_target_vect_pack_trunc): Likewise. + (check_effective_target_vect_unpack): Likewise. + (check_effective_target_vect_hw_misalign): Likewise. + (check_effective_target_vect_condition): Likewise. + (check_effective_target_vect_cond_mixed): Likewise. + (check_effective_target_vect_char_mult): Likewise. + (check_effective_target_vect_short_mult): Likewise. + (check_effective_target_vect_int_mult): Likewise. + (check_effective_target_vect_extract_even_odd): Likewise. + (check_effective_target_vect_interleave): Likewise. + (check_vect_support_and_set_flags): Check if the target supports MSA + and append to the list of EFFECTIVE_TARGETS. + +2016-10-12 Richard Biener + + PR debug/77947 + * g++.dg/torture/pr77947.C: New testcase. + +2016-10-12 Pierre-Marie de Rodat + + * gnat.dg/debug8.adb: New testcase. + +2016-10-12 Pierre-Marie de Rodat + + * gnat.dg/debug9.adb: New testcase. + +2016-10-12 Richard Biener + + * gcc.dg/tree-ssa/vrp35.c: Adjust. + * gcc.dg/tree-ssa/vrp36.c: Likewise. + * gcc.dg/tree-ssa/vrp46.c: Likewise. + +2016-10-12 Richard Biener + + PR tree-optimization/77920 + * gcc.dg/torture/pr77920.c: New testcase. + +2016-10-12 Jakub Jelinek + + PR tree-optimization/77929 + * gcc.c-torture/compile/pr77929.c: New test. + + * c-c++-common/Wimplicit-fallthrough-25.c: New test. + * c-c++-common/Wimplicit-fallthrough-26.c: New test. + * c-c++-common/Wimplicit-fallthrough-27.c: New test. + * c-c++-common/Wimplicit-fallthrough-28.c: New test. + * c-c++-common/Wimplicit-fallthrough-29.c: New test. + * c-c++-common/Wimplicit-fallthrough-30.c: New test. + * c-c++-common/Wimplicit-fallthrough-31.c: New test. + * c-c++-common/Wimplicit-fallthrough-32.c: New test. + * c-c++-common/Wimplicit-fallthrough-33.c: New test. + +2016-10-11 Eric Botcazou + + * gcc.target/sparc/setcc-4.c: Adjust. + * gcc.target/sparc/setcc-5.c: Likewise. + * gcc.target/sparc/setcc-6.c: Likewise. + * gcc.target/sparc/setcc-7.c: Likewise. + * gcc.target/sparc/setcc-8.c: Likewise. + * gcc.target/sparc/setcc-9.c: Likewise. + * gcc.target/sparc/setcc-10.c: Delete. + +2016-10-11 Steven G. Kargl + + PR fortran/77942 + * gfortran.dg/pr77942.f90 + +2016-10-11 Fritz Reese + + * gfortran.dg/dec_math.f90: New testsuite. + +2016-10-11 Senthil Kumar Selvaraj + + * gcc.dg/tree-ssa/pr59597.c: Typedef __INT32_TYPE__ to i32. + (main): Declare j as i32 instead of int. + +2016-10-11 Thomas Preud'homme + + PR testsuite/PR77710 + * gcc.dg/tree-ssa/builtin-sprintf-warn-4.c: Use *-*-* as catch-all + target triplet instead of *-*-*-*. + +2016-10-11 Eric Botcazou + + * gnat.dg/unchecked_convert10.adb: New test. + * gnat.dg/unchecked_convert11.adb: Likewise. + * gnat.dg/unchecked_convert12.adb: Likewise. + +2016-10-11 Eric Botcazou + + * gcc.target/sparc/cbcond-1.c: New test. + * gcc.target/sparc/cbcond-2.c: Likewise. + * gcc.target/sparc/movcc-1.c: Likewise. + * gcc.target/sparc/movcc-2.c: Likewise. + * gcc.target/sparc/setcc-1.c: Adjust. + * gcc.target/sparc/setcc-2.c: Likewise. + * gcc.target/sparc/setcc-3.c: Likewise. + * gcc.target/sparc/setcc-4.c: Likewise. + * gcc.target/sparc/setcc-5.c: Likewise. + * gcc.target/sparc/setcc-6.c: New test. + * gcc.target/sparc/setcc-7.c: Likewise. + * gcc.target/sparc/setcc-8.c: Likewise. + * gcc.target/sparc/setcc-9.c: Likewise. + * gcc.target/sparc/setcc-10.c: Likewise. + +2016-10-10 Jeff Law + + PR tree-optimization/71947 + * gcc.dg/tree-ssa/pr71947-1.c: New test. + * gcc.dg/tree-ssa/pr71947-2.c: New test. + * gcc.dg/tree-ssa/pr71947-3.c: New test. + * gcc.dg/tree-ssa/pr71947-4.c: New test. + * gcc.dg/tree-ssa/pr71947-5.c: New test. + * gcc.dg/tree-ssa/pr71947-6.c: New test. + +2016-10-10 Thomas Koenig + + PR fortran/77915 + * gfortran.dg/matmul_11.f90: New test. + +2016-10-10 Jiong Wang + + * gcc.target/aarch64/advsimd-intrinsics/unary_scalar_op.inc: Support FMT64. + * gcc.target/aarch64/advsimd-intrinsics/vabdh_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vcageh_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vcagth_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vcaleh_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vcalth_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vceqh_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vceqzh_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vcgeh_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vcgezh_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vcgth_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vcgtzh_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vcleh_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vclezh_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vclth_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vcltzh_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vcvtah_s16_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vcvtah_s64_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vcvtah_u16_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vcvtah_u64_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vcvth_f16_s16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vcvth_f16_s64_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vcvth_f16_u16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vcvth_f16_u64_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vcvth_n_f16_s16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vcvth_n_f16_s64_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vcvth_n_f16_u16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vcvth_n_f16_u64_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vcvth_n_s16_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vcvth_n_s64_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vcvth_n_u16_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vcvth_n_u64_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vcvth_s16_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vcvth_s64_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vcvth_u16_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vcvth_u64_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vcvtmh_s16_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vcvtmh_s64_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vcvtmh_u16_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vcvtmh_u64_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vcvtnh_s16_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vcvtnh_s64_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vcvtnh_u16_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vcvtnh_u64_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vcvtph_s16_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vcvtph_s64_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vcvtph_u16_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vcvtph_u64_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vfmash_lane_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vmaxh_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vminh_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vmulh_lane_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vmulxh_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vmulxh_lane_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vrecpeh_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vrecpsh_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vrecpxh_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vrsqrteh_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vrsqrtsh_f16_1.c: New. + +2016-10-10 Jiong Wang + + * gcc.target/aarch64/advsimd-intrinsics/vdiv_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vfmas_lane_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vfmas_n_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vmaxnmv_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vmaxv_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vminnmv_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vminv_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vmul_lane_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vmulx_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vmulx_lane_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vmulx_n_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vpminmaxnm_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vrndi_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vsqrt_f16_1.c: New. + +2016-10-10 Jiong Wang + + * gcc.target/aarch64/advsimd-intrinsics/arm-neon-ref.h (FP16_SUPPORTED): + Enable AArch64. + * gcc.target/aarch64/advsimd-intrinsics/vdup_lane.c: Add support for + vdup*_laneq. + * gcc.target/aarch64/advsimd-intrinsics/vduph_lane.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vtrn_half.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vuzp_half.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vzip_half.c: New. + +2016-10-10 Matthew Wahab + Jiong Wang + + * target-supports.exp (add_options_for_arm_v8_2a_fp16_scalar): Mention + AArch64 support. + (add_options_for_arm_v8_2a_fp16_neon): Likewise. + (check_effective_target_arm_v8_2a_fp16_scalar_ok_nocache): Support + AArch64 targets. + (check_effective_target_arm_v8_2a_fp16_neon_ok_nocache): Support + AArch64 targets. + (check_effective_target_arm_v8_2a_fp16_scalar_hw): Support AArch64 + targets. + (check_effective_target_arm_v8_2a_fp16_neon_hw): Likewise. + +2016-10-10 Eric Botcazou + + * gnat.dg/specs/vfa.ads: New test. + +2016-10-10 Eric Botgazou + + * gnat.dg/inline13.ad[sb]: New test. + * gnat.dg/inline13_pkg.ad[sb]: New helper. + +2016-10-10 Eric Botcazou + + * gnat.dg/biased_subtype.adb: New test. + +2016-10-09 Jakub Jelinek + + PR tree-optimization/77901 + * gcc.c-torture/compile/pr77901.c: New test. + +2016-10-09 Prathamesh Kulkarni + + * gcc.dg/ipa/propalign-1.c: Adjust scan-ipa-dump. + * gcc.dg/ipa/propalign-2.c: Likewise + * gcc.dg/ipa/propalign-3.c: Likewise. + * gcc.dg/ipa/propalign-4.c: Likewise. + * gcc.dg/ipa/propalign-5.c: Likewise. + +2016-10-08 Jakub Jelinek + + * c-c++-common/Wimplicit-fallthrough-23.c (foo): Add further tests. + + * c-c++-common/Wimplicit-fallthrough-23.c (foo): Add further tests. + + * c-c++-common/Wimplicit-fallthrough-23.c: New test. + * c-c++-common/Wimplicit-fallthrough-24.c: New test. + +2016-10-07 Fritz Reese + + * gfortran.dg/dec_union_11.f90: New testcase. + +2016-10-07 Nathan Sidwell + + PR c++/66443 + * g++.dg/cpp0x/pr66443-cxx11.C: New. + * g++.dg/cpp0x/pr66443-cxx11-2.C: New. + * g++.dg/cpp1y/pr66443-cxx14.C: New + * g++.dg/cpp1y/pr66443-cxx14-2.C: New. + * g++.dg/cpp1y/pr66443-cxx14-3.C: New. + +2016-10-07 Jakub Jelinek + + * g++.dg/cpp0x/addressof1.C: New test. + * g++.dg/cpp0x/addressof2.C: New test. + +2016-10-06 Michael Meissner + + * gcc.target/powerpc/float128-type-1.c: New test to check that + PowerPC 64-bit Linux enables -mfloat128-type by default. + * gcc.target/powerpc/float128-type-2.c: Likewise. + * gcc.target/powerpc/float128-mix.c: Change error message to + reflect that __ibm128 is now #define'ed to be long double. + +2016-10-07 Steven G. Kargl + + PR fortran/77406 + * gfortran.dg/pr77406.f90: New test. + * gfortran.dg/assumed_type_3.f90: Update error messages. + * gfortran.dg/defined_operators_1.f90: Ditto. + * gfortran.dg/generic_26.f90: Ditto. + * gfortran.dg/generic_7.f90: Ditto. + * gfortran.dg/gomp/udr5.f90: Ditto. + * gfortran.dg/gomp/udr7.f90: Ditto. + * gfortran.dg/interface_1.f90: Ditto. + * gfortran.dg/interface_37.f90: Ditto. + * gfortran.dg/interface_5.f90: Ditto. + * gfortran.dg/interface_6.f90: Ditto. + * gfortran.dg/interface_7.f90 + * gfortran.dg/no_arg_check_3.f90 + * gfortran.dg/operator_5.f90 + * gfortran.dg/proc_ptr_comp_20.f90: Ditto. + +2016-10-07 Bernd Edlinger + + PR c++/77700 + * c-c++-common/Wint-in-bool-context.c: Update test. + +2016-10-07 Richard Biener + + * gcc.dg/tree-ssa/vrp01.c: Adjust. + * gcc.dg/tree-ssa/vrp34.c: Likewise. + +2016-10-07 Marek Polacek + + * c-c++-common/Wimplicit-fallthrough-22.c: New test. + +2016-10-07 Bernd Schmidt + + PR c++/69733 + * c-c++-common/pr69733.c: New test. + * gcc.dg/pr69733.c: New test. + * gcc.target/i386/pr69733.c: New test. + +2016-10-07 Marek Polacek + + PR c++/77803 + * g++.dg/warn/Wimplicit-fallthrough-1.C: New test. + +2016-10-07 Jakub Jelinek + + PR tree-optimization/77664 + * gcc.dg/tree-ssa/pr77664.c: New test. + * gcc.dg/pr77664.c: New test. + +2016-10-06 Louis Krupp + + * gfortran.dg/pr69955.f90: New test. + +2016_10-06 Louis Krupp + + PR fortran/57910 + * gfortran.dg/pr57910.f90: New test. + +2016-10-06 Jakub Jelinek + + * g++.dg/cpp1z/has-unique-obj-representations1.C: New test. + * g++.dg/cpp1z/has-unique-obj-representations2.C: New test. + +2016-10-06 Kugan Vivekanandarajah + + PR tree-optimization/77862 + * gcc.dg/pr77862.c: New test. + +2016-10-06 Kugan Vivekanandarajah + + * gcc.dg/tree-ssa/evrp4.c: New test. + +2016-10-06 Jeff Law + + PR tree-optimization/71661 + * gcc.dg/tree-ssa/pr71661.c: New test. + +2016-10-06 Richard Biener + + PR tree-optimization/77855 + * gcc.dg/torture/pr77855.c: New testcase. + +2016-10-06 James Clarke + Eric Botcazou + + * g++.dg/other/pr77759.C: New test. + +2016-10-06 Richard Biener + + PR tree-optimization/77839 + * gcc.dg/torture/pr77839.c: New testcase. + +2016-10-06 Marek Polacek + + * g++.dg/cpp1z/init-statement9.C: New test. + +2016-10-05 Andrew Senkevich + + * gcc.target/i386/pcommit-1.c: Deleted. + * gcc.target/i386/sse-12.c: Deleted -pcommit option. + * gcc.target/i386/sse-13.c: Ditto. + * gcc.target/i386/sse-14.c: Ditto. + * gcc.target/i386/sse-22.c: Ditto. + * gcc.target/i386/sse-23.c: Ditto. + * g++.dg/other/i386-2.C: Ditto. + +2016-10-05 Uros Bizjak + + * gcc.target/i386/pr77833.c: Require int128 effective target. + +2016-10-05 Steven G. Kargl + + PR fortran/58991 + PR fortran/58992 + * gfortran.dg/associate_22.f90: New test. + +2016-10-05 Fritz Reese + + * gfortran.dg/dec_union_9.f90: New testcase. + * gfortran.dg/dec_union_10.f90: New testcase. + +2016-10-05 Jakub Jelinek + + PR sanitizer/66343 + * gcc.dg/pch/pr66343-3.c: New test. + * gcc.dg/pch/pr66343-3.hs: New file. + + PR sanitizer/66343 + * gcc.dg/pch/pr66343-1.c: New test. + * gcc.dg/pch/pr66343-1.hs: New file. + * gcc.dg/pch/pr66343-2.c: New test. + * gcc.dg/pch/pr66343-2.hs: New file. + +2016-10-05 Bernd Edlinger + + * c-c++-common/Wint-in-bool-context.c: Update test. + +2016-10-05 Marek Polacek + + * g++.dg/cpp1z/init-statement1.C: New test. + * g++.dg/cpp1z/init-statement2.C: New test. + * g++.dg/cpp1z/init-statement3.C: New test. + * g++.dg/cpp1z/init-statement4.C: New test. + * g++.dg/cpp1z/init-statement5.C: New test. + * g++.dg/cpp1z/init-statement6.C: New test. + * g++.dg/cpp1z/init-statement7.C: New test. + * g++.dg/cpp1z/init-statement8.C: New test. + +2016-10-05 Louis Krupp + + PR fortran/67524 + * gfortran.dg/pr67524.f90: New test. + +2016-10-05 Jakub Jelinek + + PR sanitizer/77823 + * c-c++-common/ubsan/shift-9.c: New test. + +2016-10-05 Senthil Kumar Selvaraj + + * gcc.dg/torture/pr69941.c: Use __INT32_TYPE__ instead + of int if __SIZEOF_INT__ is less than 4 bytes. + +2016-10-05 Jerry DeLisle + + * gfortran.dg/dtio_15.f90: Fix spaces in dg-do. + * gfortran.dg/class_array_20.f03: Likewise. + * gfortran.dg/class_array_21.f03: Likewise. + * gfortran.dg/finalize_29.f08: Likewise. + * gfortran.dg/unlimited_polymorphic_23.f90: Likewise. + +2016-10-05 Richard Biener + + PR middle-end/77826 + * gcc.dg/torture/pr77826.c: New testcase. + +2016-10-05 Richard Biener + + * gcc.dg/fold-copysign-1.c: New testcase. + +2016-10-05 Andreas Schwab + + * g++.dg/pr49847-2.C: Remove. + +2016-10-05 Pierre-Marie de Rodat + + * gnat.dg/debug7.adb, gnat.dg/debug7.ads: New testcase. + +2016-10-05 Richard Biener + + PR middle-end/55152 + * gcc.dg/pr55152-2.c: New testcase. + +2016-10-04 Jerry DeLisle + + * gfortran.dg/dtio_15.f90: New test. + +2016-10-04 Ian Lance Taylor + + * gcc.dg/split-7.c: New test. + +2016-10-04 Martin Sebor + + * gcc.dg/tree-ssa/builtin-sprintf-warn-1.c: Cast int argument to + %lc directive to wint_t to silence -Wformat warnings on targets + where the latter is a distinct type such as long. + +2016-10-04 Martin Sebor + + PR c++/77804 + * g++.dg/warn/Wplacement-new-size-4.C: New test. + +2016-10-04 Jakub Jelinek + + PR c++/77791 + * g++.dg/cpp0x/lambda/lambda-77791.C: New test. + + * g++.dg/other/java3.C: Remove. + * g++.dg/other/java1.C: Remove. + * g++.dg/other/error12.C: Remove. + * g++.dg/other/java2.C: Remove. + * g++.dg/warn/Wnvdtor.C: Remove. + * g++.dg/lookup/java1.C: Remove. + * g++.dg/lookup/java2.C: Remove. + * g++.dg/ext/pr34829.C: Remove. + * g++.dg/ext/java-3.C: Remove. + * g++.dg/ext/java-1.C: Remove. + * g++.dg/ext/java-2.C: Remove. + * g++.old-deja/g++.oliva/dwarf2.C: Remove. + +2016-10-04 Doug Gilmore + + PR tree-optimization/77808 + * gcc.dg/tree-ssa/pr77808.c: New testcase. + +2016-10-04 Richard Biener + + PR tree-optimization/77399 + * gcc.dg/tree-ssa/forwprop-35.c: Adjust. + +2016-10-04 Richard Biener + + PR middle-end/77833 + * gcc.target/i386/pr77833.c: New testcase. + +2016-09-26 Jeff Law + + PR tree-optimization/71550 + PR tree-optimization/71403 + * gcc.c-torture/execute/pr71550.c: New test. + +2016-10-03 Senthil Kumar Selvaraj + + * gcc.target/avr/torture/builtins-error.c: Add -ffat-lto-objects + option. + +2016-10-03 Kyrylo Tkachov + + Revert + 2016-09-30 Kyrylo Tkachov + + * gcc.target/aarch64/ifcvt_avoid_const_materialization_1.c: New test. + +2016-10-03 Marek Polacek + + * g++.dg/cpp0x/nullptr37.C: New test. + +2016-10-03 Bernd Edlinger + + * c-c++-common/Wint-in-bool-context.c: Update test. + +2016-10-02 Jakub Jelinek + + * g++.dg/ext/asm3.C (two): Only use register keyword for C++14 and + earlier. + * g++.dg/charset/asm2.c (memmove): Likewise. + * g++.dg/tls/diag-2.C (foo): Expect -Wregister error for C++17. + * g++.dg/tls/diag-4.C (foo): Likewise. + * c-c++-common/vector-subscript-2.c (vf): Change dg-error to + dg-warning, fix up regex. + * g++.old-deja/g++.brendan/warnings4.C: Limit to c++14_down targets. + * g++.old-deja/g++.mike/p700.C: Add -Wno-register. + * g++.old-deja/g++.mike/net31.C: Likewise. + * g++.old-deja/g++.other/regstack.C (foo): Expect -Wregister warning + for C++17. + * g++.old-deja/g++.jason/enum3.C: Add -Wno-register. + * g++.old-deja/g++.eh/ia64-1.C: Likewise. + +2016-10-01 Richard Biener + + PR middle-end/77798 + * gfortran.fortran-torture/compile/pr77798.f90: New testcase. + +2016-10-01 Andre Vehreschild + + PR fortran/77663 + * gfortran.dg/coarray_send_by_ref_1.f08: New test. + +2016-10-01 Jakub Jelinek + + PR c/77490 + * c-c++-common/Wbool-operation-1.c: Add -Wno-psabi to dg-options. + Add dg-prune-output directive. + +2016-09-30 Jerry DeLisle + + PR fortran/66643 + * gfortran.fortran-torture/compile/arrayio.f90: Update test. + * gfortran.fortran-torture/compile/write.f90: Update test. + +2016-09-30 Matthew Wawhab + + * gcc.target/arm/fp16-aapcs-3.c: Replace arm_fp16_ok with + arm_fp16_alternative_ok as the required effective target. + * gcc.target/arm/fp16-aapcs-4.c: Likewise. Also add + -mfp16-format=alternative to the dg-options directive and remove + the dg-add-options directive. + +2016-09-30 Fritz Reese + + PR fortran/77764 + * gfortran.dg/dec_union_8.f90: New testcase. + +2016-09-30 Fritz Reese + + PR fortran/77782 + * gfortran.dg/dec_structure_16.f90: New testcase. + +2016-09-30 Andre Vehreschild + + * gfortran.dg/coarray_allocate_10.f08: New test. + * gfortran.dg/coindexed_1.f90: Above fixes allow execution. + +2016-09-30 Kyrylo Tkachov + + * gcc.target/aarch64/ifcvt_avoid_const_materialization_1.c: New test. + +2016-09-30 Richard Biener + + PR tree-optimization/77399 + * gcc.dg/tree-ssa/forwprop-35.c: New testcase. + +2016-09-29 Sandra Loosemore + + * c-c++-common/pr27336.c: Make dependency on + -fdelete-null-pointer-checks explicit. + * g++.dg/cpp0x/constexpr-array-ptr10.C: Likewise. + * g++.dg/cpp0x/constexpr-nullptr-1.C: Likewise. + * g++.dg/lto/pr69589_0.C: Add nios2-*-elf to unsupported targets. + * gcc.dg/pic-1.c: Require fpic target support. + * gcc.dg/pic-2.c: Likewise. + +2016-09-29 Jakub Jelinek + + Implement P0001R1 - C++17 removal of register storage class specifier + * c-c++-common/Wvarargs-2.c (foo1): Except new warning for C++17. + * c-c++-common/vector-subscript-2.c (vf): Expect new error for + C++17. + * c-c++-common/vector-subscript-5.c (foo): Don't use register + keyword if not __SSE2__. + * c-c++-common/Wvarargs.c (foo1, foo3): Expect new warnings for + C++17. + * g++.dg/compat/struct-layout-1_generate.c (iterative_hash): Remove + register keywords. + * g++.dg/eh/pr29166.C: Add -Wno-register option. + * g++.dg/warn/register-parm-1.C (erroneous_warning, + no_erroneous_warning): Expect new warnings for C++17. + * g++.dg/warn/register-var-2.C (f): Likewise. + * g++.dg/parse/register1.C (f): Expect new error for C++17. + * g++.dg/parse/linkage2.C (foo): Likewise. + * g++.dg/torture/pr36826.C (CoinMin, CoinMax): Avoid register + keyword on parameters for C++17. + * g++.dg/cpp1z/register1.C: New test. + * g++.dg/cpp1z/register2.C: New test. + * g++.dg/cpp1z/register3.C: New test. + +2016-09-29 Uros Bizjak + + * gcc.target/i386/adx-check.h (main): Simplify feature bit tests. + * gcc.target/i386/avx2-check.h (main): Ditto. + * gcc.target/i386/avx512bw-check.h (main): Ditto. + * gcc.target/i386/avx512cd-check.h (main): Ditto. + * gcc.target/i386/avx512dq-check.h (main): Ditto. + * gcc.target/i386/avx512er-check.h (main): Ditto. + * gcc.target/i386/avx512f-check.h (main): Ditto. + * gcc.target/i386/avx512ifma-check.h (main): Ditto. + * gcc.target/i386/avx512vbmi-check.h (main): Ditto. + * gcc.target/i386/avx512vl-check.h (main): Ditto. + +2016-09-29 Uros Bizjak + + PR target/77756 + * gcc.target/i386/pr77756.c: New test. + +2016-09-29 Marek Polacek + + * g++.dg/cpp0x/fallthrough2.C: Use the c++14_down target. + +2016-09-29 Marek Polacek + + * g++.dg/cpp0x/fallthrough2.C: Only expect the warning in C++11 and + C++14. + +2016-09-29 Martin Liska + + * objc/execute/construct1.m: New test. + +2016-09-29 Richard Biener + + PR tree-optimization/77768 + * gcc.dg/torture/pr77768.c: New testcase. + +2016-09-28 Richard Biener + + PR middle-end/77407 + * gcc.dg/pr77407.c: New testcase. + +2016-09-29 Richard Biener + + PR middle-end/55152 + * gcc.dg/pr55152.c: New testcase. + * gcc.dg/tree-ssa/phi-opt-5.c: Adjust. + +2016-09-29 Rainer Orth + + * gcc.dg/profile-update-warning.c: Restrict to ia32. + (dg-options): Remove -m32. + +2016-09-28 Martin Sebor + + PR middle-end/77721 + * gcc.dg/tree-ssa/builtin-sprintf-warn-6.c: New test. + +2016-09-28 Jerry DeLisle + + PR libgfortran/77707 + * gfortran.dg/inquire_17.f90: New test. + +2016-09-28 Jakub Jelinek + + PR c++/77467 + * g++.dg/cpp1y/constexpr-77467.C: New test. + +2016-09-28 Martin Sebor + + PR c/77762 + * gcc.dg/tree-ssa/builtin-sprintf-warn-1.c (test_vsnprintf_chk_s): + Call __builtin___vsnprintf_chk, not __builtin___snprintf_chk. + (test_sprintf_p_const): Adjust line numbers to avoid failures + introduced in r240503. + +2016-09-28 Martin Sebor + + PR middle-end/77683 + * gcc.dg/tree-ssa/builtin-sprintf-warn-1.c: Add test cases. + +2016-09-28 Bernd Edlinger + + PR c++/77748 + * g++.dg/pr77550.C: Avoid undefined behavior. + + * gcc.dg/tree-ssa/pr68198.c: Fix dg-final. + +2016-09-28 Wilco Dijkstra + + * gcc.dg/strlenopt-20.c: Update test. + * gcc.dg/strlenopt-21.c: Likewise. + * gcc.dg/strlenopt-22.c: Likewise. + * gcc.dg/strlenopt-22g.c: Likewise. + * gcc.dg/strlenopt-26.c: Likewise. + * gcc.dg/strlenopt-5.c: Likewise. + * gcc.dg/strlenopt-7.c: Likewise. + * gcc.dg/strlenopt-9.c: Likewise. + +2016-09-27 Jakub Jelinek + + * g++.dg/cpp1z/feat-cxx1z.C: Add __cpp_capture_star_this test. + + * g++.dg/cpp1z/lambda-this1.C: New test. + * g++.dg/cpp1z/lambda-this2.C: New test. + + PR c++/77722 + * g++.dg/ubsan/return-4.C: New test. + * g++.dg/ubsan/return-5.C: New test. + * g++.dg/ubsan/return-6.C: New test. + +2016-09-27 Jiong Wang + + * lib/target-supports.exp + (check_effective_target_arm_v8_2a_fp16_scalar_hw): Delete redundant word + in function comment. + +2016-09-27 Martin Liska + + PR gcov-profile/46266 + * lib/gcov.exp: Verify that .gcov file is not + considered. + +2016-09-27 Richard Biener + + PR tree-optimization/77745 + * g++.dg/torture/pr77745.C: New testcase. + +2016-09-27 Richard Biener + + PR tree-optimization/77478 + * gcc.dg/torture/pr77478.c: New testcase. + +2016-09-27 Martin Liska + + PR gcov-profile/7970 + PR gcov-profile/16855 + PR gcov-profile/44779 + * g++.dg/gcov/pr16855.C: New test. + +2016-09-27 Senthil Kumar Selvaraj + + * gcc.dg/tree-ssa/builtin-sprintf-warn-1.c: Require int32plus. + +2016-09-27 Jakub Jelinek + + PR fortran/77666 + * gfortran.dg/gomp/pr77666.f90: New test. + +2016-09-27 Kugan Vivekanandarajah + + PR ipa/77677 + * gcc.dg/torture/pr77677-2.c: New test. + +2016-09-26 Steven G. Kargl + + PR fortran/77420 + * gfortran.dg/pr77420_1.f90: New test. + * gfortran.dg/pr77420_2.f90: Ditto. + * gfortran.dg/pr77420_3.f90: New test. Requires ... + * gfortran.dg/pr77420_4.f90: this file. + +2016-09-26 Kugan Vivekanandarajah + + PR middle-end/77719 + * gfortran.dg/pr77719.f90: New test. + +2016-09-26 Thomas Preud'homme + + * gcc.dg/tree-ssa/builtin-sprintf-warn-1.c: Adjust regex to accept + singular form of byte when quantity is unknown. + +2016-09-26 Marek Polacek + + * g++.dg/cpp1z/feat-cxx1z.C: Test attribute fallthrough. + +2016-09-26 Martin Liska + + * c-c++-common/ubsan/sanitize-recover-1.c: New test. + * c-c++-common/ubsan/sanitize-recover-2.c: New test. + * c-c++-common/ubsan/sanitize-recover-3.c: New test. + * c-c++-common/ubsan/sanitize-recover-4.c: New test. + * c-c++-common/ubsan/sanitize-recover-5.c: New test. + * c-c++-common/ubsan/sanitize-recover-6.c: New test. + * c-c++-common/ubsan/sanitize-recover-7.c: New test. + * c-c++-common/ubsan/sanitize-recover-8.c: New test. + * c-c++-common/ubsan/sanitize-recover-9.c: New test. + +2016-09-26 Marek Polacek + + PR c/7652 + * c-c++-common/Wimplicit-fallthrough-1.c: New test. + * c-c++-common/Wimplicit-fallthrough-10.c: New test. + * c-c++-common/Wimplicit-fallthrough-11.c: New test. + * c-c++-common/Wimplicit-fallthrough-12.c: New test. + * c-c++-common/Wimplicit-fallthrough-13.c: New test. + * c-c++-common/Wimplicit-fallthrough-14.c: New test. + * c-c++-common/Wimplicit-fallthrough-15.c: New test. + * c-c++-common/Wimplicit-fallthrough-16.c: New test. + * c-c++-common/Wimplicit-fallthrough-17.c: New test. + * c-c++-common/Wimplicit-fallthrough-18.c: New test. + * c-c++-common/Wimplicit-fallthrough-19.c: New test. + * c-c++-common/Wimplicit-fallthrough-20.c: New test. + * c-c++-common/Wimplicit-fallthrough-21.c: New test. + * c-c++-common/Wimplicit-fallthrough-2.c: New test. + * c-c++-common/Wimplicit-fallthrough-3.c: New test. + * c-c++-common/Wimplicit-fallthrough-4.c: New test. + * c-c++-common/Wimplicit-fallthrough-5.c: New test. + * c-c++-common/Wimplicit-fallthrough-6.c: New test. + * c-c++-common/Wimplicit-fallthrough-7.c: New test. + * c-c++-common/Wimplicit-fallthrough-8.c: New test. + * c-c++-common/Wimplicit-fallthrough-9.c: New test. + * c-c++-common/attr-fallthrough-1.c: New test. + * c-c++-common/attr-fallthrough-2.c: New test. + * g++.dg/cpp0x/fallthrough1.C: New test. + * g++.dg/cpp0x/fallthrough2.C: New test. + * g++.dg/cpp1z/fallthrough1.C: New test. + * g++.dg/warn/Wunused-label-1.C: Turn dg-error into dg-warning. + * gcc.dg/Wimplicit-fallthrough-1.c: New test. + * obj-c++.dg/Wimplicit-fallthrough-1.mm: New test. + * objc.dg/Wimplicit-fallthrough-1.m: New test. + +2016-09-25 Steven G. Kargl + + PR fortran/77429 + * gfortran.dg/pr77429.f90: New test. + +2016-09-25 Steven G. Kargl + + PR fortran/77694 + * gfortran.dg/pr77694.f90: New test. + +2016-09-25 Oleg Endo + + PR target/51244 + * gcc.target/sh/pr51244-11.c: Add more detailed expected insn matching. + +2016-09-24 Dominique d'Humieres + + * gfortran.dg/coarray_lib_comm_1.f90: Really fix test + for 32-bit mode. + +2016-09-24 Dominique d'Humieres + + * gfortran.dg/coarray_lib_comm_1.f90: Fix test + for 32-bit mode. + +2016-09-24 Marek Polacek + + PR c/77490 + * c-c++-common/Wbool-operation-1.c: New test. + * gcc.dg/Wbool-operation-1.c: New test. + +2016-09-23 Fritz Reese + + * gfortran.dg/dec_static_1.f90: New. + * gfortran.dg/dec_static_2.f90: New. + * gfortran.dg/dec_static_3.f90: New. + * gfortran.dg/dec_static_4.f90: New. + +2016-09-23 Jerry DeLisle + + PR fortran/48298 + * gfortran.dg/negative_unit_check.f90: Update test. + * gfortran.dg/dtio_14.f90: New test. + +2016-09-23 Dominik Vogt + + * gcc.target/s390/hotpatch-compile-1.c: Fixed dg-error test. + * gcc.target/s390/hotpatch-compile-2.c: Likewise. + * gcc.target/s390/hotpatch-compile-3.c: Likewise. + * gcc.target/s390/hotpatch-compile-4.c: Likewise. + * gcc.target/s390/hotpatch-compile-5.c: Likewise. + * gcc.target/s390/hotpatch-compile-6.c: Likewise. + * gcc.target/s390/hotpatch-compile-14.c: Likewise. + +2016-09-23 Martin Sebor + + PR testsuite/77713 + * gcc.dg/tree-ssa/builtin-sprintf.c (test_e_long_double): Avoid + assuming long double is bigger than double. + +2016-09-23 Jakub Jelinek + + Implement P0138R2, C++17 construction rules for enum class values + * g++.dg/cpp1z/direct-enum-init1.C: New test. + +2016-09-23 David Malcolm + + PR preprocessor/77672 + * gcc.dg/tree-ssa/builtin-sprintf-warn-4.c (test): Update + expected multiline output from first warning to reflect change + in r240434. + +2016-09-23 Thomas Preud'homme + + * gcc.dg/tree-ssa/builtin-sprintf-warn-2.c: Fix xfail pattern. + +2016-09-23 Bernd Edlinger + Tom de Vries + + PR testsuite/77411 + * c-c++-common/ubsan/object-size-9.c: Call __builtin_exit in C++. + +2016-09-23 Marek Polacek + + * c-c++-common/gomp/atomic-12.c: Skip for C++1z. + * c-c++-common/gomp/atomic-13.c: Likewise. + * c-c++-common/gomp/atomic-14.c: Likewise. + * c-c++-common/pr60439.c: Remove invalid code. + * g++.dg/expr/bitfield4.C: Robustify for C++1z. + * g++.dg/expr/bitfield5.C: Likewise. + * g++.dg/expr/bitfield6.C: Likewise. + * g++.dg/expr/bool1.C: Likewise. + * g++.dg/expr/bool3.C: Likewise. + * g++.dg/expr/lval3.C: Likewise. + * g++.dg/expr/lval4.C: Likewise. + * g++.old-deja/g++.jason/bool5.C: Likewise. + +2016-09-23 David Malcolm + + PR preprocessor/77672 + * gcc.dg/plugin/diagnostic-test-string-literals-1.c + (test_terminator_location): New function. + +2016-09-23 Richard Biener + + * gcc.dg/tree-ssa/ssa-fre-56.c: New testcase. + +2016-09-23 Matthew Wahab + + * gcc.target/advsimd-intrinsics/advsimd-intrinsics.exp: Enable + -march=armv8.2-a+fp16 when supported by the hardware. + * gcc.target/aarch64/advsimd-intrinsics/binary_op_float.inc: New. + * gcc.target/aarch64/advsimd-intrinsics/binary_op_no64.inc: + Add F16 tests, enabled if macro HAS_FLOAT16_VARIANT is defined. Add + semi-colons to a macro invocations. + * gcc.target/aarch64/advsimd-intrinsics/cmp_fp_op.inc: Add F16 + tests, enabled if macro __ARM_FEATURE_FP16_VECTOR_ARITHMETIC is + defined. + * gcc.target/aarch64/advsimd-intrinsics/cmp_op.inc: Likewise. + * gcc.target/aarch64/advsimd-intrinsics/cmp_zero_op.inc: New. + * gcc.target/gcc.target/aarch64/advsimd-intrinsics/vabd.c: Add F16 + tests, enabled if macro __ARM_FEATURE_FP16_VECTOR_ARITHMETIC is + defined. + * gcc.target/gcc.target/aarch64/advsimd-intrinsics/vabs.c: Likewise. + * gcc.target/gcc.target/aarch64/advsimd-intrinsics/vadd.c: Likewise. + * gcc.target/gcc.target/aarch64/advsimd-intrinsics/vcage.c: Likewise. + * gcc.target/gcc.target/aarch64/advsimd-intrinsics/vcagt.c: Likewise. + * gcc.target/gcc.target/aarch64/advsimd-intrinsics/vcale.c: Likewise. + * gcc.target/gcc.target/aarch64/advsimd-intrinsics/vcalt.c: Likewise. + * gcc.target/gcc.target/aarch64/advsimd-intrinsics/vceq.c: Likewise. + * gcc.target/aarch64/advsimd-intrinsics/vceqz_1.c: New. + * gcc.target/gcc.target/aarch64/advsimd-intrinsics/vcge.c: Add F16 + tests, enabled if macro __ARM_FEATURE_FP16_VECTOR_ARITHMETIC is + defined. + * gcc.target/aarch64/advsimd-intrinsics/vcgez_1.c: New. + * gcc.target/gcc.target/aarch64/advsimd-intrinsics/vcgt.c: Add F16 + tests, enabled if macro __ARM_FEATURE_FP16_VECTOR_ARITHMETIC is + defined. + * gcc.target/aarch64/advsimd-intrinsics/vcgtz_1.c: New. + * gcc.target/gcc.target/aarch64/advsimd-intrinsics/vcle.c: Add F16 + tests, enabled if macro __ARM_FEATURE_FP16_VECTOR_ARITHMETIC is + defined. + * gcc.target/aarch64/advsimd-intrinsics/vclez_1.c: New. + * gcc.target/gcc.target/aarch64/advsimd-intrinsics/vclt.c: Add F16 + tests, enabled if macro __ARM_FEATURE_FP16_VECTOR_ARITHMETIC is + defined. + * gcc.target/aarch64/advsimd-intrinsics/vcltz_1.c: New. + * gcc.target/gcc.target/aarch64/advsimd-intrinsics/vcvt.c: Add F16 + tests, enabled if macro __ARM_FEATURE_FP16_VECTOR_ARITHMETIC is + defined. Also fix some white-space. + * gcc.target/aarch64/advsimd-intrinsics/vcvtX.inc: New. + * gcc.target/aarch64/advsimd-intrinsics/vcvta_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vcvtm_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vcvtp_1.c: New. + * gcc.target/gcc.target/aarch64/advsimd-intrinsics/vfma.c: Add F16 + tests, enabled if macro __ARM_FEATURE_FP16_VECTOR_ARITHMETIC is + defined. Also fix some long lines and white-space. + * gcc.target/gcc.target/aarch64/advsimd-intrinsics/vfms.c: Add F16 + tests, enabled if macro __ARM_FEATURE_FP16_VECTOR_ARITHMETIC is + defined. Also fix some long lines and white-space. + * gcc.target/gcc.target/aarch64/advsimd-intrinsics/vmax.c: Add F16 + tests, enabled if macro __ARM_FEATURE_FP16_VECTOR_ARITHMETIC is + defined. + * gcc.target/aarch64/advsimd-intrinsics/vmaxnm_1.c: New. + * gcc.target/gcc.target/aarch64/advsimd-intrinsics/vmin.c: Add F16 + tests, enabled if macro __ARM_FEATURE_FP16_VECTOR_ARITHMETIC is + defined. + * gcc.target/aarch64/advsimd-intrinsics/vminnm_1.c: New. + * gcc.target/gcc.target/aarch64/advsimd-intrinsics/vmul.c: Add F16 + tests, enabled if macro __ARM_FEATURE_FP16_VECTOR_ARITHMETIC is + defined. + * gcc.target/aarch64/advsimd-intrinsics/vmul_lane.c: Likewise. + * gcc.target/gcc.target/aarch64/advsimd-intrinsics/vmul_n.c: Likewise. + * gcc.target/gcc.target/aarch64/advsimd-intrinsics/vneg.c: Likewise. + * gcc.target/aarch64/advsimd-intrinsics/vpXXX.inc: Likewise. + * gcc.target/gcc.target/aarch64/advsimd-intrinsics/vpadd.c: Likewise. + * gcc.target/gcc.target/aarch64/advsimd-intrinsics/vpmax.c: Likewise. + * gcc.target/gcc.target/aarch64/advsimd-intrinsics/vpmin.c: Likewise. + * gcc.target/gcc.target/aarch64/advsimd-intrinsics/vrecpe.c: Likewise. + * gcc.target/gcc.target/aarch64/advsimd-intrinsics/vrecps.c: Likewise. + * gcc.target/gcc.target/aarch64/advsimd-intrinsics/vrnd.c: Likewise. + * gcc.target/aarch64/advsimd-intrinsics/vrndX.inc: Likewise. + * gcc.target/gcc.target/aarch64/advsimd-intrinsics/vrnda.c: Likewise. + * gcc.target/gcc.target/aarch64/advsimd-intrinsics/vrndm.c: Likewise. + * gcc.target/gcc.target/aarch64/advsimd-intrinsics/vrndn.c: Likewise. + * gcc.target/gcc.target/aarch64/advsimd-intrinsics/vrndp.c: Likewise. + * gcc.target/gcc.target/aarch64/advsimd-intrinsics/vrndx.c: Likewise. + * gcc.target/aarch64/advsimd-intrinsics/vrsqrte.c: Likewise. + * gcc.target/aarch64/advsimd-intrinsics/vrsqrts.c: Likewise. + * gcc.target/gcc.target/aarch64/advsimd-intrinsics/vsub.c: Likewise. + +2016-09-23 Jiong Wang + Matthew Wahab + + * gcc.target/aarch64/advsimd-intrinsics/binary_scalar_op.inc: New. + * gcc.target/aarch64/advsimd-intrinsics/unary_scalar_op.inc: New. + * gcc.target/aarch64/advsimd-intrinsics/ternary_scalar_op.inc: New. + * gcc.target/aarch64/advsimd-intrinsics/vabsh_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vaddh_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vcvtah_s32_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vcvtah_u32_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vcvth_f16_s32_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vcvth_f16_u32_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vcvth_n_f16_s32_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vcvth_n_f16_u32_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vcvth_n_s32_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vcvth_n_u32_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vcvth_s32_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vcvth_u32_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vcvtmh_s32_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vcvtmh_u32_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vcvtnh_s32_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vcvtnh_u32_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vcvtph_s32_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vcvtph_u32_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vdivh_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vfmah_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vfmsh_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vmaxnmh_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vminnmh_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vmulh_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vnegh_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vrndah_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vrndh_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vrndih_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vrndmh_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vrndnh_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vrndph_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vrndxh_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vsqrth_f16_1.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vsubh_f16_1.c: New. + +2016-09-23 Matthew Wahab + + * gcc.target/arm/armv8_2-fp16-neon-1.c: New. + * gcc.target/arm/armv8_2-fp16-scalar-1.c: New. + * gcc.target/arm/armv8_2-fp16-scalar-2.c: New. + * gcc.target/arm/attr-fp16-arith-1.c: Add a test of intrinsics + support. + +2016-09-23 Kugan Vivekanandarajah + + PR ipa/77677 + * gcc.dg/torture/pr77677.c: New test. + +2016-09-23 Andre Vehreschild + + * gfortran.dg/coarray_lib_comm_1.f90: Using the old caf-interface + here now. + +2016-09-23 Matthew Wahab + + * gcc.target/arm/armv8_2-fp16-arith-1.c: Use arm_v8_2a_fp16_neon + options. Add tests for float16x4_t and float16x8_t. + +2016-09-23 Dominik Vogt + + * gcc.target/s390/risbg-ll-1.c: Ported risbg tests from llvm. + * gcc.target/s390/risbg-ll-2.c: Ditto. + * gcc.target/s390/risbg-ll-3.c: Ditto. + +2016-09-23 Matthew Wahab + + * gcc.target/arm/armv8_2-fp16-arith-1.c: New. + * gcc.target/arm/armv8_2-fp16-conv-1.c: New. + +2016-09-23 Dominik Vogt + + * gcc.target/s390/md/rXsbg_mode_sXl.c: Adapt expected assembly + output to the simplified instructions. + +2016-09-23 Matthew Wahab + + * gcc.target/arm/armv8_2_fp16-move-1.c: New. + * gcc.target/arm/fp16-aapcs-1.c: Update expected output. + +2016-09-23 Matthew Wahab + + * gcc.target/aarch64/advsimd-intrinsics/arm-neon-ref.h + (FP16_SUPPORTED): New + (expected-hfloat-16x4): Make conditional on __fp16 support. + (expected-hfloat-16x8): Likewise. + (vdup_n_f16): Disable for non-AArch64 targets. + * gcc.target/aarch64/advsimd-intrinsics/vbsl.c: Add __fp16 tests, + conditional on FP16_SUPPORTED. + * gcc.target/aarch64/advsimd-intrinsics/vdup-vmov.c: Likewise. + * gcc.target/aarch64/advsimd-intrinsics/vdup_lane.c: Likewise. + * gcc.target/aarch64/advsimd-intrinsics/vext.c: Likewise. + * gcc.target/aarch64/advsimd-intrinsics/vrev.c: Likewise. + * gcc.target/aarch64/advsimd-intrinsics/vshuffle.inc: Add support + for testing __fp16. + * gcc.target/aarch64/advsimd-intrinsics/vtrn.c: Add __fp16 tests, + conditional on FP16_SUPPORTED. + * gcc.target/aarch64/advsimd-intrinsics/vuzp.c: Likewise. + * gcc.target/aarch64/advsimd-intrinsics/vzip.c: Likewise. + +2016-09-23 Matthew Wahab + + * gcc.target/arm/short-vfp-1.c: New. + +2016-09-23 Matthew Wahab + + * gcc.target/arm/attr-fp16-arith-1.c: New. + +2016-09-23 Matthew Wahab + + * lib/target-supports.exp (add_options_for_arm_v8_2a_fp16_scalar): + New. + (add_options_for_arm_v8_2a_fp16_neon): New. + (check_effective_target_arm_arch_v8_2a_ok): Auto-generate. + (add_options_for_arm_arch_v8_2a): Auto-generate. + (check_effective_target_arm_arch_v8_2a_multilib): Auto-generate. + (check_effective_target_arm_v8_2a_fp16_scalar_ok_nocache): New. + (check_effective_target_arm_v8_2a_fp16_scalar_ok): New. + (check_effective_target_arm_v8_2a_fp16_neon_ok_nocache): New. + (check_effective_target_arm_v8_2a_fp16_neon_ok): New. + (check_effective_target_arm_v8_2a_fp16_scalar_hw): New. + (check_effective_target_arm_v8_2a_fp16_neon_hw): New. + +2016-09-23 Matthew Wahab + + * g++.dg/ext/arm-fp16/arm-fp16-ops-3.C: Use + arm_fp16_alternative_ok. + * g++.dg/ext/arm-fp16/arm-fp16-ops-4.C: Likewise. + * gcc.dg/torture/arm-fp16-int-convert-alt.c: Likewise. + * gcc.dg/torture/arm-fp16-ops-3.c: Likewise. + * gcc.dg/torture/arm-fp16-ops-4.c: Likewise. + * gcc.target/arm/fp16-compile-alt-1.c: Likewise. + * gcc.target/arm/fp16-compile-alt-10.c: Likewise. + * gcc.target/arm/fp16-compile-alt-11.c: Likewise. + * gcc.target/arm/fp16-compile-alt-12.c: Likewise. + * gcc.target/arm/fp16-compile-alt-2.c: Likewise. + * gcc.target/arm/fp16-compile-alt-3.c: Likewise. + * gcc.target/arm/fp16-compile-alt-4.c: Likewise. + * gcc.target/arm/fp16-compile-alt-5.c: Likewise. + * gcc.target/arm/fp16-compile-alt-6.c: Likewise. + * gcc.target/arm/fp16-compile-alt-7.c: Likewise. + * gcc.target/arm/fp16-compile-alt-8.c: Likewise. + * gcc.target/arm/fp16-compile-alt-9.c: Likewise. + * gcc.target/arm/fp16-compile-none-1.c: Use arm_fp16_none_ok. + * gcc.target/arm/fp16-compile-none-2.c: Likewise. + * gcc.target/arm/fp16-rounding-alt-1.c: Use + arm_fp16_alternative_ok. + * lib/target-supports.exp + (check_effective_target_arm_fp16_alternative_ok_nocache): New. + (check_effective_target_arm_fp16_alternative_ok): New. + (check_effective_target_arm_fp16_none_ok_nocache): New. + (check_effective_target_arm_fp16_none_ok): New. + +2016-09-23 Martin Liska + + * gcc.dg/ipa/pr77653.c: Replace adress + with address. + +2016-09-23 Martin Liska + + * gcc.target/i386/movbe-4.c: New test. + +2016-09-23 Martin Liska + + * gcc.target/i386/crc32-5.c: New test. + +2016-09-23 Martin Liska + + * gcc.target/i386/pr71652.c: New test. + * gcc.target/i386/pr71652-2.c: New test. + * gcc.target/i386/pr71652-3.c: New test. + +2016-09-23 Jakub Jelinek + + * lib/gcc-dg.exp (process-message): Support relative line number + notation - .+4 or .-1 etc. + * gcc.dg/dg-test-1.c: New test. + +2016-09-22 Martin Sebor + + PR target/77676 + * gcc.dg/tree-ssa/builtin-sprintf-1.c: Define and use wint_t. + * gcc.dg/tree-ssa/builtin-sprintf-2.c: Fix typo. + * gcc.dg/tree-ssa/builtin-sprintf-3.c: New test. + * gcc.dg/tree-ssa/builtin-sprintf-warn-5.c: New test. + +2016-09-22 Uros Bizjak + + * gcc.dg/ifcvt-1.c: Compile also for 64-bit i?86-*-* target. + * gcc.dg/ifcvt-2.c: Ditto. + * gcc.dg/zero_bits_compound-1.c: Ditto. + * gcc.dg/zero_bits_compound-1.c: Ditto. + * gcc.dg/pr40550.c: Simplify target selectors. + Use dg-additional-options. + * gcc.dg/pr47893.c: Ditto. + * gcc.dg/pr68435.c: Compile also for i?86-*-* target. Add -march=i686 + additional options for 32-bit x86 targets. + * gcc.dg/pr70955.c: Move to ... + * gcc.target/i386/pr70955.c: ... here. Simplify target selector. + +2016-09-22 Paolo Carlini + + PR c++/61019 + * g++.dg/cpp0x/pr61019.C: New. + +2016-09-22 Andre Vieira + Terry Guo + + * gcc.target/arm/pure-code/ffunction-sections.c: New. + * gcc.target/arm/pure-code/no-literal-pool.c: New. + * gcc.target/arm/pure-code/pure-code.exp: New. + +2016-09-22 Uros Bizjak + + * gcc.dg/debug/dwarf2/const-2b.c: Also compile for x86_64-*-*. + Remove SSE effective target requirement. + +2016-09-22 Paolo Carlini + + PR c++/71979 + * g++.dg/cpp0x/pr71979.C: New. + +2016-09-22 Bernd Edlinger + + * g++.dg/pr77550.C: Use __SIZE_TYPE__. + +2016-09-22 Martin Liska + + PR ipa/77653 + * gcc.dg/ipa/pr77653.c: New test. + +2016-09-22 Jakub Jelinek + + PR fortran/77665 + * gfortran.dg/gomp/pr77665.f90: New test. + +2016-09-22 Paul Thomas + + * gfortran.dg/dtio_11.f90: Correct for changed error messages. + * gfortran.dg/dtio_13.f90: New test. + +2016-09-21 Louis Krupp + + PR fortran/66107 + * gfortran.dg/pr66107.f90: New test. + +2016-09-21 Ian Lance Taylor + + * go.go-torture/execute/map-1.go: Replace old map deletion syntax + with call to builtin delete function. + +2016-09-21 Joseph Myers + + * gcc.dg/torture/float128-tg-3.c, gcc.dg/torture/float128x-tg-3.c, + gcc.dg/torture/float16-tg-3.c, gcc.dg/torture/float32-tg-3.c, + gcc.dg/torture/float32x-tg-3.c, gcc.dg/torture/float64-tg-3.c, + gcc.dg/torture/float64x-tg-3.c, gcc.dg/torture/floatn-tg-3.h: New + tests. + +2016-09-21 Uros Bizjak + + * gcc.c-torture/unsorted/dump-noaddr.x: Remove debug statements. + +2016-09-21 Jakub Jelinek + + PR c++/77651 + * g++.dg/cpp1z/aligned-new6.C: New test. + +2016-09-21 Matthew Wahab + + * gcc.target/arm/fp16-aapcs-3.c: New. + * gcc.target/arm/fp16-aapcs-4.c: New. + * gcc.target/arm/aapcs/aapcs/vfp22.c: New. + * gcc.target/arm/aapcs/aapcs/vfp23.c: New. + * gcc.target/arm/aapcs/aapcs/vfp24.c: New. + * gcc.target/arm/aapcs/aapcs/vfp25.c: New. + +2016-09-21 Bernd Edlinger + + PR tree-optimization/77550 + * g++.dg/pr77550.C: New test. + +2016-09-21 Georg-Johann Lay + + PR target/77326 + * gcc.target/avr/torture/pr77326.c: New test. + +2016-09-21 Louis Krupp + + * gfortran.dg/pr68078.f90: Run on x86_64_*_linux* only. + +2016-09-21 Richard Biener + + PR tree-optimization/77648 + * gcc.dg/torture/pr77648-1.c: New testcase. + * gcc.dg/torture/pr77648-2.c: Likewise. + +2016-09-21 Richard Biener + Jakub Jelinek + + PR tree-optimization/77621 + * gcc.dg/pr77621.c: New testcase. + +2016-09-21 Paul Thomas + + PR fortran/77657 + * gfortran.dg/dtio_12.f90: New test. + +2016-09-21 Senthil Kumar Selvaraj + + * gcc.dg/tree-ssa/pr64130.c: Use __UINT32_TYPE__ instead of int. + +2016-09-21 Kugan Vivekanandarajah + + PR tree-optimization/72835 + * gcc.dg/tree-ssa/pr72835.c: New test. + +2016-09-20 Martin Sebor + + PR middle-end/49905 + * gcc.dg/builtin-stringop-chk-1.c: Adjust. + * gcc.dg/tree-ssa/builtin-sprintf-warn-1.c: New test. + * gcc.dg/tree-ssa/builtin-sprintf-warn-2.c: New test. + * gcc.dg/tree-ssa/builtin-sprintf-warn-3.c: New test. + * gcc.dg/tree-ssa/builtin-sprintf-warn-4.c: New test. + * gcc.dg/tree-ssa/builtin-sprintf.c: New test. + * gcc.dg/tree-ssa/builtin-sprintf-2.c: New test. + +2016-09-21 Kugan Vivekanandarajah + + * gcc.dg/guality/pr54519-1.c: Add -fno-ipa-vrp. Else constant + arguments/compare will be optimized away. + * gcc.dg/torture/ftrapv-1.c: Likewise. + +2016-09-21 Kugan Vivekanandarajah + + * g++.dg/ipa/pure-const-3.C: Add -fno-ipa-vrp. Else constant arguments + will be optimized away. + * gcc.dg/ipa/vrp1.c: New test. + * gcc.dg/ipa/vrp2.c: New test. + * gcc.dg/ipa/vrp3.c: New test. + +2016-09-21 Kugan Vivekanandarajah + + * g++.dg/tree-ssa/pr31146-2.C: Run with -fno-tree-evrp as evrp also + does the same transformation. + * g++.dg/warn/pr33738.C: XFAIL as optimization now happens in ccp. + * gcc.dg/tree-ssa/evrp1.c: New test. + * gcc.dg/tree-ssa/evrp2.c: New test. + * gcc.dg/tree-ssa/evrp3.c: New test. + * gcc.dg/tree-ssa/pr20657.c: Check for the pattern in evrp dump. + * gcc.dg/tree-ssa/pr22117.c: Likewise. + * gcc.dg/tree-ssa/pr61839_2.c: Likewise. + * gcc.dg/tree-ssa/pr64130.c: Likewise. + * gcc.dg/tree-ssa/pr37508.c: Change the pattern to be checked as + foling now happens early. + * gcc.dg/tree-ssa/vrp04.c: Likewise. + * gcc.dg/tree-ssa/vrp06.c: Likewise. + * gcc.dg/tree-ssa/vrp16.c: Likewise. + * gcc.dg/tree-ssa/vrp25.c: Likewise. + * gcc.dg/tree-ssa/vrp67.c: Likewise. + +2016-09-20 Uros Bizjak + + PR target/77621 + * gcc.target/i386/pr77621.c: New test. + * gcc.target/i386/vect-double-2.c: Update scan-tree-dump-times + pattern, loop should vectorize with -mtune=atom. + +2016-09-20 Maxim Ostapenko + Jakub Jelinek + + PR testsuite/63299 + * g++.old-deja/g++.jason/init3.C (My_string::~My_string): Use delete[] + instead of delete. + +2016-09-20 Jakub Jelinek + + PR c++/77626 + * g++.dg/other/pr77626.C: New test. + + PR c++/77638 + * g++.dg/cpp0x/udlit-tmpl-arg-neg2.C: New test. + + PR c++/77637 + * g++.dg/cpp0x/gen-attrs-62.C: New test. + + PR middle-end/77624 + * c-c++-common/pr77624-1.c: New test. + * c-c++-common/pr77624-2.c: New test. + +2016-09-20 Andre Vehreschild + + * gfortran.dg/coarray_allocate_7.f08: Using + instead of fixed number + of digits expected. + +2016-09-20 Richard Biener + + PR tree-optimization/77646 + * gcc.dg/torture/pr77646.c: New testcase. + +2016-09-19 Bernd Edlinger + + PR c++/77434 + * c-c++-common/Wint-in-bool-context.c: New test. + +2016-09-19 Joseph Myers + + * gcc.dg/cr-decimal-dig-1.c: New test. + +2016-09-19 Joseph Myers + + * gcc.dg/float128-align.c, gcc.dg/float128x-align.c, + gcc.dg/float16-align.c, gcc.dg/float32-align.c, + gcc.dg/float32x-align.c, gcc.dg/float64-align.c, + gcc.dg/float64x-align.c, gcc.dg/floatn-align.h: New tests. + +2016-09-19 Vladimir Makarov + + PR rtl-optimization/77416 + * gcc.target/powerpc/pr77416.c: New. + +2016-09-19 Patrick Palka + + PR c++/77639 + * g++.dg/template/error-recovery4.C: New test. + +2016-09-19 Bin Cheng + + * gcc.dg/vect/pr57558-1.c: Use unsigned int instead of unsigned long. + +2016-09-19 Kyrylo Tkachov + + * gcc.target/aarch64/gtu_to_ltu_cmp_1.c: New test. + * gcc.target/aarch64/gtu_to_ltu_cmp_2.c: New test. + +2016-09-19 Jakub Jelinek + Jan Hubicka + + PR target/77587 + * gcc.dg/pr77587.c: New test. + * gcc.dg/pr77587a.c: New file. + +2016-09-19 Andre Vehreschild + + * gfortran.dg/coarray/alloc_comp_4.f90: New test. + * gfortran.dg/coarray_38.f90: + * gfortran.dg/coarray_alloc_comp_1.f08: New test. + * gfortran.dg/coarray_alloc_comp_2.f08: New test. + * gfortran.dg/coarray_allocate_7.f08: New test. + * gfortran.dg/coarray_allocate_8.f08: New test. + * gfortran.dg/coarray_allocate_9.f08: New test. + * gfortran.dg/coarray_lib_alloc_1.f90: Adapted scan-tree-dumps to expect + new caf_register. + * gfortran.dg/coarray_lib_alloc_2.f90: Same. + * gfortran.dg/coarray_lib_alloc_3.f90: Same. + * gfortran.dg/coarray_lib_comm_1.f90: Adapted scan-tree-dumps to expect + get_by_refs. + * gfortran.dg/coarray_lib_token_3.f90: Same as for coarray_lib_alloc2. + * gfortran.dg/coarray_lock_7.f90: Same. + * gfortran.dg/coarray_poly_5.f90: Same. + * gfortran.dg/coarray_poly_6.f90: Same. + * gfortran.dg/coarray_poly_7.f90: Same. + * gfortran.dg/coarray_poly_8.f90: Same. + * gfortran.dg/coindexed_1.f90: Changed errors expected. + +2016-09-19 Fritz Reese + + PR fortran/77584 + * gfortran.dg/dec_structure_15.f90: New testcase. + +2016-09-19 Richard Biener + + PR middle-end/77605 + * gcc.dg/torture/pr77605.c: New testcase. + +2016-09-18 Louis Krupp + + * gfortran.dg/pr68078.f90: XFAIL run on Darwin + +2016-09-17 Jan Hubicka + + * g++.dg/predict-loop-exit-1.C: Disable early jump threading. + * g++.dg/predict-loop-exit-2.C: Disable early jump threading. + * g++.dg/predict-loop-exit-3.C: Disable early jump threading. + * gcc.dg/tree-ssa/pr69196-1.c: Disable early jump threading. + * gcc.dg/tree-ssa/vrp01.c: Disable early jump threading. + * gcc.dg/tree-ssa/ssa-dom-thread-2b.c: Disable early jump threading. + * gcc.dg/tree-ssa/pr68198.c: Scan ethread dump. + * gcc.dg/tree-ssa/ssa-thread-13.c: Scan ethread dump. + * gcc.dg/tree-ssa/vrp56.c: Scan ethread dump. + * gcc.dg/tree-ssa/vrp92.c: Scan ethread dump. + * gcc.dg/uninit-15.c: Swap xfailed and non-xfailed alternative. + +2016-09-18 Kirill Yukhin + + * gcc.target/i386/pr68633.c: Fix expected result. + +2016-09-17 Louis Krupp + + PR fortran/68078 + * gfortran.dg/pr68078.f90: New test. + * gfortran.dg/set_vm_limit.c: New, called by pr68078. + +2016-09-16 Bill Schmidt + + PR target/77613 + * gcc.target/powerpc/swaps-p8-25.c: New. + +2016-09-16 Jakub Jelinek + + PR c++/77482 + * g++.dg/cpp0x/constexpr-77482.C: New test. + + PR c++/77379 + * g++.dg/abi/abi-tag23.C: Adjust scan-assembler regex for differing + thunk offsets. + * g++.dg/abi/abi-tag23a.C: Likewise. + + PR c++/77338 + * g++.dg/cpp0x/decltype-77338.C: New test. + + PR c++/77375 + * g++.dg/cpp0x/mutable1.C: New test. + +2016-09-16 Steven G. Kargl + + PR fortran/77612 + * gfortran.dg/pr77612.f90: New test. + +2016-09-16 Senthil Kumar Selvaraj + + * gcc.dg/torture/pr70421.c: Require int32plus. + +2016-09-16 Jakub Jelinek + + PR middle-end/77475 + * gcc.target/i386/pr65990.c: Adjust dg-error regexp. + + PR target/77526 + * gcc.target/i386/pr77526.c: New test. + +2016-09-16 Jakub Jelinek + Eric Botcazou + + PR middle-end/77594 + * gcc.target/i386/pr77594.c: New test. + +2016-09-15 Louis Krupp + + PR fortran/69963 + * gfortran.dg/misplaced_implicit_character.f90: New test. + +2016-09-15 Bin Cheng + + PR tree-optimization/77503 + * gcc.dg/vect/pr77503.c: New test. + +2016-09-15 Richard Biener + + PR middle-end/77544 + * c-c++-common/torture/pr77544.c: New testcase. + +2016-09-15 Jakub Jelinek + + PR middle-end/77475 + * gcc.target/i386/pr65990.c: Adjust expected diagnostics. + * gcc.dg/march-generic.c: Likewise. + * gcc.target/i386/spellcheck-options-1.c: New test. + * gcc.target/i386/spellcheck-options-2.c: New test. + * gcc.target/i386/spellcheck-options-3.c: New test. + * gcc.target/i386/spellcheck-options-4.c: New test. + +2016-09-15 Chung-Lin Tang + + PR fortran/72743 + * gfortran.dg/goacc/pr72743.f90: New test. + +2016-09-15 Richard Biener + + * gcc.dg/fold-reassoc-2.c: Fix dump scan. + +2016-09-15 Richard Biener + + PR tree-optimization/77514 + * gcc.dg/torture/pr77514.c: New testcase. + +2016-09-14 Jakub Jelinek + + PR c++/77549 + * g++.dg/lookup/pr77549.C: New test. + +2016-09-14 Marek Polacek + + * c-c++-common/gomp/atomic-12.c: Use -Wno-deprecated. + * c-c++-common/gomp/atomic-13.c: Likewise. + * c-c++-common/gomp/atomic-14.c: Likewise. + * g++.dg/cpp1y/lambda-init11.C: Remove invalid code. + * g++.dg/cpp1z/bool-increment1.C: New test. + * c-c++-common/pr60439.c: Add dg-warning. + * g++.dg/expr/bitfield4.C: Likewise. + * g++.dg/expr/bitfield5.C: Likewise. + * g++.dg/expr/bitfield6.C: Likewise. + * g++.dg/expr/bool1.C: Likewise. + * g++.dg/expr/bool3.C: Likewise. + * g++.dg/expr/lval3.C: Likewise. + * g++.dg/expr/lval4.C: Likewise. + * g++.old-deja/g++.jason/bool5.C: Likewise. + * g++.dg/expr/bitfield3.C: Adjust dg-error. + * g++.dg/other/error18.C: Likewise. + * g++.dg/gomp/atomic-14.C: Likewise. + +2016-09-14 Nathan Sidwell + + PR c++/77539 + * g++.dg/cpp1y/pr77539.C: New. + +2016-09-14 Christophe Lyon + + * g++.dg/cpp0x/lambda/lambda-mangle.C: Move dg-do directive before + dg-require. + * g++.dg/ext/builtin_alloca.C: Likewise. + * g++.dg/template/spec35.C: Likewise. + * gcc.dg/builtins-68.c: Likewise. + * gcc.misc-tests/gcov-13.c: Likewise. + * gcc.misc-tests/gcov-14.c: Likewise. + +2016-09-13 Jim MacArthur + + * gfortran.dg/dec_structure_14.f90: New testcase. + +2016-09-14 Jakub Jelinek + + PR sanitizer/68260 + * c-c++-common/tsan/pr68260.c: New test. + +2016-09-13 Joe Seymour + + PR target/70713 + * gcc.target/msp430/function-attributes-1.c: New test. + * gcc.target/msp430/function-attributes-2.c: New test. + * gcc.target/msp430/function-attributes-3.c: New test. + +2015-04-18 Martin Sebor + + * gfortran.dg/pr32627.f03 (strptr): Change size to match the number + of non-nul characters. + * gfortran.dg/substr_6.f90: Make the NUL character visible on stdout + +2016-09-13 Jakub Jelinek + + * g++.dg/cpp0x/gen-attrs-61.C: New test. + * g++.dg/cpp1z/gen-attrs1.C: New test. + + PR tree-optimization/77454 + * gcc.dg/pr77454.c: New test. + + PR c++/77553 + * g++.dg/cpp1y/constexpr-77553.C: New test. + +2016-09-13 David Malcolm + + * gcc.dg/plugin/diagnostic_plugin_test_show_locus.c + (test_show_locus): Replace rich_location::add_fixit_insert calls + with add_fixit_insert_before and add_fixit_insert_after. + +2016-09-13 Jason Merrill + Tom de Vries + + PR c++/77427 + * g++.dg/pr77427.C: New test. + +2016-09-13 Martin Liska + + * g++.dg/gcov/gcov-threads-1.C: Use profile_update_atomic + effective target. + * gcc.dg/tree-prof/val-profiler-threads-1.c: Likewise. + * lib/target-supports.exp: Define the new target. + +2016-09-12 Andrew Pinski + + * gcc.target/aarch64/thunderxloadpair.c: New testcase. + * gcc.target/aarch64/thunderxnoloadpair.c: New testcase. + +2016-09-12 Uros Bizjak + + * gcc.dg/compat/scalar-by-value-4_x.c: Also test passing of + variable arguments. + * gcc.dg/compat/scalar-by-value-4_y.c (testva##NAME): New. + * gcc.dg/compat/scalar-by-value-4_main.c: Update description comment. + * gcc.dg/compat/scalar-return-4_x.c: Also test returning of + variable argument. + * gcc.dg/compat/scalar-return-4_y.c (testva##NAME): New. + * gcc.dg/compat/scalar-return-4_main.c: Update description comment. + +2016-09-12 Bernd Edlinger + + PR c++/77496 + * c-c++-common/warn-ommitted-condop.c: Add more test cases. + * g++.dg/ext/pr77496.C: New test. + * g++.dg/warn/pr77496.C: New test. + +2016-09-12 David Malcolm + + PR c/72858 + * gcc.dg/format/diagnostic-ranges.c: Update expected suggestions + to preserve conversion chars, and to preserve prefix information. + * gcc.dg/format/pr72858.c: New test case. + +2016-09-11 Steven G. Kargl + + * gfortran.dg/pr77507.f90: Move to ... + * gfortran.dg/ieee/pr77507.f90: here. + +2016-08-09 Jan Hubicka + + PR ipa/61159 + * compile/pr61159.c: New testcase + +2016-08-09 Jan Hubicka + + PR ipa/64316 + * gcc.dg/ipa/pr63416.c: New testcase. + +2016-09-10 Paul Thomas + Steven G. Kargl + + PR fortran/77532 + * gfortran.dg/dtio_11.f90: new test. + +2016-09-10 Steven G. Kargl + + PR fortran/77507 + * gfortran.dg/c_assoc_2.f03: Update error message for revision 240050 + * gfortran.dg/c_assoc_4.f90: Ditto. + +2016-09-10 Tom de Vries + + PR C/71602 + * c-c++-common/va-arg-va-list-type.c: New test. + +2016-09-09 Peter Bergner + + PR rtl-optimization/77289 + * gcc.target/powerpc/pr77289.c: New test. + +2016-09-09 Martin Sebor + + PR c/77520 + PR c/77521 + * gcc.dg/pr77520.c: New test. + * gcc.dg/pr77521.c: New test. + +2016-09-09 Steven G. Kargl + + PR fortran/77506 + * gfortran.dg/pr77506.f90: New test. + +2016-09-09 Steven G. Kargl + + PR fortran/77507 + * gfortran.dg/pr77507.f90: New test. + +2016-09-09 Joseph Myers + + * gcc.dg/limits-width-1.c, gcc.dg/stdint-width-1.c: New tests. + +2016-09-08 Steven G. Kargl + Louis Krupp + + PR fortran/69514 + * gfortran.dg/pr69514_1.f90: New test. + * gfortran.dg/pr69514_2.f90: New test. + +2016-09-08 Jakub Jelinek + + PR fortran/77500 + * gfortran.dg/gomp/pr77500.f90: New test. + + PR fortran/77516 + * gfortran.dg/gomp/pr77516.f90: New test. + +2016-09-07 Jakub Jelinek + + PR middle-end/77475 + * gcc.target/aarch64/arch-diagnostics-1.c: Expect error on line 0. + * gcc.target/aarch64/arch-diagnostics-2.c: Likewise. + * gcc.target/aarch64/cpu-diagnostics-1.c: Likewise. + * gcc.target/aarch64/cpu-diagnostics-2.c: Likewise. + * gcc.target/aarch64/cpu-diagnostics-3.c: Likewise. + * gcc.target/aarch64/cpu-diagnostics-4.c: Likewise. + +2016-09-07 David Malcolm + + * gcc.dg/plugin/diagnostic_plugin_test_string_literals.c: Include + "substring-locations.h". + +2016-09-07 Richard Biener + + PR c/77450 + * c-c++-common/vector-subscript-8.c: Move .. + * gcc.dg/pr77450.c: ... here. + +2016-09-06 Jerry DeLisle + + PR libgfortran/77393 + * gfortran.dg/fmt_f0_2.f90: Update test. + * gfortran.dg/fmt_f0_3.f90: New test. + +2016-09-07 Dominique d'Humieres + + PR debug/77389 + * g++.dg/debug/dwarf2/template-params-12g.C: Pass -gno-strict-dwarf + in dg-options. + + PR debug/57519 + * g++.dg/debug/dwarf2/imported-decl-2.C: Likewise. + +2016-09-06 Jakub Jelinek + + PR target/69255 + * gcc.target/i386/pr69255-1.c: New test. + * gcc.target/i386/pr69255-2.c: New test. + * gcc.target/i386/pr69255-3.c: New test. + +2016-09-06 Martin Sebor + + PR c/77336 + * gcc.dg/format/miss-7.c: New test. + +2016-09-06 Uros Bizjak + + * gfortran.dg/c_by_val_1.f: Correct the call to c_to_c and c_to_c8. + +2016-09-06 Martin Liska + + PR gcov-profile/77378 + PR gcov-profile/77466 + * gcc.dg/profile-update-warning.c: New test. + +2016-09-06 Richard Biener + + PR tree-optimization/77479 + * gcc.dg/torture/pr77479.c: New testcase. + +2016-09-06 Richard Biener + + PR c/77450 + * c-c++-common/vector-subscript-7.c: Adjust. + * c-c++-common/vector-subscript-8.c: New testcase. + +2016-09-06 Senthil Kumar Selvaraj + + * gcc.dg/Wno-frame-address.c: Skip for avr-*-*. + +2016-09-05 Jakub Jelinek + + PR target/77476 + * gcc.target/i386/avx512f-pr77476.c: New test. + * gcc.target/i386/avx512bw-pr77476.c: New test. + * gcc.target/i386/avx512dq-pr77476.c: New test. + + * lib/target-supports.exp (check_effective_target_vect_simd_clones): + Update comment to mention also avx512f. + + PR sanitizer/77396 + * g++.dg/asan/pr77396-2.C: New test. + +2016-09-05 Uros Bizjak + + PR rtl-optimization/77452 + * gcc.target/i386/pr77452.c: New test. + +2016-09-05 Marek Polacek + + PR c/77423 + * c-c++-common/Wlogical-not-parentheses-3.c: New test. + +2016-09-04 Steven G. Kargl + + PR fortran/77391 + * gfortran.dg/pr77391.f90: New test. + +2016-09-04 Steven G. Kargl + + PR fortran/77460 + * gfortran.dg/pr77460.f90: New test. + +2016-09-03 Jakub Jelinek + + PR c/65467 + * gcc.dg/gomp/_Atomic-4.c: Require vect_simd_clones effective target. + +2016-09-02 Kirill Yukhin + + * gcc.target/i386/avx512f-klogic-2.c: Fix operand calculation order. + +2016-09-02 David Malcolm + + * gcc.dg/plugin/diagnostic-test-show-locus-generate-patch.c: New + test case. + * gcc.dg/plugin/plugin.exp (plugin_test_list): Add + diagnostic-test-show-locus-generate-patch.c to the sources + for diagnostic_plugin_test_show_locus.c. + +2016-09-02 Jakub Jelinek + + PR c/65467 + * gcc.dg/gomp/_Atomic-1.c: New test. + * gcc.dg/gomp/_Atomic-2.c: New test. + * gcc.dg/gomp/_Atomic-3.c: New test. + * gcc.dg/gomp/_Atomic-4.c: New test. + * gcc.dg/gomp/_Atomic-5.c: New test. + + PR sanitizer/77396 + * g++.dg/asan/pr77396.C: New test. + +2016-09-01 Martin Sebor + + PR tree-optimization/71831 + * gcc.dg/builtin-object-size-16.c: New test. + * gcc.dg/builtin-object-size-17.c: New test. + +2016-09-01 Jerry DeLisle + + PR libgfortran/77393 + * gfortran.dg/fmt_f0_2.f90: Update tests for available kinds. + +2016-09-01 Uros Bizjak + + * gcc.dg/torture/float128-builtin.c, gcc.dg/torture/float128-floath.c, + gcc.dg/torture/float128-ieee-nan.c, gcc.dg/torture/float128-tg-2.c, + gcc.dg/torture/float128-tg.c, gcc.dg/torture/float128x-builtin.c, + gcc.dg/torture/float128x-floath.c, gcc.dg/torture/float128x-nan.c, + gcc.dg/torture/float128x-tg-2.c, gcc.dg/torture/float128x-tg.c, + gcc.dg/torture/float16-builtin.c, gcc.dg/torture/float16-floath.c, + gcc.dg/torture/float16-nan.c, gcc.dg/torture/float16-tg-2.c, + gcc.dg/torture/float16-tg.c, gcc.dg/torture/float32-builtin.c, + gcc.dg/torture/float32-floath.c, gcc.dg/torture/float32-nan.c, + gcc.dg/torture/float32-tg-2.c, gcc.dg/torture/float32-tg.c, + gcc.dg/torture/float32x-builtin.c, gcc.dg/torture/float32x-floath.c, + gcc.dg/torture/float32x-nan.c, gcc.dg/torture/float32x-tg-2.c, + gcc.dg/torture/float32x-tg.c, gcc.dg/torture/float64-builtin.c, + gcc.dg/torture/float64-floath.c, gcc.dg/torture/float64-nan.c, + gcc.dg/torture/float64-tg-2.c, gcc.dg/torture/float64-tg.c, + gcc.dg/torture/float64x-builtin.c, gcc.dg/torture/float64x-floath.c, + gcc.dg/torture/float64x-nan.c, gcc.dg/torture/float64x-tg-2.c, + gcc.dg/torture/float64x-tg.c: Use dg-add-options ieee. + +2016-09-01 Eric Botcazou + + * gnat.dg/opt58.adb: New test. + * gnat.dg/opt58_pkg.ads: New helper. + +2016-09-01 Richard Biener + + PR middle-end/77436 + * gcc.dg/torture/pr77436.c: New testcase. + +2016-09-01 Senthil Kumar Selvaraj + + * gcc.dg/pr64252.c: Require int32plus. + * gcc.dg/pr66299-1.c: Likewise. + * gcc.dg/pr66299-2.c: Likewise. + * gcc.dg/torture/20131115-1.c: Skip for avr. + +2016-09-01 Kyrylo Tkachov + + * gcc.target/aarch64/ands_3.c: New test. + +2016-08-31 Jakub Jelinek + + PR fortran/77352 + * gfortran.dg/gomp/pr77352.f90: New test. + + PR fortran/77374 + * gfortran.dg/gomp/pr77374.f08: New test. + +2016-08-31 Marc Glisse + + PR tree-optimization/73714 + * gcc.dg/tree-ssa/pr73714.c: New test. + +2016-08-31 Jerry DeLisle + + PR libgfortran/77393 + * gfortran.dg/fmt_f0_2.f90: New test. + +2016-08-31 Marc Glisse + + * gcc.target/i386/pr59539-2.c: Adapt options. + * gcc.target/i386/avx512f-vmovdqu32-1.c: Relax expected asm. + +2016-08-31 Paul Thomas + + PR fortran/77418 + * gfortran.dg/dtio_5.f90: Remove the non-standard deallocation + of the associate entity and replace with a pointer to the + intended item on the stack. + +2016-08-31 Jerry DeLisle + Paul Thomas + + PR fortran/48298 + * gfortran.dg/dtio_1.f90: New test. + * gfortran.dg/dtio_2.f90: New test. + * gfortran.dg/dtio_3.f90: New test. + * gfortran.dg/dtio_4.f90: New test. + * gfortran.dg/dtio_5.f90: New test. + * gfortran.dg/dtio_6.f90: New test. + * gfortran.dg/dtio_7.f90: New test. + * gfortran.dg/dtio_8.f90: New test. + * gfortran.dg/dtio_9.f90: New test. + * gfortran.dg/dtio_10.f90: New test. + +2016-08-30 David Malcolm + + * gcc.dg/plugin/diagnostic-test-show-locus-bw.c + (test_many_nested_locations): New function. + * gcc.dg/plugin/diagnostic_plugin_test_show_locus.c + (test_show_locus): Handle "test_many_nested_locations". + +2016-08-30 David Malcolm + + * g++.dg/template/double-greater-than-fixit.C: New test case. + +2016-08-30 Eric Botcazou + + * gnat.dg/opt57.ad[sb]: New test. + * gnat.dg/opt57_pkg.ads: New helper. + +2016-08-30 Richard Biener + + PR tree-optimization/69047 + * gcc.dg/pr69047.c: Fix byte-order check. + +2016-08-30 Jakub Jelinek + + PR tree-optimization/72866 + * gcc.dg/vect/pr72866.c: New test. + + PR debug/77363 + * g++.dg/debug/dwarf2/pr77363.C: New test. + + PR middle-end/77377 + * gcc.target/i386/pr77377.c: New test. + + PR debug/77389 + * g++.dg/debug/dwarf2/template-params-12f.C: Pass -gno-strict-dwarf + in dg-options. + +2016-08-29 Steven G. Kargl + + * gfortran.dg/pr77372.f90: Moved to ... + * gfortran.dg/ieee/pr77372.f90: here. + +2016-08-29 Michael Meissner + + * gcc.target/powerpc/vec-init-4.c: New runtime tests for various + vector short/char initializations. + * gcc.target/powerpc/vec-init-5.c: Likewise. + * gcc.target/powerpc/vec-init-6.c: New compile time test for + vector initialization optimizations. + * gcc.target/powerpc/vec-init-7.c: Likewise. + * gcc.target/powerpc/vec-init-8.c: New runtime tests for various + vector float/double initializations. + * gcc.target/powerpc/vec-init-9.c: Likewise. + +2016-08-29 Uros Bizjak + + PR target/77403 + * gcc.target/i386/pr77403.c: New test. + +2016-08-29 Marek Polacek + + PR c/77292 + * c-c++-common/Wlogical-not-parentheses-1.c: New test. + +2016-08-29 Tom de Vries + + PR c/77398 + * g++.dg/ext/va-arg1.C: Add error check for illegal first argument. + +2016-08-29 Eric Botcazou + + * gcc.dg/ipa/iinline-attr.c: XFAIL on Visium. + +2016-08-29 Fritz Reese + + * gfortran.dg/dec_structure_13.f90: New testcase. + +2016-08-29 Janne Blomqvist + + PR fortran/77261 + * gfortran.dg/random_3.f90: Run testcase only when real(10) is + available. + +2016-08-28 Tom de Vries + + PR lto/70955 + * gcc.dg/pr70955.c: New test. + * gcc.dg/lto/pr70955_0.c: Same. + * gcc.dg/lto/pr70955_1.c: Same. + +2016-08-27 Patrick Palka + + PR tree-optimization/71077 + * gcc.target/i386/pr71077.c: New test. + +2016-08-27 Steven G. Kargl + + PR fortran/77380 + * gfortran.dg/pr77380.f90: New test. + +2016-08-27 Steven G. Kargl + + PR fortran/77372 + gfortran.dg/pr77372.f90: New test. + +2016-08-26 David Malcolm + + * gcc.dg/spellcheck-fields-2.c (test): Move + dg-begin/end-multiline-output within function body. + (test_macro): New function. + +2016-08-26 David Malcolm + + * gcc.dg/plugin/diagnostic-test-show-locus-color.c + (test_fixit_insert): Update expected output. + (test_fixit_remove): Likewise. + (test_fixit_replace): Likewise. + +2016-08-26 Rainer Orth + + * gcc.dg/ipa/propbits-2.c: Add -fdump-tree-optimized to dg-options. + Fix typo. + +2016-08-26 Richard Biener + + PR tree-optimization/69047 + * gcc.dg/pr69047.c: New testcase. + +2016-08-26 Prathamesh Kulkarni + Martin Jambhor + + * gcc.dg/ipa/propbits-1.c: New test-case. + * gcc.dg/ipa/propbits-2.c: Likewise. + * gcc.dg/ipa/propbits-3.c: Likewise. + +2016-08-25 Steven g. Kargl + + PR fortran/77351 + * gfortran.dg/pr77351.f90: New test. + +2016-08-25 Marek Polacek + + * c-c++-common/Wlogical-not-parentheses-2.c: New test. + +2016-08-25 Marek Polacek + + PR c/77323 + * gcc.dg/pr77323.c: New test. + +2016-08-24 Paul Thomas + + PR fortran/77358 + * gfortran.dg/submodule_17.f08: New test. + +2016-08-24 Michael Collison + Michael Collison + + * gcc.target/arm/builtin_saddl.c: New testcase. + * gcc.target/arm/builtin_saddll.c: New testcase. + * gcc.target/arm/builtin_uaddl.c: New testcase. + * gcc.target/arm/builtin_uaddll.c: New testcase. + * gcc.target/arm/builtin_ssubl.c: New testcase. + * gcc.target/arm/builtin_ssubll.c: New testcase. + * gcc.target/arm/builtin_usubl.c: New testcase. + * gcc.target/arm/builtin_usubll.c: New testcase. + +2016-08-24 Uros Bizjak + + PR target/77270 + * gcc.dg/tree-ssa/loop-28.c: Also compile on 32bit x86 targets. + (dg-options): Use -march=amdfam10 instead of -march=athlon. + * gcc.dg/tree-ssa/update-unroll-1.c: Ditto. + * gcc.dg/tree-ssa/prefetch-3.c: Ditto. + * gcc.dg/tree-ssa/prefetch-4.c: Ditto. + * gcc.dg/tree-ssa/prefetch-5.c: Ditto. + * gcc.dg/tree-ssa/prefetch-6.c: Ditto. Do not require sse2 + effective target. Remove scan-assembler-times directives. + * gcc.dg/tree-ssa/prefetch-7.c: Ditto. + * gcc.dg/tree-ssa/prefetch-8.c: Ditto. + * gcc.dg/tree-ssa/prefetch-9.c: Ditto. + +2016-08-24 Senthil Kumar Selvaraj + + * gcc.c-torture/execute/pr71083.c: Use UINT32_TYPE instead + of unsigned int. + * gcc.dg/zero_sign_ext_test.c: Require int32plus. + +2016-08-24 Robert Suchanek + + PR testsuite/77317 + * lib/target-supports.exp + (check_effective_target_vect_aligned_arrays): Don't cache the result. + (check_effective_target_vect_natural_alignment): Ditto. + (check_effective_target_vector_alignment_reachable): Ditto. + (check_effective_target_vector_alignment_reachable_for_64bit): Ditto. + +2016-08-23 Ian Lance Taylor + + * gcc.target/s390/nolrl-1.c: Don't match the file name. + +2016-08-23 Michael Meissner + + * gcc.target/powerpc/vec-init-1.c: Add tests where the vector is + being created from pointers to memory locations. + * gcc.target/powerpc/vec-init-2.c: Likewise. + +2016-08-23 Fritz Reese + + * gfortran.dg/dec_structure_12.f90: New testcase. + +2016-08-23 Dominik Vogt + + * gcc.target/s390/insv-1.c: Fix test when running with -m31. + +2016-08-23 Dominik Vogt + + * gcc.target/s390/zvector/vec-genmask-1.c: Improve result + verification. + +2016-08-23 Dominik Vogt + + * gcc.target/s390/md/andc-splitter-1.c: New test case. + * gcc.target/s390/md/andc-splitter-2.c: Likewise. + +2016-08-23 Richard Biener + + PR tree-optimization/27336 + * c-c++-common/pr27336.c: New testcase. + +2016-08-22 Marek Polacek + + PR c++/77321 + * g++.dg/cpp1y/pr77321.C: New test. + +2016-08-22 Steven G. Kargl + + PR fortran/60774 + * gfortran.dg/empty_label.f: Adjust test for new error message. + * gfortran.dg/empty_label.f90: Ditto. + * gfortran.dg/empty_label_typedecl.f90: Ditto. + * gfortran.dg/label_3.f90: Deleted (redundant with empty_label.f90). + * gfortran.dg/warnings_are_errors_1.f90: Remove invalid statement label. + +2016-08-22 Steven G. Kargl + + PR fortran/61318 + * gfortran.dg/pr61318.f90: New test. + +2016-08-22 Steven G. Kargl + + PR fortran/77260 + * gfortran.dg/pr77260_1.f90: New test. + * gfortran.dg/pr77260_2.f90: Ditto. + +2016-08-22 Joseph Myers + + PR middle-end/77269 + * gcc.dg/torture/builtin-isinf_sign-1.c: Use __builtin_signbit not + __builtin_signbitf and __builtin_signbitl in expected generic + expansion. + * gcc.dg/torture/float128-tg-2.c, gcc.dg/torture/float128x-tg-2.c, + gcc.dg/torture/float16-tg-2.c, gcc.dg/torture/float32-tg-2.c, + gcc.dg/torture/float32x-tg-2.c, gcc.dg/torture/float64-tg-2.c, + gcc.dg/torture/float64x-tg-2.c, gcc.dg/torture/floatn-tg-2.h: New + tests. + +2016-08-22 Joseph Myers + + * gcc.dg/torture/float128-builtin.c, + gcc.dg/torture/float128-ieee-nan.c, + gcc.dg/torture/float128x-builtin.c, + gcc.dg/torture/float128x-nan.c, gcc.dg/torture/float16-builtin.c, + gcc.dg/torture/float16-nan.c, gcc.dg/torture/float32-builtin.c, + gcc.dg/torture/float32-nan.c, gcc.dg/torture/float32x-builtin.c, + gcc.dg/torture/float32x-nan.c, gcc.dg/torture/float64-builtin.c, + gcc.dg/torture/float64-nan.c, gcc.dg/torture/float64x-builtin.c, + gcc.dg/torture/float64x-nan.c, gcc.dg/torture/floatn-builtin.h, + gcc.dg/torture/floatn-nan.h: New tests. + +2016-08-22 Joseph Myers + + * gcc.dg/torture/arm-fp16-int-convert-alt.c (FP16_MAX_EXP): New + macro. + (main): Update calls to TEST_I_F. + * gcc.dg/torture/arm-fp16-int-convert-ieee.c (FP16_MAX_EXP): New + macro. + (main): Update calls to TEST_I_F. + +2016-08-22 Joseph Myers + + * gcc.dg/torture/fp-int-convert-float128x-timode.c, + gcc.dg/torture/fp-int-convert-float32x-timode.c, + gcc.dg/torture/fp-int-convert-float64x-timode.c: Correct type + names in calls to TEST_I_F. + +2016-08-22 Bernd Edlinger + + PR c/52952 + * gcc.dg/cpp/pr66415-1.c: Fix sporadic failure. + +2016-08-22 Senthil Kumar Selvaraj + + * gcc.dg/ipa/propalign-1.c: Skip for targets with !natural_alignment_32 + and !natural_alignment_64. + * gcc.dg/ipa/propalign-2.c: Likewise. + * gcc.dg/ipa/propalign-3.c: Likewise. + * gcc.dg/ipa/propalign-4.c: Likewise. + * gcc.dg/ipa/propalign-5.c: Likewise. + * lib/target-supports.exp + (check_effective_target_natural_alignment_32): Add avr-*-*. + +2016-08-20 Kugan Vivekanandarajah + + PR tree-optimization/61839 + * gcc.dg/tree-ssa/pr61839_1.c: New test. + * gcc.dg/tree-ssa/pr61839_2.c: New test. + * gcc.dg/tree-ssa/pr61839_3.c: New test. + * gcc.dg/tree-ssa/pr61839_4.c: New test. + +2016-08-19 Joseph Myers + + PR c/32187 + * lib/target-supports.exp (check_effective_target_float16) + (check_effective_target_float32, check_effective_target_float64) + (check_effective_target_float128, check_effective_target_float32x) + (check_effective_target_float64x) + (check_effective_target_float128x) + (check_effective_target_float16_runtime) + (check_effective_target_float32_runtime) + (check_effective_target_float64_runtime) + (check_effective_target_float128_runtime) + (check_effective_target_float32x_runtime) + (check_effective_target_float64x_runtime) + (check_effective_target_float128x_runtime) + (check_effective_target_floatn_nx_runtime) + (add_options_for_float16, add_options_for_float32) + (add_options_for_float64, add_options_for_float128) + (add_options_for_float32x, add_options_for_float64x) + (add_options_for_float128x): New procedures. + * gcc.dg/dfp/floatn.c, gcc.dg/float128-typeof.c, + gcc.dg/float128x-typeof.c, gcc.dg/float16-typeof.c, + gcc.dg/float32-typeof.c, gcc.dg/float32x-typeof.c, + gcc.dg/float64-typeof.c, gcc.dg/float64x-typeof.c, + gcc.dg/floatn-arithconv.c, gcc.dg/floatn-errs.c, + gcc.dg/floatn-typeof.h, gcc.dg/torture/float128-basic.c, + gcc.dg/torture/float128-complex.c, + gcc.dg/torture/float128-floath.c, gcc.dg/torture/float128-tg.c, + gcc.dg/torture/float128x-basic.c, + gcc.dg/torture/float128x-complex.c, + gcc.dg/torture/float128x-floath.c, gcc.dg/torture/float128x-tg.c, + gcc.dg/torture/float16-basic.c, gcc.dg/torture/float16-complex.c, + gcc.dg/torture/float16-floath.c, gcc.dg/torture/float16-tg.c, + gcc.dg/torture/float32-basic.c, gcc.dg/torture/float32-complex.c, + gcc.dg/torture/float32-floath.c, gcc.dg/torture/float32-tg.c, + gcc.dg/torture/float32x-basic.c, + gcc.dg/torture/float32x-complex.c, + gcc.dg/torture/float32x-floath.c, gcc.dg/torture/float32x-tg.c, + gcc.dg/torture/float64-basic.c, gcc.dg/torture/float64-complex.c, + gcc.dg/torture/float64-floath.c, gcc.dg/torture/float64-tg.c, + gcc.dg/torture/float64x-basic.c, + gcc.dg/torture/float64x-complex.c, + gcc.dg/torture/float64x-floath.c, gcc.dg/torture/float64x-tg.c, + gcc.dg/torture/floatn-basic.h, gcc.dg/torture/floatn-complex.h, + gcc.dg/torture/floatn-convert.c, gcc.dg/torture/floatn-floath.h, + gcc.dg/torture/floatn-tg.h, + gcc.dg/torture/fp-int-convert-float128-ieee-timode.c, + gcc.dg/torture/fp-int-convert-float128-ieee.c, + gcc.dg/torture/fp-int-convert-float128x-timode.c, + gcc.dg/torture/fp-int-convert-float128x.c, + gcc.dg/torture/fp-int-convert-float16-timode.c, + gcc.dg/torture/fp-int-convert-float16.c, + gcc.dg/torture/fp-int-convert-float32-timode.c, + gcc.dg/torture/fp-int-convert-float32.c, + gcc.dg/torture/fp-int-convert-float32x-timode.c, + gcc.dg/torture/fp-int-convert-float32x.c, + gcc.dg/torture/fp-int-convert-float64-timode.c, + gcc.dg/torture/fp-int-convert-float64.c, + gcc.dg/torture/fp-int-convert-float64x-timode.c, + gcc.dg/torture/fp-int-convert-float64x.c: New tests. + * gcc.dg/torture/fp-int-convert.h (TEST_I_F): Add argument for + maximum exponent of floating-point type. Use it in testing + whether 0x8...0 fits in the floating-point type. Always treat -1 + (signed 0xf...f) as fitting in the floating-point type. + (M_OK1): New macro. + * gcc.dg/torture/fp-int-convert-double.c, + gcc.dg/torture/fp-int-convert-float.c, + gcc.dg/torture/fp-int-convert-float128-timode.c, + gcc.dg/torture/fp-int-convert-float128.c, + gcc.dg/torture/fp-int-convert-float80-timode.c, + gcc.dg/torture/fp-int-convert-float80.c, + gcc.dg/torture/fp-int-convert-long-double.c, + gcc.dg/torture/fp-int-convert-timode.c: Update calls to TEST_I_F. + +2016-08-19 Jakub Jelinek + + PR fortran/72744 + * gfortran.dg/gomp/pr72744.f90: New test. + + PR fortran/69281 + * gfortran.dg/gomp/pr69281.f90: New test. + +2016-08-19 Janne Blomqvist + + * gfortran.dg/random_4.f90: Initialize seed before using, handle + the last special seed value. + * gfortran.dg/random_7.f90: Use size for last array member instead + of hardcoded value. + +2016-08-19 Prathamesh Kulkarni + + * gcc.dg/cpp/warn-undef.c: Append "evaluates to 0" to dg-error. + * gcc.dg/cpp/warn-undef-2.c: Likewise. + +2016-08-19 Richard Biener + + PR tree-optimization/77286 + * gcc.dg/torture/pr77286.c: New testcase. + +2016-08-18 David Malcolm + + * gcc.dg/verbose-asm-2.c: New test case. + +2016-08-18 David Malcolm + + * gcc.dg/plugin/diagnostic_plugin_test_show_locus.c + (custom_diagnostic_finalizer): Update for change to + diagnostic_show_locus. + +2016-08-18 David Malcolm + + * gcc.dg/cpp/misspelled-directive-1.c: New testcase. + * gcc.dg/cpp/misspelled-directive-2.c: New testcase. + +2016-08-18 Marek Polacek + + PR c/71514 + * gcc.dg/pr71514.c: New test. + +2015-08-18 H.J. Lu + + PR target/72839 + * gcc.target/i386/pr72839.c: New test. + +2016-08-18 Chung-Lin Tang + + PR middle-end/70895 + * gfortran.dg/goacc/loop-tree-1.f90: Add gimple scan-tree-dump test. + * c-c++-common/goacc/reduction-1.c: Likewise. + * c-c++-common/goacc/reduction-2.c: Likewise. + * c-c++-common/goacc/reduction-3.c: Likewise. + * c-c++-common/goacc/reduction-4.c: Likewise. + +2016-08-18 Alan Modra + + * gcc.c-torture/compile/pr72771.c: New. + +2016-08-17 Jakub Jelinek + + PR fortran/67496 + * gfortran.dg/pr67496.f90: New test. + +2015-08-17 Alan Hayward + + PR tree-optimization/71752 + * gcc.dg/vect/pr71752.c: New. + +2016-08-17 Uros Bizjak + + * gfortran.dg/dec_init_2.f90: Use dg-add-options ieee. + +2016-08-17 Jakub Jelinek + + PR middle-end/77259 + * g++.dg/ipa/devirt-52.C: New test. + +2016-08-17 Chung-Lin Tang + + * c-c++-common/goacc/reduction-6.c: New testcase. + +2016-08-17 Richard Biener + + PR tree-optimization/76490 + * gfortran.fortran-torture/compile/pr76490.f90: New testcase. + * gcc.dg/pr52904.c: XFAIL. + +2016-08-17 Richard Biener + + PR tree-optimization/23855 + * gcc.dg/loop-unswitch-2.c: Adjust. + +2016-08-16 Jakub Jelinek + + PR tree-optimization/72817 + * gcc.dg/tree-ssa/pr72817.c (a): Change type from char to signed char. + +2016-08-16 Joseph Myers + + PR libgcc/77265 + * gcc.dg/torture/float128-extend-inf.c: New test. + +2016-08-16 David Malcolm + + PR c/72857 + * gcc.dg/format/asm_fprintf-1.c: Restore column numbers + for embedded NUL. + * gcc.dg/format/c90-printf-1.c: Restore column numbers. + * gcc.dg/format/diagnostic-ranges.c (test_hex): Update expected + caret placement. + (test_oct): Likewise. + (test_multiple): Likewise. + (test_field_width_specifier): Likewise. + (test_field_width_specifier_2): New function. + (test_field_precision_specifier): New function. + (test_embedded_nul): Update expected caret placement. + (test_non_contiguous_strings): Update line number. + * gcc.dg/plugin/diagnostic-test-string-literals-1.c + (__emit_string_literal_range): Add "caret_idx" param. + (test_simple_string_literal): Add value for new param, updating + expected output.. + (test_concatenated_string_literal): Likewise. + (test_multiline_string_literal): Likewise. + (test_hex): Likewise. + (test_oct): Likewise. + (test_multiple): Likewise. + (test_ucn4): Likewise. + (test_ucn8): Likewise. + (test_u8): Likewise. + (test_u): Likewise; update expected message, from "range" to + "location". + (test_U): Likewise. + (test_L): Likewise. + (test_macro): Add value for new param. + * gcc.dg/plugin/diagnostic-test-string-literals-2.c + (__emit_string_literal_range): Add "caret_idx" param. + (test_stringified_token_1): Add value for new param. Update + expected message, from "range" to "location". + (test_stringized_token_2): Likewise, adding param to macro. + (test_stringified_token_3): Likewise. + * gcc.dg/plugin/diagnostic_plugin_test_string_literals.c + (emit_warning): Convert param from source_range to location_t. + (test_string_literals): Add caret_idx param, and use it when + constructing a substring_loc. Update error message, from + "range" to "location". + +2016-08-16 Jakub Jelinek + + PR target/71910 + * g++.dg/gomp/pr71910.C: New test. + + PR middle-end/67485 + * gcc.c-torture/compile/pr67485.c: New test. + + PR target/72867 + * gcc.target/i386/pr72867.c: Add -msse to dg-options. + +2016-08-16 Bin Cheng + + PR tree-optimization/69848 + * gcc.target/aarch64/simd/vcond-ne-bit.c: New test. + +2016-08-16 Martin Liska + + * gcc.dg/tree-prof/val-prof-7.c (int main): Change size + of memory operations so that it can be handled by core2 + in 32-bit mode. + +2016-08-16 Richard Biener + + PR tree-optimization/76783 + * gcc.dg/pr76783.c: New testcase. + * gcc.dg/tree-ssa/pr69270-2.c: Adjust. + +2016-08-16 Bin Cheng + + PR tree-optimization/72817 + PR tree-optimization/73450 + * gcc.dg/tree-ssa/pr72817.c: New test. + * gcc.dg/tree-ssa/pr73450.c: New test. + +2016-08-15 Fritz Reese + + * gfortran.dg/init_flag_13.f90: New testcase. + * gfortran.dg/init_flag_14.f90: Ditto. + * gfortran.dg/init_flag_15.f03: Ditto. + * gfortran.dg/dec_init_1.f90: Ditto. + * gfortran.dg/dec_init_2.f90: Ditto. + +2016-08-15 Uros Bizjak + + PR target/72867 + * gcc.target/i386/pr72867.c: New test. + +2016-08-16 Eric Botcazou + + * c-c++-common/dump-ada-spec-5.c: New test. + +2016-08-15 Richard Biener + + PR tree-optimization/73434 + * gcc.dg/torture/pr73434.c: New testcase. + +2016-08-15 Jakub Jelinek + + PR tree-optimization/72824 + * gcc.c-torture/execute/ieee/pr72824-2.c: New test. + +2016-08-14 Chung-Lin Tang + + PR fortran/70598 + * gfortran.dg/goacc/host_data-tree.f95: Adjust to use pointers + in use_device clause. + * gfortran.dg/goacc/uninit-use-device-clause.f95: Likewise. + * gfortran.dg/goacc/list.f95: Adjust to catch + "neither a POINTER nor an array" error messages. + +2016-08-14 Uros Bizjak + + PR target/76342 + * gcc.target/i386/pr76342.c: New test. + +2016-08-12 Jakub Jelinek + + PR c/71512 + * g++.dg/ubsan/pr71512.C: New test. + * c-c++-common/ubsan/pr71512-1.c: New test. + * c-c++-common/ubsan/pr71512-2.c: New test. + +2016-08-12 Michael Meissner + + * gcc.target/powerpc/vec-init-1.c: New tests to test various + vector initialization options. + * gcc.target/powerpc/vec-init-2.c: Likewise. + * gcc.target/powerpc/vec-init-3.c: New test to make sure MTVSRDD + is generated on ISA 3.0. + +2016-08-12 Patrick Palka + + PR middle-end/71654 + * gcc.dg/c-c++-common/pr71654.c: New test. + * gcc.dg/tree-ssa/vrp23: Add -fno-tree-forwprop to + dg-options. + * gcc.dg/tree-ssa/vrp24: Likewise. + +2016-08-12 Jakub Jelinek + + PR c/67410 + * gcc.dg/pr67410.c: New test. + +2016-08-12 Bin Cheng + + PR tree-optimization/69848 + * gcc.dg/vect/vect-pr69848.c: New test. + +2016-08-12 Uros Bizjak + + PR testsuite/71008 + * gcc.target/i386/avx512f-vprord-1.c: Scan also for vprold. + * gcc.target/i386/avx512f-vprorq-1.c: Scan also for vprolq. + * gcc.target/i386/avx512vl-vprord-1.c: Scan also for vprold. + * gcc.target/i386/avx512vl-vprorq-1.c: Scan also for vprolq. + +2016-08-12 Richard Biener + + PR tree-optimization/57326 + * gcc.dg/tree-ssa/ssa-pre-32.c: New testcase. + * gcc.dg/tree-ssa/loadpre14.c: Adjust. + * gcc.dg/tree-ssa/pr35287.c: Likewise. + * gcc.target/i386/pr45685.c: Likewise. + * gcc.dg/tree-ssa/predcom-1.c: Disable PRE. + * gcc.dg/tree-ssa/predcom-2.c: Likewise. + * gcc.dg/tree-ssa/predcom-3.c: Likewise. + * gcc.dg/tree-ssa/ssa-sink-10.c: Likewise. + * gfortran.dg/pr34163.f90: Likewise. + +2016-08-12 Martin Liska + + * g++.dg/gcov/gcov-16.C: New test. + * lib/gcov.exp: Support new argument for run-gcov function. + +2016-08-12 Martin Liska + + PR gcov-profile/35590 + * gcc.dg/tree-prof/val-prof-7.c: Improve test coverage. + +2016-08-12 Richard Biener + + PR tree-optimization/72851 + * gcc.dg/torture/pr72851.c: New testcase. + +2016-08-12 Alexandre Oliva + + PR debug/63240 + * g++.dg/debug/dwarf2/defaulted-member-function-1.C: New. + * g++.dg/debug/dwarf2/defaulted-member-function-2.C: New. + * g++.dg/debug/dwarf2/defaulted-member-function-3.C: New. + * g++.dg/debug/dwarf2/deleted-member-function.C: Expect + DW_AT_deleted. + + PR debug/55641 + * g++.dg/debug/dwarf2/ref-1.C: New. + + PR debug/49366 + * g++.dg/debug/dwarf2/template-params-12.H: New. + * g++.dg/debug/dwarf2/template-params-12f.C: New. + * g++.dg/debug/dwarf2/template-params-12g.C: New. + * g++.dg/debug/dwarf2/template-params-12n.C: New. + * g++.dg/debug/dwarf2/template-params-12s.C: New. + * g++.dg/debug/dwarf2/template-params-12u.C: New. + * g++.dg/debug/dwarf2/template-params-12v.C: New. + * g++.dg/debug/dwarf2/template-params-12w.C: New. + +2016-08-11 Bill Schmidt + + PR target/72863 + * gcc.target/powerpc/pr72863.c: New test. + +2016-08-11 Uros Bizjak + + * g++.dg/cpp1z/constexpr-lambda6.C: Remove dg-do run. + +2015-08-11 H.J. Lu + + * gcc.target/i386/pieces-strcpy-1.c: New test. + * gcc.target/i386/pieces-strcpy-2.c: Likewise. + +2016-08-11 Jakub Jelinek + + PR c++/72868 + * g++.dg/cpp1y/constexpr-switch4.C: New test. + +2015-08-11 H.J. Lu + + * gcc.target/i386/pieces-memcpy-1.c: New test. + * gcc.target/i386/pieces-memcpy-2.c: Likewise. + * gcc.target/i386/pieces-memcpy-3.c: Likewise. + * gcc.target/i386/pieces-memcpy-4.c: Likewise. + * gcc.target/i386/pieces-memcpy-5.c: Likewise. + * gcc.target/i386/pieces-memcpy-6.c: Likewise. + +2016-08-11 Jakub Jelinek + + PR c/72816 + * gcc.dg/pr72816.c: Remove dg-error. + +2016-08-11 Bernd Edlinger + + PR tree-optimization/71083 + * gcc.c-torture/execute/pr71083.c: New test. + * gnat.dg/loop_optimization23.adb: New test. + * gnat.dg/loop_optimization23_pkg.ads: New test. + * gnat.dg/loop_optimization23_pkg.adb: New test. + +2016-08-11 Richard Biener + + PR tree-optimization/72772 + * gcc.dg/graphite/pr35356-1.c: Adjust. + * gcc.dg/tree-ssa/pr59597.c: Likewise. + +2016-08-11 Janne Blomqvist + + * gfortran.dg/random_7.f90: Take into account that the last seed + value is the special p value. + * gfortran.dg/random_seed_1.f90: Seed size is now constant. + +2016-08-11 Richard Biener + + * gcc.dg/tree-ssa/ssa-dom-thread-7.c: Adjust. + +2016-08-11 Alan Modra + + * gcc.target/powerpc/pr71680.c: New. + +2016-08-10 Kelvin Nilsen + + * gcc.target/powerpc/bfp/bfp.exp: New file. + * gcc.target/powerpc/bfp/scalar-cmp-exp-eq-0.c: New test. + * gcc.target/powerpc/bfp/scalar-cmp-exp-eq-1.c: New test. + * gcc.target/powerpc/bfp/scalar-cmp-exp-eq-2.c: New test. + * gcc.target/powerpc/bfp/scalar-cmp-exp-gt-0.c: New test. + * gcc.target/powerpc/bfp/scalar-cmp-exp-gt-1.c: New test. + * gcc.target/powerpc/bfp/scalar-cmp-exp-gt-2.c: New test. + * gcc.target/powerpc/bfp/scalar-cmp-exp-lt-0.c: New test. + * gcc.target/powerpc/bfp/scalar-cmp-exp-lt-1.c: New test. + * gcc.target/powerpc/bfp/scalar-cmp-exp-lt-2.c: New test. + * gcc.target/powerpc/bfp/scalar-cmp-exp-unordered-0.c: New test. + * gcc.target/powerpc/bfp/scalar-cmp-exp-unordered-1.c: New test. + * gcc.target/powerpc/bfp/scalar-cmp-exp-unordered-2.c: New test. + * gcc.target/powerpc/bfp/scalar-extract-exp-0.c: New test. + * gcc.target/powerpc/bfp/scalar-extract-exp-1.c: New test. + * gcc.target/powerpc/bfp/scalar-extract-exp-2.c: New test. + * gcc.target/powerpc/bfp/scalar-extract-sig-0.c: New test. + * gcc.target/powerpc/bfp/scalar-extract-sig-1.c: New test. + * gcc.target/powerpc/bfp/scalar-extract-sig-2.c: New test. + * gcc.target/powerpc/bfp/scalar-insert-exp-0.c: New test. + * gcc.target/powerpc/bfp/scalar-insert-exp-1.c: New test. + * gcc.target/powerpc/bfp/scalar-insert-exp-2.c: New test. + * gcc.target/powerpc/bfp/scalar-test-data-class-0.c: New test. + * gcc.target/powerpc/bfp/scalar-test-data-class-1.c: New test. + * gcc.target/powerpc/bfp/scalar-test-data-class-2.c: New test. + * gcc.target/powerpc/bfp/scalar-test-data-class-3.c: New test. + * gcc.target/powerpc/bfp/scalar-test-data-class-4.c: New test. + * gcc.target/powerpc/bfp/scalar-test-data-class-5.c: New test. + * gcc.target/powerpc/bfp/scalar-test-data-class-6.c: New test. + * gcc.target/powerpc/bfp/scalar-test-data-class-7.c: New test. + * gcc.target/powerpc/bfp/scalar-test-neg-0.c: New test. + * gcc.target/powerpc/bfp/scalar-test-neg-1.c: New test. + * gcc.target/powerpc/bfp/scalar-test-neg-2.c: New test. + * gcc.target/powerpc/bfp/scalar-test-neg-3.c: New test. + * gcc.target/powerpc/bfp/vec-extract-exp-0.c: New test. + * gcc.target/powerpc/bfp/vec-extract-exp-1.c: New test. + * gcc.target/powerpc/bfp/vec-extract-exp-2.c: New test. + * gcc.target/powerpc/bfp/vec-extract-exp-3.c: New test. + * gcc.target/powerpc/bfp/vec-extract-sig-0.c: New test. + * gcc.target/powerpc/bfp/vec-extract-sig-1.c: New test. + * gcc.target/powerpc/bfp/vec-extract-sig-2.c: New test. + * gcc.target/powerpc/bfp/vec-extract-sig-3.c: New test. + * gcc.target/powerpc/bfp/vec-insert-exp-0.c: New test. + * gcc.target/powerpc/bfp/vec-insert-exp-1.c: New test. + * gcc.target/powerpc/bfp/vec-insert-exp-2.c: New test. + * gcc.target/powerpc/bfp/vec-insert-exp-3.c: New test. + * gcc.target/powerpc/bfp/vec-test-data-class-0.c: New test. + * gcc.target/powerpc/bfp/vec-test-data-class-1.c: New test. + * gcc.target/powerpc/bfp/vec-test-data-class-2.c: New test. + * gcc.target/powerpc/bfp/vec-test-data-class-3.c: New test. + * gcc.target/powerpc/bfp/vec-test-data-class-4.c: New test. + * gcc.target/powerpc/bfp/vec-test-data-class-5.c: New test. + * gcc.target/powerpc/bfp/vec-test-data-class-6.c: New test. + * gcc.target/powerpc/bfp/vec-test-data-class-7.c: New test. + +2016-08-10 Bin Cheng + + * lib/target-supports.exp (check_effective_target_vect_cond_mixed): + Add aarch64*-*-*. + +2016-08-10 Bin Cheng + + * gcc.target/aarch64/simd/vcond-ne.c: New test. + +2016-08-10 Michael Meissner + + PR target/72853 + * gcc.target/powerpc/pr72853.c: New test. + +2016-08-10 Martin Liska + + PR gcov-profile/58306 + * gcc.dg/tree-prof/val-profiler-threads-1.c: New test. + +2016-08-10 Martin Liska + + * g++.dg/gcov/gcov-threads-1.C: New test. + +2016-08-10 Senthil Kumar Selvaraj + + PR target/71873 + * gcc.target/avr/pr71873.c: New test. + +2016-08-09 Martin Liska + + * g++.dg/gcov/gcov-dump-1.C: New test. + * g++.dg/gcov/gcov-dump-2.C: New test. + +2016-08-09 Martin Liska + + * gcc.dg/tree-prof/val-prof-9.c: New test. + +2016-08-09 Martin Liska + + * gcc.dg/tree-prof/val-prof-8.c: New test. + +2016-08-09 Martin Jambor + + PR ipa/71981 + * gcc.dg/ipa/pr71981.c: New test. + +2016-08-09 Bin Cheng + + PR tree-optimization/33707 + * gcc.dg/vect/pr33707.c: New test. + +2016-08-09 Bin Cheng + + PR tree-optimization/pr72772 + * gcc.dg/tree-ssa/pr72772.c: New test. + +2016-08-09 Matthew Fortune + + PR rtl-optimization/66669 + * gcc.dg/loop-8.c: Skip for MIPS due to extra invariants. + +2016-08-09 Jakub Jelinek + + PR tree-optimization/72824 + * gcc.c-torture/execute/ieee/pr72824.c: New test. + +2016-08-09 Richard Biener + + PR tree-optimization/71802 + * gcc.dg/torture/pr71802.c: New testcase. + +2016-08-09 Jakub Jelinek + + PR c++/72809 + * g++.dg/eh/stdarg1.C: New test. + +2016-08-08 Andi Kleen + + * lib/profopt.exp: (auto-profopt-execute): Don't include full + test command line in failure log. + (profopt-execute): dito. Make autofdo file names unique. + +2016-08-08 David Malcolm + + PR c/64955 + * gcc.dg/format/diagnostic-ranges.c: Add fix-it hints to expected + output. + +2016-08-08 Prathamesh Kulkarni + + * gcc.dg/tree-ssa/pr71078-1.c: Add require-effective-target + c99_runtime. + * gcc.dg/tree-ssa/pr71078-1-double.c: Likewise. + * gcc.dg/tree-ssa/pr71078-1-long-double.c: Likewise. + * gcc.dg/tree-ssa/pr71078-2.c: Likewise. + * gcc.dg/tree-ssa/pr71078-2-double.c: Likewise. + * gcc.dg/tree-ssa/pr71078-2-long-double.c: Likewise. + * gcc.dg/tree-ssa/pr71078-3.c: Likewise. + +2016-08-08 David Malcolm + + PR c/52952 + * gcc.dg/cpp/pr66415-1.c: Likewise. + * gcc.dg/format/asm_fprintf-1.c: Update column numbers. + * gcc.dg/format/c90-printf-1.c: Likewise. + * gcc.dg/format/diagnostic-ranges.c: New test case. + +2016-08-08 Jakub Jelinek + + PR fortran/72716 + * gfortran.dg/gomp/pr72716.f90: New test. + + PR middle-end/72781 + * gcc.dg/gomp/pr72781.c: New test. + + PR middle-end/68762 + * g++.dg/vect/pr68762-1.cc: New test. + * g++.dg/vect/pr68762-2.cc: New test. + * g++.dg/vect/pr68762.h: New file. + +2016-08-08 Martin Sebor + + PR testsuite/72838 + * g++.dg/cpp0x/constexpr-cast.C: Correct target selector. + * g++.dg/warn/overflow-warn-3.C: Same. + * g++.dg/warn/overflow-warn-4.C: Same. + +2016-08-08 Andre Vehreschild + + PR fortran/71936 + * gfortran.dg/allocate_with_source_21.f03: New test. + +2016-08-08 Andre Vehreschild + + PR fortran/72698 + * gfortran.dg/allocate_with_source_20.f03: New test. + +2016-08-08 Alan Modra + + * gcc.c-torture/compile/pr72802.c: New. + +2016-08-08 Andre Vehreschild + + PR fortran/70524 + * gfortran.dg/dependency_48.f90: New test. + +2016-08-07 Thomas Koenig + + PR fortran/70040 + * gfortran.dg/pr70040.f90: New testcase. + +2016-08-07 Thomas Koenig + + PR fortran/71961 + * gfortran.dg/matmul_10.f90: New testcase. + +2016-08-07 Jan Hubicka + + * gcc.dg/tree-ssa/ssa-dom-thread-7.c: Update testcase. + +2016-08-07 Jakub Jelinek + + PR c/72816 + * gcc.dg/pr72816.c: New test. + +2016-08-06 Jonathan Wakely + + * g++.dg/conversion/pr16333.C: Adjust dg-error regexp. + * g++.dg/conversion/pr41426.C: Likewise. + * g++.dg/conversion/pr66211.C: Likewise. + * g++.dg/cpp1y/lambda-init9.C: Likewise. + * g++.dg/init/ref8.C: Likewise. + * g++.old-deja/g++.law/cvt20.C: Likewise. + * g++.old-deja/g++.mike/p9732c.C: Likewise. + +2016-08-05 Patrick Palka + + PR tree-optimization/18046 + * gcc.dg/tree-ssa/vrp105.c: New test. + * gcc.dg/tree-ssa/vrp106.c: New test. + +2016-08-05 Martin Sebor + + * g++.dg/cpp0x/constexpr-cast.C: Avoid assuming (void*)1 is spelled + 1ul in diagnostics. Remove hyphen from "constant-expression." + * g++.dg/cpp0x/constexpr-50060.C: Adjust. + * g++.dg/cpp0x/static_assert3.C: Same. + * g++.dg/cpp1y/constexpr-throw.C: Same. + * g++.dg/template/nontype3.C: Same. + * g++.dg/warn/overflow-warn-1.C: Same. + * g++.dg/warn/overflow-warn-3.C: Same. + * g++.dg/warn/overflow-warn-4.C: Same. + +2016-08-05 David Malcolm + + * gcc.dg/plugin/diagnostic-test-string-literals-1.c: New file. + * gcc.dg/plugin/diagnostic-test-string-literals-2.c: New file. + * gcc.dg/plugin/diagnostic_plugin_test_string_literals.c: New file. + * gcc.dg/plugin/plugin.exp (plugin_test_list): Add the above new files. + +2016-08-05 Patrick Palka + + PR tree-optimization/72810 + * gcc.dg/tree-ssa/vrp110.c: New test. + +2016-08-05 James Greenhalgh + + PR Target/72819 + * gcc.target/aarch64/aapcs64/abitest-common.h: Define half-precision + registers. + * gcc.target/aarch64/aapcs64/abitest.S (dumpregs): Add assembly for + saving the half-precision registers. + * gcc.target/aarch64/aapcs64/func-ret-1.c: Test that an __fp16 + value is returned in h0. + * gcc.target/aarch64/aapcs64/test_2.c: Check that __FP16 arguments + are passed in FP/SIMD registers. + * gcc.target/aarch64/aapcs64/test_27.c: New, test that __fp16 HFA + passing works corrcetly. + * gcc.target/aarch64/aapcs64/type-def.h (hfa_f16x1_t): New. + (hfa_f16x2_t): Likewise. + (hfa_f16x3_t): Likewise. + * gcc.target/aarch64/aapcs64/va_arg-1.c: Check that __fp16 values + are promoted to double and passed in a double register. + * gcc.target/aarch64/aapcs64/va_arg-2.c: Check that __fp16 values + are promoted to double and stacked. + * gcc.target/aarch64/aapcs64/va_arg-4.c: Check stacking of HFA of + __fp16 data types. + * gcc.target/aarch64/aapcs64/va_arg-5.c: Likewise. + * gcc.target/aarch64/aapcs64/va_arg-16.c: New, check HFAs of + __fp16 first get passed in FP/SIMD registers, then stacked. + +2016-08-05 Nathan Sidwell + + PR c++/68724 + * g++.dg/cpp0x/pr68724.C: New. + +2016-08-05 Richard Biener + + * gcc.dg/tree-ssa/ivopt_5.c: Make robust against edge swapping. + +2016-08-04 Patrick Palka + + * gcc.dg/tree-ssa/vrp107.c: New test. + * gcc.dg/tree-ssa/vrp108.c: New test. + * gcc.dg/tree-ssa/vrp109.c: New test. + +2016-08-04 Prathamesh Kulkarni + + * gcc.dg/pr70920-4.c: Move dg-require-effective-target before + dg-options. + +2016-08-04 Prathamesh Kulkarni + + * gcc.dg/tree-ssa/pr71078-1.c: Remove double and long double + test-cases. + * gcc.dg/tree-ssa/pr71078-1-double.c: New test-case. + * gcc.dg/tree-ssa/pr71078-1-long-double.c: Likewise. + * gcc.dg/tree-ssa/pr71078-2.c: Remove double and long double + test-cases. + * gcc.dg/tree-ssa/pr71078-2-double.c: New test-case. + * gcc.dg/tree-ssa/pr71078-2-long-double.c: Likewise. + * gcc.dg/tree-ssa/pr71078-3.c: Add require-effective-check for + large_double. + +2016-08-04 Paolo Carlini + + PR c++/72800 + * g++.dg/cpp1y/lambda-ice1.C: New. + +2016-08-04 Patrick Palka + + PR c++/72759 + * g++.dg/cpp1y/pr72759.C: New test. + +2016-08-04 Patrick Palka + + * gcc.dg/switch-10.c: New test. + +2016-08-04 James Greenhalgh + + * gcc.c-torture/execute/pr70903.c: Remove duplicate test body. + +2016-08-04 Thomas Schwinge + + * c-c++-common/goacc/routine-5.c: Update. + +2016-08-04 Bernd Edlinger + + PR rtl-optimization/70903 + * gcc.c-torture/execute/pr70903.c: New test. + +2016-08-04 Martin Liska + + * gcc.dg/params/params.exp: Replace file exists with + TESTING_IN_BUILD_TREE. + +2016-08-04 Marek Polacek + + PR c++/70229 + * g++.dg/cpp0x/constexpr-ctor19.C: New test. + +2016-08-04 Richard Biener + + PR middle-end/71984 + * gcc.dg/torture/pr71984.c: Guard correctness check for + little-endian. + +2016-08-03 Andrew Pinski + + * gcc.c-torture/compile/20160802-1.c: New testcase. + +2016-08-03 Fritz Reese + + * gfortran.dg/dec_intrinsic_ints.f90: New testcase. + +2016-08-03 Richard Biener + + * c-c++-common/ubsan/pr71403-1.c: Use dg-additional-options + and remove -O3. + * c-c++-common/ubsan/pr71403-2.c: Likewise. + * c-c++-common/ubsan/pr71403-3.c: Likewise. + +2016-08-03 Richard Biener + + * gcc.dg/tree-ssa/loadpre2.c: Disable LIM. + * gcc.dg/tree-ssa/loadpre21.c: Likewise. + * gcc.dg/tree-ssa/loadpre22.c: Likewise. + * gcc.dg/tree-ssa/ssa-pre-23.c: Likewise. + +2016-08-03 Senthil Kumar Selvaraj + + * gcc.dg/init-excess-2.c: Require int32plus. + * gcc.dg/pr44024.c: Skip if target keeps null pointer checks. + * gcc.dg/pr59963-2.c: Require int32plus. + * gcc.dg/pr71084.c: Cast pointer to intprt_t. + * gcc.dg/unroll-7.c: Require int32plus. + +2016-08-02 Bin Cheng + + PR tree-optimization/34114 + * gcc.dg/tree-ssa/loop-42.c: New test. + +2016-08-02 Tamar Christina + + * gcc.target/aarch64/vminmaxnm.c: New. + * gcc.target/aarch64/simd/vminmaxnm_1.c (main): Add float64x1_t + tests. + +2016-08-01 Michael Meissner + + * gcc.target/powerpc/vec-extract-5.c: New tests to test + vec_extract for vector float, vector int, vector short, and vector + char. + * gcc.target/powerpc/vec-extract-6.c: Likewise. + * gcc.target/powerpc/vec-extract-7.c: Likewise. + * gcc.target/powerpc/vec-extract-8.c: Likewise. + * gcc.target/powerpc/vec-extract-9.c: Likewise. + +2016-08-01 Wilco Dijkstra + + * gcc.target/aarch64/test_frame_10.c: Fix test to check for a + single stack adjustment, no writeback. + * gcc.target/aarch64/test_frame_12.c: Likewise. + * gcc.target/aarch64/test_frame_13.c: Likewise. + * gcc.target/aarch64/test_frame_15.c: Likewise. + * gcc.target/aarch64/test_frame_6.c: Likewise. + * gcc.target/aarch64/test_frame_7.c: Likewise. + * gcc.target/aarch64/test_frame_8.c: Likewise. + * gcc.target/aarch64/test_frame_16.c: New test. + +2015-08-01 H.J. Lu + + PR target/72748 + * gcc.target/i386/pr72748.c: New test. + +2015-08-01 Alan Hayward + + PR tree-optimization/71818 + * gcc.dg/vect/pr71818.c: New + +2016-08-01 Martin Liska + + PR tree-optimization/71857 + * gcc.dg/tree-ssa/ivopt_mult_4.c: Change expectation. + +2016-08-01 Kyrylo Tkachov + + * gcc.target/aarch64/ldp_stp_unaligned_1.c: New test. + +2016-08-01 Jan Beulich + + * gcc.dg/vshift-6.c, gcc.dg/vshift-7.c: New. + +2016-07-31 Bill Schmidt + + * gcc.target/powerpc/divkc3-1.c: Require POWER8 hardware. + * gcc.target/powerpc/mulkc3-1.c: Likewise. + +2016-07-31 Jonathan Wakely + + * lib/target-supports.exp (check_effective_target_c): Fix indentation. + (check_effective_target_c++): Likewise. Also match for libstdc++. + +2016-07-30 Steven G. Kargl + + PR fortran/41922 + * gfortran.dg/equiv_constraint_5.f90: Adjust the error message. + * gfortran.dg/equiv_constraint_7.f90: Ditto. + * gfortran.dg/pr41922.f90: New test. + +2016-07-30 Steven G. Kargl + + PR fortran/68566 + * gfortran.dg/pr68566.f90: new test. + +2016-07-30 Martin Sebor + + PR c++/60760 + PR c++/71091 + * g++.dg/cpp0x/constexpr-cast.C: New test. + * g++.dg/cpp0x/constexpr-nullptr-2.C: New test. + * g++.dg/cpp1y/constexpr-sfinae.C: Correct. + * g++.dg/ubsan/pr63956.C: Correct. + +2016-07-30 Michael Meissner + + * gcc.target/powerpc/vec-extract-2.c: New tests for vec_extract of + vector double or vector long where the vector is in memory. + * gcc.target/powerpc/vec-extract-3.c: Likewise. + * gcc.target/powerpc/vec-extract-4.c: Likewise. + +2016-07-30 Steven G. Kargl + + PR fortran/69867 + * gfortran.dg/pr69867.f90: New test. + +2016-07-30 Steven G. Kargl + + PR fortran/69962 + * gfortran.dg/pr69962.f90: New test. + +2016-07-30 Steven G. Kargl + + PR fortran/70006 + * gfortran.dg/pr70006.f90: New test. + +2016-07-30 Steven G. Kargl + + PR fortran/71730 + * gfortran.dg/pr71730.f90: New test. + * gfortran.dg/bounds_check_strlen_2.f90: Fix invalid code. + * gfortran.dg/array_constructor_27.f03: Update dg-error message. + * gfortran.dg/array_constructor_26.f03: Ditto. + +2016-07-29 Bill Schmidt + + * g++.dg/pr70098.C: Remove XFAIL for powerpc64_no_dm. + * gcc.target/powerpc/pr71763.c: Likewise. + +2016-07-29 Marek Polacek + + PR c/71742 + * gcc.dg/940510-1.c: Adjust dg-error. + * gcc.dg/c99-flex-array-1.c: Likewise. + * gcc.dg/c99-flex-array-typedef-1.c: Likewise. + + PR c/71853 + * gcc.dg/noncompile/pr71853.c: New test. + + PR c/71573 + * gcc.dg/noncompile/pr71573.c: New test. + + PR c/71926 + * g++.dg/warn/Wparentheses-30.C: New test. + * gcc.dg/Wparentheses-14.c: New test. + +2016-07-29 Uros Bizjak + + * gcc.dg/pr59833.c: Use dg-add-options ieee. + +2016-07-29 Bin Cheng + + PR tree-optimization/57558 + * gcc.dg/vect/pr57558-1.c: New test. + * gcc.dg/vect/pr57558-2.c: New test. + +2016-07-29 Prathamesh Kulkarni + + * gcc.dg/pr70920-4.c: Restrict to lp64 targets and make scan-tree-dump + to scan forwprop1 dump pass. + +2016-07-29 Paolo Carlini + + PR c++/51488 + * g++.dg/template/pr51488.C: New. + +2016-07-29 Jakub Jelinek + + PR c/71969 + * gcc.dg/alias-11.c (add_cfi, new_cfi): Change __inline__ to + static __inline__. + * gcc.dg/pr71969-1.c: New test. + * gcc.dg/pr71969-2.c: New test. + * gcc.dg/pr71969-3.c: New test. + +2016-07-29 Marek Polacek + + PR c/71574 + * c-c++-common/pr71574.c: New test. + + PR c/71583 + * gcc.dg/noncompile/pr71583.c: New test. + +2016-07-29 Kugan Vivekanandarajah + + PR middle-end/68217 + * gcc.dg/pr68217.c: New test. + +2016-07-28 Steven G. Kargl + + PR fortran/71067 + * gfortran.dg/pr71067_1.f90: New test. + * gfortran.dg/pr71067_2.f90: Ditto. + +2016-07-28 Michael Meissner + + * gcc.target/powerpc/vec-extract-1.c: New test. + +2016-07-28 Steven G. Kargl + + PR fortran/71799 + * gfortran.dg/pr71799.f90: New test. + +2016-07-28 Paolo Carlini + + PR c++/71665 + * g++.dg/cpp0x/pr71665-1.C: New. + * g++.dg/cpp0x/pr71665-2.C: Likewise. + * g++.dg/cpp0x/enum29.C: Adjust dg-error string. + * g++.dg/ext/label10.C: Likewise. + * g++.dg/parse/constant5.C: Likewise. + +2016-07-28 Steven G. Kargl + + PR fortran/71859 + * gfortran.dg/pr71859.f90: New test. + * gfortran.dg/intrinsic_numeric_arg.f: Update error message. + * gfortran.dg/coarray_collectives_1.f90: Ditto. + +2016-07-28 Paul Thomas + + PR fortran/71883 + * gfortran.dg/pr71883.f90: New test. + +2016-07-28 Yuri Rumyantsev + + PR tree-optimization/71734 + * g++.dg/vect/pr70729-nest.cc: New test. + +2016-07-28 Renlin Li + + Revert + 2016-07-19 Thomas Koenig + + PR fortran/71902 + * gfortran.dg/dependency_47.f90: New test. + +2016-07-28 Martin Liska + + PR gcov-profile/68025 + * gcc.dg/no_profile_instrument_function-attr-1.c: New test. + +2016-07-28 Martin Liska + + * g++.dg/vect/pr70944.cc: New test. + +2016-07-28 Kugan Vivekanandarajah + + PR middle-end/71994 + * gcc.dg/torture/pr71994.c: New test. + +2016-07-27 Prathamesh Kulkarni + + PR middle-end/71078 + * gcc.dg/tree-ssa/pr71078-1.c: New test-case. + * gcc.dg/tree-ssa/pr71078-2.c: Likewise. + * gcc.dg/tree-ssa/pr71078-3.c: Likewise. + +2016-07-27 Richard Biener + + * gcc.dg/vect/costmodel/x86_64/costmodel-pr68961.c: Remove. + +2016-07-27 Martin Liska + + * gcc.dg/predict-13.c: New test. + * gcc.dg/predict-14.c: New test. + +2016-07-27 Senthil Kumar Selvaraj + + * gcc.dg/torture/pr69352.c: Use __INTPTR_TYPE__ instead of + including stdint.h. + * gcc.dg/torture/pr71866.c: Use __UINTPTR_TYPE__ isntead of + including stdint.h. + +2016-07-26 Michael Meissner + + PR target/71869 + * gcc.target/powerpc/float128-cmp.c: New test to make sure that + IEEE built-in functions handle quiet and signalling NaNs + correctly. + +2016-07-26 Steven G. Kargl + + PR fortran/71862 + * gfortran.dg/pr71862.f90: New test. + +2016-07-26 Martin Sebor + + * gcc.dg/atomic/pr71675.c: Replace the unsupported c11 target + selector with dg-options. + +2016-07-26 Patrick Palka + + PR tree-optimization/18046 + * gcc.dg/tree-ssa/ssa-dom-thread-6.c: Bump FSM count to 5. + * gcc.dg/tree-ssa/vrp103.c: New test. + * gcc.dg/tree-ssa/vrp104.c: New test. + +2016-07-26 Bill Schmidt + + * gcc.target/powerpc/pr63354.c: Require lp64 since + -mprofile-kernel is not legal with -m32. + +2016-07-26 Richard Biener + + PR rtl-optimization/71984 + * gcc.dg/torture/pr71984.c: New testcase. + +2016-07-26 Robert Suchanek + + * g++.dg/vect/vect.exp: Add and set new global EFFECTIVE_TARGETS. Call + g++-dg-runtest via et-dg-runtest. + * gcc.dg/graphite/graphite.exp: Likewise, but for dg-runtest. + * gcc.dg/vect/vect.exp: Likewise. + * gfortran.dg/graphite/graphite.exp: Likewise, but for + gfortran-dg-runtest. + * gfortran.dg/vect/vect.exp: Likewise. + * lib/target-supports.exp (check_mpaired_single_hw_available): New. + (check_mips_loongson_hw_available): Likewise. + (check_effective_target_mpaired_single_runtime): Likewise. + (check_effective_target_mips_loongson_runtime): Likewise. + (add_options_for_mpaired_single): Likewise. + (check_effective_target_vect_int): Add global et_index. + Check and save the supported feature for a target selected by + the et_index target. Break long lines where appropriate. Call + et-is-effective-target for MIPS with an argument instead of + check_effective_target_* where appropriate. + (check_effective_target_vect_intfloat_cvt): Likewise. + (check_effective_target_vect_uintfloat_cvt): Likewise. + (check_effective_target_vect_floatint_cvt): Likewise. + (check_effective_target_vect_floatuint_cvt): Likewise. + (check_effective_target_vect_simd_clones): Likewise. + (check_effective_target_vect_shift): ewise. + (check_effective_target_whole_vector_shift): Likewise. + (check_effective_target_vect_bswap): Likewise. + (check_effective_target_vect_shift_char): Likewise. + (check_effective_target_vect_long): Likewise. + (check_effective_target_vect_float): Likewise. + (check_effective_target_vect_double): Likewise. + (check_effective_target_vect_long_long): Likewise. + (check_effective_target_vect_no_int_max): Likewise. + (check_effective_target_vect_no_int_add): Likewise. + (check_effective_target_vect_no_bitwise): Likewise. + (check_effective_target_vect_widen_shift): Likewise. + (check_effective_target_vect_no_align): Likewise. + (check_effective_target_vect_hw_misalign): Likewise. + (check_effective_target_vect_element_align): Likewise. + (check_effective_target_vect_condition): Likewise. + (check_effective_target_vect_cond_mixed): Likewise. + (check_effective_target_vect_char_mult): Likewise. + (check_effective_target_vect_short_mult): Likewise. + (check_effective_target_vect_int_mult): Likewise. + (check_effective_target_vect_extract_even_odd): Likewise. + (check_effective_target_vect_interleave): Likewise. + (check_effective_target_vect_stridedN): Likewise. + (check_effective_target_vect_multiple_sizes): Likewise. + (check_effective_target_vect64): Likewise. + (check_effective_target_vect_call_copysignf): Likewise. + (check_effective_target_vect_call_sqrtf): Likewise. + (check_effective_target_vect_call_btrunc): Likewise. + (check_effective_target_vect_call_btruncf): Likewise. + (check_effective_target_vect_call_ceil): Likewise. + (check_effective_target_vect_call_ceilf): Likewise. + (check_effective_target_vect_call_floor): Likewise. + (check_effective_target_vect_call_floorf): Likewise. + (check_effective_target_vect_call_lceil): Likewise. + (check_effective_target_vect_call_lfloor): Likewise. + (check_effective_target_vect_call_nearbyint): Likewise. + (check_effective_target_vect_call_nearbyintf): Likewise. + (check_effective_target_vect_call_round): Likewise. + (check_effective_target_vect_call_roundf): Likewise. + (check_effective_target_vect_perm): Likewise, but also append *_saved + to the existing global name to properly cache the result. + (check_effective_target_vect_perm_byte): Likewise. + (check_effective_target_vect_perm_short): Likewise. + (check_effective_target_vect_widen_sum_hi_to_si_pattern): Likewise. + (check_effective_target_vect_widen_sum_hi_to_si): Likewise. + (check_effective_target_vect_widen_sum_qi_to_hi): Likewise. + (check_effective_target_vect_widen_sum_qi_to_si): Likewise. + (check_effective_target_vect_widen_mult_qi_to_hi_pattern): Likewise. + (check_effective_target_vect_widen_mult_qi_to_hi): Likewise. + (check_effective_target_vect_widen_mult_hi_to_si_pattern): Likewise. + (check_effective_target_vect_widen_mult_si_to_di_pattern): Likewise. + (check_effective_target_vect_sdot_qi): Likewise. + (check_effective_target_vect_udot_qi): Likewise. + (check_effective_target_vect_sdot_hi): Likewise. + (check_effective_target_vect_udot_hi): Likewise. + (check_effective_target_vect_usad_char): Likewise. + (check_effective_target_vect_pack_trunc): Likewise. + (check_effective_target_vect_unpack): Likewise. + (check_effective_target_vect_aligned_arrays): Likewise. + (check_effective_target_vect_natural_alignment): Likewise. + (check_effective_target_vector_alignment_reachable): Likewise. + (check_effective_target_vector_alignment_reachable_for_64bit): Likewise. + (is-effective-target): Initialize et_index if undefined. + (et-dg-runtest): New. + (et-is-effective-target): Likewise. + (check_vect_support_and_set_flags): Add supported MIPS targets to + EFFECTIVE_TARGETS list. Return the number of supported targets. + +2016-07-26 Richard Biener + Prathamesh Kulkarni + + PR middle-end/70920 + * gcc.dg/pr70920-1.c: New test-case. + * gcc.dg/pr70902-2.c: Likewise. + * gcc.dg/pr70920-3.c: Likewise. + * gcc.dg/pr70920-4.c: Likewise + * gcc.dg/tree-ssa/ssa-dom-branch-1.c: Change scan-tree-dump-times to + 2 instead of 3. + +2016-07-25 Alexander Monakov + + * gcc.c-torture/execute/pr71494.c: Require label_values. + * gcc.dg/pr16973.c: Ditto. + +2016-07-25 Senthil Kumar Selvaraj + + * gcc.dg/torture/pr69352.c (foo): Cast to intptr_t instead of long. + * gcc.dg/torture/pr69771.c: Require int32plus. + * gcc.dg/torture/pr71866.c (inb): Add cast to intptr_t. + +2016-07-25 Martin Liska + + * gcc.dg/torture/pr71987.c: New test. + +2016-07-22 Steven G. Kargl + + PR fortran/71935 + * gfortran.dg/c_sizeof_1.f90: Move invalid code to ... + * gfortran.dg/c_sizeof_6.f90: here. Test for error. + * gfortran.dg/pr71935.f90: New test. + +2016-07-22 Martin Sebor + + PR c++/71675 + * g++.dg/ext/atomic-3.C: New test. + * gcc.dg/atomic/pr71675.c: New test. + +2016-07-22 Evgeny Stupachenko + + * gcc.target/i386/mvc8.c: New test. + +2016-07-22 Bin Cheng + + * gcc.dg/tree-ssa/pr19210-1.c: Refine test strings. + * gcc.dg/tree-ssa/pr19210-2.c: Delete. + +2016-07-22 Thomas Koenig + + PR fortran/71795 + * gfortran.dg/constructor_50.f90: New test. + +2016-07-22 Martin Liska + + PR gcov-profile/69028 + PR gcov-profile/62047 + * g++.dg/cilk-plus/pr69028.C: New test. + +2016-07-22 Andre Vehreschild + + * gfortran.dg/coarray_stat_2.f90: New test. + +2016-07-21 Michael Meissner + + * gcc.target/powerpc/vec-extract.h: New files to check the + vec_extract built-in functions for all vector types, testing + accessing each element, both with constant and variable element + numbers. + * gcc.target/powerpc/vec-extract-v16qi.c: Likewise. + * gcc.target/powerpc/vec-extract-v16qiu.c: Likewise. + * gcc.target/powerpc/vec-extract-v2df.c: Likewise. + * gcc.target/powerpc/vec-extract-v2di.c: Likewise. + * gcc.target/powerpc/vec-extract-v4sf.c: Likewise. + * gcc.target/powerpc/vec-extract-v4si.c: Likewise. + * gcc.target/powerpc/vec-extract-v4siu.c: Likewise. + * gcc.target/powerpc/vec-extract-v8hi.c: Likewise. + * gcc.target/powerpc/vec-extract-v8hiu.c: Likewise. + +2016-07-21 Jakub Jelinek + + PR c++/71728 + * g++.dg/other/pr71728.C: New test. + +2016-07-21 James Greenhalgh + + * gcc.dg/ifcvt-2.c: Use parameter to guide if-conversion heuristics. + * gcc.dg/ifcvt-3.c: Use parameter to guide if-conversion heuristics. + * gcc.dg/pr68435.c: Use parameter to guide if-conversion heuristics. + * gcc.dg/ifcvt-4.c: Use parameter to guide if-conversion heuristics. + * gcc.dg/ifcvt-5.c: Use parameter to guide if-conversion heuristics. + +2016-07-21 Richard Biener + + PR tree-optimization/71947 + * gcc.dg/tree-ssa/vrp102.c: New testcase. + +2016-07-21 Bin Cheng + + * gcc.dg/tree-ssa/scev-15.c: New. + +2016-07-21 Bin Cheng + + * gcc.dg/vect/vect-mask-store-move-1.c: XFAIL. + +2016-07-21 Jakub Jelinek + + PR c++/71941 + * g++.dg/gomp/pr71941.C: New test. + +2016-07-20 David Malcolm + + PR c/70339 + PR c/71858 + * g++.dg/spellcheck-identifiers.C: New test case, based on + gcc.dg/spellcheck-identifiers.c. + * g++.dg/spellcheck-identifiers-2.C: New test case, based on + gcc.dg/spellcheck-identifiers-2.c. + * g++.dg/spellcheck-typenames.C: New test case, based on + gcc.dg/spellcheck-typenames.c + +2016-07-20 Jonathan Wakely + + * g++.dg/cpp0x/nullptr35.C: Change expected result for catching as + pointer to member function and also test catching by reference. + +2016-07-20 Dominik Vogt + + * gcc.target/s390/pr67443.c: Fix test case. + +2016-07-20 Dominik Vogt + + * gcc.target/s390/insv-1.c: Xfail some tests. + * gcc.target/s390/insv-2.c: Likewise. + +2016-07-20 Georg-Johann Lay + + * gcc.target/avr/torture/get-mem.c: New test. + * gcc.target/avr/torture/set-mem.c: New test. + +2016-07-20 Georg-Johann Lay + + PR target/71948 + * gcc.target/avr/torture/tiny-progmem.c: New test. + +2016-07-20 Jakub Jelinek + + PR c++/71909 + * g++.dg/parse/pr71909.C: New test. + * g++.dg/tm/pr71909.C: New test. + + PR c++/50060 + * g++.dg/cpp0x/constexpr-50060.C: New test. + * g++.dg/cpp1y/constexpr-50060.C: New test. + +2016-07-20 Martin Liska + + * gfortran.dg/graphite/pr71898.f90: New test. + +2016-07-20 Bin Cheng + + PR tree-optimization/71503 + PR tree-optimization/71683 + * gcc.dg/tree-ssa/ifc-pr71503.c: New test. + * gcc.dg/tree-ssa/ifc-pr71683.c: New test. + +2016-07-20 Martin Liska + + * gcc.dg/plugin/plugin.exp: Remove sreal test. + * gcc.dg/plugin/sreal-test-1.c: Remove. + * gcc.dg/plugin/sreal_plugin.c: Remove. + +2016-07-19 Thomas Koenig + + PR fortran/71902 + * gfortran.dg/dependency_47.f90: New test. + +2016-07-19 Jakub Jelinek + + PR rtl-optimization/71916 + * gcc.c-torture/compile/pr71916.c: New test. + + PR middle-end/71874 + * g++.dg/torture/pr71874.C: New test. + + PR middle-end/71734 + * g++.dg/vect/pr70729.cc: Don't include string.h or xmmintrin.h. + (my_alloc): Rewritten to use __builtin_posix_memalign and + __SIZE_TYPE__. + (my_free): Use __builtin_free instead of _mm_free. + (Vec::operator=): Use __builtin_memcpy. + +2016-07-19 Martin Jambor + + PR fortran/71688 + * gfortran.dg/pr71688.f90: New test. + +2016-07-19 Richard Biener + + * c-c++-common/vector-subscript-6.c: New testcase. + * c-c++-common/vector-subscript-7.c: Likewise. + +2016-07-19 Senthil Kumar Selvaraj + + * gcc.dg/params/blocksort-part.c: Conditionally define Int32 + and UInt32 based on __SIZEOF_INT__. + +2016-07-19 Richard Biener + + PR tree-optimization/71901 + * gcc.dg/torture/pr71901.c: New testcase. + +2016-07-19 Richard Biener + + PR tree-optimization/71908 + * gcc.dg/torture/pr71908.c: New testcase. + +2016-07-18 Michael Meissner + + PR target/71493 + * gcc.target/powerpc/pr71493-1.c: New test. + * gcc.target/powerpc/pr71493-2.c: Likewise. + +2016-07-18 Jakub Jelinek + + PR c++/71835 + * g++.dg/conversion/ambig3.C: New test. + + PR c++/71828 + * g++.dg/cpp0x/constexpr-71828.C: New test. + + PR c++/71826 + * g++.dg/template/pr71826.C: New test. + + PR c++/71822 + * g++.dg/template/defarg21.C: New test. + + PR c++/71871 + * g++.dg/ext/vector31.C: New test. + +2016-07-18 Uros Bizjak + + * gcc.dg/pr70017.c: Do not check for warning on alpha*-*-*. + +2016-07-18 Yuri Rumyantsev + + PR tree-optimization/71734 + * g++.dg/vect/pr70729.cc: Delete redundant dg options, fix style. + +2016-07-18 Dominik Vogt + + * gcc.target/s390/warn-dynamicstack-1.c: New test. + * gcc.dg/stack-usage-2.c (foo3): Adapt expected warning. + stack-layout-dynamic-1.c: New test. + +2016-07-18 Andreas Krebbel + + * gcc.target/s390/nolrl-1.c: New test. + +2016-07-17 Fritz Reese + + PR fortran/71523 + * gfortran.dg/pr71523_1.f90: New test. + * gfortran.dg/pr71523_2.f90: New test. + +2016-07-16 Andreas Schwab + + * g++.dg/cpp0x/nullptr35.C (caught): Fix typo. + +2016-07-15 Jerry DeLisle + Marco Restelli + + PR fortran/62125 + * gfortran.dg/pr62125.f90: New test. + +2016-07-15 Bill Schmidt + + * gcc.target/powerpc/divkc3-1.c: Require p8vector support. + * gcc.target/powerpc/mulkc3-1.c: Likewise. + +2016-07-15 Jonathan Wakely + + PR c++/58796 + * g++.dg/cpp0x/nullptr21.C: Remove void* handlers. + * g++.dg/cpp0x/nullptr35.C: New test. + +2016-07-15 Bin Cheng + + * gcc.dg/tree-ssa/scev-8.c: Update test string. + +2016-07-15 Cesar Philippidis + + * gfortran.dg/goacc/vector_length.f90: New test. + +2016-07-15 Richard Biener + + PR tree-optimization/71881 + * gcc.dg/torture/pr71881.c: New testcase. + +2016-07-15 Richard Biener + + PR tree-optimization/71887 + * gcc.dg/torture/pr71887.c: New testcase. + +2016-07-15 Jakub Jelinek + + PR c/71858 + * gcc.dg/spellcheck-identifiers-3.c: New test. + +2016-07-15 Andre Vehreschild + + PR fortran/71807 + * gfortran.dg/null_9.f90: New test. + +2016-07-15 Bin Cheng + + * gcc.dg/tree-ssa/loop-41.c: New test. + +2016-07-15 Bin Cheng + + PR tree-optimization/71347 + * gcc.dg/tree-ssa/pr71347.c: XFAIL on ia64, arm, m68k and sparc. + +2016-07-14 Steven G. Kargl + + PR fortran/29819 + * gfortran.dg/bind_c_usage_9.f03: Move dg-error. + * gfortran.dg/contains.f90: Ditto. + * gfortran.dg/contains_empty_1.f03: Ditto. + * gfortran.dg/submodule_3.f08: Ditto. + +2016-07-14 Jakub Jelinek + + PR testsuite/71865 + * gcc.dg/diagnostic-token-ranges.c: Add -std=c11 to dg-options. + (wide_string_literal_in_asm): Use __asm instead of asm, adjust + expected diagnostics. + + PR c/71858 + * gcc.dg/spellcheck-identifiers.c (snprintf): Declare. + * gcc.dg/spellcheck-identifiers-2.c: New test. + * gcc.dg/diagnostic-token-ranges.c (nanl): Declare. + * c-c++-common/attributes-1.c: Adjust dg-prune-output. + +2016-07-14 Jakub Jelinek + + PR tree-optimization/71872 + * gcc.c-torture/compile/pr71872.c: New test. + +2016-07-14 Thomas Preud'homme + + * gcc.target/arm/atomic-comp-swap-release-acquire.c: Rename into ... + * gcc.target/arm/atomic-comp-swap-release-acquire-1.c: This. + * gcc.target/arm/atomic-op-acq_rel.c: Rename into ... + * gcc.target/arm/atomic-op-acq_rel-1.c: This. + * gcc.target/arm/atomic-op-acquire.c: Rename into ... + * gcc.target/arm/atomic-op-acquire-1.c: This. + * gcc.target/arm/atomic-op-char.c: Rename into ... + * gcc.target/arm/atomic-op-char-1.c: This. + * gcc.target/arm/atomic-op-consume.c: Rename into ... + * gcc.target/arm/atomic-op-consume-1.c: This. + * gcc.target/arm/atomic-op-int.c: Rename into ... + * gcc.target/arm/atomic-op-int-1.c: This. + * gcc.target/arm/atomic-op-relaxed.c: Rename into ... + * gcc.target/arm/atomic-op-relaxed-1.c: This. + * gcc.target/arm/atomic-op-release.c: Rename into ... + * gcc.target/arm/atomic-op-release-1.c: This. + * gcc.target/arm/atomic-op-seq_cst.c: Rename into ... + * gcc.target/arm/atomic-op-seq_cst-1.c: This. + * gcc.target/arm/atomic-op-short.c: Rename into ... + * gcc.target/arm/atomic-op-short-1.c: This. + * gcc.target/arm/atomic-comp-swap-release-acquire-2.c: New test. + * gcc.target/arm/atomic-op-acq_rel-2.c: Likewise. + * gcc.target/arm/atomic-op-acquire-2.c: Likewise. + * gcc.target/arm/atomic-op-char-2.c: Likewise. + * gcc.target/arm/atomic-op-consume-2.c: Likewise. + * gcc.target/arm/atomic-op-int-2.c: Likewise. + * gcc.target/arm/atomic-op-relaxed-2.c: Likewise. + * gcc.target/arm/atomic-op-release-2.c: Likewise. + * gcc.target/arm/atomic-op-seq_cst-2.c: Likewise. + * gcc.target/arm/atomic-op-short-2.c: Likewise. + +2016-07-14 Andre Vehreschild + + PR fortran/70842 + * gfortran.dg/select_type_35.f03: New test. + +2016-07-14 Kyrylo Tkachov + + PR target/65951 + PR tree-optimization/70923 + * gcc.dg/vect/vect-mult-const-pattern-1.c: New test. + * gcc.dg/vect/vect-mult-const-pattern-2.c: Likewise. + * gcc.dg/vect/pr65951.c: Likewise. + * gcc.dg/vect/vect-iv-9.c: Remove ! vect_int_mult-specific scan. + +2016-07-14 David Edelsohn + + * c-c++-common/pr60226.c: Expect maximum object file alignment + error on AIX. + +2016-07-14 Richard Biener + + PR tree-optimization/71866 + * gcc.dg/torture/pr71866.c: New testcase. + +2016-07-14 Thomas Preud'homme + + * gcc.target/arm/pr42574.c: Add missing target keyword for the dg-do + selector and enclose boolean expression in curly braces. + +2016-07-14 Alan Modra + + PR target/71733 + * gcc.target/powerpc/p9-novsx.c: New. + +2016-07-13 Andi Kleen + + * g++.dg/tree-prof/indir-call-prof.C: Basic fixes for autofdo. + * g++.dg/tree-prof/morefunc.C: Dito. + * g++.dg/tree-prof/pr35545.C: Dito. + * g++.dg/tree-prof/reorder.C: Dito. + * gcc.dg/tree-prof/20050826-2.c: Dito. + * gcc.dg/tree-prof/cmpsf-1.c: Dito. + * gcc.dg/tree-prof/cold_partition_label.c: Dito. + * gcc.dg/tree-prof/ic-misattribution-1.c: Dito. + * gcc.dg/tree-prof/indir-call-prof.c: Dito. + * gcc.dg/tree-prof/inliner-1.c: Dito. + * gcc.dg/tree-prof/merge_block.c: Dito. + * gcc.dg/tree-prof/stringop-1.c: Dito. + * gcc.dg/tree-prof/stringop-2.c: Dito. + * gcc.dg/tree-prof/switch-case-1.c: Dito. + * gcc.dg/tree-prof/switch-case-2.c: Dito. + * gcc.dg/tree-prof/time-profiler-1.c: Dito. + * gcc.dg/tree-prof/time-profiler-2.c: Dito. + * gcc.dg/tree-prof/update-loopch.c: Dito. + * gcc.dg/tree-prof/val-prof-1.c: Dito. + * gcc.dg/tree-prof/val-prof-2.c: Dito. + * gcc.dg/tree-prof/val-prof-3.c: Dito. + * gcc.dg/tree-prof/val-prof-4.c: Dito. + * gcc.dg/tree-prof/val-prof-5.c: Dito. + * gcc.dg/tree-prof/val-prof-6.c: Dito. + * gcc.dg/tree-prof/val-prof-7.c: Dito. + +2016-07-13 Andi Kleen + + * lib/profopt.exp (profopt-execute): Remove .imports files. + +2016-07-13 Andi Kleen + + * lib/profopt.exp (profopt-execute): Always log profiler command line. + +2016-07-13 Andi Kleen + + * lib/profopt.exp (dg-final-scan-autofdo, + dg-final-scan-not-autofdo): New functions. + +2016-07-13 Bin Cheng + + * gcc.dg/vect/vect-35-big-array.c: Refine comment and test. + * gcc.dg/vect/vect-35.c: Ditto. + * gcc.dg/vect/vect-alias-check-2.c: New test. + +2016-07-13 Martin Liska + + * gfortran.dg/ldist-1.f90: Revert change introduces in r238114. + * gfortran.dg/vect/pr62283.f: Add -fno-ipa-icf to additional options. + * gfortran.dg/pr42108.f90: Update expected dump scan. + +2016-07-13 Richard Biener + + PR tree-optimization/24574 + * gcc.dg/pr24574.c: New testcase. + +2016-07-13 Senthil Kumar Selvaraj + + * c-c++-common/Wduplicated-cond-3.c (fn10): Use smaller const literal. + * c-c++-common/builtin-arith-overflow-2.c: Skip for avr. + * c-c++-common/pr68833-1.c: Require int32plus. + * gcc.dg/ipa/pr63551.c: Likewise. + * gcc.dg/ipa/pr63595.c: Require ptr32plus. + * gcc.dg/ipa/pr64041.c: Require int32plus. + +2016-07-13 Ilya Enkovich + + PR ipa/71633 + * g++.dg/pr71633.C: New test. + +2016-07-13 Thomas Preud'homme + + * lib/target-supports.exp (check_effective_target_arm_thumb1_cbz_ok): + Add new arm_thumb1_cbz_ok effective target. + * gcc.target/arm/cbz.c: New test. + +2016-07-13 Thomas Preud'homme + + * lib/target-supports.exp (check_effective_target_arm_thumb1_movt_ok): + Define effective target. + * gcc.target/arm/pr42574.c: Require arm_thumb1_ok and + !arm_thumb1_movt_ok to exclude ARMv8-M Baseline. + * gcc.target/arm/movhi_movw.c: New test. + * gcc.target/arm/movsi_movw.c: Likewise. + * gcc.target/arm/movdi_movw.c: Likewise. + +2016-07-13 Richard Biener + + PR middle-end/71104 + * gcc.dg/pr71104-1.c: New testcase. + * gcc.dg/pr71104-2.c: Likewise. + +2016-07-12 Michael Meissner + + PR target/71805 + * gcc.target/powerpc/pr71805.c: New test. + +2016-07-12 Bill Schmidt + + * gcc.target/powerpc/divkc3-1.c: New. + * gcc.target/powerpc/mulkc3-1.c: New. + +2016-07-12 Nathan Sidwell + + * gcc.target/arm/data-rel-1.c: New. + * gcc.target/arm/data-rel-2.c: New. + * gcc.target/arm/data-rel-3.c: New. + +2016-07-12 Martin Liska + + * gcc.dg/params/blocksort-part.c: New test. + * gcc.dg/params/params.exp: New file. + +2016-07-12 Kyrylo Tkachov + + PR middle-end/71700 + * gcc.c-torture/execute/pr71700.c: New test. + +2016-07-12 Steven Bosscher + Richard Biener + + PR tree-optimization/23286 + PR tree-optimization/70159 + * gcc.dg/tree-ssa/ssa-pre-11.c: Disable code hosting. + * gcc.dg/tree-ssa/ssa-pre-27.c: Likewise. + * gcc.dg/tree-ssa/ssa-pre-28.c: Likewise. + * gcc.dg/tree-ssa/ssa-pre-2.c: Likewise. + * gcc.dg/tree-ssa/pr35286.c: Likewise. + * gcc.dg/tree-ssa/pr35287.c: Likewise. + * gcc.dg/hoist-register-pressure-1.c: Likewise. + * gcc.dg/hoist-register-pressure-2.c: Likewise. + * gcc.dg/hoist-register-pressure-3.c: Likewise. + * gcc.dg/pr51879-12.c: Likewise. + * gcc.dg/strlenopt-9.c: Likewise. + * gcc.dg/tree-ssa/pr47392.c: Likewise. + * gcc.dg/tree-ssa/pr68619-4.c: Likewise. + * gcc.dg/tree-ssa/split-path-5.c: Likewise. + * gcc.dg/tree-ssa/slsr-35.c: Likewise. + * gcc.dg/tree-ssa/slsr-36.c: Likewise. + * gcc.dg/tree-ssa/loadpre3.c: Adjust so hosting doesn't apply. + * gcc.dg/tree-ssa/pr43491.c: Scan optimized dump for desired result. + * gcc.dg/tree-ssa/ssa-pre-31.c: Adjust expected outcome for hoisting. + * gcc.dg/tree-ssa/ssa-hoist-1.c: New testcase. + * gcc.dg/tree-ssa/ssa-hoist-2.c: New testcase. + * gcc.dg/tree-ssa/ssa-hoist-3.c: New testcase. + * gcc.dg/tree-ssa/ssa-hoist-4.c: New testcase. + * gcc.dg/tree-ssa/ssa-hoist-5.c: New testcase. + * gcc.dg/tree-ssa/ssa-hoist-6.c: New testcase. + * gfortran.dg/pr43984.f90: Adjust expected outcome. + +2016-07-12 Richard Biener + + PR rtl-optimization/68961 + * gcc.target/i386/pr68961.c: New testcase. + +2016-07-11 Jakub Jelinek + + PR middle-end/71758 + * c-c++-common/gomp/pr71758.c: New test. + * gfortran.dg/gomp/pr71758.f90: New test. + + PR tree-optimization/71823 + * gcc.dg/vect/pr71823.c: New test. + +2016-07-11 David Malcolm + + * gcc.dg/plugin/location_overflow_plugin.c (plugin_init): Avoid + hardcoding the values of LINE_MAP_MAX_LOCATION_WITH_PACKED_RANGES + and LINE_MAP_MAX_LOCATION_WITH_COLS. + +2016-07-11 H.J. Lu + + PR target/71801 + * gcc.target/i386/pr71801.c: New test. + +2016-07-11 Richard Biener + + PR tree-optimization/71816 + * gcc.dg/torture/pr71816.c: New testcase. + +2016-07-09 Thomas Koenig + + PR fortran/71783 + * gfortran.dg/dependency_46.f90: New test. + +2016-07-08 Vladimir Makarov + + PR rtl-optimization/71621 + * gcc.target/i386/pr71621-1.c: New. + * gcc.target/i386/pr71621-2.c: New. + +2016-07-08 Cesar Philippidis + + * gfortran.dg/goacc/pr71704.f90: New test. + +2016-07-08 Bill Schmidt + + PR target/71297 + * gcc.target/powerpc/pr71297.c: New. + +2016-07-08 Jiong Wang + + * gcc.target/aarch64/simd/vminmaxnm_1.c: New. + +2016-07-08 Michael Meissner + + PR target/71806 + * gcc.target/powerpc/p9-lxvx-stxvx-3.c: Add -mfloat128 option. + +2016-07-08 Alan Hayward + + PR tree-optimization/71667 + * gcc.dg/vect/pr71667.c: New + +2016-07-08 Martin Liska + + * gcc.dg/torture/pr71606.c: New test. + +2016-07-07 Jerry DeLisle + + PR fortran/71764 + * gfortran.dg/pr71764.f90: New test. + +2016-07-07 Jakub Jelinek + Kai Tietz + + PR c++/70869 + PR c++/71054 + * g++.dg/cpp0x/pr70869.C: New test. + * g++.dg/cpp0x/pr71054.C: New test. + +2016-07-07 David Edelsohn + + * g++.dg/debug/pr71432.C: Fail on AIX. + +2016-07-07 Martin Liska + + * gfortran.dg/do_1.f90: Remove a corner case that triggers + an undefined behavior. + * gfortran.dg/do_3.F90: Likewise. + * gfortran.dg/do_check_11.f90: New test. + * gfortran.dg/do_check_12.f90: New test. + * gfortran.dg/do_corner_warn.f90: New test. + +2016-07-07 Martin Liska + + * gfortran.dg/predict-1.f90: Ammend the test. + * gfortran.dg/predict-2.f90: Likewise. + +2016-07-07 Ilya Enkovich + + PR ipa/71624 + * g++.dg/pr71624.C: New test. + +2016-07-07 Thomas Preud'homme + + * lib/target-supports.exp: Generate add_options_for_arm_arch_FUNC and + check_effective_target_arm_arch_FUNC_multilib for ARMv8-M Baseline and + ARMv8-M Mainline architectures. + +2016-07-07 Thomas Preud'homme + + * lib/target-supports.exp (check_effective_target_arm_cortex_m): Use + __ARM_ARCH_ISA_ARM to test for Cortex-M devices. + +2016-07-06 Segher Boessenkool + + PR target/70098 + PR target/71763 + * gcc.target/powerpc/pr71763.c: New file. + +2016-07-06 Yuri Rumyantsev + + PR tree-optimization/71518 + * gcc.dg/pr71518.c: New test. + +2016-07-06 Wilco Dijkstra + + * gcc.target/arm/vst1Q_laneu64-1.c (foo): Use unsigned char*. + +2016-07-06 Senthil Kumar Selvaraj + + PR target/50739 + * gcc.target/avr/pr50739.c: New test. + +2016-07-05 Jan Hubicka + + * gcc.dg/tree-ssa/scev-14.c: update template. + +2016-07-06 Richard Sandiford + + * gcc.dg/vect/group-no-gaps-1.c: New test. + +2016-07-05 Andi Kleen + + * gcc.target/i386/mpx/mpx-check.h: Check XGETBV output + if kernel supports MPX. + +2016-07-05 Kito Cheng + + * gcc.c-torture/compile/pr69102.c: Require fpic support. + +2016-07-05 Michael Meissner + Bill Schmidt + + * gcc.target/powerpc/signbit-1.c: New test. + * gcc.target/powerpc/signbit-2.c: New test. + * gcc.target/powerpc/signbit-3.c: New test. + +2016-07-05 Kyrylo Tkachov + + PR rtl-optimization/71594 + * gcc.dg/torture/pr71594.c: New test. + +2016-07-05 Jan Hubicka + + * gcc.dg/tree-ssa/scev-14.c: new testcase. + +2016-07-05 David Malcolm + + PR c++/62314 + * g++.dg/parse/error5.C: Update column + number of missing semicolon error. + * g++.dg/pr62314-2.C: New test case. + +2016-07-05 Alessandro Fanfarillo + + * gfortran.dg/coarray_stat_function.f90: New test. + * gfortran.dg/coarray_stat_whitespace.f90: New test. + * gfortran.dg/coarray_lib_comm_1: Adapting old test + to new interfaces. + +2016-07-05 Andre Vehreschild + + PR fortran/71623 + * gfortran.dg/deferred_character_17.f90: New test. + +2016-07-05 Christophe Lyon + + * gcc.target/arm/neon/polytypes.c: Move to ... + * gcc.target/arm/polytypes.c: ... here. + * gcc.target/arm/neon/pr51534.c: Move to ... + * gcc.target/arm/pr51534.c: ... here. + * gcc.target/arm/neon/vect-vcvt.c: Move to ... + * gcc.target/arm/vect-vcvt.c: ... here. + * gcc.target/arm/neon/vect-vcvtq.c: Move to ... + * gcc.target/arm/vect-vcvtq.c: ... here. + * gcc.target/arm/neon/vfp-shift-a2t2.c: Move to ... + * gcc.target/arm/vfp-shift-a2t2.c: ... here. + * gcc.target/arm/neon/vst1Q_laneu64-1.c: Move to ... + * gcc.target/arm/vst1Q_laneu64-1.c: ... here. Fix foo() prototype. + * gcc.target/arm/neon/neon.exp: Delete. + * gcc.target/arm/neon/: Delete. + +2016-07-04 Jerry DeLisle + + PR fortran/65575 + * gfortran.dg: pr65575.f90: New test. + +2016-07-04 Jerry DeLisle + + PR fortran/35849 + * gfortran.dg: pr35849.f90: New test. + +2016-07-04 Jakub Jelinek + + PR c++/71739 + * g++.dg/cpp0x/pr71739.C: New test. + +2016-07-04 Christophe Lyon + + * c-c++-common/asan/clone-test-1.c (main): Handle clone() failure. + +2016-07-04 Dominik Vogt + + * gcc.target/s390/vector/vec-scalar-cmp-1.c: Expect lochi instead of + locr. + * gcc.target/s390/loc-1.c: New test. + +2016-07-04 Yuri Rumyantsev + + * gcc.target/i386/avx512f-vect-perm-1.c: New test. + * gcc.target/i386/avx512f-vect-perm-2.c: New test. + +2016-07-04 Ramana Radhakrishnan + + PR target/63874 + * gcc.target/aarch64/pr63874.c: New test. + +2016-07-04 Jan Beulich + + * g++.dg/header.c: New. + * gcc.dg/header.c: New. + +2016-07-02 Jakub Jelinek + + PR c/71719 + * c-c++-common/Wunused-var-15.c: New test. + +2016-07-01 Jakub Jelinek + + PR fortran/71687 + * gfortran.dg/gomp/pr71687.f90: New test. + +2016-07-01 Bill Schmidt + + * gcc.dg/const-float128-ped.c: Require __float128 effective + target and options. + * gcc.dg/const-float128.c: Likewise. + * gcc.dg/torture/float128-cmp-invalid.c: Require + __float128 and base_quadfloat_support effective targets, and + __float128 options. + * gcc.dg/torture/float128-div-underflow.c: Likewise. + * gcc.dg/torture/float128-extend-nan.c: Likewise. + * gcc.dg/torture/float128-nan.c: Likewise. + * gcc.dg/torture/fp-int-convert-float128-timode-2.c: Likewise. + * gcc.dg/torture/fp-int-convert-float128-timode-3.c: Likewise. + * gcc.dg/torture/fp-int-convert-float128-timode.c: Likewise. + * lib/target-supports.exp (check_effective_target___float128): New. + (add_options_for___float128): New. + (check_effective_target_base_quadword_support): New. + +2016-07-01 Michael Meissner + + PR target/71720 + * gcc.target/powerpc/pr71720.c: New test. + +2016-07-01 Jan Beulich + + * gcc.dg/bss.c: New. + +2016-07-01 Peter Bergner + + PR target/71698 + * gcc.target/powerpc/pr71698.c: New test. + +2016-07-01 Georg-Johann Lay + + PR target/71151 + * gcc.target/avr/pr71151-common.h (foo): Use macro SECTION_NAME + instead of ".foo" for its section name. + * gcc.target/avr/pr71151-2.c (SECTION_NAME): Define appropriately + depending on MCU's flash size. + * gcc.target/avr/pr71151-3.c (SECTION_NAME): Dito. + * gcc.target/avr/pr71151-4.c (SECTION_NAME): Dito. + * gcc.target/avr/pr71151-5.c (SECTION_NAME): Dito. + * gcc.target/avr/pr71151-6.c (SECTION_NAME): Dito. + * gcc.target/avr/pr71151-7.c (SECTION_NAME): Dito. + * gcc.target/avr/pr71151-8.c (SECTION_NAME): Dito. + +2016-07-01 Jan Beulich + + * gcc.target/i386/pr65105-2.c: Add -msse2. + +2016-06-30 Jakub Jelinek + + PR tree-optimization/71707 + * gcc.dg/strlenopt-29.c: New test. + + PR fortran/71704 + * gfortran.dg/gomp/pr71704.f90: New test. + + PR fortran/71705 + * gfortran.dg/gomp/pr71705.f90: New test. + +2016-06-30 Kelvin Nilsen + + * gcc.target/powerpc/dfp/dfp.exp: New dejagnu test script. + * gcc.target/powerpc/dfp/dtstsfi-0.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-1.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-10.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-11.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-12.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-13.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-14.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-15.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-16.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-17.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-18.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-19.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-2.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-20.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-21.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-22.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-23.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-24.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-25.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-26.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-27.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-28.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-29.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-3.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-30.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-31.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-32.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-33.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-34.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-35.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-36.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-37.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-38.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-39.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-4.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-40.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-41.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-42.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-43.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-44.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-45.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-46.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-47.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-48.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-49.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-5.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-50.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-51.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-52.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-53.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-54.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-55.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-56.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-57.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-58.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-59.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-6.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-60.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-61.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-62.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-63.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-64.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-65.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-66.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-67.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-68.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-69.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-7.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-70.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-71.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-72.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-73.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-74.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-75.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-76.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-77.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-78.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-79.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-8.c: New test. + * gcc.target/powerpc/dfp/dtstsfi-9.c: New test. + +2016-06-30 Kyrylo Tkachov + James Greenhalgh + + * gcc.target/aarch64/vect_copy_lane_1.c: New test. + +2016-06-30 James Greenhalgh + Kyrylo Tkachov + + * gcc.target/aarch64/vget_set_lane_1.c: New test. + +2016-06-30 David Malcolm + + PR driver/71651 + * gcc.dg/spellcheck-options-12.c: New test case. + +2016-06-30 Jakub Jelinek + + PR middle-end/71693 + * gcc.c-torture/compile/pr71693.c: New test. + +2016-06-29 David Malcolm + + * gcc.dg/spellcheck-params.c: New testcase. + * gcc.dg/spellcheck-params-2.c: New testcase. + +2016-06-29 Michael Meissner + + * gcc.target/powerpc/p9-extract-1.c: New file to test ISA 3.0 + vector extract instructions. + * gcc.target/powerpc/p9-extract-2.c: Likewise. + +2016-06-29 Jerry DeLisle + + PR fortran/71686 + * gfortran.dg/unexpected_eof_2.f90: New test. + * gfortran.dg/unexpected_eof_3.f90: New test. + +2016-06-29 Jim Wilson + + * gcc.dg/asr_div1.c: Add aarch64 specific dg-options. + +2016-06-29 Cesar Philippidis + + * gfortran.dg/goacc/asyncwait-2.f95: Updated expected diagnostics. + * gfortran.dg/goacc/asyncwait-3.f95: Likewise. + * gfortran.dg/goacc/asyncwait-4.f95: Add test coverage. + +2016-06-29 Richard Biener + + PR middle-end/15256 + * gcc.dg/tree-ssa/forwprop-34.c: New testcase. + +2016-06-29 Matthew Wahab + + * gcc.target/arm/aapcs/neon-vect10.c: Require + -mfloat-ab=hard. Replace arm_neon_fp16_ok with arm_neon_fp16_hw. + * gcc.target/arm/aapcs/neon-vect9.c: Likewise. + * gcc.target/arm/aapcs/vfp18.c: Likewise. + * gcc.target/arm/aapcs/vfp19.c: Likewise. + * gcc.target/arm/aapcs/vfp20.c: Likewise. + * gcc.target/arm/aapcs/vfp21.c: Likewise. + * gcc.target/arm/fp16-aapcs-1.c: Require + -mfloat-ab=hard. Also simplify the test. + * gcc.target/arm/fp16-aapcs-2.c: New. + +2016-06-29 Matthew Wahab + + * lib/target-supports.exp (add_options_for_arm_fp16): Reword comment. + (add_options_for_arm_fp16_ieee): New. + (add_options_for_arm_fp16_alternative): New. + (effective_target_arm_fp16_ok_nocache): Add to comment. Fix a + long-line. + (effective_target_arm_fp16_hw): New. + +2016-06-29 Ilya Enkovich + + PR tree-optimization/71655 + * g++.dg/pr71655.C: New test. + +2016-06-29 Martin Liska + + * gcc.dg/pr71585.c: New test. + * gcc.dg/pr71585-2.c: New test. + * gcc.dg/pr71585-3.c: New test. + +2016-06-29 Yuri Rumyantsev + + PR tree-optimization/70729 + * g++.dg/vect/pr70729.cc: New test. + +2016-06-29 Thomas Schwinge + + * c-c++-common/gomp/cancel-1.c: Extend. + +2016-06-29 Jakub Jelinek + + PR tree-optimization/71625 + * gcc.dg/strlenopt-28.c: New test. + +2016-06-29 Richard Biener + + PR middle-end/71002 + * g++.dg/torture/pr71002.C: Adjust testcase. + +2016-06-29 Jakub Jelinek + + PR c/71685 + * gcc.dg/pr71685.c: New test. + +2016-06-28 Martin Sebor + + PR c/71552 + * gcc.dg/init-bad-9.c: New test. + +2016-06-28 Bill Schmidt + + * gcc.target/powerpc/abs128-1.c: Require VSX. + * gcc.target/powerpc/copysign128-1.c: Likewise. + * gcc.target/powerpc/inf128-1.c: Likewise. + * gcc.target/powerpc/nan128-1.c: Likewise. + +2016-06-28 Jakub Jelinek + + PR middle-end/71626 + * gcc.c-torture/execute/pr71626-1.c: New test. + * gcc.c-torture/execute/pr71626-2.c: New test. + +2016-06-28 Peter Bergner + + PR target/71656 + * gcc.target/powerpc/pr71656-2.c: Fix syntax errors. + +2016-06-27 Segher Boessenkool + + PR target/71670 + * gcc.target/powerpc/pr71670.c: New testcase. + +2016-06-27 Peter Bergner + + PR target/71656 + * gcc.target/powerpc/pr71656-1.c: New test. + * gcc.target/powerpc/pr71656-2.c: New test. + +2016-06-27 Christophe Lyon + + * gcc.target/aarch64/advsimd-intrinsics/vget_lane.c: Add ifdef + around fp16 code. + * gcc.target/aarch64/advsimd-intrinsics/vreinterpret.c: Likewise. + * gcc.target/aarch64/advsimd-intrinsics/vreinterpret_p128.c: Likewise. + * gcc.target/aarch64/advsimd-intrinsics/vreinterpret_p64.c: Likewise. + * gcc.target/aarch64/advsimd-intrinsics/vstX_lane.c: Likewise. + * gcc.target/aarch64/advsimd-intrinsics/vld2_lane_f16_indices_1.c: + Add arm_neon_fp16_ok effective target. + * gcc.target/aarch64/advsimd-intrinsics/vld2q_lane_f16_indices_1.c: + Likewise. + * gcc.target/aarch64/advsimd-intrinsics/vld3_lane_f16_indices_1.c: + Likewise. + * gcc.target/aarch64/advsimd-intrinsics/vld3q_lane_f16_indices_1.c: + Likewise. + * gcc.target/aarch64/advsimd-intrinsics/vld4_lane_f16_indices_1.c: + Likewise. + * gcc.target/aarch64/advsimd-intrinsics/vld4q_lane_f16_indices_1.c: + Likewise. + * gcc.target/aarch64/advsimd-intrinsics/vst2_lane_f16_indices_1.c: + Likewise. + * gcc.target/aarch64/advsimd-intrinsics/vst2q_lane_f16_indices_1.c: + Likewise. + * gcc.target/aarch64/advsimd-intrinsics/vst3_lane_f16_indices_1.c: + Likewise. + * gcc.target/aarch64/advsimd-intrinsics/vst3q_lane_f16_indices_1.c: + Likewise. + * gcc.target/aarch64/advsimd-intrinsics/vst4_lane_f16_indices_1.c: + Likewise. + * gcc.target/aarch64/advsimd-intrinsics/vst4q_lane_f16_indices_1.c: + Likewise. + +2016-06-26 Jan Hubicka + + * gcc.dg/predict-12.c: New testcase. + +2016-06-25 Jerry DeLisle + + PR fortran/71649 + * gfortran.dg/pr71649.f90: New test. + +2016-06-25 Jakub Jelinek + + PR tree-optimization/71643 + * g++.dg/opt/pr71643.C: New test. + + PR tree-optimization/71631 + * gcc.c-torture/execute/pr71631.c: New test. + +2016-06-24 Jan Hubicka + + * gcc.dg/predict-11.c: New testcase. + * gfortran.dg/predict-2.f90: New testcase. + +2016-06-24 Jan Hubicka + + * gcc.dg/predict-10.c: New test. + +2016-06-24 Bill Schmidt + + * gcc.target/powerpc/abs128-1.c: New. + * gcc.target/powerpc/copysign128-1.c: New. + * gcc.target/powerpc/inf128-1.c: New. + * gcc.target/powerpc/nan128-1.c: New. + +2016-06-24 Eric Botcazou + + * gfortran.dg/pr71642.f90: New test. + +2016-06-24 Jakub Jelinek + + PR tree-optimization/71647 + * gcc.target/i386/pr71647.c: New test. + +2016-06-24 H.J. Lu + + * gcc.target/i386/noplt-gd-1.c: New test. + * gcc.target/i386/noplt-gd-2.c: Likewise. + * gcc.target/i386/noplt-gd-3.c: Likewise. + * gcc.target/i386/noplt-ld-1.c: Likewise. + * gcc.target/i386/noplt-ld-2.c: Likewise. + * gcc.target/i386/noplt-ld-3.c: Likewise. + * lib/target-supports.exp + (check_effective_target_tls_get_addr_via_got): New. + +2016-06-24 Uros Bizjak + + * gcc.dg/vect/vect-nb-iter-ub-1.c: Remove default vector + testsuite compile flags. + * gcc.dg/vect/vect-nb-iter-ub-2.c: Ditto. + * gcc.dg/vect/vect-nb-iter-ub-3.c: Ditto. + +2016-06-24 Uros Bizjak + + * g++dg/vect/pr36684.cc: Add dg-do compile. + * gcc.dg/vect/O3-pr70130.c: Remove dg-do run. + * gcc.dg/vect/pr70021.c: Ditto. + * gcc.dg/vect/pr70138-1.c: Ditto. + * gcc.dg/vect/pr70138-2.c: Ditto. + * gcc.dg/vect/pr70354-1.c: Ditto. + * gcc.dg/vect/pr70354-2.c: Ditto. + * gcc.dg/vect/pr71259.c: Ditto. + * gcc.dg/vect/pr71416-1.c: Ditto. + * gcc.dg/vect/slp-43.c: Ditto. + * gcc.dg/vect/slp-45.c: Ditto. + * gcc.dg/vect/vect-nb-iter-ub-1.c: Ditto. + * gcc.dg/vect/vect-nb-iter-ub-2.c: Ditto. + * gcc.dg/vect/vect-nb-iter-ub-3.c: Ditto. + * gfortran.dg/vect/pr69980.f90: Ditto. + +2016-06-24 Uros Bizjak + + * gcc.dg/vect/O3-pr70130.c: Include tree-vect.h and call check_vect. + * gcc.dg/vect/bb-slp-30.c: Ditto. + * gcc.dg/vect/costmodel/i386/costmodel-vect-33.c: Ditto. + * gcc.dg/vect/fast-math-bb-slp-call-3.c: Ditto. + * gcc.dg/vect/pr45902.c: Ditto. + * gcc.dg/vect/pr48172.c: Ditto. + * gcc.dg/vect/pr48377.c: Ditto. + * gcc.dg/vect/pr49038.c: Ditto. + * gcc.dg/vect/pr49771.c: Ditto. + * gcc.dg/vect/pr52091.c: Ditto. + * gcc.dg/vect/pr53185-2.c: Ditto. + * gcc.dg/vect/pr56826.c: Ditto. + * gcc.dg/vect/pr60276.c: Ditto. + * gcc.dg/vect/pr62021.c: Ditto. + * gcc.dg/vect/pr63530.c: Ditto. + * gcc.dg/vect/pr65518.c: Ditto. + * gcc.dg/vect/pr65947-1.c: Ditto. + * gcc.dg/vect/pr65947-10.c: Ditto. + * gcc.dg/vect/pr65947-11.c: Ditto. + * gcc.dg/vect/pr65947-12.c: Ditto. + * gcc.dg/vect/pr65947-13.c: Ditto. + * gcc.dg/vect/pr65947-2.c: Ditto. + * gcc.dg/vect/pr65947-3.c: Ditto. + * gcc.dg/vect/pr65947-4.c: Ditto. + * gcc.dg/vect/pr65947-5.c: Ditto. + * gcc.dg/vect/pr65947-6.c: Ditto. + * gcc.dg/vect/pr65947-7.c: Ditto. + * gcc.dg/vect/pr65947-8.c: Ditto. + * gcc.dg/vect/pr65947-9.c: Ditto. + * gcc.dg/vect/pr71416-1.c: Ditto. + * gcc.dg/vect/pr71439.c: Ditto. + * gcc.dg/vect/slp-widen-mult-half.c: Ditto. + * gcc.dg/vect/vect-bswap16.c: Ditto. + * gcc.dg/vect/vect-bswap32.c: Ditto. + * gcc.dg/vect/vect-bswap64.c: Ditto. + * gcc.dg/vect/vect-live-1.c: Ditto. + * gcc.dg/vect/vect-live-2.c: Ditto. + * gcc.dg/vect/vect-live-3.c: Ditto. + * gcc.dg/vect/vect-live-4.c: Ditto. + * gcc.dg/vect/vect-live-5.c: Ditto. + * gcc.dg/vect/vect-live-slp-1.c: Ditto. + * gcc.dg/vect/vect-live-slp-2.c: Ditto. + * gcc.dg/vect/vect-live-slp-3.c: Ditto. + * gcc.dg/vect/vect-nb-iter-ub-1.c: Ditto. + * gcc.dg/vect/vect-nb-iter-ub-2.c: Ditto. + * gcc.dg/vect/vect-nb-iter-ub-3.c: Ditto. + * gcc.dg/vect/vect-neg-store-1.c: Ditto. + * gcc.dg/vect/vect-neg-store-2.c: Ditto. + * gcc.dg/vect/vect-outer-pr69720.c: Ditto. + * gcc.dg/vect/vect-reduc-mul_1.c: Ditto. + * gcc.dg/vect/vect-reduc-mul_2.c: Ditto. + * gcc.dg/vect/vect-reduc-or_1.c: Ditto. + * gcc.dg/vect/vect-reduc-or_2.c: Ditto. + * gcc.dg/vect/vect-widen-mult-const-s16.c: Ditto. + * gcc.dg/vect/vect-widen-mult-const-u16.c: Ditto. + * gcc.dg/vect/vect-widen-mult-half-u8.c: Ditto. + * gcc.dg/vect/vect-widen-mult-half.c: Ditto. + +2016-06-24 Uros Bizjak + + * gcc.dg/torture/float128-cmp-invalid.c (main): Use __builtin_nanq. + +2016-06-24 H.J. Lu + + * gcc.target/i386/noplt-1.c: Don't disable for ia32. Scan for + ia32 if R_386_GOT32X relocation is supported. + * gcc.target/i386/noplt-3.c: Likewise. + * gcc.target/i386/noplt-2.c: Likewise. + (main): Renamed to ... + (bar): This. + * gcc.target/i386/noplt-4.c: Likewise. + (main): Renamed to ... + (bar): This. + * gcc.target/i386/pr67400-3.c: Don't disable for ia32. + * gcc.target/i386/pr67400-5.c: Likewise. + +2016-06-24 Jakub Jelinek + + * c-c++-common/torture/builtin-arith-overflow-p-19.c: Run for C++ too. + * g++.dg/ext/builtin-arith-overflow-2.C: New test. + + * c-c++-common/builtin-arith-overflow-1.c (generic_wrong_type, f3, + f4): Adjust expected diagnostics. + * c-c++-common/torture/builtin-arith-overflow.h (TP): New macro. + (T): If OVFP is defined, redefine to TP. + * c-c++-common/torture/builtin-arith-overflow-12.c: Adjust comment. + * c-c++-common/torture/builtin-arith-overflow-p-1.c: New test. + * c-c++-common/torture/builtin-arith-overflow-p-2.c: New test. + * c-c++-common/torture/builtin-arith-overflow-p-3.c: New test. + * c-c++-common/torture/builtin-arith-overflow-p-4.c: New test. + * c-c++-common/torture/builtin-arith-overflow-p-5.c: New test. + * c-c++-common/torture/builtin-arith-overflow-p-6.c: New test. + * c-c++-common/torture/builtin-arith-overflow-p-7.c: New test. + * c-c++-common/torture/builtin-arith-overflow-p-8.c: New test. + * c-c++-common/torture/builtin-arith-overflow-p-9.c: New test. + * c-c++-common/torture/builtin-arith-overflow-p-10.c: New test. + * c-c++-common/torture/builtin-arith-overflow-p-11.c: New test. + * c-c++-common/torture/builtin-arith-overflow-p-12.c: New test. + * c-c++-common/torture/builtin-arith-overflow-p-13.c: New test. + * c-c++-common/torture/builtin-arith-overflow-p-14.c: New test. + * c-c++-common/torture/builtin-arith-overflow-p-15.c: New test. + * c-c++-common/torture/builtin-arith-overflow-p-16.c: New test. + * c-c++-common/torture/builtin-arith-overflow-p-17.c: New test. + * c-c++-common/torture/builtin-arith-overflow-p-18.c: New test. + * c-c++-common/torture/builtin-arith-overflow-p-19.c: New test. + * g++.dg/ext/builtin-arith-overflow-1.C: Pass 0 instead of C + as last argument to __builtin_add_overflow_p. + +2016-06-23 Uros Bizjak + + * g++.dg/vect/pr33834_2.cc: Use dg-additional-options instead of + dg-options and remove default vector testsuite compile flags. + * g++.dg/vect/pr33860a.cc: Ditto. + * g++.dg/vect/pr45470-a.cc: Ditto. + * g++.dg/vect/pr45470-b.cc: Ditto. + * g++.dg/vect/pr60896.cc: Ditto. + * gcc.dg/vect/no-tree-pre-pr45241.c: Ditto. + * gcc.dg/vect/pr18308.c: Ditto. + * gcc.dg/vect/pr24049.c: Ditto. + * gcc.dg/vect/pr33373.c: Ditto. + * gcc.dg/vect/pr36228.c: Ditto. + * gcc.dg/vect/pr42395.c: Ditto. + * gcc.dg/vect/pr42604.c: Ditto. + * gcc.dg/vect/pr46663.c: Ditto. + * gcc.dg/vect/pr48765.c: Ditto. + * gcc.dg/vect/pr49093.c: Ditto. + * gcc.dg/vect/pr49352.c: Ditto. + * gcc.dg/vect/pr52298.c: Ditto. + * gcc.dg/vect/pr52870.c: Ditto. + * gcc.dg/vect/pr53185.c: Ditto. + * gcc.dg/vect/pr53773.c: Ditto. + * gcc.dg/vect/pr56695.c: Ditto. + * gcc.dg/vect/pr62171.c: Ditto. + * gcc.dg/vect/pr63530.c: Ditto. + * gcc.dg/vect/pr68339.c: Ditto. + * gcc.dg/vect/pr71259.c: Ditto. + * gcc.dg/vect/vect-82_64.c: Ditto. + * gcc.dg/vect/vect-83_64.c: Ditto. + * gcc.dg/vect/vect-debug-pr41926.c: Ditto. + * gcc.dg/vect/vect-shift-2-big-array.c: Ditto. + * gcc.dg/vect/vect-shift-2.c: Ditto. + * gfortran.dg/vect/fast-math-mgrid-resid.f: Ditto. + * gfortran.dg/vect/pr39318.f90: Ditto. + * gfortran.dg/vect/pr45714-a.f: Ditto. + * gfortran.dg/vect/pr45714-b.f: Ditto. + * gfortran.dg/vect/pr46213.f90: Ditto. + +2016-06-23 Michael Meissner + Bill Schmidt + + * gcc.target/powerpc/p9-splat-5.c: New test. + +2016-06-23 Uros Bizjak + + PR tree-optimization/71488 + * gcc.target/i386/i386.exp (check_effective_target_sse4): Move to ... + * lib/target-supports.exp: ... here. + (check_sse4_hw_available): New procedure. + (check_effective_target_sse4_runtime): Ditto. + * g++.dg/pr71488.C (dg-additional-options): Use -msse4 instead of + -march=westmere for sse4_runtime targets. + * gcc.dg/vect/tree-vect.h (check_vect): Handle __SSE4_2__. + * gcc.dg/vect/vect-bool-cmp.c: Include "tree-vect.h". + (dg-additional-options): Use for sse4_runtime targets. + (main): Call check_vect (). + (dg-final): Perform scan only for sse4_runtime targets. + +2016-06-23 H.J. Lu + + PR target/66232 + PR target/67400 + * gcc.target/i386/pr66232-14.c: New file. + * gcc.target/i386/pr66232-15.c: Likewise. + * gcc.target/i386/pr66232-16.c: Likewise. + * gcc.target/i386/pr66232-17.c: Likewise. + * gcc.target/i386/pr67400-1.c: Don't disable for ia32. Scan for + ia32 if R_386_GOT32X relocation is supported. + * gcc.target/i386/pr67400-2.c: Likewise. + * gcc.target/i386/pr67400-3.c: Likewise. + * gcc.target/i386/pr67400-4.c: Likewise. + * gcc.target/i386/pr67400-6.c: Likewise. + * gcc.target/i386/pr67400-7.c: Likewise. + * lib/target-supports.exp (check_effective_target_got32x_reloc): New. + +2016-06-23 Jerry DeLisle + + PR libgfortran/48852 + * gfortran.dg/char4_iunit_1.f03: Update test. + * gfortran.dg/f2003_io_5.f03: Update test. + * gfortran.dg/real_const_3.f90: Update test. + +2016-06-23 Andi Kleen + + * g++.dg/bprob/bprob.exp: Support autofdo. + * g++.dg/tree-prof/tree-prof.exp: dito. + * gcc.dg/tree-prof/tree-prof.exp: dito. + * gcc.misc-tests/bprob.exp: dito. + * gfortran.dg/prof/prof.exp: dito. + * lib/profopt.exp: dito. + * lib/target-supports.exp: Check for autofdo. + +2016-06-23 Martin Liska + + * gcc.dg/pr71619.c: New test. + +2016-06-23 H.J. Lu + + PR target/67400 + * gcc.target/i386/pr67400-1.c: New test. + * gcc.target/i386/pr67400-2.c: Likewise. + * gcc.target/i386/pr67400-3.c: Likewise. + * gcc.target/i386/pr67400-4.c: Likewise. + * gcc.target/i386/pr67400-5.c: Likewise. + * gcc.target/i386/pr67400-6.c: Likewise. + * gcc.target/i386/pr67400-7.c: Likewise. + +2016-06-22 David Malcolm + + * c-c++-common/missing-header-1.c: New test case. + * c-c++-common/missing-header-2.c: New test case. + * c-c++-common/missing-header-3.c: New test case. + * c-c++-common/missing-header-4.c: New test case. + +2016-06-22 David Malcolm + + PR c/70339 + * c-c++-common/attributes-1.c: Update dg-prune-output to include + hint. + * gcc.dg/diagnostic-token-ranges.c (undeclared_identifier): Update + expected results due to builtin "nanl" now being suggested for + "name". + * gcc.dg/pr67580.c: Update expected messages. + * gcc.dg/spellcheck-identifiers.c: New testcase. + * gcc.dg/spellcheck-typenames.c: New testcase. + +2016-06-22 David Malcolm + + * gcc.dg/plugin/diagnostic-test-show-locus-parseable-fixits.c: New + file. + * gcc.dg/plugin/plugin.exp (plugin_test_list): Add + diagnostic-test-show-locus-parseable-fixits.c to sources for + diagnostic_plugin_test_show_locus.c. + * lib/gcc-defs.exp (freeform_regexps): New global. + (dg-regexp): New function. + (handle-dg-regexps): New function. + * lib/gcc-dg.exp (cleanup-after-saved-dg-test): Reset + freeform_regexps to the empty list. + * lib/prune.exp (prune_gcc_output): Call handle-dg-regexps. + +2016-06-22 Ilya Enkovich + + PR tree-optimization/71488 + * g++.dg/pr71488.C: New test. + * gcc.dg/vect/vect-bool-cmp.c: New test. + +2016-06-22 Eric Botcazou + + * gcc.dg/guality/param-5.c: New test. + +2016-06-22 Bernd Edlinger + + * gcc.target/i386/asm-flag-7.c: New test. + +2016-06-21 Trevor Saunders + + * gcc.dg/tree-ssa/forwprop-28.c: Remove mep-* support. + * gcc.dg/tree-ssa/reassoc-32.c: Likewise. + * gcc.dg/tree-ssa/reassoc-33.c: Likewise. + * gcc.dg/tree-ssa/reassoc-34.c: Likewise. + * gcc.dg/tree-ssa/reassoc-35.c: Likewise. + * gcc.dg/tree-ssa/reassoc-36.c: Likewise. + * gcc.dg/tree-ssa/ssa-ifcombine-ccmp-1.c: Likewise. + * gcc.dg/tree-ssa/ssa-ifcombine-ccmp-2.c: Likewise. + * gcc.dg/tree-ssa/ssa-ifcombine-ccmp-3.c: Likewise. + * gcc.dg/tree-ssa/ssa-ifcombine-ccmp-4.c: Likewise. + * gcc.dg/tree-ssa/ssa-ifcombine-ccmp-5.c: Likewise. + * gcc.dg/tree-ssa/ssa-ifcombine-ccmp-6.c: Likewise. + * gcc.dg/tree-ssa/ssa-thread-11.c: Likewise. + * gcc.dg/tree-ssa/vrp87.c: Likewise. + * lib/target-supports.exp: Likewise. + +2016-06-21 Trevor Saunders + + * gcc.dg/attr-ms_struct-1.c: Stop testing interix. + * gcc.dg/attr-ms_struct-2.c: Likewise. + * gcc.dg/attr-ms_struct-packed1.c: Likewise. + * gcc.dg/bf-ms-attrib.c: Likewise. + * gcc.dg/bf-ms-layout-2.c: Likewise. + * gcc.dg/bf-ms-layout-3.c: Likewise. + * gcc.dg/bf-ms-layout.c: Likewise. + * gcc.dg/bf-no-ms-layout.c: Likewise. + * gcc.target/i386/bitfield1.c: Likewise. + * gcc.target/i386/bitfield2.c: Likewise. + * gcc.target/i386/bitfield3.c: Likewise. + +2016-06-21 Kelvin Nilsen + + * gcc.target/powerpc/darn-0.c: Add dejagnu directives to disable + test if effective-target is not powerpc_p9vector_ok, or if a -mcpu + override other than -mcpu=power9 command-line option is specified, + or if the target operating system is aix. + * gcc.target/powerpc/darn-1.c: Likewise. + * gcc.target/powerpc/darn-2.c: Likewise. + * gcc.target/powerpc/vslv-0.c: Add dejagnu directives to disable + test if effective-target is not powerpc_p9vector_ok or if the + target operating system is not defined. + * gcc.target/powerpc/vslv-1.c: Likewise. + * gcc.target/powerpc/vsrv-0.c: Likewise. + * gcc.target/powerpc/vsrv-1.c: Likewise. + +2016-06-21 Tobias Burnus + + PR fortran/71068 + * gfortran.dg/coarray/data_1.f90: New. + +2016-06-21 Wilco Dijkstra + + * gcc.target/aarch64/advsimd-intrinsics/vrnd.c + (dg-require-effective-target): Use arm_v8_neon_hw. + * gcc.target/aarch64/advsimd-intrinsics/vrnda.c + (dg-require-effective-target): Likewise. + * gcc.target/aarch64/advsimd-intrinsics/vrndm.c + (dg-require-effective-target): Likewise. + * gcc.target/aarch64/advsimd-intrinsics/vrndn.c + (dg-require-effective-target): Likewise. + * gcc.target/aarch64/advsimd-intrinsics/vrndp.c + (dg-require-effective-target): Likewise. + * gcc.target/aarch64/advsimd-intrinsics/vrndx.c + (dg-require-effective-target): Likewise. + * lib/target-supports.exp (check_runtime arm_v8_neon_hw_available): + Add AArch64 check. + +2016-06-21 Wilco Dijkstra + + * gcc.dg/tree-ssa/attr-hotcold-2.c (scan-tree-dump-times): + Set to 3 so test passes. + +2016-06-21 Wilco Dijkstra + + * gfortran.dg/vect/vect-8.f90 (vectorized loops): Set to 21. + +2016-06-21 Ilya Verbin + + * gcc.target/i386/avx512er-vrsqrt28ps-3.c: New test. + * gcc.target/i386/avx512er-vrsqrt28ps-4.c: New test. + * gcc.target/i386/avx512er-vrsqrt28ps-5.c: New test. + * gcc.target/i386/avx512er-vrsqrt28ps-6.c: New test. + +2016-06-21 Ilya Verbin + + * gcc.target/i386/avx512er-vrcp28ps-3.c: New test. + * gcc.target/i386/avx512er-vrcp28ps-4.c: New test. + +2016-06-21 H.J. Lu + + PR target/71549 + * gcc.target/i386/pr71549.c: New test. + +2016-06-21 Kelvin Nilsen + + * gcc.target/powerpc/vadsdu-0.c: Replace + dg-require-effective-target directive to allow test to run on more + platforms, and add dg-skip-if directive to disable test on aix + platforms because of known incompatibilities. + * gcc.target/powerpc/vadsdu-1.c: Likewise. + * gcc.target/powerpc/vadsdu-2.c: Likewise. + * gcc.target/powerpc/vadsdu-3.c: Likewise. + * gcc.target/powerpc/vadsdu-4.c: Likewise. + * gcc.target/powerpc/vadsdu-5.c: Likewise. + * gcc.target/powerpc/vadsdub-1.c: Likewise. + * gcc.target/powerpc/vadsdub-2.c: Replace + dg-require-effective-target directive to allow test to run on more + platforms, and add dg-skip-if directive to disable test on aix + platforms because of known incompatibilities. + (doAbsoluteDifferenceUnsigned): Replace __builtin_vec_vadub call + with vec_absdb call to differentiate this test from vadsdub-1.c. + * gcc.target/powerpc/vadsduh-1.c: Replace + dg-require-effective-target directive to allow test to run on more + platforms, and add dg-skip-if directive to disable test on aix + platforms because of known incompatibilities. + * gcc.target/powerpc/vadsduh-2.c: Likewise. + * gcc.target/powerpc/vadsduw-1.c: Likewise. + * gcc.target/powerpc/vadsduw-2.c: Likewise. + +2016-06-21 Jakub Jelinek + + PR tree-optimization/71588 + * gcc.dg/pr71558.c: New test. + +2016-06-21 Senthil Kumar Selvaraj + + * c-c++-common/pr68657-1.c: Require ptr32plus support. + * c-c++-common/pr68657-2.c: Likewise. + * c-c++-common/pr68657-3.c: Likewise. + * gcc.dg/torture/pr69714.c: Require int32plus support. + * gcc.dg/torture/pr70025.c: Likewise. + * gcc.dg/torture/pr70083.c: Likewise. + * gcc.dg/torture/pr70542.c: Likewise. + * gcc.dg/torture/pr70935.c: Require ptr32plus support. + +2016-06-20 Joseph Myers + + PR c/71601 + * gcc.dg/dfp/usual-arith-conv-bad-3.c: New test. + +2016-06-20 Jakub Jelinek + + PR middle-end/71581 + * gcc.dg/pr71581.c: New test. + + PR rtl-optimization/71591 + * gcc.dg/cpp/pr71591.c: New test. + +2016-06-20 David B. Robins + + PR target/71571 + * g++.dg/torture/pr71571.C: New test. + +2016-06-20 Jakub Jelinek + + PR target/71559 + * gcc.target/i386/sse2-pr71559.c: New test. + * gcc.target/i386/avx-pr71559.c: New test. + * gcc.target/i386/avx512f-pr71559.c: New test. + +2016-06-20 Tobias Burnus + + PR fortran/71194 + * gfortran.dg/pointer_remapping_10.f90: New. + +2016-06-20 David Malcolm + + * g++.dg/diagnostic/string-literal-concat.C: New test case. + +2016-06-20 Martin Sebor + + PR c/69507 + * gnu89-const-expr-1.c: Avoid diagnosing __alignof__ as not conforming. + * gnu90-const-expr-1.c: Same. + * gnu99-const-expr-1.c: Same. + * gnu99-static-1.c: Same. + +2016-06-20 Renlin Li + + PR testsuite/71489 + * gcc.dg/tree-ssa/attr-hotcold-2.c: Fix syntax errors. + +2016-06-20 James Greenhalgh + + * gcc.target/aarch64/vcvt_f64_1.c: New. + * gcc.target/aarch64/vcvt_n_f64_1.c: New. + * gcc.target/aarch64/vrecp_f64_1.c: New. + +2016-06-20 Kyrylo Tkachov + + * gfortran.dg/common_align_2.f90: Use "alignment" instead of + "alignement". + +2016-06-20 Georg-Johann Lay + + PR target/71103 + * gcc.target/avr/torture/pr71103-2.c: New test. + +2016-06-19 Martin Sebor + + PR c/69507 + * gcc.dg/alignof.c: New test. + +2016-06-17 Paolo Carlini + + * g++.dg/cpp0x/constexpr-specialization.C: Adjust for dg-message + vs dg-error; test constexpr specifier too. + +2016-06-17 Paolo Carlini + + * g++.dg/cpp0x/defaulted31.C: Adjust for dg-message vs dg-error. + +2016-06-17 Christophe Lyon + + * lib/target-supports.exp + (check_effective_target_arm_neon_fp16_ok_nocache): Call + arm_neon_ok and merge flags. Fix temporary test name. + (check_effective_target_arm_neonv2_ok_nocache): Call arm_neon_ok + and merge flags. + +2016-06-17 Martin Liska + + * gcc.dg/predict-9.c: Fix dump scanning. + +2016-06-17 Bin Cheng + + PR tree-optimization/71354 + * gcc.dg/vect/vect-23.c: Use vect_condition instead of vect_cond. + +2016-06-17 Bin Cheng + + PR tree-optimization/71347 + * gcc.dg/tree-ssa/pr71347.c: New test. + +2016-06-17 Bin Cheng + + PR tree-optimization/71354 + * gcc.dg/vect/vect-23.c: Add VECT_COND requirement. + +2016-06-17 Bin Cheng + + * gcc.dg/vect/vect-alias-check-1.c: New test. + +2016-06-16 Senthil Kumar Selvaraj + + PR target/71151 + * gcc.target/avr/pr71151-1.c: New test. + * gcc.target/avr/pr71151-2.c: New test. + * gcc.target/avr/pr71151-3.c: New test. + * gcc.target/avr/pr71151-4.c: New test. + * gcc.target/avr/pr71151-5.c: New test. + * gcc.target/avr/pr71151-6.c: New test. + * gcc.target/avr/pr71151-7.c: New test. + * gcc.target/avr/pr71151-8.c: New test. + * gcc.target/avr/pr71151-common.h: New test. + +2016-06-16 Martin Liska + + * gfortran.dg/predict-1.f90: New test. + +2016-06-16 Uros Bizjak + + PR target/71242 + * gcc.dg/torture/float128-nan.c: Also run on ia64-*-*. + +2016-06-16 Jan Hubicka + + * g++.dg/vect/pr36648.cc: Disable cunrolli + +2016-06-16 Jakub Jelinek + + PR target/71554 + * gcc.c-torture/execute/pr71554.c: New test. + + PR rtl-optimization/71532 + * gcc.dg/torture/pr71532.c: New test. + +2016-06-15 Michael Meissner + + * gcc.target/powerpc/p9-dimode1.c: New test. + * gcc.target/powerpc/p9-dimode2.c: Likewise. + +2016-06-15 Jakub Jelinek + + * gcc.c-torture/compile/20160615-1.c: New test. + + * g++.dg/cpp0x/ref-qual17.C: New test. + +2016-06-15 Ilya Enkovich + + PR middle-end/71529 + * gcc.target/i386/pr71529.C: New test. + +2016-06-15 Alan Hayward + + PR tree-optimization/71483 + * g++.dg/vect/pr71483.c: New + +2016-06-15 Paolo Carlini + + PR c++/70202 + * g++.dg/inherit/crash6.C: New. + * g++.dg/inherit/union2.C: Likewise. + * g++.dg/inherit/virtual12.C: Likewise. + * g++.dg/inherit/virtual13.C: Likewise. + * g++.dg/inherit/virtual1.C: Tweak dg-* tests. + +2016-06-15 Uros Bizjak + + * gcc.dg/torture/float128-nan.c: Include stdint.h to define uint64_t. + +2016-06-15 Alan Hayward + + PR tree-optimization/71439 + * gcc.dg/vect/pr71439.c: New + +2016-06-15 Kyrylo Tkachov + + * gcc.target/aarch64/ifcvt_multiple_sets_subreg_1.c: New test. + +2016-06-15 Richard Biener + + * gcc.dg/vect/slp-45.c: New testcase. + +2016-06-15 Richard Biener + + * gcc.dg/vect/bb-slp-pattern-2.c: Disable loop vectorization. + +2016-06-14 Bill Schmidt + + * gcc.target/powerpc/vsx-elemrev-2.c: Change effective target + requirements, and disable for AIX for now. + * gcc.target/powerpc/vsx-elemrev-4.c: Likewise. + +2016-06-14 Jakub Jelinek + + PR c++/71528 + * g++.dg/opt/pr71528.C: New test. + + PR c++/71516 + * g++.dg/init/pr71516.C: New test. + +2016-06-14 Paolo Carlini + + * g++.dg/init/array46.C: New. + +2016-06-14 Uros Bizjak + + * gcc.target/i386/float128-3.c: New test. + * gcc.target/i386/quad-sse4.c: Ditto. + * gcc.target/i386/quad-sse.c: Use -msse instead of -msse2. + Update scan strings. + +2016-06-14 Richard Biener + + PR middle-end/71526 + * gfortran.dg/pr71526.f90: New testcase. + +2016-06-14 Andre Vieira + + * gcc.dg/zero_bits_compound-1.c: Support aarch64. + * gcc.dg/zero_bits_compound-1.c: Likewise. + +2016-06-14 Richard Biener + + PR tree-optimization/71522 + * gcc.dg/torture/pr71522.c: New testcase. + +2016-06-14 Jakub Jelinek + + PR tree-optimization/71520 + * gcc.dg/tree-ssa/pr71520.c: New test. + +2016-06-14 Richard Biener + + PR tree-optimization/71521 + * gcc.dg/tree-ssa/vrp101.c: New testcase. + +2016-06-13 Jakub Jelinek + + PR sanitizer/71498 + * c-c++-common/ubsan/bounds-13.c: New test. + + PR preprocessor/71183 + * gcc.dg/cpp/source_date_epoch-3.c: New test. + +2016-06-13 Jeff Law + + PR tree-optimization/71403 + * c-c++-common/ubsan/pr71403-1.c: New test. + * c-c++-common/ubsan/pr71403-2.c: New test. + * c-c++-common/ubsan/pr71403-3.c: New test. + +2016-06-13 Jakub Jelinek + + PR middle-end/71478 + * gcc.dg/pr71478.c: Remove dg-require-effective-target vect_int. + Add -Wno-psabi -w to dg-options. + +2016-06-13 Kelvin Nilsen + + * gcc.target/powerpc/vadsdu-0.c: New test. + * gcc.target/powerpc/vadsdu-1.c: New test. + * gcc.target/powerpc/vadsdu-2.c: New test. + * gcc.target/powerpc/vadsdu-3.c: New test. + * gcc.target/powerpc/vadsdu-4.c: New test. + * gcc.target/powerpc/vadsdu-5.c: New test. + * gcc.target/powerpc/vadsdub-1.c: New test. + * gcc.target/powerpc/vadsdub-2.c: New test. + * gcc.target/powerpc/vadsduh-1.c: New test. + * gcc.target/powerpc/vadsduh-2.c: New test. + * gcc.target/powerpc/vadsduw-1.c: New test. + * gcc.target/powerpc/vadsduw-2.c: New test. + +2016-06-13 David Malcolm + + * gcc.dg/c99-init-2.c (c): Update expected error message. + * gcc.dg/init-bad-8.c (foo): Likewise. + * gcc.dg/spellcheck-fields-3.c: New test case. + +2016-06-13 Martin Liska + + * gcc.dg/predict-1.c: Distinguish between "loop iv compare" + and "guess loop iv compared" heuristics. + * gcc.dg/predict-2.c: Likewise. + * gcc.dg/predict-3.c: Likewise. + * gcc.dg/predict-4.c: Likewise. + * gcc.dg/predict-5.c: Likewise. + * gcc.dg/predict-6.c: Likewise. + +2016-06-13 Marek Polacek + + PR middle-end/71476 + * c-c++-common/Wswitch-unreachable-4.c: New test. + * gcc.dg/Wswitch-unreachable-2.c: New test. + * g++.dg/tm/jump1.C: Move dg-warning. + +2016-06-13 Eric Botcazou + + * gnat.dg/renaming10.ad[sb]: New test. + +2016-06-13 Paul Thomas + + PR fortran/70673 + * gfortran.dg/pr70673.f90: New test. + +2016-06-13 Richard Biener + + PR middle-end/64516 + * gcc.dg/align-3.c: New testcase. + +2016-06-13 Martin Liska + + * gcc.target/i386/pr71458.c: New test. + +2016-06-12 Uros Bizjak + + PR target/71241 + * gcc.dg/torture/float128-nan.c: New test. + +2016-06-12 Dominique d'Humieres + + PR target/60751 + * gfortran.dg/guality/pr41558.f90: Remove extra comma in WRITE + statement. + +2016-06-11 Dominique d'Humieres + + PR target/60751 + * gfortran.dg/comma_IO_extension_1.f90: New test. + * gfortran.dg/comma_IO_extension_2.f90: Likewise. + * gfortran.dg/array_constructor_49.f90: Remove extra comma in WRITE + statement. + * gfortran.dg/graphite/pr38083.f90: Likewise. + * gfortran.dg/integer_exponentiation_6.F90: Likewise and add + missing format. + +2016-06-11 Eric Botcazou + + * gnat.dg/case_character.adb: New test. + +2016-06-11 Segher Boessenkool + + PR middle-end/71310 + * gcc.target/powerpc/pr71310.c: New testcase. + +2016-06-11 Kugan Vivekanandarajah + + PR middle-end/71478 + * gcc.dg/pr71478.c: New test. + +2016-06-10 Jakub Jelinek + + PR middle-end/71494 + * gcc.c-torture/execute/pr71494.c: New test. + + PR c/68657 + * gcc.target/i386/pr68657.c: New test. + + PR inline-asm/68843 + * gcc.target/i386/pr68843-2.c: Add dg-do run and empty dg-options. + (test): Add -masm=intel alternatives. + +2016-06-10 Martin Sebor + + PR c/71392 + * c-c++-common/builtin-arith-overflow-1.c: Add test cases. + +2016-06-10 Jeff Law + + PR tree-optimization/71335 + * gcc.c-torture/execute/pr71335.c: New test. + +2016-06-10 David Malcolm + + * gcc.dg/plugin/must-tail-call-2.c: Remove all details from + the various "cannot tail-call: " messages. + +2016-06-10 Christophe Lyon + + * gcc.target/arm/pr37780_1.c: Use arm_arch_v6t2 effective target + and options. + +2016-06-10 Maxim Ostapenko + + PR sanitizer/71480 + * c-c++-common/asan/pr71480.c: New test. + +2016-06-10 H.J. Lu + + * gcc.dg/guality/pr68037-1.c (ASMNAME): New. + (ASMNAME2): Likewise. + (main): Replace fn in asm statement with ASMNAME ("fn"). + * gcc.dg/guality/pr68037-2.c: Likewise. + * gcc.dg/guality/pr68037-3.c: Likewise. + * gcc.dg/torture/pr68037-1.c: Likewise. + * gcc.dg/torture/pr68037-2.c: Likewise. + * gcc.dg/torture/pr68037-3.c: Likewise. + +2016-06-10 Bernd Edlinger + + PR inline-asm/68843 + * gcc.target/i386/pr68843-1.c: New test. + * gcc.target/i386/pr68843-2.c: New test. + +2016-06-10 Thomas Schwinge + Cesar Philippidis + + PR middle-end/71373 + * gcc.dg/goacc/nested-function-1.c: New file. + * gcc.dg/goacc/nested-function-2.c: Likewise. + * gcc.dg/goacc/pr71373.c: Likewise. + * gfortran.dg/goacc/cray-2.f95: Likewise. + * gfortran.dg/goacc/loop-1-2.f95: Likewise. + * gfortran.dg/goacc/loop-3-2.f95: Likewise. + * gfortran.dg/goacc/cray.f95: Update. + * gfortran.dg/goacc/loop-1.f95: Likewise. + * gfortran.dg/goacc/loop-3.f95: Likewise. + * gfortran.dg/goacc/subroutines.f90: Update, and rename to... + * gfortran.dg/goacc/nested-function-1.f90: ... this new file. + +2016-06-10 Thomas Schwinge + + * c-c++-common/goacc/combined-directives.c: XFAIL tree scanning + for OpenACC tile clauses. + * gfortran.dg/goacc/combined-directives.f90: Likewise. + + PR c/71381 + * c-c++-common/goacc/cache-1.c: Update. Move invalid usage tests + to... + * c-c++-common/goacc/cache-2.c: ... this new file. + * gfortran.dg/goacc/cache-1.f95: Move invalid usage tests to... + * gfortran.dg/goacc/cache-2.f95: ... this new file. + * gfortran.dg/goacc/coarray.f95: Update OpenACC cache directive + usage. + * gfortran.dg/goacc/cray.f95: Likewise. + * gfortran.dg/goacc/loop-1.f95: Likewise. + +2016-06-10 Alan Hayward + + PR tree-optimization/71407 + PR tree-optimization/71416 + * gcc.dg/vect/pr71407.c: New + * gcc.dg/vect/pr71416-1.c: New + * gcc.dg/vect/pr71416-2.c: New + +2016-06-10 Richard Biener + + PR middle-end/71477 + * gcc.dg/torture/pr71477.c: New testcase. + +2016-06-09 Julia Koval + + * gcc.target/i386/interrupt-12.c: Fix test for -fpic and corei7. + * gcc.target/i386/interrupt-13.c: Likewise. + * gcc.target/i386/interrupt-15.c: Likewise. + * gcc.target/i386/interrupt-14.c: Fix test for -fpic. + * gcc.target/i386/interrupt-24.c: Likewise. + * gcc.target/i386/interrupt-3.c: Fix test for corei7. + * gcc.target/i386/interrupt-9.c: Likewise. + * gcc.target/i386/interrupt-redzone-2.c: Likewise. + +2016-06-09 Martin Sebor + + PR c/70883 + * c-c++-common/builtin-arith-overflow-1.c: Adjust diagnostic text. + * gcc.dg/builtin-constant_p-1.c: Same. + * gcc.dg/builtins-error.c: Same. + * gcc.dg/pr70859.c: Same. + +2016-06-09 Senthil Kumar Selvaraj + + * gcc.c-torture/execute/bswap-2.c: Require int32plus. + * gcc.dg/torture/pr68067-1.c: Likewise. + * gcc.dg/torture/pr68067-2.c: Likewise. + +2016-06-09 Senthil Kumar Selvaraj + + * gcc.dg/stack-usage-1.c (SIZE): Consider return address + when setting SIZE. + +2016-06-09 Paolo Carlini + + PR c++/71465 + * g++.dg/inherit/crash5.C: New. + Revert: + 2016-06-04 Paolo Carlini + + PR c++/70202 + * g++.dg/inherit/crash5.C: New. + * g++.dg/inherit/virtual1.C: Adjust. + +2016-06-09 Martin Liska + + * g++.dg/predict-loop-exit-1.C: Scan for a new dump format. + * g++.dg/predict-loop-exit-2.C: Likewise. + * g++.dg/predict-loop-exit-3.C: Likewise. + * gcc.dg/predict-1.c: Likewise. + * gcc.dg/predict-2.c: Likewise. + * gcc.dg/predict-3.c: Likewise. + * gcc.dg/predict-4.c: Likewise. + * gcc.dg/predict-5.c: Likewise. + * gcc.dg/predict-6.c: Likewise. + * gcc.dg/predict-7.c: Likewise. + +2016-06-09 Richard Biener + + PR tree-optimization/71462 + * gcc.dg/torture/pr71462.c: New testcase. + +2016-06-09 Marek Polacek + + PR c/65471 + * gcc.dg/c11-generic-3.c: New test. + +2016-06-08 Paolo Carlini + + * g++.dg/init/array42.C: New. + * g++.dg/init/array43.C: Likewise. + * g++.dg/init/array44.C: Likewise. + * g++.dg/init/array45.C: Likewise. + * g++.dg/cpp0x/constexpr-ice10.C: Test column number too. + * g++.dg/cpp0x/constexpr-incomplete1.C: Likewise. + * g++.dg/cpp1y/auto-fn27.C: Likewise. + * g++.dg/gomp/pr35751.C: Likewise. + * g++.dg/init/array23.C: Likewise. + * g++.dg/init/brace2.C: Likewise. + * g++.dg/init/brace6.C: Likewise. + +2016-06-08 Martin Sebor + Jakub Jelinek + + PR c++/70507 + PR c/68120 + * c-c++-common/builtin-arith-overflow-1.c: Add test cases. + * c-c++-common/builtin-arith-overflow-2.c: New test. + * g++.dg/ext/builtin-arith-overflow-1.C: New test. + * g++.dg/cpp0x/constexpr-arith-overflow.C: New test. + * g++.dg/cpp1y/constexpr-arith-overflow.C: New test. + +2016-06-08 Jakub Jelinek + + PR c++/71442 + * g++.dg/cpp0x/Wunused-variable-1.C: New test. + +2016-06-08 Alan Lawrence + + * gcc.target/aarch64/aapcs64/aapcs64.exp: Also execute rec_*.c + * gcc.target/aarch64/aapcs64/rec_align-5.c: New. + * gcc.target/aarch64/aapcs64/rec_align-6.c: New. + * gcc.target/aarch64/aapcs64/rec_align-7.c: New. + * gcc.target/aarch64/aapcs64/rec_align-8.c: New. + * gcc.target/aarch64/aapcs64/rec_align-9.c: New. + * gcc.target/aarch64/aapcs64/test_align-5.c: New. + * gcc.target/aarch64/aapcs64/test_align-6.c: New. + * gcc.target/aarch64/aapcs64/test_align-7.c: New. + * gcc.target/aarch64/aapcs64/test_align-8.c: New. + * gcc.target/aarch64/aapcs64/test_align-9.c: New. + * gcc.target/aarch64/aapcs64/rec_vaarg-1.c: New. + * gcc.target/aarch64/aapcs64/rec_vaarg-2.c: New. + +2016-06-08 Richard Biener + + PR tree-optimization/68558 + * gcc.dg/vect/slp-44.c: New testcase. + +2016-06-08 Richard Biener + + * gcc.dg/vect/slp-43.c: New testcase. + +2016-06-08 Richard Biener + + PR tree-optimization/71452 + * gcc.dg/torture/pr71452.c: New testcase. + +2016-06-08 Jakub Jelinek + + PR c++/71448 + * g++.dg/torture/pr71448.C: New test. + +2016-06-08 Bernd Schmidt + + PR debug/71432 + PR ada/71413 + * g++.dg/debug/pr71432.C: New test. + +2016-06-08 Prathamesh Kulkarni + + * gcc.dg/vect/section-anchors-vect-70.c: Rename to aligned-section-anchors-vect-71.c. + * gcc.dg/vect/section-anchors-vect-71.c: Rename to aligned-section-anchors-vect-72.c. + * gcc.dg/vect/section-anchors-vect-72.c: Rename to aligned-section-anchors-vect-72.c. + +2016-06-08 Alan Hayward + + * gcc.dg/vect/vect-live-2.c: Update effective target. + * gcc.dg/vect/vect-live-slp-3.c: Likewise. + * lib/target-supports.exp: Add aarch64 to vect_long. + +2016-06-08 Marek Polacek + + PR c/71418 + * gcc.dg/noncompile/pr71418.c: New test. + + PR c/71426 + * gcc.dg/noncompile/pr71426.c: New test. + +2016-06-07 Jan Hubicka + + * gcc.dg/ipa/inlinehint-4.c: Disable partial inlining. + * gcc.dg/predict-1.c: Update template for new predictor hitrates. + * gcc.dg/predict-3.c: Update template. + * gcc.dg/predict-5.c: Update template. + * gcc.dg/predict-6.c: Update template. + * gcc.dg/predict-9.c: Update template. + * gcc.dg/tree-ssa/attr-hotcold-2.c: Update template. + +2016-06-07 Bill Seurer + + * gcc.target/powerpc/vec-mul.c: New test. + +2016-06-07 David Malcolm + + * gcc.dg/spellcheck-fields-2.c: New test case. + +2016-06-07 Richard Biener + + PR c/61564 + * gcc.dg/Wpragmas-1.c: New testcase. + * gcc.dg/Wattributes-4.c: Likewise. + * gcc.dg/ipa/pr70646.c: Drop optimize pragma in favor of dg-option + entry. + +2016-06-07 Christophe Lyon + + * gcc.target/aarch64/advsimd-intrinsics/p64_p128.c: Remove + spurious debug code. + +2016-06-07 Richard Biener + + PR tree-optimization/71428 + * gcc.dg/torture/pr71428.c: New testcase. + +2016-06-07 Richard Biener + + PR middle-end/71423 + * gcc.dg/torture/pr71423.c: New testcase. + +2016-06-07 Kugan Vivekanandarajah + + PR middle-end/71408 + * gcc.dg/tree-ssa/pr71408.c: New test. + +2016-06-07 Kugan Vivekanandarajah + + PR middle-end/71281 + * g++.dg/torture/pr71281.C: New test. + +2016-06-06 Marek Polacek + + PR c/71362 + * gcc.dg/pr71362.c: New test. + +2016-06-06 Jakub Jelinek + Patrick Palka + + PR c++/70847 + PR c++/71330 + PR c++/71393 + * g++.dg/opt/pr70847.C: New test. + * g++.dg/ubsan/pr70847.C: New test. + * g++.dg/ubsan/pr71393.C: New test. + +2016-06-06 Jakub Jelinek + + PR tree-optimization/71259 + * gcc.dg/vect/pr71259.c: New test. + +2016-06-06 David Malcolm + + * gcc.dg/plugin/levenshtein-test-1.c: Delete. + * gcc.dg/plugin/levenshtein_plugin.c: Delete. + * gcc.dg/plugin/plugin.exp (plugin_test_list): Remove the + above. + +2016-06-06 Kyrylo Tkachov + + PR middle-end/37780 + * gcc.c-torture/execute/pr37780.c: New test. + * gcc.target/aarch64/pr37780_1.c: Likewise. + * gcc.target/arm/pr37780_1.c: Likewise. + +2016-06-06 Marek Polacek + + * c-c++-common/attr-may-alias-1.c: New test. + * c-c++-common/attr-may-alias-2.c: New test. + * gcc.dg/pr39464.c: Turn dg-warning into dg-bogus. + +2016-06-06 Bernd Edlinger + + PR c/24414 + * gcc.target/i386/pr24414.c: New test. + +2016-06-06 Jose E. Marchesi + + * gcc.target/sparc/vis4misc.c: New file. + * gcc.target/sparc/fpcmp.c: Likewise. + * gcc.target/sparc/fpcmpu.c: Likewise. + +2016-06-06 Alan Hayward + + * gcc.dg/vect/vect-live-1.c: Use additional-options. + * gcc.dg/vect/vect-live-3.c: Likewise. + +2016-06-06 Richard Biener + + PR tree-optimization/71398 + * gcc.dg/torture/pr71398.c: New testcase. + +2016-06-06 Uros Bizjak + + PR target/71389 + * g++.dg/pr71389.C: New test. + +2016-06-05 Jerry DeLisle + + PR fortran/71404 + * gfortran.dg/fmt_read_5.f: New test. + +2016-06-05 Andre Vehreschild + + PR fortran/69659 + * gfortran.dg/class_array_22.f03: New test. + +2016-06-05 Jan Hubicka + + * gcc.dg/tree-prof/peel-1.c: Fix testcase. + +2016-06-05 Jan Hubicka + + * gcc.dg/predict-9.c: Update template. + +2016-06-05 Paolo Carlini + + PR c++/49377 + * g++.dg/template/pr49377.C: New. + +2016-06-04 Jakub Jelinek + + PR tree-optimization/71405 + * g++.dg/torture/pr71405.C: New test. + +2016-06-04 Paolo Carlini + + PR c++/70202 + * g++.dg/inherit/crash5.C: New. + * g++.dg/inherit/virtual1.C: Adjust. + +2016-06-03 Jeff Law + + PR tree-optimization/71316 + * gcc.dg/tree-ssa/ssa-dom-thread-4.c: Update expected output. + +2016-06-03 Jakub Jelinek + + * gcc.dg/vect/vect-live-1.c: Remove dg-options. Add + dg-additional-options with just -fno-tree-scev-cprop in it. + * gcc.dg/vect/vect-live-2.c: Likewise. + * gcc.dg/vect/vect-live-5.c: Likewise. + * gcc.dg/vect/vect-live-slp-1.c: Likewise. + * gcc.dg/vect/vect-live-slp-2.c: Likewise. + * gcc.dg/vect/vect-live-slp-3.c: Likewise. + +2016-06-03 Patrick Palka + + PR c++/27100 + * g++.dg/other/friend6.C: New test. + +2016-06-03 Bill Schmidt + + * g++.dg/torture/ppc-ldst-array.C: New. + +2016-06-03 Joseph Myers + + PR target/71276 + PR target/71277 + * gcc.dg/torture/builtin-fp-int-inexact.c, + gcc.target/i386/387-builtin-fp-int-inexact.c, + gcc.target/i386/387-rint-inline-1.c, + gcc.target/i386/387-rint-inline-2.c, + gcc.target/i386/sse2-builtin-fp-int-inexact.c, + gcc.target/i386/sse2-rint-inline-1.c, + gcc.target/i386/sse2-rint-inline-2.c, + gcc.target/i386/sse4_1-builtin-fp-int-inexact.c, + gcc.target/i386/sse4_1-rint-inline.c: New tests. + +2016-06-03 H.J. Lu + Julia Koval + + PR target/66960 + PR target/67630 + PR target/67634 + PR target/67841 + PR target/68037 + PR target/68618 + PR target/68661 + PR target/69575 + PR target/69596 + PR target/69734 + * gcc.dg/guality/pr68037-1.c: New test. + * gcc.dg/guality/pr68037-2.c: Likewise. + * gcc.dg/guality/pr68037-3.c: Likewise. + * gcc.dg/torture/pr68037-1.c: Likewise. + * gcc.dg/torture/pr68037-2.c: Likewise. + * gcc.dg/torture/pr68037-3.c: Likewise. + * gcc.dg/torture/pr68661-1a.c: Likewise. + * gcc.dg/torture/pr68661-1b.c: Likewise. + * gcc.target/i386/interrupt-1.c: Likewise. + * gcc.target/i386/interrupt-2.c: Likewise. + * gcc.target/i386/interrupt-3.c: Likewise. + * gcc.target/i386/interrupt-4.c: Likewise. + * gcc.target/i386/interrupt-5.c: Likewise. + * gcc.target/i386/interrupt-6.c: Likewise. + * gcc.target/i386/interrupt-7.c: Likewise. + * gcc.target/i386/interrupt-8.c: Likewise. + * gcc.target/i386/interrupt-9.c: Likewise. + * gcc.target/i386/interrupt-10.c: Likewise. + * gcc.target/i386/interrupt-11.c: Likewise. + * gcc.target/i386/interrupt-12.c: Likewise. + * gcc.target/i386/interrupt-13.c: Likewise. + * gcc.target/i386/interrupt-14.c: Likewise. + * gcc.target/i386/interrupt-15.c: Likewise. + * gcc.target/i386/interrupt-16.c: Likewise. + * gcc.target/i386/interrupt-17.c: Likewise. + * gcc.target/i386/interrupt-18.c: Likewise. + * gcc.target/i386/interrupt-19.c: Likewise. + * gcc.target/i386/interrupt-20.c: Likewise. + * gcc.target/i386/interrupt-21.c: Likewise. + * gcc.target/i386/interrupt-22.c: Likewise. + * gcc.target/i386/interrupt-23.c: Likewise. + * gcc.target/i386/interrupt-24.c: Likewise. + * gcc.target/i386/interrupt-25.c: Likewise. + * gcc.target/i386/interrupt-26.c: Likewise. + * gcc.target/i386/interrupt-27.c: Likewise. + * gcc.target/i386/interrupt-28.c: Likewise. + * gcc.target/i386/interrupt-387-err-1.c: Likewise. + * gcc.target/i386/interrupt-387-err-2.c: Likewise. + * gcc.target/i386/interrupt-bnd-err-1.c: Likewise. + * gcc.target/i386/interrupt-bnd-err-2.c: Likewise. + * gcc.target/i386/interrupt-iamcu.c: Likewise. + * gcc.target/i386/interrupt-mmx-err-1.c: Likewise. + * gcc.target/i386/interrupt-mmx-err-2.c: Likewise. + * gcc.target/i386/interrupt-redzone-1.c: Likewise. + * gcc.target/i386/interrupt-redzone-2.c: Likewise. + * gcc.target/i386/interrupt-sibcall-1.c: Likewise. + * gcc.target/i386/interrupt-sibcall-2.c: Likewise. + * gcc.target/i386/interrupt-switch-abi.c: Likewise. + +2016-06-03 Bernd Schmidt + + PR tree-optimization/52171 + * gcc.dg/pr52171.c: New test. + * gcc.target/i386/pr52171.c: New test. + +2016-06-03 Jan Hubicka + + * g++.dg/tree-ssa/pred-1.C: New testcase + * gcc.dg/tree-ssa/pred-1.c: New testcase + +2016-06-03 Bill Schmidt + + PR target/70957 + * gcc.target/powerpc/vsx-elemrev-2.c: Require p9vector hardware + support. + * gcc.target/powerpc/vsx-elemrev-4.c: Likewise. + +2016-06-03 Alan Hayward + + * gcc.dg/vect/vect-live-slp-5.c: Remove dg check. + +2016-06-03 Alan Hayward + + * gcc.dg/tree-ssa/pr64183.c: Ensure test does not vectorize. + * gcc.dg/vect/no-scevccp-vect-iv-2.c: Remove xfail. + * gcc.dg/vect/vect-live-1.c: New test. + * gcc.dg/vect/vect-live-2.c: New test. + * gcc.dg/vect/vect-live-3.c: New test. + * gcc.dg/vect/vect-live-4.c: New test. + * gcc.dg/vect/vect-live-5.c: New test. + * gcc.dg/vect/vect-live-slp-1.c: New test. + * gcc.dg/vect/vect-live-slp-2.c: New test. + * gcc.dg/vect/vect-live-slp-3.c: New test. + +2016-06-03 Jakub Jelinek + + PR middle-end/71387 + * g++.dg/opt/pr71387.C: New test. + +2016-06-02 Jeff Law + + PR tree-optimization/71328 + * gcc.c-torture/compile/pr71328.c: New test. + +2016-06-02 Jerry DeLisle + + PR fortran/52393 + * gfortran.dg/fmt_read_3.f90: Fix typo. + * gfortran.dg/fmt_read_4.f90: New test. + +2016-06-02 Paolo Carlini + + * g++.dg/cpp0x/forw_enum10.C: Adjust for dg-message vs dg-error. + * g++.dg/cpp0x/forw_enum6.C: Likewise. + * g++.dg/cpp0x/forw_enum8.C: Likewise. + * g++.dg/cpp0x/override2.C: Likewise. + * g++.dg/parse/crash5.C: Likewise. + * g++.dg/parse/error16.C: Likewise. + * g++.dg/parse/error27.C: Likewise. + * g++.dg/template/qualttp15.C: Likewise. + * g++.dg/template/redecl4.C: Likewise. + * g++.old-deja/g++.other/crash39.C: Likewise. + * g++.old-deja/g++.other/struct1.C: Likewise. + * g++.old-deja/g++.pt/m9a.C: Likewise. + * g++.old-deja/g++.pt/memclass10.C: Likewise. + +2016-06-02 Jakub Jelinek + + PR c++/71372 + * c-c++-common/pr71372.c: New test. + + * gcc.dg/cpp/source_date_epoch-1.c (main): Test __DATE__ and + __TIME__ strings with __builtin_strcmp instead of printf and + dg-output. + +2016-06-02 Martin Liska + + * gcc.dg/predict-9.c: New test. + +2016-06-02 Jakub Jelinek + + * lib/gcc-dg.exp (cleanup-after-saved-dg-test): Add missing + global set_compiler_env_var and global saved_compiler_env_var. + +2016-06-02 Kyrylo Tkachov + + PR rtl-optimization/71295 + * gcc.c-torture/compile/pr71295.c: New test. + +2016-06-02 Jakub Jelinek + + * gcc.target/i386/avx512vl-concatv4si-1.c: New test. + + * gcc.target/i386/avx512dq-concatv2si-1.c: New test. + * gcc.target/i386/avx512vl-concatv2si-1.c: New test. + + * gcc.target/i386/avx512dq-concatv2di-1.c: New test. + * gcc.target/i386/avx512vl-concatv2di-1.c: New test. + * gcc.target/i386/sse2-init-v2di-2.c: Adjust expected vec_concatv2di + alternative number. + +2016-05-31 Michael Meissner + + * gcc.target/powerpc/p9-splat-4.c: New test. + +2016-05-31 Michael Meissner + + PR target/71186 + * gcc.target/powerpc/pr71186.c: New test. + +2016-06-01 Jerry DeLisle + + PR fortran/52393 + * gfortran.dg/fmt_read_3.f90: New test. + +2016-06-01 Thomas Preud'homme + + * lib/target-supports.exp (check_effective_target_arm_acq_rel): New + procedure. + +2016-06-01 Eduard Sanou + + * gcc.dg/cpp/source_date_epoch-1.c: New file, test the proper + behaviour of the macros __DATE__ and __TIME__ when SOURCE_DATE_EPOCH + env var is set. + * gcc.dg/cpp/source_date_epoch-2.c: New file, test the error output + when parsing the SOURCE_DATE_EPOCH env var, and make sure it is only + shown once. + * lib/gcc-dg.exp (dg-set-compiler-env-var): New function, set env vars + during compilation. + * lib/gcc-dg.exp (restore-compiler-env-var): New function, restore env + vars set by dg-set-compiler-env-var. + +2016-06-01 Paul Thomas + + PR fortran/71156 + * gfortran.dg/submodule_14.f08: Add missing recursive prefix + to the module procedure declaration. + * gfortran.dg/submodule_16.f08: New test. + +2016-06-01 Jakub Jelinek + + PR middle-end/71371 + * c-c++-common/gomp/pr71371.c: New test. + +2016-06-01 Richard Biener + + PR tree-optimization/71366 + * gcc.dg/torture/pr71366-1.c: New testcase. + * gcc.dg/torture/pr71366-2.c: Likewise. + +2016-06-01 Kelvin Nilsen + + * gcc.target/powerpc/vslv-0.c: New test. + * gcc.target/powerpc/vslv-1.c: New test. + * gcc.target/powerpc/vsrv-0.c: New test. + * gcc.target/powerpc/vsrv-1.c: New test. + +2016-06-01 Nathan Sidwell + + * c-c++-common/torture/pr57945.c: Add expected PTX error. + * gcc.target/nvptx/weak.c: New. + +2016-06-01 Richard Biener + + PR tree-optimization/71261 + * gcc.dg/torture/vect-bool-1.c: New testcase. + +2016-06-01 Jakub Jelinek + + * gfortran.dg/gomp/order-1.f90: New test. + * gfortran.dg/gomp/order-2.f90: New test. + +2016-06-01 Jan Hubicka + + * gcc.dg/unroll-6.c: Update template. + * gcc.dg/unroll-7.c: New testcase. + * gcc.dg/unroll-8.c: New testcase. + +2016-06-01 Eric Botcazou + + * gnat.dg/opt56.ad[sb]: New test. + +2016-06-01 Paolo Carlini + + PR c++/66635 + * g++.dg/cpp0x/constexpr-ice16.C: New. + +2016-06-01 Patrick Palka + + PR tree-optimization/71314 + * gcc.dg/tree-ssa/ssa-thread-14.c: Adjust target selector. Pass + -mbranch-cost=2. + +2016-06-01 Patrick Palka + + PR tree-optimization/71077 + * gcc.dg/tree-ssa/pr71077.c: New test. + +2016-05-31 Jan Hubicka + + * g++.dg/predict-lop-exit-1.C: Update template for new predictor name. + * g++.dg/predict-lop-exit-2.C: Update template for new predictor name. + * g++.dg/predict-lop-exit-2.C: Update template for new predictor name. + +2016-05-31 Paolo Carlini + + PR c++/71248 + * g++.dg/cpp0x/pr71248.C: New. + * g++.dg/cpp0x/auto7.C: Test column numbers too. + * g++.dg/cpp0x/constexpr-static8.C: Likewise. + * g++.dg/init/new37.C: Likewise. + * g++.dg/template/static1.C: Likewise. + * g++.dg/template/static2.C: Likewise. + +2016-05-31 H.J. Lu + + * gcc.target/i386/avx512vl-vbroadcast-3.c: Scan %\[re\]di + instead of %rdi. + * gcc.target/i386/avx512vl-vcvtps2ph-3.c: Likewise. + +2016-05-31 Marek Polacek + + * c-c++-common/Wswitch-unreachable-3.c: New test. + * g++.dg/warn/Wswitch-unreachable-1.C: New test. + +2016-05-31 Richard Biener + + PR tree-optimization/71352 + * gcc.dg/tree-ssa/reassoc-45.c: New testcase. + +2016-05-31 Thomas Preud'homme + + * gcc.target/arm/armv5_thumb_isa.c: New test. + +2016-05-31 Kirill Yukhin + + PR target/71346 + * gcc.target/i386/pr71346.c: New test. + +2016-05-31 Tom de Vries + + PR tree-optimization/69068 + * gcc.dg/graphite/pr69068.c: New test. + +2016-05-27 Martin Sebor + + PR c++/71306 + * g++.dg/warn/Wplacement-new-size-3.C: New test. + +2016-05-30 Jakub Jelinek + + PR c++/71349 + * c-c++-common/gomp/clauses-1.c (bar): Add dd argument. Add + nowait depend(inout: dd[0]) clauses where permitted. + +2016-05-30 Paolo Carlini + + PR c++/71238 + * g++.dg/parse/pr71238.C: New. + * g++.dg/concepts/friend1.C: Test column numbers too. + * g++.dg/cpp0x/initlist31.C: Likewise. + * g++.dg/cpp0x/pr51420.C: Likewise. + * g++.dg/cpp0x/udlit-declare-neg.C: Likewise. + * g++.dg/cpp0x/udlit-member-neg.C: Likewise. + * g++.dg/ext/builtin3.C: Likewise. + * g++.dg/lookup/friend12.C: Likewise. + * g++.dg/lookup/friend7.C: Likewise. + * g++.dg/lookup/koenig1.C: Likewise. + * g++.dg/lookup/koenig5.C: Likewise. + * g++.dg/lookup/used-before-declaration.C: Likewise. + * g++.dg/overload/koenig1.C: Likewise. + * g++.dg/template/crash65.C: Likewise. + * g++.dg/template/friend57.C: Likewise. + * g++.dg/warn/Wshadow-5.C: Likewise. + * g++.dg/warn/Wunused-8.C: Likewise. + * g++.old-deja/g++.bugs/900211_01.C: Likewise. + * g++.old-deja/g++.jason/lineno5.C: Likewise. + * g++.old-deja/g++.jason/member.C: Likewise. + * g++.old-deja/g++.jason/report.C: Likewise. + * g++.old-deja/g++.jason/scoping12.C: Likewise. + * g++.old-deja/g++.law/visibility20.C: Likewise. + * g++.old-deja/g++.ns/koenig5.C: Likewise. + * g++.old-deja/g++.other/static5.C: Likewise. + * g++.old-deja/g++.pt/overload2.C: Likewise. + +2016-05-30 Jan Hubicka + + * gcc.dg/tree-ssa/peel1.c: New testcase. + * gcc.dg/tree-ssa/pr61743-1.c: Disable loop peeling. + * gcc.dg/tree-ssa/pr61743-2.c: Disable loop peeling. + +2016-05-30 Tom de Vries + + * gcc.dg/graphite/pr69067.c (main): Remove superfluous argument in call + to ce. + +2016-05-30 Paolo Carlini + + PR c++/71099 + * g++.dg/parse/virtual1.C: New. + +2016-05-30 Uros Bizjak + + * gcc.target/i386/iamcu/args.h (clear_non_sret_int_hardware_registers): + Use correct register when clearing %edx. + +2016-05-30 Alexander Monakov + + PR tree-optimization/71289 + * gcc.dg/pr71289.c: New test. + +2016-05-30 Kugan Vivekanandarajah + + PR middle-end/71269 + PR middle-end/71292 + * gcc.dg/tree-ssa/pr71269.c: New test. + * gcc.dg/tree-ssa/pr71292.c: New test. + +2016-05-30 Kugan Vivekanandarajah + + PR middle-end/71252 + * gcc.dg/tree-ssa/pr71252-2.c: New test. + +2016-05-30 Jan Hubicka + + * gcc.dg/tree-ssa/cunroll-12.c: New testcase. + * gcc.dg/tree-ssa/cunroll-13.c: New testcase. + * gcc.dg/tree-ssa/cunroll-14.c: New testcase. + +2016-05-30 Tom de Vries + + PR tree-optimization/69067 + * gcc.dg/graphite/pr69067.c: New test. + +2016-05-29 Uros Bizjak + + PR target/71245 + * gcc.target/i386/pr71245-1.c: New test. + * gcc.target/i386/pr71245-2.c: Ditto. + +2016-05-29 Paolo Carlini + + PR c++/71105 + * g++.dg/cpp0x/lambda/lambda-conv11.C: New. + * g++.dg/cpp1y/lambda-conv1.C: Likewise. + * g++.dg/cpp1y/lambda-conv2.C: Likewise. + +2016-05-27 Jan Hubicka + + * gcc.dg/tree-ssa/prefetch-5.c: Remove xfail. + +2016-05-28 Ville Voutilainen + + Revert: + PR c++/69855 + * g++.dg/overload/69855.C: New. + * g++.old-deja/g++.law/missed-error2.C: Adjust. + * g++.old-deja/g++.pt/crash3.C: Likewise. + +2016-05-27 Paolo Carlini + + PR c++/60385 + * g++.dg/parse/namespace13.C: New. + +2016-05-26 Jeff Law + + * gcc.dg/tree-ssa/pr21417.c: Update expected output. + * gcc.dg/tree-ssa/pr66752-3.c: Likewise. + * gcc.dg/tree-ssa/pr68198.c: Likewise. + * gcc.dg/tree-ssa/pr69196-1.c: Likewise. + * gcc.dg/tree-ssa/pr69270-3.c: Likewise. + * gcc.dg/tree-ssa/ssa-dom-thread-2b.c: Likewise. + * gcc.dg/tree-ssa/ssa-dom-thread-2g.c: Likewise. + * gcc.dg/tree-ssa/ssa-dom-thread-2h.c: Likewise. + * gcc.dg/tree-ssa/ssa-dom-thread-6.c: Likewise. + * gcc.dg/tree-ssa/ssa-dom-thread-7.c: Likewise. + * gcc.dg/tree-ssa/ssa-dom-thread-12.c: Likewise. + * gcc.dg/tree-ssa/ssa-dom-thread-13.c: Likewise. + * gcc.dg/tree-ssa/vrp56.c: Likewise. + +2016-05-27 Ville Voutilainen + + PR c++/69855 + * g++.dg/overload/69855.C: New. + * g++.old-deja/g++.law/missed-error2.C: Adjust. + * g++.old-deja/g++.pt/crash3.C: Likewise. + +2016-05-27 Jiong Wang + + PR target/63596 + * gcc.target/aarch64/va_arg_1.c: New testcase. + * gcc.target/aarch64/va_arg_2.c: Likewise. + * gcc.target/aarch64/va_arg_3.c: Likewise. + +2016-05-27 Jiong Wang + + * gcc.dg/tree-ssa/stdarg-2.c: Enable all testcases for AArch64. + * gcc.dg/tree-ssa/stdarg-3.c: Likewise. + * gcc.dg/tree-ssa/stdarg-4.c: Likewise. + * gcc.dg/tree-ssa/stdarg-5.c: Likewise. + * gcc.dg/tree-ssa/stdarg-6.c: Likewise. + +2016-05-27 Marek Polacek + + PR middle-end/71308 + * g++.dg/torture/pr71308.C: New test. + +2016-05-27 Dominik Vogt + + * gcc.dg/zero_bits_compound-1.c: New test. + * gcc.dg/zero_bits_compound-2.c: New test. + +2016-05-27 Ilya Enkovich + + PR middle-end/71279 + * gcc.dg/pr71279.c: New test. + +2016-05-26 Michael Meissner + + * gcc.target/powerpc/p9-minmax-1.c: New tests for ISA 3.0 + floating point min/max/comparison instructions. + * gcc.target/powerpc/p9-minmax-2.c: Likewise. + +2016-05-26 Jakub Jelinek + + * c-c++-common/gomp/schedule-1.c: New test. + * gfortran.dg/gomp/schedule-1.f90: New test. + +2016-05-26 Patrick Palka + + PR c++/70822 + PR c++/70106 + * g++.dg/cpp1y/auto-fn32.C: New test. + * g++.dg/cpp1y/paren4.C: New test. + +2016-05-26 Nathan Sidwell + + * gcc.dg/20060410.c: Xfail on ptx. + * gcc.dg/torture/c99-contract-1.c: Skip on ptx. + * c-c++-common/torture/complex-sign-mixed-add.c: Skip on ptx -O0 + * c-c++-common/torture/complex-sign-mixed-sub.c: Skip on ptx -O0 + * gcc.c-torture/execute/pr68185.c: Skip on ptx -O0 & Os. + * gcc.c-torture/execute/20020529-1.c: Skip on ptx -00. + +2016-05-26 Thomas Preud'homme + + * gcc.dg/plugin/plugin.exp: skip tail call tests for Thumb-1. + +2016-05-26 Jakub Jelinek + + PR tree-optimization/71280 + * gcc.dg/pr71280.c: New test. + + * gcc.target/i386/avx512vl-vcvtps2ph-3.c: New test. + + * gcc.target/i386/avx512bw-vpalignr-4.c: New test. + * gcc.target/i386/avx512vl-vpalignr-4.c: New test. + + * gcc.target/i386/avx512vl-vbroadcast-3.c: New test. + +2016-05-26 Jiong Wang + + * gcc.target/aarch64/simd/vmul_elem_1.c: Force result variables to be + kept in memory. + +2016-05-25 Jeff Law + + PR tree-optimization/71272 + * gcc.c-torture/compile/pr71272.c: new test. + +2016-05-25 Bill Seurer + + * gcc.target/powerpc/vec-cmpne.c: New test. + * gcc.target/powerpc/vec-cmpne-long.c: New test. + +2016-05-25 Eric Botcazou + + * gnat.dg/opt55.ad[sb]: New test. + +2016-05-25 Senthil Kumar Selvaraj + + * c-c++-common/Wduplicated-cond-1.c: Use smaller const literal. + * c-c++-common/pr60226.c: Require int32plus. + * gcc.c-torture/execute/pr70602.c: Likewise. + * gcc.dg/Warray-bounds-11.c: Use __SIZE_TYPE__ instead of + unsigned long for malloc arg type. + * gcc.dg/asr_div1.c: Require int32plus. + * gcc.dg/enum-mode-1.c: XFAIL for int16. + * gcc.dg/pie-1.c: Require pie. + * gcc.dg/pie-2.c: Likewise. + * gcc.dg/pr59471.c: Require int32plus. + * gcc.dg/pr59963-2.c: XFAIL for int16. + * gcc.dg/pr60114.c: Require int32plus. + * gcc.dg/pr62090-2.c: Use __SIZE_TYPE__ instead of + unsigned long for typedef of size_t. + * gcc.dg/pr63914.c: Require int32plus. + * gcc.dg/pr64536.c: Require pt32plus. + * gcc.dg/pr65658.c: Likewise. + * gcc.dg/pr67271.c: Require int32plus. + * gcc.dg/pr68112.c: Likewise. + * gcc.dg/pr69071.c: Skip for avr target. + * gcc.dg/pr69973.c: Require int32plus. + * gcc.dg/pr70169.c: Skip for avr target. + * gcc.dg/sso-6.c: Require int32plus. + * gcc.dg/sso-7.c: Likewise. + * gcc.dg/sso-8.c: Likewise. + * gcc.dg/vrp-min-max-2.c: Likewise. + +2016-05-25 H.J. Lu + + PR target/70738 + * gcc.target/i386/pr70738-1.c: New test. + * gcc.target/i386/pr70738-2.c: Likewise. + * gcc.target/i386/pr70738-3.c: Likewise. + * gcc.target/i386/pr70738-4.c: Likewise. + * gcc.target/i386/pr70738-5.c: Likewise. + * gcc.target/i386/pr70738-6.c: Likewise. + * gcc.target/i386/pr70738-7.c: Likewise. + * gcc.target/i386/pr70738-8.c: Likewise. + * gcc.target/i386/pr70738-9.c: Likewise. + +2016-05-25 Kyrylo Tkachov + + PR rtl-optimization/66940 + * gcc.c-torture/execute/pr66940.c: New test. + +2016-05-25 Ilya Verbin + + * gcc.target/i386/avx512f-ceil-vec-1.c: New test. + * gcc.target/i386/avx512f-ceil-vec-2.c: New test. + * gcc.target/i386/avx512f-ceilf-sfix-vec-1.c: New test. + * gcc.target/i386/avx512f-ceilf-sfix-vec-2.c: New test. + * gcc.target/i386/avx512f-ceilf-vec-1.c: New test. + * gcc.target/i386/avx512f-ceilf-vec-2.c: New test. + * gcc.target/i386/avx512f-floor-vec-1.c: New test. + * gcc.target/i386/avx512f-floor-vec-2.c: New test. + * gcc.target/i386/avx512f-floorf-sfix-vec-1.c: New test. + * gcc.target/i386/avx512f-floorf-sfix-vec-2.c: New test. + * gcc.target/i386/avx512f-floorf-vec-1.c: New test. + * gcc.target/i386/avx512f-floorf-vec-2.c: New test. + * gcc.target/i386/avx512f-rint-sfix-vec-1.c: New test. + * gcc.target/i386/avx512f-rint-sfix-vec-2.c: New test. + * gcc.target/i386/avx512f-rintf-sfix-vec-1.c: New test. + * gcc.target/i386/avx512f-rintf-sfix-vec-2.c: New test. + * gcc.target/i386/avx512f-round-sfix-vec-1.c: New test. + * gcc.target/i386/avx512f-round-sfix-vec-2.c: New test. + * gcc.target/i386/avx512f-roundf-sfix-vec-1.c: New test. + * gcc.target/i386/avx512f-roundf-sfix-vec-2.c: New test. + * gcc.target/i386/avx512f-trunc-vec-1.c: New test. + * gcc.target/i386/avx512f-trunc-vec-2.c: New test. + * gcc.target/i386/avx512f-truncf-vec-1.c: New test. + * gcc.target/i386/avx512f-truncf-vec-2.c: New test. + +2016-05-25 Marek Polacek + + PR c/71265 + * gcc.dg/noncompile/pr71265.c: New test. + + PR c/71266 + * gcc.dg/noncompile/old-style-parm-3.c: New test. + +2016-05-25 Nathan Sidwell + + * gcc.c-torture/execute/921110-1.c: Fix abort decl. + +2016-05-25 Richard Biener + + PR tree-optimization/71261 + * c-c++-common/torture/pr71261.c: New testcase. + +2016-05-25 Richard Biener + + PR tree-optimization/71264 + * gcc.dg/vect/pr71264.c: New testcase. + +2016-05-25 Paolo Carlini + + PR c++/55992 + * g++.dg/cpp0x/alias-decl-53.C: New. + * g++.dg/cpp0x/alias-decl-54.C: Likewise. + +2016-05-25 Martin Liska + + * g++.dg/pr71239.C: New test. + +2016-05-25 Richard Biener + + * gcc.dg/vect/pr58135.c: Rename to ... + * gcc.dg/vect/bb-slp-pr58135.c: ... this. + +2016-05-25 Marek Polacek + + * g++.dg/pr65295.C: Use target c++14. + +2016-05-24 Paolo Carlini + + * g++.dg/cpp1y/lambda-generic-static1.C: Use target c++14. + * g++.dg/cpp1y/lambda-generic-static2.C: Likewise. + +2016-05-24 Michael Meissner + + * gcc.target/powerpc/p9-vneg.c: New test for ISA 3.0 VNEGW/VNEGD + instructions. + +2016-05-24 Cesar Philippidis + + * c-c++-common/goacc/data-clause-duplicate-1.c: Adjust test. + * c-c++-common/goacc/deviceptr-1.c: Likewise. + * c-c++-common/goacc/kernels-alias-3.c: Likewise. + * c-c++-common/goacc/kernels-alias-4.c: Likewise. + * c-c++-common/goacc/kernels-alias-5.c: Likewise. + * c-c++-common/goacc/kernels-alias-8.c: Likewise. + * c-c++-common/goacc/kernels-alias-ipa-pta-3.c: Likewise. + * c-c++-common/goacc/pcopy.c: Likewise. + * c-c++-common/goacc/pcopyin.c: Likewise. + * c-c++-common/goacc/pcopyout.c: Likewise. + * c-c++-common/goacc/pcreate.c: Likewise. + * c-c++-common/goacc/pr70688.c: New test. + * c-c++-common/goacc/present-1.c: Adjust test. + * c-c++-common/goacc/reduction-5.c: Likewise. + * g++.dg/goacc/data-1.C: New test. + +2016-05-24 Michael Meissner + + * gcc.target/powerpc/p9-vparity.c: New file to check ISA 3.0 + vector parity built-in functions. + * gcc.target/powerpc/ctz-3.c: New file to check ISA 3.0 vector + count trailing zeros automatic vectorization. + * gcc.target/powerpc/ctz-4.c: New file to check ISA 3.0 vector + count trailing zeros built-in functions. + +2016-05-24 Kugan Vivekanandarajah + + * gcc.dg/tree-ssa/reassoc-44.c: New test. + +2016-05-24 Pat Haugen + + PR target/71050 + * gcc.target/powerpc/lhs-1.c: Fix testcase to avoid subreg changes. + +2016-05-24 Paolo Carlini + + PR c++/50436 + * g++.dg/template/crash123.C: New. + * g++.dg/template/crash124.C: Likewise. + +2016-05-24 Martin Sebor + + PR c++/71147 + * g++.dg/ext/flexary16.C: New test. + +2016-05-24 Ilya Verbin + + * gcc.target/i386/avx-ceil-sfix-2-vec.c: Define __NO_MATH_INLINES + before math.h is included. + * gcc.target/i386/avx-floor-sfix-2-vec.c: Likewise. + * gcc.target/i386/avx-rint-sfix-2-vec.c: Likewise. + * gcc.target/i386/avx-round-sfix-2-vec.c: Likewise. + * gcc.target/i386/avx512f-ceil-sfix-vec-1.c: Likewise. + * gcc.target/i386/avx512f-floor-sfix-vec-1.c: Likewise. + * gcc.target/i386/sse4_1-ceil-sfix-vec.c: Likewise. + * gcc.target/i386/sse4_1-ceil-vec.c: Likewise. + * gcc.target/i386/sse4_1-ceilf-sfix-vec.c: Likewise. + * gcc.target/i386/sse4_1-ceilf-vec.c: Likewise. + * gcc.target/i386/sse4_1-floor-sfix-vec.c: Likewise. + * gcc.target/i386/sse4_1-floor-vec.c: Likewise. + * gcc.target/i386/sse4_1-rint-sfix-vec.c: Likewise. + * gcc.target/i386/sse4_1-rint-vec.c: Likewise. + * gcc.target/i386/sse4_1-rintf-sfix-vec.c: Likewise. + * gcc.target/i386/sse4_1-rintf-vec.c: Likewise. + * gcc.target/i386/sse4_1-round-sfix-vec.c: Likewise. + * gcc.target/i386/sse4_1-round-vec.c: Likewise. + * gcc.target/i386/sse4_1-roundf-sfix-vec.c: Likewise. + * gcc.target/i386/sse4_1-roundf-vec.c: Likewise. + * gcc.target/i386/sse4_1-trunc-vec.c: Likewise. + * gcc.target/i386/sse4_1-truncf-vec.c: Likewise. + * gcc.target/i386/sse4_1-floorf-sfix-vec.c: Likewise. + * gcc.target/i386/sse4_1-floorf-vec.c: Likewise. + +2016-05-24 Michael Meissner + Kelvin Nilsen + + * gcc.target/powerpc/p9-vpermr.c: New test for ISA 3.0 vpermr + support. + +2016-05-24 Paolo Carlini + + PR c++/69872 + * g++.dg/warn/Wno-narrowing1.C: New. + +2016-05-24 Marek Polacek + + PR c/71249 + * c-c++-common/Wswitch-unreachable-2.c: New test. + +2016-05-24 Jakub Jelinek + + PR c++/71257 + * g++.dg/vect/simd-clone-6.cc: New test. + * g++.dg/gomp/declare-simd-6.C: New test. + + PR middle-end/70434 + PR c/69504 + * c-c++-common/vector-subscript-5.c (foo): Move ; out of the ifdef. + +2016-05-24 Richard Biener + + PR tree-optimization/71240 + * gcc.dg/optimize-bswapsi-5.c: New testcase. + +2016-05-24 Richard Biener + + PR tree-optimization/71230 + * gcc.dg/torture/pr71230.c: New testcase. + * g++.dg/torture/pr71230.C: Likewise. + +2016-05-24 Thomas Schwinge + + * c-c++-common/goacc/routine-5.c: Add tests. + * g++.dg/goacc/routine-2.C: Remove duplicate tests. + * gfortran.dg/goacc/routine-6.f90: Add tests. + +2016-05-24 Richard Biener + + PR tree-optimization/71253 + * gcc.dg/torture/pr71253.c: New testcase. + +2016-05-24 Kugan Vivekanandarajah + + PR middle-end/71252 + * gfortran.dg/pr71252.f90: New test. + +2016-05-24 Richard Sandiford + + * gcc.dg/vect/vect-load-lanes-peeling-1.c: New test. + +2016-05-24 Richard Biener + + PR middle-end/70434 + PR c/69504 + * c-c++-common/vector-subscript-4.c: New testcase. + * c-c++-common/vector-subscript-5.c: Likewise. + +2016-05-23 Jerry DeLisle + + PR fortran/71123 + * gfortran.dg/namelist_90.f: New test + +2016-05-23 Jerry DeLisle + + PR fortran/66461 + * gfortran.dg/unexpected_eof.f: New test + +2016-05-23 Michael Meissner + Kelvin Nilsen + + * gcc.target/powerpc/p9-permute.c: Run test on big endian as well + as little endian. + +2016-05-23 Paolo Carlini + + PR c++/70972 + * g++.dg/cpp0x/inh-ctor20.C: New. + * g++.dg/cpp0x/inh-ctor21.C: Likewise. + +2016-05-23 Paolo Carlini + + PR c++/69095 + * g++.dg/cpp0x/variadic168.C: New. + +2016-05-23 Paolo Carlini + + * g++.dg/cpp0x/pr31445.C: Test column number too. + * g++.dg/cpp0x/pr32253.C: Likewise. + * g++.dg/cpp0x/variadic-ex13.C: Likewise. + * g++.dg/cpp0x/variadic36.C: Likewise. + +2016-05-23 Marc Glisse + + * gcc.dg/fold-notshift-2.c: Adjust. + +2016-05-23 Marek Polacek + + PR c/49859 + * c-c++-common/Wswitch-unreachable-1.c: New test. + * gcc.dg/Wswitch-unreachable-1.c: New test. + * c-c++-common/goacc/sb-2.c (void foo): Add dg-warning. + * g++.dg/cpp0x/lambda/lambda-switch.C (main): Likewise. + * g++.dg/gomp/block-10.C: Likewise. + * gcc.dg/gomp/block-10.c: Likewise. + * g++.dg/gomp/block-9.C: Likewise. + * gcc.dg/gomp/block-9.c: Likewise. + * g++.dg/gomp/target-1.C: Likewise. + * g++.dg/gomp/target-2.C: Likewise. + * gcc.dg/gomp/target-1.c: Likewise. + * gcc.dg/gomp/target-2.c: Likewise. + * g++.dg/gomp/taskgroup-1.C: Likewise. + * gcc.dg/gomp/taskgroup-1.c: Likewise. + * gcc.dg/gomp/teams-1.c: Likewise. + * g++.dg/gomp/teams-1.C: Likewise. + * g++.dg/overload/error3.C: Likewise. + * g++.dg/tm/jump1.C: Likewise. + * g++.dg/torture/pr40335.C: Likewise. + * gcc.dg/c99-vla-jump-5.c: Likewise. + * gcc.dg/switch-warn-1.c: Likewise. + * gcc.dg/Wjump-misses-init-1.c: Use -Wno-switch-unreachable. + * gcc.dg/nested-func-1.c: Likewise. + * gcc.dg/pr67784-4.c: Likewise. + +2016-05-23 Richard Biener + + PR tree-optimization/71230 + * gfortran.dg/pr71230-1.f90: New testcase. + * gfortran.dg/pr71230-2.f90: Likewise. + +2016-05-23 Venkataramanan Kumar + + * gcc.dg/vect/bb-slp-19.c: Remove XFAIL. + * gcc.dg/vect/pr58135.c: Add new. + * gfortran.dg/pr46519-1.f: Adjust test case. + +2016-05-23 Paolo Carlini + + PR c++/53401 + * g++.dg/cpp0x/decltype64.C: New. + +2016-05-23 Christophe Lyon + + * gcc.target/aarch64/advsimd-intrinsics/vreinterpret.c: Add fp16 tests. + * gcc.target/aarch64/advsimd-intrinsics/vreinterpret_p128.c: Likewise. + * gcc.target/aarch64/advsimd-intrinsics/vreinterpret_p64.c: Likewise. + +2016-05-23 Christophe Lyon + + * gcc.target/aarch64/advsimd-intrinsics/arm-neon-ref.h (result): + Add poly64x1_t and poly64x2_t cases if supported. + * gcc.target/aarch64/advsimd-intrinsics/compute-ref-data.h + (buffer, buffer_pad, buffer_dup, buffer_dup_pad): Likewise. + * gcc.target/aarch64/advsimd-intrinsics/p64_p128.c: New file. + * gcc.target/aarch64/advsimd-intrinsics/vreinterpret_p128.c: New file. + * gcc.target/aarch64/advsimd-intrinsics/vreinterpret_p64.c: New file. + +2016-05-23 Christophe Lyon + + * gcc.target/aarch64/advsimd-intrinsics/vrnd.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vrndX.inc: New. + * gcc.target/aarch64/advsimd-intrinsics/vrnda.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vrndm.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vrndn.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vrndp.c: New. + * gcc.target/aarch64/advsimd-intrinsics/vrndx.c: New. + +2016-05-23 Christophe Lyon + + * gcc.target/aarch64/advsimd-intrinsics/vstX_lane.c: Add fp16 tests. + +2016-05-23 Christophe Lyon + + * gcc.target/aarch64/advsimd-intrinsics/vtst.c: Add tests for + vtst_p8, vtstq_p8, vtst_p16 and vtstq_p16. + +2016-05-22 Jakub Jelinek + + * gcc.target/i386/avx512bw-kunpckdq-1.c (avx512bw_test): Use "m" + constraint instead of "r". + * gcc.target/i386/avx512f-additional-reg-names.c (foo): Use vpxord + insn instead of vxorpd. + * gcc.target/i386/strinline.c: Add dg-require-effective-target ia32. + + * gcc.target/i386/avx512dq-vinsert-1.c: New test. + * gcc.target/i386/avx512vl-vinsert-1.c: New test. + + * gcc.target/i386/avx512vl-vinserti32x4-3.c: New test. + + * gcc.target/i386/avx512dq-vbroadcast-2.c: New test. + * gcc.target/i386/avx512vl-vbroadcast-2.c: New test. + + * gcc.target/i386/avx512vl-vbroadcast-1.c: New test. + +2016-05-22 Kugan Vivekanandarajah + + PR middle-end/40921 + * gcc.dg/tree-ssa/pr40921.c: New test. + +2016-05-20 Pitchumani Sivanupandi + + PR target/71103 + * gcc.target/avr/pr71103.c: New test. + +2016-05-21 Kugan Vivekanandarajah + + PR middle-end/71179 + * gcc.dg/tree-ssa/pr71179.c: New test. + +2016-05-20 Martin Sebor + + PR c/71115 + * gcc.dg/init-excess-2.c: New test. + +2016-05-20 Eric Botcazou + + * gnat.dg/opt53.adb: New test. + * gnat.dg/opt54.adb: Likewise. + +2016-05-20 Martin Jambor + + PR tree-optimization/70884 + * gcc.dg/tree-ssa/pr70919.c: New test. + +2016-05-20 Bill Seurer + + * gcc.target/powerpc/vec-adde.c: Change dejagnu options, fix code + formatting. + * gcc.target/powerpc/vec-adde-int128.c: Change dejagnu options, + fix code formatting. + +2016-05-20 Nathan Sidwell + + * gcc.target/nvptx/uninit-decl.c: Force common storage, add + non-common cases. + * gcc.dg/tree-ssa/ssa-store-ccp-2.c: Add -fcommon. + +2016-05-20 David Malcolm + + * jit.dg/all-non-failing-tests.h: Add + test-factorial-must-tail-call.c. + * jit.dg/test-error-impossible-must-tail-call.c: New test case. + * jit.dg/test-factorial-must-tail-call.c: New test case. + +2016-05-20 Jakub Jelinek + + PR fortran/71204 + * gfortran.dg/pr71204.f90: New test. + +2016-05-20 Cesar Philippidis + + * gcc.target/nvptx/sincos.c: New test. + +2016-05-20 Paolo Carlini + + PR c++/70572 + * g++.dg/cpp1y/auto-fn31.C: New. + +2016-05-20 Bill Seurer + + * gcc.target/powerpc/vec-addec.c: New test. + * gcc.target/powerpc/vec-addec-int128.c: New test. + +2016-05-20 David Malcolm + + * gcc.dg/plugin/must-tail-call-1.c: New test case. + * gcc.dg/plugin/must-tail-call-2.c: New test case. + * gcc.dg/plugin/must_tail_call_plugin.c: New file. + * gcc.dg/plugin/plugin.exp (plugin_test_list): Add the above. + +2016-05-20 Jan Hubicka + + * gcc.dg/tree-ssa/prefetch-5.c: xfail. + +2016-05-20 Jakub Jelinek + + PR c++/71210 + * g++.dg/opt/pr71210-1.C: New test. + * g++.dg/opt/pr71210-2.C: New test. + + PR tree-optimization/29756 + gcc.dg/tree-ssa/vector-6.c: Add -Wno-psabi -w to dg-options. + Add -msse2 for x86 and -maltivec for powerpc. Use scan-tree-dump-times + only on selected targets where V4SImode vectors are known to be + supported. + +2016-05-20 Marc Glisse + + PR tree-optimization/71079 + PR tree-optimization/71206 + * gcc.dg/tree-ssa/pr71206.c: New testcase. + +2016-05-20 Prathamesh Kulkarni + + * gcc.dg/vect/section-anchors-vect-70.c: New test-case. + * gcc.dg/vect/section-anchors-vect-71.c: Likewise. + * gcc.dg/vect/section-anchors-vect-72.c: Likewise. + +2016-05-20 Richard Guenther + + PR tree-optimization/29756 + * gcc.dg/tree-ssa/vector-6.c: New testcase. + +2016-05-20 Richard Biener + + PR tree-optimization/71185 + * gcc.dg/tree-ssa/pr71185.c: New testcase. + +2016-05-20 Richard Biener + + * gcc.dg/tree-ssa/ifc-cd.c: Adjust. + +2016-05-19 Marek Polacek + + PR c++/71075 + * g++.dg/diagnostic/pr71075.C: New test. + +2016-05-19 David Malcolm + + PR c++/71184 + * g++.dg/pr71184.C: New test case. + +2016-05-19 Kelvin Nilsen + + * gcc.target/powerpc/darn-0.c: New test. + * gcc.target/powerpc/darn-1.c: New test. + * gcc.target/powerpc/darn-2.c: New test. + +2016-05-19 Marek Polacek + + PR tree-optimization/71031 + * gcc.dg/tree-ssa/vrp100.c: New test. + +2016-05-19 Ilya Enkovich + + PR rtl-optimization/71148 + * gcc.dg/pr71148.c: New test. + +2016-05-19 Kyrylo Tkachov + + PR target/71056 + * gcc.target/arm/pr71056.c: New test. + +2016-05-19 Bernd Edlinger + + * c-c++-common/pr69669.c: Check the used mode. + +2016-05-19 Maxim Ostapenko + + PR sanitizer/64354 + * c-c++-common/tsan/sanitize-thread-macro.c: New test. + +2016-05-19 Richard Biener + + PR tree-optimization/70729 + * gcc.dg/autopar/outer-6.c: Adjust to avoid redundant store. + * gcc.dg/graphite/scop-18.c: Likewise. + * gcc.dg/pr41783.c: Disable LIM. + * gcc.dg/tree-ssa/loadpre10.c: Likewise. + * gcc.dg/tree-ssa/loadpre23.c: Likewise. + * gcc.dg/tree-ssa/loadpre24.c: Likewise. + * gcc.dg/tree-ssa/loadpre25.c: Likewise. + * gcc.dg/tree-ssa/loadpre4.c: Likewise. + * gcc.dg/tree-ssa/loadpre8.c: Likewise. + * gcc.dg/tree-ssa/ssa-pre-16.c: Likewise. + * gcc.dg/tree-ssa/ssa-pre-18.c: Likewise. + * gcc.dg/tree-ssa/ssa-pre-20.c: Likewise. + * gcc.dg/tree-ssa/ssa-pre-3.c: Likewise. + * gfortran.dg/pr42108.f90: Likewise. + +2016-05-18 David Malcolm + + PR driver/69265 + * gcc.dg/spellcheck-options-11.c: New test case. + +2016-05-18 Jakub Jelinek + + PR c++/71100 + * g++.dg/opt/pr71100.C: New test. + +2016-05-18 Martin Jambor + + PR ipa/69708 + * gcc.dg/ipa/iinline-cstagg-2.c: New test. + * gcc.dg/ipa/ipcp-cstagg-5.c: Likewise. + * gcc.dg/ipa/ipcp-cstagg-6.c: Likewise. + * gcc.dg/ipa/ipcp-cstagg-7.c: Likewise. + +2016-05-18 Martin Jambor + + PR ipa/69708 + * gcc.dg/ipa/iinline-cstagg-1.c: New test. + * gcc.dg/ipa/ipcp-cstagg-1.c: Likewise. + * gcc.dg/ipa/ipcp-cstagg-2.c: Likewise. + * gcc.dg/ipa/ipcp-cstagg-3.c: Likewise. + * gcc.dg/ipa/ipcp-cstagg-4.c: Likewise. + +2016-05-18 Paolo Carlini + + PR c++/69793 + * g++.dg/template/crash122.C: New. + +2016-05-18 Paolo Carlini + + PR c++/70466 + * g++.dg/template/pr70466-1.C: New. + * g++.dg/template/pr70466-2.C: Likewise. + +2016-05-18 Michael Meissner + + * gcc.target/powerpc/p9-splat-1.c: New tests for ISA 3.0 word + splat operations and the XXSPLTIB instruction. + * gcc.target/powerpc/p9-splat-2.c: Likewise. + * gcc.target/powerpc/p9-splat-3.c: Likewise. + * gcc.target/powerpc/pr47755.c: Allow vspltisw in addition to + xxlxor to clear a register. + +2016-05-18 Richard Sandiford + + * gcc.dg/torture/pr71020.c: New test. + +2016-05-18 Martin Jambor + + PR ipa/70646 + * gcc.dg/ipa/pr70646.c: New test. + +2016-05-18 Christophe Lyon + + * gcc.target/aarch64/advsimd-intrinsics/vget_lane.c: Add fp16 tests. + +2016-05-18 Christophe Lyon + + * gcc.target/aarch64/advsimd-intrinsics/vreinterpret.c: Add + missing tests for vreinterpretq_p{8,16}. + +2016-05-18 Christophe Lyon + + * gcc.target/aarch64/advsimd-intrinsics/vsli_n.c: Add checks for + vsliq_n_s64 and vsliq_n_u64. + +2016-05-18 Christophe Lyon + + * gcc.target/aarch64/advsimd-intrinsics/arm-neon-ref.h (CHECK, + CHECK_FP, CHECK_CUMULATIVE_SAT): Print which type was checked. + +2016-05-18 Christophe Lyon + + * gcc.target/aarch64/advsimd-intrinsics/vmul.c: Remove useless #ifdef. + * gcc.target/aarch64/advsimd-intrinsics/vshl.c: Likewise. + * gcc.target/aarch64/advsimd-intrinsics/vtst.c: Likewise. + +2016-05-18 Christophe Lyon + + * gcc.target/aarch64/advsimd-intrinsics/vreinterpret.c: Fix typo + in comment. + +2016-05-18 Christophe Lyon + + * gcc.target/aarch64/noplt_3.c: Scan for "br\t". + * gcc.target/aarch64/tail_indirect_call_1.c: Scan for "br\t", + "blr\t" and switch to scan-assembler-times. + +2016-05-18 Jiong Wang + + * gcc.target/aarch64/advsimd-intrinsics/arm-neon-ref.h: Guard float64_t + with __aarch64__. + * gcc.target/aarch64/advsimd-intrinsics/vfms_vfma_n.c: Guard variable + declarations under __aarch64__ and __ARM_FEATURE_FMA. + +2016-05-18 Jakub Jelinek + + * gcc.target/i386/avx512bw-vpbroadcast-1.c: New test. + * gcc.target/i386/avx512bw-vpbroadcast-2.c: New test. + * gcc.target/i386/avx512bw-vpbroadcast-3.c: New test. + * gcc.target/i386/avx512vl-vpbroadcast-1.c: New test. + * gcc.target/i386/avx512vl-vpbroadcast-2.c: New test. + * gcc.target/i386/avx512vl-vpbroadcast-3.c: New test. + + * gcc.target/i386/avx512vl-vpalignr-3.c: New test. + * gcc.target/i386/avx512bw-vpalignr-3.c: New test. + + * gcc.target/i386/avx512vl-vpshufb-3.c: New test. + * gcc.target/i386/avx512bw-vpshufb-3.c: New test. + + * gcc.target/i386/avx512vl-vpmulhrsw-3.c: New test. + * gcc.target/i386/avx512bw-vpmulhrsw-3.c: New test. + + * gcc.target/i386/avx512bw-vpmaddubsw-3.c: New test. + +2016-05-18 Richard Biener + + PR tree-optimization/71168 + * gcc.dg/torture/pr71168.c: New testcase. + +2016-05-17 Kugan Vivekanandarajah + + PR middle-end/63586 + * gcc.dg/tree-ssa/pr63586-2.c: New test. + * gcc.dg/tree-ssa/pr63586.c: New test. + * gcc.dg/tree-ssa/reassoc-14.c: Adjust multiplication count. + +2016-05-17 Nathan Sidwell + + * gcc.c-torture/execute/20030222-1.c: Skip on ptx. + * gcc.dg/pr68671.c: Fix ptx xfail-if. + * gcc.dg/torture/pr54261-1.c: Allocate atomic var statically. + * gcc.dg/torture/type-generic-1.c: Enable UNSAFE for ptx. + +2016-05-17 Nathan Sidwell + + * gcc.target/nvptx/abi-vararg-3.c: New. + +2016-05-17 Mikhail Maltsev + + PR tree-optimization/54579 + PR middle-end/55299 + * gcc.dg/fold-notrotate-1.c: New test. + * gcc.dg/fold-notshift-1.c: New test. + * gcc.dg/fold-notshift-2.c: New test. + +2016-05-17 Marek Polacek + + PR ipa/71146 + * g++.dg/ipa/pr71146.C: New test. + +2016-05-17 David Malcolm + + * jit.dg/test-error-array-bounds.c: New test case. + +2016-05-17 Marc Glisse + + * gcc.dg/tree-ssa/and-1.c: New testcase. + +2016-05-17 Marc Glisse + + * gcc.dg/tree-ssa/pr69270.c: Adjust. + * gcc.dg/tree-ssa/andnot-1.c: New testcase. + +2016-05-17 Marc Glisse + + * gcc.dg/tree-ssa/pr69270.c: Adjust. + * gcc.dg/tree-ssa/vrp99.c: New testcase. + +2016-05-17 Jiong Wang + + * gcc.target/aarch64/simd/vmul_elem_1.c: Use intrinsics. + +2016-05-17 Jiong Wang + + * gcc.target/aarch64/simd/vmul_elem_1.c: New. + +2016-05-17 Jiong Wang + + * gcc.target/aarch64/fmla_intrinsic_1.c: Allow ".d[index]" besides + ".2d[index]" when scan the assembly. + * gcc.target/aarch64/fmls_intrinsic_1.c: Likewise. + * gcc.target/aarch64/advsimd-intrinsics/arm-neon-ref.h: New entry for + float64x1. + * gcc.target/aarch64/advsimd-intrinsics/vfms_vfma_n.c: New. + +2016-05-17 Richard Biener + + PR tree-optimization/71132 + * gcc.dg/torture/pr71132.c: New testcase. + +2016-05-17 Christophe Lyon + + * g++.dg/inherit/think1.C: Fix dg-do and dg-skip order. + +2016-05-17 Kyrylo Tkachov + + PR target/70809 + * gcc.target/aarch64/pr70809_1.c: New test. + +2016-05-17 Kyrylo Tkachov + + * gcc.target/aarch64/cpu-diagnostics-1.c: Skip if -mcpu is overriden. + * gcc.target/aarch64/cpu-diagnostics-2.c: Likewise. + * gcc.target/aarch64/cpu-diagnostics-3.c: Likewise. + * gcc.target/aarch64/cpu-diagnostics-4.c: Likewise. + +2016-05-17 Dominique d'Humieres + Ilya Enkovich + + PR target/71114 + * gcc.target/i386/pr70799-1.c: Fix scan for Darwin. + +2016-05-16 Jan Hubicka + + * g++.dg/ipa/ivinline-7.C: Do not xfail. + * g++.dg/ipa/ivinline-9.C: Do not xfail. + +2016-05-16 Matthew Wahab + + * g++.dg/ext/arm-fp16/fp16-param-1.c: Update expected output. Add + test for __ARM_FP16_ARGS. + * g++.dg/ext/arm-fp16/fp16-return-1.c: Update expected output. + * gcc.target/arm/aapcs/neon-vect10.c: New. + * gcc.target/arm/aapcs/neon-vect9.c: New. + * gcc.target/arm/aapcs/vfp18.c: New. + * gcc.target/arm/aapcs/vfp19.c: New. + * gcc.target/arm/aapcs/vfp20.c: New. + * gcc.target/arm/aapcs/vfp21.c: New. + * gcc.target/arm/fp16-aapcs-1.c: New. + * g++.target/arm/fp16-param-1.c: Update expected output. Add + test for __ARM_FP16_ARGS. + * g++.target/arm/fp16-return-1.c: Update expected output. + +2016-05-16 Jiong Wang + + PR testsuite/70227 + * g++.dg/lto/pr69589_0.C: Skip arm and aarch64 bare-metal targets. + +2016-05-15 Harald Anlauf + + PR fortran/69603 + * gfortran.dg/pr69603.f90: New testcase. + +2016-05-14 Fritz Reese + + * gfortran.dg/dec_union_4.f90: Fix endian issue. + +2016-05-14 Fritz Reese + + PR fortran/71047 + * gfortran.dg/pr71047.f08: New test. + +2016-05-13 Joseph Myers + + * gcc.dg/qual-return-5.c, gcc.dg/qual-return-6.c: New tests. + * gcc.dg/call-diag-2.c, gcc.dg/qual-return-2.c , + gcc.dg/qual-return-3.c, gcc.dg/qual-return-4.c: Use -std=gnu99. + +2016-05-13 Martin Sebor + + PR c++/60049 + * g++.dg/cpp0x/constexpr-60049.C: New test. + +2016-05-13 Jakub Jelinek + + PR bootstrap/71071 + * gcc.dg/pr71071.c: New test. + +2016-05-13 Uros Bizjak + + * gcc.dg/vect/tree-vect.h (check_vect): Handle AVX2, + remove XOP handling. + * gcc.dg/vect/pr66636.c (foo): Add __attribute__((noinline,noclone)). + +2016-05-13 Nathan Sidwell + + * gcc.dg/atomic-noinline-aux.c: Include stddef.h. Fix + __atomic_is_lock_free declaration. + +2016-05-13 Richard Biener + + PR tree-optimization/42587 + * gcc.dg/optimize-bswapsi-4.c: New testcase. + +2016-05-13 Martin Liska + + * g++.dg/tree-ssa/ivopts-3.C: Change test-case to follow + the new format of dump output. + +2016-05-13 Ilya Enkovich + + * gcc.dg/pr71084.c: New test. + +2016-05-13 Ramana Radhakrishnan + + PR target/53440 + * g++.dg/inherit/thunk1.C: Support arm / aarch64. + +2016-05-13 Ramana Radhakrishnan + + * gcc.target/aarch64/struct_return.c: New test. + +2016-05-12 Marek Polacek + + PR c/70756 + * c-c++-common/pr70756-2.c: New test. + * c-c++-common/pr70756.c: New test. + +2016-05-12 Richard Biener + + PR tree-optimization/71059 + * gcc.dg/torture/pr71059.c: New testcase. + +2016-05-12 Richard Biener + + PR tree-optimization/71062 + * gcc.dg/torture/pr71062.c: New testcase. + +2016-05-12 Ilya Enkovich + + PR tree-optimization/71006 + * gcc.dg/pr71006.c: New test. + +2016-05-12 Marek Polacek + + PR driver/71063 + * gcc.dg/opts-7.c: New test. + +2016-05-12 Kyrylo Tkachov + + PR target/70830 + * gcc.target/arm/interrupt-1.c: Change dg-compile to dg-assemble. + Add -save-temps to dg-options. + Scan for ldmfd rather than pop instruction. + * gcc.target/arm/interrupt-2.c: Likewise. + * gcc.target/arm/pr70830.c: New test. + +2016-05-12 Jakub Jelinek + + * gcc.target/i386/avx512bw-vpextr-1.c: New test. + * gcc.target/i386/avx512dq-vpextr-1.c: New test. + + * gcc.target/i386/avx512bw-vpinsr-1.c: New test. + * gcc.target/i386/avx512dq-vpinsr-1.c: New test. + * gcc.target/i386/avx512vl-vpinsr-1.c: New test. + + PR target/71019 + * gcc.target/i386/avx512vl-pack-1.c: New test. + * gcc.target/i386/avx512vl-pack-2.c: New test. + * gcc.target/i386/avx512bw-pack-2.c: New test. + + * gcc.target/i386/avx512vl-vinsertps-1.c: New test. + + * gcc.target/i386/avx512dq-abs-copysign-1.c: New test. + * gcc.target/i386/avx512vl-abs-copysign-1.c: New test. + * gcc.target/i386/avx512vl-abs-copysign-2.c: New test. + +2016-05-12 Richard Biener + + PR tree-optimization/70986 + * gcc.dg/torture/pr70986-1.c: New testcase. + * gcc.dg/torture/pr70986-2.c: Likewise. + * gcc.dg/torture/pr70986-3.c: Likewise. + +2016-05-11 Mikhail Maltsev + + PR c/43651 + * gcc.dg/Wduplicate-decl-specifier-c11.c: New test. + * gcc.dg/Wduplicate-decl-specifier.c: Likewise. + +2016-05-11 Uros Bizjak + + * gcc.target/i386/sse-13.c: Add dg-add-options bind_pic_locally + directive. + * gcc.target/i386/pr66746.c: Ditto. + +2016-05-11 Michael Meissner + + * gcc.target/powerpc/dform-3.c: New test for ISA 3.0 vector d-form + support. + * gcc.target/powerpc/dform-1.c: Add -mlra option to silence + warning when using -mvsx-timode. + * gcc.target/powerpc/p8vector-int128-1.c: Likewise. + * gcc.target/powerpc/dform-2.c: Likewise. + * gcc.target/powerpc/pr68805.c: Likewise. + +2016-05-11 Marek Polacek + + PR c++/71024 + * c-c++-common/attributes-3.c: New test. + +2016-05-11 Nathan Sidwell + + * gcc.dg/pr68671.c: Xfail on PTX -- assembler crash. + * gcc.c-torture/execute/pr68185.c: Likewise. + * gcc.dg/ipa/pr70306.c: Requires global constructors. + * gcc.dg/pr69634.c: Requires scheduling. + * gcc.dg/torture/pr66178.c: Require label values. + * gcc.dg/setjmp-6.c: Require indirect jumps. + +2016-05-11 Richard Biener + + PR tree-optimization/71055 + * gcc.dg/torture/pr71055.c: New testcase. + +2016-05-11 Richard Biener + + PR debug/71057 + * g++.dg/debug/pr71057.C: New testcase. + +2016-05-11 Jakub Jelinek + + PR fortran/70855 + * gfortran.dg/gomp/pr70855.f90: New test. + +2016-05-11 Richard Biener + + PR middle-end/71002 + * g++.dg/torture/pr71002.C: New testcase. + +2016-05-11 Ilya Enkovich + + PR middle-end/70807 + * gcc.dg/pr70807.c: New test. + +2016-05-10 Martin Sebor + + PR c++/38611 + * g++.dg/Wattributes.C: New test. + +2016-05-10 Marc Glisse + + * gcc.dg/tree-ssa/bit-assoc.c: New testcase. + * gcc.dg/tree-ssa/pr69270.c: Adjust. + * gcc.dg/tree-ssa/vrp59.c: Disable forwprop. + +2016-05-10 Ilya Enkovich + + PR target/70799 + * gcc.target/i386/pr70799-1.c: New test. + +2016-05-10 Pierre-Marie de Rodat + + * gnat.dg/debug6.adb, gnat.dg/debug6_pkg.ads: New testcase. + +2016-05-10 Ilya Enkovich + + PR middle-end/70877 + * gcc.target/i386/pr70877.c: New test. + +2016-05-10 Ilya Enkovich + + PR tree-optimization/70786 + * gcc.target/i386/pr70876.c: New test. + +2016-05-10 Jakub Jelinek + + PR target/70927 + * gcc.target/i386/avx512vl-logic-1.c: New test. + * gcc.target/i386/avx512vl-logic-2.c: New test. + * gcc.target/i386/avx512dq-logic-2.c: New test. + +2016-05-10 Bill Schmidt + + PR target/70963 + * gcc.target/powerpc/pr70963.c: New. + +2016-05-10 David Malcolm + + * gcc.dg/plugin/diagnostic-test-show-locus-bw.c + (test_very_wide_line): Add ruler to expected output. + * gcc.dg/plugin/diagnostic-test-show-locus-color.c + (test_very_wide_line): Likewise. + * gcc.dg/plugin/diagnostic_plugin_test_show_locus.c + (test_show_locus): Within the handling of "test_very_wide_line", + enable show_ruler_p on the diagnostic context. + +2016-05-10 Richard Biener + + PR tree-optimization/71039 + * gcc.dg/torture/pr71039.c: New testcase. + +2016-05-10 Nathan Sidwell + + * gcc.dg/nested-func-10.c: Requires alloca. + * gcc.dg/nested-func-9.c: Requires alloca. + * gcc.c-torture/execute/pr70460.c: Requires labels. + * gcc.c-torture/compile/pr70199.c: Requires labels. + * gcc.target/nvptx/decl.c: Compile only. + * gcc.target/nvptx/trailing-init.c: Compile only. + * gcc.target/nvptx/ary-init.c: Compile only. + +2016-05-10 Marek Polacek + + PR c/70255 + * gcc.dg/attr-opt-1.c: New test. + +2016-05-10 Richard Biener + + PR tree-optimization/70497 + PR tree-optimization/28367 + * gcc.dg/torture/20160404-1.c: New testcase. + * gcc.dg/tree-ssa/ssa-fre-54.c: Likewise. + * gcc.dg/tree-ssa/ssa-fre-55.c: Likewise. + +2016-05-10 Pierre-Marie de Rodat + + * gcc.dg/debug/dwarf2/nested_fun.c: New testcase. + +2016-05-09 Uros Bizjak + + * gcc.target/i386/fabsneg-1.c New test. + +2016-05-09 Alan Modra + + PR testsuite/70826 + * gcc.target/powerpc/savres.c: Compile with -fno-rename-registers. + +2016-05-09 Richard Biener + + PR tree-optimization/70985 + * gcc.dg/torture/pr70985.c: New testcase. + +2016-05-09 Bin Cheng + + * gcc.dg/tree-ssa/ifc-9.c: New test. + * gcc.dg/tree-ssa/ifc-10.c: New test. + * gcc.dg/tree-ssa/ifc-11.c: New test. + * gcc.dg/tree-ssa/ifc-12.c: New test. + * gcc.dg/vect/pr61194.c: Remove XFAIL. + * gcc.dg/vect/vect-23.c: Remove XFAIL. + * gcc.dg/vect/vect-mask-store-move-1.c: Revise test check. + +2016-05-09 Richard Biener + + PR fortran/70937 + * gfortran.dg/pr70937.f90: New testcase. + +2016-05-08 Rainer Orth + + * gcc.dg/ipa/pure-const-3.c: Scan local-pure-const1 dump. + +2016-05-07 Fritz Reese + + PR fortran/56226 + * gfortran.dg/dec_structure_1.f90: New testcase. + * gfortran.dg/dec_structure_2.f90: Ditto. + * gfortran.dg/dec_structure_3.f90: Ditto. + * gfortran.dg/dec_structure_4.f90: Ditto. + * gfortran.dg/dec_structure_5.f90: Ditto. + * gfortran.dg/dec_structure_6.f90: Ditto. + * gfortran.dg/dec_structure_7.f90: Ditto. + * gfortran.dg/dec_structure_8.f90: Ditto. + * gfortran.dg/dec_structure_9.f90: Ditto. + * gfortran.dg/dec_structure_10.f90: Ditto. + * gfortran.dg/dec_structure_11.f90: Ditto. + * gfortran.dg/dec_union_1.f90: Ditto. + * gfortran.dg/dec_union_2.f90: Ditto. + * gfortran.dg/dec_union_3.f90: Ditto. + * gfortran.dg/dec_union_4.f90: Ditto. + * gfortran.dg/dec_union_5.f90: Ditto. + * gfortran.dg/dec_union_6.f90: Ditto. + * gfortran.dg/dec_union_7.f90: Ditto. + +2016-05-07 Tom de Vries + + PR tree-optimization/70956 + * gcc.dg/graphite/pr70956.c: New test. + +2016-05-06 Jakub Jelinek + + PR middle-end/70941 + * gcc.dg/torture/pr70941.c (abort): Remove prototype. + (a, b, c, d): Change type from char to signed char. + (main): Compare against (signed char) -1634678893 instead of + hardcoded -109. Use __builtin_abort instead of abort. + + * gcc.target/i386/avx512bw-vpsraw-3.c: New test. + * gcc.target/i386/avx512vl-vpsrad-3.c: New test. + + * gcc.target/i386/avx512bw-vpmaddwd-3.c: New test. + +2016-05-06 Yuri Rumyantsev + + PR debug/70935 + * gcc.dg/torture/pr70935.c: New test. + +2016-05-06 Oleg Endo + + PR target/58219 + * gcc.target/sh/pr58219.c: New tests. + +2016-05-06 Richard Biener + + PR tree-optimization/70960 + * gfortran.fortran-torture/compile/pr70960.f90: New testcase. + +2016-05-06 Oleg Endo + + PR target/52933 + * gcc.target/sh/pr52933-1.c (test_31, test_32, test_33, test_34, + test_35, test_36, test_37, test_38, test_39, test_40): New sub-tests. + Adjust expected instruction counts. + * gcc.target/sh/pr52933-2.c: Adjust expected instruction counts. + +2016-05-06 Marek Polacek + + PR sanitizer/70875 + * gcc.dg/ubsan/bounds-3.c: New test. + +2016-05-06 Oleg Endo + + PR target/54089 + * gcc.target/sh/pr54089-1.c (test_24): Add new sub-test. + +2016-05-06 Richard Biener + + PR middle-end/70931 + * gfortran.dg/pr70931.f90: New testcase. + +2016-05-06 Richard Biener + + PR middle-end/70941 + * gcc.dg/torture/pr70941.c: New testcase. + +2016-05-05 Bin Cheng + + PR tree-optimization/57206 + * gcc.dg/vect/pr57206.c: New test. + +2016-05-05 Rainer Orth + + * gcc.dg/ipa/inline-8.c (isnanf): Declare. + +2016-05-05 Jakub Jelinek + + * gcc.target/i386/avx512f-vfmadd-1.c: New test. + + * c-c++-common/Wdangling-else-4.c: New test. + +2016-05-04 Jakub Jelinek + + PR c++/70906 + PR c++/70933 + * g++.dg/opt/pr70906.C: New test. + * g++.dg/opt/pr70933.C: New test. + + * gcc.target/i386/avx512vl-vmovq-1.c: New test. + +2016-05-04 Jan Hubicka + + * gcc.dg/ipa/pure-const-3.c: New testcase. + +2016-05-04 Marek Polacek + + * c-c++-common/Wdangling-else-1.c: New test. + * c-c++-common/Wdangling-else-2.c: New test. + * c-c++-common/Wdangling-else-3.c: New test. + +2016-05-04 Kwok Cheung Yeung + + * gcc.target/mips/mips16-attributes.c: Skip if -mmicromips + flag is present. + +2016-05-04 Marek Polacek + + PR c/48778 + * gcc.dg/Waddress-2.c: New test. + +2016-05-04 Alan Modra + + * gcc.target/powerpc/pr70866.c: New. + +2016-05-03 Martin Sebor + + PR c++/66561 + * c-c++-common/builtin_location.c: New test. + * g++.dg/cpp1y/builtin_location.C: New test. + +2016-05-03 Marek Polacek + + PR c/70859 + * gcc.dg/pr70859.c: New test. + * gcc.dg/pr70859-2.c: New test. + +2016-05-03 Pierre-Marie de Rodat + + * gnat.dg/debug5.adb: New testcase. + +2016-05-03 Dominik Vogt + + * gcc.target/s390/md/rXsbg_mode_sXl.c: New test. + * gcc.target/s390/s390.exp (check_effective_target_z10_instructions): + Procedure to check for z10 instruction set. + +2016-05-03 Christophe Lyon + + * gcc.dg/ipa/inline-8.c: Require c99_runtime. + +2016-05-03 Alan Modra + + * gcc.target/powerpc/savres.c: Add func using a single gpr. + +2016-05-03 Jakub Jelinek + + * gcc.target/i386/avx512f-cvt-1.c: New test. + +2016-05-03 H.J. Lu + + * gcc.dg/tree-ssa/ssa-thread-14.c: Replace -fdump-tree-vrp with + -fdump-tree-vrp-details. + +2016-05-03 Richard Biener + + * gcc.dg/pr30172-1.c: Adjust. + * gcc.dg/pr63743.c: Likewise. + * gcc.dg/tm/pr51696.c: Likewise. + * c-c++-common/tm/safe-1.c: Likewise. + * gcc.dg/tree-prof/val-prof-3.c: Likewise. + * gcc.dg/plugin/self-assign-test-1.c: XFAIL case that needs CSE. + * g++.dg/plugin/self-assign-test-1.C: Likewise. + * g++.dg/plugin/self-assign-test-2.C: Likewise. + +2016-05-03 Jakub Jelinek + + PR rtl-optimization/70467 + * gcc.target/i386/pr70467-3.c: New test. + * gcc.target/i386/pr70467-4.c: New test. + + PR tree-optimization/70916 + * gcc.c-torture/compile/pr70916.c: New test. + + PR target/49244 + * gcc.target/i386/pr49244-1.c: New test. + * gcc.target/i386/pr49244-2.c: New test. + +2016-05-03 Bernd Schmidt + + PR rtl-optimization/44281 + * gcc.target/i386/pr44281.c: New test. + +2016-05-03 bin cheng + + PR tree-optimization/56541 + * gcc.dg/tree-ssa/ifc-pr56541.c: new test. + * gcc.dg/vect/pr56541.c: new test. + +2016-05-02 Michael Meissner + + * gcc.target/powerpc/float128-complex-1.c: New tests for complex + __float128. + * gcc.target/powerpc/float128-complex-2.c: Likewise. + +2016-05-02 H.J. Lu + + PR testsuite/70520 + * c-c++-common/asan/clone-test-1.c (main): Align child process + stack to 16 bytes. + +2016-05-02 David Malcolm + + PR c++/62314 + * g++.dg/spellcheck-fields-2.C: New test case. + +2016-05-02 David Malcolm + + PR c++/62314 + * g++.dg/pr62314.C: New test case. + +2016-05-02 Jan Hubicka + + * gcc.dg/ipa/inline-8.c: New testcase. + +2016-05-02 Jakub Jelinek + + PR rtl-optimization/70467 + * gcc.target/i386/pr70467-1.c: New test. + +2016-05-02 Bernd Edlinger + + * gcc.dg/spec-options.c: Run the test on all targets. + * gcc.dg/foo.specs: Use cpp_unique_options. + +2016-05-02 Marc Glisse + + * gcc.dg/tree-ssa/unord.c: New testcase. + +2016-05-02 Marc Glisse + + * gcc.dg/tree-ssa/20040305-1.c: Adjust. + +2016-05-02 Nathan Sidwell + + * c-c++-common/goacc/loop-auto-1.c: Adjust expected warnings. + +2016-05-02 Marek Polacek + + PR c/70851 + * gcc.dg/enum-incomplete-3.c: New test. + +2016-05-02 Marek Polacek + Tom de Vries + + PR tree-optimization/70700 + * gcc.dg/pr70700.c: New test. + +2016-05-01 Uros Bizjak + + * gcc.target/i386/avx256-unaligned-load-1.c: Update scan strings. + * gcc.target/i386/avx256-unaligned-store-1.c: Ditto. + * gcc.target/i386/avx256-unaligned-store-2.c: Ditto. + * gcc.target/i386/avx256-unaligned-store-3.c: Ditto. + * gcc.target/i386/avx256-unaligned-store-4.c: Ditto. + +2016-04-30 Eric Botcazou + + * ada/acats/run_acats: Rename into... + * ada/acats/run_acats.sh: ...this. Only export BASE variable. + * ada/acats/run_all.sh: Remove redundant test. + (target_run): Move around. + (target_gnatchop): Use newly built executable. + (target_gnatmake): Likewise. + Check that the compilation of impbit succeeds. + +2016-04-30 Oleg Endo + + * g++.old-deja/g++.jason/thunk3.C: Remove SH5 checks. + * gcc.dg/20021029-1.c: Likewise. + * gcc.target/sh/attr-isr-trap_exit.c: Likewise. + * gcc.target/sh/attr-isr-trapa.c: Likewise. + * gcc.target/sh/cmpstr.c: Likewise. + * gcc.target/sh/cmpstrn.c: Likewise. + * gcc.target/sh/memset.c: Likewise. + * gcc.target/sh/pr21255-2-mb.c: Likewise. + * gcc.target/sh/pr21255-2-ml.c: Likewise. + * gcc.target/sh/pr39423-1.c: Likewise. + * gcc.target/sh/pr49468-di.c: Likewise. + * gcc.target/sh/pr49468-si.c: Likewise. + * gcc.target/sh/pr49880-1.c: Likewise. + * gcc.target/sh/pr49880-2.c: Likewise. + * gcc.target/sh/pr49880-3.c: Likewise. + * gcc.target/sh/pr50751-1.c: Likewise. + * gcc.target/sh/pr50751-4.c: Likewise. + * gcc.target/sh/pr50751-7.c: Likewise. + * gcc.target/sh/pr51244-1.c: Likewise. + * gcc.target/sh/pr51244-10.c: Likewise. + * gcc.target/sh/pr51244-11.c: Likewise. + * gcc.target/sh/pr51244-12.c: Likewise. + * gcc.target/sh/pr51244-13.c: Likewise. + * gcc.target/sh/pr51244-14.c: Likewise. + * gcc.target/sh/pr51244-17.c: Likewise. + * gcc.target/sh/pr51244-18.c: Likewise. + * gcc.target/sh/pr51244-19.c: Likewise. + * gcc.target/sh/pr51244-4.c: Likewise. + * gcc.target/sh/pr51244-5.c: Likewise. + * gcc.target/sh/pr51244-7.c: Likewise. + * gcc.target/sh/pr51244-8.c: Likewise. + * gcc.target/sh/pr51244-9.c: Likewise. + * gcc.target/sh/pr51697.c: Likewise. + * gcc.target/sh/pr52483-1.c: Likewise. + * gcc.target/sh/pr52483-2.c: Likewise. + * gcc.target/sh/pr52483-3.c: Likewise. + * gcc.target/sh/pr52483-5.c: Likewise. + * gcc.target/sh/pr52933-1.c: Likewise. + * gcc.target/sh/pr52933-2.c: Likewise. + * gcc.target/sh/pr52933-3.c: Likewise. + * gcc.target/sh/pr53568-1.c: Likewise. + * gcc.target/sh/pr53976-1.c: Likewise. + * gcc.target/sh/pr53988-1.c: Likewise. + * gcc.target/sh/pr53988.c: Likewise. + * gcc.target/sh/pr54089-1.c: Likewise. + * gcc.target/sh/pr54089-6.c: Likewise. + * gcc.target/sh/pr54089-7.c: Likewise. + * gcc.target/sh/pr54089-8.c: Likewise. + * gcc.target/sh/pr54089-9.c: Likewise. + * gcc.target/sh/pr54236-1.c: Likewise. + * gcc.target/sh/pr54236-2.c: Likewise. + * gcc.target/sh/pr54236-3.c: Likewise. + * gcc.target/sh/pr54236-4.c: Likewise. + * gcc.target/sh/pr54386.c: Likewise. + * gcc.target/sh/pr54602-1.c: Likewise. + * gcc.target/sh/pr54685.c: Likewise. + * gcc.target/sh/pr54760-1.c: Likewise. + * gcc.target/sh/pr54760-2.c: Likewise. + * gcc.target/sh/pr54760-3.c: Likewise. + * gcc.target/sh/pr54760-4.c: Likewise. + * gcc.target/sh/pr54760-5.c: Likewise. + * gcc.target/sh/pr54760-6.c: Likewise. + * gcc.target/sh/pr55146.c: Likewise. + * gcc.target/sh/pr55160.c: Likewise. + * gcc.target/sh/pr59278.c: Likewise. + * gcc.target/sh/pr59401-1.c: Likewise. + * gcc.target/sh/pr59533-1.c: Likewise. + * gcc.target/sh/pr63260.c: Likewise. + * gcc.target/sh/pragma-isr-trap-exit.c: Likewise. + * gcc.target/sh/pragma-isr-trapa.c: Likewise. + * gcc.target/sh/strlen.c: Likewise. + * gcc.target/sh/torture/pr30807.c: Likewise. + * gcc.target/sh/torture/pr34777.c: Likewise. + * gcc.target/sh/torture/pr64652.c: Likewise. + * gcc.target/sh/torture/pr65505.c: Likewise. + * gcc.target/sh/torture/pragma-isr.c: Likewise. + * gcc.target/sh/torture/pragma-isr2.c: Likewise. + +2016-04-29 Paolo Carlini + + PR c++/66644 + * g++.dg/cpp0x/nsdmi-anon-struct1.C: New. + +2016-04-29 Bill Schmidt + + * gcc.target/powerpc/vsx-elemrev-1.c: New. + * gcc.target/powerpc/vsx-elemrev-2.c: New. + * gcc.target/powerpc/vsx-elemrev-3.c: New. + * gcc.target/powerpc/vsx-elemrev-4.c: New. + +2016-04-29 Patrick Palka + + * gcc.dg/tree-ssa/ssa-thread-14.c: New test. + * gcc.dg/tree-ssa/ssa-thread-11.c: Update expected output. + +2016-04-29 Cesar Philippidis + + PR middle-end/70626 + * c-c++-common/goacc/combined-reduction.c: New test. + * gfortran.dg/goacc/reduction-2.f95: Add check for kernels reductions. + +2016-04-29 H.J. Lu + + * gcc.target/i386/pr70155-1.c: Check for nonexistence of the + *movdi_internal pattern only if PIC off. + * gcc.target/i386/pr70155-2.c: Likewise. + * gcc.target/i386/pr70155-3.c: Likewise. + * gcc.target/i386/pr70155-4.c: Likewise. + * gcc.target/i386/pr70155-5.c: Likewise. + * gcc.target/i386/pr70155-6.c: Likewise. + * gcc.target/i386/pr70155-7.c: Likewise. + * gcc.target/i386/pr70155-8.c: Likewise. + * gcc.target/i386/pr70155-15.c: Likewise. + * gcc.target/i386/pr70155-17.c: Likewise. + * gcc.target/i386/pr70155-22.c: Likewise. + +2016-04-29 Bin Cheng + + PR tree-optimization/70803 + * gcc.dg/vect/pr56625.c: Require vect_int_mult. + +2016-04-29 Ilya Enkovich + + * gcc.target/i386/vect-unpack-2.c (avx512bw_test): Avoid + optimization of vector loop. + * gcc.target/i386/vect-unpack-3.c: New test. + * gcc.dg/vect/vect-nb-iter-ub-1.c: New test. + * gcc.dg/vect/vect-nb-iter-ub-2.c: New test. + * gcc.dg/vect/vect-nb-iter-ub-3.c: New test. + +2016-04-29 Marek Polacek + + PR sanitizer/70342 + * g++.dg/ubsan/null-7.C: New test. + + PR c/70852 + * gcc.dg/pr70852.c: New test. + +2016-04-29 Dominik Vogt + + PR/69089 + * g++.dg/cpp0x/alignas6.C: New test. + +2016-04-29 Dominik Vogt + + * gcc.dg/cpp/mac-dir-2.c: Remove pointless duplicate dg-do. + * gcc.dg/pr27003.c: Likewise. + * gcc.dg/tree-ssa/cswtch.c: Likewise. + * gcc.dg/tree-ssa/predcom-2.c: Likewise. + * gcc.dg/tree-ssa/predcom-4.c: Likewise. + * gcc.dg/tree-ssa/predcom-5.c: Likewise. + * gcc.target/arc/mxy.c: Likewise. + * gcc.target/arc/mswape.c: Likewise. + * gcc.target/arc/mrtsc.c: Likewise. + * gcc.target/arc/mcrc.c: Likewise. + * gcc.target/arc/mdsp-packa.c: Likewise. + * gcc.target/arc/mdvbf.c: Likewise. + * gcc.target/arc/mlock.c: Likewise. + * gcc.target/arc/mmac-24.c: Likewise. + * gcc.dg/spec-options.c: Switch order of the two "dg-do run". + +2016-04-29 Sebastian Huber + Matthijs Kooijman + Senthil Kumar Selvaraj + + PR target/60040 + * gcc.target/avr/pr60040-1.c: New. + * gcc.target/avr/pr60040-2.c: New. + +2016-04-29 Richard Biener + + * gcc.dg/tree-ssa/pr18589-10.c: Adjust. + +2016-04-29 Richard Biener + + PR tree-optimization/13962 + PR tree-optimization/65686 + * gcc.dg/uninit-pr65686.c: New testcase. + +2016-04-29 Jakub Jelinek + + PR middle-end/70843 + * gcc.dg/pr70843.c: New test. + +2016-04-28 Jakub Jelinek + + PR target/70858 + * gcc.target/i386/pr70858.c: New test. + +2016-04-28 Andrew Burgess + + * gcc.target/arc/nps400-1.c: New file. + +2016-04-28 Joern Rennecke + Andrew Burgess + + * gcc.target/arc/movh_cl-1.c: New file. + +2016-04-28 Joern Rennecke + Andrew Burgess + + * gcc.target/arc/extzv-1.c: New file. + * gcc.target/arc/insv-1.c: New file. + * gcc.target/arc/insv-2.c: New file. + * gcc.target/arc/movb-1.c: New file. + * gcc.target/arc/movb-2.c: New file. + * gcc.target/arc/movb-3.c: New file. + * gcc.target/arc/movb-4.c: New file. + * gcc.target/arc/movb-5.c: New file. + * gcc.target/arc/movb_cl-1.c: New file. + * gcc.target/arc/movb_cl-2.c: New file. + * gcc.target/arc/movbi_cl-1.c: New file. + * gcc.target/arc/movl-1.c: New file. + +2016-04-28 Joern Rennecke + Andrew Burgess + + * gcc.target/arc/cmem-1.c: New file. + * gcc.target/arc/cmem-2.c: New file. + * gcc.target/arc/cmem-3.c: New file. + * gcc.target/arc/cmem-4.c: New file. + * gcc.target/arc/cmem-5.c: New file. + * gcc.target/arc/cmem-6.c: New file. + * gcc.target/arc/cmem-7.c: New file. + * gcc.target/arc/cmem-ld.inc: New file. + * gcc.target/arc/cmem-st.inc: New file. + +2016-04-28 Jakub Jelinek + + PR target/70821 + * gcc.target/i386/pr70821.c: New test. + +2016-04-28 Bill Seurer + + * gcc.target/powerpc/vec-adde.c: New test. + * gcc.target/powerpc/vec-adde-int128.c: New test. + +2016-04-28 Jakub Jelinek + + * gcc.target/i386/avx-vround-1.c: New test. + * gcc.target/i386/avx-vround-2.c: New test. + * gcc.target/i386/avx512vl-vround-1.c: New test. + * gcc.target/i386/avx512vl-vround-2.c: New test. + +2016-04-28 Rainer Orth + + PR testsuite/70595 + * lib/target-supports.exp (check_libcilkrts_available): Rename to ... + (check_effective_target_cilkplus_runtime): ... this. + * g++.dg/cilk-plus/cilk-plus.exp: Adapt to it. + * gcc.dg/cilk-plus/cilk-plus.exp: Likewise. + + * c-c++-common/cilk-plus/CK/cilk-for-2.c: Remove dg-do target selector. + Require cilkplus_runtime. + Don't add -lcilkrts. + * c-c++-common/cilk-plus/CK/cilk-fors.c: Likewise. + * c-c++-common/cilk-plus/CK/cilk_for_grain.c: Likewise. + * c-c++-common/cilk-plus/CK/cilk_for_ptr_iter.c: Likewise. + * c-c++-common/cilk-plus/CK/fib.c: Likewise. + * c-c++-common/cilk-plus/CK/fib_init_expr_xy.c: Likewise. + * c-c++-common/cilk-plus/CK/fib_no_return.c: Likewise. + * c-c++-common/cilk-plus/CK/fib_no_sync.c: Likewise. + * c-c++-common/cilk-plus/CK/nested_cilk_for.c: Likewise. + * c-c++-common/cilk-plus/CK/pr60586.c: Likewise. + * c-c++-common/cilk-plus/CK/pr69826-1.c: Likewise. + * c-c++-common/cilk-plus/CK/pr69826-2.c: Likewise. + * c-c++-common/cilk-plus/CK/spawnee_inline.c: Likewise. + * c-c++-common/cilk-plus/CK/spawner_inline.c: Likewise. + * c-c++-common/cilk-plus/CK/spawning_arg.c: Likewise. + * c-c++-common/cilk-plus/CK/steal_check.c: Likewise. + * c-c++-common/cilk-plus/CK/varargs_test.c: Likewise. + * g++.dg/cilk-plus/CK/catch_exc.cc: Likewise. + * g++.dg/cilk-plus/CK/cilk-for-tplt.cc: Likewise. + * g++.dg/cilk-plus/CK/const_spawn.cc: Likewise. + * g++.dg/cilk-plus/CK/fib-opr-overload.cc: Likewise. + * g++.dg/cilk-plus/CK/fib-tplt.cc: Likewise. + * g++.dg/cilk-plus/CK/for1.cc: Likewise. + * g++.dg/cilk-plus/CK/lambda_spawns.cc: Likewise. + * g++.dg/cilk-plus/CK/lambda_spawns_tplt.cc: Likewise. + * g++.dg/cilk-plus/CK/pr60586.cc: Likewise. + * g++.dg/cilk-plus/CK/pr66326.cc: Likewise. + * g++.dg/cilk-plus/CK/stl_iter.cc: Likewise. + * g++.dg/cilk-plus/CK/stl_rev_iter.cc: Likewise. + * g++.dg/cilk-plus/CK/stl_test.cc: Likewise. + + * c-c++-common/cilk-plus/CK/pr63307.c: Remove dg-do target selector. + * c-c++-common/cilk-plus/SE/ef_error3.c: Likewise. + + * c-c++-common/cilk-plus/SE/ef_error2.c: Explain target selector. + + * c-c++-common/cilk-plus/CK/test__cilk.c: Run if + cilkplus_runtime. + +2016-04-27 Marc Glisse + + * gcc.dg/tree-ssa/overflow-2.c: New testcase. + * gcc.dg/tree-ssa/minus-ovf.c: Likewise. + +2015-04-27 Ryan Burn + + PR c++/69024 + PR c++/68997 + * g++.dg/cilk-plus/CK/pr68001.cc: Fix to not depend on broken + diagnostic. + * g++.dg/cilk-plus/CK/pr69024.cc: New test. + * g++.dg/cilk-plus/CK/pr68997.cc: New test. + +2016-04-27 Eric Botcazou + + * gnat.dg/limited_with4.ad[sb]: New test. + * gnat.dg/limited_with4_pkg.ads: New helper. + +2016-04-27 H.J. Lu + + PR target/70155 + * gcc.target/i386/pr55247-2.c: Updated to check movti_internal + and movv1ti_internal patterns + * gcc.target/i386/pr70155-1.c: New test. + * gcc.target/i386/pr70155-2.c: Likewise. + * gcc.target/i386/pr70155-3.c: Likewise. + * gcc.target/i386/pr70155-4.c: Likewise. + * gcc.target/i386/pr70155-5.c: Likewise. + * gcc.target/i386/pr70155-6.c: Likewise. + * gcc.target/i386/pr70155-7.c: Likewise. + * gcc.target/i386/pr70155-8.c: Likewise. + * gcc.target/i386/pr70155-9.c: Likewise. + * gcc.target/i386/pr70155-10.c: Likewise. + * gcc.target/i386/pr70155-11.c: Likewise. + * gcc.target/i386/pr70155-12.c: Likewise. + * gcc.target/i386/pr70155-13.c: Likewise. + * gcc.target/i386/pr70155-14.c: Likewise. + * gcc.target/i386/pr70155-15.c: Likewise. + * gcc.target/i386/pr70155-16.c: Likewise. + * gcc.target/i386/pr70155-17.c: Likewise. + * gcc.target/i386/pr70155-18.c: Likewise. + * gcc.target/i386/pr70155-19.c: Likewise. + * gcc.target/i386/pr70155-20.c: Likewise. + * gcc.target/i386/pr70155-21.c: Likewise. + * gcc.target/i386/pr70155-22.c: Likewise. + +2016-04-27 H.J. Lu + + * gcc.target/i386/avx512vl-vmovdqa64-1.c: Replace ".{5}" with + ".{5,6}". + +2016-04-27 Bin Cheng + + * gcc.dg/tree-ssa/pr64705.c: Revise check string. + * gcc.dg/tree-ssa/scev-9.c: Ditto. + * gcc.dg/tree-ssa/scev-10.c: Ditto. + * gcc.dg/tree-ssa/scev-11.c: Ditto. + * gcc.dg/tree-ssa/scev-12.c: Ditto. + +2016-04-27 Richard Biener + + PR ipa/70760 + * g++.dg/ipa/ipa-pta-2.C: New testcase. + * gcc.dg/ipa/ipa-pta-1.c: Adjust. + +2016-04-27 Nathan Sidwell + + * g++.dg/cpp0x/constexpr-recursion3.C: New. + * g++.dg/ubsan/pr63956.C: Adjust error location. + +2016-04-27 Nick Clifton + + PR middle-end/49889 + * gcc.dg/pr49889.c: New test. + +2016-04-27 Bernd Schmidt + + * c-c++-common/memset-array.c: New test. + +2016-04-26 Martin Sebor + + PR c++/66639 + * g++.dg/cpp1y/func_constexpr.C: New test. + +2016-04-26 Patrick Palka + + PR c++/70241 + * g++.dg/cpp0x/enum32.C: New test. + * g++.dg/cpp0x/enum33.C: New test. + +2016-04-26 Senthil Kumar Selvaraj + + * gcc.c-torture/compile/pr69102.c: Require scheduling support. + * gcc.c-torture/compile/pr37669.c: Require >=32 bit integers. + * gcc.c-torture/execute/bitfld-6.c: Likewise. + * gcc.c-torture/execute/bitfld-7.c: Likewise. + * gcc.c-torture/execute/pr38151.c: Likewise. + * gcc.c-torture/execute/pr66556.c: Likewise. + * gcc.c-torture/execute/pr67781.c: Likewise. + * gcc.c-torture/execute/pr68648.c: Likewise. + +2016-04-26 Marc Glisse + + * gcc.dg/tree-ssa/overflow-1.c: New testcase. + +2016-04-26 Marek Polacek + + PR c/67784 + * gcc.dg/pr67784-3.c: New test. + * gcc.dg/pr67784-4.c: New test. + * gcc.dg/pr67784-5.c: New test. + + PR c/70791 + * gcc.dg/Wnested-externs-2.c: New test. + +2016-04-26 Marc Glisse + + * gcc.dg/fold-plusmult.c: Adjust. + * gcc.dg/no-strict-overflow-6.c: Adjust. + * gcc.dg/gomp/loop-1.c: Xfail some tests. + +2016-04-26 Bernd Schmidt + + * gcc.target/i386/avx512bw-vptestmb-1.c: Correct [xyz]mm register + number scans. + * gcc.target/i386/avx512bw-vptestmw-1.c: Likewise. + * gcc.target/i386/avx512bw-vptestnmb-1.c: Likewise. + * gcc.target/i386/avx512bw-vptestnmw-1.c: Likewise. + * gcc.target/i386/avx512cd-vpbroadcastmb2q-1.c: Likewise. + * gcc.target/i386/avx512cd-vpbroadcastmw2d-1.c: Likewise. + * gcc.target/i386/avx512dq-vfpclasspd-1.c: Likewise. + * gcc.target/i386/avx512dq-vfpclassps-1.c: Likewise. + * gcc.target/i386/avx512dq-vinsertf64x2-1.c: Likewise. + * gcc.target/i386/avx512dq-vinserti64x2-1.c: Likewise. + * gcc.target/i386/avx512f-gather-5.c: Likewise. + * gcc.target/i386/avx512f-vptestmd-1.c: Likewise. + * gcc.target/i386/avx512f-vptestmq-1.c: Likewise. + * gcc.target/i386/avx512f-vptestnmd-1.c: Likewise. + * gcc.target/i386/avx512f-vptestnmq-1.c: Likewise. + * gcc.target/i386/avx512f-vrndscaleps-1.c: Likewise. + * gcc.target/i386/avx512vl-vpbroadcastmb2q-1.c: Likewise. + * gcc.target/i386/avx512vl-vpbroadcastmw2d-1.c: Likewise. + * gcc.target/i386/avx512vl-vptestmd-1.c: Likewise. + * gcc.target/i386/avx512vl-vptestmq-1.c: Likewise. + * gcc.target/i386/avx512vl-vptestnmd-1.c: Likewise. + * gcc.target/i386/avx512vl-vptestnmq-1.c: Likewise. + * gcc.target/i386/pr32219-2.c: Allow registers other than %eax in + scans. + * gcc.target/i386/pr32219-4.c: Likewise. + * gcc.target/i386/pr32219-6.c: Likewise. + * gcc.target/i386/pr32219-8.c: Likewise. + +2016-04-26 Kyrylo Tkachov + + * gcc.dg/tree-ssa/minmax-2.c: Require c99_runtime and add the + associated options. + +2016-04-26 Marek Polacek + + PR c++/70744 + * g++.dg/ext/cond2.C: New test. + +2016-04-26 Bin Cheng + + PR tree-optimization/70771 + PR tree-optimization/70775 + * gcc.dg/pr70771.c: New test. + * gcc.dg/pr70775.c: New test. + +2016-04-26 Bernd Schmidt + + * gcc.target/i386/lzcnt-1.c: Allow a different lzcntw output register. + +2016-04-25 Richard Biener + + PR tree-optimization/70780 + * gcc.dg/torture/pr70780.c: New testcase. + +2016-04-25 Michael Collison + + * gcc.target/arm/neon-vaddws16.c: New test. + * gcc.target/arm/neon-vaddws32.c: New test. + * gcc.target/arm/neon-vaddwu16.c: New test. + * gcc.target/arm/neon-vaddwu32.c: New test. + * gcc.target/arm/neon-vaddwu8.c: New test. + * lib/target-supports.exp + (check_effective_target_vect_widen_sum_hi_to_si_pattern): Indicate + that arm neon support vector widen sum of HImode TO SImode. + +2016-04-23 Jakub Jelinek + + PR sanitizer/70712 + * c-c++-common/asan/pr70712.c: New test. + +2016-04-22 Trevor Saunders + + * .gitattributes: New file. + +2016-04-22 Christophe Lyon + + * lib/gcc-dg.exp (${tool}_load): Add default return value handler. + +2016-04-22 Dominique d'Humieres + + * gfortran.dg/submodule_14.f08: Add cleanup-submodules. + * gfortran.dg/submodule_15.f08: Likewise. + +2016-04-22 Richard Biener + + PR tree-optimization/70740 + * gcc.dg/torture/pr70740.c: New testcase. + +2016-04-21 H.J. Lu + + PR target/70750 + * gcc.target/i386/pr70750-1.c: New test. + * gcc.target/i386/pr70750-2.c: Likewise. + +2016-04-21 Paolo Carlini + + PR c++/70540 + * g++.dg/cpp0x/auto48.C: New. + +2016-04-21 Marek Polacek + + PR c++/70513 + * g++.dg/cpp0x/forw_enum12.C: New test. + * g++.dg/cpp0x/forw_enum13.C: New test. + +2016-04-21 Kirill Yukhin + + PR target/70728 + * gcc.target/i386/pr70728.c: New test. + +2016-04-21 Richard Biener + + PR middle-end/70747 + * gcc.dg/pr70747.c: New testcase. + +2016-04-21 Bin Cheng + + PR tree-optimization/70715 + * gcc.dg/tree-ssa/scev-13.c: New test. + +2016-04-21 Marc Glisse + + * gcc.dg/tree-ssa/minmax-2.c: New testcase. + +2016-04-21 Marc Glisse + + * gcc.dg/tree-ssa/minmax-1.c: New testcase. + +2016-04-20 Jan Hubicka + + PR ipa/70018 + * g++.dg/ipa/nothrow-1.C: New testcase. + +2016-04-20 Nathan Sidwell + + PR c++/55635 + * g++.dg/eh/delete1.C: New. + +2016-04-20 H.J. Lu + + * gcc.target/i386/avx256-unaligned-store-2.c: Add + -mtune-ctrl=sse_typeless_stores. + +2016-04-20 H.J. Lu + + * gcc.target/i386/avx256-unaligned-load-1.c: Update load scan. + +2016-04-20 Bin Cheng + + PR tree-optimization/69489 + * gcc.dg/tree-ssa/ifc-pr69489-2.c: New test. + +2016-04-20 Ilya Verbin + + PR c++/69363 + * c-c++-common/cilk-plus/PS/clauses3.c: Adjust dg-error string. + * c-c++-common/cilk-plus/PS/clauses4.c: New test. + * c-c++-common/cilk-plus/PS/pr69363.c: New test. + +2016-04-20 Bin Cheng + + PR tree-optimization/56625 + PR tree-optimization/69489 + * gcc.dg/vect/pr56625.c: New test. + * gcc.dg/tree-ssa/ifc-pr69489-1.c: New test. + +2016-04-20 Andrew Pinski + + PR target/64971 + * gcc.c-torture/compile/pr37433-1.c: New testcase. + +2016-04-20 Arnaud Charlet + + * gnat.dg/self1.adb: Remove now incorrect test. + +2016-04-20 Bin Cheng + + * gcc.dg/tree-ssa/scev-11.c: New test. + * gcc.dg/tree-ssa/scev-12.c: New test. + +2016-04-20 Marek Polacek + + PR tree-optimization/70725 + * gcc.dg/pr70725.c: New test. + +2016-04-20 Richard Biener + + PR tree-optimization/70726 + * g++.dg/vect/pr70726.cc: New testcase. + +2016-04-20 Andreas Krebbel + + PR target/70674 + * gcc.target/s390/pr70674.c: New test. + +2016-04-19 Jerry DeLisle + + PR libgfortran/70684 + * gfortran.dg/list_read_14.f90: New test. + +2016-04-19 H.J. Lu + + PR target/69201 + * gcc.target/i386/avx256-unaligned-store-1.c (a): Make it + extern to force it misaligned. + (b): Likewise. + (c): Likewise. + (d): Likewise. + Check vmovups.*movv8sf_internal/3 instead of avx_storeups256. + Don't check `*' before movv4sf_internal. + * gcc.target/i386/avx256-unaligned-store-2.c: Check + vmovups.*movv32qi_internal/3 instead of avx_storeups256. + Don't check `*' before movv16qi_internal. + * gcc.target/i386/avx256-unaligned-store-3.c (a): Make it + extern to force it misaligned. + (b): Likewise. + (c): Likewise. + (d): Likewise. + Check vmovups.*movv4df_internal/3 instead of avx_storeupd256. + Don't check `*' before movv2df_internal. + * gcc.target/i386/avx256-unaligned-store-4.c (a): Make it + extern to force it misaligned. + (b): Likewise. + (c): Likewise. + (d): Likewise. + Check movv8sf_internal instead of avx_storeups256. + Check movups.*movv4sf_internal/3 instead of avx_storeups256. + +2016-04-19 Richard Biener + + PR tree-optimization/70171 + * g++.dg/tree-ssa/pr70171.C: New testcase. + +2016-04-19 Richard Biener + + PR tree-optimization/70724 + * gcc.dg/torture/pr70724.c: New testcase. + +2016-04-18 Vladimir Makarov + + PR middle-end/70689 + * gcc.target/i386/pr70689.c: New. + +2016-04-18 H.J. Lu + + PR target/70708 + * gcc.target/i386/pr70708.c: New test. + +2016-04-18 Richard Biener + + PR tree-optimization/43434 + * gcc.dg/vect/pr43434.c: New testcase. + * c-c++-common/goacc/kernels-alias-3.c: Adjust. + * c-c++-common/goacc/kernels-alias-4.c: Likewise. + * c-c++-common/goacc/kernels-alias-5.c: Likewise. + * c-c++-common/goacc/kernels-alias-6.c: Likewise. + * c-c++-common/goacc/kernels-alias-7.c: Likewise. + * c-c++-common/goacc/kernels-alias-8.c: Likewise. + * gcc.dg/gomp/pr68640.c: Likewise. + * gfortran.dg/goacc/kernels-alias-3.f95: Likewise. + * gfortran.dg/goacc/kernels-alias-4.f95: Likewise. + +2016-04-18 Richard Biener + + PR tree-optimization/70701 + * gcc.dg/tree-ssa/ssa-fre-53.c: New testcase. + +2016-04-18 Tom de Vries + + PR testsuite/70699 + * gcc.dg/pr70161.c: Add dot-file scans. + * lib/scandump.exp (dump-suffix): Return suffix after first dot char, + instead of after last dot char. + +2016-04-17 Eric Botcazou + + * c-c++-common/dump-ada-spec-3.c: New test. + * c-c++-common/dump-ada-spec-4.c: Likewise. + +2016-04-17 Tom de Vries + + PR other/70183 + * gcc.target/i386/vzeroupper-dump-flags.c: New test. + +2016-04-15 Jan Hubicka + + PR ipa/70018 + * g++.dg/ipa/pure-const-1.C: New testcase. + * g++.dg/ipa/pure-const-2.C: New testcase. + * g++.dg/ipa/pure-const-3.C: New testcase. + +2016-04-15 Marek Polacek + + PR c/70671 + * gcc.dg/bitfld-22.c: New test. + +2016-04-15 Bernd Schmidt + + * gcc.target/i386/pr46470.c: Add -mno-red-zone to dg-options for + x86_64. + +2016-04-15 Marek Polacek + + PR c/70651 + * c-c++-common/pr70651.c: New test. + +2016-04-15 Kyrylo Tkachov + + PR rtl-optimization/70681 + * gcc.dg/ira-shrinkwrap-prep-2.c: XFAIL shrinkwrapping + dump scan on arm and powerpc. + * gcc.dg/pr10474.c: Likewise. + +2016-04-15 Jakub Jelinek + + PR c++/69517 + PR c++/70019 + PR c++/70588 + * g++.dg/cpp1y/vla11.C: Revert for real. + + PR c/70436 + * c-c++-common/Wparentheses-1.c: New test. + * c-c++-common/gomp/Wparentheses-1.c: New test. + * c-c++-common/gomp/Wparentheses-2.c: New test. + * c-c++-common/gomp/Wparentheses-3.c: New test. + * c-c++-common/gomp/Wparentheses-4.c: New test. + * c-c++-common/cilk-plus/PS/Wparentheses-1.c: New test. + * c-c++-common/cilk-plus/CK/Wparentheses-1.c: New test. + * c-c++-common/goacc/Wparentheses-1.c: New test. + +2016-04-15 Kirill Yukhin + + PR target/70662 + * gcc.target/i386/pr70662.c: New test. + +2016-04-15 Richard Biener + Alan Modra + + PR tree-optimization/70130 + * gcc.dg/vect/O3-pr70130.c: New testcase. + +2016-04-14 Michael Meissner + + PR target/70669 + * gcc.target/powerpc/pr70669.c: New test. + + PR target/70640 + * gcc.target/powerpc/pr70640.c: Fix test so it correctly works on + a power7 system that does not have an assembler that supports + power8. + +2016-04-14 Martin Sebor + + PR c++/69517 + PR c++/70019 + PR c++/70588 + * c-c++-common/ubsan/vla-1.c: Revert. + * g++.dg/cpp1y/vla11.C: Same. + * g++.dg/cpp1y/vla12.C: Same. + * g++.dg/cpp1y/vla13.C: Same. + * g++.dg/cpp1y/vla14.C: Same. + * g++.dg/cpp1y/vla3.C: Same. + * g++.dg/init/array24.C: Same. + * g++.dg/ubsan/vla-1.C: Same. + +2016-04-14 Marek Polacek + Jan Hubicka + + PR c++/70029 + * g++.dg/torture/pr70029.C: New test. + +2016-04-14 Martin Sebor + + * g++.dg/cpp1y/vla11.C: Avoid using attribute aligned to increase + type size to prevent failures on targets with very low maximum + alignment. + +2016-04-14 Richard Biener + + PR tree-optimization/70623 + * gcc.dg/torture/pr70623.c: New testcase. + * gcc.dg/torture/pr70623-2.c: Likewise. + +2016-04-13 Martin Sebor + + PR c++/69517 + PR c++/70019 + PR c++/70588 + * c-c++-common/ubsan/vla-1.c (main): Catch exceptions. + * g++.dg/cpp1y/vla11.C: New test. + * g++.dg/cpp1y/vla12.C: New test. + * g++.dg/cpp1y/vla13.C: New test. + * g++.dg/cpp1y/vla14.C: New test. + * g++.dg/cpp1y/vla3.C: Restore deleted test. + * g++.dg/init/array24.C: Fully brace VLA initializer. + * g++.dg/ubsan/vla-1.C: Disable exceptions. + +2016-04-13 Jakub Jelinek + + PR c++/70641 + * g++.dg/opt/pr70641.C: New test. + +2016-04-13 Rainer Orth + + PR rtl-optimization/68749 + * gcc.dg/ifcvt-4.c: Use "word_mode" rather than "int" to limit the + effects of argument promotions. + Remove default args to dg-skip-if. + +2016-04-13 Paolo Carlini + + PR c++/70635 + * g++.dg/parse/pr70635.C: New. + +2016-04-13 Marek Polacek + + PR c++/70639 + * c-c++-common/Wmisleading-indentation-4.c: New test. + +2016-04-13 Marek Polacek + + PR c/70436 + * gcc.dg/Wparentheses-12.c: New test. + * gcc.dg/Wparentheses-13.c: New test. + +2016-04-13 Ilya Enkovich + + * gcc.target/i386/avx512bw-kunpckdq-2.c: New test. + * gcc.target/i386/avx512bw-kunpckwd-2.c: New test. + * gcc.target/i386/avx512f-kunpckbw-2.c: New test. + +2016-04-13 Jakub Jelinek + + PR middle-end/70633 + * gcc.c-torture/compile/pr70633.c: New test. + + PR debug/70628 + * gcc.dg/torture/pr70628.c: New test. + +2016-04-12 Patrick Palka + + PR c++/70610 + * g++.dg/template/pr70610.C: New test. + * g++.dg/template/pr70610-2.C: New test. + * g++.dg/template/pr70610-3.C: New test. + * g++.dg/template/pr70610-4.C: New test. + +2016-04-12 Jakub Jelinek + + * c-c++-common/cilk-plus/SE/ef_error2.c (func2): Use vectorlength + 128 instead of 32. + + PR c++/70571 + * g++.dg/ext/pr70571.C: New test. + +2016-04-12 Michael Meissner + + PR target/70640 + * gcc.target/powerpc/pr70640.c: New test. + +2016-04-12 Paolo Carlini + + PR c++/68722 + * g++.dg/parse/pr68722.C: New. + +2016-04-12 Jakub Jelinek + + PR rtl-optimization/70596 + * gcc.target/i386/pr70596.c: New test. + +2016-04-12 Nathan Sidwell + + PR c++/70501 + * g++.dg/init/pr70501.C: New. + +2016-04-12 David Wohlferd + + * gcc.target/i386/asm-flag-6.c: New test. + +2016-04-12 Tom de Vries + + PR tree-optimization/68756 + * gcc.dg/graphite/pr68756.c: New test. + +2016-04-12 Jakub Jelinek + + PR tree-optimization/70602 + * gcc.c-torture/execute/pr70602.c: New test. + +2016-04-11 Michael Meissner + + PR target/70381 + * gcc.target/powerpc/float128-1.c: New tests to make sure the + __float128 emulator is built and runs. + * gcc.target/powerpc/float128-1.c: Likewise. + + * lib/target-supports.exp (check_ppc_float128_sw_available): + Rework tests for __float128 software and hardware + availability. Fix exit condition to return 0 on success. + +2016-04-11 James Greenhalgh + + PR target/70133 + * gcc.target/aarch64/mgeneral-regs_4.c: Fix expected output. + * gcc.target/aarch64/target_attr_15.c: Likewise. + +2016-04-10 Paolo Carlini + + PR c++/69066 + * g++.dg/cpp1y/pr69066.C: New. + +2016-04-09 Jerry DeLisle + + PR fortran/68566 + * gfortran.dg/pr36192.f90: Update test. + * gfortran.dg/pr36192_1.f90: Update test. + * gfortran.dg/real_dimension_1.f: Update test. + * gfortran.dg/parameter_array_init_7.f90: New test. + +2016-04-09 John David Anglin + + PR testsuite/64039 + * gcc.dg/tree-ssa/ssa-dom-cse-2.c: xfail scan-tree-dump on hppa*64*-*-*. + + * gcc.dg/pr70317.c: Add -fno-common on hppa*-*-hpux*. + + PR rtl-optimization/66669 + * gcc.dg/loop-8.c: Skip on hppa*-*-*. + + * gcc.dg/debug/dwarf2/prod-options.c: Adjust scan for hppa*64*-*-*. + + * gcc.dg/pic-1.c: Skip on hppa*-*-*. + * gcc.dg/pie-1.c: Likewise. + * gcc.dg/pic-3.c: Skip on hppa*64*-*-*. + * gcc.dg/pic-4.c: Likewise. + * gcc.dg/pie-3.c: Likewise. + * gcc.dg/pie-4.c: Likewise. + + * gcc.dg/uninit-19.c: Fix warning line for hppa*64*-*-*. + + PR tree-optimization/68644 + * gcc.dg/tree-ssa/ivopts-lt-2.c: Skip on hppa*-*-*. + + PR rtl-optimization/64886 + * gcc.dg/pr64434.c: Skip on hppa*-*-hpux*. + +2016-04-09 Tom de Vries + + PR tree-optimization/68953 + * gcc.dg/graphite/pr68953.c: New test. + +2016-04-09 Dominique d'Humieres + + PR fortran/70592 + * gfortran.dg/deferred_character_16.f90: New test. + +2016-04-09 Jakub Jelinek + + PR tree-optimization/70586 + * gcc.c-torture/execute/pr70586.c: New test. + +2016-04-09 Dominique d'Humieres + + PR sanitizer/70573 + * c-c++-common/asan/halt_on_error-1.c: Replace memset + with __builtin_memset + * c-c++-common/asan/halt_on_error-2.c: Likewise. + +2016-04-08 Cesar Philippidis + + PR lto/70289 + PR ipa/70348 + PR tree-optimization/70373 + PR middle-end/70533 + PR middle-end/70534 + PR middle-end/70535 + * c-c++-common/goacc/reduction-5.c: New test. + * c-c++-common/goacc/reduction-promotions.c: New test. + * gfortran.dg/goacc/reduction-3.f95: New test. + * gfortran.dg/goacc/reduction-promotions.f90: New test. + +2016-04-08 Patrick Palka + + PR c++/70590 + PR c++/70452 + * g++.dg/pr70590.C: New test. + * g++.dg/pr70590-2.C: New test. + +2016-04-08 Jakub Jelinek + + PR middle-end/70593 + * gcc.target/i386/pr70593.c: New test. + + PR rtl-optimization/70574 + * gcc.target/i386/avx2-pr70574.c: New test. + +2016-04-08 Maxim Ostapenko + + PR sanitizer/70541 + * c-c++-common/asan/pr70541.c: New test. + +2016-04-08 Tom de Vries + + * c-c++-common/goacc/uninit-firstprivate-clause.c: New test. + * gfortran.dg/goacc/uninit-firstprivate-clause.f95: New test. + +2016-04-08 Kyrylo Tkachov + + PR target/70566 + * gcc.c-torture/execute/pr70566.c: New test. + +2016-04-08 Tom de Vries + + * c-c++-common/goacc/uninit-copy-clause.c: New test. + * gfortran.dg/goacc/uninit-copy-clause.f95: New test. + +2016-04-08 Alan Modra + + * gcc.target/powerpc/pr70117.c: New. + +2016-04-07 Jakub Jelinek + + PR testsuite/70581 + * gcc.dg/lto/simd-function_0.c: New test. + + * c-c++-common/attr-simd.c: Add scan-assembler* directives for AVX512F + clones. + * c-c++-common/attr-simd-2.c: Likewise. + * c-c++-common/attr-simd-4.c: Likewise. + * gcc.dg/gomp/simd-clones-2.c: Likewise. + * gcc.dg/gomp/simd-clones-3.c: Likewise. + +2016-04-07 Thomas Preud'homme + + PR testsuite/70553 + * gcc.target/arm/pr70496.c: Also require arm_arm_ok effective target. + +2016-04-07 Thomas Schwinge + Tom de Vries + + * gfortran.dg/goacc/kernels-loop-2.f95: Scan for parallelization. + * gfortran.dg/goacc/kernels-loop-data-2.f95: Likewise. + * gfortran.dg/goacc/kernels-loop-data-enter-exit-2.f95: Likewise. + * gfortran.dg/goacc/kernels-loop-data-enter-exit.f95: Likewise. + * gfortran.dg/goacc/kernels-loop-data-update.f95: Likewise. + * gfortran.dg/goacc/kernels-loop-data.f95: Likewise. + * gfortran.dg/goacc/kernels-loop.f95: Likewise. + * gfortran.dg/goacc/kernels-loop-n.f95: Likewise, XFAILed. + +2016-04-06 Patrick Palka + + PR c/70436 + * g++.dg/warn/Wparentheses-29.C: New test. + +2016-04-06 Patrick Palka + + PR c/70436 + * g++.dg/plugin/pragma_plugin.c (handle_pragma_sayhello): Add + explicit braces to resolve a future -Wparentheses warning. + +2016-04-06 Richard Henderson + + * gcc.dg/pr61817-1.c: New test. + * gcc.dg/pr61817-2.c: New test. + * gcc.dg/pr69391-1.c: New test. + * gcc.dg/pr69391-2.c: New test. + +2016-04-06 Vladimir Makarov + + PR rtl-optimization/70398 + * gcc.target/aarch64/pr70398.c: New. + +2016-04-06 Eric Botcazou + + * gcc.c-torture/execute/20101011-1.c (__VISIUM__): Set DO_TEST to 0. + +2016-04-06 Yvan Roux + Pedro Alves + + * gcc.dg/guality/guality.h (main): Avoid GDB being blocked on signals. + +2016-04-06 Jakub Jelinek + + * lib/target-supports.exp (check_effective_target_vect_simd_clones): + Check for avx512f effective targets instead of avx2. + * gcc.dg/gomp/declare-simd-1.c: Add scan-assembler-times directives + for AVX512F clones. + * gcc.dg/gomp/declare-simd-3.c: Likewise. + * g++.dg/gomp/declare-simd-1.C: Likewise. + * g++.dg/gomp/declare-simd-3.C: Likewise. + * g++.dg/gomp/declare-simd-4.C: Likewise. + + PR middle-end/70550 + * c-c++-common/gomp/pr70550-1.c: New test. + * c-c++-common/gomp/pr70550-2.c: New test. + +2016-04-05 Nathan Sidwell + + PR c++/70512 + * g++.dg/ext/attribute-may-alias-5.C: New. + +2016-04-05 Jakub Jelinek + + PR c++/70336 + * c-c++-common/pr70336.c: New test. + * gcc.dg/torture/builtin-isinf_sign-1.c (foo): Guard tests + no longer optimized away at -O0 with #ifndef __OPTIMIZE__. + +2016-04-05 Jan Hubicka + + PR ipa/66223 + * g++.dg/ipa/devirt-51.C: Use -fsanitize=unreachable. + +2016-04-05 Jakub Jelinek + + PR rtl-optimization/70542 + * gcc.dg/torture/pr70542.c: New test. + * gcc.target/i386/avx2-pr70542.c: New test. + +2016-04-05 Zdenek Sojka + + PR tree-optimization/70509 + * gcc.target/i386/avx512bw-pr70509.c: New test. + +2016-04-05 Patrick Palka + + PR c++/70452 + * g++.dg/ext/constexpr-vla4.C: New test. + +2016-04-05 Uros Bizjak + + PR target/70510 + * gcc.target/i386/pr70510.c: New test. + +2016-04-05 Richard Biener + + PR tree-optimization/70526 + * g++.dg/torture/pr70526.C: New testcase. + +2016-04-05 Jakub Jelinek + + PR target/70525 + * gcc.target/i386/pr70525.c: New test. + +2016-04-05 Richard Biener + + PR middle-end/70499 + * g++.dg/torture/pr70499.C: New testcase. + +2016-04-05 Richard Biener + + * gcc.dg/tree-ssa/20030814-6.c: Fix testcase, disable FRE, + remove XFAIL. + +2016-04-04 Jakub Jelinek + + PR middle-end/70307 + * gcc.dg/torture/pr70307.c: Add -Wno-psabi to dg-options. Prune + rs6000 ABI warnings. + +2016-04-04 Jan Hubicka + + PR ipa/66223 + * g++.dg/ipa/devirt-51.C: New testcase. + +2016-04-04 Bill Schmidt + Jakub Jelinek + + PR middle-end/70457 + * gcc.dg/torture/pr70457.c: New. + +2016-04-04 Andre Vehreschild + + PR fortran/67538 + * gfortran.dg/allocate_with_source_19.f08: New test. + +2016-04-04 Andre Vehreschild + + PR fortran/65795 + * gfortran.dg/coarray_allocate_6.f08: New test. + +2016-04-04 Richard Biener + + PR rtl-optimization/70484 + * gcc.dg/torture/pr70484.c: New testcase. + +2016-04-04 Marek Polacek + + PR c/70307 + * gcc.dg/torture/pr70307.c: New test. + +2016-04-03 Oleg Endo + + PR target/70416 + PR target/67391 + * gcc.target/sh/torture/pr70416.c: New. + +2016-04-02 Martin Sebor + + PR c++/67376 + PR c++/70170 + PR c++/70172 + PR c++/70228 + * g++.dg/cpp0x/constexpr-array-ptr10.C: New test. + * g++.dg/cpp0x/constexpr-array-ptr9.C: New test. + * g++.dg/cpp0x/constexpr-nullptr-1.C: New test. + * g++.dg/cpp0x/constexpr-array5.C: Adjust text of expected diagnostic. + * g++.dg/cpp0x/constexpr-string.C: Same. + * g++.dg/cpp0x/constexpr-wstring2.C: Same. + * g++.dg/cpp0x/pr65398.C: Same. + * g++.dg/ext/constexpr-vla1.C: Same. + * g++.dg/ext/constexpr-vla2.C: Same. + * g++.dg/ext/constexpr-vla3.C: Same. + * g++.dg/ubsan/pr63956.C: Same. + +2016-04-01 Jakub Jelinek + + PR rtl-optimization/70467 + * gcc.target/i386/pr70467-2.c: New test. + +2016-04-01 Jakub Jelinek + Marek Polacek + + PR c++/70488 + * g++.dg/init/new47.C: New test. + +2016-04-01 Ramana Radhakrishnan + + PR target/70496 + * gcc.target/arm/pr70496.c: New test. + +2016-04-01 Nathan Sidwell + + PR c++/68475 + * g++.dg/g++.dg/cpp0x/noexcept29.C: New. + +2016-04-01 Ilya Enkovich + + PR target/69890 + * gcc.dg/strlenopt.h (memmove): New. + * gcc.target/i386/chkp-strlen-1.c: Include "../../gcc.dg/strlenopt.h" + instead of "string.h". + * gcc.target/i386/chkp-strlen-2.c: Likewise. + * gcc.target/i386/chkp-strlen-3.c: Likewise. + * gcc.target/i386/chkp-strlen-4.c: Likewise. + * gcc.target/i386/chkp-strlen-5.c: Likewise. + * gcc.target/i386/chkp-stropt-1.c: Likewise. + * gcc.target/i386/chkp-stropt-10.c: Likewise. + * gcc.target/i386/chkp-stropt-11.c: Likewise. + * gcc.target/i386/chkp-stropt-12.c: Likewise. + * gcc.target/i386/chkp-stropt-13.c: Likewise. + * gcc.target/i386/chkp-stropt-14.c: Likewise. + * gcc.target/i386/chkp-stropt-15.c: Likewise. + * gcc.target/i386/chkp-stropt-16.c: Likewise. + * gcc.target/i386/chkp-stropt-2.c: Likewise. + * gcc.target/i386/chkp-stropt-3.c: Likewise. + * gcc.target/i386/chkp-stropt-4.c: Likewise. + * gcc.target/i386/chkp-stropt-5.c: Likewise. + * gcc.target/i386/chkp-stropt-6.c: Likewise. + * gcc.target/i386/chkp-stropt-7.c: Likewise. + * gcc.target/i386/chkp-stropt-8.c: Likewise. + * gcc.target/i386/chkp-stropt-9.c: Likewise. + +2016-03-31 Rainer Orth + + * g++.dg/template/ptrmem30.C (read): Rename to data_read. + (Holder::foo): Reflect this. + +2016-03-31 Ilya Enkovich + + PR target/70442 + * gcc.dg/pr70442.c: New test. + +2016-03-31 Nathan Sidwell + + PR c++/70393 + * g++.dg/cpp0x/constexpr-virtual6.C: New. + +2016-03-31 Kirill Yukhin + + PR target/70453 + * gcc.target/i386/pr70453.c: New test. + +2016-03-31 Andrey Belevantsev + + PR target/70292 + * gcc.c-torture/pr70292.c: New test. + +2016-03-31 Marek Polacek + + PR c/70297 + * c-c++-common/pr70297.c: New test. + * g++.dg/cpp0x/typedef-redecl.C: New test. + * gcc.dg/typedef-redecl2.c: New test. + +2016-03-31 Jakub Jelinek + + PR rtl-optimization/70460 + * gcc.c-torture/execute/pr70460.c: New test. + +2016-03-31 Richard Biener + + PR c++/70430 + * g++.dg/ext/vector30.C: New testcase. + +2016-03-30 Dominique d'Humieres + Jerry DeLisle + + * gfortran.dg/fmt_pf.f90: New test. + +2016-03-30 Rainer Orth + + Forward-port from 5 branch + 2016-03-30 Jakub Jelinek + + PR testsuite/70356 + * gcc.target/i386/avx-vextractf128-256-5.c: Move + dg-require-effective-target after dg-do. + + 2015-12-30 Kirill Yukhin + + * gcc.target/i386/avx-vextractf128-256-5.c: New test. + +2016-03-30 Thomas Schwinge + Julian Brown + Chung-Lin Tang + Cesar Philippidis + James Norris + Tom de Vries + Nathan Sidwell + + * c-c++-common/goacc/combined-directives.c: Clean up dg-* directives. + * c-c++-common/goacc/loop-clauses.c: Likewise. + * g++.dg/goacc/template.C: Likewise. + * gfortran.dg/goacc/combined-directives.f90: Likewise. + * gfortran.dg/goacc/loop-1.f95: Likewise. + * gfortran.dg/goacc/loop-5.f95: Likewise. + * gfortran.dg/goacc/loop-6.f95: Likewise. + * gfortran.dg/goacc/loop-tree-1.f90: Likewise. + * c-c++-common/goacc-gomp/nesting-1.c: Update. + * c-c++-common/goacc-gomp/nesting-fail-1.c: Likewise. + * c-c++-common/goacc/clauses-fail.c: Likewise. + * c-c++-common/goacc/parallel-1.c: Likewise. + * c-c++-common/goacc/reduction-1.c: Likewise. + * c-c++-common/goacc/reduction-2.c: Likewise. + * c-c++-common/goacc/reduction-3.c: Likewise. + * c-c++-common/goacc/reduction-4.c: Likewise. + * c-c++-common/goacc/routine-3.c: Likewise. + * c-c++-common/goacc/routine-4.c: Likewise. + * c-c++-common/goacc/routine-5.c: Likewise. + * c-c++-common/goacc/tile.c: Likewise. + * g++.dg/goacc/template.C: Likewise. + * gfortran.dg/goacc/combined-directives.f90: Likewise. + * c-c++-common/goacc/nesting-1.c: Move dg-error test cases into... + * c-c++-common/goacc/nesting-fail-1.c: ... this file. Update. + * c-c++-common/goacc/kernels-1.c: Update. Incorporate... + * c-c++-common/goacc/kernels-empty.c: ... this file, and... + * c-c++-common/goacc/kernels-eternal.c: ... this file, and... + * c-c++-common/goacc/kernels-noreturn.c: ... this file. + * c-c++-common/goacc/host_data-1.c: New file. Incorporate... + * c-c++-common/goacc/use_device-1.c: ... this file. + * c-c++-common/goacc/host_data-2.c: New file. Incorporate... + * c-c++-common/goacc/host_data-5.c: ... this file, and... + * c-c++-common/goacc/host_data-6.c: ... this file. + * c-c++-common/goacc/loop-2-kernels.c: New file. + * c-c++-common/goacc/loop-2-parallel.c: Likewise. + * c-c++-common/goacc/loop-3.c: Likewise. + * g++.dg/goacc/reference.C: Likewise. + * g++.dg/goacc/routine-1.C: Likewise. + * g++.dg/goacc/routine-2.C: Likewise. + +2016-03-30 Richard Biener + + PR middle-end/70450 + * gcc.dg/torture/pr70450.c: New testcase. + +2016-03-30 Jakub Jelinek + + PR target/70421 + * gcc.dg/torture/pr70421.c: New test. + * gcc.target/i386/avx512f-pr70421.c: New test. + +2016-03-30 H.J. Lu + + PR testsuite/70364 + * gcc.target/i386/cleanup-1.c: Include . + (check): New function. + (bar): Call check. + (foo): Align stack to 16 bytes when calling bar. + * gcc.target/i386/cleanup-2.c: Likewise. + +2016-03-30 Patrick Palka + + PR tree-optimization/59124 + * gcc.dg/Warray-bounds-19.c: New test. + +2016-03-29 Zachary T Welch + + * lib/prune.exp (escape_regex_chars): New. + (prune_file_path): Update to quote metcharacters for regexp. + +2016-03-29 Jakub Jelinek + + PR rtl-optimization/70429 + * gcc.c-torture/execute/pr70429.c: New test. + + PR tree-optimization/70405 + * gcc.dg/pr70405.c: New test. + +2016-03-29 Andre Vehreschild + + PR fortran/70397 + * gfortran.dg/unlimited_polymorphic_25.f90: New test. + * gfortran.dg/unlimited_polymorphic_26.f90: New test. + +2016-03-29 Thomas Schwinge + + PR testsuite/64177 + * c-c++-common/cilk-plus/CK/spawning_arg.c (main): Call + __cilkrts_set_param to set two workers. + * c-c++-common/cilk-plus/CK/steal_check.c (main): Likewise. + * g++.dg/cilk-plus/CK/catch_exc.cc (main): Likewise. + +2016-03-28 Dominique d'Humieres + + * g++.dg/ext/fnname5.C: Update the test for Darwin. + +2016-03-28 Kirill Yukhin + + PR target/70406 + * gcc.target/i386/pr70406.c: New test. + +2016-03-27 Eric Botcazou + + * gnat.dg/specs/double_record_extension3.ads: New test. + +2016-03-25 Richard Henderson + + PR target/70120 + * gcc.target/aarch64/pr70120-1.c: New. + * gcc.target/aarch64/pr70120-2.c: New. + * gcc.target/aarch64/pr70120-3.c: New. + +2016-03-25 Patrick Palka + + PR c++/62212 + * g++.dg/template/mangle2.C: The dg-do directive should be + "compile" not "assemble". + +2016-03-25 Bernd Schmidt + + PR lto/69650 + * gcc.dg/pr69650.c: New test. + +2016-03-25 David Edelsohn + + * g++.dg/ext/pr70290.C: Prune non-standard ABI. + +2016-03-25 Alan Modra + + * gcc.dg/dfp/pr70052.c: New test. + +2016-03-24 Richard Henderson + + PR middle-end/69845 + * gcc.dg/tree-ssa/pr69845-1.c: New test. + * gcc.dg/tree-ssa/pr69845-2.c: New test. + +2016-03-24 Tom de Vries + + * gfortran.dg/goacc/host_data-tree.f95: Add missing initialization. + +2016-03-24 Tom de Vries + + * c-c++-common/goacc/uninit-use-device-clause.c: New test. + * gfortran.dg/goacc/uninit-use-device-clause.f95: New test. + +2016-03-24 Tom de Vries + + * c-c++-common/goacc/uninit-dim-clause.c: New test. + * gfortran.dg/goacc/uninit-dim-clause.f95: New test. + +2016-03-24 Patrick Palka + + PR c++/62212 + * g++.dg/template/mangle2.C: New test. + +2016-03-24 Richard Biener + + PR tree-optimization/70396 + * gcc.dg/torture/pr70396.c: New testcase. + +2016-03-24 Richard Biener + + PR middle-end/70370 + * gcc.dg/torture/pr70370.c: New testcase. + +2016-03-24 Tom de Vries + + * gfortran.dg/goacc/data-tree.f95: Add missing initialization. + * gfortran.dg/goacc/kernels-tree.f95: Same. + * gfortran.dg/goacc/parallel-tree.f95: Same. + +2016-03-24 Tom de Vries + + * c-c++-common/goacc/uninit-if-clause.c: New test. + * gfortran.dg/goacc/uninit-if-clause.f95: New test. + +2016-03-24 Jakub Jelinek + + PR target/70290 + * g++.dg/ext/pr70290.C: Add -Wno-psabi -w to dg-options. + Fix formatting. + +2016-03-24 Richard Biener + + PR tree-optimization/70372 + * gcc.dg/tree-ssa/pr70372.c: New testcase. + +2016-03-23 Patrick Palka + + PR c++/70347 + * g++.dg/cpp1y/nsdmi-union1.C: New test. + +2016-03-23 Patrick Palka + + PR c++/70332 + * g++.dg/cpp1y/nsdmi-aggr5.C: New test. + +2016-03-23 Jakub Jelinek + + PR c++/70001 + * g++.dg/cpp0x/constexpr-70001-4.C: New test. + * g++.dg/cpp1y/pr70001.C: New test. + + PR c++/70323 + * g++.dg/cpp0x/constexpr-70323.C: New test. + +2016-03-23 Alexandre Oliva + Jason Merrill + Jakub Jelinek + + PR c++/69315 + * g++.dg/cpp0x/constexpr-69315.C: New test. + * g++.dg/cpp0x/variadic122.C: Change one dg-warning into dg-bogus. + +2016-03-23 Marek Polacek + + PR c++/69884 + * g++.dg/warn/Wignored-attributes-1.C: New test. + * g++.dg/warn/Wignored-attributes-2.C: New test. + +2016-03-23 Tom de Vries + + * c-c++-common/goacc/kernels-default.c (foo): Add missing + initialization. + * gfortran.dg/goacc/private-3.f95 (test): Same. + * gfortran.dg/goacc/routine-5.f90 (gang, worker, vector, seq): Add + missing use param. + +2016-03-23 Kyrylo Tkachov + + * lib/target-supports.exp: Remove v7ve entry from loop + creating effective target checks. + (check_effective_target_arm_arch_v7ve_ok): New procedure. + (add_options_for_arm_arch_v7ve): Likewise. + +2016-03-23 Jakub Jelinek + + PR tree-optimization/70354 + * gcc.dg/vect/pr70354-1.c: New test. + * gcc.dg/vect/pr70354-2.c: New test. + * gcc.target/i386/avx2-pr70354-1.c: New test. + * gcc.target/i386/avx2-pr70354-2.c: New test. + +2016-03-22 Jeff Law + + PR target/70232 + * gcc.dg/tree-ssa/pr70232.c: New test. + +2016-03-22 Ilya Enkovich + + PR target/70302 + * gcc.target/i386/pr70302.c: New test. + +2016-03-22 Richard Biener + + PR middle-end/70251 + * g++.dg/torture/pr70251.C: New testcase. + +2016-03-22 David Malcolm + + PR c/69993 + * c-c++-common/Wmisleading-indentation-3.c: New test, based on + Wmisleading-indentation.c. + * c-c++-common/Wmisleading-indentation.c: Update thoughout to + reflect change to diagnostic text and order of messages. + * gcc.dg/plugin/location-overflow-test-2.c: Likewise. + +2016-03-22 David Edelsohn + + * g++.dg/ext/java-3.C: Don't compile on AIX. + +2016-03-22 Richard Biener + + PR middle-end/70333 + * gcc.dg/torture/pr70333.c: New testcase. + +2016-03-22 Ilya Enkovich + + * g++.dg/ext/pr70290.C: New test. + +2016-03-22 Kirill Yukhin + + PR target/70325 + * gcc.target/i386/pr70325.c: New test. + +2016-03-22 Jakub Jelinek + + PR target/70329 + * gcc.target/i386/avx512bw-pr70329-1.c: New test. + * gcc.target/i386/avx512bw-pr70329-2.c: New test. + + PR target/70300 + * gcc.target/i386/pr70300.c: New test. + + PR c++/70295 + * c-c++-common/nonnull-1.c (func): Remove parens around cp4 != 0. + (func2): New function for cond with parens, xfail warning for c++. + * g++.dg/warn/Wnonnull-compare-8.C: New test. + +2016-03-22 Patrick Palka + + PR c++/70096 + * g++.dg/template/ptrmem30.C: New test. + +2016-03-22 Patrick Palka + + PR c++/70204 + * g++.dg/cpp0x/constexpr-70204a.C: New test. + * g++.dg/cpp0x/constexpr-70204b.C: New test. + +2016-03-21 Jakub Jelinek + + PR middle-end/70326 + * gcc.dg/pr70326.c: New test. + +2016-03-21 Marc Glisse + Jakub Jelinek + + PR tree-optimization/70317 + * gcc.dg/pr70317.c: New test. + +2016-03-21 Uros Bizjak + + PR target/70327 + * gcc.target/i386/pr70327.c: New test. + +2016-03-21 Martin Liska + + PR ipa/70306 + * gcc.dg/ipa/pr70306.c: New test. + +2016-03-21 Andre Vieira + + * gcc.target/arm/attr-align1.c: Skip if M-profile. + * gcc.target/arm/attr-align3.c: Likewise. + * gcc.target/arm/attr_arm.c: Likewise. + * gcc.target/arm/flip-thumb.c: Likewise. + +2016-03-21 Jakub Jelinek + + PR target/70296 + * gcc.target/powerpc/altivec-36.c: New test. + +2016-03-21 Richard Biener + + PR tree-optimization/70310 + * gcc.dg/torture/pr70310.c: New testcase. + +2016-03-21 Kirill Yukhin + + PR target/70293 + * gcc.target/i386/pr70293.c: New test. + +2016-03-21 Richard Biener + + PR tree-optimization/70288 + * gcc.dg/torture/pr70288-1.c: New testcase. + * gcc.dg/torture/pr70288-2.c: Likewise. + +2016-03-21 Andrey Belevantsev + + PR rtl-optimization/69307 + * gcc.target/arm/pr69307.c: New test. + +2016-03-21 Andrey Belevantsev + + PR rtl-optimization/69102 + * gcc.c-torture/compile/pr69102.c: New test. + +2016-03-18 Jeff Law + + PR rtl-optimization/70263 + * gcc.c-torture/compile/pr70263-1.c: New test. + * gcc.target/i386/pr70263-2.c: New test. + +2016-03-18 Bernd Schmidt + + PR rtl-optimization/70278 + * gcc.dg/torture/pr70278.c: New test. + * gcc.target/arm/pr70278.c: New test. + +2016-03-18 David Malcolm + + PR c/70281 + * gcc.dg/plugin/diagnostic-test-expressions-1.c + (test_builtin_types_compatible_p): New test function. + * gcc.dg/pr70281.c: New test case. + +2016-03-18 Christophe Lyon + + PR target/70113 + * gcc.target/aarch64/pr63304_1.c: Add -mno-fix-cortex-a53-843419. + +2016-03-18 Ilya Enkovich + + PR tree-optimization/70252 + * gcc.dg/pr70252.c: New test. + +2016-03-18 Tom de Vries + + * gcc.dg/pr70161-2.c: New test. + * gcc.dg/pr70161.c: New test. + +2016-03-18 Tom de Vries + + PR ipa/70269 + * gcc.dg/pr70269.c: New test. + +2016-03-18 Jakub Jelinek + + PR c++/70267 + * g++.dg/ext/java-3.C: New test. + +2016-03-18 Patrick Palka + + PR c++/70205 + * g++.dg/lookup/pr70205.C: New test. + +2016-03-18 Patrick Palka + + PR c++/70218 + * g++.dg/cpp0x/lambda/lambda-70218.C: New test. + +2016-03-17 Marek Polacek + + PR c/69407 + * gcc.dg/atomic-op-6.c: New test. + +2016-03-17 David Malcolm + + PR c/70264 + * c-c++-common/pr70264.c: New test case. + +2016-03-17 Jakub Jelinek + + PR c++/70144 + * c-c++-common/pr70144-1.c: New test. + * c-c++-common/pr70144-2.c: New test. + + PR c++/70272 + * g++.dg/opt/flifetime-dse5.C (main): Remove extra semicolon. + * g++.dg/opt/flifetime-dse6.C: New test. + * g++.dg/tree-ssa/ehcleanup-1.C: Adjust unreachable count. + +2016-03-17 H.J. Lu + + PR driver/70192 + * gcc.dg/pic-1.c: New test. + * gcc.dg/pic-2.c: Likewise. + * gcc.dg/pic-3.c: Likewise. + * gcc.dg/pic-4.c: Likewise. + * gcc.dg/pie-1.c: Likewise. + * gcc.dg/pie-2.c: Likewise. + * gcc.dg/pie-3.c: Likewise. + * gcc.dg/pie-4.c: Likewise. + * gcc.dg/pie-5.c: Likewise. + * gcc.dg/pie-6.c: Likewise. + +2016-03-17 Tom de Vries + + * gfortran.dg/goacc/kernels-alias-3.f95: New test. + * gfortran.dg/goacc/kernels-alias-4.f95: New test. + +2016-03-17 Richard Biener + + PR debug/70271 + * g++.dg/debug/pr70271.C: New testcase. + +2016-03-17 Ilya Enkovich + + * gcc.target/i386/pr70251.c: New test. + +2016-03-17 Marek Polacek + + PR c++/70194 + * g++.dg/warn/constexpr-70194.C: New test. + +2016-03-16 Richard Henderson + + PR middle-end/70240 + * gcc.c-torture/compile/pr70240.c: New. + +2016-03-16 Senthil Kumar Selvaraj + + * gcc.c-torture/compile/20151204.c: Skip for avr. + +2016-03-16 Jakub Jelinek + + PR target/70245 + * g++.dg/opt/pr70245.C: New test. + * g++.dg/opt/pr70245.h: New file. + * g++.dg/opt/pr70245-aux.cc: New file. + +2016-03-16 Martin Sebor + + * g++.dg/cpp1y/constexpr-instantiate.C: Correct DejaGnu directives. + +2016-03-16 Richard Henderson + + PR middle-end/70199 + * gcc.c-torture/compile/pr70199.c: New. + +2016-03-16 H.J. Lu + + * gcc.dg/uninit-19.c: Run dos2unix. + +2016-03-16 Marek Polacek + + PR c/70093 + * gcc.dg/nested-func-10.c: New test. + * gcc.dg/nested-func-9.c: New test. + +2016-03-16 Jakub Jelinek + + PR tree-optimization/68714 + * gcc.dg/tree-ssa/pr68714.c: Add -w -Wno-psabi to dg-options. + +2016-03-16 Tom de Vries + + PR tree-optimization/68715 + * gcc.dg/graphite/pr68715-2.c: New test. + * gcc.dg/graphite/pr68715.c: New test. + * gfortran.dg/graphite/pr68715.f90: New test. + +2016-03-16 Tom de Vries + + PR tree-optimization/68809 + * gcc.dg/graphite/pr68809-2.c: New test. + * gcc.dg/graphite/pr68809.c: New test. + +2016-03-16 Jakub Jelinek + + PR c++/70147 + * g++.dg/ubsan/pr70147-2.C (C::C): Initialize A base with invalid + method call to i () as argument. Adjust expected output. + + PR c++/70147 + * g++.dg/ubsan/pr70147-1.C: New test. + * g++.dg/ubsan/pr70147-2.C: New test. + +2016-03-15 Martin Sebor + + PR c++/58281 + * g++.dg/cpp1y/constexpr-instantiate.C: Add new test. + +2016-03-15 John David Anglin + + * gcc.c-torture/execute/pr68532.c: Add -fno-common option on + hppa*-*-hpux*. + + * gcc.dg/ifcvt-4.c: Add hppa*64*-*-* to skip list. + + PR libfortran/69799 + * gfortran.dg/coarray_allocate_5.f08: Add "-latomic" option if + libatomic_available. + +2016-03-15 Marek Polacek + + PR c++/70209 + * g++.dg/ext/attribute-may-alias-4.C: New test. + +2016-03-15 Alexander Monakov + + * g++.dg/pr63384.C: Add -w to dg-options. Remove '-toggle' in + -fvar-tracking-assignments-toggle flag. + +2016-03-15 Pat Haugen + + * gcc.dg/ifcvt-4.c: Add -misel for powerpc*. + +2016-03-15 Jakub Jelinek + + PR rtl-optimization/70222 + * gcc.c-torture/execute/pr70222-1.c: New test. + * gcc.c-torture/execute/pr70222-2.c: New test. + +2016-03-15 Richard Henderson + + * gcc.dg/tree-ssa/pr68714.c: Test during reassoc1 pass. + +2016-03-15 Andrey Belevantsev + + PR rtl-optimization/69032 + * gcc.dg/pr69032.c: New test. + +2016-03-15 Andrey Belevantsev + + PR rtl-optimization/63384 + * g++.dg/pr63384.C: New test. + +2016-03-15 Andrey Belevantsev + + PR target/64411 + * gcc.target/i386/pr64411.C: New test. + +2016-03-15 Tom de Vries + + * gfortran.dg/goacc/kernels-alias-2.f95: New test. + * gfortran.dg/goacc/kernels-alias.f95: New test. + +2016-03-14 Martin Sebor + + PR c++/53792 + * g++.dg/cpp0x/constexpr-inline.C: New test. + * g++.dg/cpp0x/constexpr-inline-1.C: Same. + +2016-03-14 David Edelsohn + + * gcc.dg/torture/pr70083.c: Prune non-standard ABI. + +2016-03-14 Jakub Jelinek + + PR middle-end/70219 + * gcc.dg/pr70219.c: New test. + +2016-03-14 Bernd Schmidt + + PR target/70083 + * gcc.dg/torture/pr70083.c: New test. + * gcc.target/i386/pr70083.c: New test. + +2016-03-14 Richard Biener + + PR tree-optimization/56365 + * gcc.dg/tree-ssa/phi-opt-14.c: New testcase. + +2016-03-14 Segher Boessenkool + + PR target/70098 + * lib/target-supports.exp (check_effective_target_powerpc64_no_dm): + New function. + * g++.dg/pr70098.C: New testcase. + + +2016-03-14 Tom de Vries + + PR tree-optimization/70045 + * gcc.dg/graphite/pr70045.c: New test. + +2016-03-13 Jerry DeLisle + + PR fortran/69043 + * gfortran.dg/include_9.f90: New test. + +2016-03-13 Dominique d'Humieres + + PR fortran/45076 + gfortran.dg/prof/prof.exp: New script. + gfortran.dg/prof/dynamic_dispatch_6.f03: New test. + +2016-03-12 Andrey Belevantsev + + PR rtl-optimization/69307 + * gcc.dg/pr69307.c: New test. + +2016-03-12 Vladimir Makarov + + PR target/69614 + * gcc.target/arm/pr69614.c: New. + +2016-03-12 Paul Thomas + + PR fortran/70031 + * gfortran.dg/submodule_14.f08: New test + + PR fortran/69524 + * gfortran.dg/submodule_15.f08: New test + +2016-03-12 Patrick Palka + + PR c++/70106 + * g++.dg/cpp1y/paren3.C: New test. + +2016-03-11 Michael Meissner + + PR target/70131 + * gcc.target/powerpc/ppc-round2.c: New test. + +2016-03-11 Bernd Schmidt + + PR target/70123 + * gcc.dg/torture/pr70123.c: New test. + +2016-03-11 Jeff Law + + PR tree-optimization/70190 + * gcc.c-torture/compile/pr70190.c: New test. + +2016-03-11 David Malcolm + + PR c/68187 + * c-c++-common/Wmisleading-indentation.c (test43_a): New test + case. + (test43_b): Likewise. + (test43_c): Likewise. + (test43_d): Likewise. + (test43_e): Likewise. + (test43_f): Likewise. + (test43_g): Likewise. + (test44_a): Likewise. + (test44_b): Likewise. + (test44_c): Likewise. + (test44_d): Likewise. + (test44_e): Likewise. + +2016-03-11 David Malcolm + + PR c/70085 + * c-c++-common/Wmisleading-indentation.c (pr70085): New test case. + +2016-03-11 Kyrylo Tkachov + + * gcc.target/aarch64/vect-reduc-or_1.c: Add -fno-vect-cost-model to + dg-options. + +2016-03-11 Kyrylo Tkachov + + PR target/70002 + PR target/69245 + * gcc.target/aarch64/pr69245_2.c: New test. + +2016-03-11 Jakub Jelinek + + PR tree-optimization/70177 + * gcc.dg/pr70177.c: New test. + +2016-03-11 Alan Lawrence + + * gfortran.dg/unconstrained_commons.f: Widen regexp to match j_. + +2016-03-11 Alan Lawrence + + * gcc.dg/tree-ssa/sra-20.c: New. + +2016-03-11 Jakub Jelinek + + PR rtl-optimization/70174 + * gcc.dg/pr70174.c: New test. + + PR tree-optimization/70169 + * gcc.dg/pr70169.c: New test. + +2016-03-11 Ilya Enkovich + + PR target/70160 + * gcc.target/i386/pr70160.c: New test. + +2016-03-11 Andreas Krebbel + + * gcc.target/s390/dfp-1.c: New test. + +2016-03-10 Nick Clifton + + PR target/70044 + * gcc.target/aarch64/pr70044.c: New test. + +2016-03-10 Patrick Palka + Jakub Jelinek + + PR c++/70001 + * g++.dg/cpp0x/constexpr-70001-1.C: New test. + * g++.dg/cpp0x/constexpr-70001-2.C: New test. + * g++.dg/cpp0x/constexpr-70001-3.C: New test. + +2016-03-10 Jan Hubicka + + PR lto/69589 + * g++.dg/lto/pr69589_0.C: New testcase + * g++.dg/lto/pr69589_1.C: New testcase + +2016-03-10 Marek Polacek + + PR c++/70153 + * g++.dg/delayedfold/unary-plus1.C: New test. + +2016-03-10 Andre Vieira + + * gcc.target/arm/pr45701-1.c: Escape brackets. + * gcc.target/arm/pr45701-2.c: Likewise. + +2016-03-10 Alan Lawrence + + * gfortran.dg/unconstrained_commons.f: New. + +2016-03-10 Alan Modra + + * gcc.dg/pr69195.c: New. + * gcc.dg/pr69238.c: New. + +2016-03-10 Tom de Vries + + PR testsuite/68915 + * gcc.dg/vect/pr46032.c: Xfail scan if alignment requirements not met. + +2016-03-10 Richard Biener + + PR tree-optimization/70128 + * gcc.dg/tree-ssa/alias-34.c: New testcase. + * gcc.dg/tree-ssa/alias-35.c: Likewise. + +2016-03-09 Jakub Jelinek + + PR tree-optimization/70152 + * gcc.dg/pr70152.c: New test. + + PR target/70086 + * gcc.target/i386/pr70086-1.c: New test. + * gcc.target/i386/pr70086-2.c: New test. + * gcc.target/i386/pr70086-3.c: New test. + + PR tree-optimization/70127 + * gcc.c-torture/execute/pr70127.c: New test. + +2016-03-09 Cesar Philippidis + + * c-c++-common/goacc/combined-directives-2.c: New test. + +2016-03-09 David Malcolm + + PR c/68473 + PR c++/70105 + * g++.dg/diagnostic/pr70105.C: New test. + * gcc.dg/plugin/diagnostic-test-expressions-1.c (foo): New decl. + (test_multiple_ordinary_maps): New test function. + +2016-03-09 David Malcolm + + PR c/68473 + PR c++/70105 + * gcc.dg/plugin/diagnostic_plugin_show_trees.c (show_tree): + Drop range information from call to inform_at_rich_loc. + * gcc.dg/plugin/diagnostic_plugin_test_show_locus.c (add_range): + New. + (test_show_locus): Replace calls to rich_location::add_range with + calls to add_range. Rewrite the tests that used the now-defunct + rich_location ctor taking a source_range. Simplify other tests + by replacing calls to COMBINE_LOCATION_DATA with calls to + make_location. + +2016-03-09 Richard Biener + Jakub Jelinek + + PR tree-optimization/70138 + * gcc.dg/vect/pr70138-1.c: New testcase. + * gcc.dg/vect/pr70138-2.c: Likewise. + +2016-03-09 Jakub Jelinek + + PR target/70049 + * gcc.target/i386/pr70049.c: New test. + +2016-03-09 Richard Biener + + PR c/70143 + * gcc.dg/Wstrict-aliasing-bogus-upcast.c: New testcase. + * gcc.dg/Wstrict-aliasing-struct-with-char-member.c: Likewise. + * gcc.dg/Wstrict-aliasing-struct-member.c: Remove again. + +2016-03-09 Rainer Orth + + * gcc.dg/vect/bb-slp-34.c: Really don't xfail on aarch64-*-*, + arm-*-*. + +2016-03-09 Jakub Jelinek + + PR middle-end/67278 + * gcc.dg/simd-7.c: Add -w -Wno-psabi to dg-options. + + PR target/67278 + * gcc.dg/simd-8.c: Add -w -Wno-psabi to dg-options. + + PR middle-end/70050 + * gcc.dg/pr70050.c: Add -w to dg-options. Fix up PR number + in testcase comment. + +2016-03-09 Tom de Vries + + * gfortran.dg/goacc/kernels-loop-2.f95: New test. + * gfortran.dg/goacc/kernels-loop-data-2.f95: New test. + * gfortran.dg/goacc/kernels-loop-data-enter-exit-2.f95: New test. + * gfortran.dg/goacc/kernels-loop-data-enter-exit.f95: New test. + * gfortran.dg/goacc/kernels-loop-data-update.f95: New test. + * gfortran.dg/goacc/kernels-loop-data.f95: New test. + * gfortran.dg/goacc/kernels-loop-n.f95: New test. + * gfortran.dg/goacc/kernels-loop.f95: New test. + +2016-03-08 Martin Sebor + + PR c++/62096 + * g++.dg/warn/overflow-warn-7.C: New test. + +2016-03-08 Jason Merrill + + * lib/g++-dg.exp (g++-dg-runtest): Handle "concepts" in std list. + * lib/target-supports.exp (check_effective_target_concepts): New. + +2016-03-08 Jakub Jelinek + + PR c++/70135 + * g++.dg/cpp1y/constexpr-loop4.C: New test. + * g++.dg/ubsan/pr70135.C: New test. + + PR target/70110 + * gcc.dg/pr70110.c: New test. + +2016-03-07 Martin Jambor + + * c-c++-common/gomp/clauses-1.c: Remove dg-options. + * c-c++-common/gomp/if-1.c: Likewise. + * c-c++-common/gomp/pr61486-2.c: Likewise. + * c-c++-common/gomp/target-teams-1.c: Moved dg-options except -fopenmp + to dg-additional-options. + * g++.dg/gomp/gomp.exp: Pass -Wno-hsa to all tests. + * g++/gomp/target-teams-1.c: Likewise. + * gcc.dg/gomp/gomp.exp: Likewise. + * gcc.dg/gomp/pr68128-2.c: Moved dg-options except -fopenmp to + dg-additional-options. + * gfortran.dg/gomp/gomp.exp: Likewise. + * gfortran.dg/gomp/target1.f90: Remove dg-options. + * gfortran.dg/gomp/target2.f90: Moved dg-options except -fopenmp to + dg-additional-options. + * gfortran.dg/gomp/target3.f90: Remove dg-options. + +2016-03-07 Martin Jambor + + * lib/target-supports.exp (check_effective_target_offload_hsa): New. + * c-c++-common/gomp/gridify-1.c: New test. + * gfortran.dg/gomp/gridify-1.f90: Likewise. + +2016-03-07 Andre Vieira + + * gcc.target/arm/pr45701-1.c: Change assembler scan to not + trigger for cortex-r8, when scanning for register r8. + * gcc.target/arm/pr45701-2.c: Likewise. + +2016-02-26 Richard Biener + Jeff Law + + PR tree-optimization/69740 + * gcc.c-torture/compile/pr69740-1.c: New test. + * gcc.c-torture/compile/pr69740-2.c: New test. + +2016-03-07 Bill Schmidt + + * lib/target-supports.exp + (check_effective_target_whole_vector_shift): Enable for PPC64. + +2016-03-07 Richard Biener + + PR tree-optimization/70115 + * gcc.dg/torture/pr70115.c: New testcase. + +2016-03-07 Nathan Sidwell + + PR middle-end/69916 + * c-c-++-common/goacc/pr69916.c: New. + +2016-03-07 Richard Henderson + + * gcc.c-torture/compile/pr70061.c: New test. + +2016-03-07 Richard Biener + + PR testsuite/70109 + * gcc.dg/vect/O3-pr36098.c: New testcase. + +2016-03-07 Christophe Lyon + + * gcc.target/arm/pragma_cpp_fma.c: Reset default FPU. + +2016-03-07 Eric Botcazou + + * gnat.dg/renaming9.ad[sb]: New testcase. + +2016-03-05 Jakub Jelinek + + PR c++/70084 + * g++.dg/expr/stdarg3.C: New test. + +2016-03-04 Jeff Law + + PR tree-optimization/69196 + * gcc.dg/tree-ssa/pr69196-1.c: Limit this to sparc*-*-* and + x86_64-*-*. + +2016-03-04 Bernd Schmidt + + PR c/69973 + * gcc.dg/pr69973.c: New test. + + PR rtl-optimization/69941 + * gcc.dg/torture/pr69941.c: New test. + + PR c/69824 + * gcc.dg/pr69824.c: New test. + +2016-03-05 Tom de Vries + + * c-c++-common/goacc/nesting-fail-1.c (f_acc_routine): New function. + * c-c++-common/goacc-gomp/nesting-fail-1.c (f_acc_routine): New + function. + +2016-03-05 Patrick Palka + + PR c++/66786 + * g++.dg/cpp1y/var-templ48.C: New test. + * g++.dg/cpp1y/var-templ49.C: New test. + +2016-03-04 Eric Botcazou + + * g++.dg/Wno-frame-address.C: Skip on IA-64. + +2016-03-04 Jakub Jelinek + + PR c++/70035 + * g++.dg/ubsan/pr70035.C: New test. + + PR target/70062 + * gcc.target/i386/pr70062.c: New test. + +2016-03-04 H.J. Lu + + * g++.dg/template/typename21.C: Remove c++98_only. + +2016-03-04 H.J. Lu + + * g++.dg/template/typename21.C: Replace c++98 with c++98_only. + +2016-03-04 David Malcolm + + PR c/68187 + * c-c++-common/Wmisleading-indentation.c (fn_42_a): New test + function. + (fn_42_b): Likewise. + (fn_42_c): Likewise. + +2016-03-04 David Malcolm + + PR c/68187 + * c-c++-common/Wmisleading-indentation.c (fn_40_a): New test + function. + (fn_40_b): Likewise. + (fn_41_a): Likewise. + (fn_41_b): Likewise. + +2016-03-04 Jakub Jelinek + + PR target/70059 + * gcc.target/i386/avx512f-pr70059.c: New test. + * gcc.target/i386/avx512dq-pr70059.c: New test. + +2016-03-04 Bernd Schmidt + + PR rtl-optimization/57676 + * gcc.dg/torture/pr57676.c: New test. + +2016-03-04 Ilya Enkovich + + * gcc.dg/pr70026.c: New test. + +2016-03-04 Marek Polacek + + PR c/69798 + * gcc.dg/cilk-plus/pr69798-1.c: New test. + * gcc.dg/cilk-plus/pr69798-2.c: New test. + +2016-03-04 Kyrylo Tkachov + + PR target/70004 + * gcc.target/aarch64/scalar_shift_1.c: (test_corners_sisd_di): + Delete. + (test_corners_sisd_si): Likewise. + (main): Remove checks of the above. + * gcc.target/aarch64/shift_wide_invalid_1.c: New test. + +2016-03-04 Eric Botcazou + + * gcc.dg/Wno-frame-address.c: Skip on IA-64. + +2016-03-04 Christophe Lyon + + * gcc.dg/torture/pr69951.c: Accept argc==0. + +2016-03-04 Richard Biener + + PR c++/70054 + * g++.dg/warn/Wstrict-aliasing-bogus-union-2.C: New testcase. + * gcc.dg/Wstrict-aliasing-struct-member.c: New testcase. + +2016-03-04 Dominik Vogt + + PR testsuite/69766 + * go.test/go-test.exp: S/390: Set GOARCH to the current target when + testing multiarch. + +2016-03-04 Jakub Jelinek + + PR debug/69947 + * gcc.dg/guality/pr69947.c: New test. + +2016-03-03 Jakub Jelinek + + PR ada/70017 + * gcc.dg/pr70017.c (foo): Store 0 to first element of each array. + +2016-03-03 Kyrylo Tkachov + + PR rtl-optimization/69904 + * gcc.target/arm/pr69904.c: New test. + +2016-03-03 Jakub Jelinek + + PR target/70021 + * gcc.dg/vect/pr70021.c: New test. + * gcc.target/i386/pr70021.c: New test. + +2016-03-03 Marek Polacek + + PR middle-end/70050 + * gcc.dg/pr70050.c: New test. + +2016-03-03 James Greenhalgh + + * gcc.dg/vect/bb-slp-34.c: Don't XFAIL for ARM/AArch64. + +2016-03-03 Ilya Enkovich + + PR tree-optimization/70043 + * gfortran.dg/vect/pr70043.f90: New test. + +2016-03-03 Eric Botcazou + + * gnat.dg/specs/task1.ads: New test. + +2016-03-03 Rainer Orth + + * lib/gcc-gdb-test.exp (gdb-test): Make log message match command. + Invoke gdb with -batch. + * lib/gcc-simulate-thread.exp (simulate-thread): Likewise. + +2016-03-03 Richard Biener + + PR tree-optimization/55936 + * gcc.dg/tree-ssa/vrp06.c: Remove XFAIL. + +2016-03-02 Jeff Law + + PR rtl-optimization/69942 + * gcc.dg/ifcvt-5.c: Use "word_mode" rather than "int" to limit the + effects of argument promotions. + + PR tree-optimization/69987 + * gfortran.dg/pr69987.f90: Use "-w" to avoid failures when the + target does not support -fprefetch-loop-arrays. + +2016-03-02 Uros Bizjak + + * gcc.target/i386/bmi2-bzhi-2.c: Change to runtime test. + +2016-03-02 Bin Cheng + + PR rtl-optimization/69052 + * gcc.target/i386/pr69052.c: New test. + +2016-03-02 Alan Modra + + * gcc.dg/pr69990.c: New. + +2016-03-02 Jakub Jelinek + + PR c/68062 + * c-c++-common/vector-compare-4.c: Add -Wno-psabi to dg-options. + + PR middle-end/70022 + * gcc.dg/pr70022.c: Add -w -Wno-psabi to dg-options. + + PR target/70028 + * gcc.target/i386/pr70028.c: New test. + +2016-03-02 Maxim Kuvyrkov + + * c-c++-common/asan/swapcontext-test-1.c, + * c-c++-common/tsan/thread_leak.c, + * g++.dg/tsan/aligned_vs_unaligned_race.C, + * g++.dg/tsan/benign_race.C, + * g++.dg/tsan/fd_close_norace.C, + * g++.dg/tsan/fd_close_norace2.C: Print markers to stderr to avoid + races with sanitizer output + +2016-03-02 Richard Biener + Uros Bizjak + + PR target/67278 + * gcc.dg/simd-8.c: New testcase. + +2016-03-02 Richard Biener + + PR middle-end/67278 + * gcc.dg/simd-7.c: New testcase. + +2016-03-02 Eric Botcazou + + * gcc.target/i386/pr70007.c: Tweak. + +2016-03-02 Dominik Vogt + + * gfortran.dg/bessel_6.f90: Reduce accuracy for S/390. + +2016-03-02 Marek Polacek + + PR c/67854 + * gcc.dg/pr67854.c: New test. + +2016-03-02 Jakub Jelinek + + PR middle-end/70025 + * gcc.dg/torture/pr70025.c: New test. + +2016-03-02 Venkataramanan Kumar + + PR tree-optimization/68621 + * gcc.dg/tree-ssa/ifc-8.c: Adjust test. + +2016-03-01 Eric Botcazou + + * gcc.target/i386/pr70007.c: New test. + +2016-03-01 Jeff Law + + PR tree-optimization/69196 + * gcc.dg/tree-ssa/pr69196-1.c: New test. + + PR tree-optimization/69196 + * gcc.dg/tree-ssa/vrp46.c: Twiddle threading params to keep it from + duplicating code and spoiling the expected output. + +2016-03-01 Michael Meissner + + PR target/70033 + * gcc.target/powerpc/p9-lxvx-stxvx-1.c: Make sure compiler + supports power9 before doing tests. + * gcc.target/powerpc/p9-lxvx-stxvx-2.c: Likewise. + * gcc.target/powerpc/p9-lxvx-stxvx-3.c: Likewise. + * gcc.target/powerpc/p9-permute.c: Likewise. + +2016-03-01 Uros Bizjak + + PR target/70027 + * gcc.target/i386/pr70027.c: New test. + +2016-03-01 Eric Botcazou + + * gcc.dg/pr70017.c: New test. + +2016-03-01 Jakub Jelinek + + PR c/69796 + PR c/69974 + * gcc.dg/pr69796.c: New test. + * gcc.dg/pr69974.c: New test. + +2016-03-01 Eric Botcazou + + * gnat.dg/stack_usage3.adb: Robustify and enable for all targets. + +2016-02-29 Jeff Law + + PR tree-optimization/69987 + * gfortran.dg/pr69987.f90: New test. + + PR tree-optimization/69989 + * gcc.c-torture/compile/pr69989-2.c: New test. + +2016-03-01 Marek Polacek + + PR c++/69795 + * g++.dg/parse/invalid1.C: New test. + +2016-03-01 Richard Biener + + PR middle-end/70022 + * gcc.dg/pr70022.c: New testcase. + +2016-03-01 Ilya Enkovich + + PR tree-optimization/69956 + * gcc.dg/pr69956.c: New test. + +2016-02-29 Bill Schmidt + + PR target/70011 + * gcc.dg/vect/costmodel/ppc/costmodel-fast-math-vect-pr299925.c: + XFAIL when hardware supports efficient unaligned storage access. + +2016-03-01 Patrick Palka + + PR c++/69961 + * g++.dg/template/pr69961a.C: New test. + * g++.dg/template/pr69961b.C: New test. + +2016-02-29 David Malcolm + + PR preprocessor/69985 + * gcc.dg/cpp/pr69985.c: New test case. + +2016-02-29 Jeff Law + + PR tree-optimization/70005 + * gcc.c-torture/execute/pr70005.c New test. + + PR tree-optimization/69999 + * gcc.c-torture/compile/pr69999.c: New test. + +2016-02-29 Yuri Rumyantsev + + PR tree-optimization/69652 + * gcc.dg/torture/pr69652.c: Delete test. + * gcc.dg/vect/pr69652.c: New test. + +2016-02-19 Richard Biener + + PR tree-optimization/69980 + * gfortran.dg/vect/pr69980.f90: New testcase. + +2016-02-29 Eric Botcazou + + * gcc.target/sparc/20160229-1.c: New test. + +2016-02-29 Eric Botcazou + + * gnat.dg/stack_usage3.adb: New test. + * gnat.dg/stack_usage3_pkg.ads: New helper. + +2016-02-29 Eric Botcazou + + * gnat.dg/renaming8.adb: New test. + * gnat.dg/renaming8_pkg1.ads: New helper. + * gnat.dg/renaming8_pkg2.ad[sb]: Likewise. + * gnat.dg/renaming8_pkg3.ad[sb]: Likewise. + +2016-02-29 Richard Biener + + PR tree-optimization/69720 + * gcc.dg/vect/vect-outer-pr69720.c: New testcase. + +2016-02-28 Thomas Koenig + + PR fortran/68147 + PR fortran/47674 + * gfortran.dg/realloc_on_assign_26.f90: New test case. + +2016-02-28 Harald Anlauf + Jerry DeLisle + + PR fortran/56007 + * gfortran.dg/coarray_8.f90: Adjust error message. + * gfortran.dg/pr56007.f90: New test. + * gfortran.dg/pr56007.f: New test. + +2016-02-28 H.J. Lu + + PR tree-optimization/69989 + * gcc.dg/torture/pr69989.c: New test. + +2016-02-28 Eric Botcazou + + * gcc.target/i386/stack-realign-win.c: New test. + +2016-02-28 Harald Anlauf + + PR fortran/60126 + * gfortran.dg/pr60126.f90: New test. + +2016-02-27 Jeff Law + + Revert + 2016-02-26 Richard Biener + Jeff Law + + PR tree-optimization/69740 + * gcc.c-torture/compile/pr69740-1.c: New test. + * gcc.c-torture/compile/pr69740-2.c: New test. + +2016-02-27 Jerry DeLisle + + PR fortran/69910 + * gfortran.dg/newunit_4.f90: New test. + +2016-02-27 Jakub Jelinek + + PR target/69613 + PR rtl-optimization/69886 + * gcc.dg/torture/pr69886.c: Add -w -Wno-psabi to dg-options. + * gcc.dg/torture/pr69613.c: Likewise. Guard -mavx with avx_runtime + target. + +2016-02-26 Martin Sebor + + PR tree-optimization/15826 + * gcc.dg/tree-ssa/pr15826.c: New test. + +2016-02-26 Jakub Jelinek + + PR target/69969 + * gcc.target/powerpc/pr69969.c: New test. + +2016-02-26 Martin Sebor + + PR c++/15766 + * g++.old-deja/g++.other/decl5.C: Add a test case. + +2016-02-26 Segher Boessenkool + + PR target/69946 + * gcc.target/powerpc/pr69946.c: New file. + +2016-02-26 Richard Biener + Jeff Law + + PR tree-optimization/69740 + * gcc.c-torture/compile/pr69740-1.c: New test. + * gcc.c-torture/compile/pr69740-2.c: New test. + +2016-02-26 Martin Jambor + + PR middle-end/69920 + * gcc.dg/torture/pr69932.c: New test. + * gcc.dg/torture/pr69936.c: Likewise. + +2016-02-26 Andreas Krebbel + + PR target/69709 + * gcc.target/s390/pr69709.c: New test. + +2016-02-26 Kyrylo Tkachov + + PR target/69245 + * gcc.target/aarch64/pr69245_1.c: New test. + +2016-02-26 Kyrylo Tkachov + + PR target/69613 + * gcc.dg/torture/pr69613.c: New test. + +2016-02-26 Jakub Jelinek + + PR rtl-optimization/69891 + * gcc.target/i386/pr69891.c: New test. + +2016-02-26 Michael Meissner + Bill Schmidt + + PR target/61397 + * gcc.target/powerpc/p8vector-ldst.c: Adjust to test desired + functionality for both 32-bit and 64-bit. + +2016-02-26 Richard Biener + + PR tree-optimization/69551 + * gcc.dg/torture/pr69951.c: New testcase. + +2016-02-25 Richard Biener + + PR tree-optimization/48795 + * gcc.dg/Warray-bounds-18.c: New testcase. + +2016-02-25 Rainer Orth + + * g++.dg/ext/attr-constructor1.C: Require init_priority support. + +2016-02-25 Jakub Jelinek + + PR rtl-optimization/69896 + * gcc.dg/pr69896.c: New test. + +2016-02-25 Patrick Palka + + PR c++/69736 + * g++.dg/cpp1y/paren2.C: New test. + +2016-02-24 Martin Sebor + + PR c/51147 + * gcc.dg/enum-mode-2.c: New test. + +2016-02-24 Jakub Jelinek + + PR c++/69922 + * g++.dg/warn/Wnonnull-compare-6.C: New test. + * g++.dg/warn/Wnonnull-compare-7.C: New test. + * g++.dg/ubsan/pr69922.C: New test. + +2016-02-24 Marek Polacek + + PR c/69819 + * gcc.dg/pr69819.c: New test. + +2016-02-24 Martin Sebor + + PR c++/69912 + * g++.dg/ext/flexary15.C: New test. + +2016-02-24 Martin Sebor + + * gcc.dg/builtins-68.c: Avoid making unportable + assumptions about the relationship between SIZE_MAX and UINT_MAX. + * g++.dg/ext/builtin_alloca.C: Same. + +2016-02-24 Maxim Kuvyrkov + Charles Baylis + + PR debug/61033 + * g++.dg/pr61033.C: Add a regression testcase for PR debug/61033. + +2016-02-24 Richard Biener + Jakub Jelinek + + PR middle-end/69760 + * gcc.dg/torture/pr69760.c: New testcase. + +2016-02-24 Rainer Orth + + * gcc.dg/debug/dwarf2/prod-options.c: Use different DW_AT_producer + pattern on Solaris with as. + +2016-02-24 Kyrylo Tkachov + + * gcc.target/arm/cond_sub_restrict_it.c: New test. + * gcc.target/arm/condarith_restrict_it.c: Likewise. + * gcc.target/arm/movcond_restrict_it.c: Likewise. + * gcc.target/arm/negscc_restrict_it.c: Likewise. + +2016-02-24 Jakub Jelinek + + PR middle-end/69915 + * gcc.dg/pr69915.c: New test. + +2016-02-24 Kyrylo Tkachov + + PR rtl-optimization/69886 + * gcc.dg/torture/pr69886.c: New test. + +2016-02-24 Richard Biener + + PR middle-end/68963 + * gcc.dg/torture/pr68963.c: New testcase. + +2016-02-24 Kyrylo Tkachov + + PR target/69875 + * gcc.target/arm/atomic_loaddi_acquire.x: New file. + * gcc.target/arm/atomic_loaddi_relaxed.x: Likewise. + * gcc.target/arm/atomic_loaddi_seq_cst.x: Likewise. + * gcc.target/arm/atomic_loaddi_1.c: New test. + * gcc.target/arm/atomic_loaddi_2.c: Likewise. + * gcc.target/arm/atomic_loaddi_3.c: Likewise. + * gcc.target/arm/atomic_loaddi_4.c: Likewise. + * gcc.target/arm/atomic_loaddi_5.c: Likewise. + * gcc.target/arm/atomic_loaddi_6.c: Likewise. + * gcc.target/arm/atomic_loaddi_7.c: Likewise. + * gcc.target/arm/atomic_loaddi_8.c: Likewise. + * gcc.target/arm/atomic_loaddi_9.c: Likewise. + +2016-02-24 Jakub Jelinek + + PR middle-end/69909 + * gcc.dg/torture/pr69909.c: New test. + +2016-02-24 Richard Biener + + PR tree-optimization/69907 + * gcc.dg/vect/bb-slp-pr69907.c: New testcase. + * gcc.dg/vect/bb-slp-34.c: XFAIL. + * gcc.dg/vect/bb-slp-pr68892.c: Likewise. + +2016-02-24 Christian Bruel + + * gcc.target/arm/pragma_cpp_fma.c: New test. + +2016-02-23 Jerry DeLisle + + PR fortran/61156 + * gfortran.dg/include_6.f90: Update test. + +2016-02-23 Jakub Jelinek + + PR objc/69844 + * objc.dg/pr69844.m: New test. + +2016-02-23 Jerry DeLisle + + PR libgfortran/69456 + * gfortran.dg/namelist_89.f90: New test. + * gfortran.dg/pr59700.f90: Update test.. + +2016-02-23 Martin Sebor + + PR middle-end/69780 + * g++.dg/ext/builtin_alloca.C: New test. + * gcc.dg/builtins-68.c: New test. + +2016-02-23 Richard Henderson + + * gcc.target/i386/addr-space-3.c: Remove test. + +2016-02-23 David Malcolm + + PR preprocessor/69126 + PR preprocessor/69543 + * c-c++-common/pr69126-2-long.c: New test. + * c-c++-common/pr69126-2-short.c: New test. + * c-c++-common/pr69543-1.c: Remove xfail. + +2016-02-23 David Malcolm + + PR preprocessor/69126 + PR preprocessor/69543 + PR preprocessor/69558 + * c-c++-common/pr69126.c (MACRO_1, test_1): New. + (f): Rename to... + (test_2): ...this, and add leading comment. + (MACRO_3, test_3): New. + (MACRO_4A, MACRO_4B, test_4): New. + (MACRO): Rename to... + (MACRO_5): ...this. + (g): Rename to... + (test_5): ...this, updating for renaming of MACRO, and + add leading comment. + * c-c++-common/pr69543-1.c: New. + * c-c++-common/pr69543-2.c: New. + * c-c++-common/pr69543-3.c: New. + * c-c++-common/pr69543-4.c: New. + * c-c++-common/pr69558-1.c: New. + * c-c++-common/pr69558-2.c: New. + * c-c++-common/pr69558-3.c: New. + * c-c++-common/pr69558-4.c: New. + * gcc.dg/pr69558.c: Move to... + * c-c++-common/pr69558.c: ...here. Add dg-bogus directives, with + xfail for c++. + +2016-02-23 Thomas Schwinge + + * c-c++-common/goacc/kernels-counter-vars-function-scope.c: Adjust + to -ftree-parallelize-loops/-fopenacc changes. + * c-c++-common/goacc/kernels-double-reduction-n.c: Likewise. + * c-c++-common/goacc/kernels-double-reduction.c: Likewise. + * c-c++-common/goacc/kernels-loop-2.c: Likewise. + * c-c++-common/goacc/kernels-loop-3.c: Likewise. + * c-c++-common/goacc/kernels-loop-g.c: Likewise. + * c-c++-common/goacc/kernels-loop-mod-not-zero.c: Likewise. + * c-c++-common/goacc/kernels-loop-n.c: Likewise. + * c-c++-common/goacc/kernels-loop-nest.c: Likewise. + * c-c++-common/goacc/kernels-loop.c: Likewise. + * c-c++-common/goacc/kernels-one-counter-var.c: Likewise. + * c-c++-common/goacc/kernels-reduction.c: Likewise. + * gfortran.dg/goacc/kernels-loop-inner.f95: Likewise. + * gfortran.dg/goacc/kernels-loops-adjacent.f95: Likewise. + +2016-02-23 Rainer Orth + + * gcc.target/i386/chkp-hidden-def.c: Require alias support. + +2016-02-23 Jakub Jelinek + + PR c++/69902 + * g++.dg/warn/Wnonnull-compare-5.C: New test. + + PR c/69900 + * gcc.dg/pr69900.c: New test. + +2016-02-23 Martin Jambor + + PR tree-optimization/69666 + * gcc.dg/tree-ssa/pr69666.c: New test. + +2016-02-23 Andre Vehreschild + + PR fortran/67451 + * gfortran.dg/coarray_allocate_5.f08: New test. + +2016-02-23 Andreas Krebbel + + * gcc.target/s390/vcond-shift.c: Move to ... + * gcc.target/s390/vector/vcond-shift.c: ... here. + +2016-02-23 Andreas Krebbel + + * gcc.target/s390/md/movstr-2.c: Move and rename to ... + * gcc.target/s390/vector/stpcpy-1.c: ... this one. + +2016-02-23 Andreas Krebbel + + * gcc.target/s390/md/movstr-1.c: Turn into compile test. + +2016-02-20 Mark Wielaard + + PR c/28901 + * gcc.dg/unused-variable-3.c: New test. + +2016-02-22 Jakub Jelinek + + PR target/69888 + * gcc.target/i386/pr69888.c: New test. + +2016-02-22 Richard Biener + + PR tree-optimization/69882 + * gfortran.dg/vect/pr69882.f90: New testcase. + +2016-02-22 Jakub Jelinek + + PR target/69885 + * gcc.dg/pr69885.c: New test. + +2016-02-22 Oleg Endo + + PR target/69806 + PR target/54089 + * gcc.target/sh/pr54089-10.c: New. + +2016-02-20 Paul Thomas + + PR fortran/69423 + * gfortran.dg/deferred_character_15.f90: New test. + +2016-02-20 Dominique d'Humieres + + PR fortran/57365 + gfortran.dg/allocate_with_source_18.f03: New test. + +2016-02-20 Harald Anlauf + + PR fortran/52531 + gfortran.dg/gomp/pr52531.f90: New test. + +2016-02-19 Bernd Edlinger + + PR c++/69865 + * c-c++-common/Wshift-negative-value-6.c: Add -std=c++11 before + -std=c++03. + +2016-02-19 Jakub Jelinek + + PR c++/69826 + * c-c++-common/cilk-plus/CK/pr69826-1.c: New test. + * c-c++-common/cilk-plus/CK/pr69826-2.c: New test. + + PR c++/69850 + * g++.dg/warn/Wnonnull-compare-4.C: New test. + + PR c++/69851 + * g++.dg/torture/pr69851.C: New test. + +2016-02-19 Martin Sebor + + PR testsuite/69573 + * gcc.dg/pr61053.c: Tweaked test to avoid bogus failures. + +2016-02-19 Jakub Jelinek + + PR c++/69850 + * g++.dg/warn/Wnonnull-compare-2.C: New test. + * g++.dg/warn/Wnonnull-compare-3.C: New test. + + PR c++/67767 + * g++.dg/cpp0x/pr67767.C: New test. + +2016-02-19 Kyrylo Tkachov + + * lib/target-supports.exp: Define aarch64_asm_FUNC_ok checks + for fp, simd, crypto, crc, lse. + * doc/sourcebuild.texi (AArch64-specific attributes): Document the + above. + * gcc.target/aarch64/assembler_arch_1.c: Add aarch64_asm_lse_ok + effective target check. + +2016-02-19 Jakub Jelinek + + PR target/69820 + * gcc.target/i386/pr69820.c: New test. + +2016-02-19 Andreas Krebbel + + * gcc.target/s390/vector/int128-1.c: New test. + +2016-02-19 Andreas Krebbel + + * gcc.target/s390/vector/vec-vcond-1.c: New test. + +2016-02-19 Andreas Krebbel + + * gcc.target/s390/md/movstr-1.c: Allow also the z13 strings + instruction pattern name to prevent the testcase from failing with + -march=z13. + +2016-02-19 Andreas Krebbel + + * gcc.target/s390/md/movstr-2.c: New test. + +2016-02-19 Marcin Kościelnicki + + * gcc.target/s390/morestack.c: New test. + +2016-02-19 Dominik Vogt + + PR target/69625 + * gcc.target/s390/pr69625.c: Add test case. + +2016-02-18 Bernd Edlinger + + PR testsuite/68580 + * c-c++-common/tsan/pr65400-1.c (v, q, o): Make 8-byte aligned. + +2016-02-18 Michael Meissner + + PR target/68404 + * gcc.target/powerpc/fusion.c: Revert the 2016-02-09 change. + * gcc.target/powerpc/fusion3.c: Likewise. + +2016-02-18 Richard Biener + + PR middle-end/69553 + * g++.dg/torture/pr69553.C: New testcase. + +2016-02-18 Nick Clifton + + PR target/62254 + PR target/69610 + * gcc.target/arm/pr62554.c: New test. + * gcc.target/arm/pr69610-1.c: New test. + * gcc.target/arm/pr69610-2.c: New test. + +2016-02-18 Richard Biener + + PR middle-end/69854 + * gcc.dg/torture/pr69854.c: New testcase. + +2016-02-17 Jakub Jelinek + + PR c++/69850 + * g++.dg/warn/Wnonnull-compare-1.C: New test. + +2012-02-17 Bill Schmidt + + * gcc.target/powerpc/vec-cg.c: New test. + +2016-02-17 Richard Biener + + PR testsuite/69586 + * gcc.dg/uninit-21.c: Add -fno-short-enums. + +2016-02-17 Kyrylo Tkachov + + PR target/69161 + * gcc.c-torture/compile/pr69161.c: New test. + +2016-02-17 David Sherwood + + PR target/69532 + * gcc.target/arm/fmaxmin.c: Change effective target to arm_v8_neon_hw. + * gcc.target/arm/vect-fmaxmin.c: Likewise. + +2016-02-17 Eric Botcazou + + * gcc.dg/ifcvt-4.c: Skip on Visium. + +2016-02-17 Eric Botcazou + + * gnat.dg/atomic8.adb: New test. + +2016-02-17 Eric Botcazou + + * gnat.dg/discr46.ad[sb]: New test. + +2016-02-16 Kelvin Nilsen + + PR Target/48344 + * gcc.target/powerpc/pr48344-1.c: New test. + +2015-02-16 Thomas Koenig + + PR fortran/69742 + * gfortran.dg/associate_21.f90: New test. + +2016-02-16 Jakub Jelinek + + PR c/69835 + * c-c++-common/nonnull-1.c: Use -Wnonnull-compare instead of + -Wnonnull in dg-options. + * c-c++-common/nonnull-2.c: New test. + +2016-02-16 James Greenhalgh + Ramana Radhakrishnan + + * gcc.target/aarch64/vector_initialization_nostack.c: New. + +2016-02-16 Jakub Jelinek + + PR middle-end/69801 + * gcc.dg/pr69801.c: Add empty dg-options. + +2016-02-16 James Norris + + * c-c++-common/goacc/deviceptr-1.c: Add tests. + * g++.dg/goacc/deviceptr-1.c: New file. + +2016-02-16 Jakub Jelinek + + PR tree-optimization/69820 + * gcc.dg/vect/pr69820.c: New test. + +2016-02-16 Richard Biener + + PR tree-optimization/69776 + * gcc.dg/torture/pr69776-2.c: New testcase. + +2016-02-16 Bernd Schmidt + + PR tree-optimization/69714 + * gcc.dg/torture/pr69714.c: New test. + +2016-02-16 Jakub Jelinek + + PR tree-optimization/69802 + * gcc.dg/pr69802.c: New test. + +2016-02-16 Richard Biener + + PR middle-end/69801 + * gcc.dg/pr69801.c: New testcase. + +2016-02-15 Jerry DeLisle + + PR libgfortran/69651 + * gfortran.dg/read_bang.f90: New test. + * gfortran.dg/read_bang4.f90: New test. + +2016-02-15 Jakub Jelinek + + PR c++/69658 + * g++.dg/init/pr69658.C: New test. + + PR c++/69797 + * c-c++-common/pr69797.c: New test. + +2016-02-15 Prathamesh Kulkarni + + * lib/target-supports.exp (check_effective_target_section_anchors): Add + check for aarch64*-*-*. + +2016-02-15 Richard Biener + + PR tree-optimization/69783 + * gcc.dg/vect/pr69783.c: New testcase. + +2016-02-15 Richard Biener + + PR tree-optimization/69776 + * gcc.dg/torture/pr69776.c: New testcase. + +2016-02-14 Thomas Koenig + + PR fortran/60526 + * gfortran.dg/type_decl_4.f90: Reinstated. + +2016-02-14 John David Anglin + + PR fortran/68746 + * gfortran.dg/read_dir.f90: Xfail on hppa*-*-hpux*. + +2016-02-14 Thomas Koenig + + PR fortran/60526 + PR bootstrap/69816 + * gfortran.dg/type_decl_4.f90: Removed. + +2016-02-14 Thomas Koenig + + PR fortran/60526 + * gfortran.dg/type_decl_4.f90: New test. + +2016-02-14 Alan Modra + + PR testsuite/68886 + * gcc.c-torture/execute/stkalign.c: Revise test. + +2016-02-13 Oleg Endo + + PR target/67260 + * gcc.target/sh/torture/pr67260.c: Adjust additional options. + +2016-02-13 Oleg Endo + + PR target/67260 + * gcc.target/sh/torture/pr67260.c: New. + +2016-02-12 John David Anglin + + * gcc.dg/pr67964.c: Add dg-require-alias. + +2016-02-13 Oleg Endo + + PR target/67636 + PR target/64345 + * gcc.target/sh/pr54236-1.c: Adjust optimization level. + +2016-02-12 Jerry DeLisle + + PR libgfortran/69668 + * gfortran.dg/namelist_88.f90: New test. + +2016-02-12 Jerry DeLisle + + PR libgfortran/69668 + * gfortran.dg/namelist_38.f90: Update test. + * gfortran.dg/namelist_84.f90: Update test. + +2016-02-12 David Malcolm + + PR other/69554 + * gcc.dg/pr69554-1.c: New test. + * gfortran.dg/pr69554-1.F90: New test. + * gfortran.dg/pr69554-2.F90: New test. + * lib/gcc-dg.exp (proc dg-locus): New function. + * lib/gfortran-dg.exp (proc gfortran-dg-test): Update comment to + distinguish between the caret-printing and non-caret-printing + cases. If caret-printing has been explicitly enabled, bail out + without attempting to fix up the output. + +2016-02-12 David Malcolm + + PR driver/69265 + PR driver/69453 + * gcc.dg/spellcheck-options-3.c: New test case. + * gcc.dg/spellcheck-options-4.c: New test case. + * gcc.dg/spellcheck-options-5.c: New test case. + * gcc.dg/spellcheck-options-6.c: New test case. + * gcc.dg/spellcheck-options-7.c: New test case. + * gcc.dg/spellcheck-options-8.c: New test case. + * gcc.dg/spellcheck-options-9.c: New test case. + * gcc.dg/spellcheck-options-10.c: New test case. + +2016-02-12 Jakub Jelinek + + PR rtl-optimization/69764 + PR rtl-optimization/69771 + * c-c++-common/pr69764.c: New test. + * gcc.dg/torture/pr69771.c: New test. + +2016-02-12 Marek Polacek + + * g++.dg/torture/init-list1.C: New. + +2016-02-12 Marek Polacek + + * gcc.dg/pr69522.c: Add empty dg-options. + +2016-02-12 Ilya Enkovich + + * g++.dg/lto/lto.exp: Include and init mpx. + * g++.dg/lto/pr69729_0.C: New test. + +2016-02-12 Jakub Jelinek + + PR ipa/69241 + * g++.dg/ipa/pr69241-4.C: New test. + + PR ipa/68672 + * g++.dg/ipa/pr68672-1.C: New test. + * g++.dg/ipa/pr68672-2.C: New test. + * g++.dg/ipa/pr68672-3.C: New test. + +2016-02-12 Bernd Schmidt + + PR c/69522 + * gcc.dg/pr69522.c: New test. + +2016-02-12 Patrick Palka + + PR c++/69098 + * g++.dg/cpp1y/69098.C: New test. + * g++.dg/cpp1y/69098-2.C: New test. + +2016-02-12 Jakub Jelinek + + * objc.dg/gnu-api-2-method.m: Spelling fixes - behaviour -> behavior + and neighbour -> neighbor. + * objc.dg/attributes/method-nonnull-1.m: Likewise. + * objc.dg/gnu-api-2-class-meta.m: Likewise. + * c-c++-common/Wvarargs.c: Likewise. + * c-c++-common/goacc/host_data-5.c: Likewise. + * obj-c++.dg/gnu-api-2-class-meta.mm: Likewise. + * obj-c++.dg/attributes/method-nonnull-1.mm: Likewise. + * obj-c++.dg/gnu-api-2-method.mm: Likewise. + * gcc.target/aarch64/pr60697.c: Likewise. + * gcc.target/aarch64/advsimd-intrinsics/vldX_lane.c: Likewise. + * gcc.target/aarch64/advsimd-intrinsics/vqshl.c: Likewise. + * gcc.target/aarch64/advsimd-intrinsics/vshuffle.inc: Likewise. + * gcc.target/aarch64/advsimd-intrinsics/vrshl.c: Likewise. + * gcc.target/aarch64/advsimd-intrinsics/vldX_dup.c: Likewise. + * gcc.target/aarch64/advsimd-intrinsics/vstX_lane.c: Likewise. + * gcc.target/aarch64/advsimd-intrinsics/vqrshl.c: Likewise. + * gcc.target/aarch64/advsimd-intrinsics/vldX.c: Likewise. + * gcc.target/aarch64/aapcs64/ice_2.c: Likewise. + * gcc.target/aarch64/aapcs64/test_23.c: Likewise. + * gcc.target/aarch64/vrnd_f64_1.c: Likewise. + * g++.dg/warn/Wconversion-real-integer-3.C: Likewise. + * g++.dg/lookup/koenig5.C: Likewise. + * g++.dg/ext/no-asm-2.C: Likewise. + * gfortran.dg/bounds_check_array_ctor_3.f90: Likewise. + * gfortran.dg/bounds_check_array_ctor_7.f90: Likewise. + * gfortran.dg/used_types_16.f90: Likewise. + * gfortran.dg/assumed_rank_bounds_1.f90: Likewise. + * gfortran.dg/bounds_check_array_ctor_1.f90: Likewise. + * gfortran.dg/assumed_rank_bounds_2.f90: Likewise. + * gfortran.dg/bounds_check_array_ctor_4.f90: Likewise. + * gfortran.dg/abstract_type_6.f03: Likewise. + * gfortran.dg/bounds_check_array_ctor_5.f90: Likewise. + * gfortran.dg/used_types_15.f90: Likewise. + * gfortran.dg/bounds_check_array_ctor_8.f90: Likewise. + * gfortran.dg/exit_3.f08: Likewise. + * gfortran.dg/open_status_2.f90: Likewise. + * gfortran.dg/derived_pointer_recursion_2.f90: Likewise. + * gfortran.dg/intrinsic_std_1.f90: Likewise. + * gfortran.dg/associate_1.f03: Likewise. + * gfortran.dg/bounds_check_array_ctor_2.f90: Likewise. + * gfortran.dg/intrinsic_std_6.f90: Likewise. + * gfortran.dg/bounds_check_array_ctor_6.f90: Likewise. + * gcc.dg/builtin-object-size-1.c: Likewise. + * gcc.dg/noreturn-6.c: Likewise. + * gcc.dg/builtin-stringop-chk-1.c: Likewise. + * gcc.dg/globalalias.c: Likewise. + * gcc.dg/builtins-config.h: Likewise. + * gcc.dg/pr30457.c: Likewise. + * gcc.c-torture/compile/volatile-1.c: Likewise. + * gcc.c-torture/execute/20101011-1.c: Likewise. + * c-c++-common/Waddress-1.c: Likewise. + +2016-02-11 Jakub Jelinek + + PR c/69768 + * c-c++-common/Waddress-1.c: New test. + +2016-02-11 Andre Vehreschild + + PR fortran/69296 + * gfortran.dg/associate_19.f03: New test. + * gfortran.dg/associate_20.f03: New test. + +2016-02-11 Oleg Endo + + * gcc.target/sh/pr54089-8.c: Adjust optimization level. + +2016-02-11 Kyrylo Tkachov + + * gcc.target/aarch64/target_attr_15.c: Scan assembly for + .arch armv8-a\n. Add -dA to dg-options. + * gcc.target/aarch64/assembler_arch_1.c: New test. + * gcc.target/aarch64/target_attr_7.c: Add -dA to dg-options. + +2016-02-11 Paolo Carlini + + PR c++/68726 + * g++.dg/cpp0x/pr68726.C: New. + +2016-02-11 Ilya Enkovich + + * lib/mpx-dg.exp: Fix warning in check_effective_target_mpx + test. + +2016-02-11 Richard Biener + + * g++.dg/tree-ssa/pr61034.C: Adjust. + +2016-02-10 Vladimir Makarov + + PR target/69148 + * gcc.target/s390/pr69148.c: New. + +2016-02-10 Yuri Rumyantsev + + PR tree-optimization/69652 + * gcc.dg/torture/pr69652.c: New test. + +2016-02-10 Jakub Jelinek + Patrick Palka + + PR ipa/69241 + PR c++/69649 + * g++.dg/ipa/pr69241-1.C: New test. + * g++.dg/ipa/pr69241-2.C: New test. + * g++.dg/ipa/pr69241-3.C: New test. + * g++.dg/ipa/pr69649.C: New test. + +2016-02-10 Uros Bizjak + + * gcc.dg/tree-ssa/sra-17.c: Add -mcpu=ev4 for target alpha*-*-*. + * gcc.dg/tree-ssa/sra-18.c: Ditto. + +2016-02-10 Bin Cheng + + PR tree-optimization/68021 + * gcc.dg/tree-ssa/pr68021.c: New test. + +2016-02-10 Richard Biener + + PR tree-optimization/69726 + * gcc.dg/uninit-22.c: New testcase. + +2016-02-09 Andrew Pinski + + PR tree-opt/69282 + * gcc.c-torture/compile/20160205-1.c: New testcase. + +2016-02-09 Michael Meissner + + PR target/68404 + * gcc.target/powerpc/fusion.c: Rewrite test to use TOC fusion + instead accessing a really large arrray. + * gcc.target/powerpc/fusion3.c: Likewise. + +2016-02-09 Charles Baylis + + PR target/68532 + * gcc.c-torture/execute/pr68532.c: New test. + +2016-02-11 Alexandre Oliva + + PR target/69634 + * gcc.dg/pr69634.c: New. + +2016-02-09 Richard Biener + + * gcc.dg/vect/vect-mask-store-move-1.c: Add missing space. + +2016-02-09 Alexander Fomin + + * gcc.target/i386/avx512f-klogic-2.c: Adjust expectation. + +2016-02-09 Yuri Rumyantsev + + * gcc.dg/vect/vect-mask-store-move-1.c: Fix test failures. + +2016-02-09 Richard Biener + + PR tree-optimization/69715 + * gcc.dg/torture/pr69715.c: New testcase. + +2016-02-08 Patrick Palka + + PR c++/69139 + * g++.dg/cpp0x/trailing12.C: New test. + * g++.dg/cpp0x/trailing13.C: New test. + +2016-02-08 Patrick Palka + + PR c++/69283 + PR c++/67835 + * g++.dg/cpp1y/auto-fn29.C: New test. + * g++.dg/cpp1y/auto-fn30.C: New test. + +2016-02-08 Jakub Jelinek + + PR tree-optimization/69209 + * gcc.c-torture/compile/pr69209.c: New test. + +2016-02-08 Jeff Law + + PR tree-optimization/68541 + * gcc.dg/tree-ssa/split-path-1.c: Increase limit for number + of statements allowed in join block for path splitting. + +2016-02-08 Jakub Jelinek + + PR c++/59627 + * g++.dg/gomp/pr59627.C: New test. + + PR ipa/69239 + * g++.dg/ipa/pr69239.C: New test. + +2016-02-08 David Malcolm + + PR preprocessor/69664 + * gcc.dg/cpp/trad/comment-2.c: Add expected column number. + * gcc.dg/cpp/warn-comments.c: Likewise. + +2016-02-08 Marek Polacek + + PR c++/69688 + * g++.dg/init/const12.C: New test. + +2016-02-08 Bernd Schmidt + + PR target/60410 + * gcc.dg/lto/pr55113_0.c: Remove test. + +2016-02-08 Richard Biener + + PR tree-optimization/69719 + * gcc.dg/torture/pr69719.c: New testcase. + +2016-02-08 Richard Biener + Jeff Law + + PR target/68273 + * gcc.target/mips/pr68273.c: New testcase. + +2016-02-08 Richard Biener + + PR rtl-optimization/69274 + * gcc.target/i386/addr-sel-1.c: XFAIL. + +2016-02-08 Jeff Law + + PR tree-optimization/68541 + * gcc.dg/tree-ssa/split-path-2.c: Make char array explicitly signed. + + PR tree-optimization/65917 + * gcc.dg/tree-ssa/20030922-2.c: No longer xfailed. + +2016-02-07 Jerry DeLisle + + PR fortran/50555 + * gfortran.dg/namelist_args.f90: New test. + +2016-02-05 Jeff Law + + PR tree-optimization/68541 + * gcc.dg/tree-ssa/split-path-2.c: New test. + * gcc.dg/tree-ssa/split-path-3.c: New test. + * gcc.dg/tree-ssa/split-path-4.c: New test. + * gcc.dg/tree-ssa/split-path-5.c: New test. + * gcc.dg/tree-ssa/split-path-6.c: New test. + * gcc.dg/tree-ssa/split-path-7.c: New test. + +2016-02-05 Martin Sebor + + PR c++/69662 + * g++.dg/warn/Wplacement-new-size-1.C: New test. + * g++.dg/warn/Wplacement-new-size-2.C: New test. + +2016-02-06 Richard HEnderson + + PR c/69643 + * gcc.target/i386/addr-space-4.c: New. + * gcc.target/i386/addr-space-5.c: New. + +2016-02-05 Mikael Morin + + PR fortran/66089 + * gfortran.dg/elemental_dependency_6.f90: New. + +2016-02-05 Jakub Jelinek + + PR rtl-optimization/69691 + * gcc.c-torture/execute/pr69691.c: New test. + + PR c++/69628 + * g++.dg/parse/pr69628.C: New test. + +2016-02-05 Uros Bizjak + + * gcc.dg/sancov/asan.c: Move to ... + * gcc.dg/asan/sancov-1.c: ... here. + +2016-02-05 Uros Bizjak + + * gcc.target/i386/pr69577.c: Require avx_runtime target. + +2016-02-05 H.J. Lu + + PR target/69677 + * gcc.target/i386/pr69677.c: New test. + +2016-02-05 Patrick Palka + + PR c++/68948 + * g++.dg/template/pr68948.C: New test. + +2016-02-05 Dominik Vogt + + * gcc.dg/tree-ssa/ssa-dom-cse-2.c: Remove -march=z13 for s390 + (only necessary on s390x). + +2016-02-04 H.J. Lu + + * gcc.target/i386/pr69454-2.c: Compile with -msse2 + -mno-accumulate-outgoing-args. + +2016-02-04 Patrick Palka + + * g++.dg/cpp0x/constexpr-ptrmem5.C: New test. + +2016-02-04 Jakub Jelinek + + PR c/69669 + * c-c++-common/pr69669.c: New test. + +2016-02-04 Michael Meissner + + PR target/69667 + * g++.dg/pr69667.C: New file. + +2016-02-04 Wilco Dijkstra + + PR target/69619 + * gcc.dg/pr69619.c: Add new test. + +2016-02-04 Richard Sandiford + + PR rtl-optimization/69577 + * gcc.target/i386/pr69577.c: New test. + +2016-02-04 Martin Liska + + * g++.dg/asan/pr69276.C: New test. + +2016-02-04 Kyrylo Tkachov + + PR target/65932 + PR target/67714 + * gcc.target/arm/wmul-3.c: Simplify test to generate just + a single smulbb instruction. + * gcc.target/amr/wmul-1.c: Add -mtune=cortex-a9 to dg-options. + * gcc.target/amr/wmul-2.c: Likewise. + +2016-02-04 Kyrylo Tkachov + + PR target/65932 + PR target/67714 + * gcc.c-torture/execute/pr67714.c: New test. + +2016-02-04 Ilya Enkovich + + PR target/69454 + * gcc.target/i386/pr69454-1.c: New test. + * gcc.target/i386/pr69454-2.c: New test. + +2016-02-03 Martin Sebor + + PR c++/69251 + PR c++/69253 + PR c++/69290 + PR c++/69277 + PR c++/69349 + * g++.dg/ext/flexarray-mangle-2.C: New test. + * g++.dg/ext/flexarray-mangle.C: New test. + * g++.dg/ext/flexarray-subst.C: New test. + * g++.dg/ext/flexary11.C: New test. + * g++.dg/ext/flexary12.C: New test. + * g++.dg/ext/flexary13.C: New test. + * g++.dg/ext/flexary14.C: New test. + * g++.dg/other/dump-ada-spec-2.C: Adjust. + +2016-02-03 H.J. Lu + + * gcc.target/i386/iamcu/test_passing_unions.c (check_union_passing6): + Define only if CHECK_FLOAT128 is defined. + (main): Properly initialize u5. + +2016-02-03 Jakub Jelinek + + PR c/69627 + * gcc.dg/pr69627.c: New test. + + PR target/69644 + * gcc.dg/pr69644.c: New test. + +2016-02-03 Mike Stump + + * lib/compat.exp (compat-get-options-main): Add dg-timeout-factor + support for struct-layout-1.exp. + +2016-02-03 Patrick Palka + + PR c++/69056 + * g++.dg/cpp0x/pr69056.C: New test. + +2016-02-03 Vladimir Makarov + Alexandre Oliva + + PR target/69461 + * gcc.target/powerpc/pr69461.c: New. + +2016-02-03 Uros Bizjak + + * lib/tsan-dg.exp (tsan_init): Move check if tsan executable + works from here ... + (check_effective_target_fsanitize_thread): ... to here. Do not + specify additional compile flags for the test source. + * lib/asan-dg.exp (check_effective_target_fsanitize_address): Do not + specify additional compile flags for the test source. + +2016-02-03 Wilco Dijkstra + + * gcc.target/aarch64/ccmp_1.c: Fix test issue. + +2016-02-03 Andre Vehreschild + + PR fortran/67451 + PR fortran/69418 + * gfortran.dg/coarray_allocate_2.f08: New test. + * gfortran.dg/coarray_allocate_3.f08: New test. + * gfortran.dg/coarray_allocate_4.f08: New test. + +2016-02-03 Alan Lawrence + + * gcc.dg/vect/vect-outer-1-big-array.c: Drop vect_multiple_sizes; + use same scan-tree-dump-times on all platforms. + * gcc.dg/vect/vect-outer-1.c: Likewise. + * gcc.dg/vect/vect-outer-1a-big-array.c: Likewise. + * gcc.dg/vect/vect-outer-1a.c: Likewise. + * gcc.dg/vect/vect-outer-1b-big-array.c: Likewise. + * gcc.dg/vect/vect-outer-1b.c: Likewise. + * gcc.dg/vect/vect-outer-2b.c: Likewise. + * gcc.dg/vect/vect-outer-3b.c: Likewise. + * gcc.dg/vect/vect-reduc-dot-s8b.c: Likewise. + +2016-02-02 Segher Boessenkool + + * c-c++-common/vector-compare-4.c: Prune "non-standard ABI extension" + warning. + +2016-02-02 H.J. Lu + + * gcc.target/i386/iamcu/test_empty_structs_and_unions.c: New test. + +2016-02-02 James Norris + + * c-c++-common/goacc/routine-5.c: Add tests. + +2016-02-02 Alexander Monakov + + * gcc.target/nvptx/unsigned-cmp.c: New test. + +2016-02-02 Wilco Dijkstra + + * gcc.target/aarch64/scalar_shift_1.c + (test_corners_sisd_di): Improve force to SIMD register. + (test_corners_sisd_si): Likewise. + * gcc.target/aarch64/vect-ld1r-compile-fp.c: + Remove scan-assembler check for ldr. + +2016-02-02 Richard Biener + + PR tree-optimization/69595 + * gcc.dg/Warray-bounds-17.c: New testcase. + +2016-02-02 Richard Biener + + PR tree-optimization/69606 + * gcc.dg/torture/pr69606.c: New testcase. + +2016-02-02 Yuri Rumyantsev + + PR middle-end/68542 + * gcc.dg/vect/vect-mask-store-move-1.c: New test. + * gcc.target/i386/avx2-vect-mask-store-move1.c: New test. + +2016-02-02 Alan Modra + + PR target/69548 + * gcc.target/powerpc/pr69548.c: New test. + +2016-02-01 Jakub Jelinek + + PR rtl-optimization/69592 + * gcc.dg/pr69592.c: New test. + + PR preprocessor/69543 + PR c/69558 + * gcc.dg/pr69543.c: New test. + * gcc.dg/pr69558.c: New test. + +2016-02-01 Uros Bizjak + + PR testsuite/65940 + * g++.dg/other/anon5.C (dg-options): Use -gdwarf-2 instead of -g. + +2016-02-01 Martin Sebor + + * gcc.target/powerpc/pr17381.c: Remove duplicate copy of the test body. + +2016-02-01 Bin Cheng + + PR tree-optimization/67921 + * c-c++-common/ubsan/pr67921.c: New test. + +2016-02-01 Richard Biener + + PR middle-end/69556 + * gcc.dg/tree-ssa/recip-8.c: New testcase. + +2016-02-01 Richard Biener + + PR tree-optimization/69574 + * gcc.dg/torture/pr69574.c: New testcase. + +2016-02-01 Richard Biener + + PR tree-optimization/69579 + * gcc.dg/setjmp-6.c: New testcase. + +2016-02-01 Jakub Jelinek + + PR rtl-optimization/69570 + * g++.dg/opt/pr69570.C: New test. + +2016-02-01 Richard Henderson + + * gcc.dg/pr69535.c: New test. + +2016-01-31 John David Anglin + + PR testsuite/69584 + * gcc.dg/tree-ssa/sra-17.c: Fix regexps to work on hpux. + * gcc.dg/tree-ssa/sra-18.c: Likewise. + + PR debug/68244 + * g++.dg/parse/parens3.C: Use register "4" on hppa. + + * gcc.dg/tree-ssa/vector-5.c: Add -fno-common option on hppa*-*-hpux*. + +2016-01-31 Paul Thomas + + PR fortran/67564 + * gfortran.dg/allocate_with_source_17.f03: New test. + +2016-01-30 Jakub Jelinek + + PR tree-optimization/69546 + * gcc.dg/torture/pr69546.c: New test. + +2016-01-30 Paul Thomas + + PR fortran/69566 + * gfortran.dg/unlimited_polymorphic_25.f03: New test. + +2016-01-30 Martin Sebor + + PR c++/68490 + * g++.dg/ext/flexary10.C: New test. + +2016-01-30 Dominique d'Humieres + + PR fortran/66707 + gfortran.dg/common_23.f90: New test. + +2016-01-29 Bill Schmidt + + PR target/65546 + * gcc.dg/vect/costmodel/ppc/costmodel-vect-31a.c: Correct + condition being checked, and disable it when the target supports + misaligned loads and stores. + +2016-01-29 Jakub Jelinek + + PR debug/69518 + * gcc.dg/torture/pr69518.c: New test. + +2016-01-29 H.J. Lu + + PR target/69530 + * gcc.target/i386/pr69530.c: New test. + +2016-01-29 Steve Ellcey + + PR target/65604 + * gcc.target/mips/div-delay.c: New test. + +2016-01-29 Jakub Jelinek + + PR target/69551 + * gcc.target/i386/pr69551.c: New test. + + PR target/66137 + * gcc.target/i386/pr66137.c: New test. + +2016-01-29 Andrew Bennett + + * gcc.target/mips/p5600-bonding.c (dg-options): Force the test to be + always built for p5600. + * gcc.target/mips/mips.exp (mips-dg-options): Add support for the + isa=p5600 dg-option. + +2016-01-29 Richard Biener + + PR tree-optimization/69547 + * g++.dg/tree-ssa/pr69547.C: New testcase. + +2016-01-29 Jakub Jelinek + + PR debug/66869 + * g++.dg/warn/Wunused-function2.C: New test. + +2016-01-29 Dominik Vogt + + * gcc.dg/tree-ssa/ssa-dom-cse-2.c: Require a hardware vector + support for test to succeed. + +2016-01-29 Marek Polacek + + PR c++/69509 + PR c++/69516 + * g++.dg/ext/constexpr-vla2.C: New test. + * g++.dg/ext/constexpr-vla3.C: New test. + * g++.dg/ubsan/vla-1.C: Remove dg-shouldfail. + +2016-01-29 Richard Biener + + PR middle-end/69537 + * gcc.dg/uninit-21.c: New testcase. + +2016-01-28 Uros Bizjak + + PR target/69459 + * gcc.target/i386/pr69459.c: New test. + +2016-01-28 Steve Ellcey + + PR target/68400 + * gcc.target/mips/mips.exp (mips_option_groups): Add stack-protector. + * gcc.target/mips/pr68400.c: New test. + +2016-01-28 Martin Sebor + + PR target/17381 + * gcc.target/powerpc/pr17381.c: New test. + +2016-01-28 Jakub Jelinek + + PR middle-end/69542 + * gcc.dg/torture/pr69542.c: New test. + +2016-01-28 Wilco Dijkstra + + * gcc.target/aarch64/ccmp_1.c: Fix test issue. + +2016-01-28 David Edelsohn + + * gcc.dg/pr65980.c: Skip on AIX. + * gcc.dg/pr66688.c: Same. + +2016-01-28 David Edelsohn + + PR target/63679 + * gcc.dg/tree-ssa/sra-17.c: Adjust regex for more label styles. + * gcc.dg/tree-ssa/sra-18.c: Same. + +2016-01-28 Andre Vehreschild + + PR fortran/62536 + * gfortran.dg/block_15.f08: New test. + * gfortran.dg/block_end_error_1.f90: Need to catch additional error + on incorrectly closed BLOCK. + +2016-01-28 Ilya Enkovich + + * gcc.dg/declare-simd.c: New test. + +2016-01-28 Richard Biener + + PR tree-optimization/69466 + * gfortran.dg/vect/pr69466.f90: New testcase. + +2016-01-28 Thomas Preud'homme + + * g++.dg/pr67989.C: Remove ARM-specific option. + * gcc.target/arm/pr67989.C: New file. + +2016-01-27 Uros Bizjak + + * gcc.dg/torture/pr68264.c: Disable log1p test for glibc < 2.22 + and expm1 test for glibc < 2.11. + +2016-01-27 Richard Henderson + + * gcc.c-torture/execute/pr69447.c: New test. + +2016-01-27 Paul Thomas + + PR fortran/69422 + * gfortran.dg/alloc_comp_assign_15.f03: New test. + +2016-01-27 Jakub Jelinek + + PR debug/66869 + * gcc.dg/pr66869.c: New test. + +2016-01-25 Jeff Law + + PR tree-optimization/68398 + PR tree-optimization/69196 + * gcc.dg/tree-ssa/pr66752-3.c: Update expected output. + * gcc.dg/tree-ssa/ssa-dom-thread-2c.c: Add extra statements on thread + path to avoid new heuristic allowing more irreducible regions + * gcc.dg/tree-ssa/ssa-dom-thread-2d.c: Likewise. + * gcc.dg/tree-ssa/vrp46.c: Likewise. + * gcc.dg/tree-ssa/ssa-dom-thread-7.c: Update expected output. + * gcc.dg/tree-ssa/ssa-dom-thread-2g.c: New test. + * gcc.dg/tree-ssa/ssa-dom-thread-2h.c: Likewise. + +2016-01-27 Marek Polacek + + PR c/68062 + * c-c++-common/vector-compare-4.c: New test. + +2016-01-27 David Malcolm + + PR preprocessor/69126 + * c-c++-common/pr69126.c: New test case. + +2016-01-27 Ian Lance Taylor + + * gcc.dg/tree-ssa/ivopt_5.c: New test. + +2016-01-27 Ryan Burn + + PR cilkplus/69267 + * g++.dg/cilk-plus/CK/pr69267.cc: New test. + +2016-01-27 Uros Bizjak + + PR target/69512 + * gcc.target/i386/pr69512.c: New test. + +2016-01-27 Rainer Emrich + + PR ada/69488 + * gnat.dg/sso/*.adb: Robustify dg-output directives. + +2016-01-27 Marek Polacek + + PR c++/69379 + * g++.dg/pr69379.C: New test. + +2016-01-27 Martin Sebor + + PR c++/69317 + * g++.dg/abi/Wabi-2-2.C: New test. + * g++.dg/abi/Wabi-2-3.C: New test. + * g++.dg/abi/Wabi-3-2.C: New test. + * g++.dg/abi/Wabi-3-3.C: New test. + +2016-01-27 Richard Biener + + PR tree-optimization/69166 + * gcc.dg/torture/pr69166.c: New testcase. + +2016-01-27 Martin Jambor + + PR tree-optimization/69355 + * gcc.dg/tree-ssa/pr69355.c: New test. + +2016-01-27 Marek Polacek + + PR c++/69496 + * g++.dg/ext/constexpr-vla1.C: New test. + +2016-01-20 Christian Bruel + + PR target/69245 + * gcc.target/arm/pr69245.c: New test. + +2016-01-27 Jakub Jelinek + + PR tree-optimization/69399 + * gcc.dg/torture/pr69399.c: New test. + +2016-01-27 Eric Botcazou + + * gcc.dg/tree-ssa/ssa-dom-cse-2.c: XFAIL on SPARC 64-bit. + +2016-01-26 Eric Botcazou + + * gcc.c-torture/execute/stkalign.c: XFAIL run on SPARC 64-bit. + +2016-01-26 Tom de Vries + + PR tree-optimization/69110 + * gcc.dg/autopar/pr69110.c: New test. + +2016-01-26 Abderrazek Zaafrani + Sebastian Pop + + * gcc.dg/graphite/isl-ast-op-select.c: New. + +2015-01-26 Paul Thomas + + PR fortran/69385 + * gfortran.dg/allocate_error_6.f90: New test. + +2016-01-26 Richard Henderson + + * gcc.dg/tm/pr60908.c: New test. + +2016-01-26 David Malcolm + + PR other/69006 + * g++.dg/ext/timevar1.C: Add dg-allow-blank-lines-in-output + directive. + * gcc.dg/plugin/diagnostic-test-show-locus-color.c: Update + expected multiline output to reflect the colorization being + disabled before newlines. + * gcc.dg/plugin/diagnostic_plugin_test_show_locus.c + (custom_diagnostic_finalizer): Replace call to + pp_newline_and_flush with call to pp_flush. + * gcc.dg/unroll-2.c: Add dg-allow-blank-lines-in-output directive. + * gfortran.dg/implicit_class_1.f90: Likewise. + * lib/gcc-dg.exp (allow_blank_lines): New global. + (dg-allow-blank-lines-in-output): New procedure. + (gcc-dg-prune): Complain about blank lines in the output, unless + dg-allow-blank-lines-in-output was called. + * lib/multiline.exp (_build_multiline_regex): Only support + arbitrary followup text for non-blank-lines, not for blank lines. + +2016-01-26 Jakub Jelinek + + PR tree-optimization/69483 + * gcc.dg/pr69483.c: New test. + * g++.dg/opt/pr69483.C: New test. + +2016-01-26 Christophe Lyon + + PR target/68620 + * gcc.target/arm/pr68620.c: New test. + +2016-01-26 H.J. Lu + + * gcc.target/i386/pr68986-2.c: Remove -m32. + +2016-01-26 H.J. Lu + + PR target/68986 + * gcc.target/i386/pr68986-1.c: New test. + * gcc.target/i386/pr68986-2.c: Likewise. + * gcc.target/i386/pr68986-3.c: Likewise. + +2016-01-26 Christian Bruel + + * lib/target-supports.exp + (check_effective_target_arm_crypto_pragma_ok_nocache): Remove. + (check_effective_target_arm_crypto_pragma_ok): Likewise. + * gcc.target/arm/attr-crypto.c: Remove arm_crypto_pragma_ok test. + +2016-01-26 Richard Biener + + PR tree-optimization/69452 + * gcc.dg/torture/pr69452.c: New testcase. + +2016-01-26 Jakub Jelinek + + PR target/69442 + * gcc.dg/pr69442.c: New test. + +2016-01-26 Roger Ferrer Ibáñez + + PR target/67896 + * gcc.target/aarch64/simd/pr67896.C: New. + +2016-01-26 Richard Sandiford + + PR tree-optimization/69400 + * gcc.dg/plugin/wide-int_plugin.c (test_wide_int_mod_trunc): New + function. + (plugin_init): Call it. + * gcc.dg/torture/pr69400.c: New test. + +2016-01-26 Christophe Lyon + + * gcc.target/arm/pr68674.c: Check and use arm_fp effective target. + +2016-01-25 Aditya Kumar + Sebastian Pop + + * gcc.dg/graphite/graphite.exp: Only run the fuse-*.c tests with + isl-0.15. + +2016-01-25 Aditya Kumar + Sebastian Pop + + * gcc.dg/graphite/pr69292.c: New. + +2016-01-25 Jakub Jelinek + + * c-c++-common/goacc/use_device-1.c: New test. + +2016-01-25 Jeff Law + + PR tree-optimization/69196 + PR tree-optimization/68398 + * gcc.dg/tree-ssa/pr66752-3.c: Update expected output + * gcc.dg/tree-ssa/pr68198.c: Likewise. + +2016-01-25 David Edelsohn + + PR target/69469 + * gcc.target/powerpc/vsx-vector-2.c: Adjust for Goldschmidt's + Algorithm. + +2016-01-25 Richard Biener + + PR testsuite/69380 + * g++.dg/tree-ssa/pr69336.C: Restrict to x86_64 and i?86. + +2016-01-25 Ilya Enkovich + + PR target/69421 + * gcc.dg/pr69421.c: New test. + +2016-01-25 Bilyan Borisov + + * gcc.target/aarch64/simd/vcvt_s64_f64_1.c: New. + * gcc.target/aarch64/simd/vcvt_u64_f64_1.c: Likewise. + * gcc.target/aarch64/simd/vcvta_s64_f64_1.c: Likewise. + * gcc.target/aarch64/simd/vcvta_u64_f64_1.c: Likewise. + * gcc.target/aarch64/simd/vcvtm_s64_f64_1.c: Likewise. + * gcc.target/aarch64/simd/vcvtm_u64_f64_1.c: Likewise. + * gcc.target/aarch64/simd/vcvtn_s64_f64_1.c: Likewise. + * gcc.target/aarch64/simd/vcvtn_u64_f64_1.c: Likewise. + * gcc.target/aarch64/simd/vcvtp_s64_f64_1.c: Likewise. + * gcc.target/aarch64/simd/vcvtp_u64_f64_1.c: Likewise. + +2016-01-25 Richard Biener + + PR tree-optimization/69376 + * gcc.dg/torture/pr69376.c: New testcase. + +2016-01-24 Jerry DeLisle + + PR fortran/69397 + PR fortran/68442 + * gfortran.dg/interface_38.f90: New test. + * gfortran.dg/interface_39.f90: New test. + +2016-01-24 Patrick Palka + + Revert: + 2016-01-18 Patrick Palka + + PR c++/11858 + PR c++/24663 + PR c++/24664 + * g++.dg/template/pr11858.C: New test. + * g++.dg/template/pr24663.C: New test. + * g++.dg/template/unify12.C: New test. + * g++.dg/template/unify13.C: New test. + * g++.dg/template/unify14.C: New test. + * g++.dg/template/unify15.C: New test. + * g++.dg/template/unify16.C: New test. + * g++.dg/template/unify17.C: New test. + +2016-01-24 Dominique d'Humieres + + PR fortran/68283 + gfortran.dg/pr68283.f90: New test. + +2016-01-24 Thomas Koenig + + PR fortran/66094 + * gfortran.dg/inline_matmul_13.f90: New test. + * gfortran.dg/matmul_bounds_8.f90: New test. + * gfortran.dg/matmul_bounds_9.f90: New test. + * gfortran.dg/matmul_bounds_10.f90: New test. + +2016-01-23 Tom de Vries + + PR tree-optimization/69426 + * gcc.dg/autopar/pr69426.c: New test. + +2016-01-23 Martin Sebor + + PR c++/58109 + PR c++/69022 + * g++.dg/cpp0x/alignas5.C: New test. + * g++.dg/ext/vector29.C: Same. + +2016-01-23 Uros Bizjak + + * gcc.target/i386/chkp-strlen-2.c: Define _GNU_SOURCE. + * gcc.target/i386/chkp-strlen-4.c: Move the definition of + _GNU_SOURCE from compile flags to the source. + * gcc.target/i386/chkp-stropt-12.c: Ditto. + * gcc.target/i386/chkp-stropt-16.c: Ditto. + * gcc.target/i386/chkp-stropt-4.c: Ditto. + * gcc.target/i386/chkp-stropt-8.c: Ditto. + +2016-01-22 Jakub Jelinek + + PR target/69432 + * g++.dg/opt/pr69432.C: New test. + +2016-01-22 Bill Schmidt + + * gcc.target/powerpc/pr63354c: Adjust target selector to include + 32-bit targets testing an -m64 multilib. + +2016-01-22 Bill Schmidt + + * gcc.target/powerpc/pr63354.c: Restrict to Linux targets with + 64-bit support. + +2016-01-22 James Greenhalgh + + * gcc.dg/vect/bb-slp-pr68892.c: Require vect_double. + +2016-01-21 Christian Bruel + + PR target/68674 + * gcc.target/i386/pr68674.c + * gcc.target/aarch64/pr68674.c + * gcc.target/arm/pr68674.c + +2016-01-22 Kyrylo Tkachov + + PR target/69403 + * gcc.c-torture/execute/pr69403.c: New test. + +2016-01-22 Paolo Carlini + + PR c++/55843 + * g++.dg/template/pr55843.C: New. + +2016-01-22 Alan Lawrence + + PR testsuite/66877 + * gcc.dg/vect/vect-over-widen-3-big-array.c: Only look for 1 + vect_recog_over_widening_pattern in dump if we have vect_widen_shift. + +2016-01-21 Bill Schmidt + + PR testsuite/67489 + * gcc.target/powerpc/p8vector-builtin-8.c: Remove { target int128 } + from dg-do compile directive, and instead add + { dg-require-effective-target int128 }. + +2016-01-20 Martin Sebor + + PR c/69405 + * gcc.dg/sync-fetch.c: New test. + +2016-01-21 Martin Sebor + + PR target/69252 + * gcc.target/powerpc/pr69252.c: New test. + +2016-01-21 Jerry DeLisle + + PR fortran/65996 + * gfortran.dg/pr65996.f90: New test. + +2016-01-21 Dominik Vogt + + PR c++/68810 + * g++.dg/cpp0x/constexpr-reinterpret1.C: Fix line number that is + expected to generate an error. + +2016-01-21 Bernd Schmidt + + PR middle-end/66178 + * gcc.dg/torture/pr66178.c: New test. + +2016-01-21 Anton Blanchard + Bill Schmidt + + PR target/63354 + * gcc.target/powerpc/pr63354.c: New test. + +2016-01-21 Vladimir Makarov + + PR rtl-optimization/68990 + * gcc.target/i386/pr68990: New. + +2016-01-21 Nick Clifton + + PR target/69129 + * gcc.target/mips/pr69129.c: New. + +2016-01-21 Paolo Carlini + + PR c++/58046 + * g++.dg/cpp0x/pr58046.C: New. + +2016-01-21 Jakub Jelinek + + PR target/69187 + PR target/65624 + * gcc.target/arm/pr69187.c: New test. + + PR c++/69355 + * g++.dg/torture/pr69355.C: New test. + +2016-01-21 Aditya Kumar + Sebastian Pop + + * gfortran.dg/graphite/interchange-3.f90: Adjust pattern. + +2016-01-21 Aditya Kumar + Sebastian Pop + + * gcc.dg/graphite/pr68976.c: New test. + +2016-01-21 Jakub Jelinek + + PR middle-end/67653 + * c-c++-common/pr67653.c: New test. + * gcc.dg/torture/pr29119.c: Add dg-warning. + +2016-01-20 Peter Bergner + + * gcc.target/powerpc/cpu-builtin-1.c: New test. + +2016-01-20 Prathamesh Kulkarni + + PR c/24293 + * gcc.dg/pr24293.c: New test. + * gcc.dg/Wcxx-compat-8.c: Adjust to accept error due to + incomplete struct type. + * gcc.dg/declspec-1.c: Likewise. + * gcc.dg/pr63549.c: Likewise. + +2016-01-20 Jakub Jelinek + + PR tree-optimization/66612 + * gcc.target/powerpc/20050830-1.c: Xfail the scan-assembler test + for bdn instruction. + +2016-01-20 Christophe Lyon + + * lib/target-supports.exp + (check_effective_target_arm_fp_ok_nocache): New. + (check_effective_target_arm_fp_ok): New. + (add_options_for_arm_fp): New. + (check_effective_target_arm_crypto_ok_nocache): Require + target_arm_v8_neon_ok instead of arm32. + (check_effective_target_arm_crypto_pragma_ok_nocache): New. + (check_effective_target_arm_crypto_pragma_ok): New. + (add_options_for_arm_vfp): New. + * gcc.target/arm/attr-crypto.c: Use arm_crypto_pragma_ok effective + target. Do not force -mfloat-abi=softfp, use arm_fp_ok effective + target instead. Force initial fpu to vfp. + * gcc.target/arm/attr-neon-builtin-fail.c: Do not force + -mfloat-abi=softfp, use arm_fp_ok effective target instead. + * gcc.target/arm/attr-neon-fp16.c: Likewise. Remove arm_neon_ok + dependency. + * gcc.target/arm/attr-neon2.c: Do not force -mfloat-abi=softfp, + use arm_vfp effective target instead. Force initial fpu to vfp. + * gcc.target/arm/attr-neon3.c: Likewise. + * gcc.target/arm/cmp-2.c: Use arm_fp_ok effective target instead of + arm_vfp_ok. + * gcc.target/arm/unsigned-float.c: Likewise. + * gcc.target/arm/vfp-1.c: Likewise. + * gcc.target/arm/vfp-ldmdbd.c: Likewise. + * gcc.target/arm/vfp-ldmdbs.c: Likewise. + * gcc.target/arm/vfp-ldmiad.c: Likewise. + * gcc.target/arm/vfp-ldmias.c: Likewise. + * gcc.target/arm/vfp-stmdbd.c: Likewise. + * gcc.target/arm/vfp-stmdbs.c: Likewise. + * gcc.target/arm/vfp-stmiad.c: Likewise. + * gcc.target/arm/vfp-stmias.c: Likewise. + * gcc.target/arm/vnmul-1.c: Likewise. + * gcc.target/arm/vnmul-2.c: Likewise. + * gcc.target/arm/vnmul-3.c: Likewise. + * gcc.target/arm/vnmul-4.c: Likewise. + +2016-01-20 H.J. Lu + + PR testsuite/69366 + * g++.dg/pr63995-1.C: Require non-x32 target, instead of, + the MPX run-time library, for compile-time MPX test. + * gcc.target/i386/chkp-always_inline.c: Likewise. + * gcc.target/i386/chkp-bndret.c: Likewise. + * gcc.target/i386/chkp-builtins-1.c: Likewise. + * gcc.target/i386/chkp-builtins-2.c: Likewise. + * gcc.target/i386/chkp-builtins-3.c: Likewise. + * gcc.target/i386/chkp-builtins-4.c: Likewise. + * gcc.target/i386/chkp-const-check-1.c: Likewise. + * gcc.target/i386/chkp-const-check-2.c: Likewise. + * gcc.target/i386/chkp-hidden-def.c: Likewise. + * gcc.target/i386/chkp-label-address.c: Likewise. + * gcc.target/i386/chkp-lifetime-1.c: Likewise. + * gcc.target/i386/chkp-narrow-bounds.c: Likewise. + * gcc.target/i386/chkp-pr69044.c: Likewise. + * gcc.target/i386/chkp-remove-bndint-1.c: Likewise. + * gcc.target/i386/chkp-remove-bndint-2.c: Likewise. + * gcc.target/i386/chkp-strchr.c: Likewise. + * gcc.target/i386/chkp-strlen-1.c: Likewise. + * gcc.target/i386/chkp-strlen-2.c: Likewise. + * gcc.target/i386/chkp-strlen-3.c: Likewise. + * gcc.target/i386/chkp-strlen-4.c: Likewise. + * gcc.target/i386/chkp-strlen-5.c: Likewise. + * gcc.target/i386/chkp-stropt-1.c: Likewise. + * gcc.target/i386/chkp-stropt-10.c: Likewise. + * gcc.target/i386/chkp-stropt-11.c: Likewise. + * gcc.target/i386/chkp-stropt-12.c: Likewise. + * gcc.target/i386/chkp-stropt-13.c: Likewise. + * gcc.target/i386/chkp-stropt-14.c: Likewise. + * gcc.target/i386/chkp-stropt-15.c: Likewise. + * gcc.target/i386/chkp-stropt-16.c: Likewise. + * gcc.target/i386/chkp-stropt-2.c: Likewise. + * gcc.target/i386/chkp-stropt-3.c: Likewise. + * gcc.target/i386/chkp-stropt-4.c: Likewise. + * gcc.target/i386/chkp-stropt-5.c: Likewise. + * gcc.target/i386/chkp-stropt-6.c: Likewise. + * gcc.target/i386/chkp-stropt-7.c: Likewise. + * gcc.target/i386/chkp-stropt-8.c: Likewise. + * gcc.target/i386/chkp-stropt-9.c: Likewise. + * gcc.target/i386/pr63995-2.c: Likewise. + * gcc.target/i386/pr64805.c: Likewise. + * gcc.target/i386/pr65044.c: Likewise. + * gcc.target/i386/pr65167.c: Likewise. + * gcc.target/i386/pr65183.c: Likewise. + * gcc.target/i386/pr65184.c: Likewise. + * gcc.target/i386/thunk-retbnd.c: Likewise. + +2016-01-20 Ilya Enkovich + + PR tree-optimization/69328 + * gcc.dg/pr69328.c: New test. + +2016-01-20 Jeff Law + + PR target/25114 + * gcc.target/m68k/pr25114.c: New test. + +2016-01-20 Andre Vieira + + * gcc.target/arm/memset-inline-10.c: Added + dg-require-effective-target arm_thumb2_ok. + +2016-01-19 Eric Botcazou + + * gcc.dg/debug/dwarf2/sso.c: New test. + +2016-01-19 Uros Bizjak + + PR testsuite/68820 + * gcc.c-torture/execute/builtins/memops-asm.x: New file. + * gcc.c-torture/execute/builtins/strstr-asm.x: Ditto. + * gcc.c-torture/execute/builtins/strstr-asm.c: Remove dg-options. + +2016-01-19 Jan Hubicka + + PR ipa/66223 + * g++.dg/ipa/devirt-50.C: New testcase. + +2016-01-19 Marek Polacek + + PR c++/68965 + * g++.dg/cpp1y/parameter-pack-1.C: New test. + * g++.dg/cpp1y/parameter-pack-2.C: New test. + +2016-01-19 Kyrylo Tkachov + + PR target/69135 + * gcc.target/arm/pr69135_1.c: New test. + +2015-01-19 Wilco Dijkstra + + * gcc.target/aarch64/ccmp_1.c: Add new tests. + +2015-01-19 Wilco Dijkstra + + * gcc.target/aarch64/ccmp_1.c: New testcase. + +2016-01-19 Marek Polacek + + PR c++/68586 + * g++.dg/cpp0x/enum30.C: New test. + +2016-01-19 Richard Biener + + PR tree-optimization/69336 + * g++.dg/tree-ssa/pr69336.C: New testcase. + +2016-01-19 Jakub Jelinek + + PR debug/65779 + * gcc.dg/pr65779.c: New test. + +2016-01-19 Richard Biener + + PR tree-optimization/69352 + * gcc.dg/torture/pr69352.c: New testcase. + +2016-01-19 Jakub Jelinek + + PR rtl-optimization/68955 + PR rtl-optimization/64557 + * gcc.dg/torture/pr68955.c: New test. + +2016-01-19 Jan Hubicka + + PR lto/69136 + * g++.dg/torture/pr69136.C: New testcase. + +2016-01-19 Jan Hubicka + + PR lto/69133 + * g++.dg/lto/pr69133_0.C: New testcase. + * g++.dg/lto/pr69133_1.C: New testcase. + +2016-01-15 Jeff Law + + PR tree-optimization/69320 + * gcc.c-torture/pr69320-1.c: New test. + * gcc.c-torture/pr69320-2.c: New test. + * gcc.c-torture/pr69320-3.c: New test. + * gcc.c-torture/pr69320-4.c: New test. + +2016-01-18 Patrick Palka + + PR c++/11858 + PR c++/24663 + PR c++/24664 + * g++.dg/template/pr11858.C: New test. + * g++.dg/template/pr24663.C: New test. + * g++.dg/template/unify12.C: New test. + * g++.dg/template/unify13.C: New test. + * g++.dg/template/unify14.C: New test. + * g++.dg/template/unify15.C: New test. + * g++.dg/template/unify16.C: New test. + * g++.dg/template/unify17.C: New test. + +2016-01-18 David Malcolm + + PR testsuite/69181 + * gcc.dg/pr69181-1.c: New test file. + * gcc.dg/pr69181-2.c: New test file. + * lib/gcc-dg.exp (dg-test): Consolidate post-test cleanup of + globals by moving it to... + (cleanup-after-saved-dg-test): ...this new function. Add + "global additional_sources_used". Add reset of global + multiline_expected_outputs to the empty list. + * lib/multiline.exp (_multiline_expected_outputs): Rename this + global to... + (multiline_expected_outputs): ...this, and updated comments to + note that it is modified from gcc-dg.exp. + (dg-end-multiline-output): Update for the above renaming. + (handle-multiline-outputs): Likewise. Remove the clearing + of the expected outputs to the empty list. + +2016-01-18 Richard Biener + + PR tree-optimization/69297 + * gcc.dg/vect/costmodel/x86_64/costmodel-pr69297.c: New testcase. + +2016-01-18 Joseph Myers + + * gcc.target/mips/mips-3d-1.c: Use forbid_cpu=octeon.* in + dg-options. + * gcc.target/mips/mips-3d-2.c: Likewise. + * gcc.target/mips/mips-3d-3.c: Likewise. + * gcc.target/mips/mips-3d-4.c: Likewise. + * gcc.target/mips/mips-3d-5.c: Likewise. + * gcc.target/mips/mips-3d-6.c: Likewise. + * gcc.target/mips/mips-3d-7.c: Likewise. + * gcc.target/mips/mips-3d-8.c: Likewise. + * gcc.target/mips/mips-3d-9.c: Likewise. + * gcc.target/mips/mips-ps-1.c: Likewise. + * gcc.target/mips/mips-ps-2.c: Likewise. + * gcc.target/mips/mips-ps-3.c: Likewise. + * gcc.target/mips/mips-ps-4.c: Likewise. + * gcc.target/mips/mips-ps-5.c: Likewise. + * gcc.target/mips/mips-ps-6.c: Likewise. + * gcc.target/mips/mips-ps-7.c: Likewise. + * gcc.target/mips/mips-ps-type.c: Likewise. + * gcc.target/mips/mips-ps-type-2.c: Likewise. + * gcc.target/mips/mips16-attributes-6.c: Likewise. + +2016-01-18 Tom de Vries + + * c-c++-common/goacc/kernels-counter-vars-function-scope.c: New test. + * c-c++-common/goacc/kernels-double-reduction.c: New test. + * c-c++-common/goacc/kernels-empty.c: New test. + * c-c++-common/goacc/kernels-eternal.c: New test. + * c-c++-common/goacc/kernels-loop-2.c: New test. + * c-c++-common/goacc/kernels-loop-3.c: New test. + * c-c++-common/goacc/kernels-loop-data-2.c: New test. + * c-c++-common/goacc/kernels-loop-data-enter-exit-2.c: New test. + * c-c++-common/goacc/kernels-loop-data-enter-exit.c: New test. + * c-c++-common/goacc/kernels-loop-data-update.c: New test. + * c-c++-common/goacc/kernels-loop-data.c: New test. + * c-c++-common/goacc/kernels-loop-g.c: New test. + * c-c++-common/goacc/kernels-loop-mod-not-zero.c: New test. + * c-c++-common/goacc/kernels-loop-n.c: New test. + * c-c++-common/goacc/kernels-loop-nest.c: New test. + * c-c++-common/goacc/kernels-loop.c: New test. + * c-c++-common/goacc/kernels-noreturn.c: New test. + * c-c++-common/goacc/kernels-one-counter-var.c: New test. + * c-c++-common/goacc/kernels-parallel-loop-data-enter-exit.c: New test. + * c-c++-common/goacc/kernels-reduction.c: New test. + +2016-01-18 Tom de Vries + + * gcc.dg/autopar/outer-1.c: Update for new parloops instantiation. + * gcc.dg/autopar/outer-2.c: Same. + * gcc.dg/autopar/outer-3.c: Same. + * gcc.dg/autopar/outer-4.c: Same. + * gcc.dg/autopar/outer-5.c: Same. + * gcc.dg/autopar/outer-6.c: Same. + * gcc.dg/autopar/parallelization-1.c: Same. + * gcc.dg/autopar/parloops-exit-first-loop-alt-2.c: Same. + * gcc.dg/autopar/parloops-exit-first-loop-alt-3.c: Same. + * gcc.dg/autopar/parloops-exit-first-loop-alt-4.c: Same. + * gcc.dg/autopar/parloops-exit-first-loop-alt-5.c: Same. + * gcc.dg/autopar/parloops-exit-first-loop-alt-6.c: Same. + * gcc.dg/autopar/parloops-exit-first-loop-alt-7.c: Same. + * gcc.dg/autopar/parloops-exit-first-loop-alt-pr66652.c: Same. + * gcc.dg/autopar/parloops-exit-first-loop-alt.c: Same. + * gcc.dg/autopar/pr39500-1.c: Same. + * gcc.dg/autopar/pr39500-2.c: Same. + * gcc.dg/autopar/pr46193.c: Same. + * gcc.dg/autopar/pr46194.c: Same. + * gcc.dg/autopar/pr49580.c: Same. + * gcc.dg/autopar/pr49960-1.c: Same. + * gcc.dg/autopar/pr49960.c: Same. + * gcc.dg/autopar/pr68373.c: Same. + * gcc.dg/autopar/reduc-1.c: Same. + * gcc.dg/autopar/reduc-1char.c: Same. + * gcc.dg/autopar/reduc-1short.c: Same. + * gcc.dg/autopar/reduc-2.c: Same. + * gcc.dg/autopar/reduc-2char.c: Same. + * gcc.dg/autopar/reduc-2short.c: Same. + * gcc.dg/autopar/reduc-3.c: Same. + * gcc.dg/autopar/reduc-4.c: Same. + * gcc.dg/autopar/reduc-6.c: Same. + * gcc.dg/autopar/reduc-7.c: Same. + * gcc.dg/autopar/reduc-8.c: Same. + * gcc.dg/autopar/reduc-9.c: Same. + * gcc.dg/autopar/uns-outer-4.c: Same. + * gcc.dg/autopar/uns-outer-5.c: Same. + * gcc.dg/autopar/uns-outer-6.c: Same. + * gfortran.dg/parloops-exit-first-loop-alt-2.f95: Same. + * gfortran.dg/parloops-exit-first-loop-alt.f95: Same. + +2016-01-18 Alan Lawrence + + PR target/63679 + * gcc.dg/tree-ssa/ssa-dom-cse-2.c: Remove XFAIL for powerpc(32), hppa, + aarch64, sparc, s390. Add --param sra-max-scalarization-size-Ospeed. + +2016-01-18 Alan Lawrence + + PR target/63679 + * gcc.dg/tree-ssa/ssa-dom-cse-5.c: New. + * gcc.dg/tree-ssa/ssa-dom-cse-6.c: New. + * gcc.dg/tree-ssa/ssa-dom-cse-7.c: New. + +2016-01-18 Alan Lawrence + + PR target/63679 + * gcc.dg/tree-ssa/sra-17.c: New. + * gcc.dg/tree-ssa/sra-18.c: New. + +2016-01-18 Ilya Enkovich + + * gcc.target/i386/pr65105-5.c: Adjust to andn generation. + +2016-01-18 Eric Botcazou + + * gnat.dg/inline12.adb: New test. + +2016-01-18 Bin Cheng + + PR tree-optimization/66797 + * gcc.c-torture/execute/pr65447.c: Relax check condition. + +2016-01-18 Richard Biener + + PR tree-optimization/69170 + * gcc.dg/torture/pr69170.c: New testcase. + +2016-01-17 John David Anglin + + * gcc.dg/torture/builtin-integral-1.c: Require c99_runtime. + +2016-01-16 Tom de Vries + + * c-c++-common/goacc/kernels-alias-ipa-pta-4.c: New test. + +2016-01-16 Tom de Vries + + * gcc.dg/parloops-exit-first-loop-alt.c: Move ... + * gcc.dg/autopar/parloops-exit-first-loop-alt.c: ... here. Remove + redundant dg-require-effective-target pthread. + * gcc.dg/parloops-exit-first-loop-alt-2.c: Same. + * gcc.dg/parloops-exit-first-loop-alt-3.c: Same. + * gcc.dg/parloops-exit-first-loop-alt-4.c: Same. + * gcc.dg/parloops-exit-first-loop-alt-5.c: Same. + * gcc.dg/parloops-exit-first-loop-alt-6.c: Same. + * gcc.dg/parloops-exit-first-loop-alt-7.c: Same. + * gcc.dg/parloops-exit-first-loop-alt-pr66652.c: Same. + +2016-01-16 David Edelsohn + + PR target/68609 + * gcc.target/powerpc/recip-6.c: Enable on AIX. + * gcc.target/powerpc/recip-7.c: Same. + +2016-01-16 Patrick Palka + + PR c++/69091 + * g++.dg/template/pr69091.C: New test. + +2016-01-16 Patrick Palka + + * c-c++-common/cilk-plus/AN/an-if.c: Check that the original + dump does not contain an error_mark_node. + * c-c++-common/cilk-plus/CK/pr60469.c: Likewise. + * c-c++-common/cilk-plus/AN/fn_ptr-2.c: New xfail'd test. + +2016-01-16 Patrick Palka + + PR c++/68936 + * g++.dg/template/pr68936.C: New test. + +2016-01-15 David Edelsohn + + PR target/68609 + * gcc.target/powerpc/recip-1.c: Adjust for Goldschmidt's Algorithm. + * gcc.target/powerpc/recip-2.c: Same. + * gcc.target/powerpc/recip-3.c: Same. + * gcc.target/powerpc/recip-4.c: Same. + * gcc.target/powerpc/recip-sqrtf.c: Same. + +2016-01-15 Jeff Law + + PR tree-optimization/69270 + * gcc.dg/tree-ssa/pr69270-2.c: New test. + * gcc.dg/tree-ssa/pr69270-3.c: New test. + +2016-01-15 Paul Thomas + + PR fortran/49630 + * gfortran.dg/deferred_character_13.f90: New test for the fix + of comment 3 of the PR. + + PR fortran/54070 + * gfortran.dg/deferred_character_8.f90: New test + * gfortran.dg/allocate_error_5.f90: New test + + PR fortran/60593 + * gfortran.dg/deferred_character_10.f90: New test + + PR fortran/60795 + * gfortran.dg/deferred_character_14.f90: New test + + PR fortran/61147 + * gfortran.dg/deferred_character_11.f90: New test + + PR fortran/64324 + * gfortran.dg/deferred_character_9.f90: New test + +2016-01-15 Vladimir Makarov + + PR rtl-optimization/69030 + * gcc.target/i386/pr69030.c: New. + +2016-01-15 Kyrylo Tkachov + + * gcc.target/aarch64/target_attr_17.c: New test. + +2016-01-15 Richard Biener + + PR tree-optimization/66856 + * gcc.dg/torture/pr66856-1.c: New testcase. + * gcc.dg/torture/pr66856-2.c: Likewise. + +2016-01-15 Richard Biener + + PR debug/69137 + * g++.dg/lto/pr69137_0.C: New testcase. + +2016-01-15 Richard Sandiford + + PR middle-end/69246 + * gcc.target/i386/pr69246.c: New test. + +2016-01-15 Dominik Vogt + + * gfortran.dg/bind_c_array_params_2.f90: Fix test patterns for S/390. + +2016-01-15 Dominik Vogt + + PR c++/56194 + * g++.dg/init/const9.C: Disable test on S/390. + +2016-01-15 Dominik Vogt + + * g++.dg/Wframe-address.C: Test requires -mbackchain for s390*-*-*. + * g++.dg/Wno-frame-address.C: Ditto. + +2016-01-15 Dominik Vogt + + * gcc.dg/tree-ssa/20040204-1.c: Do not xfail on S/390. + +2016-01-15 Richard Biener + + PR tree-optimization/68961 + * gcc.dg/vect/costmodel/x86_64/costmodel-pr68961.c: New testcase. + +2016-01-15 Ilya Enkovich + + * gcc.target/i386/pr65105-5.c: New test. + +2016-01-15 Jan Hubicka + + * gcc.c-torture/execute/alias-4.c: New testcase. + +2016-01-15 Jan Hubicka + + PR ipa/68148 + * g++.dg/ipa/devirt-49.C: New testcase. + +2016-01-15 Christian Bruel + + PR target/65837 + * gcc.target/arm/attr-neon-builtin-fail2.c: New test. + * gcc.target/arm/lto/pr65837-attr_0.c: New test. + * gcc.target/arm/lto/pr65837_0.c: Fix skip condition and use ACLE name. + +2016-01-15 Richard Biener + + PR tree-optimization/69117 + * gcc.dg/torture/pr69117.c: New testcase. + +2015-01-14 Ryan Burn + + PR c++/69048 + * g++.dg/cilk-plus/CK/pr69048.cc: New test. + +2016-01-14 Francois-Xavier Coudert + + PR testsuite/67509 + * gfortran.dg/ieee/ieee_7.f90: For out of bound precision or + range tests use 100 * maximum instead of maximum + 1. + +2016-01-14 Jakub Jelinek + + PR debug/69244 + * gcc.dg/guality/pr69244.c: New test. + +2016-01-14 Uros Bizjak + + * lib/target-supports.exp (check_effective_target_issignaling): + New procedure. + * gcc.dg/pr61441.c: Require issignaling effective target. + +2016-01-14 Segher Boessenkool + + PR target/68803 + * gcc.target/powerpc/20050603-3.c: Add xfails for powerpc64le. + +2016-01-14 David Malcolm + + PR c++/68819 + PR preprocessor/69177 + * gcc.dg/plugin/location-overflow-test-1.c: New test case. + * gcc.dg/plugin/location-overflow-test-2.c: New test case. + * gcc.dg/plugin/location_overflow_plugin.c: New test plugin. + * gcc.dg/plugin/plugin.exp (plugin_test_list): Add the above. + +2016-01-14 Marek Polacek + + PR c/69262 + * gcc.dg/array-15.c: New test. + +2016-01-14 Jakub Jelinek + + PR middle-end/68146 + PR tree-optimization/69155 + * gfortran.dg/pr68146.f: New test. + * gfortran.dg/pr69155.f90: New test. + +2016-01-14 Richard Biener + + PR tree-optimization/68060 + * gcc.dg/torture/pr68060-1.c: New testcase. + * gcc.dg/torture/pr68060-2.c: Likewise. + +2016-01-14 Nick Clifton + + * lib/target-supports.exp + (check_effective_target_arm_neon_ok_nocache): Add an option + sequence that includes setting the ARM architecture to ARMv7-A. + * gcc.target/arm/attr-neon.c: Use dg-add-options to add the + command line options necessary to enable Neon support. + * gcc.target/arm/neon-vlshr-imm-1.c: Likewise. + * gcc.target/arm/neon-vshl-imm-1.c: Likewise. + * gcc.target/arm/neon-vshr-imm-1.c: Likewise. + * gcc.target/arm/pr69180.c: Likewise. + +2016-01-14 Jeff Law + + PR tree-optimization/69270 + * gcc.dg/tree-ssa/pr69270.c: New test. + +2016-01-13 Bernd Schmidt + + PR c/66208 + * c-c++-common/pr66208.c: New file. + +2016-01-13 Jakub Jelinek + + PR tree-optimization/69156 + * gcc.dg/pr69156.c: New test. + +2016-01-13 H.J. Lu + + * gcc.target/i386/pr69225-7.c: New test. + +2016-01-13 Richard Henderson + + * gcc.dg/tm/memopt-13.c: Update expected function. + * gcc.dg/tm/memopt-6.c: Likewise. + +2016-01-13 Uros Bizjak + + * gcc.target/i386/pr45685.c (dg-options): Add -mno-sse4. + * gcc.target/i386/pr68432-1.c (dg-options): Ditto. + * gcc.target/i386/pr68432-2.c (dg-options): Ditto. + * gcc.target/i386/pr68432-3.c (dg-options): Ditto. + +2016-01-13 Tom de Vries + + PR tree-optimization/69169 + * gcc.dg/pr69169.c: New test. + +2016-01-13 Alexander Fomin + + PR target/69228 + * gcc.target/i386/avx512pf-vscatterpf0dpd-1.c: Adjust. + * gcc.target/i386/avx512pf-vscatterpf0dps-1.c: Likewise. + * gcc.target/i386/avx512pf-vscatterpf0qpd-1.c: Likewise. + * gcc.target/i386/avx512pf-vscatterpf0qps-1.c: Likewise. + * gcc.target/i386/avx512pf-vscatterpf1dpd-1.c: Likewise. + * gcc.target/i386/avx512pf-vscatterpf1dps-1.c: Likewise. + * gcc.target/i386/avx512pf-vscatterpf1qpd-1.c: Likewise. + * gcc.target/i386/avx512pf-vscatterpf1qps-1.c: Likewise. + +2016-01-13 Jakub Jelinek + + PR target/69247 + * gcc.dg/pr69247.c: New test. + +2016-01-13 Richard Biener + + PR tree-optimization/69242 + * gcc.dg/torture/pr69242.c: New testcase. + +2016-01-13 Richard Biener + + PR tree-optimization/69186 + * gcc.dg/torture/pr69186.c: New testcase. + +2016-01-13 Jeff Law + + PR tree-optimization/67755 + * gcc.dg/tree-ssa/pr67755.c: New test. + +2016-01-13 Thomas Preud'homme + + * gcc.c-torture/unsorted/dump-noaddr.x (dump_compare): Replace static + pass number in output by a star. + +2016-01-12 Bin Cheng + + PR tree-optimization/68911 + * gcc.c-torture/execute/pr68911.c: New test. + +2016-01-12 Marek Polacek + + PR c++/68979 + * g++.dg/warn/permissive-1.C: New test. + +2016-01-12 Jakub Jelinek + + PR objc++/68511 + PR c++/69213 + * g++.dg/opt/pr69213.C: New test. + +2016-01-12 Christian Bruel + + PR target/69180 + * gcc.target/arm/pr69180.c: New test. + +2016-01-12 Richard Biener + + PR lto/69077 + * g++.dg/lto/pr69077_0.C: New testcase. + * g++.dg/lto/pr69077_1.C: Likewise. + +2016-01-12 Jakub Jelinek + + PR target/69175 + * g++.dg/opt/pr69175.C: New test. + +2016-01-12 Alan Lawrence + + * gcc.dg/vect/fast-math-bb-slp-call-3.c: Declare functions as 'extern' + rather than #including math.h & stdlib.h. + * gcc.dg/vect/pr47001.c: Declare abort as 'extern', remove stdlib.h. + * gcc.dg/vect/pr49771.c: Likewise. + * gcc.dg/vect/vect-10-big-array.c: Likewise. + * gcc.dg/vect/vect-neg-store-1.c: Likewise. + * gcc.dg/vect/vect-neg-store-2.c: Likewise. + * gcc.dg/vect/slp-37.c: Change NULL to 0, remove stdlib.h. + * gcc.dg/vect/pr40254.c: Remove unnecessary include of stdlib.h. + * gcc.dg/vect/pr44507.c: Likewise. + * gcc.dg/vect/pr45902.c: Likewise. + * gcc.dg/vect/slp-widen-mult-half.c: Likewise. + * gcc.dg/vect/vect-117.c: Likewise. + * gcc.dg/vect/vect-99.c: Likewise. + * gcc.dg/vect/vect-aggressive-1.c: Likewise. + * gcc.dg/vect/vect-cond-1.c: Likewise. + * gcc.dg/vect/vect-cond-2.c: Likewise. + * gcc.dg/vect/vect-cond-3.c: Likewise. + * gcc.dg/vect/vect-cond-4.c: Likewise. + * gcc.dg/vect/vect-mask-load-1.c: Likewise. + * gcc.dg/vect/vect-mask-loadstore-1.c: Likewise. + * gcc.dg/vect/vect-over-widen-1-big-array.c: Likewise. + * gcc.dg/vect/vect-over-widen-1.c: Likewise. + * gcc.dg/vect/vect-over-widen-2-big-array.c: Likewise. + * gcc.dg/vect/vect-over-widen-2.c: Likewise. + * gcc.dg/vect/vect-over-widen-3-big-array.c: Likewise. + * gcc.dg/vect/vect-over-widen-3.c: Likewise. + * gcc.dg/vect/vect-over-widen-4-big-array.c: Likewise. + * gcc.dg/vect/vect-over-widen-4.c: Likewise. + * gcc.dg/vect/vect-widen-mult-const-s16.c: Likewise. + * gcc.dg/vect/vect-widen-mult-const-u16.c: Likewise. + * gcc.dg/vect/vect-widen-mult-half-u8.c: Likewise. + * gcc.dg/vect/vect-widen-mult-half.c: Likewise. + * gcc.dg/vect/no-trapping-math-vect-ifcvt-11.c: Remove unnecessary + include of signal.h. + * gcc.dg/vect/no-trapping-math-vect-ifcvt-12.c: Likewise. + * gcc.dg/vect/no-trapping-math-vect-ifcvt-13.c: Likewise. + * gcc.dg/vect/no-trapping-math-vect-ifcvt-14.c: Likewise. + * gcc.dg/vect/no-trapping-math-vect-ifcvt-15.c: Likewise. + * gcc.dg/vect/no-trapping-math-vect-ifcvt-16.c: Likewise. + * gcc.dg/vect/vect-ifcvt-16.c: Likewise. + * gcc.dg/vect/vect-ifcvt-17.c: Likewise. + * gcc.dg/vect/vect-ifcvt-2.c: Likewise. + * gcc.dg/vect/vect-ifcvt-3.c: Likewise. + * gcc.dg/vect/vect-ifcvt-4.c: Likewise. + * gcc.dg/vect/vect-ifcvt-5.c: Likewise. + * gcc.dg/vect/vect-ifcvt-5.c: Likewise. + * gcc.dg/vect/vect-ifcvt-6.c: Likewise. + * gcc.dg/vect/vect-ifcvt-7.c: Likewise. + * gcc.dg/vect/vect-ifcvt-9.c: Likewise. + * gcc.dg/vect/vect-outer-5.c: Likewise. + * gcc.dg/vect/vect-outer-6.c: Likewise. + * gcc.dg/vect/vect-strided-u8-i8-gap4-unknown.c: Remove unnecessary + include of stdio.h. + +2016-01-12 Nick Clifton + + PR target/68913 + * gcc.dg/lto/pr61886_0.c: Rename the external function called + to fread so that it will be found in all target runtimes. + +2016-01-12 Richard Biener + + PR tree-optimization/69053 + * g++.dg/torture/pr69053.C: New testcase. + +2016-01-12 Richard Biener + + PR tree-optimization/69168 + * gcc.dg/torture/pr69168.c: New testcase. + +2016-01-12 Richard Biener + + PR tree-optimization/69157 + * gcc.dg/torture/pr69157.c: New testcase. + +2016-01-12 Richard Biener + + PR tree-optimization/69174 + * gcc.dg/torture/pr69174.c: New testcase. + +2016-01-12 Jakub Jelinek + + PR c++/66808 + PR c++/69000 + * g++.dg/tls/pr66808.C: New test. + * g++.dg/tls/pr69000.C: New test. + +2016-01-11 Bill Schmidt + + * gcc.target/powerpc/swaps-p8-23.c: New test. + * gcc.target/powerpc/swaps-p8-24.c: Likewise. + +2016-01-11 John David Anglin + + PR tree-optimization/68356 + * gcc.dg/torture/pr68264.c: Disable exp2 ERANGE test on hppa unix. + +2016-01-12 Kugan Vivekanandarajah + Jim Wilson + + PR target/69194 + * gcc.target/arm/pr69194.c: New test. + +2016-01-11 H.J. Lu + + PR target/69225 + * gcc.target/i386/pr69225-1.c: New test. + * gcc.target/i386/pr69225-2.c: Likewise. + * gcc.target/i386/pr69225-3.c: Likewise. + * gcc.target/i386/pr69225-4.c: Likewise. + * gcc.target/i386/pr69225-5.c: Likewise. + * gcc.target/i386/pr69225-6.c: Likewise. + +2016-01-11 Jakub Jelinek + + PR target/67462 + * gcc.dg/ifcvt-3.c: Only compile on lp64 targets, include also i?86 + if lp64. + + PR target/69071 + * gcc.dg/pr69071.c: New test. + + PR c++/69211 + * g++.dg/opt/pr69211.C: New test. + + PR tree-optimization/69214 + * gcc.c-torture/compile/pr69214.c: New test. + +2016-01-11 Uros Bizjak + + * gcc.target/i386/pr66232-10.c: Do not compile on ia32 target. + * gcc.target/i386/pr66232-11.c: Ditto. + * gcc.target/i386/pr66232-12.c: Ditto. + * gcc.target/i386/pr66232-13.c: Ditto. + +2016-01-11 Richard Biener + + PR tree-optimization/69173 + * gcc.dg/torture/pr69173.c: New testcase. + +2016-01-11 Kyrylo Tkachov + + PR rtl-optimization/68796 + * gcc.target/aarch64/tst_5.c: New test. + * gcc.target/aarch64/tst_6.c: Likewise. + +2016-01-11 Kyrylo Tkachov + + PR rtl-optimization/68841 + * gcc.dg/pr68841.c: New test. + * gcc.c-torture/execute/pr68841.c: New test. + +2016-01-11 Yuri Rumyantsev + + PR rtl-optimization/68920 + * gcc.dg/ifcvt-4.c: Add "--param max-rtl-if-conversion-insns=3" option + for ix86 targets. + * gcc.dg/ifcvt-5.c: New test. + +2016-01-11 Alexandre Oliva + + PR bootstrap/69123 + * g++.dg/pr69123.C: New. + +2016-01-11 Ilya Enkovich + + PR target/69010 + * gcc.target/i386/pr69010.c: New test. + +2016-01-11 Martin Jambor + + PR ipa/69044 + * gcc.target/i386/chkp-pr69044.c: New test. + +2016-01-11 Tom de Vries + + PR tree-optimization/69109 + * gcc.dg/autopar/pr69109-2.c: New test. + * gcc.dg/autopar/pr69109.c: New test. + +2016-01-11 Tom de Vries + + PR tree-optimization/69108 + * gcc.dg/autopar/pr69108.c: New test. + +2016-01-10 Patrick Palka + + PR c++/69029 + * c-c++-common/Wisleading-indentation.c: Augment test. + +2016-01-10 Thomas Koenig + + PR fortran/69154 + * gfortran.dg/inline_matmul_12.f90: New test. + +2016-01-10 Paul Thomas + + PR fortran/67779 + * gfortran.dg/actual_array_offset_1: New test. + +2016-01-10 Tom de Vries + + PR tree-optimization/69062 + * gcc.dg/autopar/pr69062.c: New test. + +2016-01-10 Thomas Schwinge + + * gcc.dg/vect/slp-perm-1.c: Fix scan-tree-dump syntax. + * gcc.dg/vect/slp-perm-2.c: Likewise. + * gcc.dg/vect/slp-perm-3.c: Likewise. + * gcc.dg/vect/slp-perm-5.c: Likewise. + * gcc.dg/vect/slp-perm-6.c: Likewise. + * gcc.dg/vect/slp-perm-7.c: Likewise. + * gcc.dg/vect/slp-perm-8.c: Likewise. + +2016-01-10 Tom de Vries + + PR tree-optimization/69039 + * gcc.dg/autopar/pr69039.c: New test. + +2016-01-09 Marek Polacek + + PR c++/69113 + * g++.dg/pr69113.C: New test. + +2016-01-09 Jakub Jelinek + + PR middle-end/50865 + PR tree-optimization/69097 + * gcc.c-torture/execute/pr50865.c: New test. + * gcc.c-torture/execute/pr69097-1.c: New test. + * gcc.c-torture/execute/pr69097-2.c: New test. + * gcc.dg/pr69097-1.c: New test. + * gcc.dg/pr69097-2.c: New test. + +2016-01-09 Jakub Jelinek + + PR c++/69164 + * g++.dg/opt/pr69164.C: New test. + +2016-01-08 Jakub Jelinek + + PR tree-optimization/69167 + * gcc.dg/pr69167.c: New test. + +2016-01-08 Marek Polacek + + PR c++/68449 + * g++.dg/pr68449.C: New. + +2016-01-08 Alan Lawrence + + PR tree-optimization/68707 + * lib/target-supports.exp (check_effective_target_vect_load_lanes): New. + * gcc.dg/vect/slp-perm-1.c: Look for vect_load_lanes instead of SLP + on platforms supporting it. + * gcc.dg/vect/slp-perm-2.c: Likewise. + * gcc.dg/vect/slp-perm-3.c: Likewise. + * gcc.dg/vect/slp-perm-5.c: Likewise. + * gcc.dg/vect/slp-perm-7.c: Likewise. + * gcc.dg/vect/slp-perm-8.c: Likewise. + * gcc.dg/vect/slp-perm-6.c: Look for vect_load_lanes in addition to SLP + on platforms supporting it. + +2016-01-08 Jakub Jelinek + + PR tree-optimization/69162 + * gcc.dg/pr69162.c: New test. + + PR tree-optimization/69172 + * gcc.dg/pr69172.c: New test. + +2016-01-08 Thomas Preud'homme + + PR tree-optimization/67781 + * gcc.c-torture/execute/pr67781.c: New file. + +2016-01-08 Jakub Jelinek + + PR tree-optimization/69083 + * gcc.dg/vect/pr69083.c: New test. + +2016-01-08 Sujoy Saraswati + + PR tree-optimization/61441 + * gcc.dg/pr61441.c: Restrict to linux and gnu targets. + Use -fexcess-precision=standard for compiler options. + Use fabs() only when __FLT_EVAL_METHOD__ == 0. + +2016-01-08 Jakub Jelinek + + PR fortran/69128 + * gfortran.dg/gomp/pr69128.f90: New test. + + PR c++/69145 + * g++.dg/ext/pr69145-1.C: New test. + * g++.dg/ext/pr69145-2-very-long-filename.cc: New file. + * g++.dg/ext/pr69145-2.h: New file. + +2016-01-07 Martin Sebor + + PR c/68966 + * gcc.dg/atomic-fetch-bool.c: New test. + * gcc.dg/sync-fetch-bool.c: New test. + +2016-01-07 H.J. Lu + + PR fortran/66680 + gfortran.dg/gomp/pr66680.f90: Moved to libgomp. + +2016-01-07 Nick Clifton + + PR target/66655 + * g++.dg/pr66655.C: New test. + * g++.dg/pr66655_1.cc: Test support file. + * g++.dg/pr66655.h: Test header file. + +2016-01-07 Dominique d'Humieres + + PR fortran/66680 + gfortran.dg/gomp/pr66680.f90: New test. + +2016-01-07 H.J. Lu + + PR target/69171 + * gcc.target/i386/pr69171-1.c: New test. + * gcc.target/i386/pr69171-2.c: Likewise. + * gcc.target/i386/pr69171-3.c: Likewise. + * gcc.target/i386/pr69171-4.c: Likewise. + * gcc.target/i386/pr69171-5.c: Likewise. + * gcc.target/i386/pr69171-6.c: Likewise. + +2015-12-15 Bernd Schmidt + + PR middle-end/67639 + * c-c++-common/pr67639.c: New test. + +2016-01-07 Jakub Jelinek + + PR tree-optimization/69141 + * g++.dg/opt/pr69141.C: New test. + +2016-01-06 Eric Botcazou + + * gcc.target/sparc/20151219-1.c: Skip in 64-bit mode. + +2016-01-06 Uros Bizjak + + PR target/69140 + * gcc.target/i386/pr69140.c: New test + +2016-01-06 David Malcolm + + * gcc.dg/bad-dereference.c: New test case. + +2015-01-06 Bill Schmidt + + * gcc.target/powerpc/p9-lxvx-stxvx-3.c: New test. + +2016-01-06 Andreas Schwab + + * gcc.dg/atomic-invalid-2.c: Remove duplicated content. + +2016-01-06 Marek Polacek + + PR sanitizer/69099 + * gcc.dg/ubsan/float-cast-overflow-atomic.c: New test. + +2016-01-05 Marek Polacek + + PR c/69104 + * gcc.dg/atomic-invalid-2.c: New. + +2016-01-05 H.J. Lu + + PR target/68991 + * gcc.target/i386/pr68991.c: New test. + +2016-01-05 H.J. Lu + + PR target/68991 + * g++.dg/pr68991-1.C: New test. + * g++.dg/pr68991-2.C: Likewise. + +2016-01-05 Sergei Trofimovich + + PR other/60465 + * gcc.target/ia64/pr60465-gprel64.c: New test. + * gcc.target/ia64/pr60465-gprel64-c37.c: New test. + +2016-01-05 Kyrylo Tkachov + + PR rtl-optimization/68651 + * gcc.target/aarch64/pr68651_1.c: New test. + +2016-01-05 David Malcolm + + PR c/69122 + * c-c++-common/Wmisleading-indentation.c (pr69122): New function. + +2016-01-05 Nathan Sidwell + + PR c++/58583 + * g++.dg/cpp0x/nsdmi-template14.C: Adjust test & errors. + + * gcc.dg/alias-15.c: New. + +2016-01-05 Nick Clifton + + PR target/68870 + * g++.dg/pr68770.C: New test. + +2016-01-04 Mike Stump + + * lib/target-supports.exp (check_effective_target_cilkplus): + cilkplus targets require pthreads. + (check_effective_target_cilkplus): Remove special case for NVPTX. + +2016-01-04 Michael Meissner + + * gcc.target/powerpc/p9-permute.c: New test for xxperm code + generation. + +2016-01-04 Jakub Jelinek + + Update copyright years. + +2016-01-04 Marek Polacek + + PR c/68908 + * gcc.dg/atomic/c11-atomic-exec-6.c: New test. + * gcc.dg/atomic/c11-atomic-exec-7.c: New test. + * gcc.dg/atomic/stdatomic-op-5.c: New test. + +2016-01-04 Eric Botcazou + + * gcc.target/sparc/20160104-2.c: New test. + +2016-01-04 Eric Botcazou + + * gcc.target/sparc/20160104-1.c: New test. + +2016-01-03 Paul Thomas + + PR fortran/65045 + * gfortran.dg/pr65045.f90: New test. + +2016-01-02 Eric Botcazou + + * gnat.dg/specs/debug1.ads: Delete. + +2016-01-01 Jerry DeLisle + + PR libgfortran/68867 + * gfortran.dg/default_format_denormal_2.f90: Fix the dg regular + expression. + +2016-01-01 Jerry DeLisle + + PR libgfortran/68867 + * gfortran.dg/default_format_denormal_2.f90: XFAIL for all + PowerPC. + +2016-01-01 Paul Thomas + + PR fortran/68864 + * gfortran.dg/pr68864.f90: New test. + +2016-01-01 Jakub Jelinek + + PR tree-optimization/69070 + * gcc.dg/pr69070.c: New test. + + PR sanitizer/69055 + * gfortran.dg/pr69055.f90: New test. + + PR target/69015 + * gcc.dg/pr69015.c: New test. + +Copyright (C) 2016 Free Software Foundation, Inc. + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. diff --git a/gcc/testsuite/README b/gcc/testsuite/README index e383c5299e94..1c99650f0aff 100644 --- a/gcc/testsuite/README +++ b/gcc/testsuite/README @@ -61,7 +61,7 @@ where testsuite directory. -Copyright (C) 1998-2016 Free Software Foundation, Inc. +Copyright (C) 1998-2017 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/gcc/testsuite/README.compat b/gcc/testsuite/README.compat index 2bac388031aa..90d8102df52c 100644 --- a/gcc/testsuite/README.compat +++ b/gcc/testsuite/README.compat @@ -85,7 +85,7 @@ Janis Johnson, October 2002 -Copyright (C) 2002-2016 Free Software Foundation, Inc. +Copyright (C) 2002-2017 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/gcc/testsuite/README.gcc b/gcc/testsuite/README.gcc index defc761c1682..b0840e8fb660 100644 --- a/gcc/testsuite/README.gcc +++ b/gcc/testsuite/README.gcc @@ -80,7 +80,7 @@ For execution tests, put them in execute. If a test does not fit into the torture framework, use the dg framework. -Copyright (C) 1997-2016 Free Software Foundation, Inc. +Copyright (C) 1997-2017 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/gcc/testsuite/config/default.exp b/gcc/testsuite/config/default.exp index 271b73ea31a4..2087a5e9be48 100644 --- a/gcc/testsuite/config/default.exp +++ b/gcc/testsuite/config/default.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2016 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/g++.dg/README b/gcc/testsuite/g++.dg/README index a5f27b5e334a..ec551d98cb6f 100644 --- a/gcc/testsuite/g++.dg/README +++ b/gcc/testsuite/g++.dg/README @@ -33,7 +33,7 @@ special Tests that need custom expect code to run them; see special/ecos.exp for an example. -Copyright (C) 2001-2016 Free Software Foundation, Inc. +Copyright (C) 2001-2017 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/gcc/testsuite/g++.dg/asan/asan.exp b/gcc/testsuite/g++.dg/asan/asan.exp index 8a4b89d7fd69..124c44e9e9ad 100644 --- a/gcc/testsuite/g++.dg/asan/asan.exp +++ b/gcc/testsuite/g++.dg/asan/asan.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2016 Free Software Foundation, Inc. +# Copyright (C) 2012-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/testsuite/g++.dg/bprob/bprob.exp b/gcc/testsuite/g++.dg/bprob/bprob.exp index 4818298c6406..94b6535a0594 100644 --- a/gcc/testsuite/g++.dg/bprob/bprob.exp +++ b/gcc/testsuite/g++.dg/bprob/bprob.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2016 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/g++.dg/charset/charset.exp b/gcc/testsuite/g++.dg/charset/charset.exp index 6bcc94877234..6296fe9d7a8a 100644 --- a/gcc/testsuite/g++.dg/charset/charset.exp +++ b/gcc/testsuite/g++.dg/charset/charset.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2016 Free Software Foundation, Inc. +# Copyright (C) 2004-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/g++.dg/cilk-plus/cilk-plus.exp b/gcc/testsuite/g++.dg/cilk-plus/cilk-plus.exp index 1e9f4af3a70b..bc6c18ee967a 100644 --- a/gcc/testsuite/g++.dg/cilk-plus/cilk-plus.exp +++ b/gcc/testsuite/g++.dg/cilk-plus/cilk-plus.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2016 Free Software Foundation, Inc. +# Copyright (C) 2013-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/g++.dg/compat/break/README b/gcc/testsuite/g++.dg/compat/break/README index 3726596b2240..d19334c71b36 100644 --- a/gcc/testsuite/g++.dg/compat/break/README +++ b/gcc/testsuite/g++.dg/compat/break/README @@ -11,7 +11,7 @@ ABI-compliant should also be covered by a test for -Wabi to ensure that there is a warning for the construct. -Copyright (C) 2002-2016 Free Software Foundation, Inc. +Copyright (C) 2002-2017 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/gcc/testsuite/g++.dg/compat/compat.exp b/gcc/testsuite/g++.dg/compat/compat.exp index 7c73b9dc741f..4d83f9278890 100644 --- a/gcc/testsuite/g++.dg/compat/compat.exp +++ b/gcc/testsuite/g++.dg/compat/compat.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2016 Free Software Foundation, Inc. +# Copyright (C) 2002-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/g++.dg/compat/struct-layout-1.exp b/gcc/testsuite/g++.dg/compat/struct-layout-1.exp index 1c64a136a70c..71e76189a1ad 100644 --- a/gcc/testsuite/g++.dg/compat/struct-layout-1.exp +++ b/gcc/testsuite/g++.dg/compat/struct-layout-1.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2016 Free Software Foundation, Inc. +# Copyright (C) 2002-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/g++.dg/debug/debug.exp b/gcc/testsuite/g++.dg/debug/debug.exp index 55ca07ff385f..dfa29897aa8e 100644 --- a/gcc/testsuite/g++.dg/debug/debug.exp +++ b/gcc/testsuite/g++.dg/debug/debug.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2016 Free Software Foundation, Inc. +# Copyright (C) 2002-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/g++.dg/debug/dwarf2/dwarf2.exp b/gcc/testsuite/g++.dg/debug/dwarf2/dwarf2.exp index 2861fa78df2a..061a740540d7 100644 --- a/gcc/testsuite/g++.dg/debug/dwarf2/dwarf2.exp +++ b/gcc/testsuite/g++.dg/debug/dwarf2/dwarf2.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2016 Free Software Foundation, Inc. +# Copyright (C) 2007-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/g++.dg/dfp/dfp.exp b/gcc/testsuite/g++.dg/dfp/dfp.exp index ee89c5ed06f0..870eb248ba8f 100644 --- a/gcc/testsuite/g++.dg/dfp/dfp.exp +++ b/gcc/testsuite/g++.dg/dfp/dfp.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2016 Free Software Foundation, Inc. +# Copyright (C) 2005-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/g++.dg/dg.exp b/gcc/testsuite/g++.dg/dg.exp index 39ba6c2f5028..d760087b2a82 100644 --- a/gcc/testsuite/g++.dg/dg.exp +++ b/gcc/testsuite/g++.dg/dg.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2000-2016 Free Software Foundation, Inc. +# Copyright (C) 2000-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/g++.dg/gcov/gcov.exp b/gcc/testsuite/g++.dg/gcov/gcov.exp index 8d49a11894dd..1d424c93f2c6 100644 --- a/gcc/testsuite/g++.dg/gcov/gcov.exp +++ b/gcc/testsuite/g++.dg/gcov/gcov.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2016 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/g++.dg/goacc-gomp/goacc-gomp.exp b/gcc/testsuite/g++.dg/goacc-gomp/goacc-gomp.exp index 8165e359756b..3d7245b99958 100644 --- a/gcc/testsuite/g++.dg/goacc-gomp/goacc-gomp.exp +++ b/gcc/testsuite/g++.dg/goacc-gomp/goacc-gomp.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2016 Free Software Foundation, Inc. +# Copyright (C) 2006-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/testsuite/g++.dg/goacc/goacc.exp b/gcc/testsuite/g++.dg/goacc/goacc.exp index 5a64f9859c59..1af1c3a4f76b 100644 --- a/gcc/testsuite/g++.dg/goacc/goacc.exp +++ b/gcc/testsuite/g++.dg/goacc/goacc.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2016 Free Software Foundation, Inc. +# Copyright (C) 2006-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/testsuite/g++.dg/gomp/gomp.exp b/gcc/testsuite/g++.dg/gomp/gomp.exp index d26596c8c041..a97fe793ac92 100644 --- a/gcc/testsuite/g++.dg/gomp/gomp.exp +++ b/gcc/testsuite/g++.dg/gomp/gomp.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2016 Free Software Foundation, Inc. +# Copyright (C) 2006-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/testsuite/g++.dg/graphite/graphite.exp b/gcc/testsuite/g++.dg/graphite/graphite.exp index 7cc07983c409..f12a2d1f953d 100644 --- a/gcc/testsuite/g++.dg/graphite/graphite.exp +++ b/gcc/testsuite/g++.dg/graphite/graphite.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/g++.dg/lto/lto.exp b/gcc/testsuite/g++.dg/lto/lto.exp index 48f094763815..f302a4dc30f6 100644 --- a/gcc/testsuite/g++.dg/lto/lto.exp +++ b/gcc/testsuite/g++.dg/lto/lto.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/g++.dg/pch/pch.exp b/gcc/testsuite/g++.dg/pch/pch.exp index ba73e02a7bf7..8ad2c222a516 100644 --- a/gcc/testsuite/g++.dg/pch/pch.exp +++ b/gcc/testsuite/g++.dg/pch/pch.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2016 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/g++.dg/plugin/plugin.exp b/gcc/testsuite/g++.dg/plugin/plugin.exp index 52476975547f..6a0c1aa504ca 100644 --- a/gcc/testsuite/g++.dg/plugin/plugin.exp +++ b/gcc/testsuite/g++.dg/plugin/plugin.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/g++.dg/simulate-thread/simulate-thread.exp b/gcc/testsuite/g++.dg/simulate-thread/simulate-thread.exp index 3df4f6004a71..c385756c8668 100644 --- a/gcc/testsuite/g++.dg/simulate-thread/simulate-thread.exp +++ b/gcc/testsuite/g++.dg/simulate-thread/simulate-thread.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2011-2016 Free Software Foundation, Inc. +# Copyright (C) 2011-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/g++.dg/special/ecos.exp b/gcc/testsuite/g++.dg/special/ecos.exp index 0ddd03d5af1e..9b7f5b455789 100644 --- a/gcc/testsuite/g++.dg/special/ecos.exp +++ b/gcc/testsuite/g++.dg/special/ecos.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1999-2016 Free Software Foundation, Inc. +# Copyright (C) 1999-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/g++.dg/tls/tls.exp b/gcc/testsuite/g++.dg/tls/tls.exp index 697a55c4a408..c19ae72cc83d 100644 --- a/gcc/testsuite/g++.dg/tls/tls.exp +++ b/gcc/testsuite/g++.dg/tls/tls.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2016 Free Software Foundation, Inc. +# Copyright (C) 2002-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/g++.dg/tm/tm.exp b/gcc/testsuite/g++.dg/tm/tm.exp index e60973671433..cc6e2353f941 100644 --- a/gcc/testsuite/g++.dg/tm/tm.exp +++ b/gcc/testsuite/g++.dg/tm/tm.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/g++.dg/torture/stackalign/stackalign.exp b/gcc/testsuite/g++.dg/torture/stackalign/stackalign.exp index 4c42c31c659d..fc5043642b53 100644 --- a/gcc/testsuite/g++.dg/torture/stackalign/stackalign.exp +++ b/gcc/testsuite/g++.dg/torture/stackalign/stackalign.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2008-2016 Free Software Foundation, Inc. +# Copyright (C) 2008-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/g++.dg/tree-prof/tree-prof.exp b/gcc/testsuite/g++.dg/tree-prof/tree-prof.exp index 26ee0b38cdb9..2be322f2001f 100644 --- a/gcc/testsuite/g++.dg/tree-prof/tree-prof.exp +++ b/gcc/testsuite/g++.dg/tree-prof/tree-prof.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2016 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/g++.dg/tsan/tsan.exp b/gcc/testsuite/g++.dg/tsan/tsan.exp index 06ddc5f8c088..84990b5d134a 100644 --- a/gcc/testsuite/g++.dg/tsan/tsan.exp +++ b/gcc/testsuite/g++.dg/tsan/tsan.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2016 Free Software Foundation, Inc. +# Copyright (C) 2013-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/testsuite/g++.dg/ubsan/ubsan.exp b/gcc/testsuite/g++.dg/ubsan/ubsan.exp index 5b6f1b42bd4d..b0a6954c965e 100644 --- a/gcc/testsuite/g++.dg/ubsan/ubsan.exp +++ b/gcc/testsuite/g++.dg/ubsan/ubsan.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2016 Free Software Foundation, Inc. +# Copyright (C) 2013-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/testsuite/g++.dg/vect/vect.exp b/gcc/testsuite/g++.dg/vect/vect.exp index f699082bf35d..0c065ad7f8d5 100644 --- a/gcc/testsuite/g++.dg/vect/vect.exp +++ b/gcc/testsuite/g++.dg/vect/vect.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2016 Free Software Foundation, Inc. +# Copyright (C) 2004-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/g++.old-deja/g++.brendan/README b/gcc/testsuite/g++.old-deja/g++.brendan/README index e4ce8785dc16..15875ff6d340 100644 --- a/gcc/testsuite/g++.old-deja/g++.brendan/README +++ b/gcc/testsuite/g++.old-deja/g++.brendan/README @@ -40,7 +40,7 @@ visibility - access control and visibility checking warnings - warning messages -Copyright (C) 1997-2016 Free Software Foundation, Inc. +Copyright (C) 1997-2017 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/gcc/testsuite/g++.old-deja/g++.robertl/README b/gcc/testsuite/g++.old-deja/g++.robertl/README index 730f44b23ff6..835dbbbea1dc 100644 --- a/gcc/testsuite/g++.old-deja/g++.robertl/README +++ b/gcc/testsuite/g++.old-deja/g++.robertl/README @@ -18,7 +18,7 @@ We'll do better now. Robert Lipe -Copyright (C) 1998-2016 Free Software Foundation, Inc. +Copyright (C) 1998-2017 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/gcc/testsuite/g++.old-deja/old-deja.exp b/gcc/testsuite/g++.old-deja/old-deja.exp index a228e54755f9..84f15cabbc1f 100644 --- a/gcc/testsuite/g++.old-deja/old-deja.exp +++ b/gcc/testsuite/g++.old-deja/old-deja.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1988-2016 Free Software Foundation, Inc. +# Copyright (C) 1988-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.c-torture/compile/compile.exp b/gcc/testsuite/gcc.c-torture/compile/compile.exp index 1c7b3dd80cf7..91d5133b3e73 100644 --- a/gcc/testsuite/gcc.c-torture/compile/compile.exp +++ b/gcc/testsuite/gcc.c-torture/compile/compile.exp @@ -1,5 +1,5 @@ # Expect driver script for GCC Regression Tests -# Copyright (C) 1993-2016 Free Software Foundation, Inc. +# Copyright (C) 1993-2017 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.c-torture/execute/builtins/builtins.exp b/gcc/testsuite/gcc.c-torture/execute/builtins/builtins.exp index a959b4a13dd9..ba16b09c41aa 100644 --- a/gcc/testsuite/gcc.c-torture/execute/builtins/builtins.exp +++ b/gcc/testsuite/gcc.c-torture/execute/builtins/builtins.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2016 Free Software Foundation, Inc. +# Copyright (C) 2003-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/testsuite/gcc.c-torture/execute/execute.exp b/gcc/testsuite/gcc.c-torture/execute/execute.exp index 6368bbd4938f..4eefcf4cde1e 100644 --- a/gcc/testsuite/gcc.c-torture/execute/execute.exp +++ b/gcc/testsuite/gcc.c-torture/execute/execute.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1991-2016 Free Software Foundation, Inc. +# Copyright (C) 1991-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp b/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp index 009984e66e2d..26247d6e5be0 100644 --- a/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp +++ b/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp @@ -1,6 +1,6 @@ # # Expect driver script for GCC Regression Tests -# Copyright (C) 1993-2016 Free Software Foundation, Inc. +# Copyright (C) 1993-2017 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.c-torture/unsorted/unsorted.exp b/gcc/testsuite/gcc.c-torture/unsorted/unsorted.exp index 95d9f22db9f4..f0c4532501cd 100644 --- a/gcc/testsuite/gcc.c-torture/unsorted/unsorted.exp +++ b/gcc/testsuite/gcc.c-torture/unsorted/unsorted.exp @@ -1,6 +1,6 @@ # # Expect driver script for GCC Regression Tests -# Copyright (C) 1993-2016 Free Software Foundation, Inc. +# Copyright (C) 1993-2017 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.dg/README b/gcc/testsuite/gcc.dg/README index 5d12c9167a99..4073ea01c4d6 100644 --- a/gcc/testsuite/gcc.dg/README +++ b/gcc/testsuite/gcc.dg/README @@ -16,7 +16,7 @@ Notes for testsuite/gcc.dg. 4) Send bugs, comments, etc. to dje@cygnus.com. -Copyright (C) 1997-2016 Free Software Foundation, Inc. +Copyright (C) 1997-2017 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/gcc/testsuite/gcc.dg/asan/asan.exp b/gcc/testsuite/gcc.dg/asan/asan.exp index a66e6194b73c..daceccdaac37 100644 --- a/gcc/testsuite/gcc.dg/asan/asan.exp +++ b/gcc/testsuite/gcc.dg/asan/asan.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2016 Free Software Foundation, Inc. +# Copyright (C) 2012-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/testsuite/gcc.dg/atomic/atomic.exp b/gcc/testsuite/gcc.dg/atomic/atomic.exp index 94079a7fc418..6935dec3f1ce 100644 --- a/gcc/testsuite/gcc.dg/atomic/atomic.exp +++ b/gcc/testsuite/gcc.dg/atomic/atomic.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2016 Free Software Foundation, Inc. +# Copyright (C) 2012-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/testsuite/gcc.dg/autopar/autopar.exp b/gcc/testsuite/gcc.dg/autopar/autopar.exp index d6c9fda86358..eef66a4ceb61 100644 --- a/gcc/testsuite/gcc.dg/autopar/autopar.exp +++ b/gcc/testsuite/gcc.dg/autopar/autopar.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2008-2016 Free Software Foundation, Inc. +# Copyright (C) 2008-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.dg/charset/charset.exp b/gcc/testsuite/gcc.dg/charset/charset.exp index 9a77bf23336a..c2b1a5fd3a00 100644 --- a/gcc/testsuite/gcc.dg/charset/charset.exp +++ b/gcc/testsuite/gcc.dg/charset/charset.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2016 Free Software Foundation, Inc. +# Copyright (C) 2004-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.dg/cilk-plus/cilk-plus.exp b/gcc/testsuite/gcc.dg/cilk-plus/cilk-plus.exp index fac975c6fc1c..447ed04f0285 100644 --- a/gcc/testsuite/gcc.dg/cilk-plus/cilk-plus.exp +++ b/gcc/testsuite/gcc.dg/cilk-plus/cilk-plus.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2016 Free Software Foundation, Inc. +# Copyright (C) 2013-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.dg/compat/compat.exp b/gcc/testsuite/gcc.dg/compat/compat.exp index e13e3289583c..39bdaa11ae6a 100644 --- a/gcc/testsuite/gcc.dg/compat/compat.exp +++ b/gcc/testsuite/gcc.dg/compat/compat.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2016 Free Software Foundation, Inc. +# Copyright (C) 2002-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.dg/compat/struct-layout-1.exp b/gcc/testsuite/gcc.dg/compat/struct-layout-1.exp index 2ee365756323..2afa605880f2 100644 --- a/gcc/testsuite/gcc.dg/compat/struct-layout-1.exp +++ b/gcc/testsuite/gcc.dg/compat/struct-layout-1.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2016 Free Software Foundation, Inc. +# Copyright (C) 2002-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.dg/cpp/assembl2.S b/gcc/testsuite/gcc.dg/cpp/assembl2.S index a0fa838a5c21..31b8dc6d597c 100644 --- a/gcc/testsuite/gcc.dg/cpp/assembl2.S +++ b/gcc/testsuite/gcc.dg/cpp/assembl2.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2000-2016 Free Software Foundation, Inc. */ +/* Copyright (C) 2000-2017 Free Software Foundation, Inc. */ /* { dg-do preprocess } */ diff --git a/gcc/testsuite/gcc.dg/cpp/cpp.exp b/gcc/testsuite/gcc.dg/cpp/cpp.exp index f3f2ecd12206..e59fd25671e6 100644 --- a/gcc/testsuite/gcc.dg/cpp/cpp.exp +++ b/gcc/testsuite/gcc.dg/cpp/cpp.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2016 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.dg/cpp/trad/trad.exp b/gcc/testsuite/gcc.dg/cpp/trad/trad.exp index 62ac213c3da5..a9c77ac8fc56 100644 --- a/gcc/testsuite/gcc.dg/cpp/trad/trad.exp +++ b/gcc/testsuite/gcc.dg/cpp/trad/trad.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2016 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.dg/debug/debug.exp b/gcc/testsuite/gcc.dg/debug/debug.exp index 295901cd9e9c..d0d3546113d1 100644 --- a/gcc/testsuite/gcc.dg/debug/debug.exp +++ b/gcc/testsuite/gcc.dg/debug/debug.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2016 Free Software Foundation, Inc. +# Copyright (C) 2002-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.dg/debug/dwarf2/dwarf2.exp b/gcc/testsuite/gcc.dg/debug/dwarf2/dwarf2.exp index 12846b95b4b4..33871f716ffc 100644 --- a/gcc/testsuite/gcc.dg/debug/dwarf2/dwarf2.exp +++ b/gcc/testsuite/gcc.dg/debug/dwarf2/dwarf2.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2016 Free Software Foundation, Inc. +# Copyright (C) 2002-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.dg/dfp/dfp.exp b/gcc/testsuite/gcc.dg/dfp/dfp.exp index 2a729513e665..7046b1ca3a86 100644 --- a/gcc/testsuite/gcc.dg/dfp/dfp.exp +++ b/gcc/testsuite/gcc.dg/dfp/dfp.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2016 Free Software Foundation, Inc. +# Copyright (C) 2005-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.dg/dg.exp b/gcc/testsuite/gcc.dg/dg.exp index 825c689d355f..0b18432ba3b2 100644 --- a/gcc/testsuite/gcc.dg/dg.exp +++ b/gcc/testsuite/gcc.dg/dg.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2016 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.dg/fixed-point/fixed-point.exp b/gcc/testsuite/gcc.dg/fixed-point/fixed-point.exp index 4818536de565..e89dadcd3ad1 100644 --- a/gcc/testsuite/gcc.dg/fixed-point/fixed-point.exp +++ b/gcc/testsuite/gcc.dg/fixed-point/fixed-point.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2016 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.dg/format/format.exp b/gcc/testsuite/gcc.dg/format/format.exp index c6b352e217ea..3185d6eda194 100644 --- a/gcc/testsuite/gcc.dg/format/format.exp +++ b/gcc/testsuite/gcc.dg/format/format.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2016 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.dg/goacc-gomp/goacc-gomp.exp b/gcc/testsuite/gcc.dg/goacc-gomp/goacc-gomp.exp index 9b3bf0dd93dd..e9574db4340a 100644 --- a/gcc/testsuite/gcc.dg/goacc-gomp/goacc-gomp.exp +++ b/gcc/testsuite/gcc.dg/goacc-gomp/goacc-gomp.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2016 Free Software Foundation, Inc. +# Copyright (C) 2006-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/testsuite/gcc.dg/goacc/goacc.exp b/gcc/testsuite/gcc.dg/goacc/goacc.exp index 47e8e11d203d..112fd72f683c 100644 --- a/gcc/testsuite/gcc.dg/goacc/goacc.exp +++ b/gcc/testsuite/gcc.dg/goacc/goacc.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2016 Free Software Foundation, Inc. +# Copyright (C) 2006-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/testsuite/gcc.dg/gomp/gomp.exp b/gcc/testsuite/gcc.dg/gomp/gomp.exp index b6b5932c9f42..e0ae6f992a0a 100644 --- a/gcc/testsuite/gcc.dg/gomp/gomp.exp +++ b/gcc/testsuite/gcc.dg/gomp/gomp.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2016 Free Software Foundation, Inc. +# Copyright (C) 2006-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/testsuite/gcc.dg/graphite/graphite.exp b/gcc/testsuite/gcc.dg/graphite/graphite.exp index ac81e82f24d9..2499431503c2 100644 --- a/gcc/testsuite/gcc.dg/graphite/graphite.exp +++ b/gcc/testsuite/gcc.dg/graphite/graphite.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2016 Free Software Foundation, Inc. +# Copyright (C) 2006-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.dg/ipa/ipa.exp b/gcc/testsuite/gcc.dg/ipa/ipa.exp index fe3fe3ebaaa0..f62b985a7db1 100644 --- a/gcc/testsuite/gcc.dg/ipa/ipa.exp +++ b/gcc/testsuite/gcc.dg/ipa/ipa.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2016 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.dg/lto/lto.exp b/gcc/testsuite/gcc.dg/lto/lto.exp index f272ba663d9e..2fcbf8b60a55 100644 --- a/gcc/testsuite/gcc.dg/lto/lto.exp +++ b/gcc/testsuite/gcc.dg/lto/lto.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.dg/noncompile/noncompile.exp b/gcc/testsuite/gcc.dg/noncompile/noncompile.exp index 4021202a295e..e5659087a822 100644 --- a/gcc/testsuite/gcc.dg/noncompile/noncompile.exp +++ b/gcc/testsuite/gcc.dg/noncompile/noncompile.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2016 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.dg/params/params.exp b/gcc/testsuite/gcc.dg/params/params.exp index 2eb797eb51dc..0499a1c1ddd5 100644 --- a/gcc/testsuite/gcc.dg/params/params.exp +++ b/gcc/testsuite/gcc.dg/params/params.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2016 Free Software Foundation, Inc. +# Copyright (C) 2016-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/testsuite/gcc.dg/pch/pch.exp b/gcc/testsuite/gcc.dg/pch/pch.exp index 142f3d38bf1c..f721accb148b 100644 --- a/gcc/testsuite/gcc.dg/pch/pch.exp +++ b/gcc/testsuite/gcc.dg/pch/pch.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2016 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.dg/plugin/plugin.exp b/gcc/testsuite/gcc.dg/plugin/plugin.exp index eb15a66391e2..c7a3b4dbf2ff 100644 --- a/gcc/testsuite/gcc.dg/plugin/plugin.exp +++ b/gcc/testsuite/gcc.dg/plugin/plugin.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.dg/sancov/sancov.exp b/gcc/testsuite/gcc.dg/sancov/sancov.exp index b463204cd3a6..a39f59837d8b 100644 --- a/gcc/testsuite/gcc.dg/sancov/sancov.exp +++ b/gcc/testsuite/gcc.dg/sancov/sancov.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2016 Free Software Foundation, Inc. +# Copyright (C) 2015-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/testsuite/gcc.dg/simulate-thread/simulate-thread.exp b/gcc/testsuite/gcc.dg/simulate-thread/simulate-thread.exp index a30ab3a7c322..0750f553d9ed 100644 --- a/gcc/testsuite/gcc.dg/simulate-thread/simulate-thread.exp +++ b/gcc/testsuite/gcc.dg/simulate-thread/simulate-thread.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2011-2016 Free Software Foundation, Inc. +# Copyright (C) 2011-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.dg/special/mips-abi.exp b/gcc/testsuite/gcc.dg/special/mips-abi.exp index 9bfe4db4cc60..ff40776165fd 100644 --- a/gcc/testsuite/gcc.dg/special/mips-abi.exp +++ b/gcc/testsuite/gcc.dg/special/mips-abi.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2016 Free Software Foundation, Inc. +# Copyright (C) 2002-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.dg/special/special.exp b/gcc/testsuite/gcc.dg/special/special.exp index bd6991acf0df..22e62089b8a2 100644 --- a/gcc/testsuite/gcc.dg/special/special.exp +++ b/gcc/testsuite/gcc.dg/special/special.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2016 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.dg/sso/sso.exp b/gcc/testsuite/gcc.dg/sso/sso.exp index a6755344a534..84990c87fc3d 100644 --- a/gcc/testsuite/gcc.dg/sso/sso.exp +++ b/gcc/testsuite/gcc.dg/sso/sso.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2016 Free Software Foundation, Inc. +# Copyright (C) 2013-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.dg/tls/tls.exp b/gcc/testsuite/gcc.dg/tls/tls.exp index 8b188565cb25..10363328a05d 100644 --- a/gcc/testsuite/gcc.dg/tls/tls.exp +++ b/gcc/testsuite/gcc.dg/tls/tls.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2016 Free Software Foundation, Inc. +# Copyright (C) 2002-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.dg/tm/tm.exp b/gcc/testsuite/gcc.dg/tm/tm.exp index ff4ac455f699..77772e14270e 100644 --- a/gcc/testsuite/gcc.dg/tm/tm.exp +++ b/gcc/testsuite/gcc.dg/tm/tm.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.dg/torture/stackalign/stackalign.exp b/gcc/testsuite/gcc.dg/torture/stackalign/stackalign.exp index e7b3f5acd792..63d596853d63 100644 --- a/gcc/testsuite/gcc.dg/torture/stackalign/stackalign.exp +++ b/gcc/testsuite/gcc.dg/torture/stackalign/stackalign.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2008-2016 Free Software Foundation, Inc. +# Copyright (C) 2008-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.dg/torture/tls/tls.exp b/gcc/testsuite/gcc.dg/torture/tls/tls.exp index 19ef6367d236..db13d6b9a5df 100644 --- a/gcc/testsuite/gcc.dg/torture/tls/tls.exp +++ b/gcc/testsuite/gcc.dg/torture/tls/tls.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2016 Free Software Foundation, Inc. +# Copyright (C) 2010-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.dg/tree-prof/tree-prof.exp b/gcc/testsuite/gcc.dg/tree-prof/tree-prof.exp index aaccf191be9c..0a21f1799f44 100644 --- a/gcc/testsuite/gcc.dg/tree-prof/tree-prof.exp +++ b/gcc/testsuite/gcc.dg/tree-prof/tree-prof.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2016 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.dg/tree-ssa/tree-ssa.exp b/gcc/testsuite/gcc.dg/tree-ssa/tree-ssa.exp index ee641422ccb1..13dc7e25213c 100644 --- a/gcc/testsuite/gcc.dg/tree-ssa/tree-ssa.exp +++ b/gcc/testsuite/gcc.dg/tree-ssa/tree-ssa.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2016 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.dg/tsan/tsan.exp b/gcc/testsuite/gcc.dg/tsan/tsan.exp index e3f95f1a3839..2d7b183d79d1 100644 --- a/gcc/testsuite/gcc.dg/tsan/tsan.exp +++ b/gcc/testsuite/gcc.dg/tsan/tsan.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2016 Free Software Foundation, Inc. +# Copyright (C) 2013-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/testsuite/gcc.dg/ubsan/ubsan.exp b/gcc/testsuite/gcc.dg/ubsan/ubsan.exp index a55a3a41a553..df607e75f5da 100644 --- a/gcc/testsuite/gcc.dg/ubsan/ubsan.exp +++ b/gcc/testsuite/gcc.dg/ubsan/ubsan.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2016 Free Software Foundation, Inc. +# Copyright (C) 2013-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/testsuite/gcc.dg/vect/costmodel/i386/i386-costmodel-vect.exp b/gcc/testsuite/gcc.dg/vect/costmodel/i386/i386-costmodel-vect.exp index 93e31a6fc4a5..bda5d471f124 100644 --- a/gcc/testsuite/gcc.dg/vect/costmodel/i386/i386-costmodel-vect.exp +++ b/gcc/testsuite/gcc.dg/vect/costmodel/i386/i386-costmodel-vect.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2016 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.dg/vect/costmodel/ppc/ppc-costmodel-vect.exp b/gcc/testsuite/gcc.dg/vect/costmodel/ppc/ppc-costmodel-vect.exp index 3dff1c5fe938..bd580fd74f6c 100644 --- a/gcc/testsuite/gcc.dg/vect/costmodel/ppc/ppc-costmodel-vect.exp +++ b/gcc/testsuite/gcc.dg/vect/costmodel/ppc/ppc-costmodel-vect.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2016 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.dg/vect/costmodel/spu/spu-costmodel-vect.exp b/gcc/testsuite/gcc.dg/vect/costmodel/spu/spu-costmodel-vect.exp index 803eabae1682..66ac51efb5ad 100644 --- a/gcc/testsuite/gcc.dg/vect/costmodel/spu/spu-costmodel-vect.exp +++ b/gcc/testsuite/gcc.dg/vect/costmodel/spu/spu-costmodel-vect.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2016 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.dg/vect/costmodel/x86_64/x86_64-costmodel-vect.exp b/gcc/testsuite/gcc.dg/vect/costmodel/x86_64/x86_64-costmodel-vect.exp index c1f10842a8c2..3107ab789b6e 100644 --- a/gcc/testsuite/gcc.dg/vect/costmodel/x86_64/x86_64-costmodel-vect.exp +++ b/gcc/testsuite/gcc.dg/vect/costmodel/x86_64/x86_64-costmodel-vect.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2016 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.dg/vect/vect.exp b/gcc/testsuite/gcc.dg/vect/vect.exp index bbb9f5ca1bb5..a7ddabd34988 100644 --- a/gcc/testsuite/gcc.dg/vect/vect.exp +++ b/gcc/testsuite/gcc.dg/vect/vect.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2016 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.dg/vmx/vmx.exp b/gcc/testsuite/gcc.dg/vmx/vmx.exp index 6bf152a513ae..7fd54a745d31 100644 --- a/gcc/testsuite/gcc.dg/vmx/vmx.exp +++ b/gcc/testsuite/gcc.dg/vmx/vmx.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2016 Free Software Foundation, Inc. +# Copyright (C) 2004-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.dg/vxworks/vxworks.exp b/gcc/testsuite/gcc.dg/vxworks/vxworks.exp index 82f6e34c9891..151e04542379 100644 --- a/gcc/testsuite/gcc.dg/vxworks/vxworks.exp +++ b/gcc/testsuite/gcc.dg/vxworks/vxworks.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2016 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.dg/weak/weak.exp b/gcc/testsuite/gcc.dg/weak/weak.exp index e2e0ec67b2f9..8c24ac2dc805 100644 --- a/gcc/testsuite/gcc.dg/weak/weak.exp +++ b/gcc/testsuite/gcc.dg/weak/weak.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2016 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.misc-tests/acker1.exp b/gcc/testsuite/gcc.misc-tests/acker1.exp index 19dee174ab8b..3eb0de1432fa 100644 --- a/gcc/testsuite/gcc.misc-tests/acker1.exp +++ b/gcc/testsuite/gcc.misc-tests/acker1.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2016 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.misc-tests/arm-isr.exp b/gcc/testsuite/gcc.misc-tests/arm-isr.exp index 8cde43fd3a0d..74de221dea17 100644 --- a/gcc/testsuite/gcc.misc-tests/arm-isr.exp +++ b/gcc/testsuite/gcc.misc-tests/arm-isr.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2016 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.misc-tests/bprob.exp b/gcc/testsuite/gcc.misc-tests/bprob.exp index 132bfe3f3824..3b5fe9d09b3d 100644 --- a/gcc/testsuite/gcc.misc-tests/bprob.exp +++ b/gcc/testsuite/gcc.misc-tests/bprob.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2016 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.misc-tests/dectest.exp b/gcc/testsuite/gcc.misc-tests/dectest.exp index 89f5db2b8804..d924db85523f 100644 --- a/gcc/testsuite/gcc.misc-tests/dectest.exp +++ b/gcc/testsuite/gcc.misc-tests/dectest.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2016 Free Software Foundation, Inc. +# Copyright (C) 2005-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.misc-tests/dhry.exp b/gcc/testsuite/gcc.misc-tests/dhry.exp index 225bc1489781..f22f48e5e358 100644 --- a/gcc/testsuite/gcc.misc-tests/dhry.exp +++ b/gcc/testsuite/gcc.misc-tests/dhry.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2016 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.misc-tests/gcov.exp b/gcc/testsuite/gcc.misc-tests/gcov.exp index 5d2c23285bbd..b0274fa4836e 100644 --- a/gcc/testsuite/gcc.misc-tests/gcov.exp +++ b/gcc/testsuite/gcc.misc-tests/gcov.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2016 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.misc-tests/godump.exp b/gcc/testsuite/gcc.misc-tests/godump.exp index 59f445502ba5..246697ee8c95 100644 --- a/gcc/testsuite/gcc.misc-tests/godump.exp +++ b/gcc/testsuite/gcc.misc-tests/godump.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Free Software Foundation, Inc. +# Copyright (C) 2014-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.misc-tests/help.exp b/gcc/testsuite/gcc.misc-tests/help.exp index d884fa2f7512..145a0b71bab3 100644 --- a/gcc/testsuite/gcc.misc-tests/help.exp +++ b/gcc/testsuite/gcc.misc-tests/help.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2016 Free Software Foundation, Inc. +# Copyright (C) 2005-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.misc-tests/i386-prefetch.exp b/gcc/testsuite/gcc.misc-tests/i386-prefetch.exp index 0eea946779c9..a4d7cd80527e 100644 --- a/gcc/testsuite/gcc.misc-tests/i386-prefetch.exp +++ b/gcc/testsuite/gcc.misc-tests/i386-prefetch.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2016 Free Software Foundation, Inc. +# Copyright (C) 2002-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.misc-tests/linkage.exp b/gcc/testsuite/gcc.misc-tests/linkage.exp index 5dc4f282f85d..c23d16c040c6 100644 --- a/gcc/testsuite/gcc.misc-tests/linkage.exp +++ b/gcc/testsuite/gcc.misc-tests/linkage.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1988-2016 Free Software Foundation, Inc. +# Copyright (C) 1988-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.misc-tests/matrix1.exp b/gcc/testsuite/gcc.misc-tests/matrix1.exp index 812090ab57e7..a7881e05c900 100644 --- a/gcc/testsuite/gcc.misc-tests/matrix1.exp +++ b/gcc/testsuite/gcc.misc-tests/matrix1.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2016 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.misc-tests/mg-2.exp b/gcc/testsuite/gcc.misc-tests/mg-2.exp index 81c8030792de..078e3c120a3e 100644 --- a/gcc/testsuite/gcc.misc-tests/mg-2.exp +++ b/gcc/testsuite/gcc.misc-tests/mg-2.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2016 Free Software Foundation, Inc. +# Copyright (C) 2005-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.misc-tests/mg.exp b/gcc/testsuite/gcc.misc-tests/mg.exp index ec4ca908774c..c8106cdbce53 100644 --- a/gcc/testsuite/gcc.misc-tests/mg.exp +++ b/gcc/testsuite/gcc.misc-tests/mg.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2016 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.misc-tests/options.exp b/gcc/testsuite/gcc.misc-tests/options.exp index 83556bb4445c..52ea6741f2db 100644 --- a/gcc/testsuite/gcc.misc-tests/options.exp +++ b/gcc/testsuite/gcc.misc-tests/options.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2016 Free Software Foundation, Inc. +# Copyright (C) 2005-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.misc-tests/output.exp b/gcc/testsuite/gcc.misc-tests/output.exp index e71f48239e9f..1c28f01a7d63 100644 --- a/gcc/testsuite/gcc.misc-tests/output.exp +++ b/gcc/testsuite/gcc.misc-tests/output.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2016 Free Software Foundation, Inc. +# Copyright (C) 2005-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.misc-tests/sieve.exp b/gcc/testsuite/gcc.misc-tests/sieve.exp index 1a6c20965afc..b411d19db1f3 100644 --- a/gcc/testsuite/gcc.misc-tests/sieve.exp +++ b/gcc/testsuite/gcc.misc-tests/sieve.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2016 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.misc-tests/sort2.exp b/gcc/testsuite/gcc.misc-tests/sort2.exp index 27237d31c757..62a18aaf06b9 100644 --- a/gcc/testsuite/gcc.misc-tests/sort2.exp +++ b/gcc/testsuite/gcc.misc-tests/sort2.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2016 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.target/aarch64/aapcs64/aapcs64.exp b/gcc/testsuite/gcc.target/aarch64/aapcs64/aapcs64.exp index 9998d0bda23c..2bc80db27378 100644 --- a/gcc/testsuite/gcc.target/aarch64/aapcs64/aapcs64.exp +++ b/gcc/testsuite/gcc.target/aarch64/aapcs64/aapcs64.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # Contributed by ARM Ltd. # # This file is part of GCC. diff --git a/gcc/testsuite/gcc.target/aarch64/aarch64.exp b/gcc/testsuite/gcc.target/aarch64/aarch64.exp index b81d20e9bb4f..d8b41f721ba9 100644 --- a/gcc/testsuite/gcc.target/aarch64/aarch64.exp +++ b/gcc/testsuite/gcc.target/aarch64/aarch64.exp @@ -1,5 +1,5 @@ # Specific regression driver for AArch64. -# Copyright (C) 2009-2016 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # Contributed by ARM Ltd. # # This file is part of GCC. diff --git a/gcc/testsuite/gcc.target/aarch64/acle/acle.exp b/gcc/testsuite/gcc.target/aarch64/acle/acle.exp index bce38cb015d6..9f967492004e 100644 --- a/gcc/testsuite/gcc.target/aarch64/acle/acle.exp +++ b/gcc/testsuite/gcc.target/aarch64/acle/acle.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Free Software Foundation, Inc. +# Copyright (C) 2014-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/advsimd-intrinsics.exp b/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/advsimd-intrinsics.exp index e93b8d5cd5a7..92211a245191 100644 --- a/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/advsimd-intrinsics.exp +++ b/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/advsimd-intrinsics.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Free Software Foundation, Inc. +# Copyright (C) 2014-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.target/aarch64/fp16/fp16.exp b/gcc/testsuite/gcc.target/aarch64/fp16/fp16.exp index bcd9a6fc38f0..fc56ff0e54f4 100644 --- a/gcc/testsuite/gcc.target/aarch64/fp16/fp16.exp +++ b/gcc/testsuite/gcc.target/aarch64/fp16/fp16.exp @@ -1,5 +1,5 @@ # Tests of 16-bit floating point (__fp16), for both ARM and AArch64. -# Copyright (C) 2015-2016 Free Software Foundation, Inc. +# Copyright (C) 2015-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.target/aarch64/simd/simd.exp b/gcc/testsuite/gcc.target/aarch64/simd/simd.exp index 62d2a4f5d427..71b1e97fb49c 100644 --- a/gcc/testsuite/gcc.target/aarch64/simd/simd.exp +++ b/gcc/testsuite/gcc.target/aarch64/simd/simd.exp @@ -1,5 +1,5 @@ # Specific regression driver for AArch64 SIMD instructions. -# Copyright (C) 2014-2016 Free Software Foundation, Inc. +# Copyright (C) 2014-2017 Free Software Foundation, Inc. # Contributed by ARM Ltd. # # This file is part of GCC. diff --git a/gcc/testsuite/gcc.target/alpha/alpha.exp b/gcc/testsuite/gcc.target/alpha/alpha.exp index 51128798ca58..3b145be02e8d 100644 --- a/gcc/testsuite/gcc.target/alpha/alpha.exp +++ b/gcc/testsuite/gcc.target/alpha/alpha.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2016 Free Software Foundation, Inc. +# Copyright (C) 2005-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.target/arc/arc.exp b/gcc/testsuite/gcc.target/arc/arc.exp index 62583cd0321e..00b5c334cc16 100644 --- a/gcc/testsuite/gcc.target/arc/arc.exp +++ b/gcc/testsuite/gcc.target/arc/arc.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2016 Free Software Foundation, Inc. +# Copyright (C) 2007-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.target/arm/aapcs/aapcs.exp b/gcc/testsuite/gcc.target/arm/aapcs/aapcs.exp index d440fc0f0593..eca4c223e3d3 100644 --- a/gcc/testsuite/gcc.target/arm/aapcs/aapcs.exp +++ b/gcc/testsuite/gcc.target/arm/aapcs/aapcs.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2016 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.target/arm/acle/acle.exp b/gcc/testsuite/gcc.target/arm/acle/acle.exp index 91954bdff2f8..c05080ebf195 100644 --- a/gcc/testsuite/gcc.target/arm/acle/acle.exp +++ b/gcc/testsuite/gcc.target/arm/acle/acle.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2016 Free Software Foundation, Inc. +# Copyright (C) 2013-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.target/arm/arm.exp b/gcc/testsuite/gcc.target/arm/arm.exp index b627108428ce..46dc612ebd25 100644 --- a/gcc/testsuite/gcc.target/arm/arm.exp +++ b/gcc/testsuite/gcc.target/arm/arm.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2016 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.target/arm/cmse/cmse.exp b/gcc/testsuite/gcc.target/arm/cmse/cmse.exp index 66a8b7da005f..5b0f84bd07e6 100644 --- a/gcc/testsuite/gcc.target/arm/cmse/cmse.exp +++ b/gcc/testsuite/gcc.target/arm/cmse/cmse.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2016 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.target/arm/lto/lto.exp b/gcc/testsuite/gcc.target/arm/lto/lto.exp index 176a0113fcb1..78075b93689e 100644 --- a/gcc/testsuite/gcc.target/arm/lto/lto.exp +++ b/gcc/testsuite/gcc.target/arm/lto/lto.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.target/arm/pure-code/pure-code.exp b/gcc/testsuite/gcc.target/arm/pure-code/pure-code.exp index 418946009646..6a5dc552bf3c 100644 --- a/gcc/testsuite/gcc.target/arm/pure-code/pure-code.exp +++ b/gcc/testsuite/gcc.target/arm/pure-code/pure-code.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2016 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.target/arm/simd/simd.exp b/gcc/testsuite/gcc.target/arm/simd/simd.exp index d63ab7df6901..29123cac02a0 100644 --- a/gcc/testsuite/gcc.target/arm/simd/simd.exp +++ b/gcc/testsuite/gcc.target/arm/simd/simd.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2016 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.target/avr/avr.exp b/gcc/testsuite/gcc.target/avr/avr.exp index f58c97a80c8d..155def711691 100644 --- a/gcc/testsuite/gcc.target/avr/avr.exp +++ b/gcc/testsuite/gcc.target/avr/avr.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2008-2016 Free Software Foundation, Inc. +# Copyright (C) 2008-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.target/avr/mmcu/avr-mmcu.exp b/gcc/testsuite/gcc.target/avr/mmcu/avr-mmcu.exp index b1e3a9c5048d..443756fbd799 100644 --- a/gcc/testsuite/gcc.target/avr/mmcu/avr-mmcu.exp +++ b/gcc/testsuite/gcc.target/avr/mmcu/avr-mmcu.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2008-2016 Free Software Foundation, Inc. +# Copyright (C) 2008-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.target/avr/torture/avr-torture.exp b/gcc/testsuite/gcc.target/avr/torture/avr-torture.exp index c790248ff2e9..f901541aaeab 100644 --- a/gcc/testsuite/gcc.target/avr/torture/avr-torture.exp +++ b/gcc/testsuite/gcc.target/avr/torture/avr-torture.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2008-2016 Free Software Foundation, Inc. +# Copyright (C) 2008-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.target/bfin/bfin.exp b/gcc/testsuite/gcc.target/bfin/bfin.exp index 3d826fe5d6a7..2b2572045d9b 100644 --- a/gcc/testsuite/gcc.target/bfin/bfin.exp +++ b/gcc/testsuite/gcc.target/bfin/bfin.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2016 Free Software Foundation, Inc. +# Copyright (C) 2007-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.target/bfin/builtins/bfin-builtins.exp b/gcc/testsuite/gcc.target/bfin/builtins/bfin-builtins.exp index de753d76b730..d024bae1c30a 100644 --- a/gcc/testsuite/gcc.target/bfin/builtins/bfin-builtins.exp +++ b/gcc/testsuite/gcc.target/bfin/builtins/bfin-builtins.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.target/cris/cris.exp b/gcc/testsuite/gcc.target/cris/cris.exp index 817dd28ad6a7..b892bc386dfb 100644 --- a/gcc/testsuite/gcc.target/cris/cris.exp +++ b/gcc/testsuite/gcc.target/cris/cris.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2016 Free Software Foundation, Inc. +# Copyright (C) 2005-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.target/cris/torture/cris-torture.exp b/gcc/testsuite/gcc.target/cris/torture/cris-torture.exp index 573c30f65e50..0eb7f58bd808 100644 --- a/gcc/testsuite/gcc.target/cris/torture/cris-torture.exp +++ b/gcc/testsuite/gcc.target/cris/torture/cris-torture.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2016 Free Software Foundation, Inc. +# Copyright (C) 2005-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.target/epiphany/epiphany.exp b/gcc/testsuite/gcc.target/epiphany/epiphany.exp index 8e61cf6b75df..0b1a68d449f1 100644 --- a/gcc/testsuite/gcc.target/epiphany/epiphany.exp +++ b/gcc/testsuite/gcc.target/epiphany/epiphany.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2016 Free Software Foundation, Inc. +# Copyright (C) 2007-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.target/frv/frv.exp b/gcc/testsuite/gcc.target/frv/frv.exp index 9fd0865500f4..a2992427d6f5 100644 --- a/gcc/testsuite/gcc.target/frv/frv.exp +++ b/gcc/testsuite/gcc.target/frv/frv.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2016 Free Software Foundation, Inc. +# Copyright (C) 2004-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/testsuite/gcc.target/h8300/h8300.exp b/gcc/testsuite/gcc.target/h8300/h8300.exp index b8fd4d7c218e..aec8311e77ac 100644 --- a/gcc/testsuite/gcc.target/h8300/h8300.exp +++ b/gcc/testsuite/gcc.target/h8300/h8300.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2016 Free Software Foundation, Inc. +# Copyright (C) 2013-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.target/hppa/hppa.exp b/gcc/testsuite/gcc.target/hppa/hppa.exp index 9d492f5f742c..3dcdcb773143 100644 --- a/gcc/testsuite/gcc.target/hppa/hppa.exp +++ b/gcc/testsuite/gcc.target/hppa/hppa.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2016 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.target/i386/i386.exp b/gcc/testsuite/gcc.target/i386/i386.exp index 40572409c3dd..d06c0d93b447 100644 --- a/gcc/testsuite/gcc.target/i386/i386.exp +++ b/gcc/testsuite/gcc.target/i386/i386.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2016 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.target/i386/iamcu/abi-iamcu.exp b/gcc/testsuite/gcc.target/i386/iamcu/abi-iamcu.exp index dabaa883e5ac..ff80b863fbc1 100644 --- a/gcc/testsuite/gcc.target/i386/iamcu/abi-iamcu.exp +++ b/gcc/testsuite/gcc.target/i386/iamcu/abi-iamcu.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2016 Free Software Foundation, Inc. +# Copyright (C) 2015-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.target/i386/math-torture/math-torture.exp b/gcc/testsuite/gcc.target/i386/math-torture/math-torture.exp index 1a801c7ae203..aa49b11dbc0b 100644 --- a/gcc/testsuite/gcc.target/i386/math-torture/math-torture.exp +++ b/gcc/testsuite/gcc.target/i386/math-torture/math-torture.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2016 Free Software Foundation, Inc. +# Copyright (C) 2006-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/testsuite/gcc.target/i386/mpx/mpx.exp b/gcc/testsuite/gcc.target/i386/mpx/mpx.exp index fa6ad9dfcf2c..3108b47d773f 100644 --- a/gcc/testsuite/gcc.target/i386/mpx/mpx.exp +++ b/gcc/testsuite/gcc.target/i386/mpx/mpx.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Free Software Foundation, Inc. +# Copyright (C) 2014-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/testsuite/gcc.target/i386/stackalign/stackalign.exp b/gcc/testsuite/gcc.target/i386/stackalign/stackalign.exp index f1bc397254e2..6503e18f464f 100644 --- a/gcc/testsuite/gcc.target/i386/stackalign/stackalign.exp +++ b/gcc/testsuite/gcc.target/i386/stackalign/stackalign.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2008-2016 Free Software Foundation, Inc. +# Copyright (C) 2008-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.target/ia64/ia64.exp b/gcc/testsuite/gcc.target/ia64/ia64.exp index e2ca131d391c..edaf1e7d9b3f 100644 --- a/gcc/testsuite/gcc.target/ia64/ia64.exp +++ b/gcc/testsuite/gcc.target/ia64/ia64.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2016 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.target/m68k/m68k.exp b/gcc/testsuite/gcc.target/m68k/m68k.exp index 26e65b67f429..23b6088d54c0 100644 --- a/gcc/testsuite/gcc.target/m68k/m68k.exp +++ b/gcc/testsuite/gcc.target/m68k/m68k.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2016 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.target/microblaze/microblaze.exp b/gcc/testsuite/gcc.target/microblaze/microblaze.exp index c22f6a9abd12..c6e6c8a76975 100644 --- a/gcc/testsuite/gcc.target/microblaze/microblaze.exp +++ b/gcc/testsuite/gcc.target/microblaze/microblaze.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.target/mips/inter/mips16-inter.exp b/gcc/testsuite/gcc.target/mips/inter/mips16-inter.exp index d7e7f3b76356..24600a6db4dd 100644 --- a/gcc/testsuite/gcc.target/mips/inter/mips16-inter.exp +++ b/gcc/testsuite/gcc.target/mips/inter/mips16-inter.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2016 Free Software Foundation, Inc. +# Copyright (C) 2007-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/testsuite/gcc.target/mips/mips-nonpic/README b/gcc/testsuite/gcc.target/mips/mips-nonpic/README index fd0fe5515fb9..6b3179abf741 100644 --- a/gcc/testsuite/gcc.target/mips/mips-nonpic/README +++ b/gcc/testsuite/gcc.target/mips/mips-nonpic/README @@ -20,7 +20,7 @@ main-15.c address and call address taken only Neither (* But creating a PLT entr main-16.c address and call address and call PLT entry -Copyright (C) 2008-2016 Free Software Foundation, Inc. +Copyright (C) 2008-2017 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/gcc/testsuite/gcc.target/mips/mips-nonpic/mips-nonpic.exp b/gcc/testsuite/gcc.target/mips/mips-nonpic/mips-nonpic.exp index 15050c8c20ac..d7db7b3334cd 100644 --- a/gcc/testsuite/gcc.target/mips/mips-nonpic/mips-nonpic.exp +++ b/gcc/testsuite/gcc.target/mips/mips-nonpic/mips-nonpic.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2008-2016 Free Software Foundation, Inc. +# Copyright (C) 2008-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.target/mips/mips.exp b/gcc/testsuite/gcc.target/mips/mips.exp index d0f4037ec1c2..b2f4e1824cc8 100644 --- a/gcc/testsuite/gcc.target/mips/mips.exp +++ b/gcc/testsuite/gcc.target/mips/mips.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2016 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.target/msp430/msp430.exp b/gcc/testsuite/gcc.target/msp430/msp430.exp index deb2e250c9b6..e54d531dc0e7 100644 --- a/gcc/testsuite/gcc.target/msp430/msp430.exp +++ b/gcc/testsuite/gcc.target/msp430/msp430.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2016 Free Software Foundation, Inc. +# Copyright (C) 2015-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.target/nds32/nds32.exp b/gcc/testsuite/gcc.target/nds32/nds32.exp index 1c245f6dccfe..6248beda2309 100644 --- a/gcc/testsuite/gcc.target/nds32/nds32.exp +++ b/gcc/testsuite/gcc.target/nds32/nds32.exp @@ -1,5 +1,5 @@ # Target test cases of Andes NDS32 cpu for GNU compiler -# Copyright (C) 2012-2016 Free Software Foundation, Inc. +# Copyright (C) 2012-2017 Free Software Foundation, Inc. # Contributed by Andes Technology Corporation. # # This file is part of GCC. diff --git a/gcc/testsuite/gcc.target/nios2/nios2.exp b/gcc/testsuite/gcc.target/nios2/nios2.exp index 818a787bf7e3..8ff4881a3c74 100644 --- a/gcc/testsuite/gcc.target/nios2/nios2.exp +++ b/gcc/testsuite/gcc.target/nios2/nios2.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2016 Free Software Foundation, Inc. +# Copyright (C) 2012-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.target/nvptx/nvptx.exp b/gcc/testsuite/gcc.target/nvptx/nvptx.exp index 65a904c83453..cd475f850f76 100644 --- a/gcc/testsuite/gcc.target/nvptx/nvptx.exp +++ b/gcc/testsuite/gcc.target/nvptx/nvptx.exp @@ -1,5 +1,5 @@ # Specific regression driver for nvptx. -# Copyright (C) 2015-2016 Free Software Foundation, Inc. +# Copyright (C) 2015-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.target/powerpc/bfp/bfp.exp b/gcc/testsuite/gcc.target/powerpc/bfp/bfp.exp index fcce6961a11f..1537ea8016fb 100644 --- a/gcc/testsuite/gcc.target/powerpc/bfp/bfp.exp +++ b/gcc/testsuite/gcc.target/powerpc/bfp/bfp.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Free Software Foundation, Inc. +# Copyright (C) 2014-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/testsuite/gcc.target/powerpc/dfp/dfp.exp b/gcc/testsuite/gcc.target/powerpc/dfp/dfp.exp index 081946f7fbf2..575c51ac395a 100644 --- a/gcc/testsuite/gcc.target/powerpc/dfp/dfp.exp +++ b/gcc/testsuite/gcc.target/powerpc/dfp/dfp.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Free Software Foundation, Inc. +# Copyright (C) 2014-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/testsuite/gcc.target/powerpc/powerpc.exp b/gcc/testsuite/gcc.target/powerpc/powerpc.exp index 74df4001b519..5561d4f39d54 100644 --- a/gcc/testsuite/gcc.target/powerpc/powerpc.exp +++ b/gcc/testsuite/gcc.target/powerpc/powerpc.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2016 Free Software Foundation, Inc. +# Copyright (C) 2005-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.target/powerpc/vsu/vsu.exp b/gcc/testsuite/gcc.target/powerpc/vsu/vsu.exp index fcce6961a11f..1537ea8016fb 100644 --- a/gcc/testsuite/gcc.target/powerpc/vsu/vsu.exp +++ b/gcc/testsuite/gcc.target/powerpc/vsu/vsu.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Free Software Foundation, Inc. +# Copyright (C) 2014-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/testsuite/gcc.target/rl78/rl78.exp b/gcc/testsuite/gcc.target/rl78/rl78.exp index ae66530520ab..cb2450070e95 100644 --- a/gcc/testsuite/gcc.target/rl78/rl78.exp +++ b/gcc/testsuite/gcc.target/rl78/rl78.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2016 Free Software Foundation, Inc. +# Copyright (C) 2015-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.target/rx/rx.exp b/gcc/testsuite/gcc.target/rx/rx.exp index 7d6f6ee70817..0e2e40b339de 100644 --- a/gcc/testsuite/gcc.target/rx/rx.exp +++ b/gcc/testsuite/gcc.target/rx/rx.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2008-2016 Free Software Foundation, Inc. +# Copyright (C) 2008-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.target/s390/s390.exp b/gcc/testsuite/gcc.target/s390/s390.exp index d826dbaee130..c74d6597d589 100644 --- a/gcc/testsuite/gcc.target/s390/s390.exp +++ b/gcc/testsuite/gcc.target/s390/s390.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2016 Free Software Foundation, Inc. +# Copyright (C) 2007-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.target/sh/sh.exp b/gcc/testsuite/gcc.target/sh/sh.exp index 2b421f29846d..7308ce7d4493 100644 --- a/gcc/testsuite/gcc.target/sh/sh.exp +++ b/gcc/testsuite/gcc.target/sh/sh.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2016 Free Software Foundation, Inc. +# Copyright (C) 2007-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.target/sh/torture/sh-torture.exp b/gcc/testsuite/gcc.target/sh/torture/sh-torture.exp index 6d3766a29e46..6f77c672bad7 100644 --- a/gcc/testsuite/gcc.target/sh/torture/sh-torture.exp +++ b/gcc/testsuite/gcc.target/sh/torture/sh-torture.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2016 Free Software Foundation, Inc. +# Copyright (C) 2012-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.target/sparc/sparc.exp b/gcc/testsuite/gcc.target/sparc/sparc.exp index cec53cc63c77..71a4c40fa65f 100644 --- a/gcc/testsuite/gcc.target/sparc/sparc.exp +++ b/gcc/testsuite/gcc.target/sparc/sparc.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2016 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.target/spu/ea/ea.exp b/gcc/testsuite/gcc.target/spu/ea/ea.exp index 85c3e061bf71..e3b54b8ccea0 100644 --- a/gcc/testsuite/gcc.target/spu/ea/ea.exp +++ b/gcc/testsuite/gcc.target/spu/ea/ea.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2008-2016 Free Software Foundation, Inc. +# Copyright (C) 2008-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.target/spu/spu.exp b/gcc/testsuite/gcc.target/spu/spu.exp index a73d49d2db1b..d888381095d2 100644 --- a/gcc/testsuite/gcc.target/spu/spu.exp +++ b/gcc/testsuite/gcc.target/spu/spu.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2016 Free Software Foundation, Inc. +# Copyright (C) 2005-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.target/tic6x/builtins/c6x-builtins.exp b/gcc/testsuite/gcc.target/tic6x/builtins/c6x-builtins.exp index e4454992f715..a3e1b96ed9cf 100644 --- a/gcc/testsuite/gcc.target/tic6x/builtins/c6x-builtins.exp +++ b/gcc/testsuite/gcc.target/tic6x/builtins/c6x-builtins.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.target/tic6x/tic6x.exp b/gcc/testsuite/gcc.target/tic6x/tic6x.exp index e611127f3462..cd31efe2743d 100644 --- a/gcc/testsuite/gcc.target/tic6x/tic6x.exp +++ b/gcc/testsuite/gcc.target/tic6x/tic6x.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2016 Free Software Foundation, Inc. +# Copyright (C) 2010-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.target/vax/vax.exp b/gcc/testsuite/gcc.target/vax/vax.exp index 6892ba2afd04..826488b56fb7 100644 --- a/gcc/testsuite/gcc.target/vax/vax.exp +++ b/gcc/testsuite/gcc.target/vax/vax.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2016 Free Software Foundation, Inc. +# Copyright (C) 2013-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.target/visium/visium.exp b/gcc/testsuite/gcc.target/visium/visium.exp index 4a53f15e315e..2c496e4ae349 100644 --- a/gcc/testsuite/gcc.target/visium/visium.exp +++ b/gcc/testsuite/gcc.target/visium/visium.exp @@ -1,5 +1,5 @@ # Specific regression driver for Visium. -# Copyright (C) 2015-2016 Free Software Foundation, Inc. +# Copyright (C) 2015-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/testsuite/gcc.target/x86_64/abi/README.gcc b/gcc/testsuite/gcc.target/x86_64/abi/README.gcc index 520044e24213..3bb26130d1d6 100644 --- a/gcc/testsuite/gcc.target/x86_64/abi/README.gcc +++ b/gcc/testsuite/gcc.target/x86_64/abi/README.gcc @@ -18,7 +18,7 @@ The current maintainer is: matz@suse.de -Copyright (C) 2005-2016 Free Software Foundation, Inc. +Copyright (C) 2005-2017 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/gcc/testsuite/gcc.target/x86_64/abi/abi-x86_64.exp b/gcc/testsuite/gcc.target/x86_64/abi/abi-x86_64.exp index fd95ff39d9df..e35e1404290e 100644 --- a/gcc/testsuite/gcc.target/x86_64/abi/abi-x86_64.exp +++ b/gcc/testsuite/gcc.target/x86_64/abi/abi-x86_64.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2016 Free Software Foundation, Inc. +# Copyright (C) 2005-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.target/x86_64/abi/avx/abi-avx.exp b/gcc/testsuite/gcc.target/x86_64/abi/avx/abi-avx.exp index e79d1349416a..aeb27f3fba55 100644 --- a/gcc/testsuite/gcc.target/x86_64/abi/avx/abi-avx.exp +++ b/gcc/testsuite/gcc.target/x86_64/abi/avx/abi-avx.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.target/x86_64/abi/avx512f/abi-avx512f.exp b/gcc/testsuite/gcc.target/x86_64/abi/avx512f/abi-avx512f.exp index 62ac79b7ebf0..18e3fde01680 100644 --- a/gcc/testsuite/gcc.target/x86_64/abi/avx512f/abi-avx512f.exp +++ b/gcc/testsuite/gcc.target/x86_64/abi/avx512f/abi-avx512f.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.target/x86_64/abi/callabi/callabi.exp b/gcc/testsuite/gcc.target/x86_64/abi/callabi/callabi.exp index be3c186ed08a..d14d2b490e91 100644 --- a/gcc/testsuite/gcc.target/x86_64/abi/callabi/callabi.exp +++ b/gcc/testsuite/gcc.target/x86_64/abi/callabi/callabi.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.target/xstormy16/xstormy16.exp b/gcc/testsuite/gcc.target/xstormy16/xstormy16.exp index a0917c2c043c..d52e816ea1c4 100644 --- a/gcc/testsuite/gcc.target/xstormy16/xstormy16.exp +++ b/gcc/testsuite/gcc.target/xstormy16/xstormy16.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2016 Free Software Foundation, Inc. +# Copyright (C) 2004-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/testsuite/gcc.test-framework/README b/gcc/testsuite/gcc.test-framework/README index 63f3fec1ad2f..4e7ba09fc703 100644 --- a/gcc/testsuite/gcc.test-framework/README +++ b/gcc/testsuite/gcc.test-framework/README @@ -25,7 +25,7 @@ The awk script prints unexpected results followed by the number of tests that passed and failed. -Copyright (C) 2005-2016 Free Software Foundation, Inc. +Copyright (C) 2005-2017 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/gcc/testsuite/gcc.test-framework/gen_directive_tests b/gcc/testsuite/gcc.test-framework/gen_directive_tests index 8be47b4c40f9..59d97fe8f879 100755 --- a/gcc/testsuite/gcc.test-framework/gen_directive_tests +++ b/gcc/testsuite/gcc.test-framework/gen_directive_tests @@ -14,7 +14,7 @@ # This script has evolved and could be rewritten to be more compact. # # -# Copyright (C) 2004-2016 Free Software Foundation, Inc. +# Copyright (C) 2004-2017 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.test-framework/test-framework.awk b/gcc/testsuite/gcc.test-framework/test-framework.awk index 5f0cafc8e575..24b991d582fd 100644 --- a/gcc/testsuite/gcc.test-framework/test-framework.awk +++ b/gcc/testsuite/gcc.test-framework/test-framework.awk @@ -3,7 +3,7 @@ # of passing tests. # # -# Copyright (C) 2004-2016 Free Software Foundation, Inc. +# Copyright (C) 2004-2017 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gcc.test-framework/test-framework.exp b/gcc/testsuite/gcc.test-framework/test-framework.exp index 892dbfc5d95f..a3819a0e9fb6 100644 --- a/gcc/testsuite/gcc.test-framework/test-framework.exp +++ b/gcc/testsuite/gcc.test-framework/test-framework.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2016 Free Software Foundation, Inc. +# Copyright (C) 2002-2017 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gfortran.dg/coarray/caf.exp b/gcc/testsuite/gfortran.dg/coarray/caf.exp index 85cc33e0caf1..edac7dc981f0 100644 --- a/gcc/testsuite/gfortran.dg/coarray/caf.exp +++ b/gcc/testsuite/gfortran.dg/coarray/caf.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2011-2016 Free Software Foundation, Inc. +# Copyright (C) 2011-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gfortran.dg/debug/debug.exp b/gcc/testsuite/gfortran.dg/debug/debug.exp index 8128b80c86e7..85ab2ddb6d12 100644 --- a/gcc/testsuite/gfortran.dg/debug/debug.exp +++ b/gcc/testsuite/gfortran.dg/debug/debug.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2008-2016 Free Software Foundation, Inc. +# Copyright (C) 2008-2017 Free Software Foundation, Inc. # This file is part of GCC. # diff --git a/gcc/testsuite/gfortran.dg/dg.exp b/gcc/testsuite/gfortran.dg/dg.exp index 12bd6efd359d..82cbb210b92e 100644 --- a/gcc/testsuite/gfortran.dg/dg.exp +++ b/gcc/testsuite/gfortran.dg/dg.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2016 Free Software Foundation, Inc. +# Copyright (C) 2004-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gfortran.dg/g77/README b/gcc/testsuite/gfortran.dg/g77/README index 02044ea687d3..4ade7e91598b 100644 --- a/gcc/testsuite/gfortran.dg/g77/README +++ b/gcc/testsuite/gfortran.dg/g77/README @@ -201,7 +201,7 @@ check0.f Y select_no_compile.f Y -Copyright (C) 2004-2016 Free Software Foundation, Inc. +Copyright (C) 2004-2017 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/gcc/testsuite/gfortran.dg/goacc/goacc.exp b/gcc/testsuite/gfortran.dg/goacc/goacc.exp index eebeed690e62..b43d415f835f 100644 --- a/gcc/testsuite/gfortran.dg/goacc/goacc.exp +++ b/gcc/testsuite/gfortran.dg/goacc/goacc.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2016 Free Software Foundation, Inc. +# Copyright (C) 2005-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/testsuite/gfortran.dg/gomp/gomp.exp b/gcc/testsuite/gfortran.dg/gomp/gomp.exp index 1cd2e36cac09..52ad977fb59a 100644 --- a/gcc/testsuite/gfortran.dg/gomp/gomp.exp +++ b/gcc/testsuite/gfortran.dg/gomp/gomp.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2016 Free Software Foundation, Inc. +# Copyright (C) 2005-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/testsuite/gfortran.dg/graphite/graphite.exp b/gcc/testsuite/gfortran.dg/graphite/graphite.exp index f3f83ac5d665..35e00e6fb0a6 100644 --- a/gcc/testsuite/gfortran.dg/graphite/graphite.exp +++ b/gcc/testsuite/gfortran.dg/graphite/graphite.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2008-2016 Free Software Foundation, Inc. +# Copyright (C) 2008-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gfortran.dg/ieee/ieee.exp b/gcc/testsuite/gfortran.dg/ieee/ieee.exp index 8ca2c6920972..14741b768c53 100644 --- a/gcc/testsuite/gfortran.dg/ieee/ieee.exp +++ b/gcc/testsuite/gfortran.dg/ieee/ieee.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2016 Free Software Foundation, Inc. +# Copyright (C) 2013-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/testsuite/gfortran.dg/lto/lto.exp b/gcc/testsuite/gfortran.dg/lto/lto.exp index a79225c2acc7..0eaa83333192 100644 --- a/gcc/testsuite/gfortran.dg/lto/lto.exp +++ b/gcc/testsuite/gfortran.dg/lto/lto.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gfortran.dg/prof/prof.exp b/gcc/testsuite/gfortran.dg/prof/prof.exp index acc8ed05b490..5b0ed55c3c6c 100644 --- a/gcc/testsuite/gfortran.dg/prof/prof.exp +++ b/gcc/testsuite/gfortran.dg/prof/prof.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2016 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gfortran.dg/vect/vect.exp b/gcc/testsuite/gfortran.dg/vect/vect.exp index bd35a7c7c8ad..935298e16883 100644 --- a/gcc/testsuite/gfortran.dg/vect/vect.exp +++ b/gcc/testsuite/gfortran.dg/vect/vect.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2016 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gfortran.fortran-torture/compile/compile.exp b/gcc/testsuite/gfortran.fortran-torture/compile/compile.exp index a3f79882028d..10550e4f04df 100644 --- a/gcc/testsuite/gfortran.fortran-torture/compile/compile.exp +++ b/gcc/testsuite/gfortran.fortran-torture/compile/compile.exp @@ -1,5 +1,5 @@ # Expect driver script for GCC Regression Tests -# Copyright (C) 2003-2016 Free Software Foundation, Inc. +# Copyright (C) 2003-2017 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gfortran.fortran-torture/execute/execute.exp b/gcc/testsuite/gfortran.fortran-torture/execute/execute.exp index 1f3a71243a60..fab1be152a5e 100644 --- a/gcc/testsuite/gfortran.fortran-torture/execute/execute.exp +++ b/gcc/testsuite/gfortran.fortran-torture/execute/execute.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2016 Free Software Foundation, Inc. +# Copyright (C) 2003-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gnat.dg/dg.exp b/gcc/testsuite/gnat.dg/dg.exp index 10699af560ac..228c71e85bb8 100644 --- a/gcc/testsuite/gnat.dg/dg.exp +++ b/gcc/testsuite/gnat.dg/dg.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2016 Free Software Foundation, Inc. +# Copyright (C) 2006-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gnat.dg/specs/specs.exp b/gcc/testsuite/gnat.dg/specs/specs.exp index 81d7c3bc6ec0..bd3ecbdaed7d 100644 --- a/gcc/testsuite/gnat.dg/specs/specs.exp +++ b/gcc/testsuite/gnat.dg/specs/specs.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2016 Free Software Foundation, Inc. +# Copyright (C) 2006-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/gnat.dg/sso/sso.exp b/gcc/testsuite/gnat.dg/sso/sso.exp index 6ab2d9e8b4ff..c3e59304f2ec 100644 --- a/gcc/testsuite/gnat.dg/sso/sso.exp +++ b/gcc/testsuite/gnat.dg/sso/sso.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2016 Free Software Foundation, Inc. +# Copyright (C) 2013-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/go.dg/dg.exp b/gcc/testsuite/go.dg/dg.exp index fb0166d52d0f..c28245173f7e 100644 --- a/gcc/testsuite/go.dg/dg.exp +++ b/gcc/testsuite/go.dg/dg.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/go.go-torture/execute/execute.exp b/gcc/testsuite/go.go-torture/execute/execute.exp index 9b9c90df4991..79eff195fedb 100644 --- a/gcc/testsuite/go.go-torture/execute/execute.exp +++ b/gcc/testsuite/go.go-torture/execute/execute.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/go.test/go-test.exp b/gcc/testsuite/go.test/go-test.exp index e867051c9ef9..5f6ef299e55c 100644 --- a/gcc/testsuite/go.test/go-test.exp +++ b/gcc/testsuite/go.test/go-test.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # Written by Ian Lance Taylor . # This program is free software; you can redistribute it and/or modify diff --git a/gcc/testsuite/lib/asan-dg.exp b/gcc/testsuite/lib/asan-dg.exp index a1198c0f201f..88d9f785dd7b 100644 --- a/gcc/testsuite/lib/asan-dg.exp +++ b/gcc/testsuite/lib/asan-dg.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2016 Free Software Foundation, Inc. +# Copyright (C) 2012-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/lib/atomic-dg.exp b/gcc/testsuite/lib/atomic-dg.exp index 8efe085ae417..eb3669f9d681 100644 --- a/gcc/testsuite/lib/atomic-dg.exp +++ b/gcc/testsuite/lib/atomic-dg.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2016 Free Software Foundation, Inc. +# Copyright (C) 2013-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/lib/c-compat.exp b/gcc/testsuite/lib/c-compat.exp index 5528d1397356..92573b8df6ce 100644 --- a/gcc/testsuite/lib/c-compat.exp +++ b/gcc/testsuite/lib/c-compat.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2016 Free Software Foundation, Inc. +# Copyright (C) 2002-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/lib/c-torture.exp b/gcc/testsuite/lib/c-torture.exp index dd43a43d4d0b..8d470418f3d3 100644 --- a/gcc/testsuite/lib/c-torture.exp +++ b/gcc/testsuite/lib/c-torture.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1992-2016 Free Software Foundation, Inc. +# Copyright (C) 1992-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/lib/cilk-plus-dg.exp b/gcc/testsuite/lib/cilk-plus-dg.exp index 73b3d502ec37..04b4f2184315 100644 --- a/gcc/testsuite/lib/cilk-plus-dg.exp +++ b/gcc/testsuite/lib/cilk-plus-dg.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Free Software Foundation, Inc. +# Copyright (C) 2014-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/lib/clearcap.exp b/gcc/testsuite/lib/clearcap.exp index cab1825293c8..0d18ba50ed28 100644 --- a/gcc/testsuite/lib/clearcap.exp +++ b/gcc/testsuite/lib/clearcap.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Free Software Foundation, Inc. +# Copyright (C) 2014-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/lib/compat.exp b/gcc/testsuite/lib/compat.exp index 63d78cc9dfe7..0ead0ac73a46 100644 --- a/gcc/testsuite/lib/compat.exp +++ b/gcc/testsuite/lib/compat.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2016 Free Software Foundation, Inc. +# Copyright (C) 2002-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/lib/copy-file.exp b/gcc/testsuite/lib/copy-file.exp index daff86820de7..69c0a8090317 100644 --- a/gcc/testsuite/lib/copy-file.exp +++ b/gcc/testsuite/lib/copy-file.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2016 Free Software Foundation, Inc. +# Copyright (C) 2003-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/lib/dejapatches.exp b/gcc/testsuite/lib/dejapatches.exp index acb4198c86a9..d6ee97474cc9 100644 --- a/gcc/testsuite/lib/dejapatches.exp +++ b/gcc/testsuite/lib/dejapatches.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2008-2016 Free Software Foundation, Inc. +# Copyright (C) 2008-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/lib/dg-pch.exp b/gcc/testsuite/lib/dg-pch.exp index 534575731877..cfe875e7c42c 100644 --- a/gcc/testsuite/lib/dg-pch.exp +++ b/gcc/testsuite/lib/dg-pch.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2016 Free Software Foundation, Inc. +# Copyright (C) 2003-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/lib/file-format.exp b/gcc/testsuite/lib/file-format.exp index 47fcd9e8e1e4..0b39878d8e46 100644 --- a/gcc/testsuite/lib/file-format.exp +++ b/gcc/testsuite/lib/file-format.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1999-2016 Free Software Foundation, Inc. +# Copyright (C) 1999-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/lib/fortran-modules.exp b/gcc/testsuite/lib/fortran-modules.exp index 424becbb7bb6..7bfc0025a8ae 100644 --- a/gcc/testsuite/lib/fortran-modules.exp +++ b/gcc/testsuite/lib/fortran-modules.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2016 Free Software Foundation, Inc. +# Copyright (C) 2012-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/lib/fortran-torture.exp b/gcc/testsuite/lib/fortran-torture.exp index 8e99af86c60d..60cf5f5f18b5 100644 --- a/gcc/testsuite/lib/fortran-torture.exp +++ b/gcc/testsuite/lib/fortran-torture.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2016 Free Software Foundation, Inc. +# Copyright (C) 2003-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/lib/g++-dg.exp b/gcc/testsuite/lib/g++-dg.exp index 4f7d18a18c06..abd27947ccc1 100644 --- a/gcc/testsuite/lib/g++-dg.exp +++ b/gcc/testsuite/lib/g++-dg.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2016 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/lib/g++.exp b/gcc/testsuite/lib/g++.exp index aebd500f2ebe..3442abe344b3 100644 --- a/gcc/testsuite/lib/g++.exp +++ b/gcc/testsuite/lib/g++.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1992-2016 Free Software Foundation, Inc. +# Copyright (C) 1992-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/lib/gcc-defs.exp b/gcc/testsuite/lib/gcc-defs.exp index 1186e5ba1a35..d5fde7ce5e38 100644 --- a/gcc/testsuite/lib/gcc-defs.exp +++ b/gcc/testsuite/lib/gcc-defs.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2016 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/lib/gcc-dg.exp b/gcc/testsuite/lib/gcc-dg.exp index d9681b18ed15..9014a1d64a14 100644 --- a/gcc/testsuite/lib/gcc-dg.exp +++ b/gcc/testsuite/lib/gcc-dg.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2016 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/lib/gcc-gdb-test.exp b/gcc/testsuite/lib/gcc-gdb-test.exp index 9fd6d9f461eb..93bd701b7480 100644 --- a/gcc/testsuite/lib/gcc-gdb-test.exp +++ b/gcc/testsuite/lib/gcc-gdb-test.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/lib/gcc-simulate-thread.exp b/gcc/testsuite/lib/gcc-simulate-thread.exp index b33678ffcd3f..1675330b5fb0 100644 --- a/gcc/testsuite/lib/gcc-simulate-thread.exp +++ b/gcc/testsuite/lib/gcc-simulate-thread.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2011-2016 Free Software Foundation, Inc. +# Copyright (C) 2011-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/lib/gcc.exp b/gcc/testsuite/lib/gcc.exp index d387d58d0def..846e4e285f73 100644 --- a/gcc/testsuite/lib/gcc.exp +++ b/gcc/testsuite/lib/gcc.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1992-2016 Free Software Foundation, Inc. +# Copyright (C) 1992-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/lib/gcov.exp b/gcc/testsuite/lib/gcov.exp index 91f14e2bdc7a..632d50667a72 100644 --- a/gcc/testsuite/lib/gcov.exp +++ b/gcc/testsuite/lib/gcov.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2016 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/lib/gfortran-dg.exp b/gcc/testsuite/lib/gfortran-dg.exp index 6b7f98bfbe39..27b2a69b9e25 100644 --- a/gcc/testsuite/lib/gfortran-dg.exp +++ b/gcc/testsuite/lib/gfortran-dg.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2016 Free Software Foundation, Inc. +# Copyright (C) 2004-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/lib/gfortran.exp b/gcc/testsuite/lib/gfortran.exp index 66483911ea72..ea424a86bda5 100644 --- a/gcc/testsuite/lib/gfortran.exp +++ b/gcc/testsuite/lib/gfortran.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2016 Free Software Foundation, Inc. +# Copyright (C) 2003-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/lib/gnat-dg.exp b/gcc/testsuite/lib/gnat-dg.exp index b09d8e0ddbc0..d130e1ed9078 100644 --- a/gcc/testsuite/lib/gnat-dg.exp +++ b/gcc/testsuite/lib/gnat-dg.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2016 Free Software Foundation, Inc. +# Copyright (C) 2006-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/lib/gnat.exp b/gcc/testsuite/lib/gnat.exp index e07c1003c0d8..7e25b10d02cc 100644 --- a/gcc/testsuite/lib/gnat.exp +++ b/gcc/testsuite/lib/gnat.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2016 Free Software Foundation, Inc. +# Copyright (C) 2006-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/lib/go-dg.exp b/gcc/testsuite/lib/go-dg.exp index ece6fa10be90..3f5965af368d 100644 --- a/gcc/testsuite/lib/go-dg.exp +++ b/gcc/testsuite/lib/go-dg.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/lib/go-torture.exp b/gcc/testsuite/lib/go-torture.exp index 912cd83285aa..4fcada058155 100644 --- a/gcc/testsuite/lib/go-torture.exp +++ b/gcc/testsuite/lib/go-torture.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/lib/go.exp b/gcc/testsuite/lib/go.exp index cb237f30db3f..a73b93e2b148 100644 --- a/gcc/testsuite/lib/go.exp +++ b/gcc/testsuite/lib/go.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/lib/lto.exp b/gcc/testsuite/lib/lto.exp index 36e210959c10..477f6838f36a 100644 --- a/gcc/testsuite/lib/lto.exp +++ b/gcc/testsuite/lib/lto.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/lib/mike-g++.exp b/gcc/testsuite/lib/mike-g++.exp index 4b0283da6be5..50366463df26 100644 --- a/gcc/testsuite/lib/mike-g++.exp +++ b/gcc/testsuite/lib/mike-g++.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1988-2016 Free Software Foundation, Inc. +# Copyright (C) 1988-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/lib/mike-gcc.exp b/gcc/testsuite/lib/mike-gcc.exp index 4b31ce6566a2..4bd8805c6173 100644 --- a/gcc/testsuite/lib/mike-gcc.exp +++ b/gcc/testsuite/lib/mike-gcc.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1988-2016 Free Software Foundation, Inc. +# Copyright (C) 1988-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/lib/mpx-dg.exp b/gcc/testsuite/lib/mpx-dg.exp index b245c5f2199e..f5f4eca51154 100644 --- a/gcc/testsuite/lib/mpx-dg.exp +++ b/gcc/testsuite/lib/mpx-dg.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Free Software Foundation, Inc. +# Copyright (C) 2014-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/lib/multiline.exp b/gcc/testsuite/lib/multiline.exp index a2e963e555f1..cde9240fd7b8 100644 --- a/gcc/testsuite/lib/multiline.exp +++ b/gcc/testsuite/lib/multiline.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2016 Free Software Foundation, Inc. +# Copyright (C) 2015-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/lib/obj-c++-dg.exp b/gcc/testsuite/lib/obj-c++-dg.exp index c5f5d99d134d..5c8be1366da1 100644 --- a/gcc/testsuite/lib/obj-c++-dg.exp +++ b/gcc/testsuite/lib/obj-c++-dg.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2016 Free Software Foundation, Inc. +# Copyright (C) 2004-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/lib/obj-c++.exp b/gcc/testsuite/lib/obj-c++.exp index edb7006dd2b8..983b2c08ea96 100644 --- a/gcc/testsuite/lib/obj-c++.exp +++ b/gcc/testsuite/lib/obj-c++.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2016 Free Software Foundation, Inc. +# Copyright (C) 2004-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/lib/objc-dg.exp b/gcc/testsuite/lib/objc-dg.exp index a0f1245b1495..42d3da6d79c7 100644 --- a/gcc/testsuite/lib/objc-dg.exp +++ b/gcc/testsuite/lib/objc-dg.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2016 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/lib/objc-torture.exp b/gcc/testsuite/lib/objc-torture.exp index 253afdf3debb..497796726bcc 100644 --- a/gcc/testsuite/lib/objc-torture.exp +++ b/gcc/testsuite/lib/objc-torture.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1992-2016 Free Software Foundation, Inc. +# Copyright (C) 1992-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/lib/objc.exp b/gcc/testsuite/lib/objc.exp index 9990612158bf..65d18395c449 100644 --- a/gcc/testsuite/lib/objc.exp +++ b/gcc/testsuite/lib/objc.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1992-2016 Free Software Foundation, Inc. +# Copyright (C) 1992-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/lib/options.exp b/gcc/testsuite/lib/options.exp index 37ba4a01102c..ac69a0ecc9ae 100644 --- a/gcc/testsuite/lib/options.exp +++ b/gcc/testsuite/lib/options.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/lib/plugin-support.exp b/gcc/testsuite/lib/plugin-support.exp index 8c100f44181d..0754e84ab260 100644 --- a/gcc/testsuite/lib/plugin-support.exp +++ b/gcc/testsuite/lib/plugin-support.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/lib/profopt.exp b/gcc/testsuite/lib/profopt.exp index 7c3228ae3b27..77ffae0267f2 100644 --- a/gcc/testsuite/lib/profopt.exp +++ b/gcc/testsuite/lib/profopt.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2016 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/lib/prune.exp b/gcc/testsuite/lib/prune.exp index d3ff4930276a..afc1a696393f 100644 --- a/gcc/testsuite/lib/prune.exp +++ b/gcc/testsuite/lib/prune.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2016 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/lib/scanasm.exp b/gcc/testsuite/lib/scanasm.exp index 707f63bea24e..bab23e8e1656 100644 --- a/gcc/testsuite/lib/scanasm.exp +++ b/gcc/testsuite/lib/scanasm.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2000-2016 Free Software Foundation, Inc. +# Copyright (C) 2000-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/lib/scandump.exp b/gcc/testsuite/lib/scandump.exp index 89b3944c71b3..2e6eebfaf337 100644 --- a/gcc/testsuite/lib/scandump.exp +++ b/gcc/testsuite/lib/scandump.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2000-2016 Free Software Foundation, Inc. +# Copyright (C) 2000-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/lib/scanipa.exp b/gcc/testsuite/lib/scanipa.exp index a27749591486..1a014b7055a0 100644 --- a/gcc/testsuite/lib/scanipa.exp +++ b/gcc/testsuite/lib/scanipa.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2000-2016 Free Software Foundation, Inc. +# Copyright (C) 2000-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/lib/scanrtl.exp b/gcc/testsuite/lib/scanrtl.exp index a3b3d0aa0138..19eb15122b30 100644 --- a/gcc/testsuite/lib/scanrtl.exp +++ b/gcc/testsuite/lib/scanrtl.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2016 Free Software Foundation, Inc. +# Copyright (C) 2006-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/lib/scantree.exp b/gcc/testsuite/lib/scantree.exp index 4fb014ca29b6..6288662c5e15 100644 --- a/gcc/testsuite/lib/scantree.exp +++ b/gcc/testsuite/lib/scantree.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2000-2016 Free Software Foundation, Inc. +# Copyright (C) 2000-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/lib/target-libpath.exp b/gcc/testsuite/lib/target-libpath.exp index fd5733a00f76..9b3e201ed68e 100644 --- a/gcc/testsuite/lib/target-libpath.exp +++ b/gcc/testsuite/lib/target-libpath.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2016 Free Software Foundation, Inc. +# Copyright (C) 2004-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/lib/target-supports-dg.exp b/gcc/testsuite/lib/target-supports-dg.exp index dd52a62dad85..6400d6434094 100644 --- a/gcc/testsuite/lib/target-supports-dg.exp +++ b/gcc/testsuite/lib/target-supports-dg.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2016 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp index c3110dc3d72e..52744fc37eff 100644 --- a/gcc/testsuite/lib/target-supports.exp +++ b/gcc/testsuite/lib/target-supports.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1999-2016 Free Software Foundation, Inc. +# Copyright (C) 1999-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/lib/target-utils.exp b/gcc/testsuite/lib/target-utils.exp index 6e61bbaeddc2..d8fa62054b86 100644 --- a/gcc/testsuite/lib/target-utils.exp +++ b/gcc/testsuite/lib/target-utils.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Free Software Foundation, Inc. +# Copyright (C) 2014-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/lib/timeout-dg.exp b/gcc/testsuite/lib/timeout-dg.exp index 7972d56f9361..475d0fde1fbf 100644 --- a/gcc/testsuite/lib/timeout-dg.exp +++ b/gcc/testsuite/lib/timeout-dg.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2008-2016 Free Software Foundation, Inc. +# Copyright (C) 2008-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/lib/timeout.exp b/gcc/testsuite/lib/timeout.exp index cf0a8b6a019b..50c7b45aff8a 100644 --- a/gcc/testsuite/lib/timeout.exp +++ b/gcc/testsuite/lib/timeout.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2008-2016 Free Software Foundation, Inc. +# Copyright (C) 2008-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/lib/torture-options.exp b/gcc/testsuite/lib/torture-options.exp index d5ae486f2a69..5687c2306588 100644 --- a/gcc/testsuite/lib/torture-options.exp +++ b/gcc/testsuite/lib/torture-options.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2008-2016 Free Software Foundation, Inc. +# Copyright (C) 2008-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/lib/tsan-dg.exp b/gcc/testsuite/lib/tsan-dg.exp index 7ca10ab64f92..4625bff12ad6 100644 --- a/gcc/testsuite/lib/tsan-dg.exp +++ b/gcc/testsuite/lib/tsan-dg.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2016 Free Software Foundation, Inc. +# Copyright (C) 2013-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/lib/ubsan-dg.exp b/gcc/testsuite/lib/ubsan-dg.exp index 316421f283e9..07333a547b21 100644 --- a/gcc/testsuite/lib/ubsan-dg.exp +++ b/gcc/testsuite/lib/ubsan-dg.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2016 Free Software Foundation, Inc. +# Copyright (C) 2013-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/lib/wrapper.exp b/gcc/testsuite/lib/wrapper.exp index 181dd5b719cd..643690d18793 100644 --- a/gcc/testsuite/lib/wrapper.exp +++ b/gcc/testsuite/lib/wrapper.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2016 Free Software Foundation, Inc. +# Copyright (C) 2004-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/obj-c++.dg/attributes/attributes.exp b/gcc/testsuite/obj-c++.dg/attributes/attributes.exp index 573836179e9b..6e19d8c75c64 100644 --- a/gcc/testsuite/obj-c++.dg/attributes/attributes.exp +++ b/gcc/testsuite/obj-c++.dg/attributes/attributes.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2016 Free Software Foundation, Inc. +# Copyright (C) 2010-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/testsuite/obj-c++.dg/dg.exp b/gcc/testsuite/obj-c++.dg/dg.exp index 49bf6b7d4635..8e9778dff3f2 100644 --- a/gcc/testsuite/obj-c++.dg/dg.exp +++ b/gcc/testsuite/obj-c++.dg/dg.exp @@ -1,5 +1,5 @@ # GCC Objective-C++ testsuite that uses the `dg.exp' driver. -# Copyright (C) 2004-2016 Free Software Foundation, Inc. +# Copyright (C) 2004-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/obj-c++.dg/lto/lto.exp b/gcc/testsuite/obj-c++.dg/lto/lto.exp index 8b98ce94d7ed..7950c50d9203 100644 --- a/gcc/testsuite/obj-c++.dg/lto/lto.exp +++ b/gcc/testsuite/obj-c++.dg/lto/lto.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2016 Free Software Foundation, Inc. +# Copyright (C) 2010-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/obj-c++.dg/plugin/plugin.exp b/gcc/testsuite/obj-c++.dg/plugin/plugin.exp index 00288d5777de..92fd32339ed9 100644 --- a/gcc/testsuite/obj-c++.dg/plugin/plugin.exp +++ b/gcc/testsuite/obj-c++.dg/plugin/plugin.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/obj-c++.dg/property/property.exp b/gcc/testsuite/obj-c++.dg/property/property.exp index cd19fe521bf3..b4e560a29091 100644 --- a/gcc/testsuite/obj-c++.dg/property/property.exp +++ b/gcc/testsuite/obj-c++.dg/property/property.exp @@ -1,5 +1,5 @@ # GCC Objective-C++ testsuite that uses the `dg.exp' driver. -# Copyright (C) 2004-2016 Free Software Foundation, Inc. +# Copyright (C) 2004-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/obj-c++.dg/strings/strings.exp b/gcc/testsuite/obj-c++.dg/strings/strings.exp index a5041b81cb5c..8c545a789d69 100644 --- a/gcc/testsuite/obj-c++.dg/strings/strings.exp +++ b/gcc/testsuite/obj-c++.dg/strings/strings.exp @@ -1,6 +1,6 @@ # String tests that only need to run at default optimization. -# Copyright (C) 2010-2016 Free Software Foundation, Inc. +# Copyright (C) 2010-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/testsuite/obj-c++.dg/torture/strings/strings.exp b/gcc/testsuite/obj-c++.dg/torture/strings/strings.exp index a266c72e26c6..8e66d96ca0d6 100644 --- a/gcc/testsuite/obj-c++.dg/torture/strings/strings.exp +++ b/gcc/testsuite/obj-c++.dg/torture/strings/strings.exp @@ -1,6 +1,6 @@ # String tests that should be run at all optimization levels. -# Copyright (C) 2010-2016 Free Software Foundation, Inc. +# Copyright (C) 2010-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/testsuite/objc-obj-c++-shared/TestsuiteObject.m b/gcc/testsuite/objc-obj-c++-shared/TestsuiteObject.m index ef27a571dc21..c4ad9e6c8ddd 100644 --- a/gcc/testsuite/objc-obj-c++-shared/TestsuiteObject.m +++ b/gcc/testsuite/objc-obj-c++-shared/TestsuiteObject.m @@ -1,5 +1,5 @@ /* Very simple root class for writing testcases. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Nicola Pero This file is part of GCC. diff --git a/gcc/testsuite/objc.dg/attributes/attributes.exp b/gcc/testsuite/objc.dg/attributes/attributes.exp index d7ef9ca5e0a3..502aa01864db 100644 --- a/gcc/testsuite/objc.dg/attributes/attributes.exp +++ b/gcc/testsuite/objc.dg/attributes/attributes.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2016 Free Software Foundation, Inc. +# Copyright (C) 2010-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/testsuite/objc.dg/dg.exp b/gcc/testsuite/objc.dg/dg.exp index d27b16fd5ad1..5becb0c63b86 100644 --- a/gcc/testsuite/objc.dg/dg.exp +++ b/gcc/testsuite/objc.dg/dg.exp @@ -1,5 +1,5 @@ # GCC Objective-C testsuite that uses the `dg.exp' driver. -# Copyright (C) 1997-2016 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/objc.dg/gnu-encoding/gnu-encoding.exp b/gcc/testsuite/objc.dg/gnu-encoding/gnu-encoding.exp index 5a26bf9ed6a1..7e21e9c8c281 100644 --- a/gcc/testsuite/objc.dg/gnu-encoding/gnu-encoding.exp +++ b/gcc/testsuite/objc.dg/gnu-encoding/gnu-encoding.exp @@ -1,5 +1,5 @@ # GCC Objective-C testsuite that uses the `dg.exp' driver. -# Copyright (C) 1997-2016 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/objc.dg/lto/lto.exp b/gcc/testsuite/objc.dg/lto/lto.exp index 6bb101e95862..7f5aeac4be86 100644 --- a/gcc/testsuite/objc.dg/lto/lto.exp +++ b/gcc/testsuite/objc.dg/lto/lto.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2016 Free Software Foundation, Inc. +# Copyright (C) 2010-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/objc.dg/pch/pch.exp b/gcc/testsuite/objc.dg/pch/pch.exp index 064e1862d0e3..deefaaf8a1aa 100644 --- a/gcc/testsuite/objc.dg/pch/pch.exp +++ b/gcc/testsuite/objc.dg/pch/pch.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2016 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/objc.dg/plugin/plugin.exp b/gcc/testsuite/objc.dg/plugin/plugin.exp index 4cd253f821af..6600c9cf31e0 100644 --- a/gcc/testsuite/objc.dg/plugin/plugin.exp +++ b/gcc/testsuite/objc.dg/plugin/plugin.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/objc.dg/property/property.exp b/gcc/testsuite/objc.dg/property/property.exp index a4ecbfa10567..65ac841a1446 100644 --- a/gcc/testsuite/objc.dg/property/property.exp +++ b/gcc/testsuite/objc.dg/property/property.exp @@ -1,5 +1,5 @@ # GCC Objective-C testsuite that uses the `dg.exp' driver. -# Copyright (C) 1997-2016 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/objc.dg/special/special.exp b/gcc/testsuite/objc.dg/special/special.exp index 7d1cfefe9723..6a31b113fc39 100644 --- a/gcc/testsuite/objc.dg/special/special.exp +++ b/gcc/testsuite/objc.dg/special/special.exp @@ -1,5 +1,5 @@ # GCC Objective-C testsuite that uses the `dg.exp' driver. -# Copyright (C) 1997-2016 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/objc.dg/strings/strings.exp b/gcc/testsuite/objc.dg/strings/strings.exp index 2f9d236630a7..49a3a5879a2b 100644 --- a/gcc/testsuite/objc.dg/strings/strings.exp +++ b/gcc/testsuite/objc.dg/strings/strings.exp @@ -1,6 +1,6 @@ # String tests that only need to run at default optimization. -# Copyright (C) 2010-2016 Free Software Foundation, Inc. +# Copyright (C) 2010-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/gcc/testsuite/objc.dg/torture/strings/strings.exp b/gcc/testsuite/objc.dg/torture/strings/strings.exp index f6f9ab6645df..7ecd989e7f36 100644 --- a/gcc/testsuite/objc.dg/torture/strings/strings.exp +++ b/gcc/testsuite/objc.dg/torture/strings/strings.exp @@ -1,6 +1,6 @@ # String tests that should be run at all optimization levels. -# Copyright (C) 2010-2016 Free Software Foundation, Inc. +# Copyright (C) 2010-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/objc/compile/compile.exp b/gcc/testsuite/objc/compile/compile.exp index f1acf73a40b1..2c44b4fe332b 100644 --- a/gcc/testsuite/objc/compile/compile.exp +++ b/gcc/testsuite/objc/compile/compile.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1991-2016 Free Software Foundation, Inc. +# Copyright (C) 1991-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/objc/execute/exceptions/exceptions.exp b/gcc/testsuite/objc/execute/exceptions/exceptions.exp index 47130edadde9..ed2d973ce70e 100644 --- a/gcc/testsuite/objc/execute/exceptions/exceptions.exp +++ b/gcc/testsuite/objc/execute/exceptions/exceptions.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1991-2016 Free Software Foundation, Inc. +# Copyright (C) 1991-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/testsuite/objc/execute/execute.exp b/gcc/testsuite/objc/execute/execute.exp index 6e05651ceb9b..f9778955a0df 100644 --- a/gcc/testsuite/objc/execute/execute.exp +++ b/gcc/testsuite/objc/execute/execute.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1991-2016 Free Software Foundation, Inc. +# Copyright (C) 1991-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gcc/timevar.c b/gcc/timevar.c index 4c8ceaccc63e..54550be675ac 100644 --- a/gcc/timevar.c +++ b/gcc/timevar.c @@ -1,5 +1,5 @@ /* Timing variables for measuring compiler performance. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. Contributed by Alex Samuel This file is part of GCC. diff --git a/gcc/timevar.def b/gcc/timevar.def index f17ad8918881..51ec0357656b 100644 --- a/gcc/timevar.def +++ b/gcc/timevar.def @@ -1,6 +1,6 @@ /* This file contains the definitions for timing variables used to measure run-time performance of the compiler. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. Contributed by Alex Samuel This file is part of GCC. diff --git a/gcc/timevar.h b/gcc/timevar.h index 8ba7e5c057b9..b7f91d1ee28d 100644 --- a/gcc/timevar.h +++ b/gcc/timevar.h @@ -1,5 +1,5 @@ /* Timing variables for measuring compiler performance. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. Contributed by Alex Samuel This file is part of GCC. diff --git a/gcc/tlink.c b/gcc/tlink.c index 4e0ef2fe3160..a2a7db0a594f 100644 --- a/gcc/tlink.c +++ b/gcc/tlink.c @@ -1,7 +1,7 @@ /* Scan linker error messages for missing template instantiations and provide them. - Copyright (C) 1995-2016 Free Software Foundation, Inc. + Copyright (C) 1995-2017 Free Software Foundation, Inc. Contributed by Jason Merrill (jason@cygnus.com). This file is part of GCC. diff --git a/gcc/toplev.c b/gcc/toplev.c index 79d7a6fda1f6..c0f1a2df517c 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -1,5 +1,5 @@ /* Top level of GCC compilers (cc1, cc1plus, etc.) - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/toplev.h b/gcc/toplev.h index f62a172cc52e..2f6b587d2338 100644 --- a/gcc/toplev.h +++ b/gcc/toplev.h @@ -1,5 +1,5 @@ /* toplev.h - Various declarations for functions found in toplev.c - Copyright (C) 1998-2016 Free Software Foundation, Inc. + Copyright (C) 1998-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tracer.c b/gcc/tracer.c index 477d8b3d7a44..51d223c870a2 100644 --- a/gcc/tracer.c +++ b/gcc/tracer.c @@ -1,7 +1,7 @@ /* The tracer pass for the GNU compiler. Contributed by Jan Hubicka, SuSE Labs. Adapted to work on GIMPLE instead of RTL by Robert Kidd, UIUC. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tracer.h b/gcc/tracer.h index c3b3502d97d9..ca2117ba1a36 100644 --- a/gcc/tracer.h +++ b/gcc/tracer.h @@ -1,5 +1,5 @@ /* Header file for Tracer. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/trans-mem.c b/gcc/trans-mem.c index a82d3629c194..4e0478a35a78 100644 --- a/gcc/trans-mem.c +++ b/gcc/trans-mem.c @@ -1,5 +1,5 @@ /* Passes for transactional memory support. - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Richard Henderson and Aldy Hernandez . diff --git a/gcc/trans-mem.h b/gcc/trans-mem.h index 45d28193be18..5bf2e54d10c7 100644 --- a/gcc/trans-mem.h +++ b/gcc/trans-mem.h @@ -1,5 +1,5 @@ /* Miscellaneous transactional memory support definitions. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Richard Henderson and Aldy Hernandez . diff --git a/gcc/tree-affine.c b/gcc/tree-affine.c index 5c4b52101314..e620eea0195e 100644 --- a/gcc/tree-affine.c +++ b/gcc/tree-affine.c @@ -1,5 +1,5 @@ /* Operations with affine combinations of trees. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-affine.h b/gcc/tree-affine.h index 3f81c7ca67b8..b8eb8ccd0cb9 100644 --- a/gcc/tree-affine.h +++ b/gcc/tree-affine.h @@ -1,5 +1,5 @@ /* Operations with affine combinations of trees. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-call-cdce.c b/gcc/tree-call-cdce.c index 861834d36631..e66830449f39 100644 --- a/gcc/tree-call-cdce.c +++ b/gcc/tree-call-cdce.c @@ -1,5 +1,5 @@ /* Conditional Dead Call Elimination pass for the GNU compiler. - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Xinliang David Li This file is part of GCC. diff --git a/gcc/tree-cfg.c b/gcc/tree-cfg.c index d4a7db8f6ecf..315d0e16ed05 100644 --- a/gcc/tree-cfg.c +++ b/gcc/tree-cfg.c @@ -1,5 +1,5 @@ /* Control flow functions for trees. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. Contributed by Diego Novillo This file is part of GCC. diff --git a/gcc/tree-cfg.h b/gcc/tree-cfg.h index 3e2a1ee98da4..5582a62b0f5d 100644 --- a/gcc/tree-cfg.h +++ b/gcc/tree-cfg.h @@ -1,5 +1,5 @@ /* Data and Control Flow Analysis for Trees. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. Contributed by Diego Novillo This file is part of GCC. diff --git a/gcc/tree-cfgcleanup.c b/gcc/tree-cfgcleanup.c index 1f17d9a7f33d..7eb71724e92e 100644 --- a/gcc/tree-cfgcleanup.c +++ b/gcc/tree-cfgcleanup.c @@ -1,5 +1,5 @@ /* CFG cleanup for trees. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-cfgcleanup.h b/gcc/tree-cfgcleanup.h index 34205210a286..f64f7117038c 100644 --- a/gcc/tree-cfgcleanup.h +++ b/gcc/tree-cfgcleanup.h @@ -1,5 +1,5 @@ /* Header file for CFG cleanup for trees. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-chkp-opt.c b/gcc/tree-chkp-opt.c index 780b5acb7b76..6c84caee8ce7 100644 --- a/gcc/tree-chkp-opt.c +++ b/gcc/tree-chkp-opt.c @@ -1,5 +1,5 @@ /* Pointer Bounds Checker optimization pass. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. Contributed by Ilya Enkovich (ilya.enkovich@intel.com) This file is part of GCC. diff --git a/gcc/tree-chkp.c b/gcc/tree-chkp.c index 6c7862ca04f2..7eecbc8972db 100644 --- a/gcc/tree-chkp.c +++ b/gcc/tree-chkp.c @@ -1,5 +1,5 @@ /* Pointer Bounds Checker insrumentation pass. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. Contributed by Ilya Enkovich (ilya.enkovich@intel.com) This file is part of GCC. diff --git a/gcc/tree-chkp.h b/gcc/tree-chkp.h index 555616f5ab94..1411054ba1df 100644 --- a/gcc/tree-chkp.h +++ b/gcc/tree-chkp.h @@ -1,5 +1,5 @@ /* Declaration of interface functions of Pointer Bounds Checker. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-chrec.c b/gcc/tree-chrec.c index cefac2c5ae36..e9249623c456 100644 --- a/gcc/tree-chrec.c +++ b/gcc/tree-chrec.c @@ -1,5 +1,5 @@ /* Chains of recurrences. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Sebastian Pop This file is part of GCC. diff --git a/gcc/tree-chrec.h b/gcc/tree-chrec.h index 877330e92d4c..e980ec174527 100644 --- a/gcc/tree-chrec.h +++ b/gcc/tree-chrec.h @@ -1,5 +1,5 @@ /* Chains of recurrences. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Sebastian Pop This file is part of GCC. diff --git a/gcc/tree-complex.c b/gcc/tree-complex.c index 7668520aaa47..e0dd3d9922b0 100644 --- a/gcc/tree-complex.c +++ b/gcc/tree-complex.c @@ -1,5 +1,5 @@ /* Lower complex number operations to scalar operations. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-core.h b/gcc/tree-core.h index 59d771c17130..37a52c34f263 100644 --- a/gcc/tree-core.h +++ b/gcc/tree-core.h @@ -1,5 +1,5 @@ /* Core data structures for the 'tree' type. - Copyright (C) 1989-2016 Free Software Foundation, Inc. + Copyright (C) 1989-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-data-ref.c b/gcc/tree-data-ref.c index 3c28280171b9..2480f4e55617 100644 --- a/gcc/tree-data-ref.c +++ b/gcc/tree-data-ref.c @@ -1,5 +1,5 @@ /* Data references and dependences detectors. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Sebastian Pop This file is part of GCC. diff --git a/gcc/tree-data-ref.h b/gcc/tree-data-ref.h index 856dd58f3ad2..9003ea54a2d7 100644 --- a/gcc/tree-data-ref.h +++ b/gcc/tree-data-ref.h @@ -1,5 +1,5 @@ /* Data references and dependences detectors. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Sebastian Pop This file is part of GCC. diff --git a/gcc/tree-dfa.c b/gcc/tree-dfa.c index 0396febc7304..4f95682083b4 100644 --- a/gcc/tree-dfa.c +++ b/gcc/tree-dfa.c @@ -1,5 +1,5 @@ /* Data flow functions for trees. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. Contributed by Diego Novillo This file is part of GCC. diff --git a/gcc/tree-dfa.h b/gcc/tree-dfa.h index 08864cf470b7..fb1f53fac4d1 100644 --- a/gcc/tree-dfa.h +++ b/gcc/tree-dfa.h @@ -1,5 +1,5 @@ /* Header file for tree data flow functions. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-diagnostic.c b/gcc/tree-diagnostic.c index 8c9990fee6f2..7edea0e69a7f 100644 --- a/gcc/tree-diagnostic.c +++ b/gcc/tree-diagnostic.c @@ -1,7 +1,7 @@ /* Language-independent diagnostic subroutines for the GNU Compiler Collection that are only for use in the compilers proper and not the driver or other programs. - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-diagnostic.h b/gcc/tree-diagnostic.h index 9343c7ad5538..011094451976 100644 --- a/gcc/tree-diagnostic.h +++ b/gcc/tree-diagnostic.h @@ -1,7 +1,7 @@ /* Various declarations for language-independent diagnostics subroutines that are only for use in the compilers proper and not the driver or other programs. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-dump.c b/gcc/tree-dump.c index df47181f4312..d6c55eb432f8 100644 --- a/gcc/tree-dump.c +++ b/gcc/tree-dump.c @@ -1,5 +1,5 @@ /* Tree-dumping functionality for intermediate representation. - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. Written by Mark Mitchell This file is part of GCC. diff --git a/gcc/tree-dump.h b/gcc/tree-dump.h index 956cdc8ef604..c4df8f23757f 100644 --- a/gcc/tree-dump.h +++ b/gcc/tree-dump.h @@ -1,5 +1,5 @@ /* Tree-dumping functionality for intermediate representation. - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. Written by Mark Mitchell This file is part of GCC. diff --git a/gcc/tree-eh.c b/gcc/tree-eh.c index db721567a757..2be4312b8620 100644 --- a/gcc/tree-eh.c +++ b/gcc/tree-eh.c @@ -1,5 +1,5 @@ /* Exception handling semantics and decomposition for trees. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-eh.h b/gcc/tree-eh.h index d3895123ad92..2883628ec354 100644 --- a/gcc/tree-eh.h +++ b/gcc/tree-eh.h @@ -1,5 +1,5 @@ /* Header file for exception handling. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-emutls.c b/gcc/tree-emutls.c index 6cf49f962c8b..951e7d3f513b 100644 --- a/gcc/tree-emutls.c +++ b/gcc/tree-emutls.c @@ -1,5 +1,5 @@ /* Lower TLS operations to emulation functions. - Copyright (C) 2006-2016 Free Software Foundation, Inc. + Copyright (C) 2006-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-hash-traits.h b/gcc/tree-hash-traits.h index ed63453c6b12..01fda3c25ee3 100644 --- a/gcc/tree-hash-traits.h +++ b/gcc/tree-hash-traits.h @@ -1,5 +1,5 @@ /* Traits for hashing trees. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-hasher.h b/gcc/tree-hasher.h index e1856966b71d..2241830aa4de 100644 --- a/gcc/tree-hasher.h +++ b/gcc/tree-hasher.h @@ -1,5 +1,5 @@ /* Hash Table Helper for Trees - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Lawrence Crowl This file is part of GCC. diff --git a/gcc/tree-if-conv.c b/gcc/tree-if-conv.c index 5716deb7974c..032182ca2639 100644 --- a/gcc/tree-if-conv.c +++ b/gcc/tree-if-conv.c @@ -1,5 +1,5 @@ /* If-conversion for vectorizer. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Devang Patel This file is part of GCC. diff --git a/gcc/tree-if-conv.h b/gcc/tree-if-conv.h index 3a732c25bc7f..9a8d17d5d054 100644 --- a/gcc/tree-if-conv.h +++ b/gcc/tree-if-conv.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2016 Free Software Foundation, Inc. +/* Copyright (C) 2016-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-inline.c b/gcc/tree-inline.c index 0de0b89dbbfb..ac72039f12ad 100644 --- a/gcc/tree-inline.c +++ b/gcc/tree-inline.c @@ -1,5 +1,5 @@ /* Tree inlining. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. Contributed by Alexandre Oliva This file is part of GCC. diff --git a/gcc/tree-inline.h b/gcc/tree-inline.h index 9ca2a91f08f2..ecfae6b048e1 100644 --- a/gcc/tree-inline.h +++ b/gcc/tree-inline.h @@ -1,5 +1,5 @@ /* Tree inlining hooks and declarations. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. Contributed by Alexandre Oliva This file is part of GCC. diff --git a/gcc/tree-into-ssa.c b/gcc/tree-into-ssa.c index cf9c2a078e09..c7df237d57fe 100644 --- a/gcc/tree-into-ssa.c +++ b/gcc/tree-into-ssa.c @@ -1,5 +1,5 @@ /* Rewrite a program in Normal form into SSA. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. Contributed by Diego Novillo This file is part of GCC. diff --git a/gcc/tree-into-ssa.h b/gcc/tree-into-ssa.h index de8864a5cd00..65c146b306e5 100644 --- a/gcc/tree-into-ssa.h +++ b/gcc/tree-into-ssa.h @@ -1,5 +1,5 @@ /* Header file for normal form into SSA. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-iterator.c b/gcc/tree-iterator.c index 9f16cdc4f23d..c485413b5e50 100644 --- a/gcc/tree-iterator.c +++ b/gcc/tree-iterator.c @@ -1,5 +1,5 @@ /* Iterator routines for manipulating GENERIC and GIMPLE tree statements. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Andrew MacLeod This file is part of GCC. diff --git a/gcc/tree-iterator.h b/gcc/tree-iterator.h index 98204e40772a..4e71355f72a7 100644 --- a/gcc/tree-iterator.h +++ b/gcc/tree-iterator.h @@ -1,5 +1,5 @@ /* Iterator routines for manipulating GENERIC tree statement list. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Andrew MacLeod This file is part of GCC. diff --git a/gcc/tree-loop-distribution.c b/gcc/tree-loop-distribution.c index aabc11ab25c6..a38cf7e752b0 100644 --- a/gcc/tree-loop-distribution.c +++ b/gcc/tree-loop-distribution.c @@ -1,5 +1,5 @@ /* Loop distribution. - Copyright (C) 2006-2016 Free Software Foundation, Inc. + Copyright (C) 2006-2017 Free Software Foundation, Inc. Contributed by Georges-Andre Silber and Sebastian Pop . diff --git a/gcc/tree-nested.c b/gcc/tree-nested.c index 0c8bc6478e45..c005e7c735dc 100644 --- a/gcc/tree-nested.c +++ b/gcc/tree-nested.c @@ -1,5 +1,5 @@ /* Nested function decomposition for GIMPLE. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-nested.h b/gcc/tree-nested.h index f90cde55f8f6..10764020984a 100644 --- a/gcc/tree-nested.h +++ b/gcc/tree-nested.h @@ -1,5 +1,5 @@ /* Header file for Nested function decomposition for GIMPLE. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-nrv.c b/gcc/tree-nrv.c index 90d90af9d770..78b6c0e2c252 100644 --- a/gcc/tree-nrv.c +++ b/gcc/tree-nrv.c @@ -1,5 +1,5 @@ /* Language independent return value optimizations - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-object-size.c b/gcc/tree-object-size.c index f9c752198e0f..71ec7b287774 100644 --- a/gcc/tree-object-size.c +++ b/gcc/tree-object-size.c @@ -1,5 +1,5 @@ /* __builtin_object_size (ptr, object_size_type) computation - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Jakub Jelinek This file is part of GCC. diff --git a/gcc/tree-object-size.h b/gcc/tree-object-size.h index 38c3e0733276..500a83432926 100644 --- a/gcc/tree-object-size.h +++ b/gcc/tree-object-size.h @@ -1,5 +1,5 @@ /* Declarations for tree-object-size.c. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-outof-ssa.c b/gcc/tree-outof-ssa.c index 7a35c1e59d34..261a60f739d5 100644 --- a/gcc/tree-outof-ssa.c +++ b/gcc/tree-outof-ssa.c @@ -1,5 +1,5 @@ /* Convert a program in SSA form into Normal form. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Andrew Macleod This file is part of GCC. diff --git a/gcc/tree-outof-ssa.h b/gcc/tree-outof-ssa.h index 1923272a47be..e751a26f8486 100644 --- a/gcc/tree-outof-ssa.h +++ b/gcc/tree-outof-ssa.h @@ -1,5 +1,5 @@ /* Routines for expanding from SSA form to RTL. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-parloops.c b/gcc/tree-parloops.c index 238017a00310..5e37af2f2b18 100644 --- a/gcc/tree-parloops.c +++ b/gcc/tree-parloops.c @@ -1,5 +1,5 @@ /* Loop autoparallelization. - Copyright (C) 2006-2016 Free Software Foundation, Inc. + Copyright (C) 2006-2017 Free Software Foundation, Inc. Contributed by Sebastian Pop Zdenek Dvorak and Razya Ladelsky . diff --git a/gcc/tree-parloops.h b/gcc/tree-parloops.h index e943cffab8dd..436146a61f20 100644 --- a/gcc/tree-parloops.h +++ b/gcc/tree-parloops.h @@ -1,5 +1,5 @@ /* Header file for loop autoparallelization. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-pass.h b/gcc/tree-pass.h index 6a8bcc5c6556..85bfba7ac280 100644 --- a/gcc/tree-pass.h +++ b/gcc/tree-pass.h @@ -1,5 +1,5 @@ /* Definitions for describing one tree-ssa optimization pass. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Richard Henderson This file is part of GCC. diff --git a/gcc/tree-phinodes.c b/gcc/tree-phinodes.c index 6977770c9793..c49c5c1d6e48 100644 --- a/gcc/tree-phinodes.c +++ b/gcc/tree-phinodes.c @@ -1,5 +1,5 @@ /* Generic routines for manipulating PHIs - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-phinodes.h b/gcc/tree-phinodes.h index 6cc76fa7072c..7c4675059433 100644 --- a/gcc/tree-phinodes.h +++ b/gcc/tree-phinodes.h @@ -1,5 +1,5 @@ /* Header file for PHI node routines - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-predcom.c b/gcc/tree-predcom.c index 14d53c2ae293..f0b70a61fb8f 100644 --- a/gcc/tree-predcom.c +++ b/gcc/tree-predcom.c @@ -1,5 +1,5 @@ /* Predictive commoning. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-pretty-print.c b/gcc/tree-pretty-print.c index 40c0bc6defe2..36b29d538783 100644 --- a/gcc/tree-pretty-print.c +++ b/gcc/tree-pretty-print.c @@ -1,5 +1,5 @@ /* Pretty formatting of GENERIC trees in C syntax. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. Adapted from c-pretty-print.c by Diego Novillo This file is part of GCC. diff --git a/gcc/tree-pretty-print.h b/gcc/tree-pretty-print.h index df6a6303f55e..40b6f7535492 100644 --- a/gcc/tree-pretty-print.h +++ b/gcc/tree-pretty-print.h @@ -1,7 +1,7 @@ /* Various declarations for language-independent pretty-print subroutines that are only for use in the compilers proper and not the driver or other programs. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-profile.c b/gcc/tree-profile.c index 77fb86e51e85..186cfdf79293 100644 --- a/gcc/tree-profile.c +++ b/gcc/tree-profile.c @@ -1,5 +1,5 @@ /* Calculate branch probabilities, and basic block execution counts. - Copyright (C) 1990-2016 Free Software Foundation, Inc. + Copyright (C) 1990-2017 Free Software Foundation, Inc. Contributed by James E. Wilson, UC Berkeley/Cygnus Support; based on some ideas from Dain Samples of UC Berkeley. Further mangling by Bob Manson, Cygnus Support. diff --git a/gcc/tree-scalar-evolution.c b/gcc/tree-scalar-evolution.c index b8bfe512c23c..cbd17e8644fe 100644 --- a/gcc/tree-scalar-evolution.c +++ b/gcc/tree-scalar-evolution.c @@ -1,5 +1,5 @@ /* Scalar evolution detector. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Sebastian Pop This file is part of GCC. diff --git a/gcc/tree-scalar-evolution.h b/gcc/tree-scalar-evolution.h index a77e4525f6db..c3980d0fbb2b 100644 --- a/gcc/tree-scalar-evolution.h +++ b/gcc/tree-scalar-evolution.h @@ -1,5 +1,5 @@ /* Scalar evolution detector. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Sebastian Pop This file is part of GCC. diff --git a/gcc/tree-sra.c b/gcc/tree-sra.c index 12dae4a365b1..02453d3ed9ad 100644 --- a/gcc/tree-sra.c +++ b/gcc/tree-sra.c @@ -1,7 +1,7 @@ /* Scalar Replacement of Aggregates (SRA) converts some structure references into scalar references, exposing them to the scalar optimizers. - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Martin Jambor This file is part of GCC. diff --git a/gcc/tree-ssa-address.c b/gcc/tree-ssa-address.c index a53ade0600d0..3e3cad150b64 100644 --- a/gcc/tree-ssa-address.c +++ b/gcc/tree-ssa-address.c @@ -1,5 +1,5 @@ /* Memory address lowering and addressing mode selection. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-address.h b/gcc/tree-ssa-address.h index 469f6e2ac304..311348ea2985 100644 --- a/gcc/tree-ssa-address.h +++ b/gcc/tree-ssa-address.h @@ -1,5 +1,5 @@ /* Header file for memory address lowering and mode selection. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-alias.c b/gcc/tree-ssa-alias.c index 37b581daf6bd..0a9fc742f9d3 100644 --- a/gcc/tree-ssa-alias.c +++ b/gcc/tree-ssa-alias.c @@ -1,5 +1,5 @@ /* Alias analysis for trees. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Diego Novillo This file is part of GCC. diff --git a/gcc/tree-ssa-alias.h b/gcc/tree-ssa-alias.h index 810d83c978e5..a8c437676b7e 100644 --- a/gcc/tree-ssa-alias.h +++ b/gcc/tree-ssa-alias.h @@ -1,5 +1,5 @@ /* Tree based alias analysis and alias oracle. - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Richard Guenther This file is part of GCC. diff --git a/gcc/tree-ssa-ccp.c b/gcc/tree-ssa-ccp.c index 24a9fc124878..47ca204789c7 100644 --- a/gcc/tree-ssa-ccp.c +++ b/gcc/tree-ssa-ccp.c @@ -1,5 +1,5 @@ /* Conditional constant propagation pass for the GNU compiler. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. Adapted from original RTL SSA-CCP by Daniel Berlin Adapted to GIMPLE trees by Diego Novillo diff --git a/gcc/tree-ssa-ccp.h b/gcc/tree-ssa-ccp.h index 35383c5e9426..836ddd0f7ed8 100644 --- a/gcc/tree-ssa-ccp.h +++ b/gcc/tree-ssa-ccp.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2016 Free Software Foundation, Inc. +/* Copyright (C) 2016-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-coalesce.c b/gcc/tree-ssa-coalesce.c index d2574df4c0d7..1b78d66456ee 100644 --- a/gcc/tree-ssa-coalesce.c +++ b/gcc/tree-ssa-coalesce.c @@ -1,5 +1,5 @@ /* Coalesce SSA_NAMES together for the out-of-ssa pass. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Andrew MacLeod This file is part of GCC. diff --git a/gcc/tree-ssa-coalesce.h b/gcc/tree-ssa-coalesce.h index e4b99eaf9c2c..9eebdddf917c 100644 --- a/gcc/tree-ssa-coalesce.h +++ b/gcc/tree-ssa-coalesce.h @@ -1,5 +1,5 @@ /* Header file for tree-ssa-coalesce.c exports. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-copy.c b/gcc/tree-ssa-copy.c index abc620535713..c17218fc7bdb 100644 --- a/gcc/tree-ssa-copy.c +++ b/gcc/tree-ssa-copy.c @@ -1,5 +1,5 @@ /* Copy propagation and SSA_NAME replacement support routines. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-dce.c b/gcc/tree-ssa-dce.c index 50b5eefc1fca..4e51e699d49c 100644 --- a/gcc/tree-ssa-dce.c +++ b/gcc/tree-ssa-dce.c @@ -1,5 +1,5 @@ /* Dead code elimination pass for the GNU compiler. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Ben Elliston and Andrew MacLeod Adapted to use control dependence by Steven Bosscher, SUSE Labs. diff --git a/gcc/tree-ssa-dom.c b/gcc/tree-ssa-dom.c index 1839c8a20e53..2ec3f97e6d4a 100644 --- a/gcc/tree-ssa-dom.c +++ b/gcc/tree-ssa-dom.c @@ -1,5 +1,5 @@ /* SSA Dominator optimizations for trees - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. Contributed by Diego Novillo This file is part of GCC. diff --git a/gcc/tree-ssa-dom.h b/gcc/tree-ssa-dom.h index e6abe6560cf6..ad1b7efee8e2 100644 --- a/gcc/tree-ssa-dom.h +++ b/gcc/tree-ssa-dom.h @@ -1,5 +1,5 @@ /* Header file for SSA dominator optimizations. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-dse.c b/gcc/tree-ssa-dse.c index 778b36377b72..76cc27dcd84a 100644 --- a/gcc/tree-ssa-dse.c +++ b/gcc/tree-ssa-dse.c @@ -1,5 +1,5 @@ /* Dead store elimination - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-forwprop.c b/gcc/tree-ssa-forwprop.c index ed11b32fbfe8..edc2abef3650 100644 --- a/gcc/tree-ssa-forwprop.c +++ b/gcc/tree-ssa-forwprop.c @@ -1,5 +1,5 @@ /* Forward propagation of expressions for single use variables. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-ifcombine.c b/gcc/tree-ssa-ifcombine.c index 8e5258f8879d..6e43b5c25a21 100644 --- a/gcc/tree-ssa-ifcombine.c +++ b/gcc/tree-ssa-ifcombine.c @@ -1,5 +1,5 @@ /* Combining of if-expressions on trees. - Copyright (C) 2007-2016 Free Software Foundation, Inc. + Copyright (C) 2007-2017 Free Software Foundation, Inc. Contributed by Richard Guenther This file is part of GCC. diff --git a/gcc/tree-ssa-live.c b/gcc/tree-ssa-live.c index 9de03d14a36e..0b992dba1300 100644 --- a/gcc/tree-ssa-live.c +++ b/gcc/tree-ssa-live.c @@ -1,5 +1,5 @@ /* Liveness for SSA trees. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Andrew MacLeod This file is part of GCC. diff --git a/gcc/tree-ssa-live.h b/gcc/tree-ssa-live.h index 440efa9f6be4..6685befcb975 100644 --- a/gcc/tree-ssa-live.h +++ b/gcc/tree-ssa-live.h @@ -1,5 +1,5 @@ /* Routines for liveness in SSA trees. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Andrew MacLeod This file is part of GCC. diff --git a/gcc/tree-ssa-loop-ch.c b/gcc/tree-ssa-loop-ch.c index 9a8136968de1..86be34a1ac71 100644 --- a/gcc/tree-ssa-loop-ch.c +++ b/gcc/tree-ssa-loop-ch.c @@ -1,5 +1,5 @@ /* Loop header copying on trees. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-loop-im.c b/gcc/tree-ssa-loop-im.c index 0524e57564f8..dcd941c6ddbb 100644 --- a/gcc/tree-ssa-loop-im.c +++ b/gcc/tree-ssa-loop-im.c @@ -1,5 +1,5 @@ /* Loop invariant motion. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-loop-ivcanon.c b/gcc/tree-ssa-loop-ivcanon.c index 906149602c99..0c3b0d2a4071 100644 --- a/gcc/tree-ssa-loop-ivcanon.c +++ b/gcc/tree-ssa-loop-ivcanon.c @@ -1,5 +1,5 @@ /* Induction variable canonicalization and loop peeling. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-loop-ivopts.c b/gcc/tree-ssa-loop-ivopts.c index 00b287abf1a1..c9d16b28ba0b 100644 --- a/gcc/tree-ssa-loop-ivopts.c +++ b/gcc/tree-ssa-loop-ivopts.c @@ -1,5 +1,5 @@ /* Induction variable optimizations. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-loop-ivopts.h b/gcc/tree-ssa-loop-ivopts.h index f4df6a11a822..004a2c9dccb5 100644 --- a/gcc/tree-ssa-loop-ivopts.h +++ b/gcc/tree-ssa-loop-ivopts.h @@ -1,5 +1,5 @@ /* Header file for Induction variable optimizations. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-loop-manip.c b/gcc/tree-ssa-loop-manip.c index f2d3492caf1e..39fb48454ae7 100644 --- a/gcc/tree-ssa-loop-manip.c +++ b/gcc/tree-ssa-loop-manip.c @@ -1,5 +1,5 @@ /* High-level loop manipulation functions. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-loop-manip.h b/gcc/tree-ssa-loop-manip.h index 56e4f1ffecba..1e7531f948d5 100644 --- a/gcc/tree-ssa-loop-manip.h +++ b/gcc/tree-ssa-loop-manip.h @@ -1,5 +1,5 @@ /* Header file for High-level loop manipulation functions. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-loop-niter.c b/gcc/tree-ssa-loop-niter.c index 5041c83169b4..83286253db56 100644 --- a/gcc/tree-ssa-loop-niter.c +++ b/gcc/tree-ssa-loop-niter.c @@ -1,5 +1,5 @@ /* Functions to determine/estimate number of iterations of a loop. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-loop-niter.h b/gcc/tree-ssa-loop-niter.h index e6eebd952836..b0098570d09a 100644 --- a/gcc/tree-ssa-loop-niter.h +++ b/gcc/tree-ssa-loop-niter.h @@ -1,5 +1,5 @@ /* Header file for loop interation estimates. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-loop-prefetch.c b/gcc/tree-ssa-loop-prefetch.c index ead2543ada46..54cd94219987 100644 --- a/gcc/tree-ssa-loop-prefetch.c +++ b/gcc/tree-ssa-loop-prefetch.c @@ -1,5 +1,5 @@ /* Array prefetching. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-loop-split.c b/gcc/tree-ssa-loop-split.c index 84c0627fb0b8..57252d7a604e 100644 --- a/gcc/tree-ssa-loop-split.c +++ b/gcc/tree-ssa-loop-split.c @@ -1,5 +1,5 @@ /* Loop splitting. - Copyright (C) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-loop-unswitch.c b/gcc/tree-ssa-loop-unswitch.c index 40905af45eb5..92599fb13795 100644 --- a/gcc/tree-ssa-loop-unswitch.c +++ b/gcc/tree-ssa-loop-unswitch.c @@ -1,5 +1,5 @@ /* Loop unswitching. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-loop.c b/gcc/tree-ssa-loop.c index 84f13ada2993..8b25b41dbec2 100644 --- a/gcc/tree-ssa-loop.c +++ b/gcc/tree-ssa-loop.c @@ -1,5 +1,5 @@ /* Loop optimizations over tree-ssa. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-loop.h b/gcc/tree-ssa-loop.h index b2f37abfe4c9..29557104256f 100644 --- a/gcc/tree-ssa-loop.h +++ b/gcc/tree-ssa-loop.h @@ -1,5 +1,5 @@ /* Header file for SSA loop optimizations. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-math-opts.c b/gcc/tree-ssa-math-opts.c index 4a47254d223e..e87371933fef 100644 --- a/gcc/tree-ssa-math-opts.c +++ b/gcc/tree-ssa-math-opts.c @@ -1,5 +1,5 @@ /* Global, SSA-based optimizations using mathematical identities. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-operands.c b/gcc/tree-ssa-operands.c index a5c354699a0f..fb843afcec0c 100644 --- a/gcc/tree-ssa-operands.c +++ b/gcc/tree-ssa-operands.c @@ -1,5 +1,5 @@ /* SSA operands management for trees. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-operands.h b/gcc/tree-ssa-operands.h index 36159fe82a45..db7d0071e1f8 100644 --- a/gcc/tree-ssa-operands.h +++ b/gcc/tree-ssa-operands.h @@ -1,5 +1,5 @@ /* SSA operand management for trees. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-phionlycprop.c b/gcc/tree-ssa-phionlycprop.c index c6de27b00831..f61b269cd63d 100644 --- a/gcc/tree-ssa-phionlycprop.c +++ b/gcc/tree-ssa-phionlycprop.c @@ -1,5 +1,5 @@ /* Const/Copy propagation originating from degenerate PHIs - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-phiopt.c b/gcc/tree-ssa-phiopt.c index 63738d07e2e7..259f6fe3e39c 100644 --- a/gcc/tree-ssa-phiopt.c +++ b/gcc/tree-ssa-phiopt.c @@ -1,5 +1,5 @@ /* Optimization of PHI nodes by converting them into straightline code. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-phiprop.c b/gcc/tree-ssa-phiprop.c index 20fda6cb7148..803f25966fb9 100644 --- a/gcc/tree-ssa-phiprop.c +++ b/gcc/tree-ssa-phiprop.c @@ -1,5 +1,5 @@ /* Backward propagation of indirect loads through PHIs. - Copyright (C) 2007-2016 Free Software Foundation, Inc. + Copyright (C) 2007-2017 Free Software Foundation, Inc. Contributed by Richard Guenther This file is part of GCC. diff --git a/gcc/tree-ssa-pre.c b/gcc/tree-ssa-pre.c index 4f172005f263..681c412d130e 100644 --- a/gcc/tree-ssa-pre.c +++ b/gcc/tree-ssa-pre.c @@ -1,5 +1,5 @@ /* Full and partial redundancy elimination and code hoisting on SSA GIMPLE. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. Contributed by Daniel Berlin and Steven Bosscher diff --git a/gcc/tree-ssa-propagate.c b/gcc/tree-ssa-propagate.c index fbe7e13f84ef..0693802a8faa 100644 --- a/gcc/tree-ssa-propagate.c +++ b/gcc/tree-ssa-propagate.c @@ -1,5 +1,5 @@ /* Generic SSA value propagation engine. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Diego Novillo This file is part of GCC. diff --git a/gcc/tree-ssa-propagate.h b/gcc/tree-ssa-propagate.h index 2729bc7dff99..9a8ecc845d12 100644 --- a/gcc/tree-ssa-propagate.h +++ b/gcc/tree-ssa-propagate.h @@ -1,6 +1,6 @@ /* Data structures and function declarations for the SSA value propagation engine. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Diego Novillo This file is part of GCC. diff --git a/gcc/tree-ssa-reassoc.c b/gcc/tree-ssa-reassoc.c index b01583689315..503edd3870de 100644 --- a/gcc/tree-ssa-reassoc.c +++ b/gcc/tree-ssa-reassoc.c @@ -1,5 +1,5 @@ /* Reassociation for trees. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Daniel Berlin This file is part of GCC. diff --git a/gcc/tree-ssa-sccvn.c b/gcc/tree-ssa-sccvn.c index e25f07066d1e..b2616e6a94a7 100644 --- a/gcc/tree-ssa-sccvn.c +++ b/gcc/tree-ssa-sccvn.c @@ -1,5 +1,5 @@ /* SCC value numbering for trees - Copyright (C) 2006-2016 Free Software Foundation, Inc. + Copyright (C) 2006-2017 Free Software Foundation, Inc. Contributed by Daniel Berlin This file is part of GCC. diff --git a/gcc/tree-ssa-sccvn.h b/gcc/tree-ssa-sccvn.h index d77dbaf42c0d..4e63ad746c63 100644 --- a/gcc/tree-ssa-sccvn.h +++ b/gcc/tree-ssa-sccvn.h @@ -1,5 +1,5 @@ /* Tree SCC value numbering - Copyright (C) 2007-2016 Free Software Foundation, Inc. + Copyright (C) 2007-2017 Free Software Foundation, Inc. Contributed by Daniel Berlin This file is part of GCC. diff --git a/gcc/tree-ssa-scopedtables.c b/gcc/tree-ssa-scopedtables.c index b18978e4ab78..e5de6a54369f 100644 --- a/gcc/tree-ssa-scopedtables.c +++ b/gcc/tree-ssa-scopedtables.c @@ -1,5 +1,5 @@ /* Header file for SSA dominator optimizations. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-scopedtables.h b/gcc/tree-ssa-scopedtables.h index c9338212c2e2..3e6798a1982b 100644 --- a/gcc/tree-ssa-scopedtables.h +++ b/gcc/tree-ssa-scopedtables.h @@ -1,5 +1,5 @@ /* Header file for SSA dominator optimizations. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-sink.c b/gcc/tree-ssa-sink.c index c70e0e444493..7a9fcde4f942 100644 --- a/gcc/tree-ssa-sink.c +++ b/gcc/tree-ssa-sink.c @@ -1,5 +1,5 @@ /* Code sinking for trees - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. Contributed by Daniel Berlin This file is part of GCC. diff --git a/gcc/tree-ssa-strlen.c b/gcc/tree-ssa-strlen.c index 4a05725ca7c4..2e7ac2c7786a 100644 --- a/gcc/tree-ssa-strlen.c +++ b/gcc/tree-ssa-strlen.c @@ -1,5 +1,5 @@ /* String length optimization - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Jakub Jelinek This file is part of GCC. diff --git a/gcc/tree-ssa-structalias.c b/gcc/tree-ssa-structalias.c index 28803826b43f..d51a5adf77c4 100644 --- a/gcc/tree-ssa-structalias.c +++ b/gcc/tree-ssa-structalias.c @@ -1,5 +1,5 @@ /* Tree based points-to analysis - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Daniel Berlin This file is part of GCC. diff --git a/gcc/tree-ssa-tail-merge.c b/gcc/tree-ssa-tail-merge.c index c292ee776c2b..71f874d3123a 100644 --- a/gcc/tree-ssa-tail-merge.c +++ b/gcc/tree-ssa-tail-merge.c @@ -1,5 +1,5 @@ /* Tail merging for gimple. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Tom de Vries (tom@codesourcery.com) This file is part of GCC. diff --git a/gcc/tree-ssa-ter.c b/gcc/tree-ssa-ter.c index af5d91c5a1d4..773646796f47 100644 --- a/gcc/tree-ssa-ter.c +++ b/gcc/tree-ssa-ter.c @@ -1,5 +1,5 @@ /* Routines for performing Temporary Expression Replacement (TER) in SSA trees. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Andrew MacLeod This file is part of GCC. diff --git a/gcc/tree-ssa-ter.h b/gcc/tree-ssa-ter.h index 430632ddffa8..7652e1e74d08 100644 --- a/gcc/tree-ssa-ter.h +++ b/gcc/tree-ssa-ter.h @@ -1,5 +1,5 @@ /* Header file for tree-ssa-ter.c exports. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-threadbackward.c b/gcc/tree-ssa-threadbackward.c index 203e20e712f0..e09ecb8906a6 100644 --- a/gcc/tree-ssa-threadbackward.c +++ b/gcc/tree-ssa-threadbackward.c @@ -1,5 +1,5 @@ /* SSA Jump Threading - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-threadbackward.h b/gcc/tree-ssa-threadbackward.h index 04a72a94da4b..f758ff1f1ade 100644 --- a/gcc/tree-ssa-threadbackward.h +++ b/gcc/tree-ssa-threadbackward.h @@ -1,5 +1,5 @@ /* Header file for SSA dominator optimizations. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-threadedge.c b/gcc/tree-ssa-threadedge.c index 3fdd59e68042..4949bfa03ab9 100644 --- a/gcc/tree-ssa-threadedge.c +++ b/gcc/tree-ssa-threadedge.c @@ -1,5 +1,5 @@ /* SSA Jump Threading - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Jeff Law This file is part of GCC. diff --git a/gcc/tree-ssa-threadedge.h b/gcc/tree-ssa-threadedge.h index 09e3ee59060f..70658c647060 100644 --- a/gcc/tree-ssa-threadedge.h +++ b/gcc/tree-ssa-threadedge.h @@ -1,5 +1,5 @@ /* Header file for SSA jump threading. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-threadupdate.c b/gcc/tree-ssa-threadupdate.c index 325cb0be8fc7..adbb6e01c3ff 100644 --- a/gcc/tree-ssa-threadupdate.c +++ b/gcc/tree-ssa-threadupdate.c @@ -1,5 +1,5 @@ /* Thread edges through blocks and update the control flow and SSA graphs. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-threadupdate.h b/gcc/tree-ssa-threadupdate.h index fbad9f6bf34d..296eff29ff4e 100644 --- a/gcc/tree-ssa-threadupdate.h +++ b/gcc/tree-ssa-threadupdate.h @@ -1,6 +1,6 @@ /* Communication between registering jump thread requests and updating the SSA/CFG for jump threading. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-uncprop.c b/gcc/tree-ssa-uncprop.c index e2e82123c35b..200ec70c9b78 100644 --- a/gcc/tree-ssa-uncprop.c +++ b/gcc/tree-ssa-uncprop.c @@ -1,5 +1,5 @@ /* Routines for discovering and unpropagating edge equivalences. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa-uninit.c b/gcc/tree-ssa-uninit.c index b4892c7f6c0a..79208d6d1c0c 100644 --- a/gcc/tree-ssa-uninit.c +++ b/gcc/tree-ssa-uninit.c @@ -1,5 +1,5 @@ /* Predicate aware uninitialized variable warning. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. Contributed by Xinliang David Li This file is part of GCC. diff --git a/gcc/tree-ssa.c b/gcc/tree-ssa.c index 62eea8bb8a4b..2d94b2392946 100644 --- a/gcc/tree-ssa.c +++ b/gcc/tree-ssa.c @@ -1,5 +1,5 @@ /* Miscellaneous SSA utility functions. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssa.h b/gcc/tree-ssa.h index 37ad7ae090b5..6d16ba9f6a0c 100644 --- a/gcc/tree-ssa.h +++ b/gcc/tree-ssa.h @@ -1,5 +1,5 @@ /* Header file for any pass which requires SSA routines. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssanames.c b/gcc/tree-ssanames.c index bd5d10ab28b5..6487542eb8f3 100644 --- a/gcc/tree-ssanames.c +++ b/gcc/tree-ssanames.c @@ -1,5 +1,5 @@ /* Generic routines for manipulating SSA_NAME expressions - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-ssanames.h b/gcc/tree-ssanames.h index 57e887ec7ae1..9a18394f5a83 100644 --- a/gcc/tree-ssanames.h +++ b/gcc/tree-ssanames.h @@ -1,5 +1,5 @@ /* SSA name expresssons routines - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-stdarg.c b/gcc/tree-stdarg.c index ba7ee8cdd7a6..8972822f5b7d 100644 --- a/gcc/tree-stdarg.c +++ b/gcc/tree-stdarg.c @@ -1,5 +1,5 @@ /* Pass computing data for optimizing stdarg functions. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Jakub Jelinek This file is part of GCC. diff --git a/gcc/tree-stdarg.h b/gcc/tree-stdarg.h index 7874dd1f3920..16a22c699235 100644 --- a/gcc/tree-stdarg.h +++ b/gcc/tree-stdarg.h @@ -1,5 +1,5 @@ /* Header for a pass computing data for optimizing stdarg functions. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Jakub Jelinek This file is part of GCC. diff --git a/gcc/tree-streamer-in.c b/gcc/tree-streamer-in.c index 3d8a7bb63d9b..3496df5deb97 100644 --- a/gcc/tree-streamer-in.c +++ b/gcc/tree-streamer-in.c @@ -1,6 +1,6 @@ /* Routines for reading trees from a file stream. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Diego Novillo This file is part of GCC. diff --git a/gcc/tree-streamer-out.c b/gcc/tree-streamer-out.c index cedeabc334b4..0ee2abe8f19f 100644 --- a/gcc/tree-streamer-out.c +++ b/gcc/tree-streamer-out.c @@ -1,6 +1,6 @@ /* Routines for emitting trees to a file stream. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Diego Novillo This file is part of GCC. diff --git a/gcc/tree-streamer.c b/gcc/tree-streamer.c index 70054b1f2c17..5fc4efdb1a0e 100644 --- a/gcc/tree-streamer.c +++ b/gcc/tree-streamer.c @@ -1,7 +1,7 @@ /* Miscellaneous utilities for tree streaming. Things that are used in both input and output are here. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Diego Novillo This file is part of GCC. diff --git a/gcc/tree-streamer.h b/gcc/tree-streamer.h index 1daf259d3355..1a77187afab8 100644 --- a/gcc/tree-streamer.h +++ b/gcc/tree-streamer.h @@ -1,6 +1,6 @@ /* Data structures and functions for streaming trees. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Diego Novillo This file is part of GCC. diff --git a/gcc/tree-switch-conversion.c b/gcc/tree-switch-conversion.c index b063c468db03..ce1d11dca39f 100644 --- a/gcc/tree-switch-conversion.c +++ b/gcc/tree-switch-conversion.c @@ -1,6 +1,6 @@ /* Lower GIMPLE_SWITCH expressions to something more efficient than a jump table. - Copyright (C) 2006-2016 Free Software Foundation, Inc. + Copyright (C) 2006-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-tailcall.c b/gcc/tree-tailcall.c index 66a0a4c44609..f586edcd730f 100644 --- a/gcc/tree-tailcall.c +++ b/gcc/tree-tailcall.c @@ -1,5 +1,5 @@ /* Tail call optimization on trees. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-vect-data-refs.c b/gcc/tree-vect-data-refs.c index 1b9c3b37e6a7..c1fbbc958e07 100644 --- a/gcc/tree-vect-data-refs.c +++ b/gcc/tree-vect-data-refs.c @@ -1,5 +1,5 @@ /* Data References Analysis and Manipulation Utilities for Vectorization. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Dorit Naishlos and Ira Rosen diff --git a/gcc/tree-vect-generic.c b/gcc/tree-vect-generic.c index b0b37c7b2a81..22f2840b8bf7 100644 --- a/gcc/tree-vect-generic.c +++ b/gcc/tree-vect-generic.c @@ -1,5 +1,5 @@ /* Lower vector operations to scalar operations. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree-vect-loop-manip.c b/gcc/tree-vect-loop-manip.c index beb2f0665834..51d52acf1875 100644 --- a/gcc/tree-vect-loop-manip.c +++ b/gcc/tree-vect-loop-manip.c @@ -1,5 +1,5 @@ /* Vectorizer Specific Loop Manipulations - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Dorit Naishlos and Ira Rosen diff --git a/gcc/tree-vect-loop.c b/gcc/tree-vect-loop.c index 6e8b89c3cd34..7c76b9d75ef0 100644 --- a/gcc/tree-vect-loop.c +++ b/gcc/tree-vect-loop.c @@ -1,5 +1,5 @@ /* Loop Vectorization - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Dorit Naishlos and Ira Rosen diff --git a/gcc/tree-vect-patterns.c b/gcc/tree-vect-patterns.c index 835d9b52a657..7447dff7d0a0 100644 --- a/gcc/tree-vect-patterns.c +++ b/gcc/tree-vect-patterns.c @@ -1,5 +1,5 @@ /* Analysis Utilities for Loop Vectorization. - Copyright (C) 2006-2016 Free Software Foundation, Inc. + Copyright (C) 2006-2017 Free Software Foundation, Inc. Contributed by Dorit Nuzman This file is part of GCC. diff --git a/gcc/tree-vect-slp.c b/gcc/tree-vect-slp.c index 8d547681913d..519652c2a23e 100644 --- a/gcc/tree-vect-slp.c +++ b/gcc/tree-vect-slp.c @@ -1,5 +1,5 @@ /* SLP - Basic Block Vectorization - Copyright (C) 2007-2016 Free Software Foundation, Inc. + Copyright (C) 2007-2017 Free Software Foundation, Inc. Contributed by Dorit Naishlos and Ira Rosen diff --git a/gcc/tree-vect-stmts.c b/gcc/tree-vect-stmts.c index b0b131d9245d..2ba7f64d2224 100644 --- a/gcc/tree-vect-stmts.c +++ b/gcc/tree-vect-stmts.c @@ -1,5 +1,5 @@ /* Statement Analysis and Transformation for Vectorization - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Dorit Naishlos and Ira Rosen diff --git a/gcc/tree-vectorizer.c b/gcc/tree-vectorizer.c index 7538c6cac715..895794e40262 100644 --- a/gcc/tree-vectorizer.c +++ b/gcc/tree-vectorizer.c @@ -1,5 +1,5 @@ /* Vectorizer - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Dorit Naishlos This file is part of GCC. diff --git a/gcc/tree-vectorizer.h b/gcc/tree-vectorizer.h index 2a7fa0a33a28..2f525a8d51c8 100644 --- a/gcc/tree-vectorizer.h +++ b/gcc/tree-vectorizer.h @@ -1,5 +1,5 @@ /* Vectorizer - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Dorit Naishlos This file is part of GCC. diff --git a/gcc/tree-vrp.c b/gcc/tree-vrp.c index 31b6b7de35d8..54df161ca257 100644 --- a/gcc/tree-vrp.c +++ b/gcc/tree-vrp.c @@ -1,5 +1,5 @@ /* Support routines for Value Range Propagation (VRP). - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Diego Novillo . This file is part of GCC. diff --git a/gcc/tree-vrp.h b/gcc/tree-vrp.h index 5cea70949096..4fed978d0aa2 100644 --- a/gcc/tree-vrp.h +++ b/gcc/tree-vrp.h @@ -1,5 +1,5 @@ /* Support routines for Value Range Propagation (VRP). - Copyright (C) 2016 Free Software Foundation, Inc. + Copyright (C) 2016-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree.c b/gcc/tree.c index 3a6e6d10787a..193430105aa2 100644 --- a/gcc/tree.c +++ b/gcc/tree.c @@ -1,5 +1,5 @@ /* Language-independent node constructors for parse phase of GNU compiler. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree.def b/gcc/tree.def index e093307afb5d..0ec805903a9a 100644 --- a/gcc/tree.def +++ b/gcc/tree.def @@ -1,6 +1,6 @@ /* This file contains the definitions and documentation for the tree codes used in GCC. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tree.h b/gcc/tree.h index 2dec19e42e61..28a50c39d54e 100644 --- a/gcc/tree.h +++ b/gcc/tree.h @@ -1,5 +1,5 @@ /* Definitions for the ubiquitous 'tree' type for GNU compilers. - Copyright (C) 1989-2016 Free Software Foundation, Inc. + Copyright (C) 1989-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/treestruct.def b/gcc/treestruct.def index 7de33714426a..63c93360c0bf 100644 --- a/gcc/treestruct.def +++ b/gcc/treestruct.def @@ -1,7 +1,7 @@ /* This file contains the definitions for the tree structure enumeration used in GCC. -Copyright (C) 2005-2016 Free Software Foundation, Inc. +Copyright (C) 2005-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/tsan.c b/gcc/tsan.c index 317bf6d2dac4..2d4ec74cb81a 100644 --- a/gcc/tsan.c +++ b/gcc/tsan.c @@ -1,5 +1,5 @@ /* GCC instrumentation plugin for ThreadSanitizer. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Dmitry Vyukov This file is part of GCC. diff --git a/gcc/tsan.h b/gcc/tsan.h index 1e6ebeba761a..cdcc068cd7ff 100644 --- a/gcc/tsan.h +++ b/gcc/tsan.h @@ -1,5 +1,5 @@ /* ThreadSanitizer, a data race detector. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Dmitry Vyukov This file is part of GCC. diff --git a/gcc/tsystem.h b/gcc/tsystem.h index 7dc4b54083aa..37c941bb4b83 100644 --- a/gcc/tsystem.h +++ b/gcc/tsystem.h @@ -1,6 +1,6 @@ /* Get common system includes and various definitions and declarations based on target macros. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/typeclass.h b/gcc/typeclass.h index b4ebb306518f..47a45346c050 100644 --- a/gcc/typeclass.h +++ b/gcc/typeclass.h @@ -1,5 +1,5 @@ /* Type class enum - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/typed-splay-tree.c b/gcc/typed-splay-tree.c index 33992c1f8c06..0f1536fa1bac 100644 --- a/gcc/typed-splay-tree.c +++ b/gcc/typed-splay-tree.c @@ -1,5 +1,5 @@ /* Selftests for typed-splay-tree.h. - Copyright (C) 2016 Free Software Foundation, Inc. + Copyright (C) 2016-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/typed-splay-tree.h b/gcc/typed-splay-tree.h index 7b8afef2b1de..b41ff7ae6454 100644 --- a/gcc/typed-splay-tree.h +++ b/gcc/typed-splay-tree.h @@ -1,5 +1,5 @@ /* A typesafe wrapper around libiberty's splay-tree.h. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/ubsan.c b/gcc/ubsan.c index d5422a1283dc..0291401eecff 100644 --- a/gcc/ubsan.c +++ b/gcc/ubsan.c @@ -1,5 +1,5 @@ /* UndefinedBehaviorSanitizer, undefined behavior detector. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. Contributed by Marek Polacek This file is part of GCC. diff --git a/gcc/ubsan.h b/gcc/ubsan.h index c4ebec946a60..f04929d6678a 100644 --- a/gcc/ubsan.h +++ b/gcc/ubsan.h @@ -1,5 +1,5 @@ /* UndefinedBehaviorSanitizer, undefined behavior detector. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. Contributed by Marek Polacek This file is part of GCC. diff --git a/gcc/valtrack.c b/gcc/valtrack.c index ae53faa81084..9e28d4b4f57c 100644 --- a/gcc/valtrack.c +++ b/gcc/valtrack.c @@ -1,6 +1,6 @@ /* Infrastructure for tracking user variable locations and values throughout compilation. - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Alexandre Oliva . This file is part of GCC. diff --git a/gcc/valtrack.h b/gcc/valtrack.h index 8c3f9949ccea..1feeb8dc6a9a 100644 --- a/gcc/valtrack.h +++ b/gcc/valtrack.h @@ -1,6 +1,6 @@ /* Infrastructure for tracking user variable locations and values throughout compilation. - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Alexandre Oliva . This file is part of GCC. diff --git a/gcc/value-prof.c b/gcc/value-prof.c index dc570692fbf3..d4da8c45a221 100644 --- a/gcc/value-prof.c +++ b/gcc/value-prof.c @@ -1,5 +1,5 @@ /* Transformations based on profile information for values. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/value-prof.h b/gcc/value-prof.h index 02220acb206e..a85334045319 100644 --- a/gcc/value-prof.h +++ b/gcc/value-prof.h @@ -1,5 +1,5 @@ /* Definitions for transformations based on profile information for values. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/var-tracking.c b/gcc/var-tracking.c index 89788f124434..b30a0ebcc3a6 100644 --- a/gcc/var-tracking.c +++ b/gcc/var-tracking.c @@ -1,5 +1,5 @@ /* Variable tracking routines for the GNU compiler. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/varasm.c b/gcc/varasm.c index 75d5ad6842d4..11a8ac4bc8c0 100644 --- a/gcc/varasm.c +++ b/gcc/varasm.c @@ -1,5 +1,5 @@ /* Output variables, constants and external declarations, for GNU compiler. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/varasm.h b/gcc/varasm.h index 51a549202e03..c752b8ab13cb 100644 --- a/gcc/varasm.h +++ b/gcc/varasm.h @@ -1,5 +1,5 @@ /* Declarations for varasm.h. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/varpool.c b/gcc/varpool.c index d5b2b9e25a39..ab59c80406ba 100644 --- a/gcc/varpool.c +++ b/gcc/varpool.c @@ -1,5 +1,5 @@ /* Callgraph handling code. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Jan Hubicka This file is part of GCC. diff --git a/gcc/vec.c b/gcc/vec.c index fd200ea904bf..d612703184ba 100644 --- a/gcc/vec.c +++ b/gcc/vec.c @@ -1,5 +1,5 @@ /* Vector API for GNU compiler. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Nathan Sidwell Re-implemented in C++ by Diego Novillo diff --git a/gcc/vec.h b/gcc/vec.h index aa93411132b5..fee46164b010 100644 --- a/gcc/vec.h +++ b/gcc/vec.h @@ -1,5 +1,5 @@ /* Vector API for GNU compiler. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Nathan Sidwell Re-implemented in C++ by Diego Novillo diff --git a/gcc/version.c b/gcc/version.c index 4e5f1e51a78c..b629049407d1 100644 --- a/gcc/version.c +++ b/gcc/version.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1997-2016 Free Software Foundation, Inc. +/* Copyright (C) 1997-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/vmsdbg.h b/gcc/vmsdbg.h index 95ca0d0f383f..23d0d8721a9b 100644 --- a/gcc/vmsdbg.h +++ b/gcc/vmsdbg.h @@ -1,5 +1,5 @@ /* Definitions for the data structures and codes used in VMS debugging. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/vmsdbgout.c b/gcc/vmsdbgout.c index 23f7631daf43..7ac717eb2f7b 100644 --- a/gcc/vmsdbgout.c +++ b/gcc/vmsdbgout.c @@ -1,5 +1,5 @@ /* Output VMS debug format symbol table information from GCC. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. Contributed by Douglas B. Rupp (rupp@gnat.com). Updated by Bernard W. Giroud (bgiroud@users.sourceforge.net). diff --git a/gcc/vtable-verify.c b/gcc/vtable-verify.c index cd3841e53369..f76611598d0c 100644 --- a/gcc/vtable-verify.c +++ b/gcc/vtable-verify.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2016 Free Software Foundation, Inc. +/* Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/vtable-verify.h b/gcc/vtable-verify.h index 3b2f2f5973e1..d01df2742284 100644 --- a/gcc/vtable-verify.h +++ b/gcc/vtable-verify.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2016 Free Software Foundation, Inc. +/* Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/web.c b/gcc/web.c index 95b180e839c9..a642f219865c 100644 --- a/gcc/web.c +++ b/gcc/web.c @@ -1,6 +1,6 @@ /* Web construction code for GNU compiler. Contributed by Jan Hubicka. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/wide-int-print.cc b/gcc/wide-int-print.cc index 70f2fb48def0..c67b1a08bbf6 100644 --- a/gcc/wide-int-print.cc +++ b/gcc/wide-int-print.cc @@ -1,5 +1,5 @@ /* Printing operations with very long integers. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Kenneth Zadeck This file is part of GCC. diff --git a/gcc/wide-int-print.h b/gcc/wide-int-print.h index b4348d26bcea..8ff01a4c7dde 100644 --- a/gcc/wide-int-print.h +++ b/gcc/wide-int-print.h @@ -1,5 +1,5 @@ /* Print wide integers. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/wide-int.cc b/gcc/wide-int.cc index 1a209bb9b852..4c1a79a6f8c3 100644 --- a/gcc/wide-int.cc +++ b/gcc/wide-int.cc @@ -1,5 +1,5 @@ /* Operations with very long integers. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Kenneth Zadeck This file is part of GCC. diff --git a/gcc/wide-int.h b/gcc/wide-int.h index 72f74bed9ec0..b660db2e0e90 100644 --- a/gcc/wide-int.h +++ b/gcc/wide-int.h @@ -1,5 +1,5 @@ /* Operations with very long integers. -*- C++ -*- - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/xcoff.h b/gcc/xcoff.h index 88bb1378186e..7953b244d0fa 100644 --- a/gcc/xcoff.h +++ b/gcc/xcoff.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2016 Free Software Foundation, Inc. +/* Copyright (C) 2003-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/xcoffout.c b/gcc/xcoffout.c index 64ce59d83539..5c59bd905281 100644 --- a/gcc/xcoffout.c +++ b/gcc/xcoffout.c @@ -1,5 +1,5 @@ /* Output xcoff-format symbol table information from GNU compiler. - Copyright (C) 1992-2016 Free Software Foundation, Inc. + Copyright (C) 1992-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/xcoffout.h b/gcc/xcoffout.h index 38259f1dcdc8..0dc2d288fcc0 100644 --- a/gcc/xcoffout.h +++ b/gcc/xcoffout.h @@ -1,6 +1,6 @@ /* XCOFF definitions. These are needed in dbxout.c, final.c, and xcoffout.h. - Copyright (C) 1998-2016 Free Software Foundation, Inc. + Copyright (C) 1998-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libada/ChangeLog b/libada/ChangeLog index 24312df20de1..5812aa1d0ff7 100644 --- a/libada/ChangeLog +++ b/libada/ChangeLog @@ -1,3 +1,7 @@ +2017-01-01 Jakub Jelinek + + Update copyright years. + 2016-11-15 Matthias Klose * configure: Regenerate. @@ -364,7 +368,7 @@ * New directory, new ChangeLog. -Copyright (C) 2003-2016 Free Software Foundation, Inc. +Copyright (C) 2003-2017 Free Software Foundation, Inc. This ChangeLog is free software; the Free Software Foundation gives unlimited permission to copy, distribute, and modify it. diff --git a/libada/Makefile.in b/libada/Makefile.in index 89c566b11cd4..5ad0e168b466 100644 --- a/libada/Makefile.in +++ b/libada/Makefile.in @@ -1,5 +1,5 @@ # Makefile for libada. -# Copyright (C) 2003-2016 Free Software Foundation, Inc. +# Copyright (C) 2003-2017 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/libada/configure.ac b/libada/configure.ac index 04e06fe28216..389e2bb6c6b4 100644 --- a/libada/configure.ac +++ b/libada/configure.ac @@ -1,5 +1,5 @@ # Configure script for libada. -# Copyright (C) 2003-2016 Free Software Foundation, Inc. +# Copyright (C) 2003-2017 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by diff --git a/libatomic/ChangeLog b/libatomic/ChangeLog index e470a7a6e248..def6f3eab3ec 100644 --- a/libatomic/ChangeLog +++ b/libatomic/ChangeLog @@ -1,3 +1,7 @@ +2017-01-01 Jakub Jelinek + + Update copyright years. + 2016-11-15 Matthias Klose * configure: Regenerate. @@ -266,7 +270,7 @@ * Initial commit. -Copyright (C) 2012-2016 Free Software Foundation, Inc. +Copyright (C) 2012-2017 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/libatomic/Makefile.am b/libatomic/Makefile.am index b35124428509..08699b9fb7e1 100644 --- a/libatomic/Makefile.am +++ b/libatomic/Makefile.am @@ -1,4 +1,4 @@ -## Copyright (C) 2012-2016 Free Software Foundation, Inc. +## Copyright (C) 2012-2017 Free Software Foundation, Inc. ## Contributed by Richard Henderson . ## ## This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/cas_n.c b/libatomic/cas_n.c index f758893b8a7a..1b0a350565fa 100644 --- a/libatomic/cas_n.c +++ b/libatomic/cas_n.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2016 Free Software Foundation, Inc. +/* Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/config/arm/arm-config.h b/libatomic/config/arm/arm-config.h index 19331e30127e..4b97605fa437 100644 --- a/libatomic/config/arm/arm-config.h +++ b/libatomic/config/arm/arm-config.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2016 Free Software Foundation, Inc. +/* Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/config/arm/exch_n.c b/libatomic/config/arm/exch_n.c index 3b20a974fc87..991f19de0f39 100644 --- a/libatomic/config/arm/exch_n.c +++ b/libatomic/config/arm/exch_n.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2016 Free Software Foundation, Inc. +/* Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/config/linux/arm/host-config.h b/libatomic/config/linux/arm/host-config.h index 73e0cbc5d326..08f5ad3f77f9 100644 --- a/libatomic/config/linux/arm/host-config.h +++ b/libatomic/config/linux/arm/host-config.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2016 Free Software Foundation, Inc. +/* Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/config/linux/arm/init.c b/libatomic/config/linux/arm/init.c index cf88b820f229..ebda7a97c266 100644 --- a/libatomic/config/linux/arm/init.c +++ b/libatomic/config/linux/arm/init.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2016 Free Software Foundation, Inc. +/* Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/config/linux/arm/load_n.c b/libatomic/config/linux/arm/load_n.c index 8b46e81c1ebd..d456bc41a1ce 100644 --- a/libatomic/config/linux/arm/load_n.c +++ b/libatomic/config/linux/arm/load_n.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2016 Free Software Foundation, Inc. +/* Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/config/linux/arm/store_n.c b/libatomic/config/linux/arm/store_n.c index 5ff0efa1e8e0..74879c9c90cf 100644 --- a/libatomic/config/linux/arm/store_n.c +++ b/libatomic/config/linux/arm/store_n.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2016 Free Software Foundation, Inc. +/* Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/config/mingw/host-config.h b/libatomic/config/mingw/host-config.h index 330f75933c45..c6652c4162b6 100644 --- a/libatomic/config/mingw/host-config.h +++ b/libatomic/config/mingw/host-config.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2016 Free Software Foundation, Inc. +/* Copyright (C) 2014-2017 Free Software Foundation, Inc. Contributed by Kai Tietz . This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/config/mingw/lock.c b/libatomic/config/mingw/lock.c index 766cb872d65e..e767642610ee 100644 --- a/libatomic/config/mingw/lock.c +++ b/libatomic/config/mingw/lock.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2016 Free Software Foundation, Inc. +/* Copyright (C) 2014-2017 Free Software Foundation, Inc. Contributed by Kai Tietz . This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/config/posix/host-config.h b/libatomic/config/posix/host-config.h index 00bdde96d549..5a197663ee89 100644 --- a/libatomic/config/posix/host-config.h +++ b/libatomic/config/posix/host-config.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2016 Free Software Foundation, Inc. +/* Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/config/posix/lock.c b/libatomic/config/posix/lock.c index 854d1a6f475b..f9078a4e6377 100644 --- a/libatomic/config/posix/lock.c +++ b/libatomic/config/posix/lock.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2016 Free Software Foundation, Inc. +/* Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/config/rtems/host-config.h b/libatomic/config/rtems/host-config.h index d11e9efb01fb..cdc38c5b2bf1 100644 --- a/libatomic/config/rtems/host-config.h +++ b/libatomic/config/rtems/host-config.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2016 Free Software Foundation, Inc. +/* Copyright (C) 2016-2017 Free Software Foundation, Inc. Contributed by Sebastian Huber . This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/config/rtems/lock.c b/libatomic/config/rtems/lock.c index f999f9b6837b..c3854eed2aa9 100644 --- a/libatomic/config/rtems/lock.c +++ b/libatomic/config/rtems/lock.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016 Free Software Foundation, Inc. +/* Copyright (C) 2016-2017 Free Software Foundation, Inc. Contributed by Sebastian Huber . This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/config/x86/fenv.c b/libatomic/config/x86/fenv.c index cc78e0bb05bf..40b86dc3d432 100644 --- a/libatomic/config/x86/fenv.c +++ b/libatomic/config/x86/fenv.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2016 Free Software Foundation, Inc. +/* Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/config/x86/host-config.h b/libatomic/config/x86/host-config.h index 3fbd6a8eeb22..5754db4fccf2 100644 --- a/libatomic/config/x86/host-config.h +++ b/libatomic/config/x86/host-config.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2016 Free Software Foundation, Inc. +/* Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/config/x86/init.c b/libatomic/config/x86/init.c index c084d587ca8e..6ac72dafd2c1 100644 --- a/libatomic/config/x86/init.c +++ b/libatomic/config/x86/init.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2016 Free Software Foundation, Inc. +/* Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/configure.ac b/libatomic/configure.ac index cf40ea19a999..7d4e16d9229e 100644 --- a/libatomic/configure.ac +++ b/libatomic/configure.ac @@ -1,5 +1,5 @@ # Process this file with autoreconf to produce a configure script. -# Copyright (C) 2012-2016 Free Software Foundation, Inc. +# Copyright (C) 2012-2017 Free Software Foundation, Inc. # # This file is part of the GNU Atomic Library (libatomic). # diff --git a/libatomic/configure.tgt b/libatomic/configure.tgt index eab2765d7fd2..6d77c9482a51 100644 --- a/libatomic/configure.tgt +++ b/libatomic/configure.tgt @@ -1,5 +1,5 @@ # -*- shell-script -*- -# Copyright (C) 2012-2016 Free Software Foundation, Inc. +# Copyright (C) 2012-2017 Free Software Foundation, Inc. # Contributed by Richard Henderson . # # This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/exch_n.c b/libatomic/exch_n.c index ba0c7af93329..1138797dd882 100644 --- a/libatomic/exch_n.c +++ b/libatomic/exch_n.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2016 Free Software Foundation, Inc. +/* Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/fadd_n.c b/libatomic/fadd_n.c index a76e088f3d30..98878ca439c0 100644 --- a/libatomic/fadd_n.c +++ b/libatomic/fadd_n.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2016 Free Software Foundation, Inc. +/* Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/fence.c b/libatomic/fence.c index 0e382a035cb8..25f2b713fc34 100644 --- a/libatomic/fence.c +++ b/libatomic/fence.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 Free Software Foundation, Inc. +/* Copyright (C) 2015-2017 Free Software Foundation, Inc. This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/fenv.c b/libatomic/fenv.c index 852f005eff6c..7b4132e05a18 100644 --- a/libatomic/fenv.c +++ b/libatomic/fenv.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2016 Free Software Foundation, Inc. +/* Copyright (C) 2012-2017 Free Software Foundation, Inc. This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/flag.c b/libatomic/flag.c index 3e2b09248e6b..94f6eb10f21c 100644 --- a/libatomic/flag.c +++ b/libatomic/flag.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 Free Software Foundation, Inc. +/* Copyright (C) 2015-2017 Free Software Foundation, Inc. This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/fop_n.c b/libatomic/fop_n.c index 77347c39d5bc..e8649b5ec039 100644 --- a/libatomic/fop_n.c +++ b/libatomic/fop_n.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2016 Free Software Foundation, Inc. +/* Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/gcas.c b/libatomic/gcas.c index 6a5025d0bb25..63a06c3def99 100644 --- a/libatomic/gcas.c +++ b/libatomic/gcas.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2016 Free Software Foundation, Inc. +/* Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/gexch.c b/libatomic/gexch.c index fddb79495fa8..44745afa28d3 100644 --- a/libatomic/gexch.c +++ b/libatomic/gexch.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2016 Free Software Foundation, Inc. +/* Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/glfree.c b/libatomic/glfree.c index fd1b3a7d57bb..b68dec77db0b 100644 --- a/libatomic/glfree.c +++ b/libatomic/glfree.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2016 Free Software Foundation, Inc. +/* Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/gload.c b/libatomic/gload.c index 64a0dc5945a3..98e1a7edb9de 100644 --- a/libatomic/gload.c +++ b/libatomic/gload.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2016 Free Software Foundation, Inc. +/* Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/gstore.c b/libatomic/gstore.c index af1d060c8e21..5c933a379ba2 100644 --- a/libatomic/gstore.c +++ b/libatomic/gstore.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2016 Free Software Foundation, Inc. +/* Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/host-config.h b/libatomic/host-config.h index 5b3dd3f2e324..17f9615a4e62 100644 --- a/libatomic/host-config.h +++ b/libatomic/host-config.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2016 Free Software Foundation, Inc. +/* Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/libatomic_i.h b/libatomic/libatomic_i.h index 9206a8e39392..4eb372af2804 100644 --- a/libatomic/libatomic_i.h +++ b/libatomic/libatomic_i.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2016 Free Software Foundation, Inc. +/* Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/load_n.c b/libatomic/load_n.c index 58f16c9e6aaf..782d7d0ed0a4 100644 --- a/libatomic/load_n.c +++ b/libatomic/load_n.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2016 Free Software Foundation, Inc. +/* Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/store_n.c b/libatomic/store_n.c index 8629c71b2f64..52c917f64df2 100644 --- a/libatomic/store_n.c +++ b/libatomic/store_n.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2016 Free Software Foundation, Inc. +/* Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/tas_n.c b/libatomic/tas_n.c index 488db1f93b56..2385089fdda7 100644 --- a/libatomic/tas_n.c +++ b/libatomic/tas_n.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2016 Free Software Foundation, Inc. +/* Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Atomic Library (libatomic). diff --git a/libatomic/testsuite/config/default.exp b/libatomic/testsuite/config/default.exp index b6adbf7983cb..390ece799827 100644 --- a/libatomic/testsuite/config/default.exp +++ b/libatomic/testsuite/config/default.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2011-2016 Free Software Foundation, Inc. +# Copyright (C) 2011-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/libbacktrace/ChangeLog b/libbacktrace/ChangeLog index 88005dfb01eb..648328503870 100644 --- a/libbacktrace/ChangeLog +++ b/libbacktrace/ChangeLog @@ -1,3 +1,7 @@ +2017-01-01 Jakub Jelinek + + Update copyright years. + 2016-11-15 Matthias Klose * configure: Regenerate. @@ -591,7 +595,7 @@ * Initial implementation. -Copyright (C) 2012-2016 Free Software Foundation, Inc. +Copyright (C) 2012-2017 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/libbacktrace/Makefile.am b/libbacktrace/Makefile.am index 61aec4474a70..344dad51355b 100644 --- a/libbacktrace/Makefile.am +++ b/libbacktrace/Makefile.am @@ -1,5 +1,5 @@ # Makefile.am -- Backtrace Makefile. -# Copyright (C) 2012-2016 Free Software Foundation, Inc. +# Copyright (C) 2012-2017 Free Software Foundation, Inc. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are diff --git a/libbacktrace/alloc.c b/libbacktrace/alloc.c index 3333624a2095..e7e815b427f9 100644 --- a/libbacktrace/alloc.c +++ b/libbacktrace/alloc.c @@ -1,5 +1,5 @@ /* alloc.c -- Memory allocation without mmap. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Written by Ian Lance Taylor, Google. Redistribution and use in source and binary forms, with or without diff --git a/libbacktrace/atomic.c b/libbacktrace/atomic.c index 4f31ff36f81d..b0d6a4248e5c 100644 --- a/libbacktrace/atomic.c +++ b/libbacktrace/atomic.c @@ -1,5 +1,5 @@ /* atomic.c -- Support for atomic functions if not present. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. Written by Ian Lance Taylor, Google. Redistribution and use in source and binary forms, with or without diff --git a/libbacktrace/backtrace-supported.h.in b/libbacktrace/backtrace-supported.h.in index c2d03d241adb..342e8c42bd3c 100644 --- a/libbacktrace/backtrace-supported.h.in +++ b/libbacktrace/backtrace-supported.h.in @@ -1,5 +1,5 @@ /* backtrace-supported.h.in -- Whether stack backtrace is supported. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Written by Ian Lance Taylor, Google. Redistribution and use in source and binary forms, with or without diff --git a/libbacktrace/backtrace.c b/libbacktrace/backtrace.c index 7372a27f15fc..67a10e25706b 100644 --- a/libbacktrace/backtrace.c +++ b/libbacktrace/backtrace.c @@ -1,5 +1,5 @@ /* backtrace.c -- Entry point for stack backtrace library. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Written by Ian Lance Taylor, Google. Redistribution and use in source and binary forms, with or without diff --git a/libbacktrace/backtrace.h b/libbacktrace/backtrace.h index 0e6e29f39c4f..14863cf2d03e 100644 --- a/libbacktrace/backtrace.h +++ b/libbacktrace/backtrace.h @@ -1,5 +1,5 @@ /* backtrace.h -- Public header file for stack backtrace library. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Written by Ian Lance Taylor, Google. Redistribution and use in source and binary forms, with or without diff --git a/libbacktrace/btest.c b/libbacktrace/btest.c index 8c69b1b87f26..e28a3d83d452 100644 --- a/libbacktrace/btest.c +++ b/libbacktrace/btest.c @@ -1,5 +1,5 @@ /* btest.c -- Test for libbacktrace library - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Written by Ian Lance Taylor, Google. Redistribution and use in source and binary forms, with or without diff --git a/libbacktrace/configure.ac b/libbacktrace/configure.ac index 2b774b058993..f9cad2144474 100644 --- a/libbacktrace/configure.ac +++ b/libbacktrace/configure.ac @@ -1,5 +1,5 @@ # configure.ac -- Backtrace configure script. -# Copyright (C) 2012-2016 Free Software Foundation, Inc. +# Copyright (C) 2012-2017 Free Software Foundation, Inc. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are diff --git a/libbacktrace/dwarf.c b/libbacktrace/dwarf.c index 37682c0038e5..80c640340928 100644 --- a/libbacktrace/dwarf.c +++ b/libbacktrace/dwarf.c @@ -1,5 +1,5 @@ /* dwarf.c -- Get file/line information from DWARF for backtraces. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Written by Ian Lance Taylor, Google. Redistribution and use in source and binary forms, with or without diff --git a/libbacktrace/elf.c b/libbacktrace/elf.c index e87741382262..89ed42b80219 100644 --- a/libbacktrace/elf.c +++ b/libbacktrace/elf.c @@ -1,5 +1,5 @@ /* elf.c -- Get debug data from an ELF file for backtraces. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Written by Ian Lance Taylor, Google. Redistribution and use in source and binary forms, with or without diff --git a/libbacktrace/fileline.c b/libbacktrace/fileline.c index 503bbc6bc542..0fd350a30c9e 100644 --- a/libbacktrace/fileline.c +++ b/libbacktrace/fileline.c @@ -1,5 +1,5 @@ /* fileline.c -- Get file and line number information in a backtrace. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Written by Ian Lance Taylor, Google. Redistribution and use in source and binary forms, with or without diff --git a/libbacktrace/internal.h b/libbacktrace/internal.h index aab4e2a007a5..89b7bf7d2d1f 100644 --- a/libbacktrace/internal.h +++ b/libbacktrace/internal.h @@ -1,5 +1,5 @@ /* internal.h -- Internal header file for stack backtrace library. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Written by Ian Lance Taylor, Google. Redistribution and use in source and binary forms, with or without diff --git a/libbacktrace/mmap.c b/libbacktrace/mmap.c index e30d1c1a3d75..cfa50e27d8c6 100644 --- a/libbacktrace/mmap.c +++ b/libbacktrace/mmap.c @@ -1,5 +1,5 @@ /* mmap.c -- Memory allocation with mmap. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Written by Ian Lance Taylor, Google. Redistribution and use in source and binary forms, with or without diff --git a/libbacktrace/mmapio.c b/libbacktrace/mmapio.c index 8a9ba8e7bce8..129785d3cdb0 100644 --- a/libbacktrace/mmapio.c +++ b/libbacktrace/mmapio.c @@ -1,5 +1,5 @@ /* mmapio.c -- File views using mmap. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Written by Ian Lance Taylor, Google. Redistribution and use in source and binary forms, with or without diff --git a/libbacktrace/nounwind.c b/libbacktrace/nounwind.c index 0deaeef0a8ef..8dc6bf6240bf 100644 --- a/libbacktrace/nounwind.c +++ b/libbacktrace/nounwind.c @@ -1,5 +1,5 @@ /* backtrace.c -- Entry point for stack backtrace library. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Written by Ian Lance Taylor, Google. Redistribution and use in source and binary forms, with or without diff --git a/libbacktrace/pecoff.c b/libbacktrace/pecoff.c index c7d32aa6b475..78152c30c648 100644 --- a/libbacktrace/pecoff.c +++ b/libbacktrace/pecoff.c @@ -1,5 +1,5 @@ /* pecoff.c -- Get debug data from a PE/COFFF file for backtraces. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. Adapted from elf.c by Tristan Gingold, AdaCore. Redistribution and use in source and binary forms, with or without diff --git a/libbacktrace/posix.c b/libbacktrace/posix.c index be7357e6be66..5e5571f75ea2 100644 --- a/libbacktrace/posix.c +++ b/libbacktrace/posix.c @@ -1,5 +1,5 @@ /* posix.c -- POSIX file I/O routines for the backtrace library. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Written by Ian Lance Taylor, Google. Redistribution and use in source and binary forms, with or without diff --git a/libbacktrace/print.c b/libbacktrace/print.c index 73b8abc19333..d19fc17b2860 100644 --- a/libbacktrace/print.c +++ b/libbacktrace/print.c @@ -1,5 +1,5 @@ /* print.c -- Print the current backtrace. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Written by Ian Lance Taylor, Google. Redistribution and use in source and binary forms, with or without diff --git a/libbacktrace/read.c b/libbacktrace/read.c index 33b68f8434c9..ed740336d003 100644 --- a/libbacktrace/read.c +++ b/libbacktrace/read.c @@ -1,5 +1,5 @@ /* read.c -- File views without mmap. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Written by Ian Lance Taylor, Google. Redistribution and use in source and binary forms, with or without diff --git a/libbacktrace/simple.c b/libbacktrace/simple.c index 493fd6de7801..6d65e6089683 100644 --- a/libbacktrace/simple.c +++ b/libbacktrace/simple.c @@ -1,5 +1,5 @@ /* simple.c -- The backtrace_simple function. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Written by Ian Lance Taylor, Google. Redistribution and use in source and binary forms, with or without diff --git a/libbacktrace/sort.c b/libbacktrace/sort.c index f352fca5ef63..6f34e0acb752 100644 --- a/libbacktrace/sort.c +++ b/libbacktrace/sort.c @@ -1,5 +1,5 @@ /* sort.c -- Sort without allocating memory - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Written by Ian Lance Taylor, Google. Redistribution and use in source and binary forms, with or without diff --git a/libbacktrace/state.c b/libbacktrace/state.c index 361a3963cea1..b50ec029f490 100644 --- a/libbacktrace/state.c +++ b/libbacktrace/state.c @@ -1,5 +1,5 @@ /* state.c -- Create the backtrace state. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Written by Ian Lance Taylor, Google. Redistribution and use in source and binary forms, with or without diff --git a/libbacktrace/stest.c b/libbacktrace/stest.c index 7a0b06d3e0b5..35ba32f77c7a 100644 --- a/libbacktrace/stest.c +++ b/libbacktrace/stest.c @@ -1,5 +1,5 @@ /* stest.c -- Test for libbacktrace internal sort function - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Written by Ian Lance Taylor, Google. Redistribution and use in source and binary forms, with or without diff --git a/libbacktrace/unknown.c b/libbacktrace/unknown.c index 8afe65b3f1de..867755b9d774 100644 --- a/libbacktrace/unknown.c +++ b/libbacktrace/unknown.c @@ -1,5 +1,5 @@ /* unknown.c -- used when backtrace configury does not know file format. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Written by Ian Lance Taylor, Google. Redistribution and use in source and binary forms, with or without diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index ba90cfe8018e..e9055bb92a41 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,7 @@ +2017-01-01 Jakub Jelinek + + Update copyright years. + 2016-12-15 David Malcolm PR preprocessor/78680 @@ -4986,7 +4990,7 @@ * include/symtab.h: Moved from gcc/hashtable.h. Change header guard name. -Copyright (C) 2004-2016 Free Software Foundation, Inc. +Copyright (C) 2004-2017 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/libcpp/Makefile.in b/libcpp/Makefile.in index a7d782803f77..e40869238903 100644 --- a/libcpp/Makefile.in +++ b/libcpp/Makefile.in @@ -1,7 +1,7 @@ # @configure_input@ # Makefile for libcpp. Run 'configure' to generate Makefile from Makefile.in -# Copyright (C) 2004-2016 Free Software Foundation, Inc. +# Copyright (C) 2004-2017 Free Software Foundation, Inc. #This file is part of libcpp. diff --git a/libcpp/charset.c b/libcpp/charset.c index 9cd1e10ae89a..6a3bbbca240f 100644 --- a/libcpp/charset.c +++ b/libcpp/charset.c @@ -1,5 +1,5 @@ /* CPP Library - charsets - Copyright (C) 1998-2016 Free Software Foundation, Inc. + Copyright (C) 1998-2017 Free Software Foundation, Inc. Broken out of c-lex.c Apr 2003, adding valid C99 UCN ranges. diff --git a/libcpp/directives-only.c b/libcpp/directives-only.c index 76bc76b98afd..5fa5b29a08d7 100644 --- a/libcpp/directives-only.c +++ b/libcpp/directives-only.c @@ -1,5 +1,5 @@ /* CPP Library - directive only preprocessing for distributed compilation. - Copyright (C) 2007-2016 Free Software Foundation, Inc. + Copyright (C) 2007-2017 Free Software Foundation, Inc. Contributed by Ollie Wild . This program is free software; you can redistribute it and/or modify it diff --git a/libcpp/directives.c b/libcpp/directives.c index c0006a49cc48..7cac653dbbc1 100644 --- a/libcpp/directives.c +++ b/libcpp/directives.c @@ -1,5 +1,5 @@ /* CPP Library. (Directive handling.) - Copyright (C) 1986-2016 Free Software Foundation, Inc. + Copyright (C) 1986-2017 Free Software Foundation, Inc. Contributed by Per Bothner, 1994-95. Based on CCCP program by Paul Rubin, June 1986 Adapted to ANSI C, Richard Stallman, Jan 1987 diff --git a/libcpp/errors.c b/libcpp/errors.c index 3b0a0b414612..7fdee3c62540 100644 --- a/libcpp/errors.c +++ b/libcpp/errors.c @@ -1,5 +1,5 @@ /* Default error handlers for CPP Library. - Copyright (C) 1986-2016 Free Software Foundation, Inc. + Copyright (C) 1986-2017 Free Software Foundation, Inc. Written by Per Bothner, 1994. Based on CCCP program by Paul Rubin, June 1986 Adapted to ANSI C, Richard Stallman, Jan 1987 diff --git a/libcpp/expr.c b/libcpp/expr.c index a4cf75059583..3eac3768bbde 100644 --- a/libcpp/expr.c +++ b/libcpp/expr.c @@ -1,5 +1,5 @@ /* Parse C expressions for cpplib. - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2017 Free Software Foundation, Inc. Contributed by Per Bothner, 1994. This program is free software; you can redistribute it and/or modify it diff --git a/libcpp/files.c b/libcpp/files.c index 2c50e6c27e1b..969a531033f0 100644 --- a/libcpp/files.c +++ b/libcpp/files.c @@ -1,5 +1,5 @@ /* Part of CPP library. File handling. - Copyright (C) 1986-2016 Free Software Foundation, Inc. + Copyright (C) 1986-2017 Free Software Foundation, Inc. Written by Per Bothner, 1994. Based on CCCP program by Paul Rubin, June 1986 Adapted to ANSI C, Richard Stallman, Jan 1987 diff --git a/libcpp/identifiers.c b/libcpp/identifiers.c index 09c5b2023726..220f9b97f0d6 100644 --- a/libcpp/identifiers.c +++ b/libcpp/identifiers.c @@ -1,5 +1,5 @@ /* Hash tables for the CPP library. - Copyright (C) 1986-2016 Free Software Foundation, Inc. + Copyright (C) 1986-2017 Free Software Foundation, Inc. Written by Per Bothner, 1994. Based on CCCP program by Paul Rubin, June 1986 Adapted to ANSI C, Richard Stallman, Jan 1987 diff --git a/libcpp/include/cpp-id-data.h b/libcpp/include/cpp-id-data.h index 76ef008ac509..1dcfb43cb48b 100644 --- a/libcpp/include/cpp-id-data.h +++ b/libcpp/include/cpp-id-data.h @@ -1,5 +1,5 @@ /* Structures that hang off cpp_identifier, for PCH. - Copyright (C) 1986-2016 Free Software Foundation, Inc. + Copyright (C) 1986-2017 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/libcpp/include/cpplib.h b/libcpp/include/cpplib.h index 56c2491d2ee8..b843992b0cd0 100644 --- a/libcpp/include/cpplib.h +++ b/libcpp/include/cpplib.h @@ -1,5 +1,5 @@ /* Definitions for CPP library. - Copyright (C) 1995-2016 Free Software Foundation, Inc. + Copyright (C) 1995-2017 Free Software Foundation, Inc. Written by Per Bothner, 1994-95. This program is free software; you can redistribute it and/or modify it diff --git a/libcpp/include/line-map.h b/libcpp/include/line-map.h index b61c3cc0d2c6..ec56de396151 100644 --- a/libcpp/include/line-map.h +++ b/libcpp/include/line-map.h @@ -1,5 +1,5 @@ /* Map (unsigned int) keys to (source file, line, column) triples. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/libcpp/include/mkdeps.h b/libcpp/include/mkdeps.h index 6c6c61d4c54e..2c1bca9170c3 100644 --- a/libcpp/include/mkdeps.h +++ b/libcpp/include/mkdeps.h @@ -1,5 +1,5 @@ /* Dependency generator for Makefile fragments. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. Contributed by Zack Weinberg, Mar 2000 This program is free software; you can redistribute it and/or modify it diff --git a/libcpp/include/symtab.h b/libcpp/include/symtab.h index d54d509ed923..cf0c33f9aede 100644 --- a/libcpp/include/symtab.h +++ b/libcpp/include/symtab.h @@ -1,5 +1,5 @@ /* Hash tables. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/libcpp/init.c b/libcpp/init.c index 5e352806100f..0679b7f9e36b 100644 --- a/libcpp/init.c +++ b/libcpp/init.c @@ -1,5 +1,5 @@ /* CPP Library. - Copyright (C) 1986-2016 Free Software Foundation, Inc. + Copyright (C) 1986-2017 Free Software Foundation, Inc. Contributed by Per Bothner, 1994-95. Based on CCCP program by Paul Rubin, June 1986 Adapted to ANSI C, Richard Stallman, Jan 1987 diff --git a/libcpp/internal.h b/libcpp/internal.h index 4a5cd3c027cd..f24e85cfb119 100644 --- a/libcpp/internal.h +++ b/libcpp/internal.h @@ -1,5 +1,5 @@ /* Part of CPP library. - Copyright (C) 1997-2016 Free Software Foundation, Inc. + Copyright (C) 1997-2017 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/libcpp/lex.c b/libcpp/lex.c index 9b1bdf8ba30a..8a8c79cde75b 100644 --- a/libcpp/lex.c +++ b/libcpp/lex.c @@ -1,5 +1,5 @@ /* CPP Library - lexical analysis. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. Contributed by Per Bothner, 1994-95. Based on CCCP program by Paul Rubin, June 1986 Adapted to ANSI C, Richard Stallman, Jan 1987 diff --git a/libcpp/line-map.c b/libcpp/line-map.c index c98ee45965a6..77beaffd5bf8 100644 --- a/libcpp/line-map.c +++ b/libcpp/line-map.c @@ -1,5 +1,5 @@ /* Map (unsigned int) keys to (source file, line, column) triples. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/libcpp/macro.c b/libcpp/macro.c index 147fcf53a88f..de18c2210cfc 100644 --- a/libcpp/macro.c +++ b/libcpp/macro.c @@ -1,5 +1,5 @@ /* Part of CPP library. (Macro and #define handling.) - Copyright (C) 1986-2016 Free Software Foundation, Inc. + Copyright (C) 1986-2017 Free Software Foundation, Inc. Written by Per Bothner, 1994. Based on CCCP program by Paul Rubin, June 1986 Adapted to ANSI C, Richard Stallman, Jan 1987 diff --git a/libcpp/makeucnid.c b/libcpp/makeucnid.c index 4717877873e2..fd24c00c5d1c 100644 --- a/libcpp/makeucnid.c +++ b/libcpp/makeucnid.c @@ -1,5 +1,5 @@ /* Make ucnid.h from various sources. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the @@ -378,7 +378,7 @@ write_copyright (void) { static const char copyright[] = "\ /* Unicode characters and various properties.\n\ - Copyright (C) 2003-2016 Free Software Foundation, Inc.\n\ + Copyright (C) 2003-2017 Free Software Foundation, Inc.\n\ \n\ This program is free software; you can redistribute it and/or modify it\n\ under the terms of the GNU General Public License as published by the\n\ diff --git a/libcpp/mkdeps.c b/libcpp/mkdeps.c index 32ef62786834..df9f28748fc4 100644 --- a/libcpp/mkdeps.c +++ b/libcpp/mkdeps.c @@ -1,5 +1,5 @@ /* Dependency generator for Makefile fragments. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. Contributed by Zack Weinberg, Mar 2000 This program is free software; you can redistribute it and/or modify it diff --git a/libcpp/pch.c b/libcpp/pch.c index 04064c0af354..f65346fbc811 100644 --- a/libcpp/pch.c +++ b/libcpp/pch.c @@ -1,5 +1,5 @@ /* Part of CPP library. (Precompiled header reading/writing.) - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/libcpp/symtab.c b/libcpp/symtab.c index 2849929c9199..3ec063ae4ead 100644 --- a/libcpp/symtab.c +++ b/libcpp/symtab.c @@ -1,5 +1,5 @@ /* Hash tables. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/libcpp/system.h b/libcpp/system.h index 67b02bb4578c..e4ac4ea22834 100644 --- a/libcpp/system.h +++ b/libcpp/system.h @@ -1,6 +1,6 @@ /* Get common system includes and various definitions and declarations based on autoconf macros. - Copyright (C) 1998-2016 Free Software Foundation, Inc. + Copyright (C) 1998-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libcpp/traditional.c b/libcpp/traditional.c index aaf7378e2fcd..e6004357ca36 100644 --- a/libcpp/traditional.c +++ b/libcpp/traditional.c @@ -1,5 +1,5 @@ /* CPP Library - traditional lexical analysis and macro expansion. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Neil Booth, May 2002 This program is free software; you can redistribute it and/or modify it diff --git a/libcpp/ucnid.h b/libcpp/ucnid.h index 3277793a1eb9..147e728c060e 100644 --- a/libcpp/ucnid.h +++ b/libcpp/ucnid.h @@ -1,5 +1,5 @@ /* Unicode characters and various properties. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/libcpp/ucnid.tab b/libcpp/ucnid.tab index 618e2ce4547e..fca3bcdb18fa 100644 --- a/libcpp/ucnid.tab +++ b/libcpp/ucnid.tab @@ -1,5 +1,5 @@ ; Table of UCNs which are valid in identifiers. -; Copyright (C) 2003-2016 Free Software Foundation, Inc. +; Copyright (C) 2003-2017 Free Software Foundation, Inc. ; ; This program is free software; you can redistribute it and/or modify it ; under the terms of the GNU General Public License as published by the diff --git a/libdecnumber/ChangeLog b/libdecnumber/ChangeLog index a34029206129..c781b4e8423e 100644 --- a/libdecnumber/ChangeLog +++ b/libdecnumber/ChangeLog @@ -1,3 +1,7 @@ +2017-01-01 Jakub Jelinek + + Update copyright years. + 2016-11-15 Matthias Klose * configure: Regenerate. @@ -642,7 +646,7 @@ * decDPD.h: Likewise. * decLibrary.c, decRound.c: Likewise. -Copyright (C) 2005-2016 Free Software Foundation, Inc. +Copyright (C) 2005-2017 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/libdecnumber/Makefile.in b/libdecnumber/Makefile.in index 75c2c0424e37..02c327a59c4f 100644 --- a/libdecnumber/Makefile.in +++ b/libdecnumber/Makefile.in @@ -1,7 +1,7 @@ # @configure_input@ # Makefile for libdecnumber. Run 'configure' to generate Makefile from Makefile.in -# Copyright (C) 2005-2016 Free Software Foundation, Inc. +# Copyright (C) 2005-2017 Free Software Foundation, Inc. #This file is part of GCC. diff --git a/libdecnumber/bid/bid-dpd.h b/libdecnumber/bid/bid-dpd.h index ef5d1ffa4c17..2e7a5c338d54 100644 --- a/libdecnumber/bid/bid-dpd.h +++ b/libdecnumber/bid/bid-dpd.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libdecnumber/bid/bid2dpd_dpd2bid.c b/libdecnumber/bid/bid2dpd_dpd2bid.c index df455345b6e3..c335eb849a89 100644 --- a/libdecnumber/bid/bid2dpd_dpd2bid.c +++ b/libdecnumber/bid/bid2dpd_dpd2bid.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libdecnumber/bid/bid2dpd_dpd2bid.h b/libdecnumber/bid/bid2dpd_dpd2bid.h index 720c334b36cb..6a58bf60e5cd 100644 --- a/libdecnumber/bid/bid2dpd_dpd2bid.h +++ b/libdecnumber/bid/bid2dpd_dpd2bid.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libdecnumber/bid/decimal128.c b/libdecnumber/bid/decimal128.c index 2a2bc2a36914..a38083b37823 100644 --- a/libdecnumber/bid/decimal128.c +++ b/libdecnumber/bid/decimal128.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libdecnumber/bid/decimal32.c b/libdecnumber/bid/decimal32.c index d33c0454d38a..e3c964aafe14 100644 --- a/libdecnumber/bid/decimal32.c +++ b/libdecnumber/bid/decimal32.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libdecnumber/bid/decimal64.c b/libdecnumber/bid/decimal64.c index 2f1a4e3535a8..911682cd2fa5 100644 --- a/libdecnumber/bid/decimal64.c +++ b/libdecnumber/bid/decimal64.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libdecnumber/bid/host-ieee128.c b/libdecnumber/bid/host-ieee128.c index b3e01a719d75..017ff8aecdef 100644 --- a/libdecnumber/bid/host-ieee128.c +++ b/libdecnumber/bid/host-ieee128.c @@ -1,5 +1,5 @@ /* This is a software decimal floating point library. - Copyright (C) 2007-2016 Free Software Foundation, Inc. + Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libdecnumber/bid/host-ieee32.c b/libdecnumber/bid/host-ieee32.c index daaac2c43cc5..1e9fc3e9a5c4 100644 --- a/libdecnumber/bid/host-ieee32.c +++ b/libdecnumber/bid/host-ieee32.c @@ -1,5 +1,5 @@ /* This is a software decimal floating point library. - Copyright (C) 2007-2016 Free Software Foundation, Inc. + Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libdecnumber/bid/host-ieee64.c b/libdecnumber/bid/host-ieee64.c index 3e2900f5afe2..301a4911b000 100644 --- a/libdecnumber/bid/host-ieee64.c +++ b/libdecnumber/bid/host-ieee64.c @@ -1,5 +1,5 @@ /* This is a software decimal floating point library. - Copyright (C) 2007-2016 Free Software Foundation, Inc. + Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libdecnumber/configure.ac b/libdecnumber/configure.ac index 48b019c4d666..2945ca39a835 100644 --- a/libdecnumber/configure.ac +++ b/libdecnumber/configure.ac @@ -1,7 +1,7 @@ # configure.ac for libdecnumber -*- Autoconf -*- # Process this file with autoconf to generate a configuration script. -# Copyright (C) 2005-2016 Free Software Foundation, Inc. +# Copyright (C) 2005-2017 Free Software Foundation, Inc. # This file is part of GCC. diff --git a/libdecnumber/dconfig.h b/libdecnumber/dconfig.h index 8667ff28e594..270c35486e83 100644 --- a/libdecnumber/dconfig.h +++ b/libdecnumber/dconfig.h @@ -1,5 +1,5 @@ /* Configure decNumber for either host or target. - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libdecnumber/decBasic.c b/libdecnumber/decBasic.c index 169ac1e86228..0a29e40975ff 100644 --- a/libdecnumber/decBasic.c +++ b/libdecnumber/decBasic.c @@ -1,5 +1,5 @@ /* Common base code for the decNumber C Library. - Copyright (C) 2007-2016 Free Software Foundation, Inc. + Copyright (C) 2007-2017 Free Software Foundation, Inc. Contributed by IBM Corporation. Author Mike Cowlishaw. This file is part of GCC. diff --git a/libdecnumber/decCommon.c b/libdecnumber/decCommon.c index 3f4506b63794..e31aebf21141 100644 --- a/libdecnumber/decCommon.c +++ b/libdecnumber/decCommon.c @@ -1,5 +1,5 @@ /* Common code for fixed-size types in the decNumber C Library. - Copyright (C) 2007-2016 Free Software Foundation, Inc. + Copyright (C) 2007-2017 Free Software Foundation, Inc. Contributed by IBM Corporation. Author Mike Cowlishaw. This file is part of GCC. diff --git a/libdecnumber/decContext.c b/libdecnumber/decContext.c index b0b332396e79..93223bbee143 100644 --- a/libdecnumber/decContext.c +++ b/libdecnumber/decContext.c @@ -1,5 +1,5 @@ /* Decimal context module for the decNumber C Library. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by IBM Corporation. Author Mike Cowlishaw. This file is part of GCC. diff --git a/libdecnumber/decContext.h b/libdecnumber/decContext.h index 7b64c427f1cd..dcd1605b3f4a 100644 --- a/libdecnumber/decContext.h +++ b/libdecnumber/decContext.h @@ -1,5 +1,5 @@ /* Decimal context header module for the decNumber C Library. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by IBM Corporation. Author Mike Cowlishaw. This file is part of GCC. diff --git a/libdecnumber/decDPD.h b/libdecnumber/decDPD.h index 2a4e58e3c072..ffad1f77e6da 100644 --- a/libdecnumber/decDPD.h +++ b/libdecnumber/decDPD.h @@ -1,5 +1,5 @@ /* Conversion lookup tables for the decNumber C Library. - Copyright (C) 2007-2016 Free Software Foundation, Inc. + Copyright (C) 2007-2017 Free Software Foundation, Inc. Contributed by IBM Corporation. Author Mike Cowlishaw. This file is part of GCC. diff --git a/libdecnumber/decDouble.c b/libdecnumber/decDouble.c index e9c31a7891ee..bbd7dd16b57d 100644 --- a/libdecnumber/decDouble.c +++ b/libdecnumber/decDouble.c @@ -1,5 +1,5 @@ /* decDouble module for the decNumber C Library. - Copyright (C) 2007-2016 Free Software Foundation, Inc. + Copyright (C) 2007-2017 Free Software Foundation, Inc. Contributed by IBM Corporation. Author Mike Cowlishaw. This file is part of GCC. diff --git a/libdecnumber/decDouble.h b/libdecnumber/decDouble.h index a888b1671ea7..ee802d60bbf9 100644 --- a/libdecnumber/decDouble.h +++ b/libdecnumber/decDouble.h @@ -1,5 +1,5 @@ /* decDouble module header for the decNumber C Library. - Copyright (C) 2007-2016 Free Software Foundation, Inc. + Copyright (C) 2007-2017 Free Software Foundation, Inc. Contributed by IBM Corporation. Author Mike Cowlishaw. This file is part of GCC. diff --git a/libdecnumber/decExcept.c b/libdecnumber/decExcept.c index 829c3b94efec..bf62d6e8a673 100644 --- a/libdecnumber/decExcept.c +++ b/libdecnumber/decExcept.c @@ -1,5 +1,5 @@ /* Temporary library support for decimal floating point. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libdecnumber/decExcept.h b/libdecnumber/decExcept.h index 127118ad03fe..7bc9478f1bf6 100644 --- a/libdecnumber/decExcept.h +++ b/libdecnumber/decExcept.h @@ -1,5 +1,5 @@ /* Temporary library support for decimal floating point. - Copyright (C) 2006-2016 Free Software Foundation, Inc. + Copyright (C) 2006-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libdecnumber/decLibrary.c b/libdecnumber/decLibrary.c index add7576732c8..d77b55396371 100644 --- a/libdecnumber/decLibrary.c +++ b/libdecnumber/decLibrary.c @@ -1,5 +1,5 @@ /* Temporary library support for decimal floating point. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libdecnumber/decNumber.c b/libdecnumber/decNumber.c index d712d0d7d41e..9e163186b505 100644 --- a/libdecnumber/decNumber.c +++ b/libdecnumber/decNumber.c @@ -1,5 +1,5 @@ /* Decimal number arithmetic module for the decNumber C Library. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by IBM Corporation. Author Mike Cowlishaw. This file is part of GCC. diff --git a/libdecnumber/decNumber.h b/libdecnumber/decNumber.h index d97d28c4af98..ce8a6ab70e42 100644 --- a/libdecnumber/decNumber.h +++ b/libdecnumber/decNumber.h @@ -1,5 +1,5 @@ /* Decimal number arithmetic module header for the decNumber C Library. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by IBM Corporation. Author Mike Cowlishaw. This file is part of GCC. diff --git a/libdecnumber/decNumberLocal.h b/libdecnumber/decNumberLocal.h index 8d82a573565e..f8bcd96a446c 100644 --- a/libdecnumber/decNumberLocal.h +++ b/libdecnumber/decNumberLocal.h @@ -1,5 +1,5 @@ /* Local definitions for the decNumber C Library. - Copyright (C) 2007-2016 Free Software Foundation, Inc. + Copyright (C) 2007-2017 Free Software Foundation, Inc. Contributed by IBM Corporation. Author Mike Cowlishaw. This file is part of GCC. diff --git a/libdecnumber/decPacked.c b/libdecnumber/decPacked.c index a08c1e5c8eba..be1221ada2db 100644 --- a/libdecnumber/decPacked.c +++ b/libdecnumber/decPacked.c @@ -1,5 +1,5 @@ /* Packed decimal conversion module for the decNumber C Library. - Copyright (C) 2007-2016 Free Software Foundation, Inc. + Copyright (C) 2007-2017 Free Software Foundation, Inc. Contributed by IBM Corporation. Author Mike Cowlishaw. This file is part of GCC. diff --git a/libdecnumber/decPacked.h b/libdecnumber/decPacked.h index 605fb7a0fbfa..982ed7bde04c 100644 --- a/libdecnumber/decPacked.h +++ b/libdecnumber/decPacked.h @@ -1,5 +1,5 @@ /* Packed decimal conversion module header for the decNumber C Library. - Copyright (C) 2007-2016 Free Software Foundation, Inc. + Copyright (C) 2007-2017 Free Software Foundation, Inc. Contributed by IBM Corporation. Author Mike Cowlishaw. This file is part of GCC. diff --git a/libdecnumber/decQuad.c b/libdecnumber/decQuad.c index b153da63460a..582f7ad138e2 100644 --- a/libdecnumber/decQuad.c +++ b/libdecnumber/decQuad.c @@ -1,5 +1,5 @@ /* decQuad module for the decNumber C Library. - Copyright (C) 2007-2016 Free Software Foundation, Inc. + Copyright (C) 2007-2017 Free Software Foundation, Inc. Contributed by IBM Corporation. Author Mike Cowlishaw. This file is part of GCC. diff --git a/libdecnumber/decQuad.h b/libdecnumber/decQuad.h index 33f377df79fb..54caa044ec12 100644 --- a/libdecnumber/decQuad.h +++ b/libdecnumber/decQuad.h @@ -1,5 +1,5 @@ /* decQuad module header for the decNumber C Library. - Copyright (C) 2007-2016 Free Software Foundation, Inc. + Copyright (C) 2007-2017 Free Software Foundation, Inc. Contributed by IBM Corporation. Author Mike Cowlishaw. This file is part of GCC. diff --git a/libdecnumber/decRound.c b/libdecnumber/decRound.c index 74a42afd853d..09ba86459a4c 100644 --- a/libdecnumber/decRound.c +++ b/libdecnumber/decRound.c @@ -1,6 +1,6 @@ /* Internal testing support for rounding for decimal float. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libdecnumber/decRound.h b/libdecnumber/decRound.h index 74d4c0280cfb..b84b8f3c2c97 100644 --- a/libdecnumber/decRound.h +++ b/libdecnumber/decRound.h @@ -1,6 +1,6 @@ /* Internal testing support for rounding for decimal float. - Copyright (C) 2006-2016 Free Software Foundation, Inc. + Copyright (C) 2006-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libdecnumber/decSingle.c b/libdecnumber/decSingle.c index 1c773b1faf73..a9c9567f9d50 100644 --- a/libdecnumber/decSingle.c +++ b/libdecnumber/decSingle.c @@ -1,5 +1,5 @@ /* decSingle module for the decNumber C Library. - Copyright (C) 2007-2016 Free Software Foundation, Inc. + Copyright (C) 2007-2017 Free Software Foundation, Inc. Contributed by IBM Corporation. Author Mike Cowlishaw. This file is part of GCC. diff --git a/libdecnumber/decSingle.h b/libdecnumber/decSingle.h index 3114ba79e0d7..db5ec699ab10 100644 --- a/libdecnumber/decSingle.h +++ b/libdecnumber/decSingle.h @@ -1,5 +1,5 @@ /* decSingle module header for the decNumber C Library. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by IBM Corporation. Author Mike Cowlishaw. This file is part of GCC. diff --git a/libdecnumber/dpd/decimal128.c b/libdecnumber/dpd/decimal128.c index 7d3e6a349ba1..896655df32cc 100644 --- a/libdecnumber/dpd/decimal128.c +++ b/libdecnumber/dpd/decimal128.c @@ -1,5 +1,5 @@ /* Decimal 128-bit format module for the decNumber C Library. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by IBM Corporation. Author Mike Cowlishaw. This file is part of GCC. diff --git a/libdecnumber/dpd/decimal128.h b/libdecnumber/dpd/decimal128.h index 05a7fb78a63a..01f2d7d0dd35 100644 --- a/libdecnumber/dpd/decimal128.h +++ b/libdecnumber/dpd/decimal128.h @@ -1,5 +1,5 @@ /* Decimal 128-bit format module header for the decNumber C Library. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by IBM Corporation. Author Mike Cowlishaw. This file is part of GCC. diff --git a/libdecnumber/dpd/decimal128Local.h b/libdecnumber/dpd/decimal128Local.h index d60f45b35341..028a567b670c 100644 --- a/libdecnumber/dpd/decimal128Local.h +++ b/libdecnumber/dpd/decimal128Local.h @@ -1,5 +1,5 @@ /* Local definitions for use with the decNumber C Library. - Copyright (C) 2007-2016 Free Software Foundation, Inc. + Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libdecnumber/dpd/decimal32.c b/libdecnumber/dpd/decimal32.c index 9e177673ed8c..1e7a3f91b013 100644 --- a/libdecnumber/dpd/decimal32.c +++ b/libdecnumber/dpd/decimal32.c @@ -1,5 +1,5 @@ /* Decimal 32-bit format module for the decNumber C Library. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by IBM Corporation. Author Mike Cowlishaw. This file is part of GCC. diff --git a/libdecnumber/dpd/decimal32.h b/libdecnumber/dpd/decimal32.h index f2c6667ef63f..8096c214508d 100644 --- a/libdecnumber/dpd/decimal32.h +++ b/libdecnumber/dpd/decimal32.h @@ -1,5 +1,5 @@ /* Decimal 32-bit format module header for the decNumber C Library. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by IBM Corporation. Author Mike Cowlishaw. This file is part of GCC. diff --git a/libdecnumber/dpd/decimal64.c b/libdecnumber/dpd/decimal64.c index 06a5b247f48a..80f4a3d23cbb 100644 --- a/libdecnumber/dpd/decimal64.c +++ b/libdecnumber/dpd/decimal64.c @@ -1,5 +1,5 @@ /* Decimal 64-bit format module for the decNumber C Library. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by IBM Corporation. Author Mike Cowlishaw. This file is part of GCC. diff --git a/libdecnumber/dpd/decimal64.h b/libdecnumber/dpd/decimal64.h index 50642fb549ea..0d435771143c 100644 --- a/libdecnumber/dpd/decimal64.h +++ b/libdecnumber/dpd/decimal64.h @@ -1,5 +1,5 @@ /* Decimal 64-bit format module header for the decNumber C Library. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by IBM Corporation. Author Mike Cowlishaw. This file is part of GCC. diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 44cbfdbac4a5..e3a7e5d9dc2b 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,7 @@ +2017-01-01 Jakub Jelinek + + Update copyright years. + 2016-12-19 Krister Walfridsson * config.host (*-*-netbsd*): Add t-eh-dw2-dip to tmake_file. @@ -8255,7 +8259,7 @@ shared-object.mk, siditi-object.mk, static-object.mk: New files. * configure: Generated. -Copyright (C) 2007-2016 Free Software Foundation, Inc. +Copyright (C) 2007-2017 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/libgcc/Makefile.in b/libgcc/Makefile.in index ae69611f2bf2..195c79d8afee 100644 --- a/libgcc/Makefile.in +++ b/libgcc/Makefile.in @@ -1,6 +1,6 @@ # Makefile.in -# Copyright (C) 2005-2016 Free Software Foundation, Inc. +# Copyright (C) 2005-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/libgcc/config.host b/libgcc/config.host index d67edfbc4434..6f2e458e74e7 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -1,5 +1,5 @@ # libgcc host-specific configuration file. -# Copyright (C) 1997-2016 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. #This file is part of GCC. diff --git a/libgcc/config/aarch64/crtfastmath.c b/libgcc/config/aarch64/crtfastmath.c index 1947a5db3324..3abf48fd33e7 100644 --- a/libgcc/config/aarch64/crtfastmath.c +++ b/libgcc/config/aarch64/crtfastmath.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2016 Free Software Foundation, Inc. + * Copyright (C) 2014-2017 Free Software Foundation, Inc. * * This file is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the diff --git a/libgcc/config/aarch64/crti.S b/libgcc/config/aarch64/crti.S index 9f215f527be3..543473d059a8 100644 --- a/libgcc/config/aarch64/crti.S +++ b/libgcc/config/aarch64/crti.S @@ -1,5 +1,5 @@ # Machine description for AArch64 architecture. -# Copyright (C) 2009-2016 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # Contributed by ARM Ltd. # # This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/aarch64/crtn.S b/libgcc/config/aarch64/crtn.S index 7c05502bc523..dabd2b5e425c 100644 --- a/libgcc/config/aarch64/crtn.S +++ b/libgcc/config/aarch64/crtn.S @@ -1,5 +1,5 @@ # Machine description for AArch64 architecture. -# Copyright (C) 2009-2016 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # Contributed by ARM Ltd. # # This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/aarch64/linux-unwind.h b/libgcc/config/aarch64/linux-unwind.h index 4512efbdcc80..1256f010007a 100644 --- a/libgcc/config/aarch64/linux-unwind.h +++ b/libgcc/config/aarch64/linux-unwind.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2016 Free Software Foundation, Inc. +/* Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/aarch64/sfp-exceptions.c b/libgcc/config/aarch64/sfp-exceptions.c index 6f0c5127d8e1..9c324477843d 100644 --- a/libgcc/config/aarch64/sfp-exceptions.c +++ b/libgcc/config/aarch64/sfp-exceptions.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2016 Free Software Foundation, Inc. + * Copyright (C) 2012-2017 Free Software Foundation, Inc. * * This file is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the diff --git a/libgcc/config/aarch64/sfp-machine.h b/libgcc/config/aarch64/sfp-machine.h index da154ddbe6ac..6cdfe4997945 100644 --- a/libgcc/config/aarch64/sfp-machine.h +++ b/libgcc/config/aarch64/sfp-machine.h @@ -1,5 +1,5 @@ /* Machine description for AArch64 architecture. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GCC. diff --git a/libgcc/config/aarch64/sync-cache.c b/libgcc/config/aarch64/sync-cache.c index 241764ce2c64..7bdbb5dfd03d 100644 --- a/libgcc/config/aarch64/sync-cache.c +++ b/libgcc/config/aarch64/sync-cache.c @@ -1,5 +1,5 @@ /* Machine description for AArch64 architecture. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GCC. diff --git a/libgcc/config/aarch64/t-aarch64 b/libgcc/config/aarch64/t-aarch64 index ff9453d5d39d..3af933c61150 100644 --- a/libgcc/config/aarch64/t-aarch64 +++ b/libgcc/config/aarch64/t-aarch64 @@ -1,5 +1,5 @@ # Machine description for AArch64 architecture. -# Copyright (C) 2012-2016 Free Software Foundation, Inc. +# Copyright (C) 2012-2017 Free Software Foundation, Inc. # Contributed by ARM Ltd. # # This file is part of GCC. diff --git a/libgcc/config/alpha/crtfastmath.c b/libgcc/config/alpha/crtfastmath.c index 1013602e065b..98ec714d96e7 100644 --- a/libgcc/config/alpha/crtfastmath.c +++ b/libgcc/config/alpha/crtfastmath.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2001-2016 Free Software Foundation, Inc. + * Copyright (C) 2001-2017 Free Software Foundation, Inc. * Contributed by Richard Henderson (rth@redhat.com) * * This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/alpha/libgcc-alpha-ldbl.ver b/libgcc/config/alpha/libgcc-alpha-ldbl.ver index 39cfd6e119a4..27b21fb2cb49 100644 --- a/libgcc/config/alpha/libgcc-alpha-ldbl.ver +++ b/libgcc/config/alpha/libgcc-alpha-ldbl.ver @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2016 Free Software Foundation, Inc. +# Copyright (C) 2006-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/libgcc/config/alpha/linux-unwind.h b/libgcc/config/alpha/linux-unwind.h index bdbba4a3c5d9..a91a5f4fe26b 100644 --- a/libgcc/config/alpha/linux-unwind.h +++ b/libgcc/config/alpha/linux-unwind.h @@ -1,5 +1,5 @@ /* DWARF2 EH unwinding support for Alpha Linux. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/alpha/qrnnd.S b/libgcc/config/alpha/qrnnd.S index 384ee8070a19..bc75000515b4 100644 --- a/libgcc/config/alpha/qrnnd.S +++ b/libgcc/config/alpha/qrnnd.S @@ -1,5 +1,5 @@ # Alpha 21064 __udiv_qrnnd - # Copyright (C) 1992-2016 Free Software Foundation, Inc. + # Copyright (C) 1992-2017 Free Software Foundation, Inc. # This file is part of GCC. diff --git a/libgcc/config/alpha/vms-dwarf2.S b/libgcc/config/alpha/vms-dwarf2.S index bf56b023f756..bf8e8581e4c2 100644 --- a/libgcc/config/alpha/vms-dwarf2.S +++ b/libgcc/config/alpha/vms-dwarf2.S @@ -1,5 +1,5 @@ /* VMS dwarf2 section sequentializer. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. Contributed by Douglas B. Rupp (rupp@gnat.com). This file is part of GCC. diff --git a/libgcc/config/alpha/vms-dwarf2eh.S b/libgcc/config/alpha/vms-dwarf2eh.S index c3cd78436c9a..c497ce5616e1 100644 --- a/libgcc/config/alpha/vms-dwarf2eh.S +++ b/libgcc/config/alpha/vms-dwarf2eh.S @@ -1,5 +1,5 @@ /* VMS dwarf2 exception handling section sequentializer. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Douglas B. Rupp (rupp@gnat.com). This file is part of GCC. diff --git a/libgcc/config/alpha/vms-gcc_shell_handler.c b/libgcc/config/alpha/vms-gcc_shell_handler.c index 02bb51083244..5ec044b0949a 100644 --- a/libgcc/config/alpha/vms-gcc_shell_handler.c +++ b/libgcc/config/alpha/vms-gcc_shell_handler.c @@ -1,5 +1,5 @@ /* Static condition handler for Alpha/VMS. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/alpha/vms-unwind.h b/libgcc/config/alpha/vms-unwind.h index 4f08cd41880c..e44b402ab13f 100644 --- a/libgcc/config/alpha/vms-unwind.h +++ b/libgcc/config/alpha/vms-unwind.h @@ -1,5 +1,5 @@ /* Fallback frame unwinding for Alpha/VMS. - Copyright (C) 1996-2016 Free Software Foundation, Inc. + Copyright (C) 1996-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/arc/asm.h b/libgcc/config/arc/asm.h index 8418fadfb484..461eee8774df 100644 --- a/libgcc/config/arc/asm.h +++ b/libgcc/config/arc/asm.h @@ -1,6 +1,6 @@ /* Assembler macros for the Synopsys DesignWare ARC CPU. - Copyright (C) 1994-2016 Free Software Foundation, Inc. + Copyright (C) 1994-2017 Free Software Foundation, Inc. Contributor: Joern Rennecke on behalf of Synopsys Inc. diff --git a/libgcc/config/arc/crti.S b/libgcc/config/arc/crti.S index 6867ca99e839..6d6d11b37d22 100644 --- a/libgcc/config/arc/crti.S +++ b/libgcc/config/arc/crti.S @@ -1,6 +1,6 @@ /* .fini/.init stack frame setup for the Synopsys DesignWare ARC CPU. - Copyright (C) 1994-2016 Free Software Foundation, Inc. + Copyright (C) 1994-2017 Free Software Foundation, Inc. Contributor: Joern Rennecke on behalf of Synopsys Inc. diff --git a/libgcc/config/arc/crtn.S b/libgcc/config/arc/crtn.S index 85ccdcba8ba9..7327f8ce2475 100644 --- a/libgcc/config/arc/crtn.S +++ b/libgcc/config/arc/crtn.S @@ -1,6 +1,6 @@ /* Ensure .fini/.init return for the Synopsys DesignWare ARC CPU. - Copyright (C) 1994-2016 Free Software Foundation, Inc. + Copyright (C) 1994-2017 Free Software Foundation, Inc. Contributor: Joern Rennecke on behalf of Synopsys Inc. diff --git a/libgcc/config/arc/crttls.S b/libgcc/config/arc/crttls.S index 512c1df53c02..bed078887d7c 100644 --- a/libgcc/config/arc/crttls.S +++ b/libgcc/config/arc/crttls.S @@ -1,6 +1,6 @@ ; newlib tls glue code for Synopsys DesignWare ARC cpu. -/* Copyright (C) 2016 Free Software Foundation, Inc. +/* Copyright (C) 2016-2017 Free Software Foundation, Inc. Contributor: Joern Rennecke on behalf of Synopsys Inc. diff --git a/libgcc/config/arc/divtab-arc700.c b/libgcc/config/arc/divtab-arc700.c index e12215051bd0..7f28c77e1d4e 100644 --- a/libgcc/config/arc/divtab-arc700.c +++ b/libgcc/config/arc/divtab-arc700.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2004-2016 Free Software Foundation, Inc. +/* Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributor: Joern Rennecke on behalf of Synopsys Inc. diff --git a/libgcc/config/arc/dp-hack.h b/libgcc/config/arc/dp-hack.h index 1f7f213288a2..af6c66dfec6b 100644 --- a/libgcc/config/arc/dp-hack.h +++ b/libgcc/config/arc/dp-hack.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. Contributor: Joern Rennecke on behalf of Synopsys Inc. diff --git a/libgcc/config/arc/fp-hack.h b/libgcc/config/arc/fp-hack.h index 5144bb950960..58f42be66876 100644 --- a/libgcc/config/arc/fp-hack.h +++ b/libgcc/config/arc/fp-hack.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. Contributor: Joern Rennecke on behalf of Synopsys Inc. diff --git a/libgcc/config/arc/ieee-754/adddf3.S b/libgcc/config/arc/ieee-754/adddf3.S index dc31bf5975c2..ecd10f94f741 100644 --- a/libgcc/config/arc/ieee-754/adddf3.S +++ b/libgcc/config/arc/ieee-754/adddf3.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributor: Joern Rennecke on behalf of Synopsys Inc. diff --git a/libgcc/config/arc/ieee-754/addsf3.S b/libgcc/config/arc/ieee-754/addsf3.S index ac8e8ec64723..cca9f302a57c 100644 --- a/libgcc/config/arc/ieee-754/addsf3.S +++ b/libgcc/config/arc/ieee-754/addsf3.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributor: Joern Rennecke on behalf of Synopsys Inc. diff --git a/libgcc/config/arc/ieee-754/arc-ieee-754.h b/libgcc/config/arc/ieee-754/arc-ieee-754.h index e0fbbcbf3af8..e3e486b48a29 100644 --- a/libgcc/config/arc/ieee-754/arc-ieee-754.h +++ b/libgcc/config/arc/ieee-754/arc-ieee-754.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributor: Joern Rennecke on behalf of Synopsys Inc. diff --git a/libgcc/config/arc/ieee-754/arc600-dsp/divdf3.S b/libgcc/config/arc/ieee-754/arc600-dsp/divdf3.S index a090327b48ca..fb49ed85a32e 100644 --- a/libgcc/config/arc/ieee-754/arc600-dsp/divdf3.S +++ b/libgcc/config/arc/ieee-754/arc600-dsp/divdf3.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributor: Joern Rennecke on behalf of Synopsys Inc. diff --git a/libgcc/config/arc/ieee-754/arc600-dsp/divsf3.S b/libgcc/config/arc/ieee-754/arc600-dsp/divsf3.S index 78e809750075..f5afbc0f9264 100644 --- a/libgcc/config/arc/ieee-754/arc600-dsp/divsf3.S +++ b/libgcc/config/arc/ieee-754/arc600-dsp/divsf3.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributor: Joern Rennecke on behalf of Synopsys Inc. diff --git a/libgcc/config/arc/ieee-754/arc600-dsp/muldf3.S b/libgcc/config/arc/ieee-754/arc600-dsp/muldf3.S index 0a5ba67d97f2..d3fdc1a39e67 100644 --- a/libgcc/config/arc/ieee-754/arc600-dsp/muldf3.S +++ b/libgcc/config/arc/ieee-754/arc600-dsp/muldf3.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributor: Joern Rennecke on behalf of Synopsys Inc. diff --git a/libgcc/config/arc/ieee-754/arc600-dsp/mulsf3.S b/libgcc/config/arc/ieee-754/arc600-dsp/mulsf3.S index da5a5e9d4c49..a43465683656 100644 --- a/libgcc/config/arc/ieee-754/arc600-dsp/mulsf3.S +++ b/libgcc/config/arc/ieee-754/arc600-dsp/mulsf3.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributor: Joern Rennecke on behalf of Synopsys Inc. diff --git a/libgcc/config/arc/ieee-754/arc600-mul64/divdf3.S b/libgcc/config/arc/ieee-754/arc600-mul64/divdf3.S index 7b9be7d37d04..738c65b34653 100644 --- a/libgcc/config/arc/ieee-754/arc600-mul64/divdf3.S +++ b/libgcc/config/arc/ieee-754/arc600-mul64/divdf3.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributor: Joern Rennecke on behalf of Synopsys Inc. diff --git a/libgcc/config/arc/ieee-754/arc600-mul64/divsf3.S b/libgcc/config/arc/ieee-754/arc600-mul64/divsf3.S index 8bb4a96b14f5..d1c7926e0661 100644 --- a/libgcc/config/arc/ieee-754/arc600-mul64/divsf3.S +++ b/libgcc/config/arc/ieee-754/arc600-mul64/divsf3.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributor: Joern Rennecke on behalf of Synopsys Inc. diff --git a/libgcc/config/arc/ieee-754/arc600-mul64/muldf3.S b/libgcc/config/arc/ieee-754/arc600-mul64/muldf3.S index d8a851a852de..a38b84774dce 100644 --- a/libgcc/config/arc/ieee-754/arc600-mul64/muldf3.S +++ b/libgcc/config/arc/ieee-754/arc600-mul64/muldf3.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributor: Joern Rennecke on behalf of Synopsys Inc. diff --git a/libgcc/config/arc/ieee-754/arc600-mul64/mulsf3.S b/libgcc/config/arc/ieee-754/arc600-mul64/mulsf3.S index 64e94caa7c4e..a8e5a72b369a 100644 --- a/libgcc/config/arc/ieee-754/arc600-mul64/mulsf3.S +++ b/libgcc/config/arc/ieee-754/arc600-mul64/mulsf3.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributor: Joern Rennecke on behalf of Synopsys Inc. diff --git a/libgcc/config/arc/ieee-754/arc600/divsf3.S b/libgcc/config/arc/ieee-754/arc600/divsf3.S index 3dfb4b805577..0106f9e4fbe8 100644 --- a/libgcc/config/arc/ieee-754/arc600/divsf3.S +++ b/libgcc/config/arc/ieee-754/arc600/divsf3.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributor: Joern Rennecke on behalf of Synopsys Inc. diff --git a/libgcc/config/arc/ieee-754/arc600/mulsf3.S b/libgcc/config/arc/ieee-754/arc600/mulsf3.S index 9c48a99f2a73..e7e890cbe133 100644 --- a/libgcc/config/arc/ieee-754/arc600/mulsf3.S +++ b/libgcc/config/arc/ieee-754/arc600/mulsf3.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributor: Joern Rennecke on behalf of Synopsys Inc. diff --git a/libgcc/config/arc/ieee-754/divdf3.S b/libgcc/config/arc/ieee-754/divdf3.S index 4e702dff42c5..4d6aae282e04 100644 --- a/libgcc/config/arc/ieee-754/divdf3.S +++ b/libgcc/config/arc/ieee-754/divdf3.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributor: Joern Rennecke on behalf of Synopsys Inc. diff --git a/libgcc/config/arc/ieee-754/divsf3-stdmul.S b/libgcc/config/arc/ieee-754/divsf3-stdmul.S index 99762aabea74..20e4faed7939 100644 --- a/libgcc/config/arc/ieee-754/divsf3-stdmul.S +++ b/libgcc/config/arc/ieee-754/divsf3-stdmul.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributor: Joern Rennecke on behalf of Synopsys Inc. diff --git a/libgcc/config/arc/ieee-754/divsf3.S b/libgcc/config/arc/ieee-754/divsf3.S index ccf63656afd1..4e180f739c6c 100644 --- a/libgcc/config/arc/ieee-754/divsf3.S +++ b/libgcc/config/arc/ieee-754/divsf3.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributor: Joern Rennecke on behalf of Synopsys Inc. diff --git a/libgcc/config/arc/ieee-754/divtab-arc-df.c b/libgcc/config/arc/ieee-754/divtab-arc-df.c index 694e3faf16f3..5c040e213332 100644 --- a/libgcc/config/arc/ieee-754/divtab-arc-df.c +++ b/libgcc/config/arc/ieee-754/divtab-arc-df.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributor: Joern Rennecke on behalf of Synopsys Inc. diff --git a/libgcc/config/arc/ieee-754/divtab-arc-sf.c b/libgcc/config/arc/ieee-754/divtab-arc-sf.c index 535a733865d6..f626475722a5 100644 --- a/libgcc/config/arc/ieee-754/divtab-arc-sf.c +++ b/libgcc/config/arc/ieee-754/divtab-arc-sf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributor: Joern Rennecke on behalf of Synopsys Inc. diff --git a/libgcc/config/arc/ieee-754/eqdf2.S b/libgcc/config/arc/ieee-754/eqdf2.S index 7e80ef52b2a8..bb5e48645cf2 100644 --- a/libgcc/config/arc/ieee-754/eqdf2.S +++ b/libgcc/config/arc/ieee-754/eqdf2.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributor: Joern Rennecke on behalf of Synopsys Inc. diff --git a/libgcc/config/arc/ieee-754/eqsf2.S b/libgcc/config/arc/ieee-754/eqsf2.S index 0ff6f7a1af05..7a01408e221c 100644 --- a/libgcc/config/arc/ieee-754/eqsf2.S +++ b/libgcc/config/arc/ieee-754/eqsf2.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributor: Joern Rennecke on behalf of Synopsys Inc. diff --git a/libgcc/config/arc/ieee-754/extendsfdf2.S b/libgcc/config/arc/ieee-754/extendsfdf2.S index 416c0ff37eb2..ef59622125c0 100644 --- a/libgcc/config/arc/ieee-754/extendsfdf2.S +++ b/libgcc/config/arc/ieee-754/extendsfdf2.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2006-2016 Free Software Foundation, Inc. +/* Copyright (C) 2006-2017 Free Software Foundation, Inc. Contributor: Joern Rennecke on behalf of Synopsys Inc. diff --git a/libgcc/config/arc/ieee-754/fixdfsi.S b/libgcc/config/arc/ieee-754/fixdfsi.S index a98d80f81232..e4b1feb1b4d5 100644 --- a/libgcc/config/arc/ieee-754/fixdfsi.S +++ b/libgcc/config/arc/ieee-754/fixdfsi.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributor: Joern Rennecke on behalf of Synopsys Inc. diff --git a/libgcc/config/arc/ieee-754/fixsfsi.S b/libgcc/config/arc/ieee-754/fixsfsi.S index 9807044290fa..cdc4a6858e1e 100644 --- a/libgcc/config/arc/ieee-754/fixsfsi.S +++ b/libgcc/config/arc/ieee-754/fixsfsi.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributor: Joern Rennecke on behalf of Synopsys Inc. diff --git a/libgcc/config/arc/ieee-754/fixunsdfsi.S b/libgcc/config/arc/ieee-754/fixunsdfsi.S index b1e3a6159a4f..04e61cfdbe1c 100644 --- a/libgcc/config/arc/ieee-754/fixunsdfsi.S +++ b/libgcc/config/arc/ieee-754/fixunsdfsi.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributor: Joern Rennecke on behalf of Synopsys Inc. diff --git a/libgcc/config/arc/ieee-754/floatsidf.S b/libgcc/config/arc/ieee-754/floatsidf.S index 281377b5f3ca..8d317a652621 100644 --- a/libgcc/config/arc/ieee-754/floatsidf.S +++ b/libgcc/config/arc/ieee-754/floatsidf.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributor: Joern Rennecke on behalf of Synopsys Inc. diff --git a/libgcc/config/arc/ieee-754/floatsisf.S b/libgcc/config/arc/ieee-754/floatsisf.S index 8fa3e8bc55e6..ea27b504b7d2 100644 --- a/libgcc/config/arc/ieee-754/floatsisf.S +++ b/libgcc/config/arc/ieee-754/floatsisf.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributor: Joern Rennecke on behalf of Synopsys Inc. diff --git a/libgcc/config/arc/ieee-754/floatunsidf.S b/libgcc/config/arc/ieee-754/floatunsidf.S index 5dbc1215edbc..4e21d812ebe0 100644 --- a/libgcc/config/arc/ieee-754/floatunsidf.S +++ b/libgcc/config/arc/ieee-754/floatunsidf.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributor: Joern Rennecke on behalf of Synopsys Inc. diff --git a/libgcc/config/arc/ieee-754/gedf2.S b/libgcc/config/arc/ieee-754/gedf2.S index 5f607e057647..0b8bd5c5fcb6 100644 --- a/libgcc/config/arc/ieee-754/gedf2.S +++ b/libgcc/config/arc/ieee-754/gedf2.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributor: Joern Rennecke on behalf of Synopsys Inc. diff --git a/libgcc/config/arc/ieee-754/gesf2.S b/libgcc/config/arc/ieee-754/gesf2.S index 5d9f772244fd..d0f679bfba31 100644 --- a/libgcc/config/arc/ieee-754/gesf2.S +++ b/libgcc/config/arc/ieee-754/gesf2.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributor: Joern Rennecke on behalf of Synopsys Inc. diff --git a/libgcc/config/arc/ieee-754/gtdf2.S b/libgcc/config/arc/ieee-754/gtdf2.S index 863e377efc7e..c3ff49baaed5 100644 --- a/libgcc/config/arc/ieee-754/gtdf2.S +++ b/libgcc/config/arc/ieee-754/gtdf2.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributor: Joern Rennecke on behalf of Synopsys Inc. diff --git a/libgcc/config/arc/ieee-754/gtsf2.S b/libgcc/config/arc/ieee-754/gtsf2.S index bb1117210ef5..a67ac9e6a815 100644 --- a/libgcc/config/arc/ieee-754/gtsf2.S +++ b/libgcc/config/arc/ieee-754/gtsf2.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributor: Joern Rennecke on behalf of Synopsys Inc. diff --git a/libgcc/config/arc/ieee-754/muldf3.S b/libgcc/config/arc/ieee-754/muldf3.S index b05b2c7e6f88..33c8caef8fe9 100644 --- a/libgcc/config/arc/ieee-754/muldf3.S +++ b/libgcc/config/arc/ieee-754/muldf3.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributor: Joern Rennecke on behalf of Synopsys Inc. diff --git a/libgcc/config/arc/ieee-754/mulsf3.S b/libgcc/config/arc/ieee-754/mulsf3.S index ac83f71d4b12..916a5948e461 100644 --- a/libgcc/config/arc/ieee-754/mulsf3.S +++ b/libgcc/config/arc/ieee-754/mulsf3.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributor: Joern Rennecke on behalf of Synopsys Inc. diff --git a/libgcc/config/arc/ieee-754/orddf2.S b/libgcc/config/arc/ieee-754/orddf2.S index 0a4f82175799..21d59d2b9bdd 100644 --- a/libgcc/config/arc/ieee-754/orddf2.S +++ b/libgcc/config/arc/ieee-754/orddf2.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributor: Joern Rennecke on behalf of Synopsys Inc. diff --git a/libgcc/config/arc/ieee-754/ordsf2.S b/libgcc/config/arc/ieee-754/ordsf2.S index c8c12c92bcc9..8f6b273f2054 100644 --- a/libgcc/config/arc/ieee-754/ordsf2.S +++ b/libgcc/config/arc/ieee-754/ordsf2.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributor: Joern Rennecke on behalf of Synopsys Inc. diff --git a/libgcc/config/arc/ieee-754/truncdfsf2.S b/libgcc/config/arc/ieee-754/truncdfsf2.S index 60dc2833000f..b9e114733bec 100644 --- a/libgcc/config/arc/ieee-754/truncdfsf2.S +++ b/libgcc/config/arc/ieee-754/truncdfsf2.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2006-2016 Free Software Foundation, Inc. +/* Copyright (C) 2006-2017 Free Software Foundation, Inc. Contributor: Joern Rennecke on behalf of Synopsys Inc. diff --git a/libgcc/config/arc/ieee-754/uneqdf2.S b/libgcc/config/arc/ieee-754/uneqdf2.S index 80bc3392fb4d..b078b60e9ca5 100644 --- a/libgcc/config/arc/ieee-754/uneqdf2.S +++ b/libgcc/config/arc/ieee-754/uneqdf2.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributor: Joern Rennecke on behalf of Synopsys Inc. diff --git a/libgcc/config/arc/ieee-754/uneqsf2.S b/libgcc/config/arc/ieee-754/uneqsf2.S index c4495d8d1f46..339e2766c3da 100644 --- a/libgcc/config/arc/ieee-754/uneqsf2.S +++ b/libgcc/config/arc/ieee-754/uneqsf2.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributor: Joern Rennecke on behalf of Synopsys Inc. diff --git a/libgcc/config/arc/initfini.c b/libgcc/config/arc/initfini.c index 48e15bd0a80f..de857b145793 100644 --- a/libgcc/config/arc/initfini.c +++ b/libgcc/config/arc/initfini.c @@ -1,7 +1,7 @@ /* .init/.fini section handling + C++ global constructor/destructor handling. This file is based on crtstuff.c, sol2-crti.asm, sol2-crtn.asm. - Copyright (C) 1995-2016 Free Software Foundation, Inc. + Copyright (C) 1995-2017 Free Software Foundation, Inc. Contributor: Joern Rennecke on behalf of Synopsys Inc. diff --git a/libgcc/config/arc/lib1funcs.S b/libgcc/config/arc/lib1funcs.S index 422fd956457c..c3127ad9cb89 100644 --- a/libgcc/config/arc/lib1funcs.S +++ b/libgcc/config/arc/lib1funcs.S @@ -1,6 +1,6 @@ ; libgcc1 routines for Synopsys DesignWare ARC cpu. -/* Copyright (C) 1995-2016 Free Software Foundation, Inc. +/* Copyright (C) 1995-2017 Free Software Foundation, Inc. Contributor: Joern Rennecke on behalf of Synopsys Inc. diff --git a/libgcc/config/arc/libgcc-excl.ver b/libgcc/config/arc/libgcc-excl.ver index 90d583af5958..27aa19541189 100644 --- a/libgcc/config/arc/libgcc-excl.ver +++ b/libgcc/config/arc/libgcc-excl.ver @@ -1,6 +1,6 @@ # Exclude libgcc.so symbols for the Synopsys DesignWare ARC CPU. -# Copyright (C) 2007-2016 Free Software Foundation, Inc. +# Copyright (C) 2007-2017 Free Software Foundation, Inc. # Contributor: Joern Rennecke # on behalf of Synopsys Inc. diff --git a/libgcc/config/arc/t-arc b/libgcc/config/arc/t-arc index 51a9273ec23b..0ac038986f81 100644 --- a/libgcc/config/arc/t-arc +++ b/libgcc/config/arc/t-arc @@ -1,6 +1,6 @@ # GCC Makefile fragment for Synopsys DesignWare ARC -# Copyright (C) 2007-2016 Free Software Foundation, Inc. +# Copyright (C) 2007-2017 Free Software Foundation, Inc. # Contributor: Joern Rennecke # on behalf of Synopsys Inc. diff --git a/libgcc/config/arc/t-arc-uClibc b/libgcc/config/arc/t-arc-uClibc index 81156e8dc550..98056bdcefb3 100644 --- a/libgcc/config/arc/t-arc-uClibc +++ b/libgcc/config/arc/t-arc-uClibc @@ -1,6 +1,6 @@ # GCC Makefile fragment for the Synopsys DesignWare ARC700 CPU with uClibc. -# Copyright (C) 2007-2016 Free Software Foundation, Inc. +# Copyright (C) 2007-2017 Free Software Foundation, Inc. # Contributor: Joern Rennecke # on behalf of Synopsys Inc. diff --git a/libgcc/config/arm/bpabi-lib.h b/libgcc/config/arm/bpabi-lib.h index 64b0630a581a..bd5acad44a38 100644 --- a/libgcc/config/arm/bpabi-lib.h +++ b/libgcc/config/arm/bpabi-lib.h @@ -1,5 +1,5 @@ /* Configuration file for ARM BPABI targets, library renames. - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by CodeSourcery, LLC This file is part of GCC. diff --git a/libgcc/config/arm/bpabi-v6m.S b/libgcc/config/arm/bpabi-v6m.S index 27f33a4e8ced..b1ef2fcc5e96 100644 --- a/libgcc/config/arm/bpabi-v6m.S +++ b/libgcc/config/arm/bpabi-v6m.S @@ -1,7 +1,7 @@ /* Miscellaneous BPABI functions. Thumb-1 implementation, suitable for ARMv4T, ARMv6-M and ARMv8-M Baseline like ISA variants. - Copyright (C) 2006-2016 Free Software Foundation, Inc. + Copyright (C) 2006-2017 Free Software Foundation, Inc. Contributed by CodeSourcery. This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/arm/bpabi.S b/libgcc/config/arm/bpabi.S index 526304eb44bb..edbfb4b10c27 100644 --- a/libgcc/config/arm/bpabi.S +++ b/libgcc/config/arm/bpabi.S @@ -1,6 +1,6 @@ /* Miscellaneous BPABI functions. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by CodeSourcery, LLC. This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/arm/bpabi.c b/libgcc/config/arm/bpabi.c index 20e67bed2cf5..179a4e35ea8f 100644 --- a/libgcc/config/arm/bpabi.c +++ b/libgcc/config/arm/bpabi.c @@ -1,6 +1,6 @@ /* Miscellaneous BPABI functions. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by CodeSourcery, LLC. This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/arm/cmse.c b/libgcc/config/arm/cmse.c index fe3a22967c85..4ef7102064e8 100644 --- a/libgcc/config/arm/cmse.c +++ b/libgcc/config/arm/cmse.c @@ -1,5 +1,5 @@ /* ARMv8-M Security Extensions routines. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/arm/cmse_nonsecure_call.S b/libgcc/config/arm/cmse_nonsecure_call.S index 68b6a1cb5005..653ad1492912 100644 --- a/libgcc/config/arm/cmse_nonsecure_call.S +++ b/libgcc/config/arm/cmse_nonsecure_call.S @@ -1,7 +1,7 @@ /* CMSE wrapper function used to save, clear and restore callee saved registers for cmse_nonsecure_call's. - Copyright (C) 2016 Free Software Foundation, Inc. + Copyright (C) 2016-2017 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/arm/crtfastmath.c b/libgcc/config/arm/crtfastmath.c index b5702759d722..0ad88527ca75 100644 --- a/libgcc/config/arm/crtfastmath.c +++ b/libgcc/config/arm/crtfastmath.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2016 Free Software Foundation, Inc. + * Copyright (C) 2014-2017 Free Software Foundation, Inc. * * This file is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the diff --git a/libgcc/config/arm/crti.S b/libgcc/config/arm/crti.S index e47dafbb112e..79386d95b467 100644 --- a/libgcc/config/arm/crti.S +++ b/libgcc/config/arm/crti.S @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2016 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # Written By Nick Clifton # # This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/arm/crtn.S b/libgcc/config/arm/crtn.S index d262effca012..f37f54b66713 100644 --- a/libgcc/config/arm/crtn.S +++ b/libgcc/config/arm/crtn.S @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2016 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # Written By Nick Clifton # # This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/arm/fp16.c b/libgcc/config/arm/fp16.c index 5828ec34d83b..bb64d76f324e 100644 --- a/libgcc/config/arm/fp16.c +++ b/libgcc/config/arm/fp16.c @@ -1,6 +1,6 @@ /* Half-float conversion routines. - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by CodeSourcery. This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/arm/freebsd-atomic.c b/libgcc/config/arm/freebsd-atomic.c index d2f948020e6c..5f237b6bfe22 100644 --- a/libgcc/config/arm/freebsd-atomic.c +++ b/libgcc/config/arm/freebsd-atomic.c @@ -1,5 +1,5 @@ /* FreeBSD specific atomic operations for ARM EABI. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/arm/ieee754-df.S b/libgcc/config/arm/ieee754-df.S index 1ecaa9dac205..f470151cd8f1 100644 --- a/libgcc/config/arm/ieee754-df.S +++ b/libgcc/config/arm/ieee754-df.S @@ -1,6 +1,6 @@ /* ieee754-df.S double-precision floating point support for ARM - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Nicolas Pitre (nico@cam.org) This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/arm/ieee754-sf.S b/libgcc/config/arm/ieee754-sf.S index 94d70e277380..86c3199e0195 100644 --- a/libgcc/config/arm/ieee754-sf.S +++ b/libgcc/config/arm/ieee754-sf.S @@ -1,6 +1,6 @@ /* ieee754-sf.S single-precision floating point support for ARM - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Nicolas Pitre (nico@cam.org) This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/arm/lib1funcs.S b/libgcc/config/arm/lib1funcs.S index ba52e7b762f5..89ebebcd68a7 100644 --- a/libgcc/config/arm/lib1funcs.S +++ b/libgcc/config/arm/lib1funcs.S @@ -1,7 +1,7 @@ @ libgcc routines for ARM cpu. @ Division routines, written by Richard Earnshaw, (rearnsha@armltd.co.uk) -/* Copyright (C) 1995-2016 Free Software Foundation, Inc. +/* Copyright (C) 1995-2017 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/libgcc/config/arm/libgcc-bpabi.ver b/libgcc/config/arm/libgcc-bpabi.ver index 865be403fe30..3991e54a0c78 100644 --- a/libgcc/config/arm/libgcc-bpabi.ver +++ b/libgcc/config/arm/libgcc-bpabi.ver @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2016 Free Software Foundation, Inc. +# Copyright (C) 2004-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/libgcc/config/arm/libunwind.S b/libgcc/config/arm/libunwind.S index 3d7e70181fa8..fe6de654925e 100644 --- a/libgcc/config/arm/libunwind.S +++ b/libgcc/config/arm/libunwind.S @@ -1,5 +1,5 @@ /* Support functions for the unwinder. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/arm/linux-atomic-64bit.c b/libgcc/config/arm/linux-atomic-64bit.c index 38073fb0299d..c69f67fe7094 100644 --- a/libgcc/config/arm/linux-atomic-64bit.c +++ b/libgcc/config/arm/linux-atomic-64bit.c @@ -1,5 +1,5 @@ /* 64bit Linux-specific atomic operations for ARM EABI. - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Based on linux-atomic.c 64 bit additions david.gilbert@linaro.org diff --git a/libgcc/config/arm/linux-atomic.c b/libgcc/config/arm/linux-atomic.c index 2ecf637c351f..ab5722172055 100644 --- a/libgcc/config/arm/linux-atomic.c +++ b/libgcc/config/arm/linux-atomic.c @@ -1,5 +1,5 @@ /* Linux-specific atomic operations for ARM EABI. - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by CodeSourcery. This file is part of GCC. diff --git a/libgcc/config/arm/pr-support.c b/libgcc/config/arm/pr-support.c index 6f57da1782df..206cac3ae8c3 100644 --- a/libgcc/config/arm/pr-support.c +++ b/libgcc/config/arm/pr-support.c @@ -1,5 +1,5 @@ /* ARM EABI compliant unwinding routines - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/arm/symbian-lib.h b/libgcc/config/arm/symbian-lib.h index d0c6d6bd1e6b..e3ba75038d65 100644 --- a/libgcc/config/arm/symbian-lib.h +++ b/libgcc/config/arm/symbian-lib.h @@ -1,5 +1,5 @@ /* Configuration file for Symbian OS on ARM processors, library renames. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/arm/unaligned-funcs.c b/libgcc/config/arm/unaligned-funcs.c index 1887f28f3dfc..297e2da5bb35 100644 --- a/libgcc/config/arm/unaligned-funcs.c +++ b/libgcc/config/arm/unaligned-funcs.c @@ -1,6 +1,6 @@ /* EABI unaligned read/write functions. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by CodeSourcery, LLC. This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/arm/unwind-arm.c b/libgcc/config/arm/unwind-arm.c index 7e2c0d575caa..a3d7391fc03b 100644 --- a/libgcc/config/arm/unwind-arm.c +++ b/libgcc/config/arm/unwind-arm.c @@ -1,5 +1,5 @@ /* ARM EABI compliant unwinding routines. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/arm/unwind-arm.h b/libgcc/config/arm/unwind-arm.h index d67383fb10c8..9fb854fd97d1 100644 --- a/libgcc/config/arm/unwind-arm.h +++ b/libgcc/config/arm/unwind-arm.h @@ -1,5 +1,5 @@ /* Header file for the ARM EABI unwinder - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/avr/avr-lib.h b/libgcc/config/avr/avr-lib.h index 3150673145a1..9c7a72af9cb2 100644 --- a/libgcc/config/avr/avr-lib.h +++ b/libgcc/config/avr/avr-lib.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2016 Free Software Foundation, Inc. +/* Copyright (C) 2012-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/avr/lib1funcs-fixed.S b/libgcc/config/avr/lib1funcs-fixed.S index 3e7ecf14a034..6dd68ee61421 100644 --- a/libgcc/config/avr/lib1funcs-fixed.S +++ b/libgcc/config/avr/lib1funcs-fixed.S @@ -1,5 +1,5 @@ /* -*- Mode: Asm -*- */ -;; Copyright (C) 2012-2016 Free Software Foundation, Inc. +;; Copyright (C) 2012-2017 Free Software Foundation, Inc. ;; Contributed by Sean D'Epagnier (sean@depagnier.com) ;; Georg-Johann Lay (avr@gjlay.de) diff --git a/libgcc/config/avr/lib1funcs.S b/libgcc/config/avr/lib1funcs.S index 628c6d1a0753..2dc804563094 100644 --- a/libgcc/config/avr/lib1funcs.S +++ b/libgcc/config/avr/lib1funcs.S @@ -1,5 +1,5 @@ /* -*- Mode: Asm -*- */ -/* Copyright (C) 1998-2016 Free Software Foundation, Inc. +/* Copyright (C) 1998-2017 Free Software Foundation, Inc. Contributed by Denis Chertykov This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/avr/lib2funcs.c b/libgcc/config/avr/lib2funcs.c index 11cecc12602d..d4310109b113 100644 --- a/libgcc/config/avr/lib2funcs.c +++ b/libgcc/config/avr/lib2funcs.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2016 Free Software Foundation, Inc. +/* Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/bfin/crti.S b/libgcc/config/bfin/crti.S index 30639adac96a..aa126bf6699e 100644 --- a/libgcc/config/bfin/crti.S +++ b/libgcc/config/bfin/crti.S @@ -1,6 +1,6 @@ /* Specialized code needed to support construction and destruction of file-scope objects in C++ and Java code, and to support exception handling. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Analog Devices. This file is part of GCC. diff --git a/libgcc/config/bfin/crtlibid.S b/libgcc/config/bfin/crtlibid.S index 0680294e951c..551a82fd72b5 100644 --- a/libgcc/config/bfin/crtlibid.S +++ b/libgcc/config/bfin/crtlibid.S @@ -1,6 +1,6 @@ /* Provide a weak definition of the library ID, for the benefit of certain configure scripts. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/bfin/crtn.S b/libgcc/config/bfin/crtn.S index 982b53f859cb..b97504763e50 100644 --- a/libgcc/config/bfin/crtn.S +++ b/libgcc/config/bfin/crtn.S @@ -1,6 +1,6 @@ /* Specialized code needed to support construction and destruction of file-scope objects in C++ and Java code, and to support exception handling. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Analog Devices. This file is part of GCC. diff --git a/libgcc/config/bfin/lib1funcs.S b/libgcc/config/bfin/lib1funcs.S index 0a08fe6f41ba..1c5f3af28754 100644 --- a/libgcc/config/bfin/lib1funcs.S +++ b/libgcc/config/bfin/lib1funcs.S @@ -1,5 +1,5 @@ /* libgcc functions for Blackfin. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Analog Devices. This file is part of GCC. diff --git a/libgcc/config/bfin/libgcc-glibc.ver b/libgcc/config/bfin/libgcc-glibc.ver index 2af3df77c796..b052b61c62d1 100644 --- a/libgcc/config/bfin/libgcc-glibc.ver +++ b/libgcc/config/bfin/libgcc-glibc.ver @@ -1,4 +1,4 @@ -# Copyright (C) 2000-2016 Free Software Foundation, Inc. +# Copyright (C) 2000-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/libgcc/config/bfin/linux-unwind.h b/libgcc/config/bfin/linux-unwind.h index 77b7c23c7089..9412c7652b8c 100644 --- a/libgcc/config/bfin/linux-unwind.h +++ b/libgcc/config/bfin/linux-unwind.h @@ -1,5 +1,5 @@ /* DWARF2 EH unwinding support for Blackfin. - Copyright (C) 2007-2016 Free Software Foundation, Inc. + Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/c6x/c6x-abi.h b/libgcc/config/c6x/c6x-abi.h index 5f0029e2b6f7..98ba8939c2db 100644 --- a/libgcc/config/c6x/c6x-abi.h +++ b/libgcc/config/c6x/c6x-abi.h @@ -1,5 +1,5 @@ /* Header file for C6X ABI versions of libgcc functions. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Bernd Schmidt This file is part of GCC. diff --git a/libgcc/config/c6x/crti.S b/libgcc/config/c6x/crti.S index d761d08adb48..eb7fcba194e7 100644 --- a/libgcc/config/c6x/crti.S +++ b/libgcc/config/c6x/crti.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2010-2016 Free Software Foundation, Inc. +/* Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Bernd Schmidt . This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/c6x/crtn.S b/libgcc/config/c6x/crtn.S index 191b0057dd10..ac2b20dcfe83 100644 --- a/libgcc/config/c6x/crtn.S +++ b/libgcc/config/c6x/crtn.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2010-2016 Free Software Foundation, Inc. +/* Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Bernd Schmidt . This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/c6x/eqd.c b/libgcc/config/c6x/eqd.c index dcaaf9e1ed9d..258344624eb1 100644 --- a/libgcc/config/c6x/eqd.c +++ b/libgcc/config/c6x/eqd.c @@ -1,6 +1,6 @@ /* Software floating-point emulation. Return 1 iff a == b, 0 otherwise. - Copyright (C) 1997-2016 Free Software Foundation, Inc. + Copyright (C) 1997-2017 Free Software Foundation, Inc. Contributed by Richard Henderson (rth@cygnus.com) and Jakub Jelinek (jj@ultra.linux.cz). diff --git a/libgcc/config/c6x/eqf.c b/libgcc/config/c6x/eqf.c index 9c94564173c1..72f2e4f2f7a1 100644 --- a/libgcc/config/c6x/eqf.c +++ b/libgcc/config/c6x/eqf.c @@ -1,6 +1,6 @@ /* Software floating-point emulation. Return 1 iff a == b, 0 otherwise. - Copyright (C) 1997-2016 Free Software Foundation, Inc. + Copyright (C) 1997-2017 Free Software Foundation, Inc. Contributed by Richard Henderson (rth@cygnus.com) and Jakub Jelinek (jj@ultra.linux.cz). diff --git a/libgcc/config/c6x/ged.c b/libgcc/config/c6x/ged.c index 6d96af98cf98..5817e1873b85 100644 --- a/libgcc/config/c6x/ged.c +++ b/libgcc/config/c6x/ged.c @@ -1,6 +1,6 @@ /* Software floating-point emulation. Return 1 iff a >= b, 0 otherwise. - Copyright (C) 1997-2016 Free Software Foundation, Inc. + Copyright (C) 1997-2017 Free Software Foundation, Inc. Contributed by Richard Henderson (rth@cygnus.com) and Jakub Jelinek (jj@ultra.linux.cz). diff --git a/libgcc/config/c6x/gef.c b/libgcc/config/c6x/gef.c index 6a5a4675dcf6..1175612235ce 100644 --- a/libgcc/config/c6x/gef.c +++ b/libgcc/config/c6x/gef.c @@ -1,6 +1,6 @@ /* Software floating-point emulation. Return 1 iff a >= b, 0 otherwise. - Copyright (C) 1997-2016 Free Software Foundation, Inc. + Copyright (C) 1997-2017 Free Software Foundation, Inc. Contributed by Richard Henderson (rth@cygnus.com) and Jakub Jelinek (jj@ultra.linux.cz). diff --git a/libgcc/config/c6x/gtd.c b/libgcc/config/c6x/gtd.c index 84e08dbd3906..c711b37b8f1b 100644 --- a/libgcc/config/c6x/gtd.c +++ b/libgcc/config/c6x/gtd.c @@ -1,6 +1,6 @@ /* Software floating-point emulation. Return 1 iff a > b, 0 otherwise. - Copyright (C) 1997-2016 Free Software Foundation, Inc. + Copyright (C) 1997-2017 Free Software Foundation, Inc. Contributed by Richard Henderson (rth@cygnus.com) and Jakub Jelinek (jj@ultra.linux.cz). diff --git a/libgcc/config/c6x/gtf.c b/libgcc/config/c6x/gtf.c index 0edba243ffe0..828a7f6f4fe6 100644 --- a/libgcc/config/c6x/gtf.c +++ b/libgcc/config/c6x/gtf.c @@ -1,6 +1,6 @@ /* Software floating-point emulation. Return 1 iff a > b, 0 otherwise. - Copyright (C) 1997-2016 Free Software Foundation, Inc. + Copyright (C) 1997-2017 Free Software Foundation, Inc. Contributed by Richard Henderson (rth@cygnus.com) and Jakub Jelinek (jj@ultra.linux.cz). diff --git a/libgcc/config/c6x/led.c b/libgcc/config/c6x/led.c index f303d01dcb04..4fdcd138740e 100644 --- a/libgcc/config/c6x/led.c +++ b/libgcc/config/c6x/led.c @@ -1,6 +1,6 @@ /* Software floating-point emulation. Return 1 iff a <= b, 0 otherwise. - Copyright (C) 1997-2016 Free Software Foundation, Inc. + Copyright (C) 1997-2017 Free Software Foundation, Inc. Contributed by Richard Henderson (rth@cygnus.com) and Jakub Jelinek (jj@ultra.linux.cz). diff --git a/libgcc/config/c6x/lef.c b/libgcc/config/c6x/lef.c index f61a5e379dfa..b4fbdfa7aefa 100644 --- a/libgcc/config/c6x/lef.c +++ b/libgcc/config/c6x/lef.c @@ -1,6 +1,6 @@ /* Software floating-point emulation. Return 1 iff a <= b, 0 otherwise. - Copyright (C) 1997-2016 Free Software Foundation, Inc. + Copyright (C) 1997-2017 Free Software Foundation, Inc. Contributed by Richard Henderson (rth@cygnus.com) and Jakub Jelinek (jj@ultra.linux.cz). diff --git a/libgcc/config/c6x/lib1funcs.S b/libgcc/config/c6x/lib1funcs.S index 88720ea6d82d..257060b217b3 100644 --- a/libgcc/config/c6x/lib1funcs.S +++ b/libgcc/config/c6x/lib1funcs.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2010-2016 Free Software Foundation, Inc. +/* Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Bernd Schmidt . This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/c6x/libgcc-eabi.ver b/libgcc/config/c6x/libgcc-eabi.ver index bd81557dcf3d..fa3cc59a7a51 100644 --- a/libgcc/config/c6x/libgcc-eabi.ver +++ b/libgcc/config/c6x/libgcc-eabi.ver @@ -1,4 +1,4 @@ -# Copyright (C) 2011-2016 Free Software Foundation, Inc. +# Copyright (C) 2011-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/libgcc/config/c6x/ltd.c b/libgcc/config/c6x/ltd.c index d70dd61a2d6b..f3c25d489bbc 100644 --- a/libgcc/config/c6x/ltd.c +++ b/libgcc/config/c6x/ltd.c @@ -1,6 +1,6 @@ /* Software floating-point emulation. Return 1 iff a < b, 0 otherwise. - Copyright (C) 1997-2016 Free Software Foundation, Inc. + Copyright (C) 1997-2017 Free Software Foundation, Inc. Contributed by Richard Henderson (rth@cygnus.com) and Jakub Jelinek (jj@ultra.linux.cz). diff --git a/libgcc/config/c6x/ltf.c b/libgcc/config/c6x/ltf.c index f552e4f99a29..a679a6e316ff 100644 --- a/libgcc/config/c6x/ltf.c +++ b/libgcc/config/c6x/ltf.c @@ -1,6 +1,6 @@ /* Software floating-point emulation. Return 1 iff a < b, 0 otherwise. - Copyright (C) 1997-2016 Free Software Foundation, Inc. + Copyright (C) 1997-2017 Free Software Foundation, Inc. Contributed by Richard Henderson (rth@cygnus.com) and Jakub Jelinek (jj@ultra.linux.cz). diff --git a/libgcc/config/c6x/pr-support.c b/libgcc/config/c6x/pr-support.c index 695afb279310..6731850cf8e9 100644 --- a/libgcc/config/c6x/pr-support.c +++ b/libgcc/config/c6x/pr-support.c @@ -1,5 +1,5 @@ /* C6X ABI compliant unwinding routines - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/libgcc/config/c6x/sfp-machine.h b/libgcc/config/c6x/sfp-machine.h index 6a78fc885a51..77b6bf18be3b 100644 --- a/libgcc/config/c6x/sfp-machine.h +++ b/libgcc/config/c6x/sfp-machine.h @@ -1,5 +1,5 @@ /* Soft-FP definitions for TI C6X. - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. This files is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/libgcc/config/c6x/unwind-c6x.c b/libgcc/config/c6x/unwind-c6x.c index cbb55dae519e..960a45a574c5 100644 --- a/libgcc/config/c6x/unwind-c6x.c +++ b/libgcc/config/c6x/unwind-c6x.c @@ -1,5 +1,5 @@ /* C6X EABI compliant unwinding routines. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/libgcc/config/c6x/unwind-c6x.h b/libgcc/config/c6x/unwind-c6x.h index c5903309d77f..24dab50b2422 100644 --- a/libgcc/config/c6x/unwind-c6x.h +++ b/libgcc/config/c6x/unwind-c6x.h @@ -1,5 +1,5 @@ /* Header file for the C6X EABI unwinder - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/libgcc/config/cr16/crti.S b/libgcc/config/cr16/crti.S index 2a7f651133af..2c9c4926f433 100644 --- a/libgcc/config/cr16/crti.S +++ b/libgcc/config/cr16/crti.S @@ -1,6 +1,6 @@ # Specialized code needed to support construction and destruction of # file-scope objects in C++ and Java code, and to support exception handling. -# Copyright (C) 2012-2016 Free Software Foundation, Inc. +# Copyright (C) 2012-2017 Free Software Foundation, Inc. # Contributed by KPIT Cummins Infosystems Limited. # This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/cr16/crtlibid.S b/libgcc/config/cr16/crtlibid.S index 347662f746ea..bb08516cddff 100644 --- a/libgcc/config/cr16/crtlibid.S +++ b/libgcc/config/cr16/crtlibid.S @@ -1,6 +1,6 @@ # Provide a weak definition of the library ID, for the benefit of certain # configure scripts. -# Copyright (C) 2012-2016 Free Software Foundation, Inc. +# Copyright (C) 2012-2017 Free Software Foundation, Inc. # Contributed by KPIT Cummins Infosystems Limited. # This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/cr16/crtn.S b/libgcc/config/cr16/crtn.S index 4ad6816a27d9..8359f26ec795 100644 --- a/libgcc/config/cr16/crtn.S +++ b/libgcc/config/cr16/crtn.S @@ -1,6 +1,6 @@ # Specialized code needed to support construction and destruction of # file-scope objects in C++ and Java code, and to support exception handling. -# Copyright (C) 2012-2016 Free Software Foundation, Inc. +# Copyright (C) 2012-2017 Free Software Foundation, Inc. # Contributed by KPIT Cummins Infosystems Limited. # This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/cr16/divmodhi3.c b/libgcc/config/cr16/divmodhi3.c index e38c5d3ab379..dc8df3a5ea59 100644 --- a/libgcc/config/cr16/divmodhi3.c +++ b/libgcc/config/cr16/divmodhi3.c @@ -1,5 +1,5 @@ /* Libgcc Target specific implementation - Emulating div and mod. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by KPIT Cummins Infosystems Limited. This file is part of GCC. diff --git a/libgcc/config/cr16/lib1funcs.S b/libgcc/config/cr16/lib1funcs.S index 5e1ac952846a..478b687a4b42 100644 --- a/libgcc/config/cr16/lib1funcs.S +++ b/libgcc/config/cr16/lib1funcs.S @@ -1,5 +1,5 @@ /* Libgcc Target specific implementation. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by KPIT Cummins Infosystems Limited. This file is part of GCC. diff --git a/libgcc/config/cr16/t-cr16 b/libgcc/config/cr16/t-cr16 index d234257f4566..f5d52fdef56e 100644 --- a/libgcc/config/cr16/t-cr16 +++ b/libgcc/config/cr16/t-cr16 @@ -1,5 +1,5 @@ # Makefile fragment for building LIBGCC for the Renesas CR16 target. -# Copyright (C) 2012-2016 Free Software Foundation, Inc. +# Copyright (C) 2012-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/libgcc/config/cr16/t-crtlibid b/libgcc/config/cr16/t-crtlibid index cd065eaddd88..14e82e820c37 100644 --- a/libgcc/config/cr16/t-crtlibid +++ b/libgcc/config/cr16/t-crtlibid @@ -1,5 +1,5 @@ # Makefile fragment for building LIBGCC for the Renesas CR16 target. -# Copyright (C) 2012-2016 Free Software Foundation, Inc. +# Copyright (C) 2012-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/libgcc/config/cr16/unwind-cr16.c b/libgcc/config/cr16/unwind-cr16.c index 59c553da440c..1a5ca7903f53 100644 --- a/libgcc/config/cr16/unwind-cr16.c +++ b/libgcc/config/cr16/unwind-cr16.c @@ -1,5 +1,5 @@ /* DWARF2 exception handling and frame unwind runtime interface routines. - Copyright (C) 1997-2016 Free Software Foundation, Inc. + Copyright (C) 1997-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/cr16/unwind-dw2.h b/libgcc/config/cr16/unwind-dw2.h index a0186a996fbc..df048e454145 100644 --- a/libgcc/config/cr16/unwind-dw2.h +++ b/libgcc/config/cr16/unwind-dw2.h @@ -1,5 +1,5 @@ /* DWARF2 frame unwind data structure. - Copyright (C) 1997-2016 Free Software Foundation, Inc. + Copyright (C) 1997-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/cris/arit.c b/libgcc/config/cris/arit.c index 14393a786a6c..55f97b96ead1 100644 --- a/libgcc/config/cris/arit.c +++ b/libgcc/config/cris/arit.c @@ -2,7 +2,7 @@ Contributed by Axis Communications. Written by Hans-Peter Nilsson , c:a 1992. - Copyright (C) 1998-2016 Free Software Foundation, Inc. + Copyright (C) 1998-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/cris/mulsi3.S b/libgcc/config/cris/mulsi3.S index 6e6b9be357d9..fbb705f38282 100644 --- a/libgcc/config/cris/mulsi3.S +++ b/libgcc/config/cris/mulsi3.S @@ -1,4 +1,4 @@ -;; Copyright (C) 2001-2016 Free Software Foundation, Inc. +;; Copyright (C) 2001-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/libgcc/config/cris/sfp-machine.h b/libgcc/config/cris/sfp-machine.h index 9ea38c88de97..db8cba404e34 100644 --- a/libgcc/config/cris/sfp-machine.h +++ b/libgcc/config/cris/sfp-machine.h @@ -1,5 +1,5 @@ /* Soft-FP definitions for CRIS. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/cris/umulsidi3.S b/libgcc/config/cris/umulsidi3.S index e79773779fc2..aa49df06b636 100644 --- a/libgcc/config/cris/umulsidi3.S +++ b/libgcc/config/cris/umulsidi3.S @@ -1,4 +1,4 @@ -;; Copyright (C) 2001-2016 Free Software Foundation, Inc. +;; Copyright (C) 2001-2017 Free Software Foundation, Inc. ;; ;; This file is part of GCC. ;; diff --git a/libgcc/config/darwin-64.c b/libgcc/config/darwin-64.c index 411d73716407..5b26cf8049cf 100644 --- a/libgcc/config/darwin-64.c +++ b/libgcc/config/darwin-64.c @@ -1,6 +1,6 @@ /* Functions shipped in the ppc64 and x86_64 version of libgcc_s.1.dylib in older Mac OS X versions, preserved for backwards compatibility. - Copyright (C) 2006-2016 Free Software Foundation, Inc. + Copyright (C) 2006-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/darwin-crt-tm.c b/libgcc/config/darwin-crt-tm.c index 1f1cc7ecb7b6..f7f11a4ae5ff 100644 --- a/libgcc/config/darwin-crt-tm.c +++ b/libgcc/config/darwin-crt-tm.c @@ -1,5 +1,5 @@ /* Provide the runtime infrastructure for the transactional memory lib. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Iain Sandoe This file is part of GCC. diff --git a/libgcc/config/darwin-crt3.c b/libgcc/config/darwin-crt3.c index a601dc352dfa..fb83d37ecd4c 100644 --- a/libgcc/config/darwin-crt3.c +++ b/libgcc/config/darwin-crt3.c @@ -1,5 +1,5 @@ /* __cxa_atexit backwards-compatibility support for Darwin. - Copyright (C) 2006-2016 Free Software Foundation, Inc. + Copyright (C) 2006-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/epiphany/crti.S b/libgcc/config/epiphany/crti.S index 412addf8e631..01dce64c0e86 100644 --- a/libgcc/config/epiphany/crti.S +++ b/libgcc/config/epiphany/crti.S @@ -1,5 +1,5 @@ # Start .init and .fini sections. -# Copyright (C) 2010-2016 Free Software Foundation, Inc. +# Copyright (C) 2010-2017 Free Software Foundation, Inc. # Contributed by Embecosm on behalf of Adapteva, Inc. # # This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/epiphany/crtint.S b/libgcc/config/epiphany/crtint.S index bf9466fdd46c..5eb016cea39d 100644 --- a/libgcc/config/epiphany/crtint.S +++ b/libgcc/config/epiphany/crtint.S @@ -1,5 +1,5 @@ # initialize config for -mfp-mode=int -# Copyright (C) 2011-2016 Free Software Foundation, Inc. +# Copyright (C) 2011-2017 Free Software Foundation, Inc. # Contributed by Embecosm on behalf of Adapteva, Inc. # # This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/epiphany/crtm1reg-r43.S b/libgcc/config/epiphany/crtm1reg-r43.S index f50b768c7ec7..4c4b6ad87e4b 100644 --- a/libgcc/config/epiphany/crtm1reg-r43.S +++ b/libgcc/config/epiphany/crtm1reg-r43.S @@ -1,5 +1,5 @@ # initialize config for -m1reg-r43 -# Copyright (C) 2011-2016 Free Software Foundation, Inc. +# Copyright (C) 2011-2017 Free Software Foundation, Inc. # Contributed by Embecosm on behalf of Adapteva, Inc. # # This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/epiphany/crtm1reg-r63.S b/libgcc/config/epiphany/crtm1reg-r63.S index 9661aed973c3..ba200529f4a4 100644 --- a/libgcc/config/epiphany/crtm1reg-r63.S +++ b/libgcc/config/epiphany/crtm1reg-r63.S @@ -1,5 +1,5 @@ # initialize config for -m1reg-r63 -# Copyright (C) 2011-2016 Free Software Foundation, Inc. +# Copyright (C) 2011-2017 Free Software Foundation, Inc. # Contributed by Embecosm on behalf of Adapteva, Inc. # # This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/epiphany/crtn.S b/libgcc/config/epiphany/crtn.S index f68fd9626787..1f558f504035 100644 --- a/libgcc/config/epiphany/crtn.S +++ b/libgcc/config/epiphany/crtn.S @@ -1,5 +1,5 @@ # End .init and .fini sections. -# Copyright (C) 2010-2016 Free Software Foundation, Inc. +# Copyright (C) 2010-2017 Free Software Foundation, Inc. # Contributed by Embecosm on behalf of Adapteva, Inc. # # This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/epiphany/crtrunc.S b/libgcc/config/epiphany/crtrunc.S index 2d2ea2f24b76..292ec82b8823 100644 --- a/libgcc/config/epiphany/crtrunc.S +++ b/libgcc/config/epiphany/crtrunc.S @@ -1,5 +1,5 @@ # initialize config for -mfp-mode=truncate -# Copyright (C) 2011-2016 Free Software Foundation, Inc. +# Copyright (C) 2011-2017 Free Software Foundation, Inc. # Contributed by Embecosm on behalf of Adapteva, Inc. # # This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/epiphany/divsi3-float.S b/libgcc/config/epiphany/divsi3-float.S index 45327edcf189..7493fa6a0364 100644 --- a/libgcc/config/epiphany/divsi3-float.S +++ b/libgcc/config/epiphany/divsi3-float.S @@ -1,5 +1,5 @@ /* Signed 32 bit division optimized for Epiphany. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Embecosm on behalf of Adapteva, Inc. This file is part of GCC. diff --git a/libgcc/config/epiphany/divsi3.S b/libgcc/config/epiphany/divsi3.S index c6e3f046851f..9bcc18ff8666 100644 --- a/libgcc/config/epiphany/divsi3.S +++ b/libgcc/config/epiphany/divsi3.S @@ -1,5 +1,5 @@ /* Signed 32 bit division optimized for Epiphany. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Embecosm on behalf of Adapteva, Inc. This file is part of GCC. diff --git a/libgcc/config/epiphany/divsi3.c b/libgcc/config/epiphany/divsi3.c index cd8ffa1443ba..a02358d1613c 100644 --- a/libgcc/config/epiphany/divsi3.c +++ b/libgcc/config/epiphany/divsi3.c @@ -1,5 +1,5 @@ /* Generic signed 32 bit division implementation. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Embecosm on behalf of Adapteva, Inc. This file is part of GCC. diff --git a/libgcc/config/epiphany/epiphany-asm.h b/libgcc/config/epiphany/epiphany-asm.h index 7ef32a035790..2659544fedaa 100644 --- a/libgcc/config/epiphany/epiphany-asm.h +++ b/libgcc/config/epiphany/epiphany-asm.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1995-2016 Free Software Foundation, Inc. +/* Copyright (C) 1995-2017 Free Software Foundation, Inc. Contributed by Embecosm on behalf of Adapteva, Inc. This file is part of GCC. diff --git a/libgcc/config/epiphany/ieee-754/eqsf2.S b/libgcc/config/epiphany/ieee-754/eqsf2.S index 06b30f44968f..5266e50772c6 100644 --- a/libgcc/config/epiphany/ieee-754/eqsf2.S +++ b/libgcc/config/epiphany/ieee-754/eqsf2.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Embecosm on behalf of Adapteva, Inc. This file is part of GCC. diff --git a/libgcc/config/epiphany/ieee-754/fast_div.S b/libgcc/config/epiphany/ieee-754/fast_div.S index 07907bd806f6..d3dd257bca7b 100644 --- a/libgcc/config/epiphany/ieee-754/fast_div.S +++ b/libgcc/config/epiphany/ieee-754/fast_div.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2016 Free Software Foundation, Inc. +/* Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Embecosm on behalf of Adapteva, Inc. This file is part of GCC. diff --git a/libgcc/config/epiphany/ieee-754/gtesf2.S b/libgcc/config/epiphany/ieee-754/gtesf2.S index 028a185345bb..8e2c0334386b 100644 --- a/libgcc/config/epiphany/ieee-754/gtesf2.S +++ b/libgcc/config/epiphany/ieee-754/gtesf2.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Embecosm on behalf of Adapteva, Inc. This file is part of GCC. diff --git a/libgcc/config/epiphany/ieee-754/ordsf2.S b/libgcc/config/epiphany/ieee-754/ordsf2.S index 10b196ec558e..99d835652171 100644 --- a/libgcc/config/epiphany/ieee-754/ordsf2.S +++ b/libgcc/config/epiphany/ieee-754/ordsf2.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Embecosm on behalf of Adapteva, Inc. This file is part of GCC. diff --git a/libgcc/config/epiphany/ieee-754/uneqsf2.S b/libgcc/config/epiphany/ieee-754/uneqsf2.S index 044e5c2835f5..f3e9d1297e54 100644 --- a/libgcc/config/epiphany/ieee-754/uneqsf2.S +++ b/libgcc/config/epiphany/ieee-754/uneqsf2.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Embecosm on behalf of Adapteva, Inc. This file is part of GCC. diff --git a/libgcc/config/epiphany/modsi3-float.S b/libgcc/config/epiphany/modsi3-float.S index 59979d511866..310f85e4df3a 100644 --- a/libgcc/config/epiphany/modsi3-float.S +++ b/libgcc/config/epiphany/modsi3-float.S @@ -1,5 +1,5 @@ /* Unsigned 32 bit division optimized for Epiphany. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Embecosm on behalf of Adapteva, Inc. This file is part of GCC. diff --git a/libgcc/config/epiphany/modsi3.S b/libgcc/config/epiphany/modsi3.S index fc7d976d4a3d..eee7142fd846 100644 --- a/libgcc/config/epiphany/modsi3.S +++ b/libgcc/config/epiphany/modsi3.S @@ -1,5 +1,5 @@ /* Signed 32 bit modulo optimized for Epiphany. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Embecosm on behalf of Adapteva, Inc. This file is part of GCC. diff --git a/libgcc/config/epiphany/modsi3.c b/libgcc/config/epiphany/modsi3.c index e2d255c19a07..a7b6c0f96889 100644 --- a/libgcc/config/epiphany/modsi3.c +++ b/libgcc/config/epiphany/modsi3.c @@ -1,5 +1,5 @@ /* Generic signed 32 bit modulo implementation. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Embecosm on behalf of Adapteva, Inc. This file is part of GCC. diff --git a/libgcc/config/epiphany/mulsi3.c b/libgcc/config/epiphany/mulsi3.c index 7a67f1509422..50e012180b53 100644 --- a/libgcc/config/epiphany/mulsi3.c +++ b/libgcc/config/epiphany/mulsi3.c @@ -1,5 +1,5 @@ /* Generic 32 bit multiply. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Embecosm on behalf of Adapteva, Inc. This file is part of GCC. diff --git a/libgcc/config/epiphany/t-epiphany b/libgcc/config/epiphany/t-epiphany index 5b1f128fed98..6d399c069918 100644 --- a/libgcc/config/epiphany/t-epiphany +++ b/libgcc/config/epiphany/t-epiphany @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2016 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # Contributed by Embecosm on behalf of Adapteva, Inc. # # This file is part of GCC. diff --git a/libgcc/config/epiphany/udivsi3-float.S b/libgcc/config/epiphany/udivsi3-float.S index e7f89029a97a..f8d760310a04 100644 --- a/libgcc/config/epiphany/udivsi3-float.S +++ b/libgcc/config/epiphany/udivsi3-float.S @@ -1,5 +1,5 @@ /* Unsigned 32 bit division optimized for Epiphany. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Embecosm on behalf of Adapteva, Inc. This file is part of GCC. diff --git a/libgcc/config/epiphany/udivsi3-float.c b/libgcc/config/epiphany/udivsi3-float.c index 366114ef2cec..152768b1e08d 100644 --- a/libgcc/config/epiphany/udivsi3-float.c +++ b/libgcc/config/epiphany/udivsi3-float.c @@ -1,5 +1,5 @@ /* Generic unsigned 32 bit division implementation. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Embecosm on behalf of Adapteva, Inc. This file is part of GCC. diff --git a/libgcc/config/epiphany/udivsi3.S b/libgcc/config/epiphany/udivsi3.S index 54c2e0712885..94a5ffb49d11 100644 --- a/libgcc/config/epiphany/udivsi3.S +++ b/libgcc/config/epiphany/udivsi3.S @@ -1,5 +1,5 @@ /* Unsigned 32 bit division optimized for Epiphany. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Embecosm on behalf of Adapteva, Inc. This file is part of GCC. diff --git a/libgcc/config/epiphany/udivsi3.c b/libgcc/config/epiphany/udivsi3.c index 2bff91d5a754..22f4090f8d3a 100644 --- a/libgcc/config/epiphany/udivsi3.c +++ b/libgcc/config/epiphany/udivsi3.c @@ -1,5 +1,5 @@ /* Generic unsigned 32 bit division implementation. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Embecosm on behalf of Adapteva, Inc. This file is part of GCC. diff --git a/libgcc/config/epiphany/umodsi3-float.S b/libgcc/config/epiphany/umodsi3-float.S index 1729d7f5fa6b..08ee830dc08a 100644 --- a/libgcc/config/epiphany/umodsi3-float.S +++ b/libgcc/config/epiphany/umodsi3-float.S @@ -1,5 +1,5 @@ /* Unsigned 32 bit division optimized for Epiphany. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Embecosm on behalf of Adapteva, Inc. This file is part of GCC. diff --git a/libgcc/config/epiphany/umodsi3.S b/libgcc/config/epiphany/umodsi3.S index 0a58fffca65e..d42db13b8d64 100644 --- a/libgcc/config/epiphany/umodsi3.S +++ b/libgcc/config/epiphany/umodsi3.S @@ -1,5 +1,5 @@ /* Unsigned 32 bit modulo optimized for Epiphany. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Embecosm on behalf of Adapteva, Inc. This file is part of GCC. diff --git a/libgcc/config/epiphany/umodsi3.c b/libgcc/config/epiphany/umodsi3.c index 827e3ea522e8..bb39f6c50d65 100644 --- a/libgcc/config/epiphany/umodsi3.c +++ b/libgcc/config/epiphany/umodsi3.c @@ -1,5 +1,5 @@ /* Generic unsigned 32 bit modulo implementation. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Embecosm on behalf of Adapteva, Inc. This file is part of GCC. diff --git a/libgcc/config/fr30/crti.S b/libgcc/config/fr30/crti.S index 96113c28a266..bb87802e538a 100644 --- a/libgcc/config/fr30/crti.S +++ b/libgcc/config/fr30/crti.S @@ -1,6 +1,6 @@ # crti.s for ELF -# Copyright (C) 1992-2016 Free Software Foundation, Inc. +# Copyright (C) 1992-2017 Free Software Foundation, Inc. # Written By David Vinayak Henkel-Wallace, June 1992 # # This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/fr30/crtn.S b/libgcc/config/fr30/crtn.S index 4dc599b698fd..7a3f7ee8f2bb 100644 --- a/libgcc/config/fr30/crtn.S +++ b/libgcc/config/fr30/crtn.S @@ -1,6 +1,6 @@ # crtn.S for ELF -# Copyright (C) 1992-2016 Free Software Foundation, Inc. +# Copyright (C) 1992-2017 Free Software Foundation, Inc. # Written By David Vinayak Henkel-Wallace, June 1992 # # This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/fr30/lib1funcs.S b/libgcc/config/fr30/lib1funcs.S index 81b8efb977b8..d7d4dc50d7e4 100644 --- a/libgcc/config/fr30/lib1funcs.S +++ b/libgcc/config/fr30/lib1funcs.S @@ -1,5 +1,5 @@ /* libgcc routines for the FR30. - Copyright (C) 1998-2016 Free Software Foundation, Inc. + Copyright (C) 1998-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/frv/cmovd.c b/libgcc/config/frv/cmovd.c index b4c3961f61b7..e18e9092f6da 100644 --- a/libgcc/config/frv/cmovd.c +++ b/libgcc/config/frv/cmovd.c @@ -1,5 +1,5 @@ /* Move double-word library function. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of GCC. diff --git a/libgcc/config/frv/cmovh.c b/libgcc/config/frv/cmovh.c index faffdca67d30..42545e72361a 100644 --- a/libgcc/config/frv/cmovh.c +++ b/libgcc/config/frv/cmovh.c @@ -1,5 +1,5 @@ /* Move half-word library function. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of GCC. diff --git a/libgcc/config/frv/cmovw.c b/libgcc/config/frv/cmovw.c index 421468a8814c..fa78d2f5d6b3 100644 --- a/libgcc/config/frv/cmovw.c +++ b/libgcc/config/frv/cmovw.c @@ -1,5 +1,5 @@ /* Move word library function. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of GCC. diff --git a/libgcc/config/frv/elf-lib.h b/libgcc/config/frv/elf-lib.h index 9538824d9923..5f25dc59b8bf 100644 --- a/libgcc/config/frv/elf-lib.h +++ b/libgcc/config/frv/elf-lib.h @@ -1,5 +1,5 @@ /* Target macros for the FRV port of GCC. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/libgcc/config/frv/frv-abi.h b/libgcc/config/frv/frv-abi.h index 46eff276a32b..d5cb6a9d3ede 100644 --- a/libgcc/config/frv/frv-abi.h +++ b/libgcc/config/frv/frv-abi.h @@ -1,5 +1,5 @@ /* Frv map GCC names to FR-V ABI. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of GCC. diff --git a/libgcc/config/frv/frvbegin.c b/libgcc/config/frv/frvbegin.c index 56f6188b7b05..5f53cbddb537 100644 --- a/libgcc/config/frv/frvbegin.c +++ b/libgcc/config/frv/frvbegin.c @@ -1,5 +1,5 @@ /* Frv initialization file linked before all user modules - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of GCC. diff --git a/libgcc/config/frv/frvend.c b/libgcc/config/frv/frvend.c index e06416132715..abd7abaf5d24 100644 --- a/libgcc/config/frv/frvend.c +++ b/libgcc/config/frv/frvend.c @@ -1,5 +1,5 @@ /* Frv initialization file linked after all user modules - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of GCC. diff --git a/libgcc/config/frv/lib1funcs.S b/libgcc/config/frv/lib1funcs.S index 12bfb63b6122..11d5a8d001c7 100644 --- a/libgcc/config/frv/lib1funcs.S +++ b/libgcc/config/frv/lib1funcs.S @@ -1,5 +1,5 @@ /* Library functions. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of GCC. diff --git a/libgcc/config/frv/libgcc-glibc.ver b/libgcc/config/frv/libgcc-glibc.ver index 930db3851b35..f94f710c5fc8 100644 --- a/libgcc/config/frv/libgcc-glibc.ver +++ b/libgcc/config/frv/libgcc-glibc.ver @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2016 Free Software Foundation, Inc. +# Copyright (C) 2004-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/libgcc/config/ft32/crti.S b/libgcc/config/ft32/crti.S index 30fab2ab0f46..fa087be8546e 100644 --- a/libgcc/config/ft32/crti.S +++ b/libgcc/config/ft32/crti.S @@ -1,6 +1,6 @@ # crti.S for FT32 # -# Copyright (C) 2009-2016 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the diff --git a/libgcc/config/ft32/crtn.S b/libgcc/config/ft32/crtn.S index 50ca8868c9a9..14e65b6a1116 100644 --- a/libgcc/config/ft32/crtn.S +++ b/libgcc/config/ft32/crtn.S @@ -1,6 +1,6 @@ # crtn.S for FT32 # -# Copyright (C) 2009-2016 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the diff --git a/libgcc/config/ft32/lib1funcs.S b/libgcc/config/ft32/lib1funcs.S index a6b04789edf7..ae0e1f8e7b08 100644 --- a/libgcc/config/ft32/lib1funcs.S +++ b/libgcc/config/ft32/lib1funcs.S @@ -1,6 +1,6 @@ # ieee754 sf routines for FT32 -/* Copyright (C) 1995-2016 Free Software Foundation, Inc. +/* Copyright (C) 1995-2017 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/libgcc/config/gthr-lynx.h b/libgcc/config/gthr-lynx.h index d924ea732da8..7befaa0a6646 100644 --- a/libgcc/config/gthr-lynx.h +++ b/libgcc/config/gthr-lynx.h @@ -1,7 +1,7 @@ /* Threads compatibility routines for libgcc2 and libobjc for LynxOS. */ /* Compile this one with gcc. */ -/* Copyright (C) 2004-2016 Free Software Foundation, Inc. +/* Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/gthr-rtems.h b/libgcc/config/gthr-rtems.h index 3bcdd71dba02..6cb1c78a89ef 100644 --- a/libgcc/config/gthr-rtems.h +++ b/libgcc/config/gthr-rtems.h @@ -1,7 +1,7 @@ /* RTEMS threads compatibility routines for libgcc2 and libobjc. by: Rosimildo da Silva( rdasilva@connecttel.com ) */ /* Compile this one with gcc. */ -/* Copyright (C) 1997-2016 Free Software Foundation, Inc. +/* Copyright (C) 1997-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/gthr-vxworks.h b/libgcc/config/gthr-vxworks.h index 5ee9e3072fcb..97fb6744aadd 100644 --- a/libgcc/config/gthr-vxworks.h +++ b/libgcc/config/gthr-vxworks.h @@ -1,6 +1,6 @@ /* Threads compatibility routines for libgcc2 and libobjc for VxWorks. */ /* Compile this one with gcc. */ -/* Copyright (C) 1997-2016 Free Software Foundation, Inc. +/* Copyright (C) 1997-2017 Free Software Foundation, Inc. Contributed by Mike Stump . This file is part of GCC. diff --git a/libgcc/config/h8300/clzhi2.c b/libgcc/config/h8300/clzhi2.c index 586b19ec7ad8..3e257f4b3cc7 100644 --- a/libgcc/config/h8300/clzhi2.c +++ b/libgcc/config/h8300/clzhi2.c @@ -1,5 +1,5 @@ /* The implementation of __clzhi2. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/h8300/crti.S b/libgcc/config/h8300/crti.S index 5bc068116544..b959cfe22b8a 100644 --- a/libgcc/config/h8300/crti.S +++ b/libgcc/config/h8300/crti.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2016 Free Software Foundation, Inc. +/* Copyright (C) 2001-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/h8300/crtn.S b/libgcc/config/h8300/crtn.S index b96ac9627c41..65634cd2035d 100644 --- a/libgcc/config/h8300/crtn.S +++ b/libgcc/config/h8300/crtn.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2016 Free Software Foundation, Inc. +/* Copyright (C) 2001-2017 Free Software Foundation, Inc. This file was adapted from glibc sources. This file is part of GCC. diff --git a/libgcc/config/h8300/ctzhi2.c b/libgcc/config/h8300/ctzhi2.c index 26d208f98b9a..56f3c93967c3 100644 --- a/libgcc/config/h8300/ctzhi2.c +++ b/libgcc/config/h8300/ctzhi2.c @@ -1,5 +1,5 @@ /* The implementation of __ctzhi2. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/h8300/fixunssfsi.c b/libgcc/config/h8300/fixunssfsi.c index c4f7898a4f69..366ccf9c0ffd 100644 --- a/libgcc/config/h8300/fixunssfsi.c +++ b/libgcc/config/h8300/fixunssfsi.c @@ -1,6 +1,6 @@ /* More subroutines needed by GCC output code on some machines. */ /* Compile this one with gcc. */ -/* Copyright (C) 1989-2016 Free Software Foundation, Inc. +/* Copyright (C) 1989-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/h8300/lib1funcs.S b/libgcc/config/h8300/lib1funcs.S index 86dbe508cb6d..7099b80441a5 100644 --- a/libgcc/config/h8300/lib1funcs.S +++ b/libgcc/config/h8300/lib1funcs.S @@ -2,7 +2,7 @@ ;; Contributed by Steve Chamberlain ;; Optimizations by Toshiyasu Morita -/* Copyright (C) 1994-2016 Free Software Foundation, Inc. +/* Copyright (C) 1994-2017 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/libgcc/config/h8300/parityhi2.c b/libgcc/config/h8300/parityhi2.c index 9ea63a7d3e29..8bb1b28e239c 100644 --- a/libgcc/config/h8300/parityhi2.c +++ b/libgcc/config/h8300/parityhi2.c @@ -1,5 +1,5 @@ /* The implementation of __parityhi2. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/h8300/popcounthi2.c b/libgcc/config/h8300/popcounthi2.c index 573e389a75e1..41af0d8ca4b5 100644 --- a/libgcc/config/h8300/popcounthi2.c +++ b/libgcc/config/h8300/popcounthi2.c @@ -1,5 +1,5 @@ /* The implementation of __popcounthi2. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/h8300/sfp-machine.h b/libgcc/config/h8300/sfp-machine.h index 9cce9b9cb1f3..9b3109573805 100644 --- a/libgcc/config/h8300/sfp-machine.h +++ b/libgcc/config/h8300/sfp-machine.h @@ -1,5 +1,5 @@ /* Soft-FP definitions for H8/300 - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/libgcc/config/hardfp.c b/libgcc/config/hardfp.c index 2607a0ca995c..e60fd84af98a 100644 --- a/libgcc/config/hardfp.c +++ b/libgcc/config/hardfp.c @@ -1,5 +1,5 @@ /* Dummy floating-point routines for hard-float code. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/i386/32/tf-signs.c b/libgcc/config/i386/32/tf-signs.c index 1e30626715fe..c98432aed7b6 100644 --- a/libgcc/config/i386/32/tf-signs.c +++ b/libgcc/config/i386/32/tf-signs.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/i386/cpuinfo.c b/libgcc/config/i386/cpuinfo.c index 9f30cb88334c..9e9156b9a14b 100644 --- a/libgcc/config/i386/cpuinfo.c +++ b/libgcc/config/i386/cpuinfo.c @@ -1,5 +1,5 @@ /* Get CPU type and Features for x86 processors. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Sriraman Tallam (tmsriram@google.com) This file is part of GCC. diff --git a/libgcc/config/i386/cpuinfo.h b/libgcc/config/i386/cpuinfo.h index cf848e690aec..ceb09d22cf37 100644 --- a/libgcc/config/i386/cpuinfo.h +++ b/libgcc/config/i386/cpuinfo.h @@ -1,5 +1,5 @@ /* Get CPU type and Features for x86 processors. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Sriraman Tallam (tmsriram@google.com) This file is part of GCC. diff --git a/libgcc/config/i386/crtfastmath.c b/libgcc/config/i386/crtfastmath.c index 2caf0a5dea60..4a2d1998309b 100644 --- a/libgcc/config/i386/crtfastmath.c +++ b/libgcc/config/i386/crtfastmath.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2016 Free Software Foundation, Inc. + * Copyright (C) 2005-2017 Free Software Foundation, Inc. * * This file is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the diff --git a/libgcc/config/i386/crti.S b/libgcc/config/i386/crti.S index ed0e6c9612f8..7c688d2c0470 100644 --- a/libgcc/config/i386/crti.S +++ b/libgcc/config/i386/crti.S @@ -1,6 +1,6 @@ /* crti.S for x86. - Copyright (C) 1993-2016 Free Software Foundation, Inc. + Copyright (C) 1993-2017 Free Software Foundation, Inc. Written By Fred Fish, Nov 1992 This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/i386/crtn.S b/libgcc/config/i386/crtn.S index 27b79280c8ce..a2ab4176b618 100644 --- a/libgcc/config/i386/crtn.S +++ b/libgcc/config/i386/crtn.S @@ -1,6 +1,6 @@ /* crtn.S for x86. - Copyright (C) 1993-2016 Free Software Foundation, Inc. + Copyright (C) 1993-2017 Free Software Foundation, Inc. Written By Fred Fish, Nov 1992 This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/i386/crtprec.c b/libgcc/config/i386/crtprec.c index 131998c6ecd2..4d6016f8aafa 100644 --- a/libgcc/config/i386/crtprec.c +++ b/libgcc/config/i386/crtprec.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2016 Free Software Foundation, Inc. + * Copyright (C) 2007-2017 Free Software Foundation, Inc. * * This file is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the diff --git a/libgcc/config/i386/cygming-crtbegin.c b/libgcc/config/i386/cygming-crtbegin.c index be8344d6f9b2..1df29dc039a1 100644 --- a/libgcc/config/i386/cygming-crtbegin.c +++ b/libgcc/config/i386/cygming-crtbegin.c @@ -1,5 +1,5 @@ /* crtbegin object for windows32 targets. - Copyright (C) 2007-2016 Free Software Foundation, Inc. + Copyright (C) 2007-2017 Free Software Foundation, Inc. Contributed by Danny Smith diff --git a/libgcc/config/i386/cygming-crtend.c b/libgcc/config/i386/cygming-crtend.c index 9bd0e10a1c74..e86a8411acdb 100644 --- a/libgcc/config/i386/cygming-crtend.c +++ b/libgcc/config/i386/cygming-crtend.c @@ -1,5 +1,5 @@ /* crtend object for windows32 targets. - Copyright (C) 2007-2016 Free Software Foundation, Inc. + Copyright (C) 2007-2017 Free Software Foundation, Inc. Contributed by Danny Smith diff --git a/libgcc/config/i386/cygwin.S b/libgcc/config/i386/cygwin.S index 16a3ae3a8ec5..e121f2a2cf03 100644 --- a/libgcc/config/i386/cygwin.S +++ b/libgcc/config/i386/cygwin.S @@ -1,6 +1,6 @@ /* stuff needed for libgcc on win32. * - * Copyright (C) 1996-2016 Free Software Foundation, Inc. + * Copyright (C) 1996-2017 Free Software Foundation, Inc. * Written By Steve Chamberlain * * This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/i386/darwin-lib.h b/libgcc/config/i386/darwin-lib.h index 117724e661af..756c1798b689 100644 --- a/libgcc/config/i386/darwin-lib.h +++ b/libgcc/config/i386/darwin-lib.h @@ -1,5 +1,5 @@ /* Target definitions for x86 running Darwin, library renames. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/i386/dragonfly-unwind.h b/libgcc/config/i386/dragonfly-unwind.h index 8594c814ac1a..18b90fcae56b 100644 --- a/libgcc/config/i386/dragonfly-unwind.h +++ b/libgcc/config/i386/dragonfly-unwind.h @@ -1,5 +1,5 @@ /* DWARF2 EH unwinding support for DragonFly BSD: AMD x86-64 and x86. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. Contributed by John Marino This file is part of GCC. diff --git a/libgcc/config/i386/elf-lib.h b/libgcc/config/i386/elf-lib.h index 398cc1bf78aa..f50798c7960a 100644 --- a/libgcc/config/i386/elf-lib.h +++ b/libgcc/config/i386/elf-lib.h @@ -1,5 +1,5 @@ /* Definitions for Intel 386 ELF systems. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/libgcc/config/i386/enable-execute-stack-mingw32.c b/libgcc/config/i386/enable-execute-stack-mingw32.c index d594f027c78a..a4af7cece850 100644 --- a/libgcc/config/i386/enable-execute-stack-mingw32.c +++ b/libgcc/config/i386/enable-execute-stack-mingw32.c @@ -1,5 +1,5 @@ /* Implement __enable_execute_stack for Windows32. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/i386/freebsd-unwind.h b/libgcc/config/i386/freebsd-unwind.h index 15a3428e49e3..0eec584a11ec 100644 --- a/libgcc/config/i386/freebsd-unwind.h +++ b/libgcc/config/i386/freebsd-unwind.h @@ -1,5 +1,5 @@ /* DWARF2 EH unwinding support for FreeBSD: AMD x86-64 and x86. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by John Marino This file is part of GCC. diff --git a/libgcc/config/i386/gthr-win32.c b/libgcc/config/i386/gthr-win32.c index b730c857ded7..e83c96677dab 100644 --- a/libgcc/config/i386/gthr-win32.c +++ b/libgcc/config/i386/gthr-win32.c @@ -1,7 +1,7 @@ /* Implementation of W32-specific threads compatibility routines for libgcc2. */ -/* Copyright (C) 1999-2016 Free Software Foundation, Inc. +/* Copyright (C) 1999-2017 Free Software Foundation, Inc. Contributed by Mumit Khan . Modified and moved to separate file by Danny Smith . diff --git a/libgcc/config/i386/gthr-win32.h b/libgcc/config/i386/gthr-win32.h index 32b6f61b6de4..74a524b685fe 100644 --- a/libgcc/config/i386/gthr-win32.h +++ b/libgcc/config/i386/gthr-win32.h @@ -1,7 +1,7 @@ /* Threads compatibility routines for libgcc2 and libobjc. */ /* Compile this one with gcc. */ -/* Copyright (C) 1999-2016 Free Software Foundation, Inc. +/* Copyright (C) 1999-2017 Free Software Foundation, Inc. Contributed by Mumit Khan . This file is part of GCC. diff --git a/libgcc/config/i386/libgcc-bsd.ver b/libgcc/config/i386/libgcc-bsd.ver index c89f87ec2666..a3966e875994 100644 --- a/libgcc/config/i386/libgcc-bsd.ver +++ b/libgcc/config/i386/libgcc-bsd.ver @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2016 Free Software Foundation, Inc. +# Copyright (C) 2010-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/libgcc/config/i386/libgcc-cygming.ver b/libgcc/config/i386/libgcc-cygming.ver index a3838f432b53..f1c9cbeb53ee 100644 --- a/libgcc/config/i386/libgcc-cygming.ver +++ b/libgcc/config/i386/libgcc-cygming.ver @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2016 Free Software Foundation, Inc. +# Copyright (C) 2012-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/libgcc/config/i386/libgcc-darwin.10.4.ver b/libgcc/config/i386/libgcc-darwin.10.4.ver index f56abbeaf1d7..4184ad850731 100644 --- a/libgcc/config/i386/libgcc-darwin.10.4.ver +++ b/libgcc/config/i386/libgcc-darwin.10.4.ver @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2016 Free Software Foundation, Inc. +# Copyright (C) 2005-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/libgcc/config/i386/libgcc-darwin.10.5.ver b/libgcc/config/i386/libgcc-darwin.10.5.ver index cf47edb77d2f..a3084bb41c92 100644 --- a/libgcc/config/i386/libgcc-darwin.10.5.ver +++ b/libgcc/config/i386/libgcc-darwin.10.5.ver @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2016 Free Software Foundation, Inc. +# Copyright (C) 2005-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/libgcc/config/i386/libgcc-glibc.ver b/libgcc/config/i386/libgcc-glibc.ver index 443f8d6647ae..690e049d1c6e 100644 --- a/libgcc/config/i386/libgcc-glibc.ver +++ b/libgcc/config/i386/libgcc-glibc.ver @@ -1,4 +1,4 @@ -# Copyright (C) 2008-2016 Free Software Foundation, Inc. +# Copyright (C) 2008-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/libgcc/config/i386/libgcc-sol2.ver b/libgcc/config/i386/libgcc-sol2.ver index 185b424d4b84..06a1ed393263 100644 --- a/libgcc/config/i386/libgcc-sol2.ver +++ b/libgcc/config/i386/libgcc-sol2.ver @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2016 Free Software Foundation, Inc. +# Copyright (C) 2010-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/libgcc/config/i386/linux-unwind.h b/libgcc/config/i386/linux-unwind.h index 540a0a25acae..b1d5040a6877 100644 --- a/libgcc/config/i386/linux-unwind.h +++ b/libgcc/config/i386/linux-unwind.h @@ -1,5 +1,5 @@ /* DWARF2 EH unwinding support for AMD x86-64 and x86. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/i386/morestack.S b/libgcc/config/i386/morestack.S index 3fc7dc3b5b2e..9d185c111ea9 100644 --- a/libgcc/config/i386/morestack.S +++ b/libgcc/config/i386/morestack.S @@ -1,5 +1,5 @@ # x86/x86_64 support for -fsplit-stack. -# Copyright (C) 2009-2016 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # Contributed by Ian Lance Taylor . # This file is part of GCC. diff --git a/libgcc/config/i386/sfp-exceptions.c b/libgcc/config/i386/sfp-exceptions.c index 9a2822e6f9af..cfb06b8c9ba4 100644 --- a/libgcc/config/i386/sfp-exceptions.c +++ b/libgcc/config/i386/sfp-exceptions.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2016 Free Software Foundation, Inc. + * Copyright (C) 2012-2017 Free Software Foundation, Inc. * * This file is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the diff --git a/libgcc/config/i386/sol2-c1.S b/libgcc/config/i386/sol2-c1.S index aa48fa30b0d3..0837882d8222 100644 --- a/libgcc/config/i386/sol2-c1.S +++ b/libgcc/config/i386/sol2-c1.S @@ -1,6 +1,6 @@ /* crt1.s for Solaris 2, x86 - Copyright (C) 1993-2016 Free Software Foundation, Inc. + Copyright (C) 1993-2017 Free Software Foundation, Inc. Written By Fred Fish, Nov 1992 This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/i386/sol2-unwind.h b/libgcc/config/i386/sol2-unwind.h index 3030ed7d562f..1a34e3827a17 100644 --- a/libgcc/config/i386/sol2-unwind.h +++ b/libgcc/config/i386/sol2-unwind.h @@ -1,5 +1,5 @@ /* DWARF2 EH unwinding support for AMD x86-64 and x86. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/i386/value-unwind.h b/libgcc/config/i386/value-unwind.h index 19122bb2f504..a4c32e00e17f 100644 --- a/libgcc/config/i386/value-unwind.h +++ b/libgcc/config/i386/value-unwind.h @@ -1,5 +1,5 @@ /* Store register values as _Unwind_Word type in DWARF2 EH unwind context. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/i386/w32-unwind.h b/libgcc/config/i386/w32-unwind.h index 5dbe61088a27..f88c3cc80771 100644 --- a/libgcc/config/i386/w32-unwind.h +++ b/libgcc/config/i386/w32-unwind.h @@ -1,5 +1,5 @@ /* Definitions for Dwarf2 EH unwind support for Windows32 targets - Copyright (C) 2007-2016 Free Software Foundation, Inc. + Copyright (C) 2007-2017 Free Software Foundation, Inc. Contributed by Pascal Obry This file is part of GCC. diff --git a/libgcc/config/ia64/crtbegin.S b/libgcc/config/ia64/crtbegin.S index cee0cf567d46..1a84855298b8 100644 --- a/libgcc/config/ia64/crtbegin.S +++ b/libgcc/config/ia64/crtbegin.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2000-2016 Free Software Foundation, Inc. +/* Copyright (C) 2000-2017 Free Software Foundation, Inc. Contributed by Jes Sorensen, This file is part of GCC. diff --git a/libgcc/config/ia64/crtend.S b/libgcc/config/ia64/crtend.S index 69cc5d77881b..019297b80d09 100644 --- a/libgcc/config/ia64/crtend.S +++ b/libgcc/config/ia64/crtend.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2000-2016 Free Software Foundation, Inc. +/* Copyright (C) 2000-2017 Free Software Foundation, Inc. Contributed by Jes Sorensen, This file is part of GCC. diff --git a/libgcc/config/ia64/crtfastmath.c b/libgcc/config/ia64/crtfastmath.c index dcd931b1a388..a1edac989653 100644 --- a/libgcc/config/ia64/crtfastmath.c +++ b/libgcc/config/ia64/crtfastmath.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2016 Free Software Foundation, Inc. +/* Copyright (C) 2001-2017 Free Software Foundation, Inc. Contributed by David Mosberger . This file is part of GCC. diff --git a/libgcc/config/ia64/crti.S b/libgcc/config/ia64/crti.S index b54ae5799be7..9a580ba82109 100644 --- a/libgcc/config/ia64/crti.S +++ b/libgcc/config/ia64/crti.S @@ -1,4 +1,4 @@ -# Copyright (C) 2000-2016 Free Software Foundation, Inc. +# Copyright (C) 2000-2017 Free Software Foundation, Inc. # Written By Timothy Wall # # This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/ia64/crtn.S b/libgcc/config/ia64/crtn.S index 76e19cb68c23..17b57a938948 100644 --- a/libgcc/config/ia64/crtn.S +++ b/libgcc/config/ia64/crtn.S @@ -1,4 +1,4 @@ -# Copyright (C) 2000-2016 Free Software Foundation, Inc. +# Copyright (C) 2000-2017 Free Software Foundation, Inc. # Written By Timothy Wall # # This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/ia64/fde-glibc.c b/libgcc/config/ia64/fde-glibc.c index 45a4d55574b5..649233adba9a 100644 --- a/libgcc/config/ia64/fde-glibc.c +++ b/libgcc/config/ia64/fde-glibc.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2000-2016 Free Software Foundation, Inc. +/* Copyright (C) 2000-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of GCC. diff --git a/libgcc/config/ia64/fde-vms.c b/libgcc/config/ia64/fde-vms.c index bbd31e986f9f..70692dd40aae 100644 --- a/libgcc/config/ia64/fde-vms.c +++ b/libgcc/config/ia64/fde-vms.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2004-2016 Free Software Foundation, Inc. +/* Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Douglas B Rupp This file is part of GCC. diff --git a/libgcc/config/ia64/lib1funcs.S b/libgcc/config/ia64/lib1funcs.S index 7a36d9b2f0c1..85b7c48e3d49 100644 --- a/libgcc/config/ia64/lib1funcs.S +++ b/libgcc/config/ia64/lib1funcs.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2000-2016 Free Software Foundation, Inc. +/* Copyright (C) 2000-2017 Free Software Foundation, Inc. Contributed by James E. Wilson . This file is part of GCC. diff --git a/libgcc/config/ia64/libgcc-glibc.ver b/libgcc/config/ia64/libgcc-glibc.ver index 730ccc298e28..0d5410edff32 100644 --- a/libgcc/config/ia64/libgcc-glibc.ver +++ b/libgcc/config/ia64/libgcc-glibc.ver @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/libgcc/config/ia64/libgcc-ia64.ver b/libgcc/config/ia64/libgcc-ia64.ver index 43ae535c2396..e2e53177d046 100644 --- a/libgcc/config/ia64/libgcc-ia64.ver +++ b/libgcc/config/ia64/libgcc-ia64.ver @@ -1,4 +1,4 @@ -# Copyright (C) 2000-2016 Free Software Foundation, Inc. +# Copyright (C) 2000-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/libgcc/config/ia64/linux-unwind.h b/libgcc/config/ia64/linux-unwind.h index e75ab3181da8..ae45719bec0c 100644 --- a/libgcc/config/ia64/linux-unwind.h +++ b/libgcc/config/ia64/linux-unwind.h @@ -1,5 +1,5 @@ /* DWARF2 EH unwinding support for IA64 Linux. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/ia64/quadlib.c b/libgcc/config/ia64/quadlib.c index 7fc34bf19c7f..ccbfde899efb 100644 --- a/libgcc/config/ia64/quadlib.c +++ b/libgcc/config/ia64/quadlib.c @@ -1,5 +1,5 @@ /* Subroutines for long double support. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/ia64/sfp-exceptions.c b/libgcc/config/ia64/sfp-exceptions.c index fc0fef90e012..478c31bb3378 100644 --- a/libgcc/config/ia64/sfp-exceptions.c +++ b/libgcc/config/ia64/sfp-exceptions.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2016 Free Software Foundation, Inc. + * Copyright (C) 2012-2017 Free Software Foundation, Inc. * * This file is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the diff --git a/libgcc/config/ia64/tf-signs.c b/libgcc/config/ia64/tf-signs.c index aacaed4895fb..985802d354cb 100644 --- a/libgcc/config/ia64/tf-signs.c +++ b/libgcc/config/ia64/tf-signs.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/ia64/unwind-ia64.c b/libgcc/config/ia64/unwind-ia64.c index 19bdfd6b92a1..dabe4e647a0a 100644 --- a/libgcc/config/ia64/unwind-ia64.c +++ b/libgcc/config/ia64/unwind-ia64.c @@ -1,6 +1,6 @@ /* Subroutines needed for unwinding IA-64 standard format stack frame info for exception handling. - Copyright (C) 1997-2016 Free Software Foundation, Inc. + Copyright (C) 1997-2017 Free Software Foundation, Inc. Contributed by Andrew MacLeod Andrew Haley David Mosberger-Tang diff --git a/libgcc/config/ia64/unwind-ia64.h b/libgcc/config/ia64/unwind-ia64.h index 47110b58330f..b3e9bbbcbb36 100644 --- a/libgcc/config/ia64/unwind-ia64.h +++ b/libgcc/config/ia64/unwind-ia64.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1999-2016 Free Software Foundation, Inc. +/* Copyright (C) 1999-2017 Free Software Foundation, Inc. Contributed by Andrew MacLeod Andrew Haley diff --git a/libgcc/config/ia64/vms-crtinit.S b/libgcc/config/ia64/vms-crtinit.S index a5f133be8b78..c537f80fc9b1 100644 --- a/libgcc/config/ia64/vms-crtinit.S +++ b/libgcc/config/ia64/vms-crtinit.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2016 Free Software Foundation, Inc. +/* Copyright (C) 2009-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/ia64/vms-unwind.h b/libgcc/config/ia64/vms-unwind.h index 47d645163cd8..00d9f1126c01 100644 --- a/libgcc/config/ia64/vms-unwind.h +++ b/libgcc/config/ia64/vms-unwind.h @@ -1,5 +1,5 @@ /* DWARF2 EH unwinding support for IA64 VMS. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/iq2000/lib2funcs.c b/libgcc/config/iq2000/lib2funcs.c index 864b99f991c1..21062e3ef7d6 100644 --- a/libgcc/config/iq2000/lib2funcs.c +++ b/libgcc/config/iq2000/lib2funcs.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2016 Free Software Foundation, Inc. +/* Copyright (C) 2003-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/ChangeLog b/libgcc/config/libbid/ChangeLog index e0bff68ec420..6cd25f0c767a 100644 --- a/libgcc/config/libbid/ChangeLog +++ b/libgcc/config/libbid/ChangeLog @@ -395,7 +395,7 @@ * inline_bid_add.h: Likewise. * sqrt_macros.h: Likewise. -Copyright (C) 2007-2016 Free Software Foundation, Inc. +Copyright (C) 2007-2017 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/libgcc/config/libbid/_addsub_dd.c b/libgcc/config/libbid/_addsub_dd.c index 7998be92a3ea..cc6f34b8b7cf 100644 --- a/libgcc/config/libbid/_addsub_dd.c +++ b/libgcc/config/libbid/_addsub_dd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_addsub_sd.c b/libgcc/config/libbid/_addsub_sd.c index 69965e245d62..78bb74767d37 100644 --- a/libgcc/config/libbid/_addsub_sd.c +++ b/libgcc/config/libbid/_addsub_sd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_addsub_td.c b/libgcc/config/libbid/_addsub_td.c index 15273b804cbe..1bcdafb5033a 100644 --- a/libgcc/config/libbid/_addsub_td.c +++ b/libgcc/config/libbid/_addsub_td.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_dd_to_df.c b/libgcc/config/libbid/_dd_to_df.c index 43eadc5da6e0..2d5287532254 100644 --- a/libgcc/config/libbid/_dd_to_df.c +++ b/libgcc/config/libbid/_dd_to_df.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_dd_to_di.c b/libgcc/config/libbid/_dd_to_di.c index 05f012a3f3d8..03609181eb9e 100644 --- a/libgcc/config/libbid/_dd_to_di.c +++ b/libgcc/config/libbid/_dd_to_di.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_dd_to_sd.c b/libgcc/config/libbid/_dd_to_sd.c index 1e3989482ad9..ba82847a11e4 100644 --- a/libgcc/config/libbid/_dd_to_sd.c +++ b/libgcc/config/libbid/_dd_to_sd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_dd_to_sf.c b/libgcc/config/libbid/_dd_to_sf.c index 4adaab326a91..203b0ee2c0d2 100644 --- a/libgcc/config/libbid/_dd_to_sf.c +++ b/libgcc/config/libbid/_dd_to_sf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_dd_to_si.c b/libgcc/config/libbid/_dd_to_si.c index 0619ec474b63..926093c45685 100644 --- a/libgcc/config/libbid/_dd_to_si.c +++ b/libgcc/config/libbid/_dd_to_si.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_dd_to_td.c b/libgcc/config/libbid/_dd_to_td.c index cf1e3e97b51f..a32af09ecc17 100644 --- a/libgcc/config/libbid/_dd_to_td.c +++ b/libgcc/config/libbid/_dd_to_td.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_dd_to_tf.c b/libgcc/config/libbid/_dd_to_tf.c index 33f09a4803cb..e5f3d48ae3e2 100644 --- a/libgcc/config/libbid/_dd_to_tf.c +++ b/libgcc/config/libbid/_dd_to_tf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_dd_to_udi.c b/libgcc/config/libbid/_dd_to_udi.c index 18bce266832a..a9834d123cb5 100644 --- a/libgcc/config/libbid/_dd_to_udi.c +++ b/libgcc/config/libbid/_dd_to_udi.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_dd_to_usi.c b/libgcc/config/libbid/_dd_to_usi.c index d22f49a8c539..d4ec9b3cac91 100644 --- a/libgcc/config/libbid/_dd_to_usi.c +++ b/libgcc/config/libbid/_dd_to_usi.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_dd_to_xf.c b/libgcc/config/libbid/_dd_to_xf.c index 0c3649a8dcf0..94311b310a07 100644 --- a/libgcc/config/libbid/_dd_to_xf.c +++ b/libgcc/config/libbid/_dd_to_xf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_df_to_dd.c b/libgcc/config/libbid/_df_to_dd.c index 9bc431a40943..ce832f6c326a 100644 --- a/libgcc/config/libbid/_df_to_dd.c +++ b/libgcc/config/libbid/_df_to_dd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_df_to_sd.c b/libgcc/config/libbid/_df_to_sd.c index 4b09461e3288..1b38a66158a8 100644 --- a/libgcc/config/libbid/_df_to_sd.c +++ b/libgcc/config/libbid/_df_to_sd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_df_to_td.c b/libgcc/config/libbid/_df_to_td.c index 34de781878dc..06b0a2d11e95 100644 --- a/libgcc/config/libbid/_df_to_td.c +++ b/libgcc/config/libbid/_df_to_td.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_di_to_dd.c b/libgcc/config/libbid/_di_to_dd.c index 5d8c4f689ed7..63edda86de1f 100644 --- a/libgcc/config/libbid/_di_to_dd.c +++ b/libgcc/config/libbid/_di_to_dd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_di_to_sd.c b/libgcc/config/libbid/_di_to_sd.c index 3a15bd7a9d71..671685814ee0 100644 --- a/libgcc/config/libbid/_di_to_sd.c +++ b/libgcc/config/libbid/_di_to_sd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_di_to_td.c b/libgcc/config/libbid/_di_to_td.c index 1c916dd324c7..6dccea6a09fe 100644 --- a/libgcc/config/libbid/_di_to_td.c +++ b/libgcc/config/libbid/_di_to_td.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_div_dd.c b/libgcc/config/libbid/_div_dd.c index b373a2ad0e62..41edc6ba41b8 100644 --- a/libgcc/config/libbid/_div_dd.c +++ b/libgcc/config/libbid/_div_dd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_div_sd.c b/libgcc/config/libbid/_div_sd.c index 5cf634ddd41f..718d73407919 100644 --- a/libgcc/config/libbid/_div_sd.c +++ b/libgcc/config/libbid/_div_sd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_div_td.c b/libgcc/config/libbid/_div_td.c index 307c23c78b8a..cbad6f1412aa 100644 --- a/libgcc/config/libbid/_div_td.c +++ b/libgcc/config/libbid/_div_td.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_eq_dd.c b/libgcc/config/libbid/_eq_dd.c index fcfdc44463aa..f39d248be7a3 100644 --- a/libgcc/config/libbid/_eq_dd.c +++ b/libgcc/config/libbid/_eq_dd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_eq_sd.c b/libgcc/config/libbid/_eq_sd.c index 3c7bfc9d01ce..899f5259fa8f 100644 --- a/libgcc/config/libbid/_eq_sd.c +++ b/libgcc/config/libbid/_eq_sd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_eq_td.c b/libgcc/config/libbid/_eq_td.c index f082e2363976..a886df88294e 100644 --- a/libgcc/config/libbid/_eq_td.c +++ b/libgcc/config/libbid/_eq_td.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_ge_dd.c b/libgcc/config/libbid/_ge_dd.c index 2f79dac49e5d..023dc2bb1256 100644 --- a/libgcc/config/libbid/_ge_dd.c +++ b/libgcc/config/libbid/_ge_dd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_ge_sd.c b/libgcc/config/libbid/_ge_sd.c index b6459691d8e8..f6499cd3baac 100644 --- a/libgcc/config/libbid/_ge_sd.c +++ b/libgcc/config/libbid/_ge_sd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_ge_td.c b/libgcc/config/libbid/_ge_td.c index 3e40cd8dda82..1aad4a611cf7 100644 --- a/libgcc/config/libbid/_ge_td.c +++ b/libgcc/config/libbid/_ge_td.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_gt_dd.c b/libgcc/config/libbid/_gt_dd.c index eca221c30377..076d7486ddf7 100644 --- a/libgcc/config/libbid/_gt_dd.c +++ b/libgcc/config/libbid/_gt_dd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_gt_sd.c b/libgcc/config/libbid/_gt_sd.c index 31cdc371d462..17c006a018f3 100644 --- a/libgcc/config/libbid/_gt_sd.c +++ b/libgcc/config/libbid/_gt_sd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_gt_td.c b/libgcc/config/libbid/_gt_td.c index 464e61ec891c..4e683c45a9e8 100644 --- a/libgcc/config/libbid/_gt_td.c +++ b/libgcc/config/libbid/_gt_td.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_isinfd128.c b/libgcc/config/libbid/_isinfd128.c index 491aae2d0fc9..662d6552c7cd 100644 --- a/libgcc/config/libbid/_isinfd128.c +++ b/libgcc/config/libbid/_isinfd128.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_isinfd32.c b/libgcc/config/libbid/_isinfd32.c index 976dd57ca965..754fdbfc5f3c 100644 --- a/libgcc/config/libbid/_isinfd32.c +++ b/libgcc/config/libbid/_isinfd32.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_isinfd64.c b/libgcc/config/libbid/_isinfd64.c index 9a6baeb32df7..537f8b17522c 100644 --- a/libgcc/config/libbid/_isinfd64.c +++ b/libgcc/config/libbid/_isinfd64.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_le_dd.c b/libgcc/config/libbid/_le_dd.c index d71f84ee0366..6c3351efc4a4 100644 --- a/libgcc/config/libbid/_le_dd.c +++ b/libgcc/config/libbid/_le_dd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_le_sd.c b/libgcc/config/libbid/_le_sd.c index 557dba7f0416..3c62d5840936 100644 --- a/libgcc/config/libbid/_le_sd.c +++ b/libgcc/config/libbid/_le_sd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_le_td.c b/libgcc/config/libbid/_le_td.c index e1452c3a3730..bf4469246f77 100644 --- a/libgcc/config/libbid/_le_td.c +++ b/libgcc/config/libbid/_le_td.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_lt_dd.c b/libgcc/config/libbid/_lt_dd.c index f8f0ea8d83c2..119afca41d1f 100644 --- a/libgcc/config/libbid/_lt_dd.c +++ b/libgcc/config/libbid/_lt_dd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_lt_sd.c b/libgcc/config/libbid/_lt_sd.c index 3af0e6fafb51..bd056f7a9ed7 100644 --- a/libgcc/config/libbid/_lt_sd.c +++ b/libgcc/config/libbid/_lt_sd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_lt_td.c b/libgcc/config/libbid/_lt_td.c index c1283be2e7c1..1393f44b3680 100644 --- a/libgcc/config/libbid/_lt_td.c +++ b/libgcc/config/libbid/_lt_td.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_mul_dd.c b/libgcc/config/libbid/_mul_dd.c index 3a83c432e6e9..091f1c51d285 100644 --- a/libgcc/config/libbid/_mul_dd.c +++ b/libgcc/config/libbid/_mul_dd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_mul_sd.c b/libgcc/config/libbid/_mul_sd.c index ec03ff2fd00d..d17c5b5ad65f 100644 --- a/libgcc/config/libbid/_mul_sd.c +++ b/libgcc/config/libbid/_mul_sd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_mul_td.c b/libgcc/config/libbid/_mul_td.c index 6ee58de208a2..e2b61b70ef2c 100644 --- a/libgcc/config/libbid/_mul_td.c +++ b/libgcc/config/libbid/_mul_td.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_ne_dd.c b/libgcc/config/libbid/_ne_dd.c index 662f1daeb849..94723eb78c0f 100644 --- a/libgcc/config/libbid/_ne_dd.c +++ b/libgcc/config/libbid/_ne_dd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_ne_sd.c b/libgcc/config/libbid/_ne_sd.c index 2b628f3621e1..f6772091cab7 100644 --- a/libgcc/config/libbid/_ne_sd.c +++ b/libgcc/config/libbid/_ne_sd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_ne_td.c b/libgcc/config/libbid/_ne_td.c index ba0bcd43b562..3d32a6e6aa36 100644 --- a/libgcc/config/libbid/_ne_td.c +++ b/libgcc/config/libbid/_ne_td.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_sd_to_dd.c b/libgcc/config/libbid/_sd_to_dd.c index 12aadc89b1c6..518a46bfeab3 100644 --- a/libgcc/config/libbid/_sd_to_dd.c +++ b/libgcc/config/libbid/_sd_to_dd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_sd_to_df.c b/libgcc/config/libbid/_sd_to_df.c index b47abc1741f1..04359b6d36b6 100644 --- a/libgcc/config/libbid/_sd_to_df.c +++ b/libgcc/config/libbid/_sd_to_df.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_sd_to_di.c b/libgcc/config/libbid/_sd_to_di.c index 9b04d80b0b61..18bc847e0058 100644 --- a/libgcc/config/libbid/_sd_to_di.c +++ b/libgcc/config/libbid/_sd_to_di.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_sd_to_sf.c b/libgcc/config/libbid/_sd_to_sf.c index f6241bbbd799..e35243222409 100644 --- a/libgcc/config/libbid/_sd_to_sf.c +++ b/libgcc/config/libbid/_sd_to_sf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_sd_to_si.c b/libgcc/config/libbid/_sd_to_si.c index ce1d9d032f7e..306ac550e716 100644 --- a/libgcc/config/libbid/_sd_to_si.c +++ b/libgcc/config/libbid/_sd_to_si.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_sd_to_td.c b/libgcc/config/libbid/_sd_to_td.c index 4c21ac14258b..9eb83381b9de 100644 --- a/libgcc/config/libbid/_sd_to_td.c +++ b/libgcc/config/libbid/_sd_to_td.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_sd_to_tf.c b/libgcc/config/libbid/_sd_to_tf.c index 4fa85bb93b16..862ca562cbcd 100644 --- a/libgcc/config/libbid/_sd_to_tf.c +++ b/libgcc/config/libbid/_sd_to_tf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_sd_to_udi.c b/libgcc/config/libbid/_sd_to_udi.c index a4253a51231d..07d9a09cebcc 100644 --- a/libgcc/config/libbid/_sd_to_udi.c +++ b/libgcc/config/libbid/_sd_to_udi.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_sd_to_usi.c b/libgcc/config/libbid/_sd_to_usi.c index d1e04970ee73..a9c1932b5869 100644 --- a/libgcc/config/libbid/_sd_to_usi.c +++ b/libgcc/config/libbid/_sd_to_usi.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_sd_to_xf.c b/libgcc/config/libbid/_sd_to_xf.c index fb457d516334..9890731aeaa1 100644 --- a/libgcc/config/libbid/_sd_to_xf.c +++ b/libgcc/config/libbid/_sd_to_xf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_sf_to_dd.c b/libgcc/config/libbid/_sf_to_dd.c index 2cb453cc30c9..fb9d3e23a170 100644 --- a/libgcc/config/libbid/_sf_to_dd.c +++ b/libgcc/config/libbid/_sf_to_dd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_sf_to_sd.c b/libgcc/config/libbid/_sf_to_sd.c index 2a90bb8c08a6..1c77c931220d 100644 --- a/libgcc/config/libbid/_sf_to_sd.c +++ b/libgcc/config/libbid/_sf_to_sd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_sf_to_td.c b/libgcc/config/libbid/_sf_to_td.c index 565de7c514ed..96aa4efc8b18 100644 --- a/libgcc/config/libbid/_sf_to_td.c +++ b/libgcc/config/libbid/_sf_to_td.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_si_to_dd.c b/libgcc/config/libbid/_si_to_dd.c index 18c835b8d3b2..3da74539ca10 100644 --- a/libgcc/config/libbid/_si_to_dd.c +++ b/libgcc/config/libbid/_si_to_dd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_si_to_sd.c b/libgcc/config/libbid/_si_to_sd.c index 5ca8b4af536a..38ee071eba6a 100644 --- a/libgcc/config/libbid/_si_to_sd.c +++ b/libgcc/config/libbid/_si_to_sd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_si_to_td.c b/libgcc/config/libbid/_si_to_td.c index c7d33e3e1801..f16b134b9673 100644 --- a/libgcc/config/libbid/_si_to_td.c +++ b/libgcc/config/libbid/_si_to_td.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_td_to_dd.c b/libgcc/config/libbid/_td_to_dd.c index f2b88a847ccc..4c7fb7ce5afb 100644 --- a/libgcc/config/libbid/_td_to_dd.c +++ b/libgcc/config/libbid/_td_to_dd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_td_to_df.c b/libgcc/config/libbid/_td_to_df.c index 976680e9a4da..fa9a3802b7e0 100644 --- a/libgcc/config/libbid/_td_to_df.c +++ b/libgcc/config/libbid/_td_to_df.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_td_to_di.c b/libgcc/config/libbid/_td_to_di.c index 5f34dc2d8cf6..f49dc858e6c2 100644 --- a/libgcc/config/libbid/_td_to_di.c +++ b/libgcc/config/libbid/_td_to_di.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_td_to_sd.c b/libgcc/config/libbid/_td_to_sd.c index 2f2ce4ad872f..dfc9cc248d9e 100644 --- a/libgcc/config/libbid/_td_to_sd.c +++ b/libgcc/config/libbid/_td_to_sd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_td_to_sf.c b/libgcc/config/libbid/_td_to_sf.c index c4b4afb74ca1..f941725f541e 100644 --- a/libgcc/config/libbid/_td_to_sf.c +++ b/libgcc/config/libbid/_td_to_sf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_td_to_si.c b/libgcc/config/libbid/_td_to_si.c index 1ab34141086d..9079a3e4240a 100644 --- a/libgcc/config/libbid/_td_to_si.c +++ b/libgcc/config/libbid/_td_to_si.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_td_to_tf.c b/libgcc/config/libbid/_td_to_tf.c index 868daac11013..cd0f5e652dd8 100644 --- a/libgcc/config/libbid/_td_to_tf.c +++ b/libgcc/config/libbid/_td_to_tf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_td_to_udi.c b/libgcc/config/libbid/_td_to_udi.c index 846d9e7a4d06..288c52e2c98e 100644 --- a/libgcc/config/libbid/_td_to_udi.c +++ b/libgcc/config/libbid/_td_to_udi.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_td_to_usi.c b/libgcc/config/libbid/_td_to_usi.c index a304b8a703d0..405d64535f53 100644 --- a/libgcc/config/libbid/_td_to_usi.c +++ b/libgcc/config/libbid/_td_to_usi.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_td_to_xf.c b/libgcc/config/libbid/_td_to_xf.c index f50e925f2bd9..c9f328d16ec8 100644 --- a/libgcc/config/libbid/_td_to_xf.c +++ b/libgcc/config/libbid/_td_to_xf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_tf_to_dd.c b/libgcc/config/libbid/_tf_to_dd.c index 02b55e6677a1..0424534f8547 100644 --- a/libgcc/config/libbid/_tf_to_dd.c +++ b/libgcc/config/libbid/_tf_to_dd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_tf_to_sd.c b/libgcc/config/libbid/_tf_to_sd.c index f4b974d94a9a..e3cd50cf30df 100644 --- a/libgcc/config/libbid/_tf_to_sd.c +++ b/libgcc/config/libbid/_tf_to_sd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_tf_to_td.c b/libgcc/config/libbid/_tf_to_td.c index cbb50b8c1cd0..86f90f1a59b0 100644 --- a/libgcc/config/libbid/_tf_to_td.c +++ b/libgcc/config/libbid/_tf_to_td.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_udi_to_dd.c b/libgcc/config/libbid/_udi_to_dd.c index 62a39fe44454..1ff7e367bf0e 100644 --- a/libgcc/config/libbid/_udi_to_dd.c +++ b/libgcc/config/libbid/_udi_to_dd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_udi_to_sd.c b/libgcc/config/libbid/_udi_to_sd.c index b789fc985b13..6b524ee53838 100644 --- a/libgcc/config/libbid/_udi_to_sd.c +++ b/libgcc/config/libbid/_udi_to_sd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_udi_to_td.c b/libgcc/config/libbid/_udi_to_td.c index 2a1e1e671449..a0b6bf8bcc95 100644 --- a/libgcc/config/libbid/_udi_to_td.c +++ b/libgcc/config/libbid/_udi_to_td.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_unord_dd.c b/libgcc/config/libbid/_unord_dd.c index 644698bc2e35..1fcd44156e45 100644 --- a/libgcc/config/libbid/_unord_dd.c +++ b/libgcc/config/libbid/_unord_dd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_unord_sd.c b/libgcc/config/libbid/_unord_sd.c index 8874d2ae5f5b..62140c1d119b 100644 --- a/libgcc/config/libbid/_unord_sd.c +++ b/libgcc/config/libbid/_unord_sd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_unord_td.c b/libgcc/config/libbid/_unord_td.c index 3a2ff855c2df..95762f663cdb 100644 --- a/libgcc/config/libbid/_unord_td.c +++ b/libgcc/config/libbid/_unord_td.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_usi_to_dd.c b/libgcc/config/libbid/_usi_to_dd.c index cd919bddb903..e3714911b645 100644 --- a/libgcc/config/libbid/_usi_to_dd.c +++ b/libgcc/config/libbid/_usi_to_dd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_usi_to_sd.c b/libgcc/config/libbid/_usi_to_sd.c index 7da2b2e8f565..be994acfd844 100644 --- a/libgcc/config/libbid/_usi_to_sd.c +++ b/libgcc/config/libbid/_usi_to_sd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_usi_to_td.c b/libgcc/config/libbid/_usi_to_td.c index 83ffe329ac56..c64eeb1b3d08 100644 --- a/libgcc/config/libbid/_usi_to_td.c +++ b/libgcc/config/libbid/_usi_to_td.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_xf_to_dd.c b/libgcc/config/libbid/_xf_to_dd.c index 6b79256d749d..ca3eed4d88a2 100644 --- a/libgcc/config/libbid/_xf_to_dd.c +++ b/libgcc/config/libbid/_xf_to_dd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_xf_to_sd.c b/libgcc/config/libbid/_xf_to_sd.c index d5d5a11ddee1..9fcf8416d1c5 100644 --- a/libgcc/config/libbid/_xf_to_sd.c +++ b/libgcc/config/libbid/_xf_to_sd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/_xf_to_td.c b/libgcc/config/libbid/_xf_to_td.c index 5099873fe110..8e3d92095adf 100644 --- a/libgcc/config/libbid/_xf_to_td.c +++ b/libgcc/config/libbid/_xf_to_td.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid128.c b/libgcc/config/libbid/bid128.c index 13eb9c772418..c590106d99c9 100644 --- a/libgcc/config/libbid/bid128.c +++ b/libgcc/config/libbid/bid128.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid128_2_str.h b/libgcc/config/libbid/bid128_2_str.h index 9692220e137e..1642a0942ace 100644 --- a/libgcc/config/libbid/bid128_2_str.h +++ b/libgcc/config/libbid/bid128_2_str.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid128_2_str_macros.h b/libgcc/config/libbid/bid128_2_str_macros.h index 1de512b4532e..4cfa45559343 100644 --- a/libgcc/config/libbid/bid128_2_str_macros.h +++ b/libgcc/config/libbid/bid128_2_str_macros.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid128_2_str_tables.c b/libgcc/config/libbid/bid128_2_str_tables.c index 56d729f6d1d1..dbcf8c77768c 100644 --- a/libgcc/config/libbid/bid128_2_str_tables.c +++ b/libgcc/config/libbid/bid128_2_str_tables.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid128_add.c b/libgcc/config/libbid/bid128_add.c index e4bb6f8fb620..b865f52ddefe 100644 --- a/libgcc/config/libbid/bid128_add.c +++ b/libgcc/config/libbid/bid128_add.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid128_compare.c b/libgcc/config/libbid/bid128_compare.c index 21673226f5c7..b14a40f2a2d7 100644 --- a/libgcc/config/libbid/bid128_compare.c +++ b/libgcc/config/libbid/bid128_compare.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid128_div.c b/libgcc/config/libbid/bid128_div.c index 0352c9d7a546..c6a5d57546ba 100644 --- a/libgcc/config/libbid/bid128_div.c +++ b/libgcc/config/libbid/bid128_div.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid128_fma.c b/libgcc/config/libbid/bid128_fma.c index 2f854490113a..d48844f2770a 100644 --- a/libgcc/config/libbid/bid128_fma.c +++ b/libgcc/config/libbid/bid128_fma.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid128_logb.c b/libgcc/config/libbid/bid128_logb.c index 089677141d64..29b3f8e9371d 100644 --- a/libgcc/config/libbid/bid128_logb.c +++ b/libgcc/config/libbid/bid128_logb.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid128_minmax.c b/libgcc/config/libbid/bid128_minmax.c index 4ad597531e3f..59a13761d7b8 100644 --- a/libgcc/config/libbid/bid128_minmax.c +++ b/libgcc/config/libbid/bid128_minmax.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid128_mul.c b/libgcc/config/libbid/bid128_mul.c index a9b5562d2946..1cd6c89ffa0f 100644 --- a/libgcc/config/libbid/bid128_mul.c +++ b/libgcc/config/libbid/bid128_mul.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid128_next.c b/libgcc/config/libbid/bid128_next.c index 55f983cb7a0c..51936d27c199 100644 --- a/libgcc/config/libbid/bid128_next.c +++ b/libgcc/config/libbid/bid128_next.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid128_noncomp.c b/libgcc/config/libbid/bid128_noncomp.c index 34ee6c863b11..70e45d3946a5 100644 --- a/libgcc/config/libbid/bid128_noncomp.c +++ b/libgcc/config/libbid/bid128_noncomp.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid128_quantize.c b/libgcc/config/libbid/bid128_quantize.c index 5dc13933fbb6..669b29576f13 100644 --- a/libgcc/config/libbid/bid128_quantize.c +++ b/libgcc/config/libbid/bid128_quantize.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid128_rem.c b/libgcc/config/libbid/bid128_rem.c index 7694be21942d..6695b974a96e 100644 --- a/libgcc/config/libbid/bid128_rem.c +++ b/libgcc/config/libbid/bid128_rem.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid128_round_integral.c b/libgcc/config/libbid/bid128_round_integral.c index ffbf01639007..349f7cfef88c 100644 --- a/libgcc/config/libbid/bid128_round_integral.c +++ b/libgcc/config/libbid/bid128_round_integral.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid128_scalb.c b/libgcc/config/libbid/bid128_scalb.c index 1f264ccc3038..44764b53960c 100644 --- a/libgcc/config/libbid/bid128_scalb.c +++ b/libgcc/config/libbid/bid128_scalb.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid128_sqrt.c b/libgcc/config/libbid/bid128_sqrt.c index 70bdef885088..a37c8e657ece 100644 --- a/libgcc/config/libbid/bid128_sqrt.c +++ b/libgcc/config/libbid/bid128_sqrt.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid128_string.c b/libgcc/config/libbid/bid128_string.c index 3466badf44cd..bd6131212a0d 100644 --- a/libgcc/config/libbid/bid128_string.c +++ b/libgcc/config/libbid/bid128_string.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid128_to_int16.c b/libgcc/config/libbid/bid128_to_int16.c index 417ed3e7d115..eaf0b0e0bb59 100644 --- a/libgcc/config/libbid/bid128_to_int16.c +++ b/libgcc/config/libbid/bid128_to_int16.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid128_to_int32.c b/libgcc/config/libbid/bid128_to_int32.c index 1cdff6f9e3d4..85cbbfb4b467 100644 --- a/libgcc/config/libbid/bid128_to_int32.c +++ b/libgcc/config/libbid/bid128_to_int32.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid128_to_int64.c b/libgcc/config/libbid/bid128_to_int64.c index c65065d0f507..30bff698615c 100644 --- a/libgcc/config/libbid/bid128_to_int64.c +++ b/libgcc/config/libbid/bid128_to_int64.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid128_to_int8.c b/libgcc/config/libbid/bid128_to_int8.c index 829e5e4c2e3c..068cbe0fbee8 100644 --- a/libgcc/config/libbid/bid128_to_int8.c +++ b/libgcc/config/libbid/bid128_to_int8.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid128_to_uint16.c b/libgcc/config/libbid/bid128_to_uint16.c index 96894b2143bb..9779495b5242 100644 --- a/libgcc/config/libbid/bid128_to_uint16.c +++ b/libgcc/config/libbid/bid128_to_uint16.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid128_to_uint32.c b/libgcc/config/libbid/bid128_to_uint32.c index 8a8279949950..23555fdf3563 100644 --- a/libgcc/config/libbid/bid128_to_uint32.c +++ b/libgcc/config/libbid/bid128_to_uint32.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid128_to_uint64.c b/libgcc/config/libbid/bid128_to_uint64.c index 48bb9652bcce..606592f134b2 100644 --- a/libgcc/config/libbid/bid128_to_uint64.c +++ b/libgcc/config/libbid/bid128_to_uint64.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid128_to_uint8.c b/libgcc/config/libbid/bid128_to_uint8.c index 23651c640ac8..48168fc4f79c 100644 --- a/libgcc/config/libbid/bid128_to_uint8.c +++ b/libgcc/config/libbid/bid128_to_uint8.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid32_to_bid128.c b/libgcc/config/libbid/bid32_to_bid128.c index 067940291333..7011d359aba0 100644 --- a/libgcc/config/libbid/bid32_to_bid128.c +++ b/libgcc/config/libbid/bid32_to_bid128.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid32_to_bid64.c b/libgcc/config/libbid/bid32_to_bid64.c index addae035e354..377a5700e354 100644 --- a/libgcc/config/libbid/bid32_to_bid64.c +++ b/libgcc/config/libbid/bid32_to_bid64.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid64_add.c b/libgcc/config/libbid/bid64_add.c index 328f070ba834..a751933a3daa 100644 --- a/libgcc/config/libbid/bid64_add.c +++ b/libgcc/config/libbid/bid64_add.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid64_compare.c b/libgcc/config/libbid/bid64_compare.c index 07aa3b3da7cc..b68c54b4a968 100644 --- a/libgcc/config/libbid/bid64_compare.c +++ b/libgcc/config/libbid/bid64_compare.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid64_div.c b/libgcc/config/libbid/bid64_div.c index 687e7ce93e47..d60c1a0d7b56 100644 --- a/libgcc/config/libbid/bid64_div.c +++ b/libgcc/config/libbid/bid64_div.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid64_fma.c b/libgcc/config/libbid/bid64_fma.c index 9e76424bc350..674c5151c675 100644 --- a/libgcc/config/libbid/bid64_fma.c +++ b/libgcc/config/libbid/bid64_fma.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid64_logb.c b/libgcc/config/libbid/bid64_logb.c index 1883fc1a298b..307a55deaf8e 100644 --- a/libgcc/config/libbid/bid64_logb.c +++ b/libgcc/config/libbid/bid64_logb.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid64_minmax.c b/libgcc/config/libbid/bid64_minmax.c index 965b1c4f3ec9..f192bfd8795c 100644 --- a/libgcc/config/libbid/bid64_minmax.c +++ b/libgcc/config/libbid/bid64_minmax.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid64_mul.c b/libgcc/config/libbid/bid64_mul.c index cefee9974800..b121824a719a 100644 --- a/libgcc/config/libbid/bid64_mul.c +++ b/libgcc/config/libbid/bid64_mul.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid64_next.c b/libgcc/config/libbid/bid64_next.c index d11369cbd0d4..759de94f583c 100644 --- a/libgcc/config/libbid/bid64_next.c +++ b/libgcc/config/libbid/bid64_next.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid64_noncomp.c b/libgcc/config/libbid/bid64_noncomp.c index edbe1aa20fff..ea804c444d40 100644 --- a/libgcc/config/libbid/bid64_noncomp.c +++ b/libgcc/config/libbid/bid64_noncomp.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid64_quantize.c b/libgcc/config/libbid/bid64_quantize.c index bea5ac51d765..071e323402f4 100644 --- a/libgcc/config/libbid/bid64_quantize.c +++ b/libgcc/config/libbid/bid64_quantize.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid64_rem.c b/libgcc/config/libbid/bid64_rem.c index ab64ac6da98f..4ca3864cf2cf 100644 --- a/libgcc/config/libbid/bid64_rem.c +++ b/libgcc/config/libbid/bid64_rem.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid64_round_integral.c b/libgcc/config/libbid/bid64_round_integral.c index 0b31f3a3457d..8c5e40094843 100644 --- a/libgcc/config/libbid/bid64_round_integral.c +++ b/libgcc/config/libbid/bid64_round_integral.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid64_scalb.c b/libgcc/config/libbid/bid64_scalb.c index f41498bc80d3..70d436c85323 100644 --- a/libgcc/config/libbid/bid64_scalb.c +++ b/libgcc/config/libbid/bid64_scalb.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid64_sqrt.c b/libgcc/config/libbid/bid64_sqrt.c index 7153c85a15dd..a4a39c5c7a5b 100644 --- a/libgcc/config/libbid/bid64_sqrt.c +++ b/libgcc/config/libbid/bid64_sqrt.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid64_string.c b/libgcc/config/libbid/bid64_string.c index 0abc1e2f626c..f3dccffa8f76 100644 --- a/libgcc/config/libbid/bid64_string.c +++ b/libgcc/config/libbid/bid64_string.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid64_to_bid128.c b/libgcc/config/libbid/bid64_to_bid128.c index 5b289f49dccf..3a5d6a5d1fde 100644 --- a/libgcc/config/libbid/bid64_to_bid128.c +++ b/libgcc/config/libbid/bid64_to_bid128.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid64_to_int16.c b/libgcc/config/libbid/bid64_to_int16.c index 6feca508b4c4..fb32aeddc8f1 100644 --- a/libgcc/config/libbid/bid64_to_int16.c +++ b/libgcc/config/libbid/bid64_to_int16.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid64_to_int32.c b/libgcc/config/libbid/bid64_to_int32.c index 246e6fd0739e..ea6717d2de74 100644 --- a/libgcc/config/libbid/bid64_to_int32.c +++ b/libgcc/config/libbid/bid64_to_int32.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid64_to_int64.c b/libgcc/config/libbid/bid64_to_int64.c index 7373b697e7ad..53388549b11b 100644 --- a/libgcc/config/libbid/bid64_to_int64.c +++ b/libgcc/config/libbid/bid64_to_int64.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid64_to_int8.c b/libgcc/config/libbid/bid64_to_int8.c index cfe09be74584..f1840d792a16 100644 --- a/libgcc/config/libbid/bid64_to_int8.c +++ b/libgcc/config/libbid/bid64_to_int8.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid64_to_uint16.c b/libgcc/config/libbid/bid64_to_uint16.c index 055a231a0f86..469e3626d0a0 100644 --- a/libgcc/config/libbid/bid64_to_uint16.c +++ b/libgcc/config/libbid/bid64_to_uint16.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid64_to_uint32.c b/libgcc/config/libbid/bid64_to_uint32.c index d67336193afb..9aafd87ca2a8 100644 --- a/libgcc/config/libbid/bid64_to_uint32.c +++ b/libgcc/config/libbid/bid64_to_uint32.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid64_to_uint64.c b/libgcc/config/libbid/bid64_to_uint64.c index 2374b16583af..4a3a8351b369 100644 --- a/libgcc/config/libbid/bid64_to_uint64.c +++ b/libgcc/config/libbid/bid64_to_uint64.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid64_to_uint8.c b/libgcc/config/libbid/bid64_to_uint8.c index f52e1358c60b..fde4fb06b745 100644 --- a/libgcc/config/libbid/bid64_to_uint8.c +++ b/libgcc/config/libbid/bid64_to_uint8.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid_b2d.h b/libgcc/config/libbid/bid_b2d.h index 7447ee443ae3..971a9a5fd981 100644 --- a/libgcc/config/libbid/bid_b2d.h +++ b/libgcc/config/libbid/bid_b2d.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid_binarydecimal.c b/libgcc/config/libbid/bid_binarydecimal.c index a88d9d2ee644..b64ea7461883 100644 --- a/libgcc/config/libbid/bid_binarydecimal.c +++ b/libgcc/config/libbid/bid_binarydecimal.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid_conf.h b/libgcc/config/libbid/bid_conf.h index 3cb2c14436d1..6cc2eb3e54f7 100644 --- a/libgcc/config/libbid/bid_conf.h +++ b/libgcc/config/libbid/bid_conf.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid_convert_data.c b/libgcc/config/libbid/bid_convert_data.c index 9471e8888859..db45e868d571 100644 --- a/libgcc/config/libbid/bid_convert_data.c +++ b/libgcc/config/libbid/bid_convert_data.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid_decimal_data.c b/libgcc/config/libbid/bid_decimal_data.c index 7c9fb6db4c30..bbe42258a7a6 100644 --- a/libgcc/config/libbid/bid_decimal_data.c +++ b/libgcc/config/libbid/bid_decimal_data.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid_decimal_globals.c b/libgcc/config/libbid/bid_decimal_globals.c index cb499df29e7f..221bf0047273 100644 --- a/libgcc/config/libbid/bid_decimal_globals.c +++ b/libgcc/config/libbid/bid_decimal_globals.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid_div_macros.h b/libgcc/config/libbid/bid_div_macros.h index 5f5c283b6670..e100909ccd63 100644 --- a/libgcc/config/libbid/bid_div_macros.h +++ b/libgcc/config/libbid/bid_div_macros.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid_dpd.c b/libgcc/config/libbid/bid_dpd.c index 5447c76c6fd6..1335970baf28 100644 --- a/libgcc/config/libbid/bid_dpd.c +++ b/libgcc/config/libbid/bid_dpd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid_flag_operations.c b/libgcc/config/libbid/bid_flag_operations.c index 9e08838b7c4b..97ee96736e7b 100644 --- a/libgcc/config/libbid/bid_flag_operations.c +++ b/libgcc/config/libbid/bid_flag_operations.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid_from_int.c b/libgcc/config/libbid/bid_from_int.c index 272b040b6b9c..aba2ada5f9f3 100644 --- a/libgcc/config/libbid/bid_from_int.c +++ b/libgcc/config/libbid/bid_from_int.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid_functions.h b/libgcc/config/libbid/bid_functions.h index 53ffecf617d4..5779740bdfb2 100644 --- a/libgcc/config/libbid/bid_functions.h +++ b/libgcc/config/libbid/bid_functions.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid_gcc_intrinsics.h b/libgcc/config/libbid/bid_gcc_intrinsics.h index 7aa2f2087fe3..357da006d526 100644 --- a/libgcc/config/libbid/bid_gcc_intrinsics.h +++ b/libgcc/config/libbid/bid_gcc_intrinsics.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid_inline_add.h b/libgcc/config/libbid/bid_inline_add.h index ab16b42d90f1..d3c9af29fdb2 100644 --- a/libgcc/config/libbid/bid_inline_add.h +++ b/libgcc/config/libbid/bid_inline_add.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid_internal.h b/libgcc/config/libbid/bid_internal.h index 7cc31e84e5dd..2e5d3fab5c92 100644 --- a/libgcc/config/libbid/bid_internal.h +++ b/libgcc/config/libbid/bid_internal.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid_round.c b/libgcc/config/libbid/bid_round.c index 1a5e5333f338..d15e5ff58c4d 100644 --- a/libgcc/config/libbid/bid_round.c +++ b/libgcc/config/libbid/bid_round.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libbid/bid_sqrt_macros.h b/libgcc/config/libbid/bid_sqrt_macros.h index 1d41e7047f05..fddbe3ba0046 100644 --- a/libgcc/config/libbid/bid_sqrt_macros.h +++ b/libgcc/config/libbid/bid_sqrt_macros.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/libgcc-glibc.ver b/libgcc/config/libgcc-glibc.ver index 18bd22a5e415..22251b397b42 100644 --- a/libgcc/config/libgcc-glibc.ver +++ b/libgcc/config/libgcc-glibc.ver @@ -1,4 +1,4 @@ -# Copyright (C) 2000-2016 Free Software Foundation, Inc. +# Copyright (C) 2000-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/libgcc/config/lm32/_ashlsi3.S b/libgcc/config/lm32/_ashlsi3.S index 2fe9f68f8f57..43703c48d9a4 100644 --- a/libgcc/config/lm32/_ashlsi3.S +++ b/libgcc/config/lm32/_ashlsi3.S @@ -1,7 +1,7 @@ # _ashlsi3.S for Lattice Mico32 # Contributed by Jon Beniston and Richard Henderson. # -# Copyright (C) 2009-2016 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the diff --git a/libgcc/config/lm32/_ashrsi3.S b/libgcc/config/lm32/_ashrsi3.S index a546ea701267..eeb934a7851d 100644 --- a/libgcc/config/lm32/_ashrsi3.S +++ b/libgcc/config/lm32/_ashrsi3.S @@ -1,7 +1,7 @@ # _ashrsi3.S for Lattice Mico32 # Contributed by Jon Beniston and Richard Henderson. # -# Copyright (C) 2009-2016 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the diff --git a/libgcc/config/lm32/_divsi3.c b/libgcc/config/lm32/_divsi3.c index de85445f7167..3f15723da32b 100644 --- a/libgcc/config/lm32/_divsi3.c +++ b/libgcc/config/lm32/_divsi3.c @@ -1,7 +1,7 @@ /* _divsi3 for Lattice Mico32. Contributed by Jon Beniston - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/libgcc/config/lm32/_lshrsi3.S b/libgcc/config/lm32/_lshrsi3.S index 17fce022dba0..76b3fb6b8fd2 100644 --- a/libgcc/config/lm32/_lshrsi3.S +++ b/libgcc/config/lm32/_lshrsi3.S @@ -1,7 +1,7 @@ # _lshrsi3.S for Lattice Mico32 # Contributed by Jon Beniston and Richard Henderson. # -# Copyright (C) 2009-2016 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the diff --git a/libgcc/config/lm32/_modsi3.c b/libgcc/config/lm32/_modsi3.c index 5fb25345cf05..2973d49af7c8 100644 --- a/libgcc/config/lm32/_modsi3.c +++ b/libgcc/config/lm32/_modsi3.c @@ -1,7 +1,7 @@ /* _modsi3 for Lattice Mico32. Contributed by Jon Beniston - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/libgcc/config/lm32/_mulsi3.c b/libgcc/config/lm32/_mulsi3.c index fb1e49a5fe73..c5a5a16a3d8f 100644 --- a/libgcc/config/lm32/_mulsi3.c +++ b/libgcc/config/lm32/_mulsi3.c @@ -1,7 +1,7 @@ /* _mulsi3 for Lattice Mico32. Contributed by Jon Beniston - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/libgcc/config/lm32/_udivmodsi4.c b/libgcc/config/lm32/_udivmodsi4.c index ab26ea7c77bd..fae50d03e6cc 100644 --- a/libgcc/config/lm32/_udivmodsi4.c +++ b/libgcc/config/lm32/_udivmodsi4.c @@ -1,7 +1,7 @@ /* _udivmodsi4 for Lattice Mico32. Contributed by Jon Beniston - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/libgcc/config/lm32/_udivsi3.c b/libgcc/config/lm32/_udivsi3.c index 5c9b8396871d..d49ee19f464c 100644 --- a/libgcc/config/lm32/_udivsi3.c +++ b/libgcc/config/lm32/_udivsi3.c @@ -1,7 +1,7 @@ /* _udivsi3 for Lattice Mico32. Contributed by Jon Beniston - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/libgcc/config/lm32/_umodsi3.c b/libgcc/config/lm32/_umodsi3.c index 5390759f6443..65756bf632bd 100644 --- a/libgcc/config/lm32/_umodsi3.c +++ b/libgcc/config/lm32/_umodsi3.c @@ -1,7 +1,7 @@ /* _umodsi3 for Lattice Mico32. Contributed by Jon Beniston - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/libgcc/config/lm32/crti.S b/libgcc/config/lm32/crti.S index ae77eb13e396..75647dd5fcbe 100644 --- a/libgcc/config/lm32/crti.S +++ b/libgcc/config/lm32/crti.S @@ -1,7 +1,7 @@ # crti.S for Lattice Mico32 # Contributed by Jon Beniston # -# Copyright (C) 2009-2016 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the diff --git a/libgcc/config/lm32/crtn.S b/libgcc/config/lm32/crtn.S index 7b33caf4e9ec..ddf21e2efdec 100644 --- a/libgcc/config/lm32/crtn.S +++ b/libgcc/config/lm32/crtn.S @@ -1,7 +1,7 @@ # crtn.S for Lattice Mico32 # Contributed by Jon Beniston # -# Copyright (C) 2009-2016 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the diff --git a/libgcc/config/lm32/libgcc_lm32.h b/libgcc/config/lm32/libgcc_lm32.h index e0f930166e89..2f712b70545f 100644 --- a/libgcc/config/lm32/libgcc_lm32.h +++ b/libgcc/config/lm32/libgcc_lm32.h @@ -1,7 +1,7 @@ /* Integer arithmetic support for Lattice Mico32. Contributed by Jon Beniston - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/libgcc/config/m32c/lib1funcs.S b/libgcc/config/m32c/lib1funcs.S index ab2c97a57892..6af217a0a1b9 100644 --- a/libgcc/config/m32c/lib1funcs.S +++ b/libgcc/config/m32c/lib1funcs.S @@ -1,5 +1,5 @@ /* libgcc routines for R8C/M16C/M32C - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Red Hat. This file is part of GCC. diff --git a/libgcc/config/m32c/lib2funcs.c b/libgcc/config/m32c/lib2funcs.c index a979bdabca75..010ba569da10 100644 --- a/libgcc/config/m32c/lib2funcs.c +++ b/libgcc/config/m32c/lib2funcs.c @@ -1,5 +1,5 @@ /* libgcc routines for R8C/M16C/M32C - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Red Hat. This file is part of GCC. diff --git a/libgcc/config/m32c/trapv.c b/libgcc/config/m32c/trapv.c index 3349b640cf14..12c449d1d5bb 100644 --- a/libgcc/config/m32c/trapv.c +++ b/libgcc/config/m32c/trapv.c @@ -1,5 +1,5 @@ /* 16-bit trapping arithmetic routines for R8C/M16C/M32C - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Red Hat. This file is part of GCC. diff --git a/libgcc/config/m32r/initfini.c b/libgcc/config/m32r/initfini.c index 86c4cb09ca19..97f127a3ef34 100644 --- a/libgcc/config/m32r/initfini.c +++ b/libgcc/config/m32r/initfini.c @@ -1,7 +1,7 @@ /* .init/.fini section handling + C++ global constructor/destructor handling. This file is based on crtstuff.c, sol2-crti.S, sol2-crtn.S. - Copyright (C) 1996-2016 Free Software Foundation, Inc. + Copyright (C) 1996-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/m32r/libgcc-glibc.ver b/libgcc/config/m32r/libgcc-glibc.ver index abcfea0e2c21..c4ae5ac73217 100644 --- a/libgcc/config/m32r/libgcc-glibc.ver +++ b/libgcc/config/m32r/libgcc-glibc.ver @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2016 Free Software Foundation, Inc. +# Copyright (C) 2004-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/libgcc/config/m68k/crti.S b/libgcc/config/m68k/crti.S index 67bea3451015..bc2f600242b0 100644 --- a/libgcc/config/m68k/crti.S +++ b/libgcc/config/m68k/crti.S @@ -1,6 +1,6 @@ /* Specialized code needed to support construction and destruction of file-scope objects in C++ and Java code, and to support exception handling. - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. Contributed by Charles-Antoine Gauthier (charles.gauthier@iit.nrc.ca). This file is part of GCC. diff --git a/libgcc/config/m68k/crtn.S b/libgcc/config/m68k/crtn.S index 10e253795ed7..33e7f2a986af 100644 --- a/libgcc/config/m68k/crtn.S +++ b/libgcc/config/m68k/crtn.S @@ -1,6 +1,6 @@ /* Specialized code needed to support construction and destruction of file-scope objects in C++ and Java code, and to support exception handling. - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. Contributed by Charles-Antoine Gauthier (charles.gauthier@iit.nrc.ca). This file is part of GCC. diff --git a/libgcc/config/m68k/lb1sf68.S b/libgcc/config/m68k/lb1sf68.S index c042bc6d5a0c..9f649f636dd6 100644 --- a/libgcc/config/m68k/lb1sf68.S +++ b/libgcc/config/m68k/lb1sf68.S @@ -1,5 +1,5 @@ /* libgcc routines for 68000 w/o floating-point hardware. - Copyright (C) 1994-2016 Free Software Foundation, Inc. + Copyright (C) 1994-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/m68k/linux-atomic.c b/libgcc/config/m68k/linux-atomic.c index 859ab68d740b..140e261bca68 100644 --- a/libgcc/config/m68k/linux-atomic.c +++ b/libgcc/config/m68k/linux-atomic.c @@ -1,5 +1,5 @@ /* Linux-specific atomic operations for m68k Linux. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Based on code contributed by CodeSourcery for ARM EABI Linux. This file is part of GCC. diff --git a/libgcc/config/m68k/linux-unwind.h b/libgcc/config/m68k/linux-unwind.h index 75b7cf723a0b..82c7a297a6d0 100644 --- a/libgcc/config/m68k/linux-unwind.h +++ b/libgcc/config/m68k/linux-unwind.h @@ -1,5 +1,5 @@ /* DWARF2 EH unwinding support for Linux/m68k. - Copyright (C) 2006-2016 Free Software Foundation, Inc. + Copyright (C) 2006-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/mcore/crti.S b/libgcc/config/mcore/crti.S index 148026e14207..4b29e0927bef 100644 --- a/libgcc/config/mcore/crti.S +++ b/libgcc/config/mcore/crti.S @@ -1,6 +1,6 @@ # crti.S for ELF based systems -# Copyright (C) 1992-2016 Free Software Foundation, Inc. +# Copyright (C) 1992-2017 Free Software Foundation, Inc. # Written By David Vinayak Henkel-Wallace, June 1992 # # This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/mcore/crtn.S b/libgcc/config/mcore/crtn.S index 5b44967acd3e..444ebfee7eab 100644 --- a/libgcc/config/mcore/crtn.S +++ b/libgcc/config/mcore/crtn.S @@ -1,6 +1,6 @@ # crtn.S for ELF based systems -# Copyright (C) 1992-2016 Free Software Foundation, Inc. +# Copyright (C) 1992-2017 Free Software Foundation, Inc. # Written By David Vinayak Henkel-Wallace, June 1992 # # This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/mcore/lib1funcs.S b/libgcc/config/mcore/lib1funcs.S index 505aaf0ee5f9..e141f9ca2f39 100644 --- a/libgcc/config/mcore/lib1funcs.S +++ b/libgcc/config/mcore/lib1funcs.S @@ -1,5 +1,5 @@ /* libgcc routines for the MCore. - Copyright (C) 1993-2016 Free Software Foundation, Inc. + Copyright (C) 1993-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/microblaze/crti.S b/libgcc/config/microblaze/crti.S index e979f5e6e840..61626e269293 100644 --- a/libgcc/config/microblaze/crti.S +++ b/libgcc/config/microblaze/crti.S @@ -1,7 +1,7 @@ /* crti.s for __init, __fini This file supplies the prologue for __init and __fini routines - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Michael Eager . diff --git a/libgcc/config/microblaze/crtn.S b/libgcc/config/microblaze/crtn.S index 8101adae51ca..3b9bf7ef52e3 100644 --- a/libgcc/config/microblaze/crtn.S +++ b/libgcc/config/microblaze/crtn.S @@ -1,7 +1,7 @@ /* crtn.s for __init, __fini This file supplies the epilogue for __init and __fini routines - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Michael Eager . diff --git a/libgcc/config/microblaze/divsi3.S b/libgcc/config/microblaze/divsi3.S index 22fa3eefe5e1..42f9cb2276b2 100644 --- a/libgcc/config/microblaze/divsi3.S +++ b/libgcc/config/microblaze/divsi3.S @@ -1,6 +1,6 @@ ###################################- # -# Copyright (C) 2009-2016 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # # Contributed by Michael Eager . # diff --git a/libgcc/config/microblaze/divsi3_table.c b/libgcc/config/microblaze/divsi3_table.c index c87b06ee819c..51260c09ac15 100644 --- a/libgcc/config/microblaze/divsi3_table.c +++ b/libgcc/config/microblaze/divsi3_table.c @@ -1,6 +1,6 @@ /* Table for software lookup divide for Xilinx MicroBlaze. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Michael Eager . diff --git a/libgcc/config/microblaze/moddi3.S b/libgcc/config/microblaze/moddi3.S index cafba44767c6..bcea079476e4 100644 --- a/libgcc/config/microblaze/moddi3.S +++ b/libgcc/config/microblaze/moddi3.S @@ -1,6 +1,6 @@ ################################### # -# Copyright (C) 2009-2016 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # # Contributed by Michael Eager . # diff --git a/libgcc/config/microblaze/modsi3.S b/libgcc/config/microblaze/modsi3.S index bb417816439c..eb671a145af3 100644 --- a/libgcc/config/microblaze/modsi3.S +++ b/libgcc/config/microblaze/modsi3.S @@ -1,6 +1,6 @@ ################################### # -# Copyright (C) 2009-2016 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # # Contributed by Michael Eager . # diff --git a/libgcc/config/microblaze/muldi3_hard.S b/libgcc/config/microblaze/muldi3_hard.S index ab0de2b34d09..f2188c641f88 100644 --- a/libgcc/config/microblaze/muldi3_hard.S +++ b/libgcc/config/microblaze/muldi3_hard.S @@ -1,6 +1,6 @@ ###################################- # -# Copyright (C) 2009-2016 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # # Contributed by Michael Eager . # diff --git a/libgcc/config/microblaze/mulsi3.S b/libgcc/config/microblaze/mulsi3.S index b526937cb6f6..f126b56413d7 100644 --- a/libgcc/config/microblaze/mulsi3.S +++ b/libgcc/config/microblaze/mulsi3.S @@ -1,6 +1,6 @@ ###################################-*-asm*- # -# Copyright (C) 2009-2016 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # # Contributed by Michael Eager . # diff --git a/libgcc/config/microblaze/stack_overflow_exit.S b/libgcc/config/microblaze/stack_overflow_exit.S index 2ecb396906b1..63319de17eda 100644 --- a/libgcc/config/microblaze/stack_overflow_exit.S +++ b/libgcc/config/microblaze/stack_overflow_exit.S @@ -1,6 +1,6 @@ ###################################-*-asm*- # -# Copyright (C) 2009-2016 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # # # Contributed by Michael Eager . diff --git a/libgcc/config/microblaze/udivsi3.S b/libgcc/config/microblaze/udivsi3.S index 701caa970872..2e08fb203339 100644 --- a/libgcc/config/microblaze/udivsi3.S +++ b/libgcc/config/microblaze/udivsi3.S @@ -1,6 +1,6 @@ ###################################- # -# Copyright (C) 2009-2016 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # # Contributed by Michael Eager . # diff --git a/libgcc/config/microblaze/umodsi3.S b/libgcc/config/microblaze/umodsi3.S index b450ac074eb5..b230a8cf8070 100644 --- a/libgcc/config/microblaze/umodsi3.S +++ b/libgcc/config/microblaze/umodsi3.S @@ -1,6 +1,6 @@ ################################### # -# Copyright (C) 2009-2016 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # # Contributed by Michael Eager . # diff --git a/libgcc/config/mips/crtfastmath.c b/libgcc/config/mips/crtfastmath.c index 05649af0677c..dbc1cb164a09 100644 --- a/libgcc/config/mips/crtfastmath.c +++ b/libgcc/config/mips/crtfastmath.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2010-2016 Free Software Foundation, Inc. +/* Copyright (C) 2010-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/mips/crti.S b/libgcc/config/mips/crti.S index 8521d3cd5e68..2d52a9006877 100644 --- a/libgcc/config/mips/crti.S +++ b/libgcc/config/mips/crti.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2016 Free Software Foundation, Inc. +/* Copyright (C) 2001-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/mips/crtn.S b/libgcc/config/mips/crtn.S index d80c3429d783..9132ea0ebc90 100644 --- a/libgcc/config/mips/crtn.S +++ b/libgcc/config/mips/crtn.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2016 Free Software Foundation, Inc. +/* Copyright (C) 2001-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/mips/gthr-mipssde.h b/libgcc/config/mips/gthr-mipssde.h index ccd4b7ef781c..e6e953260a82 100644 --- a/libgcc/config/mips/gthr-mipssde.h +++ b/libgcc/config/mips/gthr-mipssde.h @@ -1,6 +1,6 @@ /* MIPS SDE threads compatibility routines for libgcc2 and libobjc. */ /* Compile this one with gcc. */ -/* Copyright (C) 2006-2016 Free Software Foundation, Inc. +/* Copyright (C) 2006-2017 Free Software Foundation, Inc. Contributed by Nigel Stephens This file is part of GCC. diff --git a/libgcc/config/mips/lib2funcs.c b/libgcc/config/mips/lib2funcs.c index bcea5e33b578..2c41e296b0be 100644 --- a/libgcc/config/mips/lib2funcs.c +++ b/libgcc/config/mips/lib2funcs.c @@ -1,5 +1,5 @@ /* libgcc routines for MIPS - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. DMULT/DDIV replacement support by Juergen Urban, JuergenUrban@gmx.de. This file is part of GCC. diff --git a/libgcc/config/mips/libgcc-mips16.ver b/libgcc/config/mips/libgcc-mips16.ver index 53f0a3d7ddc5..24d740748dde 100644 --- a/libgcc/config/mips/libgcc-mips16.ver +++ b/libgcc/config/mips/libgcc-mips16.ver @@ -1,4 +1,4 @@ -# Copyright (C) 2008-2016 Free Software Foundation, Inc. +# Copyright (C) 2008-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/libgcc/config/mips/linux-unwind.h b/libgcc/config/mips/linux-unwind.h index 4035c1211db2..889f3e1f69a1 100644 --- a/libgcc/config/mips/linux-unwind.h +++ b/libgcc/config/mips/linux-unwind.h @@ -1,5 +1,5 @@ /* DWARF2 EH unwinding support for MIPS Linux. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/mips/mips16.S b/libgcc/config/mips/mips16.S index 5080f868369b..81fb924e8cfc 100644 --- a/libgcc/config/mips/mips16.S +++ b/libgcc/config/mips/mips16.S @@ -1,5 +1,5 @@ /* mips16 floating point support code - Copyright (C) 1996-2016 Free Software Foundation, Inc. + Copyright (C) 1996-2017 Free Software Foundation, Inc. Contributed by Cygnus Support This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/mips/sfp-machine.h b/libgcc/config/mips/sfp-machine.h index 5ccd0b33e935..7aa6d28a2cda 100644 --- a/libgcc/config/mips/sfp-machine.h +++ b/libgcc/config/mips/sfp-machine.h @@ -1,5 +1,5 @@ /* softfp machine description for MIPS. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/mips/t-mips16 b/libgcc/config/mips/t-mips16 index d666d7da572d..af03753848a4 100644 --- a/libgcc/config/mips/t-mips16 +++ b/libgcc/config/mips/t-mips16 @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2016 Free Software Foundation, Inc. +# Copyright (C) 2007-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/libgcc/config/mips/vr4120-div.S b/libgcc/config/mips/vr4120-div.S index 9954bc3ab557..7639c062308b 100644 --- a/libgcc/config/mips/vr4120-div.S +++ b/libgcc/config/mips/vr4120-div.S @@ -1,5 +1,5 @@ /* Support file for -mfix-vr4120. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/mmix/crti.S b/libgcc/config/mmix/crti.S index 27a16514cdb3..8bb74737be5e 100644 --- a/libgcc/config/mmix/crti.S +++ b/libgcc/config/mmix/crti.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2016 Free Software Foundation, Inc. +/* Copyright (C) 2001-2017 Free Software Foundation, Inc. Contributed by Hans-Peter Nilsson This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/mmix/crtn.S b/libgcc/config/mmix/crtn.S index 24514b225b25..5d04f016614b 100644 --- a/libgcc/config/mmix/crtn.S +++ b/libgcc/config/mmix/crtn.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2016 Free Software Foundation, Inc. +/* Copyright (C) 2001-2017 Free Software Foundation, Inc. Contributed by Hans-Peter Nilsson This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/moxie/crti.S b/libgcc/config/moxie/crti.S index f789c9eb0f06..60c9b465a938 100644 --- a/libgcc/config/moxie/crti.S +++ b/libgcc/config/moxie/crti.S @@ -1,6 +1,6 @@ # crti.S for moxie # -# Copyright (C) 2009-2016 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the diff --git a/libgcc/config/moxie/crtn.S b/libgcc/config/moxie/crtn.S index 14cbf12210e3..1d4092b6a038 100644 --- a/libgcc/config/moxie/crtn.S +++ b/libgcc/config/moxie/crtn.S @@ -1,6 +1,6 @@ # crtn.S for moxie # -# Copyright (C) 2009-2016 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the diff --git a/libgcc/config/msp430/cmpsi2.S b/libgcc/config/msp430/cmpsi2.S index c258e76558aa..8b24144ed275 100644 --- a/libgcc/config/msp430/cmpsi2.S +++ b/libgcc/config/msp430/cmpsi2.S @@ -1,4 +1,4 @@ -; Copyright (C) 2012-2016 Free Software Foundation, Inc. +; Copyright (C) 2012-2017 Free Software Foundation, Inc. ; Contributed by Red Hat. ; ; This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/msp430/epilogue.S b/libgcc/config/msp430/epilogue.S index 8cbc167fa51e..f15b204e5a5f 100644 --- a/libgcc/config/msp430/epilogue.S +++ b/libgcc/config/msp430/epilogue.S @@ -1,4 +1,4 @@ -; Copyright (C) 2012-2016 Free Software Foundation, Inc. +; Copyright (C) 2012-2017 Free Software Foundation, Inc. ; Contributed by Red Hat. ; ; This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/msp430/lib2bitcountHI.c b/libgcc/config/msp430/lib2bitcountHI.c index 36f3cbe07191..79f0b1ffb945 100644 --- a/libgcc/config/msp430/lib2bitcountHI.c +++ b/libgcc/config/msp430/lib2bitcountHI.c @@ -1,5 +1,5 @@ /* libgcc routines for MSP430 - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Red Hat. This file is part of GCC. diff --git a/libgcc/config/msp430/lib2divHI.c b/libgcc/config/msp430/lib2divHI.c index 77d0c92d2064..ec2bf4aa2d76 100644 --- a/libgcc/config/msp430/lib2divHI.c +++ b/libgcc/config/msp430/lib2divHI.c @@ -1,5 +1,5 @@ /* HI mode divide routines for libgcc for MSP430 - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Red Hat. This file is part of GCC. diff --git a/libgcc/config/msp430/lib2divQI.c b/libgcc/config/msp430/lib2divQI.c index cee342875128..06c7dd23a934 100644 --- a/libgcc/config/msp430/lib2divQI.c +++ b/libgcc/config/msp430/lib2divQI.c @@ -1,5 +1,5 @@ /* QI mode divide routines for libgcc for MSP430 - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Red Hat. This file is part of GCC. diff --git a/libgcc/config/msp430/lib2divSI.c b/libgcc/config/msp430/lib2divSI.c index ceb06b0d2b79..8a6949f2eb26 100644 --- a/libgcc/config/msp430/lib2divSI.c +++ b/libgcc/config/msp430/lib2divSI.c @@ -1,5 +1,5 @@ /* SI mode divide routines for libgcc for MSP430 - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Red Hat. This file is part of GCC. diff --git a/libgcc/config/msp430/lib2hw_mul.S b/libgcc/config/msp430/lib2hw_mul.S index 4f317503292d..979b01725e46 100644 --- a/libgcc/config/msp430/lib2hw_mul.S +++ b/libgcc/config/msp430/lib2hw_mul.S @@ -1,4 +1,4 @@ -; Copyright (C) 2014-2016 Free Software Foundation, Inc. +; Copyright (C) 2014-2017 Free Software Foundation, Inc. ; Contributed by Red Hat. ; ; This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/msp430/lib2mul.c b/libgcc/config/msp430/lib2mul.c index 04c112280ee8..f3c1d6f1f53f 100644 --- a/libgcc/config/msp430/lib2mul.c +++ b/libgcc/config/msp430/lib2mul.c @@ -1,5 +1,5 @@ /* libgcc routines for MSP430 - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Red Hat. This file is part of GCC. diff --git a/libgcc/config/msp430/lib2shift.c b/libgcc/config/msp430/lib2shift.c index 57e70df1fb35..4a86f17e4af7 100644 --- a/libgcc/config/msp430/lib2shift.c +++ b/libgcc/config/msp430/lib2shift.c @@ -1,5 +1,5 @@ /* Shift functions for the GCC support library for the MSP430 - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Red Hat. This file is part of GCC. diff --git a/libgcc/config/msp430/msp430-divmod.h b/libgcc/config/msp430/msp430-divmod.h index d9a84f4c6223..073bb8763dab 100644 --- a/libgcc/config/msp430/msp430-divmod.h +++ b/libgcc/config/msp430/msp430-divmod.h @@ -1,5 +1,5 @@ /* libgcc routines for MSP430 - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Red Hat. This file is part of GCC. diff --git a/libgcc/config/msp430/msp430-mul.h b/libgcc/config/msp430/msp430-mul.h index 912dd44864b7..eeda7b13161e 100644 --- a/libgcc/config/msp430/msp430-mul.h +++ b/libgcc/config/msp430/msp430-mul.h @@ -1,5 +1,5 @@ /* libgcc routines for RL78 - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Red Hat. This file is part of GCC. diff --git a/libgcc/config/msp430/slli.S b/libgcc/config/msp430/slli.S index b1b47b12f43c..47cc84e17564 100644 --- a/libgcc/config/msp430/slli.S +++ b/libgcc/config/msp430/slli.S @@ -1,4 +1,4 @@ -; Copyright (C) 2012-2016 Free Software Foundation, Inc. +; Copyright (C) 2012-2017 Free Software Foundation, Inc. ; Contributed by Red Hat. ; ; This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/msp430/srai.S b/libgcc/config/msp430/srai.S index 2204e7069d1b..eb765322314d 100644 --- a/libgcc/config/msp430/srai.S +++ b/libgcc/config/msp430/srai.S @@ -1,4 +1,4 @@ -; Copyright (C) 2012-2016 Free Software Foundation, Inc. +; Copyright (C) 2012-2017 Free Software Foundation, Inc. ; Contributed by Red Hat. ; ; This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/msp430/srli.S b/libgcc/config/msp430/srli.S index 0997a9921bff..9aec22ad47eb 100644 --- a/libgcc/config/msp430/srli.S +++ b/libgcc/config/msp430/srli.S @@ -1,4 +1,4 @@ -; Copyright (C) 2012-2016 Free Software Foundation, Inc. +; Copyright (C) 2012-2017 Free Software Foundation, Inc. ; Contributed by Red Hat. ; ; This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/msp430/t-msp430 b/libgcc/config/msp430/t-msp430 index 562c458e23f5..2428f54341de 100644 --- a/libgcc/config/msp430/t-msp430 +++ b/libgcc/config/msp430/t-msp430 @@ -1,5 +1,5 @@ # Makefile fragment for building LIBGCC for the TI MSP430 processor. -# Copyright (C) 2011-2016 Free Software Foundation, Inc. +# Copyright (C) 2011-2017 Free Software Foundation, Inc. # Contributed by Red Hat. # # This file is part of GCC. diff --git a/libgcc/config/nds32/crtzero.S b/libgcc/config/nds32/crtzero.S index 989852586836..9a6c183cb604 100644 --- a/libgcc/config/nds32/crtzero.S +++ b/libgcc/config/nds32/crtzero.S @@ -1,5 +1,5 @@ /* The startup code sample of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/initfini.c b/libgcc/config/nds32/initfini.c index 0aa33f527b2f..fe204e2bc5e2 100644 --- a/libgcc/config/nds32/initfini.c +++ b/libgcc/config/nds32/initfini.c @@ -1,7 +1,7 @@ /* .init/.fini section handling + C++ global constructor/destructor handling of Andes NDS32 cpu for GNU compiler. This file is based on crtstuff.c, sol2-crti.asm, sol2-crtn.asm. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/adj_intr_lvl.inc b/libgcc/config/nds32/isr-library/adj_intr_lvl.inc index 3e978b43658e..d34efe48fe94 100644 --- a/libgcc/config/nds32/isr-library/adj_intr_lvl.inc +++ b/libgcc/config/nds32/isr-library/adj_intr_lvl.inc @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/excp_isr.S b/libgcc/config/nds32/isr-library/excp_isr.S index 6179a98886d5..aee24dadac91 100644 --- a/libgcc/config/nds32/isr-library/excp_isr.S +++ b/libgcc/config/nds32/isr-library/excp_isr.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/excp_isr_4b.S b/libgcc/config/nds32/isr-library/excp_isr_4b.S index af70c7a97bfc..9c6d2239f679 100644 --- a/libgcc/config/nds32/isr-library/excp_isr_4b.S +++ b/libgcc/config/nds32/isr-library/excp_isr_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/intr_isr.S b/libgcc/config/nds32/isr-library/intr_isr.S index c55da1c6bf36..dff66d42a264 100644 --- a/libgcc/config/nds32/isr-library/intr_isr.S +++ b/libgcc/config/nds32/isr-library/intr_isr.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/intr_isr_4b.S b/libgcc/config/nds32/isr-library/intr_isr_4b.S index d82c007a01d2..69086de40f10 100644 --- a/libgcc/config/nds32/isr-library/intr_isr_4b.S +++ b/libgcc/config/nds32/isr-library/intr_isr_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid00.S b/libgcc/config/nds32/isr-library/jmptbl_vid00.S index 1c0c45ffc0cc..939242acf489 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid00.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid00.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid01.S b/libgcc/config/nds32/isr-library/jmptbl_vid01.S index 7ce69999d3d6..1c8bea01e070 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid01.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid01.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid02.S b/libgcc/config/nds32/isr-library/jmptbl_vid02.S index dd4e2719f314..51e48a450054 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid02.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid02.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid03.S b/libgcc/config/nds32/isr-library/jmptbl_vid03.S index 85712e69aa90..842c5b75008f 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid03.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid03.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid04.S b/libgcc/config/nds32/isr-library/jmptbl_vid04.S index 4a57cb6b9095..74d64dc790f9 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid04.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid04.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid05.S b/libgcc/config/nds32/isr-library/jmptbl_vid05.S index 6eff3cabc71c..ccb73a9ec0b8 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid05.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid05.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid06.S b/libgcc/config/nds32/isr-library/jmptbl_vid06.S index 842a614c4b7b..a2366fca382e 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid06.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid06.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid07.S b/libgcc/config/nds32/isr-library/jmptbl_vid07.S index ce5b87a6c668..158410e759d0 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid07.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid07.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid08.S b/libgcc/config/nds32/isr-library/jmptbl_vid08.S index 7d6062856ad6..ab195e4256c8 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid08.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid08.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid09.S b/libgcc/config/nds32/isr-library/jmptbl_vid09.S index 75eac5f05e09..2b022b08c5ac 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid09.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid09.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid10.S b/libgcc/config/nds32/isr-library/jmptbl_vid10.S index d9f25c27cbf6..aef57c9fd92a 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid10.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid10.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid11.S b/libgcc/config/nds32/isr-library/jmptbl_vid11.S index 24bb2d9e7da7..d6f9179dc2d4 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid11.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid11.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid12.S b/libgcc/config/nds32/isr-library/jmptbl_vid12.S index 751855eb9ea3..8db052f5d6a9 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid12.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid12.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid13.S b/libgcc/config/nds32/isr-library/jmptbl_vid13.S index 232d31d17275..73e8807da327 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid13.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid13.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid14.S b/libgcc/config/nds32/isr-library/jmptbl_vid14.S index 17483e63d2a5..4065e1ce2332 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid14.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid14.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid15.S b/libgcc/config/nds32/isr-library/jmptbl_vid15.S index f80bedcbc90e..83654670d22f 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid15.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid15.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid16.S b/libgcc/config/nds32/isr-library/jmptbl_vid16.S index 3a799af559c8..53e88e510203 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid16.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid16.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid17.S b/libgcc/config/nds32/isr-library/jmptbl_vid17.S index 2f7215332a18..9d3cd6bde731 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid17.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid17.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid18.S b/libgcc/config/nds32/isr-library/jmptbl_vid18.S index f6eff9d1ba68..7b2e0fad9fac 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid18.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid18.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid19.S b/libgcc/config/nds32/isr-library/jmptbl_vid19.S index c1ecf3f6beb6..3321ce6757b2 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid19.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid19.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid20.S b/libgcc/config/nds32/isr-library/jmptbl_vid20.S index f2606b560de6..a9056d0a6e0e 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid20.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid20.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid21.S b/libgcc/config/nds32/isr-library/jmptbl_vid21.S index f68780fdb918..c22db855fed0 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid21.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid21.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid22.S b/libgcc/config/nds32/isr-library/jmptbl_vid22.S index e969195dfecc..559869a82ec2 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid22.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid22.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid23.S b/libgcc/config/nds32/isr-library/jmptbl_vid23.S index 957c026399e4..fcb3c57651a3 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid23.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid23.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid24.S b/libgcc/config/nds32/isr-library/jmptbl_vid24.S index 001dbae101ae..b50d43352fa5 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid24.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid24.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid25.S b/libgcc/config/nds32/isr-library/jmptbl_vid25.S index 13ed0002ba47..6289fa7e491d 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid25.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid25.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid26.S b/libgcc/config/nds32/isr-library/jmptbl_vid26.S index 80a0c64e1fef..e6da7c089d83 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid26.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid26.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid27.S b/libgcc/config/nds32/isr-library/jmptbl_vid27.S index d971e195579b..e028ade0354b 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid27.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid27.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid28.S b/libgcc/config/nds32/isr-library/jmptbl_vid28.S index 9d48e41d1cbb..8378beb1fdb3 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid28.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid28.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid29.S b/libgcc/config/nds32/isr-library/jmptbl_vid29.S index 81de0f06ea68..1b61f8e1edf8 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid29.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid29.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid30.S b/libgcc/config/nds32/isr-library/jmptbl_vid30.S index 4e06277ce74b..d59f63538c2e 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid30.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid30.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid31.S b/libgcc/config/nds32/isr-library/jmptbl_vid31.S index f9206ab2e7f0..744395aafade 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid31.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid31.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid32.S b/libgcc/config/nds32/isr-library/jmptbl_vid32.S index d94f0eb39f82..46d0bc3c3c24 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid32.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid32.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid33.S b/libgcc/config/nds32/isr-library/jmptbl_vid33.S index b6aede7e3963..db924f17d453 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid33.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid33.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid34.S b/libgcc/config/nds32/isr-library/jmptbl_vid34.S index 27432878c51b..9986a8678ead 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid34.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid34.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid35.S b/libgcc/config/nds32/isr-library/jmptbl_vid35.S index c77990f36dc8..38405a507b3f 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid35.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid35.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid36.S b/libgcc/config/nds32/isr-library/jmptbl_vid36.S index bb66dba6c7c2..e4618e8721a2 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid36.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid36.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid37.S b/libgcc/config/nds32/isr-library/jmptbl_vid37.S index 5c846b1e0a7c..35da7b7774f6 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid37.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid37.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid38.S b/libgcc/config/nds32/isr-library/jmptbl_vid38.S index 586cda1f9b09..4184afbd21f4 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid38.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid38.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid39.S b/libgcc/config/nds32/isr-library/jmptbl_vid39.S index 917cd885ca4c..b7b57c2b5d0e 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid39.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid39.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid40.S b/libgcc/config/nds32/isr-library/jmptbl_vid40.S index f801b69d79cc..cff8bfbc6839 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid40.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid40.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid41.S b/libgcc/config/nds32/isr-library/jmptbl_vid41.S index 4f9829da3815..f439d50bb6b3 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid41.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid41.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid42.S b/libgcc/config/nds32/isr-library/jmptbl_vid42.S index a0e2d38a4c09..1e3f0e2b610e 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid42.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid42.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid43.S b/libgcc/config/nds32/isr-library/jmptbl_vid43.S index 04097f5c435b..318e39bacf29 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid43.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid43.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid44.S b/libgcc/config/nds32/isr-library/jmptbl_vid44.S index 10fbfe3f0f96..22c25b9ea751 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid44.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid44.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid45.S b/libgcc/config/nds32/isr-library/jmptbl_vid45.S index 03926e675363..6dbf27fb85d5 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid45.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid45.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid46.S b/libgcc/config/nds32/isr-library/jmptbl_vid46.S index dd31529046e0..296fa4c4a7d4 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid46.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid46.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid47.S b/libgcc/config/nds32/isr-library/jmptbl_vid47.S index 07002168a7b8..0de52918b4cc 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid47.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid47.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid48.S b/libgcc/config/nds32/isr-library/jmptbl_vid48.S index 2268e3002fbd..119ab64aff3f 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid48.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid48.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid49.S b/libgcc/config/nds32/isr-library/jmptbl_vid49.S index 13c87e1d0392..64508c493e48 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid49.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid49.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid50.S b/libgcc/config/nds32/isr-library/jmptbl_vid50.S index 34cc40d55aeb..1e36db4ef817 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid50.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid50.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid51.S b/libgcc/config/nds32/isr-library/jmptbl_vid51.S index 5a62896c9ad3..2881c5e2d74f 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid51.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid51.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid52.S b/libgcc/config/nds32/isr-library/jmptbl_vid52.S index 763eb49979b2..3a1d8529cbb8 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid52.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid52.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid53.S b/libgcc/config/nds32/isr-library/jmptbl_vid53.S index d8eb9b46483a..f8f9f56902d2 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid53.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid53.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid54.S b/libgcc/config/nds32/isr-library/jmptbl_vid54.S index 324463fe04e0..3b54ed68398e 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid54.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid54.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid55.S b/libgcc/config/nds32/isr-library/jmptbl_vid55.S index 5071a6a7c1c5..6ccdb7924613 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid55.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid55.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid56.S b/libgcc/config/nds32/isr-library/jmptbl_vid56.S index 2b19dc2edcd1..8235429ae8b8 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid56.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid56.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid57.S b/libgcc/config/nds32/isr-library/jmptbl_vid57.S index 93c6fff5ae0e..a4c58b013ce9 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid57.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid57.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid58.S b/libgcc/config/nds32/isr-library/jmptbl_vid58.S index 849f5e480761..c35d5d3e7690 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid58.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid58.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid59.S b/libgcc/config/nds32/isr-library/jmptbl_vid59.S index 33bd08abdea2..a1ffdc3585d0 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid59.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid59.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid60.S b/libgcc/config/nds32/isr-library/jmptbl_vid60.S index d484595867a5..292cfc4e6ef3 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid60.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid60.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid61.S b/libgcc/config/nds32/isr-library/jmptbl_vid61.S index cf065268168d..1a3b5e1cc2db 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid61.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid61.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid62.S b/libgcc/config/nds32/isr-library/jmptbl_vid62.S index e2ff397d307a..715c4946c679 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid62.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid62.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid63.S b/libgcc/config/nds32/isr-library/jmptbl_vid63.S index b543ef89ef27..86e493eea1c0 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid63.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid63.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid64.S b/libgcc/config/nds32/isr-library/jmptbl_vid64.S index 3f89272df6ee..896b573c1b26 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid64.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid64.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid65.S b/libgcc/config/nds32/isr-library/jmptbl_vid65.S index 0c60acda1e6b..612fcf25f0d3 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid65.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid65.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid66.S b/libgcc/config/nds32/isr-library/jmptbl_vid66.S index 730f4ea11fe8..bf937d6e4627 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid66.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid66.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid67.S b/libgcc/config/nds32/isr-library/jmptbl_vid67.S index df827105735d..9696268b47ba 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid67.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid67.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid68.S b/libgcc/config/nds32/isr-library/jmptbl_vid68.S index c6904febdb61..4af79b725967 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid68.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid68.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid69.S b/libgcc/config/nds32/isr-library/jmptbl_vid69.S index 9280e00dc845..56b4b4ca7ff9 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid69.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid69.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid70.S b/libgcc/config/nds32/isr-library/jmptbl_vid70.S index a74574aa9366..4fb13fb7d58a 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid70.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid70.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid71.S b/libgcc/config/nds32/isr-library/jmptbl_vid71.S index 461c5d1be33d..eab9a22bc3ee 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid71.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid71.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/jmptbl_vid72.S b/libgcc/config/nds32/isr-library/jmptbl_vid72.S index 1a06cd75f4ee..dca8f0de3768 100644 --- a/libgcc/config/nds32/isr-library/jmptbl_vid72.S +++ b/libgcc/config/nds32/isr-library/jmptbl_vid72.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/nmih.S b/libgcc/config/nds32/isr-library/nmih.S index 1f6d677064ec..4901e960740b 100644 --- a/libgcc/config/nds32/isr-library/nmih.S +++ b/libgcc/config/nds32/isr-library/nmih.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/reset.S b/libgcc/config/nds32/isr-library/reset.S index 961d731b77a0..2bc0a8c0fc3f 100644 --- a/libgcc/config/nds32/isr-library/reset.S +++ b/libgcc/config/nds32/isr-library/reset.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/reset_4b.S b/libgcc/config/nds32/isr-library/reset_4b.S index 792e65536c02..f0e0dbcbafbe 100644 --- a/libgcc/config/nds32/isr-library/reset_4b.S +++ b/libgcc/config/nds32/isr-library/reset_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/restore_all.inc b/libgcc/config/nds32/isr-library/restore_all.inc index c25b46ef0537..e1bf0ea51d0f 100644 --- a/libgcc/config/nds32/isr-library/restore_all.inc +++ b/libgcc/config/nds32/isr-library/restore_all.inc @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/restore_fpu_regs.inc b/libgcc/config/nds32/isr-library/restore_fpu_regs.inc index d00d82a63759..2958d332e1ba 100644 --- a/libgcc/config/nds32/isr-library/restore_fpu_regs.inc +++ b/libgcc/config/nds32/isr-library/restore_fpu_regs.inc @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/restore_fpu_regs_00.inc b/libgcc/config/nds32/isr-library/restore_fpu_regs_00.inc index 5ccccd557bfd..5c10a6600150 100644 --- a/libgcc/config/nds32/isr-library/restore_fpu_regs_00.inc +++ b/libgcc/config/nds32/isr-library/restore_fpu_regs_00.inc @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/restore_fpu_regs_01.inc b/libgcc/config/nds32/isr-library/restore_fpu_regs_01.inc index 248a460af9cb..4a3651e4f56e 100644 --- a/libgcc/config/nds32/isr-library/restore_fpu_regs_01.inc +++ b/libgcc/config/nds32/isr-library/restore_fpu_regs_01.inc @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/restore_fpu_regs_02.inc b/libgcc/config/nds32/isr-library/restore_fpu_regs_02.inc index 879f85f91b55..e273e7c0c396 100644 --- a/libgcc/config/nds32/isr-library/restore_fpu_regs_02.inc +++ b/libgcc/config/nds32/isr-library/restore_fpu_regs_02.inc @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/restore_fpu_regs_03.inc b/libgcc/config/nds32/isr-library/restore_fpu_regs_03.inc index eb9e7640dda3..8e6a15a7d360 100644 --- a/libgcc/config/nds32/isr-library/restore_fpu_regs_03.inc +++ b/libgcc/config/nds32/isr-library/restore_fpu_regs_03.inc @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/restore_mac_regs.inc b/libgcc/config/nds32/isr-library/restore_mac_regs.inc index 0ffc9804d7c9..86c87c084212 100644 --- a/libgcc/config/nds32/isr-library/restore_mac_regs.inc +++ b/libgcc/config/nds32/isr-library/restore_mac_regs.inc @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/restore_partial.inc b/libgcc/config/nds32/isr-library/restore_partial.inc index 70d5421a43c1..9103c55e0707 100644 --- a/libgcc/config/nds32/isr-library/restore_partial.inc +++ b/libgcc/config/nds32/isr-library/restore_partial.inc @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/save_all.inc b/libgcc/config/nds32/isr-library/save_all.inc index 20eb29d16f38..811a0e7abe84 100644 --- a/libgcc/config/nds32/isr-library/save_all.inc +++ b/libgcc/config/nds32/isr-library/save_all.inc @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/save_fpu_regs.inc b/libgcc/config/nds32/isr-library/save_fpu_regs.inc index 51075e1c018a..372db8df135e 100644 --- a/libgcc/config/nds32/isr-library/save_fpu_regs.inc +++ b/libgcc/config/nds32/isr-library/save_fpu_regs.inc @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/save_fpu_regs_00.inc b/libgcc/config/nds32/isr-library/save_fpu_regs_00.inc index 77dcc9c9cd24..35b7a00f6336 100644 --- a/libgcc/config/nds32/isr-library/save_fpu_regs_00.inc +++ b/libgcc/config/nds32/isr-library/save_fpu_regs_00.inc @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/save_fpu_regs_01.inc b/libgcc/config/nds32/isr-library/save_fpu_regs_01.inc index fb85b566ee1d..21d4d0370a54 100644 --- a/libgcc/config/nds32/isr-library/save_fpu_regs_01.inc +++ b/libgcc/config/nds32/isr-library/save_fpu_regs_01.inc @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/save_fpu_regs_02.inc b/libgcc/config/nds32/isr-library/save_fpu_regs_02.inc index f179f8e058f0..75daa20f1b34 100644 --- a/libgcc/config/nds32/isr-library/save_fpu_regs_02.inc +++ b/libgcc/config/nds32/isr-library/save_fpu_regs_02.inc @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/save_fpu_regs_03.inc b/libgcc/config/nds32/isr-library/save_fpu_regs_03.inc index 0fb0f4fcbe8c..0e836466a35e 100644 --- a/libgcc/config/nds32/isr-library/save_fpu_regs_03.inc +++ b/libgcc/config/nds32/isr-library/save_fpu_regs_03.inc @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/save_mac_regs.inc b/libgcc/config/nds32/isr-library/save_mac_regs.inc index ddb5e770a13f..89f46d1cc374 100644 --- a/libgcc/config/nds32/isr-library/save_mac_regs.inc +++ b/libgcc/config/nds32/isr-library/save_mac_regs.inc @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/save_partial.inc b/libgcc/config/nds32/isr-library/save_partial.inc index ee514c467d09..32ea16af4837 100644 --- a/libgcc/config/nds32/isr-library/save_partial.inc +++ b/libgcc/config/nds32/isr-library/save_partial.inc @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid00.S b/libgcc/config/nds32/isr-library/vec_vid00.S index ccdbd19e9941..ae17070a7a7c 100644 --- a/libgcc/config/nds32/isr-library/vec_vid00.S +++ b/libgcc/config/nds32/isr-library/vec_vid00.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid00_4b.S b/libgcc/config/nds32/isr-library/vec_vid00_4b.S index e1a37b42530f..7a5e28ad19b7 100644 --- a/libgcc/config/nds32/isr-library/vec_vid00_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid00_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid01.S b/libgcc/config/nds32/isr-library/vec_vid01.S index ed5a88e867e8..f74bfce37d89 100644 --- a/libgcc/config/nds32/isr-library/vec_vid01.S +++ b/libgcc/config/nds32/isr-library/vec_vid01.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid01_4b.S b/libgcc/config/nds32/isr-library/vec_vid01_4b.S index 239bd75da743..d83cb0b9d67f 100644 --- a/libgcc/config/nds32/isr-library/vec_vid01_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid01_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid02.S b/libgcc/config/nds32/isr-library/vec_vid02.S index 1a95a5727ab6..817fea82e868 100644 --- a/libgcc/config/nds32/isr-library/vec_vid02.S +++ b/libgcc/config/nds32/isr-library/vec_vid02.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid02_4b.S b/libgcc/config/nds32/isr-library/vec_vid02_4b.S index c532e625ca61..cd777f562355 100644 --- a/libgcc/config/nds32/isr-library/vec_vid02_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid02_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid03.S b/libgcc/config/nds32/isr-library/vec_vid03.S index 9bc572ac616f..e49c9e9a2350 100644 --- a/libgcc/config/nds32/isr-library/vec_vid03.S +++ b/libgcc/config/nds32/isr-library/vec_vid03.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid03_4b.S b/libgcc/config/nds32/isr-library/vec_vid03_4b.S index cd3090693762..7140ba826b2a 100644 --- a/libgcc/config/nds32/isr-library/vec_vid03_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid03_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid04.S b/libgcc/config/nds32/isr-library/vec_vid04.S index e8d4e10b39a2..f5e256fab668 100644 --- a/libgcc/config/nds32/isr-library/vec_vid04.S +++ b/libgcc/config/nds32/isr-library/vec_vid04.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid04_4b.S b/libgcc/config/nds32/isr-library/vec_vid04_4b.S index 21fc77ea3b75..6d7e8c36f66e 100644 --- a/libgcc/config/nds32/isr-library/vec_vid04_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid04_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid05.S b/libgcc/config/nds32/isr-library/vec_vid05.S index 1621a9de9389..f9214a16aa82 100644 --- a/libgcc/config/nds32/isr-library/vec_vid05.S +++ b/libgcc/config/nds32/isr-library/vec_vid05.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid05_4b.S b/libgcc/config/nds32/isr-library/vec_vid05_4b.S index b86fe19ffa28..f217c24a675f 100644 --- a/libgcc/config/nds32/isr-library/vec_vid05_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid05_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid06.S b/libgcc/config/nds32/isr-library/vec_vid06.S index 934f0b157f9e..c842b45d3644 100644 --- a/libgcc/config/nds32/isr-library/vec_vid06.S +++ b/libgcc/config/nds32/isr-library/vec_vid06.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid06_4b.S b/libgcc/config/nds32/isr-library/vec_vid06_4b.S index 3624cfdbfac2..65da755b72a8 100644 --- a/libgcc/config/nds32/isr-library/vec_vid06_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid06_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid07.S b/libgcc/config/nds32/isr-library/vec_vid07.S index 0b0484da05cc..16c478f08956 100644 --- a/libgcc/config/nds32/isr-library/vec_vid07.S +++ b/libgcc/config/nds32/isr-library/vec_vid07.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid07_4b.S b/libgcc/config/nds32/isr-library/vec_vid07_4b.S index 997ca75ea1ae..197256024cd4 100644 --- a/libgcc/config/nds32/isr-library/vec_vid07_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid07_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid08.S b/libgcc/config/nds32/isr-library/vec_vid08.S index 2a3037554762..bb8c69fb35ea 100644 --- a/libgcc/config/nds32/isr-library/vec_vid08.S +++ b/libgcc/config/nds32/isr-library/vec_vid08.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid08_4b.S b/libgcc/config/nds32/isr-library/vec_vid08_4b.S index 83546d16319a..9e6a2c64c36c 100644 --- a/libgcc/config/nds32/isr-library/vec_vid08_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid08_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid09.S b/libgcc/config/nds32/isr-library/vec_vid09.S index 9aeaf7860453..4d4a6fcbc3e2 100644 --- a/libgcc/config/nds32/isr-library/vec_vid09.S +++ b/libgcc/config/nds32/isr-library/vec_vid09.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid09_4b.S b/libgcc/config/nds32/isr-library/vec_vid09_4b.S index 2d1944f0ee4a..031a5a404964 100644 --- a/libgcc/config/nds32/isr-library/vec_vid09_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid09_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid10.S b/libgcc/config/nds32/isr-library/vec_vid10.S index 411edd7de189..d97609c8dbb3 100644 --- a/libgcc/config/nds32/isr-library/vec_vid10.S +++ b/libgcc/config/nds32/isr-library/vec_vid10.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid10_4b.S b/libgcc/config/nds32/isr-library/vec_vid10_4b.S index 04761abf81f8..520a716e74e5 100644 --- a/libgcc/config/nds32/isr-library/vec_vid10_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid10_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid11.S b/libgcc/config/nds32/isr-library/vec_vid11.S index 8de45a4f5407..97b1f5e63a1b 100644 --- a/libgcc/config/nds32/isr-library/vec_vid11.S +++ b/libgcc/config/nds32/isr-library/vec_vid11.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid11_4b.S b/libgcc/config/nds32/isr-library/vec_vid11_4b.S index 328c1e604595..0218ff1b9c68 100644 --- a/libgcc/config/nds32/isr-library/vec_vid11_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid11_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid12.S b/libgcc/config/nds32/isr-library/vec_vid12.S index ff5c6dfe47c3..744c725ae3da 100644 --- a/libgcc/config/nds32/isr-library/vec_vid12.S +++ b/libgcc/config/nds32/isr-library/vec_vid12.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid12_4b.S b/libgcc/config/nds32/isr-library/vec_vid12_4b.S index 52b7d2390fe2..e905ff0f7278 100644 --- a/libgcc/config/nds32/isr-library/vec_vid12_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid12_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid13.S b/libgcc/config/nds32/isr-library/vec_vid13.S index 66014c3a0d94..f8e58ebe50af 100644 --- a/libgcc/config/nds32/isr-library/vec_vid13.S +++ b/libgcc/config/nds32/isr-library/vec_vid13.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid13_4b.S b/libgcc/config/nds32/isr-library/vec_vid13_4b.S index 59029adfe75a..6e2d2302d0c8 100644 --- a/libgcc/config/nds32/isr-library/vec_vid13_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid13_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid14.S b/libgcc/config/nds32/isr-library/vec_vid14.S index ca6f66f1d265..433137337a07 100644 --- a/libgcc/config/nds32/isr-library/vec_vid14.S +++ b/libgcc/config/nds32/isr-library/vec_vid14.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid14_4b.S b/libgcc/config/nds32/isr-library/vec_vid14_4b.S index 0d2afe4202ce..b7beff8f2dda 100644 --- a/libgcc/config/nds32/isr-library/vec_vid14_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid14_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid15.S b/libgcc/config/nds32/isr-library/vec_vid15.S index c94b42a5d97c..c9692c5d48c3 100644 --- a/libgcc/config/nds32/isr-library/vec_vid15.S +++ b/libgcc/config/nds32/isr-library/vec_vid15.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid15_4b.S b/libgcc/config/nds32/isr-library/vec_vid15_4b.S index 60799d72882d..6a6296450e83 100644 --- a/libgcc/config/nds32/isr-library/vec_vid15_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid15_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid16.S b/libgcc/config/nds32/isr-library/vec_vid16.S index f19454de941d..e35a8b38a06e 100644 --- a/libgcc/config/nds32/isr-library/vec_vid16.S +++ b/libgcc/config/nds32/isr-library/vec_vid16.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid16_4b.S b/libgcc/config/nds32/isr-library/vec_vid16_4b.S index 67912048ccab..b292cc857626 100644 --- a/libgcc/config/nds32/isr-library/vec_vid16_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid16_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid17.S b/libgcc/config/nds32/isr-library/vec_vid17.S index 486a0aaa2c81..f8afc897f646 100644 --- a/libgcc/config/nds32/isr-library/vec_vid17.S +++ b/libgcc/config/nds32/isr-library/vec_vid17.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid17_4b.S b/libgcc/config/nds32/isr-library/vec_vid17_4b.S index 04f428572826..4498d7da2c4d 100644 --- a/libgcc/config/nds32/isr-library/vec_vid17_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid17_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid18.S b/libgcc/config/nds32/isr-library/vec_vid18.S index 137511f374a0..13089194cf7b 100644 --- a/libgcc/config/nds32/isr-library/vec_vid18.S +++ b/libgcc/config/nds32/isr-library/vec_vid18.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid18_4b.S b/libgcc/config/nds32/isr-library/vec_vid18_4b.S index 4d801923e3db..dce4ef142707 100644 --- a/libgcc/config/nds32/isr-library/vec_vid18_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid18_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid19.S b/libgcc/config/nds32/isr-library/vec_vid19.S index 791e135f1c35..d9488bc4286a 100644 --- a/libgcc/config/nds32/isr-library/vec_vid19.S +++ b/libgcc/config/nds32/isr-library/vec_vid19.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid19_4b.S b/libgcc/config/nds32/isr-library/vec_vid19_4b.S index 87d4c7cbd1f6..44e87828a1ee 100644 --- a/libgcc/config/nds32/isr-library/vec_vid19_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid19_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid20.S b/libgcc/config/nds32/isr-library/vec_vid20.S index e7ab0e363b38..5fa80b54b07d 100644 --- a/libgcc/config/nds32/isr-library/vec_vid20.S +++ b/libgcc/config/nds32/isr-library/vec_vid20.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid20_4b.S b/libgcc/config/nds32/isr-library/vec_vid20_4b.S index 308385a3149b..db612d7f4741 100644 --- a/libgcc/config/nds32/isr-library/vec_vid20_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid20_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid21.S b/libgcc/config/nds32/isr-library/vec_vid21.S index 315ae56309db..a7fa248da35d 100644 --- a/libgcc/config/nds32/isr-library/vec_vid21.S +++ b/libgcc/config/nds32/isr-library/vec_vid21.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid21_4b.S b/libgcc/config/nds32/isr-library/vec_vid21_4b.S index 16cf02afcc87..439a7a5d34fc 100644 --- a/libgcc/config/nds32/isr-library/vec_vid21_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid21_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid22.S b/libgcc/config/nds32/isr-library/vec_vid22.S index 6f9de85e4e68..9a54ca0e3468 100644 --- a/libgcc/config/nds32/isr-library/vec_vid22.S +++ b/libgcc/config/nds32/isr-library/vec_vid22.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid22_4b.S b/libgcc/config/nds32/isr-library/vec_vid22_4b.S index 587ee7fcecd9..3d962cca8c44 100644 --- a/libgcc/config/nds32/isr-library/vec_vid22_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid22_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid23.S b/libgcc/config/nds32/isr-library/vec_vid23.S index 956b5856a809..70162329374c 100644 --- a/libgcc/config/nds32/isr-library/vec_vid23.S +++ b/libgcc/config/nds32/isr-library/vec_vid23.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid23_4b.S b/libgcc/config/nds32/isr-library/vec_vid23_4b.S index 5e4b6435a5a6..7fbbf19bccd2 100644 --- a/libgcc/config/nds32/isr-library/vec_vid23_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid23_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid24.S b/libgcc/config/nds32/isr-library/vec_vid24.S index 57086e9bea0e..68dcc72b18f8 100644 --- a/libgcc/config/nds32/isr-library/vec_vid24.S +++ b/libgcc/config/nds32/isr-library/vec_vid24.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid24_4b.S b/libgcc/config/nds32/isr-library/vec_vid24_4b.S index 43495f9c22f5..614dc00a6477 100644 --- a/libgcc/config/nds32/isr-library/vec_vid24_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid24_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid25.S b/libgcc/config/nds32/isr-library/vec_vid25.S index 61fa526ff273..2c8c1ee1bbe7 100644 --- a/libgcc/config/nds32/isr-library/vec_vid25.S +++ b/libgcc/config/nds32/isr-library/vec_vid25.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid25_4b.S b/libgcc/config/nds32/isr-library/vec_vid25_4b.S index 1ce6cf3243bf..fca309c5c1f4 100644 --- a/libgcc/config/nds32/isr-library/vec_vid25_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid25_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid26.S b/libgcc/config/nds32/isr-library/vec_vid26.S index 3d9191da6cc0..cc09df738f79 100644 --- a/libgcc/config/nds32/isr-library/vec_vid26.S +++ b/libgcc/config/nds32/isr-library/vec_vid26.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid26_4b.S b/libgcc/config/nds32/isr-library/vec_vid26_4b.S index 58032479a5e1..af227443ab2b 100644 --- a/libgcc/config/nds32/isr-library/vec_vid26_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid26_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid27.S b/libgcc/config/nds32/isr-library/vec_vid27.S index ff12cfb3f5f9..9deed82bce61 100644 --- a/libgcc/config/nds32/isr-library/vec_vid27.S +++ b/libgcc/config/nds32/isr-library/vec_vid27.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid27_4b.S b/libgcc/config/nds32/isr-library/vec_vid27_4b.S index d61e3f9bae25..736d89c6f2aa 100644 --- a/libgcc/config/nds32/isr-library/vec_vid27_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid27_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid28.S b/libgcc/config/nds32/isr-library/vec_vid28.S index 6b7610eb6fc0..0ef5a54d52da 100644 --- a/libgcc/config/nds32/isr-library/vec_vid28.S +++ b/libgcc/config/nds32/isr-library/vec_vid28.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid28_4b.S b/libgcc/config/nds32/isr-library/vec_vid28_4b.S index a39d01545e83..7cfa335a148f 100644 --- a/libgcc/config/nds32/isr-library/vec_vid28_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid28_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid29.S b/libgcc/config/nds32/isr-library/vec_vid29.S index b995841498fd..bc628e3115a4 100644 --- a/libgcc/config/nds32/isr-library/vec_vid29.S +++ b/libgcc/config/nds32/isr-library/vec_vid29.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid29_4b.S b/libgcc/config/nds32/isr-library/vec_vid29_4b.S index 803f323b69f0..b835edb3bd6e 100644 --- a/libgcc/config/nds32/isr-library/vec_vid29_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid29_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid30.S b/libgcc/config/nds32/isr-library/vec_vid30.S index 57d1507af063..620bd812049a 100644 --- a/libgcc/config/nds32/isr-library/vec_vid30.S +++ b/libgcc/config/nds32/isr-library/vec_vid30.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid30_4b.S b/libgcc/config/nds32/isr-library/vec_vid30_4b.S index a2a1e3efd013..e5f707da624a 100644 --- a/libgcc/config/nds32/isr-library/vec_vid30_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid30_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid31.S b/libgcc/config/nds32/isr-library/vec_vid31.S index f9aee4ede54b..b9014d385106 100644 --- a/libgcc/config/nds32/isr-library/vec_vid31.S +++ b/libgcc/config/nds32/isr-library/vec_vid31.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid31_4b.S b/libgcc/config/nds32/isr-library/vec_vid31_4b.S index 989645f70a59..97d71096ffc7 100644 --- a/libgcc/config/nds32/isr-library/vec_vid31_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid31_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid32.S b/libgcc/config/nds32/isr-library/vec_vid32.S index fc26cad51ec9..c70dea3c694e 100644 --- a/libgcc/config/nds32/isr-library/vec_vid32.S +++ b/libgcc/config/nds32/isr-library/vec_vid32.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid32_4b.S b/libgcc/config/nds32/isr-library/vec_vid32_4b.S index 1ac7e313f3ac..b2288ced3306 100644 --- a/libgcc/config/nds32/isr-library/vec_vid32_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid32_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid33.S b/libgcc/config/nds32/isr-library/vec_vid33.S index dd655e661f32..ed47ccb7f5cf 100644 --- a/libgcc/config/nds32/isr-library/vec_vid33.S +++ b/libgcc/config/nds32/isr-library/vec_vid33.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid33_4b.S b/libgcc/config/nds32/isr-library/vec_vid33_4b.S index 3c99412c6f90..0e231927b367 100644 --- a/libgcc/config/nds32/isr-library/vec_vid33_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid33_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid34.S b/libgcc/config/nds32/isr-library/vec_vid34.S index a6b8517cb6dc..b549a61cc5d6 100644 --- a/libgcc/config/nds32/isr-library/vec_vid34.S +++ b/libgcc/config/nds32/isr-library/vec_vid34.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid34_4b.S b/libgcc/config/nds32/isr-library/vec_vid34_4b.S index 77c07b9e9136..f56bc99044d3 100644 --- a/libgcc/config/nds32/isr-library/vec_vid34_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid34_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid35.S b/libgcc/config/nds32/isr-library/vec_vid35.S index 65ceeab4d961..e9e3a7c312b3 100644 --- a/libgcc/config/nds32/isr-library/vec_vid35.S +++ b/libgcc/config/nds32/isr-library/vec_vid35.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid35_4b.S b/libgcc/config/nds32/isr-library/vec_vid35_4b.S index 432873a36edd..729a3e561028 100644 --- a/libgcc/config/nds32/isr-library/vec_vid35_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid35_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid36.S b/libgcc/config/nds32/isr-library/vec_vid36.S index 688dbb97c24c..0c015f459eb9 100644 --- a/libgcc/config/nds32/isr-library/vec_vid36.S +++ b/libgcc/config/nds32/isr-library/vec_vid36.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid36_4b.S b/libgcc/config/nds32/isr-library/vec_vid36_4b.S index dadd3815d3da..74d0dc791980 100644 --- a/libgcc/config/nds32/isr-library/vec_vid36_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid36_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid37.S b/libgcc/config/nds32/isr-library/vec_vid37.S index 712bbe8b04e3..46e3ba3e8d06 100644 --- a/libgcc/config/nds32/isr-library/vec_vid37.S +++ b/libgcc/config/nds32/isr-library/vec_vid37.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid37_4b.S b/libgcc/config/nds32/isr-library/vec_vid37_4b.S index ec845e142d6a..3fb8345071e7 100644 --- a/libgcc/config/nds32/isr-library/vec_vid37_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid37_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid38.S b/libgcc/config/nds32/isr-library/vec_vid38.S index b6e497921df1..002c6d72cd17 100644 --- a/libgcc/config/nds32/isr-library/vec_vid38.S +++ b/libgcc/config/nds32/isr-library/vec_vid38.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid38_4b.S b/libgcc/config/nds32/isr-library/vec_vid38_4b.S index 84919edc1898..abd270cb0d13 100644 --- a/libgcc/config/nds32/isr-library/vec_vid38_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid38_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid39.S b/libgcc/config/nds32/isr-library/vec_vid39.S index 2dee2699d259..9884b21e0bfb 100644 --- a/libgcc/config/nds32/isr-library/vec_vid39.S +++ b/libgcc/config/nds32/isr-library/vec_vid39.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid39_4b.S b/libgcc/config/nds32/isr-library/vec_vid39_4b.S index 8f2f63455f69..9ab75d5d199e 100644 --- a/libgcc/config/nds32/isr-library/vec_vid39_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid39_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid40.S b/libgcc/config/nds32/isr-library/vec_vid40.S index fe7508ce0b51..964c8e495697 100644 --- a/libgcc/config/nds32/isr-library/vec_vid40.S +++ b/libgcc/config/nds32/isr-library/vec_vid40.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid40_4b.S b/libgcc/config/nds32/isr-library/vec_vid40_4b.S index 0aab8f458390..6cf44d385d5b 100644 --- a/libgcc/config/nds32/isr-library/vec_vid40_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid40_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid41.S b/libgcc/config/nds32/isr-library/vec_vid41.S index 711fcd5f10ca..856f527e16cf 100644 --- a/libgcc/config/nds32/isr-library/vec_vid41.S +++ b/libgcc/config/nds32/isr-library/vec_vid41.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid41_4b.S b/libgcc/config/nds32/isr-library/vec_vid41_4b.S index e8a8527de1ea..790ebe33c528 100644 --- a/libgcc/config/nds32/isr-library/vec_vid41_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid41_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid42.S b/libgcc/config/nds32/isr-library/vec_vid42.S index 0c6a849983d6..d79c49a9d455 100644 --- a/libgcc/config/nds32/isr-library/vec_vid42.S +++ b/libgcc/config/nds32/isr-library/vec_vid42.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid42_4b.S b/libgcc/config/nds32/isr-library/vec_vid42_4b.S index cfe184c38d7a..e39e469dad67 100644 --- a/libgcc/config/nds32/isr-library/vec_vid42_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid42_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid43.S b/libgcc/config/nds32/isr-library/vec_vid43.S index 2b4681a5e4bb..9119488d61b3 100644 --- a/libgcc/config/nds32/isr-library/vec_vid43.S +++ b/libgcc/config/nds32/isr-library/vec_vid43.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid43_4b.S b/libgcc/config/nds32/isr-library/vec_vid43_4b.S index 3edd60637a1f..1dcf85c72a02 100644 --- a/libgcc/config/nds32/isr-library/vec_vid43_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid43_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid44.S b/libgcc/config/nds32/isr-library/vec_vid44.S index 232ef41ef721..dfc2e0997c56 100644 --- a/libgcc/config/nds32/isr-library/vec_vid44.S +++ b/libgcc/config/nds32/isr-library/vec_vid44.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid44_4b.S b/libgcc/config/nds32/isr-library/vec_vid44_4b.S index 0f2b8a33c868..82f2d50f1645 100644 --- a/libgcc/config/nds32/isr-library/vec_vid44_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid44_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid45.S b/libgcc/config/nds32/isr-library/vec_vid45.S index e2f9863cae14..3a2b6a0ab6e7 100644 --- a/libgcc/config/nds32/isr-library/vec_vid45.S +++ b/libgcc/config/nds32/isr-library/vec_vid45.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid45_4b.S b/libgcc/config/nds32/isr-library/vec_vid45_4b.S index 7358ec1999bb..07483eb719b8 100644 --- a/libgcc/config/nds32/isr-library/vec_vid45_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid45_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid46.S b/libgcc/config/nds32/isr-library/vec_vid46.S index f3b93aa80e77..8dc728707d6f 100644 --- a/libgcc/config/nds32/isr-library/vec_vid46.S +++ b/libgcc/config/nds32/isr-library/vec_vid46.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid46_4b.S b/libgcc/config/nds32/isr-library/vec_vid46_4b.S index 2782e86dbb7e..9fa77b41f287 100644 --- a/libgcc/config/nds32/isr-library/vec_vid46_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid46_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid47.S b/libgcc/config/nds32/isr-library/vec_vid47.S index 130c8d7b6859..cf04732f2d97 100644 --- a/libgcc/config/nds32/isr-library/vec_vid47.S +++ b/libgcc/config/nds32/isr-library/vec_vid47.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid47_4b.S b/libgcc/config/nds32/isr-library/vec_vid47_4b.S index f237577163cd..41b59feb8664 100644 --- a/libgcc/config/nds32/isr-library/vec_vid47_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid47_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid48.S b/libgcc/config/nds32/isr-library/vec_vid48.S index f3bca05c1fbe..64d408b1470b 100644 --- a/libgcc/config/nds32/isr-library/vec_vid48.S +++ b/libgcc/config/nds32/isr-library/vec_vid48.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid48_4b.S b/libgcc/config/nds32/isr-library/vec_vid48_4b.S index 3e35f68acf3d..8c5ac79425e0 100644 --- a/libgcc/config/nds32/isr-library/vec_vid48_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid48_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid49.S b/libgcc/config/nds32/isr-library/vec_vid49.S index 0b32691fb818..67fe51ceea97 100644 --- a/libgcc/config/nds32/isr-library/vec_vid49.S +++ b/libgcc/config/nds32/isr-library/vec_vid49.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid49_4b.S b/libgcc/config/nds32/isr-library/vec_vid49_4b.S index a510bbb88ed0..97cc008e763b 100644 --- a/libgcc/config/nds32/isr-library/vec_vid49_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid49_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid50.S b/libgcc/config/nds32/isr-library/vec_vid50.S index 48334febbbb7..3eb744512ff8 100644 --- a/libgcc/config/nds32/isr-library/vec_vid50.S +++ b/libgcc/config/nds32/isr-library/vec_vid50.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid50_4b.S b/libgcc/config/nds32/isr-library/vec_vid50_4b.S index 1f42b737c712..eaf720d50b74 100644 --- a/libgcc/config/nds32/isr-library/vec_vid50_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid50_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid51.S b/libgcc/config/nds32/isr-library/vec_vid51.S index 4c27f270f108..405118df4f93 100644 --- a/libgcc/config/nds32/isr-library/vec_vid51.S +++ b/libgcc/config/nds32/isr-library/vec_vid51.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid51_4b.S b/libgcc/config/nds32/isr-library/vec_vid51_4b.S index 7bb8abe94d45..9af619ee3f7d 100644 --- a/libgcc/config/nds32/isr-library/vec_vid51_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid51_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid52.S b/libgcc/config/nds32/isr-library/vec_vid52.S index 4c4481108852..046711255cfc 100644 --- a/libgcc/config/nds32/isr-library/vec_vid52.S +++ b/libgcc/config/nds32/isr-library/vec_vid52.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid52_4b.S b/libgcc/config/nds32/isr-library/vec_vid52_4b.S index 4cb89f68a5eb..d4f834e61d97 100644 --- a/libgcc/config/nds32/isr-library/vec_vid52_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid52_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid53.S b/libgcc/config/nds32/isr-library/vec_vid53.S index 288258311b3b..bc2901db31c2 100644 --- a/libgcc/config/nds32/isr-library/vec_vid53.S +++ b/libgcc/config/nds32/isr-library/vec_vid53.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid53_4b.S b/libgcc/config/nds32/isr-library/vec_vid53_4b.S index 9abc8399ec3e..f31023821d18 100644 --- a/libgcc/config/nds32/isr-library/vec_vid53_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid53_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid54.S b/libgcc/config/nds32/isr-library/vec_vid54.S index a014c72fffcb..5bc71c43505d 100644 --- a/libgcc/config/nds32/isr-library/vec_vid54.S +++ b/libgcc/config/nds32/isr-library/vec_vid54.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid54_4b.S b/libgcc/config/nds32/isr-library/vec_vid54_4b.S index f736ba80c76e..7bfe26182a0b 100644 --- a/libgcc/config/nds32/isr-library/vec_vid54_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid54_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid55.S b/libgcc/config/nds32/isr-library/vec_vid55.S index 44d820c058ce..29540127c165 100644 --- a/libgcc/config/nds32/isr-library/vec_vid55.S +++ b/libgcc/config/nds32/isr-library/vec_vid55.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid55_4b.S b/libgcc/config/nds32/isr-library/vec_vid55_4b.S index d09c665165b9..104992dcddf3 100644 --- a/libgcc/config/nds32/isr-library/vec_vid55_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid55_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid56.S b/libgcc/config/nds32/isr-library/vec_vid56.S index d5cb3622522e..3418fd2f96f5 100644 --- a/libgcc/config/nds32/isr-library/vec_vid56.S +++ b/libgcc/config/nds32/isr-library/vec_vid56.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid56_4b.S b/libgcc/config/nds32/isr-library/vec_vid56_4b.S index 86b4103d6974..97b7114aee0f 100644 --- a/libgcc/config/nds32/isr-library/vec_vid56_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid56_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid57.S b/libgcc/config/nds32/isr-library/vec_vid57.S index 5fb3ce9ca889..98edefa25ff2 100644 --- a/libgcc/config/nds32/isr-library/vec_vid57.S +++ b/libgcc/config/nds32/isr-library/vec_vid57.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid57_4b.S b/libgcc/config/nds32/isr-library/vec_vid57_4b.S index 45c5d29317ef..d22acbdcadf6 100644 --- a/libgcc/config/nds32/isr-library/vec_vid57_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid57_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid58.S b/libgcc/config/nds32/isr-library/vec_vid58.S index d420d68d04eb..401e2ff88d78 100644 --- a/libgcc/config/nds32/isr-library/vec_vid58.S +++ b/libgcc/config/nds32/isr-library/vec_vid58.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid58_4b.S b/libgcc/config/nds32/isr-library/vec_vid58_4b.S index 812470cd056d..a184f9c618bf 100644 --- a/libgcc/config/nds32/isr-library/vec_vid58_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid58_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid59.S b/libgcc/config/nds32/isr-library/vec_vid59.S index 78a18854ab9f..eb550fb6a520 100644 --- a/libgcc/config/nds32/isr-library/vec_vid59.S +++ b/libgcc/config/nds32/isr-library/vec_vid59.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid59_4b.S b/libgcc/config/nds32/isr-library/vec_vid59_4b.S index fa3a46788c75..52a3364297e1 100644 --- a/libgcc/config/nds32/isr-library/vec_vid59_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid59_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid60.S b/libgcc/config/nds32/isr-library/vec_vid60.S index a6f704dbed91..9626feecd16c 100644 --- a/libgcc/config/nds32/isr-library/vec_vid60.S +++ b/libgcc/config/nds32/isr-library/vec_vid60.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid60_4b.S b/libgcc/config/nds32/isr-library/vec_vid60_4b.S index 505da2abaa52..bea7204244fa 100644 --- a/libgcc/config/nds32/isr-library/vec_vid60_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid60_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid61.S b/libgcc/config/nds32/isr-library/vec_vid61.S index 4e79bde121f4..6891c347d5c3 100644 --- a/libgcc/config/nds32/isr-library/vec_vid61.S +++ b/libgcc/config/nds32/isr-library/vec_vid61.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid61_4b.S b/libgcc/config/nds32/isr-library/vec_vid61_4b.S index 9a0cce50ea73..bcfc326c1ca0 100644 --- a/libgcc/config/nds32/isr-library/vec_vid61_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid61_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid62.S b/libgcc/config/nds32/isr-library/vec_vid62.S index 5eef0a633090..3375292c6ffc 100644 --- a/libgcc/config/nds32/isr-library/vec_vid62.S +++ b/libgcc/config/nds32/isr-library/vec_vid62.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid62_4b.S b/libgcc/config/nds32/isr-library/vec_vid62_4b.S index da8ba2846d02..5b27f9088c9e 100644 --- a/libgcc/config/nds32/isr-library/vec_vid62_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid62_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid63.S b/libgcc/config/nds32/isr-library/vec_vid63.S index 0a8c0ad0221c..44764db4dc69 100644 --- a/libgcc/config/nds32/isr-library/vec_vid63.S +++ b/libgcc/config/nds32/isr-library/vec_vid63.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid63_4b.S b/libgcc/config/nds32/isr-library/vec_vid63_4b.S index 8f1045eece8b..225bc8f5733d 100644 --- a/libgcc/config/nds32/isr-library/vec_vid63_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid63_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid64.S b/libgcc/config/nds32/isr-library/vec_vid64.S index b3f034b3ceee..c31cea5b4212 100644 --- a/libgcc/config/nds32/isr-library/vec_vid64.S +++ b/libgcc/config/nds32/isr-library/vec_vid64.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid64_4b.S b/libgcc/config/nds32/isr-library/vec_vid64_4b.S index 81d967984abe..2924d1d7e457 100644 --- a/libgcc/config/nds32/isr-library/vec_vid64_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid64_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid65.S b/libgcc/config/nds32/isr-library/vec_vid65.S index 72db45423aaf..fc88ea01536f 100644 --- a/libgcc/config/nds32/isr-library/vec_vid65.S +++ b/libgcc/config/nds32/isr-library/vec_vid65.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid65_4b.S b/libgcc/config/nds32/isr-library/vec_vid65_4b.S index aa9ad2bdc9a9..5e30a66ccb03 100644 --- a/libgcc/config/nds32/isr-library/vec_vid65_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid65_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid66.S b/libgcc/config/nds32/isr-library/vec_vid66.S index 75469e7cb405..77ef143438b9 100644 --- a/libgcc/config/nds32/isr-library/vec_vid66.S +++ b/libgcc/config/nds32/isr-library/vec_vid66.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid66_4b.S b/libgcc/config/nds32/isr-library/vec_vid66_4b.S index 9830fe206e96..07b00eef0c53 100644 --- a/libgcc/config/nds32/isr-library/vec_vid66_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid66_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid67.S b/libgcc/config/nds32/isr-library/vec_vid67.S index 4b076cdee9bd..b939ba22ae2a 100644 --- a/libgcc/config/nds32/isr-library/vec_vid67.S +++ b/libgcc/config/nds32/isr-library/vec_vid67.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid67_4b.S b/libgcc/config/nds32/isr-library/vec_vid67_4b.S index c7e31dd50efc..ac341b77bafa 100644 --- a/libgcc/config/nds32/isr-library/vec_vid67_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid67_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid68.S b/libgcc/config/nds32/isr-library/vec_vid68.S index 7df1cddf1cb6..d82d9dec85d7 100644 --- a/libgcc/config/nds32/isr-library/vec_vid68.S +++ b/libgcc/config/nds32/isr-library/vec_vid68.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid68_4b.S b/libgcc/config/nds32/isr-library/vec_vid68_4b.S index 0d6fcb5d24e6..b11070623119 100644 --- a/libgcc/config/nds32/isr-library/vec_vid68_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid68_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid69.S b/libgcc/config/nds32/isr-library/vec_vid69.S index e30e5bf69ad5..58bbc20e7793 100644 --- a/libgcc/config/nds32/isr-library/vec_vid69.S +++ b/libgcc/config/nds32/isr-library/vec_vid69.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid69_4b.S b/libgcc/config/nds32/isr-library/vec_vid69_4b.S index 350816269cb1..171c984ca56c 100644 --- a/libgcc/config/nds32/isr-library/vec_vid69_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid69_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid70.S b/libgcc/config/nds32/isr-library/vec_vid70.S index d436ac556262..502f3a0229f2 100644 --- a/libgcc/config/nds32/isr-library/vec_vid70.S +++ b/libgcc/config/nds32/isr-library/vec_vid70.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid70_4b.S b/libgcc/config/nds32/isr-library/vec_vid70_4b.S index f3f0dd6c59cd..e502c50b59fd 100644 --- a/libgcc/config/nds32/isr-library/vec_vid70_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid70_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid71.S b/libgcc/config/nds32/isr-library/vec_vid71.S index d7d7ab3fc1b3..6f40b102367b 100644 --- a/libgcc/config/nds32/isr-library/vec_vid71.S +++ b/libgcc/config/nds32/isr-library/vec_vid71.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid71_4b.S b/libgcc/config/nds32/isr-library/vec_vid71_4b.S index 505c79edf82c..6bebcbb6c4ee 100644 --- a/libgcc/config/nds32/isr-library/vec_vid71_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid71_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid72.S b/libgcc/config/nds32/isr-library/vec_vid72.S index 08652d2154be..fefb100cf231 100644 --- a/libgcc/config/nds32/isr-library/vec_vid72.S +++ b/libgcc/config/nds32/isr-library/vec_vid72.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/vec_vid72_4b.S b/libgcc/config/nds32/isr-library/vec_vid72_4b.S index 1083c0376f7b..110607767579 100644 --- a/libgcc/config/nds32/isr-library/vec_vid72_4b.S +++ b/libgcc/config/nds32/isr-library/vec_vid72_4b.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/isr-library/wrh.S b/libgcc/config/nds32/isr-library/wrh.S index 02b2b6e651d5..1403030f83f6 100644 --- a/libgcc/config/nds32/isr-library/wrh.S +++ b/libgcc/config/nds32/isr-library/wrh.S @@ -1,5 +1,5 @@ /* c-isr library stuff of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/lib1asmsrc-mculib.S b/libgcc/config/nds32/lib1asmsrc-mculib.S index bdbcd7451f12..b87ed4ab84e2 100644 --- a/libgcc/config/nds32/lib1asmsrc-mculib.S +++ b/libgcc/config/nds32/lib1asmsrc-mculib.S @@ -1,5 +1,5 @@ /* mculib libgcc routines of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/lib1asmsrc-newlib.S b/libgcc/config/nds32/lib1asmsrc-newlib.S index a886d1340933..70ba3d2c692f 100644 --- a/libgcc/config/nds32/lib1asmsrc-newlib.S +++ b/libgcc/config/nds32/lib1asmsrc-newlib.S @@ -1,5 +1,5 @@ /* newlib libgcc routines of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/lib2csrc-mculib/_clzdi2.c b/libgcc/config/nds32/lib2csrc-mculib/_clzdi2.c index 6afd6abeaa34..6203c34a4473 100644 --- a/libgcc/config/nds32/lib2csrc-mculib/_clzdi2.c +++ b/libgcc/config/nds32/lib2csrc-mculib/_clzdi2.c @@ -1,5 +1,5 @@ /* mculib libgcc routines of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/lib2csrc-mculib/_clzsi2.c b/libgcc/config/nds32/lib2csrc-mculib/_clzsi2.c index 407caaf4df85..5eaf880a501f 100644 --- a/libgcc/config/nds32/lib2csrc-mculib/_clzsi2.c +++ b/libgcc/config/nds32/lib2csrc-mculib/_clzsi2.c @@ -1,5 +1,5 @@ /* mculib libgcc routines of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GCC. diff --git a/libgcc/config/nds32/sfp-machine.h b/libgcc/config/nds32/sfp-machine.h index d822898b4cfb..58f5f638abdf 100644 --- a/libgcc/config/nds32/sfp-machine.h +++ b/libgcc/config/nds32/sfp-machine.h @@ -1,6 +1,6 @@ /* Machine settings for software floating-point emulation of Andes NDS32 cpu for GNU compiler - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GNU C Library. diff --git a/libgcc/config/nds32/t-nds32 b/libgcc/config/nds32/t-nds32 index 20c8a3f9f915..a931420a11a0 100644 --- a/libgcc/config/nds32/t-nds32 +++ b/libgcc/config/nds32/t-nds32 @@ -1,5 +1,5 @@ # Rules of libgcc and crtstuff of Andes NDS32 cpu for GNU compiler -# Copyright (C) 2012-2016 Free Software Foundation, Inc. +# Copyright (C) 2012-2017 Free Software Foundation, Inc. # Contributed by Andes Technology Corporation. # # This file is part of GCC. diff --git a/libgcc/config/nds32/t-nds32-isr b/libgcc/config/nds32/t-nds32-isr index 62b6867cf326..7ce5663adb4c 100644 --- a/libgcc/config/nds32/t-nds32-isr +++ b/libgcc/config/nds32/t-nds32-isr @@ -1,5 +1,5 @@ # Rules of c-isr library stuff of Andes NDS32 cpu for GNU compiler -# Copyright (C) 2012-2016 Free Software Foundation, Inc. +# Copyright (C) 2012-2017 Free Software Foundation, Inc. # Contributed by Andes Technology Corporation. # # This file is part of GCC. diff --git a/libgcc/config/nds32/t-nds32-mculib b/libgcc/config/nds32/t-nds32-mculib index b4f7b4c99758..d668fbe6bc4d 100644 --- a/libgcc/config/nds32/t-nds32-mculib +++ b/libgcc/config/nds32/t-nds32-mculib @@ -1,5 +1,5 @@ # Rules of mculib library makefile of Andes NDS32 cpu for GNU compiler -# Copyright (C) 2012-2016 Free Software Foundation, Inc. +# Copyright (C) 2012-2017 Free Software Foundation, Inc. # Contributed by Andes Technology Corporation. # # This file is part of GCC. diff --git a/libgcc/config/nds32/t-nds32-newlib b/libgcc/config/nds32/t-nds32-newlib index e4af03e490cd..cee0af8405f2 100644 --- a/libgcc/config/nds32/t-nds32-newlib +++ b/libgcc/config/nds32/t-nds32-newlib @@ -1,5 +1,5 @@ # Rules of newlib library makefile of Andes NDS32 cpu for GNU compiler -# Copyright (C) 2012-2016 Free Software Foundation, Inc. +# Copyright (C) 2012-2017 Free Software Foundation, Inc. # Contributed by Andes Technology Corporation. # # This file is part of GCC. diff --git a/libgcc/config/nios2/crti.S b/libgcc/config/nios2/crti.S index 45eb821ac187..5c4fbef2a8db 100644 --- a/libgcc/config/nios2/crti.S +++ b/libgcc/config/nios2/crti.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2016 Free Software Foundation, Inc. +/* Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Jonah Graham (jgraham@altera.com). Contributed by Mentor Graphics, Inc. diff --git a/libgcc/config/nios2/crtn.S b/libgcc/config/nios2/crtn.S index 8f236797052f..c2d2e13ac362 100644 --- a/libgcc/config/nios2/crtn.S +++ b/libgcc/config/nios2/crtn.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2016 Free Software Foundation, Inc. +/* Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Jonah Graham (jgraham@altera.com). Contributed by Mentor Graphics, Inc. diff --git a/libgcc/config/nios2/lib2-divmod-hi.c b/libgcc/config/nios2/lib2-divmod-hi.c index 37da08d3f694..95b32b1680d2 100644 --- a/libgcc/config/nios2/lib2-divmod-hi.c +++ b/libgcc/config/nios2/lib2-divmod-hi.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2016 Free Software Foundation, Inc. +/* Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Altera and Mentor Graphics, Inc. This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/nios2/lib2-divmod.c b/libgcc/config/nios2/lib2-divmod.c index 815bee70c6e3..babfbb0ce43c 100644 --- a/libgcc/config/nios2/lib2-divmod.c +++ b/libgcc/config/nios2/lib2-divmod.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2016 Free Software Foundation, Inc. +/* Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Altera and Mentor Graphics, Inc. This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/nios2/lib2-divtable.c b/libgcc/config/nios2/lib2-divtable.c index f26e412375c3..c97187d4c38d 100644 --- a/libgcc/config/nios2/lib2-divtable.c +++ b/libgcc/config/nios2/lib2-divtable.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2016 Free Software Foundation, Inc. +/* Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Altera and Mentor Graphics, Inc. This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/nios2/lib2-mul.c b/libgcc/config/nios2/lib2-mul.c index 9ef96de11d14..a434b516c64a 100644 --- a/libgcc/config/nios2/lib2-mul.c +++ b/libgcc/config/nios2/lib2-mul.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2016 Free Software Foundation, Inc. +/* Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Altera and Mentor Graphics, Inc. This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/nios2/lib2-nios2.h b/libgcc/config/nios2/lib2-nios2.h index 5325c5a30db7..35db33eebc9f 100644 --- a/libgcc/config/nios2/lib2-nios2.h +++ b/libgcc/config/nios2/lib2-nios2.h @@ -1,6 +1,6 @@ /* Integer arithmetic support for Altera Nios II. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Altera and Mentor Graphics, Inc. This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/nios2/linux-atomic.c b/libgcc/config/nios2/linux-atomic.c index 593c7b84ff15..d78b84f780b5 100644 --- a/libgcc/config/nios2/linux-atomic.c +++ b/libgcc/config/nios2/linux-atomic.c @@ -1,5 +1,5 @@ /* Linux-specific atomic operations for Nios II Linux. - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/libgcc/config/nios2/linux-unwind.h b/libgcc/config/nios2/linux-unwind.h index 23041420525b..ae82efd6de64 100644 --- a/libgcc/config/nios2/linux-unwind.h +++ b/libgcc/config/nios2/linux-unwind.h @@ -1,5 +1,5 @@ /* DWARF2 EH unwinding support for Nios II Linux. - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/libgcc/config/nios2/sfp-machine.h b/libgcc/config/nios2/sfp-machine.h index c9859ae96f51..7998e4761d62 100644 --- a/libgcc/config/nios2/sfp-machine.h +++ b/libgcc/config/nios2/sfp-machine.h @@ -1,5 +1,5 @@ /* Soft-FP definitions for Altera Nios II. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/libgcc/config/nios2/tramp.c b/libgcc/config/nios2/tramp.c index c2b2d5a176f3..1874e4da11ce 100644 --- a/libgcc/config/nios2/tramp.c +++ b/libgcc/config/nios2/tramp.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2016 Free Software Foundation, Inc. +/* Copyright (C) 2013-2017 Free Software Foundation, Inc. Contributed by Altera and Mentor Graphics, Inc. This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/nvptx/crt0.c b/libgcc/config/nvptx/crt0.c index 5a7dbf6f22f3..a33c3cc6c727 100644 --- a/libgcc/config/nvptx/crt0.c +++ b/libgcc/config/nvptx/crt0.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2016 Free Software Foundation, Inc. +/* Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/libgcc/config/nvptx/mgomp.c b/libgcc/config/nvptx/mgomp.c index d8ca58183146..6efc0938f19f 100644 --- a/libgcc/config/nvptx/mgomp.c +++ b/libgcc/config/nvptx/mgomp.c @@ -1,6 +1,6 @@ /* Define shared memory arrays for -msoft-stack and -muniform-simt. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/libgcc/config/nvptx/nvptx-malloc.h b/libgcc/config/nvptx/nvptx-malloc.h index 9cbd84689b77..d19e42a63f45 100644 --- a/libgcc/config/nvptx/nvptx-malloc.h +++ b/libgcc/config/nvptx/nvptx-malloc.h @@ -1,6 +1,6 @@ /* Declarations for the malloc wrappers. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/libgcc/config/nvptx/reduction.c b/libgcc/config/nvptx/reduction.c index 5e744b7404b8..f2c38284afc7 100644 --- a/libgcc/config/nvptx/reduction.c +++ b/libgcc/config/nvptx/reduction.c @@ -1,5 +1,5 @@ /* Oversized reductions lock variable - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by Mentor Graphics. This file is part of GCC. diff --git a/libgcc/config/pa/fptr.c b/libgcc/config/pa/fptr.c index 7a5ea7b00f52..645fa5d833aa 100644 --- a/libgcc/config/pa/fptr.c +++ b/libgcc/config/pa/fptr.c @@ -1,5 +1,5 @@ /* Subroutine for function pointer canonicalization on PA-RISC with ELF32. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by John David Anglin (dave.anglin@nrc.ca). This file is part of GCC. diff --git a/libgcc/config/pa/gthr-dce.h b/libgcc/config/pa/gthr-dce.h index 9ad8b6b1d712..3cceb91c87d1 100644 --- a/libgcc/config/pa/gthr-dce.h +++ b/libgcc/config/pa/gthr-dce.h @@ -1,6 +1,6 @@ /* Threads compatibility routines for libgcc2 and libobjc. */ /* Compile this one with gcc. */ -/* Copyright (C) 1997-2016 Free Software Foundation, Inc. +/* Copyright (C) 1997-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/pa/hpux-unwind.h b/libgcc/config/pa/hpux-unwind.h index d21a130d8500..094ee793c109 100644 --- a/libgcc/config/pa/hpux-unwind.h +++ b/libgcc/config/pa/hpux-unwind.h @@ -1,5 +1,5 @@ /* DWARF2 EH unwinding support for PA HP-UX. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/pa/lib2funcs.S b/libgcc/config/pa/lib2funcs.S index 539a290425f7..6480ff05a4b4 100644 --- a/libgcc/config/pa/lib2funcs.S +++ b/libgcc/config/pa/lib2funcs.S @@ -1,6 +1,6 @@ ; Subroutines for calling unbound dynamic functions from within GDB for HPPA. ; Subroutines for out of line prologues and epilogues on for the HPPA -; Copyright (C) 1994-2016 Free Software Foundation, Inc. +; Copyright (C) 1994-2017 Free Software Foundation, Inc. ; This file is part of GCC. diff --git a/libgcc/config/pa/linux-atomic.c b/libgcc/config/pa/linux-atomic.c index 1fe34866a522..e4cdb1fa25db 100644 --- a/libgcc/config/pa/linux-atomic.c +++ b/libgcc/config/pa/linux-atomic.c @@ -1,5 +1,5 @@ /* Linux-specific atomic operations for PA Linux. - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Based on code contributed by CodeSourcery for ARM EABI Linux. Modifications for PA Linux by Helge Deller diff --git a/libgcc/config/pa/linux-unwind.h b/libgcc/config/pa/linux-unwind.h index 9a2657f295d9..580c18dad691 100644 --- a/libgcc/config/pa/linux-unwind.h +++ b/libgcc/config/pa/linux-unwind.h @@ -1,5 +1,5 @@ /* DWARF2 EH unwinding support for PA Linux. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/pa/milli64.S b/libgcc/config/pa/milli64.S index a1c9bc949d7f..cfd4d83329b9 100644 --- a/libgcc/config/pa/milli64.S +++ b/libgcc/config/pa/milli64.S @@ -2,7 +2,7 @@ adapted for gcc by Paul Bame and Alan Modra . - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/pa/pa64-hpux-lib.h b/libgcc/config/pa/pa64-hpux-lib.h index 01ad35f3db15..3900d4a0b5f0 100644 --- a/libgcc/config/pa/pa64-hpux-lib.h +++ b/libgcc/config/pa/pa64-hpux-lib.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler, for HPs running HP-UX using the 64bit runtime model. - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/pa/quadlib.c b/libgcc/config/pa/quadlib.c index bca97abeb731..309fa6a3dd15 100644 --- a/libgcc/config/pa/quadlib.c +++ b/libgcc/config/pa/quadlib.c @@ -1,5 +1,5 @@ /* Subroutines for long double support. - Copyright (C) 2000-2016 Free Software Foundation, Inc. + Copyright (C) 2000-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/pa/stublib.c b/libgcc/config/pa/stublib.c index 56fad5cec1d7..33a1c5d08bdb 100644 --- a/libgcc/config/pa/stublib.c +++ b/libgcc/config/pa/stublib.c @@ -1,5 +1,5 @@ /* Stub functions. - Copyright (C) 2006-2016 Free Software Foundation, Inc. + Copyright (C) 2006-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/pa/t-slibgcc-hpux b/libgcc/config/pa/t-slibgcc-hpux index fdc74226545f..ebbe297238f6 100644 --- a/libgcc/config/pa/t-slibgcc-hpux +++ b/libgcc/config/pa/t-slibgcc-hpux @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2016 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/libgcc/config/rl78/bit-count.S b/libgcc/config/rl78/bit-count.S index e9089b6e9914..f024975b89ae 100644 --- a/libgcc/config/rl78/bit-count.S +++ b/libgcc/config/rl78/bit-count.S @@ -1,4 +1,4 @@ -; Copyright (C) 2012-2016 Free Software Foundation, Inc. +; Copyright (C) 2012-2017 Free Software Foundation, Inc. ; Contributed by Red Hat. ; ; This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/rl78/cmpsi2.S b/libgcc/config/rl78/cmpsi2.S index 0d5f435cdb74..20899973cc08 100644 --- a/libgcc/config/rl78/cmpsi2.S +++ b/libgcc/config/rl78/cmpsi2.S @@ -1,4 +1,4 @@ -; Copyright (C) 2011-2016 Free Software Foundation, Inc. +; Copyright (C) 2011-2017 Free Software Foundation, Inc. ; Contributed by Red Hat. ; ; This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/rl78/divmodhi.S b/libgcc/config/rl78/divmodhi.S index fd6190322907..5eb201998aee 100644 --- a/libgcc/config/rl78/divmodhi.S +++ b/libgcc/config/rl78/divmodhi.S @@ -1,5 +1,5 @@ /* HImode div/mod functions for the GCC support library for the Renesas RL78 processors. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Red Hat. This file is part of GCC. diff --git a/libgcc/config/rl78/divmodqi.S b/libgcc/config/rl78/divmodqi.S index c342c78d7743..abc09086724f 100644 --- a/libgcc/config/rl78/divmodqi.S +++ b/libgcc/config/rl78/divmodqi.S @@ -1,5 +1,5 @@ /* QImode div/mod functions for the GCC support library for the Renesas RL78 processors. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Red Hat. This file is part of GCC. diff --git a/libgcc/config/rl78/divmodsi.S b/libgcc/config/rl78/divmodsi.S index d824f4e8d704..896b95fc9874 100644 --- a/libgcc/config/rl78/divmodsi.S +++ b/libgcc/config/rl78/divmodsi.S @@ -1,5 +1,5 @@ /* SImode div/mod functions for the GCC support library for the Renesas RL78 processors. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Red Hat. This file is part of GCC. diff --git a/libgcc/config/rl78/lib2div.c b/libgcc/config/rl78/lib2div.c index 012e51e54c4d..ff018920172b 100644 --- a/libgcc/config/rl78/lib2div.c +++ b/libgcc/config/rl78/lib2div.c @@ -1,5 +1,5 @@ /* libgcc routines for RL78 - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Red Hat. This file is part of GCC. diff --git a/libgcc/config/rl78/lib2mul.c b/libgcc/config/rl78/lib2mul.c index 8479671e629f..ef801d1f5812 100644 --- a/libgcc/config/rl78/lib2mul.c +++ b/libgcc/config/rl78/lib2mul.c @@ -1,5 +1,5 @@ /* libgcc routines for RL78 - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Red Hat. This file is part of GCC. diff --git a/libgcc/config/rl78/lib2shift.c b/libgcc/config/rl78/lib2shift.c index 2de3b669ae5f..61b77ed629ee 100644 --- a/libgcc/config/rl78/lib2shift.c +++ b/libgcc/config/rl78/lib2shift.c @@ -1,5 +1,5 @@ /* Shift functions for the GCC support library for the Renesas RL78 processors. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Red Hat. This file is part of GCC. diff --git a/libgcc/config/rl78/lshrsi3.S b/libgcc/config/rl78/lshrsi3.S index 3d231c821118..5014c477960c 100644 --- a/libgcc/config/rl78/lshrsi3.S +++ b/libgcc/config/rl78/lshrsi3.S @@ -1,4 +1,4 @@ -; Copyright (C) 2011-2016 Free Software Foundation, Inc. +; Copyright (C) 2011-2017 Free Software Foundation, Inc. ; Contributed by Red Hat. ; ; This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/rl78/mulsi3.S b/libgcc/config/rl78/mulsi3.S index 894b8c66384b..e74dd9ad8b8d 100644 --- a/libgcc/config/rl78/mulsi3.S +++ b/libgcc/config/rl78/mulsi3.S @@ -1,4 +1,4 @@ -; Copyright (C) 2011-2016 Free Software Foundation, Inc. +; Copyright (C) 2011-2017 Free Software Foundation, Inc. ; Contributed by Red Hat. ; ; This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/rl78/rl78-divmod.h b/libgcc/config/rl78/rl78-divmod.h index c6bd90c88739..0f2f711936b5 100644 --- a/libgcc/config/rl78/rl78-divmod.h +++ b/libgcc/config/rl78/rl78-divmod.h @@ -1,5 +1,5 @@ /* libgcc routines for RL78 - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Red Hat. This file is part of GCC. diff --git a/libgcc/config/rl78/rl78-mul.h b/libgcc/config/rl78/rl78-mul.h index 912dd44864b7..eeda7b13161e 100644 --- a/libgcc/config/rl78/rl78-mul.h +++ b/libgcc/config/rl78/rl78-mul.h @@ -1,5 +1,5 @@ /* libgcc routines for RL78 - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Red Hat. This file is part of GCC. diff --git a/libgcc/config/rl78/signbit.S b/libgcc/config/rl78/signbit.S index f576ff469967..aa8c303e0dde 100644 --- a/libgcc/config/rl78/signbit.S +++ b/libgcc/config/rl78/signbit.S @@ -1,4 +1,4 @@ -; Copyright (C) 2012-2016 Free Software Foundation, Inc. +; Copyright (C) 2012-2017 Free Software Foundation, Inc. ; Contributed by Red Hat. ; ; This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/rl78/t-rl78 b/libgcc/config/rl78/t-rl78 index f421a9e1ed76..6e48a856a7f9 100644 --- a/libgcc/config/rl78/t-rl78 +++ b/libgcc/config/rl78/t-rl78 @@ -1,5 +1,5 @@ # Makefile fragment for building LIBGCC for the Renesas RL78 target. -# Copyright (C) 2011-2016 Free Software Foundation, Inc. +# Copyright (C) 2011-2017 Free Software Foundation, Inc. # Contributed by Red Hat. # # This file is part of GCC. diff --git a/libgcc/config/rl78/trampoline.S b/libgcc/config/rl78/trampoline.S index fb6fdf7b8da8..ecb25decdf47 100644 --- a/libgcc/config/rl78/trampoline.S +++ b/libgcc/config/rl78/trampoline.S @@ -1,5 +1,5 @@ /* libgcc routines for RL78 - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Red Hat. This file is part of GCC. diff --git a/libgcc/config/rs6000/_divkc3.c b/libgcc/config/rs6000/_divkc3.c index 638e18336a3f..74ed27986370 100644 --- a/libgcc/config/rs6000/_divkc3.c +++ b/libgcc/config/rs6000/_divkc3.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1989-2016 Free Software Foundation, Inc. +/* Copyright (C) 1989-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/rs6000/_mulkc3.c b/libgcc/config/rs6000/_mulkc3.c index 25da7b9955d5..c5312a7bed36 100644 --- a/libgcc/config/rs6000/_mulkc3.c +++ b/libgcc/config/rs6000/_mulkc3.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1989-2016 Free Software Foundation, Inc. +/* Copyright (C) 1989-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/rs6000/aix-unwind.h b/libgcc/config/rs6000/aix-unwind.h index 4edeaf4606be..c513a122992f 100644 --- a/libgcc/config/rs6000/aix-unwind.h +++ b/libgcc/config/rs6000/aix-unwind.h @@ -1,5 +1,5 @@ /* DWARF2 EH unwinding support for AIX. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/rs6000/atexit.c b/libgcc/config/rs6000/atexit.c index 19211df6c200..343ced39db30 100644 --- a/libgcc/config/rs6000/atexit.c +++ b/libgcc/config/rs6000/atexit.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1999-2016 Free Software Foundation, Inc. +/* Copyright (C) 1999-2017 Free Software Foundation, Inc. NOTE: This source is derived from an old version taken from the GNU C Library (glibc). diff --git a/libgcc/config/rs6000/crtcxa.c b/libgcc/config/rs6000/crtcxa.c index 12fa39b2a549..a3a5b9cb9ff7 100644 --- a/libgcc/config/rs6000/crtcxa.c +++ b/libgcc/config/rs6000/crtcxa.c @@ -1,5 +1,5 @@ /* __dso_handle initialization for AIX. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. Written by David Edelsohn, IBM. This file is part of GCC. diff --git a/libgcc/config/rs6000/crtdbase.S b/libgcc/config/rs6000/crtdbase.S index 46d8e000aa8e..c8199a656ba7 100644 --- a/libgcc/config/rs6000/crtdbase.S +++ b/libgcc/config/rs6000/crtdbase.S @@ -1,6 +1,6 @@ /* Defines __gcc_unwind_dbase - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/libgcc/config/rs6000/crtresfpr.S b/libgcc/config/rs6000/crtresfpr.S index 84689f4131dd..7e59da278646 100644 --- a/libgcc/config/rs6000/crtresfpr.S +++ b/libgcc/config/rs6000/crtresfpr.S @@ -1,7 +1,7 @@ /* * Special support for eabi and SVR4 * - * Copyright (C) 1995-2016 Free Software Foundation, Inc. + * Copyright (C) 1995-2017 Free Software Foundation, Inc. * Written By Michael Meissner * 64-bit support written by David Edelsohn * diff --git a/libgcc/config/rs6000/crtresgpr.S b/libgcc/config/rs6000/crtresgpr.S index ddfd100bdd09..3ed6036a0d49 100644 --- a/libgcc/config/rs6000/crtresgpr.S +++ b/libgcc/config/rs6000/crtresgpr.S @@ -1,7 +1,7 @@ /* * Special support for eabi and SVR4 * - * Copyright (C) 1995-2016 Free Software Foundation, Inc. + * Copyright (C) 1995-2017 Free Software Foundation, Inc. * Written By Michael Meissner * 64-bit support written by David Edelsohn * diff --git a/libgcc/config/rs6000/crtrestvr.S b/libgcc/config/rs6000/crtrestvr.S index ac9beca72caf..592a2b4e42bb 100644 --- a/libgcc/config/rs6000/crtrestvr.S +++ b/libgcc/config/rs6000/crtrestvr.S @@ -1,6 +1,6 @@ /* Routines for restoring vector registers. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Written by Alan Modra, IBM This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/rs6000/crtresxfpr.S b/libgcc/config/rs6000/crtresxfpr.S index 62aca0d50f96..cc758bed0574 100644 --- a/libgcc/config/rs6000/crtresxfpr.S +++ b/libgcc/config/rs6000/crtresxfpr.S @@ -1,7 +1,7 @@ /* * Special support for eabi and SVR4 * - * Copyright (C) 1995-2016 Free Software Foundation, Inc. + * Copyright (C) 1995-2017 Free Software Foundation, Inc. * Written By Michael Meissner * 64-bit support written by David Edelsohn * diff --git a/libgcc/config/rs6000/crtresxgpr.S b/libgcc/config/rs6000/crtresxgpr.S index 2df2cfc0b0f8..995fe329275c 100644 --- a/libgcc/config/rs6000/crtresxgpr.S +++ b/libgcc/config/rs6000/crtresxgpr.S @@ -1,7 +1,7 @@ /* * Special support for eabi and SVR4 * - * Copyright (C) 1995-2016 Free Software Foundation, Inc. + * Copyright (C) 1995-2017 Free Software Foundation, Inc. * Written By Michael Meissner * 64-bit support written by David Edelsohn * diff --git a/libgcc/config/rs6000/crtsavevr.S b/libgcc/config/rs6000/crtsavevr.S index 63d91744ac13..2fd54c4a734c 100644 --- a/libgcc/config/rs6000/crtsavevr.S +++ b/libgcc/config/rs6000/crtsavevr.S @@ -1,6 +1,6 @@ /* Routines for saving vector registers. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. Written by Alan Modra, IBM This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/rs6000/crtsavfpr.S b/libgcc/config/rs6000/crtsavfpr.S index da4dd27923a5..95445b69f129 100644 --- a/libgcc/config/rs6000/crtsavfpr.S +++ b/libgcc/config/rs6000/crtsavfpr.S @@ -1,7 +1,7 @@ /* * Special support for eabi and SVR4 * - * Copyright (C) 1995-2016 Free Software Foundation, Inc. + * Copyright (C) 1995-2017 Free Software Foundation, Inc. * Written By Michael Meissner * 64-bit support written by David Edelsohn * diff --git a/libgcc/config/rs6000/crtsavgpr.S b/libgcc/config/rs6000/crtsavgpr.S index f48c4c46c520..230296855956 100644 --- a/libgcc/config/rs6000/crtsavgpr.S +++ b/libgcc/config/rs6000/crtsavgpr.S @@ -1,7 +1,7 @@ /* * Special support for eabi and SVR4 * - * Copyright (C) 1995-2016 Free Software Foundation, Inc. + * Copyright (C) 1995-2017 Free Software Foundation, Inc. * Written By Michael Meissner * 64-bit support written by David Edelsohn * diff --git a/libgcc/config/rs6000/cxa_atexit.c b/libgcc/config/rs6000/cxa_atexit.c index 5728031c8edd..c6659bb0067b 100644 --- a/libgcc/config/rs6000/cxa_atexit.c +++ b/libgcc/config/rs6000/cxa_atexit.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1999-2016 Free Software Foundation, Inc. +/* Copyright (C) 1999-2017 Free Software Foundation, Inc. NOTE: This source is derived from an old version taken from the GNU C Library (glibc). diff --git a/libgcc/config/rs6000/cxa_finalize.c b/libgcc/config/rs6000/cxa_finalize.c index b410270f2e29..8dbc2631a014 100644 --- a/libgcc/config/rs6000/cxa_finalize.c +++ b/libgcc/config/rs6000/cxa_finalize.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1999-2016 Free Software Foundation, Inc. +/* Copyright (C) 1999-2017 Free Software Foundation, Inc. NOTE: This source is derived from an old version taken from the GNU C Library (glibc). diff --git a/libgcc/config/rs6000/darwin-asm.h b/libgcc/config/rs6000/darwin-asm.h index 4517e74d94da..6a4456d82a1e 100644 --- a/libgcc/config/rs6000/darwin-asm.h +++ b/libgcc/config/rs6000/darwin-asm.h @@ -1,7 +1,7 @@ /* Macro definitions to used to support 32/64-bit code in Darwin's * assembly files. * - * Copyright (C) 2004-2016 Free Software Foundation, Inc. + * Copyright (C) 2004-2017 Free Software Foundation, Inc. * * This file is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the diff --git a/libgcc/config/rs6000/darwin-crt2.c b/libgcc/config/rs6000/darwin-crt2.c index 50629b6437a6..f5a4b4230add 100644 --- a/libgcc/config/rs6000/darwin-crt2.c +++ b/libgcc/config/rs6000/darwin-crt2.c @@ -1,5 +1,5 @@ /* KeyMgr backwards-compatibility support for Darwin. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/rs6000/darwin-fallback.c b/libgcc/config/rs6000/darwin-fallback.c index fb8e1d750fd5..943b026f21b6 100644 --- a/libgcc/config/rs6000/darwin-fallback.c +++ b/libgcc/config/rs6000/darwin-fallback.c @@ -1,5 +1,5 @@ /* Fallback frame-state unwinder for Darwin. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/rs6000/darwin-fpsave.S b/libgcc/config/rs6000/darwin-fpsave.S index d3a34d4ea947..da765e4e656e 100644 --- a/libgcc/config/rs6000/darwin-fpsave.S +++ b/libgcc/config/rs6000/darwin-fpsave.S @@ -1,6 +1,6 @@ /* This file contains the floating-point save and restore routines. * - * Copyright (C) 2004-2016 Free Software Foundation, Inc. + * Copyright (C) 2004-2017 Free Software Foundation, Inc. * * This file is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the diff --git a/libgcc/config/rs6000/darwin-gpsave.S b/libgcc/config/rs6000/darwin-gpsave.S index b61557b3838f..4ef92b7d588b 100644 --- a/libgcc/config/rs6000/darwin-gpsave.S +++ b/libgcc/config/rs6000/darwin-gpsave.S @@ -1,6 +1,6 @@ /* This file contains the GPR save and restore routines for Darwin. * - * Copyright (C) 2011-2016 Free Software Foundation, Inc. + * Copyright (C) 2011-2017 Free Software Foundation, Inc. * * This file is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the diff --git a/libgcc/config/rs6000/darwin-tramp.S b/libgcc/config/rs6000/darwin-tramp.S index f7bbf4744df9..551df4295ede 100644 --- a/libgcc/config/rs6000/darwin-tramp.S +++ b/libgcc/config/rs6000/darwin-tramp.S @@ -1,6 +1,6 @@ /* Special support for trampolines * - * Copyright (C) 1996-2016 Free Software Foundation, Inc. + * Copyright (C) 1996-2017 Free Software Foundation, Inc. * Written By Michael Meissner * * This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/rs6000/darwin-unwind.h b/libgcc/config/rs6000/darwin-unwind.h index 6788334ed6de..9716090b322d 100644 --- a/libgcc/config/rs6000/darwin-unwind.h +++ b/libgcc/config/rs6000/darwin-unwind.h @@ -1,5 +1,5 @@ /* DWARF2 EH unwinding support for 32-bit PowerPC Darwin. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/rs6000/darwin-vecsave.S b/libgcc/config/rs6000/darwin-vecsave.S index 2b82feea1b3f..2574a168218b 100644 --- a/libgcc/config/rs6000/darwin-vecsave.S +++ b/libgcc/config/rs6000/darwin-vecsave.S @@ -1,6 +1,6 @@ /* This file contains the vector save and restore routines. * - * Copyright (C) 2004-2016 Free Software Foundation, Inc. + * Copyright (C) 2004-2017 Free Software Foundation, Inc. * * This file is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the diff --git a/libgcc/config/rs6000/darwin-world.S b/libgcc/config/rs6000/darwin-world.S index 58efaaf2e0d7..9aec4de9d6fb 100644 --- a/libgcc/config/rs6000/darwin-world.S +++ b/libgcc/config/rs6000/darwin-world.S @@ -2,7 +2,7 @@ * restore_world routines, which need to do a run-time check to see if * they should save and restore the vector registers. * - * Copyright (C) 2004-2016 Free Software Foundation, Inc. + * Copyright (C) 2004-2017 Free Software Foundation, Inc. * * This file is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the diff --git a/libgcc/config/rs6000/e500crtres32gpr.S b/libgcc/config/rs6000/e500crtres32gpr.S index 90f1e7b422e7..cc938fbc44ad 100644 --- a/libgcc/config/rs6000/e500crtres32gpr.S +++ b/libgcc/config/rs6000/e500crtres32gpr.S @@ -1,7 +1,7 @@ /* * Special support for e500 eabi and SVR4 * - * Copyright (C) 2008-2016 Free Software Foundation, Inc. + * Copyright (C) 2008-2017 Free Software Foundation, Inc. * Written by Nathan Froyd * * This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/rs6000/e500crtres64gpr.S b/libgcc/config/rs6000/e500crtres64gpr.S index 60a6f38b127b..e115bdc24ee2 100644 --- a/libgcc/config/rs6000/e500crtres64gpr.S +++ b/libgcc/config/rs6000/e500crtres64gpr.S @@ -1,7 +1,7 @@ /* * Special support for e500 eabi and SVR4 * - * Copyright (C) 2008-2016 Free Software Foundation, Inc. + * Copyright (C) 2008-2017 Free Software Foundation, Inc. * Written by Nathan Froyd * * This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/rs6000/e500crtres64gprctr.S b/libgcc/config/rs6000/e500crtres64gprctr.S index bb4a5f577969..2f7c1e34602b 100644 --- a/libgcc/config/rs6000/e500crtres64gprctr.S +++ b/libgcc/config/rs6000/e500crtres64gprctr.S @@ -1,7 +1,7 @@ /* * Special support for e500 eabi and SVR4 * - * Copyright (C) 2008-2016 Free Software Foundation, Inc. + * Copyright (C) 2008-2017 Free Software Foundation, Inc. * Written by Nathan Froyd * * This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/rs6000/e500crtrest32gpr.S b/libgcc/config/rs6000/e500crtrest32gpr.S index 8b39e10d03c9..e973823aeb82 100644 --- a/libgcc/config/rs6000/e500crtrest32gpr.S +++ b/libgcc/config/rs6000/e500crtrest32gpr.S @@ -1,7 +1,7 @@ /* * Special support for e500 eabi and SVR4 * - * Copyright (C) 2008-2016 Free Software Foundation, Inc. + * Copyright (C) 2008-2017 Free Software Foundation, Inc. * Written by Nathan Froyd * * This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/rs6000/e500crtrest64gpr.S b/libgcc/config/rs6000/e500crtrest64gpr.S index 75f1db8e5ce1..bab9291cb3f7 100644 --- a/libgcc/config/rs6000/e500crtrest64gpr.S +++ b/libgcc/config/rs6000/e500crtrest64gpr.S @@ -1,7 +1,7 @@ /* * Special support for e500 eabi and SVR4 * - * Copyright (C) 2008-2016 Free Software Foundation, Inc. + * Copyright (C) 2008-2017 Free Software Foundation, Inc. * Written by Nathan Froyd * * This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/rs6000/e500crtresx32gpr.S b/libgcc/config/rs6000/e500crtresx32gpr.S index 9a0c2efa655e..b7bd3e7e3185 100644 --- a/libgcc/config/rs6000/e500crtresx32gpr.S +++ b/libgcc/config/rs6000/e500crtresx32gpr.S @@ -1,7 +1,7 @@ /* * Special support for e500 eabi and SVR4 * - * Copyright (C) 2008-2016 Free Software Foundation, Inc. + * Copyright (C) 2008-2017 Free Software Foundation, Inc. * Written by Nathan Froyd * * This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/rs6000/e500crtresx64gpr.S b/libgcc/config/rs6000/e500crtresx64gpr.S index c1b6b8f02068..5959c03e3659 100644 --- a/libgcc/config/rs6000/e500crtresx64gpr.S +++ b/libgcc/config/rs6000/e500crtresx64gpr.S @@ -1,7 +1,7 @@ /* * Special support for e500 eabi and SVR4 * - * Copyright (C) 2008-2016 Free Software Foundation, Inc. + * Copyright (C) 2008-2017 Free Software Foundation, Inc. * Written by Nathan Froyd * * This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/rs6000/e500crtsav32gpr.S b/libgcc/config/rs6000/e500crtsav32gpr.S index 4a7dde19cf4b..50693a8e7673 100644 --- a/libgcc/config/rs6000/e500crtsav32gpr.S +++ b/libgcc/config/rs6000/e500crtsav32gpr.S @@ -1,7 +1,7 @@ /* * Special support for e500 eabi and SVR4 * - * Copyright (C) 2008-2016 Free Software Foundation, Inc. + * Copyright (C) 2008-2017 Free Software Foundation, Inc. * Written by Nathan Froyd * * This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/rs6000/e500crtsav64gpr.S b/libgcc/config/rs6000/e500crtsav64gpr.S index 2e790b384e9c..32cf4833839a 100644 --- a/libgcc/config/rs6000/e500crtsav64gpr.S +++ b/libgcc/config/rs6000/e500crtsav64gpr.S @@ -1,7 +1,7 @@ /* * Special support for e500 eabi and SVR4 * - * Copyright (C) 2008-2016 Free Software Foundation, Inc. + * Copyright (C) 2008-2017 Free Software Foundation, Inc. * Written by Nathan Froyd * * This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/rs6000/e500crtsav64gprctr.S b/libgcc/config/rs6000/e500crtsav64gprctr.S index d936d1ce9e77..6b9dc22d3eeb 100644 --- a/libgcc/config/rs6000/e500crtsav64gprctr.S +++ b/libgcc/config/rs6000/e500crtsav64gprctr.S @@ -1,7 +1,7 @@ /* * Special support for e500 eabi and SVR4 * - * Copyright (C) 2008-2016 Free Software Foundation, Inc. + * Copyright (C) 2008-2017 Free Software Foundation, Inc. * Written by Nathan Froyd * * This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/rs6000/e500crtsavg32gpr.S b/libgcc/config/rs6000/e500crtsavg32gpr.S index afedb1ca67d0..83eeaad36bf7 100644 --- a/libgcc/config/rs6000/e500crtsavg32gpr.S +++ b/libgcc/config/rs6000/e500crtsavg32gpr.S @@ -1,7 +1,7 @@ /* * Special support for e500 eabi and SVR4 * - * Copyright (C) 2008-2016 Free Software Foundation, Inc. + * Copyright (C) 2008-2017 Free Software Foundation, Inc. * Written by Nathan Froyd * * This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/rs6000/e500crtsavg64gpr.S b/libgcc/config/rs6000/e500crtsavg64gpr.S index 206316b3021e..8a814f3b3d34 100644 --- a/libgcc/config/rs6000/e500crtsavg64gpr.S +++ b/libgcc/config/rs6000/e500crtsavg64gpr.S @@ -1,7 +1,7 @@ /* * Special support for e500 eabi and SVR4 * - * Copyright (C) 2008-2016 Free Software Foundation, Inc. + * Copyright (C) 2008-2017 Free Software Foundation, Inc. * Written by Nathan Froyd * * This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/rs6000/e500crtsavg64gprctr.S b/libgcc/config/rs6000/e500crtsavg64gprctr.S index 0b9cda565f3c..ce556967b558 100644 --- a/libgcc/config/rs6000/e500crtsavg64gprctr.S +++ b/libgcc/config/rs6000/e500crtsavg64gprctr.S @@ -1,7 +1,7 @@ /* * Special support for e500 eabi and SVR4 * - * Copyright (C) 2008-2016 Free Software Foundation, Inc. + * Copyright (C) 2008-2017 Free Software Foundation, Inc. * Written by Nathan Froyd * * This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/rs6000/eabi-ci.S b/libgcc/config/rs6000/eabi-ci.S index 67b376ae6f63..999c80270150 100644 --- a/libgcc/config/rs6000/eabi-ci.S +++ b/libgcc/config/rs6000/eabi-ci.S @@ -1,5 +1,5 @@ /* crti.s for eabi - Copyright (C) 1996-2016 Free Software Foundation, Inc. + Copyright (C) 1996-2017 Free Software Foundation, Inc. Written By Michael Meissner This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/rs6000/eabi-cn.S b/libgcc/config/rs6000/eabi-cn.S index 63187662a676..98778644deee 100644 --- a/libgcc/config/rs6000/eabi-cn.S +++ b/libgcc/config/rs6000/eabi-cn.S @@ -1,5 +1,5 @@ /* crtn.s for eabi - Copyright (C) 1996-2016 Free Software Foundation, Inc. + Copyright (C) 1996-2017 Free Software Foundation, Inc. Written By Michael Meissner This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/rs6000/eabi.S b/libgcc/config/rs6000/eabi.S index f56efebd380b..1dadeb175d90 100644 --- a/libgcc/config/rs6000/eabi.S +++ b/libgcc/config/rs6000/eabi.S @@ -1,7 +1,7 @@ /* * Special support for eabi and SVR4 * - * Copyright (C) 1995-2016 Free Software Foundation, Inc. + * Copyright (C) 1995-2017 Free Software Foundation, Inc. * Written By Michael Meissner * * This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/rs6000/exit.h b/libgcc/config/rs6000/exit.h index 03626a517e39..f66d8791f8ce 100644 --- a/libgcc/config/rs6000/exit.h +++ b/libgcc/config/rs6000/exit.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2016 Free Software Foundation, Inc. +/* Copyright (C) 1991-2017 Free Software Foundation, Inc. Derived from exit.h in GNU C Library. diff --git a/libgcc/config/rs6000/extendkftf2-sw.c b/libgcc/config/rs6000/extendkftf2-sw.c index 2ce2f7d550ad..196a6dfc1882 100644 --- a/libgcc/config/rs6000/extendkftf2-sw.c +++ b/libgcc/config/rs6000/extendkftf2-sw.c @@ -1,6 +1,6 @@ /* Software IEEE 128-bit floating-point emulation for PowerPC. - Copyright (C) 2016 Free Software Foundation, Inc. + Copyright (C) 2016-2017 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Michael Meissner (meissner@linux.vnet.ibm.com) Code is based on the main soft-fp library written by: diff --git a/libgcc/config/rs6000/fixkfti.c b/libgcc/config/rs6000/fixkfti.c index 80e10f078c06..c254a82e819f 100644 --- a/libgcc/config/rs6000/fixkfti.c +++ b/libgcc/config/rs6000/fixkfti.c @@ -1,7 +1,7 @@ /* Software floating-point emulation, convert IEEE quad to 128bit signed integer. - Copyright (C) 2016 Free Software Foundation, Inc. + Copyright (C) 2016-2017 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Steven Munroe (munroesj@linux.vnet.ibm.com) Code is based on the main soft-fp library written by: diff --git a/libgcc/config/rs6000/fixunskfti.c b/libgcc/config/rs6000/fixunskfti.c index 56c36716120f..75302498f4fa 100644 --- a/libgcc/config/rs6000/fixunskfti.c +++ b/libgcc/config/rs6000/fixunskfti.c @@ -1,7 +1,7 @@ /* Software floating-point emulation, convert IEEE quad to 128bit unsigned integer. - Copyright (C) 2016 Free Software Foundation, Inc. + Copyright (C) 2016-2017 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Steven Munroe (munroesj@linux.vnet.ibm.com) Code is based on the main soft-fp library written by: diff --git a/libgcc/config/rs6000/float128-hw.c b/libgcc/config/rs6000/float128-hw.c index 43f70f4e7fdd..a55ca49d7a50 100644 --- a/libgcc/config/rs6000/float128-hw.c +++ b/libgcc/config/rs6000/float128-hw.c @@ -1,7 +1,7 @@ /* Automatic switching between software and hardware IEEE 128-bit floating-point emulation for PowerPC. - Copyright (C) 2016 Free Software Foundation, Inc. + Copyright (C) 2016-2017 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Michael Meissner (meissner@linux.vnet.ibm.com) Code is based on the main soft-fp library written by: diff --git a/libgcc/config/rs6000/float128-ifunc.c b/libgcc/config/rs6000/float128-ifunc.c index d21010557d48..e456ab13ce85 100644 --- a/libgcc/config/rs6000/float128-ifunc.c +++ b/libgcc/config/rs6000/float128-ifunc.c @@ -1,7 +1,7 @@ /* Automatic switching between software and hardware IEEE 128-bit floating-point emulation for PowerPC. - Copyright (C) 2016 Free Software Foundation, Inc. + Copyright (C) 2016-2017 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Michael Meissner (meissner@linux.vnet.ibm.com) Code is based on the main soft-fp library written by: diff --git a/libgcc/config/rs6000/floattikf.c b/libgcc/config/rs6000/floattikf.c index 4c6523081589..b9c93412de1f 100644 --- a/libgcc/config/rs6000/floattikf.c +++ b/libgcc/config/rs6000/floattikf.c @@ -1,7 +1,7 @@ /* Software floating-point emulation, convert a 128bit signed integer to IEEE quad. - Copyright (C) 2016 Free Software Foundation, Inc. + Copyright (C) 2016-2017 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Steven Munroe (munroesj@linux.vnet.ibm.com) Code is based on the main soft-fp library written by: diff --git a/libgcc/config/rs6000/floatuntikf.c b/libgcc/config/rs6000/floatuntikf.c index 6dabf7b33bd8..2eab210e5c83 100644 --- a/libgcc/config/rs6000/floatuntikf.c +++ b/libgcc/config/rs6000/floatuntikf.c @@ -1,7 +1,7 @@ /* Software floating-point emulation, convert a 128bit unsigned integer to IEEE quad. - Copyright (C) 2016 Free Software Foundation, Inc. + Copyright (C) 2016-2017 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Steven Munroe (munroesj@linux.vnet.ibm.com) Code is based on the main soft-fp library written by: diff --git a/libgcc/config/rs6000/freebsd-unwind.h b/libgcc/config/rs6000/freebsd-unwind.h index f29c745e7864..bf0a8796fb69 100644 --- a/libgcc/config/rs6000/freebsd-unwind.h +++ b/libgcc/config/rs6000/freebsd-unwind.h @@ -1,5 +1,5 @@ /* DWARF2 EH unwinding support for PowerPC64 FreeBSD. - Copyright (C) 2012-2016 Free Software Foundation, Inc. + Copyright (C) 2012-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/rs6000/gthr-aix.h b/libgcc/config/rs6000/gthr-aix.h index 70a23516fb5c..65c6a720d651 100644 --- a/libgcc/config/rs6000/gthr-aix.h +++ b/libgcc/config/rs6000/gthr-aix.h @@ -1,6 +1,6 @@ /* Threads compatibility routines for libgcc2 and libobjc. */ /* Compile this one with gcc. */ -/* Copyright (C) 2000-2016 Free Software Foundation, Inc. +/* Copyright (C) 2000-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/rs6000/ibm-ldouble-format b/libgcc/config/rs6000/ibm-ldouble-format index 4a06dfb6869b..b5b1060f4a33 100644 --- a/libgcc/config/rs6000/ibm-ldouble-format +++ b/libgcc/config/rs6000/ibm-ldouble-format @@ -84,7 +84,7 @@ Division is also performed using a library routine. Its result will be within 3ulp of the correct result. -Copyright (C) 2004-2016 Free Software Foundation, Inc. +Copyright (C) 2004-2017 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/libgcc/config/rs6000/ibm-ldouble.c b/libgcc/config/rs6000/ibm-ldouble.c index 3116cf44d8a0..949b50c98cae 100644 --- a/libgcc/config/rs6000/ibm-ldouble.c +++ b/libgcc/config/rs6000/ibm-ldouble.c @@ -1,5 +1,5 @@ /* 128-bit long double support routines for Darwin. - Copyright (C) 1993-2016 Free Software Foundation, Inc. + Copyright (C) 1993-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/rs6000/libgcc-darwin.10.4.ver b/libgcc/config/rs6000/libgcc-darwin.10.4.ver index 8051bd972feb..6b1e3f8e80ac 100644 --- a/libgcc/config/rs6000/libgcc-darwin.10.4.ver +++ b/libgcc/config/rs6000/libgcc-darwin.10.4.ver @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2016 Free Software Foundation, Inc. +# Copyright (C) 2005-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/libgcc/config/rs6000/libgcc-darwin.10.5.ver b/libgcc/config/rs6000/libgcc-darwin.10.5.ver index 0c28564c4438..0bff59eaff22 100644 --- a/libgcc/config/rs6000/libgcc-darwin.10.5.ver +++ b/libgcc/config/rs6000/libgcc-darwin.10.5.ver @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2016 Free Software Foundation, Inc. +# Copyright (C) 2005-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/libgcc/config/rs6000/libgcc-glibc.ver b/libgcc/config/rs6000/libgcc-glibc.ver index ec1fff631f23..d3efc0c88c9a 100644 --- a/libgcc/config/rs6000/libgcc-glibc.ver +++ b/libgcc/config/rs6000/libgcc-glibc.ver @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2016 Free Software Foundation, Inc. +# Copyright (C) 2006-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/libgcc/config/rs6000/linux-unwind.h b/libgcc/config/rs6000/linux-unwind.h index 60531ed68d41..cf5103733ac3 100644 --- a/libgcc/config/rs6000/linux-unwind.h +++ b/libgcc/config/rs6000/linux-unwind.h @@ -1,5 +1,5 @@ /* DWARF2 EH unwinding support for PowerPC and PowerPC64 Linux. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/rs6000/morestack.S b/libgcc/config/rs6000/morestack.S index 3be2e1dbe3ca..5fb6cc90cbf5 100644 --- a/libgcc/config/rs6000/morestack.S +++ b/libgcc/config/rs6000/morestack.S @@ -1,6 +1,6 @@ #ifdef __powerpc64__ # PowerPC64 support for -fsplit-stack. -# Copyright (C) 2009-2016 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # Contributed by Alan Modra . # This file is part of GCC. diff --git a/libgcc/config/rs6000/on_exit.c b/libgcc/config/rs6000/on_exit.c index a9be1ae709f9..d567f7fd9a1f 100644 --- a/libgcc/config/rs6000/on_exit.c +++ b/libgcc/config/rs6000/on_exit.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1999-2016 Free Software Foundation, Inc. +/* Copyright (C) 1999-2017 Free Software Foundation, Inc. NOTE: This source is derived from an old version taken from the GNU C Library (glibc). diff --git a/libgcc/config/rs6000/ppc64-fp.c b/libgcc/config/rs6000/ppc64-fp.c index 8454f1aa1b47..5e1cbddb1c0b 100644 --- a/libgcc/config/rs6000/ppc64-fp.c +++ b/libgcc/config/rs6000/ppc64-fp.c @@ -1,7 +1,7 @@ /* Functions needed for soft-float on powerpc64-linux, copied from libgcc2.c with macros expanded to force the use of specific types. - Copyright (C) 1989-2016 Free Software Foundation, Inc. + Copyright (C) 1989-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/rs6000/quad-float128.h b/libgcc/config/rs6000/quad-float128.h index 244a0475255b..7d69c87c2acb 100644 --- a/libgcc/config/rs6000/quad-float128.h +++ b/libgcc/config/rs6000/quad-float128.h @@ -1,6 +1,6 @@ /* Software floating-point emulation. Definitions for IEEE Quad Precision on the PowerPC. - Copyright (C) 2016 Free Software Foundation, Inc. + Copyright (C) 2016-2017 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Michael Meissner (meissner@linux.vnet.ibm.com). diff --git a/libgcc/config/rs6000/sfp-exceptions.c b/libgcc/config/rs6000/sfp-exceptions.c index efd21da53205..0d5aa4e786b0 100644 --- a/libgcc/config/rs6000/sfp-exceptions.c +++ b/libgcc/config/rs6000/sfp-exceptions.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016 Free Software Foundation, Inc. +/* Copyright (C) 2016-2017 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/libgcc/config/rs6000/sol-ci.S b/libgcc/config/rs6000/sol-ci.S index b10cfa42bca8..379f282010dc 100644 --- a/libgcc/config/rs6000/sol-ci.S +++ b/libgcc/config/rs6000/sol-ci.S @@ -1,6 +1,6 @@ # crti.s for sysv4 -# Copyright (C) 1996-2016 Free Software Foundation, Inc. +# Copyright (C) 1996-2017 Free Software Foundation, Inc. # Written By Michael Meissner # # This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/rs6000/sol-cn.S b/libgcc/config/rs6000/sol-cn.S index a0a66a2afdf2..d5e22a73f805 100644 --- a/libgcc/config/rs6000/sol-cn.S +++ b/libgcc/config/rs6000/sol-cn.S @@ -1,6 +1,6 @@ # crtn.s for sysv4 -# Copyright (C) 1996-2016 Free Software Foundation, Inc. +# Copyright (C) 1996-2017 Free Software Foundation, Inc. # Written By Michael Meissner # # This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/rs6000/t-e500v1-fp b/libgcc/config/rs6000/t-e500v1-fp index 88f9a031d063..8f9a073333df 100644 --- a/libgcc/config/rs6000/t-e500v1-fp +++ b/libgcc/config/rs6000/t-e500v1-fp @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Free Software Foundation, Inc. +# Copyright (C) 2014-2017 Free Software Foundation, Inc. # This file is part of GCC. diff --git a/libgcc/config/rs6000/t-e500v2-fp b/libgcc/config/rs6000/t-e500v2-fp index c251888fb033..171e0e01a538 100644 --- a/libgcc/config/rs6000/t-e500v2-fp +++ b/libgcc/config/rs6000/t-e500v2-fp @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Free Software Foundation, Inc. +# Copyright (C) 2014-2017 Free Software Foundation, Inc. # This file is part of GCC. diff --git a/libgcc/config/rs6000/t-freebsd b/libgcc/config/rs6000/t-freebsd index 5aba6a52831b..b71116a8f81b 100644 --- a/libgcc/config/rs6000/t-freebsd +++ b/libgcc/config/rs6000/t-freebsd @@ -1,6 +1,6 @@ # Overrides for FreeBSD PowerPC # -# Copyright (C) 2011-2016 Free Software Foundation, Inc. +# Copyright (C) 2011-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/libgcc/config/rs6000/t-slibgcc-aix b/libgcc/config/rs6000/t-slibgcc-aix index f0a8647d7e9e..0132eeafaa92 100644 --- a/libgcc/config/rs6000/t-slibgcc-aix +++ b/libgcc/config/rs6000/t-slibgcc-aix @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2016 Free Software Foundation, Inc. +# Copyright (C) 2002-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/libgcc/config/rs6000/tramp.S b/libgcc/config/rs6000/tramp.S index 9bdae59f7e0e..a393484523c6 100644 --- a/libgcc/config/rs6000/tramp.S +++ b/libgcc/config/rs6000/tramp.S @@ -1,6 +1,6 @@ /* Special support for trampolines * - * Copyright (C) 1996-2016 Free Software Foundation, Inc. + * Copyright (C) 1996-2017 Free Software Foundation, Inc. * Written By Michael Meissner * * This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/rs6000/trunctfkf2-sw.c b/libgcc/config/rs6000/trunctfkf2-sw.c index 4d8ffe53dcf5..88abdcf250a8 100644 --- a/libgcc/config/rs6000/trunctfkf2-sw.c +++ b/libgcc/config/rs6000/trunctfkf2-sw.c @@ -1,6 +1,6 @@ /* Software IEEE 128-bit floating-point emulation for PowerPC. - Copyright (C) 2016 Free Software Foundation, Inc. + Copyright (C) 2016-2017 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Michael Meissner (meissner@linux.vnet.ibm.com) Code is based on the main soft-fp library written by: diff --git a/libgcc/config/rx/rx-abi-functions.c b/libgcc/config/rx/rx-abi-functions.c index 2ae4b27ff941..fc58965221bd 100644 --- a/libgcc/config/rx/rx-abi-functions.c +++ b/libgcc/config/rx/rx-abi-functions.c @@ -1,5 +1,5 @@ /* RX C ABI functions - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Red Hat. This file is part of GCC. diff --git a/libgcc/config/rx/rx-abi.h b/libgcc/config/rx/rx-abi.h index c2d41a81b121..7e4831f655c7 100644 --- a/libgcc/config/rx/rx-abi.h +++ b/libgcc/config/rx/rx-abi.h @@ -1,5 +1,5 @@ /* Header file for RX ABI versions of libgcc functions. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Red Hat. This file is part of GCC. diff --git a/libgcc/config/rx/t-rx b/libgcc/config/rx/t-rx index ab67dc6395af..365a672e542b 100644 --- a/libgcc/config/rx/t-rx +++ b/libgcc/config/rx/t-rx @@ -1,5 +1,5 @@ # Makefile fragment for building LIBGCC for the Renesas RX target. -# Copyright (C) 2008-2016 Free Software Foundation, Inc. +# Copyright (C) 2008-2017 Free Software Foundation, Inc. # Contributed by Red Hat. # # This file is part of GCC. diff --git a/libgcc/config/s390/32/_fixdfdi.c b/libgcc/config/s390/32/_fixdfdi.c index 54360c19e6f7..12594bf19d91 100644 --- a/libgcc/config/s390/32/_fixdfdi.c +++ b/libgcc/config/s390/32/_fixdfdi.c @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, for IBM S/390 - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. Contributed by Hartmut Penner (hpenner@de.ibm.com) and Ulrich Weigand (uweigand@de.ibm.com). diff --git a/libgcc/config/s390/32/_fixsfdi.c b/libgcc/config/s390/32/_fixsfdi.c index 718d019bf87b..04b741e90200 100644 --- a/libgcc/config/s390/32/_fixsfdi.c +++ b/libgcc/config/s390/32/_fixsfdi.c @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, for IBM S/390 - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. Contributed by Hartmut Penner (hpenner@de.ibm.com) and Ulrich Weigand (uweigand@de.ibm.com). diff --git a/libgcc/config/s390/32/_fixtfdi.c b/libgcc/config/s390/32/_fixtfdi.c index 0573d3957ae5..595be52a6d68 100644 --- a/libgcc/config/s390/32/_fixtfdi.c +++ b/libgcc/config/s390/32/_fixtfdi.c @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, for IBM S/390 - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. Contributed by Hartmut Penner (hpenner@de.ibm.com) and Ulrich Weigand (uweigand@de.ibm.com). diff --git a/libgcc/config/s390/32/_fixunsdfdi.c b/libgcc/config/s390/32/_fixunsdfdi.c index 0b666d7ee807..ef4fd8f0f05f 100644 --- a/libgcc/config/s390/32/_fixunsdfdi.c +++ b/libgcc/config/s390/32/_fixunsdfdi.c @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, for IBM S/390 - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. Contributed by Hartmut Penner (hpenner@de.ibm.com) and Ulrich Weigand (uweigand@de.ibm.com). diff --git a/libgcc/config/s390/32/_fixunssfdi.c b/libgcc/config/s390/32/_fixunssfdi.c index 68863e810e27..6003caa6abb6 100644 --- a/libgcc/config/s390/32/_fixunssfdi.c +++ b/libgcc/config/s390/32/_fixunssfdi.c @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, for IBM S/390 - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. Contributed by Hartmut Penner (hpenner@de.ibm.com) and Ulrich Weigand (uweigand@de.ibm.com). diff --git a/libgcc/config/s390/32/_fixunstfdi.c b/libgcc/config/s390/32/_fixunstfdi.c index 9382c44214d7..b3b243f94ccd 100644 --- a/libgcc/config/s390/32/_fixunstfdi.c +++ b/libgcc/config/s390/32/_fixunstfdi.c @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, for IBM S/390 - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. Contributed by Hartmut Penner (hpenner@de.ibm.com) and Ulrich Weigand (uweigand@de.ibm.com). diff --git a/libgcc/config/s390/gthr-tpf.h b/libgcc/config/s390/gthr-tpf.h index 75b73deaff60..323037e89cc3 100644 --- a/libgcc/config/s390/gthr-tpf.h +++ b/libgcc/config/s390/gthr-tpf.h @@ -1,6 +1,6 @@ /* Threads compatibility routines for libgcc2 and libobjc. Compile this one with gcc. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/s390/libgcc-glibc.ver b/libgcc/config/s390/libgcc-glibc.ver index 7d40508aaea0..e0e78f01d43c 100644 --- a/libgcc/config/s390/libgcc-glibc.ver +++ b/libgcc/config/s390/libgcc-glibc.ver @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2016 Free Software Foundation, Inc. +# Copyright (C) 2002-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/libgcc/config/s390/linux-unwind.h b/libgcc/config/s390/linux-unwind.h index 5393ea2b8ec8..0dc2d65361e2 100644 --- a/libgcc/config/s390/linux-unwind.h +++ b/libgcc/config/s390/linux-unwind.h @@ -1,5 +1,5 @@ /* DWARF2 EH unwinding support for S/390 Linux. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/s390/morestack.S b/libgcc/config/s390/morestack.S index fa6951badf0f..f6b7193b56bc 100644 --- a/libgcc/config/s390/morestack.S +++ b/libgcc/config/s390/morestack.S @@ -1,5 +1,5 @@ # s390 support for -fsplit-stack. -# Copyright (C) 2015 Free Software Foundation, Inc. +# Copyright (C) 2015-2017 Free Software Foundation, Inc. # Contributed by Marcin Kościelnicki . # This file is part of GCC. diff --git a/libgcc/config/s390/tpf-unwind.h b/libgcc/config/s390/tpf-unwind.h index 8166aa893f1d..40a3518d61f2 100644 --- a/libgcc/config/s390/tpf-unwind.h +++ b/libgcc/config/s390/tpf-unwind.h @@ -1,5 +1,5 @@ /* DWARF2 EH unwinding support for TPF OS. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by P.J. Darcy (darcypj@us.ibm.com). This file is part of GCC. diff --git a/libgcc/config/score/crti.S b/libgcc/config/score/crti.S index 571e36f7e41a..00d27d40ee26 100644 --- a/libgcc/config/score/crti.S +++ b/libgcc/config/score/crti.S @@ -1,6 +1,6 @@ # crti.S for Sunplus S+CORE # -# Copyright (C) 2005-2016 Free Software Foundation, Inc. +# Copyright (C) 2005-2017 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the diff --git a/libgcc/config/score/crtn.S b/libgcc/config/score/crtn.S index 795665e498bf..87629d0e0e25 100644 --- a/libgcc/config/score/crtn.S +++ b/libgcc/config/score/crtn.S @@ -1,6 +1,6 @@ # crtn.S for Sunplus S+CORE -# Copyright (C) 2005-2016 Free Software Foundation, Inc. +# Copyright (C) 2005-2017 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the diff --git a/libgcc/config/sh/crt.h b/libgcc/config/sh/crt.h index 612ceb728140..2ac5910451c3 100644 --- a/libgcc/config/sh/crt.h +++ b/libgcc/config/sh/crt.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2016 Free Software Foundation, Inc. +/* Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/libgcc/config/sh/crt1.S b/libgcc/config/sh/crt1.S index 4e3c27d891ce..99579523e35b 100644 --- a/libgcc/config/sh/crt1.S +++ b/libgcc/config/sh/crt1.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2000-2016 Free Software Foundation, Inc. +/* Copyright (C) 2000-2017 Free Software Foundation, Inc. This file was pretty much copied from newlib. This file is part of GCC. diff --git a/libgcc/config/sh/crti.S b/libgcc/config/sh/crti.S index 44e8dd5925f4..9dbc140fd4a7 100644 --- a/libgcc/config/sh/crti.S +++ b/libgcc/config/sh/crti.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2000-2016 Free Software Foundation, Inc. +/* Copyright (C) 2000-2017 Free Software Foundation, Inc. This file was adapted from glibc sources. This file is part of GCC. diff --git a/libgcc/config/sh/crtn.S b/libgcc/config/sh/crtn.S index 63b8421738e2..2d6cd2bf1e71 100644 --- a/libgcc/config/sh/crtn.S +++ b/libgcc/config/sh/crtn.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2000-2016 Free Software Foundation, Inc. +/* Copyright (C) 2000-2017 Free Software Foundation, Inc. This file was adapted from glibc sources. This file is part of GCC. diff --git a/libgcc/config/sh/lib1funcs-4-300.S b/libgcc/config/sh/lib1funcs-4-300.S index 651567bc1966..2cba362a1fef 100644 --- a/libgcc/config/sh/lib1funcs-4-300.S +++ b/libgcc/config/sh/lib1funcs-4-300.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2004-2016 Free Software Foundation, Inc. +/* Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/libgcc/config/sh/lib1funcs-Os-4-200.S b/libgcc/config/sh/lib1funcs-Os-4-200.S index 4fcd8a67e437..767c7729e65b 100644 --- a/libgcc/config/sh/lib1funcs-Os-4-200.S +++ b/libgcc/config/sh/lib1funcs-Os-4-200.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2006-2016 Free Software Foundation, Inc. +/* Copyright (C) 2006-2017 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/libgcc/config/sh/lib1funcs.S b/libgcc/config/sh/lib1funcs.S index 33dd5fd6fa25..a59ff0a2c6ff 100644 --- a/libgcc/config/sh/lib1funcs.S +++ b/libgcc/config/sh/lib1funcs.S @@ -1,4 +1,4 @@ -/* Copyright (C) 1994-2016 Free Software Foundation, Inc. +/* Copyright (C) 1994-2017 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/libgcc/config/sh/lib1funcs.h b/libgcc/config/sh/lib1funcs.h index 32c7b34f3fe8..64d764eda8a5 100644 --- a/libgcc/config/sh/lib1funcs.h +++ b/libgcc/config/sh/lib1funcs.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1994-2016 Free Software Foundation, Inc. +/* Copyright (C) 1994-2017 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/libgcc/config/sh/libgcc-glibc.ver b/libgcc/config/sh/libgcc-glibc.ver index 86cd2833f883..ffa7032f8a74 100644 --- a/libgcc/config/sh/libgcc-glibc.ver +++ b/libgcc/config/sh/libgcc-glibc.ver @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2016 Free Software Foundation, Inc. +# Copyright (C) 2002-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/libgcc/config/sh/linux-atomic.c b/libgcc/config/sh/linux-atomic.c index 1f21aae4aadf..da14322292d2 100644 --- a/libgcc/config/sh/linux-atomic.c +++ b/libgcc/config/sh/linux-atomic.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2016 Free Software Foundation, Inc. +/* Copyright (C) 2012-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/sh/linux-unwind.h b/libgcc/config/sh/linux-unwind.h index 65005beb2d14..1038caeb5c36 100644 --- a/libgcc/config/sh/linux-unwind.h +++ b/libgcc/config/sh/linux-unwind.h @@ -1,5 +1,5 @@ /* DWARF2 EH unwinding support for SH Linux. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/sh/t-sh b/libgcc/config/sh/t-sh index f4567c46c899..46d01a64dbd3 100644 --- a/libgcc/config/sh/t-sh +++ b/libgcc/config/sh/t-sh @@ -1,4 +1,4 @@ -# Copyright (C) 1993-2016 Free Software Foundation, Inc. +# Copyright (C) 1993-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/libgcc/config/sol2/crtp.c b/libgcc/config/sol2/crtp.c index 38b33c15cdcc..63f07387f669 100644 --- a/libgcc/config/sol2/crtp.c +++ b/libgcc/config/sol2/crtp.c @@ -1,5 +1,5 @@ /* Dummy _mcount when mixing profiling and non-profiling objects. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/sol2/crtpg.c b/libgcc/config/sol2/crtpg.c index 38ee21cc9b4d..dcebfcdcdf07 100644 --- a/libgcc/config/sol2/crtpg.c +++ b/libgcc/config/sol2/crtpg.c @@ -1,5 +1,5 @@ /* Register profiling startup and cleanup with Solaris CRTs. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/sol2/t-sol2 b/libgcc/config/sol2/t-sol2 index 31b6f2364ee4..70c8861e6e10 100644 --- a/libgcc/config/sol2/t-sol2 +++ b/libgcc/config/sol2/t-sol2 @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2016 Free Software Foundation, Inc. +# Copyright (C) 2004-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/libgcc/config/sparc/crtfastmath.c b/libgcc/config/sparc/crtfastmath.c index 24bcb45cd18a..71424cfdd24d 100644 --- a/libgcc/config/sparc/crtfastmath.c +++ b/libgcc/config/sparc/crtfastmath.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2001-2016 Free Software Foundation, Inc. + * Copyright (C) 2001-2017 Free Software Foundation, Inc. * Contributed by David S. Miller (davem@redhat.com) * * This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/sparc/crti.S b/libgcc/config/sparc/crti.S index b3d36519f294..4336cb09cd26 100644 --- a/libgcc/config/sparc/crti.S +++ b/libgcc/config/sparc/crti.S @@ -1,6 +1,6 @@ ! crti.S for SPARC -! Copyright (C) 1992-2016 Free Software Foundation, Inc. +! Copyright (C) 1992-2017 Free Software Foundation, Inc. ! Written By David Vinayak Henkel-Wallace, June 1992 ! ! This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/sparc/crtn.S b/libgcc/config/sparc/crtn.S index a46a3367e5c2..bab84d91f7e1 100644 --- a/libgcc/config/sparc/crtn.S +++ b/libgcc/config/sparc/crtn.S @@ -1,6 +1,6 @@ ! crtn.S for SPARC -! Copyright (C) 1992-2016 Free Software Foundation, Inc. +! Copyright (C) 1992-2017 Free Software Foundation, Inc. ! Written By David Vinayak Henkel-Wallace, June 1992 ! ! This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/sparc/libgcc-glibc.ver b/libgcc/config/sparc/libgcc-glibc.ver index 38c22cb05f0e..16cd4043222a 100644 --- a/libgcc/config/sparc/libgcc-glibc.ver +++ b/libgcc/config/sparc/libgcc-glibc.ver @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2016 Free Software Foundation, Inc. +# Copyright (C) 2002-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/libgcc/config/sparc/linux-unwind.h b/libgcc/config/sparc/linux-unwind.h index 098c145f2d7e..2dfb67b64d08 100644 --- a/libgcc/config/sparc/linux-unwind.h +++ b/libgcc/config/sparc/linux-unwind.h @@ -1,5 +1,5 @@ /* DWARF2 EH unwinding support for SPARC Linux. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/sparc/sol2-c1.S b/libgcc/config/sparc/sol2-c1.S index c65a3a411576..856932636ca1 100644 --- a/libgcc/config/sparc/sol2-c1.S +++ b/libgcc/config/sparc/sol2-c1.S @@ -1,6 +1,6 @@ ! crt1.s for sparc & sparcv9 (SunOS 5) -! Copyright (C) 1992-2016 Free Software Foundation, Inc. +! Copyright (C) 1992-2017 Free Software Foundation, Inc. ! Written By David Vinayak Henkel-Wallace, June 1992 ! ! This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/sparc/sol2-unwind.h b/libgcc/config/sparc/sol2-unwind.h index 6cb6d40aeed8..6a421baa39cf 100644 --- a/libgcc/config/sparc/sol2-unwind.h +++ b/libgcc/config/sparc/sol2-unwind.h @@ -1,5 +1,5 @@ /* DWARF2 EH unwinding support for SPARC Solaris. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/spu/cache.S b/libgcc/config/spu/cache.S index a712c0177570..f93ed8ccfe87 100644 --- a/libgcc/config/spu/cache.S +++ b/libgcc/config/spu/cache.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/spu/cachemgr.c b/libgcc/config/spu/cachemgr.c index ced9100c1519..d8701f0827c1 100644 --- a/libgcc/config/spu/cachemgr.c +++ b/libgcc/config/spu/cachemgr.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/spu/divmodti4.c b/libgcc/config/spu/divmodti4.c index cb03262bf2f7..7400e2151cdb 100644 --- a/libgcc/config/spu/divmodti4.c +++ b/libgcc/config/spu/divmodti4.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/libgcc/config/spu/divv2df3.c b/libgcc/config/spu/divv2df3.c index 58a857ae3753..cbaeb3a78eec 100644 --- a/libgcc/config/spu/divv2df3.c +++ b/libgcc/config/spu/divv2df3.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2016 Free Software Foundation, Inc. +/* Copyright (C) 2009-2017 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/libgcc/config/spu/float_disf.c b/libgcc/config/spu/float_disf.c index 239f527b038b..f4a5601fdf24 100644 --- a/libgcc/config/spu/float_disf.c +++ b/libgcc/config/spu/float_disf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/libgcc/config/spu/float_unsdidf.c b/libgcc/config/spu/float_unsdidf.c index d468744979d1..3927171716fb 100644 --- a/libgcc/config/spu/float_unsdidf.c +++ b/libgcc/config/spu/float_unsdidf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2006-2016 Free Software Foundation, Inc. +/* Copyright (C) 2006-2017 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/libgcc/config/spu/float_unsdisf.c b/libgcc/config/spu/float_unsdisf.c index b38bd8079799..613de94e7037 100644 --- a/libgcc/config/spu/float_unsdisf.c +++ b/libgcc/config/spu/float_unsdisf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/libgcc/config/spu/float_unssidf.c b/libgcc/config/spu/float_unssidf.c index 159fa0293b11..c816362cae50 100644 --- a/libgcc/config/spu/float_unssidf.c +++ b/libgcc/config/spu/float_unssidf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2006-2016 Free Software Foundation, Inc. +/* Copyright (C) 2006-2017 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/libgcc/config/spu/mfc_multi_tag_release.c b/libgcc/config/spu/mfc_multi_tag_release.c index b34c056ed99e..8979a1863d19 100644 --- a/libgcc/config/spu/mfc_multi_tag_release.c +++ b/libgcc/config/spu/mfc_multi_tag_release.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/spu/mfc_multi_tag_reserve.c b/libgcc/config/spu/mfc_multi_tag_reserve.c index 6ad9330cc675..31871181116c 100644 --- a/libgcc/config/spu/mfc_multi_tag_reserve.c +++ b/libgcc/config/spu/mfc_multi_tag_reserve.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/spu/mfc_tag_release.c b/libgcc/config/spu/mfc_tag_release.c index 710ed4ac5dde..2ccc4455e2ca 100644 --- a/libgcc/config/spu/mfc_tag_release.c +++ b/libgcc/config/spu/mfc_tag_release.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/spu/mfc_tag_reserve.c b/libgcc/config/spu/mfc_tag_reserve.c index 3b8c4b16c124..bf1d2ff21ee1 100644 --- a/libgcc/config/spu/mfc_tag_reserve.c +++ b/libgcc/config/spu/mfc_tag_reserve.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/spu/mfc_tag_table.c b/libgcc/config/spu/mfc_tag_table.c index 2f25793524ff..f5e4650f8157 100644 --- a/libgcc/config/spu/mfc_tag_table.c +++ b/libgcc/config/spu/mfc_tag_table.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/spu/multi3.c b/libgcc/config/spu/multi3.c index ebac38b0434e..3c3270f52053 100644 --- a/libgcc/config/spu/multi3.c +++ b/libgcc/config/spu/multi3.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/libgcc/config/stormy16/lib2funcs.c b/libgcc/config/stormy16/lib2funcs.c index 27a04b1f334c..ac0291315b45 100644 --- a/libgcc/config/stormy16/lib2funcs.c +++ b/libgcc/config/stormy16/lib2funcs.c @@ -4,7 +4,7 @@ files. On this glorious day maybe this code can be integrated into it too. */ -/* Copyright (C) 2005-2016 Free Software Foundation, Inc. +/* Copyright (C) 2005-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/stormy16/t-stormy16 b/libgcc/config/stormy16/t-stormy16 index 9a5c8a6d790e..e7ae4431c8b4 100644 --- a/libgcc/config/stormy16/t-stormy16 +++ b/libgcc/config/stormy16/t-stormy16 @@ -1,6 +1,6 @@ # -*- makefile -*- # -# Copyright (C) 2001-2016 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/libgcc/config/t-hardfp b/libgcc/config/t-hardfp index 443f618a4d62..c94bfb0a9fcd 100644 --- a/libgcc/config/t-hardfp +++ b/libgcc/config/t-hardfp @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Free Software Foundation, Inc. +# Copyright (C) 2014-2017 Free Software Foundation, Inc. # This file is part of GCC. diff --git a/libgcc/config/t-hardfp-sfdf b/libgcc/config/t-hardfp-sfdf index 7878ded16cc0..1e4bc250283a 100644 --- a/libgcc/config/t-hardfp-sfdf +++ b/libgcc/config/t-hardfp-sfdf @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Free Software Foundation, Inc. +# Copyright (C) 2014-2017 Free Software Foundation, Inc. # This file is part of GCC. diff --git a/libgcc/config/t-libunwind-elf b/libgcc/config/t-libunwind-elf index cfde66e19016..84ebff5a8d93 100644 --- a/libgcc/config/t-libunwind-elf +++ b/libgcc/config/t-libunwind-elf @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2016 Free Software Foundation, Inc. +# Copyright (C) 2004-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/libgcc/config/t-slibgcc b/libgcc/config/t-slibgcc index 8c5f890721f6..76be77109603 100644 --- a/libgcc/config/t-slibgcc +++ b/libgcc/config/t-slibgcc @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2016 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/libgcc/config/t-slibgcc-libgcc b/libgcc/config/t-slibgcc-libgcc index f7d0bff0e175..0896eaefaa03 100644 --- a/libgcc/config/t-slibgcc-libgcc +++ b/libgcc/config/t-slibgcc-libgcc @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/libgcc/config/t-softfp b/libgcc/config/t-softfp index 897c79c3c214..be6f0ef8e13a 100644 --- a/libgcc/config/t-softfp +++ b/libgcc/config/t-softfp @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2016 Free Software Foundation, Inc. +# Copyright (C) 2006-2017 Free Software Foundation, Inc. # This file is part of GCC. diff --git a/libgcc/config/tilepro/atomic.c b/libgcc/config/tilepro/atomic.c index f8a4ef53e418..c33e84a22b06 100644 --- a/libgcc/config/tilepro/atomic.c +++ b/libgcc/config/tilepro/atomic.c @@ -1,5 +1,5 @@ /* TILE atomics. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Walter Lee (walt@tilera.com) This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/tilepro/atomic.h b/libgcc/config/tilepro/atomic.h index 6abe6e143621..078ace01cc35 100644 --- a/libgcc/config/tilepro/atomic.h +++ b/libgcc/config/tilepro/atomic.h @@ -1,5 +1,5 @@ /* Macros for atomic functionality for tile. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Walter Lee (walt@tilera.com) This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/tilepro/linux-unwind.h b/libgcc/config/tilepro/linux-unwind.h index 796e97620b82..a8dc44057150 100644 --- a/libgcc/config/tilepro/linux-unwind.h +++ b/libgcc/config/tilepro/linux-unwind.h @@ -1,5 +1,5 @@ /* DWARF2 EH unwinding support for TILEPro. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Walter Lee (walt@tilera.com) This file is part of GCC. diff --git a/libgcc/config/tilepro/softdivide.c b/libgcc/config/tilepro/softdivide.c index f6986a5c748e..19bbab58452a 100644 --- a/libgcc/config/tilepro/softdivide.c +++ b/libgcc/config/tilepro/softdivide.c @@ -1,5 +1,5 @@ /* Division and remainder routines for Tile. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Walter Lee (walt@tilera.com) This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/tilepro/softmpy.S b/libgcc/config/tilepro/softmpy.S index ce1e4ec2da20..d5e3ec8685b3 100644 --- a/libgcc/config/tilepro/softmpy.S +++ b/libgcc/config/tilepro/softmpy.S @@ -1,5 +1,5 @@ /* 64-bit multiplication support for TILEPro. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Walter Lee (walt@tilera.com) This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/config/unwind-dw2-fde-darwin.c b/libgcc/config/unwind-dw2-fde-darwin.c index 04ae452a1422..b80a3a9899ef 100644 --- a/libgcc/config/unwind-dw2-fde-darwin.c +++ b/libgcc/config/unwind-dw2-fde-darwin.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2016 Free Software Foundation, Inc. +/* Copyright (C) 2001-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/v850/lib1funcs.S b/libgcc/config/v850/lib1funcs.S index 3aedfcae2e7a..175a6e77c6d5 100644 --- a/libgcc/config/v850/lib1funcs.S +++ b/libgcc/config/v850/lib1funcs.S @@ -1,5 +1,5 @@ /* libgcc routines for NEC V850. - Copyright (C) 1996-2016 Free Software Foundation, Inc. + Copyright (C) 1996-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/vax/lib1funcs.S b/libgcc/config/vax/lib1funcs.S index 7e050bd46f57..5785a307ea84 100644 --- a/libgcc/config/vax/lib1funcs.S +++ b/libgcc/config/vax/lib1funcs.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2016 Free Software Foundation, Inc. +/* Copyright (C) 2009-2017 Free Software Foundation, Inc. This file is part of GCC. Contributed by Maciej W. Rozycki . diff --git a/libgcc/config/visium/crti.S b/libgcc/config/visium/crti.S index 2ec5f0d0e744..58228fb509fd 100644 --- a/libgcc/config/visium/crti.S +++ b/libgcc/config/visium/crti.S @@ -1,5 +1,5 @@ /* crti.S for Visium. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/visium/crtn.S b/libgcc/config/visium/crtn.S index 4904a78c0f32..f58bd68968ac 100644 --- a/libgcc/config/visium/crtn.S +++ b/libgcc/config/visium/crtn.S @@ -1,5 +1,5 @@ /* crtn.S for Visium. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/visium/divdi3.c b/libgcc/config/visium/divdi3.c index 7cf241f1710c..cb30b1cb00b2 100644 --- a/libgcc/config/visium/divdi3.c +++ b/libgcc/config/visium/divdi3.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2016 Free Software Foundation, Inc. +/* Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/visium/lib2funcs.c b/libgcc/config/visium/lib2funcs.c index 8fc09dfda472..8dcdab951167 100644 --- a/libgcc/config/visium/lib2funcs.c +++ b/libgcc/config/visium/lib2funcs.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2016 Free Software Foundation, Inc. +/* Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/visium/memcpy.c b/libgcc/config/visium/memcpy.c index 294389a4fb23..54496f5452e2 100644 --- a/libgcc/config/visium/memcpy.c +++ b/libgcc/config/visium/memcpy.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2016 Free Software Foundation, Inc. +/* Copyright (C) 2012-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/visium/memcpy.h b/libgcc/config/visium/memcpy.h index 04ef57c58a56..4ef01740d3a6 100644 --- a/libgcc/config/visium/memcpy.h +++ b/libgcc/config/visium/memcpy.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2016 Free Software Foundation, Inc. +/* Copyright (C) 2012-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/visium/memset.c b/libgcc/config/visium/memset.c index 46095107863c..210b4da0c173 100644 --- a/libgcc/config/visium/memset.c +++ b/libgcc/config/visium/memset.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2016 Free Software Foundation, Inc. +/* Copyright (C) 2012-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/visium/memset.h b/libgcc/config/visium/memset.h index 53f363204d02..25d8079b65f7 100644 --- a/libgcc/config/visium/memset.h +++ b/libgcc/config/visium/memset.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2016 Free Software Foundation, Inc. +/* Copyright (C) 2012-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/visium/moddi3.c b/libgcc/config/visium/moddi3.c index 37b0f726f87b..4ea549d87129 100644 --- a/libgcc/config/visium/moddi3.c +++ b/libgcc/config/visium/moddi3.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2016 Free Software Foundation, Inc. +/* Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/visium/set_trampoline_parity.c b/libgcc/config/visium/set_trampoline_parity.c index 61902ca2734d..a39ea3a369f3 100644 --- a/libgcc/config/visium/set_trampoline_parity.c +++ b/libgcc/config/visium/set_trampoline_parity.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2016 Free Software Foundation, Inc. +/* Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/visium/t-visium b/libgcc/config/visium/t-visium index 3b161dfe7613..473dfee6a09e 100644 --- a/libgcc/config/visium/t-visium +++ b/libgcc/config/visium/t-visium @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2016 Free Software Foundation, Inc. +# Copyright (C) 2003-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/libgcc/config/visium/udivdi3.c b/libgcc/config/visium/udivdi3.c index 6e33987dd9cd..9d0bc24a0c15 100644 --- a/libgcc/config/visium/udivdi3.c +++ b/libgcc/config/visium/udivdi3.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2016 Free Software Foundation, Inc. +/* Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/visium/udivmoddi4.c b/libgcc/config/visium/udivmoddi4.c index 1eff95c398e5..7f65172ee1fe 100644 --- a/libgcc/config/visium/udivmoddi4.c +++ b/libgcc/config/visium/udivmoddi4.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2016 Free Software Foundation, Inc. +/* Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/visium/umoddi3.c b/libgcc/config/visium/umoddi3.c index 4022146c386f..fbd080b37747 100644 --- a/libgcc/config/visium/umoddi3.c +++ b/libgcc/config/visium/umoddi3.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2016 Free Software Foundation, Inc. +/* Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/vms/vms-ucrt0.c b/libgcc/config/vms/vms-ucrt0.c index cd8c1da806ae..8a8defee8847 100644 --- a/libgcc/config/vms/vms-ucrt0.c +++ b/libgcc/config/vms/vms-ucrt0.c @@ -1,5 +1,5 @@ /* VMS crt0 returning Unix style condition codes. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. Contributed by Douglas B. Rupp (rupp@gnat.com). This file is part of GCC. diff --git a/libgcc/config/vxlib-tls.c b/libgcc/config/vxlib-tls.c index 09b1ea05cbe8..bfae9fa8be4f 100644 --- a/libgcc/config/vxlib-tls.c +++ b/libgcc/config/vxlib-tls.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2016 Free Software Foundation, Inc. +/* Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Zack Weinberg This file is part of GCC. diff --git a/libgcc/config/vxlib.c b/libgcc/config/vxlib.c index 4ea32ca08641..3cb86907895f 100644 --- a/libgcc/config/vxlib.c +++ b/libgcc/config/vxlib.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2016 Free Software Foundation, Inc. +/* Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Zack Weinberg This file is part of GCC. diff --git a/libgcc/config/xtensa/crti.S b/libgcc/config/xtensa/crti.S index 026b93b8cc05..58bb19ae5d07 100644 --- a/libgcc/config/xtensa/crti.S +++ b/libgcc/config/xtensa/crti.S @@ -1,5 +1,5 @@ # Start .init and .fini sections. -# Copyright (C) 2003-2016 Free Software Foundation, Inc. +# Copyright (C) 2003-2017 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by diff --git a/libgcc/config/xtensa/crtn.S b/libgcc/config/xtensa/crtn.S index 7dfc17380050..27e5253b0bac 100644 --- a/libgcc/config/xtensa/crtn.S +++ b/libgcc/config/xtensa/crtn.S @@ -1,5 +1,5 @@ # End of .init and .fini sections. -# Copyright (C) 2003-2016 Free Software Foundation, Inc. +# Copyright (C) 2003-2017 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by diff --git a/libgcc/config/xtensa/ieee754-df.S b/libgcc/config/xtensa/ieee754-df.S index a2fb166d3b22..bdd27e52b101 100644 --- a/libgcc/config/xtensa/ieee754-df.S +++ b/libgcc/config/xtensa/ieee754-df.S @@ -1,5 +1,5 @@ /* IEEE-754 double-precision functions for Xtensa - Copyright (C) 2006-2016 Free Software Foundation, Inc. + Copyright (C) 2006-2017 Free Software Foundation, Inc. Contributed by Bob Wilson (bwilson@tensilica.com) at Tensilica. This file is part of GCC. diff --git a/libgcc/config/xtensa/ieee754-sf.S b/libgcc/config/xtensa/ieee754-sf.S index 6acad59a6ae0..a61aba94b51a 100644 --- a/libgcc/config/xtensa/ieee754-sf.S +++ b/libgcc/config/xtensa/ieee754-sf.S @@ -1,5 +1,5 @@ /* IEEE-754 single-precision functions for Xtensa - Copyright (C) 2006-2016 Free Software Foundation, Inc. + Copyright (C) 2006-2017 Free Software Foundation, Inc. Contributed by Bob Wilson (bwilson@tensilica.com) at Tensilica. This file is part of GCC. diff --git a/libgcc/config/xtensa/lib1funcs.S b/libgcc/config/xtensa/lib1funcs.S index 87f140627972..e0ea2dccc4b2 100644 --- a/libgcc/config/xtensa/lib1funcs.S +++ b/libgcc/config/xtensa/lib1funcs.S @@ -1,5 +1,5 @@ /* Assembly functions for the Xtensa version of libgcc1. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. Contributed by Bob Wilson (bwilson@tensilica.com) at Tensilica. This file is part of GCC. diff --git a/libgcc/config/xtensa/lib2funcs.S b/libgcc/config/xtensa/lib2funcs.S index 606246aa4fb5..2e047a833470 100644 --- a/libgcc/config/xtensa/lib2funcs.S +++ b/libgcc/config/xtensa/lib2funcs.S @@ -1,5 +1,5 @@ /* Assembly functions for libgcc2. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. Contributed by Bob Wilson (bwilson@tensilica.com) at Tensilica. This file is part of GCC. diff --git a/libgcc/config/xtensa/linux-unwind.h b/libgcc/config/xtensa/linux-unwind.h index 9872492acc22..67c272820d0d 100644 --- a/libgcc/config/xtensa/linux-unwind.h +++ b/libgcc/config/xtensa/linux-unwind.h @@ -1,5 +1,5 @@ /* DWARF2 EH unwinding support for Xtensa. - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/xtensa/unwind-dw2-xtensa.c b/libgcc/config/xtensa/unwind-dw2-xtensa.c index d0278f436989..60b80bd0f728 100644 --- a/libgcc/config/xtensa/unwind-dw2-xtensa.c +++ b/libgcc/config/xtensa/unwind-dw2-xtensa.c @@ -1,5 +1,5 @@ /* DWARF2 exception handling and frame unwinding for Xtensa. - Copyright (C) 1997-2016 Free Software Foundation, Inc. + Copyright (C) 1997-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/config/xtensa/unwind-dw2-xtensa.h b/libgcc/config/xtensa/unwind-dw2-xtensa.h index 7b99ffe9f84d..0a2feb74c7b2 100644 --- a/libgcc/config/xtensa/unwind-dw2-xtensa.h +++ b/libgcc/config/xtensa/unwind-dw2-xtensa.h @@ -1,5 +1,5 @@ /* DWARF2 frame unwind data structure for Xtensa. - Copyright (C) 1997-2016 Free Software Foundation, Inc. + Copyright (C) 1997-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/crtstuff.c b/libgcc/crtstuff.c index be15a1915a7c..52ed6d39cc8f 100644 --- a/libgcc/crtstuff.c +++ b/libgcc/crtstuff.c @@ -1,6 +1,6 @@ /* Specialized bits of code needed to support construction and destruction of file-scope objects in C++ code. - Copyright (C) 1991-2016 Free Software Foundation, Inc. + Copyright (C) 1991-2017 Free Software Foundation, Inc. Contributed by Ron Guilmette (rfg@monkeys.com). This file is part of GCC. diff --git a/libgcc/dfp-bit.c b/libgcc/dfp-bit.c index 0a9922be552a..8718d94eb55b 100644 --- a/libgcc/dfp-bit.c +++ b/libgcc/dfp-bit.c @@ -1,5 +1,5 @@ /* This is a software decimal floating point library. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/dfp-bit.h b/libgcc/dfp-bit.h index 19df768862a7..3d2a3adfc389 100644 --- a/libgcc/dfp-bit.h +++ b/libgcc/dfp-bit.h @@ -1,5 +1,5 @@ /* Header file for dfp-bit.c. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/divmod.c b/libgcc/divmod.c index 270bf4eb7820..ca529db8b7e3 100644 --- a/libgcc/divmod.c +++ b/libgcc/divmod.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2000-2016 Free Software Foundation, Inc. +/* Copyright (C) 2000-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/emutls.c b/libgcc/emutls.c index 110dfb966e46..ea01f0ef19a5 100644 --- a/libgcc/emutls.c +++ b/libgcc/emutls.c @@ -1,5 +1,5 @@ /* TLS emulation. - Copyright (C) 2006-2016 Free Software Foundation, Inc. + Copyright (C) 2006-2017 Free Software Foundation, Inc. Contributed by Jakub Jelinek . This file is part of GCC. diff --git a/libgcc/enable-execute-stack-mprotect.c b/libgcc/enable-execute-stack-mprotect.c index 909a9044201f..b038657907b4 100644 --- a/libgcc/enable-execute-stack-mprotect.c +++ b/libgcc/enable-execute-stack-mprotect.c @@ -1,5 +1,5 @@ /* Implement __enable_execute_stack using mprotect(2). - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/find-symver.awk b/libgcc/find-symver.awk index b220c05647ef..5d4b859f4310 100644 --- a/libgcc/find-symver.awk +++ b/libgcc/find-symver.awk @@ -1,5 +1,5 @@ # Extract the version of a single symbol from the version map. -# Copyright (C) 2014-2016 Free Software Foundation, Inc. +# Copyright (C) 2014-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/libgcc/fixed-bit.c b/libgcc/fixed-bit.c index 9ffb4ca502d3..35b3d38c90ab 100644 --- a/libgcc/fixed-bit.c +++ b/libgcc/fixed-bit.c @@ -1,5 +1,5 @@ /* This is a software fixed-point library. - Copyright (C) 2007-2016 Free Software Foundation, Inc. + Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/fixed-bit.h b/libgcc/fixed-bit.h index ccf27b3e89df..dec1a2623a06 100644 --- a/libgcc/fixed-bit.h +++ b/libgcc/fixed-bit.h @@ -1,5 +1,5 @@ /* This is a software fixed-point library. - Copyright (C) 2007-2016 Free Software Foundation, Inc. + Copyright (C) 2007-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/fp-bit.c b/libgcc/fp-bit.c index 89b6a3fb1169..38849f65b1c0 100644 --- a/libgcc/fp-bit.c +++ b/libgcc/fp-bit.c @@ -1,6 +1,6 @@ /* This is a software floating point library which can be used for targets without hardware floating point. - Copyright (C) 1994-2016 Free Software Foundation, Inc. + Copyright (C) 1994-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/fp-bit.h b/libgcc/fp-bit.h index 4b8e699d12ab..7267131bf7b9 100644 --- a/libgcc/fp-bit.h +++ b/libgcc/fp-bit.h @@ -1,5 +1,5 @@ /* Header file for fp-bit.c. */ -/* Copyright (C) 2000-2016 Free Software Foundation, Inc. +/* Copyright (C) 2000-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/gbl-ctors.h b/libgcc/gbl-ctors.h index c6c695779ab9..86607e9035a8 100644 --- a/libgcc/gbl-ctors.h +++ b/libgcc/gbl-ctors.h @@ -2,7 +2,7 @@ for getting g++ file-scope static objects constructed. This file will get included either by libgcc2.c (for systems that don't support a .init section) or by crtstuff.c (for those that do). - Copyright (C) 1991-2016 Free Software Foundation, Inc. + Copyright (C) 1991-2017 Free Software Foundation, Inc. Contributed by Ron Guilmette (rfg@segfault.us.com) This file is part of GCC. diff --git a/libgcc/generic-morestack-thread.c b/libgcc/generic-morestack-thread.c index 59e514c9d008..f42b91f5779b 100644 --- a/libgcc/generic-morestack-thread.c +++ b/libgcc/generic-morestack-thread.c @@ -1,5 +1,5 @@ /* Thread library support for -fsplit-stack. */ -/* Copyright (C) 2009-2016 Free Software Foundation, Inc. +/* Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Ian Lance Taylor . This file is part of GCC. diff --git a/libgcc/generic-morestack.c b/libgcc/generic-morestack.c index b8eec4e73953..adbe436df4b5 100644 --- a/libgcc/generic-morestack.c +++ b/libgcc/generic-morestack.c @@ -1,5 +1,5 @@ /* Library support for -fsplit-stack. */ -/* Copyright (C) 2009-2016 Free Software Foundation, Inc. +/* Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Ian Lance Taylor . This file is part of GCC. diff --git a/libgcc/generic-morestack.h b/libgcc/generic-morestack.h index be0416c9adca..a21bf0e20bc0 100644 --- a/libgcc/generic-morestack.h +++ b/libgcc/generic-morestack.h @@ -1,5 +1,5 @@ /* Library support for -fsplit-stack. */ -/* Copyright (C) 2009-2016 Free Software Foundation, Inc. +/* Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Ian Lance Taylor . This file is part of GCC. diff --git a/libgcc/gthr-posix.h b/libgcc/gthr-posix.h index 555c0fe2458f..a54a32e5f9d6 100644 --- a/libgcc/gthr-posix.h +++ b/libgcc/gthr-posix.h @@ -1,6 +1,6 @@ /* Threads compatibility routines for libgcc2 and libobjc. */ /* Compile this one with gcc. */ -/* Copyright (C) 1997-2016 Free Software Foundation, Inc. +/* Copyright (C) 1997-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/gthr-single.h b/libgcc/gthr-single.h index d30271822493..ab4df679e7a5 100644 --- a/libgcc/gthr-single.h +++ b/libgcc/gthr-single.h @@ -1,6 +1,6 @@ /* Threads compatibility routines for libgcc2 and libobjc. */ /* Compile this one with gcc. */ -/* Copyright (C) 1997-2016 Free Software Foundation, Inc. +/* Copyright (C) 1997-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/gthr.h b/libgcc/gthr.h index 47a7d061a95b..ed22dc944766 100644 --- a/libgcc/gthr.h +++ b/libgcc/gthr.h @@ -1,6 +1,6 @@ /* Threads compatibility routines for libgcc2. */ /* Compile this one with gcc. */ -/* Copyright (C) 1997-2016 Free Software Foundation, Inc. +/* Copyright (C) 1997-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/libgcc-std.ver.in b/libgcc/libgcc-std.ver.in index a35d4b3013ad..c0a3b3eb2920 100644 --- a/libgcc/libgcc-std.ver.in +++ b/libgcc/libgcc-std.ver.in @@ -1,4 +1,4 @@ -# Copyright (C) 2000-2016 Free Software Foundation, Inc. +# Copyright (C) 2000-2017 Free Software Foundation, Inc. # # This file is part of GCC. # diff --git a/libgcc/libgcc2.c b/libgcc/libgcc2.c index 97b9237ea2b9..5d3c69f16aae 100644 --- a/libgcc/libgcc2.c +++ b/libgcc/libgcc2.c @@ -1,6 +1,6 @@ /* More subroutines needed by GCC output code on some machines. */ /* Compile this one with gcc. */ -/* Copyright (C) 1989-2016 Free Software Foundation, Inc. +/* Copyright (C) 1989-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/libgcc2.h b/libgcc/libgcc2.h index 15f970515f87..097d28161bb4 100644 --- a/libgcc/libgcc2.h +++ b/libgcc/libgcc2.h @@ -1,5 +1,5 @@ /* Header file for libgcc2.c. */ -/* Copyright (C) 2000-2016 Free Software Foundation, Inc. +/* Copyright (C) 2000-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/libgcov-driver-system.c b/libgcc/libgcov-driver-system.c index e617afabee16..5cfc950ab059 100644 --- a/libgcc/libgcov-driver-system.c +++ b/libgcc/libgcov-driver-system.c @@ -1,6 +1,6 @@ /* Routines required for instrumenting a program. */ /* Compile this one with gcc. */ -/* Copyright (C) 1989-2016 Free Software Foundation, Inc. +/* Copyright (C) 1989-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/libgcov-driver.c b/libgcc/libgcov-driver.c index 84471bd81623..70fe69f26b5b 100644 --- a/libgcc/libgcov-driver.c +++ b/libgcc/libgcov-driver.c @@ -1,6 +1,6 @@ /* Routines required for instrumenting a program. */ /* Compile this one with gcc. */ -/* Copyright (C) 1989-2016 Free Software Foundation, Inc. +/* Copyright (C) 1989-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/libgcov-interface.c b/libgcc/libgcov-interface.c index 4b12797e8af3..61089e970064 100644 --- a/libgcc/libgcov-interface.c +++ b/libgcc/libgcov-interface.c @@ -1,6 +1,6 @@ /* Routines required for instrumenting a program. */ /* Compile this one with gcc. */ -/* Copyright (C) 1989-2016 Free Software Foundation, Inc. +/* Copyright (C) 1989-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/libgcov-merge.c b/libgcc/libgcov-merge.c index fd2f07428dbe..f5be02cfd1ff 100644 --- a/libgcc/libgcov-merge.c +++ b/libgcc/libgcov-merge.c @@ -1,6 +1,6 @@ /* Routines required for instrumenting a program. */ /* Compile this one with gcc. */ -/* Copyright (C) 1989-2016 Free Software Foundation, Inc. +/* Copyright (C) 1989-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/libgcov-profiler.c b/libgcc/libgcov-profiler.c index 4f0a40675a26..067d762c2af5 100644 --- a/libgcc/libgcov-profiler.c +++ b/libgcc/libgcov-profiler.c @@ -1,6 +1,6 @@ /* Routines required for instrumenting a program. */ /* Compile this one with gcc. */ -/* Copyright (C) 1989-2016 Free Software Foundation, Inc. +/* Copyright (C) 1989-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/libgcov-util.c b/libgcc/libgcov-util.c index b1d966cc22da..fd1d1ddb0e02 100644 --- a/libgcc/libgcov-util.c +++ b/libgcc/libgcov-util.c @@ -1,6 +1,6 @@ /* Utility functions for reading gcda files into in-memory gcov_info structures and offline profile processing. */ -/* Copyright (C) 2014-2016 Free Software Foundation, Inc. +/* Copyright (C) 2014-2017 Free Software Foundation, Inc. Contributed by Rong Xu . This file is part of GCC. diff --git a/libgcc/libgcov.h b/libgcc/libgcov.h index dc74134b8cad..6118fe9621ae 100644 --- a/libgcc/libgcov.h +++ b/libgcc/libgcov.h @@ -1,5 +1,5 @@ /* Header file for libgcov-*.c. - Copyright (C) 1996-2016 Free Software Foundation, Inc. + Copyright (C) 1996-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/mkheader.sh b/libgcc/mkheader.sh index a884b207515e..ebf05f2717f9 100755 --- a/libgcc/mkheader.sh +++ b/libgcc/mkheader.sh @@ -1,6 +1,6 @@ #! /bin/sh -# Copyright (C) 2001-2016 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # This file is part of GCC. # GCC is free software; you can redistribute it and/or modify diff --git a/libgcc/mkmap-flat.awk b/libgcc/mkmap-flat.awk index 890f4948b29e..e213cd4283df 100644 --- a/libgcc/mkmap-flat.awk +++ b/libgcc/mkmap-flat.awk @@ -1,5 +1,5 @@ # Generate a flat list of symbols to export. -# Copyright (C) 2007-2016 Free Software Foundation, Inc. +# Copyright (C) 2007-2017 Free Software Foundation, Inc. # Contributed by Richard Henderson # # This file is part of GCC. diff --git a/libgcc/mkmap-symver.awk b/libgcc/mkmap-symver.awk index 0a57d3125330..3d360103740b 100644 --- a/libgcc/mkmap-symver.awk +++ b/libgcc/mkmap-symver.awk @@ -1,5 +1,5 @@ # Generate an ELF symbol version map a-la Solaris and GNU ld. -# Copyright (C) 2007-2016 Free Software Foundation, Inc. +# Copyright (C) 2007-2017 Free Software Foundation, Inc. # Contributed by Richard Henderson # # This file is part of GCC. diff --git a/libgcc/offloadstuff.c b/libgcc/offloadstuff.c index 4ab639721cbe..301439fc3626 100644 --- a/libgcc/offloadstuff.c +++ b/libgcc/offloadstuff.c @@ -1,5 +1,5 @@ /* Specialized bits of code needed for the offloading tables. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/sync.c b/libgcc/sync.c index 16ad0fe440d6..ec668eded78c 100644 --- a/libgcc/sync.c +++ b/libgcc/sync.c @@ -1,5 +1,5 @@ /* Out-of-line libgcc versions of __sync_* builtins. */ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/udivmod.c b/libgcc/udivmod.c index 264febde917b..f61e32403e0b 100644 --- a/libgcc/udivmod.c +++ b/libgcc/udivmod.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2000-2016 Free Software Foundation, Inc. +/* Copyright (C) 2000-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/udivmodsi4.c b/libgcc/udivmodsi4.c index 3a9208c51e70..5aa5eb92c73a 100644 --- a/libgcc/udivmodsi4.c +++ b/libgcc/udivmodsi4.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2000-2016 Free Software Foundation, Inc. +/* Copyright (C) 2000-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/unwind-arm-common.inc b/libgcc/unwind-arm-common.inc index 45f288b953f3..83eb7bd5172c 100644 --- a/libgcc/unwind-arm-common.inc +++ b/libgcc/unwind-arm-common.inc @@ -1,5 +1,5 @@ /* Common unwinding code for ARM EABI and C6X. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is free software; you can redistribute it and/or modify it diff --git a/libgcc/unwind-c.c b/libgcc/unwind-c.c index b05f376118c9..e80b078472fb 100644 --- a/libgcc/unwind-c.c +++ b/libgcc/unwind-c.c @@ -1,5 +1,5 @@ /* Supporting functions for C exception handling. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Aldy Hernandez . Shamelessly stolen from the Java front end. diff --git a/libgcc/unwind-compat.c b/libgcc/unwind-compat.c index e8e351ddbc9f..f87709def785 100644 --- a/libgcc/unwind-compat.c +++ b/libgcc/unwind-compat.c @@ -1,5 +1,5 @@ /* Backward compatibility unwind routines. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/unwind-compat.h b/libgcc/unwind-compat.h index 25775d4ab307..1344d341c453 100644 --- a/libgcc/unwind-compat.h +++ b/libgcc/unwind-compat.h @@ -1,5 +1,5 @@ /* Backward compatibility unwind routines. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/unwind-dw2-fde-compat.c b/libgcc/unwind-dw2-fde-compat.c index 92922e1bff29..75c01a929499 100644 --- a/libgcc/unwind-dw2-fde-compat.c +++ b/libgcc/unwind-dw2-fde-compat.c @@ -1,5 +1,5 @@ /* Backward compatibility unwind routines. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/unwind-dw2-fde-dip.c b/libgcc/unwind-dw2-fde-dip.c index 3df501d9cb6b..561394e0069c 100644 --- a/libgcc/unwind-dw2-fde-dip.c +++ b/libgcc/unwind-dw2-fde-dip.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2016 Free Software Foundation, Inc. +/* Copyright (C) 2001-2017 Free Software Foundation, Inc. Contributed by Jakub Jelinek . This file is part of GCC. diff --git a/libgcc/unwind-dw2-fde.c b/libgcc/unwind-dw2-fde.c index be82f65b916f..02b588de8921 100644 --- a/libgcc/unwind-dw2-fde.c +++ b/libgcc/unwind-dw2-fde.c @@ -1,5 +1,5 @@ /* Subroutines needed for unwinding stack frames for exception handling. */ -/* Copyright (C) 1997-2016 Free Software Foundation, Inc. +/* Copyright (C) 1997-2017 Free Software Foundation, Inc. Contributed by Jason Merrill . This file is part of GCC. diff --git a/libgcc/unwind-dw2-fde.h b/libgcc/unwind-dw2-fde.h index fdbce50e7b65..7141867260ca 100644 --- a/libgcc/unwind-dw2-fde.h +++ b/libgcc/unwind-dw2-fde.h @@ -1,5 +1,5 @@ /* Subroutines needed for unwinding stack frames for exception handling. */ -/* Copyright (C) 1997-2016 Free Software Foundation, Inc. +/* Copyright (C) 1997-2017 Free Software Foundation, Inc. Contributed by Jason Merrill . This file is part of GCC. diff --git a/libgcc/unwind-dw2.c b/libgcc/unwind-dw2.c index 1fb6026d123f..8085a42ace15 100644 --- a/libgcc/unwind-dw2.c +++ b/libgcc/unwind-dw2.c @@ -1,5 +1,5 @@ /* DWARF2 exception handling and frame unwind runtime interface routines. - Copyright (C) 1997-2016 Free Software Foundation, Inc. + Copyright (C) 1997-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/unwind-dw2.h b/libgcc/unwind-dw2.h index a0186a996fbc..df048e454145 100644 --- a/libgcc/unwind-dw2.h +++ b/libgcc/unwind-dw2.h @@ -1,5 +1,5 @@ /* DWARF2 frame unwind data structure. - Copyright (C) 1997-2016 Free Software Foundation, Inc. + Copyright (C) 1997-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/unwind-generic.h b/libgcc/unwind-generic.h index f2e3ad654015..77dd5a90202d 100644 --- a/libgcc/unwind-generic.h +++ b/libgcc/unwind-generic.h @@ -1,5 +1,5 @@ /* Exception handling and frame unwind runtime interface routines. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/unwind-pe.h b/libgcc/unwind-pe.h index 27abebf67e14..194ca0aa6d0e 100644 --- a/libgcc/unwind-pe.h +++ b/libgcc/unwind-pe.h @@ -1,5 +1,5 @@ /* Exception handling and frame unwind runtime interface routines. - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/unwind-seh.c b/libgcc/unwind-seh.c index bd1196ba3fa3..37326c5ba51b 100644 --- a/libgcc/unwind-seh.c +++ b/libgcc/unwind-seh.c @@ -1,5 +1,5 @@ /* Structured Exception Handling (SEH) runtime interface routines. - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/unwind-sjlj.c b/libgcc/unwind-sjlj.c index e4f11da9c18c..e484bee53681 100644 --- a/libgcc/unwind-sjlj.c +++ b/libgcc/unwind-sjlj.c @@ -1,5 +1,5 @@ /* SJLJ exception handling and frame unwind runtime interface routines. - Copyright (C) 1997-2016 Free Software Foundation, Inc. + Copyright (C) 1997-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/unwind.inc b/libgcc/unwind.inc index 7413b55e3fab..658bd94f8f3a 100644 --- a/libgcc/unwind.inc +++ b/libgcc/unwind.inc @@ -1,5 +1,5 @@ /* Exception handling and frame unwind runtime interface routines. -*- C -*- - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/vtv_end.c b/libgcc/vtv_end.c index f1491c7d0fb6..d443f0918cc8 100644 --- a/libgcc/vtv_end.c +++ b/libgcc/vtv_end.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2016 Free Software Foundation, Inc. +/* Copyright (C) 2012-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/vtv_end_preinit.c b/libgcc/vtv_end_preinit.c index 28ae4eb8309c..ee7f30cd76ff 100644 --- a/libgcc/vtv_end_preinit.c +++ b/libgcc/vtv_end_preinit.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2016 Free Software Foundation, Inc. +/* Copyright (C) 2012-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/vtv_start.c b/libgcc/vtv_start.c index 98aa479f5280..47d6d153b8d2 100644 --- a/libgcc/vtv_start.c +++ b/libgcc/vtv_start.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2016 Free Software Foundation, Inc. +/* Copyright (C) 2012-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgcc/vtv_start_preinit.c b/libgcc/vtv_start_preinit.c index 7d8129167650..74337f5bfb65 100644 --- a/libgcc/vtv_start_preinit.c +++ b/libgcc/vtv_start_preinit.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2016 Free Software Foundation, Inc. +/* Copyright (C) 2012-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index ea366ddd828a..f86dd33c7877 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,1540 +1,8 @@ -2016-12-21 Francois-Xavier Coudert - - * intrinsics/random.c: Do not include header. - * m4/maxloc0.m4: Do not include header. - * m4/maxloc1.m4: Do not include header. - * m4/minloc0.m4: Do not include header. - * m4/minloc1.m4: Do not include header. - * m4/norm2.m4: Do not include header. - * m4/parity.m4: Do not include header. - * runtime/minimal.c: Remove and headers. - * generated/maxloc0_16_i1.c: Regenerate. - * generated/maxloc0_16_i16.c: Regenerate. - * generated/maxloc0_16_i2.c: Regenerate. - * generated/maxloc0_16_i4.c: Regenerate. - * generated/maxloc0_16_i8.c: Regenerate. - * generated/maxloc0_16_r10.c: Regenerate. - * generated/maxloc0_16_r16.c: Regenerate. - * generated/maxloc0_16_r4.c: Regenerate. - * generated/maxloc0_16_r8.c: Regenerate. - * generated/maxloc0_4_i1.c: Regenerate. - * generated/maxloc0_4_i16.c: Regenerate. - * generated/maxloc0_4_i2.c: Regenerate. - * generated/maxloc0_4_i4.c: Regenerate. - * generated/maxloc0_4_i8.c: Regenerate. - * generated/maxloc0_4_r10.c: Regenerate. - * generated/maxloc0_4_r16.c: Regenerate. - * generated/maxloc0_4_r4.c: Regenerate. - * generated/maxloc0_4_r8.c: Regenerate. - * generated/maxloc0_8_i1.c: Regenerate. - * generated/maxloc0_8_i16.c: Regenerate. - * generated/maxloc0_8_i2.c: Regenerate. - * generated/maxloc0_8_i4.c: Regenerate. - * generated/maxloc0_8_i8.c: Regenerate. - * generated/maxloc0_8_r10.c: Regenerate. - * generated/maxloc0_8_r16.c: Regenerate. - * generated/maxloc0_8_r4.c: Regenerate. - * generated/maxloc0_8_r8.c: Regenerate. - * generated/maxloc1_16_i1.c: Regenerate. - * generated/maxloc1_16_i16.c: Regenerate. - * generated/maxloc1_16_i2.c: Regenerate. - * generated/maxloc1_16_i4.c: Regenerate. - * generated/maxloc1_16_i8.c: Regenerate. - * generated/maxloc1_16_r10.c: Regenerate. - * generated/maxloc1_16_r16.c: Regenerate. - * generated/maxloc1_16_r4.c: Regenerate. - * generated/maxloc1_16_r8.c: Regenerate. - * generated/maxloc1_4_i1.c: Regenerate. - * generated/maxloc1_4_i16.c: Regenerate. - * generated/maxloc1_4_i2.c: Regenerate. - * generated/maxloc1_4_i4.c: Regenerate. - * generated/maxloc1_4_i8.c: Regenerate. - * generated/maxloc1_4_r10.c: Regenerate. - * generated/maxloc1_4_r16.c: Regenerate. - * generated/maxloc1_4_r4.c: Regenerate. - * generated/maxloc1_4_r8.c: Regenerate. - * generated/maxloc1_8_i1.c: Regenerate. - * generated/maxloc1_8_i16.c: Regenerate. - * generated/maxloc1_8_i2.c: Regenerate. - * generated/maxloc1_8_i4.c: Regenerate. - * generated/maxloc1_8_i8.c: Regenerate. - * generated/maxloc1_8_r10.c: Regenerate. - * generated/maxloc1_8_r16.c: Regenerate. - * generated/maxloc1_8_r4.c: Regenerate. - * generated/maxloc1_8_r8.c: Regenerate. - * generated/minloc0_16_i1.c: Regenerate. - * generated/minloc0_16_i16.c: Regenerate. - * generated/minloc0_16_i2.c: Regenerate. - * generated/minloc0_16_i4.c: Regenerate. - * generated/minloc0_16_i8.c: Regenerate. - * generated/minloc0_16_r10.c: Regenerate. - * generated/minloc0_16_r16.c: Regenerate. - * generated/minloc0_16_r4.c: Regenerate. - * generated/minloc0_16_r8.c: Regenerate. - * generated/minloc0_4_i1.c: Regenerate. - * generated/minloc0_4_i16.c: Regenerate. - * generated/minloc0_4_i2.c: Regenerate. - * generated/minloc0_4_i4.c: Regenerate. - * generated/minloc0_4_i8.c: Regenerate. - * generated/minloc0_4_r10.c: Regenerate. - * generated/minloc0_4_r16.c: Regenerate. - * generated/minloc0_4_r4.c: Regenerate. - * generated/minloc0_4_r8.c: Regenerate. - * generated/minloc0_8_i1.c: Regenerate. - * generated/minloc0_8_i16.c: Regenerate. - * generated/minloc0_8_i2.c: Regenerate. - * generated/minloc0_8_i4.c: Regenerate. - * generated/minloc0_8_i8.c: Regenerate. - * generated/minloc0_8_r10.c: Regenerate. - * generated/minloc0_8_r16.c: Regenerate. - * generated/minloc0_8_r4.c: Regenerate. - * generated/minloc0_8_r8.c: Regenerate. - * generated/minloc1_16_i1.c: Regenerate. - * generated/minloc1_16_i16.c: Regenerate. - * generated/minloc1_16_i2.c: Regenerate. - * generated/minloc1_16_i4.c: Regenerate. - * generated/minloc1_16_i8.c: Regenerate. - * generated/minloc1_16_r10.c: Regenerate. - * generated/minloc1_16_r16.c: Regenerate. - * generated/minloc1_16_r4.c: Regenerate. - * generated/minloc1_16_r8.c: Regenerate. - * generated/minloc1_4_i1.c: Regenerate. - * generated/minloc1_4_i16.c: Regenerate. - * generated/minloc1_4_i2.c: Regenerate. - * generated/minloc1_4_i4.c: Regenerate. - * generated/minloc1_4_i8.c: Regenerate. - * generated/minloc1_4_r10.c: Regenerate. - * generated/minloc1_4_r16.c: Regenerate. - * generated/minloc1_4_r4.c: Regenerate. - * generated/minloc1_4_r8.c: Regenerate. - * generated/minloc1_8_i1.c: Regenerate. - * generated/minloc1_8_i16.c: Regenerate. - * generated/minloc1_8_i2.c: Regenerate. - * generated/minloc1_8_i4.c: Regenerate. - * generated/minloc1_8_i8.c: Regenerate. - * generated/minloc1_8_r10.c: Regenerate. - * generated/minloc1_8_r16.c: Regenerate. - * generated/minloc1_8_r4.c: Regenerate. - * generated/minloc1_8_r8.c: Regenerate. - * generated/norm2_r10.c: Regenerate. - * generated/norm2_r16.c: Regenerate. - * generated/norm2_r4.c: Regenerate. - * generated/norm2_r8.c: Regenerate. - * generated/parity_l1.c: Regenerate. - * generated/parity_l16.c: Regenerate. - * generated/parity_l2.c: Regenerate. - * generated/parity_l4.c: Regenerate. - * generated/parity_l8.c: Regenerate. - -2016-12-21 Francois-Xavier Coudert - - * libgfortran.h: Include header. - * intrinsics/access.c: Do not include header. - * intrinsics/chdir.c: Do not include header. - * intrinsics/chmod.c: Do not include header. - * intrinsics/date_and_time.c: Do not include header. - * intrinsics/env.c: Do not include header. - * intrinsics/execute_command_line.c: Do not include header. - * intrinsics/exit.c: Do not include header. - * intrinsics/getcwd.c: Do not include header. - * intrinsics/getlog.c: Do not include header. - * intrinsics/link.c: Do not include header. - * intrinsics/move_alloc.c: Do not include header. - * intrinsics/perror.c: Do not include header. - * intrinsics/random.c: Do not include header. - * intrinsics/rename.c: Do not include header. - * intrinsics/reshape_generic.c: Do not include header. - * intrinsics/stat.c: Do not include header. - * intrinsics/symlnk.c: Do not include header. - * intrinsics/system.c: Do not include header. - * intrinsics/unlink.c: Do not include header. - * io/fbuf.c: Do not include header. - * io/format.c: Do not include header. - * io/intrinsics.c: Do not include header. - * io/list_read.c: Do not include header. - * io/lock.c: Do not include header. - * io/open.c: Do not include header. - * io/read.c: Do not include header. - * io/transfer.c: Do not include header. - * io/unit.c: Do not include header. - * io/unix.c: Do not include header. - * io/write.c: Do not include header. - * m4/all.m4: Do not include header. - * m4/any.m4: Do not include header. - * m4/bessel.m4: Do not include header. - * m4/count.m4: Do not include header. - * m4/cshift0.m4: Do not include header. - * m4/cshift1.m4: Do not include header. - * m4/eoshift1.m4: Do not include header. - * m4/eoshift3.m4: Do not include header. - * m4/iall.m4: Do not include header. - * m4/iany.m4: Do not include header. - * m4/in_pack.m4: Do not include header. - * m4/in_unpack.m4: Do not include header. - * m4/iparity.m4: Do not include header. - * m4/matmul.m4: Do not include header. - * m4/matmull.m4: Do not include header. - * m4/maxloc0.m4: Do not include header. - * m4/maxloc1.m4: Do not include header. - * m4/maxval.m4: Do not include header. - * m4/minloc0.m4: Do not include header. - * m4/minloc1.m4: Do not include header. - * m4/minval.m4: Do not include header. - * m4/norm2.m4: Do not include header. - * m4/pack.m4: Do not include header. - * m4/parity.m4: Do not include header. - * m4/product.m4: Do not include header. - * m4/reshape.m4: Do not include header. - * m4/shape.m4: Do not include header. - * m4/spread.m4: Do not include header. - * m4/sum.m4: Do not include header. - * m4/unpack.m4: Do not include header. - * runtime/environ.c: Do not include header. - * runtime/error.c: Do not include header. - * runtime/memory.c: Do not include header. - * runtime/minimal.c: Do not include header. - * runtime/string.c: Do not include header. - * generated/all_l1.c: Regenerate. - * generated/all_l16.c: Regenerate. - * generated/all_l2.c: Regenerate. - * generated/all_l4.c: Regenerate. - * generated/all_l8.c: Regenerate. - * generated/any_l1.c: Regenerate. - * generated/any_l16.c: Regenerate. - * generated/any_l2.c: Regenerate. - * generated/any_l4.c: Regenerate. - * generated/any_l8.c: Regenerate. - * generated/bessel_r10.c: Regenerate. - * generated/bessel_r16.c: Regenerate. - * generated/bessel_r4.c: Regenerate. - * generated/bessel_r8.c: Regenerate. - * generated/count_16_l.c: Regenerate. - * generated/count_1_l.c: Regenerate. - * generated/count_2_l.c: Regenerate. - * generated/count_4_l.c: Regenerate. - * generated/count_8_l.c: Regenerate. - * generated/cshift0_c10.c: Regenerate. - * generated/cshift0_c16.c: Regenerate. - * generated/cshift0_c4.c: Regenerate. - * generated/cshift0_c8.c: Regenerate. - * generated/cshift0_i1.c: Regenerate. - * generated/cshift0_i16.c: Regenerate. - * generated/cshift0_i2.c: Regenerate. - * generated/cshift0_i4.c: Regenerate. - * generated/cshift0_i8.c: Regenerate. - * generated/cshift0_r10.c: Regenerate. - * generated/cshift0_r16.c: Regenerate. - * generated/cshift0_r4.c: Regenerate. - * generated/cshift0_r8.c: Regenerate. - * generated/cshift1_16.c: Regenerate. - * generated/cshift1_4.c: Regenerate. - * generated/cshift1_8.c: Regenerate. - * generated/eoshift1_16.c: Regenerate. - * generated/eoshift1_4.c: Regenerate. - * generated/eoshift1_8.c: Regenerate. - * generated/eoshift3_16.c: Regenerate. - * generated/eoshift3_4.c: Regenerate. - * generated/eoshift3_8.c: Regenerate. - * generated/iall_i1.c: Regenerate. - * generated/iall_i16.c: Regenerate. - * generated/iall_i2.c: Regenerate. - * generated/iall_i4.c: Regenerate. - * generated/iall_i8.c: Regenerate. - * generated/iany_i1.c: Regenerate. - * generated/iany_i16.c: Regenerate. - * generated/iany_i2.c: Regenerate. - * generated/iany_i4.c: Regenerate. - * generated/iany_i8.c: Regenerate. - * generated/in_pack_c10.c: Regenerate. - * generated/in_pack_c16.c: Regenerate. - * generated/in_pack_c4.c: Regenerate. - * generated/in_pack_c8.c: Regenerate. - * generated/in_pack_i1.c: Regenerate. - * generated/in_pack_i16.c: Regenerate. - * generated/in_pack_i2.c: Regenerate. - * generated/in_pack_i4.c: Regenerate. - * generated/in_pack_i8.c: Regenerate. - * generated/in_pack_r10.c: Regenerate. - * generated/in_pack_r16.c: Regenerate. - * generated/in_pack_r4.c: Regenerate. - * generated/in_pack_r8.c: Regenerate. - * generated/in_unpack_c10.c: Regenerate. - * generated/in_unpack_c16.c: Regenerate. - * generated/in_unpack_c4.c: Regenerate. - * generated/in_unpack_c8.c: Regenerate. - * generated/in_unpack_i1.c: Regenerate. - * generated/in_unpack_i16.c: Regenerate. - * generated/in_unpack_i2.c: Regenerate. - * generated/in_unpack_i4.c: Regenerate. - * generated/in_unpack_i8.c: Regenerate. - * generated/in_unpack_r10.c: Regenerate. - * generated/in_unpack_r16.c: Regenerate. - * generated/in_unpack_r4.c: Regenerate. - * generated/in_unpack_r8.c: Regenerate. - * generated/iparity_i1.c: Regenerate. - * generated/iparity_i16.c: Regenerate. - * generated/iparity_i2.c: Regenerate. - * generated/iparity_i4.c: Regenerate. - * generated/iparity_i8.c: Regenerate. - * generated/matmul_c10.c: Regenerate. - * generated/matmul_c16.c: Regenerate. - * generated/matmul_c4.c: Regenerate. - * generated/matmul_c8.c: Regenerate. - * generated/matmul_i1.c: Regenerate. - * generated/matmul_i16.c: Regenerate. - * generated/matmul_i2.c: Regenerate. - * generated/matmul_i4.c: Regenerate. - * generated/matmul_i8.c: Regenerate. - * generated/matmul_l16.c: Regenerate. - * generated/matmul_l4.c: Regenerate. - * generated/matmul_l8.c: Regenerate. - * generated/matmul_r10.c: Regenerate. - * generated/matmul_r16.c: Regenerate. - * generated/matmul_r4.c: Regenerate. - * generated/matmul_r8.c: Regenerate. - * generated/maxloc0_16_i1.c: Regenerate. - * generated/maxloc0_16_i16.c: Regenerate. - * generated/maxloc0_16_i2.c: Regenerate. - * generated/maxloc0_16_i4.c: Regenerate. - * generated/maxloc0_16_i8.c: Regenerate. - * generated/maxloc0_16_r10.c: Regenerate. - * generated/maxloc0_16_r16.c: Regenerate. - * generated/maxloc0_16_r4.c: Regenerate. - * generated/maxloc0_16_r8.c: Regenerate. - * generated/maxloc0_4_i1.c: Regenerate. - * generated/maxloc0_4_i16.c: Regenerate. - * generated/maxloc0_4_i2.c: Regenerate. - * generated/maxloc0_4_i4.c: Regenerate. - * generated/maxloc0_4_i8.c: Regenerate. - * generated/maxloc0_4_r10.c: Regenerate. - * generated/maxloc0_4_r16.c: Regenerate. - * generated/maxloc0_4_r4.c: Regenerate. - * generated/maxloc0_4_r8.c: Regenerate. - * generated/maxloc0_8_i1.c: Regenerate. - * generated/maxloc0_8_i16.c: Regenerate. - * generated/maxloc0_8_i2.c: Regenerate. - * generated/maxloc0_8_i4.c: Regenerate. - * generated/maxloc0_8_i8.c: Regenerate. - * generated/maxloc0_8_r10.c: Regenerate. - * generated/maxloc0_8_r16.c: Regenerate. - * generated/maxloc0_8_r4.c: Regenerate. - * generated/maxloc0_8_r8.c: Regenerate. - * generated/maxloc1_16_i1.c: Regenerate. - * generated/maxloc1_16_i16.c: Regenerate. - * generated/maxloc1_16_i2.c: Regenerate. - * generated/maxloc1_16_i4.c: Regenerate. - * generated/maxloc1_16_i8.c: Regenerate. - * generated/maxloc1_16_r10.c: Regenerate. - * generated/maxloc1_16_r16.c: Regenerate. - * generated/maxloc1_16_r4.c: Regenerate. - * generated/maxloc1_16_r8.c: Regenerate. - * generated/maxloc1_4_i1.c: Regenerate. - * generated/maxloc1_4_i16.c: Regenerate. - * generated/maxloc1_4_i2.c: Regenerate. - * generated/maxloc1_4_i4.c: Regenerate. - * generated/maxloc1_4_i8.c: Regenerate. - * generated/maxloc1_4_r10.c: Regenerate. - * generated/maxloc1_4_r16.c: Regenerate. - * generated/maxloc1_4_r4.c: Regenerate. - * generated/maxloc1_4_r8.c: Regenerate. - * generated/maxloc1_8_i1.c: Regenerate. - * generated/maxloc1_8_i16.c: Regenerate. - * generated/maxloc1_8_i2.c: Regenerate. - * generated/maxloc1_8_i4.c: Regenerate. - * generated/maxloc1_8_i8.c: Regenerate. - * generated/maxloc1_8_r10.c: Regenerate. - * generated/maxloc1_8_r16.c: Regenerate. - * generated/maxloc1_8_r4.c: Regenerate. - * generated/maxloc1_8_r8.c: Regenerate. - * generated/maxval_i1.c: Regenerate. - * generated/maxval_i16.c: Regenerate. - * generated/maxval_i2.c: Regenerate. - * generated/maxval_i4.c: Regenerate. - * generated/maxval_i8.c: Regenerate. - * generated/maxval_r10.c: Regenerate. - * generated/maxval_r16.c: Regenerate. - * generated/maxval_r4.c: Regenerate. - * generated/maxval_r8.c: Regenerate. - * generated/minloc0_16_i1.c: Regenerate. - * generated/minloc0_16_i16.c: Regenerate. - * generated/minloc0_16_i2.c: Regenerate. - * generated/minloc0_16_i4.c: Regenerate. - * generated/minloc0_16_i8.c: Regenerate. - * generated/minloc0_16_r10.c: Regenerate. - * generated/minloc0_16_r16.c: Regenerate. - * generated/minloc0_16_r4.c: Regenerate. - * generated/minloc0_16_r8.c: Regenerate. - * generated/minloc0_4_i1.c: Regenerate. - * generated/minloc0_4_i16.c: Regenerate. - * generated/minloc0_4_i2.c: Regenerate. - * generated/minloc0_4_i4.c: Regenerate. - * generated/minloc0_4_i8.c: Regenerate. - * generated/minloc0_4_r10.c: Regenerate. - * generated/minloc0_4_r16.c: Regenerate. - * generated/minloc0_4_r4.c: Regenerate. - * generated/minloc0_4_r8.c: Regenerate. - * generated/minloc0_8_i1.c: Regenerate. - * generated/minloc0_8_i16.c: Regenerate. - * generated/minloc0_8_i2.c: Regenerate. - * generated/minloc0_8_i4.c: Regenerate. - * generated/minloc0_8_i8.c: Regenerate. - * generated/minloc0_8_r10.c: Regenerate. - * generated/minloc0_8_r16.c: Regenerate. - * generated/minloc0_8_r4.c: Regenerate. - * generated/minloc0_8_r8.c: Regenerate. - * generated/minloc1_16_i1.c: Regenerate. - * generated/minloc1_16_i16.c: Regenerate. - * generated/minloc1_16_i2.c: Regenerate. - * generated/minloc1_16_i4.c: Regenerate. - * generated/minloc1_16_i8.c: Regenerate. - * generated/minloc1_16_r10.c: Regenerate. - * generated/minloc1_16_r16.c: Regenerate. - * generated/minloc1_16_r4.c: Regenerate. - * generated/minloc1_16_r8.c: Regenerate. - * generated/minloc1_4_i1.c: Regenerate. - * generated/minloc1_4_i16.c: Regenerate. - * generated/minloc1_4_i2.c: Regenerate. - * generated/minloc1_4_i4.c: Regenerate. - * generated/minloc1_4_i8.c: Regenerate. - * generated/minloc1_4_r10.c: Regenerate. - * generated/minloc1_4_r16.c: Regenerate. - * generated/minloc1_4_r4.c: Regenerate. - * generated/minloc1_4_r8.c: Regenerate. - * generated/minloc1_8_i1.c: Regenerate. - * generated/minloc1_8_i16.c: Regenerate. - * generated/minloc1_8_i2.c: Regenerate. - * generated/minloc1_8_i4.c: Regenerate. - * generated/minloc1_8_i8.c: Regenerate. - * generated/minloc1_8_r10.c: Regenerate. - * generated/minloc1_8_r16.c: Regenerate. - * generated/minloc1_8_r4.c: Regenerate. - * generated/minloc1_8_r8.c: Regenerate. - * generated/minval_i1.c: Regenerate. - * generated/minval_i16.c: Regenerate. - * generated/minval_i2.c: Regenerate. - * generated/minval_i4.c: Regenerate. - * generated/minval_i8.c: Regenerate. - * generated/minval_r10.c: Regenerate. - * generated/minval_r16.c: Regenerate. - * generated/minval_r4.c: Regenerate. - * generated/minval_r8.c: Regenerate. - * generated/norm2_r10.c: Regenerate. - * generated/norm2_r16.c: Regenerate. - * generated/norm2_r4.c: Regenerate. - * generated/norm2_r8.c: Regenerate. - * generated/pack_c10.c: Regenerate. - * generated/pack_c16.c: Regenerate. - * generated/pack_c4.c: Regenerate. - * generated/pack_c8.c: Regenerate. - * generated/pack_i1.c: Regenerate. - * generated/pack_i16.c: Regenerate. - * generated/pack_i2.c: Regenerate. - * generated/pack_i4.c: Regenerate. - * generated/pack_i8.c: Regenerate. - * generated/pack_r10.c: Regenerate. - * generated/pack_r16.c: Regenerate. - * generated/pack_r4.c: Regenerate. - * generated/pack_r8.c: Regenerate. - * generated/parity_l1.c: Regenerate. - * generated/parity_l16.c: Regenerate. - * generated/parity_l2.c: Regenerate. - * generated/parity_l4.c: Regenerate. - * generated/parity_l8.c: Regenerate. - * generated/product_c10.c: Regenerate. - * generated/product_c16.c: Regenerate. - * generated/product_c4.c: Regenerate. - * generated/product_c8.c: Regenerate. - * generated/product_i1.c: Regenerate. - * generated/product_i16.c: Regenerate. - * generated/product_i2.c: Regenerate. - * generated/product_i4.c: Regenerate. - * generated/product_i8.c: Regenerate. - * generated/product_r10.c: Regenerate. - * generated/product_r16.c: Regenerate. - * generated/product_r4.c: Regenerate. - * generated/product_r8.c: Regenerate. - * generated/reshape_c10.c: Regenerate. - * generated/reshape_c16.c: Regenerate. - * generated/reshape_c4.c: Regenerate. - * generated/reshape_c8.c: Regenerate. - * generated/reshape_i16.c: Regenerate. - * generated/reshape_i4.c: Regenerate. - * generated/reshape_i8.c: Regenerate. - * generated/reshape_r10.c: Regenerate. - * generated/reshape_r16.c: Regenerate. - * generated/reshape_r4.c: Regenerate. - * generated/reshape_r8.c: Regenerate. - * generated/shape_i1.c: Regenerate. - * generated/shape_i16.c: Regenerate. - * generated/shape_i2.c: Regenerate. - * generated/shape_i4.c: Regenerate. - * generated/shape_i8.c: Regenerate. - * generated/spread_c10.c: Regenerate. - * generated/spread_c16.c: Regenerate. - * generated/spread_c4.c: Regenerate. - * generated/spread_c8.c: Regenerate. - * generated/spread_i1.c: Regenerate. - * generated/spread_i16.c: Regenerate. - * generated/spread_i2.c: Regenerate. - * generated/spread_i4.c: Regenerate. - * generated/spread_i8.c: Regenerate. - * generated/spread_r10.c: Regenerate. - * generated/spread_r16.c: Regenerate. - * generated/spread_r4.c: Regenerate. - * generated/spread_r8.c: Regenerate. - * generated/sum_c10.c: Regenerate. - * generated/sum_c16.c: Regenerate. - * generated/sum_c4.c: Regenerate. - * generated/sum_c8.c: Regenerate. - * generated/sum_i1.c: Regenerate. - * generated/sum_i16.c: Regenerate. - * generated/sum_i2.c: Regenerate. - * generated/sum_i4.c: Regenerate. - * generated/sum_i8.c: Regenerate. - * generated/sum_r10.c: Regenerate. - * generated/sum_r16.c: Regenerate. - * generated/sum_r4.c: Regenerate. - * generated/sum_r8.c: Regenerate. - * generated/unpack_c10.c: Regenerate. - * generated/unpack_c16.c: Regenerate. - * generated/unpack_c4.c: Regenerate. - * generated/unpack_c8.c: Regenerate. - * generated/unpack_i1.c: Regenerate. - * generated/unpack_i16.c: Regenerate. - * generated/unpack_i2.c: Regenerate. - * generated/unpack_i4.c: Regenerate. - * generated/unpack_i8.c: Regenerate. - * generated/unpack_r10.c: Regenerate. - * generated/unpack_r16.c: Regenerate. - * generated/unpack_r4.c: Regenerate. - * generated/unpack_r8.c: Regenerate. - -2016-12-21 Francois-Xavier Coudert - - * intrinsics/abort.c: Remove unused headers. - * intrinsics/access.c: Remove unused headers. - * intrinsics/chdir.c: Remove unused headers. - * intrinsics/chmod.c: Remove unused headers. - * intrinsics/cshift0.c: Remove unused headers. - * intrinsics/ctime.c: Remove unused headers. - * intrinsics/eoshift0.c: Remove unused headers. - * intrinsics/eoshift2.c: Remove unused headers. - * intrinsics/extends_type_of.c: Remove unused headers. - * intrinsics/link.c: Remove unused headers. - * intrinsics/pack_generic.c: Remove unused headers. - * intrinsics/perror.c: Remove unused headers. - * intrinsics/rename.c: Remove unused headers. - * intrinsics/reshape_generic.c: Remove unused headers. - * intrinsics/sleep.c: Remove unused headers. - * intrinsics/spread_generic.c: Remove unused headers. - * intrinsics/stat.c: Remove unused headers. - * intrinsics/string_intrinsics.c: Remove unused headers. - * intrinsics/symlnk.c: Remove unused headers. - * intrinsics/system.c: Remove unused headers. - * intrinsics/umask.c: Remove unused headers. - * intrinsics/unlink.c: Remove unused headers. - * intrinsics/unpack_generic.c: Remove unused headers. - * io/read.c: Remove unused headers. - * io/transfer.c: Remove unused headers. - * io/unix.c: Remove unused headers. - * io/write.c: Remove unused headers. - * m4/all.m4: Remove unused headers. - * m4/any.m4: Remove unused headers. - * m4/bessel.m4: Remove unused headers. - * m4/count.m4: Remove unused headers. - * m4/cshift0.m4: Remove unused headers. - * m4/cshift1.m4: Remove unused headers. - * m4/eoshift1.m4: Remove unused headers. - * m4/eoshift3.m4: Remove unused headers. - * m4/iall.m4: Remove unused headers. - * m4/iany.m4: Remove unused headers. - * m4/in_pack.m4: Remove unused headers. - * m4/in_unpack.m4: Remove unused headers. - * m4/iparity.m4: Remove unused headers. - * m4/maxloc0.m4: Remove unused headers. - * m4/maxloc1.m4: Remove unused headers. - * m4/maxval.m4: Remove unused headers. - * m4/minloc0.m4: Remove unused headers. - * m4/minloc1.m4: Remove unused headers. - * m4/minval.m4: Remove unused headers. - * m4/norm2.m4: Remove unused headers. - * m4/pack.m4: Remove unused headers. - * m4/parity.m4: Remove unused headers. - * m4/product.m4: Remove unused headers. - * m4/reshape.m4: Remove unused headers. - * m4/shape.m4: Remove unused headers. - * m4/spread.m4: Remove unused headers. - * m4/sum.m4: Remove unused headers. - * m4/unpack.m4: Remove unused headers. - * runtime/backtrace.c: Remove unused headers. - * runtime/convert_char.c: Remove unused headers. - * runtime/in_pack_generic.c: Remove unused headers. - * runtime/in_unpack_generic.c: Remove unused headers. - * runtime/main.c: Remove unused headers. - * runtime/stop.c: Remove unused headers. - * generated/all_l1.c: Regenerate. - * generated/all_l16.c: Regenerate. - * generated/all_l2.c: Regenerate. - * generated/all_l4.c: Regenerate. - * generated/all_l8.c: Regenerate. - * generated/any_l1.c: Regenerate. - * generated/any_l16.c: Regenerate. - * generated/any_l2.c: Regenerate. - * generated/any_l4.c: Regenerate. - * generated/any_l8.c: Regenerate. - * generated/bessel_r10.c: Regenerate. - * generated/bessel_r16.c: Regenerate. - * generated/bessel_r4.c: Regenerate. - * generated/bessel_r8.c: Regenerate. - * generated/count_16_l.c: Regenerate. - * generated/count_1_l.c: Regenerate. - * generated/count_2_l.c: Regenerate. - * generated/count_4_l.c: Regenerate. - * generated/count_8_l.c: Regenerate. - * generated/cshift0_c10.c: Regenerate. - * generated/cshift0_c16.c: Regenerate. - * generated/cshift0_c4.c: Regenerate. - * generated/cshift0_c8.c: Regenerate. - * generated/cshift0_i1.c: Regenerate. - * generated/cshift0_i16.c: Regenerate. - * generated/cshift0_i2.c: Regenerate. - * generated/cshift0_i4.c: Regenerate. - * generated/cshift0_i8.c: Regenerate. - * generated/cshift0_r10.c: Regenerate. - * generated/cshift0_r16.c: Regenerate. - * generated/cshift0_r4.c: Regenerate. - * generated/cshift0_r8.c: Regenerate. - * generated/cshift1_16.c: Regenerate. - * generated/cshift1_4.c: Regenerate. - * generated/cshift1_8.c: Regenerate. - * generated/eoshift1_16.c: Regenerate. - * generated/eoshift1_4.c: Regenerate. - * generated/eoshift1_8.c: Regenerate. - * generated/eoshift3_16.c: Regenerate. - * generated/eoshift3_4.c: Regenerate. - * generated/eoshift3_8.c: Regenerate. - * generated/iall_i1.c: Regenerate. - * generated/iall_i16.c: Regenerate. - * generated/iall_i2.c: Regenerate. - * generated/iall_i4.c: Regenerate. - * generated/iall_i8.c: Regenerate. - * generated/iany_i1.c: Regenerate. - * generated/iany_i16.c: Regenerate. - * generated/iany_i2.c: Regenerate. - * generated/iany_i4.c: Regenerate. - * generated/iany_i8.c: Regenerate. - * generated/in_pack_c10.c: Regenerate. - * generated/in_pack_c16.c: Regenerate. - * generated/in_pack_c4.c: Regenerate. - * generated/in_pack_c8.c: Regenerate. - * generated/in_pack_i1.c: Regenerate. - * generated/in_pack_i16.c: Regenerate. - * generated/in_pack_i2.c: Regenerate. - * generated/in_pack_i4.c: Regenerate. - * generated/in_pack_i8.c: Regenerate. - * generated/in_pack_r10.c: Regenerate. - * generated/in_pack_r16.c: Regenerate. - * generated/in_pack_r4.c: Regenerate. - * generated/in_pack_r8.c: Regenerate. - * generated/in_unpack_c10.c: Regenerate. - * generated/in_unpack_c16.c: Regenerate. - * generated/in_unpack_c4.c: Regenerate. - * generated/in_unpack_c8.c: Regenerate. - * generated/in_unpack_i1.c: Regenerate. - * generated/in_unpack_i16.c: Regenerate. - * generated/in_unpack_i2.c: Regenerate. - * generated/in_unpack_i4.c: Regenerate. - * generated/in_unpack_i8.c: Regenerate. - * generated/in_unpack_r10.c: Regenerate. - * generated/in_unpack_r16.c: Regenerate. - * generated/in_unpack_r4.c: Regenerate. - * generated/in_unpack_r8.c: Regenerate. - * generated/iparity_i1.c: Regenerate. - * generated/iparity_i16.c: Regenerate. - * generated/iparity_i2.c: Regenerate. - * generated/iparity_i4.c: Regenerate. - * generated/iparity_i8.c: Regenerate. - * generated/maxloc0_16_i1.c: Regenerate. - * generated/maxloc0_16_i16.c: Regenerate. - * generated/maxloc0_16_i2.c: Regenerate. - * generated/maxloc0_16_i4.c: Regenerate. - * generated/maxloc0_16_i8.c: Regenerate. - * generated/maxloc0_16_r10.c: Regenerate. - * generated/maxloc0_16_r16.c: Regenerate. - * generated/maxloc0_16_r4.c: Regenerate. - * generated/maxloc0_16_r8.c: Regenerate. - * generated/maxloc0_4_i1.c: Regenerate. - * generated/maxloc0_4_i16.c: Regenerate. - * generated/maxloc0_4_i2.c: Regenerate. - * generated/maxloc0_4_i4.c: Regenerate. - * generated/maxloc0_4_i8.c: Regenerate. - * generated/maxloc0_4_r10.c: Regenerate. - * generated/maxloc0_4_r16.c: Regenerate. - * generated/maxloc0_4_r4.c: Regenerate. - * generated/maxloc0_4_r8.c: Regenerate. - * generated/maxloc0_8_i1.c: Regenerate. - * generated/maxloc0_8_i16.c: Regenerate. - * generated/maxloc0_8_i2.c: Regenerate. - * generated/maxloc0_8_i4.c: Regenerate. - * generated/maxloc0_8_i8.c: Regenerate. - * generated/maxloc0_8_r10.c: Regenerate. - * generated/maxloc0_8_r16.c: Regenerate. - * generated/maxloc0_8_r4.c: Regenerate. - * generated/maxloc0_8_r8.c: Regenerate. - * generated/maxloc1_16_i1.c: Regenerate. - * generated/maxloc1_16_i16.c: Regenerate. - * generated/maxloc1_16_i2.c: Regenerate. - * generated/maxloc1_16_i4.c: Regenerate. - * generated/maxloc1_16_i8.c: Regenerate. - * generated/maxloc1_16_r10.c: Regenerate. - * generated/maxloc1_16_r16.c: Regenerate. - * generated/maxloc1_16_r4.c: Regenerate. - * generated/maxloc1_16_r8.c: Regenerate. - * generated/maxloc1_4_i1.c: Regenerate. - * generated/maxloc1_4_i16.c: Regenerate. - * generated/maxloc1_4_i2.c: Regenerate. - * generated/maxloc1_4_i4.c: Regenerate. - * generated/maxloc1_4_i8.c: Regenerate. - * generated/maxloc1_4_r10.c: Regenerate. - * generated/maxloc1_4_r16.c: Regenerate. - * generated/maxloc1_4_r4.c: Regenerate. - * generated/maxloc1_4_r8.c: Regenerate. - * generated/maxloc1_8_i1.c: Regenerate. - * generated/maxloc1_8_i16.c: Regenerate. - * generated/maxloc1_8_i2.c: Regenerate. - * generated/maxloc1_8_i4.c: Regenerate. - * generated/maxloc1_8_i8.c: Regenerate. - * generated/maxloc1_8_r10.c: Regenerate. - * generated/maxloc1_8_r16.c: Regenerate. - * generated/maxloc1_8_r4.c: Regenerate. - * generated/maxloc1_8_r8.c: Regenerate. - * generated/maxval_i1.c: Regenerate. - * generated/maxval_i16.c: Regenerate. - * generated/maxval_i2.c: Regenerate. - * generated/maxval_i4.c: Regenerate. - * generated/maxval_i8.c: Regenerate. - * generated/maxval_r10.c: Regenerate. - * generated/maxval_r16.c: Regenerate. - * generated/maxval_r4.c: Regenerate. - * generated/maxval_r8.c: Regenerate. - * generated/minloc0_16_i1.c: Regenerate. - * generated/minloc0_16_i16.c: Regenerate. - * generated/minloc0_16_i2.c: Regenerate. - * generated/minloc0_16_i4.c: Regenerate. - * generated/minloc0_16_i8.c: Regenerate. - * generated/minloc0_16_r10.c: Regenerate. - * generated/minloc0_16_r16.c: Regenerate. - * generated/minloc0_16_r4.c: Regenerate. - * generated/minloc0_16_r8.c: Regenerate. - * generated/minloc0_4_i1.c: Regenerate. - * generated/minloc0_4_i16.c: Regenerate. - * generated/minloc0_4_i2.c: Regenerate. - * generated/minloc0_4_i4.c: Regenerate. - * generated/minloc0_4_i8.c: Regenerate. - * generated/minloc0_4_r10.c: Regenerate. - * generated/minloc0_4_r16.c: Regenerate. - * generated/minloc0_4_r4.c: Regenerate. - * generated/minloc0_4_r8.c: Regenerate. - * generated/minloc0_8_i1.c: Regenerate. - * generated/minloc0_8_i16.c: Regenerate. - * generated/minloc0_8_i2.c: Regenerate. - * generated/minloc0_8_i4.c: Regenerate. - * generated/minloc0_8_i8.c: Regenerate. - * generated/minloc0_8_r10.c: Regenerate. - * generated/minloc0_8_r16.c: Regenerate. - * generated/minloc0_8_r4.c: Regenerate. - * generated/minloc0_8_r8.c: Regenerate. - * generated/minloc1_16_i1.c: Regenerate. - * generated/minloc1_16_i16.c: Regenerate. - * generated/minloc1_16_i2.c: Regenerate. - * generated/minloc1_16_i4.c: Regenerate. - * generated/minloc1_16_i8.c: Regenerate. - * generated/minloc1_16_r10.c: Regenerate. - * generated/minloc1_16_r16.c: Regenerate. - * generated/minloc1_16_r4.c: Regenerate. - * generated/minloc1_16_r8.c: Regenerate. - * generated/minloc1_4_i1.c: Regenerate. - * generated/minloc1_4_i16.c: Regenerate. - * generated/minloc1_4_i2.c: Regenerate. - * generated/minloc1_4_i4.c: Regenerate. - * generated/minloc1_4_i8.c: Regenerate. - * generated/minloc1_4_r10.c: Regenerate. - * generated/minloc1_4_r16.c: Regenerate. - * generated/minloc1_4_r4.c: Regenerate. - * generated/minloc1_4_r8.c: Regenerate. - * generated/minloc1_8_i1.c: Regenerate. - * generated/minloc1_8_i16.c: Regenerate. - * generated/minloc1_8_i2.c: Regenerate. - * generated/minloc1_8_i4.c: Regenerate. - * generated/minloc1_8_i8.c: Regenerate. - * generated/minloc1_8_r10.c: Regenerate. - * generated/minloc1_8_r16.c: Regenerate. - * generated/minloc1_8_r4.c: Regenerate. - * generated/minloc1_8_r8.c: Regenerate. - * generated/minval_i1.c: Regenerate. - * generated/minval_i16.c: Regenerate. - * generated/minval_i2.c: Regenerate. - * generated/minval_i4.c: Regenerate. - * generated/minval_i8.c: Regenerate. - * generated/minval_r10.c: Regenerate. - * generated/minval_r16.c: Regenerate. - * generated/minval_r4.c: Regenerate. - * generated/minval_r8.c: Regenerate. - * generated/norm2_r10.c: Regenerate. - * generated/norm2_r16.c: Regenerate. - * generated/norm2_r4.c: Regenerate. - * generated/norm2_r8.c: Regenerate. - * generated/pack_c10.c: Regenerate. - * generated/pack_c16.c: Regenerate. - * generated/pack_c4.c: Regenerate. - * generated/pack_c8.c: Regenerate. - * generated/pack_i1.c: Regenerate. - * generated/pack_i16.c: Regenerate. - * generated/pack_i2.c: Regenerate. - * generated/pack_i4.c: Regenerate. - * generated/pack_i8.c: Regenerate. - * generated/pack_r10.c: Regenerate. - * generated/pack_r16.c: Regenerate. - * generated/pack_r4.c: Regenerate. - * generated/pack_r8.c: Regenerate. - * generated/parity_l1.c: Regenerate. - * generated/parity_l16.c: Regenerate. - * generated/parity_l2.c: Regenerate. - * generated/parity_l4.c: Regenerate. - * generated/parity_l8.c: Regenerate. - * generated/product_c10.c: Regenerate. - * generated/product_c16.c: Regenerate. - * generated/product_c4.c: Regenerate. - * generated/product_c8.c: Regenerate. - * generated/product_i1.c: Regenerate. - * generated/product_i16.c: Regenerate. - * generated/product_i2.c: Regenerate. - * generated/product_i4.c: Regenerate. - * generated/product_i8.c: Regenerate. - * generated/product_r10.c: Regenerate. - * generated/product_r16.c: Regenerate. - * generated/product_r4.c: Regenerate. - * generated/product_r8.c: Regenerate. - * generated/reshape_c10.c: Regenerate. - * generated/reshape_c16.c: Regenerate. - * generated/reshape_c4.c: Regenerate. - * generated/reshape_c8.c: Regenerate. - * generated/reshape_i16.c: Regenerate. - * generated/reshape_i4.c: Regenerate. - * generated/reshape_i8.c: Regenerate. - * generated/reshape_r10.c: Regenerate. - * generated/reshape_r16.c: Regenerate. - * generated/reshape_r4.c: Regenerate. - * generated/reshape_r8.c: Regenerate. - * generated/shape_i1.c: Regenerate. - * generated/shape_i16.c: Regenerate. - * generated/shape_i2.c: Regenerate. - * generated/shape_i4.c: Regenerate. - * generated/shape_i8.c: Regenerate. - * generated/spread_c10.c: Regenerate. - * generated/spread_c16.c: Regenerate. - * generated/spread_c4.c: Regenerate. - * generated/spread_c8.c: Regenerate. - * generated/spread_i1.c: Regenerate. - * generated/spread_i16.c: Regenerate. - * generated/spread_i2.c: Regenerate. - * generated/spread_i4.c: Regenerate. - * generated/spread_i8.c: Regenerate. - * generated/spread_r10.c: Regenerate. - * generated/spread_r16.c: Regenerate. - * generated/spread_r4.c: Regenerate. - * generated/spread_r8.c: Regenerate. - * generated/sum_c10.c: Regenerate. - * generated/sum_c16.c: Regenerate. - * generated/sum_c4.c: Regenerate. - * generated/sum_c8.c: Regenerate. - * generated/sum_i1.c: Regenerate. - * generated/sum_i16.c: Regenerate. - * generated/sum_i2.c: Regenerate. - * generated/sum_i4.c: Regenerate. - * generated/sum_i8.c: Regenerate. - * generated/sum_r10.c: Regenerate. - * generated/sum_r16.c: Regenerate. - * generated/sum_r4.c: Regenerate. - * generated/sum_r8.c: Regenerate. - * generated/unpack_c10.c: Regenerate. - * generated/unpack_c16.c: Regenerate. - * generated/unpack_c4.c: Regenerate. - * generated/unpack_c8.c: Regenerate. - * generated/unpack_i1.c: Regenerate. - * generated/unpack_i16.c: Regenerate. - * generated/unpack_i2.c: Regenerate. - * generated/unpack_i4.c: Regenerate. - * generated/unpack_i8.c: Regenerate. - * generated/unpack_r10.c: Regenerate. - * generated/unpack_r16.c: Regenerate. - * generated/unpack_r4.c: Regenerate. - * generated/unpack_r8.c: Regenerate. - -2016-12-21 Francois-Xavier Coudert - - PR libfortran/70311 - * intrinsics/selected_char_kind.c: Include header. - * runtime/environ.c: Include header. - * runtime/string.c: Include header. - -2016-12-21 Francois-Xavier Coudert - - * gfortran.map: Remove _gfortran_ftell2. - * io/intrinsics.c (ftell): Remove. - (ftell2): Rename to ftell. - -2016-12-21 Francois-Xavier Coudert - - * gfortran.map: Move all _gfortran_* __iso_c_binding_* symbols - to GFORTRAN_7. Rename F2C_1.0 to GFORTRAN_F2C_7. Move all C99 - compatibility symbols to GFORTRAN_C99_7. - -2016-12-19 Francois-Xavier Coudert - - * runtime/compile_options.c (set_options): Remove unused elements. - -2016-12-19 Janne Blomqvist - - * Actually remove files that should have been removed by r243799. - -2016-12-19 Francois-Xavier Coudert - - * gfortran.map: Remove _gfortran_stop_numeric_f08. - * runtime/stop.c: Rename stop_numeric_f08 into stop_numeric. - -2016-12-19 Francois-Xavier Coudert - - * Makefile.am: Remove ISO_C_BINDING runtime functions. - * Makefile.in: Regenerate. - * gfortran.map: Remove all __iso_c_binding_c_f_pointer_* symbols. - * intrinsics/iso_c_binding.h: Remove. - * intrinsics/iso_c_binding.c: Remove. - * intrinsics/iso_c_generated_procs.c: Remove. - -2016-12-19 Francois-Xavier Coudert - - * Makefile.am: Remove intrinsics/bit_intrinsics.c. - * Makefile.in: Regenerate. - * gfortran.map: Remove _gfortran_clz128 and _gfortran_ctz128. - * intrinsics/bit_intrinsics.c: Remove. - -2016-12-19 Janne Blomqvist - - * Makefile.am: Remove exponent, fraction, nearest, rrspacing, - set_exponent, spacing, transpose, malloc, transpose_generic. - * Makefile.in: Regenerate. - * generated/exponent_r10.c: Remove. - * generated/exponent_r16.c: Remove. - * generated/exponent_r4.c: Remove. - * generated/exponent_r8.c: Remove. - * generated/fraction_r10.c: Remove. - * generated/fraction_r16.c: Remove. - * generated/fraction_r4.c: Remove. - * generated/fraction_r8.c: Remove. - * generated/nearest_r10.c: Remove. - * generated/nearest_r16.c: Remove. - * generated/nearest_r4.c: Remove. - * generated/nearest_r8.c: Remove. - * generated/rrspacing_r10.c: Remove. - * generated/rrspacing_r16.c: Remove. - * generated/rrspacing_r4.c: Remove. - * generated/rrspacing_r8.c: Remove. - * generated/set_exponent_r10.c: Remove. - * generated/set_exponent_r16.c: Remove. - * generated/set_exponent_r4.c: Remove. - * generated/set_exponent_r8.c: Remove. - * generated/spacing_r10.c: Remove. - * generated/spacing_r16.c: Remove. - * generated/spacing_r4.c: Remove. - * generated/spacing_r8.c: Remove. - * generated/transpose_c10.c: Remove. - * generated/transpose_c16.c: Remove. - * generated/transpose_c4.c: Remove. - * generated/transpose_c8.c: Remove. - * generated/transpose_i16.c: Remove. - * generated/transpose_i4.c: Remove. - * generated/transpose_i8.c: Remove. - * generated/transpose_r10.c: Remove. - * generated/transpose_r16.c: Remove. - * generated/transpose_r4.c: Remove. - * generated/transpose_r8.c: Remove. - * gfortran.map: Remove exponent, fraction, nearest, rrspacing, - set_exponent, spacing, transpose, malloc, free, transpose_generic, - store_exe_path. - * intrinsics/malloc.c: Remove. - * intrinsics/transpose_generic.c: Remove. - * libgfortran.h (store_exe_path): Remove. - * m4/exponent.m4: Remove. - * m4/fraction.m4: Remove. - * m4/nearest.m4: Remove. - * m4/rrspacing.m4: Remove. - * m4/set_exponent.m4: Remove. - * m4/spacing.m4: Remove. - * m4/transpose.m4: Remove. - * runtime/main.c (store_exe_path): Remove. - -2016-12-19 Francois-Xavier Coudert - - * intrinsics/chmod.c (chmod_internal): Fix case where mode_t is - different from unsigned int. - -2016-12-18 Dominique d'Humieres - - PR fortran/78545 - * intrinsics/date_and_time.c: Fix comments for GMTIME and LTIME. - -2016-12-16 Jerry DeLisle - - PR fortran/78622 - * io/transfer.c (get_dt_format): New static function to alloc - and set the DT iotype string, handling doubled quotes. - (formatted_transfer_scalar_read, - formatted_transfer_scalar_write): Use new function. - -2016-12-12 Rainer Orth - - * configure.ac: Call GCC_CHECK_LINKER_HWCAP. - * Makefile.am (libgfortran_la_LDFLAGS): Add HWCAP_LDFLAGS. - * aclocal.m4: Regenerate. - * configure: Regenerate. - * Makefile.in: Regenerate. - -2016-12-03 Thomas Koenig - - PR fortran/78379 - * Makefile.am: Add dependence of m4/matmul_internal_m4 to - mamtul files.. - * Makefile.in: Regenerated. - * acinclude.m4: Check for AVX, AVX2 and AVX512F. - * config.h.in: Add HAVE_AVX, HAVE_AVX2 and HAVE_AVX512F. - * configure: Regenerated. - * configure.ac: Use checks for AVX, AVX2 and AVX_512F. - * m4/matmul_internal.m4: New file. working part of matmul.m4. - * m4/matmul.m4: Implement architecture-specific switching - for AVX, AVX2 and AVX512F by including matmul_internal.m4 - multiple times. - * generated/matmul_c10.c: Regenerated. - * generated/matmul_c16.c: Regenerated. - * generated/matmul_c4.c: Regenerated. - * generated/matmul_c8.c: Regenerated. - * generated/matmul_i1.c: Regenerated. - * generated/matmul_i16.c: Regenerated. - * generated/matmul_i2.c: Regenerated. - * generated/matmul_i4.c: Regenerated. - * generated/matmul_i8.c: Regenerated. - * generated/matmul_r10.c: Regenerated. - * generated/matmul_r16.c: Regenerated. - * generated/matmul_r4.c: Regenerated. - * generated/matmul_r8.c: Regenerated. - -2016-11-30 Andre Vehreschild - - * caf/single.c (_gfortran_caf_get_by_ref): Prevent compile time - warning. - (_gfortran_caf_send_by_ref): Same. - (_gfortran_caf_is_present): Prevent fallthrough warnings. - -2016-11-30 Andre Vehreschild - - * caf/libcaf.h: Add new action types for (de-)registration of - allocatable components in derived type coarrays. Add _caf_is_present - prototype. - * caf/single.c (_gfortran_caf_register): Add support for registration - only and allocation of already registered allocatable components in - derived type coarrays. - (_gfortran_caf_deregister): Add mode to deallocate but not deregister - an allocatable component in a derived type coarray. - (_gfortran_caf_is_present): New function. Query whether an - allocatable component in a derived type coarray on a remote image is - allocated. - -2016-11-16 Jerry DeLisle - - PR libgfortran/51119 - * Makefile.am: Remove -fno-protect-parens -fstack-arrays. - * Makefile.in: Regenerate. - -2016-11-16 Szabolcs Nagy - - PR libgfortran/78314 - * config/fpu-glibc.h (support_fpu_trap): Use feenableexcept. - -2016-11-15 Jerry DeLisle - Thomas Koenig - - PR libgfortran/51119 - * Makefile.am: Add new optimization flags matmul. - * Makefile.in: Regenerate. - * m4/matmul.m4: For the case of all strides = 1, implement a - fast blocked matrix multiply. Fix some whitespace. - * generated/matmul_c10.c: Regenerate. - * generated/matmul_c16.c: Regenerate. - * generated/matmul_c4.c: Regenerate. - * generated/matmul_c8.c: Regenerate. - * generated/matmul_i1.c: Regenerate. - * generated/matmul_i16.c: Regenerate. - * generated/matmul_i2.c: Regenerate. - * generated/matmul_i4.c: Regenerate. - * generated/matmul_i8.c: Regenerate. - * generated/matmul_r10.c: Regenerate. - * generated/matmul_r16.c: Regenerate. - * generated/matmul_r4.c: Regenerate. - * generated/matmul_r8.c: Regenerate. - -2016-11-15 Matthias Klose - - * configure: Regenerate. - -2016-11-03 Fritz Reese - - * io/io.h (IOPARM_DT_DEFAULT_EXP): New flag bit. - * io/list_read.c (parse_real, read_real): Allow omission of exponent - with IOPARM_DT_DEFAULT_EXP. - * io/read.c (read_f): Ditto. - -2016-10-31 Jerry DeLisle - - PR libgfortran/54679 - * io/format.c (parse_format_list): Adjust checks for FMT_L to - treat a zero width as an extension, giving warnings or error - as appropriate. Improve messages. - -2016-10-30 Jerry DeLisle - - PR fortran/78123 - * io/transfer.c (formatted_transfer_scalar_read): Clear seen_eor - only if we have tabbed to left of current position. - -2016-10-26 Fritz Reese - - * libgfortran.h (IOPARM_OPEN_HAS_READONLY, IOPARM_OPEN_HAS_SHARE, - IOPARM_OPEN_HAS_CC): New for READONLY, SHARE, and CARRIAGECONTROL. - * io/close.c (st_close): Support READONLY. - * io/io.h (st_parameter_open, unit_flags): Support SHARE, - CARRIAGECONTROL, and READONLY. - * io/open.c (st_open): Ditto. - * io/transfer.c (data_transfer_init): Ditto. - * io/io.h (st_parameter_dt): New member 'cc' for CARRIAGECONTROL. - * io/write.c (write_check_cc, write_cc): New functions for - CARRIAGECONTROL. - * io/transfer.c (next_record_cc): Ditto. - * io/file_pos.c (st_endfile): Support SHARE and CARRIAGECONTROL. - * io/io.h (st_parameter_inquire): Ditto. - * io/open.c (edit_modes, new_unit): Ditto. - * io/inquire.c (inquire_via_unit, inquire_via_filename): Ditto. - * io/io.h (unit_share, unit_cc, cc_fortran, IOPARM_INQUIRE_HAS_SHARE, - IOPARM_INQUIRE_HAS_CC): New for SHARE and CARRIAGECONTROL. - * io/open.c (share_opt, cc_opt): Ditto. - * io/read.c (read_x): Support CARRIAGECONTROL. - * io/transfer.c (read_sf, next_record_r, next_record_w): Ditto. - * io/write.c (list_formatted_write_scalar, write_a): Ditto. - * io/unix.h (close_share): New prototype. - * io/unix.c (open_share, close_share): New functions to handle SHARE. - * io/unix.c (open_external): Handle READONLY. Call open_share. - * io/close.c (st_close): Call close_share. - -2016-10-24 Jerry DeLisle - - PR fortran/77828 - * io/io.h (st_parameter_dt): Reorder for readability and sanity. - * io/transfer.c (data_transfer_init): Remove TODO and enable the - runtime error message, rec= specifier not allowed in STREAM - access. - * libtool-version: Bump major version of libgfortran to 4. - -2016-10-21 Jerry DeLisle - - PR libfortran/78055 - * io/io.h (st_parameter_dt): Restore GFC_IO_INT to maintain - alignment. - -2016-10-20 Jerry DeLisle - - * io/transfer.c (finalize_transfer): Free format data in child - procedures. (st_read_done, st_write_done): Don't free format - hash table. - -2016-10-17 Jerry DeLisle - - PR fortran/48298 - * io/io.h: Move size_used from dtp to unit structure. Add bool - has_size to unit structure. - * io/read.c (read_x): Use has_size and size_used. - * io/transfer.c (read_sf_internal,read_sf,read_block_form, - read_block_form4): Likewise. - (data_transfer_init): If parent, initialize the size variables. - (finalize_transfer): Set the size variable using size_used in - gfc_unit. (write_block): Delete bogus/dead code. - -2016-10-16 Janne Blomqvist - - PR libfortran/48587 - * io/transfer.c (data_transfer_init): Improve error message, - remove redundant check. - -2016-10-15 Janne Blomqvist - - PR libfortran/48587 - * io/io.h (get_unique_unit_number): Remove prototype. - (newunit_alloc): New prototype. - * io/open.c (st_open): Call newunit_alloc. - * io/unit.c (newunits,newunit_size,newunit_lwi): New static - variables. - (GFC_FIRST_NEWUNIT): Rename to NEWUNIT_START. - (next_available_newunit): Remove variable. - (get_unit): Call newunit_alloc, don't try to create negative - external unit. - (close_unit_1): Call newunit_free. - (close_units): Free newunits array. - (get_unique_number): Remove function. - (newunit_alloc): New function. - (newunit_free): New function. - * io/transfer.c (data_transfer_init): Check for invalid unit - number. - -2016-10-09 Janne Blomqvist - - PR libfortran/67585 - * io/io.h: TEMP_FAILURE_RETRY: Define macro if not found. - * io/unix.c (raw_read): Handle EINTR. - (raw_write): Check for return value -1. - (raw_seek): Handle EINTR. - (raw_tell): Likewise. - (raw_size): Likewise. - (raw_truncate): Likewise. - (raw_close): Likewise. - (buf_flush): Call raw_seek instead of lseek. - (buf_read): Likewise. - (buf_write): Likewise. - (fd_to_stream): Handle EINTR. - (tempfile_open): Likewise. - (regular_file2): Likewise. - (compare_file_filename): Likewise. - (find_file): Likewise. - (inquire_sequential): Likewise. - (inquire_direct): Likewise. - (inquire_formatted): Likewise. - -2016-10-05 Jerry DeLisle - - PR fortran/77868 - * io/inquire.c (inquire_via_unit): NULL guard the check for - internal unit passed into child IO procedure. - -2016-10-04 Jerry DeLisle - - * io/inquire.c (inquire_via_unit): Add check for internal unit - passed into child IO procedure. - -2016-10-01 Andre Vehreschild - - PR fortran/77663 - * caf/single.c (caf_internal_error): Fix not terminating va-list. - (_gfortran_caf_register): Free memory also when other allocs failed. - (_gfortran_caf_get_by_ref): Fixed style. - (send_by_ref): Token is now stored at the correct position preventing - inaccessible tokens, memory loss and possibly crashes. - -2016-09-28 Jerry DeLisle - - PR libgfortran/77707 - io/transfer.c (next_record): Flush before calculating next_record. - Correctly calculate. - -2016-09-23 Jerry DeLisle - - PR libgfortran/48298 - * io/inquire.c (inquire_via_unit): Adjust error check for the - two possible internal unit KINDs. - * io/io.h: Adjust defines for is_internal_unit and - is_char4_unit. (gfc_unit): Add internal unit data to structure. - (get_internal_unit): Change declaration to set_internal_unit. - (free_internal_unit): Change name to stash_internal_unit_number. - (get_unique_unit_number): Adjust parameter argument. - Define IOPARM_DT_HAS_UDTIO. (gfc_saved_unit): New structure. - * io/list_read.c (next_char_internal): Use is_char4_unit. - * io/open.c (st_open): Adjust call to get_unique_unit_number. - * io/transfer.c (write_block): Use is_char4_unit. - (data_transfer_init): Update check for unit numbers. - (st_read_done): Free the various allocated memories used for the - internal units and stash the negative unit number and pointer to unit - structure to allow reuse. (st_write_done): Likewise stash the freed - unit. - * io/unit.c: Create a fixed size buffer of 16 gfc_saved_unit's to use - as a stack to save newunit unit numbers and unit structure for reuse. - (get_external_unit): Change name to get_gfc_unit to better - reflect what it does. (find_unit): Change call to get_gfc_unit. - (find_or_create_unit): Likewise. (get_internal_unit): Change - name to set_internal_unit. Move internal unit from the dtp - structure to the gfc_unit structure so that it can be passed to - child I/O statements through the UNIT. - (free_internal_unit): Change name to stash_internal_unit_number. - Push the common.unit number onto the newunit stack, saving it - for possible reuse later. (get_unit): Set the internal unit - KIND. Use get_unique_unit_number to get a negative unit number - for the internal unit. Use get_gfc_unit to get the unit structure - and use set_internal_unit to initialize it. - (init_units): Initialize the newunit stack. - (get_unique_unit_number): Check the stack for an available unit - number and use it. If none there get the next most negative - number. (close_units): Free any unit structures pointed to from the save - stack. - -2016-09-21 Janne Blomqvist - - * intrinsics/random.c (getosrandom): Use rand_s() on - MinGW-w64. Fix bounds overflow in fallback code. - -2016-09-19 Andre Vehreschild - - * caf/libcaf.h: Add caf_reference_type. - * caf/mpi.c: Adapted signature of caf_register(). - * caf/single.c (struct caf_single_token): Added to keep the pointer - to the memory registered and array descriptor. - (caf_internal_error): Added convenience interface. - (_gfortran_caf_register): Adapted to work with caf_single_token and - return memory in the array descriptor. - (_gfortran_caf_deregister): Same. - (assign_char1_from_char4): Fixed style. - (convert_type): Fixed incorrect conversion. - (_gfortran_caf_get): Adapted to work with caf_single_token. - (_gfortran_caf_send): Same. - (_gfortran_caf_sendget): Same. - (copy_data): Added to stop repeating it in all _by_ref functions. - (get_for_ref): Recursive getting of coarray data using a chain of - references. - (_gfortran_caf_get_by_ref): Driver for computing the memory needed for - the get and checking properties of the operation. - (send_by_ref): Same as get_for_ref but for sending data. - (_gfortran_caf_send_by_ref): Same like caf_get_by_ref but for sending. - (_gfortran_caf_sendget_by_ref): Uses get_by_ref and send_by_ref to - implement sendget for reference chains. - (_gfortran_caf_atomic_define): Adapted to work with caf_single_token. - (_gfortran_caf_atomic_ref): Likewise. - (_gfortran_caf_atomic_cas): Likewise. - (_gfortran_caf_atomic_op): Likewise. - (_gfortran_caf_event_post): Likewise. - (_gfortran_caf_event_wait): Likewise. - (_gfortran_caf_event_query): Likewise. - (_gfortran_caf_lock): Likewise. - (_gfortran_caf_unlock): Likewise. - -2016-09-09 Steven G. Kargl - - PR fortran/77507 - * ieee/ieee_arithmetic.F90 (IEEE_VALUE_4,IEEE_VALUE_8,IEEE_VALULE_10, - IEEE_VALUE_16): Use correct keyword. - -2016-09-06 Jerry DeLisle - - PR libgfortran/77393 - * io/write_float.def (build_float_string): Recognize when the - result will not fit in the user provided, star fill, and exit - early. - -2016-08-31 Jerry DeLisle - - PR libgfortran/77393 - * io/write.c (kind_from_size): New function to calculate required buffer - size based on kind type. (select_buffer, select_string): Use new - function. (write_float_0, write_real, write_real_g0, write_complex): - Adjust calls to pass parameters needed by new function. - -2016-08-31 Jerry DeLisle - Paul Thomas - - PR libgfortran/48298 - * gfortran.map : Flag _st_set_nml_dtio_var and - _gfortran_transfer_derived. - * io/format.c (format_lex): Detect DTIO formatting. - (parse_format_list): Parse the DTIO format. - (next_format): Include FMT_DT. - * io/format.h : Likewise. Add structure 'udf' to structure - 'fnode' to carry the IOTYPE string and the 'vlist'. - * io/io.h : Add prototypes for the two types of DTIO subroutine - and a typedef for gfc_class. Also, add to 'namelist_type' - fields for the pointer to the DTIO procedure and the vtable. - Add fields to struct st_parameter_dt for pointers to the two - types of DTIO subroutine. Add to gfc_unit DTIO specific fields. - (internal_proto): Add prototype for 'read_user_defined' and - 'write_user_defined'. - * io/list_read.c (check_buffers): Use the 'current_unit' field. - (unget_char): Likewise. - (eat_spaces): Likewise. - (list_formatted_read_scalar): For case BT_CLASS, call the DTIO - procedure. - (nml_get_obj_data): Likewise when DTIO procedure is present,. - * io/transfer.c : Export prototypes for 'transfer_derived' and - 'transfer_derived_write'. - (unformatted_read): For case BT_CLASS, call the DTIO procedure. - (unformatted_write): Likewise. - (formatted_transfer_scalar_read): Likewise. - (formatted_transfer_scalar_write: Likewise. - (transfer_derived): New function. - (data_transfer_init): Set last_char if no child_dtio. - (finalize_transfer): Return if child_dtio set. - (st_write_done): Add condition for child_dtio not set. - Add extra arguments for st_set_nml_var prototype. - (set_nml_var): New function that contains the contents of the - old version of st_set_nml_var. Also sets the 'dtio_sub' and - 'vtable' fields of the 'nml' structure. - (st_set_nml_var): Now just calls set_nml_var with 'dtio_sub' - and 'vtable' NULL. - (st_set_nml_dtio_var): New function that calls set_nml_var. - * io/unit.c (get_external_unit): If the found unit child_dtio - is non zero, don't do any mutex locking/unlocking. Just - return the unit. - * io/unix.c (tempfile_open): Revert to C style comment. - * io/write.c (list_formatted_write_scalar): Do the DTIO call. - (nml_write_obj): Add BT_CLASS and do the DTIO call. - -2016-08-29 Nathan Sidwell - - * configure.ac (nvptx-*): Hardwire newlib. - * configure: Rebuilt. - -2016-08-19 Janne Blomqvist - - * intrinsics/random.c (xor_keys): New array with "secret" keys. - (scramble_seed): XOR given seed with xor_keys array rather than - shuffling bytes. - (unscramble_seed): Remove function. - (random_seed_i4): Use new scramble_seed. - (random_seed_i8): Likewise. - -2016-08-19 Janne Blomqvist - - * intrinsics/random.c (master_init): New variable. - (init_rand_state): Move below getosrandom (), maybe initialize - master_state. - (random_seed_i4): If called with no arguments, set master_init to - false, and reinitialize. If called with PUT=, set master_init to - true. - (random_seed_i8): Likewise. - -2016-08-11 Rainer Orth - - * intrinsics/random.c: Include . - -2016-08-11 Janne Blomqvist - - * intrinsics/random.c: Replace KISS with xorshift1024* using - per-thread state. - * runtime/main.c (init): Don't call random_seed_i4. - -2016-07-22 Andre Vehreschild - - * caf/libcaf.h: Add parameter stat to caf_get() and - caf_send()'s function prototypes. - * caf/single.c (_gfortran_caf_get): Implement reporting - error using stat instead of abort(). - (_gfortran_caf_send): Same. - (_gfortran_caf_sendget): Use NULL for stat when calling - caf_send(). - -2016-06-23 Jerry DeLisle - - PR libgfortran/48852 - * io/write.c: Cleaned up whitespace. - (write_d, write_e, write_f, write_es, write_en): Use new helper - function write_float_0. - (write_float_0): New helper function. - (get_precision, select_buffer, select_string, write_float_string): New - helper functions used in remaining float writing functions. - Helper function write_float_string now contains code for writing - to kind=4 character internal units. - (write_real): Modified to establish working buffers at this level - and to use new helper functions. - (write_real_g0): Likewise modified. - (write_complex): Likewise modified. Gets both float strings before - output so that final lengths can be determined which allows right - justifying the complex number with no intervening spaces. - * io/write_float.def (build_float_string): Renamed from previosly - output_float, modified to use buffers passed in from higher functions, - builds a null terminated string of the floating point value. Character - kind=4 code eliminated. - (write_infnan): Likewise modified to use incoming buffers and eliminate - kind=4 related code. - (OUTPUT_FLOAT_FMT_G): Deleted, functionality moved into FORMAT_FLOAT. - (FORMAT_FLOAT): Renamed macro from WRITE_FLOAT. Use build_float_string. - (get_float_string): Renamed from write_float, uses FORMAT_FLOAT macro. - Buffer allocation removed, now at higher level. - -2016-05-23 Jerry DeLisle - - PR libgfortran/71123 - * io/list_read (eat_spaces): Eat '\r' as part of spaces. - -2016-04-19 Jerry DeLisle - - PR libgfortran/70684 - * io/list_read (check_buffers): Add '\r' to check for end of line. - -2016-03-30 Jerry DeLisle - Dominique d'Humieres - - PR libgfortran/70235 - * io/write_float.def: Fix PF format for negative values of the scale - factor. - -2016-03-28 Alessandro Fanfarillo - - * caf/libcaf.h: caf_stop_numeric and caf_stop_str prototype. - * caf/single.c: _gfortran_caf_stop_numeric and - _gfortran_caf_stop_str implementation. - -2016-02-23 Jerry DeLisle - - PR libgfortran/69456 - * io/list_read.c (read_real): If digit is missing from exponent issue - an error. (parse_real): Likewise and adjusted error message to clarify - it is part of a complex number. - (nml_read_obj): Bump item count and add comment that this is used to - identify which item in a namelist read has a problem. - -2016-02-17 Jerry DeLisle - - PR libgfortran/69651 - * io/list_read.c (push_char4): Fix the pointer usage for xrealloc. - -2016-02-15 Jerry DeLisle - - PR libgfortran/69651 - * io/list_read.c: Entire file trailing spaces removed. - (CASE_SEPARATORS): Remove '!'. - (is_separator): Add namelist mode as condition with '!'. - (push_char): Remove un-needed memset. (push_char4): Likewise and remove - 'new' pointer. (eat_separator): Remove un-needed use of notify_std. - (read_logical): If '!' bang encountered when not in namelist mode got - bad_logical to give an error. (read_integer): Likewise reject '!'. - (read_character): Remove condition testing c = '!' which is now inside - the is_separator macro. (parse_real): Reject '!' unless in namelist mode. - (read_complex): Reject '!' unless in namelist mode. (read_real): Likewise - reject '!'. - -2016-02-12 Jerry DeLisle - - PR libgfortran/69668 - * io/list_read.c (read_character): Remove code related to DELIM_NONE. - -2016-01-23 John David Anglin - - PR libfortran/68744 - * runtime/backtrace.c: Include gthr.h. - (show_backtrace): Use __gthread_active_p() to determine whether threads - are active. Return if lbstate is NULL. - -2016-01-15 Jakub Jelinek - - * intrinsics/execute_command_line.c (set_cmdstat): Use "%s", msg - instead of msg to avoid -Wformat-security warning. - -2016-01-04 Jakub Jelinek +2017-01-01 Jakub Jelinek Update copyright years. -Copyright (C) 2016 Free Software Foundation, Inc. +Copyright (C) 2017 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/libgfortran/ChangeLog-2016 b/libgfortran/ChangeLog-2016 new file mode 100644 index 000000000000..ea366ddd828a --- /dev/null +++ b/libgfortran/ChangeLog-2016 @@ -0,0 +1,1541 @@ +2016-12-21 Francois-Xavier Coudert + + * intrinsics/random.c: Do not include header. + * m4/maxloc0.m4: Do not include header. + * m4/maxloc1.m4: Do not include header. + * m4/minloc0.m4: Do not include header. + * m4/minloc1.m4: Do not include header. + * m4/norm2.m4: Do not include header. + * m4/parity.m4: Do not include header. + * runtime/minimal.c: Remove and headers. + * generated/maxloc0_16_i1.c: Regenerate. + * generated/maxloc0_16_i16.c: Regenerate. + * generated/maxloc0_16_i2.c: Regenerate. + * generated/maxloc0_16_i4.c: Regenerate. + * generated/maxloc0_16_i8.c: Regenerate. + * generated/maxloc0_16_r10.c: Regenerate. + * generated/maxloc0_16_r16.c: Regenerate. + * generated/maxloc0_16_r4.c: Regenerate. + * generated/maxloc0_16_r8.c: Regenerate. + * generated/maxloc0_4_i1.c: Regenerate. + * generated/maxloc0_4_i16.c: Regenerate. + * generated/maxloc0_4_i2.c: Regenerate. + * generated/maxloc0_4_i4.c: Regenerate. + * generated/maxloc0_4_i8.c: Regenerate. + * generated/maxloc0_4_r10.c: Regenerate. + * generated/maxloc0_4_r16.c: Regenerate. + * generated/maxloc0_4_r4.c: Regenerate. + * generated/maxloc0_4_r8.c: Regenerate. + * generated/maxloc0_8_i1.c: Regenerate. + * generated/maxloc0_8_i16.c: Regenerate. + * generated/maxloc0_8_i2.c: Regenerate. + * generated/maxloc0_8_i4.c: Regenerate. + * generated/maxloc0_8_i8.c: Regenerate. + * generated/maxloc0_8_r10.c: Regenerate. + * generated/maxloc0_8_r16.c: Regenerate. + * generated/maxloc0_8_r4.c: Regenerate. + * generated/maxloc0_8_r8.c: Regenerate. + * generated/maxloc1_16_i1.c: Regenerate. + * generated/maxloc1_16_i16.c: Regenerate. + * generated/maxloc1_16_i2.c: Regenerate. + * generated/maxloc1_16_i4.c: Regenerate. + * generated/maxloc1_16_i8.c: Regenerate. + * generated/maxloc1_16_r10.c: Regenerate. + * generated/maxloc1_16_r16.c: Regenerate. + * generated/maxloc1_16_r4.c: Regenerate. + * generated/maxloc1_16_r8.c: Regenerate. + * generated/maxloc1_4_i1.c: Regenerate. + * generated/maxloc1_4_i16.c: Regenerate. + * generated/maxloc1_4_i2.c: Regenerate. + * generated/maxloc1_4_i4.c: Regenerate. + * generated/maxloc1_4_i8.c: Regenerate. + * generated/maxloc1_4_r10.c: Regenerate. + * generated/maxloc1_4_r16.c: Regenerate. + * generated/maxloc1_4_r4.c: Regenerate. + * generated/maxloc1_4_r8.c: Regenerate. + * generated/maxloc1_8_i1.c: Regenerate. + * generated/maxloc1_8_i16.c: Regenerate. + * generated/maxloc1_8_i2.c: Regenerate. + * generated/maxloc1_8_i4.c: Regenerate. + * generated/maxloc1_8_i8.c: Regenerate. + * generated/maxloc1_8_r10.c: Regenerate. + * generated/maxloc1_8_r16.c: Regenerate. + * generated/maxloc1_8_r4.c: Regenerate. + * generated/maxloc1_8_r8.c: Regenerate. + * generated/minloc0_16_i1.c: Regenerate. + * generated/minloc0_16_i16.c: Regenerate. + * generated/minloc0_16_i2.c: Regenerate. + * generated/minloc0_16_i4.c: Regenerate. + * generated/minloc0_16_i8.c: Regenerate. + * generated/minloc0_16_r10.c: Regenerate. + * generated/minloc0_16_r16.c: Regenerate. + * generated/minloc0_16_r4.c: Regenerate. + * generated/minloc0_16_r8.c: Regenerate. + * generated/minloc0_4_i1.c: Regenerate. + * generated/minloc0_4_i16.c: Regenerate. + * generated/minloc0_4_i2.c: Regenerate. + * generated/minloc0_4_i4.c: Regenerate. + * generated/minloc0_4_i8.c: Regenerate. + * generated/minloc0_4_r10.c: Regenerate. + * generated/minloc0_4_r16.c: Regenerate. + * generated/minloc0_4_r4.c: Regenerate. + * generated/minloc0_4_r8.c: Regenerate. + * generated/minloc0_8_i1.c: Regenerate. + * generated/minloc0_8_i16.c: Regenerate. + * generated/minloc0_8_i2.c: Regenerate. + * generated/minloc0_8_i4.c: Regenerate. + * generated/minloc0_8_i8.c: Regenerate. + * generated/minloc0_8_r10.c: Regenerate. + * generated/minloc0_8_r16.c: Regenerate. + * generated/minloc0_8_r4.c: Regenerate. + * generated/minloc0_8_r8.c: Regenerate. + * generated/minloc1_16_i1.c: Regenerate. + * generated/minloc1_16_i16.c: Regenerate. + * generated/minloc1_16_i2.c: Regenerate. + * generated/minloc1_16_i4.c: Regenerate. + * generated/minloc1_16_i8.c: Regenerate. + * generated/minloc1_16_r10.c: Regenerate. + * generated/minloc1_16_r16.c: Regenerate. + * generated/minloc1_16_r4.c: Regenerate. + * generated/minloc1_16_r8.c: Regenerate. + * generated/minloc1_4_i1.c: Regenerate. + * generated/minloc1_4_i16.c: Regenerate. + * generated/minloc1_4_i2.c: Regenerate. + * generated/minloc1_4_i4.c: Regenerate. + * generated/minloc1_4_i8.c: Regenerate. + * generated/minloc1_4_r10.c: Regenerate. + * generated/minloc1_4_r16.c: Regenerate. + * generated/minloc1_4_r4.c: Regenerate. + * generated/minloc1_4_r8.c: Regenerate. + * generated/minloc1_8_i1.c: Regenerate. + * generated/minloc1_8_i16.c: Regenerate. + * generated/minloc1_8_i2.c: Regenerate. + * generated/minloc1_8_i4.c: Regenerate. + * generated/minloc1_8_i8.c: Regenerate. + * generated/minloc1_8_r10.c: Regenerate. + * generated/minloc1_8_r16.c: Regenerate. + * generated/minloc1_8_r4.c: Regenerate. + * generated/minloc1_8_r8.c: Regenerate. + * generated/norm2_r10.c: Regenerate. + * generated/norm2_r16.c: Regenerate. + * generated/norm2_r4.c: Regenerate. + * generated/norm2_r8.c: Regenerate. + * generated/parity_l1.c: Regenerate. + * generated/parity_l16.c: Regenerate. + * generated/parity_l2.c: Regenerate. + * generated/parity_l4.c: Regenerate. + * generated/parity_l8.c: Regenerate. + +2016-12-21 Francois-Xavier Coudert + + * libgfortran.h: Include header. + * intrinsics/access.c: Do not include header. + * intrinsics/chdir.c: Do not include header. + * intrinsics/chmod.c: Do not include header. + * intrinsics/date_and_time.c: Do not include header. + * intrinsics/env.c: Do not include header. + * intrinsics/execute_command_line.c: Do not include header. + * intrinsics/exit.c: Do not include header. + * intrinsics/getcwd.c: Do not include header. + * intrinsics/getlog.c: Do not include header. + * intrinsics/link.c: Do not include header. + * intrinsics/move_alloc.c: Do not include header. + * intrinsics/perror.c: Do not include header. + * intrinsics/random.c: Do not include header. + * intrinsics/rename.c: Do not include header. + * intrinsics/reshape_generic.c: Do not include header. + * intrinsics/stat.c: Do not include header. + * intrinsics/symlnk.c: Do not include header. + * intrinsics/system.c: Do not include header. + * intrinsics/unlink.c: Do not include header. + * io/fbuf.c: Do not include header. + * io/format.c: Do not include header. + * io/intrinsics.c: Do not include header. + * io/list_read.c: Do not include header. + * io/lock.c: Do not include header. + * io/open.c: Do not include header. + * io/read.c: Do not include header. + * io/transfer.c: Do not include header. + * io/unit.c: Do not include header. + * io/unix.c: Do not include header. + * io/write.c: Do not include header. + * m4/all.m4: Do not include header. + * m4/any.m4: Do not include header. + * m4/bessel.m4: Do not include header. + * m4/count.m4: Do not include header. + * m4/cshift0.m4: Do not include header. + * m4/cshift1.m4: Do not include header. + * m4/eoshift1.m4: Do not include header. + * m4/eoshift3.m4: Do not include header. + * m4/iall.m4: Do not include header. + * m4/iany.m4: Do not include header. + * m4/in_pack.m4: Do not include header. + * m4/in_unpack.m4: Do not include header. + * m4/iparity.m4: Do not include header. + * m4/matmul.m4: Do not include header. + * m4/matmull.m4: Do not include header. + * m4/maxloc0.m4: Do not include header. + * m4/maxloc1.m4: Do not include header. + * m4/maxval.m4: Do not include header. + * m4/minloc0.m4: Do not include header. + * m4/minloc1.m4: Do not include header. + * m4/minval.m4: Do not include header. + * m4/norm2.m4: Do not include header. + * m4/pack.m4: Do not include header. + * m4/parity.m4: Do not include header. + * m4/product.m4: Do not include header. + * m4/reshape.m4: Do not include header. + * m4/shape.m4: Do not include header. + * m4/spread.m4: Do not include header. + * m4/sum.m4: Do not include header. + * m4/unpack.m4: Do not include header. + * runtime/environ.c: Do not include header. + * runtime/error.c: Do not include header. + * runtime/memory.c: Do not include header. + * runtime/minimal.c: Do not include header. + * runtime/string.c: Do not include header. + * generated/all_l1.c: Regenerate. + * generated/all_l16.c: Regenerate. + * generated/all_l2.c: Regenerate. + * generated/all_l4.c: Regenerate. + * generated/all_l8.c: Regenerate. + * generated/any_l1.c: Regenerate. + * generated/any_l16.c: Regenerate. + * generated/any_l2.c: Regenerate. + * generated/any_l4.c: Regenerate. + * generated/any_l8.c: Regenerate. + * generated/bessel_r10.c: Regenerate. + * generated/bessel_r16.c: Regenerate. + * generated/bessel_r4.c: Regenerate. + * generated/bessel_r8.c: Regenerate. + * generated/count_16_l.c: Regenerate. + * generated/count_1_l.c: Regenerate. + * generated/count_2_l.c: Regenerate. + * generated/count_4_l.c: Regenerate. + * generated/count_8_l.c: Regenerate. + * generated/cshift0_c10.c: Regenerate. + * generated/cshift0_c16.c: Regenerate. + * generated/cshift0_c4.c: Regenerate. + * generated/cshift0_c8.c: Regenerate. + * generated/cshift0_i1.c: Regenerate. + * generated/cshift0_i16.c: Regenerate. + * generated/cshift0_i2.c: Regenerate. + * generated/cshift0_i4.c: Regenerate. + * generated/cshift0_i8.c: Regenerate. + * generated/cshift0_r10.c: Regenerate. + * generated/cshift0_r16.c: Regenerate. + * generated/cshift0_r4.c: Regenerate. + * generated/cshift0_r8.c: Regenerate. + * generated/cshift1_16.c: Regenerate. + * generated/cshift1_4.c: Regenerate. + * generated/cshift1_8.c: Regenerate. + * generated/eoshift1_16.c: Regenerate. + * generated/eoshift1_4.c: Regenerate. + * generated/eoshift1_8.c: Regenerate. + * generated/eoshift3_16.c: Regenerate. + * generated/eoshift3_4.c: Regenerate. + * generated/eoshift3_8.c: Regenerate. + * generated/iall_i1.c: Regenerate. + * generated/iall_i16.c: Regenerate. + * generated/iall_i2.c: Regenerate. + * generated/iall_i4.c: Regenerate. + * generated/iall_i8.c: Regenerate. + * generated/iany_i1.c: Regenerate. + * generated/iany_i16.c: Regenerate. + * generated/iany_i2.c: Regenerate. + * generated/iany_i4.c: Regenerate. + * generated/iany_i8.c: Regenerate. + * generated/in_pack_c10.c: Regenerate. + * generated/in_pack_c16.c: Regenerate. + * generated/in_pack_c4.c: Regenerate. + * generated/in_pack_c8.c: Regenerate. + * generated/in_pack_i1.c: Regenerate. + * generated/in_pack_i16.c: Regenerate. + * generated/in_pack_i2.c: Regenerate. + * generated/in_pack_i4.c: Regenerate. + * generated/in_pack_i8.c: Regenerate. + * generated/in_pack_r10.c: Regenerate. + * generated/in_pack_r16.c: Regenerate. + * generated/in_pack_r4.c: Regenerate. + * generated/in_pack_r8.c: Regenerate. + * generated/in_unpack_c10.c: Regenerate. + * generated/in_unpack_c16.c: Regenerate. + * generated/in_unpack_c4.c: Regenerate. + * generated/in_unpack_c8.c: Regenerate. + * generated/in_unpack_i1.c: Regenerate. + * generated/in_unpack_i16.c: Regenerate. + * generated/in_unpack_i2.c: Regenerate. + * generated/in_unpack_i4.c: Regenerate. + * generated/in_unpack_i8.c: Regenerate. + * generated/in_unpack_r10.c: Regenerate. + * generated/in_unpack_r16.c: Regenerate. + * generated/in_unpack_r4.c: Regenerate. + * generated/in_unpack_r8.c: Regenerate. + * generated/iparity_i1.c: Regenerate. + * generated/iparity_i16.c: Regenerate. + * generated/iparity_i2.c: Regenerate. + * generated/iparity_i4.c: Regenerate. + * generated/iparity_i8.c: Regenerate. + * generated/matmul_c10.c: Regenerate. + * generated/matmul_c16.c: Regenerate. + * generated/matmul_c4.c: Regenerate. + * generated/matmul_c8.c: Regenerate. + * generated/matmul_i1.c: Regenerate. + * generated/matmul_i16.c: Regenerate. + * generated/matmul_i2.c: Regenerate. + * generated/matmul_i4.c: Regenerate. + * generated/matmul_i8.c: Regenerate. + * generated/matmul_l16.c: Regenerate. + * generated/matmul_l4.c: Regenerate. + * generated/matmul_l8.c: Regenerate. + * generated/matmul_r10.c: Regenerate. + * generated/matmul_r16.c: Regenerate. + * generated/matmul_r4.c: Regenerate. + * generated/matmul_r8.c: Regenerate. + * generated/maxloc0_16_i1.c: Regenerate. + * generated/maxloc0_16_i16.c: Regenerate. + * generated/maxloc0_16_i2.c: Regenerate. + * generated/maxloc0_16_i4.c: Regenerate. + * generated/maxloc0_16_i8.c: Regenerate. + * generated/maxloc0_16_r10.c: Regenerate. + * generated/maxloc0_16_r16.c: Regenerate. + * generated/maxloc0_16_r4.c: Regenerate. + * generated/maxloc0_16_r8.c: Regenerate. + * generated/maxloc0_4_i1.c: Regenerate. + * generated/maxloc0_4_i16.c: Regenerate. + * generated/maxloc0_4_i2.c: Regenerate. + * generated/maxloc0_4_i4.c: Regenerate. + * generated/maxloc0_4_i8.c: Regenerate. + * generated/maxloc0_4_r10.c: Regenerate. + * generated/maxloc0_4_r16.c: Regenerate. + * generated/maxloc0_4_r4.c: Regenerate. + * generated/maxloc0_4_r8.c: Regenerate. + * generated/maxloc0_8_i1.c: Regenerate. + * generated/maxloc0_8_i16.c: Regenerate. + * generated/maxloc0_8_i2.c: Regenerate. + * generated/maxloc0_8_i4.c: Regenerate. + * generated/maxloc0_8_i8.c: Regenerate. + * generated/maxloc0_8_r10.c: Regenerate. + * generated/maxloc0_8_r16.c: Regenerate. + * generated/maxloc0_8_r4.c: Regenerate. + * generated/maxloc0_8_r8.c: Regenerate. + * generated/maxloc1_16_i1.c: Regenerate. + * generated/maxloc1_16_i16.c: Regenerate. + * generated/maxloc1_16_i2.c: Regenerate. + * generated/maxloc1_16_i4.c: Regenerate. + * generated/maxloc1_16_i8.c: Regenerate. + * generated/maxloc1_16_r10.c: Regenerate. + * generated/maxloc1_16_r16.c: Regenerate. + * generated/maxloc1_16_r4.c: Regenerate. + * generated/maxloc1_16_r8.c: Regenerate. + * generated/maxloc1_4_i1.c: Regenerate. + * generated/maxloc1_4_i16.c: Regenerate. + * generated/maxloc1_4_i2.c: Regenerate. + * generated/maxloc1_4_i4.c: Regenerate. + * generated/maxloc1_4_i8.c: Regenerate. + * generated/maxloc1_4_r10.c: Regenerate. + * generated/maxloc1_4_r16.c: Regenerate. + * generated/maxloc1_4_r4.c: Regenerate. + * generated/maxloc1_4_r8.c: Regenerate. + * generated/maxloc1_8_i1.c: Regenerate. + * generated/maxloc1_8_i16.c: Regenerate. + * generated/maxloc1_8_i2.c: Regenerate. + * generated/maxloc1_8_i4.c: Regenerate. + * generated/maxloc1_8_i8.c: Regenerate. + * generated/maxloc1_8_r10.c: Regenerate. + * generated/maxloc1_8_r16.c: Regenerate. + * generated/maxloc1_8_r4.c: Regenerate. + * generated/maxloc1_8_r8.c: Regenerate. + * generated/maxval_i1.c: Regenerate. + * generated/maxval_i16.c: Regenerate. + * generated/maxval_i2.c: Regenerate. + * generated/maxval_i4.c: Regenerate. + * generated/maxval_i8.c: Regenerate. + * generated/maxval_r10.c: Regenerate. + * generated/maxval_r16.c: Regenerate. + * generated/maxval_r4.c: Regenerate. + * generated/maxval_r8.c: Regenerate. + * generated/minloc0_16_i1.c: Regenerate. + * generated/minloc0_16_i16.c: Regenerate. + * generated/minloc0_16_i2.c: Regenerate. + * generated/minloc0_16_i4.c: Regenerate. + * generated/minloc0_16_i8.c: Regenerate. + * generated/minloc0_16_r10.c: Regenerate. + * generated/minloc0_16_r16.c: Regenerate. + * generated/minloc0_16_r4.c: Regenerate. + * generated/minloc0_16_r8.c: Regenerate. + * generated/minloc0_4_i1.c: Regenerate. + * generated/minloc0_4_i16.c: Regenerate. + * generated/minloc0_4_i2.c: Regenerate. + * generated/minloc0_4_i4.c: Regenerate. + * generated/minloc0_4_i8.c: Regenerate. + * generated/minloc0_4_r10.c: Regenerate. + * generated/minloc0_4_r16.c: Regenerate. + * generated/minloc0_4_r4.c: Regenerate. + * generated/minloc0_4_r8.c: Regenerate. + * generated/minloc0_8_i1.c: Regenerate. + * generated/minloc0_8_i16.c: Regenerate. + * generated/minloc0_8_i2.c: Regenerate. + * generated/minloc0_8_i4.c: Regenerate. + * generated/minloc0_8_i8.c: Regenerate. + * generated/minloc0_8_r10.c: Regenerate. + * generated/minloc0_8_r16.c: Regenerate. + * generated/minloc0_8_r4.c: Regenerate. + * generated/minloc0_8_r8.c: Regenerate. + * generated/minloc1_16_i1.c: Regenerate. + * generated/minloc1_16_i16.c: Regenerate. + * generated/minloc1_16_i2.c: Regenerate. + * generated/minloc1_16_i4.c: Regenerate. + * generated/minloc1_16_i8.c: Regenerate. + * generated/minloc1_16_r10.c: Regenerate. + * generated/minloc1_16_r16.c: Regenerate. + * generated/minloc1_16_r4.c: Regenerate. + * generated/minloc1_16_r8.c: Regenerate. + * generated/minloc1_4_i1.c: Regenerate. + * generated/minloc1_4_i16.c: Regenerate. + * generated/minloc1_4_i2.c: Regenerate. + * generated/minloc1_4_i4.c: Regenerate. + * generated/minloc1_4_i8.c: Regenerate. + * generated/minloc1_4_r10.c: Regenerate. + * generated/minloc1_4_r16.c: Regenerate. + * generated/minloc1_4_r4.c: Regenerate. + * generated/minloc1_4_r8.c: Regenerate. + * generated/minloc1_8_i1.c: Regenerate. + * generated/minloc1_8_i16.c: Regenerate. + * generated/minloc1_8_i2.c: Regenerate. + * generated/minloc1_8_i4.c: Regenerate. + * generated/minloc1_8_i8.c: Regenerate. + * generated/minloc1_8_r10.c: Regenerate. + * generated/minloc1_8_r16.c: Regenerate. + * generated/minloc1_8_r4.c: Regenerate. + * generated/minloc1_8_r8.c: Regenerate. + * generated/minval_i1.c: Regenerate. + * generated/minval_i16.c: Regenerate. + * generated/minval_i2.c: Regenerate. + * generated/minval_i4.c: Regenerate. + * generated/minval_i8.c: Regenerate. + * generated/minval_r10.c: Regenerate. + * generated/minval_r16.c: Regenerate. + * generated/minval_r4.c: Regenerate. + * generated/minval_r8.c: Regenerate. + * generated/norm2_r10.c: Regenerate. + * generated/norm2_r16.c: Regenerate. + * generated/norm2_r4.c: Regenerate. + * generated/norm2_r8.c: Regenerate. + * generated/pack_c10.c: Regenerate. + * generated/pack_c16.c: Regenerate. + * generated/pack_c4.c: Regenerate. + * generated/pack_c8.c: Regenerate. + * generated/pack_i1.c: Regenerate. + * generated/pack_i16.c: Regenerate. + * generated/pack_i2.c: Regenerate. + * generated/pack_i4.c: Regenerate. + * generated/pack_i8.c: Regenerate. + * generated/pack_r10.c: Regenerate. + * generated/pack_r16.c: Regenerate. + * generated/pack_r4.c: Regenerate. + * generated/pack_r8.c: Regenerate. + * generated/parity_l1.c: Regenerate. + * generated/parity_l16.c: Regenerate. + * generated/parity_l2.c: Regenerate. + * generated/parity_l4.c: Regenerate. + * generated/parity_l8.c: Regenerate. + * generated/product_c10.c: Regenerate. + * generated/product_c16.c: Regenerate. + * generated/product_c4.c: Regenerate. + * generated/product_c8.c: Regenerate. + * generated/product_i1.c: Regenerate. + * generated/product_i16.c: Regenerate. + * generated/product_i2.c: Regenerate. + * generated/product_i4.c: Regenerate. + * generated/product_i8.c: Regenerate. + * generated/product_r10.c: Regenerate. + * generated/product_r16.c: Regenerate. + * generated/product_r4.c: Regenerate. + * generated/product_r8.c: Regenerate. + * generated/reshape_c10.c: Regenerate. + * generated/reshape_c16.c: Regenerate. + * generated/reshape_c4.c: Regenerate. + * generated/reshape_c8.c: Regenerate. + * generated/reshape_i16.c: Regenerate. + * generated/reshape_i4.c: Regenerate. + * generated/reshape_i8.c: Regenerate. + * generated/reshape_r10.c: Regenerate. + * generated/reshape_r16.c: Regenerate. + * generated/reshape_r4.c: Regenerate. + * generated/reshape_r8.c: Regenerate. + * generated/shape_i1.c: Regenerate. + * generated/shape_i16.c: Regenerate. + * generated/shape_i2.c: Regenerate. + * generated/shape_i4.c: Regenerate. + * generated/shape_i8.c: Regenerate. + * generated/spread_c10.c: Regenerate. + * generated/spread_c16.c: Regenerate. + * generated/spread_c4.c: Regenerate. + * generated/spread_c8.c: Regenerate. + * generated/spread_i1.c: Regenerate. + * generated/spread_i16.c: Regenerate. + * generated/spread_i2.c: Regenerate. + * generated/spread_i4.c: Regenerate. + * generated/spread_i8.c: Regenerate. + * generated/spread_r10.c: Regenerate. + * generated/spread_r16.c: Regenerate. + * generated/spread_r4.c: Regenerate. + * generated/spread_r8.c: Regenerate. + * generated/sum_c10.c: Regenerate. + * generated/sum_c16.c: Regenerate. + * generated/sum_c4.c: Regenerate. + * generated/sum_c8.c: Regenerate. + * generated/sum_i1.c: Regenerate. + * generated/sum_i16.c: Regenerate. + * generated/sum_i2.c: Regenerate. + * generated/sum_i4.c: Regenerate. + * generated/sum_i8.c: Regenerate. + * generated/sum_r10.c: Regenerate. + * generated/sum_r16.c: Regenerate. + * generated/sum_r4.c: Regenerate. + * generated/sum_r8.c: Regenerate. + * generated/unpack_c10.c: Regenerate. + * generated/unpack_c16.c: Regenerate. + * generated/unpack_c4.c: Regenerate. + * generated/unpack_c8.c: Regenerate. + * generated/unpack_i1.c: Regenerate. + * generated/unpack_i16.c: Regenerate. + * generated/unpack_i2.c: Regenerate. + * generated/unpack_i4.c: Regenerate. + * generated/unpack_i8.c: Regenerate. + * generated/unpack_r10.c: Regenerate. + * generated/unpack_r16.c: Regenerate. + * generated/unpack_r4.c: Regenerate. + * generated/unpack_r8.c: Regenerate. + +2016-12-21 Francois-Xavier Coudert + + * intrinsics/abort.c: Remove unused headers. + * intrinsics/access.c: Remove unused headers. + * intrinsics/chdir.c: Remove unused headers. + * intrinsics/chmod.c: Remove unused headers. + * intrinsics/cshift0.c: Remove unused headers. + * intrinsics/ctime.c: Remove unused headers. + * intrinsics/eoshift0.c: Remove unused headers. + * intrinsics/eoshift2.c: Remove unused headers. + * intrinsics/extends_type_of.c: Remove unused headers. + * intrinsics/link.c: Remove unused headers. + * intrinsics/pack_generic.c: Remove unused headers. + * intrinsics/perror.c: Remove unused headers. + * intrinsics/rename.c: Remove unused headers. + * intrinsics/reshape_generic.c: Remove unused headers. + * intrinsics/sleep.c: Remove unused headers. + * intrinsics/spread_generic.c: Remove unused headers. + * intrinsics/stat.c: Remove unused headers. + * intrinsics/string_intrinsics.c: Remove unused headers. + * intrinsics/symlnk.c: Remove unused headers. + * intrinsics/system.c: Remove unused headers. + * intrinsics/umask.c: Remove unused headers. + * intrinsics/unlink.c: Remove unused headers. + * intrinsics/unpack_generic.c: Remove unused headers. + * io/read.c: Remove unused headers. + * io/transfer.c: Remove unused headers. + * io/unix.c: Remove unused headers. + * io/write.c: Remove unused headers. + * m4/all.m4: Remove unused headers. + * m4/any.m4: Remove unused headers. + * m4/bessel.m4: Remove unused headers. + * m4/count.m4: Remove unused headers. + * m4/cshift0.m4: Remove unused headers. + * m4/cshift1.m4: Remove unused headers. + * m4/eoshift1.m4: Remove unused headers. + * m4/eoshift3.m4: Remove unused headers. + * m4/iall.m4: Remove unused headers. + * m4/iany.m4: Remove unused headers. + * m4/in_pack.m4: Remove unused headers. + * m4/in_unpack.m4: Remove unused headers. + * m4/iparity.m4: Remove unused headers. + * m4/maxloc0.m4: Remove unused headers. + * m4/maxloc1.m4: Remove unused headers. + * m4/maxval.m4: Remove unused headers. + * m4/minloc0.m4: Remove unused headers. + * m4/minloc1.m4: Remove unused headers. + * m4/minval.m4: Remove unused headers. + * m4/norm2.m4: Remove unused headers. + * m4/pack.m4: Remove unused headers. + * m4/parity.m4: Remove unused headers. + * m4/product.m4: Remove unused headers. + * m4/reshape.m4: Remove unused headers. + * m4/shape.m4: Remove unused headers. + * m4/spread.m4: Remove unused headers. + * m4/sum.m4: Remove unused headers. + * m4/unpack.m4: Remove unused headers. + * runtime/backtrace.c: Remove unused headers. + * runtime/convert_char.c: Remove unused headers. + * runtime/in_pack_generic.c: Remove unused headers. + * runtime/in_unpack_generic.c: Remove unused headers. + * runtime/main.c: Remove unused headers. + * runtime/stop.c: Remove unused headers. + * generated/all_l1.c: Regenerate. + * generated/all_l16.c: Regenerate. + * generated/all_l2.c: Regenerate. + * generated/all_l4.c: Regenerate. + * generated/all_l8.c: Regenerate. + * generated/any_l1.c: Regenerate. + * generated/any_l16.c: Regenerate. + * generated/any_l2.c: Regenerate. + * generated/any_l4.c: Regenerate. + * generated/any_l8.c: Regenerate. + * generated/bessel_r10.c: Regenerate. + * generated/bessel_r16.c: Regenerate. + * generated/bessel_r4.c: Regenerate. + * generated/bessel_r8.c: Regenerate. + * generated/count_16_l.c: Regenerate. + * generated/count_1_l.c: Regenerate. + * generated/count_2_l.c: Regenerate. + * generated/count_4_l.c: Regenerate. + * generated/count_8_l.c: Regenerate. + * generated/cshift0_c10.c: Regenerate. + * generated/cshift0_c16.c: Regenerate. + * generated/cshift0_c4.c: Regenerate. + * generated/cshift0_c8.c: Regenerate. + * generated/cshift0_i1.c: Regenerate. + * generated/cshift0_i16.c: Regenerate. + * generated/cshift0_i2.c: Regenerate. + * generated/cshift0_i4.c: Regenerate. + * generated/cshift0_i8.c: Regenerate. + * generated/cshift0_r10.c: Regenerate. + * generated/cshift0_r16.c: Regenerate. + * generated/cshift0_r4.c: Regenerate. + * generated/cshift0_r8.c: Regenerate. + * generated/cshift1_16.c: Regenerate. + * generated/cshift1_4.c: Regenerate. + * generated/cshift1_8.c: Regenerate. + * generated/eoshift1_16.c: Regenerate. + * generated/eoshift1_4.c: Regenerate. + * generated/eoshift1_8.c: Regenerate. + * generated/eoshift3_16.c: Regenerate. + * generated/eoshift3_4.c: Regenerate. + * generated/eoshift3_8.c: Regenerate. + * generated/iall_i1.c: Regenerate. + * generated/iall_i16.c: Regenerate. + * generated/iall_i2.c: Regenerate. + * generated/iall_i4.c: Regenerate. + * generated/iall_i8.c: Regenerate. + * generated/iany_i1.c: Regenerate. + * generated/iany_i16.c: Regenerate. + * generated/iany_i2.c: Regenerate. + * generated/iany_i4.c: Regenerate. + * generated/iany_i8.c: Regenerate. + * generated/in_pack_c10.c: Regenerate. + * generated/in_pack_c16.c: Regenerate. + * generated/in_pack_c4.c: Regenerate. + * generated/in_pack_c8.c: Regenerate. + * generated/in_pack_i1.c: Regenerate. + * generated/in_pack_i16.c: Regenerate. + * generated/in_pack_i2.c: Regenerate. + * generated/in_pack_i4.c: Regenerate. + * generated/in_pack_i8.c: Regenerate. + * generated/in_pack_r10.c: Regenerate. + * generated/in_pack_r16.c: Regenerate. + * generated/in_pack_r4.c: Regenerate. + * generated/in_pack_r8.c: Regenerate. + * generated/in_unpack_c10.c: Regenerate. + * generated/in_unpack_c16.c: Regenerate. + * generated/in_unpack_c4.c: Regenerate. + * generated/in_unpack_c8.c: Regenerate. + * generated/in_unpack_i1.c: Regenerate. + * generated/in_unpack_i16.c: Regenerate. + * generated/in_unpack_i2.c: Regenerate. + * generated/in_unpack_i4.c: Regenerate. + * generated/in_unpack_i8.c: Regenerate. + * generated/in_unpack_r10.c: Regenerate. + * generated/in_unpack_r16.c: Regenerate. + * generated/in_unpack_r4.c: Regenerate. + * generated/in_unpack_r8.c: Regenerate. + * generated/iparity_i1.c: Regenerate. + * generated/iparity_i16.c: Regenerate. + * generated/iparity_i2.c: Regenerate. + * generated/iparity_i4.c: Regenerate. + * generated/iparity_i8.c: Regenerate. + * generated/maxloc0_16_i1.c: Regenerate. + * generated/maxloc0_16_i16.c: Regenerate. + * generated/maxloc0_16_i2.c: Regenerate. + * generated/maxloc0_16_i4.c: Regenerate. + * generated/maxloc0_16_i8.c: Regenerate. + * generated/maxloc0_16_r10.c: Regenerate. + * generated/maxloc0_16_r16.c: Regenerate. + * generated/maxloc0_16_r4.c: Regenerate. + * generated/maxloc0_16_r8.c: Regenerate. + * generated/maxloc0_4_i1.c: Regenerate. + * generated/maxloc0_4_i16.c: Regenerate. + * generated/maxloc0_4_i2.c: Regenerate. + * generated/maxloc0_4_i4.c: Regenerate. + * generated/maxloc0_4_i8.c: Regenerate. + * generated/maxloc0_4_r10.c: Regenerate. + * generated/maxloc0_4_r16.c: Regenerate. + * generated/maxloc0_4_r4.c: Regenerate. + * generated/maxloc0_4_r8.c: Regenerate. + * generated/maxloc0_8_i1.c: Regenerate. + * generated/maxloc0_8_i16.c: Regenerate. + * generated/maxloc0_8_i2.c: Regenerate. + * generated/maxloc0_8_i4.c: Regenerate. + * generated/maxloc0_8_i8.c: Regenerate. + * generated/maxloc0_8_r10.c: Regenerate. + * generated/maxloc0_8_r16.c: Regenerate. + * generated/maxloc0_8_r4.c: Regenerate. + * generated/maxloc0_8_r8.c: Regenerate. + * generated/maxloc1_16_i1.c: Regenerate. + * generated/maxloc1_16_i16.c: Regenerate. + * generated/maxloc1_16_i2.c: Regenerate. + * generated/maxloc1_16_i4.c: Regenerate. + * generated/maxloc1_16_i8.c: Regenerate. + * generated/maxloc1_16_r10.c: Regenerate. + * generated/maxloc1_16_r16.c: Regenerate. + * generated/maxloc1_16_r4.c: Regenerate. + * generated/maxloc1_16_r8.c: Regenerate. + * generated/maxloc1_4_i1.c: Regenerate. + * generated/maxloc1_4_i16.c: Regenerate. + * generated/maxloc1_4_i2.c: Regenerate. + * generated/maxloc1_4_i4.c: Regenerate. + * generated/maxloc1_4_i8.c: Regenerate. + * generated/maxloc1_4_r10.c: Regenerate. + * generated/maxloc1_4_r16.c: Regenerate. + * generated/maxloc1_4_r4.c: Regenerate. + * generated/maxloc1_4_r8.c: Regenerate. + * generated/maxloc1_8_i1.c: Regenerate. + * generated/maxloc1_8_i16.c: Regenerate. + * generated/maxloc1_8_i2.c: Regenerate. + * generated/maxloc1_8_i4.c: Regenerate. + * generated/maxloc1_8_i8.c: Regenerate. + * generated/maxloc1_8_r10.c: Regenerate. + * generated/maxloc1_8_r16.c: Regenerate. + * generated/maxloc1_8_r4.c: Regenerate. + * generated/maxloc1_8_r8.c: Regenerate. + * generated/maxval_i1.c: Regenerate. + * generated/maxval_i16.c: Regenerate. + * generated/maxval_i2.c: Regenerate. + * generated/maxval_i4.c: Regenerate. + * generated/maxval_i8.c: Regenerate. + * generated/maxval_r10.c: Regenerate. + * generated/maxval_r16.c: Regenerate. + * generated/maxval_r4.c: Regenerate. + * generated/maxval_r8.c: Regenerate. + * generated/minloc0_16_i1.c: Regenerate. + * generated/minloc0_16_i16.c: Regenerate. + * generated/minloc0_16_i2.c: Regenerate. + * generated/minloc0_16_i4.c: Regenerate. + * generated/minloc0_16_i8.c: Regenerate. + * generated/minloc0_16_r10.c: Regenerate. + * generated/minloc0_16_r16.c: Regenerate. + * generated/minloc0_16_r4.c: Regenerate. + * generated/minloc0_16_r8.c: Regenerate. + * generated/minloc0_4_i1.c: Regenerate. + * generated/minloc0_4_i16.c: Regenerate. + * generated/minloc0_4_i2.c: Regenerate. + * generated/minloc0_4_i4.c: Regenerate. + * generated/minloc0_4_i8.c: Regenerate. + * generated/minloc0_4_r10.c: Regenerate. + * generated/minloc0_4_r16.c: Regenerate. + * generated/minloc0_4_r4.c: Regenerate. + * generated/minloc0_4_r8.c: Regenerate. + * generated/minloc0_8_i1.c: Regenerate. + * generated/minloc0_8_i16.c: Regenerate. + * generated/minloc0_8_i2.c: Regenerate. + * generated/minloc0_8_i4.c: Regenerate. + * generated/minloc0_8_i8.c: Regenerate. + * generated/minloc0_8_r10.c: Regenerate. + * generated/minloc0_8_r16.c: Regenerate. + * generated/minloc0_8_r4.c: Regenerate. + * generated/minloc0_8_r8.c: Regenerate. + * generated/minloc1_16_i1.c: Regenerate. + * generated/minloc1_16_i16.c: Regenerate. + * generated/minloc1_16_i2.c: Regenerate. + * generated/minloc1_16_i4.c: Regenerate. + * generated/minloc1_16_i8.c: Regenerate. + * generated/minloc1_16_r10.c: Regenerate. + * generated/minloc1_16_r16.c: Regenerate. + * generated/minloc1_16_r4.c: Regenerate. + * generated/minloc1_16_r8.c: Regenerate. + * generated/minloc1_4_i1.c: Regenerate. + * generated/minloc1_4_i16.c: Regenerate. + * generated/minloc1_4_i2.c: Regenerate. + * generated/minloc1_4_i4.c: Regenerate. + * generated/minloc1_4_i8.c: Regenerate. + * generated/minloc1_4_r10.c: Regenerate. + * generated/minloc1_4_r16.c: Regenerate. + * generated/minloc1_4_r4.c: Regenerate. + * generated/minloc1_4_r8.c: Regenerate. + * generated/minloc1_8_i1.c: Regenerate. + * generated/minloc1_8_i16.c: Regenerate. + * generated/minloc1_8_i2.c: Regenerate. + * generated/minloc1_8_i4.c: Regenerate. + * generated/minloc1_8_i8.c: Regenerate. + * generated/minloc1_8_r10.c: Regenerate. + * generated/minloc1_8_r16.c: Regenerate. + * generated/minloc1_8_r4.c: Regenerate. + * generated/minloc1_8_r8.c: Regenerate. + * generated/minval_i1.c: Regenerate. + * generated/minval_i16.c: Regenerate. + * generated/minval_i2.c: Regenerate. + * generated/minval_i4.c: Regenerate. + * generated/minval_i8.c: Regenerate. + * generated/minval_r10.c: Regenerate. + * generated/minval_r16.c: Regenerate. + * generated/minval_r4.c: Regenerate. + * generated/minval_r8.c: Regenerate. + * generated/norm2_r10.c: Regenerate. + * generated/norm2_r16.c: Regenerate. + * generated/norm2_r4.c: Regenerate. + * generated/norm2_r8.c: Regenerate. + * generated/pack_c10.c: Regenerate. + * generated/pack_c16.c: Regenerate. + * generated/pack_c4.c: Regenerate. + * generated/pack_c8.c: Regenerate. + * generated/pack_i1.c: Regenerate. + * generated/pack_i16.c: Regenerate. + * generated/pack_i2.c: Regenerate. + * generated/pack_i4.c: Regenerate. + * generated/pack_i8.c: Regenerate. + * generated/pack_r10.c: Regenerate. + * generated/pack_r16.c: Regenerate. + * generated/pack_r4.c: Regenerate. + * generated/pack_r8.c: Regenerate. + * generated/parity_l1.c: Regenerate. + * generated/parity_l16.c: Regenerate. + * generated/parity_l2.c: Regenerate. + * generated/parity_l4.c: Regenerate. + * generated/parity_l8.c: Regenerate. + * generated/product_c10.c: Regenerate. + * generated/product_c16.c: Regenerate. + * generated/product_c4.c: Regenerate. + * generated/product_c8.c: Regenerate. + * generated/product_i1.c: Regenerate. + * generated/product_i16.c: Regenerate. + * generated/product_i2.c: Regenerate. + * generated/product_i4.c: Regenerate. + * generated/product_i8.c: Regenerate. + * generated/product_r10.c: Regenerate. + * generated/product_r16.c: Regenerate. + * generated/product_r4.c: Regenerate. + * generated/product_r8.c: Regenerate. + * generated/reshape_c10.c: Regenerate. + * generated/reshape_c16.c: Regenerate. + * generated/reshape_c4.c: Regenerate. + * generated/reshape_c8.c: Regenerate. + * generated/reshape_i16.c: Regenerate. + * generated/reshape_i4.c: Regenerate. + * generated/reshape_i8.c: Regenerate. + * generated/reshape_r10.c: Regenerate. + * generated/reshape_r16.c: Regenerate. + * generated/reshape_r4.c: Regenerate. + * generated/reshape_r8.c: Regenerate. + * generated/shape_i1.c: Regenerate. + * generated/shape_i16.c: Regenerate. + * generated/shape_i2.c: Regenerate. + * generated/shape_i4.c: Regenerate. + * generated/shape_i8.c: Regenerate. + * generated/spread_c10.c: Regenerate. + * generated/spread_c16.c: Regenerate. + * generated/spread_c4.c: Regenerate. + * generated/spread_c8.c: Regenerate. + * generated/spread_i1.c: Regenerate. + * generated/spread_i16.c: Regenerate. + * generated/spread_i2.c: Regenerate. + * generated/spread_i4.c: Regenerate. + * generated/spread_i8.c: Regenerate. + * generated/spread_r10.c: Regenerate. + * generated/spread_r16.c: Regenerate. + * generated/spread_r4.c: Regenerate. + * generated/spread_r8.c: Regenerate. + * generated/sum_c10.c: Regenerate. + * generated/sum_c16.c: Regenerate. + * generated/sum_c4.c: Regenerate. + * generated/sum_c8.c: Regenerate. + * generated/sum_i1.c: Regenerate. + * generated/sum_i16.c: Regenerate. + * generated/sum_i2.c: Regenerate. + * generated/sum_i4.c: Regenerate. + * generated/sum_i8.c: Regenerate. + * generated/sum_r10.c: Regenerate. + * generated/sum_r16.c: Regenerate. + * generated/sum_r4.c: Regenerate. + * generated/sum_r8.c: Regenerate. + * generated/unpack_c10.c: Regenerate. + * generated/unpack_c16.c: Regenerate. + * generated/unpack_c4.c: Regenerate. + * generated/unpack_c8.c: Regenerate. + * generated/unpack_i1.c: Regenerate. + * generated/unpack_i16.c: Regenerate. + * generated/unpack_i2.c: Regenerate. + * generated/unpack_i4.c: Regenerate. + * generated/unpack_i8.c: Regenerate. + * generated/unpack_r10.c: Regenerate. + * generated/unpack_r16.c: Regenerate. + * generated/unpack_r4.c: Regenerate. + * generated/unpack_r8.c: Regenerate. + +2016-12-21 Francois-Xavier Coudert + + PR libfortran/70311 + * intrinsics/selected_char_kind.c: Include header. + * runtime/environ.c: Include header. + * runtime/string.c: Include header. + +2016-12-21 Francois-Xavier Coudert + + * gfortran.map: Remove _gfortran_ftell2. + * io/intrinsics.c (ftell): Remove. + (ftell2): Rename to ftell. + +2016-12-21 Francois-Xavier Coudert + + * gfortran.map: Move all _gfortran_* __iso_c_binding_* symbols + to GFORTRAN_7. Rename F2C_1.0 to GFORTRAN_F2C_7. Move all C99 + compatibility symbols to GFORTRAN_C99_7. + +2016-12-19 Francois-Xavier Coudert + + * runtime/compile_options.c (set_options): Remove unused elements. + +2016-12-19 Janne Blomqvist + + * Actually remove files that should have been removed by r243799. + +2016-12-19 Francois-Xavier Coudert + + * gfortran.map: Remove _gfortran_stop_numeric_f08. + * runtime/stop.c: Rename stop_numeric_f08 into stop_numeric. + +2016-12-19 Francois-Xavier Coudert + + * Makefile.am: Remove ISO_C_BINDING runtime functions. + * Makefile.in: Regenerate. + * gfortran.map: Remove all __iso_c_binding_c_f_pointer_* symbols. + * intrinsics/iso_c_binding.h: Remove. + * intrinsics/iso_c_binding.c: Remove. + * intrinsics/iso_c_generated_procs.c: Remove. + +2016-12-19 Francois-Xavier Coudert + + * Makefile.am: Remove intrinsics/bit_intrinsics.c. + * Makefile.in: Regenerate. + * gfortran.map: Remove _gfortran_clz128 and _gfortran_ctz128. + * intrinsics/bit_intrinsics.c: Remove. + +2016-12-19 Janne Blomqvist + + * Makefile.am: Remove exponent, fraction, nearest, rrspacing, + set_exponent, spacing, transpose, malloc, transpose_generic. + * Makefile.in: Regenerate. + * generated/exponent_r10.c: Remove. + * generated/exponent_r16.c: Remove. + * generated/exponent_r4.c: Remove. + * generated/exponent_r8.c: Remove. + * generated/fraction_r10.c: Remove. + * generated/fraction_r16.c: Remove. + * generated/fraction_r4.c: Remove. + * generated/fraction_r8.c: Remove. + * generated/nearest_r10.c: Remove. + * generated/nearest_r16.c: Remove. + * generated/nearest_r4.c: Remove. + * generated/nearest_r8.c: Remove. + * generated/rrspacing_r10.c: Remove. + * generated/rrspacing_r16.c: Remove. + * generated/rrspacing_r4.c: Remove. + * generated/rrspacing_r8.c: Remove. + * generated/set_exponent_r10.c: Remove. + * generated/set_exponent_r16.c: Remove. + * generated/set_exponent_r4.c: Remove. + * generated/set_exponent_r8.c: Remove. + * generated/spacing_r10.c: Remove. + * generated/spacing_r16.c: Remove. + * generated/spacing_r4.c: Remove. + * generated/spacing_r8.c: Remove. + * generated/transpose_c10.c: Remove. + * generated/transpose_c16.c: Remove. + * generated/transpose_c4.c: Remove. + * generated/transpose_c8.c: Remove. + * generated/transpose_i16.c: Remove. + * generated/transpose_i4.c: Remove. + * generated/transpose_i8.c: Remove. + * generated/transpose_r10.c: Remove. + * generated/transpose_r16.c: Remove. + * generated/transpose_r4.c: Remove. + * generated/transpose_r8.c: Remove. + * gfortran.map: Remove exponent, fraction, nearest, rrspacing, + set_exponent, spacing, transpose, malloc, free, transpose_generic, + store_exe_path. + * intrinsics/malloc.c: Remove. + * intrinsics/transpose_generic.c: Remove. + * libgfortran.h (store_exe_path): Remove. + * m4/exponent.m4: Remove. + * m4/fraction.m4: Remove. + * m4/nearest.m4: Remove. + * m4/rrspacing.m4: Remove. + * m4/set_exponent.m4: Remove. + * m4/spacing.m4: Remove. + * m4/transpose.m4: Remove. + * runtime/main.c (store_exe_path): Remove. + +2016-12-19 Francois-Xavier Coudert + + * intrinsics/chmod.c (chmod_internal): Fix case where mode_t is + different from unsigned int. + +2016-12-18 Dominique d'Humieres + + PR fortran/78545 + * intrinsics/date_and_time.c: Fix comments for GMTIME and LTIME. + +2016-12-16 Jerry DeLisle + + PR fortran/78622 + * io/transfer.c (get_dt_format): New static function to alloc + and set the DT iotype string, handling doubled quotes. + (formatted_transfer_scalar_read, + formatted_transfer_scalar_write): Use new function. + +2016-12-12 Rainer Orth + + * configure.ac: Call GCC_CHECK_LINKER_HWCAP. + * Makefile.am (libgfortran_la_LDFLAGS): Add HWCAP_LDFLAGS. + * aclocal.m4: Regenerate. + * configure: Regenerate. + * Makefile.in: Regenerate. + +2016-12-03 Thomas Koenig + + PR fortran/78379 + * Makefile.am: Add dependence of m4/matmul_internal_m4 to + mamtul files.. + * Makefile.in: Regenerated. + * acinclude.m4: Check for AVX, AVX2 and AVX512F. + * config.h.in: Add HAVE_AVX, HAVE_AVX2 and HAVE_AVX512F. + * configure: Regenerated. + * configure.ac: Use checks for AVX, AVX2 and AVX_512F. + * m4/matmul_internal.m4: New file. working part of matmul.m4. + * m4/matmul.m4: Implement architecture-specific switching + for AVX, AVX2 and AVX512F by including matmul_internal.m4 + multiple times. + * generated/matmul_c10.c: Regenerated. + * generated/matmul_c16.c: Regenerated. + * generated/matmul_c4.c: Regenerated. + * generated/matmul_c8.c: Regenerated. + * generated/matmul_i1.c: Regenerated. + * generated/matmul_i16.c: Regenerated. + * generated/matmul_i2.c: Regenerated. + * generated/matmul_i4.c: Regenerated. + * generated/matmul_i8.c: Regenerated. + * generated/matmul_r10.c: Regenerated. + * generated/matmul_r16.c: Regenerated. + * generated/matmul_r4.c: Regenerated. + * generated/matmul_r8.c: Regenerated. + +2016-11-30 Andre Vehreschild + + * caf/single.c (_gfortran_caf_get_by_ref): Prevent compile time + warning. + (_gfortran_caf_send_by_ref): Same. + (_gfortran_caf_is_present): Prevent fallthrough warnings. + +2016-11-30 Andre Vehreschild + + * caf/libcaf.h: Add new action types for (de-)registration of + allocatable components in derived type coarrays. Add _caf_is_present + prototype. + * caf/single.c (_gfortran_caf_register): Add support for registration + only and allocation of already registered allocatable components in + derived type coarrays. + (_gfortran_caf_deregister): Add mode to deallocate but not deregister + an allocatable component in a derived type coarray. + (_gfortran_caf_is_present): New function. Query whether an + allocatable component in a derived type coarray on a remote image is + allocated. + +2016-11-16 Jerry DeLisle + + PR libgfortran/51119 + * Makefile.am: Remove -fno-protect-parens -fstack-arrays. + * Makefile.in: Regenerate. + +2016-11-16 Szabolcs Nagy + + PR libgfortran/78314 + * config/fpu-glibc.h (support_fpu_trap): Use feenableexcept. + +2016-11-15 Jerry DeLisle + Thomas Koenig + + PR libgfortran/51119 + * Makefile.am: Add new optimization flags matmul. + * Makefile.in: Regenerate. + * m4/matmul.m4: For the case of all strides = 1, implement a + fast blocked matrix multiply. Fix some whitespace. + * generated/matmul_c10.c: Regenerate. + * generated/matmul_c16.c: Regenerate. + * generated/matmul_c4.c: Regenerate. + * generated/matmul_c8.c: Regenerate. + * generated/matmul_i1.c: Regenerate. + * generated/matmul_i16.c: Regenerate. + * generated/matmul_i2.c: Regenerate. + * generated/matmul_i4.c: Regenerate. + * generated/matmul_i8.c: Regenerate. + * generated/matmul_r10.c: Regenerate. + * generated/matmul_r16.c: Regenerate. + * generated/matmul_r4.c: Regenerate. + * generated/matmul_r8.c: Regenerate. + +2016-11-15 Matthias Klose + + * configure: Regenerate. + +2016-11-03 Fritz Reese + + * io/io.h (IOPARM_DT_DEFAULT_EXP): New flag bit. + * io/list_read.c (parse_real, read_real): Allow omission of exponent + with IOPARM_DT_DEFAULT_EXP. + * io/read.c (read_f): Ditto. + +2016-10-31 Jerry DeLisle + + PR libgfortran/54679 + * io/format.c (parse_format_list): Adjust checks for FMT_L to + treat a zero width as an extension, giving warnings or error + as appropriate. Improve messages. + +2016-10-30 Jerry DeLisle + + PR fortran/78123 + * io/transfer.c (formatted_transfer_scalar_read): Clear seen_eor + only if we have tabbed to left of current position. + +2016-10-26 Fritz Reese + + * libgfortran.h (IOPARM_OPEN_HAS_READONLY, IOPARM_OPEN_HAS_SHARE, + IOPARM_OPEN_HAS_CC): New for READONLY, SHARE, and CARRIAGECONTROL. + * io/close.c (st_close): Support READONLY. + * io/io.h (st_parameter_open, unit_flags): Support SHARE, + CARRIAGECONTROL, and READONLY. + * io/open.c (st_open): Ditto. + * io/transfer.c (data_transfer_init): Ditto. + * io/io.h (st_parameter_dt): New member 'cc' for CARRIAGECONTROL. + * io/write.c (write_check_cc, write_cc): New functions for + CARRIAGECONTROL. + * io/transfer.c (next_record_cc): Ditto. + * io/file_pos.c (st_endfile): Support SHARE and CARRIAGECONTROL. + * io/io.h (st_parameter_inquire): Ditto. + * io/open.c (edit_modes, new_unit): Ditto. + * io/inquire.c (inquire_via_unit, inquire_via_filename): Ditto. + * io/io.h (unit_share, unit_cc, cc_fortran, IOPARM_INQUIRE_HAS_SHARE, + IOPARM_INQUIRE_HAS_CC): New for SHARE and CARRIAGECONTROL. + * io/open.c (share_opt, cc_opt): Ditto. + * io/read.c (read_x): Support CARRIAGECONTROL. + * io/transfer.c (read_sf, next_record_r, next_record_w): Ditto. + * io/write.c (list_formatted_write_scalar, write_a): Ditto. + * io/unix.h (close_share): New prototype. + * io/unix.c (open_share, close_share): New functions to handle SHARE. + * io/unix.c (open_external): Handle READONLY. Call open_share. + * io/close.c (st_close): Call close_share. + +2016-10-24 Jerry DeLisle + + PR fortran/77828 + * io/io.h (st_parameter_dt): Reorder for readability and sanity. + * io/transfer.c (data_transfer_init): Remove TODO and enable the + runtime error message, rec= specifier not allowed in STREAM + access. + * libtool-version: Bump major version of libgfortran to 4. + +2016-10-21 Jerry DeLisle + + PR libfortran/78055 + * io/io.h (st_parameter_dt): Restore GFC_IO_INT to maintain + alignment. + +2016-10-20 Jerry DeLisle + + * io/transfer.c (finalize_transfer): Free format data in child + procedures. (st_read_done, st_write_done): Don't free format + hash table. + +2016-10-17 Jerry DeLisle + + PR fortran/48298 + * io/io.h: Move size_used from dtp to unit structure. Add bool + has_size to unit structure. + * io/read.c (read_x): Use has_size and size_used. + * io/transfer.c (read_sf_internal,read_sf,read_block_form, + read_block_form4): Likewise. + (data_transfer_init): If parent, initialize the size variables. + (finalize_transfer): Set the size variable using size_used in + gfc_unit. (write_block): Delete bogus/dead code. + +2016-10-16 Janne Blomqvist + + PR libfortran/48587 + * io/transfer.c (data_transfer_init): Improve error message, + remove redundant check. + +2016-10-15 Janne Blomqvist + + PR libfortran/48587 + * io/io.h (get_unique_unit_number): Remove prototype. + (newunit_alloc): New prototype. + * io/open.c (st_open): Call newunit_alloc. + * io/unit.c (newunits,newunit_size,newunit_lwi): New static + variables. + (GFC_FIRST_NEWUNIT): Rename to NEWUNIT_START. + (next_available_newunit): Remove variable. + (get_unit): Call newunit_alloc, don't try to create negative + external unit. + (close_unit_1): Call newunit_free. + (close_units): Free newunits array. + (get_unique_number): Remove function. + (newunit_alloc): New function. + (newunit_free): New function. + * io/transfer.c (data_transfer_init): Check for invalid unit + number. + +2016-10-09 Janne Blomqvist + + PR libfortran/67585 + * io/io.h: TEMP_FAILURE_RETRY: Define macro if not found. + * io/unix.c (raw_read): Handle EINTR. + (raw_write): Check for return value -1. + (raw_seek): Handle EINTR. + (raw_tell): Likewise. + (raw_size): Likewise. + (raw_truncate): Likewise. + (raw_close): Likewise. + (buf_flush): Call raw_seek instead of lseek. + (buf_read): Likewise. + (buf_write): Likewise. + (fd_to_stream): Handle EINTR. + (tempfile_open): Likewise. + (regular_file2): Likewise. + (compare_file_filename): Likewise. + (find_file): Likewise. + (inquire_sequential): Likewise. + (inquire_direct): Likewise. + (inquire_formatted): Likewise. + +2016-10-05 Jerry DeLisle + + PR fortran/77868 + * io/inquire.c (inquire_via_unit): NULL guard the check for + internal unit passed into child IO procedure. + +2016-10-04 Jerry DeLisle + + * io/inquire.c (inquire_via_unit): Add check for internal unit + passed into child IO procedure. + +2016-10-01 Andre Vehreschild + + PR fortran/77663 + * caf/single.c (caf_internal_error): Fix not terminating va-list. + (_gfortran_caf_register): Free memory also when other allocs failed. + (_gfortran_caf_get_by_ref): Fixed style. + (send_by_ref): Token is now stored at the correct position preventing + inaccessible tokens, memory loss and possibly crashes. + +2016-09-28 Jerry DeLisle + + PR libgfortran/77707 + io/transfer.c (next_record): Flush before calculating next_record. + Correctly calculate. + +2016-09-23 Jerry DeLisle + + PR libgfortran/48298 + * io/inquire.c (inquire_via_unit): Adjust error check for the + two possible internal unit KINDs. + * io/io.h: Adjust defines for is_internal_unit and + is_char4_unit. (gfc_unit): Add internal unit data to structure. + (get_internal_unit): Change declaration to set_internal_unit. + (free_internal_unit): Change name to stash_internal_unit_number. + (get_unique_unit_number): Adjust parameter argument. + Define IOPARM_DT_HAS_UDTIO. (gfc_saved_unit): New structure. + * io/list_read.c (next_char_internal): Use is_char4_unit. + * io/open.c (st_open): Adjust call to get_unique_unit_number. + * io/transfer.c (write_block): Use is_char4_unit. + (data_transfer_init): Update check for unit numbers. + (st_read_done): Free the various allocated memories used for the + internal units and stash the negative unit number and pointer to unit + structure to allow reuse. (st_write_done): Likewise stash the freed + unit. + * io/unit.c: Create a fixed size buffer of 16 gfc_saved_unit's to use + as a stack to save newunit unit numbers and unit structure for reuse. + (get_external_unit): Change name to get_gfc_unit to better + reflect what it does. (find_unit): Change call to get_gfc_unit. + (find_or_create_unit): Likewise. (get_internal_unit): Change + name to set_internal_unit. Move internal unit from the dtp + structure to the gfc_unit structure so that it can be passed to + child I/O statements through the UNIT. + (free_internal_unit): Change name to stash_internal_unit_number. + Push the common.unit number onto the newunit stack, saving it + for possible reuse later. (get_unit): Set the internal unit + KIND. Use get_unique_unit_number to get a negative unit number + for the internal unit. Use get_gfc_unit to get the unit structure + and use set_internal_unit to initialize it. + (init_units): Initialize the newunit stack. + (get_unique_unit_number): Check the stack for an available unit + number and use it. If none there get the next most negative + number. (close_units): Free any unit structures pointed to from the save + stack. + +2016-09-21 Janne Blomqvist + + * intrinsics/random.c (getosrandom): Use rand_s() on + MinGW-w64. Fix bounds overflow in fallback code. + +2016-09-19 Andre Vehreschild + + * caf/libcaf.h: Add caf_reference_type. + * caf/mpi.c: Adapted signature of caf_register(). + * caf/single.c (struct caf_single_token): Added to keep the pointer + to the memory registered and array descriptor. + (caf_internal_error): Added convenience interface. + (_gfortran_caf_register): Adapted to work with caf_single_token and + return memory in the array descriptor. + (_gfortran_caf_deregister): Same. + (assign_char1_from_char4): Fixed style. + (convert_type): Fixed incorrect conversion. + (_gfortran_caf_get): Adapted to work with caf_single_token. + (_gfortran_caf_send): Same. + (_gfortran_caf_sendget): Same. + (copy_data): Added to stop repeating it in all _by_ref functions. + (get_for_ref): Recursive getting of coarray data using a chain of + references. + (_gfortran_caf_get_by_ref): Driver for computing the memory needed for + the get and checking properties of the operation. + (send_by_ref): Same as get_for_ref but for sending data. + (_gfortran_caf_send_by_ref): Same like caf_get_by_ref but for sending. + (_gfortran_caf_sendget_by_ref): Uses get_by_ref and send_by_ref to + implement sendget for reference chains. + (_gfortran_caf_atomic_define): Adapted to work with caf_single_token. + (_gfortran_caf_atomic_ref): Likewise. + (_gfortran_caf_atomic_cas): Likewise. + (_gfortran_caf_atomic_op): Likewise. + (_gfortran_caf_event_post): Likewise. + (_gfortran_caf_event_wait): Likewise. + (_gfortran_caf_event_query): Likewise. + (_gfortran_caf_lock): Likewise. + (_gfortran_caf_unlock): Likewise. + +2016-09-09 Steven G. Kargl + + PR fortran/77507 + * ieee/ieee_arithmetic.F90 (IEEE_VALUE_4,IEEE_VALUE_8,IEEE_VALULE_10, + IEEE_VALUE_16): Use correct keyword. + +2016-09-06 Jerry DeLisle + + PR libgfortran/77393 + * io/write_float.def (build_float_string): Recognize when the + result will not fit in the user provided, star fill, and exit + early. + +2016-08-31 Jerry DeLisle + + PR libgfortran/77393 + * io/write.c (kind_from_size): New function to calculate required buffer + size based on kind type. (select_buffer, select_string): Use new + function. (write_float_0, write_real, write_real_g0, write_complex): + Adjust calls to pass parameters needed by new function. + +2016-08-31 Jerry DeLisle + Paul Thomas + + PR libgfortran/48298 + * gfortran.map : Flag _st_set_nml_dtio_var and + _gfortran_transfer_derived. + * io/format.c (format_lex): Detect DTIO formatting. + (parse_format_list): Parse the DTIO format. + (next_format): Include FMT_DT. + * io/format.h : Likewise. Add structure 'udf' to structure + 'fnode' to carry the IOTYPE string and the 'vlist'. + * io/io.h : Add prototypes for the two types of DTIO subroutine + and a typedef for gfc_class. Also, add to 'namelist_type' + fields for the pointer to the DTIO procedure and the vtable. + Add fields to struct st_parameter_dt for pointers to the two + types of DTIO subroutine. Add to gfc_unit DTIO specific fields. + (internal_proto): Add prototype for 'read_user_defined' and + 'write_user_defined'. + * io/list_read.c (check_buffers): Use the 'current_unit' field. + (unget_char): Likewise. + (eat_spaces): Likewise. + (list_formatted_read_scalar): For case BT_CLASS, call the DTIO + procedure. + (nml_get_obj_data): Likewise when DTIO procedure is present,. + * io/transfer.c : Export prototypes for 'transfer_derived' and + 'transfer_derived_write'. + (unformatted_read): For case BT_CLASS, call the DTIO procedure. + (unformatted_write): Likewise. + (formatted_transfer_scalar_read): Likewise. + (formatted_transfer_scalar_write: Likewise. + (transfer_derived): New function. + (data_transfer_init): Set last_char if no child_dtio. + (finalize_transfer): Return if child_dtio set. + (st_write_done): Add condition for child_dtio not set. + Add extra arguments for st_set_nml_var prototype. + (set_nml_var): New function that contains the contents of the + old version of st_set_nml_var. Also sets the 'dtio_sub' and + 'vtable' fields of the 'nml' structure. + (st_set_nml_var): Now just calls set_nml_var with 'dtio_sub' + and 'vtable' NULL. + (st_set_nml_dtio_var): New function that calls set_nml_var. + * io/unit.c (get_external_unit): If the found unit child_dtio + is non zero, don't do any mutex locking/unlocking. Just + return the unit. + * io/unix.c (tempfile_open): Revert to C style comment. + * io/write.c (list_formatted_write_scalar): Do the DTIO call. + (nml_write_obj): Add BT_CLASS and do the DTIO call. + +2016-08-29 Nathan Sidwell + + * configure.ac (nvptx-*): Hardwire newlib. + * configure: Rebuilt. + +2016-08-19 Janne Blomqvist + + * intrinsics/random.c (xor_keys): New array with "secret" keys. + (scramble_seed): XOR given seed with xor_keys array rather than + shuffling bytes. + (unscramble_seed): Remove function. + (random_seed_i4): Use new scramble_seed. + (random_seed_i8): Likewise. + +2016-08-19 Janne Blomqvist + + * intrinsics/random.c (master_init): New variable. + (init_rand_state): Move below getosrandom (), maybe initialize + master_state. + (random_seed_i4): If called with no arguments, set master_init to + false, and reinitialize. If called with PUT=, set master_init to + true. + (random_seed_i8): Likewise. + +2016-08-11 Rainer Orth + + * intrinsics/random.c: Include . + +2016-08-11 Janne Blomqvist + + * intrinsics/random.c: Replace KISS with xorshift1024* using + per-thread state. + * runtime/main.c (init): Don't call random_seed_i4. + +2016-07-22 Andre Vehreschild + + * caf/libcaf.h: Add parameter stat to caf_get() and + caf_send()'s function prototypes. + * caf/single.c (_gfortran_caf_get): Implement reporting + error using stat instead of abort(). + (_gfortran_caf_send): Same. + (_gfortran_caf_sendget): Use NULL for stat when calling + caf_send(). + +2016-06-23 Jerry DeLisle + + PR libgfortran/48852 + * io/write.c: Cleaned up whitespace. + (write_d, write_e, write_f, write_es, write_en): Use new helper + function write_float_0. + (write_float_0): New helper function. + (get_precision, select_buffer, select_string, write_float_string): New + helper functions used in remaining float writing functions. + Helper function write_float_string now contains code for writing + to kind=4 character internal units. + (write_real): Modified to establish working buffers at this level + and to use new helper functions. + (write_real_g0): Likewise modified. + (write_complex): Likewise modified. Gets both float strings before + output so that final lengths can be determined which allows right + justifying the complex number with no intervening spaces. + * io/write_float.def (build_float_string): Renamed from previosly + output_float, modified to use buffers passed in from higher functions, + builds a null terminated string of the floating point value. Character + kind=4 code eliminated. + (write_infnan): Likewise modified to use incoming buffers and eliminate + kind=4 related code. + (OUTPUT_FLOAT_FMT_G): Deleted, functionality moved into FORMAT_FLOAT. + (FORMAT_FLOAT): Renamed macro from WRITE_FLOAT. Use build_float_string. + (get_float_string): Renamed from write_float, uses FORMAT_FLOAT macro. + Buffer allocation removed, now at higher level. + +2016-05-23 Jerry DeLisle + + PR libgfortran/71123 + * io/list_read (eat_spaces): Eat '\r' as part of spaces. + +2016-04-19 Jerry DeLisle + + PR libgfortran/70684 + * io/list_read (check_buffers): Add '\r' to check for end of line. + +2016-03-30 Jerry DeLisle + Dominique d'Humieres + + PR libgfortran/70235 + * io/write_float.def: Fix PF format for negative values of the scale + factor. + +2016-03-28 Alessandro Fanfarillo + + * caf/libcaf.h: caf_stop_numeric and caf_stop_str prototype. + * caf/single.c: _gfortran_caf_stop_numeric and + _gfortran_caf_stop_str implementation. + +2016-02-23 Jerry DeLisle + + PR libgfortran/69456 + * io/list_read.c (read_real): If digit is missing from exponent issue + an error. (parse_real): Likewise and adjusted error message to clarify + it is part of a complex number. + (nml_read_obj): Bump item count and add comment that this is used to + identify which item in a namelist read has a problem. + +2016-02-17 Jerry DeLisle + + PR libgfortran/69651 + * io/list_read.c (push_char4): Fix the pointer usage for xrealloc. + +2016-02-15 Jerry DeLisle + + PR libgfortran/69651 + * io/list_read.c: Entire file trailing spaces removed. + (CASE_SEPARATORS): Remove '!'. + (is_separator): Add namelist mode as condition with '!'. + (push_char): Remove un-needed memset. (push_char4): Likewise and remove + 'new' pointer. (eat_separator): Remove un-needed use of notify_std. + (read_logical): If '!' bang encountered when not in namelist mode got + bad_logical to give an error. (read_integer): Likewise reject '!'. + (read_character): Remove condition testing c = '!' which is now inside + the is_separator macro. (parse_real): Reject '!' unless in namelist mode. + (read_complex): Reject '!' unless in namelist mode. (read_real): Likewise + reject '!'. + +2016-02-12 Jerry DeLisle + + PR libgfortran/69668 + * io/list_read.c (read_character): Remove code related to DELIM_NONE. + +2016-01-23 John David Anglin + + PR libfortran/68744 + * runtime/backtrace.c: Include gthr.h. + (show_backtrace): Use __gthread_active_p() to determine whether threads + are active. Return if lbstate is NULL. + +2016-01-15 Jakub Jelinek + + * intrinsics/execute_command_line.c (set_cmdstat): Use "%s", msg + instead of msg to avoid -Wformat-security warning. + +2016-01-04 Jakub Jelinek + + Update copyright years. + +Copyright (C) 2016 Free Software Foundation, Inc. + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. diff --git a/libgfortran/c99_protos.h b/libgfortran/c99_protos.h index e28d421c13cb..932b08d5c457 100644 --- a/libgfortran/c99_protos.h +++ b/libgfortran/c99_protos.h @@ -1,5 +1,5 @@ /* Declarations of various C99 functions - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/caf/libcaf.h b/libgfortran/caf/libcaf.h index 1bb5176a6c1f..5c39202877d6 100644 --- a/libgfortran/caf/libcaf.h +++ b/libgfortran/caf/libcaf.h @@ -1,5 +1,5 @@ /* Common declarations for all of GNU Fortran libcaf implementations. - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Tobias Burnus This file is part of the GNU Fortran Coarray Runtime Library (libcaf). diff --git a/libgfortran/caf/mpi.c b/libgfortran/caf/mpi.c index 1e9a477c233c..ec65725c4f43 100644 --- a/libgfortran/caf/mpi.c +++ b/libgfortran/caf/mpi.c @@ -1,5 +1,5 @@ /* MPI implementation of GNU Fortran Coarray Library - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Tobias Burnus This file is part of the GNU Fortran Coarray Runtime Library (libcaf). diff --git a/libgfortran/caf/single.c b/libgfortran/caf/single.c index d1b33592502c..fa50431db42c 100644 --- a/libgfortran/caf/single.c +++ b/libgfortran/caf/single.c @@ -1,5 +1,5 @@ /* Single-image implementation of GNU Fortran Coarray Library - Copyright (C) 2011-2016 Free Software Foundation, Inc. + Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Tobias Burnus This file is part of the GNU Fortran Coarray Runtime Library (libcaf). diff --git a/libgfortran/config/fpu-387.h b/libgfortran/config/fpu-387.h index 79eb7cb87a2c..b219a65aaec5 100644 --- a/libgfortran/config/fpu-387.h +++ b/libgfortran/config/fpu-387.h @@ -1,5 +1,5 @@ /* FPU-related code for x86 and x86_64 processors. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Francois-Xavier Coudert This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/config/fpu-aix.h b/libgfortran/config/fpu-aix.h index f7b2da27958f..03266b8d5e1c 100644 --- a/libgfortran/config/fpu-aix.h +++ b/libgfortran/config/fpu-aix.h @@ -1,5 +1,5 @@ /* AIX FPU-related code. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Francois-Xavier Coudert This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/config/fpu-generic.h b/libgfortran/config/fpu-generic.h index 2e62de522299..13727420e905 100644 --- a/libgfortran/config/fpu-generic.h +++ b/libgfortran/config/fpu-generic.h @@ -1,5 +1,5 @@ /* Fallback FPU-related code (for systems not otherwise supported). - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Francois-Xavier Coudert This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/config/fpu-glibc.h b/libgfortran/config/fpu-glibc.h index 8b29a7603e50..a00a153be79c 100644 --- a/libgfortran/config/fpu-glibc.h +++ b/libgfortran/config/fpu-glibc.h @@ -1,5 +1,5 @@ /* FPU-related code for systems with GNU libc. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Francois-Xavier Coudert This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/config/fpu-sysv.h b/libgfortran/config/fpu-sysv.h index f9e1a66edafa..603da15bb83f 100644 --- a/libgfortran/config/fpu-sysv.h +++ b/libgfortran/config/fpu-sysv.h @@ -1,5 +1,5 @@ /* SysV FPU-related code (for systems not otherwise supported). - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Francois-Xavier Coudert This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/_abs_c10.F90 b/libgfortran/generated/_abs_c10.F90 index 53d21aa7b26e..55ce733f8df2 100644 --- a/libgfortran/generated/_abs_c10.F90 +++ b/libgfortran/generated/_abs_c10.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_abs_c16.F90 b/libgfortran/generated/_abs_c16.F90 index badd81466647..927ef7932a68 100644 --- a/libgfortran/generated/_abs_c16.F90 +++ b/libgfortran/generated/_abs_c16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_abs_c4.F90 b/libgfortran/generated/_abs_c4.F90 index 0b0b14b4ba91..a01f2c72d016 100644 --- a/libgfortran/generated/_abs_c4.F90 +++ b/libgfortran/generated/_abs_c4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_abs_c8.F90 b/libgfortran/generated/_abs_c8.F90 index c328d97bc29d..9798138c027c 100644 --- a/libgfortran/generated/_abs_c8.F90 +++ b/libgfortran/generated/_abs_c8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_abs_i16.F90 b/libgfortran/generated/_abs_i16.F90 index 18026110de81..9610b2835b97 100644 --- a/libgfortran/generated/_abs_i16.F90 +++ b/libgfortran/generated/_abs_i16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_abs_i4.F90 b/libgfortran/generated/_abs_i4.F90 index d70baafce26d..44c1d6c14252 100644 --- a/libgfortran/generated/_abs_i4.F90 +++ b/libgfortran/generated/_abs_i4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_abs_i8.F90 b/libgfortran/generated/_abs_i8.F90 index 29ccf6d0d391..d2cb2b481248 100644 --- a/libgfortran/generated/_abs_i8.F90 +++ b/libgfortran/generated/_abs_i8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_abs_r10.F90 b/libgfortran/generated/_abs_r10.F90 index 5669520d9732..1e3d3f2be6de 100644 --- a/libgfortran/generated/_abs_r10.F90 +++ b/libgfortran/generated/_abs_r10.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_abs_r16.F90 b/libgfortran/generated/_abs_r16.F90 index 00c3e36e7fce..a54c455ceeec 100644 --- a/libgfortran/generated/_abs_r16.F90 +++ b/libgfortran/generated/_abs_r16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_abs_r4.F90 b/libgfortran/generated/_abs_r4.F90 index d3fd274d4eda..6c5466a3d0bd 100644 --- a/libgfortran/generated/_abs_r4.F90 +++ b/libgfortran/generated/_abs_r4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_abs_r8.F90 b/libgfortran/generated/_abs_r8.F90 index 7d7bca31bbdd..3330b7700145 100644 --- a/libgfortran/generated/_abs_r8.F90 +++ b/libgfortran/generated/_abs_r8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_acos_r10.F90 b/libgfortran/generated/_acos_r10.F90 index 334ed423af50..695305483886 100644 --- a/libgfortran/generated/_acos_r10.F90 +++ b/libgfortran/generated/_acos_r10.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_acos_r16.F90 b/libgfortran/generated/_acos_r16.F90 index 8b968a7c7bc4..3272b50dbe23 100644 --- a/libgfortran/generated/_acos_r16.F90 +++ b/libgfortran/generated/_acos_r16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_acos_r4.F90 b/libgfortran/generated/_acos_r4.F90 index 15042126dd22..61ab3de0ac08 100644 --- a/libgfortran/generated/_acos_r4.F90 +++ b/libgfortran/generated/_acos_r4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_acos_r8.F90 b/libgfortran/generated/_acos_r8.F90 index dc3f2df10448..cfc1e2ec56fc 100644 --- a/libgfortran/generated/_acos_r8.F90 +++ b/libgfortran/generated/_acos_r8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_acosh_r10.F90 b/libgfortran/generated/_acosh_r10.F90 index 6e43c914f60b..59d86df43fd7 100644 --- a/libgfortran/generated/_acosh_r10.F90 +++ b/libgfortran/generated/_acosh_r10.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_acosh_r16.F90 b/libgfortran/generated/_acosh_r16.F90 index 155867e3095a..a1d336779810 100644 --- a/libgfortran/generated/_acosh_r16.F90 +++ b/libgfortran/generated/_acosh_r16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_acosh_r4.F90 b/libgfortran/generated/_acosh_r4.F90 index 177624487bc8..12c5a9b52e37 100644 --- a/libgfortran/generated/_acosh_r4.F90 +++ b/libgfortran/generated/_acosh_r4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_acosh_r8.F90 b/libgfortran/generated/_acosh_r8.F90 index 7781fc42cefc..dae874c27804 100644 --- a/libgfortran/generated/_acosh_r8.F90 +++ b/libgfortran/generated/_acosh_r8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_aimag_c10.F90 b/libgfortran/generated/_aimag_c10.F90 index 3874f2153b90..131f6a7f4f80 100644 --- a/libgfortran/generated/_aimag_c10.F90 +++ b/libgfortran/generated/_aimag_c10.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_aimag_c16.F90 b/libgfortran/generated/_aimag_c16.F90 index 18909d5d01b1..567a5fb0110a 100644 --- a/libgfortran/generated/_aimag_c16.F90 +++ b/libgfortran/generated/_aimag_c16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_aimag_c4.F90 b/libgfortran/generated/_aimag_c4.F90 index e420e5620d1c..ed4e2a28307e 100644 --- a/libgfortran/generated/_aimag_c4.F90 +++ b/libgfortran/generated/_aimag_c4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_aimag_c8.F90 b/libgfortran/generated/_aimag_c8.F90 index 63e6001b2082..690104eec1c2 100644 --- a/libgfortran/generated/_aimag_c8.F90 +++ b/libgfortran/generated/_aimag_c8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_aint_r10.F90 b/libgfortran/generated/_aint_r10.F90 index c76ef7479115..705ee8da0d24 100644 --- a/libgfortran/generated/_aint_r10.F90 +++ b/libgfortran/generated/_aint_r10.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_aint_r16.F90 b/libgfortran/generated/_aint_r16.F90 index 8424bec29146..19f1c2ba844c 100644 --- a/libgfortran/generated/_aint_r16.F90 +++ b/libgfortran/generated/_aint_r16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_aint_r4.F90 b/libgfortran/generated/_aint_r4.F90 index 80c75e5baa6d..b53b538ddac3 100644 --- a/libgfortran/generated/_aint_r4.F90 +++ b/libgfortran/generated/_aint_r4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_aint_r8.F90 b/libgfortran/generated/_aint_r8.F90 index 4df463986cbf..7c13df456f7c 100644 --- a/libgfortran/generated/_aint_r8.F90 +++ b/libgfortran/generated/_aint_r8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_anint_r10.F90 b/libgfortran/generated/_anint_r10.F90 index 4d409f8a3613..a24bd531d445 100644 --- a/libgfortran/generated/_anint_r10.F90 +++ b/libgfortran/generated/_anint_r10.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_anint_r16.F90 b/libgfortran/generated/_anint_r16.F90 index 24761077ff3e..fb68e27a90bb 100644 --- a/libgfortran/generated/_anint_r16.F90 +++ b/libgfortran/generated/_anint_r16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_anint_r4.F90 b/libgfortran/generated/_anint_r4.F90 index c664b38f3d7f..7edb364e3fca 100644 --- a/libgfortran/generated/_anint_r4.F90 +++ b/libgfortran/generated/_anint_r4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_anint_r8.F90 b/libgfortran/generated/_anint_r8.F90 index 0ab32f30f7bd..88074c602274 100644 --- a/libgfortran/generated/_anint_r8.F90 +++ b/libgfortran/generated/_anint_r8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_asin_r10.F90 b/libgfortran/generated/_asin_r10.F90 index fb53e95102b2..938b4a15f49f 100644 --- a/libgfortran/generated/_asin_r10.F90 +++ b/libgfortran/generated/_asin_r10.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_asin_r16.F90 b/libgfortran/generated/_asin_r16.F90 index ff7a6da5faed..933b22e395fb 100644 --- a/libgfortran/generated/_asin_r16.F90 +++ b/libgfortran/generated/_asin_r16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_asin_r4.F90 b/libgfortran/generated/_asin_r4.F90 index 539d177f0a4d..1295c51af30a 100644 --- a/libgfortran/generated/_asin_r4.F90 +++ b/libgfortran/generated/_asin_r4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_asin_r8.F90 b/libgfortran/generated/_asin_r8.F90 index 0643b8ce0e39..4755ed80856d 100644 --- a/libgfortran/generated/_asin_r8.F90 +++ b/libgfortran/generated/_asin_r8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_asinh_r10.F90 b/libgfortran/generated/_asinh_r10.F90 index 170a205da201..7cd04c825a11 100644 --- a/libgfortran/generated/_asinh_r10.F90 +++ b/libgfortran/generated/_asinh_r10.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_asinh_r16.F90 b/libgfortran/generated/_asinh_r16.F90 index c0f208f45eb5..3f9bf10a077d 100644 --- a/libgfortran/generated/_asinh_r16.F90 +++ b/libgfortran/generated/_asinh_r16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_asinh_r4.F90 b/libgfortran/generated/_asinh_r4.F90 index ef02872ef40b..74c111702811 100644 --- a/libgfortran/generated/_asinh_r4.F90 +++ b/libgfortran/generated/_asinh_r4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_asinh_r8.F90 b/libgfortran/generated/_asinh_r8.F90 index ecba9c85bc17..a3bfaaf8901a 100644 --- a/libgfortran/generated/_asinh_r8.F90 +++ b/libgfortran/generated/_asinh_r8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_atan2_r10.F90 b/libgfortran/generated/_atan2_r10.F90 index aca718db09a0..56c6963d94ca 100644 --- a/libgfortran/generated/_atan2_r10.F90 +++ b/libgfortran/generated/_atan2_r10.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_atan2_r16.F90 b/libgfortran/generated/_atan2_r16.F90 index 50afbb881713..38bba96aeda4 100644 --- a/libgfortran/generated/_atan2_r16.F90 +++ b/libgfortran/generated/_atan2_r16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_atan2_r4.F90 b/libgfortran/generated/_atan2_r4.F90 index f149c2c325d7..ca1f7839adfc 100644 --- a/libgfortran/generated/_atan2_r4.F90 +++ b/libgfortran/generated/_atan2_r4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_atan2_r8.F90 b/libgfortran/generated/_atan2_r8.F90 index a841cd70bc98..b2ab53569492 100644 --- a/libgfortran/generated/_atan2_r8.F90 +++ b/libgfortran/generated/_atan2_r8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_atan_r10.F90 b/libgfortran/generated/_atan_r10.F90 index 2d81da242fc3..e1a0e3a13e0d 100644 --- a/libgfortran/generated/_atan_r10.F90 +++ b/libgfortran/generated/_atan_r10.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_atan_r16.F90 b/libgfortran/generated/_atan_r16.F90 index 25f319fe93bb..bbebf8a0a013 100644 --- a/libgfortran/generated/_atan_r16.F90 +++ b/libgfortran/generated/_atan_r16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_atan_r4.F90 b/libgfortran/generated/_atan_r4.F90 index 325649707e4e..aa9f6033099d 100644 --- a/libgfortran/generated/_atan_r4.F90 +++ b/libgfortran/generated/_atan_r4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_atan_r8.F90 b/libgfortran/generated/_atan_r8.F90 index 6a259a4e5220..72a41257c52a 100644 --- a/libgfortran/generated/_atan_r8.F90 +++ b/libgfortran/generated/_atan_r8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_atanh_r10.F90 b/libgfortran/generated/_atanh_r10.F90 index efd5b25ef075..4ce7ce782ccc 100644 --- a/libgfortran/generated/_atanh_r10.F90 +++ b/libgfortran/generated/_atanh_r10.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_atanh_r16.F90 b/libgfortran/generated/_atanh_r16.F90 index 5a60e318569c..5bf3a70b0ede 100644 --- a/libgfortran/generated/_atanh_r16.F90 +++ b/libgfortran/generated/_atanh_r16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_atanh_r4.F90 b/libgfortran/generated/_atanh_r4.F90 index b275d0866605..7f6ae5491849 100644 --- a/libgfortran/generated/_atanh_r4.F90 +++ b/libgfortran/generated/_atanh_r4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_atanh_r8.F90 b/libgfortran/generated/_atanh_r8.F90 index c71045c40263..fa74196a7dcd 100644 --- a/libgfortran/generated/_atanh_r8.F90 +++ b/libgfortran/generated/_atanh_r8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_conjg_c10.F90 b/libgfortran/generated/_conjg_c10.F90 index 940b179a802a..a1c06318a319 100644 --- a/libgfortran/generated/_conjg_c10.F90 +++ b/libgfortran/generated/_conjg_c10.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_conjg_c16.F90 b/libgfortran/generated/_conjg_c16.F90 index b0d58db70c7e..4fdfe92a7ac7 100644 --- a/libgfortran/generated/_conjg_c16.F90 +++ b/libgfortran/generated/_conjg_c16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_conjg_c4.F90 b/libgfortran/generated/_conjg_c4.F90 index 7e67b2befb42..00221b85c435 100644 --- a/libgfortran/generated/_conjg_c4.F90 +++ b/libgfortran/generated/_conjg_c4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_conjg_c8.F90 b/libgfortran/generated/_conjg_c8.F90 index 30d128c84c3c..3b7c3065e7f3 100644 --- a/libgfortran/generated/_conjg_c8.F90 +++ b/libgfortran/generated/_conjg_c8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_cos_c10.F90 b/libgfortran/generated/_cos_c10.F90 index 7f547bc8c39e..9599311f3720 100644 --- a/libgfortran/generated/_cos_c10.F90 +++ b/libgfortran/generated/_cos_c10.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_cos_c16.F90 b/libgfortran/generated/_cos_c16.F90 index eeddfd230c38..79b53a643b6b 100644 --- a/libgfortran/generated/_cos_c16.F90 +++ b/libgfortran/generated/_cos_c16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_cos_c4.F90 b/libgfortran/generated/_cos_c4.F90 index e4168f0b460e..d6993f20f099 100644 --- a/libgfortran/generated/_cos_c4.F90 +++ b/libgfortran/generated/_cos_c4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_cos_c8.F90 b/libgfortran/generated/_cos_c8.F90 index 868de9cb23e2..6179900dfc4a 100644 --- a/libgfortran/generated/_cos_c8.F90 +++ b/libgfortran/generated/_cos_c8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_cos_r10.F90 b/libgfortran/generated/_cos_r10.F90 index 37f6d789492b..e439346dc1f8 100644 --- a/libgfortran/generated/_cos_r10.F90 +++ b/libgfortran/generated/_cos_r10.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_cos_r16.F90 b/libgfortran/generated/_cos_r16.F90 index 29625aed6158..4435c9e6a86a 100644 --- a/libgfortran/generated/_cos_r16.F90 +++ b/libgfortran/generated/_cos_r16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_cos_r4.F90 b/libgfortran/generated/_cos_r4.F90 index 32ea0266bcf8..9da1176ad690 100644 --- a/libgfortran/generated/_cos_r4.F90 +++ b/libgfortran/generated/_cos_r4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_cos_r8.F90 b/libgfortran/generated/_cos_r8.F90 index 13b466391316..7098486def36 100644 --- a/libgfortran/generated/_cos_r8.F90 +++ b/libgfortran/generated/_cos_r8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_cosh_r10.F90 b/libgfortran/generated/_cosh_r10.F90 index 5daae5ced63f..1ccf48853d09 100644 --- a/libgfortran/generated/_cosh_r10.F90 +++ b/libgfortran/generated/_cosh_r10.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_cosh_r16.F90 b/libgfortran/generated/_cosh_r16.F90 index 8e9d6c3faf3e..2c43ac462f1c 100644 --- a/libgfortran/generated/_cosh_r16.F90 +++ b/libgfortran/generated/_cosh_r16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_cosh_r4.F90 b/libgfortran/generated/_cosh_r4.F90 index 8ff44dc8b8a7..f840af09271e 100644 --- a/libgfortran/generated/_cosh_r4.F90 +++ b/libgfortran/generated/_cosh_r4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_cosh_r8.F90 b/libgfortran/generated/_cosh_r8.F90 index 808976ea338a..1e50a3e18798 100644 --- a/libgfortran/generated/_cosh_r8.F90 +++ b/libgfortran/generated/_cosh_r8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_dim_i16.F90 b/libgfortran/generated/_dim_i16.F90 index b5940a43c9c6..4b46b65495f8 100644 --- a/libgfortran/generated/_dim_i16.F90 +++ b/libgfortran/generated/_dim_i16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_dim_i4.F90 b/libgfortran/generated/_dim_i4.F90 index 90f0d3920041..5fb6700d1106 100644 --- a/libgfortran/generated/_dim_i4.F90 +++ b/libgfortran/generated/_dim_i4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_dim_i8.F90 b/libgfortran/generated/_dim_i8.F90 index 044424304b5e..d0ceb5b5e224 100644 --- a/libgfortran/generated/_dim_i8.F90 +++ b/libgfortran/generated/_dim_i8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_dim_r10.F90 b/libgfortran/generated/_dim_r10.F90 index 96a9fab24214..f112c1251056 100644 --- a/libgfortran/generated/_dim_r10.F90 +++ b/libgfortran/generated/_dim_r10.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_dim_r16.F90 b/libgfortran/generated/_dim_r16.F90 index 6ea3493a2078..c6ffbc9d81de 100644 --- a/libgfortran/generated/_dim_r16.F90 +++ b/libgfortran/generated/_dim_r16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_dim_r4.F90 b/libgfortran/generated/_dim_r4.F90 index e8c4b4121c69..77e1339a7827 100644 --- a/libgfortran/generated/_dim_r4.F90 +++ b/libgfortran/generated/_dim_r4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_dim_r8.F90 b/libgfortran/generated/_dim_r8.F90 index 292248af8a96..6faa841f2edb 100644 --- a/libgfortran/generated/_dim_r8.F90 +++ b/libgfortran/generated/_dim_r8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_exp_c10.F90 b/libgfortran/generated/_exp_c10.F90 index 01784548d331..a6d4fe228114 100644 --- a/libgfortran/generated/_exp_c10.F90 +++ b/libgfortran/generated/_exp_c10.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_exp_c16.F90 b/libgfortran/generated/_exp_c16.F90 index 176a9dcec690..fb43b69de62b 100644 --- a/libgfortran/generated/_exp_c16.F90 +++ b/libgfortran/generated/_exp_c16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_exp_c4.F90 b/libgfortran/generated/_exp_c4.F90 index 5fa2bf47d0c3..9cb35f670914 100644 --- a/libgfortran/generated/_exp_c4.F90 +++ b/libgfortran/generated/_exp_c4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_exp_c8.F90 b/libgfortran/generated/_exp_c8.F90 index 587bc226207e..6f6b144d05e0 100644 --- a/libgfortran/generated/_exp_c8.F90 +++ b/libgfortran/generated/_exp_c8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_exp_r10.F90 b/libgfortran/generated/_exp_r10.F90 index 5db1ec27e663..a9f57fc555bf 100644 --- a/libgfortran/generated/_exp_r10.F90 +++ b/libgfortran/generated/_exp_r10.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_exp_r16.F90 b/libgfortran/generated/_exp_r16.F90 index 85e56984521c..9e2af5b45aef 100644 --- a/libgfortran/generated/_exp_r16.F90 +++ b/libgfortran/generated/_exp_r16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_exp_r4.F90 b/libgfortran/generated/_exp_r4.F90 index c22a414e183f..d63234a778ce 100644 --- a/libgfortran/generated/_exp_r4.F90 +++ b/libgfortran/generated/_exp_r4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_exp_r8.F90 b/libgfortran/generated/_exp_r8.F90 index 45e184c70389..6478ea3ed68e 100644 --- a/libgfortran/generated/_exp_r8.F90 +++ b/libgfortran/generated/_exp_r8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_log10_r10.F90 b/libgfortran/generated/_log10_r10.F90 index bedb12182593..a78a7cf481cb 100644 --- a/libgfortran/generated/_log10_r10.F90 +++ b/libgfortran/generated/_log10_r10.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_log10_r16.F90 b/libgfortran/generated/_log10_r16.F90 index 2f411f2d1dfc..29ec44c3b9ee 100644 --- a/libgfortran/generated/_log10_r16.F90 +++ b/libgfortran/generated/_log10_r16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_log10_r4.F90 b/libgfortran/generated/_log10_r4.F90 index 3754097453e5..49fce7f60b4b 100644 --- a/libgfortran/generated/_log10_r4.F90 +++ b/libgfortran/generated/_log10_r4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_log10_r8.F90 b/libgfortran/generated/_log10_r8.F90 index 6245289fb0ad..aa60e8ef145f 100644 --- a/libgfortran/generated/_log10_r8.F90 +++ b/libgfortran/generated/_log10_r8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_log_c10.F90 b/libgfortran/generated/_log_c10.F90 index b34fa9b7998f..4d9592a579d0 100644 --- a/libgfortran/generated/_log_c10.F90 +++ b/libgfortran/generated/_log_c10.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_log_c16.F90 b/libgfortran/generated/_log_c16.F90 index 6f0b30937a4a..b94d5d10bebc 100644 --- a/libgfortran/generated/_log_c16.F90 +++ b/libgfortran/generated/_log_c16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_log_c4.F90 b/libgfortran/generated/_log_c4.F90 index 69f2f5548685..67972bf580f0 100644 --- a/libgfortran/generated/_log_c4.F90 +++ b/libgfortran/generated/_log_c4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_log_c8.F90 b/libgfortran/generated/_log_c8.F90 index 4ba728c9bf2a..9871b93691c1 100644 --- a/libgfortran/generated/_log_c8.F90 +++ b/libgfortran/generated/_log_c8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_log_r10.F90 b/libgfortran/generated/_log_r10.F90 index 4d2d2a2a270a..c840c498d129 100644 --- a/libgfortran/generated/_log_r10.F90 +++ b/libgfortran/generated/_log_r10.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_log_r16.F90 b/libgfortran/generated/_log_r16.F90 index 7cb0dce64967..8a315579156a 100644 --- a/libgfortran/generated/_log_r16.F90 +++ b/libgfortran/generated/_log_r16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_log_r4.F90 b/libgfortran/generated/_log_r4.F90 index 884a10771a23..0152c194a3bb 100644 --- a/libgfortran/generated/_log_r4.F90 +++ b/libgfortran/generated/_log_r4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_log_r8.F90 b/libgfortran/generated/_log_r8.F90 index 7cecebb30785..5cc605d6165a 100644 --- a/libgfortran/generated/_log_r8.F90 +++ b/libgfortran/generated/_log_r8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_mod_i16.F90 b/libgfortran/generated/_mod_i16.F90 index 1c8fd5a44fbb..58a6ed2ed378 100644 --- a/libgfortran/generated/_mod_i16.F90 +++ b/libgfortran/generated/_mod_i16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_mod_i4.F90 b/libgfortran/generated/_mod_i4.F90 index 6c0c7587e230..650505f656c0 100644 --- a/libgfortran/generated/_mod_i4.F90 +++ b/libgfortran/generated/_mod_i4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_mod_i8.F90 b/libgfortran/generated/_mod_i8.F90 index 002734b8ef35..3cc97a127ba3 100644 --- a/libgfortran/generated/_mod_i8.F90 +++ b/libgfortran/generated/_mod_i8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_mod_r10.F90 b/libgfortran/generated/_mod_r10.F90 index ffbe2634c354..9b7ecfe42405 100644 --- a/libgfortran/generated/_mod_r10.F90 +++ b/libgfortran/generated/_mod_r10.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_mod_r16.F90 b/libgfortran/generated/_mod_r16.F90 index 14cf7cd20dcc..ad0cdfdc2b5f 100644 --- a/libgfortran/generated/_mod_r16.F90 +++ b/libgfortran/generated/_mod_r16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_mod_r4.F90 b/libgfortran/generated/_mod_r4.F90 index 67bef01c8cfe..45d502aa4bd4 100644 --- a/libgfortran/generated/_mod_r4.F90 +++ b/libgfortran/generated/_mod_r4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_mod_r8.F90 b/libgfortran/generated/_mod_r8.F90 index 42c59c89d7a9..cc58e2452560 100644 --- a/libgfortran/generated/_mod_r8.F90 +++ b/libgfortran/generated/_mod_r8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_sign_i16.F90 b/libgfortran/generated/_sign_i16.F90 index 340fe623f18b..5c23244e159c 100644 --- a/libgfortran/generated/_sign_i16.F90 +++ b/libgfortran/generated/_sign_i16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_sign_i4.F90 b/libgfortran/generated/_sign_i4.F90 index 24bfbcc2421f..d6c2911e6063 100644 --- a/libgfortran/generated/_sign_i4.F90 +++ b/libgfortran/generated/_sign_i4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_sign_i8.F90 b/libgfortran/generated/_sign_i8.F90 index becd50b0795b..a60f1292bdec 100644 --- a/libgfortran/generated/_sign_i8.F90 +++ b/libgfortran/generated/_sign_i8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_sign_r10.F90 b/libgfortran/generated/_sign_r10.F90 index 684ebdd08b34..fd354edf9127 100644 --- a/libgfortran/generated/_sign_r10.F90 +++ b/libgfortran/generated/_sign_r10.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_sign_r16.F90 b/libgfortran/generated/_sign_r16.F90 index 8e9027bf238c..17eed10b47ad 100644 --- a/libgfortran/generated/_sign_r16.F90 +++ b/libgfortran/generated/_sign_r16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_sign_r4.F90 b/libgfortran/generated/_sign_r4.F90 index e3f01fc0d39b..9c457c26afbc 100644 --- a/libgfortran/generated/_sign_r4.F90 +++ b/libgfortran/generated/_sign_r4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_sign_r8.F90 b/libgfortran/generated/_sign_r8.F90 index fc98833591d6..da872b5822e8 100644 --- a/libgfortran/generated/_sign_r8.F90 +++ b/libgfortran/generated/_sign_r8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_sin_c10.F90 b/libgfortran/generated/_sin_c10.F90 index 6420325b74cf..e643d9bbaf4d 100644 --- a/libgfortran/generated/_sin_c10.F90 +++ b/libgfortran/generated/_sin_c10.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_sin_c16.F90 b/libgfortran/generated/_sin_c16.F90 index 3fb3bb998add..1f7c50a59b85 100644 --- a/libgfortran/generated/_sin_c16.F90 +++ b/libgfortran/generated/_sin_c16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_sin_c4.F90 b/libgfortran/generated/_sin_c4.F90 index 00e507576082..e54c491d4dbc 100644 --- a/libgfortran/generated/_sin_c4.F90 +++ b/libgfortran/generated/_sin_c4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_sin_c8.F90 b/libgfortran/generated/_sin_c8.F90 index 92acf3bc3789..102efe288d81 100644 --- a/libgfortran/generated/_sin_c8.F90 +++ b/libgfortran/generated/_sin_c8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_sin_r10.F90 b/libgfortran/generated/_sin_r10.F90 index 5e1efdd5fe79..5fe295021766 100644 --- a/libgfortran/generated/_sin_r10.F90 +++ b/libgfortran/generated/_sin_r10.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_sin_r16.F90 b/libgfortran/generated/_sin_r16.F90 index ff06baa2425a..f30ab559826b 100644 --- a/libgfortran/generated/_sin_r16.F90 +++ b/libgfortran/generated/_sin_r16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_sin_r4.F90 b/libgfortran/generated/_sin_r4.F90 index 2310255b1b34..ba4f632fe190 100644 --- a/libgfortran/generated/_sin_r4.F90 +++ b/libgfortran/generated/_sin_r4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_sin_r8.F90 b/libgfortran/generated/_sin_r8.F90 index 18dc7e76bf90..f83e6ecb2732 100644 --- a/libgfortran/generated/_sin_r8.F90 +++ b/libgfortran/generated/_sin_r8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_sinh_r10.F90 b/libgfortran/generated/_sinh_r10.F90 index df88d3a81318..1c47d0c3a7fd 100644 --- a/libgfortran/generated/_sinh_r10.F90 +++ b/libgfortran/generated/_sinh_r10.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_sinh_r16.F90 b/libgfortran/generated/_sinh_r16.F90 index 3125d41079f1..96e7d5aa2dcd 100644 --- a/libgfortran/generated/_sinh_r16.F90 +++ b/libgfortran/generated/_sinh_r16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_sinh_r4.F90 b/libgfortran/generated/_sinh_r4.F90 index 96faf411a2f0..2198abb7f0a3 100644 --- a/libgfortran/generated/_sinh_r4.F90 +++ b/libgfortran/generated/_sinh_r4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_sinh_r8.F90 b/libgfortran/generated/_sinh_r8.F90 index fc47dcab6a61..b9d3c7ea6713 100644 --- a/libgfortran/generated/_sinh_r8.F90 +++ b/libgfortran/generated/_sinh_r8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_sqrt_c10.F90 b/libgfortran/generated/_sqrt_c10.F90 index 7981dc58e488..6f3009572c1a 100644 --- a/libgfortran/generated/_sqrt_c10.F90 +++ b/libgfortran/generated/_sqrt_c10.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_sqrt_c16.F90 b/libgfortran/generated/_sqrt_c16.F90 index bbb2a8251a48..2ea29cf4d2bc 100644 --- a/libgfortran/generated/_sqrt_c16.F90 +++ b/libgfortran/generated/_sqrt_c16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_sqrt_c4.F90 b/libgfortran/generated/_sqrt_c4.F90 index 8bab6d968d5d..a0ff0446e7d7 100644 --- a/libgfortran/generated/_sqrt_c4.F90 +++ b/libgfortran/generated/_sqrt_c4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_sqrt_c8.F90 b/libgfortran/generated/_sqrt_c8.F90 index 01961b90fe40..09c871ef3f82 100644 --- a/libgfortran/generated/_sqrt_c8.F90 +++ b/libgfortran/generated/_sqrt_c8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_sqrt_r10.F90 b/libgfortran/generated/_sqrt_r10.F90 index f5d199a0ec63..b59bb5c1d504 100644 --- a/libgfortran/generated/_sqrt_r10.F90 +++ b/libgfortran/generated/_sqrt_r10.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_sqrt_r16.F90 b/libgfortran/generated/_sqrt_r16.F90 index 7aaac18bd91e..25336e8b88ab 100644 --- a/libgfortran/generated/_sqrt_r16.F90 +++ b/libgfortran/generated/_sqrt_r16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_sqrt_r4.F90 b/libgfortran/generated/_sqrt_r4.F90 index 51c48e5af58c..15ebfa8be1ec 100644 --- a/libgfortran/generated/_sqrt_r4.F90 +++ b/libgfortran/generated/_sqrt_r4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_sqrt_r8.F90 b/libgfortran/generated/_sqrt_r8.F90 index 836d35636e37..1678f4ab24f5 100644 --- a/libgfortran/generated/_sqrt_r8.F90 +++ b/libgfortran/generated/_sqrt_r8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_tan_r10.F90 b/libgfortran/generated/_tan_r10.F90 index 09a76012d7d8..fd788bbcee71 100644 --- a/libgfortran/generated/_tan_r10.F90 +++ b/libgfortran/generated/_tan_r10.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_tan_r16.F90 b/libgfortran/generated/_tan_r16.F90 index 59f2c6db2e08..785b53a8d596 100644 --- a/libgfortran/generated/_tan_r16.F90 +++ b/libgfortran/generated/_tan_r16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_tan_r4.F90 b/libgfortran/generated/_tan_r4.F90 index f03497e7c439..982af2641b26 100644 --- a/libgfortran/generated/_tan_r4.F90 +++ b/libgfortran/generated/_tan_r4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_tan_r8.F90 b/libgfortran/generated/_tan_r8.F90 index 22b773365043..c93b61cce79d 100644 --- a/libgfortran/generated/_tan_r8.F90 +++ b/libgfortran/generated/_tan_r8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_tanh_r10.F90 b/libgfortran/generated/_tanh_r10.F90 index 125d0297abd2..6809d3f12627 100644 --- a/libgfortran/generated/_tanh_r10.F90 +++ b/libgfortran/generated/_tanh_r10.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_tanh_r16.F90 b/libgfortran/generated/_tanh_r16.F90 index ce2219228291..8e30ea872498 100644 --- a/libgfortran/generated/_tanh_r16.F90 +++ b/libgfortran/generated/_tanh_r16.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_tanh_r4.F90 b/libgfortran/generated/_tanh_r4.F90 index c2aec29fe141..27282d19888b 100644 --- a/libgfortran/generated/_tanh_r4.F90 +++ b/libgfortran/generated/_tanh_r4.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/_tanh_r8.F90 b/libgfortran/generated/_tanh_r8.F90 index 39722aae893c..0007823371be 100644 --- a/libgfortran/generated/_tanh_r8.F90 +++ b/libgfortran/generated/_tanh_r8.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/all_l1.c b/libgfortran/generated/all_l1.c index 0ea7ce21cce0..6a04f86a8d97 100644 --- a/libgfortran/generated/all_l1.c +++ b/libgfortran/generated/all_l1.c @@ -1,5 +1,5 @@ /* Implementation of the ALL intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/all_l16.c b/libgfortran/generated/all_l16.c index 79d8ee021927..7962fb61c98e 100644 --- a/libgfortran/generated/all_l16.c +++ b/libgfortran/generated/all_l16.c @@ -1,5 +1,5 @@ /* Implementation of the ALL intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/all_l2.c b/libgfortran/generated/all_l2.c index 32bec3432395..8e4cf2840832 100644 --- a/libgfortran/generated/all_l2.c +++ b/libgfortran/generated/all_l2.c @@ -1,5 +1,5 @@ /* Implementation of the ALL intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/all_l4.c b/libgfortran/generated/all_l4.c index a2a3f6fd6094..b3edb83b1adb 100644 --- a/libgfortran/generated/all_l4.c +++ b/libgfortran/generated/all_l4.c @@ -1,5 +1,5 @@ /* Implementation of the ALL intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/all_l8.c b/libgfortran/generated/all_l8.c index b5005a20c560..299f05a01396 100644 --- a/libgfortran/generated/all_l8.c +++ b/libgfortran/generated/all_l8.c @@ -1,5 +1,5 @@ /* Implementation of the ALL intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/any_l1.c b/libgfortran/generated/any_l1.c index 5a925dafb4be..df4c053d1e1e 100644 --- a/libgfortran/generated/any_l1.c +++ b/libgfortran/generated/any_l1.c @@ -1,5 +1,5 @@ /* Implementation of the ANY intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/any_l16.c b/libgfortran/generated/any_l16.c index 077a7c41d10d..261c5fe9d6e0 100644 --- a/libgfortran/generated/any_l16.c +++ b/libgfortran/generated/any_l16.c @@ -1,5 +1,5 @@ /* Implementation of the ANY intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/any_l2.c b/libgfortran/generated/any_l2.c index c9181c75e614..ebd19ee6eec1 100644 --- a/libgfortran/generated/any_l2.c +++ b/libgfortran/generated/any_l2.c @@ -1,5 +1,5 @@ /* Implementation of the ANY intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/any_l4.c b/libgfortran/generated/any_l4.c index 2b2d9fcf0f4c..2bd83fb70eb1 100644 --- a/libgfortran/generated/any_l4.c +++ b/libgfortran/generated/any_l4.c @@ -1,5 +1,5 @@ /* Implementation of the ANY intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/any_l8.c b/libgfortran/generated/any_l8.c index bdb5d385147f..c4c5adcdb820 100644 --- a/libgfortran/generated/any_l8.c +++ b/libgfortran/generated/any_l8.c @@ -1,5 +1,5 @@ /* Implementation of the ANY intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/bessel_r10.c b/libgfortran/generated/bessel_r10.c index 71157aa45e48..c297ba0f2264 100644 --- a/libgfortran/generated/bessel_r10.c +++ b/libgfortran/generated/bessel_r10.c @@ -1,6 +1,6 @@ /* Implementation of the BESSEL_JN and BESSEL_YN transformational function using a recurrence algorithm. - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Tobias Burnus This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/bessel_r16.c b/libgfortran/generated/bessel_r16.c index bc7c46b4c96f..d07deadf1474 100644 --- a/libgfortran/generated/bessel_r16.c +++ b/libgfortran/generated/bessel_r16.c @@ -1,6 +1,6 @@ /* Implementation of the BESSEL_JN and BESSEL_YN transformational function using a recurrence algorithm. - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Tobias Burnus This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/bessel_r4.c b/libgfortran/generated/bessel_r4.c index e954526e466b..3c81574ba40f 100644 --- a/libgfortran/generated/bessel_r4.c +++ b/libgfortran/generated/bessel_r4.c @@ -1,6 +1,6 @@ /* Implementation of the BESSEL_JN and BESSEL_YN transformational function using a recurrence algorithm. - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Tobias Burnus This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/bessel_r8.c b/libgfortran/generated/bessel_r8.c index ca501caf412e..00d3b3c78f2c 100644 --- a/libgfortran/generated/bessel_r8.c +++ b/libgfortran/generated/bessel_r8.c @@ -1,6 +1,6 @@ /* Implementation of the BESSEL_JN and BESSEL_YN transformational function using a recurrence algorithm. - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Tobias Burnus This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/count_16_l.c b/libgfortran/generated/count_16_l.c index 8bb57df47e69..98c5aeed106a 100644 --- a/libgfortran/generated/count_16_l.c +++ b/libgfortran/generated/count_16_l.c @@ -1,5 +1,5 @@ /* Implementation of the COUNT intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/count_1_l.c b/libgfortran/generated/count_1_l.c index ca747fafe75a..051400dc8306 100644 --- a/libgfortran/generated/count_1_l.c +++ b/libgfortran/generated/count_1_l.c @@ -1,5 +1,5 @@ /* Implementation of the COUNT intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/count_2_l.c b/libgfortran/generated/count_2_l.c index b420abbc5ceb..256403ffaba7 100644 --- a/libgfortran/generated/count_2_l.c +++ b/libgfortran/generated/count_2_l.c @@ -1,5 +1,5 @@ /* Implementation of the COUNT intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/count_4_l.c b/libgfortran/generated/count_4_l.c index f0c737ca08df..2d10338e5177 100644 --- a/libgfortran/generated/count_4_l.c +++ b/libgfortran/generated/count_4_l.c @@ -1,5 +1,5 @@ /* Implementation of the COUNT intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/count_8_l.c b/libgfortran/generated/count_8_l.c index c6006012d6f8..d366568218f1 100644 --- a/libgfortran/generated/count_8_l.c +++ b/libgfortran/generated/count_8_l.c @@ -1,5 +1,5 @@ /* Implementation of the COUNT intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/cshift0_c10.c b/libgfortran/generated/cshift0_c10.c index 0c95d1ece43a..c123d66d1aa5 100644 --- a/libgfortran/generated/cshift0_c10.c +++ b/libgfortran/generated/cshift0_c10.c @@ -1,5 +1,5 @@ /* Helper function for cshift functions. - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/cshift0_c16.c b/libgfortran/generated/cshift0_c16.c index 9cb4188cced7..7a80006b44ea 100644 --- a/libgfortran/generated/cshift0_c16.c +++ b/libgfortran/generated/cshift0_c16.c @@ -1,5 +1,5 @@ /* Helper function for cshift functions. - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/cshift0_c4.c b/libgfortran/generated/cshift0_c4.c index ddd978feb39f..92f7099b893d 100644 --- a/libgfortran/generated/cshift0_c4.c +++ b/libgfortran/generated/cshift0_c4.c @@ -1,5 +1,5 @@ /* Helper function for cshift functions. - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/cshift0_c8.c b/libgfortran/generated/cshift0_c8.c index cefeffdf1e9a..995ea90bd5c7 100644 --- a/libgfortran/generated/cshift0_c8.c +++ b/libgfortran/generated/cshift0_c8.c @@ -1,5 +1,5 @@ /* Helper function for cshift functions. - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/cshift0_i1.c b/libgfortran/generated/cshift0_i1.c index c91c43996270..afb91136cd1b 100644 --- a/libgfortran/generated/cshift0_i1.c +++ b/libgfortran/generated/cshift0_i1.c @@ -1,5 +1,5 @@ /* Helper function for cshift functions. - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/cshift0_i16.c b/libgfortran/generated/cshift0_i16.c index 02ef4e6c5f91..aa0384268cf6 100644 --- a/libgfortran/generated/cshift0_i16.c +++ b/libgfortran/generated/cshift0_i16.c @@ -1,5 +1,5 @@ /* Helper function for cshift functions. - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/cshift0_i2.c b/libgfortran/generated/cshift0_i2.c index 1a7da56af5cf..c5c7d9e41d30 100644 --- a/libgfortran/generated/cshift0_i2.c +++ b/libgfortran/generated/cshift0_i2.c @@ -1,5 +1,5 @@ /* Helper function for cshift functions. - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/cshift0_i4.c b/libgfortran/generated/cshift0_i4.c index 6df8565405a3..22bd33426f92 100644 --- a/libgfortran/generated/cshift0_i4.c +++ b/libgfortran/generated/cshift0_i4.c @@ -1,5 +1,5 @@ /* Helper function for cshift functions. - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/cshift0_i8.c b/libgfortran/generated/cshift0_i8.c index c1b55fc87493..5d40cc708c42 100644 --- a/libgfortran/generated/cshift0_i8.c +++ b/libgfortran/generated/cshift0_i8.c @@ -1,5 +1,5 @@ /* Helper function for cshift functions. - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/cshift0_r10.c b/libgfortran/generated/cshift0_r10.c index 3277c14409d2..4f2feae68e26 100644 --- a/libgfortran/generated/cshift0_r10.c +++ b/libgfortran/generated/cshift0_r10.c @@ -1,5 +1,5 @@ /* Helper function for cshift functions. - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/cshift0_r16.c b/libgfortran/generated/cshift0_r16.c index 639474bc7608..d18a207e430c 100644 --- a/libgfortran/generated/cshift0_r16.c +++ b/libgfortran/generated/cshift0_r16.c @@ -1,5 +1,5 @@ /* Helper function for cshift functions. - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/cshift0_r4.c b/libgfortran/generated/cshift0_r4.c index 55eb68679144..5b9e3ae7e7d9 100644 --- a/libgfortran/generated/cshift0_r4.c +++ b/libgfortran/generated/cshift0_r4.c @@ -1,5 +1,5 @@ /* Helper function for cshift functions. - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/cshift0_r8.c b/libgfortran/generated/cshift0_r8.c index cb0e2e4bcf2e..eacc8cfc3409 100644 --- a/libgfortran/generated/cshift0_r8.c +++ b/libgfortran/generated/cshift0_r8.c @@ -1,5 +1,5 @@ /* Helper function for cshift functions. - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/cshift1_16.c b/libgfortran/generated/cshift1_16.c index 1de9111bc6f9..1ad1e02060aa 100644 --- a/libgfortran/generated/cshift1_16.c +++ b/libgfortran/generated/cshift1_16.c @@ -1,5 +1,5 @@ /* Implementation of the CSHIFT intrinsic - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Feng Wang This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/cshift1_4.c b/libgfortran/generated/cshift1_4.c index c0f375effcb3..3f3769a7351b 100644 --- a/libgfortran/generated/cshift1_4.c +++ b/libgfortran/generated/cshift1_4.c @@ -1,5 +1,5 @@ /* Implementation of the CSHIFT intrinsic - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Feng Wang This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/cshift1_8.c b/libgfortran/generated/cshift1_8.c index b00593dcfe81..bd4f2c3a94ce 100644 --- a/libgfortran/generated/cshift1_8.c +++ b/libgfortran/generated/cshift1_8.c @@ -1,5 +1,5 @@ /* Implementation of the CSHIFT intrinsic - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Feng Wang This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/eoshift1_16.c b/libgfortran/generated/eoshift1_16.c index 9ba5fda017fa..09059497c82d 100644 --- a/libgfortran/generated/eoshift1_16.c +++ b/libgfortran/generated/eoshift1_16.c @@ -1,5 +1,5 @@ /* Implementation of the EOSHIFT intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/eoshift1_4.c b/libgfortran/generated/eoshift1_4.c index db98f5fcfbe2..1be49325895b 100644 --- a/libgfortran/generated/eoshift1_4.c +++ b/libgfortran/generated/eoshift1_4.c @@ -1,5 +1,5 @@ /* Implementation of the EOSHIFT intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/eoshift1_8.c b/libgfortran/generated/eoshift1_8.c index 349e63b36fe4..51968e5abcd4 100644 --- a/libgfortran/generated/eoshift1_8.c +++ b/libgfortran/generated/eoshift1_8.c @@ -1,5 +1,5 @@ /* Implementation of the EOSHIFT intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/eoshift3_16.c b/libgfortran/generated/eoshift3_16.c index 43e50aa6665a..8040b1e71d43 100644 --- a/libgfortran/generated/eoshift3_16.c +++ b/libgfortran/generated/eoshift3_16.c @@ -1,5 +1,5 @@ /* Implementation of the EOSHIFT intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/eoshift3_4.c b/libgfortran/generated/eoshift3_4.c index a3e577707c38..be5827efd709 100644 --- a/libgfortran/generated/eoshift3_4.c +++ b/libgfortran/generated/eoshift3_4.c @@ -1,5 +1,5 @@ /* Implementation of the EOSHIFT intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/eoshift3_8.c b/libgfortran/generated/eoshift3_8.c index dc4f4d299a3b..b3aff0f62c3b 100644 --- a/libgfortran/generated/eoshift3_8.c +++ b/libgfortran/generated/eoshift3_8.c @@ -1,5 +1,5 @@ /* Implementation of the EOSHIFT intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/iall_i1.c b/libgfortran/generated/iall_i1.c index 08837b101787..f49c73fde91f 100644 --- a/libgfortran/generated/iall_i1.c +++ b/libgfortran/generated/iall_i1.c @@ -1,5 +1,5 @@ /* Implementation of the IALL intrinsic - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Tobias Burnus This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/iall_i16.c b/libgfortran/generated/iall_i16.c index d35c4a703ff7..01178998495f 100644 --- a/libgfortran/generated/iall_i16.c +++ b/libgfortran/generated/iall_i16.c @@ -1,5 +1,5 @@ /* Implementation of the IALL intrinsic - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Tobias Burnus This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/iall_i2.c b/libgfortran/generated/iall_i2.c index 540080e0ac46..9b594ed579c5 100644 --- a/libgfortran/generated/iall_i2.c +++ b/libgfortran/generated/iall_i2.c @@ -1,5 +1,5 @@ /* Implementation of the IALL intrinsic - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Tobias Burnus This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/iall_i4.c b/libgfortran/generated/iall_i4.c index f5b15c3855b4..4e4dd50dd8b6 100644 --- a/libgfortran/generated/iall_i4.c +++ b/libgfortran/generated/iall_i4.c @@ -1,5 +1,5 @@ /* Implementation of the IALL intrinsic - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Tobias Burnus This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/iall_i8.c b/libgfortran/generated/iall_i8.c index 2ecc3bc9ef35..0d562cc47ab0 100644 --- a/libgfortran/generated/iall_i8.c +++ b/libgfortran/generated/iall_i8.c @@ -1,5 +1,5 @@ /* Implementation of the IALL intrinsic - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Tobias Burnus This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/iany_i1.c b/libgfortran/generated/iany_i1.c index 13e0abd1f415..4cf28fc2e5f9 100644 --- a/libgfortran/generated/iany_i1.c +++ b/libgfortran/generated/iany_i1.c @@ -1,5 +1,5 @@ /* Implementation of the IANY intrinsic - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Tobias Burnus This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/iany_i16.c b/libgfortran/generated/iany_i16.c index fee5d588a544..7cddbc5abf4f 100644 --- a/libgfortran/generated/iany_i16.c +++ b/libgfortran/generated/iany_i16.c @@ -1,5 +1,5 @@ /* Implementation of the IANY intrinsic - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Tobias Burnus This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/iany_i2.c b/libgfortran/generated/iany_i2.c index 8e5afa28ebf2..085668346781 100644 --- a/libgfortran/generated/iany_i2.c +++ b/libgfortran/generated/iany_i2.c @@ -1,5 +1,5 @@ /* Implementation of the IANY intrinsic - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Tobias Burnus This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/iany_i4.c b/libgfortran/generated/iany_i4.c index 0684d2f9bf14..14d43a237caa 100644 --- a/libgfortran/generated/iany_i4.c +++ b/libgfortran/generated/iany_i4.c @@ -1,5 +1,5 @@ /* Implementation of the IANY intrinsic - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Tobias Burnus This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/iany_i8.c b/libgfortran/generated/iany_i8.c index 9b3dc959e1a7..a6b1c0251512 100644 --- a/libgfortran/generated/iany_i8.c +++ b/libgfortran/generated/iany_i8.c @@ -1,5 +1,5 @@ /* Implementation of the IANY intrinsic - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Tobias Burnus This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/in_pack_c10.c b/libgfortran/generated/in_pack_c10.c index a596aaf55baa..f46cfb5bb703 100644 --- a/libgfortran/generated/in_pack_c10.c +++ b/libgfortran/generated/in_pack_c10.c @@ -1,5 +1,5 @@ /* Helper function for repacking arrays. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/in_pack_c16.c b/libgfortran/generated/in_pack_c16.c index 2160a5168353..d742644eb518 100644 --- a/libgfortran/generated/in_pack_c16.c +++ b/libgfortran/generated/in_pack_c16.c @@ -1,5 +1,5 @@ /* Helper function for repacking arrays. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/in_pack_c4.c b/libgfortran/generated/in_pack_c4.c index 70b3c4c76bbf..8bf1a7e1188e 100644 --- a/libgfortran/generated/in_pack_c4.c +++ b/libgfortran/generated/in_pack_c4.c @@ -1,5 +1,5 @@ /* Helper function for repacking arrays. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/in_pack_c8.c b/libgfortran/generated/in_pack_c8.c index c1633b551fc9..db3d3deb5613 100644 --- a/libgfortran/generated/in_pack_c8.c +++ b/libgfortran/generated/in_pack_c8.c @@ -1,5 +1,5 @@ /* Helper function for repacking arrays. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/in_pack_i1.c b/libgfortran/generated/in_pack_i1.c index 151d3ff2a93b..a85546f3116b 100644 --- a/libgfortran/generated/in_pack_i1.c +++ b/libgfortran/generated/in_pack_i1.c @@ -1,5 +1,5 @@ /* Helper function for repacking arrays. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/in_pack_i16.c b/libgfortran/generated/in_pack_i16.c index c2229e1f5ebe..d11e9b5637fd 100644 --- a/libgfortran/generated/in_pack_i16.c +++ b/libgfortran/generated/in_pack_i16.c @@ -1,5 +1,5 @@ /* Helper function for repacking arrays. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/in_pack_i2.c b/libgfortran/generated/in_pack_i2.c index 929b0fe3fd5d..027e3f231277 100644 --- a/libgfortran/generated/in_pack_i2.c +++ b/libgfortran/generated/in_pack_i2.c @@ -1,5 +1,5 @@ /* Helper function for repacking arrays. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/in_pack_i4.c b/libgfortran/generated/in_pack_i4.c index 3922fd1b6cdb..47e9388c184b 100644 --- a/libgfortran/generated/in_pack_i4.c +++ b/libgfortran/generated/in_pack_i4.c @@ -1,5 +1,5 @@ /* Helper function for repacking arrays. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/in_pack_i8.c b/libgfortran/generated/in_pack_i8.c index 391af8a1b53f..19bb022d0426 100644 --- a/libgfortran/generated/in_pack_i8.c +++ b/libgfortran/generated/in_pack_i8.c @@ -1,5 +1,5 @@ /* Helper function for repacking arrays. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/in_pack_r10.c b/libgfortran/generated/in_pack_r10.c index 68492efb7f9c..0a2da94d9005 100644 --- a/libgfortran/generated/in_pack_r10.c +++ b/libgfortran/generated/in_pack_r10.c @@ -1,5 +1,5 @@ /* Helper function for repacking arrays. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/in_pack_r16.c b/libgfortran/generated/in_pack_r16.c index 68dea6ad5724..9c93c534b942 100644 --- a/libgfortran/generated/in_pack_r16.c +++ b/libgfortran/generated/in_pack_r16.c @@ -1,5 +1,5 @@ /* Helper function for repacking arrays. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/in_pack_r4.c b/libgfortran/generated/in_pack_r4.c index 64b12ad369aa..64f283dac2b2 100644 --- a/libgfortran/generated/in_pack_r4.c +++ b/libgfortran/generated/in_pack_r4.c @@ -1,5 +1,5 @@ /* Helper function for repacking arrays. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/in_pack_r8.c b/libgfortran/generated/in_pack_r8.c index a7141856e2c2..f4d29229efce 100644 --- a/libgfortran/generated/in_pack_r8.c +++ b/libgfortran/generated/in_pack_r8.c @@ -1,5 +1,5 @@ /* Helper function for repacking arrays. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/in_unpack_c10.c b/libgfortran/generated/in_unpack_c10.c index 182dfdfa1ec1..4fd792d45047 100644 --- a/libgfortran/generated/in_unpack_c10.c +++ b/libgfortran/generated/in_unpack_c10.c @@ -1,5 +1,5 @@ /* Helper function for repacking arrays. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/in_unpack_c16.c b/libgfortran/generated/in_unpack_c16.c index e565a94a94ef..c0d9333ee728 100644 --- a/libgfortran/generated/in_unpack_c16.c +++ b/libgfortran/generated/in_unpack_c16.c @@ -1,5 +1,5 @@ /* Helper function for repacking arrays. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/in_unpack_c4.c b/libgfortran/generated/in_unpack_c4.c index a32ffaebedb1..b971212f6515 100644 --- a/libgfortran/generated/in_unpack_c4.c +++ b/libgfortran/generated/in_unpack_c4.c @@ -1,5 +1,5 @@ /* Helper function for repacking arrays. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/in_unpack_c8.c b/libgfortran/generated/in_unpack_c8.c index fa465f1094f2..76b2d562c5bd 100644 --- a/libgfortran/generated/in_unpack_c8.c +++ b/libgfortran/generated/in_unpack_c8.c @@ -1,5 +1,5 @@ /* Helper function for repacking arrays. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/in_unpack_i1.c b/libgfortran/generated/in_unpack_i1.c index 7fa3fe99cb1d..9ad7c2554137 100644 --- a/libgfortran/generated/in_unpack_i1.c +++ b/libgfortran/generated/in_unpack_i1.c @@ -1,5 +1,5 @@ /* Helper function for repacking arrays. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/in_unpack_i16.c b/libgfortran/generated/in_unpack_i16.c index ead74b7eafd4..801e1dec1953 100644 --- a/libgfortran/generated/in_unpack_i16.c +++ b/libgfortran/generated/in_unpack_i16.c @@ -1,5 +1,5 @@ /* Helper function for repacking arrays. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/in_unpack_i2.c b/libgfortran/generated/in_unpack_i2.c index 2dce29a20eb6..6c4a04342835 100644 --- a/libgfortran/generated/in_unpack_i2.c +++ b/libgfortran/generated/in_unpack_i2.c @@ -1,5 +1,5 @@ /* Helper function for repacking arrays. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/in_unpack_i4.c b/libgfortran/generated/in_unpack_i4.c index 5d1ce1603e0d..d36087cda1ef 100644 --- a/libgfortran/generated/in_unpack_i4.c +++ b/libgfortran/generated/in_unpack_i4.c @@ -1,5 +1,5 @@ /* Helper function for repacking arrays. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/in_unpack_i8.c b/libgfortran/generated/in_unpack_i8.c index 604d987155d0..367fbdbaa25e 100644 --- a/libgfortran/generated/in_unpack_i8.c +++ b/libgfortran/generated/in_unpack_i8.c @@ -1,5 +1,5 @@ /* Helper function for repacking arrays. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/in_unpack_r10.c b/libgfortran/generated/in_unpack_r10.c index d2f0d625c282..bdde745dd705 100644 --- a/libgfortran/generated/in_unpack_r10.c +++ b/libgfortran/generated/in_unpack_r10.c @@ -1,5 +1,5 @@ /* Helper function for repacking arrays. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/in_unpack_r16.c b/libgfortran/generated/in_unpack_r16.c index f968b5bb67c0..4cc3c7fe913a 100644 --- a/libgfortran/generated/in_unpack_r16.c +++ b/libgfortran/generated/in_unpack_r16.c @@ -1,5 +1,5 @@ /* Helper function for repacking arrays. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/in_unpack_r4.c b/libgfortran/generated/in_unpack_r4.c index e46ad59c79f9..f87d1c5c9198 100644 --- a/libgfortran/generated/in_unpack_r4.c +++ b/libgfortran/generated/in_unpack_r4.c @@ -1,5 +1,5 @@ /* Helper function for repacking arrays. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/in_unpack_r8.c b/libgfortran/generated/in_unpack_r8.c index a051dfd8b49a..f6c56e644eda 100644 --- a/libgfortran/generated/in_unpack_r8.c +++ b/libgfortran/generated/in_unpack_r8.c @@ -1,5 +1,5 @@ /* Helper function for repacking arrays. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/iparity_i1.c b/libgfortran/generated/iparity_i1.c index eca33ae93d07..6ebf498c480a 100644 --- a/libgfortran/generated/iparity_i1.c +++ b/libgfortran/generated/iparity_i1.c @@ -1,5 +1,5 @@ /* Implementation of the IPARITY intrinsic - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Tobias Burnus This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/iparity_i16.c b/libgfortran/generated/iparity_i16.c index cb40df0d9495..670c74e57f8e 100644 --- a/libgfortran/generated/iparity_i16.c +++ b/libgfortran/generated/iparity_i16.c @@ -1,5 +1,5 @@ /* Implementation of the IPARITY intrinsic - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Tobias Burnus This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/iparity_i2.c b/libgfortran/generated/iparity_i2.c index 34d043dbf6b5..63f7b4313c7c 100644 --- a/libgfortran/generated/iparity_i2.c +++ b/libgfortran/generated/iparity_i2.c @@ -1,5 +1,5 @@ /* Implementation of the IPARITY intrinsic - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Tobias Burnus This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/iparity_i4.c b/libgfortran/generated/iparity_i4.c index 3360465d2e2b..682b1705dcb1 100644 --- a/libgfortran/generated/iparity_i4.c +++ b/libgfortran/generated/iparity_i4.c @@ -1,5 +1,5 @@ /* Implementation of the IPARITY intrinsic - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Tobias Burnus This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/iparity_i8.c b/libgfortran/generated/iparity_i8.c index f350b74c5664..3b8f55c439f4 100644 --- a/libgfortran/generated/iparity_i8.c +++ b/libgfortran/generated/iparity_i8.c @@ -1,5 +1,5 @@ /* Implementation of the IPARITY intrinsic - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Tobias Burnus This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/matmul_c10.c b/libgfortran/generated/matmul_c10.c index 09ba20679031..2892c50693f0 100644 --- a/libgfortran/generated/matmul_c10.c +++ b/libgfortran/generated/matmul_c10.c @@ -1,5 +1,5 @@ /* Implementation of the MATMUL intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/matmul_c16.c b/libgfortran/generated/matmul_c16.c index f883f0932030..d67ec15a5f27 100644 --- a/libgfortran/generated/matmul_c16.c +++ b/libgfortran/generated/matmul_c16.c @@ -1,5 +1,5 @@ /* Implementation of the MATMUL intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/matmul_c4.c b/libgfortran/generated/matmul_c4.c index c1fcba50d517..b20539d6e0bf 100644 --- a/libgfortran/generated/matmul_c4.c +++ b/libgfortran/generated/matmul_c4.c @@ -1,5 +1,5 @@ /* Implementation of the MATMUL intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/matmul_c8.c b/libgfortran/generated/matmul_c8.c index b1a1366ce15b..954dd5ee0640 100644 --- a/libgfortran/generated/matmul_c8.c +++ b/libgfortran/generated/matmul_c8.c @@ -1,5 +1,5 @@ /* Implementation of the MATMUL intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/matmul_i1.c b/libgfortran/generated/matmul_i1.c index 5f477f375405..621183671ee6 100644 --- a/libgfortran/generated/matmul_i1.c +++ b/libgfortran/generated/matmul_i1.c @@ -1,5 +1,5 @@ /* Implementation of the MATMUL intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/matmul_i16.c b/libgfortran/generated/matmul_i16.c index 782a83caad78..51e92fb84c61 100644 --- a/libgfortran/generated/matmul_i16.c +++ b/libgfortran/generated/matmul_i16.c @@ -1,5 +1,5 @@ /* Implementation of the MATMUL intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/matmul_i2.c b/libgfortran/generated/matmul_i2.c index 20b011763589..2077db3ed26b 100644 --- a/libgfortran/generated/matmul_i2.c +++ b/libgfortran/generated/matmul_i2.c @@ -1,5 +1,5 @@ /* Implementation of the MATMUL intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/matmul_i4.c b/libgfortran/generated/matmul_i4.c index 480a911ffecd..053f4a5263c2 100644 --- a/libgfortran/generated/matmul_i4.c +++ b/libgfortran/generated/matmul_i4.c @@ -1,5 +1,5 @@ /* Implementation of the MATMUL intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/matmul_i8.c b/libgfortran/generated/matmul_i8.c index 7fe4aa5aaa19..a3418d8a6a39 100644 --- a/libgfortran/generated/matmul_i8.c +++ b/libgfortran/generated/matmul_i8.c @@ -1,5 +1,5 @@ /* Implementation of the MATMUL intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/matmul_l16.c b/libgfortran/generated/matmul_l16.c index 277a90ac999c..762370b03456 100644 --- a/libgfortran/generated/matmul_l16.c +++ b/libgfortran/generated/matmul_l16.c @@ -1,5 +1,5 @@ /* Implementation of the MATMUL intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/matmul_l4.c b/libgfortran/generated/matmul_l4.c index 3d3dcca3d80a..65f3630a065a 100644 --- a/libgfortran/generated/matmul_l4.c +++ b/libgfortran/generated/matmul_l4.c @@ -1,5 +1,5 @@ /* Implementation of the MATMUL intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/matmul_l8.c b/libgfortran/generated/matmul_l8.c index 67892ad5f3a1..42ec76f805d2 100644 --- a/libgfortran/generated/matmul_l8.c +++ b/libgfortran/generated/matmul_l8.c @@ -1,5 +1,5 @@ /* Implementation of the MATMUL intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/matmul_r10.c b/libgfortran/generated/matmul_r10.c index 857c57d2a747..24a331a948ce 100644 --- a/libgfortran/generated/matmul_r10.c +++ b/libgfortran/generated/matmul_r10.c @@ -1,5 +1,5 @@ /* Implementation of the MATMUL intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/matmul_r16.c b/libgfortran/generated/matmul_r16.c index 0033314aaf0a..be3e8fd217f8 100644 --- a/libgfortran/generated/matmul_r16.c +++ b/libgfortran/generated/matmul_r16.c @@ -1,5 +1,5 @@ /* Implementation of the MATMUL intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/matmul_r4.c b/libgfortran/generated/matmul_r4.c index 70d0fd1b668b..b7a40d30b5d1 100644 --- a/libgfortran/generated/matmul_r4.c +++ b/libgfortran/generated/matmul_r4.c @@ -1,5 +1,5 @@ /* Implementation of the MATMUL intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/matmul_r8.c b/libgfortran/generated/matmul_r8.c index 19c67dd02bd9..cffa4ecce903 100644 --- a/libgfortran/generated/matmul_r8.c +++ b/libgfortran/generated/matmul_r8.c @@ -1,5 +1,5 @@ /* Implementation of the MATMUL intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc0_16_i1.c b/libgfortran/generated/maxloc0_16_i1.c index 3a9019373db5..09d1f72c161f 100644 --- a/libgfortran/generated/maxloc0_16_i1.c +++ b/libgfortran/generated/maxloc0_16_i1.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc0_16_i16.c b/libgfortran/generated/maxloc0_16_i16.c index bbcd6bdb039d..f5626ecb9cc8 100644 --- a/libgfortran/generated/maxloc0_16_i16.c +++ b/libgfortran/generated/maxloc0_16_i16.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc0_16_i2.c b/libgfortran/generated/maxloc0_16_i2.c index 7f37dc2ea2fa..d2f4d45734f5 100644 --- a/libgfortran/generated/maxloc0_16_i2.c +++ b/libgfortran/generated/maxloc0_16_i2.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc0_16_i4.c b/libgfortran/generated/maxloc0_16_i4.c index c61c069161fd..be2da162ab19 100644 --- a/libgfortran/generated/maxloc0_16_i4.c +++ b/libgfortran/generated/maxloc0_16_i4.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc0_16_i8.c b/libgfortran/generated/maxloc0_16_i8.c index 21effbe2649d..de63fdf7ca3e 100644 --- a/libgfortran/generated/maxloc0_16_i8.c +++ b/libgfortran/generated/maxloc0_16_i8.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc0_16_r10.c b/libgfortran/generated/maxloc0_16_r10.c index 01a36eaebcfe..8663b3251c2f 100644 --- a/libgfortran/generated/maxloc0_16_r10.c +++ b/libgfortran/generated/maxloc0_16_r10.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc0_16_r16.c b/libgfortran/generated/maxloc0_16_r16.c index 811ca5d8df99..f9cda989a25b 100644 --- a/libgfortran/generated/maxloc0_16_r16.c +++ b/libgfortran/generated/maxloc0_16_r16.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc0_16_r4.c b/libgfortran/generated/maxloc0_16_r4.c index 8378af1c6d49..2368b01c5137 100644 --- a/libgfortran/generated/maxloc0_16_r4.c +++ b/libgfortran/generated/maxloc0_16_r4.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc0_16_r8.c b/libgfortran/generated/maxloc0_16_r8.c index bfa6d80dac88..168b0dc451c3 100644 --- a/libgfortran/generated/maxloc0_16_r8.c +++ b/libgfortran/generated/maxloc0_16_r8.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc0_4_i1.c b/libgfortran/generated/maxloc0_4_i1.c index 44939fd89da1..5059f23bd44c 100644 --- a/libgfortran/generated/maxloc0_4_i1.c +++ b/libgfortran/generated/maxloc0_4_i1.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc0_4_i16.c b/libgfortran/generated/maxloc0_4_i16.c index 507bd30778fa..9951ebd294ac 100644 --- a/libgfortran/generated/maxloc0_4_i16.c +++ b/libgfortran/generated/maxloc0_4_i16.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc0_4_i2.c b/libgfortran/generated/maxloc0_4_i2.c index b0413272ec51..8a905746c749 100644 --- a/libgfortran/generated/maxloc0_4_i2.c +++ b/libgfortran/generated/maxloc0_4_i2.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc0_4_i4.c b/libgfortran/generated/maxloc0_4_i4.c index 89242f90e9e5..cfa1c177c444 100644 --- a/libgfortran/generated/maxloc0_4_i4.c +++ b/libgfortran/generated/maxloc0_4_i4.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc0_4_i8.c b/libgfortran/generated/maxloc0_4_i8.c index 34003d8b2044..0f79f0fc238f 100644 --- a/libgfortran/generated/maxloc0_4_i8.c +++ b/libgfortran/generated/maxloc0_4_i8.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc0_4_r10.c b/libgfortran/generated/maxloc0_4_r10.c index 597f6b855699..711d1e5b9f35 100644 --- a/libgfortran/generated/maxloc0_4_r10.c +++ b/libgfortran/generated/maxloc0_4_r10.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc0_4_r16.c b/libgfortran/generated/maxloc0_4_r16.c index 92fed338e01f..3d96dd9eead0 100644 --- a/libgfortran/generated/maxloc0_4_r16.c +++ b/libgfortran/generated/maxloc0_4_r16.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc0_4_r4.c b/libgfortran/generated/maxloc0_4_r4.c index cd99829356f0..292c0bfb031d 100644 --- a/libgfortran/generated/maxloc0_4_r4.c +++ b/libgfortran/generated/maxloc0_4_r4.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc0_4_r8.c b/libgfortran/generated/maxloc0_4_r8.c index d8f4db617cf3..b735ac02c514 100644 --- a/libgfortran/generated/maxloc0_4_r8.c +++ b/libgfortran/generated/maxloc0_4_r8.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc0_8_i1.c b/libgfortran/generated/maxloc0_8_i1.c index 9ea50e4d0a1a..7ef8f7b08804 100644 --- a/libgfortran/generated/maxloc0_8_i1.c +++ b/libgfortran/generated/maxloc0_8_i1.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc0_8_i16.c b/libgfortran/generated/maxloc0_8_i16.c index 7d71834809cf..65a378415ef1 100644 --- a/libgfortran/generated/maxloc0_8_i16.c +++ b/libgfortran/generated/maxloc0_8_i16.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc0_8_i2.c b/libgfortran/generated/maxloc0_8_i2.c index 6f7c69e140f7..afffe3f4e4d2 100644 --- a/libgfortran/generated/maxloc0_8_i2.c +++ b/libgfortran/generated/maxloc0_8_i2.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc0_8_i4.c b/libgfortran/generated/maxloc0_8_i4.c index b13694680b25..41d8d64a4bd4 100644 --- a/libgfortran/generated/maxloc0_8_i4.c +++ b/libgfortran/generated/maxloc0_8_i4.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc0_8_i8.c b/libgfortran/generated/maxloc0_8_i8.c index c948eb36fa34..170cfe7bfeaa 100644 --- a/libgfortran/generated/maxloc0_8_i8.c +++ b/libgfortran/generated/maxloc0_8_i8.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc0_8_r10.c b/libgfortran/generated/maxloc0_8_r10.c index 23dc39e84581..3333280402b5 100644 --- a/libgfortran/generated/maxloc0_8_r10.c +++ b/libgfortran/generated/maxloc0_8_r10.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc0_8_r16.c b/libgfortran/generated/maxloc0_8_r16.c index 0f3ee9d88e73..4826fbfecc2b 100644 --- a/libgfortran/generated/maxloc0_8_r16.c +++ b/libgfortran/generated/maxloc0_8_r16.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc0_8_r4.c b/libgfortran/generated/maxloc0_8_r4.c index 80ce2d46b95c..d0c9a33b9c1f 100644 --- a/libgfortran/generated/maxloc0_8_r4.c +++ b/libgfortran/generated/maxloc0_8_r4.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc0_8_r8.c b/libgfortran/generated/maxloc0_8_r8.c index 645d1a93c1d9..905472e3489b 100644 --- a/libgfortran/generated/maxloc0_8_r8.c +++ b/libgfortran/generated/maxloc0_8_r8.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc1_16_i1.c b/libgfortran/generated/maxloc1_16_i1.c index e0024c3496d7..1d54b1d0ab36 100644 --- a/libgfortran/generated/maxloc1_16_i1.c +++ b/libgfortran/generated/maxloc1_16_i1.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc1_16_i16.c b/libgfortran/generated/maxloc1_16_i16.c index 8c35ac5a2390..f6a8930537c6 100644 --- a/libgfortran/generated/maxloc1_16_i16.c +++ b/libgfortran/generated/maxloc1_16_i16.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc1_16_i2.c b/libgfortran/generated/maxloc1_16_i2.c index 4c717499602c..595fa2c89503 100644 --- a/libgfortran/generated/maxloc1_16_i2.c +++ b/libgfortran/generated/maxloc1_16_i2.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc1_16_i4.c b/libgfortran/generated/maxloc1_16_i4.c index ed6ebbec4a43..2d68405cd6ff 100644 --- a/libgfortran/generated/maxloc1_16_i4.c +++ b/libgfortran/generated/maxloc1_16_i4.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc1_16_i8.c b/libgfortran/generated/maxloc1_16_i8.c index 5af97c51f8c1..06b20750c5ae 100644 --- a/libgfortran/generated/maxloc1_16_i8.c +++ b/libgfortran/generated/maxloc1_16_i8.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc1_16_r10.c b/libgfortran/generated/maxloc1_16_r10.c index 7cab881dfe5e..896de8ac9ff0 100644 --- a/libgfortran/generated/maxloc1_16_r10.c +++ b/libgfortran/generated/maxloc1_16_r10.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc1_16_r16.c b/libgfortran/generated/maxloc1_16_r16.c index 223e688b4a5f..93cddf4c5942 100644 --- a/libgfortran/generated/maxloc1_16_r16.c +++ b/libgfortran/generated/maxloc1_16_r16.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc1_16_r4.c b/libgfortran/generated/maxloc1_16_r4.c index b4ecd0b34d8a..42419b75eeb1 100644 --- a/libgfortran/generated/maxloc1_16_r4.c +++ b/libgfortran/generated/maxloc1_16_r4.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc1_16_r8.c b/libgfortran/generated/maxloc1_16_r8.c index 2d8bb52ea398..db0d6a3f6297 100644 --- a/libgfortran/generated/maxloc1_16_r8.c +++ b/libgfortran/generated/maxloc1_16_r8.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc1_4_i1.c b/libgfortran/generated/maxloc1_4_i1.c index 641d60ac6cea..284116abe528 100644 --- a/libgfortran/generated/maxloc1_4_i1.c +++ b/libgfortran/generated/maxloc1_4_i1.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc1_4_i16.c b/libgfortran/generated/maxloc1_4_i16.c index d5c5062dc545..48c27674bc82 100644 --- a/libgfortran/generated/maxloc1_4_i16.c +++ b/libgfortran/generated/maxloc1_4_i16.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc1_4_i2.c b/libgfortran/generated/maxloc1_4_i2.c index 142aa2ee2fa5..b9c9a010d98c 100644 --- a/libgfortran/generated/maxloc1_4_i2.c +++ b/libgfortran/generated/maxloc1_4_i2.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc1_4_i4.c b/libgfortran/generated/maxloc1_4_i4.c index 3e9a1a31f3fb..5222bc39ecdc 100644 --- a/libgfortran/generated/maxloc1_4_i4.c +++ b/libgfortran/generated/maxloc1_4_i4.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc1_4_i8.c b/libgfortran/generated/maxloc1_4_i8.c index d8fdbf79b627..f9f067f18ef4 100644 --- a/libgfortran/generated/maxloc1_4_i8.c +++ b/libgfortran/generated/maxloc1_4_i8.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc1_4_r10.c b/libgfortran/generated/maxloc1_4_r10.c index 09482fce09f8..8baf3376d48d 100644 --- a/libgfortran/generated/maxloc1_4_r10.c +++ b/libgfortran/generated/maxloc1_4_r10.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc1_4_r16.c b/libgfortran/generated/maxloc1_4_r16.c index 80d14c5d9a93..03aa2abe348f 100644 --- a/libgfortran/generated/maxloc1_4_r16.c +++ b/libgfortran/generated/maxloc1_4_r16.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc1_4_r4.c b/libgfortran/generated/maxloc1_4_r4.c index c87526db40a3..94c3260b46cd 100644 --- a/libgfortran/generated/maxloc1_4_r4.c +++ b/libgfortran/generated/maxloc1_4_r4.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc1_4_r8.c b/libgfortran/generated/maxloc1_4_r8.c index a0de70465ae3..11f71ee34962 100644 --- a/libgfortran/generated/maxloc1_4_r8.c +++ b/libgfortran/generated/maxloc1_4_r8.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc1_8_i1.c b/libgfortran/generated/maxloc1_8_i1.c index 16e9226c8441..a46ddab57322 100644 --- a/libgfortran/generated/maxloc1_8_i1.c +++ b/libgfortran/generated/maxloc1_8_i1.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc1_8_i16.c b/libgfortran/generated/maxloc1_8_i16.c index 1a311c9eafbd..0e04e8ca2020 100644 --- a/libgfortran/generated/maxloc1_8_i16.c +++ b/libgfortran/generated/maxloc1_8_i16.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc1_8_i2.c b/libgfortran/generated/maxloc1_8_i2.c index 0f40c9d32bca..d29c7ec294e6 100644 --- a/libgfortran/generated/maxloc1_8_i2.c +++ b/libgfortran/generated/maxloc1_8_i2.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc1_8_i4.c b/libgfortran/generated/maxloc1_8_i4.c index 60bb949593cd..c477cdc60d41 100644 --- a/libgfortran/generated/maxloc1_8_i4.c +++ b/libgfortran/generated/maxloc1_8_i4.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc1_8_i8.c b/libgfortran/generated/maxloc1_8_i8.c index 3cbc8943a7ca..5af011a09761 100644 --- a/libgfortran/generated/maxloc1_8_i8.c +++ b/libgfortran/generated/maxloc1_8_i8.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc1_8_r10.c b/libgfortran/generated/maxloc1_8_r10.c index a1e62636dae5..0f352b2508a3 100644 --- a/libgfortran/generated/maxloc1_8_r10.c +++ b/libgfortran/generated/maxloc1_8_r10.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc1_8_r16.c b/libgfortran/generated/maxloc1_8_r16.c index 29efff806230..57e4ce4a6c7e 100644 --- a/libgfortran/generated/maxloc1_8_r16.c +++ b/libgfortran/generated/maxloc1_8_r16.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc1_8_r4.c b/libgfortran/generated/maxloc1_8_r4.c index 304b0ea4eea7..a74fa5c7633f 100644 --- a/libgfortran/generated/maxloc1_8_r4.c +++ b/libgfortran/generated/maxloc1_8_r4.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/maxloc1_8_r8.c b/libgfortran/generated/maxloc1_8_r8.c index a8f07739a83b..a7a1bf79d234 100644 --- a/libgfortran/generated/maxloc1_8_r8.c +++ b/libgfortran/generated/maxloc1_8_r8.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/maxval_i1.c b/libgfortran/generated/maxval_i1.c index 6eb9b4999c02..5593ffeca959 100644 --- a/libgfortran/generated/maxval_i1.c +++ b/libgfortran/generated/maxval_i1.c @@ -1,5 +1,5 @@ /* Implementation of the MAXVAL intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/maxval_i16.c b/libgfortran/generated/maxval_i16.c index b230aa797c2c..fa2536de34f2 100644 --- a/libgfortran/generated/maxval_i16.c +++ b/libgfortran/generated/maxval_i16.c @@ -1,5 +1,5 @@ /* Implementation of the MAXVAL intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/maxval_i2.c b/libgfortran/generated/maxval_i2.c index 3cf7cff956e7..ed90dad9fa06 100644 --- a/libgfortran/generated/maxval_i2.c +++ b/libgfortran/generated/maxval_i2.c @@ -1,5 +1,5 @@ /* Implementation of the MAXVAL intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/maxval_i4.c b/libgfortran/generated/maxval_i4.c index 5c29dd1003b9..67c7b0e37d13 100644 --- a/libgfortran/generated/maxval_i4.c +++ b/libgfortran/generated/maxval_i4.c @@ -1,5 +1,5 @@ /* Implementation of the MAXVAL intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/maxval_i8.c b/libgfortran/generated/maxval_i8.c index 5500d931e538..9cad4e3fff68 100644 --- a/libgfortran/generated/maxval_i8.c +++ b/libgfortran/generated/maxval_i8.c @@ -1,5 +1,5 @@ /* Implementation of the MAXVAL intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/maxval_r10.c b/libgfortran/generated/maxval_r10.c index e0cd80c2561b..96f77b73527b 100644 --- a/libgfortran/generated/maxval_r10.c +++ b/libgfortran/generated/maxval_r10.c @@ -1,5 +1,5 @@ /* Implementation of the MAXVAL intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/maxval_r16.c b/libgfortran/generated/maxval_r16.c index b6224d76a881..6416040744b6 100644 --- a/libgfortran/generated/maxval_r16.c +++ b/libgfortran/generated/maxval_r16.c @@ -1,5 +1,5 @@ /* Implementation of the MAXVAL intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/maxval_r4.c b/libgfortran/generated/maxval_r4.c index e50bc303976c..ec5b1ac3e1b3 100644 --- a/libgfortran/generated/maxval_r4.c +++ b/libgfortran/generated/maxval_r4.c @@ -1,5 +1,5 @@ /* Implementation of the MAXVAL intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/maxval_r8.c b/libgfortran/generated/maxval_r8.c index 9fd31d99c47b..8788420dca35 100644 --- a/libgfortran/generated/maxval_r8.c +++ b/libgfortran/generated/maxval_r8.c @@ -1,5 +1,5 @@ /* Implementation of the MAXVAL intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/minloc0_16_i1.c b/libgfortran/generated/minloc0_16_i1.c index f268f05faa69..7fb5c6e0b247 100644 --- a/libgfortran/generated/minloc0_16_i1.c +++ b/libgfortran/generated/minloc0_16_i1.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/minloc0_16_i16.c b/libgfortran/generated/minloc0_16_i16.c index 12d750c302a5..4bdf9a09db88 100644 --- a/libgfortran/generated/minloc0_16_i16.c +++ b/libgfortran/generated/minloc0_16_i16.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/minloc0_16_i2.c b/libgfortran/generated/minloc0_16_i2.c index 8770d124b9c4..f01afcaae28a 100644 --- a/libgfortran/generated/minloc0_16_i2.c +++ b/libgfortran/generated/minloc0_16_i2.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/minloc0_16_i4.c b/libgfortran/generated/minloc0_16_i4.c index ca3e759e75dd..b2b5c8a3d915 100644 --- a/libgfortran/generated/minloc0_16_i4.c +++ b/libgfortran/generated/minloc0_16_i4.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/minloc0_16_i8.c b/libgfortran/generated/minloc0_16_i8.c index e02dbf16774e..7ae23368fefa 100644 --- a/libgfortran/generated/minloc0_16_i8.c +++ b/libgfortran/generated/minloc0_16_i8.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/minloc0_16_r10.c b/libgfortran/generated/minloc0_16_r10.c index 7bf014315f2e..5388bb3cb874 100644 --- a/libgfortran/generated/minloc0_16_r10.c +++ b/libgfortran/generated/minloc0_16_r10.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/minloc0_16_r16.c b/libgfortran/generated/minloc0_16_r16.c index 2eb8931007ab..3aca587355b8 100644 --- a/libgfortran/generated/minloc0_16_r16.c +++ b/libgfortran/generated/minloc0_16_r16.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/minloc0_16_r4.c b/libgfortran/generated/minloc0_16_r4.c index 74d4bf510c40..88f4cdbb8e72 100644 --- a/libgfortran/generated/minloc0_16_r4.c +++ b/libgfortran/generated/minloc0_16_r4.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/minloc0_16_r8.c b/libgfortran/generated/minloc0_16_r8.c index 3521e8cfc777..a360b595426e 100644 --- a/libgfortran/generated/minloc0_16_r8.c +++ b/libgfortran/generated/minloc0_16_r8.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/minloc0_4_i1.c b/libgfortran/generated/minloc0_4_i1.c index 886b18766252..470d2eab98f7 100644 --- a/libgfortran/generated/minloc0_4_i1.c +++ b/libgfortran/generated/minloc0_4_i1.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/minloc0_4_i16.c b/libgfortran/generated/minloc0_4_i16.c index bcb4e5f85533..8dcea5ec11da 100644 --- a/libgfortran/generated/minloc0_4_i16.c +++ b/libgfortran/generated/minloc0_4_i16.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/minloc0_4_i2.c b/libgfortran/generated/minloc0_4_i2.c index 19603f37a023..1e9e154de990 100644 --- a/libgfortran/generated/minloc0_4_i2.c +++ b/libgfortran/generated/minloc0_4_i2.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/minloc0_4_i4.c b/libgfortran/generated/minloc0_4_i4.c index 3ad1e34f7b59..7e80a494da75 100644 --- a/libgfortran/generated/minloc0_4_i4.c +++ b/libgfortran/generated/minloc0_4_i4.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/minloc0_4_i8.c b/libgfortran/generated/minloc0_4_i8.c index e73462c59b08..f0a9ed3588c1 100644 --- a/libgfortran/generated/minloc0_4_i8.c +++ b/libgfortran/generated/minloc0_4_i8.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/minloc0_4_r10.c b/libgfortran/generated/minloc0_4_r10.c index 702203b82040..dd0bdf2ea776 100644 --- a/libgfortran/generated/minloc0_4_r10.c +++ b/libgfortran/generated/minloc0_4_r10.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/minloc0_4_r16.c b/libgfortran/generated/minloc0_4_r16.c index 350cd6c87f93..d3a2e57af203 100644 --- a/libgfortran/generated/minloc0_4_r16.c +++ b/libgfortran/generated/minloc0_4_r16.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/minloc0_4_r4.c b/libgfortran/generated/minloc0_4_r4.c index 9019b53f9eea..f507e796606b 100644 --- a/libgfortran/generated/minloc0_4_r4.c +++ b/libgfortran/generated/minloc0_4_r4.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/minloc0_4_r8.c b/libgfortran/generated/minloc0_4_r8.c index 158f4692737b..97eff1d3bb0d 100644 --- a/libgfortran/generated/minloc0_4_r8.c +++ b/libgfortran/generated/minloc0_4_r8.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/minloc0_8_i1.c b/libgfortran/generated/minloc0_8_i1.c index be928870c2be..988e2771298c 100644 --- a/libgfortran/generated/minloc0_8_i1.c +++ b/libgfortran/generated/minloc0_8_i1.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/minloc0_8_i16.c b/libgfortran/generated/minloc0_8_i16.c index 1cc79d4967f4..82e61a056b6a 100644 --- a/libgfortran/generated/minloc0_8_i16.c +++ b/libgfortran/generated/minloc0_8_i16.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/minloc0_8_i2.c b/libgfortran/generated/minloc0_8_i2.c index 8b7fd7437e7c..d6055820c8a6 100644 --- a/libgfortran/generated/minloc0_8_i2.c +++ b/libgfortran/generated/minloc0_8_i2.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/minloc0_8_i4.c b/libgfortran/generated/minloc0_8_i4.c index 3d9582cec544..ff62da4e48f9 100644 --- a/libgfortran/generated/minloc0_8_i4.c +++ b/libgfortran/generated/minloc0_8_i4.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/minloc0_8_i8.c b/libgfortran/generated/minloc0_8_i8.c index a189e2029be9..bb6420998a68 100644 --- a/libgfortran/generated/minloc0_8_i8.c +++ b/libgfortran/generated/minloc0_8_i8.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/minloc0_8_r10.c b/libgfortran/generated/minloc0_8_r10.c index e2a257bd77e4..527523a48f12 100644 --- a/libgfortran/generated/minloc0_8_r10.c +++ b/libgfortran/generated/minloc0_8_r10.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/minloc0_8_r16.c b/libgfortran/generated/minloc0_8_r16.c index d1a9ab595424..096fce480ff6 100644 --- a/libgfortran/generated/minloc0_8_r16.c +++ b/libgfortran/generated/minloc0_8_r16.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/minloc0_8_r4.c b/libgfortran/generated/minloc0_8_r4.c index c6eee479417e..d9320d8854b8 100644 --- a/libgfortran/generated/minloc0_8_r4.c +++ b/libgfortran/generated/minloc0_8_r4.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/minloc0_8_r8.c b/libgfortran/generated/minloc0_8_r8.c index c9fa86a4d8ea..7917597adb04 100644 --- a/libgfortran/generated/minloc0_8_r8.c +++ b/libgfortran/generated/minloc0_8_r8.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/minloc1_16_i1.c b/libgfortran/generated/minloc1_16_i1.c index 57c19ce2b9fe..a2a2560562b6 100644 --- a/libgfortran/generated/minloc1_16_i1.c +++ b/libgfortran/generated/minloc1_16_i1.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/minloc1_16_i16.c b/libgfortran/generated/minloc1_16_i16.c index e1a62a6fdaec..23170e412fad 100644 --- a/libgfortran/generated/minloc1_16_i16.c +++ b/libgfortran/generated/minloc1_16_i16.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/minloc1_16_i2.c b/libgfortran/generated/minloc1_16_i2.c index 01f7e1c83ace..ac14c6a7e623 100644 --- a/libgfortran/generated/minloc1_16_i2.c +++ b/libgfortran/generated/minloc1_16_i2.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/minloc1_16_i4.c b/libgfortran/generated/minloc1_16_i4.c index 06bec68e86d9..14ba2c858821 100644 --- a/libgfortran/generated/minloc1_16_i4.c +++ b/libgfortran/generated/minloc1_16_i4.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/minloc1_16_i8.c b/libgfortran/generated/minloc1_16_i8.c index 7a03c9394eeb..f68995826634 100644 --- a/libgfortran/generated/minloc1_16_i8.c +++ b/libgfortran/generated/minloc1_16_i8.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/minloc1_16_r10.c b/libgfortran/generated/minloc1_16_r10.c index a4c46f8a612c..cd22b3be2b6d 100644 --- a/libgfortran/generated/minloc1_16_r10.c +++ b/libgfortran/generated/minloc1_16_r10.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/minloc1_16_r16.c b/libgfortran/generated/minloc1_16_r16.c index aa763a553d75..63fadc354fd3 100644 --- a/libgfortran/generated/minloc1_16_r16.c +++ b/libgfortran/generated/minloc1_16_r16.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/minloc1_16_r4.c b/libgfortran/generated/minloc1_16_r4.c index 249025314599..eaf4687acc61 100644 --- a/libgfortran/generated/minloc1_16_r4.c +++ b/libgfortran/generated/minloc1_16_r4.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/minloc1_16_r8.c b/libgfortran/generated/minloc1_16_r8.c index b275e0585a3b..ad7c69a6bccb 100644 --- a/libgfortran/generated/minloc1_16_r8.c +++ b/libgfortran/generated/minloc1_16_r8.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/minloc1_4_i1.c b/libgfortran/generated/minloc1_4_i1.c index c899fc44df24..025949c5fe5c 100644 --- a/libgfortran/generated/minloc1_4_i1.c +++ b/libgfortran/generated/minloc1_4_i1.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/minloc1_4_i16.c b/libgfortran/generated/minloc1_4_i16.c index 55ad5527feb3..0fe8bedaa28d 100644 --- a/libgfortran/generated/minloc1_4_i16.c +++ b/libgfortran/generated/minloc1_4_i16.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/minloc1_4_i2.c b/libgfortran/generated/minloc1_4_i2.c index d7e86ec309fa..02a59927a95a 100644 --- a/libgfortran/generated/minloc1_4_i2.c +++ b/libgfortran/generated/minloc1_4_i2.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/minloc1_4_i4.c b/libgfortran/generated/minloc1_4_i4.c index 3f4bbae42eb4..db38835bd24a 100644 --- a/libgfortran/generated/minloc1_4_i4.c +++ b/libgfortran/generated/minloc1_4_i4.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/minloc1_4_i8.c b/libgfortran/generated/minloc1_4_i8.c index 8a66342afda8..88719e20928c 100644 --- a/libgfortran/generated/minloc1_4_i8.c +++ b/libgfortran/generated/minloc1_4_i8.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/minloc1_4_r10.c b/libgfortran/generated/minloc1_4_r10.c index 1ce2c8fc8eed..8eec1bdf26eb 100644 --- a/libgfortran/generated/minloc1_4_r10.c +++ b/libgfortran/generated/minloc1_4_r10.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/minloc1_4_r16.c b/libgfortran/generated/minloc1_4_r16.c index 286bd6cc87e9..44b09b65c8d4 100644 --- a/libgfortran/generated/minloc1_4_r16.c +++ b/libgfortran/generated/minloc1_4_r16.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/minloc1_4_r4.c b/libgfortran/generated/minloc1_4_r4.c index 6ea5ed093a23..ca95245ea49f 100644 --- a/libgfortran/generated/minloc1_4_r4.c +++ b/libgfortran/generated/minloc1_4_r4.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/minloc1_4_r8.c b/libgfortran/generated/minloc1_4_r8.c index fe5211705785..157220804407 100644 --- a/libgfortran/generated/minloc1_4_r8.c +++ b/libgfortran/generated/minloc1_4_r8.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/minloc1_8_i1.c b/libgfortran/generated/minloc1_8_i1.c index 07bb9bf09e0c..707e5fb194db 100644 --- a/libgfortran/generated/minloc1_8_i1.c +++ b/libgfortran/generated/minloc1_8_i1.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/minloc1_8_i16.c b/libgfortran/generated/minloc1_8_i16.c index f445b223ad64..9acb3e3c58a6 100644 --- a/libgfortran/generated/minloc1_8_i16.c +++ b/libgfortran/generated/minloc1_8_i16.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/minloc1_8_i2.c b/libgfortran/generated/minloc1_8_i2.c index 4b0a2534a039..918f09fee36d 100644 --- a/libgfortran/generated/minloc1_8_i2.c +++ b/libgfortran/generated/minloc1_8_i2.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/minloc1_8_i4.c b/libgfortran/generated/minloc1_8_i4.c index f50099d61a25..53b0208b9dfa 100644 --- a/libgfortran/generated/minloc1_8_i4.c +++ b/libgfortran/generated/minloc1_8_i4.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/minloc1_8_i8.c b/libgfortran/generated/minloc1_8_i8.c index 5a708f0e4ef0..b967c5ff5972 100644 --- a/libgfortran/generated/minloc1_8_i8.c +++ b/libgfortran/generated/minloc1_8_i8.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/minloc1_8_r10.c b/libgfortran/generated/minloc1_8_r10.c index 9903c03a21a5..8787a2568e64 100644 --- a/libgfortran/generated/minloc1_8_r10.c +++ b/libgfortran/generated/minloc1_8_r10.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/minloc1_8_r16.c b/libgfortran/generated/minloc1_8_r16.c index 08cd57b14692..c4b1b4f660dd 100644 --- a/libgfortran/generated/minloc1_8_r16.c +++ b/libgfortran/generated/minloc1_8_r16.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/minloc1_8_r4.c b/libgfortran/generated/minloc1_8_r4.c index 69eed03fe662..1e8ccc164bb4 100644 --- a/libgfortran/generated/minloc1_8_r4.c +++ b/libgfortran/generated/minloc1_8_r4.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/minloc1_8_r8.c b/libgfortran/generated/minloc1_8_r8.c index 4664c2810627..1363e565dede 100644 --- a/libgfortran/generated/minloc1_8_r8.c +++ b/libgfortran/generated/minloc1_8_r8.c @@ -1,5 +1,5 @@ /* Implementation of the MINLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/minval_i1.c b/libgfortran/generated/minval_i1.c index 2f9c00f42478..842abbb4a3c9 100644 --- a/libgfortran/generated/minval_i1.c +++ b/libgfortran/generated/minval_i1.c @@ -1,5 +1,5 @@ /* Implementation of the MINVAL intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/minval_i16.c b/libgfortran/generated/minval_i16.c index e26418833b03..d5b0cc9f7f13 100644 --- a/libgfortran/generated/minval_i16.c +++ b/libgfortran/generated/minval_i16.c @@ -1,5 +1,5 @@ /* Implementation of the MINVAL intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/minval_i2.c b/libgfortran/generated/minval_i2.c index 3b70e18268df..0fadcf8208a8 100644 --- a/libgfortran/generated/minval_i2.c +++ b/libgfortran/generated/minval_i2.c @@ -1,5 +1,5 @@ /* Implementation of the MINVAL intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/minval_i4.c b/libgfortran/generated/minval_i4.c index 3200959524ca..5da7ccc47ffc 100644 --- a/libgfortran/generated/minval_i4.c +++ b/libgfortran/generated/minval_i4.c @@ -1,5 +1,5 @@ /* Implementation of the MINVAL intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/minval_i8.c b/libgfortran/generated/minval_i8.c index 5eefcf4215ca..8984151a9ad1 100644 --- a/libgfortran/generated/minval_i8.c +++ b/libgfortran/generated/minval_i8.c @@ -1,5 +1,5 @@ /* Implementation of the MINVAL intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/minval_r10.c b/libgfortran/generated/minval_r10.c index 5715be539620..beebcdae73df 100644 --- a/libgfortran/generated/minval_r10.c +++ b/libgfortran/generated/minval_r10.c @@ -1,5 +1,5 @@ /* Implementation of the MINVAL intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/minval_r16.c b/libgfortran/generated/minval_r16.c index fe1c94851ff5..511f1ecf4ee4 100644 --- a/libgfortran/generated/minval_r16.c +++ b/libgfortran/generated/minval_r16.c @@ -1,5 +1,5 @@ /* Implementation of the MINVAL intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/minval_r4.c b/libgfortran/generated/minval_r4.c index d69c74c4907c..0498e8b63e0e 100644 --- a/libgfortran/generated/minval_r4.c +++ b/libgfortran/generated/minval_r4.c @@ -1,5 +1,5 @@ /* Implementation of the MINVAL intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/minval_r8.c b/libgfortran/generated/minval_r8.c index e2c87ff48a11..528fbe4ad065 100644 --- a/libgfortran/generated/minval_r8.c +++ b/libgfortran/generated/minval_r8.c @@ -1,5 +1,5 @@ /* Implementation of the MINVAL intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/misc_specifics.F90 b/libgfortran/generated/misc_specifics.F90 index ad6696a50700..6317fbdf164d 100644 --- a/libgfortran/generated/misc_specifics.F90 +++ b/libgfortran/generated/misc_specifics.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/norm2_r10.c b/libgfortran/generated/norm2_r10.c index 764265f17835..c4864c8a073b 100644 --- a/libgfortran/generated/norm2_r10.c +++ b/libgfortran/generated/norm2_r10.c @@ -1,5 +1,5 @@ /* Implementation of the NORM2 intrinsic - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Tobias Burnus This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/norm2_r16.c b/libgfortran/generated/norm2_r16.c index 9c7baa8b6c2b..35cbe93cccb1 100644 --- a/libgfortran/generated/norm2_r16.c +++ b/libgfortran/generated/norm2_r16.c @@ -1,5 +1,5 @@ /* Implementation of the NORM2 intrinsic - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Tobias Burnus This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/norm2_r4.c b/libgfortran/generated/norm2_r4.c index a6f983546199..9d9d936fb373 100644 --- a/libgfortran/generated/norm2_r4.c +++ b/libgfortran/generated/norm2_r4.c @@ -1,5 +1,5 @@ /* Implementation of the NORM2 intrinsic - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Tobias Burnus This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/norm2_r8.c b/libgfortran/generated/norm2_r8.c index d4ca352edb31..c4c34c4b8379 100644 --- a/libgfortran/generated/norm2_r8.c +++ b/libgfortran/generated/norm2_r8.c @@ -1,5 +1,5 @@ /* Implementation of the NORM2 intrinsic - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Tobias Burnus This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/pack_c10.c b/libgfortran/generated/pack_c10.c index 546b07973fb5..3a896a853929 100644 --- a/libgfortran/generated/pack_c10.c +++ b/libgfortran/generated/pack_c10.c @@ -1,5 +1,5 @@ /* Specific implementation of the PACK intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/pack_c16.c b/libgfortran/generated/pack_c16.c index 70ef936b5b90..1e811a54c1ea 100644 --- a/libgfortran/generated/pack_c16.c +++ b/libgfortran/generated/pack_c16.c @@ -1,5 +1,5 @@ /* Specific implementation of the PACK intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/pack_c4.c b/libgfortran/generated/pack_c4.c index 1fe753a662f1..fc3c6924f2b6 100644 --- a/libgfortran/generated/pack_c4.c +++ b/libgfortran/generated/pack_c4.c @@ -1,5 +1,5 @@ /* Specific implementation of the PACK intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/pack_c8.c b/libgfortran/generated/pack_c8.c index b421239e6c5c..1839af79fe72 100644 --- a/libgfortran/generated/pack_c8.c +++ b/libgfortran/generated/pack_c8.c @@ -1,5 +1,5 @@ /* Specific implementation of the PACK intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/pack_i1.c b/libgfortran/generated/pack_i1.c index e0b097cede41..e30195da97ae 100644 --- a/libgfortran/generated/pack_i1.c +++ b/libgfortran/generated/pack_i1.c @@ -1,5 +1,5 @@ /* Specific implementation of the PACK intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/pack_i16.c b/libgfortran/generated/pack_i16.c index 26b5477de4d3..1b6f09e35b32 100644 --- a/libgfortran/generated/pack_i16.c +++ b/libgfortran/generated/pack_i16.c @@ -1,5 +1,5 @@ /* Specific implementation of the PACK intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/pack_i2.c b/libgfortran/generated/pack_i2.c index a1790b7b16f5..b742a549e970 100644 --- a/libgfortran/generated/pack_i2.c +++ b/libgfortran/generated/pack_i2.c @@ -1,5 +1,5 @@ /* Specific implementation of the PACK intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/pack_i4.c b/libgfortran/generated/pack_i4.c index 19564c7b1fa0..ae61f5cf7a26 100644 --- a/libgfortran/generated/pack_i4.c +++ b/libgfortran/generated/pack_i4.c @@ -1,5 +1,5 @@ /* Specific implementation of the PACK intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/pack_i8.c b/libgfortran/generated/pack_i8.c index c5b61342c4bf..2532d9f39e8f 100644 --- a/libgfortran/generated/pack_i8.c +++ b/libgfortran/generated/pack_i8.c @@ -1,5 +1,5 @@ /* Specific implementation of the PACK intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/pack_r10.c b/libgfortran/generated/pack_r10.c index fa029555cdfa..3ff9d1226666 100644 --- a/libgfortran/generated/pack_r10.c +++ b/libgfortran/generated/pack_r10.c @@ -1,5 +1,5 @@ /* Specific implementation of the PACK intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/pack_r16.c b/libgfortran/generated/pack_r16.c index 4232161008c3..46d1ffbb0b7c 100644 --- a/libgfortran/generated/pack_r16.c +++ b/libgfortran/generated/pack_r16.c @@ -1,5 +1,5 @@ /* Specific implementation of the PACK intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/pack_r4.c b/libgfortran/generated/pack_r4.c index b338dcce3527..0676bd1c2a4d 100644 --- a/libgfortran/generated/pack_r4.c +++ b/libgfortran/generated/pack_r4.c @@ -1,5 +1,5 @@ /* Specific implementation of the PACK intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/pack_r8.c b/libgfortran/generated/pack_r8.c index 745de67c440e..b3d3fd2e88be 100644 --- a/libgfortran/generated/pack_r8.c +++ b/libgfortran/generated/pack_r8.c @@ -1,5 +1,5 @@ /* Specific implementation of the PACK intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/parity_l1.c b/libgfortran/generated/parity_l1.c index c6931696a013..651f61614b8d 100644 --- a/libgfortran/generated/parity_l1.c +++ b/libgfortran/generated/parity_l1.c @@ -1,5 +1,5 @@ /* Implementation of the PARITY intrinsic - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Tobias Burnus This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/parity_l16.c b/libgfortran/generated/parity_l16.c index d9abfa0c0bcc..a2919a44b5de 100644 --- a/libgfortran/generated/parity_l16.c +++ b/libgfortran/generated/parity_l16.c @@ -1,5 +1,5 @@ /* Implementation of the PARITY intrinsic - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Tobias Burnus This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/parity_l2.c b/libgfortran/generated/parity_l2.c index 98af8451f58c..68f9b4fc00b1 100644 --- a/libgfortran/generated/parity_l2.c +++ b/libgfortran/generated/parity_l2.c @@ -1,5 +1,5 @@ /* Implementation of the PARITY intrinsic - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Tobias Burnus This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/parity_l4.c b/libgfortran/generated/parity_l4.c index 9131ba9c42c1..9cff0825b3ab 100644 --- a/libgfortran/generated/parity_l4.c +++ b/libgfortran/generated/parity_l4.c @@ -1,5 +1,5 @@ /* Implementation of the PARITY intrinsic - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Tobias Burnus This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/parity_l8.c b/libgfortran/generated/parity_l8.c index 2ab1057c51d5..9e6e1ffa4c75 100644 --- a/libgfortran/generated/parity_l8.c +++ b/libgfortran/generated/parity_l8.c @@ -1,5 +1,5 @@ /* Implementation of the PARITY intrinsic - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Tobias Burnus This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/pow_c10_i16.c b/libgfortran/generated/pow_c10_i16.c index 51f46a958618..bb6a87ba9b12 100644 --- a/libgfortran/generated/pow_c10_i16.c +++ b/libgfortran/generated/pow_c10_i16.c @@ -1,5 +1,5 @@ /* Support routines for the intrinsic power (**) operator. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/pow_c10_i4.c b/libgfortran/generated/pow_c10_i4.c index 21e759e3ba22..846524b2e3ed 100644 --- a/libgfortran/generated/pow_c10_i4.c +++ b/libgfortran/generated/pow_c10_i4.c @@ -1,5 +1,5 @@ /* Support routines for the intrinsic power (**) operator. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/pow_c10_i8.c b/libgfortran/generated/pow_c10_i8.c index 281bb15c4ac8..3c79a84b5fe2 100644 --- a/libgfortran/generated/pow_c10_i8.c +++ b/libgfortran/generated/pow_c10_i8.c @@ -1,5 +1,5 @@ /* Support routines for the intrinsic power (**) operator. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/pow_c16_i16.c b/libgfortran/generated/pow_c16_i16.c index 28f6046664eb..44800f4ab8f3 100644 --- a/libgfortran/generated/pow_c16_i16.c +++ b/libgfortran/generated/pow_c16_i16.c @@ -1,5 +1,5 @@ /* Support routines for the intrinsic power (**) operator. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/pow_c16_i4.c b/libgfortran/generated/pow_c16_i4.c index 08b2938ba391..11153e4f90c8 100644 --- a/libgfortran/generated/pow_c16_i4.c +++ b/libgfortran/generated/pow_c16_i4.c @@ -1,5 +1,5 @@ /* Support routines for the intrinsic power (**) operator. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/pow_c16_i8.c b/libgfortran/generated/pow_c16_i8.c index 88b6a41e34cc..cedb83557918 100644 --- a/libgfortran/generated/pow_c16_i8.c +++ b/libgfortran/generated/pow_c16_i8.c @@ -1,5 +1,5 @@ /* Support routines for the intrinsic power (**) operator. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/pow_c4_i16.c b/libgfortran/generated/pow_c4_i16.c index 83677f85ce5d..46ab04b488fd 100644 --- a/libgfortran/generated/pow_c4_i16.c +++ b/libgfortran/generated/pow_c4_i16.c @@ -1,5 +1,5 @@ /* Support routines for the intrinsic power (**) operator. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/pow_c4_i4.c b/libgfortran/generated/pow_c4_i4.c index 43081529e87f..6026bcf36fcb 100644 --- a/libgfortran/generated/pow_c4_i4.c +++ b/libgfortran/generated/pow_c4_i4.c @@ -1,5 +1,5 @@ /* Support routines for the intrinsic power (**) operator. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/pow_c4_i8.c b/libgfortran/generated/pow_c4_i8.c index 1345994f2261..b458851aec8f 100644 --- a/libgfortran/generated/pow_c4_i8.c +++ b/libgfortran/generated/pow_c4_i8.c @@ -1,5 +1,5 @@ /* Support routines for the intrinsic power (**) operator. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/pow_c8_i16.c b/libgfortran/generated/pow_c8_i16.c index 8d2cd0d8315b..49e73e73043b 100644 --- a/libgfortran/generated/pow_c8_i16.c +++ b/libgfortran/generated/pow_c8_i16.c @@ -1,5 +1,5 @@ /* Support routines for the intrinsic power (**) operator. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/pow_c8_i4.c b/libgfortran/generated/pow_c8_i4.c index 0f981508ca95..d1678787dfb0 100644 --- a/libgfortran/generated/pow_c8_i4.c +++ b/libgfortran/generated/pow_c8_i4.c @@ -1,5 +1,5 @@ /* Support routines for the intrinsic power (**) operator. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/pow_c8_i8.c b/libgfortran/generated/pow_c8_i8.c index 14d4c7c6a105..46b07d821f96 100644 --- a/libgfortran/generated/pow_c8_i8.c +++ b/libgfortran/generated/pow_c8_i8.c @@ -1,5 +1,5 @@ /* Support routines for the intrinsic power (**) operator. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/pow_i16_i16.c b/libgfortran/generated/pow_i16_i16.c index 2290166f7bf1..b713e1f19a4e 100644 --- a/libgfortran/generated/pow_i16_i16.c +++ b/libgfortran/generated/pow_i16_i16.c @@ -1,5 +1,5 @@ /* Support routines for the intrinsic power (**) operator. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/pow_i16_i4.c b/libgfortran/generated/pow_i16_i4.c index d9273b7250db..038c947efa6e 100644 --- a/libgfortran/generated/pow_i16_i4.c +++ b/libgfortran/generated/pow_i16_i4.c @@ -1,5 +1,5 @@ /* Support routines for the intrinsic power (**) operator. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/pow_i16_i8.c b/libgfortran/generated/pow_i16_i8.c index 6de2d423606d..1d4a692726a3 100644 --- a/libgfortran/generated/pow_i16_i8.c +++ b/libgfortran/generated/pow_i16_i8.c @@ -1,5 +1,5 @@ /* Support routines for the intrinsic power (**) operator. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/pow_i4_i16.c b/libgfortran/generated/pow_i4_i16.c index 4f771af4f4cb..f124d30f2b19 100644 --- a/libgfortran/generated/pow_i4_i16.c +++ b/libgfortran/generated/pow_i4_i16.c @@ -1,5 +1,5 @@ /* Support routines for the intrinsic power (**) operator. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/pow_i4_i4.c b/libgfortran/generated/pow_i4_i4.c index 12f5a774276a..8e1877292868 100644 --- a/libgfortran/generated/pow_i4_i4.c +++ b/libgfortran/generated/pow_i4_i4.c @@ -1,5 +1,5 @@ /* Support routines for the intrinsic power (**) operator. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/pow_i4_i8.c b/libgfortran/generated/pow_i4_i8.c index 27fec0a0ae9b..066b3e260998 100644 --- a/libgfortran/generated/pow_i4_i8.c +++ b/libgfortran/generated/pow_i4_i8.c @@ -1,5 +1,5 @@ /* Support routines for the intrinsic power (**) operator. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/pow_i8_i16.c b/libgfortran/generated/pow_i8_i16.c index 99694ed76671..dc2938ec9536 100644 --- a/libgfortran/generated/pow_i8_i16.c +++ b/libgfortran/generated/pow_i8_i16.c @@ -1,5 +1,5 @@ /* Support routines for the intrinsic power (**) operator. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/pow_i8_i4.c b/libgfortran/generated/pow_i8_i4.c index 6a328b4f9e2d..cb845933bdaa 100644 --- a/libgfortran/generated/pow_i8_i4.c +++ b/libgfortran/generated/pow_i8_i4.c @@ -1,5 +1,5 @@ /* Support routines for the intrinsic power (**) operator. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/pow_i8_i8.c b/libgfortran/generated/pow_i8_i8.c index c636114ee4a0..0c34c029b639 100644 --- a/libgfortran/generated/pow_i8_i8.c +++ b/libgfortran/generated/pow_i8_i8.c @@ -1,5 +1,5 @@ /* Support routines for the intrinsic power (**) operator. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/pow_r10_i16.c b/libgfortran/generated/pow_r10_i16.c index 14cee2edceed..b3798ba643d8 100644 --- a/libgfortran/generated/pow_r10_i16.c +++ b/libgfortran/generated/pow_r10_i16.c @@ -1,5 +1,5 @@ /* Support routines for the intrinsic power (**) operator. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/pow_r10_i8.c b/libgfortran/generated/pow_r10_i8.c index ca01a083a06d..8da7520e3b46 100644 --- a/libgfortran/generated/pow_r10_i8.c +++ b/libgfortran/generated/pow_r10_i8.c @@ -1,5 +1,5 @@ /* Support routines for the intrinsic power (**) operator. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/pow_r16_i16.c b/libgfortran/generated/pow_r16_i16.c index 6f7146e6fce3..8e488474f271 100644 --- a/libgfortran/generated/pow_r16_i16.c +++ b/libgfortran/generated/pow_r16_i16.c @@ -1,5 +1,5 @@ /* Support routines for the intrinsic power (**) operator. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/pow_r16_i4.c b/libgfortran/generated/pow_r16_i4.c index 8bb58f75e2bd..1c682a47ee2c 100644 --- a/libgfortran/generated/pow_r16_i4.c +++ b/libgfortran/generated/pow_r16_i4.c @@ -1,5 +1,5 @@ /* Support routines for the intrinsic power (**) operator. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/pow_r16_i8.c b/libgfortran/generated/pow_r16_i8.c index 627278660d64..ec69b592a15d 100644 --- a/libgfortran/generated/pow_r16_i8.c +++ b/libgfortran/generated/pow_r16_i8.c @@ -1,5 +1,5 @@ /* Support routines for the intrinsic power (**) operator. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/pow_r4_i16.c b/libgfortran/generated/pow_r4_i16.c index d260acf30dc6..b9ed3f709263 100644 --- a/libgfortran/generated/pow_r4_i16.c +++ b/libgfortran/generated/pow_r4_i16.c @@ -1,5 +1,5 @@ /* Support routines for the intrinsic power (**) operator. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/pow_r4_i8.c b/libgfortran/generated/pow_r4_i8.c index 0fc17466ad66..1daf0c657494 100644 --- a/libgfortran/generated/pow_r4_i8.c +++ b/libgfortran/generated/pow_r4_i8.c @@ -1,5 +1,5 @@ /* Support routines for the intrinsic power (**) operator. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/pow_r8_i16.c b/libgfortran/generated/pow_r8_i16.c index f96d857133c7..9025eb49ffc8 100644 --- a/libgfortran/generated/pow_r8_i16.c +++ b/libgfortran/generated/pow_r8_i16.c @@ -1,5 +1,5 @@ /* Support routines for the intrinsic power (**) operator. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/pow_r8_i8.c b/libgfortran/generated/pow_r8_i8.c index 64487bc262e0..5ad77c702852 100644 --- a/libgfortran/generated/pow_r8_i8.c +++ b/libgfortran/generated/pow_r8_i8.c @@ -1,5 +1,5 @@ /* Support routines for the intrinsic power (**) operator. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/product_c10.c b/libgfortran/generated/product_c10.c index 925e0569dda9..4c41d5765c5c 100644 --- a/libgfortran/generated/product_c10.c +++ b/libgfortran/generated/product_c10.c @@ -1,5 +1,5 @@ /* Implementation of the PRODUCT intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/product_c16.c b/libgfortran/generated/product_c16.c index 24ddb4f34c66..69c4c097e46c 100644 --- a/libgfortran/generated/product_c16.c +++ b/libgfortran/generated/product_c16.c @@ -1,5 +1,5 @@ /* Implementation of the PRODUCT intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/product_c4.c b/libgfortran/generated/product_c4.c index 242c7fbb2517..7f0f8ecdf281 100644 --- a/libgfortran/generated/product_c4.c +++ b/libgfortran/generated/product_c4.c @@ -1,5 +1,5 @@ /* Implementation of the PRODUCT intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/product_c8.c b/libgfortran/generated/product_c8.c index 9ded3ca06406..e1d314029d6d 100644 --- a/libgfortran/generated/product_c8.c +++ b/libgfortran/generated/product_c8.c @@ -1,5 +1,5 @@ /* Implementation of the PRODUCT intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/product_i1.c b/libgfortran/generated/product_i1.c index 1d9ca86bb01b..013ea30dc293 100644 --- a/libgfortran/generated/product_i1.c +++ b/libgfortran/generated/product_i1.c @@ -1,5 +1,5 @@ /* Implementation of the PRODUCT intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/product_i16.c b/libgfortran/generated/product_i16.c index 30f332cd9547..477f186c556c 100644 --- a/libgfortran/generated/product_i16.c +++ b/libgfortran/generated/product_i16.c @@ -1,5 +1,5 @@ /* Implementation of the PRODUCT intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/product_i2.c b/libgfortran/generated/product_i2.c index ebfaea18790b..c9b2b99fd4d0 100644 --- a/libgfortran/generated/product_i2.c +++ b/libgfortran/generated/product_i2.c @@ -1,5 +1,5 @@ /* Implementation of the PRODUCT intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/product_i4.c b/libgfortran/generated/product_i4.c index 8e57eff6b871..7b7f01a501e9 100644 --- a/libgfortran/generated/product_i4.c +++ b/libgfortran/generated/product_i4.c @@ -1,5 +1,5 @@ /* Implementation of the PRODUCT intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/product_i8.c b/libgfortran/generated/product_i8.c index bb329c5f9439..4283eee3c520 100644 --- a/libgfortran/generated/product_i8.c +++ b/libgfortran/generated/product_i8.c @@ -1,5 +1,5 @@ /* Implementation of the PRODUCT intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/product_r10.c b/libgfortran/generated/product_r10.c index acb01ad0fcb2..fcf25f8fbe4f 100644 --- a/libgfortran/generated/product_r10.c +++ b/libgfortran/generated/product_r10.c @@ -1,5 +1,5 @@ /* Implementation of the PRODUCT intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/product_r16.c b/libgfortran/generated/product_r16.c index 56af41919c7e..365d69e5b754 100644 --- a/libgfortran/generated/product_r16.c +++ b/libgfortran/generated/product_r16.c @@ -1,5 +1,5 @@ /* Implementation of the PRODUCT intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/product_r4.c b/libgfortran/generated/product_r4.c index 060de00c223c..9c541ed9d1dd 100644 --- a/libgfortran/generated/product_r4.c +++ b/libgfortran/generated/product_r4.c @@ -1,5 +1,5 @@ /* Implementation of the PRODUCT intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/product_r8.c b/libgfortran/generated/product_r8.c index 9ea8020f405c..e71e24f50b93 100644 --- a/libgfortran/generated/product_r8.c +++ b/libgfortran/generated/product_r8.c @@ -1,5 +1,5 @@ /* Implementation of the PRODUCT intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/reshape_c10.c b/libgfortran/generated/reshape_c10.c index 981d6df6144d..00c64aeb746f 100644 --- a/libgfortran/generated/reshape_c10.c +++ b/libgfortran/generated/reshape_c10.c @@ -1,5 +1,5 @@ /* Implementation of the RESHAPE intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/reshape_c16.c b/libgfortran/generated/reshape_c16.c index 774f1cc7f0db..4d90ce4a6fd7 100644 --- a/libgfortran/generated/reshape_c16.c +++ b/libgfortran/generated/reshape_c16.c @@ -1,5 +1,5 @@ /* Implementation of the RESHAPE intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/reshape_c4.c b/libgfortran/generated/reshape_c4.c index 818e02ab2e08..c69696881b4e 100644 --- a/libgfortran/generated/reshape_c4.c +++ b/libgfortran/generated/reshape_c4.c @@ -1,5 +1,5 @@ /* Implementation of the RESHAPE intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/reshape_c8.c b/libgfortran/generated/reshape_c8.c index 682fe5c81eec..e7d9f9dbb1db 100644 --- a/libgfortran/generated/reshape_c8.c +++ b/libgfortran/generated/reshape_c8.c @@ -1,5 +1,5 @@ /* Implementation of the RESHAPE intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/reshape_i16.c b/libgfortran/generated/reshape_i16.c index 526f3a662feb..bb5eb6b5506b 100644 --- a/libgfortran/generated/reshape_i16.c +++ b/libgfortran/generated/reshape_i16.c @@ -1,5 +1,5 @@ /* Implementation of the RESHAPE intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/reshape_i4.c b/libgfortran/generated/reshape_i4.c index f63ce265ec60..597b0cb70d28 100644 --- a/libgfortran/generated/reshape_i4.c +++ b/libgfortran/generated/reshape_i4.c @@ -1,5 +1,5 @@ /* Implementation of the RESHAPE intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/reshape_i8.c b/libgfortran/generated/reshape_i8.c index 8d0ae2814d19..53e35d2c5298 100644 --- a/libgfortran/generated/reshape_i8.c +++ b/libgfortran/generated/reshape_i8.c @@ -1,5 +1,5 @@ /* Implementation of the RESHAPE intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/reshape_r10.c b/libgfortran/generated/reshape_r10.c index 166a00086ad4..923174dd4e21 100644 --- a/libgfortran/generated/reshape_r10.c +++ b/libgfortran/generated/reshape_r10.c @@ -1,5 +1,5 @@ /* Implementation of the RESHAPE intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/reshape_r16.c b/libgfortran/generated/reshape_r16.c index 880029586924..136d4f69b7ed 100644 --- a/libgfortran/generated/reshape_r16.c +++ b/libgfortran/generated/reshape_r16.c @@ -1,5 +1,5 @@ /* Implementation of the RESHAPE intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/reshape_r4.c b/libgfortran/generated/reshape_r4.c index 2bdafd15a51d..b73a96816f2b 100644 --- a/libgfortran/generated/reshape_r4.c +++ b/libgfortran/generated/reshape_r4.c @@ -1,5 +1,5 @@ /* Implementation of the RESHAPE intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/reshape_r8.c b/libgfortran/generated/reshape_r8.c index 2d2f716d6aa1..d35a8c92e360 100644 --- a/libgfortran/generated/reshape_r8.c +++ b/libgfortran/generated/reshape_r8.c @@ -1,5 +1,5 @@ /* Implementation of the RESHAPE intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/shape_i1.c b/libgfortran/generated/shape_i1.c index 55fd06627806..f93adf280954 100644 --- a/libgfortran/generated/shape_i1.c +++ b/libgfortran/generated/shape_i1.c @@ -1,5 +1,5 @@ /* Implementation of the SHAPE intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/shape_i16.c b/libgfortran/generated/shape_i16.c index 62ce901aa3dd..fade4f032ebb 100644 --- a/libgfortran/generated/shape_i16.c +++ b/libgfortran/generated/shape_i16.c @@ -1,5 +1,5 @@ /* Implementation of the SHAPE intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/shape_i2.c b/libgfortran/generated/shape_i2.c index da82474f45e8..db477ebe8ecc 100644 --- a/libgfortran/generated/shape_i2.c +++ b/libgfortran/generated/shape_i2.c @@ -1,5 +1,5 @@ /* Implementation of the SHAPE intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/shape_i4.c b/libgfortran/generated/shape_i4.c index cf0cdf035a28..bef5508d35c4 100644 --- a/libgfortran/generated/shape_i4.c +++ b/libgfortran/generated/shape_i4.c @@ -1,5 +1,5 @@ /* Implementation of the SHAPE intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/shape_i8.c b/libgfortran/generated/shape_i8.c index 6e2b53a20973..1866dee1070f 100644 --- a/libgfortran/generated/shape_i8.c +++ b/libgfortran/generated/shape_i8.c @@ -1,5 +1,5 @@ /* Implementation of the SHAPE intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/generated/spread_c10.c b/libgfortran/generated/spread_c10.c index 710fda3c155e..2c2b71fd9d3d 100644 --- a/libgfortran/generated/spread_c10.c +++ b/libgfortran/generated/spread_c10.c @@ -1,5 +1,5 @@ /* Special implementation of the SPREAD intrinsic - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Thomas Koenig , based on spread_generic.c written by Paul Brook diff --git a/libgfortran/generated/spread_c16.c b/libgfortran/generated/spread_c16.c index 9eb2462fa670..e0dd156d293d 100644 --- a/libgfortran/generated/spread_c16.c +++ b/libgfortran/generated/spread_c16.c @@ -1,5 +1,5 @@ /* Special implementation of the SPREAD intrinsic - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Thomas Koenig , based on spread_generic.c written by Paul Brook diff --git a/libgfortran/generated/spread_c4.c b/libgfortran/generated/spread_c4.c index 4c1cde04bf4f..b0bbc66c4305 100644 --- a/libgfortran/generated/spread_c4.c +++ b/libgfortran/generated/spread_c4.c @@ -1,5 +1,5 @@ /* Special implementation of the SPREAD intrinsic - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Thomas Koenig , based on spread_generic.c written by Paul Brook diff --git a/libgfortran/generated/spread_c8.c b/libgfortran/generated/spread_c8.c index ddeb0f831c4e..fb10ef85c659 100644 --- a/libgfortran/generated/spread_c8.c +++ b/libgfortran/generated/spread_c8.c @@ -1,5 +1,5 @@ /* Special implementation of the SPREAD intrinsic - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Thomas Koenig , based on spread_generic.c written by Paul Brook diff --git a/libgfortran/generated/spread_i1.c b/libgfortran/generated/spread_i1.c index 0cfaca11cc25..5cd356e7603e 100644 --- a/libgfortran/generated/spread_i1.c +++ b/libgfortran/generated/spread_i1.c @@ -1,5 +1,5 @@ /* Special implementation of the SPREAD intrinsic - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Thomas Koenig , based on spread_generic.c written by Paul Brook diff --git a/libgfortran/generated/spread_i16.c b/libgfortran/generated/spread_i16.c index b83028dd4e44..9ff7a6520998 100644 --- a/libgfortran/generated/spread_i16.c +++ b/libgfortran/generated/spread_i16.c @@ -1,5 +1,5 @@ /* Special implementation of the SPREAD intrinsic - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Thomas Koenig , based on spread_generic.c written by Paul Brook diff --git a/libgfortran/generated/spread_i2.c b/libgfortran/generated/spread_i2.c index fd612406f748..c4e11039a841 100644 --- a/libgfortran/generated/spread_i2.c +++ b/libgfortran/generated/spread_i2.c @@ -1,5 +1,5 @@ /* Special implementation of the SPREAD intrinsic - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Thomas Koenig , based on spread_generic.c written by Paul Brook diff --git a/libgfortran/generated/spread_i4.c b/libgfortran/generated/spread_i4.c index fb8d865a0600..3b69fa73c8e4 100644 --- a/libgfortran/generated/spread_i4.c +++ b/libgfortran/generated/spread_i4.c @@ -1,5 +1,5 @@ /* Special implementation of the SPREAD intrinsic - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Thomas Koenig , based on spread_generic.c written by Paul Brook diff --git a/libgfortran/generated/spread_i8.c b/libgfortran/generated/spread_i8.c index 3edc6354e6ae..0cac88d680b1 100644 --- a/libgfortran/generated/spread_i8.c +++ b/libgfortran/generated/spread_i8.c @@ -1,5 +1,5 @@ /* Special implementation of the SPREAD intrinsic - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Thomas Koenig , based on spread_generic.c written by Paul Brook diff --git a/libgfortran/generated/spread_r10.c b/libgfortran/generated/spread_r10.c index 51e312cac52d..43f41dbb0456 100644 --- a/libgfortran/generated/spread_r10.c +++ b/libgfortran/generated/spread_r10.c @@ -1,5 +1,5 @@ /* Special implementation of the SPREAD intrinsic - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Thomas Koenig , based on spread_generic.c written by Paul Brook diff --git a/libgfortran/generated/spread_r16.c b/libgfortran/generated/spread_r16.c index b25f859c4a36..555247d958cf 100644 --- a/libgfortran/generated/spread_r16.c +++ b/libgfortran/generated/spread_r16.c @@ -1,5 +1,5 @@ /* Special implementation of the SPREAD intrinsic - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Thomas Koenig , based on spread_generic.c written by Paul Brook diff --git a/libgfortran/generated/spread_r4.c b/libgfortran/generated/spread_r4.c index 0bfed09dea55..c0ae50dd63c0 100644 --- a/libgfortran/generated/spread_r4.c +++ b/libgfortran/generated/spread_r4.c @@ -1,5 +1,5 @@ /* Special implementation of the SPREAD intrinsic - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Thomas Koenig , based on spread_generic.c written by Paul Brook diff --git a/libgfortran/generated/spread_r8.c b/libgfortran/generated/spread_r8.c index 9da5f50ac951..610ac62dce27 100644 --- a/libgfortran/generated/spread_r8.c +++ b/libgfortran/generated/spread_r8.c @@ -1,5 +1,5 @@ /* Special implementation of the SPREAD intrinsic - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Thomas Koenig , based on spread_generic.c written by Paul Brook diff --git a/libgfortran/generated/sum_c10.c b/libgfortran/generated/sum_c10.c index f381daa4f81c..4dfff6af3f6b 100644 --- a/libgfortran/generated/sum_c10.c +++ b/libgfortran/generated/sum_c10.c @@ -1,5 +1,5 @@ /* Implementation of the SUM intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/sum_c16.c b/libgfortran/generated/sum_c16.c index eb9c40743e21..8c94dd047d6b 100644 --- a/libgfortran/generated/sum_c16.c +++ b/libgfortran/generated/sum_c16.c @@ -1,5 +1,5 @@ /* Implementation of the SUM intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/sum_c4.c b/libgfortran/generated/sum_c4.c index 627f5a13bab3..cd9c4e94db2d 100644 --- a/libgfortran/generated/sum_c4.c +++ b/libgfortran/generated/sum_c4.c @@ -1,5 +1,5 @@ /* Implementation of the SUM intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/sum_c8.c b/libgfortran/generated/sum_c8.c index d8f8ca4e5b57..958ab38bf6ac 100644 --- a/libgfortran/generated/sum_c8.c +++ b/libgfortran/generated/sum_c8.c @@ -1,5 +1,5 @@ /* Implementation of the SUM intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/sum_i1.c b/libgfortran/generated/sum_i1.c index 215d46a0831b..bd1989202e62 100644 --- a/libgfortran/generated/sum_i1.c +++ b/libgfortran/generated/sum_i1.c @@ -1,5 +1,5 @@ /* Implementation of the SUM intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/sum_i16.c b/libgfortran/generated/sum_i16.c index 0a0bd435efd3..7227d6004631 100644 --- a/libgfortran/generated/sum_i16.c +++ b/libgfortran/generated/sum_i16.c @@ -1,5 +1,5 @@ /* Implementation of the SUM intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/sum_i2.c b/libgfortran/generated/sum_i2.c index 0ad184c2bee3..d308991184d5 100644 --- a/libgfortran/generated/sum_i2.c +++ b/libgfortran/generated/sum_i2.c @@ -1,5 +1,5 @@ /* Implementation of the SUM intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/sum_i4.c b/libgfortran/generated/sum_i4.c index 0590d72c9677..26d0130c4247 100644 --- a/libgfortran/generated/sum_i4.c +++ b/libgfortran/generated/sum_i4.c @@ -1,5 +1,5 @@ /* Implementation of the SUM intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/sum_i8.c b/libgfortran/generated/sum_i8.c index 30927da7026f..95f1252f72bb 100644 --- a/libgfortran/generated/sum_i8.c +++ b/libgfortran/generated/sum_i8.c @@ -1,5 +1,5 @@ /* Implementation of the SUM intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/sum_r10.c b/libgfortran/generated/sum_r10.c index b5bdd31b488b..7e478db531de 100644 --- a/libgfortran/generated/sum_r10.c +++ b/libgfortran/generated/sum_r10.c @@ -1,5 +1,5 @@ /* Implementation of the SUM intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/sum_r16.c b/libgfortran/generated/sum_r16.c index 3d16a5f1253d..d3cc4b8b38df 100644 --- a/libgfortran/generated/sum_r16.c +++ b/libgfortran/generated/sum_r16.c @@ -1,5 +1,5 @@ /* Implementation of the SUM intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/sum_r4.c b/libgfortran/generated/sum_r4.c index 4bfcbf113443..faeb09360426 100644 --- a/libgfortran/generated/sum_r4.c +++ b/libgfortran/generated/sum_r4.c @@ -1,5 +1,5 @@ /* Implementation of the SUM intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/sum_r8.c b/libgfortran/generated/sum_r8.c index 9ee555abb5cd..861458e24b61 100644 --- a/libgfortran/generated/sum_r8.c +++ b/libgfortran/generated/sum_r8.c @@ -1,5 +1,5 @@ /* Implementation of the SUM intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/generated/unpack_c10.c b/libgfortran/generated/unpack_c10.c index f0f9972fffa3..7e1e00804d1c 100644 --- a/libgfortran/generated/unpack_c10.c +++ b/libgfortran/generated/unpack_c10.c @@ -1,5 +1,5 @@ /* Specific implementation of the UNPACK intrinsic - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Thomas Koenig , based on unpack_generic.c by Paul Brook . diff --git a/libgfortran/generated/unpack_c16.c b/libgfortran/generated/unpack_c16.c index 7ce338d8728c..33b208a40e55 100644 --- a/libgfortran/generated/unpack_c16.c +++ b/libgfortran/generated/unpack_c16.c @@ -1,5 +1,5 @@ /* Specific implementation of the UNPACK intrinsic - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Thomas Koenig , based on unpack_generic.c by Paul Brook . diff --git a/libgfortran/generated/unpack_c4.c b/libgfortran/generated/unpack_c4.c index 0b5f0440bd81..7162ee7d82fd 100644 --- a/libgfortran/generated/unpack_c4.c +++ b/libgfortran/generated/unpack_c4.c @@ -1,5 +1,5 @@ /* Specific implementation of the UNPACK intrinsic - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Thomas Koenig , based on unpack_generic.c by Paul Brook . diff --git a/libgfortran/generated/unpack_c8.c b/libgfortran/generated/unpack_c8.c index 9c71d31dab73..b4a303021077 100644 --- a/libgfortran/generated/unpack_c8.c +++ b/libgfortran/generated/unpack_c8.c @@ -1,5 +1,5 @@ /* Specific implementation of the UNPACK intrinsic - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Thomas Koenig , based on unpack_generic.c by Paul Brook . diff --git a/libgfortran/generated/unpack_i1.c b/libgfortran/generated/unpack_i1.c index c5947c9155ab..9f6da8b36943 100644 --- a/libgfortran/generated/unpack_i1.c +++ b/libgfortran/generated/unpack_i1.c @@ -1,5 +1,5 @@ /* Specific implementation of the UNPACK intrinsic - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Thomas Koenig , based on unpack_generic.c by Paul Brook . diff --git a/libgfortran/generated/unpack_i16.c b/libgfortran/generated/unpack_i16.c index c81743d8ad95..d7074b9de54b 100644 --- a/libgfortran/generated/unpack_i16.c +++ b/libgfortran/generated/unpack_i16.c @@ -1,5 +1,5 @@ /* Specific implementation of the UNPACK intrinsic - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Thomas Koenig , based on unpack_generic.c by Paul Brook . diff --git a/libgfortran/generated/unpack_i2.c b/libgfortran/generated/unpack_i2.c index 56fcc47ab9fe..59cd5c2ad70c 100644 --- a/libgfortran/generated/unpack_i2.c +++ b/libgfortran/generated/unpack_i2.c @@ -1,5 +1,5 @@ /* Specific implementation of the UNPACK intrinsic - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Thomas Koenig , based on unpack_generic.c by Paul Brook . diff --git a/libgfortran/generated/unpack_i4.c b/libgfortran/generated/unpack_i4.c index 6e48c3a50d2b..1383aaa49fef 100644 --- a/libgfortran/generated/unpack_i4.c +++ b/libgfortran/generated/unpack_i4.c @@ -1,5 +1,5 @@ /* Specific implementation of the UNPACK intrinsic - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Thomas Koenig , based on unpack_generic.c by Paul Brook . diff --git a/libgfortran/generated/unpack_i8.c b/libgfortran/generated/unpack_i8.c index 6daf1d4f398e..f5aaac0f830f 100644 --- a/libgfortran/generated/unpack_i8.c +++ b/libgfortran/generated/unpack_i8.c @@ -1,5 +1,5 @@ /* Specific implementation of the UNPACK intrinsic - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Thomas Koenig , based on unpack_generic.c by Paul Brook . diff --git a/libgfortran/generated/unpack_r10.c b/libgfortran/generated/unpack_r10.c index 2cd91aa9f640..26b44632697a 100644 --- a/libgfortran/generated/unpack_r10.c +++ b/libgfortran/generated/unpack_r10.c @@ -1,5 +1,5 @@ /* Specific implementation of the UNPACK intrinsic - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Thomas Koenig , based on unpack_generic.c by Paul Brook . diff --git a/libgfortran/generated/unpack_r16.c b/libgfortran/generated/unpack_r16.c index 5c42f997a4b4..0db015ef04c8 100644 --- a/libgfortran/generated/unpack_r16.c +++ b/libgfortran/generated/unpack_r16.c @@ -1,5 +1,5 @@ /* Specific implementation of the UNPACK intrinsic - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Thomas Koenig , based on unpack_generic.c by Paul Brook . diff --git a/libgfortran/generated/unpack_r4.c b/libgfortran/generated/unpack_r4.c index 5c4d26b92481..c262f1af91dc 100644 --- a/libgfortran/generated/unpack_r4.c +++ b/libgfortran/generated/unpack_r4.c @@ -1,5 +1,5 @@ /* Specific implementation of the UNPACK intrinsic - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Thomas Koenig , based on unpack_generic.c by Paul Brook . diff --git a/libgfortran/generated/unpack_r8.c b/libgfortran/generated/unpack_r8.c index 23444a40b70d..933be2cd17f9 100644 --- a/libgfortran/generated/unpack_r8.c +++ b/libgfortran/generated/unpack_r8.c @@ -1,5 +1,5 @@ /* Specific implementation of the UNPACK intrinsic - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Thomas Koenig , based on unpack_generic.c by Paul Brook . diff --git a/libgfortran/ieee/ieee_arithmetic.F90 b/libgfortran/ieee/ieee_arithmetic.F90 index 4007a33358e3..bcf129cd0fc4 100644 --- a/libgfortran/ieee/ieee_arithmetic.F90 +++ b/libgfortran/ieee/ieee_arithmetic.F90 @@ -1,5 +1,5 @@ ! Implementation of the IEEE_ARITHMETIC standard intrinsic module -! Copyright (C) 2013-2016 Free Software Foundation, Inc. +! Copyright (C) 2013-2017 Free Software Foundation, Inc. ! Contributed by Francois-Xavier Coudert ! ! This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/ieee/ieee_exceptions.F90 b/libgfortran/ieee/ieee_exceptions.F90 index a4910abf76d6..80d546526f8f 100644 --- a/libgfortran/ieee/ieee_exceptions.F90 +++ b/libgfortran/ieee/ieee_exceptions.F90 @@ -1,5 +1,5 @@ ! Implementation of the IEEE_EXCEPTIONS standard intrinsic module -! Copyright (C) 2013-2016 Free Software Foundation, Inc. +! Copyright (C) 2013-2017 Free Software Foundation, Inc. ! Contributed by Francois-Xavier Coudert ! ! This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/ieee/ieee_features.F90 b/libgfortran/ieee/ieee_features.F90 index cc148375fd5f..a252c4dd80af 100644 --- a/libgfortran/ieee/ieee_features.F90 +++ b/libgfortran/ieee/ieee_features.F90 @@ -1,5 +1,5 @@ ! Implementation of the IEEE_FEATURES standard intrinsic module -! Copyright (C) 2013-2016 Free Software Foundation, Inc. +! Copyright (C) 2013-2017 Free Software Foundation, Inc. ! Contributed by Francois-Xavier Coudert ! ! This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/ieee/ieee_helper.c b/libgfortran/ieee/ieee_helper.c index 2c0cc7b6d0f3..656783846ebf 100644 --- a/libgfortran/ieee/ieee_helper.c +++ b/libgfortran/ieee/ieee_helper.c @@ -1,5 +1,5 @@ /* Helper functions in C for IEEE modules - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. Contributed by Francois-Xavier Coudert This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/intrinsics/abort.c b/libgfortran/intrinsics/abort.c index 098ab3862013..c9ee022bf1f2 100644 --- a/libgfortran/intrinsics/abort.c +++ b/libgfortran/intrinsics/abort.c @@ -1,5 +1,5 @@ /* Implementation of the ABORT intrinsic. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/intrinsics/access.c b/libgfortran/intrinsics/access.c index a386e8a0a886..287f72ca61cd 100644 --- a/libgfortran/intrinsics/access.c +++ b/libgfortran/intrinsics/access.c @@ -1,5 +1,5 @@ /* Implementation of the ACCESS intrinsic. - Copyright (C) 2006-2016 Free Software Foundation, Inc. + Copyright (C) 2006-2017 Free Software Foundation, Inc. Contributed by François-Xavier Coudert This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/intrinsics/args.c b/libgfortran/intrinsics/args.c index 517ebc99635c..c07181f31139 100644 --- a/libgfortran/intrinsics/args.c +++ b/libgfortran/intrinsics/args.c @@ -1,6 +1,6 @@ /* Implementation of the GETARG and IARGC g77, and corresponding F2003, intrinsics. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Bud Davis and Janne Blomqvist. This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/intrinsics/associated.c b/libgfortran/intrinsics/associated.c index 5cb2fa6da95c..b40ec48158e5 100644 --- a/libgfortran/intrinsics/associated.c +++ b/libgfortran/intrinsics/associated.c @@ -1,5 +1,5 @@ /* Implementation of the ASSOCIATED intrinsic - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by kejia Zhao (CCRG) This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/intrinsics/c99_functions.c b/libgfortran/intrinsics/c99_functions.c index daafda9bd211..b1491524e840 100644 --- a/libgfortran/intrinsics/c99_functions.c +++ b/libgfortran/intrinsics/c99_functions.c @@ -1,5 +1,5 @@ /* Implementation of various C99 functions - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/intrinsics/chdir.c b/libgfortran/intrinsics/chdir.c index fdbc4e9f124a..57b45ce302b4 100644 --- a/libgfortran/intrinsics/chdir.c +++ b/libgfortran/intrinsics/chdir.c @@ -1,5 +1,5 @@ /* Implementation of the CHDIR intrinsic. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by François-Xavier Coudert This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/intrinsics/chmod.c b/libgfortran/intrinsics/chmod.c index 503d337074a9..d08418d773f8 100644 --- a/libgfortran/intrinsics/chmod.c +++ b/libgfortran/intrinsics/chmod.c @@ -1,5 +1,5 @@ /* Implementation of the CHMOD intrinsic. - Copyright (C) 2006-2016 Free Software Foundation, Inc. + Copyright (C) 2006-2017 Free Software Foundation, Inc. Contributed by François-Xavier Coudert This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/intrinsics/clock.c b/libgfortran/intrinsics/clock.c index 4df47aa574e0..f50c95ef9ec8 100644 --- a/libgfortran/intrinsics/clock.c +++ b/libgfortran/intrinsics/clock.c @@ -1,5 +1,5 @@ /* Implementation of the MCLOCK and MCLOCK8 g77 intrinsics. - Copyright (C) 2006-2016 Free Software Foundation, Inc. + Copyright (C) 2006-2017 Free Software Foundation, Inc. Contributed by François-Xavier Coudert This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/intrinsics/cpu_time.c b/libgfortran/intrinsics/cpu_time.c index 19106dc38d8a..2f31ea5bf502 100644 --- a/libgfortran/intrinsics/cpu_time.c +++ b/libgfortran/intrinsics/cpu_time.c @@ -1,5 +1,5 @@ /* Implementation of the CPU_TIME intrinsic. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/intrinsics/cshift0.c b/libgfortran/intrinsics/cshift0.c index 3f6d45e1272f..60e97618d843 100644 --- a/libgfortran/intrinsics/cshift0.c +++ b/libgfortran/intrinsics/cshift0.c @@ -1,5 +1,5 @@ /* Generic implementation of the CSHIFT intrinsic - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Feng Wang This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/intrinsics/ctime.c b/libgfortran/intrinsics/ctime.c index e270be39cc1c..755a86a3c296 100644 --- a/libgfortran/intrinsics/ctime.c +++ b/libgfortran/intrinsics/ctime.c @@ -1,5 +1,5 @@ /* Implementation of the CTIME and FDATE g77 intrinsics. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by François-Xavier Coudert This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/intrinsics/date_and_time.c b/libgfortran/intrinsics/date_and_time.c index 807891f4721c..755daa865bcb 100644 --- a/libgfortran/intrinsics/date_and_time.c +++ b/libgfortran/intrinsics/date_and_time.c @@ -1,5 +1,5 @@ /* Implementation of the DATE_AND_TIME intrinsic. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Steven Bosscher. This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/intrinsics/dprod_r8.f90 b/libgfortran/intrinsics/dprod_r8.f90 index 304cda0c57a3..ba0dd6768390 100644 --- a/libgfortran/intrinsics/dprod_r8.f90 +++ b/libgfortran/intrinsics/dprod_r8.f90 @@ -1,4 +1,4 @@ -! Copyright (C) 2003-2016 Free Software Foundation, Inc. +! Copyright (C) 2003-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/intrinsics/dtime.c b/libgfortran/intrinsics/dtime.c index fd1dceae5446..befff1a90d49 100644 --- a/libgfortran/intrinsics/dtime.c +++ b/libgfortran/intrinsics/dtime.c @@ -1,5 +1,5 @@ /* Implementation of the dtime intrinsic. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/intrinsics/env.c b/libgfortran/intrinsics/env.c index 5eb01e162bc6..f8e376e9dfe3 100644 --- a/libgfortran/intrinsics/env.c +++ b/libgfortran/intrinsics/env.c @@ -1,6 +1,6 @@ /* Implementation of the GETENV g77, and GET_ENVIRONMENT_VARIABLE F2003, intrinsics. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Janne Blomqvist. This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/intrinsics/eoshift0.c b/libgfortran/intrinsics/eoshift0.c index d797dabbfcc1..53a9a89f5f97 100644 --- a/libgfortran/intrinsics/eoshift0.c +++ b/libgfortran/intrinsics/eoshift0.c @@ -1,5 +1,5 @@ /* Generic implementation of the EOSHIFT intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/intrinsics/eoshift2.c b/libgfortran/intrinsics/eoshift2.c index e472a6456ea0..badba7509ec3 100644 --- a/libgfortran/intrinsics/eoshift2.c +++ b/libgfortran/intrinsics/eoshift2.c @@ -1,5 +1,5 @@ /* Generic implementation of the EOSHIFT intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/intrinsics/erfc_scaled.c b/libgfortran/intrinsics/erfc_scaled.c index fe230a9f28f1..881033c60352 100644 --- a/libgfortran/intrinsics/erfc_scaled.c +++ b/libgfortran/intrinsics/erfc_scaled.c @@ -1,5 +1,5 @@ /* Implementation of the ERFC_SCALED intrinsic. - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/intrinsics/erfc_scaled_inc.c b/libgfortran/intrinsics/erfc_scaled_inc.c index 1d6bada784c9..ee74bbda153a 100644 --- a/libgfortran/intrinsics/erfc_scaled_inc.c +++ b/libgfortran/intrinsics/erfc_scaled_inc.c @@ -1,5 +1,5 @@ /* Implementation of the ERFC_SCALED intrinsic, to be included by erfc_scaled.c - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/intrinsics/etime.c b/libgfortran/intrinsics/etime.c index 70c23b396859..6932364df110 100644 --- a/libgfortran/intrinsics/etime.c +++ b/libgfortran/intrinsics/etime.c @@ -1,5 +1,5 @@ /* Implementation of the ETIME intrinsic. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Steven G. Kargl . This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/intrinsics/execute_command_line.c b/libgfortran/intrinsics/execute_command_line.c index 07e349b74317..339d1bbe1899 100644 --- a/libgfortran/intrinsics/execute_command_line.c +++ b/libgfortran/intrinsics/execute_command_line.c @@ -1,5 +1,5 @@ /* Implementation of the EXECUTE_COMMAND_LINE intrinsic. - Copyright (C) 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by François-Xavier Coudert. This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/intrinsics/exit.c b/libgfortran/intrinsics/exit.c index 6fba6f1ed26f..b6e6cb4e97ae 100644 --- a/libgfortran/intrinsics/exit.c +++ b/libgfortran/intrinsics/exit.c @@ -1,5 +1,5 @@ /* Implementation of the EXIT intrinsic. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Steven G. Kargl . This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/intrinsics/extends_type_of.c b/libgfortran/intrinsics/extends_type_of.c index 17af28d5d275..8177e0eefebb 100644 --- a/libgfortran/intrinsics/extends_type_of.c +++ b/libgfortran/intrinsics/extends_type_of.c @@ -1,5 +1,5 @@ /* Implementation of the EXTENDS_TYPE_OF intrinsic. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Janus Weil . This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/intrinsics/f2c_specifics.F90 b/libgfortran/intrinsics/f2c_specifics.F90 index a7cebcff1ea3..5b599e6ed74d 100644 --- a/libgfortran/intrinsics/f2c_specifics.F90 +++ b/libgfortran/intrinsics/f2c_specifics.F90 @@ -1,4 +1,4 @@ -! Copyright (C) 2002-2016 Free Software Foundation, Inc. +! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Tobias Schl"uter ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/intrinsics/fnum.c b/libgfortran/intrinsics/fnum.c index 1a11b4a4374a..e7e2e6902755 100644 --- a/libgfortran/intrinsics/fnum.c +++ b/libgfortran/intrinsics/fnum.c @@ -1,5 +1,5 @@ /* Implementation of the FNUM intrinsics. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Steven G. Kargl . This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/intrinsics/gerror.c b/libgfortran/intrinsics/gerror.c index d3b28dac154c..34ea1dfb73fe 100644 --- a/libgfortran/intrinsics/gerror.c +++ b/libgfortran/intrinsics/gerror.c @@ -1,5 +1,5 @@ /* Implementation of the GERROR g77 intrinsic. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by François-Xavier Coudert This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/intrinsics/getXid.c b/libgfortran/intrinsics/getXid.c index 8c51f69a9bef..0ee555c60947 100644 --- a/libgfortran/intrinsics/getXid.c +++ b/libgfortran/intrinsics/getXid.c @@ -1,5 +1,5 @@ /* Wrapper for the unix get{g,p,u}id functions. -Copyright (C) 2004-2016 Free Software Foundation, Inc. +Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/intrinsics/getcwd.c b/libgfortran/intrinsics/getcwd.c index e0a29e6006d8..a78d5084fbb8 100644 --- a/libgfortran/intrinsics/getcwd.c +++ b/libgfortran/intrinsics/getcwd.c @@ -1,5 +1,5 @@ /* Implementation of the GETCWD intrinsic. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Steven G. Kargl . This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/intrinsics/getlog.c b/libgfortran/intrinsics/getlog.c index 024f4dab687c..a856cd1eee8d 100644 --- a/libgfortran/intrinsics/getlog.c +++ b/libgfortran/intrinsics/getlog.c @@ -1,5 +1,5 @@ /* Implementation of the GETLOG g77 intrinsic. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by François-Xavier Coudert This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/intrinsics/hostnm.c b/libgfortran/intrinsics/hostnm.c index 221852be65de..2ccb5bdb3713 100644 --- a/libgfortran/intrinsics/hostnm.c +++ b/libgfortran/intrinsics/hostnm.c @@ -1,5 +1,5 @@ /* Implementation of the HOSTNM intrinsic. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by François-Xavier Coudert This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/intrinsics/ierrno.c b/libgfortran/intrinsics/ierrno.c index 2280d300fd7a..f9801c9dfc78 100644 --- a/libgfortran/intrinsics/ierrno.c +++ b/libgfortran/intrinsics/ierrno.c @@ -1,5 +1,5 @@ /* Implementation of the IERRNO intrinsic. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by François-Xavier Coudert This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/intrinsics/ishftc.c b/libgfortran/intrinsics/ishftc.c index b5911ed8469e..149d2faca970 100644 --- a/libgfortran/intrinsics/ishftc.c +++ b/libgfortran/intrinsics/ishftc.c @@ -1,5 +1,5 @@ /* Implementation of ishftc intrinsic. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/intrinsics/kill.c b/libgfortran/intrinsics/kill.c index 5aab29eb7895..cc9ca0cdb028 100644 --- a/libgfortran/intrinsics/kill.c +++ b/libgfortran/intrinsics/kill.c @@ -1,5 +1,5 @@ /* Implementation of the KILL g77 intrinsic. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by François-Xavier Coudert This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/intrinsics/link.c b/libgfortran/intrinsics/link.c index 18e49250b42d..08cbe6894186 100644 --- a/libgfortran/intrinsics/link.c +++ b/libgfortran/intrinsics/link.c @@ -1,5 +1,5 @@ /* Implementation of the LINK intrinsic. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by François-Xavier Coudert This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/intrinsics/move_alloc.c b/libgfortran/intrinsics/move_alloc.c index 49f939007dcd..08e9dc741c31 100644 --- a/libgfortran/intrinsics/move_alloc.c +++ b/libgfortran/intrinsics/move_alloc.c @@ -1,5 +1,5 @@ /* Generic implementation of the MOVE_ALLOC intrinsic - Copyright (C) 2006-2016 Free Software Foundation, Inc. + Copyright (C) 2006-2017 Free Software Foundation, Inc. Contributed by Paul Thomas This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/intrinsics/mvbits.c b/libgfortran/intrinsics/mvbits.c index 3b12a8927d3e..2de9846578e9 100644 --- a/libgfortran/intrinsics/mvbits.c +++ b/libgfortran/intrinsics/mvbits.c @@ -1,5 +1,5 @@ /* Implementation of the MVBITS intrinsic - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Tobias Schlüter This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/intrinsics/pack_generic.c b/libgfortran/intrinsics/pack_generic.c index 6fad8a94e824..110e211b5b0f 100644 --- a/libgfortran/intrinsics/pack_generic.c +++ b/libgfortran/intrinsics/pack_generic.c @@ -1,5 +1,5 @@ /* Generic implementation of the PACK intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/intrinsics/perror.c b/libgfortran/intrinsics/perror.c index 3bb7813e3bfd..43321cd7c81a 100644 --- a/libgfortran/intrinsics/perror.c +++ b/libgfortran/intrinsics/perror.c @@ -1,5 +1,5 @@ /* Implementation of the PERROR intrinsic. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by François-Xavier Coudert This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/intrinsics/rand.c b/libgfortran/intrinsics/rand.c index 14710a355f9c..acc928fd6f59 100644 --- a/libgfortran/intrinsics/rand.c +++ b/libgfortran/intrinsics/rand.c @@ -1,5 +1,5 @@ /* Implementation of the IRAND, RAND, and SRAND intrinsics. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Steven G. Kargl . This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/intrinsics/random.c b/libgfortran/intrinsics/random.c index 25f9bd075617..d4f5b82f0b49 100644 --- a/libgfortran/intrinsics/random.c +++ b/libgfortran/intrinsics/random.c @@ -1,5 +1,5 @@ /* Implementation of the RANDOM intrinsics - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Lars Segerlund , Steve Kargl and Janne Blomqvist. diff --git a/libgfortran/intrinsics/rename.c b/libgfortran/intrinsics/rename.c index ca9af38b2c26..74c062857b41 100644 --- a/libgfortran/intrinsics/rename.c +++ b/libgfortran/intrinsics/rename.c @@ -1,5 +1,5 @@ /* Implementation of the RENAME intrinsic. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by François-Xavier Coudert This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/intrinsics/reshape_generic.c b/libgfortran/intrinsics/reshape_generic.c index c47159300add..43a822f87ae7 100644 --- a/libgfortran/intrinsics/reshape_generic.c +++ b/libgfortran/intrinsics/reshape_generic.c @@ -1,5 +1,5 @@ /* Generic implementation of the RESHAPE intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/intrinsics/reshape_packed.c b/libgfortran/intrinsics/reshape_packed.c index 2d9e50bbab5a..53031e68a34e 100644 --- a/libgfortran/intrinsics/reshape_packed.c +++ b/libgfortran/intrinsics/reshape_packed.c @@ -1,5 +1,5 @@ /* Implementation of the RESHAPE intrinsic for packed arrays - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/intrinsics/selected_char_kind.c b/libgfortran/intrinsics/selected_char_kind.c index 8e400a45e646..8e1d5b41171c 100644 --- a/libgfortran/intrinsics/selected_char_kind.c +++ b/libgfortran/intrinsics/selected_char_kind.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/intrinsics/selected_int_kind.f90 b/libgfortran/intrinsics/selected_int_kind.f90 index 5918285bb213..418728a69b63 100644 --- a/libgfortran/intrinsics/selected_int_kind.f90 +++ b/libgfortran/intrinsics/selected_int_kind.f90 @@ -1,4 +1,4 @@ -! Copyright (C) 2003-2016 Free Software Foundation, Inc. +! Copyright (C) 2003-2017 Free Software Foundation, Inc. ! Contributed by Kejia Zhao ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/intrinsics/selected_real_kind.f90 b/libgfortran/intrinsics/selected_real_kind.f90 index 1189680cad38..7548692b7259 100644 --- a/libgfortran/intrinsics/selected_real_kind.f90 +++ b/libgfortran/intrinsics/selected_real_kind.f90 @@ -1,4 +1,4 @@ -! Copyright (C) 2003-2016 Free Software Foundation, Inc. +! Copyright (C) 2003-2017 Free Software Foundation, Inc. ! Contributed by Kejia Zhao ! !This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/intrinsics/signal.c b/libgfortran/intrinsics/signal.c index c85705d53819..cdfa7fbd6b16 100644 --- a/libgfortran/intrinsics/signal.c +++ b/libgfortran/intrinsics/signal.c @@ -1,5 +1,5 @@ /* Implementation of the SIGNAL and ALARM g77 intrinsics - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by François-Xavier Coudert This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/intrinsics/size.c b/libgfortran/intrinsics/size.c index e9fbb945b2bd..a1aae9618d4a 100644 --- a/libgfortran/intrinsics/size.c +++ b/libgfortran/intrinsics/size.c @@ -1,5 +1,5 @@ /* Implementation of the size intrinsic. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/intrinsics/sleep.c b/libgfortran/intrinsics/sleep.c index 1b0af46b3a00..c2f51466506c 100644 --- a/libgfortran/intrinsics/sleep.c +++ b/libgfortran/intrinsics/sleep.c @@ -1,5 +1,5 @@ /* Implementation of the SLEEP intrinsic. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by François-Xavier Coudert This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/intrinsics/spread_generic.c b/libgfortran/intrinsics/spread_generic.c index a42c37c7c560..a5551f088496 100644 --- a/libgfortran/intrinsics/spread_generic.c +++ b/libgfortran/intrinsics/spread_generic.c @@ -1,5 +1,5 @@ /* Generic implementation of the SPREAD intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/intrinsics/stat.c b/libgfortran/intrinsics/stat.c index 3590e414bdef..6391c13eea08 100644 --- a/libgfortran/intrinsics/stat.c +++ b/libgfortran/intrinsics/stat.c @@ -1,5 +1,5 @@ /* Implementation of the STAT and FSTAT intrinsics. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Steven G. Kargl . This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/intrinsics/string_intrinsics.c b/libgfortran/intrinsics/string_intrinsics.c index 479a28bc0ae7..5f847e9990b3 100644 --- a/libgfortran/intrinsics/string_intrinsics.c +++ b/libgfortran/intrinsics/string_intrinsics.c @@ -1,5 +1,5 @@ /* String intrinsics helper functions. - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/intrinsics/string_intrinsics_inc.c b/libgfortran/intrinsics/string_intrinsics_inc.c index aa132ce58537..f514f4c6a3ee 100644 --- a/libgfortran/intrinsics/string_intrinsics_inc.c +++ b/libgfortran/intrinsics/string_intrinsics_inc.c @@ -1,5 +1,5 @@ /* String intrinsics helper functions. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/intrinsics/symlnk.c b/libgfortran/intrinsics/symlnk.c index 7e427eff4c4f..eca0b6e3e752 100644 --- a/libgfortran/intrinsics/symlnk.c +++ b/libgfortran/intrinsics/symlnk.c @@ -1,5 +1,5 @@ /* Implementation of the SYMLNK intrinsic. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by François-Xavier Coudert This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/intrinsics/system.c b/libgfortran/intrinsics/system.c index 8d72b2fb8821..8fcb7e74719e 100644 --- a/libgfortran/intrinsics/system.c +++ b/libgfortran/intrinsics/system.c @@ -1,5 +1,5 @@ /* Implementation of the SYSTEM intrinsic. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Tobias Schlüter. This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/intrinsics/system_clock.c b/libgfortran/intrinsics/system_clock.c index e3378f9630b8..606ef2739de9 100644 --- a/libgfortran/intrinsics/system_clock.c +++ b/libgfortran/intrinsics/system_clock.c @@ -1,5 +1,5 @@ /* Implementation of the SYSTEM_CLOCK intrinsic. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/intrinsics/time.c b/libgfortran/intrinsics/time.c index b4e4b2f72b4c..58d556ad2664 100644 --- a/libgfortran/intrinsics/time.c +++ b/libgfortran/intrinsics/time.c @@ -1,5 +1,5 @@ /* Implementation of the TIME and TIME8 g77 intrinsics. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by François-Xavier Coudert This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/intrinsics/time_1.h b/libgfortran/intrinsics/time_1.h index 2e50b2e89be5..dbce3d4b5177 100644 --- a/libgfortran/intrinsics/time_1.h +++ b/libgfortran/intrinsics/time_1.h @@ -1,5 +1,5 @@ /* Wrappers for platform timing functions. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/intrinsics/umask.c b/libgfortran/intrinsics/umask.c index 0be98b5b2875..4fb6d7fe07e4 100644 --- a/libgfortran/intrinsics/umask.c +++ b/libgfortran/intrinsics/umask.c @@ -1,5 +1,5 @@ /* Implementation of the UMASK intrinsic. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Steven G. Kargl . This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/intrinsics/unlink.c b/libgfortran/intrinsics/unlink.c index 764e5a525d6a..b38bfd8d3d61 100644 --- a/libgfortran/intrinsics/unlink.c +++ b/libgfortran/intrinsics/unlink.c @@ -1,5 +1,5 @@ /* Implementation of the UNLINK intrinsic. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Steven G. Kargl . This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/intrinsics/unpack_generic.c b/libgfortran/intrinsics/unpack_generic.c index 1305ebf50f05..0ab59a610d06 100644 --- a/libgfortran/intrinsics/unpack_generic.c +++ b/libgfortran/intrinsics/unpack_generic.c @@ -1,5 +1,5 @@ /* Generic implementation of the UNPACK intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/io/close.c b/libgfortran/io/close.c index 8fbfe8221704..8771d6ac6b31 100644 --- a/libgfortran/io/close.c +++ b/libgfortran/io/close.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2016 Free Software Foundation, Inc. +/* Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Andy Vaught This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/io/fbuf.c b/libgfortran/io/fbuf.c index 26191ddd8fac..931558c852fc 100644 --- a/libgfortran/io/fbuf.c +++ b/libgfortran/io/fbuf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Janne Blomqvist This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/io/fbuf.h b/libgfortran/io/fbuf.h index 1ef74ca3f932..94a947b7f975 100644 --- a/libgfortran/io/fbuf.h +++ b/libgfortran/io/fbuf.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2016 Free Software Foundation, Inc. +/* Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Janne Blomqvist This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/io/file_pos.c b/libgfortran/io/file_pos.c index 6611a8daa63f..5af9619bf465 100644 --- a/libgfortran/io/file_pos.c +++ b/libgfortran/io/file_pos.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2016 Free Software Foundation, Inc. +/* Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Andy Vaught and Janne Blomqvist This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/io/format.c b/libgfortran/io/format.c index 9f9d207ca100..77d668d971de 100644 --- a/libgfortran/io/format.c +++ b/libgfortran/io/format.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2016 Free Software Foundation, Inc. +/* Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Andy Vaught F2003 I/O support contributed by Jerry DeLisle diff --git a/libgfortran/io/format.h b/libgfortran/io/format.h index 3a63e53ea460..6f9545b63d6f 100644 --- a/libgfortran/io/format.h +++ b/libgfortran/io/format.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2016 Free Software Foundation, Inc. +/* Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Janne Blomqvist This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/io/inquire.c b/libgfortran/io/inquire.c index 7e013e01e8f3..b59b5c8d73c6 100644 --- a/libgfortran/io/inquire.c +++ b/libgfortran/io/inquire.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2016 Free Software Foundation, Inc. +/* Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Andy Vaught This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/io/intrinsics.c b/libgfortran/io/intrinsics.c index 830f17a310e8..7b01ba689629 100644 --- a/libgfortran/io/intrinsics.c +++ b/libgfortran/io/intrinsics.c @@ -1,6 +1,6 @@ /* Implementation of the FGET, FGETC, FPUT, FPUTC, FLUSH FTELL, TTYNAM and ISATTY intrinsics. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/io/io.h b/libgfortran/io/io.h index cd0a26f6aa09..277c5ed78061 100644 --- a/libgfortran/io/io.h +++ b/libgfortran/io/io.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2016 Free Software Foundation, Inc. +/* Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Andy Vaught F2003 I/O support contributed by Jerry DeLisle diff --git a/libgfortran/io/list_read.c b/libgfortran/io/list_read.c index 03c95781828d..dd4ab72e05e0 100644 --- a/libgfortran/io/list_read.c +++ b/libgfortran/io/list_read.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2016 Free Software Foundation, Inc. +/* Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Andy Vaught Namelist input contributed by Paul Thomas F2003 I/O support contributed by Jerry DeLisle diff --git a/libgfortran/io/lock.c b/libgfortran/io/lock.c index 4f8ae0b39df8..5f91c86c7dac 100644 --- a/libgfortran/io/lock.c +++ b/libgfortran/io/lock.c @@ -1,5 +1,5 @@ /* Thread/recursion locking - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook and Andy Vaught This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/io/open.c b/libgfortran/io/open.c index ccac65dd51b7..c57e64a50814 100644 --- a/libgfortran/io/open.c +++ b/libgfortran/io/open.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2016 Free Software Foundation, Inc. +/* Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Andy Vaught F2003 I/O support contributed by Jerry DeLisle diff --git a/libgfortran/io/read.c b/libgfortran/io/read.c index 86000316e211..beda2ec7b58b 100644 --- a/libgfortran/io/read.c +++ b/libgfortran/io/read.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2016 Free Software Foundation, Inc. +/* Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Andy Vaught F2003 I/O support contributed by Jerry DeLisle diff --git a/libgfortran/io/size_from_kind.c b/libgfortran/io/size_from_kind.c index abeba0c1d6db..08f4bbacd7fb 100644 --- a/libgfortran/io/size_from_kind.c +++ b/libgfortran/io/size_from_kind.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2016 Free Software Foundation, Inc. +/* Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Janne Blomqvist This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/io/transfer.c b/libgfortran/io/transfer.c index be8c8a6d787f..b47f4e07c82c 100644 --- a/libgfortran/io/transfer.c +++ b/libgfortran/io/transfer.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2016 Free Software Foundation, Inc. +/* Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Andy Vaught Namelist transfer functions contributed by Paul Thomas F2003 I/O support contributed by Jerry DeLisle diff --git a/libgfortran/io/transfer128.c b/libgfortran/io/transfer128.c index 7bc9d8df0a63..f1758a8cb286 100644 --- a/libgfortran/io/transfer128.c +++ b/libgfortran/io/transfer128.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2010-2016 Free Software Foundation, Inc. +/* Copyright (C) 2010-2017 Free Software Foundation, Inc. This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/io/unit.c b/libgfortran/io/unit.c index b0ba3109b236..ed3bc3231ec3 100644 --- a/libgfortran/io/unit.c +++ b/libgfortran/io/unit.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2016 Free Software Foundation, Inc. +/* Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Andy Vaught F2003 I/O support contributed by Jerry DeLisle diff --git a/libgfortran/io/unix.c b/libgfortran/io/unix.c index b135984bad34..a30153bac829 100644 --- a/libgfortran/io/unix.c +++ b/libgfortran/io/unix.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2016 Free Software Foundation, Inc. +/* Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Andy Vaught F2003 I/O support contributed by Jerry DeLisle diff --git a/libgfortran/io/unix.h b/libgfortran/io/unix.h index 3d4de2614941..6f97d3b567de 100644 --- a/libgfortran/io/unix.h +++ b/libgfortran/io/unix.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2016 Free Software Foundation, Inc. +/* Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Janne Blomqvist This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/io/write.c b/libgfortran/io/write.c index 340f7678b571..47970d42de19 100644 --- a/libgfortran/io/write.c +++ b/libgfortran/io/write.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2016 Free Software Foundation, Inc. +/* Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Andy Vaught Namelist output contributed by Paul Thomas F2003 I/O support contributed by Jerry DeLisle diff --git a/libgfortran/io/write_float.def b/libgfortran/io/write_float.def index 504482fa170d..7f0aa1d6143d 100644 --- a/libgfortran/io/write_float.def +++ b/libgfortran/io/write_float.def @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. Contributed by Andy Vaught Write float code factoring to this file by Jerry DeLisle F2003 I/O support contributed by Jerry DeLisle diff --git a/libgfortran/kinds-override.h b/libgfortran/kinds-override.h index 62ba23619777..2bc9b225d1ff 100644 --- a/libgfortran/kinds-override.h +++ b/libgfortran/kinds-override.h @@ -1,5 +1,5 @@ /* Header used to override things detected by the mk-kinds-h.sh script. - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/libgfortran.h b/libgfortran/libgfortran.h index 9bf8dcdf6427..cfe04760fe50 100644 --- a/libgfortran/libgfortran.h +++ b/libgfortran/libgfortran.h @@ -1,5 +1,5 @@ /* Common declarations for all of libgfortran. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook , and Andy Vaught diff --git a/libgfortran/m4/all.m4 b/libgfortran/m4/all.m4 index c2332bb4da7f..49ca252a9490 100644 --- a/libgfortran/m4/all.m4 +++ b/libgfortran/m4/all.m4 @@ -1,5 +1,5 @@ `/* Implementation of the ALL intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/m4/any.m4 b/libgfortran/m4/any.m4 index 2ef4f6a8a6a7..065c5c6b6dc4 100644 --- a/libgfortran/m4/any.m4 +++ b/libgfortran/m4/any.m4 @@ -1,5 +1,5 @@ `/* Implementation of the ANY intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/m4/bessel.m4 b/libgfortran/m4/bessel.m4 index 971061b1b622..ca3f8c71e296 100644 --- a/libgfortran/m4/bessel.m4 +++ b/libgfortran/m4/bessel.m4 @@ -1,6 +1,6 @@ `/* Implementation of the BESSEL_JN and BESSEL_YN transformational function using a recurrence algorithm. - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Tobias Burnus This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/m4/count.m4 b/libgfortran/m4/count.m4 index c0d102c36e9e..4bf30f0df49d 100644 --- a/libgfortran/m4/count.m4 +++ b/libgfortran/m4/count.m4 @@ -1,5 +1,5 @@ `/* Implementation of the COUNT intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/m4/cshift0.m4 b/libgfortran/m4/cshift0.m4 index 0a39290a3844..3a824409682a 100644 --- a/libgfortran/m4/cshift0.m4 +++ b/libgfortran/m4/cshift0.m4 @@ -1,5 +1,5 @@ `/* Helper function for cshift functions. - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/m4/cshift1.m4 b/libgfortran/m4/cshift1.m4 index 0071edf2df9f..8deb20c956ff 100644 --- a/libgfortran/m4/cshift1.m4 +++ b/libgfortran/m4/cshift1.m4 @@ -1,5 +1,5 @@ `/* Implementation of the CSHIFT intrinsic - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Feng Wang This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/m4/eoshift1.m4 b/libgfortran/m4/eoshift1.m4 index f5fe96dad3d5..3e47d90436e9 100644 --- a/libgfortran/m4/eoshift1.m4 +++ b/libgfortran/m4/eoshift1.m4 @@ -1,5 +1,5 @@ `/* Implementation of the EOSHIFT intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/m4/eoshift3.m4 b/libgfortran/m4/eoshift3.m4 index 4b45bd732768..b29fbccf8d3c 100644 --- a/libgfortran/m4/eoshift3.m4 +++ b/libgfortran/m4/eoshift3.m4 @@ -1,5 +1,5 @@ `/* Implementation of the EOSHIFT intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/m4/head.m4 b/libgfortran/m4/head.m4 index d57b04f5808e..3562bff1ea7a 100644 --- a/libgfortran/m4/head.m4 +++ b/libgfortran/m4/head.m4 @@ -1,4 +1,4 @@ -`! Copyright (C) 2002-2016 Free Software Foundation, Inc. +`! Copyright (C) 2002-2017 Free Software Foundation, Inc. ! Contributed by Paul Brook ! !This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/m4/iall.m4 b/libgfortran/m4/iall.m4 index 4f23482a3099..0725b68483c9 100644 --- a/libgfortran/m4/iall.m4 +++ b/libgfortran/m4/iall.m4 @@ -1,5 +1,5 @@ `/* Implementation of the IALL intrinsic - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Tobias Burnus This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/m4/iany.m4 b/libgfortran/m4/iany.m4 index 6ca4ea4e54e8..38b2e249cbfe 100644 --- a/libgfortran/m4/iany.m4 +++ b/libgfortran/m4/iany.m4 @@ -1,5 +1,5 @@ `/* Implementation of the IANY intrinsic - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Tobias Burnus This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/m4/in_pack.m4 b/libgfortran/m4/in_pack.m4 index c07aac88e628..43370ea1e5e8 100644 --- a/libgfortran/m4/in_pack.m4 +++ b/libgfortran/m4/in_pack.m4 @@ -1,5 +1,5 @@ `/* Helper function for repacking arrays. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/m4/in_unpack.m4 b/libgfortran/m4/in_unpack.m4 index 6c5429b86216..f90671357d46 100644 --- a/libgfortran/m4/in_unpack.m4 +++ b/libgfortran/m4/in_unpack.m4 @@ -1,5 +1,5 @@ `/* Helper function for repacking arrays. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/m4/iparity.m4 b/libgfortran/m4/iparity.m4 index 6c3c62d569ea..db87da56295f 100644 --- a/libgfortran/m4/iparity.m4 +++ b/libgfortran/m4/iparity.m4 @@ -1,5 +1,5 @@ `/* Implementation of the IPARITY intrinsic - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Tobias Burnus This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/m4/matmul.m4 b/libgfortran/m4/matmul.m4 index 5d41c2ba0a6a..27381293dba3 100644 --- a/libgfortran/m4/matmul.m4 +++ b/libgfortran/m4/matmul.m4 @@ -1,5 +1,5 @@ `/* Implementation of the MATMUL intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/m4/matmull.m4 b/libgfortran/m4/matmull.m4 index 0df315d0686a..ea4eeec4ea1c 100644 --- a/libgfortran/m4/matmull.m4 +++ b/libgfortran/m4/matmull.m4 @@ -1,5 +1,5 @@ `/* Implementation of the MATMUL intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/m4/maxloc0.m4 b/libgfortran/m4/maxloc0.m4 index f922f0ee42b4..e98cb14a53e7 100644 --- a/libgfortran/m4/maxloc0.m4 +++ b/libgfortran/m4/maxloc0.m4 @@ -1,5 +1,5 @@ `/* Implementation of the MAXLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/m4/maxloc1.m4 b/libgfortran/m4/maxloc1.m4 index 51e9585eeb46..61f35d25e0f0 100644 --- a/libgfortran/m4/maxloc1.m4 +++ b/libgfortran/m4/maxloc1.m4 @@ -1,5 +1,5 @@ `/* Implementation of the MAXLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/m4/maxval.m4 b/libgfortran/m4/maxval.m4 index efffe9c27c11..ba6f59487f30 100644 --- a/libgfortran/m4/maxval.m4 +++ b/libgfortran/m4/maxval.m4 @@ -1,5 +1,5 @@ `/* Implementation of the MAXVAL intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/m4/minloc0.m4 b/libgfortran/m4/minloc0.m4 index 7e47e656b908..90090dc35705 100644 --- a/libgfortran/m4/minloc0.m4 +++ b/libgfortran/m4/minloc0.m4 @@ -1,5 +1,5 @@ `/* Implementation of the MINLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/m4/minloc1.m4 b/libgfortran/m4/minloc1.m4 index 7857953c8bd1..9e0374917226 100644 --- a/libgfortran/m4/minloc1.m4 +++ b/libgfortran/m4/minloc1.m4 @@ -1,5 +1,5 @@ `/* Implementation of the MINLOC intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/m4/minval.m4 b/libgfortran/m4/minval.m4 index 62a4835e6d68..c273609492bf 100644 --- a/libgfortran/m4/minval.m4 +++ b/libgfortran/m4/minval.m4 @@ -1,5 +1,5 @@ `/* Implementation of the MINVAL intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/m4/norm2.m4 b/libgfortran/m4/norm2.m4 index fb168553e0a7..4c4025aad1b5 100644 --- a/libgfortran/m4/norm2.m4 +++ b/libgfortran/m4/norm2.m4 @@ -1,5 +1,5 @@ `/* Implementation of the NORM2 intrinsic - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Tobias Burnus This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/m4/pack.m4 b/libgfortran/m4/pack.m4 index b35beb284f99..27bc161b5230 100644 --- a/libgfortran/m4/pack.m4 +++ b/libgfortran/m4/pack.m4 @@ -1,5 +1,5 @@ `/* Specific implementation of the PACK intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/m4/parity.m4 b/libgfortran/m4/parity.m4 index e9cbb4051c3d..40906e619301 100644 --- a/libgfortran/m4/parity.m4 +++ b/libgfortran/m4/parity.m4 @@ -1,5 +1,5 @@ `/* Implementation of the PARITY intrinsic - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Tobias Burnus This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/m4/pow.m4 b/libgfortran/m4/pow.m4 index c0fd22aa9541..0d8524165e48 100644 --- a/libgfortran/m4/pow.m4 +++ b/libgfortran/m4/pow.m4 @@ -1,5 +1,5 @@ `/* Support routines for the intrinsic power (**) operator. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/m4/product.m4 b/libgfortran/m4/product.m4 index 1dba3fcad51a..d259eb9fe8be 100644 --- a/libgfortran/m4/product.m4 +++ b/libgfortran/m4/product.m4 @@ -1,5 +1,5 @@ `/* Implementation of the PRODUCT intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/m4/reshape.m4 b/libgfortran/m4/reshape.m4 index 634aefee7c8f..787844ec42de 100644 --- a/libgfortran/m4/reshape.m4 +++ b/libgfortran/m4/reshape.m4 @@ -1,5 +1,5 @@ `/* Implementation of the RESHAPE intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/m4/shape.m4 b/libgfortran/m4/shape.m4 index eb895019d1ad..f663b4d50b93 100644 --- a/libgfortran/m4/shape.m4 +++ b/libgfortran/m4/shape.m4 @@ -1,5 +1,5 @@ `/* Implementation of the SHAPE intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/m4/spread.m4 b/libgfortran/m4/spread.m4 index f930b8179c39..7ec2430f2495 100644 --- a/libgfortran/m4/spread.m4 +++ b/libgfortran/m4/spread.m4 @@ -1,5 +1,5 @@ `/* Special implementation of the SPREAD intrinsic - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Thomas Koenig , based on spread_generic.c written by Paul Brook diff --git a/libgfortran/m4/sum.m4 b/libgfortran/m4/sum.m4 index 9470e0661fa6..2a3eac113e35 100644 --- a/libgfortran/m4/sum.m4 +++ b/libgfortran/m4/sum.m4 @@ -1,5 +1,5 @@ `/* Implementation of the SUM intrinsic - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran 95 runtime library (libgfortran). diff --git a/libgfortran/m4/unpack.m4 b/libgfortran/m4/unpack.m4 index ecac47062859..e58ff3e2a1b0 100644 --- a/libgfortran/m4/unpack.m4 +++ b/libgfortran/m4/unpack.m4 @@ -1,5 +1,5 @@ `/* Specific implementation of the UNPACK intrinsic - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Thomas Koenig , based on unpack_generic.c by Paul Brook . diff --git a/libgfortran/runtime/backtrace.c b/libgfortran/runtime/backtrace.c index 568d7ec0e581..77dd4d5f0ac9 100644 --- a/libgfortran/runtime/backtrace.c +++ b/libgfortran/runtime/backtrace.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2006-2016 Free Software Foundation, Inc. +/* Copyright (C) 2006-2017 Free Software Foundation, Inc. Contributed by François-Xavier Coudert This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/runtime/bounds.c b/libgfortran/runtime/bounds.c index f130ba03206e..ffa09628b64f 100644 --- a/libgfortran/runtime/bounds.c +++ b/libgfortran/runtime/bounds.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2016 Free Software Foundation, Inc. +/* Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Thomas Koenig This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/runtime/compile_options.c b/libgfortran/runtime/compile_options.c index 9355e370f087..b572c8815351 100644 --- a/libgfortran/runtime/compile_options.c +++ b/libgfortran/runtime/compile_options.c @@ -1,5 +1,5 @@ /* Handling of compile-time options that influence the library. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/runtime/convert_char.c b/libgfortran/runtime/convert_char.c index 181205ab21b4..8e228f2b7748 100644 --- a/libgfortran/runtime/convert_char.c +++ b/libgfortran/runtime/convert_char.c @@ -1,5 +1,5 @@ /* Runtime conversion of strings from one character kind to another. - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/runtime/environ.c b/libgfortran/runtime/environ.c index a953d58146ba..bf02188edec8 100644 --- a/libgfortran/runtime/environ.c +++ b/libgfortran/runtime/environ.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2016 Free Software Foundation, Inc. +/* Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Andy Vaught This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/runtime/error.c b/libgfortran/runtime/error.c index 4bf706091916..d2f879e84a9d 100644 --- a/libgfortran/runtime/error.c +++ b/libgfortran/runtime/error.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2016 Free Software Foundation, Inc. +/* Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Andy Vaught This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/runtime/fpu.c b/libgfortran/runtime/fpu.c index 54197d45b277..b00316f271b7 100644 --- a/libgfortran/runtime/fpu.c +++ b/libgfortran/runtime/fpu.c @@ -1,5 +1,5 @@ /* Set FPU mask. - Copyright (C) 2005-2016 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Francois-Xavier Coudert This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/runtime/in_pack_generic.c b/libgfortran/runtime/in_pack_generic.c index a5c3431365c6..c4b78e9210cd 100644 --- a/libgfortran/runtime/in_pack_generic.c +++ b/libgfortran/runtime/in_pack_generic.c @@ -1,5 +1,5 @@ /* Generic helper function for repacking arrays. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/runtime/in_unpack_generic.c b/libgfortran/runtime/in_unpack_generic.c index 1d172342bc9c..46b6dddb1931 100644 --- a/libgfortran/runtime/in_unpack_generic.c +++ b/libgfortran/runtime/in_unpack_generic.c @@ -1,5 +1,5 @@ /* Generic helper function for repacking arrays. - Copyright (C) 2003-2016 Free Software Foundation, Inc. + Copyright (C) 2003-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/runtime/main.c b/libgfortran/runtime/main.c index 761c7d486897..8d466d1bba83 100644 --- a/libgfortran/runtime/main.c +++ b/libgfortran/runtime/main.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2016 Free Software Foundation, Inc. +/* Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Andy Vaught and Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/runtime/memory.c b/libgfortran/runtime/memory.c index af6fd277928c..98c59bb0666d 100644 --- a/libgfortran/runtime/memory.c +++ b/libgfortran/runtime/memory.c @@ -1,5 +1,5 @@ /* Memory management routines. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/runtime/minimal.c b/libgfortran/runtime/minimal.c index a9670d2a02e5..2ef4f159250b 100644 --- a/libgfortran/runtime/minimal.c +++ b/libgfortran/runtime/minimal.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2016 Free Software Foundation, Inc. +/* Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Andy Vaught and Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/runtime/pause.c b/libgfortran/runtime/pause.c index 9341331e2a59..990d76f6c992 100644 --- a/libgfortran/runtime/pause.c +++ b/libgfortran/runtime/pause.c @@ -1,5 +1,5 @@ /* Implementation of the PAUSE statement. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/runtime/select.c b/libgfortran/runtime/select.c index d8531c1bf6d0..6b421515a466 100644 --- a/libgfortran/runtime/select.c +++ b/libgfortran/runtime/select.c @@ -1,5 +1,5 @@ /* Implement the SELECT statement for character variables. - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/runtime/select_inc.c b/libgfortran/runtime/select_inc.c index 9e8ecc5de2b3..0a0880bf5726 100644 --- a/libgfortran/runtime/select_inc.c +++ b/libgfortran/runtime/select_inc.c @@ -1,5 +1,5 @@ /* Implement the SELECT statement for character variables. - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/runtime/stop.c b/libgfortran/runtime/stop.c index 1c0b4fb2fcdc..81f00d77a6ce 100644 --- a/libgfortran/runtime/stop.c +++ b/libgfortran/runtime/stop.c @@ -1,5 +1,5 @@ /* Implementation of the STOP statement. - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgfortran/runtime/string.c b/libgfortran/runtime/string.c index 06932b0c562a..332b42e6823f 100644 --- a/libgfortran/runtime/string.c +++ b/libgfortran/runtime/string.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2016 Free Software Foundation, Inc. +/* Copyright (C) 2002-2017 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of the GNU Fortran runtime library (libgfortran). diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index c88d161831d8..aa0f94e466a2 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,5 +1,7 @@ 2017-01-01 Jakub Jelinek + Update copyright years. + * libgomp.texi: Bump @copying's copyright year. 2016-12-02 Sebastian Huber diff --git a/libgomp/affinity.c b/libgomp/affinity.c index 3549e54b67c3..003d7edfa232 100644 --- a/libgomp/affinity.c +++ b/libgomp/affinity.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2006-2016 Free Software Foundation, Inc. +/* Copyright (C) 2006-2017 Free Software Foundation, Inc. Contributed by Jakub Jelinek . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/alloc.c b/libgomp/alloc.c index c956234f7d0b..a13a1d5f200e 100644 --- a/libgomp/alloc.c +++ b/libgomp/alloc.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2016 Free Software Foundation, Inc. +/* Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/atomic.c b/libgomp/atomic.c index bad0736e21ee..18780bd13f5b 100644 --- a/libgomp/atomic.c +++ b/libgomp/atomic.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2016 Free Software Foundation, Inc. +/* Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/barrier.c b/libgomp/barrier.c index b30149f1990a..5c18399c61e8 100644 --- a/libgomp/barrier.c +++ b/libgomp/barrier.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2016 Free Software Foundation, Inc. +/* Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/bsd/proc.c b/libgomp/config/bsd/proc.c index 33eb028622e6..7fb4c4f777c6 100644 --- a/libgomp/config/bsd/proc.c +++ b/libgomp/config/bsd/proc.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2016 Free Software Foundation, Inc. +/* Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/darwin/plugin-suffix.h b/libgomp/config/darwin/plugin-suffix.h index a58c03ca6921..e9fbc704a58e 100644 --- a/libgomp/config/darwin/plugin-suffix.h +++ b/libgomp/config/darwin/plugin-suffix.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 Free Software Foundation, Inc. +/* Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by Jack Howarth This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/hpux/plugin-suffix.h b/libgomp/config/hpux/plugin-suffix.h index 943aedc370dc..5292dc1ce569 100644 --- a/libgomp/config/hpux/plugin-suffix.h +++ b/libgomp/config/hpux/plugin-suffix.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 Free Software Foundation, Inc. +/* Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by Jack Howarth This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/linux/affinity.c b/libgomp/config/linux/affinity.c index d8dede607a1b..c5b2cb810063 100644 --- a/libgomp/config/linux/affinity.c +++ b/libgomp/config/linux/affinity.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2006-2016 Free Software Foundation, Inc. +/* Copyright (C) 2006-2017 Free Software Foundation, Inc. Contributed by Jakub Jelinek . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/linux/alpha/futex.h b/libgomp/config/linux/alpha/futex.h index 5a7eb86f477d..04a1ac4f0cce 100644 --- a/libgomp/config/linux/alpha/futex.h +++ b/libgomp/config/linux/alpha/futex.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2016 Free Software Foundation, Inc. +/* Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/linux/bar.c b/libgomp/config/linux/bar.c index 26eeca64765c..6a5be496a7bf 100644 --- a/libgomp/config/linux/bar.c +++ b/libgomp/config/linux/bar.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2016 Free Software Foundation, Inc. +/* Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/linux/bar.h b/libgomp/config/linux/bar.h index 680ffde510ff..7a85deba4e91 100644 --- a/libgomp/config/linux/bar.h +++ b/libgomp/config/linux/bar.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2016 Free Software Foundation, Inc. +/* Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/linux/doacross.h b/libgomp/config/linux/doacross.h index 6a92be6f89df..c9d98cdb3645 100644 --- a/libgomp/config/linux/doacross.h +++ b/libgomp/config/linux/doacross.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 Free Software Foundation, Inc. +/* Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by Jakub Jelinek . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/linux/futex.h b/libgomp/config/linux/futex.h index 62446b168c45..8cd80f5418ff 100644 --- a/libgomp/config/linux/futex.h +++ b/libgomp/config/linux/futex.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2010-2016 Free Software Foundation, Inc. +/* Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/linux/ia64/futex.h b/libgomp/config/linux/ia64/futex.h index 53bc4ab8a938..b51464ac009f 100644 --- a/libgomp/config/linux/ia64/futex.h +++ b/libgomp/config/linux/ia64/futex.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2016 Free Software Foundation, Inc. +/* Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/linux/lock.c b/libgomp/config/linux/lock.c index 07845c98ad1e..e9185202cdf5 100644 --- a/libgomp/config/linux/lock.c +++ b/libgomp/config/linux/lock.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2016 Free Software Foundation, Inc. +/* Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/linux/mips/futex.h b/libgomp/config/linux/mips/futex.h index f4e097ecfcf1..213bf209c36e 100644 --- a/libgomp/config/linux/mips/futex.h +++ b/libgomp/config/linux/mips/futex.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2016 Free Software Foundation, Inc. +/* Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Ilie Garbacea , Chao-ying Fu . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/linux/mutex.c b/libgomp/config/linux/mutex.c index 2656305a6fa2..e403cb2eb6c4 100644 --- a/libgomp/config/linux/mutex.c +++ b/libgomp/config/linux/mutex.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2016 Free Software Foundation, Inc. +/* Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/linux/mutex.h b/libgomp/config/linux/mutex.h index 901a5b298504..73358852cf85 100644 --- a/libgomp/config/linux/mutex.h +++ b/libgomp/config/linux/mutex.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2016 Free Software Foundation, Inc. +/* Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/linux/powerpc/futex.h b/libgomp/config/linux/powerpc/futex.h index 5274e8c26a2d..52ceb210b98e 100644 --- a/libgomp/config/linux/powerpc/futex.h +++ b/libgomp/config/linux/powerpc/futex.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2016 Free Software Foundation, Inc. +/* Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/linux/proc.c b/libgomp/config/linux/proc.c index 4db9ccf72a0f..2a95a1024529 100644 --- a/libgomp/config/linux/proc.c +++ b/libgomp/config/linux/proc.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2016 Free Software Foundation, Inc. +/* Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Jakub Jelinek . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/linux/proc.h b/libgomp/config/linux/proc.h index 0e90936c63fa..70fa2e4c41fc 100644 --- a/libgomp/config/linux/proc.h +++ b/libgomp/config/linux/proc.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2016 Free Software Foundation, Inc. +/* Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Uros Bizjak This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/linux/ptrlock.c b/libgomp/config/linux/ptrlock.c index 012566a54629..998770961788 100644 --- a/libgomp/config/linux/ptrlock.c +++ b/libgomp/config/linux/ptrlock.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Jakub Jelinek . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/linux/ptrlock.h b/libgomp/config/linux/ptrlock.h index d7880482018c..365e395f0289 100644 --- a/libgomp/config/linux/ptrlock.h +++ b/libgomp/config/linux/ptrlock.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Jakub Jelinek . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/linux/s390/futex.h b/libgomp/config/linux/s390/futex.h index d06be85ef43c..b208dc9c25c4 100644 --- a/libgomp/config/linux/s390/futex.h +++ b/libgomp/config/linux/s390/futex.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2016 Free Software Foundation, Inc. +/* Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Jakub Jelinek . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/linux/sem.c b/libgomp/config/linux/sem.c index 55f4842f00e0..fdb9ad264f94 100644 --- a/libgomp/config/linux/sem.c +++ b/libgomp/config/linux/sem.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2016 Free Software Foundation, Inc. +/* Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/linux/sem.h b/libgomp/config/linux/sem.h index b885a093de3d..9f56b7dfd157 100644 --- a/libgomp/config/linux/sem.h +++ b/libgomp/config/linux/sem.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2016 Free Software Foundation, Inc. +/* Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/linux/sparc/futex.h b/libgomp/config/linux/sparc/futex.h index 06aae398f63d..7729e3379a22 100644 --- a/libgomp/config/linux/sparc/futex.h +++ b/libgomp/config/linux/sparc/futex.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2016 Free Software Foundation, Inc. +/* Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Jakub Jelinek . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/linux/tile/futex.h b/libgomp/config/linux/tile/futex.h index 22c8308c4197..667aad3c52f5 100644 --- a/libgomp/config/linux/tile/futex.h +++ b/libgomp/config/linux/tile/futex.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2016 Free Software Foundation, Inc. +/* Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Walter Lee (walt@tilera.com) This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/linux/wait.h b/libgomp/config/linux/wait.h index c18d29c6d9df..48bb6d7b6347 100644 --- a/libgomp/config/linux/wait.h +++ b/libgomp/config/linux/wait.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Jakub Jelinek . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/linux/x86/futex.h b/libgomp/config/linux/x86/futex.h index 70d60e610d08..50d8abb37f82 100644 --- a/libgomp/config/linux/x86/futex.h +++ b/libgomp/config/linux/x86/futex.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2016 Free Software Foundation, Inc. +/* Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/mingw32/proc.c b/libgomp/config/mingw32/proc.c index d1d3e48d814b..bfcb931ece8e 100644 --- a/libgomp/config/mingw32/proc.c +++ b/libgomp/config/mingw32/proc.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. Contributed by Danny Smith This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/mingw32/time.c b/libgomp/config/mingw32/time.c index 33e05bb3663d..ae4f50852374 100644 --- a/libgomp/config/mingw32/time.c +++ b/libgomp/config/mingw32/time.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2006-2016 Free Software Foundation, Inc. +/* Copyright (C) 2006-2017 Free Software Foundation, Inc. Contributed by Francois-Xavier Coudert This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/nvptx/bar.c b/libgomp/config/nvptx/bar.c index 820affb27b7e..e3a955f8b304 100644 --- a/libgomp/config/nvptx/bar.c +++ b/libgomp/config/nvptx/bar.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 Free Software Foundation, Inc. +/* Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by Alexander Monakov This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/nvptx/bar.h b/libgomp/config/nvptx/bar.h index 757edf1d7ebf..8b888ab0c656 100644 --- a/libgomp/config/nvptx/bar.h +++ b/libgomp/config/nvptx/bar.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 Free Software Foundation, Inc. +/* Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by Alexander Monakov This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/nvptx/doacross.h b/libgomp/config/nvptx/doacross.h index fd011d492bd9..3e924b75da44 100644 --- a/libgomp/config/nvptx/doacross.h +++ b/libgomp/config/nvptx/doacross.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 Free Software Foundation, Inc. +/* Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by Alexander Monakov This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/nvptx/error.c b/libgomp/config/nvptx/error.c index f3e74cd9449b..41c74b45f5d3 100644 --- a/libgomp/config/nvptx/error.c +++ b/libgomp/config/nvptx/error.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 Free Software Foundation, Inc. +/* Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by Alexander Monakov This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/nvptx/icv-device.c b/libgomp/config/nvptx/icv-device.c index 831ba110e953..fb7cbcd1d24c 100644 --- a/libgomp/config/nvptx/icv-device.c +++ b/libgomp/config/nvptx/icv-device.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 Free Software Foundation, Inc. +/* Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by Alexander Monakov This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/nvptx/lock.c b/libgomp/config/nvptx/lock.c index 7731704c6fb5..1c2b5fcf941f 100644 --- a/libgomp/config/nvptx/lock.c +++ b/libgomp/config/nvptx/lock.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016 Free Software Foundation, Inc. +/* Copyright (C) 2016-2017 Free Software Foundation, Inc. Contributed by Alexander Monakov . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/nvptx/mutex.h b/libgomp/config/nvptx/mutex.h index e408ca72933a..dcb1207e8d7e 100644 --- a/libgomp/config/nvptx/mutex.h +++ b/libgomp/config/nvptx/mutex.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 Free Software Foundation, Inc. +/* Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by Alexander Monakov This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/nvptx/oacc-init.c b/libgomp/config/nvptx/oacc-init.c index 68e7437544c4..f629d21c0fab 100644 --- a/libgomp/config/nvptx/oacc-init.c +++ b/libgomp/config/nvptx/oacc-init.c @@ -1,6 +1,6 @@ /* OpenACC Runtime initialization routines - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. Contributed by Mentor Embedded. diff --git a/libgomp/config/nvptx/oacc-parallel.c b/libgomp/config/nvptx/oacc-parallel.c index 243f3e5aeac1..07ee525d8bc4 100644 --- a/libgomp/config/nvptx/oacc-parallel.c +++ b/libgomp/config/nvptx/oacc-parallel.c @@ -1,6 +1,6 @@ /* OpenACC constructs - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. Contributed by Mentor Embedded. diff --git a/libgomp/config/nvptx/openacc.f90 b/libgomp/config/nvptx/openacc.f90 index 10caeb3bd783..1515eeffd916 100644 --- a/libgomp/config/nvptx/openacc.f90 +++ b/libgomp/config/nvptx/openacc.f90 @@ -1,6 +1,6 @@ ! OpenACC Runtime Library Definitions. -! Copyright (C) 2014-2016 Free Software Foundation, Inc. +! Copyright (C) 2014-2017 Free Software Foundation, Inc. ! Contributed by Tobias Burnus ! and Mentor Embedded. diff --git a/libgomp/config/nvptx/pool.h b/libgomp/config/nvptx/pool.h index 70e233c7caa7..03f0de51bab1 100644 --- a/libgomp/config/nvptx/pool.h +++ b/libgomp/config/nvptx/pool.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 Free Software Foundation, Inc. +/* Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by Alexander Monakov This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/nvptx/proc.c b/libgomp/config/nvptx/proc.c index 8c1c36646608..d984d756aae9 100644 --- a/libgomp/config/nvptx/proc.c +++ b/libgomp/config/nvptx/proc.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 Free Software Foundation, Inc. +/* Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by Alexander Monakov This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/nvptx/ptrlock.h b/libgomp/config/nvptx/ptrlock.h index c2eae75720d7..5d7ebabbb019 100644 --- a/libgomp/config/nvptx/ptrlock.h +++ b/libgomp/config/nvptx/ptrlock.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 Free Software Foundation, Inc. +/* Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by Alexander Monakov This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/nvptx/sem.h b/libgomp/config/nvptx/sem.h index 82c0dfbf7e09..1733f1295bcc 100644 --- a/libgomp/config/nvptx/sem.h +++ b/libgomp/config/nvptx/sem.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 Free Software Foundation, Inc. +/* Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by Alexander Monakov This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/nvptx/simple-bar.h b/libgomp/config/nvptx/simple-bar.h index e7b56d98826b..b67811ec1828 100644 --- a/libgomp/config/nvptx/simple-bar.h +++ b/libgomp/config/nvptx/simple-bar.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 Free Software Foundation, Inc. +/* Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by Alexander Monakov This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/nvptx/target.c b/libgomp/config/nvptx/target.c index 38ea7f7aa68d..5b364f814162 100644 --- a/libgomp/config/nvptx/target.c +++ b/libgomp/config/nvptx/target.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2016 Free Software Foundation, Inc. +/* Copyright (C) 2013-2017 Free Software Foundation, Inc. Contributed by Jakub Jelinek . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/nvptx/task.c b/libgomp/config/nvptx/task.c index c183716c94e5..818904a6abc4 100644 --- a/libgomp/config/nvptx/task.c +++ b/libgomp/config/nvptx/task.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 Free Software Foundation, Inc. +/* Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by Alexander Monakov . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/nvptx/team.c b/libgomp/config/nvptx/team.c index f7b5e3e81b5c..a32e5ea930dc 100644 --- a/libgomp/config/nvptx/team.c +++ b/libgomp/config/nvptx/team.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 Free Software Foundation, Inc. +/* Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by Alexander Monakov This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/nvptx/time.c b/libgomp/config/nvptx/time.c index 88fb13050c0b..c3e26b9221e6 100644 --- a/libgomp/config/nvptx/time.c +++ b/libgomp/config/nvptx/time.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 Free Software Foundation, Inc. +/* Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by Dmitry Melnik This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/posix/bar.c b/libgomp/config/posix/bar.c index 0aa0a6df9d0e..5d3d5476ec2b 100644 --- a/libgomp/config/posix/bar.c +++ b/libgomp/config/posix/bar.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2016 Free Software Foundation, Inc. +/* Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/posix/bar.h b/libgomp/config/posix/bar.h index db97552d7de6..ea27c0ae4d2e 100644 --- a/libgomp/config/posix/bar.h +++ b/libgomp/config/posix/bar.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2016 Free Software Foundation, Inc. +/* Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/posix/doacross.h b/libgomp/config/posix/doacross.h index 4754423baf3c..18c1f52736fa 100644 --- a/libgomp/config/posix/doacross.h +++ b/libgomp/config/posix/doacross.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 Free Software Foundation, Inc. +/* Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by Jakub Jelinek . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/posix/lock.c b/libgomp/config/posix/lock.c index 2905096a886a..ae05ea25eeb8 100644 --- a/libgomp/config/posix/lock.c +++ b/libgomp/config/posix/lock.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2016 Free Software Foundation, Inc. +/* Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/posix/mutex.h b/libgomp/config/posix/mutex.h index 98cdf76f5191..ad0a5c8f4e63 100644 --- a/libgomp/config/posix/mutex.h +++ b/libgomp/config/posix/mutex.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2016 Free Software Foundation, Inc. +/* Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/posix/plugin-suffix.h b/libgomp/config/posix/plugin-suffix.h index 79ef24e28656..93f9b5265c28 100644 --- a/libgomp/config/posix/plugin-suffix.h +++ b/libgomp/config/posix/plugin-suffix.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 Free Software Foundation, Inc. +/* Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by Jack Howarth This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/posix/pool.h b/libgomp/config/posix/pool.h index a5f56866ab5f..780ad2e11aeb 100644 --- a/libgomp/config/posix/pool.h +++ b/libgomp/config/posix/pool.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2016 Free Software Foundation, Inc. +/* Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Sebastian Huber . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/posix/proc.c b/libgomp/config/posix/proc.c index d856212e8f06..872fb3e151db 100644 --- a/libgomp/config/posix/proc.c +++ b/libgomp/config/posix/proc.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2016 Free Software Foundation, Inc. +/* Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/posix/ptrlock.h b/libgomp/config/posix/ptrlock.h index 6ed14f67390e..f32627d33a1d 100644 --- a/libgomp/config/posix/ptrlock.h +++ b/libgomp/config/posix/ptrlock.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Jakub Jelinek . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/posix/sem.c b/libgomp/config/posix/sem.c index c9277d7a744a..535c1a00ca43 100644 --- a/libgomp/config/posix/sem.c +++ b/libgomp/config/posix/sem.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2016 Free Software Foundation, Inc. +/* Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/posix/sem.h b/libgomp/config/posix/sem.h index 31d5a185adce..c23a357e7b03 100644 --- a/libgomp/config/posix/sem.h +++ b/libgomp/config/posix/sem.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2016 Free Software Foundation, Inc. +/* Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/posix/simple-bar.h b/libgomp/config/posix/simple-bar.h index b77491c19f06..fb0233b3f4ab 100644 --- a/libgomp/config/posix/simple-bar.h +++ b/libgomp/config/posix/simple-bar.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 Free Software Foundation, Inc. +/* Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by Alexander Monakov This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/posix/time.c b/libgomp/config/posix/time.c index 49dc74b8c89c..02f022b09856 100644 --- a/libgomp/config/posix/time.c +++ b/libgomp/config/posix/time.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2016 Free Software Foundation, Inc. +/* Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/rtems/bar.c b/libgomp/config/rtems/bar.c index 6678906564cc..ab63d60c6d9f 100644 --- a/libgomp/config/rtems/bar.c +++ b/libgomp/config/rtems/bar.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2016 Free Software Foundation, Inc. +/* Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Sebastian Huber . This file is part of the GNU OpenMP Library (libgomp). diff --git a/libgomp/config/rtems/bar.h b/libgomp/config/rtems/bar.h index 1a724c009f73..21b13f4b43da 100644 --- a/libgomp/config/rtems/bar.h +++ b/libgomp/config/rtems/bar.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2016 Free Software Foundation, Inc. +/* Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Sebastian Huber . This file is part of the GNU OpenMP Library (libgomp). diff --git a/libgomp/config/rtems/mutex.h b/libgomp/config/rtems/mutex.h index 4873dc67fceb..ac9023e3a862 100644 --- a/libgomp/config/rtems/mutex.h +++ b/libgomp/config/rtems/mutex.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 Free Software Foundation, Inc. +/* Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by Sebastian Huber . This file is part of the GNU OpenMP Library (libgomp). diff --git a/libgomp/config/rtems/pool.h b/libgomp/config/rtems/pool.h index 83fddc8a1b25..88ad417d71f3 100644 --- a/libgomp/config/rtems/pool.h +++ b/libgomp/config/rtems/pool.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 Free Software Foundation, Inc. +/* Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by Sebastian Huber . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/rtems/proc.c b/libgomp/config/rtems/proc.c index 5e04b47ca1a5..edd44a9bf0ba 100644 --- a/libgomp/config/rtems/proc.c +++ b/libgomp/config/rtems/proc.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 Free Software Foundation, Inc. +/* Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by Sebastian Huber . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/config/rtems/sem.h b/libgomp/config/rtems/sem.h index 1c3be9c450ce..e7c72366e5aa 100644 --- a/libgomp/config/rtems/sem.h +++ b/libgomp/config/rtems/sem.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 Free Software Foundation, Inc. +/* Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by Sebastian Huber . This file is part of the GNU OpenMP Library (libgomp). diff --git a/libgomp/critical.c b/libgomp/critical.c index cd520dbe5b38..1a9a0d5bf2d0 100644 --- a/libgomp/critical.c +++ b/libgomp/critical.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2016 Free Software Foundation, Inc. +/* Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/env.c b/libgomp/env.c index 63899a2357bc..74dc6f38530a 100644 --- a/libgomp/env.c +++ b/libgomp/env.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2016 Free Software Foundation, Inc. +/* Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/error.c b/libgomp/error.c index cc1228d53dae..305a850cfa4b 100644 --- a/libgomp/error.c +++ b/libgomp/error.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2016 Free Software Foundation, Inc. +/* Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/fortran.c b/libgomp/fortran.c index 6b1ef37a6b26..94955ca87b12 100644 --- a/libgomp/fortran.c +++ b/libgomp/fortran.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2016 Free Software Foundation, Inc. +/* Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Jakub Jelinek . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/hashtab.h b/libgomp/hashtab.h index 13a0259f58d0..fbf583d2789c 100644 --- a/libgomp/hashtab.h +++ b/libgomp/hashtab.h @@ -1,5 +1,5 @@ /* An expandable hash tables datatype. - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. Contributed by Vladimir Makarov . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/icv-device.c b/libgomp/icv-device.c index 9bbc0b9b7678..48289f900ea1 100644 --- a/libgomp/icv-device.c +++ b/libgomp/icv-device.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2016 Free Software Foundation, Inc. +/* Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/icv.c b/libgomp/icv.c index cf00e2419422..233d6dbe10ee 100644 --- a/libgomp/icv.c +++ b/libgomp/icv.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2016 Free Software Foundation, Inc. +/* Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/iter.c b/libgomp/iter.c index ff98a961c709..4058d83bbcdd 100644 --- a/libgomp/iter.c +++ b/libgomp/iter.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2016 Free Software Foundation, Inc. +/* Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/iter_ull.c b/libgomp/iter_ull.c index 026bbf749319..e83ae035267b 100644 --- a/libgomp/iter_ull.c +++ b/libgomp/iter_ull.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2016 Free Software Foundation, Inc. +/* Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/libgomp-plugin.c b/libgomp/libgomp-plugin.c index 9bd40477c206..2bba64803548 100644 --- a/libgomp/libgomp-plugin.c +++ b/libgomp/libgomp-plugin.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2016 Free Software Foundation, Inc. +/* Copyright (C) 2014-2017 Free Software Foundation, Inc. Contributed by Mentor Embedded. diff --git a/libgomp/libgomp-plugin.h b/libgomp/libgomp-plugin.h index 53f924836317..107117bf8a69 100644 --- a/libgomp/libgomp-plugin.h +++ b/libgomp/libgomp-plugin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2016 Free Software Foundation, Inc. +/* Copyright (C) 2014-2017 Free Software Foundation, Inc. Contributed by Mentor Embedded. diff --git a/libgomp/libgomp.h b/libgomp/libgomp.h index c86ac3d8778b..78d8adc75352 100644 --- a/libgomp/libgomp.h +++ b/libgomp/libgomp.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2016 Free Software Foundation, Inc. +/* Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/libgomp_f.h.in b/libgomp/libgomp_f.h.in index 18a341e7fd6f..bc4f7f9c764b 100644 --- a/libgomp/libgomp_f.h.in +++ b/libgomp/libgomp_f.h.in @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2016 Free Software Foundation, Inc. +/* Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Jakub Jelinek . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/libgomp_g.h b/libgomp/libgomp_g.h index 20454e63a179..7818a9382b20 100644 --- a/libgomp/libgomp_g.h +++ b/libgomp/libgomp_g.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2016 Free Software Foundation, Inc. +/* Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/lock.c b/libgomp/lock.c index 783bd77dd90b..500d0cd273f5 100644 --- a/libgomp/lock.c +++ b/libgomp/lock.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2016 Free Software Foundation, Inc. +/* Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/loop.c b/libgomp/loop.c index 8c93fa22a985..110896bb5b9f 100644 --- a/libgomp/loop.c +++ b/libgomp/loop.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2016 Free Software Foundation, Inc. +/* Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/loop_ull.c b/libgomp/loop_ull.c index fa902b464d59..5cb3db5fa469 100644 --- a/libgomp/loop_ull.c +++ b/libgomp/loop_ull.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2016 Free Software Foundation, Inc. +/* Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/oacc-async.c b/libgomp/oacc-async.c index 7f6c8056488d..b68c84d641bb 100644 --- a/libgomp/oacc-async.c +++ b/libgomp/oacc-async.c @@ -1,6 +1,6 @@ /* OpenACC Runtime Library Definitions. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. Contributed by Mentor Embedded. diff --git a/libgomp/oacc-cuda.c b/libgomp/oacc-cuda.c index 86a2a7757274..ac9285f5d13a 100644 --- a/libgomp/oacc-cuda.c +++ b/libgomp/oacc-cuda.c @@ -1,6 +1,6 @@ /* OpenACC Runtime Library: CUDA support glue. - Copyright (C) 2014-2016 Free Software Foundation, Inc. + Copyright (C) 2014-2017 Free Software Foundation, Inc. Contributed by Mentor Embedded. diff --git a/libgomp/oacc-host.c b/libgomp/oacc-host.c index fd3a672e4a55..a9203ade5608 100644 --- a/libgomp/oacc-host.c +++ b/libgomp/oacc-host.c @@ -1,6 +1,6 @@ /* OpenACC Runtime Library: acc_device_host. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. Contributed by Mentor Embedded. diff --git a/libgomp/oacc-init.c b/libgomp/oacc-init.c index 83920b52b19f..7f3c1a79acd4 100644 --- a/libgomp/oacc-init.c +++ b/libgomp/oacc-init.c @@ -1,6 +1,6 @@ /* OpenACC Runtime initialization routines - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. Contributed by Mentor Embedded. diff --git a/libgomp/oacc-int.h b/libgomp/oacc-int.h index db0a9375b39f..cb14f0994a0e 100644 --- a/libgomp/oacc-int.h +++ b/libgomp/oacc-int.h @@ -1,6 +1,6 @@ /* OpenACC Runtime - internal declarations - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. Contributed by Mentor Embedded. diff --git a/libgomp/oacc-mem.c b/libgomp/oacc-mem.c index bd4b62b006e8..2df220201ba4 100644 --- a/libgomp/oacc-mem.c +++ b/libgomp/oacc-mem.c @@ -1,6 +1,6 @@ /* OpenACC Runtime initialization routines - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. Contributed by Mentor Embedded. diff --git a/libgomp/oacc-parallel.c b/libgomp/oacc-parallel.c index ecdd75adcb81..a8cff9e480b1 100644 --- a/libgomp/oacc-parallel.c +++ b/libgomp/oacc-parallel.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2016 Free Software Foundation, Inc. +/* Copyright (C) 2013-2017 Free Software Foundation, Inc. Contributed by Mentor Embedded. diff --git a/libgomp/oacc-plugin.c b/libgomp/oacc-plugin.c index 889d86c8c7a8..7bd5eb800060 100644 --- a/libgomp/oacc-plugin.c +++ b/libgomp/oacc-plugin.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2016 Free Software Foundation, Inc. +/* Copyright (C) 2014-2017 Free Software Foundation, Inc. Contributed by Mentor Embedded. diff --git a/libgomp/oacc-plugin.h b/libgomp/oacc-plugin.h index 57fced5a6e45..52c0fb37f69e 100644 --- a/libgomp/oacc-plugin.h +++ b/libgomp/oacc-plugin.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2016 Free Software Foundation, Inc. +/* Copyright (C) 2014-2017 Free Software Foundation, Inc. Contributed by Mentor Embedded. diff --git a/libgomp/omp.h.in b/libgomp/omp.h.in index 30b4338475a5..bf400f88393d 100644 --- a/libgomp/omp.h.in +++ b/libgomp/omp.h.in @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2016 Free Software Foundation, Inc. +/* Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/omp_lib.f90.in b/libgomp/omp_lib.f90.in index 2e73ce5f93b9..e02ee44fe3c0 100644 --- a/libgomp/omp_lib.f90.in +++ b/libgomp/omp_lib.f90.in @@ -1,4 +1,4 @@ -! Copyright (C) 2005-2016 Free Software Foundation, Inc. +! Copyright (C) 2005-2017 Free Software Foundation, Inc. ! Contributed by Jakub Jelinek . ! This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/omp_lib.h.in b/libgomp/omp_lib.h.in index 032b6573ee5b..cbff7e506ec1 100644 --- a/libgomp/omp_lib.h.in +++ b/libgomp/omp_lib.h.in @@ -1,4 +1,4 @@ -! Copyright (C) 2005-2016 Free Software Foundation, Inc. +! Copyright (C) 2005-2017 Free Software Foundation, Inc. ! Contributed by Jakub Jelinek . ! This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/openacc.f90 b/libgomp/openacc.f90 index 4b71489119e2..a4422d4fb778 100644 --- a/libgomp/openacc.f90 +++ b/libgomp/openacc.f90 @@ -1,6 +1,6 @@ ! OpenACC Runtime Library Definitions. -! Copyright (C) 2014-2016 Free Software Foundation, Inc. +! Copyright (C) 2014-2017 Free Software Foundation, Inc. ! Contributed by Tobias Burnus ! and Mentor Embedded. diff --git a/libgomp/openacc.h b/libgomp/openacc.h index 7ea87945839c..53d0c3955c13 100644 --- a/libgomp/openacc.h +++ b/libgomp/openacc.h @@ -1,6 +1,6 @@ /* OpenACC Runtime Library User-facing Declarations - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. Contributed by Mentor Embedded. diff --git a/libgomp/openacc_lib.h b/libgomp/openacc_lib.h index a3f94d742c9e..65f47a8c1386 100644 --- a/libgomp/openacc_lib.h +++ b/libgomp/openacc_lib.h @@ -1,6 +1,6 @@ ! OpenACC Runtime Library Definitions. -*- mode: fortran -*- -! Copyright (C) 2014-2016 Free Software Foundation, Inc. +! Copyright (C) 2014-2017 Free Software Foundation, Inc. ! Contributed by Tobias Burnus ! and Mentor Embedded. diff --git a/libgomp/ordered.c b/libgomp/ordered.c index 80af02a63d03..4a3e5b5f49a9 100644 --- a/libgomp/ordered.c +++ b/libgomp/ordered.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2016 Free Software Foundation, Inc. +/* Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/parallel.c b/libgomp/parallel.c index ba6dbb4590d9..eca7d7c51c80 100644 --- a/libgomp/parallel.c +++ b/libgomp/parallel.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2016 Free Software Foundation, Inc. +/* Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/plugin/Makefrag.am b/libgomp/plugin/Makefrag.am index 39d1de1e9d71..7315ff7d795f 100644 --- a/libgomp/plugin/Makefrag.am +++ b/libgomp/plugin/Makefrag.am @@ -1,6 +1,6 @@ # Plugins for offload execution, Makefile.am fragment. # -# Copyright (C) 2014-2016 Free Software Foundation, Inc. +# Copyright (C) 2014-2017 Free Software Foundation, Inc. # # Contributed by Mentor Embedded. # diff --git a/libgomp/plugin/configfrag.ac b/libgomp/plugin/configfrag.ac index 29416d565acc..579e2c3d0001 100644 --- a/libgomp/plugin/configfrag.ac +++ b/libgomp/plugin/configfrag.ac @@ -1,6 +1,6 @@ # Plugins for offload execution, configure.ac fragment. -*- mode: autoconf -*- # -# Copyright (C) 2014-2016 Free Software Foundation, Inc. +# Copyright (C) 2014-2017 Free Software Foundation, Inc. # # Contributed by Mentor Embedded. # diff --git a/libgomp/plugin/hsa.h b/libgomp/plugin/hsa.h index 6765751e3231..077cafb6208d 100644 --- a/libgomp/plugin/hsa.h +++ b/libgomp/plugin/hsa.h @@ -1,5 +1,5 @@ /* HSA runtime API 1.0.1 representation description. - Copyright (C) 2016 Free Software Foundation, Inc. + Copyright (C) 2016-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgomp/plugin/hsa_ext_finalize.h b/libgomp/plugin/hsa_ext_finalize.h index f159addd2270..2ad9dfb7475b 100644 --- a/libgomp/plugin/hsa_ext_finalize.h +++ b/libgomp/plugin/hsa_ext_finalize.h @@ -1,5 +1,5 @@ /* HSA Extensions API 1.0.1 representation description. - Copyright (C) 2016 Free Software Foundation, Inc. + Copyright (C) 2016-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libgomp/plugin/plugin-hsa.c b/libgomp/plugin/plugin-hsa.c index b829c8ca81f7..af6fad21d9b9 100644 --- a/libgomp/plugin/plugin-hsa.c +++ b/libgomp/plugin/plugin-hsa.c @@ -1,6 +1,6 @@ /* Plugin for HSAIL execution. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. Contributed by Martin Jambor and Martin Liska . diff --git a/libgomp/plugin/plugin-nvptx.c b/libgomp/plugin/plugin-nvptx.c index ca33c51db5ae..a2e1aeb8a3e2 100644 --- a/libgomp/plugin/plugin-nvptx.c +++ b/libgomp/plugin/plugin-nvptx.c @@ -1,6 +1,6 @@ /* Plugin for NVPTX execution. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. Contributed by Mentor Embedded. diff --git a/libgomp/priority_queue.c b/libgomp/priority_queue.c index e1eacded3e15..596ad180f950 100644 --- a/libgomp/priority_queue.c +++ b/libgomp/priority_queue.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 Free Software Foundation, Inc. +/* Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by Aldy Hernandez . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/priority_queue.h b/libgomp/priority_queue.h index 42084ba49f20..4c56d5bfa648 100644 --- a/libgomp/priority_queue.h +++ b/libgomp/priority_queue.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 Free Software Foundation, Inc. +/* Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by Aldy Hernandez . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/sections.c b/libgomp/sections.c index bae18310df8f..cdb2821284c5 100644 --- a/libgomp/sections.c +++ b/libgomp/sections.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2016 Free Software Foundation, Inc. +/* Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/single.c b/libgomp/single.c index a91c814f2309..e2ed3c1ce01d 100644 --- a/libgomp/single.c +++ b/libgomp/single.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2016 Free Software Foundation, Inc. +/* Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/splay-tree.c b/libgomp/splay-tree.c index 8c76488b759a..9df10a88df45 100644 --- a/libgomp/splay-tree.c +++ b/libgomp/splay-tree.c @@ -1,5 +1,5 @@ /* A splay-tree datatype. - Copyright (C) 1998-2016 Free Software Foundation, Inc. + Copyright (C) 1998-2017 Free Software Foundation, Inc. Contributed by Mark Mitchell (mark@markmitchell.com). This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/splay-tree.h b/libgomp/splay-tree.h index e18274b22834..0292d2803ed5 100644 --- a/libgomp/splay-tree.h +++ b/libgomp/splay-tree.h @@ -1,5 +1,5 @@ /* A splay-tree datatype. - Copyright (C) 1998-2016 Free Software Foundation, Inc. + Copyright (C) 1998-2017 Free Software Foundation, Inc. Contributed by Mark Mitchell (mark@markmitchell.com). This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/target.c b/libgomp/target.c index 48b9ab8e0767..26d5abaa499b 100644 --- a/libgomp/target.c +++ b/libgomp/target.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2016 Free Software Foundation, Inc. +/* Copyright (C) 2013-2017 Free Software Foundation, Inc. Contributed by Jakub Jelinek . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/task.c b/libgomp/task.c index 023663f43d5d..fa35a1a1eda7 100644 --- a/libgomp/task.c +++ b/libgomp/task.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2016 Free Software Foundation, Inc. +/* Copyright (C) 2007-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/taskloop.c b/libgomp/taskloop.c index 81092496b3d4..fc4d4ae29d04 100644 --- a/libgomp/taskloop.c +++ b/libgomp/taskloop.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2015-2016 Free Software Foundation, Inc. +/* Copyright (C) 2015-2017 Free Software Foundation, Inc. Contributed by Jakub Jelinek . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/team.c b/libgomp/team.c index e30134516627..676614ae5d01 100644 --- a/libgomp/team.c +++ b/libgomp/team.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2016 Free Software Foundation, Inc. +/* Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libgomp/testsuite/config/default.exp b/libgomp/testsuite/config/default.exp index eba8576fd745..569795ec213d 100644 --- a/libgomp/testsuite/config/default.exp +++ b/libgomp/testsuite/config/default.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2016 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/libgomp/testsuite/libgomp.c/affinity-1.c b/libgomp/testsuite/libgomp.c/affinity-1.c index c57d77d0fbb3..71c672d0e83f 100644 --- a/libgomp/testsuite/libgomp.c/affinity-1.c +++ b/libgomp/testsuite/libgomp.c/affinity-1.c @@ -1,5 +1,5 @@ /* Affinity tests. - Copyright (C) 2013-2016 Free Software Foundation, Inc. + Copyright (C) 2013-2017 Free Software Foundation, Inc. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/libgomp/testsuite/libgomp.c/sort-1.c b/libgomp/testsuite/libgomp.c/sort-1.c index 73b82cb72515..c843c85377fb 100644 --- a/libgomp/testsuite/libgomp.c/sort-1.c +++ b/libgomp/testsuite/libgomp.c/sort-1.c @@ -1,5 +1,5 @@ /* Test and benchmark of a couple of parallel sorting algorithms. - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2017 Free Software Foundation, Inc. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/libgomp/testsuite/libgomp.graphite/graphite.exp b/libgomp/testsuite/libgomp.graphite/graphite.exp index 99f0923518fb..48b953165543 100644 --- a/libgomp/testsuite/libgomp.graphite/graphite.exp +++ b/libgomp/testsuite/libgomp.graphite/graphite.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/libgomp/work.c b/libgomp/work.c index 13453d04cac1..277b5d40c587 100644 --- a/libgomp/work.c +++ b/libgomp/work.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2016 Free Software Foundation, Inc. +/* Copyright (C) 2005-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Offloading and Multi Processing Library diff --git a/libitm/ChangeLog b/libitm/ChangeLog index b5fda91306a6..f88eefebb209 100644 --- a/libitm/ChangeLog +++ b/libitm/ChangeLog @@ -1,5 +1,7 @@ 2017-01-01 Jakub Jelinek + Update copyright years. + * libitm.texi: Bump @copying's copyright year. 2016-12-12 Rainer Orth diff --git a/libitm/aatree.cc b/libitm/aatree.cc index 9708fa3025bc..d626c232d110 100644 --- a/libitm/aatree.cc +++ b/libitm/aatree.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2016 Free Software Foundation, Inc. +/* Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). diff --git a/libitm/aatree.h b/libitm/aatree.h index a6da3ee9e49f..a93928f4dfd0 100644 --- a/libitm/aatree.h +++ b/libitm/aatree.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2016 Free Software Foundation, Inc. +/* Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). diff --git a/libitm/alloc.cc b/libitm/alloc.cc index 98640c47d86f..463e4fc953b8 100644 --- a/libitm/alloc.cc +++ b/libitm/alloc.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2016 Free Software Foundation, Inc. +/* Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). diff --git a/libitm/alloc_c.cc b/libitm/alloc_c.cc index 48cd8ca463c1..e111203805dd 100644 --- a/libitm/alloc_c.cc +++ b/libitm/alloc_c.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2016 Free Software Foundation, Inc. +/* Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). diff --git a/libitm/alloc_cpp.cc b/libitm/alloc_cpp.cc index 1d52e8917ed0..f5f3201c678a 100644 --- a/libitm/alloc_cpp.cc +++ b/libitm/alloc_cpp.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2016 Free Software Foundation, Inc. +/* Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). diff --git a/libitm/barrier.cc b/libitm/barrier.cc index 9a1b47513c79..751d19301645 100644 --- a/libitm/barrier.cc +++ b/libitm/barrier.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). diff --git a/libitm/beginend.cc b/libitm/beginend.cc index 20b5547c30d8..d04f3e9333ef 100644 --- a/libitm/beginend.cc +++ b/libitm/beginend.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). diff --git a/libitm/clone.cc b/libitm/clone.cc index 2db3c6c3dd5d..be29ae8017e5 100644 --- a/libitm/clone.cc +++ b/libitm/clone.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2016 Free Software Foundation, Inc. +/* Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). diff --git a/libitm/common.h b/libitm/common.h index 375ddcb223ae..ccf7c3690e83 100644 --- a/libitm/common.h +++ b/libitm/common.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). diff --git a/libitm/config/aarch64/sjlj.S b/libitm/config/aarch64/sjlj.S index 43d9708d1cf4..8f7d363d4479 100644 --- a/libitm/config/aarch64/sjlj.S +++ b/libitm/config/aarch64/sjlj.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2016 Free Software Foundation, Inc. +/* Copyright (C) 2014-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). diff --git a/libitm/config/aarch64/target.h b/libitm/config/aarch64/target.h index f7ed26a21029..07d128fafcc2 100644 --- a/libitm/config/aarch64/target.h +++ b/libitm/config/aarch64/target.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2016 Free Software Foundation, Inc. +/* Copyright (C) 2014-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). diff --git a/libitm/config/alpha/sjlj.S b/libitm/config/alpha/sjlj.S index 2f473dbb1fcc..c0bf47c92f39 100644 --- a/libitm/config/alpha/sjlj.S +++ b/libitm/config/alpha/sjlj.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2016 Free Software Foundation, Inc. +/* Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). diff --git a/libitm/config/alpha/target.h b/libitm/config/alpha/target.h index cb741a976fa9..c6febfbfabe3 100644 --- a/libitm/config/alpha/target.h +++ b/libitm/config/alpha/target.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2016 Free Software Foundation, Inc. +/* Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). diff --git a/libitm/config/arm/hwcap.cc b/libitm/config/arm/hwcap.cc index e60f43a9c8d8..34951563b7e3 100644 --- a/libitm/config/arm/hwcap.cc +++ b/libitm/config/arm/hwcap.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2016 Free Software Foundation, Inc. +/* Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). diff --git a/libitm/config/arm/hwcap.h b/libitm/config/arm/hwcap.h index 336f98f7e9c3..e07599efa16b 100644 --- a/libitm/config/arm/hwcap.h +++ b/libitm/config/arm/hwcap.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2016 Free Software Foundation, Inc. +/* Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). diff --git a/libitm/config/arm/sjlj.S b/libitm/config/arm/sjlj.S index 4e38c08dcb8a..c399fe38bca1 100644 --- a/libitm/config/arm/sjlj.S +++ b/libitm/config/arm/sjlj.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2016 Free Software Foundation, Inc. +/* Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). diff --git a/libitm/config/arm/target.h b/libitm/config/arm/target.h index d1f3cfe7d94e..de6bc5a94173 100644 --- a/libitm/config/arm/target.h +++ b/libitm/config/arm/target.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2016 Free Software Foundation, Inc. +/* Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). diff --git a/libitm/config/generic/asmcfi.h b/libitm/config/generic/asmcfi.h index 29cf24a7def8..7870e6d4f22c 100644 --- a/libitm/config/generic/asmcfi.h +++ b/libitm/config/generic/asmcfi.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2016 Free Software Foundation, Inc. +/* Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). diff --git a/libitm/config/generic/tls.cc b/libitm/config/generic/tls.cc index cc391afac099..9185822ad9e3 100644 --- a/libitm/config/generic/tls.cc +++ b/libitm/config/generic/tls.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2010-2016 Free Software Foundation, Inc. +/* Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). diff --git a/libitm/config/generic/tls.h b/libitm/config/generic/tls.h index 4fb13175b267..58208b683838 100644 --- a/libitm/config/generic/tls.h +++ b/libitm/config/generic/tls.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). diff --git a/libitm/config/linux/alpha/futex_bits.h b/libitm/config/linux/alpha/futex_bits.h index 5a49b2efc4d9..89a89eafbdf4 100644 --- a/libitm/config/linux/alpha/futex_bits.h +++ b/libitm/config/linux/alpha/futex_bits.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). diff --git a/libitm/config/linux/futex.cc b/libitm/config/linux/futex.cc index 1e44682f2bf9..f83cb449bf17 100644 --- a/libitm/config/linux/futex.cc +++ b/libitm/config/linux/futex.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). diff --git a/libitm/config/linux/futex.h b/libitm/config/linux/futex.h index bf9c861fd3c2..6c5325521fab 100644 --- a/libitm/config/linux/futex.h +++ b/libitm/config/linux/futex.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). diff --git a/libitm/config/linux/futex_bits.h b/libitm/config/linux/futex_bits.h index 789a881449fb..062854ba0eef 100644 --- a/libitm/config/linux/futex_bits.h +++ b/libitm/config/linux/futex_bits.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2016 Free Software Foundation, Inc. +/* Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). diff --git a/libitm/config/linux/powerpc/futex_bits.h b/libitm/config/linux/powerpc/futex_bits.h index a2c6d3cecef5..c5a7eec1a23a 100644 --- a/libitm/config/linux/powerpc/futex_bits.h +++ b/libitm/config/linux/powerpc/futex_bits.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2016 Free Software Foundation, Inc. +/* Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). diff --git a/libitm/config/linux/rwlock.cc b/libitm/config/linux/rwlock.cc index b8d31ea7277e..076ab6ef9b58 100644 --- a/libitm/config/linux/rwlock.cc +++ b/libitm/config/linux/rwlock.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2016 Free Software Foundation, Inc. +/* Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Torvald Riegel . This file is part of the GNU Transactional Memory Library (libitm). diff --git a/libitm/config/linux/rwlock.h b/libitm/config/linux/rwlock.h index 4dd1dab80cb9..0a89d0755573 100644 --- a/libitm/config/linux/rwlock.h +++ b/libitm/config/linux/rwlock.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2016 Free Software Foundation, Inc. +/* Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Torvald Riegel . This file is part of the GNU Transactional Memory Library (libitm). diff --git a/libitm/config/linux/sh/futex_bits.h b/libitm/config/linux/sh/futex_bits.h index 0a593c2caad5..bd06e832a7c0 100644 --- a/libitm/config/linux/sh/futex_bits.h +++ b/libitm/config/linux/sh/futex_bits.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2016 Free Software Foundation, Inc. +/* Copyright (C) 2011-2017 Free Software Foundation, Inc. This file is part of the GNU Transactional Memory Library (libitm). diff --git a/libitm/config/linux/sparc/futex_bits.h b/libitm/config/linux/sparc/futex_bits.h index c17eb40229ac..6f180998a53a 100644 --- a/libitm/config/linux/sparc/futex_bits.h +++ b/libitm/config/linux/sparc/futex_bits.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2016 Free Software Foundation, Inc. +/* Copyright (C) 2012-2017 Free Software Foundation, Inc. This file is part of the GNU Transactional Memory Library (libitm). diff --git a/libitm/config/linux/x86/futex_bits.h b/libitm/config/linux/x86/futex_bits.h index 8f2bef13f2f9..4bb1a1c52f52 100644 --- a/libitm/config/linux/x86/futex_bits.h +++ b/libitm/config/linux/x86/futex_bits.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). diff --git a/libitm/config/linux/x86/tls.h b/libitm/config/linux/x86/tls.h index e99210af76a4..cc6d73a150b7 100644 --- a/libitm/config/linux/x86/tls.h +++ b/libitm/config/linux/x86/tls.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). diff --git a/libitm/config/posix/rwlock.cc b/libitm/config/posix/rwlock.cc index 86f710585258..4cf2820993de 100644 --- a/libitm/config/posix/rwlock.cc +++ b/libitm/config/posix/rwlock.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). diff --git a/libitm/config/posix/rwlock.h b/libitm/config/posix/rwlock.h index 1e74e64b87dc..4b1935e58530 100644 --- a/libitm/config/posix/rwlock.h +++ b/libitm/config/posix/rwlock.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2016 Free Software Foundation, Inc. +/* Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). diff --git a/libitm/config/powerpc/sjlj.S b/libitm/config/powerpc/sjlj.S index 11151382bd39..0743736130e2 100644 --- a/libitm/config/powerpc/sjlj.S +++ b/libitm/config/powerpc/sjlj.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2016 Free Software Foundation, Inc. +/* Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). diff --git a/libitm/config/powerpc/target.h b/libitm/config/powerpc/target.h index 80697c3da189..542aa3489cce 100644 --- a/libitm/config/powerpc/target.h +++ b/libitm/config/powerpc/target.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2016 Free Software Foundation, Inc. +/* Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). diff --git a/libitm/config/s390/sjlj.S b/libitm/config/s390/sjlj.S index 8de553eb6656..56f1940afddf 100644 --- a/libitm/config/s390/sjlj.S +++ b/libitm/config/s390/sjlj.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2016 Free Software Foundation, Inc. +/* Copyright (C) 2013-2017 Free Software Foundation, Inc. Contributed by Andreas Krebbel This file is part of the GNU Transactional Memory Library (libitm). diff --git a/libitm/config/s390/target.h b/libitm/config/s390/target.h index c9d52034d1aa..537418b27b98 100644 --- a/libitm/config/s390/target.h +++ b/libitm/config/s390/target.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2016 Free Software Foundation, Inc. +/* Copyright (C) 2013-2017 Free Software Foundation, Inc. Contributed by Andreas Krebbel . This file is part of the GNU Transactional Memory Library (libitm). diff --git a/libitm/config/sh/sjlj.S b/libitm/config/sh/sjlj.S index f360046c88fd..0159fed2b473 100644 --- a/libitm/config/sh/sjlj.S +++ b/libitm/config/sh/sjlj.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2016 Free Software Foundation, Inc. +/* Copyright (C) 2011-2017 Free Software Foundation, Inc. This file is part of the GNU Transactional Memory Library (libitm). diff --git a/libitm/config/sh/target.h b/libitm/config/sh/target.h index 48f536e0bcc1..753b02ecb655 100644 --- a/libitm/config/sh/target.h +++ b/libitm/config/sh/target.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2016 Free Software Foundation, Inc. +/* Copyright (C) 2011-2017 Free Software Foundation, Inc. This file is part of the GNU Transactional Memory Library (libitm). diff --git a/libitm/config/sparc/sjlj.S b/libitm/config/sparc/sjlj.S index bcb70c3bcdf2..c85d280b4aee 100644 --- a/libitm/config/sparc/sjlj.S +++ b/libitm/config/sparc/sjlj.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2016 Free Software Foundation, Inc. +/* Copyright (C) 2012-2017 Free Software Foundation, Inc. This file is part of the GNU Transactional Memory Library (libitm). diff --git a/libitm/config/sparc/target.h b/libitm/config/sparc/target.h index 9b1c9c553e73..e3f8f6f880f6 100644 --- a/libitm/config/sparc/target.h +++ b/libitm/config/sparc/target.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2016 Free Software Foundation, Inc. +/* Copyright (C) 2012-2017 Free Software Foundation, Inc. This file is part of the GNU Transactional Memory Library (libitm). diff --git a/libitm/config/x86/sjlj.S b/libitm/config/x86/sjlj.S index 3d2a922c82cd..21ca9d76772a 100644 --- a/libitm/config/x86/sjlj.S +++ b/libitm/config/x86/sjlj.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). diff --git a/libitm/config/x86/target.h b/libitm/config/x86/target.h index 230b19304040..8d0a0da58aa3 100644 --- a/libitm/config/x86/target.h +++ b/libitm/config/x86/target.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). diff --git a/libitm/config/x86/x86_avx.cc b/libitm/config/x86/x86_avx.cc index 2449b16d69a4..9d7e90882d7d 100644 --- a/libitm/config/x86/x86_avx.cc +++ b/libitm/config/x86/x86_avx.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2016 Free Software Foundation, Inc. +/* Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). diff --git a/libitm/config/x86/x86_sse.cc b/libitm/config/x86/x86_sse.cc index c3b7237f1809..356c6e353ad5 100644 --- a/libitm/config/x86/x86_sse.cc +++ b/libitm/config/x86/x86_sse.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2016 Free Software Foundation, Inc. +/* Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). diff --git a/libitm/configure.ac b/libitm/configure.ac index f345a0138fcc..215123421e74 100644 --- a/libitm/configure.ac +++ b/libitm/configure.ac @@ -1,5 +1,5 @@ # Process this file with autoreconf to produce a configure script. -# Copyright (C) 2011-2016 Free Software Foundation, Inc. +# Copyright (C) 2011-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/libitm/configure.tgt b/libitm/configure.tgt index e84382f59503..4ea71c8c365b 100644 --- a/libitm/configure.tgt +++ b/libitm/configure.tgt @@ -1,5 +1,5 @@ # -*- shell-script -*- -# Copyright (C) 2011-2016 Free Software Foundation, Inc. +# Copyright (C) 2011-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/libitm/containers.h b/libitm/containers.h index 95a053f45a5f..f76d60a0ae47 100644 --- a/libitm/containers.h +++ b/libitm/containers.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2016 Free Software Foundation, Inc. +/* Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Torvald Riegel . This file is part of the GNU Transactional Memory Library (libitm). diff --git a/libitm/dispatch.h b/libitm/dispatch.h index 4ec563158293..aaa1b5d83c13 100644 --- a/libitm/dispatch.h +++ b/libitm/dispatch.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2016 Free Software Foundation, Inc. +/* Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Torvald Riegel . This file is part of the GNU Transactional Memory Library (libitm). diff --git a/libitm/eh_cpp.cc b/libitm/eh_cpp.cc index a6c06b555db6..e2832611733d 100644 --- a/libitm/eh_cpp.cc +++ b/libitm/eh_cpp.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2016 Free Software Foundation, Inc. +/* Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). diff --git a/libitm/libitm.h b/libitm/libitm.h index d7bc166a93bd..4745f2aa1055 100644 --- a/libitm/libitm.h +++ b/libitm/libitm.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). diff --git a/libitm/libitm_i.h b/libitm/libitm_i.h index a8cff5757540..6ea17d27de04 100644 --- a/libitm/libitm_i.h +++ b/libitm/libitm_i.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). diff --git a/libitm/local.cc b/libitm/local.cc index 88ac06645f20..d87cd1505f7f 100644 --- a/libitm/local.cc +++ b/libitm/local.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). diff --git a/libitm/local_atomic b/libitm/local_atomic index 9636826b4708..c1faeb3ef2d4 100644 --- a/libitm/local_atomic +++ b/libitm/local_atomic @@ -1,6 +1,6 @@ // -*- C++ -*- header. -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/libitm/method-gl.cc b/libitm/method-gl.cc index b51c802f1917..75d00ad49105 100644 --- a/libitm/method-gl.cc +++ b/libitm/method-gl.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2016 Free Software Foundation, Inc. +/* Copyright (C) 2011-2017 Free Software Foundation, Inc. Contributed by Torvald Riegel . This file is part of the GNU Transactional Memory Library (libitm). diff --git a/libitm/method-ml.cc b/libitm/method-ml.cc index c1a6771d3f91..fcae334c385a 100644 --- a/libitm/method-ml.cc +++ b/libitm/method-ml.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2016 Free Software Foundation, Inc. +/* Copyright (C) 2012-2017 Free Software Foundation, Inc. Contributed by Torvald Riegel . This file is part of the GNU Transactional Memory Library (libitm). diff --git a/libitm/method-serial.cc b/libitm/method-serial.cc index a151b669618f..aa8d19721c75 100644 --- a/libitm/method-serial.cc +++ b/libitm/method-serial.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). diff --git a/libitm/query.cc b/libitm/query.cc index ddce8462f2d6..19b379888f05 100644 --- a/libitm/query.cc +++ b/libitm/query.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). diff --git a/libitm/retry.cc b/libitm/retry.cc index cd7de1eb1271..5cdc2c64edb8 100644 --- a/libitm/retry.cc +++ b/libitm/retry.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). diff --git a/libitm/testsuite/config/default.exp b/libitm/testsuite/config/default.exp index b6adbf7983cb..390ece799827 100644 --- a/libitm/testsuite/config/default.exp +++ b/libitm/testsuite/config/default.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2011-2016 Free Software Foundation, Inc. +# Copyright (C) 2011-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/libitm/testsuite/libitm.c++/c++.exp b/libitm/testsuite/libitm.c++/c++.exp index e7f970d67cdf..9aad524f8b77 100644 --- a/libitm/testsuite/libitm.c++/c++.exp +++ b/libitm/testsuite/libitm.c++/c++.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2011-2016 Free Software Foundation, Inc. +# Copyright (C) 2011-2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/libitm/useraction.cc b/libitm/useraction.cc index 9c27b2ad0e96..b20bbc12cb27 100644 --- a/libitm/useraction.cc +++ b/libitm/useraction.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2016 Free Software Foundation, Inc. +/* Copyright (C) 2008-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). diff --git a/libitm/util.cc b/libitm/util.cc index f89b2e5cccd2..4a7f5e3b66db 100644 --- a/libitm/util.cc +++ b/libitm/util.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2016 Free Software Foundation, Inc. +/* Copyright (C) 2009-2017 Free Software Foundation, Inc. Contributed by Richard Henderson . This file is part of the GNU Transactional Memory Library (libitm). diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog index 60dfc163b387..97b57379aa79 100644 --- a/libobjc/ChangeLog +++ b/libobjc/ChangeLog @@ -1,3 +1,7 @@ +2017-01-01 Jakub Jelinek + + Update copyright years. + 2016-12-01 Matthias Klose * configure.ac: Don't use pkg-config to check for bdw-gc. @@ -3437,7 +3441,7 @@ Mon Sep 21 23:27:10 1998 Ovidiu Predescu * New directory. Moved files from ../gcc/objc. -Copyright (C) 1998-2016 Free Software Foundation, Inc. +Copyright (C) 1998-2017 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/libobjc/Makefile.in b/libobjc/Makefile.in index 3329a5cb3fb0..33cad1a6fc07 100644 --- a/libobjc/Makefile.in +++ b/libobjc/Makefile.in @@ -1,5 +1,5 @@ # Makefile for GNU Objective C runtime library. -# Copyright (C) 1993-2016 Free Software Foundation, Inc. +# Copyright (C) 1993-2017 Free Software Foundation, Inc. #This file is part of GCC. diff --git a/libobjc/NXConstStr.m b/libobjc/NXConstStr.m index 7e51fe2a0014..169a294832a4 100644 --- a/libobjc/NXConstStr.m +++ b/libobjc/NXConstStr.m @@ -1,5 +1,5 @@ /* Implementation of the NXConstantString class for Objective-C. - Copyright (C) 1995-2016 Free Software Foundation, Inc. + Copyright (C) 1995-2017 Free Software Foundation, Inc. Contributed by Pieter J. Schoenmakers This file is part of GCC. diff --git a/libobjc/Object.m b/libobjc/Object.m index 8dfc50f9bcee..b281074c5390 100644 --- a/libobjc/Object.m +++ b/libobjc/Object.m @@ -1,5 +1,5 @@ /* The implementation of class Object for Objective-C. - Copyright (C) 1993-2016 Free Software Foundation, Inc. + Copyright (C) 1993-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libobjc/Protocol.m b/libobjc/Protocol.m index 36c81b888a44..ab55c1cfc56d 100644 --- a/libobjc/Protocol.m +++ b/libobjc/Protocol.m @@ -1,5 +1,5 @@ /* This file contains the implementation of class Protocol. - Copyright (C) 1993-2016 Free Software Foundation, Inc. + Copyright (C) 1993-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libobjc/accessors.m b/libobjc/accessors.m index 7ee3090bdb26..4fba2895cee1 100644 --- a/libobjc/accessors.m +++ b/libobjc/accessors.m @@ -1,5 +1,5 @@ /* GNU Objective C Runtime accessors functions - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Nicola Pero This file is part of GCC. diff --git a/libobjc/acinclude.m4 b/libobjc/acinclude.m4 index e52d20b6cfd7..c4abbf237d89 100644 --- a/libobjc/acinclude.m4 +++ b/libobjc/acinclude.m4 @@ -1,4 +1,4 @@ -dnl Copyright (C) 1994-2016 Free Software Foundation, Inc. +dnl Copyright (C) 1994-2017 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. diff --git a/libobjc/class.c b/libobjc/class.c index 986f77859efe..53fb5fe8efb5 100644 --- a/libobjc/class.c +++ b/libobjc/class.c @@ -1,5 +1,5 @@ /* GNU Objective C Runtime class related functions - Copyright (C) 1993-2016 Free Software Foundation, Inc. + Copyright (C) 1993-2017 Free Software Foundation, Inc. Contributed by Kresten Krab Thorup and Dennis Glatting. Lock-free class table code designed and written from scratch by diff --git a/libobjc/configure.ac b/libobjc/configure.ac index 3c13b337e175..5265d92d4343 100644 --- a/libobjc/configure.ac +++ b/libobjc/configure.ac @@ -1,5 +1,5 @@ # Process this file with autoconf to produce a configure script. -# Copyright (C) 1994-2016 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # Originally contributed by Dave Love (d.love@dl.ac.uk). # #This file is part of GCC. diff --git a/libobjc/encoding.c b/libobjc/encoding.c index e2fff3412bd9..3850477fdb67 100644 --- a/libobjc/encoding.c +++ b/libobjc/encoding.c @@ -1,5 +1,5 @@ /* Encoding of types for Objective C. - Copyright (C) 1993-2016 Free Software Foundation, Inc. + Copyright (C) 1993-2017 Free Software Foundation, Inc. Contributed by Kresten Krab Thorup Bitfield support by Ovidiu Predescu diff --git a/libobjc/error.c b/libobjc/error.c index 23c7f723cb5c..6bbb35266563 100644 --- a/libobjc/error.c +++ b/libobjc/error.c @@ -1,5 +1,5 @@ /* GNU Objective C Runtime Error Functions - Copyright (C) 1993-2016 Free Software Foundation, Inc. + Copyright (C) 1993-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libobjc/exception.c b/libobjc/exception.c index 5c7fffd8c57b..312cb8e64150 100644 --- a/libobjc/exception.c +++ b/libobjc/exception.c @@ -1,5 +1,5 @@ /* The implementation of exception handling primitives for Objective-C. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libobjc/gc.c b/libobjc/gc.c index d3ff1bc25179..e3e41d8524ca 100644 --- a/libobjc/gc.c +++ b/libobjc/gc.c @@ -1,5 +1,5 @@ /* Basic data types for Objective C. - Copyright (C) 1998-2016 Free Software Foundation, Inc. + Copyright (C) 1998-2017 Free Software Foundation, Inc. Contributed by Ovidiu Predescu. This file is part of GCC. diff --git a/libobjc/hash.c b/libobjc/hash.c index 1d49925c2266..6648199a53a3 100644 --- a/libobjc/hash.c +++ b/libobjc/hash.c @@ -1,5 +1,5 @@ /* Hash tables for Objective C internal structures - Copyright (C) 1993-2016 Free Software Foundation, Inc. + Copyright (C) 1993-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libobjc/init.c b/libobjc/init.c index 56e047c759da..a0555a86b242 100644 --- a/libobjc/init.c +++ b/libobjc/init.c @@ -1,5 +1,5 @@ /* GNU Objective C Runtime initialization - Copyright (C) 1993-2016 Free Software Foundation, Inc. + Copyright (C) 1993-2017 Free Software Foundation, Inc. Contributed by Kresten Krab Thorup +load support contributed by Ovidiu Predescu diff --git a/libobjc/ivars.c b/libobjc/ivars.c index 7721ef27ade3..6a41087ba5e0 100644 --- a/libobjc/ivars.c +++ b/libobjc/ivars.c @@ -1,5 +1,5 @@ /* GNU Objective C Runtime ivar related functions. - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Nicola Pero This file is part of GCC. diff --git a/libobjc/libobjc.def b/libobjc/libobjc.def index 4f072509d5a9..a5b070dff825 100644 --- a/libobjc/libobjc.def +++ b/libobjc/libobjc.def @@ -1,5 +1,5 @@ ; GNU Objective C Runtime DLL Export Definitions -; Copyright (C) 1997-2016 Free Software Foundation, Inc. +; Copyright (C) 1997-2017 Free Software Foundation, Inc. ; Contributed by Scott Christley ; ; This file is part of GCC. diff --git a/libobjc/linking.m b/libobjc/linking.m index 73dcfeedea06..970e1b054402 100644 --- a/libobjc/linking.m +++ b/libobjc/linking.m @@ -1,5 +1,5 @@ /* Force linking of classes required by Objective C runtime. - Copyright (C) 1997-2016 Free Software Foundation, Inc. + Copyright (C) 1997-2017 Free Software Foundation, Inc. Contributed by Ovidiu Predescu (ovidiu@net-community.com). This file is part of GCC. diff --git a/libobjc/memory.c b/libobjc/memory.c index a439e587ab29..9ad3378efe50 100644 --- a/libobjc/memory.c +++ b/libobjc/memory.c @@ -1,5 +1,5 @@ /* GNU Objective C Runtime Memory allocation functions - Copyright (C) 1993-2016 Free Software Foundation, Inc. + Copyright (C) 1993-2017 Free Software Foundation, Inc. Contributed by Kresten Krab Thorup This file is part of GCC. diff --git a/libobjc/methods.c b/libobjc/methods.c index f478d1cf6289..04b1ba2ea949 100644 --- a/libobjc/methods.c +++ b/libobjc/methods.c @@ -1,5 +1,5 @@ /* GNU Objective C Runtime method related functions. - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Nicola Pero This file is part of GCC. diff --git a/libobjc/nil_method.c b/libobjc/nil_method.c index 165a9d4c896d..f14ebba8e047 100644 --- a/libobjc/nil_method.c +++ b/libobjc/nil_method.c @@ -1,5 +1,5 @@ /* GNU Objective C Runtime nil receiver function - Copyright (C) 1993-2016 Free Software Foundation, Inc. + Copyright (C) 1993-2017 Free Software Foundation, Inc. Contributed by Kresten Krab Thorup This file is part of GCC. diff --git a/libobjc/objc-foreach.c b/libobjc/objc-foreach.c index e26f82deb68d..c9c0f0e5e294 100644 --- a/libobjc/objc-foreach.c +++ b/libobjc/objc-foreach.c @@ -1,5 +1,5 @@ /* GNU Objective C Runtime 'fast enumeration' implementation - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Nicola Pero This file is part of GCC. diff --git a/libobjc/objc-private/accessors.h b/libobjc/objc-private/accessors.h index 7f4362847bba..a81c71918d66 100644 --- a/libobjc/objc-private/accessors.h +++ b/libobjc/objc-private/accessors.h @@ -1,5 +1,5 @@ /* GNU Objective C Runtime accessors - Private Declarations - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Nicola Pero This file is part of GCC. diff --git a/libobjc/objc-private/common.h b/libobjc/objc-private/common.h index 658b0cb11a17..59834a56ced2 100644 --- a/libobjc/objc-private/common.h +++ b/libobjc/objc-private/common.h @@ -1,5 +1,5 @@ /* GNU Objective C Runtime Common Private Definitions - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Nicola Pero This file is part of GCC. diff --git a/libobjc/objc-private/error.h b/libobjc/objc-private/error.h index 7d76bd206376..7d137281fd62 100644 --- a/libobjc/objc-private/error.h +++ b/libobjc/objc-private/error.h @@ -1,5 +1,5 @@ /* GNU Objective C Runtime Common Private Definitions - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Nicola Pero This file is part of GCC. diff --git a/libobjc/objc-private/hash.h b/libobjc/objc-private/hash.h index 54202786c5fe..3e7fd674ab51 100644 --- a/libobjc/objc-private/hash.h +++ b/libobjc/objc-private/hash.h @@ -1,5 +1,5 @@ /* Hash tables for Objective C method dispatch. - Copyright (C) 1993-2016 Free Software Foundation, Inc. + Copyright (C) 1993-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libobjc/objc-private/module-abi-8.h b/libobjc/objc-private/module-abi-8.h index f4abee28fed7..77917277c78f 100644 --- a/libobjc/objc-private/module-abi-8.h +++ b/libobjc/objc-private/module-abi-8.h @@ -1,5 +1,5 @@ /* Definitions of Module Structures used by ABI version 8 - Copyright (C) 1993-2016 Free Software Foundation, Inc. + Copyright (C) 1993-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libobjc/objc-private/objc-list.h b/libobjc/objc-private/objc-list.h index e3ecffbd0bab..c96a58146b6e 100644 --- a/libobjc/objc-private/objc-list.h +++ b/libobjc/objc-private/objc-list.h @@ -1,5 +1,5 @@ /* Generic single linked list to keep various information - Copyright (C) 1993-2016 Free Software Foundation, Inc. + Copyright (C) 1993-2017 Free Software Foundation, Inc. Contributed by Kresten Krab Thorup. This file is part of GCC. diff --git a/libobjc/objc-private/objc-sync.h b/libobjc/objc-private/objc-sync.h index 681183a414ee..b67a2dc37f12 100644 --- a/libobjc/objc-private/objc-sync.h +++ b/libobjc/objc-private/objc-sync.h @@ -1,5 +1,5 @@ /* GNU Objective C Runtime @synchronized implementation - Private functions - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Nicola Pero This file is part of GCC. diff --git a/libobjc/objc-private/protocols.h b/libobjc/objc-private/protocols.h index a85f45d75910..0860091cf7fd 100644 --- a/libobjc/objc-private/protocols.h +++ b/libobjc/objc-private/protocols.h @@ -1,5 +1,5 @@ /* GNU Objective C Runtime protocols - Private functions - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Nicola Pero This file is part of GCC. diff --git a/libobjc/objc-private/runtime.h b/libobjc/objc-private/runtime.h index a2ffaad6bb9d..209aae7e4aae 100644 --- a/libobjc/objc-private/runtime.h +++ b/libobjc/objc-private/runtime.h @@ -1,5 +1,5 @@ /* GNU Objective C Runtime internal declarations - Copyright (C) 1993-2016 Free Software Foundation, Inc. + Copyright (C) 1993-2017 Free Software Foundation, Inc. Contributed by Kresten Krab Thorup This file is part of GCC. diff --git a/libobjc/objc-private/sarray.h b/libobjc/objc-private/sarray.h index 1c9a9b09de55..c90bb57dad52 100644 --- a/libobjc/objc-private/sarray.h +++ b/libobjc/objc-private/sarray.h @@ -1,5 +1,5 @@ /* Sparse Arrays for Objective C dispatch tables - Copyright (C) 1993-2016 Free Software Foundation, Inc. + Copyright (C) 1993-2017 Free Software Foundation, Inc. Contributed by Kresten Krab Thorup. This file is part of GCC. diff --git a/libobjc/objc-private/selector.h b/libobjc/objc-private/selector.h index 2d50a040b524..c14f80203deb 100644 --- a/libobjc/objc-private/selector.h +++ b/libobjc/objc-private/selector.h @@ -1,5 +1,5 @@ /* GNU Objective C Runtime selector implementation - Private functions - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Nicola Pero This file is part of GCC. diff --git a/libobjc/objc-sync.c b/libobjc/objc-sync.c index 5a4000bdc69d..c78b609c67c1 100644 --- a/libobjc/objc-sync.c +++ b/libobjc/objc-sync.c @@ -1,5 +1,5 @@ /* GNU Objective C Runtime @synchronized implementation - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Nicola Pero This file is part of GCC. diff --git a/libobjc/objc/NXConstStr.h b/libobjc/objc/NXConstStr.h index e760ad5a13b4..acc42d67f26d 100644 --- a/libobjc/objc/NXConstStr.h +++ b/libobjc/objc/NXConstStr.h @@ -1,5 +1,5 @@ /* Interface for the NXConstantString class for Objective-C. - Copyright (C) 1995-2016 Free Software Foundation, Inc. + Copyright (C) 1995-2017 Free Software Foundation, Inc. Contributed by Pieter J. Schoenmakers This file is part of GCC. diff --git a/libobjc/objc/Object.h b/libobjc/objc/Object.h index f69f8139e8c0..a6e85dd133d9 100644 --- a/libobjc/objc/Object.h +++ b/libobjc/objc/Object.h @@ -1,5 +1,5 @@ /* Interface for the Object class for Objective-C. - Copyright (C) 1993-2016 Free Software Foundation, Inc. + Copyright (C) 1993-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libobjc/objc/Protocol.h b/libobjc/objc/Protocol.h index d58febded567..50c383800d4d 100644 --- a/libobjc/objc/Protocol.h +++ b/libobjc/objc/Protocol.h @@ -1,5 +1,5 @@ /* Declare the class Protocol for Objective C programs. - Copyright (C) 1993-2016 Free Software Foundation, Inc. + Copyright (C) 1993-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libobjc/objc/message.h b/libobjc/objc/message.h index 1f94775d5fe4..6bb5aa7bf417 100644 --- a/libobjc/objc/message.h +++ b/libobjc/objc/message.h @@ -1,5 +1,5 @@ /* GNU Objective C Runtime messaging declarations - Copyright (C) 1993-2016 Free Software Foundation, Inc. + Copyright (C) 1993-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libobjc/objc/objc-decls.h b/libobjc/objc/objc-decls.h index 380d9da2a8c4..3dd1135adb46 100644 --- a/libobjc/objc/objc-decls.h +++ b/libobjc/objc/objc-decls.h @@ -1,5 +1,5 @@ /* GNU Objective-C Extern helpers for Win32. - Copyright (C) 2004-2016 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libobjc/objc/objc-exception.h b/libobjc/objc/objc-exception.h index 6a4ab68ccdd5..0bec44690243 100644 --- a/libobjc/objc/objc-exception.h +++ b/libobjc/objc/objc-exception.h @@ -1,5 +1,5 @@ /* GNU Objective C Runtime native exceptions - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Nicola Pero This file is part of GCC. diff --git a/libobjc/objc/objc-sync.h b/libobjc/objc/objc-sync.h index 5a8df65dbf6a..8157566d5677 100644 --- a/libobjc/objc/objc-sync.h +++ b/libobjc/objc/objc-sync.h @@ -1,5 +1,5 @@ /* GNU Objective C Runtime @synchronized implementation - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Nicola Pero This file is part of GCC. diff --git a/libobjc/objc/objc.h b/libobjc/objc/objc.h index 37391a446bb0..20fcdb4aa9e8 100644 --- a/libobjc/objc/objc.h +++ b/libobjc/objc/objc.h @@ -1,5 +1,5 @@ /* Basic data types for Objective C. - Copyright (C) 1993-2016 Free Software Foundation, Inc. + Copyright (C) 1993-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libobjc/objc/runtime.h b/libobjc/objc/runtime.h index d58bf73bdefb..303569acaf25 100644 --- a/libobjc/objc/runtime.h +++ b/libobjc/objc/runtime.h @@ -1,5 +1,5 @@ /* GNU Objective-C Runtime API - Modern API - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Nicola Pero This file is part of GCC. diff --git a/libobjc/objc/thr.h b/libobjc/objc/thr.h index 5dd4fdcccb0e..e4bd8f0ac6df 100644 --- a/libobjc/objc/thr.h +++ b/libobjc/objc/thr.h @@ -1,5 +1,5 @@ /* Thread and mutex controls for Objective C. - Copyright (C) 1996-2016 Free Software Foundation, Inc. + Copyright (C) 1996-2017 Free Software Foundation, Inc. Contributed by Galen C. Hunt (gchunt@cs.rochester.edu) This file is part of GCC. diff --git a/libobjc/objects.c b/libobjc/objects.c index 09aa049000ed..db30b38f3fab 100644 --- a/libobjc/objects.c +++ b/libobjc/objects.c @@ -1,5 +1,5 @@ /* GNU Objective C Runtime class related functions - Copyright (C) 1993-2016 Free Software Foundation, Inc. + Copyright (C) 1993-2017 Free Software Foundation, Inc. Contributed by Kresten Krab Thorup This file is part of GCC. diff --git a/libobjc/protocols.c b/libobjc/protocols.c index 7b6609c591e0..f6090fbda8a5 100644 --- a/libobjc/protocols.c +++ b/libobjc/protocols.c @@ -1,5 +1,5 @@ /* GNU Objective C Runtime protocol related functions. - Copyright (C) 2010-2016 Free Software Foundation, Inc. + Copyright (C) 2010-2017 Free Software Foundation, Inc. Contributed by Nicola Pero This file is part of GCC. diff --git a/libobjc/sarray.c b/libobjc/sarray.c index c5f352eca9c7..ccec8c47c412 100644 --- a/libobjc/sarray.c +++ b/libobjc/sarray.c @@ -1,5 +1,5 @@ /* Sparse Arrays for Objective C dispatch tables - Copyright (C) 1993-2016 Free Software Foundation, Inc. + Copyright (C) 1993-2017 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libobjc/selector.c b/libobjc/selector.c index cc1fa0f8c6aa..809e38e1be7f 100644 --- a/libobjc/selector.c +++ b/libobjc/selector.c @@ -1,5 +1,5 @@ /* GNU Objective C Runtime selector related functions - Copyright (C) 1993-2016 Free Software Foundation, Inc. + Copyright (C) 1993-2017 Free Software Foundation, Inc. Contributed by Kresten Krab Thorup This file is part of GCC. diff --git a/libobjc/sendmsg.c b/libobjc/sendmsg.c index 7f149e690c61..fa1deee54abb 100644 --- a/libobjc/sendmsg.c +++ b/libobjc/sendmsg.c @@ -1,5 +1,5 @@ /* GNU Objective C Runtime message lookup - Copyright (C) 1993-2016 Free Software Foundation, Inc. + Copyright (C) 1993-2017 Free Software Foundation, Inc. Contributed by Kresten Krab Thorup This file is part of GCC. diff --git a/libobjc/thr.c b/libobjc/thr.c index d9d19e59806f..cbd5b8dd3410 100644 --- a/libobjc/thr.c +++ b/libobjc/thr.c @@ -1,5 +1,5 @@ /* GNU Objective C Runtime Thread Interface - Copyright (C) 1996-2016 Free Software Foundation, Inc. + Copyright (C) 1996-2017 Free Software Foundation, Inc. Contributed by Galen C. Hunt (gchunt@cs.rochester.edu) This file is part of GCC. diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 34ca95a846ea..f86dd33c7877 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,9928 +1,8 @@ -2016-12-29 Ville Voutilainen - - Implement LWG 2842, in_place_t check for optional::optional(U&&) - should decay U. - * include/std/optional (_Optional_base(in_place_t, _Args&&...)): - Constrain. - (_Optional_base(in_place_t, initializer_list<_Up>, _Args&&...)): - Turn the int-pack constraint hack into a saner bool. - (_Optional_base<_Tp, false>::_Optional_base(in_place_t, _Args&&...)): - Constrain. - (_Optional_base<_Tp, false>::_Optional_base(in_place_t, - initializer_list<_Up>, _Args&&...)): - Turn the int-pack constraint hack into a saner bool. - (optional(_Up&&)): Constrain against in_place_t. - (optional(in_place_t, _Args&&...)): Constrain. - (constexpr optional(in_place_t, initializer_list<_Up>, _Args&&...)): - Turn the int-pack constraint hack into a saner bool. - * testsuite/20_util/optional/cons/value_neg.cc: Add a test for - a type that is constructible from in_place. - -2016-12-24 François Dumont - - * include/ext/random.tcc: Fix usage of _OutputIteratorConcept. - -2016-12-21 Jason Merrill - - * testsuite/util/testsuite_tr1.h (test_property): Don't define both - variadic and non-variadic overloads. - -2016-12-21 Jonathan Wakely - - PR libstdc++/71444 - * config/os/mingw32-w64/error_constants.h - (address_family_not_supported, address_in_use, address_not_available) - (already_connected, connection_aborted, connection_already_in_progress) - connection_refused, connection_reset, cross_device_link) - (destination_address_required, host_unreachable, message_size) - (network_down, network_reset, network_unreachable, no_buffer_space) - (no_protocol_option, not_a_socket, not_connected, operation_canceled) - (operation_in_progress, operation_not_supported, protocol_error) - (protocol_not_supported, too_many_links, too_many_symbolic_link_levels) - (value_too_large, wrong_protocol_type): Define. - (bad_message, identifier_removed, no_link, no_message_available) - (no_message, no_stream_resources, not_a_stream, owner_dead) - (state_not_recoverable, stream_timeout, text_file_busy): Define - conditionally. - * testsuite/19_diagnostics/headers/system_error/errc_std_c++0x.cc: - Guard test for no_message with _GLIBCXX_HAVE_ENOMSG. - -2016-12-19 Ville Voutilainen - - Make the perfect-forwarding constructor of a two-element tuple - sfinae away when the first argument is an allocator_arg. - * include/std/tuple (tuple(_U1&&, _U2&&)): Constrain. - * testsuite/20_util/tuple/cons/allocator_with_any.cc: New. - * testsuite/20_util/tuple/element_access/get_neg.cc: Adjust. - -2016-12-16 Jonathan Wakely - - * include/bits/stl_map.h (map::erase(iterator)): Add Doxygen markup - to reuse documentation for erase(const_iterator) overload. - * include/bits/stl_multimap.h (multimap::erase(iterator)): Likewise. - - * include/bits/stl_tree.h (_Rb_tree::_M_erase_aux(const_iterator)): - Add assertion for undefined argument. - (_Rb_tree::_M_erase_aux(const_iterator, const_iterator)): Call - _M_erase_aux directly instead of through erase. - (_Rb_tree::_M_erase_aux(const Key&)): Likewise. - * testsuite/23_containers/map/modifiers/erase/end_neg.cc: New test. - -2016-12-16 Ville Voutilainen - - Implement LWG 2769, Redundant const in the return type of - any_cast(const any&). - * include/std/any (_AnyCast): New. - (any_cast(const any&)): Use it and add an explicit cast for return. - (any_cast(any&)): Likewise. - (any_cast(any&&)): Likewise. - * testsuite/20_util/any/misc/any_cast.cc: Add a test for a type - that has an explicit copy constructor. - * testsuite/20_util/any/misc/any_cast_neg.cc: Adjust. - -2016-12-15 Jonathan Wakely - - PR libstdc++/59170 - * python/libstdcxx/v6/printers.py (StdListIteratorPrinter.to_string) - (StdSlistIteratorPrinter.to_string, StdVectorIteratorPrinter.to_string) - (StdRbtreeIteratorPrinter.to_string) - (StdDequeIteratorPrinter.to_string): Add check for value-initialized - iterators. - * testsuite/libstdc++-prettyprinters/simple.cc: Test them. - * testsuite/libstdc++-prettyprinters/simple11.cc: Likewise. - - PR libstdc++/59161 - * python/libstdcxx/v6/printers.py (StdListIteratorPrinter.to_string) - (StdSlistIteratorPrinter.to_string, StdVectorIteratorPrinter.to_string) - (StdRbtreeIteratorPrinter.to_string, StdDequeIteratorPrinter.to_string) - (StdDebugIteratorPrinter.to_string): Return string instead of - gdb.Value. - * testsuite/libstdc++-prettyprinters/59161.cc: New test. - - * python/libstdcxx/v6/printers.py (UniquePointerPrinter.to_string): - Remove redundant parentheses. - (RbtreeIterator, StdRbtreeIteratorPrinter): Add docstrings. - (StdForwardListPrinter.to_string): Remove redundant parentheses. - (StdExpOptionalPrinter.to_string): Use string formatting instead of - concatenation. - (StdVariantPrinter.to_string, StdNodeHandlePrinter.to_string) - (TemplateTypePrinter): Adjust whitespace. - - * python/libstdcxx/v6/xmethods.py (UniquePtrGetWorker.__init__): Use - correct element type for unique_ptr. - (UniquePtrGetWorker._supports, UniquePtrDerefWorker._supports): New - functions to disable unsupported operators for unique_ptr. - (UniquePtrSubscriptWorker): New worker for operator[]. - (UniquePtrMethodsMatcher.__init__): Register UniquePtrSubscriptWorker. - (UniquePtrMethodsMatcher.match): Call _supports on the chosen worker. - (SharedPtrGetWorker, SharedPtrDerefWorker, SharedPtrSubscriptWorker) - (SharedPtrUseCountWorker, SharedPtrUniqueWorker): New workers. - (SharedPtrMethodsMatcher): New matcher for shared_ptr. - (register_libstdcxx_xmethods): Register SharedPtrMethodsMatcher. - * testsuite/libstdc++-xmethods/unique_ptr.cc: Test arrays. - * testsuite/libstdc++-xmethods/shared_ptr.cc: New test. - -2016-12-14 François Dumont - - * include/bits/stl_tree.h - (_Rb_tree_impl(const _Key_compare&, const _Node_allocator&): Restore - before C++11 mode. - -2016-12-14 Jonathan Wakely - - * python/libstdcxx/v6/printers.py (num_elements): New function. - (StdMapPrinter.to_string, StdSetPrinter.to_string) - (StdDequePrinter.to_string, Tr1UnorderedSetPrinter.to_string) - (Tr1UnorderedMapPrinter.to_string): Use num_elements. - * testsuite/libstdc++-prettyprinters/cxx11.cc: Adjust expected results - to use singular noun when there is only one element. - * testsuite/libstdc++-prettyprinters/debug.cc: Likewise. - * testsuite/libstdc++-prettyprinters/debug_cxx11.cc: Likewise. - * testsuite/libstdc++-prettyprinters/simple.cc: Likewise. - * testsuite/libstdc++-prettyprinters/simple11.cc: Likewise. - * testsuite/libstdc++-prettyprinters/tr1.cc: Likewise. - - PR libstdc++/59170 - * python/libstdcxx/v6/printers.py (StdDebugIteratorPrinter): Use - _M_sequence and _M_version to detect invalid iterators. - * testsuite/libstdc++-prettyprinters/debug.cc: Test debug mode vector - and test invalid iterators. - * testsuite/libstdc++-prettyprinters/debug_cxx11.cc: New test. - -2016-12-12 Kyrylo Tkachov - - * testsuite/21_strings/basic_string/numeric_conversions/char/stod.cc: - XFAIL run if newlib_broken_long_double_io. - * testsuite/21_strings/basic_string/numeric_conversions/wchar_t/stod.cc: - Likewise. - * testsuite/21_strings/basic_string/numeric_conversions/wchar_t/stold.cc: - Likewise. - * testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc: - Likewise. - -2016-12-12 Jonathan Wakely - - * testsuite/experimental/filesystem/operations/is_empty.cc: - Remove stray character at end of dg-do directive. - - * testsuite/experimental/filesystem/operations/temp_directory_path.cc: - Remove stray character at end of dg-do directive. - -2016-12-09 Jonathan Wakely - - * include/std/variant: Remove misplaced - _GLIBCXX_BEGIN_NAMESPACE_VERSION macro. - -2016-12-08 David Edelsohn - - * testsuite/25_algorithms/headers/algorithm/ - parallel_algorithm_assert2.cc: Move dg-do run first. - -2016-12-08 Eric Botcazou - - PR libstdc++/78264 - * include/bits/c++config (_GLIBCXX_NOEXCEPT_PARM): Turn _N into _NE. - (_GLIBCXX_NOEXCEPT_QUAL): Likewise. - -2016-12-08 Jonathan Wakely - - * testsuite/experimental/filesystem/path/construct/range.cc: Don't - use basic_string::front() when string might be empty. - - * include/debug/array (swap): Add deleted overload. - * include/bits/stl_pair.h (swap): Remove redundant inline keyword - from deleted overload. - * include/bits/unique_ptr.h (swap): Likewise. - * include/std/array (swap): Likewise. - * include/std/optional (swap): Likewise. - * include/std/tuple (swap): Likewise. - * include/std/variant (swap): Likewise. - * testsuite/23_containers/array/tuple_interface/get_debug_neg.cc: - Adjust dg-error line numbers. - * testsuite/23_containers/array/tuple_interface/get_neg.cc: Likewise. - * testsuite/23_containers/array/tuple_interface/ - tuple_element_debug_neg.cc: Likewise. - * testsuite/23_containers/array/tuple_interface/tuple_element_neg.cc: - Likewise. - - PR libstdc++/71856 - * doc/xml/manual/using.xml: Document macro. - * include/bits/c++config [_GLIBCXX_DEBUG || _GLIBCXX_PARALLEL] - (__glibcxx_assert): Rename to __glibcxx_assert_impl. - [_GLIBCXX_DEBUG] (__glibcxx_assert): Expand to __glibcxx_assert_impl. - * include/parallel/base.h [_GLIBCXX_PARALLEL_ASSERTIONS] - (_GLIBCXX_PARALLEL_ASSERT): Expand to __glibcxx_assert_impl. - [!_GLIBCXX_PARALLEL_ASSERTIONS] (_GLIBCXX_PARALLEL_ASSERT): Define as - empty. - * testsuite/25_algorithms/headers/algorithm/ - parallel_algorithm_assert2.cc: New test. - -2016-12-08 Jakub Jelinek - - * testsuite/util/testsuite_new_operators.h: Include testsuite_hooks.h. - (operator new): Use THROW macro. - -2016-12-07 François Dumont - - * include/bits/stl_tree.h - (_Rb_tree<>::_M_copy(_Const_Link_type, _Base_ptr)): Delete. - (_Rb_tree<>::_M_copy(const _Rb_tree&, _NodeGen&)): New. - (_Rb_tree<>::_M_copy(const _Rb_tree&)): New, use latter. - (_Rb_tree<>(const _Rb_tree&): Use latter. - (_Rb_tree<>(const _Rb_tree&, const allocator_type&)): Likewise. - (_Rb_tree<>::_M_move_data(_Rb_tree&, false_type)): Likewise. - (_Rb_tree<>::_M_move_assign(_Rb_tree&, false_type)): Likewise. - (_Rb_tree<>::operator=(const _Rb_tree&)): Likewise. - - * include/bits/stl_map.h (map(const map&)): Make default. - (map(map&&)): Likewise. - (~map()): Likewise. - (operator=(const map&)): Likewise. - * include/bits/stl_multimap.h (multimap(const multimap&)): Make default. - (multimap(multimap&&)): Likewise. - (~multimap()): Likewise. - (operator=(const multimap&)): Likewise. - * include/bits/stl_set.h (set(const set&)): Make default. - (set(set&&)): Likewise. - (~set()): Likewise. - (operator=(const set&)): Likewise. - * include/bits/stl_multiset.h (multiset(const multiset&)): Make default. - (multiset(multiset&&)): Likewise. - (~multiset()): Likewise. - (operator=(const multiset&)): Likewise. - * include/bits/stl_tree.h (_Rb_tree_key_compare<>): New. - (_Rb_tree_header): New. - (_Rb_tree_impl): Inherit from latters. - (_Rb_tree_impl()): Make default. - (_Rb_tree_impl(const _Rb_tree_impl&)): New. - (_Rb_tree<>(const _Rb_tree&): Use latter. - (_Rb_tree_impl(_Rb_tree_impl&&)): New, default. - (_Rb_tree_impl(const _Key_compare&, const _Node_allocator&)): Delete. - (_Rb_tree_impl::_M_reset): Move... - (_Rb_tree_header::_M_reset): ...here. - (_Rb_tree_impl::_M_initialize): Delete. - (_Rb_tree(_Rb_tree&&)): Make default. - (_Rb_tree_header::_M_move_data(_Rb_tree_header&)): New. - (_Rb_tree<>::_M_move_data(_Rb_tree&, true_type)): Use latter. - (_Rb_tree<>(_Rb_tree&&)): Make default. - -2016-12-07 Jonathan Wakely - - * include/experimental/bits/fs_path.h (path::_S_convert): Replace - uses of C++14 std::remove_cv_t alias template. - - * testsuite/28_regex/traits/char/user_defined.cc: Replace uses of - C++14 std::exchange function. - - * testsuite/util/testsuite_hooks.h (THROW): Define. - * testsuite/util/replacement_memory_operators.h: Include - testsuite_hooks.h and use THROW macro. - * testsuite/util/testsuite_tr1.h: Likewise. - * testsuite/20_util/allocator/1.cc: Use THROW macro. - * testsuite/22_locale/locale/cons/12352.cc: Likewise. - * testsuite/23_containers/vector/zero_sized_allocations.cc: Likewise. - * testsuite/30_threads/lock_guard/cons/1.cc: Replace dynamic exception - specification with noexcept-specifier. - * testsuite/ext/pool_allocator/allocate_chunk.cc: Include - testsuite_hooks.h and use THROW macro. - * testsuite/ext/profile/replace_new.cc: Likewise. - - * include/ext/bitmap_allocator.h (bitmap_allocator::_S_refill_pool) - (bitmap_allocator::_M_allocate_single_object) - (bitmap_allocator::_M_get): Use _GLIBCXX_THROW macro. - - * testsuite/18_support/bad_exception/59392.cc: Disable for C++17. - - * testsuite/18_support/headers/new/synopsis.cc: Add C++14 and C++17 - declarations. - * testsuite/18_support/headers/new/synopsis_cxx98.cc: New test. - -2016-12-06 Felipe Magno de Almeida - - * src/c++11/cow-stdexcept.cc: Add special case for 16 bit pointers. - - * crossconfig.m4: Add avr target for cross-compilation. - * configure: Regenerate. - -2016-12-06 Jonathan Wakely - - * python/libstdcxx/v6/printers.py (StdVariantPrinter): Update for new - data member name. - * testsuite/libstdc++-prettyprinters/cxx17.cc: Remove redundant test. - - * include/bits/shared_ptr_base.h - (__shared_ptr_access::operator->()): Fix assertion. - -2016-12-06 Ville Voutilainen - - Constrain optional's __constexpr_addressof in its return type - and use a constexpr addressof for optional, if available. - * include/experimental/optional (__constexpr_addressof): - Constrain in the return type instead of in a template parameter. - (_Has_addressof_mem) - (_Has_addressof_free, _Has_addressof, __constexpr_addressof): - Guard with #ifndef __cpp_lib_addressof_constexpr. - (operator->()): Use std::__addressof if it's constexpr. - -2016-12-06 Tim Shen - - * include/std/variant (visit): Make visit constexpr. Also cleanup - __get_alternative and __storage, since we don't support reference/void - alternatives any more. - * testsuite/20_util/variant/compile.cc: Add tests. - -2016-12-06 Tim Shen - - * include/bits/enable_special_members.h: Make - _Enable_default_constructor constexpr. - * include/std/variant (variant::emplace, variant::swap, std::swap, - std::hash): Sfinae on emplace and std::swap; handle __poison_hash bases - of duplicated types. - -2016-12-06 Tim Shen - - * include/std/variant (std::get, operator==): Implement constexpr - comparison and get<>. - * testsuite/20_util/variant/compile.cc: Tests. - -2016-12-06 Tim Shen - - * include/std/variant (__erased_use_alloc_ctor, - _Variant_base::_Variant_base, variant::variant): Remove uses-allocator - related functions. - * testsuite/20_util/variant/compile.cc: Remove related tests. - * testsuite/20_util/variant/run.cc: Remove related tests. - -2016-12-06 Aditya Kumar - - * src/c++11/shared_ptr.cc (_Sp_locker::_Sp_locker(const void* p)): Add - noexcept on constructor. - (_Sp_locker::_Sp_locker(const void* p1, const void* p2)): Same. - -2016-12-06 Jonathan Wakely - - * include/bits/basic_string.h (basic_string::find, basic_string::rfind) - (basic_string::find_first_of, basic_string::find_last_of) - (basic_string::find_first_not_of, basic_string::find_last_not_of): - Make all overloads noexcept. - (basic_string::compare(const _CharT*)): Make noexcept. - -2016-12-03 John David Anglin - - * config/abi/post/hppa-linux-gnu/baseline_symbols.txt: Regenerate. - -2016-12-01 David Edelsohn - - * testsuite/26_numerics/headers/cmath/hypot.cc: XFAIL on AIX. - -2016-12-01 Ville Voutilainen - - Implement LWG 2766, - Swapping non-swappable types and LWG 2749, - swappable traits for variants. - * include/bits/move.h (swap(_Tp&, _Tp&)): Constrain - with __is_tuple_like. - * include/bits/stl_pair.h (swap(pair<_T1, _T2>&, pair<_T1, _T2>&)): - Add a deleted overload. - * include/bits/unique_ptr.h - (swap(unique_ptr<_Tp, _Dp>&, unique_ptr<_Tp, _Dp>&)): Likewise. - * include/std/array - (swap(array<_Tp, _Nm>&, array<_Tp, _Nm>&)): Likewise. - * include/std/optional - (swap(optional<_Tp>&, optional<_Tp>&)): Likewise. - * include/std/tuple (__is_tuple_like_impl, __is_tuple_like): - Move to type_traits. - (swap(tuple<_Elements...>&, tuple<_Elements...>&)): Add a deleted - overload. - * include/std/type_traits (__is_tuple_like_impl, __is_tuple_like): - New. - (swap(_Tp&, _Tp&)): Constrain with __is_tuple_like. - * include/std/utility (__is_tuple_like_impl): Move to type_traits. - * include/std/variant - (swap(variant<_Types...>&, variant<_Types...>&)): - Add a deleted overload. - * testsuite/20_util/optional/swap/2.cc: Add tests for disabled - swaps. - * testsuite/20_util/pair/swap_cxx17.cc: New. - * testsuite/20_util/tuple/swap_cxx17.cc: Likewise. - * testsuite/20_util/unique_ptr/specialized_algorithms/swap_cxx17.cc: - Likewise. - * testsuite/20_util/variant/compile.cc: Add tests for disabled - swaps. - * testsuite/23_containers/array/specialized_algorithms/swap_cxx17.cc: - New. - * testsuite/23_containers/array/tuple_interface/get_neg.cc: Adjust. - * testsuite/23_containers/array/tuple_interface/tuple_element_neg.cc: - Likewise. - -2016-12-01 Ville Voutilainen - - The convertible_to traits need to use a variadic catch-all for the - false-cases. - * include/std/istream (__is_convertible_to_basic_istream): - Change the parameter of the false-case of __check to a variadic. - * include/std/ostream (__is_convertible_to_basic_ostream): - Likewise. - -2016-12-01 Bernd Edlinger - - * crossconfig.m4 (*-linux*): Add link-check for memalign. - * configure: Regenerated. - -2016-12-01 Tim Shen - - PR libstdc++/71500 - * include/bits/regex.h (basic_regex::basic_regex): Use ECMAScript - when the syntax is not specified. - * include/bits/regex_compiler.h (_RegexTranslator, - _RegexTranslatorBase): Partially support icase in ranges. - * include/bits/regex_compiler.tcc (_BracketMatcher::_M_apply): - Refactor _M_apply to make the control flow easier to follow, and - call _M_translator._M_match_range as added previously. - * testsuite/28_regex/traits/char/icase.cc: Add new tests. - * testsuite/28_regex/traits/char/user_defined.cc: Add new tests. - -2016-11-30 Ville Voutilainen - - Fix testsuite failures caused by the patch implementing LWG 2534. - * include/std/istream (__is_convertible_to_basic_istream): - Change the return types of __check, introduce istream_type. - (operator>>(_Istream&&, _Tp&&)): - Use __is_convertible_to_basic_istream::istream_type as the return type. - * include/std/ostream (__is_convertible_to_basic_ostream): - Change the return types of __check, introduce ostream_type. - (operator>>(_Ostream&&, _Tp&&)): - Use __is_convertible_to_basic_ostream::ostream_type as the return type. - -2016-11-30 Tim Shen - - * include/bits/shared_ptr_base.h - (__shared_ptr_access::operator*()): Fix assertion. - -2016-11-30 David Edelsohn - - * testsuite/18_support/50594.cc: XFAIL on AIX. - * testsuite/ext/mt_allocator/check_new.cc: Same. - * testsuite/ext/pool_allocator/check_new.cc: Same. - * testsuite/27_io/ios_base/storage/11584.cc: Same. - -2016-11-30 Ville Voutilainen - - Implement LWG 2534, Constrain rvalue stream operators. - * include/std/istream (__is_convertible_to_basic_istream): New. - (__is_extractable): Likewise. - (operator>>(basic_istream<_CharT, _Traits>&&, _Tp&&)): - Turn the stream parameter into a template parameter - and constrain. - * include/std/ostream (__is_convertible_to_basic_ostream): New. - (__is_insertable): Likewise. - (operator<<(basic_ostream<_CharT, _Traits>&&, const _Tp&)): - Turn the stream parameter into a template parameter - and constrain. - * testsuite/27_io/basic_istream/extractors_other/char/4.cc: New. - * testsuite/27_io/basic_istream/extractors_other/wchar_t/4.cc: - Likewise. - * testsuite/27_io/basic_ostream/inserters_other/char/6.cc: Likewise. - * testsuite/27_io/basic_ostream/inserters_other/wchar_t/6.cc: Likewise. - -2016-11-30 Christophe Lyon - - * testsuite/experimental/type_erased_allocator/2.cc: Add - dg-require-thread-fence. - -2016-11-29 David Edelsohn - - PR libstdc++/68838 - * testsuite/lib/libstdc++.exp (DEFAULT_CXXFLAGS): Add -Wl,-bmaxdata on - AIX. - * testsuite/23_containers/vector/profile/vector.cc: Remove - dg-additional-options. - -2016-11-26 Tim Shen - - PR libstdc++/78441 - * include/std/variant: Propagate cv qualifications to types returned - by variant_alternative. - * testsuite/20_util/variant/compile.cc: Tests. - -2016-11-23 Felix Morgner - Jonathan Wakely - - PR libstdc++/78490 - * include/experimental/propagate_const (propagate_const::operator=): - Add missing return statements. - * testsuite/experimental/propagate_const/assignment/move_neg.cc: - Adjust dg-error line numbers. - * testsuite/experimental/propagate_const/requirements2.cc: Likewise. - -2016-11-22 Uros Bizjak - - * testsuite/Makefile.am - (check-DEJAGNU $(check_DEJAGNU_normal_targets)): Fix detection - of -j argument. - * testsuite/Makefile.in: Regenereate. - -2016-11-22 Jonathan Wakely - - PR libstdc++/78465 - * testsuite/29_atomics/headers/atomic/macros.cc: Replace runtime tests - with preprocessor conditions. - -2016-11-21 Rainer Orth - - * acinclude.m4 (GLIBCXX_CHECK_MATH11_PROTO): Update comments. - (__CORRECT_ISO_CPP11_MATH_H_PROTO): Rename to ... - (__CORRECT_ISO_CPP11_MATH_H_PROTO_FP): ... this. - Add test for C++11 integral overloads. - * configure: Regenerate. - * config.h.in: Regenerate. - - * include/c_global/cmath [__cplusplus >= 201103L]: Reflect - __CORRECT_ISO_CPP11_MATH_H_PROTO to - __CORRECT_ISO_CPP11_MATH_H_PROTO_FP rename. - * include/c_global/cmath [_GLIBCXX_USE_C99_MATH && - !_GLIBCXX_USE_C99_FP_MACROS_DYNAMIC && __cplusplus >= 201103L] - (std::fpclassify): Wrap in !__CORRECT_ISO_CPP11_MATH_H_PROTO_INT. - (std::isfinite): Likewise. - (std::isinf): Likewise. - (std::isnan): Likewise. - (std::isnormal): Likewise. - (std::signbit): Likewise. - (std::isgreater): Likewise. - (std::isgreaterequal): Likewise. - (std::isless): Likewise. - (std::islessequal): Likewise. - (std::islessgreater): Likewise. - (std::isunordered): Likewise. - [__cplusplus >= 201103L && _GLIBCXX_USE_C99_MATH_TR1] - (std::acosh): Likewise. - (std::asinh): Likewise. - (std::atanh): Likewise. - (std::cbrt): Likewise. - (std::copysign): Likewise. - (std::erf): Likewise. - (std::erfc): Likewise. - (std::exp2): Likewise. - (std::expm1): Likewise. - (std::fdim): Likewise. - (std::fma): Likewise. - (std::fmax): Likewise. - (std::fmin): Likewise. - (std::hypot): Likewise. - (std::ilogb): Likewise. - (std::lgamma): Likewise. - (std::llrint): Likewise. - (std::llround): Likewise. - (std::log1p): Likewise. - (std::log2): Likewise. - (std::logb): Likewise. - (std::lrint): Likewise. - (std::lround): Likewise. - (std::nearbyint): Likewise. - (std::nextafter): Likewise. - (std::nexttoward): Likewise. - (std::remainder): Likewise. - (std::remquo): Likewise. - (std::rint): Likewise. - (std::round): Likewise. - (std::scalbln): Likewise. - (std::scalbn): Likewise. - (std::tgamma): Likewise. - (std::trunc): Likewise. - * include/tr1/cmath [_GLIBCXX_USE_C99_MATH_TR1 && __cplusplus >= - 201103L]: Reflect __CORRECT_ISO_CPP11_MATH_H_PROTO to - __CORRECT_ISO_CPP11_MATH_H_PROTO_FP rename. - -2016-11-15 Jonathan Wakely - - PR libstdc++/59406 - * include/bits/functional_hash.h: Add comment noting difference from - FNV-1a. - * include/tr1/functional_hash.h: Likewise. - * libsupc++/hash_bytes.cc: Likewise. - - * include/bits/basic_string.h: Reuse _If_sv alias template for new - constructor. - - * doc/xml/manual/intro.xml: Document LWG 2770 status. Remove entries - for 2742 and 2748. - * doc/html/*: Regenerate. - * include/std/utility (__tuple_size_cv_impl): New helper to safely - detect tuple_size::value, as per LWG 2770. - (tuple_size): Adjust partial specializations to derive from - __tuple_size_cv_impl. - * testsuite/20_util/tuple/cv_tuple_size.cc: Test SFINAE-friendliness. - - * testsuite/libstdc++-prettyprinters/cxx17.cc: Adjust test for - variant. - -2016-11-15 Tim Shen - - * include/std/variant: Remove variant, variant, variant<> - support to rebase on the post-Issaquah design. - * testsuite/20_util/variant/compile.cc: Likewise. - -2016-11-15 Matthias Klose - - * configure: Regenerate. - -2016-11-15 Jonathan Wakely - - * testsuite/19_diagnostics/error_code/is_error_code_v.cc: Fix license - text. - * testsuite/20_util/any/assign/emplace.cc: Likewise. - * testsuite/20_util/any/cons/in_place.cc: Likewise. - * testsuite/20_util/any/make_any.cc: Likewise. - * testsuite/20_util/any/requirements.cc: Likewise. - * testsuite/20_util/any/typedefs.cc: Likewise. - * testsuite/20_util/bind/is_placeholder_v.cc: Likewise. - * testsuite/20_util/duration/requirements/treat_as_floating_point_v.cc: - Likewise. - * testsuite/20_util/in_place/requirements.cc: Likewise. - * testsuite/20_util/optional/77288.cc: Likewise. - * testsuite/20_util/optional/assignment/1.cc: Likewise. - * testsuite/20_util/optional/assignment/2.cc: Likewise. - * testsuite/20_util/optional/assignment/3.cc: Likewise. - * testsuite/20_util/optional/assignment/4.cc: Likewise. - * testsuite/20_util/optional/assignment/5.cc: Likewise. - * testsuite/20_util/optional/assignment/6.cc: Likewise. - * testsuite/20_util/optional/assignment/7.cc: Likewise. - * testsuite/20_util/optional/cons/77727.cc: Likewise. - * testsuite/20_util/optional/cons/move.cc: Likewise. - * testsuite/20_util/optional/cons/value.cc: Likewise. - * testsuite/20_util/optional/cons/value_neg.cc: Likewise. - * testsuite/20_util/optional/constexpr/cons/value.cc: Likewise. - * testsuite/20_util/optional/constexpr/make_optional.cc: Likewise. - * testsuite/20_util/optional/constexpr/observers/1.cc: Likewise. - * testsuite/20_util/optional/constexpr/observers/2.cc: Likewise. - * testsuite/20_util/optional/constexpr/observers/3.cc: Likewise. - * testsuite/20_util/optional/constexpr/observers/4.cc: Likewise. - * testsuite/20_util/optional/constexpr/observers/5.cc: Likewise. - * testsuite/20_util/optional/constexpr/relops/1.cc: Likewise. - * testsuite/20_util/optional/constexpr/relops/2.cc: Likewise. - * testsuite/20_util/optional/constexpr/relops/3.cc: Likewise. - * testsuite/20_util/optional/constexpr/relops/4.cc: Likewise. - * testsuite/20_util/optional/constexpr/relops/5.cc: Likewise. - * testsuite/20_util/optional/constexpr/relops/6.cc: Likewise. - * testsuite/20_util/optional/hash.cc: Likewise. - * testsuite/20_util/optional/make_optional.cc: Likewise. - * testsuite/20_util/optional/observers/1.cc: Likewise. - * testsuite/20_util/optional/observers/2.cc: Likewise. - * testsuite/20_util/optional/observers/3.cc: Likewise. - * testsuite/20_util/optional/observers/4.cc: Likewise. - * testsuite/20_util/optional/observers/5.cc: Likewise. - * testsuite/20_util/optional/observers/6.cc: Likewise. - * testsuite/20_util/optional/relops/1.cc: Likewise. - * testsuite/20_util/optional/relops/2.cc: Likewise. - * testsuite/20_util/optional/relops/3.cc: Likewise. - * testsuite/20_util/optional/relops/4.cc: Likewise. - * testsuite/20_util/optional/relops/5.cc: Likewise. - * testsuite/20_util/optional/relops/6.cc: Likewise. - * testsuite/20_util/optional/requirements.cc: Likewise. - * testsuite/20_util/optional/swap/1.cc: Likewise. - * testsuite/20_util/optional/typedefs.cc: Likewise. - * testsuite/20_util/ratio/requirements/ratio_equal_v.cc: Likewise. - * testsuite/20_util/tuple/tuple_size_v.cc: Likewise. - * testsuite/20_util/uses_allocator/requirements/uses_allocator_v.cc: - Likewise. - * testsuite/20_util/variable_templates_for_traits.cc: Likewise. - * testsuite/20_util/variant/hash.cc: Likewise. - * testsuite/21_strings/basic_string_view/typedefs.cc: Likewise. - * testsuite/experimental/any/typedefs.cc: Likewise. - * testsuite/experimental/array/make_array.cc: Likewise. - * testsuite/experimental/array/neg.cc: Likewise. - * testsuite/experimental/chrono/value.cc: Likewise. - * testsuite/experimental/deque/erasure.cc: Likewise. - * testsuite/experimental/forward_list/erasure.cc: Likewise. - * testsuite/experimental/list/erasure.cc: Likewise. - * testsuite/experimental/map/erasure.cc: Likewise. - * testsuite/experimental/memory/observer_ptr/assignment/assign.cc: - Likewise. - * testsuite/experimental/memory/observer_ptr/cons/cons.cc: Likewise. - * testsuite/experimental/memory/observer_ptr/hash/hash.cc: Likewise. - * testsuite/experimental/memory/observer_ptr/make_observer.cc: - Likewise. - * testsuite/experimental/memory/observer_ptr/relops/relops.cc: - Likewise. - * testsuite/experimental/memory/observer_ptr/requirements.cc: Likewise. - * testsuite/experimental/memory/observer_ptr/swap/swap.cc: Likewise. - * testsuite/experimental/memory/observer_ptr/typedefs.cc: Likewise. - * testsuite/experimental/optional/77288.cc: Likewise. - * testsuite/experimental/optional/assignment/1.cc: Likewise. - * testsuite/experimental/optional/assignment/2.cc: Likewise. - * testsuite/experimental/optional/assignment/3.cc: Likewise. - * testsuite/experimental/optional/assignment/4.cc: Likewise. - * testsuite/experimental/optional/assignment/5.cc: Likewise. - * testsuite/experimental/optional/assignment/6.cc: Likewise. - * testsuite/experimental/optional/cons/77727.cc: Likewise. - * testsuite/experimental/optional/cons/move.cc: Likewise. - * testsuite/experimental/optional/cons/value.cc: Likewise. - * testsuite/experimental/optional/cons/value_neg.cc: Likewise. - * testsuite/experimental/optional/constexpr/cons/value.cc: Likewise. - * testsuite/experimental/optional/constexpr/make_optional.cc: Likewise. - * testsuite/experimental/optional/constexpr/observers/1.cc: Likewise. - * testsuite/experimental/optional/constexpr/observers/2.cc: Likewise. - * testsuite/experimental/optional/constexpr/observers/3.cc: Likewise. - * testsuite/experimental/optional/constexpr/observers/4.cc: Likewise. - * testsuite/experimental/optional/constexpr/observers/5.cc: Likewise. - * testsuite/experimental/optional/constexpr/relops/1.cc: Likewise. - * testsuite/experimental/optional/constexpr/relops/2.cc: Likewise. - * testsuite/experimental/optional/constexpr/relops/3.cc: Likewise. - * testsuite/experimental/optional/constexpr/relops/4.cc: Likewise. - * testsuite/experimental/optional/constexpr/relops/5.cc: Likewise. - * testsuite/experimental/optional/constexpr/relops/6.cc: Likewise. - * testsuite/experimental/optional/make_optional.cc: Likewise. - * testsuite/experimental/optional/observers/1.cc: Likewise. - * testsuite/experimental/optional/observers/2.cc: Likewise. - * testsuite/experimental/optional/observers/3.cc: Likewise. - * testsuite/experimental/optional/observers/4.cc: Likewise. - * testsuite/experimental/optional/observers/5.cc: Likewise. - * testsuite/experimental/optional/relops/1.cc: Likewise. - * testsuite/experimental/optional/relops/2.cc: Likewise. - * testsuite/experimental/optional/relops/3.cc: Likewise. - * testsuite/experimental/optional/relops/4.cc: Likewise. - * testsuite/experimental/optional/relops/5.cc: Likewise. - * testsuite/experimental/optional/relops/6.cc: Likewise. - * testsuite/experimental/optional/requirements.cc: Likewise. - * testsuite/experimental/optional/swap/1.cc: Likewise. - * testsuite/experimental/optional/typedefs.cc: Likewise. - * testsuite/experimental/propagate_const/assignment/move.cc: Likewise. - * testsuite/experimental/propagate_const/assignment/move_neg.cc: - Likewise. - * testsuite/experimental/propagate_const/cons/move.cc: Likewise. - * testsuite/experimental/propagate_const/cons/move_neg.cc: Likewise. - * testsuite/experimental/propagate_const/hash/1.cc: Likewise. - * testsuite/experimental/propagate_const/observers/1.cc: Likewise. - * testsuite/experimental/propagate_const/relops/1.cc: Likewise. - * testsuite/experimental/propagate_const/requirements1.cc: Likewise. - * testsuite/experimental/propagate_const/requirements2.cc: Likewise. - * testsuite/experimental/propagate_const/requirements3.cc: Likewise. - * testsuite/experimental/propagate_const/requirements4.cc: Likewise. - * testsuite/experimental/propagate_const/requirements5.cc: Likewise. - * testsuite/experimental/propagate_const/swap/1.cc: Likewise. - * testsuite/experimental/propagate_const/typedefs.cc: Likewise. - * testsuite/experimental/random/randint.cc: Likewise. - * testsuite/experimental/ratio/value.cc: Likewise. - * testsuite/experimental/set/erasure.cc: Likewise. - * testsuite/experimental/string/erasure.cc: Likewise. - * testsuite/experimental/string_view/typedefs.cc: Likewise. - * testsuite/experimental/system_error/value.cc: Likewise. - * testsuite/experimental/tuple/tuple_size.cc: Likewise. - * testsuite/experimental/type_traits/value.cc: Likewise. - * testsuite/experimental/unordered_map/erasure.cc: Likewise. - * testsuite/experimental/unordered_set/erasure.cc: Likewise. - * testsuite/experimental/vector/erasure.cc: Likewise. - - * doc/xml/manual/intro.xml: Document LWG 2742 status. - * doc/html/*: Regenerate. - * include/bits/basic_string.h - (basic_string(const T&, size_type, size_type, const Allocator&)): Add - constructor for substring of basic_string_view, as per LWG 2742 but - with additional constraint to fix ambiguity. - * testsuite/21_strings/basic_string/cons/char/9.cc: New test. - * testsuite/21_strings/basic_string/cons/wchar_t/9.cc: New test. - - * doc/xml/manual/intro.xml: Document LWG 2748 status. - * include/std/optional (optional::swap): Use is_nothrow_swappable_v - for exception specification. - (swap(optional&, optional&)): Disable when T is not swappable. - * testsuite/20_util/optional/swap/2.cc: New test. - -2016-11-14 Ville Voutilainen - - Implement P0513R0, Poisoning the Hash. - * include/bits/functional_hash.h (__poison_hash): New. - * include/bits/unique_ptr.h - (hash>): Derive from __poison_hash. - * include/std/optional (hash>): Likewise. - * include/std/variant (hash>): Likewise. - * testsuite/20_util/default_delete/48631_neg.cc: Adjust. - * testsuite/20_util/default_delete/void_neg.cc: Likewise. - * testsuite/20_util/optional/hash.cc: New. - * testsuite/20_util/unique_ptr/assign/48635_neg.cc: Adjust. - * testsuite/20_util/unique_ptr/cons/cv_qual_neg.cc: Adjust. - * testsuite/20_util/unique_ptr/hash/1.cc: Add tests for - poisoned fancy pointer hashes. - * testsuite/20_util/variant/hash.cc: New. - -2016-11-14 Ville Voutilainen - - Implement P0504R0 (Revisiting in-place tag types for - any/optional/variant). - * include/std/any (any(_ValueType&& __value)): Constrain - the __is_in_place_type with the decayed type. - (make_any): Adjust to use the new tag type. - * include/std/utility (in_place_tag): Remove. - (in_place_t): Turn into a non-reference tag type. - (__in_place, __in_place_type, __in_place_index): Remove. - (in_place): Turn into an inline variable of non-reference - tag type. - (in_place<_Tp>): Remove. - (in_place_index<_Idx>): Remove. - (in_place_type_t): New. - (in_place_type): Turn into a variable template of non-reference - type. - (in_place_index_t): New. - (in_place_index): Turn into a variable template of non-reference - type. - * include/std/variant - (_Variant_storage(in_place_index_t<_Np>, _Args&&...)): Adjust to - use the new tag type. - (_Union(in_place_index_t<0>, _Args&&...)): Likewise. - (_Union(in_place_index_t<_Np>, _Args&&...)): Likewise. - (_Variant_base()): Likewise. - (variant(_Tp&&)): Likewise. - (variant(in_place_type_t<_Tp>, _Args&&...)): Likewise. - (variant(in_place_type_t<_Tp>, initializer_list<_Up>, - _Args&&...)): Likewise. - (variant(in_place_index_t<_Np>, _Args&&...)): Likewise. - (variant(in_place_index_t<_Np>, initializer_list<_Up>, - _Args&&...)): Likewise - (variant(allocator_arg_t, const _Alloc&)): Likewise. - (variant(allocator_arg_t, const _Alloc&, _Tp&&)): Likewise. - (variant(allocator_arg_t, const _Alloc&, in_place_type_t<_Tp>, - _Args&&...)): Likewise. - (variant(allocator_arg_t, const _Alloc&, in_place_type_t<_Tp>, - initializer_list<_Up>, _Args&&...)): Likewise. - (variant(allocator_arg_t, const _Alloc&, in_place_index_t<_Np>, - _Args&&...)): Likewise. - (variant(allocator_arg_t, const _Alloc&, in_place_index_t<_Np>, - initializer_list<_Up>, _Args&&...)): Likewise. - (emplace(_Args&&...)): Likewise. - (emplace(initializer_list<_Up>, _Args&&...)): Likewise. - * testsuite/20_util/any/cons/explicit.cc: Likewise. - * testsuite/20_util/any/cons/in_place.cc: Likewise. - * testsuite/20_util/any/requirements.cc: Add tests to - check that any is not constructible from the new in_place_type_t - of any value category. - * testsuite/20_util/in_place/requirements.cc: Adjust to - use the new tag type. - * testsuite/20_util/variant/compile.cc: Likewise. - * testsuite/20_util/variant/run.cc: Likewise. - -2016-11-14 Ville Voutilainen - - Use constexpr addressof in optional, SFINAE housekeeping - for any, optional and tuple. - * include/std/any (__do_emplace(_Args&&...)): New. - (__do_emplace(initializer_list<_Up>, _Args&&...)): Likewise. - (__any_constructible): Likewise. - (__any_constructible_t): Use __any_constructible. - (operator=(_ValueType&&)): SFINAE in the return type. - (emplace(_Args&&...)): Likewise. - (emplace(initializer_list<_Up>, _Args&&...)): Likewise. - * include/std/optional (_Has_addressof_mem): Remove. - (_Has_addressof_free): Likewise. - (_Has_addressof): Likewise. - (__constexpr_addressof(_Tp&)): Likewise. - (operator->): Use std::__addressof. - * include/std/tuple (operator=(const tuple<_UElements...>&)): - SFINAE in return type. - (operator=(tuple<_UElements...>&&)): Likewise. - * testsuite/20_util/any/misc/any_cast_neg.cc: Adjust. - -2016-11-14 Jonathan Wakely - - * include/bits/move.h (addressof(const _Tp&&)): Add deleted overload, - as per LWG 2598. - - * include/std/future (future::share(), future::share()) - (future::share()): Add noexcept, as per LWG 2556. - -2016-11-13 Jonathan Wakely - - PR libstdc++/78326 - * include/experimental/memory_resource (memory_resource::_S_max_align): - Change access to protected. - - * doc/xml/manual/status_cxx2017.xml: Update status. - * doc/html/manual/status.html: Regenerate. - * include/bits/shared_ptr.h (shared_ptr(unique_ptr<_Yp, _Del>)): Add - extension constructor to maintain C++14 behaviour. - * include/bits/shared_ptr_base.h (__sp_array_delete): Add new struct. - (__shared_count(_Ptr, false_type), __shared_count(_Ptr, true_type)): - New constructors. - (__sp_compatible_with, __sp_is_constructible): Add specializations - for array support. - (__sp_is_constructible_arr, __sp_is_constructible_arrN): New helpers. - (__shared_ptr_access): New base class for observer member functions. - (__shared_ptr::element_type): Use remove_extent. - (__shared_ptr::_UniqCompatible): Add __sp_compatible_with check. - (__shared_ptr(_Yp*)): Use tag dispatching to call new __shared_count - constructor. - (__shared_ptr(unique_ptr<_Yp, _Del>)): Add extension constructor. - (__shared_ptr::operator*, __shared_ptr::operator->): Remove and - inherit from __shared_ptr_access base class. - (__shared_ptr::__has_esft_base): Return false for array types. - (__weak_ptr::element_type): Use remove_extent. - * include/experimental/bits/shared_ptr.h (__libfund_v1): Remove. - (__shared_ptr<__libfund_v1<_Tp>>): Remove specializations. - (__wak_ptr<__libfund_v1<_Tp>>): Likewise. - (experimental::__sp_compatible_v): Redefine using - __sp_compatible_with. - (experimental::__sp_is_constructible_v): Redefine using - __sp_is_constructible. - (get_deleter, operator<<): Change argument from __shared_ptr to - shared_ptr. - * testsuite/20_util/shared_ptr/cons/array.cc: New test. - * testsuite/20_util/shared_ptr/cons/unique_ptr_array.cc: Adjust for - new behaviour. - * testsuite/20_util/shared_ptr/observers/array.cc: Test observers for - arrays. - * testsuite/20_util/shared_ptr/observers/array_neg.cc: New test. - -2016-11-13 Ville Voutilainen - - Implement P0403R1, Literal suffixes for basic_string_view. - * include/std/string_view - (operator""sv(const char*, size_t)): New. - (operator""sv(const wchar_t*, size_t)): Likewise. - (operator""sv(const char16_t*, size_t)): Likewise. - (operator""sv(const char32_t*, size_t)): Likewise. - * testsuite/21_strings/basic_string_view/literals/types.cc: New. - * testsuite/21_strings/basic_string_view/literals/values.cc: Likewise. - * testsuite/experimental/string_view/literals/values.cc: Add - tests for literals with embedded NULs. - -2016-11-12 Jonathan Wakely - - * src/filesystem/ops.cc (is_empty): Fix typo in exception message. - - * include/std/future (future_error): Fix public typo to private. - -2016-11-11 Jonathan Wakely - - * include/std/future (future_error): Make existing constructor - private and add constructor from future_errc. - - * include/bits/shared_ptr.h (hash>): Use element_type. - * include/bits/shared_ptr_base.h (hash<__shared_ptr>): Likewise. - -2016-11-10 François Dumont - - * src/c++11/debug.cc (format_word): Delete. - (print_literal): New. Replace call to print_word for literals. - -2016-11-09 Tim Shen - - * include/bits/regex.h (regex_iterator::regex_iterator()): - Define end() as _M_pregex == nullptr. - * include/bits/regex.tcc (regex_iterator::operator==(), - regex_iterator::operator++()): Fix operator==() and operator++() to - look at null-ness of _M_pregex on both sides. - * testsuite/28_regex/regression.cc: New testcase. - -2016-11-07 Jason Merrill - - * include/bits/c++config (_GLIBCXX_NOEXCEPT_PARM) - (_GLIBCXX_NOEXCEPT_QUAL): New. - * include/std/type_traits (is_function): Use them. - * libsubc++/new (launder): Likewise. - * libsupc++/cxxabi.h (__pbase_type_info::__masks): Add - __noexcept_mask. - * libsupc++/pbase_type_info.cc (__do_catch): Handle function - pointer conversion. - -2016-11-07 François Dumont - - * config/abi/pre/gnu-versioned-namespace.ver: Export C++17 new of - over-aligned types symbols. - -2016-10-28 Jonathan Wakely - - * include/experimental/bits/fs_path.h (__is_path_src) - (_S_range_begin, _S_range_end): Overload to treat string_view as a - Source object. - (path::operator+=, path::compare): Overload for basic_string_view. - * testsuite/experimental/filesystem/path/construct/string_view.cc: - New test. - * testsuite/experimental/filesystem/path/construct/ - string_view_cxx17.cc: New test. - - * include/experimental/bits/fs_path.h - (path::_S_convert<_Iter>(_Iter, _Iter)): Remove cv-qualifiers from - iterator's value_type. - (path::_S_convert<_Iter>(_Iter __first, __null_terminated)): Likewise. - Do not use operation not supported by input iterators. - (path::__is_path_iter_src): Add partial specialization for const - encoded character types. - * testsuite/experimental/filesystem/path/construct/range.cc: Test - construction from input iterators with const value types. - - * doc/xml/manual/status_cxx2017.xml: Update status. - * doc/html/*: Regenerate. - * include/std/type_traits (has_unique_object_representations): Guard - with __has_builtin check. - * libsupc++/new (launder): Define for C++17. - * testsuite/18_support/launder/1.cc: New test. - * testsuite/18_support/launder/requirements.cc: New test. - * testsuite/18_support/launder/requirements_neg.cc: New test. - -2016-10-27 Uros Bizjak - - PR libstdc++/70975 - * src/filesystem/ops.cc (do_copy_file) [_GLIBCXX_USE_SENDFILE]: - Pass non-null pointer to sendfile for offset argument. - -2016-10-27 Jonathan Wakely - - * testsuite/ext/random/uniform_inside_sphere_distribution/cons/ - default.cc: Fix effective target selector. - * testsuite/ext/random/uniform_inside_sphere_distribution/cons/ - parms.cc: Likewise. - * testsuite/ext/random/uniform_inside_sphere_distribution/operators/ - equal.cc: Likewise. - * testsuite/ext/random/uniform_inside_sphere_distribution/operators/ - generate.cc: Likewise. - * testsuite/ext/random/uniform_inside_sphere_distribution/operators/ - inequal.cc: Likewise. - * testsuite/ext/random/uniform_inside_sphere_distribution/operators/ - serialize.cc: Likewise. - - * testsuite/experimental/filesystem/iterators/directory_iterator.cc: - Use end() function to get end iterator. - * testsuite/experimental/filesystem/iterators/pop.cc: Remove printf - statements that were present for debugging. - * testsuite/experimental/filesystem/iterators/ - recursive_directory_iterator.cc: Use end() function to get end - iterator. - * testsuite/experimental/filesystem/operations/last_write_time.cc: - Only require file timestamps to be accurate to one second. - -2016-10-26 François Dumont - - * include/bits/stl_map.h (map()): Make default. - * include/bits/stl_multimap.h (multimap()): Likewise. - * include/bits/stl_multiset.h (multiset()): Likewise. - * include/bits/stl_set.h (set()): Likewise. - * include/bits/stl_tree.h (_Rb_tree_impl()): Add conditional noexcept. - (_Rb_tree()): Make default. - -2016-10-26 Bernd Edlinger - - PR libstdc++/78110 - * libsupc++/new_opa.cc: Don't include in a free standing - environment. Declare memalign directly in that case. - -2016-10-26 Jonathan Wakely - - * testsuite/experimental/filesystem/iterators/pop.cc: Remove - unreliable dependency on directory order. - -2016-10-26 Edward Smith-Rowland <3dw4rd@verizon.net> - - Implement uniform_inside_sphere_distribution extension. - * include/ext/random: Implement uniform_inside_sphere_distribution. - * include/ext/random.tcc: Ditto. - * testsuite/ext/random/uniform_inside_sphere_distribution/ - cons/default.cc: New. - * testsuite/ext/random/uniform_inside_sphere_distribution/ - cons/parms.cc: New. - * testsuite/ext/random/uniform_inside_sphere_distribution/ - operators/equal.cc: New. - * testsuite/ext/random/uniform_inside_sphere_distribution/ - operators/generate.cc: New. - * testsuite/ext/random/uniform_inside_sphere_distribution/ - operators/inequal.cc: New. - * testsuite/ext/random/uniform_inside_sphere_distribution/ - operators/serialize.cc: New. - -2016-10-26 Jonathan Wakely - - * include/experimental/bits/fs_dir.h (recursive_directory_iterator): - Overload pop (LWG 2706). - * src/filesystem/dir.cc (recursive_directory_iterator::pop): Define - new overload. - * testsuite/experimental/filesystem/iterators/pop.cc: New test. - - * src/filesystem/dir.cc (recursive_directory_iterator::increment): - Reset state on error. - * testsuite/experimental/filesystem/iterators/ - recursive_directory_iterator.cc: Check state after increment error. - - PR libstdc++/78111 - * src/filesystem/ops.cc (canonical): Set error for non-existent path. - -2016-10-26 Uros Bizjak - - * acinclude.m4 (GLIBCXX_CHECK_FILESYSTEM_DEPS): Include - for PATH_MAX in realpath test. - * configure: Regenerate. - -2016-10-25 Jonathan Wakely - - * src/filesystem/ops.cc - (last_write_time(const path&, file_time_type, error_code&)): Handle - negative times correctly. - * testsuite/experimental/filesystem/operations/last_write_time.cc: - Test writing file times. - - * src/filesystem/ops.cc (do_copy_file): Report an error if source or - destination is not a regular file (LWG 2712). - (equivalent): Fix error handling and result when only one file exists. - * testsuite/experimental/filesystem/operations/copy.cc: Remove files - created by tests. Test copying directories. - * testsuite/experimental/filesystem/operations/copy_file.cc: Remove - files created by tests. - * testsuite/experimental/filesystem/operations/equivalent.cc: New. - * testsuite/experimental/filesystem/operations/is_empty.cc: New. - * testsuite/experimental/filesystem/operations/read_symlink.cc: Remove - file created by test. - * testsuite/experimental/filesystem/operations/remove_all.cc: New. - * testsuite/util/testsuite_fs.h (~scoped_file): Only try to remove - file if path is non-empty, to support removal by other means. - -2016-10-24 Jonathan Wakely - - * src/filesystem/ops.cc (is_empty): Fix error handling. - * testsuite/experimental/filesystem/operations/is_empty.cc: New test. - - PR libstdc++/71337 - * src/filesystem/ops.cc (temp_directory_path): Pass error_code - argument to other filesystem operations. - * testsuite/experimental/filesystem/operations/temp_directory_path.cc: - Add testcase for inaccessible directory. - - * src/filesystem/dir.cc (open_dir): Return same value for errors - whether ignored or not. - (_Dir::advance(error_code*, directory_options)): Return false on - error. - (directory_iterator(const path&, directory_options, error_code*)): - Create end iterator on error (LWG 2723). - (recursive_directory_iterator(const path&, directory_options, - error_code*)): Likewise. - * testsuite/experimental/filesystem/iterators/directory_iterator.cc: - Update expected behaviour on error. - * testsuite/experimental/filesystem/iterators/ - recursive_directory_iterator.cc: Likewise. - - * src/filesystem/ops.cc (close_fd): Remove. - (do_copy_file): Just use close(3) instead of close_fd, to prevent - retrying on error. - - * src/filesystem/ops.cc (do_copy_file): Return an error if either - source or destination is not a regular file. - (copy): Update comment to refer to LWG 2681. Implement 2682 and 2683 - resolutions. - (read_symlink): Add missing ec.clear(). - * testsuite/experimental/filesystem/operations/copy.cc: Update - expected behaviour for copying directories with create_symlinks. - Verify that error_code arguments are cleared if there's no error. - * testsuite/experimental/filesystem/operations/read_symlink.cc: New. - -2016-10-24 Ville Voutilainen - - Cross-port exception-safety and move fixes of std::any to - std::experimental::any. - * include/experimental/any (operator=(const any&)): - Make strongly exception-safe. - (operator=(any&&)): clear() unconditionally in the case where - rhs has a value. - (_Manager_internal<_Tp>::_S_manage): Move in _Op_xfer, don't copy. - * testsuite/experimental/any/assign/2.cc: Adjust. - * testsuite/experimental/any/assign/exception.cc: New. - * testsuite/experimental/any/cons/2.cc: Adjust. - * testsuite/experimental/any/misc/any_cast_neg.cc: Ajust. - -2016-10-24 Ville Voutilainen - - Cross-port the latest resolution of LWG2756 and some - bug-fixes to experimental::optional. - PR libstdc++/77288 - PR libstdc++/77727 - * include/experimental/optional (_Optional_base): - Remove constructors that take a _Tp. - (__is_optional_impl, __is_optional): Remove. - (__converts_from_optional): New. - (optional(_Up&&)): Fix constraints, call base with in_place. - (optional(const optional<_Up>&)): Fix constraints, use emplace. - (optional(optional<_Up>&&)): Likewise. - (operator=(_Up&&)): Fix constraints. - (operator=(const optional<_Up>&)): Likewise. - (operator=(optional<_Up>&&)): Likewise. - (emplace(_Args&&...)): Constrain. - (emplace(initializer_list<_Up>, _Args&&...)): Likewise. - * testsuite/experimental/optional/77288.cc: New. - * testsuite/experimental/optional/assignment/5.cc: Adjust. - * testsuite/experimental/optional/cons/77727.cc: New. - * testsuite/experimental/optional/cons/value.cc: Adjust. - -2016-10-24 Jonathan Wakely - - * include/bits/stl_vector.h (vector::_M_data_ptr, vector::data): - Change return type of non-standard C++98 extension to match C++11. - -2016-10-22 François Dumont - - * include/bits/c++config (_GLIBCXX_BEGIN_NAMESPACE_ALGO) - (_GLIBCXX_END_NAMESPACE_ALGO): Default to respectively - _GLIBCXX_BEGIN_NAMESPACE_VERSION and _GLIBCXX_END_NAMESPACE_VERSION. - (_GLIBCXX_BEGIN_NAMESPACE_CONTAINER, _GLIBCXX_END_NAMESPACE_CONTAINER): - Likewise. - -2016-10-22 Jonathan Wakely - - * src/filesystem/ops.cc (permissions(const path&, perms, error_code&)): - Ignore symlink_nofollow flag if file is not a symlink. - * testsuite/experimental/filesystem/operations/permissions.cc: Test - symlink_nofollow on non-symlinks. - -2016-10-21 Jonathan Wakely - - * include/experimental/bits/fs_fwd.h (perms::resolve_symlinks): - Replace with symlink_nofollow (LWG 2720). - * src/filesystem/ops.cc (permissions(const path&, perms, error_code&)): - Handle symlink_nofollow. - * testsuite/experimental/filesystem/operations/create_symlink.cc: New - test. - * testsuite/experimental/filesystem/operations/permissions.cc: Test - overload taking error_code. - - * include/experimental/bits/fs_ops.h - (exists(const path&, error_code&)): Clear error if status is known - (LWG 2725). - (status(const path&, error_code&)): Handle EOVERFLOW. - * testsuite/experimental/filesystem/operations/exists.cc: Test - overload taking an error_code. - - * include/experimental/bits/fs_path.h (path::path(string_type&&)) - (path::operator=(string&&), path::assign(string_type&&)): Define - construction and assignment from string_type rvalues (LWG 2707). - -2016-10-21 Eelis van der Weegen - - * include/bits/stl_algo.h (__gen_two_uniform_ints): Move logic out - of shuffle into new function. - (shuffle): Call __gen_two_uniform_ints. - (__sample): Use - __gen_two_uniform_ints and perform two samples at a time. - -2016-10-21 Jonathan Wakely - - * include/Makefile.am: Add and . - Order alphabetically. - * include/Makefile.in: Regenerate. - * include/bits/refwrap.h: New header. - (_Maybe_get_result_type,_Weak_result_type_impl, _Weak_result_type) - (_Reference_wrapper_base_impl, _Reference_wrapper_base) - (reference_wrapper, ref, cref): Move here from . - * include/bits/shared_ptr_base.h: Include and - instead of . - * include/bits/std_function.h: New header. - (_Maybe_unary_or_binary_function, bad_function_call) - (__is_location_invariant, _Nocopy_types, _Any_data) - (_Simple_type_wrapper, _Function_base, _Function_handler, function): - Move here from . - * include/bits/unique_ptr.h: Include . - * include/std/functional: Include new headers and move components to - them. - * include/std/future: Include instead of - . - * include/std/mutex: Likewise. - * include/std/regex: Likewise. - * src/c++11/compatibility-thread-c++0x.cc: Include . - * testsuite/20_util/default_delete/48631_neg.cc: Adjust dg-error line. - * testsuite/20_util/default_delete/void_neg.cc: Likewise. - * testsuite/20_util/unique_ptr/assign/48635_neg.cc: Adjust dg-error - lines. - * testsuite/20_util/unique_ptr/cons/cv_qual_neg.cc: Likewise. - * testsuite/30_threads/packaged_task/49668.cc: Include . - - * libsupc++/exception_ptr.h (make_exception_ptr): Qualify new. - * testsuite/18_support/exception_ptr/make_exception_ptr_2.cc: New - test. - -2016-10-20 Jonathan Wakely - - * include/backward/auto_ptr.h (__shared_ptr(auto_ptr&&)) - (shared_ptr(auto_ptr&&)): Adjust template parameter lists. - * include/bits/shared_ptr.h (__sp_compatible_with) - (__sp_is_constructible): New helper traits for shared_ptr. - (shared_ptr::_Convertible): Replace with _Constructible. - (shared_ptr::_Constructible, shared_ptr::_Assignable): Forward checks - to base class. - (shared_ptr::shared_ptr, shared_ptr::operator=): Constrain template - with _Constructible and _Assignable. - (shared_ptr::shared_ptr(shared_ptr<_Tp1>, _Tp*)): Use element_type - instead of _Tp. - (operator<): Likewise. - (operator>): Define in terms of operator<. - (static_pointer_cast, const_pointer_cast, dynamic_pointer_cast): Use - element_type instead of _Tp. - (reinterpret_pointer_cast): Define for C++17. - (weak_ptr::_Convertible): Replace with _Constructible. - (weak_ptr::_Constructible, weak_ptr::_Assignable): Forward checks - to base class. - (weak_ptr::weak_ptr, weak_ptr::operator=): Constrain templates - with _Constructible and _Assignable. - * include/bits/shared_ptr_base.h (__shared_ptr::_Convertible): Replace - with _Compatible. - (__shared_ptr::_SafeConv): New constraint for incoming raw pointers. - (__shared_ptr::_Compatible): New constraint for converting from - other types of shared_ptr and weak_ptr. - (__shared_ptr::_Assignable): Define in terms of _Compatible. - (__shared_ptr::_UniqCompatible, __shared_ptr::_UniqAssignable): New - constraints for converting from unique_ptr. - (__shared_ptr::__shared_ptr, __shared_ptr::operator=): Constrain - template with _SaveConf, _Compatible and _Assignable. Remove - __glibcxx_function_requires concept checks. Add static assertion for - deleter expression being well-formed. - (__shared_ptr::__shared_ptr(__shared_ptr<_Tp1>, _Tp*)) - (__shared_ptr::operator*, __shared_ptr::operator->) - (__shared_ptr::get, __shared_ptr::_M_ptr): Use element_type instead - of _Tp. - (operator<): Likewise. - (operator>): Define in terms of operator<. - (static_pointer_cast, const_pointer_cast, dynamic_pointer_cast): Use - element_type instead of _Tp. - (reinterpret_pointer_cast): Define for C++17. - (weak_ptr::_Convertible): Replace with _Compatible. - (weak_ptr::_Compatible, weak_ptr::_Assignable): New constraints for - conversions from other types of weak_ptr and shared_ptr. - (__weak_ptr::__weak_ptr, __weak_ptr::operator=): Constrain templates - with _Constructible and _Assignable. - (__weak_ptr::_M_ptr): Use element_type instead of _Tp. - * testsuite/20_util/shared_ptr/assign/auto_ptr_neg.cc: Adjust - dg-error pattern. - * testsuite/20_util/shared_ptr/cons/auto_ptr.cc: Test conversions. - * testsuite/20_util/shared_ptr/cons/unique_ptr.cc: Likewise. - * testsuite/20_util/shared_ptr/cons/void_neg.cc: Likewise. - * testsuite/20_util/shared_ptr/casts/reinterpret.cc: New test. - -2016-10-20 Ville Voutilainen - - Do the operator= SFINAE in the return type for optional, - not in the template parameters. - * include/std/optional (operator=(_Up&&)): Move SFINAE - from template parameters to the return type. - (operator=(const optional<_Up>&)): Likewise. - (operator=(optional<_Up>&&)): Likewise. - -2016-10-20 Jonathan Wakely - - * include/bits/allocator.h: Remove trailing whitespace, tab-indent. - * include/ext/new_allocator.h: Likewise. - - PR libstdc++/78052 - * include/bits/allocator.h (allocator::construct) - (allocator::destroy): Define. - * testsuite/20_util/allocator/void.cc: New test. - - * testsuite/20_util/enable_shared_from_this/56383.cc: Add tests for - additional ambiguous cases. - -2016-10-19 Jonathan Wakely - - * include/backward/auto_ptr.h (__shared_ptr(auto_ptr&&)): Call - _M_enable_shared_from_this_with instead of - __enable_shared_from_this_helper. - * include/bits/shared_ptr.h (__enable_shared_from_this_helper): - Remove overload for std::enable_shared_from_this.. - (__enable_shared_from_this_base): Define friend function to select a - std::enable_shared_from_this base class. - * include/bits/shared_ptr_base.h (__enable_shared_from_this_helper): - Remove all overloads. - (__shared_ptr): Change all relevant constructors to call - _M_enable_shared_from_this_with instead of - __enable_shared_from_this_helper. - (__shared_ptr::__efst_base_t, __shared_ptr::__has_efst_base): Helpers - to detect accessible and unambiguous enable_shared_from_this bases. - (__shared_ptr::_M_enable_shared_from_this_with): New function to - replace __enable_shared_from_this_helper overloads. - (__enable_shared_from_this_helper): Remove overload for - std::__enable_shared_from_this. - (__enable_shared_from_this_base): Define friend function to select a - std::__enable_shared_from_this base class. - * include/experimental/bits/shared_ptr.h (experimental::shared_ptr): - Change relevant constructors to call _M_enable_shared_from_this_with. - (experimental::shared_ptr::__efst_base_t) - (experimental::shared_ptr::__has_efst_base): Helpers to detect - accessible and unambiguous enable_shared_from_this bases. - (experimental::shared_ptr::_M_enable_shared_from_this_with): Define. - (experimental::__enable_shared_from_this_helper): Remove overload for - std::experimental::enable_shared_from_this. - (experimental::__expt_enable_shared_from_this_base): Define friend - function to select a std::experimental::enable_shared_from_this base. - * testsuite/experimental/memory/shared_ptr/cons/ - enable_shared_from_this.cc: New test. - * testsuite/experimental/memory/shared_ptr/cons/unique_ptr_ctor.cc: - Adjust expected behaviour for shared_ptr. - - * include/debug/vector (__gnu_debug::vector::emplace_back): Fix return - type. - - * include/backward/auto_ptr.h (dauto_ptr): Correct comment about - conversions from auto_ptr rvalues to auto_ptr. - * testsuite/20_util/auto_ptr/assign_neg.cc: Remove redundant dg-error - directives that only match notes, not errors. - - * testsuite/experimental/memory/shared_ptr/cons/unique_ptr_ctor.cc: - Add tests for valid and invalid conversions. - * testsuite/experimental/memory/shared_ptr/cons/weak_ptr_ctor.cc: - Likewise. - - * testsuite/20_util/unique_ptr/cons/cv_qual.cc: Move negative tests - to new file. - * testsuite/20_util/unique_ptr/cons/cv_qual_neg.cc: New file. Fix - test for incompatible deleters to not also use incompatible types. - Add tests for incompatible array types. - - * include/experimental/bits/shared_ptr.h - (__shared_ptr<__libfund_v1<_Tp, false>, _Lp>::_Compatible): Just use - is_convertible for non-array specialization. - (__shared_ptr<__libfund_v1<_Tp, false>, _Lp>::_UniqCompatible): New - constraint for conversions from unique_ptr. - (__shared_ptr<__libfund_v1<_Tp, false>, _Lp>::__shared_ptr): Constrain. - (__shared_ptr<__libfund_v1<_Tp, false>, _Lp>::reset): Likewise. - (__sp_compatible_v): New variable template for trait. - (__sp_is_constructible): New trait to check shared_ptr constraints. - (__sp_is_constructible_v): New variable template for trait. - (__shared_ptr<__libfund_v1<_Tp, true>, _Lp>::_SafeConv): New - constraint for construction/reset, using __sp_is_constructible_v. - (__shared_ptr<__libfund_v1<_Tp, true>, _Lp>::_UniqCompatible): New - constraint for conversions from unique_ptr. - (__shared_ptr<__libfund_v1<_Tp, true>, _Lp>::__shared_ptr): Constrain. - (__shared_ptr<__libfund_v1<_Tp, true>, _Lp>::reset): Likewise. - (shared_ptr::_SafeConv): Constraint for checking constructors. - (shared_ptr(Tp1*), shared_ptr(_Tp1, _Deleter)) - (shared_ptr(_Tp1, _Deleter, _Alloc)): Constrain with _SafeConv. - (shared_ptr(const weak_ptr<_Tp1>&)): Constrain with _Compatible. - (shared_ptr(auto_ptr<_Tp1>&&)): Fix, remove TODO. - * testsuite/experimental/memory/shared_ptr/cons/pointer_ctor.cc: - Remove tests using invalid conversions. - * testsuite/experimental/memory/shared_ptr/cons/pointer_ctor_neg.cc: - New test. - * testsuite/experimental/memory/shared_ptr/cons/torture.cc: New test. - * testsuite/experimental/memory/shared_ptr/modifiers/reset.cc: Remove - tests using invalid conversions. - * testsuite/experimental/memory/shared_ptr/modifiers/reset_neg.cc: New - test. - * testsuite/experimental/memory/shared_ptr/observers/use_count.cc: - Remove tests using invalid conversions. - - PR libstdc++/77990 - * include/bits/unique_ptr.h (__uniq_ptr_impl): New type to - encapsulate implementation details. - (unique_ptr::unique_ptr(_Up)): Don't copy deleter object. - (unique_ptr::get, unique_ptr::get_deleter, unique_ptr::release): - Call member functions of implementation object. - (unique_ptr): Likewise. - * python/libstdcxx/v6/printers.py (UniquePointerPrinter): Adjust for - new implementation. - * python/libstdcxx/v6/xmethods.py (UniquePtrGetWorker): Likewise. - * testsuite/20_util/unique_ptr/assign/48635_neg.cc: Adjust dg-error - lines. - * testsuite/20_util/unique_ptr/assign/cv_qual.cc: Likewise. - * testsuite/20_util/unique_ptr/cons/cv_qual.cc: Likewise. - * testsuite/20_util/unique_ptr/cons/77990.cc: New test. - -2016-10-18 Jonathan Wakely - - * include/experimental/bits/shared_ptr.h: Fix indentation. - - * include/experimental/bits/shared_ptr.h (shared_ptr(shared_ptr&&)): - Remove const from parameter. - (operator<(const shared_ptr&, nullptr_t)): Use correct - specialization of std::less. - * testsuite/experimental/memory/shared_ptr/comparison/comparison.cc: - Test comparison with nullptr and actually call test functions. - - * include/bits/uses_allocator.h (__is_uses_allocator_constructible_v) - (__is_nothrow_uses_allocator_constructible_v): Only define for C++14 - and later. - -2016-10-17 Paolo Carlini - - * testsuite/27_io/basic_filebuf/close/12790-1.cc: Remove 'test' - variables. - * testsuite/27_io/basic_filebuf/close/char/1.cc: Likewise. - * testsuite/27_io/basic_filebuf/close/char/12790-1.cc: Likewise. - * testsuite/27_io/basic_filebuf/close/char/12790-2.cc: Likewise. - * testsuite/27_io/basic_filebuf/close/char/12790-3.cc: Likewise. - * testsuite/27_io/basic_filebuf/close/char/12790-4.cc: Likewise. - * testsuite/27_io/basic_filebuf/close/char/2.cc: Likewise. - * testsuite/27_io/basic_filebuf/close/char/3.cc: Likewise. - * testsuite/27_io/basic_filebuf/close/char/4.cc: Likewise. - * testsuite/27_io/basic_filebuf/close/char/5.cc: Likewise. - * testsuite/27_io/basic_filebuf/close/wchar_t/12790-1.cc: Likewise. - * testsuite/27_io/basic_filebuf/close/wchar_t/12790-2.cc: Likewise. - * testsuite/27_io/basic_filebuf/close/wchar_t/12790-3.cc: Likewise. - * testsuite/27_io/basic_filebuf/close/wchar_t/12790-4.cc: Likewise. - * testsuite/27_io/basic_filebuf/cons/2020.cc: Likewise. - * testsuite/27_io/basic_filebuf/cons/char/1.cc: Likewise. - * testsuite/27_io/basic_filebuf/cons/wchar_t/1.cc: Likewise. - * testsuite/27_io/basic_filebuf/cons/wchar_t/10132-1.cc: Likewise. - * testsuite/27_io/basic_filebuf/imbue/12206.cc: Likewise. - * testsuite/27_io/basic_filebuf/imbue/char/13007.cc: Likewise. - * testsuite/27_io/basic_filebuf/imbue/char/13171-1.cc: Likewise. - * testsuite/27_io/basic_filebuf/imbue/char/13171-4.cc: Likewise. - * testsuite/27_io/basic_filebuf/imbue/char/13582-2.cc: Likewise. - * testsuite/27_io/basic_filebuf/imbue/char/14975-1.cc: Likewise. - * testsuite/27_io/basic_filebuf/imbue/char/2.cc: Likewise. - * testsuite/27_io/basic_filebuf/imbue/char/3.cc: Likewise. - * testsuite/27_io/basic_filebuf/imbue/char/9322.cc: Likewise. - * testsuite/27_io/basic_filebuf/imbue/wchar_t/12868.cc: Likewise. - * testsuite/27_io/basic_filebuf/imbue/wchar_t/13007.cc: Likewise. - * testsuite/27_io/basic_filebuf/imbue/wchar_t/13171-3.cc: Likewise. - * testsuite/27_io/basic_filebuf/imbue/wchar_t/13582-2.cc: Likewise. - * testsuite/27_io/basic_filebuf/imbue/wchar_t/13582-3.cc: Likewise. - * testsuite/27_io/basic_filebuf/imbue/wchar_t/2.cc: Likewise. - * testsuite/27_io/basic_filebuf/imbue/wchar_t/3.cc: Likewise. - * testsuite/27_io/basic_filebuf/imbue/wchar_t/9322.cc: Likewise. - * testsuite/27_io/basic_filebuf/in_avail/char/1.cc: Likewise. - * testsuite/27_io/basic_filebuf/in_avail/char/9701-3.cc: Likewise. - * testsuite/27_io/basic_filebuf/is_open/char/1.cc: Likewise. - * testsuite/27_io/basic_filebuf/open/12790-1.cc: Likewise. - * testsuite/27_io/basic_filebuf/open/char/1.cc: Likewise. - * testsuite/27_io/basic_filebuf/open/char/2.cc: Likewise. - * testsuite/27_io/basic_filebuf/open/char/3.cc: Likewise. - * testsuite/27_io/basic_filebuf/open/char/4.cc: Likewise. - * testsuite/27_io/basic_filebuf/open/char/9507.cc: Likewise. - * testsuite/27_io/basic_filebuf/overflow/char/1.cc: Likewise. - * testsuite/27_io/basic_filebuf/overflow/char/2-unbuf.cc: Likewise. - * testsuite/27_io/basic_filebuf/overflow/char/2.cc: Likewise. - * testsuite/27_io/basic_filebuf/overflow/char/3599.cc: Likewise. - * testsuite/27_io/basic_filebuf/overflow/char/9169.cc: Likewise. - * testsuite/27_io/basic_filebuf/overflow/char/9182-2.cc: Likewise. - * testsuite/27_io/basic_filebuf/overflow/char/9988.cc: Likewise. - * testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-1.cc: Likewise. - * testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-2.cc: Likewise. - * testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-3.cc: Likewise. - * testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-4.cc: Likewise. - * testsuite/27_io/basic_filebuf/pbackfail/char/9761.cc: Likewise. - * testsuite/27_io/basic_filebuf/sbumpc/char/1-in.cc: Likewise. - * testsuite/27_io/basic_filebuf/sbumpc/char/1-io.cc: Likewise. - * testsuite/27_io/basic_filebuf/sbumpc/char/1-out.cc: Likewise. - * testsuite/27_io/basic_filebuf/sbumpc/char/2-in.cc: Likewise. - * testsuite/27_io/basic_filebuf/sbumpc/char/2-io.cc: Likewise. - * testsuite/27_io/basic_filebuf/sbumpc/char/2-out.cc: Likewise. - * testsuite/27_io/basic_filebuf/sbumpc/char/9825.cc: Likewise. - * testsuite/27_io/basic_filebuf/seekoff/10132-2.cc: Likewise. - * testsuite/27_io/basic_filebuf/seekoff/12790-1.cc: Likewise. - * testsuite/27_io/basic_filebuf/seekoff/12790-2.cc: Likewise. - * testsuite/27_io/basic_filebuf/seekoff/12790-3.cc: Likewise. - * testsuite/27_io/basic_filebuf/seekoff/12790-4.cc: Likewise. - * testsuite/27_io/basic_filebuf/seekoff/45628-2.cc: Likewise. - * testsuite/27_io/basic_filebuf/seekoff/char/1-in.cc: Likewise. - * testsuite/27_io/basic_filebuf/seekoff/char/1-io.cc: Likewise. - * testsuite/27_io/basic_filebuf/seekoff/char/1-out.cc: Likewise. - * testsuite/27_io/basic_filebuf/seekoff/char/11543.cc: Likewise. - * testsuite/27_io/basic_filebuf/seekoff/char/12232.cc: Likewise. - * testsuite/27_io/basic_filebuf/seekoff/char/12790-1.cc: Likewise. - * testsuite/27_io/basic_filebuf/seekoff/char/12790-2.cc: Likewise. - * testsuite/27_io/basic_filebuf/seekoff/char/12790-3.cc: Likewise. - * testsuite/27_io/basic_filebuf/seekoff/char/12790-4.cc: Likewise. - * testsuite/27_io/basic_filebuf/seekoff/char/2-in.cc: Likewise. - * testsuite/27_io/basic_filebuf/seekoff/char/2-io.cc: Likewise. - * testsuite/27_io/basic_filebuf/seekoff/char/2-out.cc: Likewise. - * testsuite/27_io/basic_filebuf/seekoff/char/3-in.cc: Likewise. - * testsuite/27_io/basic_filebuf/seekoff/char/3-io.cc: Likewise. - * testsuite/27_io/basic_filebuf/seekoff/char/3-out.cc: Likewise. - * testsuite/27_io/basic_filebuf/seekoff/char/4.cc: Likewise. - * testsuite/27_io/basic_filebuf/seekoff/char/45628-1.cc: Likewise. - * testsuite/27_io/basic_filebuf/seekoff/wchar_t/1.cc: Likewise. - * testsuite/27_io/basic_filebuf/seekoff/wchar_t/11543.cc: Likewise. - * testsuite/27_io/basic_filebuf/seekoff/wchar_t/12790-1.cc: Likewise. - * testsuite/27_io/basic_filebuf/seekoff/wchar_t/12790-2.cc: Likewise. - * testsuite/27_io/basic_filebuf/seekoff/wchar_t/12790-3.cc: Likewise. - * testsuite/27_io/basic_filebuf/seekoff/wchar_t/12790-4.cc: Likewise. - * testsuite/27_io/basic_filebuf/seekoff/wchar_t/2.cc: Likewise. - * testsuite/27_io/basic_filebuf/seekoff/wchar_t/3.cc: Likewise. - * testsuite/27_io/basic_filebuf/seekoff/wchar_t/4.cc: Likewise. - * testsuite/27_io/basic_filebuf/seekoff/wchar_t/9875_seekoff.cc: - Likewise. - * testsuite/27_io/basic_filebuf/seekpos/10132-3.cc: Likewise. - * testsuite/27_io/basic_filebuf/seekpos/12790-1.cc: Likewise. - * testsuite/27_io/basic_filebuf/seekpos/12790-2.cc: Likewise. - * testsuite/27_io/basic_filebuf/seekpos/12790-3.cc: Likewise. - * testsuite/27_io/basic_filebuf/seekpos/char/1-in.cc: Likewise. - * testsuite/27_io/basic_filebuf/seekpos/char/1-io.cc: Likewise. - * testsuite/27_io/basic_filebuf/seekpos/char/1-out.cc: Likewise. - * testsuite/27_io/basic_filebuf/seekpos/char/12790-1.cc: Likewise. - * testsuite/27_io/basic_filebuf/seekpos/char/12790-2.cc: Likewise. - * testsuite/27_io/basic_filebuf/seekpos/char/12790-3.cc: Likewise. - * testsuite/27_io/basic_filebuf/seekpos/char/12790-4.cc: Likewise. - * testsuite/27_io/basic_filebuf/seekpos/char/2-in.cc: Likewise. - * testsuite/27_io/basic_filebuf/seekpos/char/2-io.cc: Likewise. - * testsuite/27_io/basic_filebuf/seekpos/char/2-out.cc: Likewise. - * testsuite/27_io/basic_filebuf/seekpos/char/3-in.cc: Likewise. - * testsuite/27_io/basic_filebuf/seekpos/char/3-io.cc: Likewise. - * testsuite/27_io/basic_filebuf/seekpos/char/3-out.cc: Likewise. - * testsuite/27_io/basic_filebuf/seekpos/wchar_t/1.cc: Likewise. - * testsuite/27_io/basic_filebuf/seekpos/wchar_t/12790-1.cc: Likewise. - * testsuite/27_io/basic_filebuf/seekpos/wchar_t/12790-2.cc: Likewise. - * testsuite/27_io/basic_filebuf/seekpos/wchar_t/12790-3.cc: Likewise. - * testsuite/27_io/basic_filebuf/seekpos/wchar_t/12790-4.cc: Likewise. - * testsuite/27_io/basic_filebuf/seekpos/wchar_t/9874.cc: Likewise. - * testsuite/27_io/basic_filebuf/seekpos/wchar_t/9875_seekpos.cc: - Likewise. - * testsuite/27_io/basic_filebuf/setbuf/char/1.cc: Likewise. - * testsuite/27_io/basic_filebuf/setbuf/char/12875-1.cc: Likewise. - * testsuite/27_io/basic_filebuf/setbuf/char/12875-2.cc - * testsuite/27_io/basic_filebuf/setbuf/char/2.cc: Likewise. - * testsuite/27_io/basic_filebuf/setbuf/char/3.cc: Likewise. - * testsuite/27_io/basic_filebuf/sgetc/char/1-in.cc: Likewise. - * testsuite/27_io/basic_filebuf/sgetc/char/1-io.cc: Likewise. - * testsuite/27_io/basic_filebuf/sgetc/char/1-out.cc: Likewise. - * testsuite/27_io/basic_filebuf/sgetc/char/2-in.cc: Likewise. - * testsuite/27_io/basic_filebuf/sgetc/char/2-io.cc: Likewise. - * testsuite/27_io/basic_filebuf/sgetc/char/2-out.cc: Likewise. - * testsuite/27_io/basic_filebuf/sgetn/char/1-in.cc: Likewise. - * testsuite/27_io/basic_filebuf/sgetn/char/1-io.cc: Likewise. - * testsuite/27_io/basic_filebuf/sgetn/char/1-out.cc: Likewise. - * testsuite/27_io/basic_filebuf/sgetn/char/2-in.cc: Likewise. - * testsuite/27_io/basic_filebuf/sgetn/char/2-io.cc: Likewise. - * testsuite/27_io/basic_filebuf/sgetn/char/2-out.cc: Likewise. - * testsuite/27_io/basic_filebuf/sgetn/char/3.cc: Likewise. - * testsuite/27_io/basic_filebuf/showmanyc/char/9533-1.cc: Likewise. - * testsuite/27_io/basic_filebuf/showmanyc/char/9533-2.cc: Likewise. - * testsuite/27_io/basic_filebuf/snextc/char/1-in.cc: Likewise. - * testsuite/27_io/basic_filebuf/snextc/char/1-io.cc: Likewise. - * testsuite/27_io/basic_filebuf/snextc/char/1-out.cc: Likewise. - * testsuite/27_io/basic_filebuf/snextc/char/2-in.cc: Likewise. - * testsuite/27_io/basic_filebuf/snextc/char/2-io.cc: Likewise. - * testsuite/27_io/basic_filebuf/snextc/char/2-out.cc: Likewise. - * testsuite/27_io/basic_filebuf/sputbackc/char/1-in.cc: Likewise. - * testsuite/27_io/basic_filebuf/sputbackc/char/1-io.cc: Likewise. - * testsuite/27_io/basic_filebuf/sputbackc/char/1-out.cc: Likewise. - * testsuite/27_io/basic_filebuf/sputbackc/char/2-in.cc: Likewise. - * testsuite/27_io/basic_filebuf/sputbackc/char/2-io.cc: Likewise. - * testsuite/27_io/basic_filebuf/sputbackc/char/2-out.cc: Likewise. - * testsuite/27_io/basic_filebuf/sputbackc/char/9425.cc: Likewise. - * testsuite/27_io/basic_filebuf/sputc/char/1-in.cc: Likewise. - * testsuite/27_io/basic_filebuf/sputc/char/1-io.cc: Likewise. - * testsuite/27_io/basic_filebuf/sputc/char/1-out.cc: Likewise. - * testsuite/27_io/basic_filebuf/sputc/char/2-in.cc: Likewise. - * testsuite/27_io/basic_filebuf/sputc/char/2-io.cc: Likewise. - * testsuite/27_io/basic_filebuf/sputc/char/2-out.cc: Likewise. - * testsuite/27_io/basic_filebuf/sputc/char/59427.cc: Likewise. - * testsuite/27_io/basic_filebuf/sputc/char/9701-2.cc: Likewise. - * testsuite/27_io/basic_filebuf/sputn/char/1-in.cc: Likewise. - * testsuite/27_io/basic_filebuf/sputn/char/1-io.cc: Likewise. - * testsuite/27_io/basic_filebuf/sputn/char/1-out.cc: Likewise. - * testsuite/27_io/basic_filebuf/sputn/char/2-in.cc: Likewise. - * testsuite/27_io/basic_filebuf/sputn/char/2-io.cc: Likewise. - * testsuite/27_io/basic_filebuf/sputn/char/2-out.cc: Likewise. - * testsuite/27_io/basic_filebuf/sputn/char/59427.cc: Likewise. - * testsuite/27_io/basic_filebuf/sputn/char/9339.cc: Likewise. - * testsuite/27_io/basic_filebuf/sputn/char/9701-1.cc: Likewise. - * testsuite/27_io/basic_filebuf/sungetc/char/1-in.cc: Likewise. - * testsuite/27_io/basic_filebuf/sungetc/char/1-io.cc: Likewise. - * testsuite/27_io/basic_filebuf/sungetc/char/1-out.cc: Likewise. - * testsuite/27_io/basic_filebuf/sungetc/char/2-in.cc: Likewise. - * testsuite/27_io/basic_filebuf/sungetc/char/2-io.cc: Likewise. - * testsuite/27_io/basic_filebuf/sungetc/char/2-out.cc: Likewise. - * testsuite/27_io/basic_filebuf/sync/char/1057.cc: Likewise. - * testsuite/27_io/basic_filebuf/sync/char/9182-1.cc: Likewise. - * testsuite/27_io/basic_filebuf/underflow/char/1.cc: Likewise. - * testsuite/27_io/basic_filebuf/underflow/char/2.cc: Likewise. - * testsuite/27_io/basic_filebuf/underflow/char/3.cc: Likewise. - * testsuite/27_io/basic_filebuf/underflow/char/45841.cc: Likewise. - * testsuite/27_io/basic_filebuf/underflow/char/9027.cc: Likewise. - * testsuite/27_io/basic_filebuf/underflow/wchar_t/1.cc: Likewise. - * testsuite/27_io/basic_filebuf/underflow/wchar_t/11389-1.cc: Likewise. - * testsuite/27_io/basic_filebuf/underflow/wchar_t/11389-2.cc: Likewise. - * testsuite/27_io/basic_filebuf/underflow/wchar_t/11389-3.cc: Likewise. - * testsuite/27_io/basic_filebuf/underflow/wchar_t/11389-4.cc: Likewise. - * testsuite/27_io/basic_filebuf/underflow/wchar_t/11544-1.cc: Likewise. - * testsuite/27_io/basic_filebuf/underflow/wchar_t/11544-2.cc: Likewise. - * testsuite/27_io/basic_filebuf/underflow/wchar_t/11603.cc: Likewise. - * testsuite/27_io/basic_filebuf/underflow/wchar_t/2.cc: Likewise. - * testsuite/27_io/basic_filebuf/underflow/wchar_t/3.cc: Likewise. - * testsuite/27_io/basic_filebuf/underflow/wchar_t/4.cc: Likewise. - * testsuite/27_io/basic_filebuf/underflow/wchar_t/45841.cc: Likewise. - * testsuite/27_io/basic_filebuf/underflow/wchar_t/5.cc: Likewise. - * testsuite/27_io/basic_filebuf/underflow/wchar_t/9178.cc: Likewise. - * testsuite/27_io/basic_filebuf/underflow/wchar_t/9520.cc: Likewise. - * testsuite/27_io/basic_fstream/cons/1.cc: Likewise. - * testsuite/27_io/basic_fstream/rdbuf/char/2832.cc: Likewise. - * testsuite/27_io/basic_ifstream/cons/2020.cc: Likewise. - * testsuite/27_io/basic_ifstream/cons/char/1.cc: Likewise. - * testsuite/27_io/basic_ifstream/open/char/1.cc: Likewise. - * testsuite/27_io/basic_ifstream/rdbuf/char/2832.cc: Likewise. - * testsuite/27_io/basic_ios/clear/char/1.cc: Likewise. - * testsuite/27_io/basic_ios/cons/2020.cc: Likewise. - * testsuite/27_io/basic_ios/cons/char/1.cc: Likewise. - * testsuite/27_io/basic_ios/cons/char/2.cc: Likewise. - * testsuite/27_io/basic_ios/cons/char/3.cc: Likewise. - * testsuite/27_io/basic_ios/copyfmt/char/1.cc: Likewise. - * testsuite/27_io/basic_ios/copyfmt/char/2.cc: Likewise. - * testsuite/27_io/basic_ios/exceptions/char/1.cc: Likewise. - * testsuite/27_io/basic_ios/imbue/14072.cc: Likewise. - * testsuite/27_io/basic_ios/locales/char/1.cc: Likewise. - * testsuite/27_io/basic_iostream/cons/2020.cc: Likewise. - * testsuite/27_io/basic_istream/cons/3.cc: Likewise. - * testsuite/27_io/basic_istream/exceptions/char/9561.cc: Likewise. - * testsuite/27_io/basic_istream/exceptions/wchar_t/9561.cc: Likewise. - * testsuite/27_io/basic_istream/extractors_arithmetic/char/01.cc: - Likewise. - * testsuite/27_io/basic_istream/extractors_arithmetic/char/02.cc: - Likewise. - * testsuite/27_io/basic_istream/extractors_arithmetic/char/03.cc: - Likewise. - * testsuite/27_io/basic_istream/extractors_arithmetic/char/06.cc: - Likewise. - * testsuite/27_io/basic_istream/extractors_arithmetic/char/07.cc: - Likewise. - * testsuite/27_io/basic_istream/extractors_arithmetic/char/08.cc: - Likewise. - * testsuite/27_io/basic_istream/extractors_arithmetic/char/09.cc: - Likewise. - * testsuite/27_io/basic_istream/extractors_arithmetic/char/10.cc: - Likewise. - * testsuite/27_io/basic_istream/extractors_arithmetic/char/11.cc: - Likewise. - * testsuite/27_io/basic_istream/extractors_arithmetic/char/12.cc: - Likewise. - * testsuite/27_io/basic_istream/extractors_arithmetic/char/13.cc: - Likewise. - * testsuite/27_io/basic_istream/extractors_arithmetic/char/9555-ia.cc: - Likewise. - * testsuite/27_io/basic_istream/extractors_arithmetic/char/dr696.cc: - Likewise. - * testsuite/27_io/basic_istream/extractors_arithmetic/char/ - exceptions_badbit_throw.cc: Likewise. - * testsuite/27_io/basic_istream/extractors_arithmetic/char/ - exceptions_failbit.cc: Likewise. - * testsuite/27_io/basic_istream/extractors_arithmetic/char/ - exceptions_failbit_throw.cc: Likewise. - * testsuite/27_io/basic_istream/extractors_arithmetic/pod/3983-1.cc: - Likewise. - * testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/01.cc: - Likewise. - * testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/02.cc: - Likewise. - * testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/03.cc: - Likewise. - * testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/06.cc: - Likewise. - * testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/07.cc: - Likewise. - * testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/08.cc: - Likewise. - * testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/09.cc: - Likewise. - * testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/10.cc: - Likewise. - * testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/11.cc: - Likewise. - * testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/12.cc: - Likewise. - * testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/13.cc: - Likewise. - * testsuite/27_io/basic_istream/extractors_arithmetic/ - wchar_t/9555-ia.cc: Likewise. - * testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/ - dr696.cc: Likewise. - * testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/ - exceptions_badbit_throw.cc: Likewise. - * testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/ - exceptions_failbit.cc: Likewise. - * testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/ - exceptions_failbit_throw.cc: Likewise. - * testsuite/27_io/basic_istream/extractors_character/char/1.cc: - Likewise. - * testsuite/27_io/basic_istream/extractors_character/char/11095-i.cc: - Likewise. - * testsuite/27_io/basic_istream/extractors_character/char/2.cc: - Likewise. - * testsuite/27_io/basic_istream/extractors_character/char/3.cc: - Likewise. - * testsuite/27_io/basic_istream/extractors_character/char/4.cc: - Likewise. - * testsuite/27_io/basic_istream/extractors_character/char/9555-ic.cc: - Likewise. - * testsuite/27_io/basic_istream/extractors_character/pod/3983-2.cc: - Likewise. - * testsuite/27_io/basic_istream/extractors_character/wchar_t/1.cc: - Likewise. - * testsuite/27_io/basic_istream/extractors_character/wchar_t/ - 11095-i.cc: Likewise. - * testsuite/27_io/basic_istream/extractors_character/wchar_t/2.cc: - Likewise. - * testsuite/27_io/basic_istream/extractors_character/wchar_t/3.cc: - Likewise. - * testsuite/27_io/basic_istream/extractors_character/wchar_t/4.cc: - Likewise. - * testsuite/27_io/basic_istream/extractors_character/wchar_t/ - 9555-ic.cc: Likewise. - * testsuite/27_io/basic_istream/extractors_other/char/1.cc: Likewise. - * testsuite/27_io/basic_istream/extractors_other/char/2.cc: Likewise. - * testsuite/27_io/basic_istream/extractors_other/char/26181.cc: - Likewise. - * testsuite/27_io/basic_istream/extractors_other/char/3.cc: Likewise. - * testsuite/27_io/basic_istream/extractors_other/char/9318-in.cc: - Likewise. - * testsuite/27_io/basic_istream/extractors_other/char/9424-in.cc: - Likewise. - * testsuite/27_io/basic_istream/extractors_other/char/9555-io.cc: - Likewise. - * testsuite/27_io/basic_istream/extractors_other/char/ - error_failbit.cc: Likewise. - * testsuite/27_io/basic_istream/extractors_other/char/ - exceptions_badbit_throw.cc: Likewise. - * testsuite/27_io/basic_istream/extractors_other/char/ - exceptions_failbit_throw.cc: Likewise. - * testsuite/27_io/basic_istream/extractors_other/char/ - exceptions_null.cc: Likewise. - * testsuite/27_io/basic_istream/extractors_other/pod/3983-3.cc: - Likewise. - * testsuite/27_io/basic_istream/extractors_other/wchar_t/1.cc: Likewise. - * testsuite/27_io/basic_istream/extractors_other/wchar_t/2.cc: Likewise. - * testsuite/27_io/basic_istream/extractors_other/wchar_t/26181.cc: - Likewise. - * testsuite/27_io/basic_istream/extractors_other/wchar_t/3.cc: Likewise. - * testsuite/27_io/basic_istream/extractors_other/wchar_t/9318-in.cc: - Likewise. - * testsuite/27_io/basic_istream/extractors_other/wchar_t/9424-in.cc: - Likewise. - * testsuite/27_io/basic_istream/extractors_other/wchar_t/9555-io.cc: - Likewise. - * testsuite/27_io/basic_istream/extractors_other/wchar_t/ - error_failbit.cc: Likewise. - * testsuite/27_io/basic_istream/extractors_other/wchar_t/ - exceptions_badbit_throw.cc: Likewise. - * testsuite/27_io/basic_istream/extractors_other/wchar_t/ - exceptions_failbit_throw.cc: Likewise. - * testsuite/27_io/basic_istream/extractors_other/wchar_t/ - exceptions_null.cc: Likewise. - * testsuite/27_io/basic_istream/get/char/1.cc: Likewise. - * testsuite/27_io/basic_istream/get/char/2.cc: Likewise. - * testsuite/27_io/basic_istream/get/char/3.cc: Likewise. - * testsuite/27_io/basic_istream/get/wchar_t/1.cc: Likewise. - * testsuite/27_io/basic_istream/get/wchar_t/2.cc: Likewise. - * testsuite/27_io/basic_istream/get/wchar_t/3.cc: Likewise. - * testsuite/27_io/basic_istream/getline/char/1.cc: Likewise. - * testsuite/27_io/basic_istream/getline/char/2.cc: Likewise. - * testsuite/27_io/basic_istream/getline/char/3.cc: Likewise. - * testsuite/27_io/basic_istream/getline/char/4.cc: Likewise. - * testsuite/27_io/basic_istream/getline/char/5.cc: Likewise. - * testsuite/27_io/basic_istream/getline/char/6.cc: Likewise. - * testsuite/27_io/basic_istream/getline/wchar_t/1.cc: Likewise. - * testsuite/27_io/basic_istream/getline/wchar_t/2.cc: Likewise. - * testsuite/27_io/basic_istream/getline/wchar_t/3.cc: Likewise. - * testsuite/27_io/basic_istream/getline/wchar_t/4.cc: Likewise. - * testsuite/27_io/basic_istream/getline/wchar_t/5.cc: Likewise. - * testsuite/27_io/basic_istream/getline/wchar_t/6.cc: Likewise. - * testsuite/27_io/basic_istream/ignore/char/1.cc: Likewise. - * testsuite/27_io/basic_istream/ignore/char/2.cc: Likewise. - * testsuite/27_io/basic_istream/ignore/char/3.cc: Likewise. - * testsuite/27_io/basic_istream/ignore/char/6360.cc: Likewise. - * testsuite/27_io/basic_istream/ignore/char/7220.cc: Likewise. - * testsuite/27_io/basic_istream/ignore/wchar_t/1.cc: Likewise. - * testsuite/27_io/basic_istream/ignore/wchar_t/2.cc: Likewise. - * testsuite/27_io/basic_istream/ignore/wchar_t/3.cc: Likewise. - * testsuite/27_io/basic_istream/ignore/wchar_t/6360.cc: Likewise. - * testsuite/27_io/basic_istream/ignore/wchar_t/7220.cc: Likewise. - * testsuite/27_io/basic_istream/peek/char/1.cc: Likewise. - * testsuite/27_io/basic_istream/peek/char/12296.cc: Likewise. - * testsuite/27_io/basic_istream/peek/char/6414.cc: Likewise. - * testsuite/27_io/basic_istream/peek/wchar_t/1.cc: Likewise. - * testsuite/27_io/basic_istream/peek/wchar_t/12296.cc: Likewise. - * testsuite/27_io/basic_istream/peek/wchar_t/6414.cc: Likewise. - * testsuite/27_io/basic_istream/putback/char/1.cc: Likewise. - * testsuite/27_io/basic_istream/putback/wchar_t/1.cc: Likewise. - * testsuite/27_io/basic_istream/read/char/1.cc: Likewise. - * testsuite/27_io/basic_istream/read/char/2.cc: Likewise. - * testsuite/27_io/basic_istream/read/char/3.cc: Likewise. - * testsuite/27_io/basic_istream/read/wchar_t/1.cc: Likewise. - * testsuite/27_io/basic_istream/read/wchar_t/2.cc: Likewise. - * testsuite/27_io/basic_istream/read/wchar_t/3.cc: Likewise. - * testsuite/27_io/basic_istream/readsome/char/6746-1.cc: Likewise. - * testsuite/27_io/basic_istream/readsome/char/6746-2.cc: Likewise. - * testsuite/27_io/basic_istream/readsome/char/8258.cc: Likewise. - * testsuite/27_io/basic_istream/readsome/wchar_t/6746-1.cc: Likewise. - * testsuite/27_io/basic_istream/readsome/wchar_t/6746-2.cc: Likewise. - * testsuite/27_io/basic_istream/readsome/wchar_t/8258.cc: Likewise. - * testsuite/27_io/basic_istream/seekg/char/2.cc: Likewise. - * testsuite/27_io/basic_istream/seekg/char/26211.cc: Likewise. - * testsuite/27_io/basic_istream/seekg/char/8348-1.cc: Likewise. - * testsuite/27_io/basic_istream/seekg/char/8348-2.cc: Likewise. - * testsuite/27_io/basic_istream/seekg/char/ - exceptions_badbit_throw.cc: Likewise. - * testsuite/27_io/basic_istream/seekg/char/fstream.cc: Likewise. - * testsuite/27_io/basic_istream/seekg/char/sstream.cc: Likewise. - * testsuite/27_io/basic_istream/seekg/wchar_t/2.cc: Likewise. - * testsuite/27_io/basic_istream/seekg/wchar_t/26211.cc: Likewise. - * testsuite/27_io/basic_istream/seekg/wchar_t/8348-1.cc: Likewise. - * testsuite/27_io/basic_istream/seekg/wchar_t/8348-2.cc: Likewise. - * testsuite/27_io/basic_istream/seekg/wchar_t/ - exceptions_badbit_throw.cc: Likewise. - * testsuite/27_io/basic_istream/seekg/wchar_t/fstream.cc: Likewise. - * testsuite/27_io/basic_istream/seekg/wchar_t/sstream.cc: Likewise. - * testsuite/27_io/basic_istream/sentry/char/1.cc: Likewise. - * testsuite/27_io/basic_istream/sentry/char/2.cc: Likewise. - * testsuite/27_io/basic_istream/sentry/char/3.cc: Likewise. - * testsuite/27_io/basic_istream/sentry/pod/1.cc: Likewise. - * testsuite/27_io/basic_istream/sentry/wchar_t/1.cc: Likewise. - * testsuite/27_io/basic_istream/sentry/wchar_t/2.cc: Likewise. - * testsuite/27_io/basic_istream/sentry/wchar_t/3.cc: Likewise. - * testsuite/27_io/basic_istream/tellg/char/1.cc: Likewise. - * testsuite/27_io/basic_istream/tellg/char/2.cc: Likewise. - * testsuite/27_io/basic_istream/tellg/char/26211.cc: Likewise. - * testsuite/27_io/basic_istream/tellg/char/8348.cc: Likewise. - * testsuite/27_io/basic_istream/tellg/char/ - exceptions_badbit_throw.cc: Likewise. - * testsuite/27_io/basic_istream/tellg/char/fstream.cc: Likewise. - * testsuite/27_io/basic_istream/tellg/char/sstream.cc: Likewise. - * testsuite/27_io/basic_istream/tellg/wchar_t/1.cc: Likewise. - * testsuite/27_io/basic_istream/tellg/wchar_t/2.cc: Likewise. - * testsuite/27_io/basic_istream/tellg/wchar_t/26211.cc: Likewise. - * testsuite/27_io/basic_istream/tellg/wchar_t/8348.cc: Likewise. - * testsuite/27_io/basic_istream/tellg/wchar_t/ - exceptions_badbit_throw.cc: Likewise. - * testsuite/27_io/basic_istream/tellg/wchar_t/fstream.cc: Likewise. - * testsuite/27_io/basic_istream/tellg/wchar_t/sstream.cc: Likewise. - * testsuite/27_io/basic_istream/ws/char/1.cc: Likewise. - * testsuite/27_io/basic_istream/ws/wchar_t/1.cc: Likewise. - * testsuite/27_io/basic_istringstream/cons/2020.cc: Likewise. - * testsuite/27_io/basic_istringstream/rdbuf/char/2832.cc: Likewise. - * testsuite/27_io/basic_istringstream/rdbuf/wchar_t/2832.cc: Likewise. - * testsuite/27_io/basic_istringstream/str/char/1.cc: Likewise. - * testsuite/27_io/basic_istringstream/str/wchar_t/1.cc: Likewise. - * testsuite/27_io/basic_ofstream/cons/2020.cc: Likewise. - * testsuite/27_io/basic_ofstream/cons/char/1.cc: Likewise. - * testsuite/27_io/basic_ofstream/open/char/1.cc: Likewise. - * testsuite/27_io/basic_ofstream/rdbuf/char/2832.cc: Likewise. - * testsuite/27_io/basic_ostream/cons/2020.cc: Likewise. - * testsuite/27_io/basic_ostream/cons/char/9827.cc: Likewise. - * testsuite/27_io/basic_ostream/cons/wchar_t/9827.cc: Likewise. - * testsuite/27_io/basic_ostream/endl/char/1.cc: Likewise. - * testsuite/27_io/basic_ostream/endl/wchar_t/1.cc: Likewise. - * testsuite/27_io/basic_ostream/ends/char/1.cc: Likewise. - * testsuite/27_io/basic_ostream/ends/char/2.cc: Likewise. - * testsuite/27_io/basic_ostream/ends/wchar_t/1.cc: Likewise. - * testsuite/27_io/basic_ostream/ends/wchar_t/2.cc: Likewise. - * testsuite/27_io/basic_ostream/exceptions/char/9561.cc: Likewise. - * testsuite/27_io/basic_ostream/exceptions/wchar_t/9561.cc: Likewise. - * testsuite/27_io/basic_ostream/flush/char/1.cc: Likewise. - * testsuite/27_io/basic_ostream/flush/char/2.cc: Likewise. - * testsuite/27_io/basic_ostream/flush/char/exceptions_badbit_throw.cc: - Likewise. - * testsuite/27_io/basic_ostream/flush/wchar_t/1.cc: Likewise. - * testsuite/27_io/basic_ostream/flush/wchar_t/2.cc: Likewise. - * testsuite/27_io/basic_ostream/flush/wchar_t/ - exceptions_badbit_throw.cc: Likewise. - * testsuite/27_io/basic_ostream/inserters_arithmetic/char/1.cc: - Likewise. - * testsuite/27_io/basic_ostream/inserters_arithmetic/char/2.cc: - Likewise. - * testsuite/27_io/basic_ostream/inserters_arithmetic/char/3.cc: - Likewise. - * testsuite/27_io/basic_ostream/inserters_arithmetic/char/4.cc: - Likewise. - * testsuite/27_io/basic_ostream/inserters_arithmetic/char/4402.cc: - Likewise. - * testsuite/27_io/basic_ostream/inserters_arithmetic/char/5.cc: - Likewise. - * testsuite/27_io/basic_ostream/inserters_arithmetic/char/6.cc: - Likewise. - * testsuite/27_io/basic_ostream/inserters_arithmetic/char/7.cc: - Likewise. - * testsuite/27_io/basic_ostream/inserters_arithmetic/char/9555-oa.cc: - Likewise. - * testsuite/27_io/basic_ostream/inserters_arithmetic/char/ - exceptions_badbit_throw.cc: Likewise. - * testsuite/27_io/basic_ostream/inserters_arithmetic/char/ - exceptions_failbit_throw.cc: Likewise. - * testsuite/27_io/basic_ostream/inserters_arithmetic/pod/23875.cc: - Likewise. - * testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/1.cc: - Likewise. - * testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/2.cc: - Likewise. - * testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/3.cc: - Likewise. - * testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/4.cc: - Likewise. - * testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/4402.cc: - Likewise. - * testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/5.cc: - Likewise. - * testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/6.cc: - Likewise. - * testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/7.cc: - Likewise. - * testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/ - 9555-oa.cc: Likewise. - * testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/ - exceptions_badbit_throw.cc: Likewise. - * testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/ - exceptions_failbit_throw.cc: Likewise. - * testsuite/27_io/basic_ostream/inserters_character/char/11095-oa.cc: - Likewise. - * testsuite/27_io/basic_ostream/inserters_character/char/11095-ob.cc: - Likewise. - * testsuite/27_io/basic_ostream/inserters_character/char/11095-oc.cc: - Likewise. - * testsuite/27_io/basic_ostream/inserters_character/char/2.cc: Likewise. - * testsuite/27_io/basic_ostream/inserters_character/char/28277-3.cc: - Likewise. - * testsuite/27_io/basic_ostream/inserters_character/char/28277-4.cc: - Likewise. - * testsuite/27_io/basic_ostream/inserters_character/char/3.cc: Likewise. - * testsuite/27_io/basic_ostream/inserters_character/char/4.cc: Likewise. - * testsuite/27_io/basic_ostream/inserters_character/char/5.cc: Likewise. - * testsuite/27_io/basic_ostream/inserters_character/char/6.cc: Likewise. - * testsuite/27_io/basic_ostream/inserters_character/char/8.cc: Likewise. - * testsuite/27_io/basic_ostream/inserters_character/char/9555-oc.cc: - Likewise. - * testsuite/27_io/basic_ostream/inserters_character/wchar_t/ - 11095-od.cc: Likewise. - * testsuite/27_io/basic_ostream/inserters_character/wchar_t/ - 11095-oe.cc: Likewise. - * testsuite/27_io/basic_ostream/inserters_character/wchar_t/ - 11095-of.cc: Likewise. - * testsuite/27_io/basic_ostream/inserters_character/wchar_t/2.cc: - Likewise. - * testsuite/27_io/basic_ostream/inserters_character/wchar_t/ - 28277-1.cc: Likewise. - * testsuite/27_io/basic_ostream/inserters_character/wchar_t/ - 28277-2.cc: Likewise. - * testsuite/27_io/basic_ostream/inserters_character/wchar_t/ - 28277-3.cc: Likewise. - * testsuite/27_io/basic_ostream/inserters_character/wchar_t/ - 28277-4.cc: Likewise. - * testsuite/27_io/basic_ostream/inserters_character/wchar_t/3.cc: - Likewise. - * testsuite/27_io/basic_ostream/inserters_character/wchar_t/4.cc: - Likewise. - * testsuite/27_io/basic_ostream/inserters_character/wchar_t/5.cc: - Likewise. - * testsuite/27_io/basic_ostream/inserters_character/wchar_t/6.cc: - Likewise. - * testsuite/27_io/basic_ostream/inserters_character/wchar_t/7.cc: - Likewise. - * testsuite/27_io/basic_ostream/inserters_character/wchar_t/8.cc: - Likewise. - * testsuite/27_io/basic_ostream/inserters_character/wchar_t/ - 9555-oc.cc: Likewise. - * testsuite/27_io/basic_ostream/inserters_other/char/1.cc: Likewise. - * testsuite/27_io/basic_ostream/inserters_other/char/3.cc: Likewise. - * testsuite/27_io/basic_ostream/inserters_other/char/4.cc: Likewise. - * testsuite/27_io/basic_ostream/inserters_other/char/5.cc: Likewise. - * testsuite/27_io/basic_ostream/inserters_other/char/9318-out.cc: - Likewise. - * testsuite/27_io/basic_ostream/inserters_other/char/9424-out.cc: - Likewise. - * testsuite/27_io/basic_ostream/inserters_other/char/9555-oo.cc: - Likewise. - * testsuite/27_io/basic_ostream/inserters_other/char/error_code.cc: - Likewise. - * testsuite/27_io/basic_ostream/inserters_other/char/ - error_failbit.cc: Likewise. - * testsuite/27_io/basic_ostream/inserters_other/char/ - exceptions_badbit_throw.cc: Likewise. - * testsuite/27_io/basic_ostream/inserters_other/char/ - exceptions_failbit_throw.cc: Likewise. - * testsuite/27_io/basic_ostream/inserters_other/char/ - exceptions_null.cc: Likewise. - * testsuite/27_io/basic_ostream/inserters_other/wchar_t/1.cc: Likewise. - * testsuite/27_io/basic_ostream/inserters_other/wchar_t/3.cc: Likewise. - * testsuite/27_io/basic_ostream/inserters_other/wchar_t/4.cc: Likewise. - * testsuite/27_io/basic_ostream/inserters_other/wchar_t/5.cc: Likewise. - * testsuite/27_io/basic_ostream/inserters_other/wchar_t/ - 9318-out.cc: Likewise. - * testsuite/27_io/basic_ostream/inserters_other/wchar_t/ - 9424-out.cc: Likewise. - * testsuite/27_io/basic_ostream/inserters_other/wchar_t/ - 9555-oo.cc: Likewise. - * testsuite/27_io/basic_ostream/inserters_other/wchar_t/ - error_code.cc: Likewise. - * testsuite/27_io/basic_ostream/inserters_other/wchar_t/ - error_failbit.cc: Likewise. - * testsuite/27_io/basic_ostream/inserters_other/wchar_t/ - exceptions_badbit_throw.cc: Likewise. - * testsuite/27_io/basic_ostream/inserters_other/wchar_t/ - exceptions_failbit_throw.cc: Likewise. - * testsuite/27_io/basic_ostream/inserters_other/wchar_t/ - exceptions_null.cc: Likewise. - * testsuite/27_io/basic_ostream/put/char/1.cc: Likewise. - * testsuite/27_io/basic_ostream/put/wchar_t/1.cc: Likewise. - * testsuite/27_io/basic_ostream/seekp/char/2346-fstream.cc: Likewise. - * testsuite/27_io/basic_ostream/seekp/char/2346-sstream.cc: Likewise. - * testsuite/27_io/basic_ostream/seekp/char/ - exceptions_badbit_throw.cc: Likewise. - * testsuite/27_io/basic_ostream/seekp/wchar_t/2346-fstream.cc: Likewise. - * testsuite/27_io/basic_ostream/seekp/wchar_t/2346-sstream.cc: Likewise. - * testsuite/27_io/basic_ostream/seekp/wchar_t/ - exceptions_badbit_throw.cc: Likewise. - * testsuite/27_io/basic_ostream/sentry/char/1.cc: Likewise. - * testsuite/27_io/basic_ostream/sentry/char/2.cc: Likewise. - * testsuite/27_io/basic_ostream/sentry/pod/1.cc: Likewise. - * testsuite/27_io/basic_ostream/sentry/wchar_t/1.cc: Likewise. - * testsuite/27_io/basic_ostream/sentry/wchar_t/2.cc: Likewise. - * testsuite/27_io/basic_ostream/tellp/char/1.cc: Likewise. - * testsuite/27_io/basic_ostream/tellp/char/2.cc: Likewise. - * testsuite/27_io/basic_ostream/tellp/char/ - exceptions_badbit_throw.cc: Likewise. - * testsuite/27_io/basic_ostream/tellp/wchar_t/1.cc: Likewise. - * testsuite/27_io/basic_ostream/tellp/wchar_t/2.cc: Likewise. - * testsuite/27_io/basic_ostream/tellp/wchar_t/ - exceptions_badbit_throw.cc: Likewise. - * testsuite/27_io/basic_ostream/write/char/1.cc: Likewise. - * testsuite/27_io/basic_ostream/write/wchar_t/1.cc: Likewise. - * testsuite/27_io/basic_ostringstream/cons/2020.cc: Likewise. - * testsuite/27_io/basic_ostringstream/cons/char/3.cc: Likewise. - * testsuite/27_io/basic_ostringstream/cons/wchar_t/3.cc: Likewise. - * testsuite/27_io/basic_ostringstream/rdbuf/char/2832.cc: Likewise. - * testsuite/27_io/basic_ostringstream/rdbuf/wchar_t/2832.cc: Likewise. - * testsuite/27_io/basic_ostringstream/str/char/1.cc: Likewise. - * testsuite/27_io/basic_ostringstream/str/char/2.cc: Likewise. - * testsuite/27_io/basic_ostringstream/str/wchar_t/1.cc: Likewise. - * testsuite/27_io/basic_ostringstream/str/wchar_t/2.cc: Likewise. - * testsuite/27_io/basic_streambuf/cons/2020.cc: Likewise. - * testsuite/27_io/basic_streambuf/cons/57394.cc: Likewise. - * testsuite/27_io/basic_streambuf/cons/char/1.cc: Likewise. - * testsuite/27_io/basic_streambuf/cons/wchar_t/1.cc: Likewise. - * testsuite/27_io/basic_streambuf/imbue/char/13007-1.cc: Likewise. - * testsuite/27_io/basic_streambuf/imbue/char/13007-2.cc: Likewise. - * testsuite/27_io/basic_streambuf/imbue/char/9322.cc: Likewise. - * testsuite/27_io/basic_streambuf/imbue/wchar_t/13007-1.cc: Likewise. - * testsuite/27_io/basic_streambuf/imbue/wchar_t/13007-2.cc: Likewise. - * testsuite/27_io/basic_streambuf/imbue/wchar_t/9322.cc: Likewise. - * testsuite/27_io/basic_streambuf/in_avail/char/1.cc: Likewise. - * testsuite/27_io/basic_streambuf/in_avail/wchar_t/1.cc: Likewise. - * testsuite/27_io/basic_streambuf/overflow/char/1.cc: Likewise. - * testsuite/27_io/basic_streambuf/overflow/char/2.cc: Likewise. - * testsuite/27_io/basic_streambuf/overflow/char/3599.cc: Likewise. - * testsuite/27_io/basic_streambuf/overflow/wchar_t/1.cc: Likewise. - * testsuite/27_io/basic_streambuf/overflow/wchar_t/2.cc: Likewise. - * testsuite/27_io/basic_streambuf/overflow/wchar_t/3599.cc: Likewise. - * testsuite/27_io/basic_streambuf/sgetc/char/1.cc: Likewise. - * testsuite/27_io/basic_streambuf/sgetc/wchar_t/1.cc: Likewise. - * testsuite/27_io/basic_streambuf/sgetn/char/1.cc: Likewise. - * testsuite/27_io/basic_streambuf/sgetn/wchar_t/1.cc: Likewise. - * testsuite/27_io/basic_streambuf/sputbackc/char/9538.cc: Likewise. - * testsuite/27_io/basic_streambuf/sputbackc/wchar_t/9538.cc: Likewise. - * testsuite/27_io/basic_streambuf/sputn/char/1.cc: Likewise. - * testsuite/27_io/basic_streambuf/sputn/wchar_t/1.cc: Likewise. - * testsuite/27_io/basic_streambuf/sync/char/1057.cc: Likewise. - * testsuite/27_io/basic_streambuf/sync/wchar_t/1057.cc: Likewise. - * testsuite/27_io/basic_stringbuf/cons/2020.cc: Likewise. - * testsuite/27_io/basic_stringbuf/cons/char/1.cc: Likewise. - * testsuite/27_io/basic_stringbuf/cons/wchar_t/1.cc: Likewise. - * testsuite/27_io/basic_stringbuf/imbue/char/1.cc: Likewise. - * testsuite/27_io/basic_stringbuf/imbue/char/9322.cc: Likewise. - * testsuite/27_io/basic_stringbuf/imbue/wchar_t/1.cc: Likewise. - * testsuite/27_io/basic_stringbuf/imbue/wchar_t/9322.cc: Likewise. - * testsuite/27_io/basic_stringbuf/in_avail/char/1.cc: Likewise. - * testsuite/27_io/basic_stringbuf/in_avail/wchar_t/1.cc: Likewise. - * testsuite/27_io/basic_stringbuf/overflow/char/1.cc: Likewise. - * testsuite/27_io/basic_stringbuf/overflow/char/2.cc: Likewise. - * testsuite/27_io/basic_stringbuf/overflow/char/26250.cc: Likewise. - * testsuite/27_io/basic_stringbuf/overflow/char/3599.cc: Likewise. - * testsuite/27_io/basic_stringbuf/overflow/char/9988.cc: Likewise. - * testsuite/27_io/basic_stringbuf/overflow/wchar_t/1.cc: Likewise. - * testsuite/27_io/basic_stringbuf/overflow/wchar_t/2.cc: Likewise. - * testsuite/27_io/basic_stringbuf/overflow/wchar_t/26250.cc: Likewise. - * testsuite/27_io/basic_stringbuf/overflow/wchar_t/3599.cc: Likewise. - * testsuite/27_io/basic_stringbuf/overflow/wchar_t/9988.cc: Likewise. - * testsuite/27_io/basic_stringbuf/pbackfail/char/1.cc: Likewise. - * testsuite/27_io/basic_stringbuf/pbackfail/char/2.cc: Likewise. - * testsuite/27_io/basic_stringbuf/pbackfail/wchar_t/1.cc: Likewise. - * testsuite/27_io/basic_stringbuf/pbackfail/wchar_t/2.cc: Likewise. - * testsuite/27_io/basic_stringbuf/sbumpc/char/1.cc: Likewise. - * testsuite/27_io/basic_stringbuf/sbumpc/char/9825.cc: Likewise. - * testsuite/27_io/basic_stringbuf/sbumpc/wchar_t/1.cc: Likewise. - * testsuite/27_io/basic_stringbuf/sbumpc/wchar_t/9825.cc: Likewise. - * testsuite/27_io/basic_stringbuf/seekoff/char/1.cc: Likewise. - * testsuite/27_io/basic_stringbuf/seekoff/char/10975.cc: Likewise. - * testsuite/27_io/basic_stringbuf/seekoff/char/16956.cc: Likewise. - * testsuite/27_io/basic_stringbuf/seekoff/char/2.cc: Likewise. - * testsuite/27_io/basic_stringbuf/seekoff/wchar_t/1.cc: Likewise. - * testsuite/27_io/basic_stringbuf/seekoff/wchar_t/10975.cc: Likewise. - * testsuite/27_io/basic_stringbuf/seekoff/wchar_t/16956.cc: Likewise. - * testsuite/27_io/basic_stringbuf/seekoff/wchar_t/2.cc: Likewise. - * testsuite/27_io/basic_stringbuf/seekpos/char/1.cc: Likewise. - * testsuite/27_io/basic_stringbuf/seekpos/char/2.cc: Likewise. - * testsuite/27_io/basic_stringbuf/seekpos/char/29354.cc: Likewise. - * testsuite/27_io/basic_stringbuf/seekpos/char/3.cc: Likewise. - * testsuite/27_io/basic_stringbuf/seekpos/wchar_t/1.cc: Likewise. - * testsuite/27_io/basic_stringbuf/seekpos/wchar_t/2.cc: Likewise. - * testsuite/27_io/basic_stringbuf/seekpos/wchar_t/29354.cc: Likewise. - * testsuite/27_io/basic_stringbuf/seekpos/wchar_t/3.cc: Likewise. - * testsuite/27_io/basic_stringbuf/setbuf/char/1.cc: Likewise. - * testsuite/27_io/basic_stringbuf/setbuf/char/2.cc: Likewise. - * testsuite/27_io/basic_stringbuf/setbuf/char/3.cc: Likewise. - * testsuite/27_io/basic_stringbuf/setbuf/char/4.cc: Likewise. - * testsuite/27_io/basic_stringbuf/setbuf/wchar_t/1.cc: Likewise. - * testsuite/27_io/basic_stringbuf/setbuf/wchar_t/2.cc: Likewise. - * testsuite/27_io/basic_stringbuf/setbuf/wchar_t/3.cc: Likewise. - * testsuite/27_io/basic_stringbuf/setbuf/wchar_t/4.cc: Likewise. - * testsuite/27_io/basic_stringbuf/sgetc/char/1.cc: Likewise. - * testsuite/27_io/basic_stringbuf/sgetc/wchar_t/1.cc: Likewise. - * testsuite/27_io/basic_stringbuf/sgetn/char/1.cc: Likewise. - * testsuite/27_io/basic_stringbuf/sgetn/wchar_t/1.cc: Likewise. - * testsuite/27_io/basic_stringbuf/snextc/char/1.cc: Likewise. - * testsuite/27_io/basic_stringbuf/snextc/wchar_t/1.cc: Likewise. - * testsuite/27_io/basic_stringbuf/sputbackc/char/1.cc: Likewise. - * testsuite/27_io/basic_stringbuf/sputbackc/char/9425.cc: Likewise. - * testsuite/27_io/basic_stringbuf/sputbackc/wchar_t/1.cc: Likewise. - * testsuite/27_io/basic_stringbuf/sputbackc/wchar_t/9425.cc: Likewise. - * testsuite/27_io/basic_stringbuf/sputc/char/1.cc: Likewise. - * testsuite/27_io/basic_stringbuf/sputc/char/9404-1.cc: Likewise. - * testsuite/27_io/basic_stringbuf/sputc/wchar_t/1.cc: Likewise. - * testsuite/27_io/basic_stringbuf/sputc/wchar_t/9404-1.cc: Likewise. - * testsuite/27_io/basic_stringbuf/sputn/char/1.cc: Likewise. - * testsuite/27_io/basic_stringbuf/sputn/char/9404-2.cc: Likewise. - * testsuite/27_io/basic_stringbuf/sputn/wchar_t/1.cc: Likewise. - * testsuite/27_io/basic_stringbuf/sputn/wchar_t/9404-2.cc: Likewise. - * testsuite/27_io/basic_stringbuf/str/char/1.cc: Likewise. - * testsuite/27_io/basic_stringbuf/str/char/2.cc: Likewise. - * testsuite/27_io/basic_stringbuf/str/char/3.cc: Likewise. - * testsuite/27_io/basic_stringbuf/str/char/3955.cc: Likewise. - * testsuite/27_io/basic_stringbuf/str/wchar_t/1.cc: Likewise. - * testsuite/27_io/basic_stringbuf/str/wchar_t/2.cc: Likewise. - * testsuite/27_io/basic_stringbuf/str/wchar_t/3.cc: Likewise. - * testsuite/27_io/basic_stringbuf/str/wchar_t/3955.cc: Likewise. - * testsuite/27_io/basic_stringbuf/sungetc/char/1.cc: Likewise. - * testsuite/27_io/basic_stringbuf/sungetc/wchar_t/1.cc: Likewise. - * testsuite/27_io/basic_stringbuf/sync/char/1057.cc: Likewise. - * testsuite/27_io/basic_stringbuf/sync/wchar_t/1057.cc: Likewise. - * testsuite/27_io/basic_stringstream/cons/2020.cc: Likewise. - * testsuite/27_io/basic_stringstream/rdbuf/char/2832.cc: Likewise. - * testsuite/27_io/basic_stringstream/rdbuf/wchar_t/2832.cc: Likewise. - * testsuite/27_io/basic_stringstream/str/char/1.cc: Likewise. - * testsuite/27_io/basic_stringstream/str/char/2.cc: Likewise. - * testsuite/27_io/basic_stringstream/str/char/3.cc: Likewise. - * testsuite/27_io/basic_stringstream/str/char/4.cc: Likewise. - * testsuite/27_io/basic_stringstream/str/wchar_t/1.cc: Likewise. - * testsuite/27_io/basic_stringstream/str/wchar_t/2.cc: Likewise. - * testsuite/27_io/basic_stringstream/str/wchar_t/3.cc: Likewise. - * testsuite/27_io/basic_stringstream/str/wchar_t/4.cc: Likewise. - * testsuite/27_io/fpos/11450.cc: Likewise. - * testsuite/27_io/fpos/14252.cc: Likewise. - * testsuite/27_io/fpos/14320-1.cc: Likewise. - * testsuite/27_io/fpos/14320-2.cc: Likewise. - * testsuite/27_io/fpos/14320-3.cc: Likewise. - * testsuite/27_io/fpos/14320-4.cc: Likewise. - * testsuite/27_io/fpos/14320-5.cc: Likewise. - * testsuite/27_io/fpos/14775.cc: Likewise. - * testsuite/27_io/fpos/mbstate_t/1.cc: Likewise. - * testsuite/27_io/fpos/mbstate_t/12065.cc: Likewise. - * testsuite/27_io/fpos/mbstate_t/2.cc: Likewise. - * testsuite/27_io/fpos/mbstate_t/3.cc: Likewise. - * testsuite/27_io/ios_base/callbacks/1.cc: Likewise. - * testsuite/27_io/ios_base/failure/what-1.cc: Likewise. - * testsuite/27_io/ios_base/failure/what-2.cc: Likewise. - * testsuite/27_io/ios_base/failure/what-3.cc: Likewise. - * testsuite/27_io/ios_base/failure/what-big.cc: Likewise. - * testsuite/27_io/ios_base/state/1.cc: Likewise. - * testsuite/27_io/ios_base/storage/1.cc: Likewise. - * testsuite/27_io/ios_base/storage/11584.cc: Likewise. - * testsuite/27_io/ios_base/storage/2.cc: Likewise. - * testsuite/27_io/ios_base/sync_with_stdio/2.cc: Likewise. - * testsuite/27_io/manipulators/adjustfield/char/1.cc: Likewise. - * testsuite/27_io/manipulators/adjustfield/char/2.cc - * testsuite/27_io/manipulators/adjustfield/wchar_t/1.cc: Likewise. - * testsuite/27_io/manipulators/adjustfield/wchar_t/2.cc: Likewise. - * testsuite/27_io/manipulators/basefield/char/1.cc: Likewise. - * testsuite/27_io/manipulators/basefield/wchar_t/1.cc: Likewise. - * testsuite/27_io/manipulators/extended/get_money/char/1.cc: Likewise. - * testsuite/27_io/manipulators/extended/get_money/char/51288.cc: - Likewise. - * testsuite/27_io/manipulators/extended/get_money/wchar_t/1.cc: - Likewise. - * testsuite/27_io/manipulators/extended/get_money/wchar_t/51288.cc: - Likewise. - * testsuite/27_io/manipulators/extended/get_time/char/1.cc - * testsuite/27_io/manipulators/extended/get_time/char/2.cc: Likewise. - * testsuite/27_io/manipulators/extended/get_time/wchar_t/1.cc: Likewise. - * testsuite/27_io/manipulators/extended/get_time/wchar_t/2.cc: Likewise. - * testsuite/27_io/manipulators/extended/put_money/char/1.cc: Likewise. - * testsuite/27_io/manipulators/extended/put_money/char/51288.cc: - Likewise. - * testsuite/27_io/manipulators/extended/put_money/wchar_t/1.cc: - Likewise. - * testsuite/27_io/manipulators/extended/put_money/wchar_t/51288.cc: - Likewise. - * testsuite/27_io/manipulators/extended/put_time/char/1.cc: Likewise. - * testsuite/27_io/manipulators/extended/put_time/char/2.cc: Likewise. - * testsuite/27_io/manipulators/extended/put_time/wchar_t/1.cc: Likewise. - * testsuite/27_io/manipulators/extended/put_time/wchar_t/2.cc: Likewise. - * testsuite/27_io/manipulators/standard/char/1.cc: Likewise. - * testsuite/27_io/manipulators/standard/char/2.cc: Likewise. - * testsuite/27_io/manipulators/standard/char/dr2344.cc: Likewise. - * testsuite/27_io/manipulators/standard/char/quoted.cc: Likewise. - * testsuite/27_io/manipulators/standard/wchar_t/1.cc: Likewise. - * testsuite/27_io/manipulators/standard/wchar_t/2.cc: Likewise. - * testsuite/27_io/manipulators/standard/wchar_t/dr2344.cc: Likewise. - * testsuite/27_io/manipulators/standard/wchar_t/quoted.cc: Likewise. - * testsuite/27_io/objects/char/1.cc: Likewise. - * testsuite/27_io/objects/char/10.cc: Likewise. - * testsuite/27_io/objects/char/3045.cc: Likewise. - * testsuite/27_io/objects/char/41037.cc: Likewise. - * testsuite/27_io/objects/char/5.cc: Likewise. - * testsuite/27_io/objects/char/6.cc: Likewise. - * testsuite/27_io/objects/char/6548_xin.cc: Likewise. - * testsuite/27_io/objects/char/6648-1_xin.cc: Likewise. - * testsuite/27_io/objects/char/6648-2_xin.cc: Likewise. - * testsuite/27_io/objects/char/7744_xin.cc: Likewise. - * testsuite/27_io/objects/char/8.cc: Likewise. - * testsuite/27_io/objects/char/9.cc: Likewise. - * testsuite/27_io/objects/char/9661-2_xin.cc: Likewise. - * testsuite/27_io/objects/char/dr455.cc: Likewise. - * testsuite/27_io/objects/wchar_t/1.cc: Likewise. - * testsuite/27_io/objects/wchar_t/10.cc: Likewise. - * testsuite/27_io/objects/wchar_t/11.cc: Likewise. - * testsuite/27_io/objects/wchar_t/12.cc: Likewise. - * testsuite/27_io/objects/wchar_t/13.cc: Likewise. - * testsuite/27_io/objects/wchar_t/13582-1_xin.cc: Likewise. - * testsuite/27_io/objects/wchar_t/3045.cc: Likewise. - * testsuite/27_io/objects/wchar_t/41037.cc: Likewise. - * testsuite/27_io/objects/wchar_t/5.cc: Likewise. - * testsuite/27_io/objects/wchar_t/6548_xin.cc: Likewise. - * testsuite/27_io/objects/wchar_t/6648-1_xin.cc: Likewise. - * testsuite/27_io/objects/wchar_t/6648-2_xin.cc: Likewise. - * testsuite/27_io/objects/wchar_t/7744_xin.cc: Likewise. - * testsuite/27_io/objects/wchar_t/8.cc: Likewise. - * testsuite/27_io/objects/wchar_t/9520.cc: Likewise. - * testsuite/27_io/objects/wchar_t/9661-2_xin.cc: Likewise. - * testsuite/27_io/objects/wchar_t/9662.cc: Likewise. - * testsuite/27_io/objects/wchar_t/dr455.cc: Likewise. - * testsuite/27_io/types/3.cc: Likewise. - -2016-10-17 Jonathan Wakely - - PR libstdc++/77994 - * include/bits/stl_algo.h (sample): Convert size argument to iterator - difference type. - * include/experimental/algorithm (experimental::sample): Likewise. - * testsuite/25_algorithms/sample/2.cc: New test. - -2016-10-17 Paolo Carlini - - * testsuite/unordered_map/insert/57619.C: Rename to 57619.cc. - * testsuite/23_containers/unordered_multimap/insert/57619.C: Likewise. - -2016-10-17 Paolo Carlini - - * testsuite/array/capacity/empty.cc: Remove 'test' variables. - * testsuite/array/capacity/max_size.cc: Likewise. - * testsuite/array/capacity/size.cc: Likewise. - * testsuite/array/comparison_operators/equal.cc: Likewise. - * testsuite/array/comparison_operators/greater.cc: Likewise. - * testsuite/array/comparison_operators/greater_or_equal.cc: Likewise. - * testsuite/array/comparison_operators/less.cc: Likewise. - * testsuite/array/comparison_operators/less_or_equal.cc: Likewise. - * testsuite/array/comparison_operators/not_equal.cc: Likewise. - * testsuite/array/element_access/54388.cc: Likewise. - * testsuite/array/element_access/at_out_of_range.cc: Likewise. - * testsuite/array/element_access/back.cc: Likewise. - * testsuite/array/element_access/data.cc: Likewise. - * testsuite/array/element_access/front.cc: Likewise. - * testsuite/array/iterators/end_is_one_past.cc: Likewise. - * testsuite/array/requirements/contiguous.cc: Likewise. - * testsuite/array/requirements/fill.cc: Likewise. - * testsuite/array/requirements/member_swap.cc: Likewise. - * testsuite/array/requirements/zero_sized_arrays.cc: Likewise. - * testsuite/array/specialized_algorithms/swap.cc: Likewise. - * testsuite/array/tuple_interface/tuple_element.cc: Likewise. - * testsuite/array/tuple_interface/tuple_element_cpp14.cc: Likewise. - * testsuite/array/tuple_interface/tuple_size.cc: Likewise. - * testsuite/bitset/all/1.cc: Likewise. - * testsuite/bitset/cons/1.cc: Likewise. - * testsuite/bitset/cons/16020.cc: Likewise. - * testsuite/bitset/cons/2.cc: Likewise. - * testsuite/bitset/cons/3.cc: Likewise. - * testsuite/bitset/cons/50268.cc: Likewise. - * testsuite/bitset/cons/6282.cc: Likewise. - * testsuite/bitset/cons/dr1325-2.cc: Likewise. - * testsuite/bitset/cons/dr396.cc: Likewise. - * testsuite/bitset/ext/15361.cc: Likewise. - * testsuite/bitset/input/1.cc: Likewise. - * testsuite/bitset/operations/1.cc: Likewise. - * testsuite/bitset/operations/13838.cc: Likewise. - * testsuite/bitset/operations/2.cc: Likewise. - * testsuite/bitset/test/1.cc: Likewise. - * testsuite/bitset/to_string/1.cc: Likewise. - * testsuite/bitset/to_string/dr396.cc: Likewise. - * testsuite/bitset/to_ullong/1.cc: Likewise. - * testsuite/bitset/to_ulong/1.cc: Likewise. - * testsuite/deque/allocator/copy.cc: Likewise. - * testsuite/deque/allocator/copy_assign.cc: Likewise. - * testsuite/deque/allocator/ext_ptr.cc: Likewise. - * testsuite/deque/allocator/minimal.cc: Likewise. - * testsuite/deque/allocator/move.cc: Likewise. - * testsuite/deque/allocator/move_assign.cc: Likewise. - * testsuite/deque/allocator/swap.cc: Likewise. - * testsuite/deque/capacity/29134-2.cc: Likewise. - * testsuite/deque/capacity/29134.cc: Likewise. - * testsuite/deque/capacity/moveable.cc: Likewise. - * testsuite/deque/capacity/resize_size.cc: Likewise. - * testsuite/deque/capacity/shrink_to_fit.cc: Likewise. - * testsuite/deque/cons/1.cc: Likewise. - * testsuite/deque/cons/2.cc: Likewise. - * testsuite/deque/cons/assign/1.cc: Likewise. - * testsuite/deque/cons/cons_size.cc: Likewise. - * testsuite/deque/cons/moveable.cc: Likewise. - * testsuite/deque/modifiers/erase/1.cc: Likewise. - * testsuite/deque/modifiers/erase/2.cc: Likewise. - * testsuite/deque/modifiers/erase/3.cc: Likewise. - * testsuite/deque/modifiers/erase/moveable.cc: Likewise. - * testsuite/deque/modifiers/moveable.cc: Likewise. - * testsuite/deque/modifiers/push_back/49836.cc: Likewise. - * testsuite/deque/modifiers/push_front/49836.cc: Likewise. - * testsuite/deque/modifiers/swap/1.cc: Likewise. - * testsuite/deque/modifiers/swap/2.cc: Likewise. - * testsuite/deque/modifiers/swap/3.cc: Likewise. - * testsuite/deque/operators/1.cc: Likewise. - * testsuite/deque/operators/2.cc: Likewise. - * testsuite/forward_list/allocator/copy.cc: Likewise. - * testsuite/forward_list/allocator/copy_assign.cc: Likewise. - * testsuite/forward_list/allocator/ext_ptr.cc: Likewise. - * testsuite/forward_list/allocator/minimal.cc: Likewise. - * testsuite/forward_list/allocator/move.cc: Likewise. - * testsuite/forward_list/allocator/move_assign.cc: Likewise. - * testsuite/forward_list/allocator/swap.cc: Likewise. - * testsuite/forward_list/capacity/1.cc: Likewise. - * testsuite/forward_list/capacity/resize_size.cc: Likewise. - * testsuite/forward_list/comparable.cc: Likewise. - * testsuite/forward_list/cons/1.cc: Likewise. - * testsuite/forward_list/cons/2.cc: Likewise. - * testsuite/forward_list/cons/3.cc: Likewise. - * testsuite/forward_list/cons/4.cc: Likewise. - * testsuite/forward_list/cons/5.cc: Likewise. - * testsuite/forward_list/cons/6.cc: Likewise. - * testsuite/forward_list/cons/7.cc: Likewise. - * testsuite/forward_list/cons/8.cc: Likewise. - * testsuite/forward_list/cons/9.cc: Likewise. - * testsuite/forward_list/cons/cons_size.cc: Likewise. - * testsuite/forward_list/cons/moveable.cc: Likewise. - * testsuite/forward_list/debug/clear.cc: Likewise. - * testsuite/forward_list/debug/construct4_neg.cc: Likewise. - * testsuite/forward_list/debug/erase_after1_neg.cc: Likewise. - * testsuite/forward_list/debug/move_assign_neg.cc: Likewise. - * testsuite/forward_list/debug/move_constructor.cc: Likewise. - * testsuite/forward_list/debug/move_neg.cc: Likewise. - * testsuite/forward_list/debug/splice_after.cc: Likewise. - * testsuite/forward_list/debug/swap.cc: Likewise. - * testsuite/forward_list/modifiers/1.cc: Likewise. - * testsuite/forward_list/modifiers/2.cc: Likewise. - * testsuite/forward_list/modifiers/3.cc: Likewise. - * testsuite/forward_list/modifiers/4.cc: Likewise. - * testsuite/forward_list/modifiers/5.cc: Likewise. - * testsuite/forward_list/modifiers/6.cc: Likewise. - * testsuite/forward_list/operations/1.cc: Likewise. - * testsuite/forward_list/operations/2.cc: Likewise. - * testsuite/forward_list/operations/3.cc: Likewise. - * testsuite/forward_list/operations/4.cc: Likewise. - * testsuite/forward_list/operations/5.cc: Likewise. - * testsuite/forward_list/operations/6.cc: Likewise. - * testsuite/forward_list/operations/7.cc: Likewise. - * testsuite/forward_list/operations/remove_freed.cc: Likewise. - * testsuite/list/61347.cc: Likewise. - * testsuite/list/allocator/copy.cc: Likewise. - * testsuite/list/allocator/copy_assign.cc: Likewise. - * testsuite/list/allocator/minimal.cc: Likewise. - * testsuite/list/allocator/move.cc: Likewise. - * testsuite/list/allocator/move_assign.cc: Likewise. - * testsuite/list/allocator/swap.cc: Likewise. - * testsuite/list/capacity/1.h: Likewise. - * testsuite/list/capacity/29134.cc: Likewise. - * testsuite/list/capacity/resize_size.cc: Likewise. - * testsuite/list/cons/1.h: Likewise. - * testsuite/list/cons/2.h: Likewise. - * testsuite/list/cons/3.h: Likewise. - * testsuite/list/cons/4.h: Likewise. - * testsuite/list/cons/5.h: Likewise. - * testsuite/list/cons/6.h: Likewise. - * testsuite/list/cons/7.h: Likewise. - * testsuite/list/cons/8.h: Likewise. - * testsuite/list/cons/9.h: Likewise. - * testsuite/list/cons/cons_size.cc: Likewise. - * testsuite/list/cons/moveable.h: Likewise. - * testsuite/list/debug/invalidation/1.cc: Likewise. - * testsuite/list/debug/invalidation/2.cc: Likewise. - * testsuite/list/debug/invalidation/3.cc: Likewise. - * testsuite/list/debug/invalidation/4.cc: Likewise. - * testsuite/list/modifiers/1.h: Likewise. - * testsuite/list/modifiers/2.h: Likewise. - * testsuite/list/modifiers/3.h: Likewise. - * testsuite/list/modifiers/insert/25288.h: Likewise. - * testsuite/list/modifiers/swap/1.h: Likewise. - * testsuite/list/modifiers/swap/2.h: Likewise. - * testsuite/list/modifiers/swap/3.h: Likewise. - * testsuite/list/operations/1.h: Likewise. - * testsuite/list/operations/2.h: Likewise. - * testsuite/list/operations/3.h: Likewise. - * testsuite/list/operations/4.h: Likewise. - * testsuite/list/operations/42352.cc: Likewise. - * testsuite/map/allocator/copy.cc: Likewise. - * testsuite/map/allocator/copy_assign.cc: Likewise. - * testsuite/map/allocator/init-list.cc: Likewise. - * testsuite/map/allocator/minimal.cc: Likewise. - * testsuite/map/allocator/move.cc: Likewise. - * testsuite/map/allocator/move_assign.cc: Likewise. - * testsuite/map/allocator/swap.cc: Likewise. - * testsuite/map/capacity/29134.cc: Likewise. - * testsuite/map/cons/moveable.cc: Likewise. - * testsuite/map/debug/construct5_neg.cc: Likewise. - * testsuite/map/debug/move_assign_neg.cc: Likewise. - * testsuite/map/debug/move_neg.cc: Likewise. - * testsuite/map/element_access/1.cc: Likewise. - * testsuite/map/element_access/2.cc: Likewise. - * testsuite/map/element_access/39901.cc: Likewise. - * testsuite/map/init-list.cc: Likewise. - * testsuite/map/modifiers/dr130.cc: Likewise. - * testsuite/map/modifiers/emplace/1.cc: Likewise. - * testsuite/map/modifiers/extract.cc: Likewise. - * testsuite/map/modifiers/insert/1.cc: Likewise. - * testsuite/map/modifiers/insert/16813.cc: Likewise. - * testsuite/map/modifiers/insert/2.cc: Likewise. - * testsuite/map/modifiers/insert/3.cc: Likewise. - * testsuite/map/modifiers/insert/4.cc: Likewise. - * testsuite/map/modifiers/insert/5.cc: Likewise. - * testsuite/map/modifiers/insert_or_assign/1.cc: Likewise. - * testsuite/map/modifiers/merge.cc: Likewise. - * testsuite/map/modifiers/swap/1.cc: Likewise. - * testsuite/map/modifiers/swap/2.cc: Likewise. - * testsuite/map/modifiers/swap/3.cc: Likewise. - * testsuite/map/modifiers/try_emplace/1.cc: Likewise. - * testsuite/map/operations/1.cc: Likewise. - * testsuite/map/operations/count.cc: Likewise. - * testsuite/map/operators/1_neg.cc: Likewise. - * testsuite/map/operators/2.cc: Likewise. - * testsuite/multimap/allocator/copy.cc: Likewise. - * testsuite/multimap/allocator/copy_assign.cc: Likewise. - * testsuite/multimap/allocator/init-list.cc: Likewise. - * testsuite/multimap/allocator/minimal.cc: Likewise. - * testsuite/multimap/allocator/move.cc: Likewise. - * testsuite/multimap/allocator/move_assign.cc: Likewise. - * testsuite/multimap/allocator/swap.cc: Likewise. - * testsuite/multimap/capacity/29134.cc: Likewise. - * testsuite/multimap/cons/moveable.cc: Likewise. - * testsuite/multimap/debug/construct5_neg.cc: Likewise. - * testsuite/multimap/debug/move_assign_neg.cc: Likewise. - * testsuite/multimap/debug/move_neg.cc: Likewise. - * testsuite/multimap/init-list.cc: Likewise. - * testsuite/multimap/modifiers/dr130.cc: Likewise. - * testsuite/multimap/modifiers/emplace/1.cc: Likewise. - * testsuite/multimap/modifiers/extract.cc: Likewise. - * testsuite/multimap/modifiers/insert/1.cc: Likewise. - * testsuite/multimap/modifiers/insert/2.cc: Likewise. - * testsuite/multimap/modifiers/insert/22102.cc: Likewise. - * testsuite/multimap/modifiers/insert/3.cc: Likewise. - * testsuite/multimap/modifiers/insert/4.cc: Likewise. - * testsuite/multimap/modifiers/merge.cc: Likewise. - * testsuite/multimap/modifiers/swap/1.cc: Likewise. - * testsuite/multimap/modifiers/swap/2.cc: Likewise. - * testsuite/multimap/modifiers/swap/3.cc: Likewise. - * testsuite/multimap/operations/1.cc: Likewise. - * testsuite/multimap/operations/count.cc: Likewise. - * testsuite/multiset/allocator/copy.cc: Likewise. - * testsuite/multiset/allocator/copy_assign.cc: Likewise. - * testsuite/multiset/allocator/init-list.cc: Likewise. - * testsuite/multiset/allocator/minimal.cc: Likewise. - * testsuite/multiset/allocator/move.cc: Likewise. - * testsuite/multiset/allocator/move_assign.cc: Likewise. - * testsuite/multiset/allocator/swap.cc: Likewise. - * testsuite/multiset/capacity/29134.cc: Likewise. - * testsuite/multiset/cons/moveable.cc: Likewise. - * testsuite/multiset/debug/construct5_neg.cc: Likewise. - * testsuite/multiset/debug/invalidation/2.cc: Likewise. - * testsuite/multiset/debug/move_assign_neg.cc: Likewise. - * testsuite/multiset/debug/move_neg.cc: Likewise. - * testsuite/multiset/init-list.cc: Likewise. - * testsuite/multiset/modifiers/dr130.cc: Likewise. - * testsuite/multiset/modifiers/emplace/1.cc: Likewise. - * testsuite/multiset/modifiers/extract.cc: Likewise. - * testsuite/multiset/modifiers/insert/1.cc: Likewise. - * testsuite/multiset/modifiers/insert/2.cc: Likewise. - * testsuite/multiset/modifiers/insert/22102.cc: Likewise. - * testsuite/multiset/modifiers/insert/3.cc: Likewise. - * testsuite/multiset/modifiers/insert/4.cc: Likewise. - * testsuite/multiset/modifiers/merge.cc: Likewise. - * testsuite/multiset/modifiers/swap/1.cc: Likewise. - * testsuite/multiset/modifiers/swap/2.cc: Likewise. - * testsuite/multiset/modifiers/swap/3.cc: Likewise. - * testsuite/multiset/operations/1.cc: Likewise. - * testsuite/multiset/operations/count.cc: Likewise. - * testsuite/priority_queue/moveable.cc: Likewise. - * testsuite/queue/moveable.cc: Likewise. - * testsuite/set/allocator/copy.cc: Likewise. - * testsuite/set/allocator/copy_assign.cc: Likewise. - * testsuite/set/allocator/init-list.cc: Likewise. - * testsuite/set/allocator/minimal.cc: Likewise. - * testsuite/set/allocator/move.cc: Likewise. - * testsuite/set/allocator/move_assign.cc: Likewise. - * testsuite/set/allocator/swap.cc: Likewise. - * testsuite/set/capacity/29134.cc: Likewise. - * testsuite/set/cons/moveable.cc: Likewise. - * testsuite/set/debug/construct5_neg.cc: Likewise. - * testsuite/set/debug/invalidation/2.cc: Likewise. - * testsuite/set/debug/move_assign_neg.cc: Likewise. - * testsuite/set/debug/move_neg.cc: Likewise. - * testsuite/set/init-list.cc: Likewise. - * testsuite/set/modifiers/17948.cc: Likewise. - * testsuite/set/modifiers/dr130.cc: Likewise. - * testsuite/set/modifiers/emplace/1.cc: Likewise. - * testsuite/set/modifiers/extract.cc: Likewise. - * testsuite/set/modifiers/insert/1.cc: Likewise. - * testsuite/set/modifiers/insert/2.cc: Likewise. - * testsuite/set/modifiers/insert/3.cc: Likewise. - * testsuite/set/modifiers/merge.cc: Likewise. - * testsuite/set/modifiers/swap/1.cc: Likewise. - * testsuite/set/modifiers/swap/2.cc: Likewise. - * testsuite/set/modifiers/swap/3.cc: Likewise. - * testsuite/set/operations/1.cc: Likewise. - * testsuite/set/operations/count.cc: Likewise. - * testsuite/set/operators/1_neg.cc: Likewise. - * testsuite/unordered_map/allocator/copy.cc: Likewise. - * testsuite/unordered_map/allocator/copy_assign.cc: Likewise. - * testsuite/unordered_map/allocator/minimal.cc: Likewise. - * testsuite/unordered_map/allocator/move.cc: Likewise. - * testsuite/unordered_map/allocator/move_assign.cc: Likewise. - * testsuite/unordered_map/allocator/swap.cc: Likewise. - * testsuite/unordered_map/cons/moveable.cc: Likewise. - * testsuite/unordered_map/debug/construct5_neg.cc: Likewise. - * testsuite/unordered_map/debug/move_assign_neg.cc: Likewise. - * testsuite/unordered_map/debug/move_neg.cc: Likewise. - * testsuite/unordered_map/dr761.cc: Likewise. - * testsuite/unordered_map/erase/1.cc: Likewise. - * testsuite/unordered_map/erase/24061-map.cc: Likewise. - * testsuite/unordered_map/erase/54276.cc: Likewise. - * testsuite/unordered_map/hash_policy/dr1189.cc: Likewise. - * testsuite/unordered_map/init-list.cc: Likewise. - * testsuite/unordered_map/insert/24061-map.cc: Likewise. - * testsuite/unordered_map/insert/57619.C: Likewise. - * testsuite/unordered_map/insert/array_syntax.cc: Likewise. - * testsuite/unordered_map/insert/array_syntax_move.cc: Likewise. - * testsuite/unordered_map/insert/map_range.cc: Likewise. - * testsuite/unordered_map/insert/map_single.cc: Likewise. - * testsuite/unordered_map/insert/map_single_move-1.cc: Likewise. - * testsuite/unordered_map/insert/map_single_move-2.cc: Likewise. - * testsuite/unordered_map/modifiers/61667.cc: Likewise. - * testsuite/unordered_map/modifiers/emplace.cc: Likewise. - * testsuite/unordered_map/modifiers/extract.cc: Likewise. - * testsuite/unordered_map/modifiers/insert_or_assign.cc: Likewise. - * testsuite/unordered_map/modifiers/merge.cc: Likewise. - * testsuite/unordered_map/modifiers/reserve.cc: Likewise. - * testsuite/unordered_map/modifiers/try_emplace.cc: Likewise. - * testsuite/unordered_map/operations/count.cc: Likewise. - * testsuite/unordered_map/operators/1.cc: Likewise. - * testsuite/unordered_map/operators/2.cc: Likewise. - * testsuite/unordered_multimap/allocator/copy.cc: Likewise. - * testsuite/unordered_multimap/allocator/copy_assign.cc: Likewise. - * testsuite/unordered_multimap/allocator/minimal.cc: Likewise. - * testsuite/unordered_multimap/allocator/move.cc: Likewise. - * testsuite/unordered_multimap/allocator/move_assign.cc: Likewise. - * testsuite/unordered_multimap/allocator/swap.cc: Likewise. - * testsuite/unordered_multimap/cons/moveable.cc: Likewise. - * testsuite/unordered_multimap/debug/construct5_neg.cc: Likewise. - * testsuite/unordered_multimap/debug/move_assign_neg.cc: Likewise. - * testsuite/unordered_multimap/debug/move_neg.cc: Likewise. - * testsuite/unordered_multimap/erase/1.cc: Likewise. - * testsuite/unordered_multimap/erase/2.cc: Likewise. - * testsuite/unordered_multimap/erase/24061-multimap.cc: Likewise. - * testsuite/unordered_multimap/erase/51845-multimap.cc: Likewise. - * testsuite/unordered_multimap/erase/54276.cc: Likewise. - * testsuite/unordered_multimap/hash_policy/dr1189.cc: Likewise. - * testsuite/unordered_multimap/init-list.cc: Likewise. - * testsuite/unordered_multimap/insert/24061-multimap.cc: Likewise. - * testsuite/unordered_multimap/insert/51866.cc: Likewise. - * testsuite/unordered_multimap/insert/52476.cc: Likewise. - * testsuite/unordered_multimap/insert/53115.cc: Likewise. - * testsuite/unordered_multimap/insert/57619.C: Likewise. - * testsuite/unordered_multimap/insert/hint.cc: Likewise. - * testsuite/unordered_multimap/insert/multimap_range.cc: Likewise. - * testsuite/unordered_multimap/insert/multimap_single.cc: Likewise. - * testsuite/unordered_multimap/insert/multimap_single_move-1.cc: - Likewise. - * testsuite/unordered_multimap/insert/multimap_single_move-2.cc: - Likewise. - * testsuite/unordered_multimap/modifiers/emplace.cc: Likewise. - * testsuite/unordered_multimap/modifiers/extract.cc: Likewise. - * testsuite/unordered_multimap/modifiers/merge.cc: Likewise. - * testsuite/unordered_multimap/modifiers/reserve.cc: Likewise. - * testsuite/unordered_multimap/operations/count.cc: Likewise. - * testsuite/unordered_multimap/operators/1.cc: Likewise. - * testsuite/unordered_multimap/operators/2.cc: Likewise. - * testsuite/unordered_multiset/allocator/copy.cc: Likewise. - * testsuite/unordered_multiset/allocator/copy_assign.cc: Likewise. - * testsuite/unordered_multiset/allocator/minimal.cc: Likewise. - * testsuite/unordered_multiset/allocator/move.cc: Likewise. - * testsuite/unordered_multiset/allocator/move_assign.cc: Likewise. - * testsuite/unordered_multiset/allocator/swap.cc: Likewise. - * testsuite/unordered_multiset/cons/copy.cc: Likewise. - * testsuite/unordered_multiset/cons/moveable.cc: Likewise. - * testsuite/unordered_multiset/debug/construct5_neg.cc: Likewise. - * testsuite/unordered_multiset/debug/move_assign_neg.cc: Likewise. - * testsuite/unordered_multiset/debug/move_neg.cc: Likewise. - * testsuite/unordered_multiset/erase/1.cc: Likewise. - * testsuite/unordered_multiset/erase/2.cc: Likewise. - * testsuite/unordered_multiset/erase/24061-multiset.cc: Likewise. - * testsuite/unordered_multiset/hash_policy/dr1189.cc: Likewise. - * testsuite/unordered_multiset/init-list.cc: Likewise. - * testsuite/unordered_multiset/insert/24061-multiset.cc: Likewise. - * testsuite/unordered_multiset/insert/51866.cc: Likewise. - * testsuite/unordered_multiset/insert/52476.cc: Likewise. - * testsuite/unordered_multiset/insert/53115.cc: Likewise. - * testsuite/unordered_multiset/insert/hash_policy.cc: Likewise. - * testsuite/unordered_multiset/insert/multiset_range.cc: Likewise. - * testsuite/unordered_multiset/insert/multiset_single.cc: Likewise. - * testsuite/unordered_multiset/insert/multiset_single_move.cc: Likewise. - * testsuite/unordered_multiset/modifiers/emplace.cc: Likewise. - * testsuite/unordered_multiset/modifiers/extract.cc: Likewise. - * testsuite/unordered_multiset/modifiers/merge.cc: Likewise. - * testsuite/unordered_multiset/modifiers/reserve.cc: Likewise. - * testsuite/unordered_multiset/operations/count.cc: Likewise. - * testsuite/unordered_multiset/operators/1.cc: Likewise. - * testsuite/unordered_set/allocator/copy.cc: Likewise. - * testsuite/unordered_set/allocator/copy_assign.cc: Likewise. - * testsuite/unordered_set/allocator/ext_ptr.cc: Likewise. - * testsuite/unordered_set/allocator/minimal.cc: Likewise. - * testsuite/unordered_set/allocator/move.cc: Likewise. - * testsuite/unordered_set/allocator/move_assign.cc: Likewise. - * testsuite/unordered_set/allocator/swap.cc: Likewise. - * testsuite/unordered_set/buckets/swap.cc: Likewise. - * testsuite/unordered_set/cons/moveable.cc: Likewise. - * testsuite/unordered_set/debug/construct5_neg.cc: Likewise. - * testsuite/unordered_set/debug/debug_functions.cc: Likewise. - * testsuite/unordered_set/debug/move_assign_neg.cc: Likewise. - * testsuite/unordered_set/debug/move_neg.cc: Likewise. - * testsuite/unordered_set/erase/1.cc: Likewise. - * testsuite/unordered_set/erase/24061-set.cc: Likewise. - * testsuite/unordered_set/hash_policy/26132.cc: Likewise. - * testsuite/unordered_set/hash_policy/71181.cc: Likewise. - * testsuite/unordered_set/hash_policy/dr1189.cc: Likewise. - * testsuite/unordered_set/hash_policy/load_factor.cc: Likewise. - * testsuite/unordered_set/hash_policy/power2_rehash.cc: Likewise. - * testsuite/unordered_set/hash_policy/prime_rehash.cc: Likewise. - * testsuite/unordered_set/hash_policy/rehash.cc: Likewise. - * testsuite/unordered_set/init-list.cc: Likewise. - * testsuite/unordered_set/insert/24061-set.cc: Likewise. - * testsuite/unordered_set/insert/hash_policy.cc: Likewise. - * testsuite/unordered_set/insert/move_range.cc: Likewise. - * testsuite/unordered_set/insert/set_range.cc: Likewise. - * testsuite/unordered_set/insert/set_single.cc: Likewise. - * testsuite/unordered_set/insert/set_single_move.cc: Likewise. - * testsuite/unordered_set/max_load_factor/robustness.cc: Likewise. - * testsuite/unordered_set/modifiers/emplace.cc: Likewise. - * testsuite/unordered_set/modifiers/extract.cc: Likewise. - * testsuite/unordered_set/modifiers/merge.cc: Likewise. - * testsuite/unordered_set/modifiers/reserve.cc: Likewise. - * testsuite/unordered_set/modifiers/swap.cc: Likewise. - * testsuite/unordered_set/operations/count.cc: Likewise. - * testsuite/unordered_set/operators/1.cc: Likewise. - * testsuite/vector/allocator/copy.cc: Likewise. - * testsuite/vector/allocator/copy_assign.cc: Likewise. - * testsuite/vector/allocator/ext_ptr.cc: Likewise. - * testsuite/vector/allocator/minimal.cc: Likewise. - * testsuite/vector/allocator/move.cc: Likewise. - * testsuite/vector/allocator/move_assign.cc: Likewise. - * testsuite/vector/allocator/swap.cc: Likewise. - * testsuite/vector/bool/6886.cc: Likewise. - * testsuite/vector/bool/72847.cc: Likewise. - * testsuite/vector/bool/allocator/copy.cc: Likewise. - * testsuite/vector/bool/allocator/copy_assign.cc: Likewise. - * testsuite/vector/bool/allocator/ext_ptr.cc: Likewise. - * testsuite/vector/bool/allocator/move.cc: Likewise. - * testsuite/vector/bool/allocator/move_assign.cc: Likewise. - * testsuite/vector/bool/allocator/swap.cc: Likewise. - * testsuite/vector/bool/capacity/1.cc: Likewise. - * testsuite/vector/bool/capacity/29134.cc: Likewise. - * testsuite/vector/bool/capacity/shrink_to_fit.cc: Likewise. - * testsuite/vector/bool/cons/1.cc: Likewise. - * testsuite/vector/bool/cons/2.cc: Likewise. - * testsuite/vector/bool/modifiers/erase/1.cc: Likewise. - * testsuite/vector/bool/modifiers/insert/1.cc: Likewise. - * testsuite/vector/bool/modifiers/insert/31370.cc: Likewise. - * testsuite/vector/bool/modifiers/swap/1.cc: Likewise. - * testsuite/vector/bool/modifiers/swap/2.cc: Likewise. - * testsuite/vector/bool/swap.cc: Likewise. - * testsuite/vector/capacity/1.cc: Likewise. - * testsuite/vector/capacity/2.cc: Likewise. - * testsuite/vector/capacity/29134-2.cc: Likewise. - * testsuite/vector/capacity/29134.cc: Likewise. - * testsuite/vector/capacity/44190.cc: Likewise. - * testsuite/vector/capacity/8230.cc: Likewise. - * testsuite/vector/capacity/reserve/moveable.cc: Likewise. - * testsuite/vector/capacity/reserve/moveable2.cc: Likewise. - * testsuite/vector/capacity/resize/1.cc: Likewise. - * testsuite/vector/capacity/resize/moveable.cc: Likewise. - * testsuite/vector/capacity/resize/moveable2.cc: Likewise. - * testsuite/vector/capacity/resize/resize_size.cc: Likewise. - * testsuite/vector/capacity/shrink_to_fit.cc: Likewise. - * testsuite/vector/capacity/shrink_to_fit2.cc: Likewise. - * testsuite/vector/cons/3.cc: Likewise. - * testsuite/vector/cons/4.cc: Likewise. - * testsuite/vector/cons/cons_size.cc: Likewise. - * testsuite/vector/cons/moveable.cc: Likewise. - * testsuite/vector/data_access/1.cc: Likewise. - * testsuite/vector/debug/debug_functions.cc: Likewise. - * testsuite/vector/debug/move_assign_neg.cc: Likewise. - * testsuite/vector/debug/move_neg.cc: Likewise. - * testsuite/vector/debug/multithreaded_swap.cc: Likewise. - * testsuite/vector/element_access/1.cc: Likewise. - * testsuite/vector/ext_pointer/citerators.cc: Likewise. - * testsuite/vector/ext_pointer/data_access.cc: Likewise. - * testsuite/vector/ext_pointer/modifiers/element.cc: Likewise. - * testsuite/vector/ext_pointer/modifiers/erase.cc: Likewise. - * testsuite/vector/ext_pointer/modifiers/insert.cc: Likewise. - * testsuite/vector/ext_pointer/resize.cc: Likewise. - * testsuite/vector/modifiers/1.cc: Likewise. - * testsuite/vector/modifiers/2.cc: Likewise. - * testsuite/vector/modifiers/emplace/self_emplace.cc: Likewise. - * testsuite/vector/modifiers/erase/1.cc: Likewise. - * testsuite/vector/modifiers/erase/moveable.cc: Likewise. - * testsuite/vector/modifiers/insert/1.cc: Likewise. - * testsuite/vector/modifiers/insert/self_insert.cc: Likewise. - * testsuite/vector/modifiers/moveable.cc: Likewise. - * testsuite/vector/modifiers/moveable2.cc: Likewise. - * testsuite/vector/modifiers/push_back/49836.cc: Likewise. - * testsuite/vector/modifiers/swap/1.cc: Likewise. - * testsuite/vector/modifiers/swap/2.cc: Likewise. - * testsuite/vector/modifiers/swap/3.cc: Likewise. - * testsuite/vector/zero_sized_allocations.cc: Likewise. - -2016-10-17 Jonathan Wakely - - PR libstdc++/77998 - * include/std/future (__future_base::_Deferred_state) - (__future_base::_Async_state_impl): Use decltype to deduce return - type, instead of _Invoker::result_type. - * include/std/thread (thread::_Invoker::operator()): Likewise. - (thread::_Invoker::result_type): Remove. - - PR libstdc++/77987 - * include/bits/unique_ptr.h (unique_ptr::reset(U)): Copy - value to pointer of the correct type to swap, to support conversions - allowed by LWG 2118 / N4089. - * testsuite/20_util/unique_ptr/assign/assign_neg.cc: Move test for - incompatible deleters from ... - * testsuite/20_util/unique_ptr/assign/cv_qual.cc: ... here. - * testsuite/20_util/unique_ptr/modifiers/cv_qual.cc: Move tests for - incompatible pointers to ... - * testsuite/20_util/unique_ptr/modifiers/reset_neg.cc: ... here. Move - destructor definition to base class. Test for invalid derived-to-base - conversion. - - * doc/xml/manual/status_cxx2017.xml: Update status. - * doc/html/*: Regenerate. - * include/bits/deque.tcc (deque::emplace_front, deque::emplace_back): - Return a reference in C++17 mode. - * include/bits/forward_list.h (forward_list::emplace_front): Likewise. - * include/bits/stl_bvector.h (vector::emplace_back): Likewise. - * include/bits/stl_deque.h (deque::emplace_front, deque::emplace_back): - Likewise. - * include/bits/stl_list.h (list::emplace_front, list::emplace_back): - Likewise. - * include/bits/stl_queue.h (queue::emplace): Likewise. - * include/bits/stl_stack.h (stack::emplace): Likewise. - * include/bits/stl_vector.h (vector::emplace_back): Likewise. - * include/bits/vector.tcc (vector::emplace_back): Likewise. - * include/debug/deque (__gnu_debug::deque::emplace_front) - (__gnu_debug::deque::emplace_back): Likewise. - * include/debug/vector (__gnu_debug::vector::emplace_back): Likewise. - * testsuite/23_containers/deque/modifiers/emplace/cxx17_return.cc: - New. - * testsuite/23_containers/forward_list/modifiers/ - emplace_cxx17_return.cc: New. - * testsuite/23_containers/list/modifiers/emplace/cxx17_return.cc: New. - * testsuite/23_containers/queue/members/emplace_cxx17_return.cc: New. - * testsuite/23_containers/stack/members/emplace_cxx17_return.cc: New. - * testsuite/23_containers/vector/bool/emplace_cxx17_return.cc: New. - * testsuite/23_containers/vector/modifiers/emplace/cxx17_return.cc: - New. - -2016-10-16 Paolo Carlini - - * testsuite/22_locale/classification/isblank.cc: Remove 'test' - variables. - * testsuite/22_locale/codecvt/always_noconv/char/1.cc: Likewise. - * testsuite/22_locale/codecvt/always_noconv/wchar_t/1.cc: Likewise. - * testsuite/22_locale/codecvt/always_noconv/wchar_t/2.cc: Likewise. - * testsuite/22_locale/codecvt/always_noconv/wchar_t/3.cc: Likewise. - * testsuite/22_locale/codecvt/always_noconv/wchar_t/4.cc: Likewise. - * testsuite/22_locale/codecvt/codecvt_utf8/69703.cc: Likewise. - * testsuite/22_locale/codecvt/encoding/char/1.cc: Likewise. - * testsuite/22_locale/codecvt/encoding/wchar_t/1.cc: Likewise. - * testsuite/22_locale/codecvt/encoding/wchar_t/2.cc: Likewise. - * testsuite/22_locale/codecvt/encoding/wchar_t/3.cc: Likewise. - * testsuite/22_locale/codecvt/encoding/wchar_t/4.cc: Likewise. - * testsuite/22_locale/codecvt/in/char/1.cc: Likewise. - * testsuite/22_locale/codecvt/in/wchar_t/1.cc: Likewise. - * testsuite/22_locale/codecvt/in/wchar_t/2.cc: Likewise. - * testsuite/22_locale/codecvt/in/wchar_t/3.cc: Likewise. - * testsuite/22_locale/codecvt/in/wchar_t/4.cc: Likewise. - * testsuite/22_locale/codecvt/in/wchar_t/5.cc: Likewise. - * testsuite/22_locale/codecvt/in/wchar_t/6.cc: Likewise. - * testsuite/22_locale/codecvt/in/wchar_t/7.cc: Likewise. - * testsuite/22_locale/codecvt/in/wchar_t/8.cc: Likewise. - * testsuite/22_locale/codecvt/in/wchar_t/9.cc: Likewise. - * testsuite/22_locale/codecvt/length/char/1.cc: Likewise. - * testsuite/22_locale/codecvt/length/char/2.cc: Likewise. - * testsuite/22_locale/codecvt/length/wchar_t/1.cc: Likewise. - * testsuite/22_locale/codecvt/length/wchar_t/2.cc: Likewise. - * testsuite/22_locale/codecvt/length/wchar_t/3.cc: Likewise. - * testsuite/22_locale/codecvt/length/wchar_t/4.cc: Likewise. - * testsuite/22_locale/codecvt/length/wchar_t/5.cc: Likewise. - * testsuite/22_locale/codecvt/length/wchar_t/6.cc: Likewise. - * testsuite/22_locale/codecvt/length/wchar_t/7.cc: Likewise. - * testsuite/22_locale/codecvt/max_length/char/1.cc: Likewise. - * testsuite/22_locale/codecvt/max_length/wchar_t/1.cc: Likewise. - * testsuite/22_locale/codecvt/max_length/wchar_t/2.cc: Likewise. - * testsuite/22_locale/codecvt/max_length/wchar_t/3.cc: Likewise. - * testsuite/22_locale/codecvt/max_length/wchar_t/4.cc: Likewise. - * testsuite/22_locale/codecvt/out/char/1.cc: Likewise. - * testsuite/22_locale/codecvt/out/wchar_t/1.cc: Likewise. - * testsuite/22_locale/codecvt/out/wchar_t/2.cc: Likewise. - * testsuite/22_locale/codecvt/out/wchar_t/3.cc: Likewise. - * testsuite/22_locale/codecvt/out/wchar_t/4.cc: Likewise. - * testsuite/22_locale/codecvt/out/wchar_t/5.cc: Likewise. - * testsuite/22_locale/codecvt/out/wchar_t/6.cc: Likewise. - * testsuite/22_locale/codecvt/out/wchar_t/7.cc: Likewise. - * testsuite/22_locale/codecvt/unshift/char/1.cc: Likewise. - * testsuite/22_locale/codecvt/unshift/wchar_t/1.cc: Likewise. - * testsuite/22_locale/codecvt/unshift/wchar_t/2.cc: Likewise. - * testsuite/22_locale/codecvt/unshift/wchar_t/3.cc: Likewise. - * testsuite/22_locale/codecvt/unshift/wchar_t/4.cc: Likewise. - * testsuite/22_locale/collate/compare/char/1.cc: Likewise. - * testsuite/22_locale/collate/compare/char/2.cc: Likewise. - * testsuite/22_locale/collate/compare/char/3.cc: Likewise. - * testsuite/22_locale/collate/compare/wchar_t/1.cc: Likewise. - * testsuite/22_locale/collate/compare/wchar_t/2.cc: Likewise. - * testsuite/22_locale/collate/compare/wchar_t/3.cc: Likewise. - * testsuite/22_locale/collate/hash/char/1.cc: Likewise. - * testsuite/22_locale/collate/hash/char/2.cc: Likewise. - * testsuite/22_locale/collate/hash/wchar_t/1.cc: Likewise. - * testsuite/22_locale/collate/hash/wchar_t/2.cc: Likewise. - * testsuite/22_locale/collate/transform/char/2.cc: Likewise. - * testsuite/22_locale/collate/transform/char/28277.cc: Likewise. - * testsuite/22_locale/collate/transform/char/3.cc: Likewise. - * testsuite/22_locale/collate/transform/wchar_t/2.cc: Likewise. - * testsuite/22_locale/collate/transform/wchar_t/28277.cc: Likewise. - * testsuite/22_locale/collate/transform/wchar_t/3.cc: Likewise. - * testsuite/22_locale/collate_byname/named_equivalence.cc: Likewise. - * testsuite/22_locale/ctype/cons/char/1.cc: Likewise. - * testsuite/22_locale/ctype/is/char/1.cc: Likewise. - * testsuite/22_locale/ctype/is/char/2.cc: Likewise. - * testsuite/22_locale/ctype/is/char/3.cc: Likewise. - * testsuite/22_locale/ctype/is/char/9858.cc: Likewise. - * testsuite/22_locale/ctype/is/wchar_t/1.cc: Likewise. - * testsuite/22_locale/ctype/is/wchar_t/11740.cc: Likewise. - * testsuite/22_locale/ctype/is/wchar_t/2.cc: Likewise. - * testsuite/22_locale/ctype/narrow/char/1.cc: Likewise. - * testsuite/22_locale/ctype/narrow/char/19955.cc: Likewise. - * testsuite/22_locale/ctype/narrow/char/2.cc: Likewise. - * testsuite/22_locale/ctype/narrow/wchar_t/1.cc: Likewise. - * testsuite/22_locale/ctype/narrow/wchar_t/2.cc: Likewise. - * testsuite/22_locale/ctype/narrow/wchar_t/3.cc: Likewise. - * testsuite/22_locale/ctype/scan/char/1.cc: Likewise. - * testsuite/22_locale/ctype/scan/wchar_t/1.cc: Likewise. - * testsuite/22_locale/ctype/to/char/1.cc: Likewise. - * testsuite/22_locale/ctype/to/wchar_t/1.cc: Likewise. - * testsuite/22_locale/ctype/widen/char/1.cc: Likewise. - * testsuite/22_locale/ctype/widen/wchar_t/1.cc: Likewise. - * testsuite/22_locale/ctype/widen/wchar_t/2.cc: Likewise. - * testsuite/22_locale/ctype/widen/wchar_t/3.cc: Likewise. - * testsuite/22_locale/ctype_base/11844.cc: Likewise. - * testsuite/22_locale/facet/1.cc: Likewise. - * testsuite/22_locale/facet/2.cc: Likewise. - * testsuite/22_locale/facet/25421.cc: Likewise. - * testsuite/22_locale/global_templates/1.cc: Likewise. - * testsuite/22_locale/global_templates/standard_facet_hierarchies.cc: - Likewise. - * testsuite/22_locale/global_templates/user_facet_hierarchies.cc: - Likewise. - * testsuite/22_locale/locale/13630.cc: Likewise. - * testsuite/22_locale/locale/cons/12352.cc: Likewise. - * testsuite/22_locale/locale/cons/12438.cc: Likewise. - * testsuite/22_locale/locale/cons/2.cc: Likewise. - * testsuite/22_locale/locale/cons/29217.cc: Likewise. - * testsuite/22_locale/locale/cons/38365.cc: Likewise. - * testsuite/22_locale/locale/cons/38368.cc: Likewise. - * testsuite/22_locale/locale/cons/4.cc: Likewise. - * testsuite/22_locale/locale/cons/40184.cc: Likewise. - * testsuite/22_locale/locale/cons/5.cc: Likewise. - * testsuite/22_locale/locale/cons/6.cc: Likewise. - * testsuite/22_locale/locale/cons/7.cc: Likewise. - * testsuite/22_locale/locale/cons/7222-c.cc: Likewise. - * testsuite/22_locale/locale/cons/7222-env.cc: Likewise. - * testsuite/22_locale/locale/cons/8.cc: Likewise. - * testsuite/22_locale/locale/cons/unicode.cc: Likewise. - * testsuite/22_locale/locale/global_locale_objects/1.cc: Likewise. - * testsuite/22_locale/locale/global_locale_objects/14071.cc: Likewise. - * testsuite/22_locale/locale/global_locale_objects/2.cc: Likewise. - * testsuite/22_locale/locale/global_locale_objects/3.cc: Likewise. - * testsuite/22_locale/locale/operations/1.cc: Likewise. - * testsuite/22_locale/locale/operations/2.cc: Likewise. - * testsuite/22_locale/messages/13631.cc: Likewise. - * testsuite/22_locale/messages/members/char/1.cc: Likewise. - * testsuite/22_locale/messages/members/char/2.cc: Likewise. - * testsuite/22_locale/messages/members/char/3.cc: Likewise. - * testsuite/22_locale/messages_byname/named_equivalence.cc: Likewise. - * testsuite/22_locale/money_get/get/char/1.cc: Likewise. - * testsuite/22_locale/money_get/get/char/10.cc: Likewise. - * testsuite/22_locale/money_get/get/char/11.cc: Likewise. - * testsuite/22_locale/money_get/get/char/11528.cc: Likewise. - * testsuite/22_locale/money_get/get/char/12.cc: Likewise. - * testsuite/22_locale/money_get/get/char/13.cc: Likewise. - * testsuite/22_locale/money_get/get/char/14.cc: Likewise. - * testsuite/22_locale/money_get/get/char/15.cc: Likewise. - * testsuite/22_locale/money_get/get/char/16.cc: Likewise. - * testsuite/22_locale/money_get/get/char/17.cc: Likewise. - * testsuite/22_locale/money_get/get/char/18.cc: Likewise. - * testsuite/22_locale/money_get/get/char/19.cc: Likewise. - * testsuite/22_locale/money_get/get/char/2.cc: Likewise. - * testsuite/22_locale/money_get/get/char/22131.cc: Likewise. - * testsuite/22_locale/money_get/get/char/3.cc: Likewise. - * testsuite/22_locale/money_get/get/char/38399.cc: Likewise. - * testsuite/22_locale/money_get/get/char/39168.cc: Likewise. - * testsuite/22_locale/money_get/get/char/4.cc: Likewise. - * testsuite/22_locale/money_get/get/char/5.cc: Likewise. - * testsuite/22_locale/money_get/get/char/6.cc: Likewise. - * testsuite/22_locale/money_get/get/char/7.cc: Likewise. - * testsuite/22_locale/money_get/get/char/8.cc: Likewise. - * testsuite/22_locale/money_get/get/wchar_t/1.cc: Likewise. - * testsuite/22_locale/money_get/get/wchar_t/10.cc: Likewise. - * testsuite/22_locale/money_get/get/wchar_t/11.cc: Likewise. - * testsuite/22_locale/money_get/get/wchar_t/11528.cc: Likewise. - * testsuite/22_locale/money_get/get/wchar_t/12.cc: Likewise. - * testsuite/22_locale/money_get/get/wchar_t/13.cc: Likewise. - * testsuite/22_locale/money_get/get/wchar_t/14.cc: Likewise. - * testsuite/22_locale/money_get/get/wchar_t/15.cc: Likewise. - * testsuite/22_locale/money_get/get/wchar_t/16.cc: Likewise. - * testsuite/22_locale/money_get/get/wchar_t/17.cc: Likewise. - * testsuite/22_locale/money_get/get/wchar_t/18.cc: Likewise. - * testsuite/22_locale/money_get/get/wchar_t/19.cc: Likewise. - * testsuite/22_locale/money_get/get/wchar_t/2.cc: Likewise. - * testsuite/22_locale/money_get/get/wchar_t/22131.cc: Likewise. - * testsuite/22_locale/money_get/get/wchar_t/3.cc: Likewise. - * testsuite/22_locale/money_get/get/wchar_t/38399.cc: Likewise. - * testsuite/22_locale/money_get/get/wchar_t/39168.cc: Likewise. - * testsuite/22_locale/money_get/get/wchar_t/4.cc: Likewise. - * testsuite/22_locale/money_get/get/wchar_t/5.cc: Likewise. - * testsuite/22_locale/money_get/get/wchar_t/6.cc: Likewise. - * testsuite/22_locale/money_get/get/wchar_t/7.cc: Likewise. - * testsuite/22_locale/money_get/get/wchar_t/8.cc: Likewise. - * testsuite/22_locale/money_put/put/char/1.cc: Likewise. - * testsuite/22_locale/money_put/put/char/12971.cc: Likewise. - * testsuite/22_locale/money_put/put/char/2.cc: Likewise. - * testsuite/22_locale/money_put/put/char/3.cc: Likewise. - * testsuite/22_locale/money_put/put/char/39168.cc: Likewise. - * testsuite/22_locale/money_put/put/char/4.cc: Likewise. - * testsuite/22_locale/money_put/put/char/5.cc: Likewise. - * testsuite/22_locale/money_put/put/char/6.cc: Likewise. - * testsuite/22_locale/money_put/put/char/9780-3.cc: Likewise. - * testsuite/22_locale/money_put/put/wchar_t/1.cc: Likewise. - * testsuite/22_locale/money_put/put/wchar_t/12971.cc: Likewise. - * testsuite/22_locale/money_put/put/wchar_t/2.cc: Likewise. - * testsuite/22_locale/money_put/put/wchar_t/3.cc: Likewise. - * testsuite/22_locale/money_put/put/wchar_t/39168.cc: Likewise. - * testsuite/22_locale/money_put/put/wchar_t/4.cc: Likewise. - * testsuite/22_locale/money_put/put/wchar_t/5.cc: Likewise. - * testsuite/22_locale/money_put/put/wchar_t/6.cc: Likewise. - * testsuite/22_locale/moneypunct/40712.cc: Likewise. - * testsuite/22_locale/moneypunct/members/char/1.cc: Likewise. - * testsuite/22_locale/moneypunct/members/char/2.cc: Likewise. - * testsuite/22_locale/moneypunct/members/wchar_t/1.cc: Likewise. - * testsuite/22_locale/moneypunct/members/wchar_t/2.cc: Likewise. - * testsuite/22_locale/moneypunct/requirements/false/intl.cc: Likewise. - * testsuite/22_locale/moneypunct/requirements/true/intl.cc: Likewise. - * testsuite/22_locale/moneypunct_byname/named_equivalence.cc: Likewise. - * testsuite/22_locale/num_get/get/char/1.cc: Likewise. - * testsuite/22_locale/num_get/get/char/10.cc: Likewise. - * testsuite/22_locale/num_get/get/char/11.cc: Likewise. - * testsuite/22_locale/num_get/get/char/12.cc: Likewise. - * testsuite/22_locale/num_get/get/char/13.cc: Likewise. - * testsuite/22_locale/num_get/get/char/14.cc: Likewise. - * testsuite/22_locale/num_get/get/char/15.cc: Likewise. - * testsuite/22_locale/num_get/get/char/16.cc: Likewise. - * testsuite/22_locale/num_get/get/char/2.cc: Likewise. - * testsuite/22_locale/num_get/get/char/22131.cc: Likewise. - * testsuite/22_locale/num_get/get/char/23953.cc: Likewise. - * testsuite/22_locale/num_get/get/char/3.cc: Likewise. - * testsuite/22_locale/num_get/get/char/37958.cc: Likewise. - * testsuite/22_locale/num_get/get/char/39168.cc: Likewise. - * testsuite/22_locale/num_get/get/char/39802.cc: Likewise. - * testsuite/22_locale/num_get/get/char/4.cc: Likewise. - * testsuite/22_locale/num_get/get/char/5.cc: Likewise. - * testsuite/22_locale/num_get/get/char/6.cc: Likewise. - * testsuite/22_locale/num_get/get/char/7.cc: Likewise. - * testsuite/22_locale/num_get/get/char/8.cc: Likewise. - * testsuite/22_locale/num_get/get/char/9.cc: Likewise. - * testsuite/22_locale/num_get/get/wchar_t/1.cc: Likewise. - * testsuite/22_locale/num_get/get/wchar_t/10.cc: Likewise. - * testsuite/22_locale/num_get/get/wchar_t/11.cc: Likewise. - * testsuite/22_locale/num_get/get/wchar_t/12.cc: Likewise. - * testsuite/22_locale/num_get/get/wchar_t/13.cc: Likewise. - * testsuite/22_locale/num_get/get/wchar_t/14.cc: Likewise. - * testsuite/22_locale/num_get/get/wchar_t/15.cc: Likewise. - * testsuite/22_locale/num_get/get/wchar_t/16.cc: Likewise. - * testsuite/22_locale/num_get/get/wchar_t/2.cc: Likewise. - * testsuite/22_locale/num_get/get/wchar_t/22131.cc: Likewise. - * testsuite/22_locale/num_get/get/wchar_t/23953.cc: Likewise. - * testsuite/22_locale/num_get/get/wchar_t/3.cc: Likewise. - * testsuite/22_locale/num_get/get/wchar_t/37958.cc: Likewise. - * testsuite/22_locale/num_get/get/wchar_t/39168.cc: Likewise. - * testsuite/22_locale/num_get/get/wchar_t/39802.cc: Likewise. - * testsuite/22_locale/num_get/get/wchar_t/4.cc: Likewise. - * testsuite/22_locale/num_get/get/wchar_t/5.cc: Likewise. - * testsuite/22_locale/num_get/get/wchar_t/6.cc: Likewise. - * testsuite/22_locale/num_get/get/wchar_t/7.cc: Likewise. - * testsuite/22_locale/num_get/get/wchar_t/8.cc: Likewise. - * testsuite/22_locale/num_get/get/wchar_t/9.cc: Likewise. - * testsuite/22_locale/num_put/put/char/1.cc: Likewise. - * testsuite/22_locale/num_put/put/char/10.cc: Likewise. - * testsuite/22_locale/num_put/put/char/11.cc: Likewise. - * testsuite/22_locale/num_put/put/char/12.cc: Likewise. - * testsuite/22_locale/num_put/put/char/14220.cc: Likewise. - * testsuite/22_locale/num_put/put/char/15565.cc: Likewise. - * testsuite/22_locale/num_put/put/char/2.cc: Likewise. - * testsuite/22_locale/num_put/put/char/20909.cc: Likewise. - * testsuite/22_locale/num_put/put/char/20914.cc: Likewise. - * testsuite/22_locale/num_put/put/char/23953.cc: Likewise. - * testsuite/22_locale/num_put/put/char/3.cc: Likewise. - * testsuite/22_locale/num_put/put/char/38196.cc: Likewise. - * testsuite/22_locale/num_put/put/char/38210.cc: Likewise. - * testsuite/22_locale/num_put/put/char/4.cc: Likewise. - * testsuite/22_locale/num_put/put/char/5.cc: Likewise. - * testsuite/22_locale/num_put/put/char/6.cc: Likewise. - * testsuite/22_locale/num_put/put/char/7.cc: Likewise. - * testsuite/22_locale/num_put/put/char/8.cc: Likewise. - * testsuite/22_locale/num_put/put/char/9.cc: Likewise. - * testsuite/22_locale/num_put/put/char/9780-2.cc: Likewise. - * testsuite/22_locale/num_put/put/wchar_t/1.cc: Likewise. - * testsuite/22_locale/num_put/put/wchar_t/10.cc: Likewise. - * testsuite/22_locale/num_put/put/wchar_t/11.cc: Likewise. - * testsuite/22_locale/num_put/put/wchar_t/12.cc: Likewise. - * testsuite/22_locale/num_put/put/wchar_t/14220.cc: Likewise. - * testsuite/22_locale/num_put/put/wchar_t/15565.cc: Likewise. - * testsuite/22_locale/num_put/put/wchar_t/2.cc: Likewise. - * testsuite/22_locale/num_put/put/wchar_t/20909.cc: Likewise. - * testsuite/22_locale/num_put/put/wchar_t/20914.cc: Likewise. - * testsuite/22_locale/num_put/put/wchar_t/23953.cc: Likewise. - * testsuite/22_locale/num_put/put/wchar_t/3.cc: Likewise. - * testsuite/22_locale/num_put/put/wchar_t/38196.cc: Likewise. - * testsuite/22_locale/num_put/put/wchar_t/38210.cc: Likewise. - * testsuite/22_locale/num_put/put/wchar_t/4.cc: Likewise. - * testsuite/22_locale/num_put/put/wchar_t/5.cc: Likewise. - * testsuite/22_locale/num_put/put/wchar_t/6.cc: Likewise. - * testsuite/22_locale/num_put/put/wchar_t/7.cc: Likewise. - * testsuite/22_locale/num_put/put/wchar_t/8.cc: Likewise. - * testsuite/22_locale/num_put/put/wchar_t/9.cc: Likewise. - * testsuite/22_locale/numpunct/members/char/1.cc: Likewise. - * testsuite/22_locale/numpunct/members/char/2.cc: Likewise. - * testsuite/22_locale/numpunct/members/char/3.cc: Likewise. - * testsuite/22_locale/numpunct/members/char/cache_1.cc: Likewise. - * testsuite/22_locale/numpunct/members/char/cache_2.cc: Likewise. - * testsuite/22_locale/numpunct/members/pod/1.cc: Likewise. - * testsuite/22_locale/numpunct/members/wchar_t/1.cc: Likewise. - * testsuite/22_locale/numpunct/members/wchar_t/2.cc: Likewise. - * testsuite/22_locale/numpunct/members/wchar_t/cache_1.cc: Likewise. - * testsuite/22_locale/numpunct/members/wchar_t/cache_2.cc: Likewise. - * testsuite/22_locale/numpunct_byname/named_equivalence.cc: Likewise. - * testsuite/22_locale/time_get/date_order/char/1.cc: Likewise. - * testsuite/22_locale/time_get/date_order/wchar_t/1.cc: Likewise. - * testsuite/22_locale/time_get/get/char/1.cc: Likewise. - * testsuite/22_locale/time_get/get/char/2.cc: Likewise. - * testsuite/22_locale/time_get/get/wchar_t/1.cc: Likewise. - * testsuite/22_locale/time_get/get/wchar_t/2.cc: Likewise. - * testsuite/22_locale/time_get/get_date/char/1.cc: Likewise. - * testsuite/22_locale/time_get/get_date/char/12750.cc: Likewise. - * testsuite/22_locale/time_get/get_date/char/12791.cc: Likewise. - * testsuite/22_locale/time_get/get_date/char/2.cc: Likewise. - * testsuite/22_locale/time_get/get_date/char/26701.cc: Likewise. - * testsuite/22_locale/time_get/get_date/char/3.cc: Likewise. - * testsuite/22_locale/time_get/get_date/char/5.cc: Likewise. - * testsuite/22_locale/time_get/get_date/wchar_t/1.cc: Likewise. - * testsuite/22_locale/time_get/get_date/wchar_t/12750.cc: Likewise. - * testsuite/22_locale/time_get/get_date/wchar_t/12791.cc: Likewise. - * testsuite/22_locale/time_get/get_date/wchar_t/2.cc: Likewise. - * testsuite/22_locale/time_get/get_date/wchar_t/26701.cc: Likewise. - * testsuite/22_locale/time_get/get_date/wchar_t/3.cc: Likewise. - * testsuite/22_locale/time_get/get_date/wchar_t/4.cc: Likewise. - * testsuite/22_locale/time_get/get_date/wchar_t/5.cc: Likewise. - * testsuite/22_locale/time_get/get_monthname/char/1.cc: Likewise. - * testsuite/22_locale/time_get/get_monthname/char/2.cc: Likewise. - * testsuite/22_locale/time_get/get_monthname/char/3.cc: Likewise. - * testsuite/22_locale/time_get/get_monthname/char/4.cc: Likewise. - * testsuite/22_locale/time_get/get_monthname/char/5.cc: Likewise. - * testsuite/22_locale/time_get/get_monthname/char/6.cc: Likewise. - * testsuite/22_locale/time_get/get_monthname/wchar_t/1.cc: Likewise. - * testsuite/22_locale/time_get/get_monthname/wchar_t/2.cc: Likewise. - * testsuite/22_locale/time_get/get_monthname/wchar_t/3.cc: Likewise. - * testsuite/22_locale/time_get/get_monthname/wchar_t/4.cc: Likewise. - * testsuite/22_locale/time_get/get_monthname/wchar_t/5.cc: Likewise. - * testsuite/22_locale/time_get/get_monthname/wchar_t/6.cc: Likewise. - * testsuite/22_locale/time_get/get_time/char/1.cc: Likewise. - * testsuite/22_locale/time_get/get_time/char/2.cc: Likewise. - * testsuite/22_locale/time_get/get_time/char/3.cc: Likewise. - * testsuite/22_locale/time_get/get_time/char/4.cc: Likewise. - * testsuite/22_locale/time_get/get_time/char/5.cc: Likewise. - * testsuite/22_locale/time_get/get_time/char/6.cc: Likewise. - * testsuite/22_locale/time_get/get_time/wchar_t/1.cc: Likewise. - * testsuite/22_locale/time_get/get_time/wchar_t/2.cc: Likewise. - * testsuite/22_locale/time_get/get_time/wchar_t/3.cc: Likewise. - * testsuite/22_locale/time_get/get_time/wchar_t/4.cc: Likewise. - * testsuite/22_locale/time_get/get_time/wchar_t/5.cc: Likewise. - * testsuite/22_locale/time_get/get_time/wchar_t/6.cc: Likewise. - * testsuite/22_locale/time_get/get_weekday/char/1.cc: Likewise. - * testsuite/22_locale/time_get/get_weekday/char/2.cc: Likewise. - * testsuite/22_locale/time_get/get_weekday/char/3.cc: Likewise. - * testsuite/22_locale/time_get/get_weekday/char/38081-1.cc: Likewise. - * testsuite/22_locale/time_get/get_weekday/char/38081-2.cc: Likewise. - * testsuite/22_locale/time_get/get_weekday/char/5.cc: Likewise. - * testsuite/22_locale/time_get/get_weekday/char/6.cc: Likewise. - * testsuite/22_locale/time_get/get_weekday/wchar_t/1.cc: Likewise. - * testsuite/22_locale/time_get/get_weekday/wchar_t/2.cc: Likewise. - * testsuite/22_locale/time_get/get_weekday/wchar_t/3.cc: Likewise. - * testsuite/22_locale/time_get/get_weekday/wchar_t/5.cc: Likewise. - * testsuite/22_locale/time_get/get_weekday/wchar_t/6.cc: Likewise. - * testsuite/22_locale/time_get/get_year/char/1.cc: Likewise. - * testsuite/22_locale/time_get/get_year/char/3.cc: Likewise. - * testsuite/22_locale/time_get/get_year/char/5.cc: Likewise. - * testsuite/22_locale/time_get/get_year/wchar_t/1.cc: Likewise. - * testsuite/22_locale/time_get/get_year/wchar_t/3.cc: Likewise. - * testsuite/22_locale/time_get/get_year/wchar_t/5.cc: Likewise. - * testsuite/22_locale/time_put/put/char/1.cc: Likewise. - * testsuite/22_locale/time_put/put/char/10.cc: Likewise. - * testsuite/22_locale/time_put/put/char/12439_1.cc: Likewise. - * testsuite/22_locale/time_put/put/char/12439_3.cc: Likewise. - * testsuite/22_locale/time_put/put/char/17038.cc: Likewise. - * testsuite/22_locale/time_put/put/char/2.cc: Likewise. - * testsuite/22_locale/time_put/put/char/3.cc: Likewise. - * testsuite/22_locale/time_put/put/char/4.cc: Likewise. - * testsuite/22_locale/time_put/put/char/5.cc: Likewise. - * testsuite/22_locale/time_put/put/char/6.cc: Likewise. - * testsuite/22_locale/time_put/put/char/7.cc: Likewise. - * testsuite/22_locale/time_put/put/char/8.cc: Likewise. - * testsuite/22_locale/time_put/put/char/9.cc: Likewise. - * testsuite/22_locale/time_put/put/char/9780-1.cc: Likewise. - * testsuite/22_locale/time_put/put/wchar_t/1.cc: Likewise. - * testsuite/22_locale/time_put/put/wchar_t/10.cc: Likewise. - * testsuite/22_locale/time_put/put/wchar_t/12439_1.cc: Likewise. - * testsuite/22_locale/time_put/put/wchar_t/12439_2.cc: Likewise. - * testsuite/22_locale/time_put/put/wchar_t/12439_3.cc: Likewise. - * testsuite/22_locale/time_put/put/wchar_t/17038.cc: Likewise. - * testsuite/22_locale/time_put/put/wchar_t/2.cc: Likewise. - * testsuite/22_locale/time_put/put/wchar_t/3.cc: Likewise. - * testsuite/22_locale/time_put/put/wchar_t/4.cc: Likewise. - * testsuite/22_locale/time_put/put/wchar_t/5.cc: Likewise. - * testsuite/22_locale/time_put/put/wchar_t/6.cc: Likewise. - * testsuite/22_locale/time_put/put/wchar_t/7.cc: Likewise. - * testsuite/22_locale/time_put/put/wchar_t/8.cc: Likewise. - * testsuite/22_locale/time_put/put/wchar_t/9.cc: Likewise. - * testsuite/30_threads/async/42819.cc: Likewise. - * testsuite/30_threads/async/any.cc: Likewise. - * testsuite/30_threads/async/async.cc: Likewise. - * testsuite/30_threads/async/except.cc: Likewise. - * testsuite/30_threads/async/launch.cc: Likewise. - * testsuite/30_threads/async/sync.cc: Likewise. - * testsuite/30_threads/call_once/call_once1.cc: Likewise. - * testsuite/30_threads/condition_variable/cons/1.cc: Likewise. - * testsuite/30_threads/condition_variable/members/1.cc: Likewise. - * testsuite/30_threads/condition_variable/members/2.cc: Likewise. - * testsuite/30_threads/condition_variable/members/3.cc: Likewise. - * testsuite/30_threads/condition_variable_any/cons/1.cc: Likewise. - * testsuite/30_threads/condition_variable_any/members/1.cc: Likewise. - * testsuite/30_threads/condition_variable_any/members/2.cc: Likewise. - * testsuite/30_threads/future/members/45133.cc: Likewise. - * testsuite/30_threads/future/members/get.cc: Likewise. - * testsuite/30_threads/future/members/get2.cc: Likewise. - * testsuite/30_threads/future/members/share.cc: Likewise. - * testsuite/30_threads/future/members/valid.cc: Likewise. - * testsuite/30_threads/future/members/wait_for.cc: Likewise. - * testsuite/30_threads/future/members/wait_until.cc: Likewise. - * testsuite/30_threads/lock/1.cc: Likewise. - * testsuite/30_threads/lock/2.cc: Likewise. - * testsuite/30_threads/lock/3.cc: Likewise. - * testsuite/30_threads/lock/4.cc: Likewise. - * testsuite/30_threads/lock_guard/cons/1.cc: Likewise. - * testsuite/30_threads/mutex/cons/1.cc: Likewise. - * testsuite/30_threads/mutex/dest/destructor_locked.cc: Likewise. - * testsuite/30_threads/mutex/lock/1.cc: Likewise. - * testsuite/30_threads/mutex/native_handle/1.cc: Likewise. - * testsuite/30_threads/mutex/try_lock/1.cc: Likewise. - * testsuite/30_threads/mutex/try_lock/2.cc: Likewise. - * testsuite/30_threads/mutex/unlock/1.cc: Likewise. - * testsuite/30_threads/packaged_task/cons/1.cc: Likewise. - * testsuite/30_threads/packaged_task/cons/2.cc: Likewise. - * testsuite/30_threads/packaged_task/cons/alloc.cc: Likewise. - * testsuite/30_threads/packaged_task/cons/move.cc: Likewise. - * testsuite/30_threads/packaged_task/cons/move_assign.cc: Likewise. - * testsuite/30_threads/packaged_task/members/at_thread_exit.cc: - Likewise. - * testsuite/30_threads/packaged_task/members/get_future.cc: Likewise. - * testsuite/30_threads/packaged_task/members/invoke.cc: Likewise. - * testsuite/30_threads/packaged_task/members/invoke5.cc: Likewise. - * testsuite/30_threads/packaged_task/members/reset2.cc: Likewise. - * testsuite/30_threads/packaged_task/members/swap.cc: Likewise. - * testsuite/30_threads/packaged_task/members/valid.cc: Likewise. - * testsuite/30_threads/promise/cons/move.cc: Likewise. - * testsuite/30_threads/promise/cons/move_assign.cc: Likewise. - * testsuite/30_threads/promise/members/at_thread_exit.cc: Likewise. - * testsuite/30_threads/promise/members/get_future.cc: Likewise. - * testsuite/30_threads/promise/members/set_value.cc: Likewise. - * testsuite/30_threads/promise/members/set_value3.cc: Likewise. - * testsuite/30_threads/promise/members/swap.cc: Likewise. - * testsuite/30_threads/recursive_mutex/cons/1.cc: Likewise. - * testsuite/30_threads/recursive_mutex/dest/destructor_locked.cc: - Likewise. - * testsuite/30_threads/recursive_mutex/lock/1.cc: Likewise. - * testsuite/30_threads/recursive_mutex/native_handle/1.cc: Likewise. - * testsuite/30_threads/recursive_mutex/try_lock/1.cc: Likewise. - * testsuite/30_threads/recursive_mutex/try_lock/2.cc: Likewise. - * testsuite/30_threads/recursive_mutex/unlock/1.cc: Likewise. - * testsuite/30_threads/recursive_timed_mutex/cons/1.cc: Likewise. - * testsuite/30_threads/recursive_timed_mutex/dest/destructor_locked.cc: - Likewise. - * testsuite/30_threads/recursive_timed_mutex/lock/1.cc: Likewise. - * testsuite/30_threads/recursive_timed_mutex/lock/2.cc: Likewise. - * testsuite/30_threads/recursive_timed_mutex/native_handle/1.cc: - Likewise. - * testsuite/30_threads/recursive_timed_mutex/try_lock/1.cc: Likewise. - * testsuite/30_threads/recursive_timed_mutex/try_lock/2.cc: Likewise. - * testsuite/30_threads/recursive_timed_mutex/try_lock_for/1.cc: - Likewise. - * testsuite/30_threads/recursive_timed_mutex/try_lock_for/2.cc: - Likewise. - * testsuite/30_threads/recursive_timed_mutex/try_lock_for/3.cc: - Likewise. - * testsuite/30_threads/recursive_timed_mutex/try_lock_until/1.cc: - Likewise. - * testsuite/30_threads/recursive_timed_mutex/try_lock_until/2.cc: - Likewise. - * testsuite/30_threads/recursive_timed_mutex/unlock/1.cc: Likewise. - * testsuite/30_threads/shared_future/members/45133.cc: Likewise. - * testsuite/30_threads/shared_future/members/get.cc: Likewise. - * testsuite/30_threads/shared_future/members/get2.cc: Likewise. - * testsuite/30_threads/shared_future/members/valid.cc: Likewise. - * testsuite/30_threads/shared_future/members/wait_for.cc: Likewise. - * testsuite/30_threads/shared_future/members/wait_until.cc: Likewise. - * testsuite/30_threads/shared_lock/cons/1.cc: Likewise. - * testsuite/30_threads/shared_lock/cons/2.cc: Likewise. - * testsuite/30_threads/shared_lock/cons/3.cc: Likewise. - * testsuite/30_threads/shared_lock/cons/4.cc: Likewise. - * testsuite/30_threads/shared_lock/cons/5.cc: Likewise. - * testsuite/30_threads/shared_lock/cons/6.cc: Likewise. - * testsuite/30_threads/shared_lock/locking/1.cc: Likewise. - * testsuite/30_threads/shared_lock/locking/2.cc: Likewise. - * testsuite/30_threads/shared_lock/locking/3.cc: Likewise. - * testsuite/30_threads/shared_lock/locking/4.cc: Likewise. - * testsuite/30_threads/shared_lock/modifiers/1.cc: Likewise. - * testsuite/30_threads/shared_mutex/cons/1.cc: Likewise. - * testsuite/30_threads/shared_mutex/try_lock/1.cc: Likewise. - * testsuite/30_threads/shared_mutex/try_lock/2.cc: Likewise. - * testsuite/30_threads/shared_timed_mutex/cons/1.cc: Likewise. - * testsuite/30_threads/shared_timed_mutex/try_lock/1.cc: Likewise. - * testsuite/30_threads/shared_timed_mutex/try_lock/2.cc: Likewise. - * testsuite/30_threads/shared_timed_mutex/try_lock/3.cc: Likewise. - * testsuite/30_threads/this_thread/1.cc: Likewise. - * testsuite/30_threads/this_thread/2.cc: Likewise. - * testsuite/30_threads/this_thread/3.cc: Likewise. - * testsuite/30_threads/this_thread/4.cc: Likewise. - * testsuite/30_threads/this_thread/60421.cc: Likewise. - * testsuite/30_threads/thread/cons/1.cc: Likewise. - * testsuite/30_threads/thread/cons/2.cc: Likewise. - * testsuite/30_threads/thread/cons/3.cc: Likewise. - * testsuite/30_threads/thread/cons/4.cc: Likewise. - * testsuite/30_threads/thread/cons/5.cc: Likewise. - * testsuite/30_threads/thread/cons/6.cc: Likewise. - * testsuite/30_threads/thread/cons/7.cc: Likewise. - * testsuite/30_threads/thread/cons/8.cc: Likewise. - * testsuite/30_threads/thread/cons/9.cc: Likewise. - * testsuite/30_threads/thread/cons/moveable.cc: Likewise. - * testsuite/30_threads/thread/members/1.cc: Likewise. - * testsuite/30_threads/thread/members/2.cc: Likewise. - * testsuite/30_threads/thread/members/3.cc: Likewise. - * testsuite/30_threads/thread/members/hardware_concurrency.cc: Likewise. - * testsuite/30_threads/thread/swap/1.cc: Likewise. - * testsuite/30_threads/timed_mutex/cons/1.cc: Likewise. - * testsuite/30_threads/timed_mutex/dest/destructor_locked.cc: Likewise. - * testsuite/30_threads/timed_mutex/lock/1.cc: Likewise. - * testsuite/30_threads/timed_mutex/native_handle/1.cc: Likewise. - * testsuite/30_threads/timed_mutex/try_lock/1.cc: Likewise. - * testsuite/30_threads/timed_mutex/try_lock/2.cc: Likewise. - * testsuite/30_threads/timed_mutex/try_lock_for/1.cc: Likewise. - * testsuite/30_threads/timed_mutex/try_lock_for/2.cc: Likewise. - * testsuite/30_threads/timed_mutex/try_lock_for/3.cc: Likewise. - * testsuite/30_threads/timed_mutex/try_lock_until/1.cc: Likewise. - * testsuite/30_threads/timed_mutex/try_lock_until/2.cc: Likewise. - * testsuite/30_threads/timed_mutex/try_lock_until/57641.cc: Likewise. - * testsuite/30_threads/timed_mutex/unlock/1.cc: Likewise. - * testsuite/30_threads/try_lock/1.cc: Likewise. - * testsuite/30_threads/try_lock/2.cc: Likewise. - * testsuite/30_threads/try_lock/3.cc: Likewise. - * testsuite/30_threads/try_lock/4.cc: Likewise. - * testsuite/30_threads/unique_lock/cons/1.cc: Likewise. - * testsuite/30_threads/unique_lock/cons/2.cc: Likewise. - * testsuite/30_threads/unique_lock/cons/3.cc: Likewise. - * testsuite/30_threads/unique_lock/cons/4.cc: Likewise. - * testsuite/30_threads/unique_lock/cons/5.cc: Likewise. - * testsuite/30_threads/unique_lock/cons/6.cc: Likewise. - * testsuite/30_threads/unique_lock/locking/1.cc: Likewise. - * testsuite/30_threads/unique_lock/locking/2.cc: Likewise. - * testsuite/30_threads/unique_lock/locking/3.cc: Likewise. - * testsuite/30_threads/unique_lock/locking/4.cc: Likewise. - * testsuite/30_threads/unique_lock/modifiers/1.cc: Likewise. - * testsuite/tr1/2_general_utilities/enable_shared_from_this/ - not_shared.cc: Likewise. - * testsuite/tr1/2_general_utilities/enable_shared_from_this/ - not_shared2.cc: Likewise. - * testsuite/tr1/2_general_utilities/enable_shared_from_this/ - not_shared3.cc: Likewise. - * testsuite/tr1/2_general_utilities/enable_shared_from_this/ - shared.cc: Likewise. - * testsuite/tr1/2_general_utilities/enable_shared_from_this/ - still_shared.cc: Likewise. - * testsuite/tr1/2_general_utilities/shared_ptr/assign/assign.cc: - Likewise. - * testsuite/tr1/2_general_utilities/shared_ptr/assign/auto_ptr.cc: - Likewise. - * testsuite/tr1/2_general_utilities/shared_ptr/assign/auto_ptr_neg.cc: - Likewise. - * testsuite/tr1/2_general_utilities/shared_ptr/assign/ - auto_ptr_rvalue_neg.cc: Likewise. - * testsuite/tr1/2_general_utilities/shared_ptr/assign/shared_ptr.cc: - Likewise. - * testsuite/tr1/2_general_utilities/shared_ptr/assign/ - shared_ptr_neg.cc: Likewise. - * testsuite/tr1/2_general_utilities/shared_ptr/cons/auto_ptr.cc: - Likewise. - * testsuite/tr1/2_general_utilities/shared_ptr/cons/auto_ptr_neg.cc: - Likewise. - * testsuite/tr1/2_general_utilities/shared_ptr/cons/copy.cc: Likewise. - * testsuite/tr1/2_general_utilities/shared_ptr/cons/default.cc: - Likewise. - * testsuite/tr1/2_general_utilities/shared_ptr/cons/pointer.cc: - Likewise. - * testsuite/tr1/2_general_utilities/shared_ptr/cons/weak_ptr.cc: - Likewise. - * testsuite/tr1/2_general_utilities/shared_ptr/dest/dest.cc: Likewise. - * testsuite/tr1/2_general_utilities/shared_ptr/misc/24595.cc: Likewise. - * testsuite/tr1/2_general_utilities/shared_ptr/misc/io.cc: Likewise. - * testsuite/tr1/2_general_utilities/shared_ptr/misc/swap.cc: Likewise. - * testsuite/tr1/2_general_utilities/shared_ptr/modifiers/reset.cc: - Likewise. - * testsuite/tr1/2_general_utilities/shared_ptr/modifiers/reset_neg.cc: - Likewise. - * testsuite/tr1/2_general_utilities/shared_ptr/modifiers/swap.cc: - Likewise. - * testsuite/tr1/2_general_utilities/shared_ptr/modifiers/swap_neg.cc: - Likewise. - * testsuite/tr1/2_general_utilities/shared_ptr/observers/bool_conv.cc: - Likewise. - * testsuite/tr1/2_general_utilities/shared_ptr/observers/get.cc: - Likewise. - * testsuite/tr1/2_general_utilities/shared_ptr/observers/unique.cc: - Likewise. - * testsuite/tr1/2_general_utilities/shared_ptr/observers/use_count.cc: - Likewise. - * testsuite/tr1/2_general_utilities/shared_ptr/thread/ - default_weaktoshared.cc: Likewise. - * testsuite/tr1/2_general_utilities/shared_ptr/thread/ - mutex_weaktoshared.cc: Likewise. - * testsuite/tr1/3_function_objects/bind/all_bound.cc: Likewise. - * testsuite/tr1/3_function_objects/bind/mixed.cc: Likewise. - * testsuite/tr1/3_function_objects/bind/nested.cc: Likewise. - * testsuite/tr1/3_function_objects/bind/placeholders.cc: Likewise. - * testsuite/tr1/3_function_objects/bind/ref.cc: Likewise. - * testsuite/tr1/3_function_objects/function/1.cc: Likewise. - * testsuite/tr1/3_function_objects/function/2.cc: Likewise. - * testsuite/tr1/3_function_objects/function/3.cc: Likewise. - * testsuite/tr1/3_function_objects/function/4.cc: Likewise. - * testsuite/tr1/3_function_objects/function/5.cc: Likewise. - * testsuite/tr1/3_function_objects/function/6.cc: Likewise. - * testsuite/tr1/3_function_objects/function/7.cc: Likewise. - * testsuite/tr1/3_function_objects/function/8.cc: Likewise. - * testsuite/tr1/3_function_objects/function/9.cc: Likewise. - * testsuite/tr1/3_function_objects/reference_wrapper/invoke.cc: - Likewise. - * testsuite/tr1/3_function_objects/reference_wrapper/typedefs.cc: - Likewise. - * testsuite/tr1/3_function_objects/result_of.cc: Likewise. - * testsuite/tr1/4_metaprogramming/add_const/value.cc: Likewise. - * testsuite/tr1/4_metaprogramming/add_cv/value.cc: Likewise. - * testsuite/tr1/4_metaprogramming/add_pointer/value.cc: Likewise. - * testsuite/tr1/4_metaprogramming/add_reference/value.cc: Likewise. - * testsuite/tr1/4_metaprogramming/add_volatile/value.cc: Likewise. - * testsuite/tr1/4_metaprogramming/aligned_storage/value.cc: Likewise. - * testsuite/tr1/4_metaprogramming/alignment_of/value.cc: Likewise. - * testsuite/tr1/4_metaprogramming/extent/value.cc: Likewise. - * testsuite/tr1/4_metaprogramming/has_nothrow_assign/value.cc: Likewise. - * testsuite/tr1/4_metaprogramming/has_nothrow_constructor/value.cc: - Likewise. - * testsuite/tr1/4_metaprogramming/has_nothrow_copy/value.cc: Likewise. - * testsuite/tr1/4_metaprogramming/has_trivial_assign/value.cc: Likewise. - * testsuite/tr1/4_metaprogramming/has_trivial_constructor/value.cc: - Likewise. - * testsuite/tr1/4_metaprogramming/has_trivial_copy/value.cc: Likewise. - * testsuite/tr1/4_metaprogramming/has_trivial_destructor/value.cc: - Likewise. - * testsuite/tr1/4_metaprogramming/has_virtual_destructor/value.cc: - Likewise. - * testsuite/tr1/4_metaprogramming/integral_constant/ - static_definition.cc: Likewise. - * testsuite/tr1/4_metaprogramming/integral_constant/ - true_false_value.cc: Likewise. - * testsuite/tr1/4_metaprogramming/is_abstract/value.cc: Likewise. - * testsuite/tr1/4_metaprogramming/is_arithmetic/value.cc: Likewise. - * testsuite/tr1/4_metaprogramming/is_array/value.cc: Likewise. - * testsuite/tr1/4_metaprogramming/is_base_of/value.cc: Likewise. - * testsuite/tr1/4_metaprogramming/is_class/value.cc: Likewise. - * testsuite/tr1/4_metaprogramming/is_compound/value.cc: Likewise. - * testsuite/tr1/4_metaprogramming/is_const/value.cc: Likewise. - * testsuite/tr1/4_metaprogramming/is_convertible/value.cc: Likewise. - * testsuite/tr1/4_metaprogramming/is_empty/value.cc: Likewise. - * testsuite/tr1/4_metaprogramming/is_enum/24808.cc: Likewise. - * testsuite/tr1/4_metaprogramming/is_enum/value.cc: Likewise. - * testsuite/tr1/4_metaprogramming/is_floating_point/value.cc: Likewise. - * testsuite/tr1/4_metaprogramming/is_function/24808.cc: Likewise. - * testsuite/tr1/4_metaprogramming/is_function/value.cc: Likewise. - * testsuite/tr1/4_metaprogramming/is_fundamental/value.cc: Likewise. - * testsuite/tr1/4_metaprogramming/is_integral/value.cc: Likewise. - * testsuite/tr1/4_metaprogramming/is_member_function_pointer/value.cc: - Likewise. - * testsuite/tr1/4_metaprogramming/is_member_object_pointer/value.cc: - Likewise. - * testsuite/tr1/4_metaprogramming/is_member_pointer/value.cc: Likewise. - * testsuite/tr1/4_metaprogramming/is_object/24808.cc: Likewise. - * testsuite/tr1/4_metaprogramming/is_object/value.cc: Likewise. - * testsuite/tr1/4_metaprogramming/is_pod/value.cc: Likewise. - * testsuite/tr1/4_metaprogramming/is_pointer/value.cc: Likewise. - * testsuite/tr1/4_metaprogramming/is_polymorphic/value.cc: Likewise. - * testsuite/tr1/4_metaprogramming/is_reference/value.cc: Likewise. - * testsuite/tr1/4_metaprogramming/is_same/value.cc: Likewise. - * testsuite/tr1/4_metaprogramming/is_scalar/value.cc: Likewise. - * testsuite/tr1/4_metaprogramming/is_signed/value.cc: Likewise. - * testsuite/tr1/4_metaprogramming/is_union/value.cc: Likewise. - * testsuite/tr1/4_metaprogramming/is_unsigned/value.cc: Likewise. - * testsuite/tr1/4_metaprogramming/is_void/value.cc: Likewise. - * testsuite/tr1/4_metaprogramming/is_volatile/value.cc: Likewise. - * testsuite/tr1/4_metaprogramming/rank/value.cc: Likewise. - * testsuite/tr1/4_metaprogramming/remove_all_extents/value.cc: Likewise. - * testsuite/tr1/4_metaprogramming/remove_const/value.cc: Likewise. - * testsuite/tr1/4_metaprogramming/remove_cv/value.cc: Likewise. - * testsuite/tr1/4_metaprogramming/remove_extent/value.cc: Likewise. - * testsuite/tr1/4_metaprogramming/remove_pointer/value.cc: Likewise. - * testsuite/tr1/4_metaprogramming/remove_reference/value.cc: Likewise. - * testsuite/tr1/4_metaprogramming/remove_volatile/value.cc: Likewise. - * testsuite/tr1/5_numerical_facilities/random/discard_block/operators/ - equal.cc: Likewise. - * testsuite/tr1/5_numerical_facilities/random/discard_block/operators/ - not_equal.cc: Likewise. - * testsuite/tr1/5_numerical_facilities/random/discard_block/operators/ - serialize.cc: Likewise. - * testsuite/tr1/5_numerical_facilities/random/linear_congruential/ - cons/default.cc: Likewise. - * testsuite/tr1/5_numerical_facilities/random/linear_congruential/ - cons/gen1.cc: Likewise. - * testsuite/tr1/5_numerical_facilities/random/linear_congruential/ - operators/equal.cc: Likewise. - * testsuite/tr1/5_numerical_facilities/random/linear_congruential/ - operators/not_equal.cc: Likewise. - * testsuite/tr1/5_numerical_facilities/random/linear_congruential/ - operators/serialize.cc: Likewise. - * testsuite/tr1/5_numerical_facilities/random/mersenne_twister/ - cons/default.cc: Likewise. - * testsuite/tr1/5_numerical_facilities/random/mersenne_twister/ - cons/gen1.cc: Likewise. - * testsuite/tr1/5_numerical_facilities/random/mersenne_twister/ - operators/equal.cc: Likewise. - * testsuite/tr1/5_numerical_facilities/random/mersenne_twister/ - operators/not_equal.cc: Likewise. - * testsuite/tr1/5_numerical_facilities/random/mersenne_twister/ - operators/serialize.cc: Likewise. - * testsuite/tr1/5_numerical_facilities/random/minstd_rand.cc: Likewise. - * testsuite/tr1/5_numerical_facilities/random/minstd_rand0.cc: Likewise. - * testsuite/tr1/5_numerical_facilities/random/mt19937.cc: Likewise. - * testsuite/tr1/5_numerical_facilities/random/random_device/cons/ - default.cc: Likewise. - * testsuite/tr1/5_numerical_facilities/random/random_device/cons/ - token.cc: Likewise. - * testsuite/tr1/5_numerical_facilities/random/ranlux3.cc: Likewise. - * testsuite/tr1/5_numerical_facilities/random/ranlux3_01.cc: Likewise. - * testsuite/tr1/5_numerical_facilities/random/ranlux4.cc: Likewise. - * testsuite/tr1/5_numerical_facilities/random/ranlux4_01.cc - * testsuite/tr1/5_numerical_facilities/random/subtract_with_carry/ - cons/default.cc: Likewise. - * testsuite/tr1/5_numerical_facilities/random/subtract_with_carry/ - cons/gen1.cc: Likewise. - * testsuite/tr1/5_numerical_facilities/random/subtract_with_carry/ - operators/equal.cc: Likewise. - * testsuite/tr1/5_numerical_facilities/random/subtract_with_carry/ - operators/not_equal.cc: Likewise. - * testsuite/tr1/5_numerical_facilities/random/subtract_with_carry/ - operators/serialize.cc: Likewise. - * testsuite/tr1/5_numerical_facilities/random/subtract_with_carry_01/ - cons/default.cc: Likewise. - * testsuite/tr1/5_numerical_facilities/random/subtract_with_carry_01/ - cons/gen1.cc: Likewise. - * testsuite/tr1/5_numerical_facilities/random/subtract_with_carry_01/ - operators/equal.cc: Likewise. - * testsuite/tr1/5_numerical_facilities/random/subtract_with_carry_01/ - operators/not_equal.cc: Likewise. - * testsuite/tr1/5_numerical_facilities/random/subtract_with_carry_01/ - operators/serialize.cc: Likewise. - * testsuite/tr1/5_numerical_facilities/random/uniform_int/33128.cc: - Likewise. - * testsuite/tr1/5_numerical_facilities/random/uniform_int/cons/ - default.cc: Likewise. - * testsuite/tr1/5_numerical_facilities/random/uniform_int/cons/ - range.cc: Likewise. - * testsuite/tr1/5_numerical_facilities/random/xor_combine/cons/ - default.cc: Likewise. - * testsuite/tr1/5_numerical_facilities/random/xor_combine/operators/ - equal.cc: Likewise. - * testsuite/tr1/5_numerical_facilities/random/xor_combine/operators/ - not_equal.cc: Likewise. - * testsuite/tr1/5_numerical_facilities/random/xor_combine/operators/ - serialize.cc: Likewise. - * testsuite/tr1/5_numerical_facilities/special_functions/ - 08_cyl_bessel_i/check_value.cc: Likewise. - * testsuite/tr1/5_numerical_facilities/special_functions/ - 08_cyl_bessel_i/pr56216.cc: Likewise. - * testsuite/tr1/5_numerical_facilities/special_functions/ - 09_cyl_bessel_j/check_value.cc: Likewise. - * testsuite/tr1/5_numerical_facilities/special_functions/ - 10_cyl_bessel_k/check_value.cc: Likewise. - * testsuite/tr1/5_numerical_facilities/special_functions/ - 11_cyl_neumann/check_value.cc: Likewise. - * testsuite/tr1/5_numerical_facilities/special_functions/ - 16_hermite/check_value.cc: Likewise. - * testsuite/tr1/5_numerical_facilities/special_functions/ - 21_sph_bessel/check_value.cc: Likewise. - * testsuite/tr1/5_numerical_facilities/special_functions/ - 23_sph_neumann/check_value.cc: Likewise. - * testsuite/tr1/6_containers/array/capacity/empty.cc: Likewise. - * testsuite/tr1/6_containers/array/capacity/max_size.cc: Likewise. - * testsuite/tr1/6_containers/array/capacity/size.cc: Likewise. - * testsuite/tr1/6_containers/array/comparison_operators/equal.cc: - Likewise. - * testsuite/tr1/6_containers/array/comparison_operators/greater.cc: - Likewise. - * testsuite/tr1/6_containers/array/comparison_operators/ - greater_or_equal.cc: Likewise. - * testsuite/tr1/6_containers/array/comparison_operators/less.cc: - Likewise. - * testsuite/tr1/6_containers/array/comparison_operators/ - less_or_equal.cc: Likewise. - * testsuite/tr1/6_containers/array/comparison_operators/not_equal.cc: - Likewise. - * testsuite/tr1/6_containers/array/element_access/at_out_of_range.cc: - Likewise. - * testsuite/tr1/6_containers/array/element_access/back.cc: Likewise. - * testsuite/tr1/6_containers/array/element_access/data.cc: Likewise. - * testsuite/tr1/6_containers/array/element_access/front.cc: Likewise. - * testsuite/tr1/6_containers/array/iterators/end_is_one_past.cc: - Likewise. - * testsuite/tr1/6_containers/array/requirements/assign.cc: Likewise. - * testsuite/tr1/6_containers/array/requirements/contiguous.cc: Likewise. - * testsuite/tr1/6_containers/array/requirements/member_swap.cc: - Likewise. - * testsuite/tr1/6_containers/array/requirements/zero_sized_arrays.cc: - Likewise. - * testsuite/tr1/6_containers/array/specialized_algorithms/swap.cc: - Likewise. - * testsuite/tr1/6_containers/array/tuple_interface/get.cc: Likewise. - * testsuite/tr1/6_containers/array/tuple_interface/tuple_element.cc: - Likewise. - * testsuite/tr1/6_containers/array/tuple_interface/tuple_size.cc: - Likewise. - * testsuite/tr1/6_containers/hash/24799.cc: Likewise. - * testsuite/tr1/6_containers/hash/operators/size_t.cc: Likewise. - * - testsuite/tr1/6_containers/tuple/comparison_operators/comparisons.cc: - Likewise. - * testsuite/tr1/6_containers/tuple/cons/assignment.cc: Likewise. - * testsuite/tr1/6_containers/tuple/cons/big_tuples.cc: Likewise. - * testsuite/tr1/6_containers/tuple/cons/constructor.cc: Likewise. - * testsuite/tr1/6_containers/tuple/creation_functions/23978.cc: - Likewise. - * testsuite/tr1/6_containers/tuple/creation_functions/make_tuple.cc: - Likewise. - * testsuite/tr1/6_containers/tuple/creation_functions/tie.cc: Likewise. - * testsuite/tr1/6_containers/tuple/creation_functions/tie2.cc: Likewise. - * testsuite/tr1/6_containers/tuple/element_access/get.cc: Likewise. - * testsuite/tr1/6_containers/tuple/tuple_size.cc: Likewise. - * testsuite/tr1/6_containers/unordered_map/24064.cc: Likewise. - * testsuite/tr1/6_containers/unordered_map/capacity/29134-map.cc: - Likewise. - * testsuite/tr1/6_containers/unordered_map/erase/1.cc: Likewise. - * testsuite/tr1/6_containers/unordered_map/erase/24061-map.cc: Likewise. - * testsuite/tr1/6_containers/unordered_map/find/map1.cc: Likewise. - * testsuite/tr1/6_containers/unordered_map/insert/24061-map.cc: - Likewise. - * testsuite/tr1/6_containers/unordered_map/insert/array_syntax.cc: - Likewise. - * testsuite/tr1/6_containers/unordered_map/insert/map_range.cc: - Likewise. - * testsuite/tr1/6_containers/unordered_map/insert/map_single.cc: - Likewise. - * testsuite/tr1/6_containers/unordered_map/swap/1.cc: Likewise. - * testsuite/tr1/6_containers/unordered_map/swap/2.cc: Likewise. - * testsuite/tr1/6_containers/unordered_multimap/capacity/ - 29134-multimap.cc: Likewise. - * testsuite/tr1/6_containers/unordered_multimap/erase/1.cc: Likewise. - * testsuite/tr1/6_containers/unordered_multimap/erase/ - 24061-multimap.cc: Likewise. - * testsuite/tr1/6_containers/unordered_multimap/find/multimap1.cc: - Likewise. - * testsuite/tr1/6_containers/unordered_multimap/insert/ - 24061-multimap.cc: Likewise. - * testsuite/tr1/6_containers/unordered_multimap/insert/ - multimap_range.cc: Likewise. - * testsuite/tr1/6_containers/unordered_multimap/insert/ - multimap_single.cc: Likewise. - * testsuite/tr1/6_containers/unordered_multimap/swap/1.cc: Likewise. - * testsuite/tr1/6_containers/unordered_multimap/swap/2.cc: Likewise. - * testsuite/tr1/6_containers/unordered_multiset/24054.cc: Likewise. - * testsuite/tr1/6_containers/unordered_multiset/capacity/ - 29134-multiset.cc: Likewise. - * testsuite/tr1/6_containers/unordered_multiset/erase/1.cc: Likewise. - * testsuite/tr1/6_containers/unordered_multiset/erase/ - 24061-multiset.cc: Likewise. - * testsuite/tr1/6_containers/unordered_multiset/find/multiset1.cc: - Likewise. - * testsuite/tr1/6_containers/unordered_multiset/insert/ - 24061-multiset.cc: Likewise. - * testsuite/tr1/6_containers/unordered_multiset/insert/ - multiset_range.cc: Likewise. - * testsuite/tr1/6_containers/unordered_multiset/insert/ - multiset_single.cc: Likewise. - * testsuite/tr1/6_containers/unordered_multiset/swap/1.cc: Likewise. - * testsuite/tr1/6_containers/unordered_multiset/swap/2.cc: Likewise. - * testsuite/tr1/6_containers/unordered_set/23465.cc: Likewise. - * testsuite/tr1/6_containers/unordered_set/26132.cc: Likewise. - * testsuite/tr1/6_containers/unordered_set/capacity/29134-set.cc: - Likewise. - * testsuite/tr1/6_containers/unordered_set/erase/1.cc: Likewise. - * testsuite/tr1/6_containers/unordered_set/erase/24061-set.cc: Likewise. - * testsuite/tr1/6_containers/unordered_set/find/set1.cc: Likewise. - * testsuite/tr1/6_containers/unordered_set/insert/24061-set.cc: - Likewise. - * testsuite/tr1/6_containers/unordered_set/insert/set_range.cc: - Likewise. - * testsuite/tr1/6_containers/unordered_set/insert/set_single.cc: - Likewise. - * testsuite/tr1/6_containers/unordered_set/swap/1.cc: Likewise. - * testsuite/tr1/6_containers/unordered_set/swap/2.cc: Likewise. - * testsuite/tr1/6_containers/utility/pair.cc: Likewise. - * testsuite/tr1/7_regular_expressions/match_results/ctors/char/ - default.cc: Likewise. - * testsuite/tr1/7_regular_expressions/regex_traits/char/ - translate_nocase.cc: Likewise. - * testsuite/tr1/7_regular_expressions/regex_traits/char/value.cc: - Likewise. - * testsuite/tr1/7_regular_expressions/regex_traits/wchar_t/ - translate_nocase.cc: Likewise. - * testsuite/tr1/7_regular_expressions/regex_traits/wchar_t/value.cc: - Likewise. - * testsuite/tr1/8_c_compatibility/complex/50880.cc: Likewise. - * testsuite/tr1/8_c_compatibility/complex/overloads_int.cc: Likewise. - -2016-10-16 Ville Voutilainen - - Make sure the return value of malloc_allocator::allocate - is zero-initialized so that checking it for non-zero works - later. - * include/ext/malloc_allocator.h (malloc_allocator::allocate): - Initialize the return value. - * testsuite/ext/malloc_allocator/sanity.cc: New. - -2016-10-14 Eelis van der Weegen - - * include/bits/stl_algo.h (shuffle): Extract two random numbers from - each generator invocation when its range is large enough. - -2016-10-14 Jonathan Wakely - - * testsuite/experimental/algorithm/sample.cc: Qualify calls to - resolve ambiguity between std::sample and std::experimental::sample. - - * include/std/functional (_Mu, _Mu): - Simplify forwarding from tuple of references. - (_Maybe_wrap_member_pointer): Remove. - (_Bind::__call, _Bind::__call_c, _Bind::__call_v, _Bind::__call_c_v): - Use std::__invoke. - (_Bind::_Mu_type, _Bind::_Res_type_impl, _Bind::_Res_type) - (_Bind::__dependent, _Bind::_Res_type_cv): New helpers to simplify - return type deduction. - (_Bind::operator(), _Bind::operator() const): Use new helpers. - (_Bind::operator() volatile, _Bind::operator() const volatile): - Likewise. Add deprecated attribute for C++17 mode. - (_Bind_result::__call): Use std::__invoke. - (_Bind_result::operator() volatile) - (_Bind_result::operator() const volatile): Add deprecated attribute. - (_Bind_helper::__maybe_type, _Bindres_helper::__maybe_type): Remove. - (_Bind_helper, _Bindres_helper): Don't use _Maybe_wrap_member_pointer. - (bind, bind): Don't use __maybe_type. - * src/c++11/compatibility-thread-c++0x.cc - (_Maybe_wrap_member_pointer): Define here for compatibility symbols. - * testsuite/20_util/bind/68912.cc: Don't test volatile-qualification - in C++17 mode. - * testsuite/20_util/bind/cv_quals.cc: Likewise. - * testsuite/20_util/bind/cv_quals_2.cc: Likewise. - - * include/std/scoped_allocator (scoped_allocator_adaptor): Forward - piecewise construction arguments as tuples of references, to avoid - copies (related to LWG 2511). - * testsuite/20_util/scoped_allocator/construct_pair.cc: New test. - -2016-10-14 Paolo Carlini - - * testsuite/26_numerics/accumulate/1.cc: Remove 'test' variables. - * testsuite/26_numerics/adjacent_difference/1.cc: Likewise. - * testsuite/26_numerics/complex/13450.cc: Likewise. - * testsuite/26_numerics/complex/50880.cc: Likewise. - * testsuite/26_numerics/complex/c99.cc: Likewise. - * testsuite/26_numerics/complex/cons/48760.cc: Likewise. - * testsuite/26_numerics/complex/cons/48760_c++0x.cc: Likewise. - * testsuite/26_numerics/complex/dr781_dr1137.cc: Likewise. - * testsuite/26_numerics/complex/dr844.cc: Likewise. - * testsuite/26_numerics/complex/inserters_extractors/char/1.cc: - Likewise. - * testsuite/26_numerics/complex/inserters_extractors/wchar_t/1.cc: - Likewise. - * testsuite/26_numerics/complex/value_operations/1.cc: Likewise. - * testsuite/26_numerics/complex/value_operations/dr387.cc: Likewise. - * testsuite/26_numerics/headers/cmath/19322.cc: Likewise. - * testsuite/26_numerics/headers/cmath/ - c99_classification_macros_c++11.c: Likewise.c - * testsuite/26_numerics/headers/cmath/ - c99_classification_macros_c++98.cc: Likewise. - * testsuite/26_numerics/headers/cmath/c_math.cc: Likewise. - * testsuite/26_numerics/headers/cmath/dr550.cc: Likewise. - * testsuite/26_numerics/headers/cmath/hypot.cc: Likewise. - * testsuite/26_numerics/headers/cmath/powi.cc: Likewise. - * testsuite/26_numerics/headers/cstdlib/13943.cc: Likewise. - * testsuite/26_numerics/inner_product/1.cc: Likewise. - * testsuite/26_numerics/iota/1.cc: Likewise. - * testsuite/26_numerics/partial_sum/1.cc: Likewise. - * testsuite/26_numerics/random/bernoulli_distribution/cons/default.cc: - Likewise. - * testsuite/26_numerics/random/bernoulli_distribution/cons/parms.cc: - Likewise. - * testsuite/26_numerics/random/bernoulli_distribution/operators/ - equal.cc: Likewise. - * testsuite/26_numerics/random/bernoulli_distribution/operators/ - inequal.cc: Likewise. - * testsuite/26_numerics/random/binomial_distribution/cons/default.cc: - Likewise. - * testsuite/26_numerics/random/binomial_distribution/cons/parms.cc: - Likewise. - * testsuite/26_numerics/random/binomial_distribution/operators/ - equal.cc: Likewise. - * testsuite/26_numerics/random/binomial_distribution/operators/ - inequal.cc: Likewise. - * testsuite/26_numerics/random/cauchy_distribution/cons/default.cc: - Likewise. - * testsuite/26_numerics/random/cauchy_distribution/cons/parms.cc: - Likewise. - * testsuite/26_numerics/random/cauchy_distribution/operators/equal.cc: - Likewise. - * testsuite/26_numerics/random/cauchy_distribution/operators/ - inequal.cc: Likewise. - * testsuite/26_numerics/random/chi_squared_distribution/cons/ - default.cc: Likewise. - * testsuite/26_numerics/random/chi_squared_distribution/cons/ - parms.cc: Likewise. - * testsuite/26_numerics/random/chi_squared_distribution/operators/ - equal.cc: Likewise. - * testsuite/26_numerics/random/chi_squared_distribution/operators/ - inequal.cc: Likewise. - * testsuite/26_numerics/random/default_random_engine.cc: Likewise. - * testsuite/26_numerics/random/discard_block_engine/cons/55215.cc: - Likewise. - * testsuite/26_numerics/random/discard_block_engine/operators/equal.cc: - Likewise. - * testsuite/26_numerics/random/discard_block_engine/operators/ - inequal.cc: Likewise. - * testsuite/26_numerics/random/discard_block_engine/operators/ - serialize.cc: Likewise. - * testsuite/26_numerics/random/discrete_distribution/cons/ - default.cc: Likewise. - * testsuite/26_numerics/random/discrete_distribution/cons/ - initlist.cc: Likewise. - * testsuite/26_numerics/random/discrete_distribution/cons/ - num_xbound_fun.cc: Likewise. - * testsuite/26_numerics/random/discrete_distribution/cons/range.cc: - Likewise. - * testsuite/26_numerics/random/discrete_distribution/operators/ - equal.cc: Likewise. - * testsuite/26_numerics/random/discrete_distribution/operators/ - inequal.cc: Likewise. - * testsuite/26_numerics/random/exponential_distribution/cons/ - default.cc: Likewise. - * testsuite/26_numerics/random/exponential_distribution/cons/ - parms.cc: Likewise. - * testsuite/26_numerics/random/exponential_distribution/operators/ - equal.cc: Likewise. - * testsuite/26_numerics/random/exponential_distribution/operators/ - inequal.cc: Likewise. - * testsuite/26_numerics/random/extreme_value_distribution/cons/ - default.cc: Likewise. - * testsuite/26_numerics/random/extreme_value_distribution/cons/ - parms.cc: Likewise. - * testsuite/26_numerics/random/extreme_value_distribution/operators/ - equal.cc: Likewise. - * testsuite/26_numerics/random/extreme_value_distribution/operators/ - inequal.cc: Likewise. - * testsuite/26_numerics/random/fisher_f_distribution/cons/default.cc: - Likewise. - * testsuite/26_numerics/random/fisher_f_distribution/cons/parms.cc: - Likewise. - * testsuite/26_numerics/random/fisher_f_distribution/operators/ - equal.cc: Likewise. - * testsuite/26_numerics/random/fisher_f_distribution/operators/ - inequal.cc: Likewise. - * testsuite/26_numerics/random/gamma_distribution/cons/default.cc: - Likewise. - * testsuite/26_numerics/random/gamma_distribution/cons/parms.cc: - Likewise. - * testsuite/26_numerics/random/gamma_distribution/operators/equal.cc: - Likewise. - * testsuite/26_numerics/random/gamma_distribution/operators/ - inequal.cc: Likewise. - * testsuite/26_numerics/random/geometric_distribution/cons/ - default.cc: Likewise. - * testsuite/26_numerics/random/geometric_distribution/cons/parms.cc: - Likewise. - * testsuite/26_numerics/random/geometric_distribution/operators/ - equal.cc: Likewise. - * testsuite/26_numerics/random/geometric_distribution/operators/ - inequal.cc: Likewise. - * testsuite/26_numerics/random/independent_bits_engine/cons/55215.cc: - Likewise. - * testsuite/26_numerics/random/independent_bits_engine/operators/ - equal.cc: Likewise. - * testsuite/26_numerics/random/independent_bits_engine/operators/ - inequal.cc: Likewise. - * testsuite/26_numerics/random/independent_bits_engine/operators/ - serialize.cc: Likewise. - * testsuite/26_numerics/random/knuth_b.cc: Likewise. - * testsuite/26_numerics/random/linear_congruential_engine/cons/ - 55215.cc: Likewise. - * testsuite/26_numerics/random/linear_congruential_engine/cons/ - default.cc: Likewise. - * testsuite/26_numerics/random/linear_congruential_engine/operators/ - 51795.cc: Likewise. - * testsuite/26_numerics/random/linear_congruential_engine/operators/ - equal.cc: Likewise. - * testsuite/26_numerics/random/linear_congruential_engine/operators/ - inequal.cc: Likewise. - * testsuite/26_numerics/random/linear_congruential_engine/operators/ - serialize.cc: Likewise. - * testsuite/26_numerics/random/lognormal_distribution/cons/default.cc: - Likewise. - * testsuite/26_numerics/random/lognormal_distribution/cons/parms.cc: - Likewise. - * testsuite/26_numerics/random/lognormal_distribution/operators/ - equal.cc: Likewise. - * testsuite/26_numerics/random/lognormal_distribution/operators/ - inequal.cc: Likewise. - * testsuite/26_numerics/random/mersenne_twister_engine/cons/55215.cc: - Likewise. - * testsuite/26_numerics/random/mersenne_twister_engine/cons/ - default.cc: Likewise. - * testsuite/26_numerics/random/mersenne_twister_engine/operators/ - equal.cc: Likewise. - * testsuite/26_numerics/random/mersenne_twister_engine/operators/ - inequal.cc: Likewise. - * testsuite/26_numerics/random/mersenne_twister_engine/operators/ - serialize.cc: Likewise. - * testsuite/26_numerics/random/minstd_rand.cc: Likewise. - * testsuite/26_numerics/random/minstd_rand0.cc: Likewise. - * testsuite/26_numerics/random/mt19937.cc: Likewise. - * testsuite/26_numerics/random/mt19937_64.cc: Likewise. - * testsuite/26_numerics/random/negative_binomial_distribution/cons/ - default.cc: Likewise. - * testsuite/26_numerics/random/negative_binomial_distribution/cons/ - parms.cc: Likewise. - * testsuite/26_numerics/random/negative_binomial_distribution/ - operators/equal.cc: Likewise. - * testsuite/26_numerics/random/negative_binomial_distribution/ - operators/inequal.cc: Likewise. - * testsuite/26_numerics/random/normal_distribution/cons/default.cc: - Likewise. - * testsuite/26_numerics/random/normal_distribution/cons/parms.cc: - Likewise. - * testsuite/26_numerics/random/normal_distribution/operators/ - equal.cc: Likewise. - * testsuite/26_numerics/random/normal_distribution/operators/ - inequal.cc: Likewise. - * testsuite/26_numerics/random/piecewise_constant_distribution/cons/ - default.cc: Likewise. - * testsuite/26_numerics/random/piecewise_constant_distribution/cons/ - initlist_fun.cc: Likewise. - * testsuite/26_numerics/random/piecewise_constant_distribution/cons/ - num_xbound_fun.cc: Likewise. - * testsuite/26_numerics/random/piecewise_constant_distribution/cons/ - range.cc: Likewise. - * testsuite/26_numerics/random/piecewise_constant_distribution/ - operators/equal.cc: Likewise. - * testsuite/26_numerics/random/piecewise_constant_distribution/ - operators/inequal.cc: Likewise. - * testsuite/26_numerics/random/piecewise_linear_distribution/cons/ - default.cc: Likewise. - * testsuite/26_numerics/random/piecewise_linear_distribution/cons/ - initlist_fun.cc: Likewise. - * testsuite/26_numerics/random/piecewise_linear_distribution/cons/ - num_xbound_fun.cc: Likewise. - * testsuite/26_numerics/random/piecewise_linear_distribution/cons/ - range.cc: Likewise. - * testsuite/26_numerics/random/piecewise_linear_distribution/ - operators/equal.cc: Likewise. - * testsuite/26_numerics/random/piecewise_linear_distribution/ - operators/inequal.cc: Likewise. - * testsuite/26_numerics/random/poisson_distribution/cons/default.cc: - Likewise. - * testsuite/26_numerics/random/poisson_distribution/cons/parms.cc: - Likewise. - * testsuite/26_numerics/random/poisson_distribution/operators/ - equal.cc: Likewise. - * testsuite/26_numerics/random/poisson_distribution/operators/ - inequal.cc: Likewise. - * testsuite/26_numerics/random/random_device/cons/default.cc: Likewise. - * testsuite/26_numerics/random/random_device/cons/token.cc: Likewise. - * testsuite/26_numerics/random/ranlux24.cc: Likewise. - * testsuite/26_numerics/random/ranlux24_base.cc: Likewise. - * testsuite/26_numerics/random/ranlux48.cc: Likewise. - * testsuite/26_numerics/random/ranlux48_base.cc: Likewise. - * testsuite/26_numerics/random/seed_seq/cons/initlist.cc: Likewise. - * testsuite/26_numerics/random/shuffle_order_engine/cons/55215.cc: - Likewise. - * testsuite/26_numerics/random/shuffle_order_engine/operators/ - equal.cc: Likewise. - * testsuite/26_numerics/random/shuffle_order_engine/operators/ - inequal.cc: Likewise. - * testsuite/26_numerics/random/shuffle_order_engine/operators/ - serialize.cc: Likewise. - * testsuite/26_numerics/random/student_t_distribution/cons/ - default.cc: Likewise. - * testsuite/26_numerics/random/student_t_distribution/cons/ - parms.cc: Likewise. - * testsuite/26_numerics/random/student_t_distribution/operators/ - equal.cc: Likewise. - * testsuite/26_numerics/random/student_t_distribution/operators/ - inequal.cc: Likewise. - * testsuite/26_numerics/random/subtract_with_carry_engine/cons/ - 55215.cc: Likewise. - * testsuite/26_numerics/random/subtract_with_carry_engine/cons/ - default.cc: Likewise. - * testsuite/26_numerics/random/subtract_with_carry_engine/operators/ - equal.cc: Likewise. - * testsuite/26_numerics/random/subtract_with_carry_engine/operators/ - inequal.cc: Likewise. - * testsuite/26_numerics/random/subtract_with_carry_engine/operators/ - serialize.cc: Likewise. - * testsuite/26_numerics/random/uniform_int_distribution/cons/ - default.cc: Likewise. - * testsuite/26_numerics/random/uniform_int_distribution/cons/ - parms.cc: Likewise. - * testsuite/26_numerics/random/uniform_int_distribution/operators/ - equal.cc: Likewise. - * testsuite/26_numerics/random/uniform_int_distribution/operators/ - inequal.cc: Likewise. - * testsuite/26_numerics/random/uniform_real_distribution/cons/ - default.cc: Likewise. - * testsuite/26_numerics/random/uniform_real_distribution/cons/ - parms.cc: Likewise. - * testsuite/26_numerics/random/uniform_real_distribution/operators/ - equal.cc: Likewise. - * testsuite/26_numerics/random/uniform_real_distribution/operators/ - inequal.cc: Likewise. - * testsuite/26_numerics/random/weibull_distribution/cons/default.cc: - Likewise. - * testsuite/26_numerics/random/weibull_distribution/cons/parms.cc: - Likewise. - * testsuite/26_numerics/random/weibull_distribution/operators/ - equal.cc: Likewise. - * testsuite/26_numerics/random/weibull_distribution/operators/ - inequal.cc: Likewise. - * testsuite/26_numerics/slice/1.cc: Likewise. - * testsuite/26_numerics/slice_array/array_assignment.cc: Likewise. - * testsuite/26_numerics/valarray/27867.cc: Likewise. - * testsuite/26_numerics/valarray/28277.cc: Likewise. - * testsuite/26_numerics/valarray/30416.cc: Likewise. - * testsuite/26_numerics/valarray/dr543.cc: Likewise. - * testsuite/26_numerics/valarray/dr630-1.cc: Likewise. - * testsuite/26_numerics/valarray/dr630-2.cc: Likewise. - * testsuite/26_numerics/valarray/dr630-3.C: Likewise. - * testsuite/26_numerics/valarray/init-list.cc: Likewise. - * testsuite/26_numerics/valarray/moveable.cc: Likewise. - * testsuite/26_numerics/valarray/operators.cc: Likewise. - * testsuite/26_numerics/valarray/swap.cc: Likewise. - * testsuite/experimental/deque/erasure.cc: Likewise. - * testsuite/experimental/filesystem/iterators/directory_iterator.cc: - Likewise. - * testsuite/experimental/filesystem/iterators/ - recursive_directory_iterator.cc: Likewise. - * testsuite/experimental/filesystem/operations/absolute.cc: Likewise. - * testsuite/experimental/filesystem/operations/canonical.cc: Likewise. - * testsuite/experimental/filesystem/operations/copy.cc: Likewise. - * testsuite/experimental/filesystem/operations/copy_file.cc: Likewise. - * testsuite/experimental/filesystem/operations/create_directories.cc: - Likewise. - * testsuite/experimental/filesystem/operations/create_directory.cc: - Likewise. - * testsuite/experimental/filesystem/operations/current_path.cc: - Likewise. - * testsuite/experimental/filesystem/operations/exists.cc: Likewise. - * testsuite/experimental/filesystem/operations/file_size.cc: Likewise. - * testsuite/experimental/filesystem/operations/last_write_time.cc: - Likewise. - * testsuite/experimental/filesystem/operations/permissions.cc: Likewise. - * testsuite/experimental/filesystem/operations/status.cc: Likewise. - * testsuite/experimental/filesystem/operations/temp_directory_path.cc: - Likewise. - * testsuite/experimental/filesystem/path/native/string.cc: Likewise. - * testsuite/experimental/forward_list/erasure.cc: Likewise. - * testsuite/experimental/list/erasure.cc: Likewise. - * testsuite/experimental/map/erasure.cc: Likewise. - * testsuite/experimental/memory/shared_ptr/assign/assign.cc: Likewise. - * testsuite/experimental/memory/shared_ptr/comparison/comparison.cc: - Likewise. - * testsuite/experimental/memory/shared_ptr/cons/alias_ctor.cc: Likewise. - * testsuite/experimental/memory/shared_ptr/cons/alloc_ctor.cc: Likewise. - * testsuite/experimental/memory/shared_ptr/cons/copy_ctor.cc: Likewise. - * testsuite/experimental/memory/shared_ptr/cons/default_ctor.cc: - Likewise. - * testsuite/experimental/memory/shared_ptr/cons/move_ctor.cc: Likewise. - * testsuite/experimental/memory/shared_ptr/cons/pointer_ctor.cc: - Likewise. - * testsuite/experimental/memory/shared_ptr/cons/unique_ptr_ctor.cc: - Likewise. - * testsuite/experimental/memory/shared_ptr/cons/weak_ptr_ctor.cc: - Likewise. - * testsuite/experimental/memory/shared_ptr/dest/dest.cc: Likewise. - * testsuite/experimental/memory/shared_ptr/modifiers/reset.cc: Likewise. - * testsuite/experimental/memory/shared_ptr/modifiers/swap.cc: Likewise. - * testsuite/experimental/memory/shared_ptr/observers/bool_conv.cc: - Likewise. - * testsuite/experimental/memory/shared_ptr/observers/operators.cc: - Likewise. - * testsuite/experimental/memory/shared_ptr/observers/owner_before.cc: - Likewise. - * testsuite/experimental/memory/shared_ptr/observers/use_count.cc: - Likewise. - * testsuite/experimental/memory_resource/1.cc: Likewise. - * testsuite/experimental/memory_resource/null_memory_resource.cc: - Likewise. - * testsuite/experimental/memory_resource/resource_adaptor.cc: Likewise. - * testsuite/experimental/set/erasure.cc: Likewise. - * testsuite/experimental/string/erasure.cc: Likewise. - * testsuite/experimental/string_view/capacity/1.cc: Likewise. - * testsuite/experimental/string_view/cons/char/1.cc: Likewise. - * testsuite/experimental/string_view/cons/char/2.cc: Likewise. - * testsuite/experimental/string_view/cons/char/3.cc: Likewise. - * testsuite/experimental/string_view/cons/wchar_t/1.cc: Likewise. - * testsuite/experimental/string_view/cons/wchar_t/2.cc: Likewise. - * testsuite/experimental/string_view/cons/wchar_t/3.cc: Likewise. - * testsuite/experimental/string_view/element_access/char/1.cc: Likewise. - * testsuite/experimental/string_view/element_access/char/empty.cc: - Likewise. - * testsuite/experimental/string_view/element_access/char/ - front_back.cc: Likewise. - * testsuite/experimental/string_view/element_access/wchar_t/1.cc: - Likewise. - * testsuite/experimental/string_view/element_access/wchar_t/empty.cc: - Likewise. - * testsuite/experimental/string_view/element_access/wchar_t/ - front_back.cc: Likewise. - * testsuite/experimental/string_view/inserters/char/1.cc: Likewise. - * testsuite/experimental/string_view/inserters/char/2.cc: Likewise. - * testsuite/experimental/string_view/inserters/char/3.cc: Likewise. - * testsuite/experimental/string_view/inserters/pod/10081-out.cc: - Likewise. - * testsuite/experimental/string_view/inserters/wchar_t/1.cc: Likewise. - * testsuite/experimental/string_view/inserters/wchar_t/2.cc: Likewise. - * testsuite/experimental/string_view/inserters/wchar_t/3.cc: Likewise. - * testsuite/experimental/string_view/modifiers/remove_prefix/char/ - 1.cc: Likewise. - * testsuite/experimental/string_view/modifiers/remove_prefix/wchar_t/ - 1.cc: Likewise. - * testsuite/experimental/string_view/modifiers/remove_suffix/char/ - 1.cc: Likewise. - * testsuite/experimental/string_view/modifiers/remove_suffix/wchar_t/ - 1.cc: Likewise. - * testsuite/experimental/string_view/operations/compare/char/1.cc: - Likewise. - * testsuite/experimental/string_view/operations/compare/char/ - 13650.cc: Likewise. - * testsuite/experimental/string_view/operations/compare/wchar_t/ - 1.cc: Likewise. - * testsuite/experimental/string_view/operations/compare/wchar_t/ - 13650.cc: Likewise. - * testsuite/experimental/string_view/operations/copy/char/1.cc: - Likewise. - * testsuite/experimental/string_view/operations/copy/wchar_t/1.cc: - Likewise. - * testsuite/experimental/string_view/operations/data/char/1.cc: - Likewise. - * testsuite/experimental/string_view/operations/data/wchar_t/1.cc: - Likewise. - * testsuite/experimental/string_view/operations/find/char/1.cc: - Likewise. - * testsuite/experimental/string_view/operations/find/char/2.cc: - Likewise. - * testsuite/experimental/string_view/operations/find/char/3.cc: - Likewise. - * testsuite/experimental/string_view/operations/find/char/4.cc: - Likewise. - * testsuite/experimental/string_view/operations/find/wchar_t/1.cc: - Likewise. - * testsuite/experimental/string_view/operations/find/wchar_t/2.cc: - Likewise. - * testsuite/experimental/string_view/operations/find/wchar_t/3.cc: - Likewise. - * testsuite/experimental/string_view/operations/find/wchar_t/4.cc: - Likewise. - * testsuite/experimental/string_view/operations/rfind/char/1.cc: - Likewise. - * testsuite/experimental/string_view/operations/rfind/char/2.cc: - Likewise. - * testsuite/experimental/string_view/operations/rfind/char/3.cc: - Likewise. - * testsuite/experimental/string_view/operations/rfind/wchar_t/1.cc: - Likewise. - * testsuite/experimental/string_view/operations/rfind/wchar_t/2.cc: - Likewise. - * testsuite/experimental/string_view/operations/rfind/wchar_t/3.cc: - Likewise. - * testsuite/experimental/string_view/operations/substr/char/1.cc: - Likewise. - * testsuite/experimental/string_view/operations/substr/wchar_t/1.cc: - Likewise. - * testsuite/experimental/string_view/operations/to_string/1.cc: - Likewise. - * testsuite/experimental/string_view/operators/char/2.cc: Likewise. - * testsuite/experimental/string_view/operators/wchar_t/2.cc: Likewise. - * testsuite/experimental/unordered_map/erasure.cc: Likewise. - * testsuite/experimental/unordered_set/erasure.cc: Likewise. - * testsuite/experimental/vector/erasure.cc: Likewise. - * testsuite/ext/array_allocator/1.cc: Likewise. - * testsuite/ext/array_allocator/2.cc: Likewise. - * testsuite/ext/array_allocator/3.cc: Likewise. - * testsuite/ext/array_allocator/variadic_construct.cc: Likewise. - * testsuite/ext/bitmap_allocator/variadic_construct.cc: Likewise. - * testsuite/ext/codecvt/1.cc: Likewise. - * testsuite/ext/codecvt/char-1.cc: Likewise. - * testsuite/ext/codecvt/char-2.cc: Likewise. - * testsuite/ext/codecvt/wchar_t.cc: Likewise. - * testsuite/ext/enc_filebuf/char/13189.cc: Likewise. - * testsuite/ext/enc_filebuf/char/13598.cc: Likewise. - * testsuite/ext/enc_filebuf/wchar_t/13189.cc: Likewise. - * testsuite/ext/ext_pointer/1.cc: Likewise. - * testsuite/ext/ext_pointer/1_neg.cc: Likewise. - * testsuite/ext/malloc_allocator/variadic_construct.cc: Likewise. - * testsuite/ext/mt_allocator/check_allocate_big_per_type.cc: Likewise. - * testsuite/ext/mt_allocator/tune-1.cc: Likewise. - * testsuite/ext/mt_allocator/tune-2.cc: Likewise. - * testsuite/ext/mt_allocator/tune-3.cc: Likewise. - * testsuite/ext/mt_allocator/tune-4.cc: Likewise. - * testsuite/ext/mt_allocator/variadic_construct.cc: Likewise. - * testsuite/ext/new_allocator/variadic_construct.cc: Likewise. - * testsuite/ext/pod_char_traits.cc: Likewise. - * testsuite/ext/pool_allocator/variadic_construct.cc: Likewise. - * testsuite/ext/random/arcsine_distribution/cons/default.cc: Likewise. - * testsuite/ext/random/arcsine_distribution/cons/parms.cc: Likewise. - * testsuite/ext/random/arcsine_distribution/operators/equal.cc: - Likewise. - * testsuite/ext/random/arcsine_distribution/operators/inequal.cc: - Likewise. - * testsuite/ext/random/arcsine_distribution/operators/serialize.cc: - Likewise. - * testsuite/ext/random/beta_distribution/cons/default.cc: Likewise. - * testsuite/ext/random/beta_distribution/cons/parms.cc: Likewise. - * testsuite/ext/random/beta_distribution/operators/equal.cc: Likewise. - * testsuite/ext/random/beta_distribution/operators/inequal.cc: Likewise. - * testsuite/ext/random/hoyt_distribution/cons/default.cc: Likewise. - * testsuite/ext/random/hoyt_distribution/cons/parms.cc: Likewise. - * testsuite/ext/random/hoyt_distribution/operators/equal.cc: Likewise. - * testsuite/ext/random/hoyt_distribution/operators/inequal.cc: Likewise. - * testsuite/ext/random/hoyt_distribution/operators/serialize.cc: - Likewise. - * testsuite/ext/random/hypergeometric_distribution/cons/default.cc: - Likewise. - * testsuite/ext/random/hypergeometric_distribution/cons/parms.cc: - Likewise. - * testsuite/ext/random/hypergeometric_distribution/operators/ - equal.cc: Likewise. - * testsuite/ext/random/hypergeometric_distribution/operators/ - inequal.cc: Likewise. - * testsuite/ext/random/hypergeometric_distribution/operators/ - serialize.cc: Likewise. - * testsuite/ext/random/k_distribution/cons/default.cc: Likewise. - * testsuite/ext/random/k_distribution/cons/parms.cc: Likewise. - * testsuite/ext/random/k_distribution/operators/equal.cc: Likewise. - * testsuite/ext/random/k_distribution/operators/inequal.cc: Likewise. - * testsuite/ext/random/k_distribution/operators/serialize.cc: Likewise. - * testsuite/ext/random/logistic_distribution/cons/default.cc: Likewise. - * testsuite/ext/random/logistic_distribution/cons/parms.cc: Likewise. - * testsuite/ext/random/logistic_distribution/operators/equal.cc: - Likewise. - * testsuite/ext/random/logistic_distribution/operators/inequal.cc: - Likewise. - * testsuite/ext/random/logistic_distribution/operators/serialize.cc: - Likewise. - * testsuite/ext/random/nakagami_distribution/cons/default.cc: Likewise. - * testsuite/ext/random/nakagami_distribution/cons/parms.cc: Likewise. - * testsuite/ext/random/nakagami_distribution/operators/equal.cc: - Likewise. - * testsuite/ext/random/nakagami_distribution/operators/inequal.cc: - Likewise. - * testsuite/ext/random/nakagami_distribution/operators/serialize.cc: - Likewise. - * testsuite/ext/random/normal_mv_distribution/cons/default.cc: Likewise. - * testsuite/ext/random/normal_mv_distribution/cons/parms.cc: Likewise. - * testsuite/ext/random/normal_mv_distribution/operators/equal.cc: - Likewise. - * testsuite/ext/random/normal_mv_distribution/operators/inequal.cc: - Likewise. - * testsuite/ext/random/pareto_distribution/cons/default.cc: Likewise. - * testsuite/ext/random/pareto_distribution/cons/parms.cc: Likewise. - * testsuite/ext/random/pareto_distribution/operators/equal.cc: Likewise. - * testsuite/ext/random/pareto_distribution/operators/inequal.cc: - Likewise. - * testsuite/ext/random/pareto_distribution/operators/serialize.cc: - Likewise. - * testsuite/ext/random/rice_distribution/cons/default.cc: Likewise. - * testsuite/ext/random/rice_distribution/cons/parms.cc: Likewise. - * testsuite/ext/random/rice_distribution/operators/equal.cc: Likewise. - * testsuite/ext/random/rice_distribution/operators/inequal.cc: Likewise. - * testsuite/ext/random/rice_distribution/operators/serialize.cc: - Likewise. - * testsuite/ext/random/simd_fast_mersenne_twister_engine/cons/ - default.cc: Likewise. - * testsuite/ext/random/simd_fast_mersenne_twister_engine/operators/ - equal.cc: Likewise. - * testsuite/ext/random/simd_fast_mersenne_twister_engine/operators/ - inequal.cc: Likewise. - * testsuite/ext/random/simd_fast_mersenne_twister_engine/operators/ - serialize.cc: Likewise. - * testsuite/ext/random/triangular_distribution/cons/default.cc: - Likewise. - * testsuite/ext/random/triangular_distribution/cons/parms.cc: Likewise. - * testsuite/ext/random/triangular_distribution/operators/equal.cc: - Likewise. - * testsuite/ext/random/triangular_distribution/operators/inequal.cc: - Likewise. - * testsuite/ext/random/uniform_on_sphere_distribution/cons/default.cc: - Likewise. - * testsuite/ext/random/uniform_on_sphere_distribution/operators/ - equal.cc: Likewise. - * testsuite/ext/random/uniform_on_sphere_distribution/operators/ - generate.cc: Likewise. - * testsuite/ext/random/uniform_on_sphere_distribution/operators/ - inequal.cc: Likewise. - * testsuite/ext/random/uniform_on_sphere_distribution/operators/ - serialize.cc: Likewise. - * testsuite/ext/random/von_mises_distribution/cons/default.cc: Likewise. - * testsuite/ext/random/von_mises_distribution/cons/parms.cc: Likewise. - * testsuite/ext/random/von_mises_distribution/operators/equal.cc: - Likewise. - * testsuite/ext/random/von_mises_distribution/operators/inequal.cc: - Likewise. - * testsuite/ext/rope/2.cc: Likewise. - * testsuite/ext/rope/3.cc: Likewise. - * testsuite/ext/rope/4.cc: Likewise. - * testsuite/ext/rope/pthread7-rope.cc: Likewise. - * testsuite/ext/special_functions/conf_hyperg/check_nan.cc: Likewise. - * testsuite/ext/special_functions/conf_hyperg/check_value.cc: Likewise. - * testsuite/ext/special_functions/hyperg/check_nan.cc: Likewise. - * testsuite/ext/special_functions/hyperg/check_value.cc: Likewise. - * testsuite/ext/stdio_filebuf/char/10063-1.cc: Likewise. - * testsuite/ext/stdio_filebuf/char/10063-2.cc: Likewise. - * testsuite/ext/stdio_filebuf/char/10063-3.cc: Likewise. - * testsuite/ext/stdio_filebuf/char/2.cc: Likewise. - * testsuite/ext/stdio_sync_filebuf/char/1.cc: Likewise. - * testsuite/ext/stdio_sync_filebuf/char/12048-1.cc: Likewise. - * testsuite/ext/stdio_sync_filebuf/char/12048-2.cc: Likewise. - * testsuite/ext/stdio_sync_filebuf/char/12048-3.cc: Likewise. - * testsuite/ext/stdio_sync_filebuf/char/12048-4.cc: Likewise. - * testsuite/ext/stdio_sync_filebuf/wchar_t/1.cc: Likewise. - * testsuite/ext/stdio_sync_filebuf/wchar_t/12077.cc: Likewise. - * testsuite/ext/stdio_sync_filebuf/wchar_t/12948-1.cc: Likewise. - * testsuite/ext/stdio_sync_filebuf/wchar_t/12948-2.cc: Likewise. - * testsuite/ext/stdio_sync_filebuf/wchar_t/12948-3.cc: Likewise. - * testsuite/ext/stdio_sync_filebuf/wchar_t/12948-4.cc: Likewise. - * testsuite/ext/throw_allocator/variadic_construct.cc: Likewise. - * testsuite/ext/type_traits/add_unsigned.cc: Likewise. - * testsuite/ext/type_traits/remove_unsigned.cc: Likewise. - * testsuite/ext/vstring/capacity/29134.cc: Likewise. - * testsuite/ext/vstring/capacity/shrink_to_fit.cc: Likewise. - * testsuite/ext/vstring/cons/58415-1.cc: Likewise. - * testsuite/ext/vstring/cons/moveable.cc: Likewise. - * testsuite/ext/vstring/element_access/char/58163.cc: Likewise. - * testsuite/ext/vstring/element_access/char/front_back.cc: Likewise. - * testsuite/ext/vstring/element_access/wchar_t/58163.cc: Likewise. - * testsuite/ext/vstring/element_access/wchar_t/front_back.cc: Likewise. - * testsuite/ext/vstring/hash/char/1.cc: Likewise. - * testsuite/ext/vstring/hash/wchar_t/1.cc: Likewise. - * testsuite/ext/vstring/init-list.cc: Likewise. - * testsuite/ext/vstring/inserters_extractors/char/28277.cc: Likewise. - * testsuite/ext/vstring/inserters_extractors/wchar_t/28277.cc: Likewise. - * testsuite/ext/vstring/modifiers/assign/move_assign.cc: Likewise. - * testsuite/ext/vstring/modifiers/pop_back/char/1.cc: Likewise. - * testsuite/ext/vstring/modifiers/pop_back/wchar_t/1.cc: Likewise. - * testsuite/ext/vstring/operators/1.cc: Likewise. - * testsuite/ext/vstring/operators/2.cc: Likewise. - -2016-10-14 Jonathan Wakely - - PR libstdc++/65122 - * include/ext/malloc_allocator.h (malloc_allocator::allocate): Use - aligned_alloc for types with extended alignment if available, - otherwise throw bad_alloc if malloc doesn't return a suitable value. - * include/ext/bitmap_allocator.h (bitmap_allocator::allocate) - (bitmap_allocator::deallocate): Use aligned new/delete for types with - extended alignment. - * include/ext/mt_allocator.h (__mt_alloc::allocate) - (__mt_alloc::deallocate): Likewise. - * include/ext/new_allocator.h (new_allocator::allocate) - (new_allocator::deallocate): Likewise. - * include/ext/pool_allocator.h (__pool_alloc::allocate) - (__pool_alloc::deallocate): Likewise. - * testsuite/20_util/allocator/overaligned.cc: New test. - * testsuite/ext/bitmap_allocator/overaligned.cc: New test. - * testsuite/ext/malloc_allocator/overaligned.cc: New test. - * testsuite/ext/mt_allocator/overaligned.cc: New test. - * testsuite/ext/new_allocator/overaligned.cc: New test. - * testsuite/ext/pool_allocator/overaligned.cc: New test. - -2016-10-14 Tim Shen - - PR libstdc++/77944 - * include/std/variant: Include for __try and - __catch. - -2016-10-14 Jonathan Wakely - - * include/std/functional (_Reference_wrapper_base_impl): Remove. - (_Refwrap_base_arg1, _Refwrap_base_arg2): New helpers using __void_t. - (_Reference_wrapper_base): Inherit from new helpers. - -2016-10-13 Paolo Carlini - - * testsuite/24_iterators/container_access.cc: Remove 'test' variables. - * testsuite/24_iterators/istream_iterator/2.cc: Likewise. - * testsuite/24_iterators/istreambuf_iterator/2.cc: Likewise. - * testsuite/24_iterators/istreambuf_iterator/2627.cc: Likewise. - * testsuite/24_iterators/operations/next.cc: Likewise. - * testsuite/24_iterators/operations/prev.cc: Likewise. - * testsuite/24_iterators/ostreambuf_iterator/2.cc: Likewise. - * testsuite/24_iterators/random_access_iterator/26020.cc: Likewise. - * testsuite/24_iterators/range_access_cpp14.cc: Likewise. - * testsuite/24_iterators/reverse_iterator/11729.cc: Likewise. - * testsuite/24_iterators/reverse_iterator/3.cc: Likewise. - * testsuite/25_algorithms/adjacent_find/vectorbool.cc: Likewise. - * testsuite/25_algorithms/all_of/1.cc: Likewise. - * testsuite/25_algorithms/any_of/1.cc: Likewise. - * testsuite/25_algorithms/binary_search/2.cc: Likewise. - * testsuite/25_algorithms/binary_search/partitioned.cc: Likewise. - * testsuite/25_algorithms/clamp/1.cc: Likewise. - * testsuite/25_algorithms/clamp/2.cc: Likewise. - * testsuite/25_algorithms/copy/1.cc: Likewise. - * testsuite/25_algorithms/copy/2.cc: Likewise. - * testsuite/25_algorithms/copy/3.cc: Likewise. - * testsuite/25_algorithms/copy/34595.cc: Likewise. - * testsuite/25_algorithms/copy/4.cc: Likewise. - * testsuite/25_algorithms/copy/deque_iterators/1.cc: Likewise. - * testsuite/25_algorithms/copy/move_iterators/1.cc: Likewise. - * testsuite/25_algorithms/copy/streambuf_iterators/char/1.cc: Likewise. - * testsuite/25_algorithms/copy/streambuf_iterators/char/2.cc: Likewise. - * testsuite/25_algorithms/copy/streambuf_iterators/char/3.cc: Likewise. - * testsuite/25_algorithms/copy/streambuf_iterators/char/4.cc: Likewise. - * testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/1.cc: - Likewise. - * testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/2.cc: - Likewise. - * testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/3.cc: - Likewise. - * testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/4.cc: - Likewise. - * testsuite/25_algorithms/copy_backward/deque_iterators/1.cc: Likewise. - * testsuite/25_algorithms/copy_backward/move_iterators/1.cc: Likewise. - * testsuite/25_algorithms/copy_n/1.cc: Likewise. - * testsuite/25_algorithms/copy_n/2.cc: Likewise. - * testsuite/25_algorithms/copy_n/3.cc: Likewise. - * testsuite/25_algorithms/copy_n/4.cc: Likewise. - * testsuite/25_algorithms/copy_n/50119.cc: Likewise. - * testsuite/25_algorithms/copy_n/move_iterators/1.cc: Likewise. - * testsuite/25_algorithms/equal_range/2.cc: Likewise. - * testsuite/25_algorithms/equal_range/partitioned.cc: Likewise. - * testsuite/25_algorithms/fill/1.cc: Likewise. - * testsuite/25_algorithms/fill/2.cc: Likewise. - * testsuite/25_algorithms/fill/3.cc: Likewise. - * testsuite/25_algorithms/fill/4.cc: Likewise. - * testsuite/25_algorithms/fill_n/1.cc: Likewise. - * testsuite/25_algorithms/find/39546.cc: Likewise. - * testsuite/25_algorithms/find/istreambuf_iterators/char/1.cc: Likewise. - * testsuite/25_algorithms/find/istreambuf_iterators/char/2.cc: Likewise. - * testsuite/25_algorithms/find/istreambuf_iterators/wchar_t/1.cc: - Likewise. - * testsuite/25_algorithms/find/istreambuf_iterators/wchar_t/2.cc: - Likewise. - * testsuite/25_algorithms/find_if/1.cc: Likewise. - * testsuite/25_algorithms/find_if_not/1.cc: Likewise. - * testsuite/25_algorithms/for_each/1.cc: Likewise. - * testsuite/25_algorithms/heap/1.cc: Likewise. - * testsuite/25_algorithms/heap/moveable.cc: Likewise. - * testsuite/25_algorithms/heap/moveable2.cc: Likewise. - * testsuite/25_algorithms/heap/vectorbool.cc: Likewise. - * testsuite/25_algorithms/includes/1.cc: Likewise. - * testsuite/25_algorithms/inplace_merge/1.cc: Likewise. - * testsuite/25_algorithms/inplace_merge/49559.cc: Likewise. - * testsuite/25_algorithms/inplace_merge/moveable.cc: Likewise. - * testsuite/25_algorithms/inplace_merge/moveable2.cc: Likewise. - * testsuite/25_algorithms/is_heap/1.cc: Likewise. - * testsuite/25_algorithms/is_heap_until/1.cc: Likewise. - * testsuite/25_algorithms/is_partitioned/1.cc: Likewise. - * testsuite/25_algorithms/is_permutation/1.cc: Likewise. - * testsuite/25_algorithms/is_permutation/2.cc: Likewise. - * testsuite/25_algorithms/is_permutation/vectorbool.cc: Likewise. - * testsuite/25_algorithms/is_sorted/1.cc: Likewise. - * testsuite/25_algorithms/is_sorted_until/1.cc: Likewise. - * testsuite/25_algorithms/iter_swap/20577.cc: Likewise. - * testsuite/25_algorithms/lower_bound/2.cc: Likewise. - * testsuite/25_algorithms/lower_bound/partitioned.cc: Likewise. - * testsuite/25_algorithms/make_heap/complexity.cc: Likewise. - * testsuite/25_algorithms/max/1.cc: Likewise. - * testsuite/25_algorithms/max/2.cc: Likewise. - * testsuite/25_algorithms/max/3.cc: Likewise. - * testsuite/25_algorithms/max/37547.cc: Likewise. - * testsuite/25_algorithms/max/4.cc: Likewise. - * testsuite/25_algorithms/min/1.cc: Likewise. - * testsuite/25_algorithms/min/2.cc: Likewise. - * testsuite/25_algorithms/min/3.cc: Likewise. - * testsuite/25_algorithms/min/37547.cc: Likewise. - * testsuite/25_algorithms/min/4.cc: Likewise. - * testsuite/25_algorithms/minmax/1.cc: Likewise. - * testsuite/25_algorithms/minmax/2.cc: Likewise. - * testsuite/25_algorithms/minmax/3.cc: Likewise. - * testsuite/25_algorithms/minmax/37547.cc: Likewise. - * testsuite/25_algorithms/minmax_element/1.cc: Likewise. - * testsuite/25_algorithms/move/1.cc: Likewise. - * testsuite/25_algorithms/move/deque_iterators/1.cc: Likewise. - * testsuite/25_algorithms/move_backward/1.cc: Likewise. - * testsuite/25_algorithms/move_backward/deque_iterators/1.cc: Likewise. - * testsuite/25_algorithms/next_permutation/moveable.cc: Likewise. - * testsuite/25_algorithms/none_of/1.cc: Likewise. - * testsuite/25_algorithms/nth_element/1.cc: Likewise. - * testsuite/25_algorithms/nth_element/2.cc: Likewise. - * testsuite/25_algorithms/nth_element/3.cc: Likewise. - * testsuite/25_algorithms/nth_element/moveable.cc: Likewise. - * testsuite/25_algorithms/nth_element/random_test.cc: Likewise. - * testsuite/25_algorithms/partial_sort/2.cc: Likewise. - * testsuite/25_algorithms/partial_sort/check_compare_by_value.cc: - Likewise. - * testsuite/25_algorithms/partial_sort/moveable.cc: Likewise. - * testsuite/25_algorithms/partial_sort/random_test.cc: Likewise. - * testsuite/25_algorithms/partial_sort_copy/2.cc: Likewise. - * testsuite/25_algorithms/partial_sort_copy/random_test.cc: Likewise. - * testsuite/25_algorithms/partition/1.cc: Likewise. - * testsuite/25_algorithms/partition/moveable.cc: Likewise. - * testsuite/25_algorithms/partition_copy/1.cc: Likewise. - * testsuite/25_algorithms/partition_point/1.cc: Likewise. - * testsuite/25_algorithms/pop_heap/complexity.cc: Likewise. - * testsuite/25_algorithms/prev_permutation/moveable.cc: Likewise. - * testsuite/25_algorithms/push_heap/complexity.cc: Likewise. - * testsuite/25_algorithms/random_shuffle/1.cc: Likewise. - * testsuite/25_algorithms/random_shuffle/moveable.cc: Likewise. - * testsuite/25_algorithms/rotate/1.cc: Likewise. - * testsuite/25_algorithms/rotate/moveable.cc: Likewise. - * testsuite/25_algorithms/rotate/moveable2.cc: Likewise. - * testsuite/25_algorithms/rotate/rotate.cc: Likewise. - * testsuite/25_algorithms/search/1.cc: Likewise. - * testsuite/25_algorithms/search_n/58358.cc: Likewise. - * testsuite/25_algorithms/shuffle/1.cc: Likewise. - * testsuite/25_algorithms/sort/1.cc: Likewise. - * testsuite/25_algorithms/sort/check_compare_by_value.cc: Likewise. - * testsuite/25_algorithms/sort/moveable.cc: Likewise. - * testsuite/25_algorithms/sort/random_test.cc: Likewise. - * testsuite/25_algorithms/sort/vectorbool.cc: Likewise. - * testsuite/25_algorithms/sort_heap/check_compare_by_value.cc: Likewise. - * testsuite/25_algorithms/sort_heap/complexity.cc: Likewise. - * testsuite/25_algorithms/stable_partition/1.cc: Likewise. - * testsuite/25_algorithms/stable_partition/mem_check.cc: Likewise. - * testsuite/25_algorithms/stable_partition/moveable.cc: Likewise. - * testsuite/25_algorithms/stable_sort/2.cc: Likewise. - * testsuite/25_algorithms/stable_sort/3.cc: Likewise. - * testsuite/25_algorithms/stable_sort/49559.cc: Likewise. - * testsuite/25_algorithms/stable_sort/check_compare_by_value.cc: - Likewise. - * testsuite/25_algorithms/stable_sort/mem_check.cc: Likewise. - * testsuite/25_algorithms/stable_sort/moveable.cc: Likewise. - * testsuite/25_algorithms/stable_sort/moveable2.cc: Likewise. - * testsuite/25_algorithms/swap_ranges/1.cc: Likewise. - * testsuite/25_algorithms/unique/11480.cc: Likewise. - * testsuite/25_algorithms/unique/2.cc: Likewise. - * testsuite/25_algorithms/unique/moveable.cc: Likewise. - * testsuite/25_algorithms/unique_copy/1.cc: Likewise. - * testsuite/25_algorithms/unique_copy/2.cc: Likewise. - * testsuite/25_algorithms/unique_copy/26133.cc: Likewise. - * testsuite/25_algorithms/upper_bound/2.cc: Likewise. - * testsuite/25_algorithms/upper_bound/partitioned.cc: Likewise. - * testsuite/28_regex/algorithms/regex_match/awk/cstring_01.cc: Likewise. - * testsuite/28_regex/algorithms/regex_match/basic/empty_range.cc: - Likewise. - * testsuite/28_regex/algorithms/regex_match/basic/string_01.cc: - Likewise. - * testsuite/28_regex/algorithms/regex_match/basic/ - string_range_00_03.cc: Likewise. - * testsuite/28_regex/algorithms/regex_match/basic/ - string_range_01_03.cc: Likewise. - * testsuite/28_regex/algorithms/regex_match/basic/ - string_range_02_03.cc: Likewise. - * testsuite/28_regex/algorithms/regex_match/cstring_bracket_01.cc: - Likewise. - * testsuite/28_regex/algorithms/regex_match/ecma/char/53622.cc: - Likewise. - * testsuite/28_regex/algorithms/regex_match/ecma/char/57173.cc: - Likewise. - * testsuite/28_regex/algorithms/regex_match/ecma/char/58576.cc: - Likewise. - * testsuite/28_regex/algorithms/regex_match/ecma/char/68863.cc: - Likewise. - * testsuite/28_regex/algorithms/regex_match/ecma/char/anymatcher.cc: - Likewise. - * testsuite/28_regex/algorithms/regex_match/ecma/char/backref.cc: - Likewise. - * testsuite/28_regex/algorithms/regex_match/ecma/char/empty_range.cc: - Likewise. - * testsuite/28_regex/algorithms/regex_match/ecma/char/emptygroup.cc: - Likewise. - * testsuite/28_regex/algorithms/regex_match/ecma/char/hex.cc: Likewise. - * testsuite/28_regex/algorithms/regex_match/ecma/char/quoted_char.cc: - Likewise. - * testsuite/28_regex/algorithms/regex_match/ecma/char/ungreedy.cc: - Likewise. - * testsuite/28_regex/algorithms/regex_match/ecma/wchar_t/63199.cc: - Likewise. - * testsuite/28_regex/algorithms/regex_match/ecma/wchar_t/ - anymatcher.cc: Likewise. - * testsuite/28_regex/algorithms/regex_match/ecma/wchar_t/cjk_match.cc: - Likewise. - * testsuite/28_regex/algorithms/regex_match/ecma/wchar_t/hex.cc: - Likewise. - * testsuite/28_regex/algorithms/regex_match/extended/cstring_plus.cc: - Likewise. - * testsuite/28_regex/algorithms/regex_match/extended/ - cstring_questionmark.cc: Likewise. - * testsuite/28_regex/algorithms/regex_match/extended/ - cstring_range.cc: Likewise. - * testsuite/28_regex/algorithms/regex_match/extended/string_any.cc: - Likewise. - * testsuite/28_regex/algorithms/regex_match/extended/ - string_range_00_03.cc: Likewise. - * testsuite/28_regex/algorithms/regex_match/extended/ - string_range_01_03.cc: Likewise. - * testsuite/28_regex/algorithms/regex_match/extended/ - string_range_02_03.cc: Likewise. - * testsuite/28_regex/algorithms/regex_match/extended/ - wstring_locale.cc: Likewise. - * testsuite/28_regex/algorithms/regex_replace/char/basic_replace.cc: - Likewise. - * testsuite/28_regex/algorithms/regex_replace/char/dr2213.cc: Likewise. - * testsuite/28_regex/algorithms/regex_search/61720.cc: Likewise. - * testsuite/28_regex/algorithms/regex_search/basic/string_01.cc: - Likewise. - * testsuite/28_regex/algorithms/regex_search/ecma/assertion.cc: - Likewise. - * testsuite/28_regex/algorithms/regex_search/ecma/flags.cc: Likewise. - * testsuite/28_regex/algorithms/regex_search/ecma/greedy.cc: Likewise. - * testsuite/28_regex/algorithms/regex_search/ecma/string_01.cc: - Likewise. - * testsuite/28_regex/basic_regex/assign/char/cstring.cc: Likewise. - * testsuite/28_regex/basic_regex/assign/char/cstring_op.cc: Likewise. - * testsuite/28_regex/basic_regex/assign/char/moveable.cc: Likewise. - * testsuite/28_regex/basic_regex/assign/char/pstring.cc: Likewise. - * testsuite/28_regex/basic_regex/assign/char/range.cc: Likewise. - * testsuite/28_regex/basic_regex/assign/char/string.cc: Likewise. - * testsuite/28_regex/basic_regex/assign/char/string_op.cc: Likewise. - * testsuite/28_regex/basic_regex/assign/wchar_t/cstring.cc: Likewise. - * testsuite/28_regex/basic_regex/assign/wchar_t/cstring_op.cc: Likewise. - * testsuite/28_regex/basic_regex/assign/wchar_t/pstring.cc: Likewise. - * testsuite/28_regex/basic_regex/assign/wchar_t/range.cc: Likewise. - * testsuite/28_regex/basic_regex/assign/wchar_t/string.cc: Likewise. - * testsuite/28_regex/basic_regex/assign/wchar_t/string_op.cc: Likewise. - * testsuite/28_regex/basic_regex/ctors/basic/pstring_wchar_t.cc: - Likewise. - * testsuite/28_regex/basic_regex/ctors/basic/string_range_01_02_03.cc: - Likewise. - * testsuite/28_regex/basic_regex/ctors/extended/cstring.cc: Likewise. - * testsuite/28_regex/basic_regex/ctors/extended/ - string_range_01_02_03.cc: Likewise. - * testsuite/28_regex/basic_regex/ctors/move_char.cc: Likewise. - * testsuite/28_regex/basic_regex/ctors/string_wchar_t.cc: Likewise. - * testsuite/28_regex/basic_regex/ctors/wchar_t/cstring.cc: Likewise. - * testsuite/28_regex/basic_regex/ctors/wchar_t/default.cc: Likewise. - * testsuite/28_regex/basic_regex/ctors/wchar_t/range.cc: Likewise. - * testsuite/28_regex/basic_regex/imbue/string.cc: Likewise. - * testsuite/28_regex/constants/error_type.cc: Likewise. - * testsuite/28_regex/constants/match_flag_type.cc: Likewise. - * testsuite/28_regex/init-list.cc: Likewise. - * testsuite/28_regex/iterators/regex_iterator/char/64140.cc: Likewise. - * testsuite/28_regex/iterators/regex_iterator/char/string_01.cc: - Likewise. - * testsuite/28_regex/iterators/regex_iterator/char/ - string_position_01.cc - * testsuite/28_regex/iterators/regex_iterator/ctors/char/default.cc: - Likewise. - * testsuite/28_regex/iterators/regex_iterator/ctors/wchar_t/ - default.cc: Likewise. - * testsuite/28_regex/iterators/regex_iterator/typedefs.cc: Likewise. - * testsuite/28_regex/iterators/regex_iterator/wchar_t/string_01.cc: - Likewise. - * testsuite/28_regex/iterators/regex_iterator/wchar_t/string_02.cc: - Likewise. - * testsuite/28_regex/iterators/regex_token_iterator/64303.cc: Likewise. - * testsuite/28_regex/iterators/regex_token_iterator/char/string_01.cc: - Likewise. - * testsuite/28_regex/iterators/regex_token_iterator/ctors/char/ - default.cc: Likewise. - * testsuite/28_regex/iterators/regex_token_iterator/ctors/wchar_t/ - default.cc: Likewise. - * testsuite/28_regex/iterators/regex_token_iterator/typedefs.cc: - Likewise. - * testsuite/28_regex/iterators/regex_token_iterator/wchar_t/ - string_01.cc: Likewise. - * testsuite/28_regex/iterators/regex_token_iterator/wchar_t/ - wstring_02.cc: Likewise. - * testsuite/28_regex/match_results/ctors/char/default.cc: Likewise. - * testsuite/28_regex/match_results/ctors/wchar_t/default.cc: Likewise. - * testsuite/28_regex/match_results/format.cc: Likewise. - * testsuite/28_regex/match_results/out_of_range_submatches.cc: Likewise. - * testsuite/28_regex/match_results/swap.cc: Likewise. - * testsuite/28_regex/match_results/typedefs.cc: Likewise. - * testsuite/28_regex/regex_error/regex_error.cc: Likewise. - * testsuite/28_regex/regression.cc: Likewise. - * testsuite/28_regex/sub_match/cast_char.cc: Likewise. - * testsuite/28_regex/sub_match/cast_wchar_t.cc: Likewise. - * testsuite/28_regex/sub_match/embedded_zeros_cmp.cc: Likewise. - * testsuite/28_regex/sub_match/length.cc: Likewise. - * testsuite/28_regex/traits/char/ctor.cc: Likewise. - * testsuite/28_regex/traits/char/isctype.cc: Likewise. - * testsuite/28_regex/traits/char/length.cc: Likewise. - * testsuite/28_regex/traits/char/lookup_classname.cc: Likewise. - * testsuite/28_regex/traits/char/lookup_collatename.cc: Likewise. - * testsuite/28_regex/traits/char/transform.cc: Likewise. - * testsuite/28_regex/traits/char/transform_primary.cc: Likewise. - * testsuite/28_regex/traits/char/translate.cc: Likewise. - * testsuite/28_regex/traits/char/translate_nocase.cc: Likewise. - * testsuite/28_regex/traits/char/user_defined.cc: Likewise. - * testsuite/28_regex/traits/char/value.cc: Likewise. - * testsuite/28_regex/traits/wchar_t/ctor.cc: Likewise. - * testsuite/28_regex/traits/wchar_t/isctype.cc: Likewise. - * testsuite/28_regex/traits/wchar_t/length.cc: Likewise. - * testsuite/28_regex/traits/wchar_t/lookup_classname.cc: Likewise. - * testsuite/28_regex/traits/wchar_t/lookup_collatename.cc: Likewise. - * testsuite/28_regex/traits/wchar_t/transform.cc: Likewise. - * testsuite/28_regex/traits/wchar_t/transform_primary.cc: Likewise. - * testsuite/28_regex/traits/wchar_t/translate.cc: Likewise. - * testsuite/28_regex/traits/wchar_t/translate_nocase.cc: Likewise. - * testsuite/28_regex/traits/wchar_t/user_defined.cc: Likewise. - * testsuite/28_regex/traits/wchar_t/value.cc: Likewise. - * testsuite/29_atomics/atomic/60658.cc: Likewise. - * testsuite/29_atomics/atomic/operators/51811.cc: Likewise. - * testsuite/29_atomics/atomic_flag/clear/1.cc: Likewise. - * testsuite/backward/11460.cc: Likewise. - * testsuite/backward/hash_map/1.cc: Likewise. - * testsuite/backward/hash_map/25896.cc: Likewise. - * testsuite/backward/hash_set/1.cc: Likewise. - * testsuite/backward/hash_set/25896.cc: Likewise. - * testsuite/decimal/binary-arith.cc: Likewise. - * testsuite/decimal/comparison.cc: Likewise. - * testsuite/decimal/compound-assignment-memfunc.cc: Likewise. - * testsuite/decimal/compound-assignment.cc: Likewise. - * testsuite/decimal/conversion-from-float.cc: Likewise. - * testsuite/decimal/conversion-from-integral.cc: Likewise. - * testsuite/decimal/conversion-to-generic-float.cc: Likewise. - * testsuite/decimal/conversion-to-integral.cc: Likewise. - * testsuite/decimal/ctor.cc: Likewise. - * testsuite/decimal/incdec-memfunc.cc: Likewise. - * testsuite/decimal/incdec.cc: Likewise. - * testsuite/decimal/make-decimal.cc: Likewise. - * testsuite/decimal/pr54036-1.cc: Likewise. - * testsuite/decimal/pr54036-2.cc: Likewise. - * testsuite/decimal/pr54036-3.cc: Likewise. - * testsuite/decimal/unary-arith.cc: Likewise. - * testsuite/special_functions/01_assoc_laguerre/check_nan.cc: Likewise. - * testsuite/special_functions/01_assoc_laguerre/check_value.cc: - Likewise. - * testsuite/special_functions/02_assoc_legendre/check_nan.cc: Likewise. - * testsuite/special_functions/02_assoc_legendre/check_value.cc: - Likewise. - * testsuite/special_functions/03_beta/check_nan.cc: Likewise. - * testsuite/special_functions/03_beta/check_value.cc: Likewise. - * testsuite/special_functions/04_comp_ellint_1/check_nan.cc: Likewise. - * testsuite/special_functions/04_comp_ellint_1/check_value.cc: Likewise. - * testsuite/special_functions/05_comp_ellint_2/check_nan.cc: Likewise. - * testsuite/special_functions/05_comp_ellint_2/check_value.cc: Likewise. - * testsuite/special_functions/06_comp_ellint_3/check_nan.cc: Likewise. - * testsuite/special_functions/06_comp_ellint_3/check_value.cc: Likewise. - * testsuite/special_functions/07_cyl_bessel_i/check_nan.cc: Likewise. - * testsuite/special_functions/07_cyl_bessel_i/check_value.cc: Likewise. - * testsuite/special_functions/07_cyl_bessel_i/pr56216.cc: Likewise. - * testsuite/special_functions/08_cyl_bessel_j/check_nan.cc: Likewise. - * testsuite/special_functions/08_cyl_bessel_j/check_value.cc: Likewise. - * testsuite/special_functions/09_cyl_bessel_k/check_nan.cc: Likewise. - * testsuite/special_functions/09_cyl_bessel_k/check_value.cc: Likewise. - * testsuite/special_functions/10_cyl_neumann/check_nan.cc: Likewise. - * testsuite/special_functions/10_cyl_neumann/check_value.cc: Likewise. - * testsuite/special_functions/11_ellint_1/check_nan.cc: Likewise. - * testsuite/special_functions/11_ellint_1/check_value.cc: Likewise. - * testsuite/special_functions/12_ellint_2/check_nan.cc: Likewise. - * testsuite/special_functions/12_ellint_2/check_value.cc: Likewise. - * testsuite/special_functions/13_ellint_3/check_nan.cc: Likewise. - * testsuite/special_functions/13_ellint_3/check_value.cc: Likewise. - * testsuite/special_functions/14_expint/check_nan.cc: Likewise. - * testsuite/special_functions/14_expint/check_value.cc: Likewise. - * testsuite/special_functions/15_hermite/check_nan.cc: Likewise. - * testsuite/special_functions/15_hermite/check_value.cc: Likewise. - * testsuite/special_functions/16_laguerre/check_nan.cc: Likewise. - * testsuite/special_functions/16_laguerre/check_value.cc: Likewise. - * testsuite/special_functions/17_legendre/check_nan.cc: Likewise. - * testsuite/special_functions/17_legendre/check_value.cc: Likewise. - * testsuite/special_functions/18_riemann_zeta/check_nan.cc: Likewise. - * testsuite/special_functions/18_riemann_zeta/check_value.cc: Likewise. - * testsuite/special_functions/19_sph_bessel/check_nan.cc: Likewise. - * testsuite/special_functions/19_sph_bessel/check_value.cc: Likewise. - * testsuite/special_functions/20_sph_legendre/check_nan.cc: Likewise. - * testsuite/special_functions/20_sph_legendre/check_value.cc: Likewise. - * testsuite/special_functions/21_sph_neumann/check_nan.cc: Likewise. - * testsuite/special_functions/21_sph_neumann/check_value.cc: Likewise. - * testsuite/tr2/bases/value.cc: Likewise. - * testsuite/tr2/direct_bases/value.cc: Likewise. - * testsuite/util/debug/checks.h: Likewise. - * testsuite/util/debug/unordered_checks.h: Likewise. - * testsuite/util/testsuite_allocator.h: Likewise. - * testsuite/util/testsuite_api.h: Likewise. - * testsuite/util/testsuite_common_types.h: Likewise. - * testsuite/util/testsuite_random.h: Likewise. - * testsuite/util/testsuite_rvalref.h: Likewise. - -2016-10-13 Jonathan Wakely - - * include/bits/shared_ptr_base.h: Include . - [!__cpp_rtti]: Do not include . - * include/experimental/array: Do not include . - * include/experimental/memory: Include - instead of . - * include/experimental/propagate_const: Include , - , and instead of . - * include/experimental/tuple: Do not include . - * include/std/future: Include . - * include/std/memory: Do not include . - * include/std/mutex: [_GLIBCXX_HAVE_TLS]: Likewise. - * src/c++11/compatibility-thread-c++0x.cc: Include . - * testsuite/20_util/shared_ptr/thread/default_weaktoshared.cc: Add - missing includes. - * testsuite/20_util/shared_ptr/thread/mutex_weaktoshared.cc: Likewise. - * testsuite/20_util/specialized_algorithms/memory_management_tools/ - 1.cc: Likewise. - * testsuite/30_threads/call_once/60497.cc: Likewise. - * testsuite/30_threads/lock/2.cc: Likewise. - * testsuite/30_threads/thread/native_handle/cancel.cc: Likewise. - * testsuite/experimental/algorithm/sample.cc: Likewise. - * testsuite/experimental/array/make_array.cc: Likewise. - * testsuite/experimental/array/neg.cc: Likewise. Adjust dg-error line. - * testsuite/experimental/propagate_const/assignment/move_neg.cc: - Adjust dg-error lines. - * testsuite/experimental/propagate_const/cons/move_neg.cc: Likewise. - * testsuite/experimental/propagate_const/requirements2.cc: Likewise. - * testsuite/experimental/propagate_const/requirements3.cc: Likewise. - * testsuite/experimental/propagate_const/requirements4.cc: Likewise. - * testsuite/experimental/propagate_const/requirements5.cc: Likewise. - - * testsuite/experimental/algorithm/sample.cc: Add missing header. - - * include/experimental/propagate_const (element_type): Qualify - declval. - - * testsuite/26_numerics/random/default_random_engine.cc: Use VERIFY - instead of assert. - - * include/experiumental/functional (boyer_moore_searcher) - (__boyer_moore_map_base, __boyer_moore_array_base): Qualify containers - with _GLIBCXX_STD_C. - * include/std/functional: Likewise. - - * include/std/chrono (floor): Replace non-constexpr operation. - * testsuite/20_util/duration_cast/rounding.cc: Test conversion to - durations with floating pointer representations. - - * src/c++11/compatibility-thread-c++0x.cc (_Bind_simple) - (_Bind_simple_helper, __bind_simple): Restore for ABI compat symbols. - - * include/std/functional (_Bind_simple, _Bind_simple_helper) - (__bind_simple): Remove. - * include/std/future: Include instead of . - (__future_base::_Task_state::_M_run) - (__future_base::_Task_state::_M_run_delayed): Use lambda expressions - instead of __bind_simple. - (__future_base::_Task_state::_S_maybe_wrap_ref): Remove. - (async): Use thread::__make_invoker instead of __bind_simple. - * include/std/thread: Include and instead of - . - (thread::_Invoker, thread::__make_invoker): Define helpers to do - INVOKE(DECAY_COPY(f), DECAY_COPY(args)...). - - * include/std/functional (_Not_fn): Make exception specifications - depend on whether negating the result can throw. - * testsuite/20_util/not_fn/1.cc: Move to ... - * testsuite/20_util/function_objects/not_fn/1.cc: ... here. Add tests - for types that can throw when negated and that cannot be negated. - - * include/bits/invoke.h (__invoke): Fix exception-specification. - * include/std/functional (invoke): Likewise. - * testsuite/20_util/function_objects/invoke/1.cc: New test. - -2016-10-12 Paolo Carlini - - * testsuite/util/testsuite_hooks.h: Rewrite VERIFY in terms of - __builtin_printf and __builtin_abort. - * testsuite/lib/libstdc++.exp: Remove _GLIBCXX_ASSERT use. - * scripts/testsuite_flags.in: Likewise. - * testsuite/22_locale/time_get/get/char/1.cc: Likewise. - * testsuite/22_locale/time_get/get/char/2.cc: Likewise. - * testsuite/22_locale/time_get/get/wchar_t/1.cc: Likewise. - * testsuite/22_locale/time_get/get/wchar_t/2.cc: Likewise. - * testsuite/27_io/basic_filebuf/close/char/4879.cc: Likewise, adjust. - * testsuite/27_io/basic_filebuf/close/char/9964.cc: Likewise. - * testsuite/27_io/basic_filebuf/imbue/char/13171-2.cc: Likewise. - * testsuite/27_io/basic_filebuf/imbue/wchar_t/14975-2.cc: Likewise. - * testsuite/27_io/basic_filebuf/seekoff/char/26777.cc: Likewise. - * testsuite/27_io/basic_filebuf/underflow/char/10097.cc: Likewise. - * testsuite/27_io/basic_ostream/inserters_arithmetic/char/1.cc: - Likewise. - * testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc: - Likewise. - * testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/1.cc: - Likewise. - * testsuite/27_io/objects/char/7.cc: Likewise. - * testsuite/27_io/objects/char/9661-1.cc: Likewise. - * testsuite/27_io/objects/wchar_t/7.cc: Likewise. - * testsuite/27_io/objects/wchar_t/9661-1.cc: Likewise. - * testsuite/18_support/50594.cc: Remove 'test' variable, adjust. - * testsuite/18_support/bad_alloc/what.cc: Likewise. - * testsuite/18_support/bad_cast/what.cc: Likewise. - * testsuite/18_support/bad_exception/what.cc: Likewise. - * testsuite/18_support/bad_typeid/what.cc: Likewise. - * testsuite/18_support/exception/38732.cc: Likewise. - * testsuite/18_support/exception/what.cc: Likewise. - * testsuite/18_support/exception_ptr/64241.cc: Likewise. - * testsuite/18_support/exception_ptr/current_exception.cc: Likewise. - * testsuite/18_support/exception_ptr/lifespan.cc: Likewise. - * testsuite/18_support/exception_ptr/make_exception_ptr.cc: Likewise. - * testsuite/18_support/exception_ptr/rethrow_exception.cc: Likewise. - * testsuite/18_support/nested_exception/cons.cc: Likewise. - * testsuite/18_support/nested_exception/nested_ptr.cc: Likewise. - * testsuite/18_support/nested_exception/rethrow_if_nested.cc: Likewise. - * testsuite/18_support/nested_exception/rethrow_nested.cc: Likewise. - * testsuite/18_support/nested_exception/throw_with_nested.cc: Likewise. - * testsuite/18_support/numeric_limits/char16_32_t.cc: Likewise. - * testsuite/18_support/numeric_limits/digits10.cc: Likewise. - * testsuite/18_support/numeric_limits/dr559.cc: Likewise. - * testsuite/18_support/numeric_limits/epsilon.cc: Likewise. - * testsuite/18_support/numeric_limits/is_iec559.cc: Likewise. - * testsuite/18_support/numeric_limits/is_signed.cc: Likewise. - * testsuite/18_support/numeric_limits/lowest.cc: Likewise. - * testsuite/18_support/numeric_limits/max_digits10.cc: Likewise. - * testsuite/18_support/numeric_limits/min_max.cc: Likewise. - * testsuite/18_support/numeric_limits/specialization_default_values.cc: - Likewise. - * testsuite/18_support/type_info/hash_code.cc: Likewise. - * testsuite/19_diagnostics/error_category/cons/copy_neg.cc: Likewise. - * testsuite/19_diagnostics/error_category/cons/default.cc: Likewise. - * testsuite/19_diagnostics/error_category/operators/equal.cc: Likewise. - * testsuite/19_diagnostics/error_category/operators/ - not_equal.cc: Likewise. - * testsuite/19_diagnostics/error_code/cons/1.cc: Likewise. - * testsuite/19_diagnostics/error_code/cons/39882.cc: Likewise. - * testsuite/19_diagnostics/error_code/modifiers/39882.cc: Likewise. - * testsuite/19_diagnostics/error_code/operators/bool.cc: Likewise. - * testsuite/19_diagnostics/error_code/operators/equal.cc: Likewise. - * testsuite/19_diagnostics/error_code/operators/not_equal.cc: Likewise. - * testsuite/19_diagnostics/error_condition/cons/1.cc: Likewise. - * testsuite/19_diagnostics/error_condition/cons/39881.cc: Likewise. - * testsuite/19_diagnostics/error_condition/modifiers/39881.cc: - Likewise. - * testsuite/19_diagnostics/error_condition/operators/bool.cc: Likewise. - * testsuite/19_diagnostics/error_condition/operators/equal.cc: - Likewise. - * testsuite/19_diagnostics/error_condition/operators/not_equal.cc: - Likewise. - * testsuite/19_diagnostics/logic_error/what-1.cc: Likewise. - * testsuite/19_diagnostics/logic_error/what-2.cc: Likewise. - * testsuite/19_diagnostics/logic_error/what-3.cc: Likewise. - * testsuite/19_diagnostics/logic_error/what-big.cc: Likewise. - * testsuite/19_diagnostics/runtime_error/what-1.cc: Likewise. - * testsuite/19_diagnostics/runtime_error/what-2.cc: Likewise. - * testsuite/19_diagnostics/runtime_error/what-3.cc: Likewise. - * testsuite/19_diagnostics/runtime_error/what-big.cc: Likewise. - * testsuite/19_diagnostics/system_error/cons-1.cc: Likewise. - * testsuite/19_diagnostics/system_error/what-1.cc: Likewise. - * testsuite/19_diagnostics/system_error/what-2.cc: Likewise. - * testsuite/19_diagnostics/system_error/what-3.cc: Likewise. - * testsuite/19_diagnostics/system_error/what-4.cc: Likewise. - * testsuite/19_diagnostics/system_error/what-big.cc: Likewise. - * testsuite/20_util/addressof/1.cc: Likewise. - * testsuite/20_util/align/1.cc: Likewise. - * testsuite/20_util/align/2.cc: Likewise. - * testsuite/20_util/allocator/1.cc: Likewise. - * testsuite/20_util/allocator/10378.cc: Likewise. - * testsuite/20_util/allocator/8230.cc: Likewise. - * testsuite/20_util/allocator_traits/members/allocate_hint.cc: - Likewise. - * testsuite/20_util/allocator_traits/members/construct.cc: Likewise. - * testsuite/20_util/allocator_traits/members/destroy.cc: Likewise. - * testsuite/20_util/allocator_traits/members/max_size.cc: Likewise. - * testsuite/20_util/any/assign/exception.cc: Likewise. - * testsuite/20_util/auto_ptr/1.cc: Likewise. - * testsuite/20_util/auto_ptr/2.cc: Likewise. - * testsuite/20_util/auto_ptr/3.cc: Likewise. - * testsuite/20_util/auto_ptr/4.cc: Likewise. - * testsuite/20_util/auto_ptr/5.cc: Likewise. - * testsuite/20_util/auto_ptr/6.cc: Likewise. - * testsuite/20_util/auto_ptr/7.cc: Likewise. - * testsuite/20_util/bind/all_bound.cc: Likewise. - * testsuite/20_util/bind/conv_result.cc: Likewise. - * testsuite/20_util/bind/cv_quals.cc: Likewise. - * testsuite/20_util/bind/cv_quals_2.cc - * testsuite/20_util/bind/nested.cc: Likewise. - * testsuite/20_util/bind/placeholders.cc: Likewise. - * testsuite/20_util/bind/ref.cc: Likewise. - * testsuite/20_util/bind/ref2.cc: Likewise. - * testsuite/20_util/common_type/requirements/typedefs-1.cc: Likewise. - * testsuite/20_util/duration/arithmetic/1.cc: Likewise. - * testsuite/20_util/duration/arithmetic/2.cc: Likewise. - * testsuite/20_util/duration/arithmetic/58850.cc: Likewise. - * testsuite/20_util/duration/arithmetic/dr2020.cc: Likewise. - * testsuite/20_util/duration/arithmetic/dr934-2.cc: Likewise. - * testsuite/20_util/duration/comparison_operators/1.cc: Likewise. - * testsuite/20_util/duration/cons/1.cc: Likewise. - * testsuite/20_util/duration/cons/2.cc: Likewise. - * testsuite/20_util/enable_if/requirements/typedefs.cc: Likewise. - * testsuite/20_util/enable_if/requirements/typedefs_neg.cc: Likewise. - * testsuite/20_util/enable_shared_from_this/members/assign.cc: - Likewise. - * testsuite/20_util/exchange/1.cc: Likewise. - * testsuite/20_util/forward/a.cc: Likewise. - * testsuite/20_util/forward/b.cc: Likewise. - * testsuite/20_util/forward/d.cc: Likewise. - * testsuite/20_util/function/1.cc: Likewise. - * testsuite/20_util/function/2.cc: Likewise. - * testsuite/20_util/function/3.cc: Likewise. - * testsuite/20_util/function/4.cc: Likewise. - * testsuite/20_util/function/43397.cc: Likewise. - * testsuite/20_util/function/5.cc: Likewise. - * testsuite/20_util/function/6.cc: Likewise. - * testsuite/20_util/function/7.cc: Likewise. - * testsuite/20_util/function/8.cc: Likewise. - * testsuite/20_util/function/9.cc: Likewise. - * testsuite/20_util/function/assign/move.cc: Likewise. - * testsuite/20_util/function/cons/move.cc: Likewise. - * testsuite/20_util/function_objects/dr660.cc: Likewise. - * testsuite/20_util/hash/chi2_q_bit_flip_set.cc: Likewise. - * testsuite/20_util/hash/chi2_q_bit_string_set.cc: Likewise. - * testsuite/20_util/hash/chi2_q_document_words.cc: Likewise. - * testsuite/20_util/hash/chi2_q_numeric_pattern_set.cc: Likewise. - * testsuite/20_util/hash/chi2_q_uniform_random.cc: Likewise. - * testsuite/20_util/hash/operators/size_t.cc: Likewise. - * testsuite/20_util/hash/quality.cc: Likewise. - * testsuite/20_util/integral_constant/static_definition.cc: Likewise. - * testsuite/20_util/integral_constant/true_false_value.cc: Likewise. - * testsuite/20_util/is_function/24808.cc: Likewise. - * testsuite/20_util/is_object/24808.cc: Likewise. - * testsuite/20_util/move_if_noexcept/1.cc: Likewise. - * testsuite/20_util/move_if_noexcept/constexpr.cc: Likewise. - * testsuite/20_util/owner_less/cmp.cc: Likewise. - * testsuite/20_util/pair/1.cc: Likewise. - * testsuite/20_util/pair/2.cc: Likewise. - * testsuite/20_util/pair/3.cc: Likewise. - * testsuite/20_util/pair/4.cc: Likewise. - * testsuite/20_util/pair/make_pair/constexpr.cc: Likewise. - * testsuite/20_util/pair/moveable.cc: Likewise. - * testsuite/20_util/pair/piecewise.cc: Likewise. - * testsuite/20_util/pair/swap.cc: Likewise. - * testsuite/20_util/ratio/comparisons/comp1.cc: Likewise. - * testsuite/20_util/ratio/comparisons/comp2.cc: Likewise. - * testsuite/20_util/ratio/comparisons/comp3.cc: Likewise. - * testsuite/20_util/ratio/cons/cons1.cc: Likewise. - * testsuite/20_util/ratio/operations/45866.cc: Likewise. - * testsuite/20_util/ratio/operations/47913.cc: Likewise. - * testsuite/20_util/ratio/operations/ops1.cc: Likewise. - * testsuite/20_util/ratio/operations/ops2.cc: Likewise. - * testsuite/20_util/ratio/operations/ops3.cc: Likewise. - * testsuite/20_util/reference_wrapper/invoke.cc: Likewise. - * testsuite/20_util/scoped_allocator/1.cc: Likewise. - * testsuite/20_util/scoped_allocator/2.cc: Likewise. - * testsuite/20_util/shared_ptr/assign/assign.cc: Likewise. - * testsuite/20_util/shared_ptr/assign/auto_ptr.cc: Likewise. - * testsuite/20_util/shared_ptr/assign/auto_ptr_neg.cc: Likewise. - * testsuite/20_util/shared_ptr/assign/move.cc: Likewise. - * testsuite/20_util/shared_ptr/assign/shared_ptr.cc: Likewise. - * testsuite/20_util/shared_ptr/assign/unique_ptr_lvalue_neg.cc: - Likewise. - * testsuite/20_util/shared_ptr/comparison/cmp.cc: Likewise. - * testsuite/20_util/shared_ptr/comparison/less.cc: Likewise. - * testsuite/20_util/shared_ptr/cons/alias.cc: Likewise. - * testsuite/20_util/shared_ptr/cons/alloc.cc: Likewise. - * testsuite/20_util/shared_ptr/cons/auto_ptr.cc: Likewise. - * testsuite/20_util/shared_ptr/cons/copy.cc: Likewise. - * testsuite/20_util/shared_ptr/cons/default.cc: Likewise. - * testsuite/20_util/shared_ptr/cons/move.cc: Likewise. - * testsuite/20_util/shared_ptr/cons/nullptr.cc: Likewise. - * testsuite/20_util/shared_ptr/cons/pointer.cc: Likewise. - * testsuite/20_util/shared_ptr/cons/unique_ptr.cc: Likewise. - * testsuite/20_util/shared_ptr/cons/unique_ptr_array.cc: Likewise. - * testsuite/20_util/shared_ptr/cons/unique_ptr_deleter.cc: Likewise. - * testsuite/20_util/shared_ptr/cons/unique_ptr_deleter_ref_1.cc: - Likewise. - * testsuite/20_util/shared_ptr/cons/unique_ptr_deleter_ref_2.cc: - Likewise. - * testsuite/20_util/shared_ptr/cons/unique_ptr_neg.cc: Likewise. - * testsuite/20_util/shared_ptr/cons/weak_ptr.cc: Likewise. - * testsuite/20_util/shared_ptr/creation/alloc.cc: Likewise. - * testsuite/20_util/shared_ptr/creation/dr402.cc: Likewise. - * testsuite/20_util/shared_ptr/creation/dr925.cc: Likewise. - * testsuite/20_util/shared_ptr/creation/make.cc: Likewise. - * testsuite/20_util/shared_ptr/dest/dest.cc: Likewise. - * testsuite/20_util/shared_ptr/hash/1.cc: Likewise. - * testsuite/20_util/shared_ptr/misc/24595.cc: Likewise. - * testsuite/20_util/shared_ptr/misc/42019.cc: Likewise. - * testsuite/20_util/shared_ptr/misc/io.cc: Likewise. - * testsuite/20_util/shared_ptr/misc/swap.cc: Likewise. - * testsuite/20_util/shared_ptr/modifiers/reset.cc: Likewise. - * testsuite/20_util/shared_ptr/modifiers/reset_alloc.cc: Likewise. - * testsuite/20_util/shared_ptr/modifiers/reset_neg.cc: Likewise. - * testsuite/20_util/shared_ptr/modifiers/swap.cc: Likewise. - * testsuite/20_util/shared_ptr/modifiers/swap_neg.cc: Likewise. - * testsuite/20_util/shared_ptr/observers/bool_conv.cc: Likewise. - * testsuite/20_util/shared_ptr/observers/get.cc: Likewise. - * testsuite/20_util/shared_ptr/observers/owner_before.cc: Likewise. - * testsuite/20_util/shared_ptr/observers/unique.cc: Likewise. - * testsuite/20_util/shared_ptr/observers/use_count.cc: Likewise. - * testsuite/20_util/shared_ptr/thread/default_weaktoshared.cc: - Likewise. - * testsuite/20_util/shared_ptr/thread/mutex_weaktoshared.cc: Likewise. - * testsuite/20_util/specialized_algorithms/uninitialized_copy/ - move_iterators/1.cc: Likewise. - * testsuite/20_util/specialized_algorithms/uninitialized_copy_n/ - move_iterators/1.cc: Likewise. - * testsuite/20_util/temporary_buffer.cc: Likewise. - * testsuite/20_util/time_point/1.cc: Likewise. - * testsuite/20_util/time_point/2.cc: Likewise. - * testsuite/20_util/time_point/3.cc: Likewise. - * testsuite/20_util/time_point/nonmember/constexpr.cc: Likewise. - * testsuite/20_util/tuple/48476.cc: Likewise. - * testsuite/20_util/tuple/comparison_operators/comparisons.cc: - Likewise. - * testsuite/20_util/tuple/cons/allocators.cc: Likewise. - * testsuite/20_util/tuple/cons/assignment.cc: Likewise. - * testsuite/20_util/tuple/cons/big_tuples.cc: Likewise. - * testsuite/20_util/tuple/cons/constructor.cc: Likewise. - * testsuite/20_util/tuple/creation_functions/23978.cc: Likewise. - * testsuite/20_util/tuple/creation_functions/48476.cc: Likewise. - * testsuite/20_util/tuple/creation_functions/constexpr.cc: Likewise. - * testsuite/20_util/tuple/creation_functions/forward_as_tuple.cc: - Likewise. - * testsuite/20_util/tuple/creation_functions/make_tuple.cc: Likewise. - * testsuite/20_util/tuple/creation_functions/tie.cc: Likewise. - * testsuite/20_util/tuple/creation_functions/tie2.cc: Likewise. - * testsuite/20_util/tuple/cv_tuple_size.cc: Likewise. - * testsuite/20_util/tuple/element_access/get.cc: Likewise. - * testsuite/20_util/tuple/element_access/get_by_type.cc: Likewise. - * testsuite/20_util/tuple/moveable.cc: Likewise. - * testsuite/20_util/tuple/swap.cc: Likewise. - * testsuite/20_util/tuple/tuple_size.cc: Likewise. - * testsuite/20_util/typeindex/comparison_operators.cc: Likewise. - * testsuite/20_util/typeindex/hash.cc: Likewise. - * testsuite/20_util/typeindex/hash_code.cc: Likewise. - * testsuite/20_util/typeindex/name.cc: Likewise. - * testsuite/20_util/unique_ptr/assign/48635.cc: Likewise. - * testsuite/20_util/unique_ptr/assign/move.cc: Likewise. - * testsuite/20_util/unique_ptr/assign/move_array.cc: Likewise. - * testsuite/20_util/unique_ptr/assign/nullptr.cc: Likewise. - * testsuite/20_util/unique_ptr/cons/auto_ptr.cc: Likewise. - * testsuite/20_util/unique_ptr/cons/nullptr.cc: Likewise. - * testsuite/20_util/unique_ptr/cons/pointer.cc: Likewise. - * testsuite/20_util/unique_ptr/cons/pointer_array.cc: Likewise. - * testsuite/20_util/unique_ptr/cons/ptr_deleter.cc: Likewise. - * testsuite/20_util/unique_ptr/creation/array.cc: Likewise. - * testsuite/20_util/unique_ptr/creation/single.cc: Likewise. - * testsuite/20_util/unique_ptr/hash/1.cc: Likewise. - * testsuite/20_util/unique_ptr/modifiers/43183.cc: Likewise. - * testsuite/20_util/unique_ptr/specialized_algorithms/ - comparisons.cc: Likewise. - * testsuite/20_util/unique_ptr/specialized_algorithms/ - comparisons_array.cc: Likewise. - * testsuite/20_util/unique_ptr/specialized_algorithms/swap.cc: - Likewise. - * testsuite/20_util/uses_allocator/construction.cc: Likewise. - * testsuite/20_util/uses_allocator/value.cc: Likewise. - * testsuite/20_util/variant/run.cc: Likewise. - * testsuite/20_util/weak_ptr/observers/owner_before.cc: Likewise. - * testsuite/21_strings/basic_string/allocator/char/copy.cc: Likewise. - * testsuite/21_strings/basic_string/allocator/char/copy_assign.cc: - Likewise. - * testsuite/21_strings/basic_string/allocator/char/move.cc: Likewise. - * testsuite/21_strings/basic_string/allocator/char/move_assign.cc: - Likewise. - * testsuite/21_strings/basic_string/allocator/char/swap.cc: Likewise. - * testsuite/21_strings/basic_string/allocator/wchar_t/copy.cc: - Likewise. - * testsuite/21_strings/basic_string/allocator/wchar_t/copy_assign.cc: - Likewise. - * testsuite/21_strings/basic_string/allocator/wchar_t/move.cc: - Likewise. - * testsuite/21_strings/basic_string/allocator/wchar_t/move_assign.cc: - Likewise. - * testsuite/21_strings/basic_string/allocator/wchar_t/swap.cc: - Likewise. - * testsuite/21_strings/basic_string/capacity/1.cc: Likewise. - * testsuite/21_strings/basic_string/capacity/char/1.cc: Likewise. - * testsuite/21_strings/basic_string/capacity/char/18654.cc: Likewise. - * testsuite/21_strings/basic_string/capacity/char/2.cc: Likewise. - * testsuite/21_strings/basic_string/capacity/char/shrink_to_fit.cc: - Likewise. - * testsuite/21_strings/basic_string/capacity/wchar_t/1.cc: Likewise. - * testsuite/21_strings/basic_string/capacity/wchar_t/18654.cc: - Likewise. - * testsuite/21_strings/basic_string/capacity/wchar_t/2.cc: Likewise. - * testsuite/21_strings/basic_string/capacity/wchar_t/shrink_to_fit.cc: - Likewise. - * testsuite/21_strings/basic_string/cons/char/1.cc: Likewise. - * testsuite/21_strings/basic_string/cons/char/2.cc: Likewise. - * testsuite/21_strings/basic_string/cons/char/3.cc: Likewise. - * testsuite/21_strings/basic_string/cons/char/4.cc: Likewise. - * testsuite/21_strings/basic_string/cons/char/42261.cc: Likewise. - * testsuite/21_strings/basic_string/cons/char/5.cc: Likewise. - * testsuite/21_strings/basic_string/cons/char/6.cc: Likewise. - * testsuite/21_strings/basic_string/cons/char/7.cc: Likewise. - * testsuite/21_strings/basic_string/cons/char/8.cc: Likewise. - * testsuite/21_strings/basic_string/cons/char/moveable.cc: Likewise. - * testsuite/21_strings/basic_string/cons/char/moveable2.cc: Likewise. - * testsuite/21_strings/basic_string/cons/wchar_t/1.cc: Likewise. - * testsuite/21_strings/basic_string/cons/wchar_t/2.cc: Likewise. - * testsuite/21_strings/basic_string/cons/wchar_t/3.cc: Likewise. - * testsuite/21_strings/basic_string/cons/wchar_t/4.cc: Likewise. - * testsuite/21_strings/basic_string/cons/wchar_t/42261.cc: Likewise. - * testsuite/21_strings/basic_string/cons/wchar_t/5.cc: Likewise. - * testsuite/21_strings/basic_string/cons/wchar_t/6.cc: Likewise. - * testsuite/21_strings/basic_string/cons/wchar_t/7.cc: Likewise. - * testsuite/21_strings/basic_string/cons/wchar_t/8.cc: Likewise. - * testsuite/21_strings/basic_string/cons/wchar_t/moveable.cc: Likewise. - * testsuite/21_strings/basic_string/cons/wchar_t/moveable2.cc: - Likewise. - * testsuite/21_strings/basic_string/element_access/char/1.cc: Likewise. - * testsuite/21_strings/basic_string/element_access/char/2.cc: Likewise. - * testsuite/21_strings/basic_string/element_access/char/3.cc: Likewise. - * testsuite/21_strings/basic_string/element_access/char/4.cc: Likewise. - * testsuite/21_strings/basic_string/element_access/char/58163.cc: - Likewise. - * testsuite/21_strings/basic_string/element_access/char/empty.cc: - Likewise. - * testsuite/21_strings/basic_string/element_access/char/front_back.cc: - Likewise. - * testsuite/21_strings/basic_string/element_access/wchar_t/1.cc: - Likewise. - * testsuite/21_strings/basic_string/element_access/wchar_t/2.cc: - Likewise. - * testsuite/21_strings/basic_string/element_access/wchar_t/3.cc: - Likewise. - * testsuite/21_strings/basic_string/element_access/wchar_t/4.cc: - Likewise. - * testsuite/21_strings/basic_string/element_access/wchar_t/58163.cc: - Likewise. - * testsuite/21_strings/basic_string/element_access/wchar_t/empty.cc: - Likewise. - * testsuite/21_strings/basic_string/element_access/wchar_t/ - front_back.cc: Likewise. - * testsuite/21_strings/basic_string/init-list.cc: Likewise. - * testsuite/21_strings/basic_string/inserters_extractors/char/1.cc: - Likewise. - * testsuite/21_strings/basic_string/inserters_extractors/char/10.cc: - Likewise. - * testsuite/21_strings/basic_string/inserters_extractors/char/11.cc: - Likewise. - * testsuite/21_strings/basic_string/inserters_extractors/char/ - 28277.cc: Likewise. - * testsuite/21_strings/basic_string/inserters_extractors/char/4.cc: - Likewise. - * testsuite/21_strings/basic_string/inserters_extractors/char/5.cc: - Likewise. - * testsuite/21_strings/basic_string/inserters_extractors/char/6.cc: - Likewise. - * testsuite/21_strings/basic_string/inserters_extractors/char/7.cc: - Likewise. - * testsuite/21_strings/basic_string/inserters_extractors/char/8.cc: - Likewise. - * testsuite/21_strings/basic_string/inserters_extractors/char/9.cc: - Likewise. - * testsuite/21_strings/basic_string/inserters_extractors/pod/ - 10081-in.cc: Likewise. - * testsuite/21_strings/basic_string/inserters_extractors/pod/ - 10081-out.cc: Likewise. - * testsuite/21_strings/basic_string/inserters_extractors/wchar_t/1.cc: - Likewise. - * testsuite/21_strings/basic_string/inserters_extractors/wchar_t/ - 10.cc: Likewise. - * testsuite/21_strings/basic_string/inserters_extractors/wchar_t/ - 11.cc: Likewise. - * testsuite/21_strings/basic_string/inserters_extractors/wchar_t/ - 28277.cc: Likewise. - * testsuite/21_strings/basic_string/inserters_extractors/wchar_t/4.cc: - Likewise. - * testsuite/21_strings/basic_string/inserters_extractors/wchar_t/5.cc: - Likewise. - * testsuite/21_strings/basic_string/inserters_extractors/wchar_t/6.cc: - Likewise. - * testsuite/21_strings/basic_string/inserters_extractors/wchar_t/7.cc: - Likewise. - * testsuite/21_strings/basic_string/inserters_extractors/wchar_t/8.cc: - Likewise. - * testsuite/21_strings/basic_string/inserters_extractors/wchar_t/9.cc: - Likewise. - * testsuite/21_strings/basic_string/modifiers/append/char/1.cc: - Likewise. - * testsuite/21_strings/basic_string/modifiers/append/char/2.cc: - Likewise. - * testsuite/21_strings/basic_string/modifiers/append/char/3.cc: - Likewise. - * testsuite/21_strings/basic_string/modifiers/append/char/4.cc: - Likewise. - * testsuite/21_strings/basic_string/modifiers/append/wchar_t/1.cc: - Likewise. - * testsuite/21_strings/basic_string/modifiers/append/wchar_t/2.cc: - Likewise. - * testsuite/21_strings/basic_string/modifiers/append/wchar_t/3.cc: - Likewise. - * testsuite/21_strings/basic_string/modifiers/append/wchar_t/4.cc: - Likewise. - * testsuite/21_strings/basic_string/modifiers/assign/char/1.cc: - Likewise. - * testsuite/21_strings/basic_string/modifiers/assign/char/2.cc: - Likewise. - * testsuite/21_strings/basic_string/modifiers/assign/char/3.cc: - Likewise. - * testsuite/21_strings/basic_string/modifiers/assign/char/4.cc: - Likewise. - * testsuite/21_strings/basic_string/modifiers/assign/char/ - move_assign.cc: Likewise. - * testsuite/21_strings/basic_string/modifiers/assign/wchar_t/1.cc: - Likewise. - * testsuite/21_strings/basic_string/modifiers/assign/wchar_t/2.cc: - Likewise. - * testsuite/21_strings/basic_string/modifiers/assign/wchar_t/3.cc: - Likewise. - * testsuite/21_strings/basic_string/modifiers/assign/wchar_t/4.cc: - Likewise. - * testsuite/21_strings/basic_string/modifiers/assign/wchar_t/ - move_assign.cc: Likewise. - * testsuite/21_strings/basic_string/modifiers/insert/char/1.cc: - Likewise. - * testsuite/21_strings/basic_string/modifiers/insert/char/2.cc: - Likewise. - * testsuite/21_strings/basic_string/modifiers/insert/char/3.cc: - Likewise. - * testsuite/21_strings/basic_string/modifiers/insert/wchar_t/1.cc: - Likewise. - * testsuite/21_strings/basic_string/modifiers/insert/wchar_t/2.cc: - Likewise. - * testsuite/21_strings/basic_string/modifiers/insert/wchar_t/3.cc: - Likewise. - * testsuite/21_strings/basic_string/modifiers/pop_back/char/1.cc: - Likewise. - * testsuite/21_strings/basic_string/modifiers/pop_back/wchar_t/1.cc: - Likewise. - * testsuite/21_strings/basic_string/modifiers/replace/char/1.cc: - Likewise. - * testsuite/21_strings/basic_string/modifiers/replace/char/2.cc: - Likewise. - * testsuite/21_strings/basic_string/modifiers/replace/char/3.cc: - Likewise. - * testsuite/21_strings/basic_string/modifiers/replace/char/4.cc: - Likewise. - * testsuite/21_strings/basic_string/modifiers/replace/char/5.cc: - Likewise. - * testsuite/21_strings/basic_string/modifiers/replace/char/6.cc: - Likewise. - * testsuite/21_strings/basic_string/modifiers/replace/char/7.cc: - Likewise. - * testsuite/21_strings/basic_string/modifiers/replace/wchar_t/1.cc: - Likewise. - * testsuite/21_strings/basic_string/modifiers/replace/wchar_t/2.cc: - Likewise. - * testsuite/21_strings/basic_string/modifiers/replace/wchar_t/3.cc: - Likewise. - * testsuite/21_strings/basic_string/modifiers/replace/wchar_t/4.cc: - Likewise. - * testsuite/21_strings/basic_string/modifiers/replace/wchar_t/5.cc: - Likewise. - * testsuite/21_strings/basic_string/modifiers/replace/wchar_t/6.cc: - Likewise. - * testsuite/21_strings/basic_string/modifiers/replace/wchar_t/7.cc: - Likewise. - * testsuite/21_strings/basic_string/numeric_conversions/char/dr1261.cc: - Likewise. - * testsuite/21_strings/basic_string/numeric_conversions/char/stod.cc: - Likewise. - * testsuite/21_strings/basic_string/numeric_conversions/char/stof.cc: - Likewise. - * testsuite/21_strings/basic_string/numeric_conversions/char/stoi.cc: - Likewise. - * testsuite/21_strings/basic_string/numeric_conversions/char/stol.cc: - Likewise. - * testsuite/21_strings/basic_string/numeric_conversions/char/stold.cc: - Likewise. - * testsuite/21_strings/basic_string/numeric_conversions/char/stoll.cc: - Likewise. - * testsuite/21_strings/basic_string/numeric_conversions/char/stoul.cc: - Likewise. - * testsuite/21_strings/basic_string/numeric_conversions/char/ - stoull.cc: Likewise. - * testsuite/21_strings/basic_string/numeric_conversions/char/ - to_string.cc: Likewise. - * testsuite/21_strings/basic_string/numeric_conversions/wchar_t/ - dr1261.cc: Likewise. - * testsuite/21_strings/basic_string/numeric_conversions/wchar_t/ - stod.cc: Likewise. - * testsuite/21_strings/basic_string/numeric_conversions/wchar_t/ - stof.cc: Likewise. - * testsuite/21_strings/basic_string/numeric_conversions/wchar_t/ - stoi.cc: Likewise. - * testsuite/21_strings/basic_string/numeric_conversions/wchar_t/ - stol.cc: Likewise. - * testsuite/21_strings/basic_string/numeric_conversions/wchar_t/ - stold.cc: Likewise. - * testsuite/21_strings/basic_string/numeric_conversions/wchar_t/ - stoll.cc: Likewise. - * testsuite/21_strings/basic_string/numeric_conversions/wchar_t/ - stoul.cc: Likewise. - * testsuite/21_strings/basic_string/numeric_conversions/wchar_t/ - stoull.cc: Likewise. - * testsuite/21_strings/basic_string/numeric_conversions/wchar_t/ - to_wstring.cc: Likewise. - * testsuite/21_strings/basic_string/operations/compare/char/1.cc: - Likewise. - * testsuite/21_strings/basic_string/operations/compare/char/13650.cc: - Likewise. - * testsuite/21_strings/basic_string/operations/compare/char/2.cc: - Likewise. - * testsuite/21_strings/basic_string/operations/compare/wchar_t/1.cc: - Likewise. - * testsuite/21_strings/basic_string/operations/compare/wchar_t/ - 13650.cc: Likewise. - * testsuite/21_strings/basic_string/operations/compare/wchar_t/2.cc: - Likewise. - * testsuite/21_strings/basic_string/operations/data/char/1.cc: - Likewise. - * testsuite/21_strings/basic_string/operations/data/wchar_t/1.cc: - Likewise. - * testsuite/21_strings/basic_string/operations/find/char/1.cc: - Likewise. - * testsuite/21_strings/basic_string/operations/find/char/2.cc: - Likewise. - * testsuite/21_strings/basic_string/operations/find/char/3.cc: - Likewise. - * testsuite/21_strings/basic_string/operations/find/char/4.cc: - Likewise. - * testsuite/21_strings/basic_string/operations/find/char/5.cc: - Likewise. - * testsuite/21_strings/basic_string/operations/find/wchar_t/1.cc: - Likewise. - * testsuite/21_strings/basic_string/operations/find/wchar_t/2.cc: - Likewise. - * testsuite/21_strings/basic_string/operations/find/wchar_t/3.cc: - Likewise. - * testsuite/21_strings/basic_string/operations/find/wchar_t/4.cc: - Likewise. - * testsuite/21_strings/basic_string/operations/find/wchar_t/5.cc: - Likewise. - * testsuite/21_strings/basic_string/operations/rfind/char/1.cc: - Likewise. - * testsuite/21_strings/basic_string/operations/rfind/char/2.cc: - Likewise. - * testsuite/21_strings/basic_string/operations/rfind/char/3.cc: - Likewise. - * testsuite/21_strings/basic_string/operations/rfind/wchar_t/1.cc: - Likewise. - * testsuite/21_strings/basic_string/operations/rfind/wchar_t/2.cc: - Likewise. - * testsuite/21_strings/basic_string/operations/rfind/wchar_t/3.cc: - Likewise. - * testsuite/21_strings/basic_string/operations/substr/char/1.cc: - Likewise. - * testsuite/21_strings/basic_string/operations/substr/wchar_t/ - 1.cc: Likewise. - * testsuite/21_strings/basic_string/operators/char/1.cc: Likewise. - * testsuite/21_strings/basic_string/operators/char/2.cc: Likewise. - * testsuite/21_strings/basic_string/operators/char/3.cc: Likewise. - * testsuite/21_strings/basic_string/operators/char/4.cc: Likewise. - * testsuite/21_strings/basic_string/operators/char/5.cc: Likewise. - * testsuite/21_strings/basic_string/operators/wchar_t/1.cc: Likewise. - * testsuite/21_strings/basic_string/operators/wchar_t/2.cc: Likewise. - * testsuite/21_strings/basic_string/operators/wchar_t/3.cc: Likewise. - * testsuite/21_strings/basic_string/operators/wchar_t/4.cc: Likewise. - * testsuite/21_strings/basic_string/operators/wchar_t/5.cc: Likewise. - * testsuite/21_strings/basic_string_view/capacity/1.cc: Likewise. - * testsuite/21_strings/basic_string_view/cons/char/1.cc: Likewise. - * testsuite/21_strings/basic_string_view/cons/char/2.cc: Likewise. - * testsuite/21_strings/basic_string_view/cons/char/3.cc: Likewise. - * testsuite/21_strings/basic_string_view/cons/wchar_t/1.cc: Likewise. - * testsuite/21_strings/basic_string_view/cons/wchar_t/2.cc: Likewise. - * testsuite/21_strings/basic_string_view/cons/wchar_t/3.cc: Likewise. - * testsuite/21_strings/basic_string_view/element_access/char/ - 1.cc: Likewise. - * testsuite/21_strings/basic_string_view/element_access/char/ - empty.cc: Likewise. - * testsuite/21_strings/basic_string_view/element_access/char/ - front_back.cc: Likewise. - * testsuite/21_strings/basic_string_view/element_access/wchar_t/ - 1.cc: Likewise. - * testsuite/21_strings/basic_string_view/element_access/wchar_t/ - empty.cc: Likewise. - * testsuite/21_strings/basic_string_view/element_access/wchar_t/ - front_back.cc: Likewise. - * testsuite/21_strings/basic_string_view/inserters/char/1.cc: Likewise. - * testsuite/21_strings/basic_string_view/inserters/char/2.cc: Likewise. - * testsuite/21_strings/basic_string_view/inserters/char/3.cc: Likewise. - * testsuite/21_strings/basic_string_view/inserters/pod/10081-out.cc: - Likewise. - * testsuite/21_strings/basic_string_view/inserters/wchar_t/1.cc: - Likewise. - * testsuite/21_strings/basic_string_view/inserters/wchar_t/2.cc: - Likewise. - * testsuite/21_strings/basic_string_view/inserters/wchar_t/3.cc: - Likewise. - * testsuite/21_strings/basic_string_view/modifiers/remove_prefix/ - char/1.cc: Likewise. - * testsuite/21_strings/basic_string_view/modifiers/remove_prefix/ - wchar_t/1.cc: Likewise. - * testsuite/21_strings/basic_string_view/modifiers/remove_suffix/ - char/1.cc: Likewise. - * testsuite/21_strings/basic_string_view/modifiers/remove_suffix/ - wchar_t/1.cc: Likewise. - * testsuite/21_strings/basic_string_view/operations/compare/char/ - 1.cc: Likewise. - * testsuite/21_strings/basic_string_view/operations/compare/char/ - 13650.cc: Likewise. - * testsuite/21_strings/basic_string_view/operations/compare/wchar_t/ - 1.cc: Likewise. - * testsuite/21_strings/basic_string_view/operations/compare/wchar_t/ - 13650.cc: Likewise. - * testsuite/21_strings/basic_string_view/operations/copy/char/1.cc: - Likewise. - * testsuite/21_strings/basic_string_view/operations/copy/wchar_t/1.cc: - Likewise. - * testsuite/21_strings/basic_string_view/operations/data/char/1.cc: - Likewise. - * testsuite/21_strings/basic_string_view/operations/data/wchar_t/1.cc: - Likewise. - * testsuite/21_strings/basic_string_view/operations/find/char/1.cc: - Likewise. - * testsuite/21_strings/basic_string_view/operations/find/char/2.cc: - Likewise. - * testsuite/21_strings/basic_string_view/operations/find/char/3.cc: - Likewise. - * testsuite/21_strings/basic_string_view/operations/find/char/4.cc: - Likewise. - * testsuite/21_strings/basic_string_view/operations/find/wchar_t/ - 1.cc: Likewise. - * testsuite/21_strings/basic_string_view/operations/find/wchar_t/ - 2.cc: Likewise. - * testsuite/21_strings/basic_string_view/operations/find/wchar_t/ - 3.cc: Likewise. - * testsuite/21_strings/basic_string_view/operations/find/wchar_t/ - 4.cc: Likewise. - * testsuite/21_strings/basic_string_view/operations/rfind/char/ - 1.cc: Likewise. - * testsuite/21_strings/basic_string_view/operations/rfind/char/ - 2.cc: Likewise. - * testsuite/21_strings/basic_string_view/operations/rfind/char/ - 3.cc: Likewise. - * testsuite/21_strings/basic_string_view/operations/rfind/wchar_t/ - 1.cc: Likewise. - * testsuite/21_strings/basic_string_view/operations/rfind/wchar_t/ - 2.cc: Likewise. - * testsuite/21_strings/basic_string_view/operations/rfind/wchar_t/ - 3.cc: Likewise. - * testsuite/21_strings/basic_string_view/operations/string_conversion/ - 1.cc: Likewise. - * testsuite/21_strings/basic_string_view/operations/substr/char/ - 1.cc: Likewise. - * testsuite/21_strings/basic_string_view/operations/substr/wchar_t/ - 1.cc: Likewise. - * testsuite/21_strings/basic_string_view/operators/char/2.cc: - Likewise. - * testsuite/21_strings/basic_string_view/operators/wchar_t/2.cc: - Likewise. - * testsuite/21_strings/c_strings/char/1.cc: Likewise. - * testsuite/21_strings/c_strings/wchar_t/1.cc: Likewise. - * testsuite/21_strings/char_traits/requirements/char/1.cc: Likewise. - * testsuite/21_strings/char_traits/requirements/char/57704.cc: - Likewise. - * testsuite/21_strings/char_traits/requirements/short/1.cc: Likewise. - * testsuite/21_strings/char_traits/requirements/wchar_t/1.cc: Likewise. - - * doc/xml/manual/test.xml: Fix typo. - -2016-10-12 Jonathan Wakely - - * doc/xml/manual/status_cxx2017.xml: Add std::sample status. - * doc/html/*: Regenerate. - * include/experimental/algorithm (__sample): Move to bits/stl_algo.h - and into namespace std. - * include/bits/stl_algo.h (__sample): Define here. Fix invalid use - of input iterator. Defend against overloaded comma operator. - (sample): Define for C++17. - * testsuite/25_algorithms/sample/1.cc: New test. - - * testsuite/util/testsuite_common_types.h - (bitwise_assignment_operators): Use direct-initialization for C++11 - and later, to avoid CopyConstructible requirement. - * testsuite/29_atomics/atomic/cons/assign_neg.cc: Adjust dg-error - line numbers. - * testsuite/29_atomics/atomic/cons/copy_neg.cc: Likewise. - * testsuite/29_atomics/atomic_integral/cons/assign_neg.cc: Likewise. - * testsuite/29_atomics/atomic_integral/cons/copy_neg.cc: Likewise. - * testsuite/29_atomics/atomic_integral/operators/bitwise_neg.cc: - Adjust expected errors and line numbers. - - * include/std/mutex [_GLIBCXX_HAVE_TLS] (_Once_call): Remove. - (call_once) [_GLIBCXX_HAVE_TLS]: Simplify by removing _Once_call. - - * include/bits/stl_uninitialized.h - (__uninitialized_default_novalue_n_1): Add missing return. - * testsuite/20_util/specialized_algorithms/memory_management_tools/ - 1.cc: Check return values of uninitialized_xxx_n algorithms. - - * libsupc++/nested_exception.h (throw_with_nested): Remove return. - - * doc/xml/manual/intro.xml: Document LWG 2442 status. - * include/std/mutex [_GLIBCXX_HAVE_TLS] (__once_call_impl): Remove. - [_GLIBCXX_HAVE_TLS] (_Once_call): Declare primary template and define - partial specialization to unpack args and forward to std::invoke. - (call_once) [_GLIBCXX_HAVE_TLS]: Use forward_as_tuple and _Once_call - instead of __bind_simple and __once_call_impl. - (call_once) [!_GLIBCXX_HAVE_TLS]: Use __invoke instead of - __bind_simple. - * testsuite/30_threads/call_once/dr2442.cc: New test. - -2016-10-11 Jonathan Wakely - - * include/bits/stl_list.h (assign(initializer_list)): Call - _M_assign_dispatch directly with correct tag. - - * doc/xml/manual/intro.xml: Document LWG 2484 status. - * libsupc++/nested_exception.h (_Throw_with_nested_impl) - (_Throw_with_nested_helper): Remove. - (__throw_with_nested_impl): New overloaded functions to implement - throw_with_nested logic. - (throw_with_nested): Call __throw_with_nested_impl. - (_Rethrow_if_nested_impl): Remove - (__rethrow_if_nested_impl): New overloaded functions to implement - rethrow_if_nested logic. - (rethrow_if_nested): Call __rethrow_if_nested_impl. - * testsuite/18_support/nested_exception/rethrow_if_nested.cc: Test - problem cases from LWG 2484. - - * python/libstdcxx/v6/printers.py (build_libstdcxx_dictionary): - Register printer for std::__cxx11::list. - * python/libstdcxx/v6/xmethods.py (ListMethodsMatcher.match): Match - std::__cxx11::list as well as std::list. - - * include/experimental/string_view (basic_string_view::_S_compare): - Remove redundant const from return type. - * include/std/string_view (basic_string_view:_S_compare): Likewise. - - * include/bits/std_mutex.h (mutex::native_handle) - (lock_guard(mutex_type&, adopt_lock_t) - (unique_lock(mutex_type&, adopt_lock_t): Add noexcept. - * include/std/mutex (recursive_mutex, timed_mutex) - (recursive_timed_mutex): Likewise. - -2016-10-10 Jonathan Wakely - - * doc/xml/manual/appendix_contributing.xml (contrib.organization): - Replace with nested elements. Update - some more outdated text. - * doc/html/*: Regenerate. - -2016-10-10 Ville Voutilainen - - Make any's copy assignment operator exception-safe, - don't copy the underlying value when any is moved, - make in_place constructors explicit. - * include/std/any (any(in_place_type_t<_ValueType>, _Args&&...)): - Make explicit. - (any(in_place_type_t<_ValueType>, initializer_list<_Up>, _Args&&...)): - Likewise. - (operator=(const any&)): Make strongly exception-safe. - (operator=(any&&)): reset() unconditionally in the case where - rhs has a value. - (operator=(_ValueType&&)): Indent the return type. - (_Manager_internal<_Tp>::_S_manage): Move in _Op_xfer, don't copy. - * testsuite/20_util/any/assign/2.cc: Adjust. - * testsuite/20_util/any/assign/exception.cc: New. - * testsuite/20_util/any/cons/2.cc: Adjust. - * testsuite/20_util/any/cons/explicit.cc: New. - * testsuite/20_util/any/misc/any_cast_neg.cc: Ajust. - -2016-10-10 Jonathan Wakely - - * doc/xml/manual/appendix_contributing.xml (contrib.organization): - Describe other subdirectories and add markup. Remove outdated - reference to check-script target. - * doc/html/*: Regenerate. - - * doc/xml/manual/status_cxx2011.xml: Correct C++11 status. - - * libsupc++/eh_ptr.cc (exception_ptr): Replace _GLIBCXX_USE_NOEXCEPT - with noexcept. - - * include/std/functional (_Bind_result::__enable_if_void): Use alias - template instead of class template. - (_Bind_result::__disable_if_void): Likewise. - (_Bind_result::__call): Adjust uses of __enable_if_void and - __disable_if_void. - - * doc/xml/manual/intro.xml: Document DR 2296 status. - * doc/xml/manual/status_cxx2017.xml: Update status. - * include/bits/move.h (__addressof): Add _GLIBCXX_CONSTEXPR and - call __builtin_addressof. - (addressof): Add _GLIBCXX17_CONSTEXPR. - * testsuite/20_util/addressof/requirements/constexpr.cc: New test. - * testsuite/20_util/forward/c_neg.cc: Adjust dg-error lineno. - * testsuite/20_util/forward/f_neg.cc: Likewise. - - * include/bits/allocator.h (allocator::is_always_equal): Define. - * testsuite/20_util/allocator/requirements/typedefs.cc: Test for - is_always_equal. - * testsuite/util/testsuite_allocator.h - (uneq_allocator::is_always_equal): Define as false_type. - - * include/experimental/numeric (gcd, lcm): Make bool arguments - ill-formed. - * include/std/numeric (gcd, lcm): Likewise. - * testsuite/26_numerics/gcd/gcd_neg.cc: New test. - * testsuite/26_numerics/lcm/lcm_neg.cc: New test. - - * include/bits/shared_ptr.h (enable_shared_from_this::weak_from_this): - Add noexcept. - * include/bits/shared_ptr_base.h - (__enable_shared_from_this::weak_from_this): Likewise. - * testsuite/20_util/enable_shared_from_this/members/weak_from_this.cc: - Test exception-specification of weak_from_this. - -2016-10-07 Jonathan Wakely - - * doc/xml/manual/status_cxx1998.xml: Improve documentation of - implementation-defined properties. - * doc/xml/manual/status_cxx2011.xml: Likewise. - * doc/xml/manual/status_cxx2017.xml: Likewise. - - * doc/xml/manual/status_cxx2017.xml: Update status. - * include/std/type_traits (has_unique_object_representations): Define. - * testsuite/20_util/has_unique_object_representations/value.cc: New. - * testsuite/20_util/has_unique_object_representations/requirements/ - explicit_instantiation.cc: New. - * testsuite/20_util/has_unique_object_representations/requirements/ - typedefs.cc: New. - -2016-10-06 Jonathan Wakely - - * doc/xml/manual/status_cxx2011.xml: Update status. - * include/std/scoped_allocator (__outer_allocator_t, __outermost_type): - New helpers for recursive OUTERMOST. - (__outermost): Use __outermost_type::_S_outermost. - (__do_outermost, scoped_allocator_adaptor::__outermost_type): Remove. - (scoped_allocator_adaptor::__outermost_alloc_traits): Use new - __outermost_type helper. - (scoped_allocator_adaptor::_Constructible): New alias template. - (scoped_allocator_adaptor::scoped_allocator_adaptor<_Outer2>): - Constrain template constructors. - * testsuite/20_util/scoped_allocator/3.cc: New test. - * testsuite/20_util/scoped_allocator/outermost.cc: New test. - -2016-10-05 Jonathan Wakely - - PR libstdc++/70564 - * testsuite/20_util/not_fn/1.cc: Fix test. - * testsuite/experimental/functional/not_fn.cc: Likewise. - - PR libstdc++/70101 - * include/bits/stl_queue.h (priority_queue): Fix allocator-extended - constructors. - * testsuite/23_containers/priority_queue/allocator.cc: New test. - - PR libstdc++/77864 - * include/bits/stl_map.h (map::map()): Use nothrow constructibility - of comparison function in conditional noexcept. - * include/bits/stl_multimap.h (multimap::multimap()): Likewise. - * include/bits/stl_multiset.h (multiset::multiset()): Likewise. - * include/bits/stl_set.h (set::set()): Likewise. - * testsuite/23_containers/map/cons/noexcept_default_construct.cc: - New test. - * testsuite/23_containers/multimap/cons/noexcept_default_construct.cc: - Likewise. - * testsuite/23_containers/multiset/cons/noexcept_default_construct.cc: - Likewise. - * testsuite/23_containers/set/cons/noexcept_default_construct.cc: - Likewise. - - * include/bits/node_handle.h (_Node_handle): Remove invalid and unused - alias declaration. - - PR libstdc++/70564 - * include/experimental/functional (_Not_fn): Remove. - (not_fn): Use std::_Not_fn. - * include/std/functional (_Not_fn): Add second parameter to - disambiguate copying from initialization by not_fn. Define for C++14. - (not_fn): Add second argument to initialization. - * testsuite/20_util/not_fn/1.cc: Copy call wrapper using - direct-initialization. - -2016-10-03 François Dumont - - * src/c++11/shared_ptr.cc (mask, invalid, get_mutex): Move - declaration... - * src/c++11/mutex_pool.h: ... here. New. - * src/c++11/debug.cc: Use latter. - -2016-10-03 Jonathan Wakely - - * doc/xml/manual/status_cxx2017.xml: Update gcd/lcm status. - * doc/html/*: Regenerate. - * include/experimental/numeric (__abs): Move to . - (gcd, lcm): Use __detail::gcd and __detail::lcm. - * include/std/numeric (__detail::__abs_integral) - (__detail::__gcd, __detail::__lcm): Define. - (gcd, lcm): Define for C++17. - * testsuite/26_numerics/gcd/1.cc: New test. - * testsuite/26_numerics/lcm/1.cc: New test. - * testsuite/experimental/numeric/gcd.cc: Swap contents with ... - * testsuite/experimental/numeric/lcd.cc: ... this. - - PR libstdc++/68323 - PR libstdc++/77794 - * config/abi/pre/gnu-versioned-namespace.ver: Add exports for - __cxa_thread_atexit and __gnu_cxx::__freeres. - * include/Makefile.am: Add - * include/Makefile.in: Regenerate. - * include.bits/basic_string.h: Fix nesting of versioned namespaces. - * include/bits/c++config: Declare versioned namespaces for literals. - * include/bits/regex.h (basic_regex, match_results): Add workarounds - for PR c++/59256. - * include/bits/uniform_int_dist.h: Fix nesting of versioned namespace. - * include/std/chrono: Likewise. - * include/std/complex: Likewise. - * include/std/string_view: Likewise. - * include/std/variant: Likewise. Add workaround for PR c++/59256. - * include/experimental/bits/fs_fwd.h: Declare versioned namespace. - * include/experimental/bits/lfts_config.h: Declare versioned - namespaces. - * include/experimental/algorithm: Include - . - * include/experimental/any: Likewise. - * include/experimental/bits/erase_if.h: Likewise. - * include/experimental/chrono: Likewise. - * include/experimental/functional: Likewise. - * include/experimental/memory_resource: Likewise. - * include/experimental/optional: Likewise. - * include/experimental/propagate_const: Likewise. - * include/experimental/random: Likewise. - * include/experimental/ratio: Likewise. - * include/experimental/system_error: Likewise. - * include/experimental/tuple: Likewise. - * include/experimental/type_traits: Likewise. - * include/experimental/utility: Likewise. - * include/experimental/string_view: Likewise. Fix nesting of - versioned namespaces. - * include/experimental/bits/string_view.tcc: Reopen inline namespace - for non-inline function definitions. - * testsuite/17_intro/using_namespace_std_exp_neg.cc: New test. - * testsuite/20_util/duration/literals/range.cc: Adjust dg-error line. - * testsuite/experimental/any/misc/any_cast_neg.cc: Likewise. - * testsuite/experimental/propagate_const/assignment/move_neg.cc: - Likewise. - * testsuite/experimental/propagate_const/cons/move_neg.cc: Likewise. - * testsuite/experimental/propagate_const/requirements2.cc: Likewise. - * testsuite/experimental/propagate_const/requirements3.cc: Likewise. - * testsuite/experimental/propagate_const/requirements4.cc: Likewise. - * testsuite/experimental/propagate_const/requirements5.cc: Likewise. - * testsuite/ext/profile/mutex_extensions_neg.cc: Likewise. - - PR libstdc++/77814 - * include/bits/std_abs.h: Use "C++" language linkage. - * testsuite/17_intro/headers/c++2011/linkage.cc: Move to - the end. Add . - -2016-10-03 Ville Voutilainen - - PR libstdc++/77802 - * testsuite/20_util/tuple/77802.cc: New. - - Revert: - 2016-09-21 Ville Voutilainen - Implement LWG 2729 for tuple. - * include/std/tuple (_Tuple_impl(_Tuple_impl&&)): - Suppress conditionally. - (_Tuple_impl(_Tuple_impl<_Idx, _UHead, _UTails...>&&)): Likewise. - (__is_tuple_impl_trait_impl, __is_tuple_impl_trait): New. - (_Tuple_impl(const _Head&)): Constrain. - (_Tuple_impl(_UHead&&)): Likewise. - (_Tuple_impl(_Tuple_impl&&)): Suppress conditionally. - (_Tuple_impl(const _Tuple_impl<_Idx, _UHead>&)): Constrain. - (_Tuple_impl(_Tuple_impl<_Idx, _UHead>&&)): Likewise. - (operator=(const tuple&)): Enable conditionally. - (operator=(tuple&&)): Suppress conditionally. - (operator=(const tuple<_UElements...>&)): Constrain. - (operator=(tuple<_UElements...>&&)): Likewise. - (operator=(const tuple&)): Enable conditionally (2-param tuple). - (operator=(tuple&&)): Suppress conditionally (2-param tuple). - (operator=(const tuple<_U1, _U2>&)): Constrain. - (operator=(tuple<_U1, _U2>&&)): Likewise. - (operator=(const pair<_U1, _U2>&)): Likewise. - (operator=(pair<_U1, _U2>&&)): Likewise. - * testsuite/20_util/tuple/element_access/get_neg.cc: Adjust. - * testsuite/20_util/tuple/tuple_traits.cc: New. - -2016-09-30 Jonathan Wakely - - PR libstdc++/77795 - * acinclude.m4 (GLIBCXX_CHECK_STDIO_PROTO): Use -std=gnu++11 to check - for gets. - * config.h.in: Regenerate. - * configure: Regenerate. - * include/c_global/cstdio [!_GLIBCXX_HAVE_GETS] (gets): Only declare - for C++98 and C++11. - * include/c_std/cstdio [!_GLIBCXX_HAVE_GETS] (gets): Likewise. - * testsuite/27_io/headers/cstdio/functions_neg.cc: New test. - - * doc/xml/manual/intro.xml: Document LWG 2192 changes. - * doc/html/*: Regenerate. - * include/Makefile.am: Add bits/std_abs.h. - * include/Makefile.in: Regenerate. - * include/bits/std_abs.h: New header defining all required overloads - of std::abs in one place (LWG 2294). - * include/c_global/cmath (abs(double), abs(float), abs(long double)): - Move to bits/std_abs.h. - (abs<_Tp>(_Tp)): Remove. - * include/c_global/cstdlib (abs(long), abs(long long), abs(__int)): - Move to bits/std_abs.h. - * testsuite/26_numerics/headers/cmath/dr2192.cc: New test. - * testsuite/26_numerics/headers/cmath/dr2192_neg.cc: New test. - * testsuite/26_numerics/headers/cstdlib/dr2192.cc: New test. - * testsuite/26_numerics/headers/cstdlib/dr2192_neg.cc: New test. - - PR libstdc++/77801 - * include/experimental/numeric: Include . - (__abs): Define. - (gcd, lcm): Use __abs instead of std::abs. - * testsuite/experimental/numeric/77801.cc: New test. - * testsuite/experimental/numeric/gcd.cc: Test unsigned inputs. - * testsuite/experimental/numeric/lcm.cc: Likewise. - -2016-09-29 Ville Voutilainen - - Make optional::reset noexcept, make optional::value - work in constant expressions. - * include/std/optional (_M_get): Make constexpr. - (reset): Make noexcept. - * testsuite/20_util/optional/assignment/7.cc: New. - * testsuite/20_util/optional/observers/6.cc: New. - -2016-09-29 Jonathan Wakely - - * include/c_global/cmath (hypot, __hypot3): Move C++17 overloads - outside _GLIBCXX_USE_C99_MATH_TR1 condition. - -2016-09-29 Alan Modra - - * configure.ac (LONG_DOUBLE_COMPAT_FLAGS): New ACSUBST. - * src/Makefile.am (compatibility-ldbl.o, compatibility-ldbl.lo): - Use LONG_DOUBLE_COMPAT_FLAGS. - * Makefile.in: Regenerate. - * configure: Regenerate. - * doc/Makefile.in: Regenerate. - * include/Makefile.in: Regenerate. - * libsupc++/Makefile.in: Regenerate. - * po/Makefile.in: Regenerate. - * python/Makefile.in: Regenerate. - * src/Makefile.in: Regenerate. - * src/c++11/Makefile.in: Regenerate. - * src/c++98/Makefile.in: Regenerate. - * src/filesystem/Makefile.in: Regenerate. - * testsuite/Makefile.in: Regenerate. - -2016-09-28 Jonathan Wakely - - * include/std/chrono (system_clock): Fix typo in comment. - - * include/experimental/bits/fs_fwd.h (file_time_type): Simplify - definition. - * src/filesystem/ops.cc (file_time): Take error_code parameter and - check for overflow. - (do_copy_file, last_write_time): Pass error_code in file_time calls. - * testsuite/experimental/filesystem/operations/last_write_time.cc: - New. - * testsuite/util/testsuite_fs.h (scoped_file): Define RAII helper. - - PR libstdc++/77686 - * include/std/functional (_Any_data): Add may_alias attribute. - -2016-09-27 Jonathan Wakely - - * doc/xml/manual/status_cxx2017.xml: Update status. - * doc/html/*: Regenerate. - * include/std/functional (__cpp_lib_boyer_moore_searcher): Define. - * testsuite/20_util/function_objects/searchers.cc: Test feature macro. - - * doc/xml/manual/status_cxx2017.xml: Update status. - * include/c_global/cmath (hypot): Add three-dimensional overloads. - * testsuite/26_numerics/headers/cmath/hypot.cc: New. - -2016-09-26 Ville Voutilainen - - PR libstdc++/77727 - * include/std/optional (optional(const optional<_Up>&)): - Default-initialize the base and use emplace. - (optional(optional<_Up>&&)): Likewise. - * testsuite/20_util/optional/cons/77727.cc: New. - -2016-09-26 François Dumont - - * include/debug/safe_base.h - (_Safe_iterator_base::_M_detach_single): Make public. - -2016-09-26 Jonathan Wakely - - * include/bits/range_access.h (__cpp_lib_array_constexpr): Do not - redefine macro defined in . - - * include/bits/stl_map.h (map::extract(const_iterator)): Assert that - iterator is not past-the-end. - * include/bits/stl_multimap.h (multimap::extract(const_iterator)): - Likewise. - * include/bits/stl_multiset.h (multiset::extract(const_iterator)): - Likewise. - * include/bits/stl_set.h (set::extract(const_iterator)): Likewise. - * include/bits/unordered_map.h (unordered_map::extract(const_iterator)) - (unordered_multimap::extract(const_iterator)): Likewise. - * include/bits/unordered_set.h (unordered_set::extract(const_iterator)) - (unordered_multiset::extract(const_iterator)): Likewise. - -2016-09-26 Ville Voutilainen - - PR libstdc++/77717 - * testsuite/21_strings/basic_string_view/operations/compare/char/1.cc: - Fix an out-of-bounds access. - -2016-09-26 Marek Polacek - - PR c/7652 - * libsupc++/hash_bytes.cc: Add [[gnu::fallthrough]]. - -2016-09-25 François Dumont - - * src/c++11/debug.cc: Include debug/vector. Include cctype. Remove - functional. - (get_safe_base_mutex): Get mutex based on address lowest non nil bits. - * testsuite/23_containers/vector/debug/mutex_association.cc: New. - - * include/debug/bitset (bitset::reference::reference(const _Base_ref&, - bitset*)): Remove __unused__ attribute. - * include/debug/safe_base.h (_Safe_iterator_base): Make - _Safe_sequence_base a friend. - (_Safe_iterator_base::_M_attach): Make protected. - (_Safe_iterator_base::_M_attach_single): Likewise. - (_Safe_iterator_base::_M_detach): Likewise. - (_Safe_iterator_base::_M_detach_single): Likewise. - (_Safe_sequence_base): Make _Safe_iterator_base a friend. - (_Safe_sequence_base::_Safe_sequence_base(_Safe_sequence_base&&)): New. - (_Safe_sequence_base::_M_swap): Make protected. - (_Safe_sequence_base::_M_attach): Make private. - (_Safe_sequence_base::_M_attach_single): Likewise. - (_Safe_sequence_base::_M_detach): Likewise. - (_Safe_sequence_base::_M_detach_single): Likewise. - * include/debug/safe_container.h - (_Safe_container::_Safe_container(_Safe_container&&)): Make default. - * include/debug/safe_iterator.h - (_Safe_iterator::operator++()): Name __scoped_lock instance. - * include/debug/safe_iterator.tcc: Remove trailing line. - * include/debug/safe_unordered_base.h - (_Safe_local_iterator_base::_M_attach): Make protected. - (_Safe_local_iterator_base::_M_attach_single): Likewise. - (_Safe_local_iterator_base::_M_detach): Likewise. - (_Safe_local_iterator_base::_M_detach_single): Likewise. - (_Safe_unordered_container_base): Make _Safe_local_iterator_base friend. - (_Safe_unordered_container_base::_M_attach_local): Make private. - (_Safe_unordered_container_base::_M_attach_local_single): Likewise. - (_Safe_unordered_container_base::_M_detach_local): Likewise. - (_Safe_unordered_container_base::_M_detach_local_single): Likewise. - - * include/parallel/algo.h: Generalize usage of std::__iterator_category. - Adjust whitespaces. - -2016-09-23 Jonathan Wakely - - PR libstdc++/56166 - PR libstdc++/77582 - * include/bits/basic_string.h (basic_string::clear()): Drop reference - and use empty rep. - * include/ext/rc_string_base.h (__rc_string_base::_M_clear()): - Likewise. - * testsuite/21_strings/basic_string/56166.cc: New. - * testsuite/ext/vstring/modifiers/clear/56166.cc: New. - - * include/bits/basic_string.h [_GLIBCXX_USE_CXX11_ABI] - (basic_string::erase(size_type, size_type)): Add fast path for - truncating the string, by calling _M_set_length directly. - (basic_string::erase(__const_iterator, __const_iterator)): Likewise. - * include/bits/basic_string.tcc [_GLIBCXX_USE_CXX11_ABI] - (basic_string::resize(size_type, _CharT)): Likewise. - -2016-09-22 Jason Merrill - - * configure.ac: Define HAVE_MEMALIGN for newlib. - -2015-09-23 Sebastian Huber - - * config/cpu/m68k/atomicity.h: Adjust comment. - * acinclude.m4 (GLIBCXX_ENABLE_ATOMIC_BUILTINS): Honor - explicit atomicity_dir setup via configure.host. - * configure.host (rtems-*): Set atomicity_dir. - * configure: Regenerate. - -2016-09-22 Jonathan Wakely - - Implement C++17 node extraction and insertion (P0083R5) - * doc/xml/manual/status_cxx2017.xml: Document status. - * doc/html/*: Regenerate. - * include/Makefile.am: Add bits/node_handle.h and reorder. - * include/Makefile.in: Regenerate. - * include/bits/hashtable.h (_Hashtable::node_type) - (_Hashtable::insert_return_type, _Hashtable::_M_reinsert_node) - (_Hashtable::_M_reinsert_node_multi, _Hashtable::extract) - (_Hashtable::_M_merge_unique, _Hashtable::_M_merge_multi): Define. - (_Hash_merge_helper): Define primary template. - * include/bits/node_handle.h: New header. - * include/bits/stl_map.h (map): Declare _Rb_tree_merge_helper as - friend. - (map::node_type, map::insert_return_type, map::extract, map::merge) - (map::insert(node_type&&), map::insert(const_iterator, node_type&&)): - Define new members. - (_Rb_tree_merge_helper): Specialize for map. - * include/bits/stl_multimap.h (multimap): Declare _Rb_tree_merge_helper - as friend. - (multimap::node_type, multimap::extract, multimap::merge) - (multimap::insert(node_type&&)) - (multimap::insert(const_iterator, node_type&&)): Define. - (_Rb_tree_merge_helper): Specialize for multimap. - * include/bits/stl_multiset.h (multiset): Declare _Rb_tree_merge_helper - as friend. - (multiset::node_type, multiset::extract, multiset::merge) - (multiset::insert(node_type&&)) - (multiset::insert(const_iterator, node_type&&)): Define. - * include/bits/stl_set.h (set): Declare _Rb_tree_merge_helper as - friend. - (set::node_type, set::insert_return_type, set::extract, set::merge) - (set::insert(node_type&&), set::insert(const_iterator, node_type&&)): - Define. - (_Rb_tree_merge_helper): Specialize for set. - * include/bits/stl_tree.h (_Rb_tree): Declare _Rb_tree<> as friend. - (_Rb_tree::node_type, _Rb_tree::insert_return_type) - (_Rb_tree::_M_reinsert_node_unique, _Rb_tree::_M_reinsert_node_equal) - (_Rb_tree::_M_reinsert_node_hint_unique) - (_Rb_tree::_M_reinsert_node_hint_equal, _Rb_tree::extract) - (_Rb_tree::_M_merge_unique, _Rb_tree::_M_merge_equal): Define. - (_Rb_tree_merge_helper): Specialize for multiset. - * include/bits/unordered_map.h (unordered_map): Declare - unordered_map<> and unordered_multimap<> as friends. - (unordered_map::node_type, unordered_map::insert_return_type) - (unordered_map::extract, unordered_map::merge) - (unordered_map::insert(node_type&&)) - (unordered_map::insert(const_iterator, node_type&&)) - (unordered_multimap): Declare _Hash_merge_helper as friend. - (unordered_multimap::node_type, unordered_multimap::extract) - (unordered_multimap::merge, unordered_multimap::insert(node_type&&)) - (unordered_multimap::insert(const_iterator, node_type&&)): Define. - (_Hash_merge_helper): Specialize for unordered maps and multimaps. - * include/bits/unordered_set.h (unordered_set, unordered_multiset): - Declare _Hash_merge_helper as friend. - (unordered_set::node_type, unordered_set::insert_return_type) - (unordered_set::extract, unordered_set::merge) - (unordered_set::insert(node_type&&)) - (unordered_set::insert(const_iterator, node_type&&)): Define. - (unordered_multiset::node_type, unordered_multiset::extract) - (unordered_multiset::merge, unordered_multiset::insert(node_type&&)) - (unordered_multiset::insert(const_iterator, node_type&&)): Define. - (_Hash_merge_helper): Specialize for unordered sets and multisets. - * include/debug/map.h (map): Add using declarations or forwarding - functions for new members. - * include/debug/map.h (multimap): Likewise. - * include/debug/map.h (multiset): Likewise. - * include/debug/map.h (set): Likewise. - * include/debug/unordered_map (unordered_map, unordered_multimap): - Likewise. - * include/debug/unordered_set( unordered_set, unordered_multiset): - Likewise. - * python/libstdcxx/v6/printers.py (get_value_from_aligned_membuf): New - helper function. - (get_value_from_list_node, get_value_from_Rb_tree_node): Use helper. - (StdNodeHandlePrinter): Define printer for node handles. - (build_libstdcxx_dictionary): Register StdNodeHandlePrinter. - * testsuite/23_containers/map/modifiers/extract.cc: New. - * testsuite/23_containers/map/modifiers/merge.cc: New. - * testsuite/23_containers/multimap/modifiers/extract.cc: New. - * testsuite/23_containers/multimap/modifiers/merge.cc: New. - * testsuite/23_containers/multiset/modifiers/extract.cc: New. - * testsuite/23_containers/multiset/modifiers/merge.cc: New. - * testsuite/23_containers/set/modifiers/extract.cc: New. - * testsuite/23_containers/set/modifiers/merge.cc: New. - * testsuite/23_containers/unordered_map/modifiers/extract.cc: New. - * testsuite/23_containers/unordered_map/modifiers/merge.cc: New. - * testsuite/23_containers/unordered_multimap/modifiers/extract.cc: - New. - * testsuite/23_containers/unordered_multimap/modifiers/merge.cc: New. - * testsuite/23_containers/unordered_multiset/modifiers/extract.cc: - New. - * testsuite/23_containers/unordered_multiset/modifiers/merge.cc: New. - * testsuite/23_containers/unordered_set/modifiers/extract.cc: New. - * testsuite/23_containers/unordered_set/modifiers/merge.cc: New. - * testsuite/23_containers/unordered_set/instantiation_neg.cc: Adjust - dg-error lineno. - * testsuite/libstdc++-prettyprinters/cxx17.cc: Test node handles. - -2016-09-22 Ville Voutilainen - - Fix tests on old arm platforms for optional. - * testsuite/20_util/optional/77288.cc: Don't use exception_ptr. - -2016-09-22 Jonathan Wakely - - * python/libstdcxx/v6/printers.py (StdVariantPrinter): Adjust for - recent change to _Variant_storage. - * testsuite/libstdc++-prettyprinters/cxx17.cc: Test variant with - reference type. - - * include/bits/uses_allocator.h (__uses_allocator_construct): Qualify - std::forward and ::new. Cast pointer to void*. - * include/std/variant (_Variant_storage, _Union, _Variant_base) - (__access, __visit_invoke, variant, visit): Qualify std::forward. - * testsuite/20_util/variant/compile.cc: Test for ADL problems. - -2016-09-22 Tim Shen - - * include/std/variant (variant::operator=): Fix assignment - on references. - * testsuite/20_util/variant/compile.cc: Add test. - -2016-09-22 Tim Shen - - PR libstdc++/77641 - * include/std/variant (_Variant_storage::_Variant_storage): - Change _Variant_storage's union to be default constructible. - * testsuite/20_util/variant/compile.cc: New test. - -2016-09-21 Ville Voutilainen - - PR libstdc++/77288 - * include/std/optional (__is_optional_impl, __is_optional): Remove. - (__converts_from_optional, __assigns_from_optional): New. - (optional(_Up&&)): Use is_same instead of __is_optional. - (optional(const optional<_Up>&)): Constrain with - __converts_from_optional. - (optional(optional<_Up>&&)): Likewise. - (operator=(_Up&&)): Use is_same instead of __is_optional, check - is_same and is_scalar. - (operator=(const optional<_Up>&)): Constrain with - __converts_from_optional and __assigns_from_optional. - (operator=(optional<_Up>&&)): Likewise. - * testsuite/20_util/optional/77288.cc: New. - * testsuite/20_util/optional/cons/value.cc: Adjust. - -2016-09-21 Ville Voutilainen - - Implement LWG 2729 for tuple. - * include/std/tuple (_Tuple_impl(_Tuple_impl&&)): - Suppress conditionally. - (_Tuple_impl(_Tuple_impl<_Idx, _UHead, _UTails...>&&)): Likewise. - (__is_tuple_impl_trait_impl, __is_tuple_impl_trait): New. - (_Tuple_impl(const _Head&)): Constrain. - (_Tuple_impl(_UHead&&)): Likewise. - (_Tuple_impl(_Tuple_impl&&)): Suppress conditionally. - (_Tuple_impl(const _Tuple_impl<_Idx, _UHead>&)): Constrain. - (_Tuple_impl(_Tuple_impl<_Idx, _UHead>&&)): Likewise. - (operator=(const tuple&)): Enable conditionally. - (operator=(tuple&&)): Suppress conditionally. - (operator=(const tuple<_UElements...>&)): Constrain. - (operator=(tuple<_UElements...>&&)): Likewise. - (operator=(const tuple&)): Enable conditionally (2-param tuple). - (operator=(tuple&&)): Suppress conditionally (2-param tuple). - (operator=(const tuple<_U1, _U2>&)): Constrain. - (operator=(tuple<_U1, _U2>&&)): Likewise. - (operator=(const pair<_U1, _U2>&)): Likewise. - (operator=(pair<_U1, _U2>&&)): Likewise. - * testsuite/20_util/tuple/element_access/get_neg.cc: Adjust. - * testsuite/20_util/tuple/tuple_traits.cc: New. - -2016-09-21 Ville Voutilainen - - PR libstdc++/77537 - Implement LWG 2729 for pair. - * include/bits/stl_pair.h (_PCC): New. - (_ConstructiblePair, _ImplicitlyConvertiblePair): - Turn into static member functions of _PCC. - (_MoveConstructiblePair, _ImplicitlyMoveConvertiblePair): Likewise. - (_PCCP): New. - (pair(const _T1&, const _T2&)): Adjust. - (_PCCFP): New. - (pair(const pair<_U1, _U2>&)): Adjust. - (pair(_U1&&, const _T2&)): Likewise. - (pair(const _T1&, _U2&&)): Likewise. - (pair(_U1&&, _U2&&)): Likewise. - (pair(pair<_U1, _U2>&&)): Likewise. - (operator=(const pair&)): Make conditionally deleted. - (operator=(pair&&)): Make conditionally suppressed. - (operator=(const pair<_U1, _U2>&)): Constrain. - (operator=(pair<_U1, _U2>&&): Likewise. - * include/std/type_traits (__nonesuch): New. - * testsuite/20_util/pair/traits.cc: New. - -2016-09-20 Ville Voutilainen - - PR libstdc++/77619 - * include/bits/stl_construct.h: (_Construct_novalue): New. - (_Destroy_n_aux, _Destroy_n): New. - * include/bits/stl_uninitialized.h: (type_traits): - New include in C++11 mode. - (__uninitialized_default_novalue_1): New. - (__uninitialized_default_novalue_n_1): Likewise. - (__uninitialized_default_novalue): Likewise. - (__uninitialized_default_novalue_n): Likewise. - (__uninitialized_copy_n_pair): Likewise. - (uninitialized_default_construct): - Use __uninitialized_default_novalue. - (uninitialized_default_construct_n): - Use __uninitialized_default_novalue_n. - (uninitialized_value_construct): Use __uninitialized_default. - (uninitialized_value_construct_n): Use __uninitialized_default_n. - (uninitialized_move): Use uninitialized_copy. - (uninitialized_move_n): Use __uninitialized_copy_n_pair. - (destroy_at): Use _Destroy. - (destroy): Likewise. - (destroy_n): Likewise. - * testsuite/20_util/specialized_algorithms/ - memory_management_tools/1.cc: Add tests for exceptions, - add tests for trivial cases for construct and move. - -2016-09-20 Jonathan Wakely - - * python/libstdcxx/v6/xmethods.py (DequeWorkerBase.__init__) - (DequeWorkerBase.index, VectorWorkerBase.get): Use // for division. - -2016-09-19 Jonathan Wakely - - PR libstdc++/77645 - * python/libstdcxx/v6/xmethods.py (DequeWorkerBase.__init__) - (DequeWorkerBase.index, VectorWorkerBase.get): Cast results of - division to int to work with Python 3. - - * testsuite/lib/gdb-test.exp (gdb-test): Fail if Python error occurs. - - * python/libstdcxx/v6/printers.py (SingleObjContainerPrinter): Allow - display_hint to be set by subclasses. - (StdVariantPrinter): Use array for display_hint. Adjust output to be - more similar to std::any and std::optional output. - (register_type_printers): Add type printers for basic_string_view - typedefs and experimental::any. Adjust type printers for - fundamentals_v1 templates to match fundamentals_v2 and later. - * testsuite/libstdc++-prettyprinters/cxx17.cc: New. - - PR libstdc++/77645 - * python/libstdcxx/v6/xmethods.py (DequeWorkerBase.index): Rename - argument. - (ListWorkerBase.get_value_from_node): Define new method. - (ListFrontWorker.__call__, ListBackWorker.__call__): Use it. - -2016-09-17 Jonathan Wakely - - * python/libstdcxx/v6/printers.py (StdVariantPrinter): Define. - (StdExpAnyPrinter, StdExpOptionalPrinter, StdExpStringViewPrinter): - Register for C++17 components in namespace std. Strip inline namespace - from typename. - -2016-09-16 Jonathan Wakely - - * doc/xml/manual/profile_mode.xml: Fix typo. - * doc/html/manual/profile_mode_devel.html: Regenerate. - -2016-09-16 Jonathan Wakely - Marc Glisse - - * libsupc++/new_opa.cc [_GLIBCXX_HAVE_ALIGNED_ALLOC] - (operator new(size_t, align_val_t)): Replace modulus operator with - mask. - -2016-09-16 Jonathan Wakely - - * libsupc++/new_opa.cc [_GLIBCXX_HAVE_POSIX_MEMALIGN] (aligned_alloc): - Increase alignment if less than sizeof(void*). - [_GLIBCXX_HAVE_ALIGNED_ALLOC] (operator new(size_t, align_val_t)): - Increase size if not a multiple of alignment. - -2016-09-15 Jonathan Wakely - - * doc/xml/manual/debug_mode.xml: Minor editorial fixes. - * doc/html/*: Regenerate. - - * testsuite/23_containers/vector/debug/insert6_neg.cc: Remove - -Wno-deprecated. - * testsuite/util/debug/checks.h (generate_unique): Specialize. - -2016-09-14 Marek Polacek - - * testsuite/23_containers/vector/debug/insert6_neg.cc: Use - -Wno-deprecated. - -2016-09-14 Christophe Lyon - - * testsuite/23_containers/vector/bool/modifiers/insert/31370.cc: - Move dg-do directive before dg-skip. - * testsuite/21_strings/debug/iterator_self_move_assign_neg.cc: - Move dg-do directive before dg-require. - * testsuite/21_strings/debug/self_move_assign_neg.cc: Likewise. - * testsuite/23_containers/vector/debug/57779_neg.cc: Likewise. - * testsuite/23_containers/vector/debug/60587_neg.cc: Likewise. - * testsuite/23_containers/vector/debug/assign1_neg.cc: Likewise. - * testsuite/23_containers/vector/debug/assign2_neg.cc: Likewise. - * testsuite/23_containers/vector/debug/assign3_neg.cc: Likewise. - * testsuite/23_containers/vector/debug/construct1_neg.cc: Likewise. - * testsuite/23_containers/vector/debug/construct2_neg.cc: Likewise. - * testsuite/23_containers/vector/debug/construct3_neg.cc: Likewise. - * testsuite/23_containers/vector/debug/insert1_neg.cc: Likewise. - * testsuite/23_containers/vector/debug/insert2_neg.cc: Likewise. - * testsuite/23_containers/vector/debug/insert3_neg.cc: Likewise. - * testsuite/23_containers/vector/debug/insert5_neg.cc: Likewise. - * testsuite/25_algorithms/lower_bound/debug/irreflexive.cc: Likewise. - * testsuite/25_algorithms/partial_sort_copy/debug/irreflexive_neg.cc: - Likewise. - * testsuite/25_algorithms/pop_heap/empty2_neg.cc: Likewise. - * testsuite/25_algorithms/pop_heap/empty_neg.cc: Likewise. - * testsuite/27_io/objects/char/12048-5.cc: Likewise. - * testsuite/ext/special_functions/conf_hyperg/check_nan.cc: Likewise. - * testsuite/ext/special_functions/hyperg/check_nan.cc: Likewise. - -2016-09-13 Ville Voutilainen - - Implement P0040R3, Extending memory management tools. - * include/bits/stl_uninitialized.h (utility): New include - in C++17 mode. - (uninitialized_default_construct): New. - (uninitialized_default_construct_n): Likewise. - (uninitialized_value_construct): Likewise. - (uninitialized_value_construct_n): Likewise. - (uninitialized_move): Likewise. - (uninitialized_move_n): Likewise. - (destroy_at, destroy, destroy_n): Likewise. - * testsuite/20_util/specialized_algorithms/memory_management_tools/ - 1.cc: New. - -2016-09-12 Jason Merrill - - * config/abi/pre/gnu.ver: Use [jmy] for size_t. - -2016-09-12 Ville Voutilainen - - Implement P0253R1, Fixing a design mistake in the searchers - interface in Library Fundamentals. - * include/std/functional: (utility): New include in C++17 mode. - (default_searcher): Use a pair as return type, adjust the definition. - (boyer_moore_searcher): Likewise. - (boyer_moore_horspool_searcher): Likewise. - * testsuite/20_util/function_objects/searchers.cc: Adjust. - -2016-09-12 Ville Voutilainen - - Implement C++17 string searchers. - * include/std/functional: (unordered_map, vector): New includes - in C++17 mode. - (array, bits/stl_algo.h): Likewise. - (default_searcher, __boyer_moore_map_base): New. - (__boyer_moore_array_base, __is_std_equal_to): Likewise. - (__boyer_moore_base_t, boyer_moore_searcher): Likewise. - (boyer_moore_horspool_searcher, make_default_searcher): Likewise. - (make_boyer_moore_searcher): Likewise. - (make_boyer_moore_horspool_searcher): Likewise. - * testsuite/20_util/function_objects/searchers.cc: New. - -2016-09-12 Matthew Wahab - - * testsuite/22_locale/codecvt/codecvt_utf16/requirements/1.cc: - Move dg-do directive before dg-require. - * testsuite/22_locale/codecvt/codecvt_utf8/requirements/1.cc: Likewise. - * testsuite/22_locale/codecvt/codecvt_utf8_utf16/requirements/1.cc: - Likewise. - * testsuite/22_locale/codecvt/utf8.cc: Likewise. - * testsuite/22_locale/locale/cons/unicode.cc: Likewise. - * testsuite/23_containers/deque/debug/assign1_neg.cc: Likewise. - * testsuite/23_containers/deque/debug/assign2_neg.cc: Likewise. - * testsuite/23_containers/deque/debug/assign3_neg.cc: Likewise. - * testsuite/23_containers/deque/debug/construct1_neg.cc: Likewise. - * testsuite/23_containers/deque/debug/construct2_neg.cc: Likewise. - * testsuite/23_containers/deque/debug/construct3_neg.cc: Likewise. - * testsuite/23_containers/deque/debug/insert1_neg.cc: Likewise. - * testsuite/23_containers/deque/debug/insert2_neg.cc: Likewise. - * testsuite/23_containers/deque/debug/insert3_neg.cc: Likewise. - * testsuite/23_containers/deque/debug/insert5_neg.cc: Likewise. - * testsuite/23_containers/deque/debug/iterator_self_move_assign_neg.cc: - Likewise. - * testsuite/23_containers/deque/debug/self_move_assign_neg.cc: - Likewise. - * testsuite/23_containers/deque/debug/shrink_to_fit.cc: Likewise. - * testsuite/23_containers/forward_list/debug/60499.cc: Likewise. - * testsuite/23_containers/forward_list/debug/construct1_neg.cc: - Likewise. - * testsuite/23_containers/forward_list/debug/construct2_neg.cc: - Likewise. - * testsuite/23_containers/forward_list/debug/construct3_neg.cc: - Likewise. - * testsuite/23_containers/forward_list/debug/erase_after1_neg.cc: - Likewise. - * testsuite/23_containers/forward_list/debug/erase_after2_neg.cc: - Likewise. - * testsuite/23_containers/forward_list/debug/erase_after3_neg.cc: - Likewise. - * testsuite/23_containers/forward_list/debug/erase_after4_neg.cc: - Likewise. - * testsuite/23_containers/forward_list/debug/erase_after5_neg.cc: - Likewise. - * testsuite/23_containers/forward_list/debug/erase_after6_neg.cc: - Likewise. - * testsuite/23_containers/forward_list/debug/erase_after7_neg.cc: - Likewise. - * testsuite/23_containers/forward_list/debug/erase_after8_neg.cc: - Likewise. - * testsuite/23_containers/forward_list/debug/erase_after9_neg.cc: - Likewise. - * testsuite/23_containers/forward_list/debug/insert_after1_neg.cc: - Likewise. - * testsuite/23_containers/forward_list/debug/insert_after2_neg.cc: - Likewise. - * testsuite/23_containers/forward_list/debug/insert_after3_neg.cc: - Likewise. - * testsuite/23_containers/forward_list/debug/insert_after4_neg.cc: - Likewise. - * testsuite/23_containers/forward_list/debug/ - iterator_self_move_assign_neg.cc: Likewise. - * testsuite/23_containers/forward_list/debug/self_move_assign_neg.cc: - Likewise. - * testsuite/23_containers/forward_list/debug/splice_after1_neg.cc: - Likewise. - * testsuite/23_containers/forward_list/debug/splice_after2_neg.cc: - Likewise. - * testsuite/23_containers/forward_list/debug/splice_after3_neg.cc: - Likewise. - * testsuite/23_containers/forward_list/debug/splice_after4_neg.cc: - Likewise. - * testsuite/23_containers/forward_list/debug/splice_after5_neg.cc: - Likewise. - * testsuite/23_containers/forward_list/debug/splice_after6_neg.cc: - Likewise. - * testsuite/23_containers/forward_list/debug/splice_after7_neg.cc: - Likewise. - * testsuite/23_containers/list/debug/assign1_neg.cc: Likewise. - * testsuite/23_containers/list/debug/assign2_neg.cc: Likewise. - * testsuite/23_containers/list/debug/assign3_neg.cc: Likewise. - * testsuite/23_containers/list/debug/construct1_neg.cc: Likewise. - * testsuite/23_containers/list/debug/construct2_neg.cc: Likewise. - * testsuite/23_containers/list/debug/construct3_neg.cc: Likewise. - * testsuite/23_containers/list/debug/insert1_neg.cc: Likewise. - * testsuite/23_containers/list/debug/insert2_neg.cc: Likewise. - * testsuite/23_containers/list/debug/insert3_neg.cc: Likewise. - * testsuite/23_containers/list/debug/insert5_neg.cc: Likewise. - * testsuite/23_containers/list/debug/iterator_self_move_assign_neg.cc: - Likewise. - * testsuite/23_containers/list/debug/self_move_assign_neg.cc: Likewise. - * testsuite/23_containers/map/debug/60499.cc: Likewise. - * testsuite/23_containers/map/debug/construct1_neg.cc: Likewise. - * testsuite/23_containers/map/debug/construct2_neg.cc: Likewise. - * testsuite/23_containers/map/debug/construct3_neg.cc: Likewise. - * testsuite/23_containers/map/debug/insert1_neg.cc: Likewise. - * testsuite/23_containers/map/debug/insert2_neg.cc: Likewise. - * testsuite/23_containers/map/debug/insert3_neg.cc: Likewise. - * testsuite/23_containers/map/debug/iterator_self_move_assign_neg.cc: - Likewise. - * testsuite/23_containers/map/debug/self_move_assign_neg.cc: Likewise. - * testsuite/23_containers/multimap/debug/60499.cc: Likewise. - * testsuite/23_containers/multimap/debug/construct1_neg.cc: Likewise. - * testsuite/23_containers/multimap/debug/construct2_neg.cc: Likewise. - * testsuite/23_containers/multimap/debug/construct3_neg.cc: Likewise. - * testsuite/23_containers/multimap/debug/insert1_neg.cc: Likewise. - * testsuite/23_containers/multimap/debug/insert2_neg.cc: Likewise. - * testsuite/23_containers/multimap/debug/insert3_neg.cc: Likewise. - * testsuite/23_containers/multimap/debug/ - iterator_self_move_assign_neg.cc: Likewise. - * testsuite/23_containers/multimap/debug/self_move_assign_neg.cc: - Likewise. - * testsuite/23_containers/multiset/debug/60499.cc: Likewise. - * testsuite/23_containers/multiset/debug/construct1_neg.cc: Likewise. - * testsuite/23_containers/multiset/debug/construct2_neg.cc: Likewise. - * testsuite/23_containers/multiset/debug/construct3_neg.cc: Likewise. - * testsuite/23_containers/multiset/debug/insert1_neg.cc: Likewise. - * testsuite/23_containers/multiset/debug/insert2_neg.cc: Likewise. - * testsuite/23_containers/multiset/debug/insert3_neg.cc: Likewise. - * testsuite/23_containers/multiset/debug/ - iterator_self_move_assign_neg.cc: Likewise. - * testsuite/23_containers/multiset/debug/self_move_assign_neg.cc: - Likewise. - * testsuite/23_containers/set/debug/60499.cc: Likewise. - * testsuite/23_containers/set/debug/construct1_neg.cc: Likewise. - * testsuite/23_containers/set/debug/construct2_neg.cc: Likewise. - * testsuite/23_containers/set/debug/construct3_neg.cc: Likewise. - * testsuite/23_containers/set/debug/insert1_neg.cc: Likewise. - * testsuite/23_containers/set/debug/insert2_neg.cc: Likewise. - * testsuite/23_containers/set/debug/insert3_neg.cc: Likewise. - * testsuite/23_containers/set/debug/iterator_self_move_assign_neg.cc: - Likewise. - * testsuite/23_containers/set/debug/self_move_assign_neg.cc: Likewise. - * testsuite/23_containers/unordered_map/debug/60499.cc: Likewise. - * testsuite/23_containers/unordered_map/debug/begin1_neg.cc: Likewise. - * testsuite/23_containers/unordered_map/debug/begin2_neg.cc: Likewise. - * testsuite/23_containers/unordered_map/debug/bucket_size_neg.cc: - Likewise. - * testsuite/23_containers/unordered_map/debug/cbegin_neg.cc: Likewise. - * testsuite/23_containers/unordered_map/debug/cend_neg.cc: Likewise. - * testsuite/23_containers/unordered_map/debug/construct1_neg.cc: - Likewise. - * testsuite/23_containers/unordered_map/debug/construct2_neg.cc: - Likewise. - * testsuite/23_containers/unordered_map/debug/construct3_neg.cc: - Likewise. - * testsuite/23_containers/unordered_map/debug/end1_neg.cc: Likewise. - * testsuite/23_containers/unordered_map/debug/end2_neg.cc: Likewise. - * testsuite/23_containers/unordered_map/debug/insert1_neg.cc: Likewise. - * testsuite/23_containers/unordered_map/debug/insert2_neg.cc: Likewise. - * testsuite/23_containers/unordered_map/debug/insert3_neg.cc: Likewise. - * testsuite/23_containers/unordered_map/debug/ - invalid_local_iterator_compare_neg.cc: Likewise. - * testsuite/23_containers/unordered_map/debug/ - invalid_local_iterator_range_neg.cc: Likewise. - * testsuite/23_containers/unordered_map/debug/ - iterator_self_move_assign_neg.cc: Likewise. - * testsuite/23_containers/unordered_map/debug/max_load_factor_neg.cc: - Likewise. - * testsuite/23_containers/unordered_map/debug/self_move_assign_neg.cc: - Likewise. - * testsuite/23_containers/unordered_map/debug/ - use_erased_local_iterator_neg.cc: Likewise. - * testsuite/23_containers/unordered_map/debug/ - use_invalid_iterator_neg.cc: Likewise. - * testsuite/23_containers/unordered_map/debug/ - use_invalid_local_iterator_neg.cc: Likewise. - * testsuite/23_containers/unordered_multimap/debug/60499.cc: Likewise. - * testsuite/23_containers/unordered_multimap/debug/begin1_neg.cc: - Likewise. - * testsuite/23_containers/unordered_multimap/debug/begin2_neg.cc: - Likewise. - * testsuite/23_containers/unordered_multimap/debug/bucket_size_neg.cc: - Likewise. - * testsuite/23_containers/unordered_multimap/debug/cbegin_neg.cc: - Likewise. - * testsuite/23_containers/unordered_multimap/debug/cend_neg.cc: - Likewise. - * testsuite/23_containers/unordered_multimap/debug/construct1_neg.cc: - Likewise. - * testsuite/23_containers/unordered_multimap/debug/construct2_neg.cc: - Likewise. - * testsuite/23_containers/unordered_multimap/debug/construct3_neg.cc: - Likewise. - * testsuite/23_containers/unordered_multimap/debug/end1_neg.cc: - Likewise. - * testsuite/23_containers/unordered_multimap/debug/end2_neg.cc: - Likewise. - * testsuite/23_containers/unordered_multimap/debug/insert1_neg.cc: - Likewise. - * testsuite/23_containers/unordered_multimap/debug/insert2_neg.cc: - Likewise. - * testsuite/23_containers/unordered_multimap/debug/insert3_neg.cc: - Likewise. - * testsuite/23_containers/unordered_multimap/debug/ - invalid_local_iterator_compare_neg.cc: Likewise. - * testsuite/23_containers/unordered_multimap/debug/ - invalid_local_iterator_range_neg.cc: Likewise. - * testsuite/23_containers/unordered_multimap/debug/ - iterator_self_move_assign_neg.cc: Likewise. - * testsuite/23_containers/unordered_multimap/debug/ - max_load_factor_neg.cc: Likewise. - * testsuite/23_containers/unordered_multimap/debug/ - self_move_assign_neg.cc: Likewise. - * testsuite/23_containers/unordered_multimap/debug/ - use_erased_local_iterator_neg.cc: Likewise. - * testsuite/23_containers/unordered_multimap/debug/ - use_invalid_iterator_neg.cc: Likewise. - * testsuite/23_containers/unordered_multimap/debug/ - use_invalid_local_iterator_neg.cc: Likewise. - * testsuite/23_containers/unordered_multiset/debug/60499.cc: - Likewise. - * testsuite/23_containers/unordered_multiset/debug/begin1_neg.cc: - Likewise. - * testsuite/23_containers/unordered_multiset/debug/begin2_neg.cc: - Likewise. - * testsuite/23_containers/unordered_multiset/debug/bucket_size_neg.cc: - Likewise. - * testsuite/23_containers/unordered_multiset/debug/cbegin_neg.cc: - Likewise. - * testsuite/23_containers/unordered_multiset/debug/cend_neg.cc: - Likewise. - * testsuite/23_containers/unordered_multiset/debug/construct1_neg.cc: - Likewise. - * testsuite/23_containers/unordered_multiset/debug/construct2_neg.cc: - Likewise. - * testsuite/23_containers/unordered_multiset/debug/construct3_neg.cc: - Likewise. - * testsuite/23_containers/unordered_multiset/debug/end1_neg.cc: - Likewise. - * testsuite/23_containers/unordered_multiset/debug/end2_neg.cc: - Likewise. - * testsuite/23_containers/unordered_multiset/debug/insert1_neg.cc: - Likewise. - * testsuite/23_containers/unordered_multiset/debug/insert2_neg.cc: - Likewise. - * testsuite/23_containers/unordered_multiset/debug/insert3_neg.cc: - Likewise. - * testsuite/23_containers/unordered_multiset/debug/ - invalid_local_iterator_compare_neg.cc: Likewise. - * testsuite/23_containers/unordered_multiset/debug/ - invalid_local_iterator_range_neg.cc: Likewise. - * testsuite/23_containers/unordered_multiset/debug/ - iterator_self_move_assign_neg.cc: Likewise. - * testsuite/23_containers/unordered_multiset/debug/ - max_load_factor_neg.cc: Likewise. - * testsuite/23_containers/unordered_multiset/debug/ - self_move_assign_neg.cc: Likewise. - * testsuite/23_containers/unordered_multiset/debug/ - use_erased_local_iterator_neg.cc: Likewise. - * testsuite/23_containers/unordered_multiset/debug/ - use_invalid_iterator_neg.cc: Likewise. - * testsuite/23_containers/unordered_multiset/debug/ - use_invalid_local_iterator_neg.cc: Likewise. - * testsuite/23_containers/unordered_set/debug/60499.cc: Likewise. - * testsuite/23_containers/unordered_set/debug/begin1_neg.cc: Likewise. - * testsuite/23_containers/unordered_set/debug/begin2_neg.cc: Likewise. - * testsuite/23_containers/unordered_set/debug/bucket_size_neg.cc: - Likewise. - * testsuite/23_containers/unordered_set/debug/cbegin_neg.cc: Likewise. - * testsuite/23_containers/unordered_set/debug/cend_neg.cc: Likewise. - * testsuite/23_containers/unordered_set/debug/construct1_neg.cc: - Likewise. - * testsuite/23_containers/unordered_set/debug/construct2_neg.cc: - Likewise. - * testsuite/23_containers/unordered_set/debug/construct3_neg.cc: - Likewise. - * testsuite/23_containers/unordered_set/debug/end1_neg.cc: Likewise. - * testsuite/23_containers/unordered_set/debug/end2_neg.cc: Likewise. - * testsuite/23_containers/unordered_set/debug/insert1_neg.cc: Likewise. - * testsuite/23_containers/unordered_set/debug/insert2_neg.cc: Likewise. - * testsuite/23_containers/unordered_set/debug/insert3_neg.cc: Likewise. - * testsuite/23_containers/unordered_set/debug/ - invalid_local_iterator_compare_neg.cc: Likewise. - * testsuite/23_containers/unordered_set/debug/ - invalid_local_iterator_range_neg.cc: Likewise. - * testsuite/23_containers/unordered_set/debug/ - iterator_self_move_assign_neg.cc: Likewise. - * testsuite/23_containers/unordered_set/debug/ - max_load_factor_neg.cc: Likewise. - * testsuite/23_containers/unordered_set/debug/ - self_move_assign_neg.cc: Likewise. - * testsuite/23_containers/unordered_set/debug/ - use_erased_local_iterator_neg.cc: Likewise. - * testsuite/23_containers/unordered_set/debug/ - use_invalid_iterator_neg.cc: Likewise. - * testsuite/23_containers/unordered_set/debug/ - use_invalid_local_iterator_neg.cc: Likewise. - * testsuite/23_containers/vector/debug/52433.cc: Likewise. - * testsuite/23_containers/vector/debug/60499.cc: Likewise. - * testsuite/23_containers/vector/debug/bool/shrink_to_fit.cc: Likewise. - * testsuite/23_containers/vector/debug/ - iterator_self_move_assign_neg.cc: Likewise. - * testsuite/23_containers/vector/debug/self_move_assign_neg.cc: - Likewise. - * testsuite/23_containers/vector/debug/shrink_to_fit.cc: Likewise. - * testsuite/25_algorithms/pop_heap/complexity.cc: Likewise. - * testsuite/25_algorithms/push_heap/complexity.cc: Likewise. - * testsuite/25_algorithms/sort_heap/complexity.cc: Likewise. - * testsuite/29_atomics/atomic/60658.cc: Likewise. - * testsuite/29_atomics/atomic/60695.cc: Likewise. - * testsuite/29_atomics/atomic/62259.cc: Likewise. - * testsuite/29_atomics/atomic/64658.cc: Likewise. - * testsuite/29_atomics/atomic/cons/49445.cc: Likewise. - * testsuite/29_atomics/atomic/operators/51811.cc: Likewise. - * testsuite/29_atomics/atomic/operators/pointer_partial_void.cc: - Likewise. - -2016-09-11 Jonathan Wakely - - * libsupc++/new_opant.cc: Include exception_defines.h. - * libsupc++/new_opvant.cc: Likewise. - -2016-09-09 Jason Merrill - - Implement P0035R4, C++17 new of over-aligned types. - * libsupc++/new: Declare aligned new/delete operators. - * config/abi/pre/gnu.ver: Export them. - * configure.ac: Check for aligned_alloc, posix_memalign, memalign, - _aligned_malloc. - * libsupc++/new_opa.cc: New. - * libsupc++/new_opant.cc: New. - * libsupc++/new_opva.cc: New. - * libsupc++/new_opva.cc: New. - * libsupc++/del_opa.cc: New. - * libsupc++/del_opant.cc: New. - * libsupc++/del_opsa.cc: New. - * libsupc++/del_opva.cc: New. - * libsupc++/del_opvant.cc: New. - * libsupc++/del_opvsa.cc: New. - * libsupc++/Makefile.am: Build them. - -2016-09-05 Tim Shen - - * include/std/variant: include bits/move.h for std::addressof. - -2016-09-05 Mikhail Strelnikov - - * include/std/variant (_Variant_storage::_M_storage()): Use - std::addressof instead of operator& to take address. - -2016-09-02 Maxim Kuvyrkov - - * acinclude.m4 (GLIBCXX_CONFIGURE_TESTSUITE): Check for presence of - setrlimit on both native and cross targets. - * configure: Regenerate. - -2016-08-31 Jonathan Wakely - - * include/bits/shared_ptr.h (_Assignable): New alias template. - (shared_ptr::operator=(const shared_ptr<_Tp1>&)) - (shared_ptr::operator=(shared_ptr<_Tp1>&&)) - (shared_ptr::operator=(unique_ptr<_Tp1>&&)): Constrain with - _Assignable. - * include/bits/shared_ptr_base.h (_Assignable): New alias template. - (__shared_ptr::operator=(const __shared_ptr<_Tp1>&)) - (__shared_ptr::operator=(__shared_ptr<_Tp1>&&)) - (__shared_ptr::operator=(unique_ptr<_Tp1>&&)): Constrain with - _Assignable. - (__shared_ptr::reset(_Tp1*), __shared_ptr::reset(_Tp1*, _Deleter)) - (__shared_ptr::reset(_Tp1*, _Deleter, _Alloc)): Constrain with - _Convertible. - * testsuite/20_util/shared_ptr/cons/43820_neg.cc: Change dg-error to - match on any line. - * testsuite/20_util/shared_ptr/cons/void_neg.cc: Likewise. - * testsuite/20_util/shared_ptr/assign/sfinae.cc: New test. - * testsuite/20_util/shared_ptr/assign/shared_ptr_neg.cc: Update - expected errors. Remove unnecessary code. - * testsuite/20_util/shared_ptr/modifiers/reset_sfinae.cc: New test. - - * include/bits/stl_tree.h (_Rb_tree::operator=(_Rb_tree&&)): Move - comparison object. - * testsuite/23_containers/set/move_comparison.cc: New test. - - * testsuite/20_util/enable_shared_from_this/members/weak_from_this.cc: - New test. - -2016-08-30 Ville Voutilainen - - PR libstdc++/77395 - * include/std/type_traits (is_constructible): Forward-declare... - (__is_base_to_derived_ref): ...and use here. - * testsuite/20_util/declval/requirements/1_neg.cc: Adjust. - * testsuite/20_util/is_constructible/77395.cc: New. - * testsuite/20_util/make_signed/requirements/typedefs_neg.cc: Adjust. - * testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc: - Likewise. - * testsuite/20_util/tuple/77395.cc: New. - -2016-08-30 Uros Bizjak - - * testsuite/22_locale/time_get/get/char/2.cc: Move dg-do run - directive above dg-require-namedlocale directive. - * testsuite/22_locale/time_get/get/wchar_t/2.cc: Ditto. - * testsuite/27_io/manipulators/extended/get_time/char/2.cc: Ditto. - * testsuite/27_io/manipulators/extended/get_time/wchar_t/2.cc: Ditto. - * testsuite/27_io/manipulators/extended/put_time/char/2.cc: Ditto. - * testsuite/27_io/manipulators/extended/put_time/wchar_t/2.cc: Ditto. - -2016-08-27 Tim Shen - - PR libstdc++/77356 - * include/bits/regex_compiler.tcc(_M_insert_bracket_matcher, - _M_expression_term): Modify to support dash literal. - * include/bits/regex_scanner.h: Add dash as a token type to make - a different from the mandated dash literal by escaping. - * include/bits/regex_scanner.tcc(_M_scan_in_bracket): Emit dash - token in bracket expression parsing. - * testsuite/28_regex/regression.cc: Add new testcases. - -2016-08-26 Jonathan Wakely - - PR libstdc++/51960 - * doc/xml/manual/intro.xml: Document DR 2127 change. - * doc/html/*: Regenerate. - * include/bits/stl_raw_storage_iter.h (operator=(_Tp&&)): Add. - (operator++(), operator++(int)): Use injected class name. - * testsuite/20_util/raw_storage_iterator/dr2127.cc: New test. - - * testsuite/*: Use { target c++11 } or { target c++14 } instead of - using -std in dg-options. - -2016-08-26 Jonathan Wakely - Pedro Alves - - * testsuite/lib/gdb-test.exp (gdb-dg-runtest): Define wrapper to save - and restore dg-interpreter-batch-mode. - * testsuite/libstdc++-prettyprinters/prettyprinters.exp: Use - gdb-dg-runtest instead of dg-runtest. - * testsuite/libstdc++-xmethods/xmethods.exp: Likewise. - -2016-08-26 Jonathan Wakely - - * config/abi/pre/gnu.ver (GLIBCXX_3.4, GLIBCXX_3.4.21): Use more - precise patterns for basic_string constructors. - (GLIBCXX_3.4.23): Export new constructors. - * doc/xml/manual/intro.xml: Document LWG 2583 status. - * doc/html/*: Regenerate. - * include/bits/basic_string.h [_GLIBCXX_USE_CXX11_ABI] - (basic_string(const basic_string&, size_type, const Alloc&)): Add - new constructor for LWG 2583. - (basic_string(const basic_string&, size_type, size_type)): Remove - default argument. - [!_GLIBCXX_USE_CXX11_ABI]: Likewise. - * include/bits/basic_string.tcc [!_GLIBCXX_USE_CXX11_ABI]: Define it. - * testsuite/21_strings/basic_string/cons/char/8.cc: New test. - * testsuite/21_strings/basic_string/cons/wchar_t/8.cc: New test. - -2016-08-24 Aditya Kumar - - * include/bits/algorithmfwd.h: Remove trailing whitespace. - * include/bits/shared_ptr_base.h: Likewise. - -2016-08-23 Jonathan Wakely - - * include/debug/array (array): Add _GLIBCXX17_CONSTEXPR. - * include/profile/array (array): Likewise. - (array::swap): Fix exception specification for zero-sized arrays. - - PR libstdc++/77334 - * include/bits/stl_tree.h (_Rb_tree::_M_move_assign): New functions. - (_Rb_tree::operator=(_Rb_tree&&)): Dispatch to _M_move_assign. - * testsuite/23_containers/map/77334.cc: New test. - - * doc/xml/manual/using.xml: Remove reference to -pthreads option. - * doc/html/*: Regenerate. - - * testsuite/experimental/feat-cxx14.cc: Only preprocess, not compile. - * testsuite/experimental/feat-lib-fund.cc: Likewise. - - PR libstdc++/71771 - * include/bits/stl_iterator.h - (operator-(reverse_iterator, reverse_iterator): Only - define for C++98 mode. - (operator-(move_iterator, move_iterator): Don't define. - * testsuite/24_iterators/headers/iterator/synopsis.cc: Use - -std=gnu++98. - * testsuite/24_iterators/headers/iterator/synopsis_c++11.cc: New test. - * testsuite/24_iterators/headers/iterator/synopsis_c++14.cc: New test. - * testsuite/24_iterators/headers/iterator/synopsis_c++17.cc: New test. - * testsuite/24_iterators/move_iterator/greedy_ops.cc: Don't test - difference operator. - * testsuite/24_iterators/reverse_iterator/greedy_ops.cc: Only test - difference operator for C++98. - * testsuite/24_iterators/reverse_iterator/71771.cc: New test. - - * include/bits/c++config (_GLIBCXX17_CONSTEXPR): Define. - * include/bits/range_access.h (begin, end, rbegin, rend, crbegin) - (crend): Add _GLIBCXX17_CONSTEXPR as per P0031R0. - * include/bits/stl_iterator.h (reverse_iterator, move_iterator) - (__make_reverse_iterator, make_reverse_iterator, make_move_iterator): - Likewise. - * include/bits/stl_iterator_base_funcs.h (__distance, __advance): Add - _GLIBCXX14_CONSTEXPR. - (distance, advance, next, prev): Add _GLIBCXX17_CONSTEXPR. - * include/std/array (array::begin, array::end, array::rbegin) - (array::rend, array::cbegin, array:cend, array::crbegin) - (array::crend, array::operator[], array::at, array::front) - (array::back, array::data): Likewise. - * testsuite/24_iterators/headers/iterator/range_access.cc: Replace - with separate tests for C++11, C++14, and C++17. - * testsuite/24_iterators/headers/iterator/range_access_c++11.cc: New. - * testsuite/24_iterators/headers/iterator/range_access_c++14.cc: New. - * testsuite/24_iterators/headers/iterator/range_access_c++17.cc: New. - -2016-08-22 Tim Shen - - Split _M_dfs() into smaller functions. - * regex_executor.h(_M_handle_repeat, _M_handle_subexpr_begin) - (_M_handle_subexpr_end, _M_handle_line_begin_assertion) - (_M_handle_line_end_assertion, _M_handle_word_boundary) - (_M_handle_subexpr_lookahead, _M_handle_match) - (_M_handle_backref, _M_handle_accept, _M_handle_alternative): - Add separate function declarations. - * regex_executor.tcc: Split _M_dfs() into multiple handler functions. - -2016-08-22 Gleb Natapov - - PR libstdc++/68297 - * config/abi/pre/gnu-versioned-namespace.ver: Export - __cxa_init_primary_exception and std::exception_ptr(void*). - * config/abi/pre/gnu.ver (CXXABI_1.3.11) : Add new symbol version and - export __cxa_init_primary_exception and std::exception_ptr(void*). - * include/Makefile.am: Add new headers. - * include/Makefile.in: Regenerate. - * libsupc++/Makefile.am: Add new headers. - * libsupc++/Makefile.in: Regenerate. - * libsupc++/cxxabi.h (__cxa_allocate_exception): Move to ... - * libsupc++/cxxabi_init_exception.h: New header. - (__cxa_init_primary_exception): Declare. - * libsupc++/eh_throw.cc (__cxa_init_primary_exception): Define. - (__cxa_throw): Use __cxa_init_primary_exception. - * libsupc++/exception (std::exception): Move to ... - * libsupc++/exception.h: New header. - * libsupc++/exception_ptr.h (__exception_ptr::exception_ptr): Add - friend declaration. - (__exception_ptr::__dest_thunk): New function template. - (std::make_exception_ptr) [__cpp_rtti && !_GLIBCXX_HAVE_CDTOR_CALLABI]: - Use __cxa_allocate_exception and __cxa_init_primary_exception to - create exception_ptr. - * libsupc++/typeinfo: Include bits/exception.h instead of exception. - * testsuite/util/testsuite_abi.cc: Add CXXABI_1.3.11 version. - -2016-08-22 Jonathan Wakely - - * doc/xml/api.xml: Replace hardcoded links for specific versions with - link to docs for all releases. - * doc/html/*: Regenerate. - - PR libstdc++/77322 - * doc/xml/manual/intro.xml: Document DR 2062 change. - * include/std/functional (function::swap): Add noexcept. - (swap(function - - * testsuite/21_strings/basic_string/pthread18185.cc: Use -pthread for - *-*-solaris* instead of -pthreads. - * testsuite/21_strings/basic_string/pthread4.cc : Likewise. - * testsuite/22_locale/locale/cons/12658_thread-1.cc: Likewise. - * testsuite/22_locale/locale/cons/12658_thread-2.cc: Likewise. - * testsuite/23_containers/list/pthread1.cc: Likewise. - * testsuite/23_containers/list/pthread5.cc: Likewise. - * testsuite/23_containers/map/pthread6.cc: Likewise. - * testsuite/27_io/basic_ofstream/pthread2.cc: Likewise. - * testsuite/27_io/basic_ostringstream/pthread3.cc: Likewise. - * testsuite/30_threads/shared_mutex/*: Likewise. - * testsuite/ext/rope/pthread7-rope.cc: Likewise. - * testsuite/tr1/2_general_utilities/shared_ptr/thread/ - default_weaktoshared.cc: Likewise. - * testsuite/tr1/2_general_utilities/shared_ptr/thread/ - mutex_weaktoshared.cc: Likewise. - * testsuite/20_util/shared_ptr/atomic/3.cc: Likewise. Use - dg-require-effective-target instead of using -std option. - * testsuite/20_util/shared_ptr/thread/default_weaktoshared.cc: - Likewise. - * testsuite/20_util/shared_ptr/thread/mutex_weaktoshared.cc: Likewise. - * testsuite/23_containers/vector/debug/multithreaded_swap.cc: - Likewise. - * testsuite/30_threads/async/*: Likewise. - * testsuite/30_threads/call_once/*: Likewise. - * testsuite/30_threads/condition_variable/*: Likewise. - * testsuite/30_threads/condition_variable_any/*: Likewise. - * testsuite/30_threads/future/*: Likewise. - * testsuite/30_threads/lock/*: Likewise. - * testsuite/30_threads/mutex/*: Likewise. - * testsuite/30_threads/packaged_task/*: Likewise. - * testsuite/30_threads/promise/*: Likewise. - * testsuite/30_threads/recursive_mutex/*: Likewise. - * testsuite/30_threads/recursive_timed_mutex/*: Likewise. - * testsuite/30_threads/shared_future/*: Likewise. - * testsuite/30_threads/shared_lock/*: Likewise. - * testsuite/30_threads/shared_timed_mutex/*: Likewise. - * testsuite/30_threads/this_thread/*: Likewise. - * testsuite/30_threads/thread/*: Likewise. - * testsuite/30_threads/timed_mutex/*: Likewise. - * testsuite/30_threads/try_lock/*: Likewise. - * testsuite/30_threads/unique_lock/*: Likewise. - - * doc/xml/manual/status_cxx2017.xml: Update status of not_fn. - * doc/html/*: Regenerate. - * include/experimental/functional (_Not_fn, not_fn): Match C++17 - semantics. - * include/std/functional (_Not_fn, not_fn): Define for C++17. - * testsuite/20_util/not_fn/1.cc: New. - * testsuite/experimental/functional/not_fn.cc: Test abstract class. - Remove test for volatile-qualified wrapper. - - * include/std/atomic (atomic::is_always_lock_free): Define. - * testsuite/29_atomics/atomic/60695.cc: Adjust dg-error lineno. - * testsuite/29_atomics/atomic/is_always_lock_free.cc: New. - * testsuite/29_atomics/atomic_integral/is_always_lock_free.cc: New. - * doc/xml/manual/status_cxx2017.xml: Update status. - * doc/html/*: Regenerate. - - * include/experimental/tuple (apply): Qualify call to __apply_impl. - * include/std/tuple (apply): Likewise. - * testsuite/experimental/system_error/value.cc: Fix ambiguities in - C++17 mode. - * testsuite/experimental/tuple/tuple_size.cc: Likewise. - * testsuite/experimental/type_traits/value.cc: Likewise. - - * doc/xml/manual/status_cxx2017.xml: Update status of make_from_tuple - and variant. - * doc/html/*: Regenerate. - -2016-08-18 Ville Voutilainen - - Implement the latest proposed resolution of LWG 2756. - * include/std/optional (Optional_base(const _Tp&)) - (Optional_base(_Tp&&), using _Base::_Base): Remove. - (optional(nullopt_t)): New. - (optional(_Up&&)): Invoke base directly with in_place - rather than creating a temporary, add default template - argument, change constraints. - (optional(const optional<_Up>&)): Invoke base directly - with in_place, remove unnecessary constraints. - (optional(optional<_Up>&& __t)): Likewise. - (optional(in_place_t, _Args&&...)): New. - (optional(in_place_t, initializer_list<_Up>, _Args&&...)): Likewise. - (operator=(_Up&&)): Add default template argument, change constraints. - (operator=(const optional<_Up>&)): Put is_same first in the - constraints. - (operator=(optional<_Up>&&)): Likewise. - * testsuite/20_util/optional/assignment/5.cc: Add a test to - verify assignment from something that can't be perfect-forwarded. - * testsuite/20_util/optional/cons/value.cc: Add tests to verify - that a nested optional is disengaged when constructed - from a disengaged element type, and to verify that assignments - from an engaged element type engage the optional. - -2016-08-18 Tim Shen - - Implement - - * include/Makefile.am: Add new file std/variant. - * include/Makefile.in: Generated from Makefile.am. - * include/bits/enable_special_members.h: Add a tag type to allow - the construction in non-default constructor. - * include/bits/uses_allocator.h: Add convenience traits to - detect constructibility. - * include/std/variant: Implement . - * testsuite/20_util/variant/compile.cc: Compile-time tests. - * testsuite/20_util/variant/run.cc: Runtime tests. - -2016-08-18 Jonathan Wakely - - * doc/xml/manual/test.xml (test.run.permutations): Expand section. - (test.new_tests): Rewrite section. - (tests.dg.directives): New section. - * doc/html/*: Regenerate. - - * doc/xml/manual/test.xml: Improve documentation of test targets. - Document new-abi-baseline, check-debug, and check-parallel targets. - - * doc/xml/manual/build_hacking.xml: New section on shared library - versioning. - - * doc/xml/manual/build_hacking.xml: Improve markup. - * doc/xml/manual/test.xml: Likewise. Change section title from "Test" - to "Testing". - * doc/xml/faq.xml: Change link text to "Testing". - - * testsuite/tr1/3_function_objects/function/10.cc: Remove unintended - dg-options directive. - -2016-08-17 Jonathan Wakely - - * testsuite/20_util/reference_wrapper/invoke-2.cc: Fix invalid dg-do - directive and use effective target instead of dg-options. - - * testsuite/20_util/hash/chi2_q_bit_flip_set.cc: Use effective target - instead of -std in dg-options. - * testsuite/20_util/hash/chi2_q_bit_string_set.cc: Likewise. - * testsuite/20_util/hash/chi2_q_numeric_pattern_set.cc: Likewise. - * testsuite/20_util/hash/chi2_q_uniform_random.cc: Likewise. - * testsuite/20_util/hash/quality.cc: Likewise. - * testsuite/25_algorithms/heap/moveable.cc: Likewise. - * testsuite/25_algorithms/heap/moveable2.cc: Likewise. - * testsuite/25_algorithms/nth_element/random_test.cc: Likewise. - * testsuite/25_algorithms/partial_sort/random_test.cc: Likewise. - * testsuite/25_algorithms/partial_sort_copy/random_test.cc: Likewise. - * testsuite/25_algorithms/sort/random_test.cc: Likewise. - - * testsuite/20_util/tuple/67844.cc: Require c++11 effective target. - * testsuite/20_util/tuple/cons/nested_tuple_construct.cc: Likewise. - * testsuite/27_io/rvalue_streams.cc: Likewise. - - * testsuite/26_numerics/complex/literals/types.cc: Add comment. - - * testsuite/21_strings/basic_string_view/operations/rfind/char/2.cc: - Remove duplicate dg-options directive. - - * testsuite/ext/profile/all.cc: Use effective target instead of - -std=gnu++11. Use dg-additional-options instead of repeating options. - - * testsuite/20_util/bind/ref_neg.cc: Use effective target instead of - -std=gnu++11. Add -fno-show-columns to dg-options. Use dg-prune-output - instead of dg-excess-errors. - - * testsuite/26_numerics/headers/cmath/types_std_c++0x_neg.cc: Disable - test for C++17. - * testsuite/experimental/chrono/value.cc: Avoid ambiguities in C++17. - * testsuite/experimental/ratio/value.cc: Likewise. - * testsuite/ext/pb_ds/regression/hash_map_rand.cc: Disable test for - C++17. - * testsuite/ext/pb_ds/regression/hash_set_rand.cc: Likewise. - * testsuite/ext/pb_ds/regression/list_update_map_rand.cc: Likewise. - * testsuite/ext/pb_ds/regression/list_update_set_rand.cc: Likewise. - * testsuite/ext/pb_ds/regression/priority_queue_rand.cc: Likewise. - * testsuite/ext/pb_ds/regression/tree_map_rand.cc: Likewise. - * testsuite/ext/pb_ds/regression/tree_set_rand.cc: Likewise. - * testsuite/ext/pb_ds/regression/trie_map_rand.cc: Likewise. - * testsuite/ext/pb_ds/regression/trie_set_rand.cc: Likewise. - * testsuite/tr1/5_numerical_facilities/special_functions/ - 10_cyl_bessel_k/airy.cc: Adjust namespace of __detail::__airy for - C++17 compatibility. - - * testsuite/24_iterators/headers/iterator/range_access.cc: Adjust - expected signatures for C++14 compatibility. - - PR libstdc++/77264 - * include/bits/basic_string.h (operator=(__sv_type) - (append(__sv_type), assign(__sv_type), insert(size_type, __sv_type)) - (replace(size_type, size_type, __sv_type)) - (replace(const_iterator, const_iterator, __sv_type)) - (find(__sv_type, size_type), rfind(__sv_type, size_type)) - (compare(size_type, size_type, __sv_type)): Reformat. - (_If_sv): Define helper for SFINAE constaints. - (append(const _Tp&, size_type, size_type)) - (assign(const _Tp&, size_type, size_type)) - (insert(size_type, const _Tp&, size_type, size_type)) - (replace(size_type, size_type, const _Tp&, size_type, size_type)): - Use _If_sv. - * testsuite/21_strings/basic_string/modifiers/append/char/4.cc: Test - SFINAE constraints. - * testsuite/21_strings/basic_string/modifiers/append/wchar_t/4.cc: - Likewise. - * testsuite/21_strings/basic_string/modifiers/replace/char/7.cc: - Likewise. - * testsuite/21_strings/basic_string/modifiers/replace/wchar_t/7.cc: - Likewise. - * testsuite/21_strings/basic_string/modifiers/assign/char/4.cc: - Likewise. - * testsuite/21_strings/basic_string/modifiers/assign/wchar_t/4.cc: - Likewise. - * testsuite/21_strings/basic_string/modifiers/insert/char/3.cc: - Likewise. - * testsuite/21_strings/basic_string/modifiers/insert/wchar_t/3.cc: - Likewise. - * testsuite/21_strings/basic_string/modifiers/replace/char/7.cc: - Likewise. - * testsuite/21_strings/basic_string/operations/compare/char/2.cc: - Likewise. - * testsuite/21_strings/basic_string/operations/compare/wchar_t/2.cc: - Likewise. - -2016-08-16 Jonathan Wakely - - PR libstdc++/72847 - * include/bits/stl_bvector.h (_Bvector_base::_M_deallocate): Zero - pointers to start and end of storage. - * testsuite/23_containers/vector/bool/72847.cc: New test. - * include/bits/vector.tcc (vector::_M_reallocate): Only update - _M_finish after deallocating. - (vector::_M_fill_insert): Likewise. - (vector::_M_insert_range): Likewise. - (vector::_M_insert_aux): Likewise. - -2016-08-15 Ville Voutilainen - - Implement LWG 2744 and LWG 2754. - * include/std/any (any(ValueType&&)): Constrain with __is_in_place_type. - (any(in_place_type_t<_ValueType>, _Args&&...)): Use _Decay. - (any(in_place_type_t<_ValueType>, initializer_list<_Up>, _Args&&...)): - Likewise. - (emplace(_Args&&...)): Likewise. - (emplace(initializer_list<_Up>, _Args&&...)): Likewise. - * include/std/utility: (__is_in_place_type_impl): New. - (__is_in_place_type): Likewise. - * testsuite/20_util/any/assign/emplace.cc: Add tests for decaying - emplace. - * testsuite/20_util/any/cons/in_place.cc: Add tests for decaying - in_place constructor. - * testsuite/20_util/any/misc/any_cast_neg.cc: Adjust. - * testsuite/20_util/any/requirements.cc: Add a test for - in_place-constructing a non-default-constructible type. - -2016-08-15 Ville Voutilainen - - Add a feature macro for C++17 make_from_tuple. - * include/std/tuple (__cpp_lib_make_from_tuple): New. - (__make_from_tuple_impl(_Tuple&&, index_sequence<_Idx...>)): - Qualify the call to get<>(). - * testsuite/20_util/tuple/make_from_tuple/1.cc: Adjust. - -2016-08-15 Uros Bizjak - - * src/filesystem/ops.cc: Always include ostream and - ext/stdio_filebuf.h. - (do_copy_file): Check if _GLIBCXX_USE_FCHMODAT is defined. - [_GLIBCXX_USE_SENDFILE]: Fallback to read/write operations in case - sendfile fails with ENOSYS or EINVAL. - -2016-08-15 Thomas Preud'homme - - PR libstdc++/72840 - * testsuite/20_util/ratio/cons/cons_overflow_neg.cc: Fix dg-error - syntax. - -2016-08-11 Ville Voutilainen - - Implement C++17 make_from_tuple. - * include/std/tuple (__make_from_tuple_impl, make_from_tuple): New. - * testsuite/20_util/tuple/make_from_tuple/1.cc: Likewise. - -2016-08-11 Ville Voutilainen - - Implement LWG 2758. - * include/bits/basic_string.h - (append(__sv_type, size_type, size_type)): Turn into a template, - change parameter type, constrain, add a conversion to __sv_type - from the dependent parameter type. - (assign(__sv_type, size_type, size_type)): Likewise. - (insert(size_type, __sv_type, size_type, size_type)): Likewise. - (replace(size_type, size_type, __sv_type, size_type, size_type)): - Likewise. - (compare(size_type, size_type,__sv_type, size_type, size_type)): - Likewise. - * testsuite/21_strings/basic_string/lwg2758.cc: New. - -2016-08-06 Jonathan Wakely - - * doc/xml/manual/status_cxx2017.xml: Update status table. - * doc/html/manual/status.html: Regenerate. - - * testsuite/lib/libstdc++.exp: Fix typo in comment. - - PR libstdc++/72820 - * include/std/functional (_Function_base::_Base_manager::_M_clone): - Qualify new operator. - * testsuite/20_util/function/cons/72820.cc: New test. - - * doc/xml/manual/status_cxx2017.xml: Add missing LFTSv2 features. - * doc/html/manual/status.html: Regenerate. - * include/Makefile.am: Add new header. - * include/Makefile.in: Regenerate. - * include/bits/invoke.h: New header. - (__invoke): Make constexpr. Add && to types in exception specification. - * include/experimental/tuple (apply, __apply_impl): Fix non-reserved - names. Include and use std::__invoke. - * include/std/functional (__invfwd, __invoke_impl, __invoke): Move to - new header. - (invoke): Add && to types in exception specification. - * include/std/tuple (apply, __apply_impl): Define for C++17. - * testsuite/20_util/tuple/apply/1.cc: New test. - * testsuite/20_util/tuple/element_access/get_neg.cc: Adjust dg-error - lineno. - -2016-08-05 Jonathan Wakely - - * doc/xml/manual/status_cxx2017.xml: Correct shared_from_this status. - * doc/html/manual/status.html: Regenerate. - - * include/std/chrono (floor, ceil, round, abs): New for C++17. - * testsuite/20_util/duration_cast/rounding.cc: New test. - * testsuite/20_util/time_point_cast/rounding.cc: New test. - * doc/xml/manual/status_cxx2017.xml: Update status table. - * doc/html/manual/status.html: Regenerate. - * testsuite/20_util/duration/requirements/typedefs_neg1.cc: Adjust - dg-error lineno. - * testsuite/20_util/duration/requirements/typedefs_neg2.cc: Likewise. - * testsuite/20_util/duration/requirements/typedefs_neg3.cc: Likewise. - * testsuite/20_util/duration/literals/range.cc: Likewise. - - * include/std/functional (__callable_functor): Remove. - (_Function_handler::_M_invoke): Use __invoke instead of - __callable_functor or mem_fn. - (function::_Callable): Use lvalue in result_of expression. - (function): Remove TODO comments about allocators. - * testsuite/20_util/function/cons/refqual.cc: New test. - -2016-08-04 Jonathan Wakely - - * doc/xml/manual/status_cxx2017.xml: Update status table. - * include/std/functional (__inv_unwrap): Move to . - (__invoke_impl): Remove exception specifications. - (__invoke, invoke): Add exception specifications using - __is_nothrow_callable. - * include/std/type_traits (__inv_unwrap): Move from . - (__is_callable_impl, __call_is_nt, __call_is_nothrow): New helpers. - (__is_callable, __is_nothrow_callable): New traits. - (is_callable, is_callable_v): New C++17 traits. - (is_nothrow_callable, is_nothrow_callable_v): Likewise. - * testsuite/20_util/is_callable/requirements/ - explicit_instantiation.cc: New test. - * testsuite/20_util/is_callable/requirements/ - explicit_instantiation_ext.cc: New test. - * testsuite/20_util/is_callable/requirements/typedefs.cc: New test. - * testsuite/20_util/is_callable/requirements/typedefs_ext.cc: New - test. - * testsuite/20_util/is_callable/value.cc: New test. - * testsuite/20_util/is_callable/value_ext.cc: New test. - * testsuite/20_util/is_nothrow_callable/requirements/ - explicit_instantiation.cc: New test. - * testsuite/20_util/is_nothrow_callable/requirements/ - explicit_instantiation_ext.cc: New test. - * testsuite/20_util/is_nothrow_callable/requirements/typedefs.cc: - New test. - * testsuite/20_util/is_nothrow_callable/requirements/typedefs_ext.cc: - New test. - * testsuite/20_util/is_nothrow_callable/value.cc: New test. - * testsuite/20_util/is_nothrow_callable/value_ext.cc: New test. - - * doc/xml/manual/status_cxx2017.xml: Update C++17 status table. - * doc/html/manual/status.html: Regenerate. - - * testsuite/20_util/enable_shared_from_this/members/reinit.cc: Use - effective target not dg-options. Move check for feature-test macro to: - * testsuite/20_util/enable_shared_from_this/members/weak_from_this.cc: - New test. - - * include/std/functional (_Unwrap): Rename to __inv_unwrap. - (__invfwd): Adjust. - (__invoke_impl): Remove unused template parameters. - * testsuite/20_util/function_objects/invoke/59768.cc: Remove unused - parameter. - * testsuite/20_util/function_objects/invoke/ref_ext.cc: Copy 59768.cc - and test __invoke extension for C++11. - -2016-08-03 Jonathan Wakely - - * include/bits/shared_ptr_base.h (__cpp_lib_enable_shared_from_this): - Define feature-test macro. - * testsuite/20_util/enable_shared_from_this/members/reinit.cc: Test - for the macro. - - * include/bits/shared_ptr.h (shared_ptr::weak_type): Define. - * include/bits/shared_ptr_base.h (__shared_ptr::weak_type): Define. - * testsuite/20_util/shared_ptr/cons/43820_neg.cc: Adjust dg-error. - * testsuite/20_util/shared_ptr/requirements/weak_type.cc: New test. - * testsuite/20_util/shared_ptr/cons/void_neg.cc: Likewise. - - * include/std/utility (as_const): Define. - * testsuite/20_util/as_const/1.cc: New test. - * testsuite/20_util/as_const/rvalue_neg.cc: New test. - - * include/bits/shared_ptr.h (owner_less): Add default template - argument. - * include/bits/shared_ptr_base.h (_Sp_owner_less): Define - specialization. - (owner_less): Define specialization. - * include/bits/stl_function.h (__cpp_lib_transparent_operators): - Update value. - * testsuite/20_util/owner_less/void.cc: New test. - * testsuite/experimental/feat-cxx14.cc: Update macro value tested. - - * include/bits/allocator.h (__cpp_lib_incomplete_container_elements): - Define feature-test macro. - * include/bits/range_access.h (__cpp_lib_array_constexpr): Likewise. - * include/std/shared_mutex (__cpp_lib_shared_mutex): Uncomment. - * include/std/type_traits (__cpp_lib_logical_traits): Fix value. - (__cpp_lib_type_trait_variable_templates): Define. - - * include/bits/stl_function.h: Remove commented-out macro. - * include/bits/stl_tree.h (__cpp_lib_generic_associative_lookup): - Define feature-test macro. - * testsuite/experimental/feat-cxx14.cc: Add tests for more macros. - - * include/bits/c++config (_GLIBCXX_USE_STD_SPEC_FUNCS): Define for - C++17, or for C++11/C++14 when __STDCPP_WANT_MATH_SPEC_FUNCS__ is - true. - * include/bits/specfun.h [!__STDCPP_WANT_MATH_SPEC_FUNCS__]: Don't - do #error for C++17. - * include/c_global/cmath: Check _GLIBCXX_USE_STD_SPEC_FUNCS instead - of __STDCPP_WANT_MATH_SPEC_FUNCS__. - * include/tr1/bessel_function.tcc: Likewise. - * include/tr1/beta_function.tcc: Likewise. - * include/tr1/cmath: Likewise. - * include/tr1/ell_integral.tcc: Likewise. - * include/tr1/exp_integral.tcc: Likewise. - * include/tr1/gamma.tcc: Likewise. - * include/tr1/hypergeometric.tcc: Likewise. - * include/tr1/legendre_function.tcc: Likewise. - * include/tr1/modified_bessel_func.tcc: Likewise. - * include/tr1/poly_hermite.tcc: Likewise. - * include/tr1/poly_laguerre.tcc: Likewise. - * include/tr1/riemann_zeta.tcc: Likewise. - * include/tr1/special_function_util.h: Likewise. - * testsuite/26_numerics/headers/cmath/functions_std_c++17.cc: New. - - * include/std/type_traits (has_trivial_default_constructor): Remove. - (has_trivial_copy_constructor, has_trivial_copy_assign): Likewise. - * testsuite/20_util/has_trivial_copy_assign/requirements/ - explicit_instantiation.cc: Remove test. - * testsuite/20_util/declval/requirements/1_neg.cc: Adjust dg-error - line number. - * testsuite/20_util/has_trivial_copy_assign/requirements/typedefs.cc: - Likewise. - * testsuite/20_util/has_trivial_copy_assign/value.cc: Likewise. - * testsuite/20_util/has_trivial_copy_constructor/requirements/ - explicit_instantiation.cc: Likewise. - * testsuite/20_util/has_trivial_copy_constructor/requirements/ - typedefs.cc: Likewise. - * testsuite/20_util/has_trivial_copy_constructor/value.cc: Likewise. - * testsuite/20_util/has_trivial_default_constructor/requirements/ - explicit_instantiation.cc: Likewise. - * testsuite/20_util/has_trivial_default_constructor/requirements/ - typedefs.cc: Likewise. - * testsuite/20_util/has_trivial_default_constructor/value.cc: - Likewise. - * testsuite/20_util/headers/type_traits/types_std_c++0x_neg.cc: - Check has_trivial_default_constructor, has_trivial_copy_constructor, - and has_trivial_copy_assign are not defined. - * testsuite/20_util/pair/requirements/dr801.cc: Remove commented out - tests. - * testsuite/20_util/tuple/requirements/dr801.cc: Likewise. - * testsuite/20_util/make_signed/requirements/typedefs_neg.cc: Adjust - dg-error line number. - * testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc: - Likewise. - -2016-08-02 Jonathan Wakely - - * testsuite/21_strings/basic_string/allocator/wchar_t/copy.cc: - Remove reundant check for _GLIBCXX_USE_WCHAR_T and fix char type. - * testsuite/21_strings/basic_string/allocator/wchar_t/copy_assign.cc: - Likewise. - * testsuite/21_strings/basic_string/allocator/wchar_t/minimal.cc: - Likewise. - * testsuite/21_strings/basic_string/allocator/wchar_t/move.cc: - Likewise. - * testsuite/21_strings/basic_string/allocator/wchar_t/move_assign.cc: - Likewise. - * testsuite/21_strings/basic_string/allocator/wchar_t/noexcept.cc: - Likewise. - * testsuite/21_strings/basic_string/allocator/wchar_t/swap.cc: - Likewise. - - * testsuite/lib/libstdc++.exp (check_v3_target_filesystem_ts): Improve - comments. - - * testsuite/19_diagnostics/error_code/operators/bool_neg.cc: Move - dg-error to relevant line. - * testsuite/19_diagnostics/error_condition/operators/bool_neg.cc: - Likewise. - * testsuite/20_util/ratio/cons/cons_overflow_neg.cc: Likewise. - - * scripts/testsuite_flags.in: Add -fno-show-column to cxxflags. - - * testsuite/18_support/bad_exception/23591_thread-1.c: Skip test if - options are present that aren't valid for C. - * testsuite/abi/header_cxxabi.c: Likewise. - - * testsuite/tr1/5_numerical_facilities/special_functions/16_hermite/ - check_value.cc: Do not add special functions to namespace std in TR1 - test. - - * testsuite/ext/special_functions/conf_hyperg/check_nan.cc: Only - run for C++11 and later. - * testsuite/ext/special_functions/conf_hyperg/check_value.cc: - Likewise. - * testsuite/ext/special_functions/conf_hyperg/compile.cc: Likewise. - * testsuite/ext/special_functions/hyperg/check_nan.cc: Likewise. - * testsuite/ext/special_functions/hyperg/check_value.cc: Likewise. - * testsuite/ext/special_functions/hyperg/compile.cc: Likewise. - * testsuite/special_functions/01_assoc_laguerre/check_nan.cc: - Likewise. - * testsuite/special_functions/01_assoc_laguerre/check_value.cc: - Likewise. - * testsuite/special_functions/01_assoc_laguerre/compile.cc: Likewise. - * testsuite/special_functions/01_assoc_laguerre/compile_2.cc: - Likewise. - * testsuite/special_functions/02_assoc_legendre/check_nan.cc: - Likewise. - * testsuite/special_functions/02_assoc_legendre/check_value.cc: - Likewise. - * testsuite/special_functions/02_assoc_legendre/compile.cc: Likewise. - * testsuite/special_functions/02_assoc_legendre/compile_2.cc: - * testsuite/special_functions/03_beta/check_nan.cc: Likewise. - * testsuite/special_functions/03_beta/check_value.cc: Likewise. - * testsuite/special_functions/03_beta/compile.cc: Likewise. - * testsuite/special_functions/03_beta/compile_2.cc: Likewise. - * testsuite/special_functions/04_comp_ellint_1/check_nan.cc: Likewise. - * testsuite/special_functions/04_comp_ellint_1/check_value.cc: - Likewise. - * testsuite/special_functions/04_comp_ellint_1/compile.cc: Likewise. - * testsuite/special_functions/04_comp_ellint_1/compile_2.cc: Likewise. - * testsuite/special_functions/05_comp_ellint_2/check_nan.cc: Likewise. - * testsuite/special_functions/05_comp_ellint_2/check_value.cc: - Likewise. - * testsuite/special_functions/05_comp_ellint_2/compile.cc: Likewise. - * testsuite/special_functions/05_comp_ellint_2/compile_2.cc: Likewise. - * testsuite/special_functions/06_comp_ellint_3/check_nan.cc: Likewise. - * testsuite/special_functions/06_comp_ellint_3/check_value.cc: - Likewise. - * testsuite/special_functions/06_comp_ellint_3/compile.cc: Likewise. - * testsuite/special_functions/06_comp_ellint_3/compile_2.cc: Likewise. - * testsuite/special_functions/07_cyl_bessel_i/check_nan.cc: Likewise. - * testsuite/special_functions/07_cyl_bessel_i/check_value.cc: - Likewise. - * testsuite/special_functions/07_cyl_bessel_i/compile.cc: Likewise. - * testsuite/special_functions/07_cyl_bessel_i/compile_2.cc: Likewise. - * testsuite/special_functions/07_cyl_bessel_i/pr56216.cc: Likewise. - * testsuite/special_functions/08_cyl_bessel_j/check_nan.cc: Likewise. - * testsuite/special_functions/08_cyl_bessel_j/check_value.cc: - Likewise. - * testsuite/special_functions/08_cyl_bessel_j/compile.cc: Likewise. - * testsuite/special_functions/08_cyl_bessel_j/compile_2.cc: Likewise. - * testsuite/special_functions/09_cyl_bessel_k/check_nan.cc: Likewise. - * testsuite/special_functions/09_cyl_bessel_k/check_value.cc: - Likewise. - * testsuite/special_functions/09_cyl_bessel_k/compile.cc: Likewise. - * testsuite/special_functions/09_cyl_bessel_k/compile_2.cc: Likewise. - * testsuite/special_functions/10_cyl_neumann/check_nan.cc: Likewise. - * testsuite/special_functions/10_cyl_neumann/check_value.cc: Likewise. - * testsuite/special_functions/10_cyl_neumann/compile.cc: Likewise. - * testsuite/special_functions/10_cyl_neumann/compile_2.cc: Likewise. - * testsuite/special_functions/11_ellint_1/check_nan.cc: Likewise. - * testsuite/special_functions/11_ellint_1/check_value.cc: Likewise. - * testsuite/special_functions/11_ellint_1/compile.cc: Likewise. - * testsuite/special_functions/11_ellint_1/compile_2.cc: Likewise. - * testsuite/special_functions/12_ellint_2/check_nan.cc: Likewise. - * testsuite/special_functions/12_ellint_2/check_value.cc: Likewise. - * testsuite/special_functions/12_ellint_2/compile.cc: Likewise. - * testsuite/special_functions/12_ellint_2/compile_2.cc: Likewise. - * testsuite/special_functions/13_ellint_3/check_nan.cc: Likewise. - * testsuite/special_functions/13_ellint_3/check_value.cc: Likewise. - * testsuite/special_functions/13_ellint_3/compile.cc: Likewise. - * testsuite/special_functions/13_ellint_3/compile_2.cc: Likewise. - * testsuite/special_functions/14_expint/check_nan.cc: Likewise. - * testsuite/special_functions/14_expint/check_value.cc: Likewise. - * testsuite/special_functions/14_expint/compile.cc: Likewise. - * testsuite/special_functions/14_expint/compile_2.cc: Likewise. - * testsuite/special_functions/15_hermite/check_nan.cc: Likewise. - * testsuite/special_functions/15_hermite/check_value.cc: Likewise. - * testsuite/special_functions/15_hermite/compile.cc: Likewise. - * testsuite/special_functions/15_hermite/compile_2.cc: Likewise. - * testsuite/special_functions/16_laguerre/check_nan.cc: Likewise. - * testsuite/special_functions/16_laguerre/check_value.cc: Likewise. - * testsuite/special_functions/16_laguerre/compile.cc: Likewise. - * testsuite/special_functions/16_laguerre/compile_2.cc: Likewise. - * testsuite/special_functions/17_legendre/check_nan.cc: Likewise. - * testsuite/special_functions/17_legendre/check_value.cc: Likewise. - * testsuite/special_functions/17_legendre/compile.cc: Likewise. - * testsuite/special_functions/17_legendre/compile_2.cc: Likewise. - * testsuite/special_functions/18_riemann_zeta/check_nan.cc: Likewise. - * testsuite/special_functions/18_riemann_zeta/check_value.cc: - Likewise. - * testsuite/special_functions/18_riemann_zeta/compile.cc: Likewise. - * testsuite/special_functions/18_riemann_zeta/compile_2.cc: Likewise. - * testsuite/special_functions/19_sph_bessel/check_nan.cc: Likewise. - * testsuite/special_functions/19_sph_bessel/check_value.cc: Likewise. - * testsuite/special_functions/19_sph_bessel/compile.cc: Likewise. - * testsuite/special_functions/19_sph_bessel/compile_2.cc: Likewise. - * testsuite/special_functions/20_sph_legendre/check_nan.cc: Likewise. - * testsuite/special_functions/20_sph_legendre/check_value.cc: - Likewise. - * testsuite/special_functions/20_sph_legendre/compile.cc: Likewise. - * testsuite/special_functions/20_sph_legendre/compile_2.cc: Likewise. - * testsuite/special_functions/21_sph_neumann/check_nan.cc: Likewise. - * testsuite/special_functions/21_sph_neumann/check_value.cc: Likewise. - * testsuite/special_functions/21_sph_neumann/compile.cc: Likewise. - * testsuite/special_functions/21_sph_neumann/compile_2.cc: Likewise. - - * testsuite/tr1/5_numerical_facilities/special_functions/ - 08_cyl_bessel_i/check_value.cc: Use __attribute__((unused)) instead - of [[gnu::unused]]. - * testsuite/tr1/5_numerical_facilities/special_functions/ - 09_cyl_bessel_j/check_value.cc: Likewise. - * testsuite/tr1/5_numerical_facilities/special_functions/ - 10_cyl_bessel_k/check_value.cc: Likewise. - * testsuite/tr1/5_numerical_facilities/special_functions/ - 11_cyl_neumann/check_value.cc: Likewise. - * testsuite/tr1/5_numerical_facilities/special_functions/ - 21_sph_bessel/check_value.cc: Likewise. - * testsuite/tr1/5_numerical_facilities/special_functions/ - 23_sph_neumann/check_value.cc: Likewise. - -2016-08-02 Rainer Orth - - * config/abi/post/solaris2.10/baseline_symbols.txt: Regenerate. - * config/abi/post/solaris2.10/amd64/baseline_symbols.txt: Likewise. - * config/abi/post/solaris2.10/sparcv9/baseline_symbols.txt: Likewise. - * config/abi/post/solaris2.11/baseline_symbols.txt: Likewise. - * config/abi/post/solaris2.11/amd64/baseline_symbols.txt: Likewise. - * config/abi/post/solaris2.11/sparcv9/baseline_symbols.txt: Likewise. - -2016-08-02 Jonathan Wakely - - * testsuite/29_atomics/atomic_flag/test_and_set/explicit-hle.cc: Skip - test if -flto used. - - * testsuite/lib/libstdc++.exp (v3-build_support): Add -fno-lto to - additional flags for compiling libtestc++.a objects. - -2016-08-01 Jonathan Wakely - - * include/bits/basic_string.h (data() const): Update comment. - (data()): Add non-const overload for C++17. - * testsuite/21_strings/basic_string/operations/data/char/2.cc: New. - * testsuite/21_strings/basic_string/operations/data/wchar_t/2.cc: New. - - * include/bits/basic_string.tcc: Disable explicit instantiation - declarations for C++17. - - * testsuite/23_containers/unordered_map/requirements/53339.cc: Remove - ignored "xfail" from { dg-do compile { xfail selector } } directive. - * testsuite/23_containers/unordered_multimap/requirements/53339.cc: - Likewise. - * testsuite/26_numerics/headers/cmath/ - c99_classification_macros_c++11.cc: Likewise. - * testsuite/26_numerics/headers/cmath/ - c99_classification_macros_c++98.cc: Likewise. - * testsuite/26_numerics/headers/cmath/ - c99_classification_macros_c.cc: Likewise. - - * testsuite/backward/hash_set/check_construct_destroy.cc: Account - for different construct/destroy counts in C++98 mode. - - * testsuite/17_intro/freestanding.cc: Remove "-x c" from dg-options. - - * testsuite/20_util/tuple/cons/66338.cc: Limit test to C++11 and - later. - * testsuite/20_util/tuple/cons/element_accepts_anything_byval.cc: - Likewise. - - * testsuite/25_algorithms/lower_bound/debug/irreflexive.cc: Use - C++98-compatible initialization for array. - - * testsuite/20_util/shared_ptr/assign/auto_ptr_rvalue.cc: Remove - unused header and variable from compile-only test. - * testsuite/20_util/shared_ptr/assign/unique_ptr_rvalue.cc: Likewise. - * testsuite/28_regex/basic_regex/assign/char/cstring.cc: Likewise. - * testsuite/28_regex/basic_regex/ctors/string_wchar_t.cc: Likewise. - * testsuite/experimental/memory/shared_ptr/cons/copy_ctor_neg.cc: - Likewise. - - * testsuite/experimental/string_view/operations/rfind/char/2.cc: - Remove duplicate dg-options directive. - - * testsuite/20_util/specialized_algorithms/uninitialized_copy/ - 808590.cc: Use -std=gnu++98 instead of -std=gnu++03. - - * testsuite/20_util/make_signed/requirements/typedefs-2.cc: Remove - linker options from compile-only tests. - * testsuite/20_util/make_unsigned/requirements/typedefs-2.cc: - Likewise. - - * testsuite/27_io/ios_base/types/fmtflags/case_label.cc: Make test - supported for C++11 and later. - * testsuite/27_io/ios_base/types/iostate/case_label.cc: Likewise. - * testsuite/27_io/ios_base/types/openmode/case_label.cc: Likewise. - -2016-08-01 Uros Bizjak - - * config/abi/post/alpha-linux-gnu/baseline_symbols.txt: Update. - -2016-07-31 Jonathan Wakely - - * testsuite/20_util/conditional/requirements/typedefs.cc: Change to - compile-only test. - - * testsuite/29_atomics/atomic_flag/test_and_set/explicit-hle.cc: - Ensure test is compiled with optimization. - - * testsuite/23_containers/list/requirements/dr438/insert_neg.cc: - Adjust dg-prune-output pattern for error in C++98 mode. - - * testsuite/28_regex/basic_regex/ctors/basic/raw_string.cc: Only - run for C++11 or later. - - * testsuite/28_regex/basic_regex/ctors/basic/raw_string.cc: Fix - test to not rely on GNU extension (escaped normal characters in POSIX - BRE). Enable tests for other strings which are now supported. - - * testsuite/20_util/pair/astuple/get_neg.cc: Use effective-target - c++11 instead of setting -std=gnu++14. - - PR libstdc++/72745 - * include/std/array (get): Use positive message for static assertions. - * include/std/functional (_Safe_tuple_element_t): Fix indentation. - * include/std/tuple (tuple_element>): Add partial - specialization for invalid indices, with static assertion. - * testsuite/20_util/tuple/element_access/get_neg.cc: New test. - - * testsuite/20_util/duration/requirements/typedefs_neg3.cc: Move - dg-error to relevant line. - * testsuite/20_util/headers/type_traits/types_std_c++0x_neg.cc: - Likewise. - * testsuite/23_containers/forward_list/requirements/dr438/ - assign_neg.cc: Likewise. - * testsuite/23_containers/forward_list/requirements/dr438/ - constructor_1_neg.cc: Likewise. - * testsuite/23_containers/forward_list/requirements/dr438/ - constructor_2_neg.cc: Likewise. - * testsuite/23_containers/forward_list/requirements/dr438/ - insert_neg.cc: Likewise. - * testsuite/26_numerics/headers/cmath/types_std_c++0x_neg.cc: - Likewise. - * testsuite/26_numerics/random/linear_congruential_engine/ - requirements/non_uint_neg.cc: Likewise. - * testsuite/29_atomics/headers/atomic/types_std_c++0x_neg.cc: - Likewise. Also test for std::atomic_address. - -2016-07-31 Ville Voutilainen - - Add missing variable traits, fix testsuite failures. - * include/bits/uses_allocator.h (uses_allocator_v): New. - * include/std/functional (is_bind_expression_v, is_placeholder_v): - Likewise. - * testsuite/20_util/bind/is_placeholder_v.cc: Likewise. - * testsuite/20_util/declval/requirements/1_neg.cc: Adjust. - * testsuite/20_util/duration/literals/range.cc: Likewise. - * testsuite/20_util/duration/requirements/typedefs_neg1.cc: Likewise. - * testsuite/20_util/duration/requirements/typedefs_neg2.cc: Likewise. - * testsuite/20_util/duration/requirements/typedefs_neg3.cc: Likewise. - * testsuite/20_util/make_signed/requirements/typedefs_neg.cc: Likewise. - * testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc: - Likewise. - * testsuite/20_util/ratio/operations/ops_overflow_neg.cc: Likewise. - * testsuite/20_util/uses_allocator/requirements/uses_allocator_v.cc: - New. - -2016-07-31 Jonathan Wakely - - * testsuite/18_support/numeric_limits/40856.cc [__STRICT_ANSI__]: Do - not test 128-bit types. - * testsuite/20_util/is_floating_point/value.cc: Likewise. - * testsuite/20_util/is_integral/value.cc: Likewise. - * testsuite/20_util/is_signed/value.cc: Likewise. - * testsuite/20_util/is_unsigned/value.cc: Likewise. - * testsuite/20_util/make_signed/requirements/typedefs-1.cc: Likewise. - * testsuite/20_util/make_signed/requirements/typedefs-2.cc: Likewise. - * testsuite/20_util/make_unsigned/requirements/typedefs-1.cc: - Likewise. - * testsuite/20_util/make_unsigned/requirements/typedefs-2.cc: - Likewise. - - * testsuite/26_numerics/headers/cstdlib/54686.c: Rename to 54686.cc. - -2016-07-29 Ville Voutilainen - - Implement C++17 variable templates for type traits. - * include/std/chrono (treat_as_floating_point_v): New. - * include/std/ratio (ratio_equal_v, ratio_not_equal_v) - (ratio_less_v, ratio_less_equal_v, ratio_greater_v) - (ratio_greater_equal_v): Likewise. - * include/std/system_error (is_error_code_enum_v) - (is_error_condition_enum_v): Likewise. - * include/std/tuple (tuple_size_v): Likewise. - * type_traits (conjunction_v, disjunction_v, negation_v) - (is_void_v, is_null_pointer_v, is_integral_v, is_floating_point_v) - (is_array_v, is_pointer_v, is_lvalue_reference_v) - (is_rvalue_reference_v, is_member_object_pointer_v) - (is_member_function_pointer_v, is_enum_v, is_union_v) - (is_class_v, is_function_v, is_reference_v, is_arithmetic_v) - (is_fundamental_v, is_object_v, is_scalar_v, is_compound_v) - (is_member_pointer_v, is_const_v, is_volatile_v, is_trivial_v) - (is_trivially_copyable_v, is_standard_layout_v) - (is_pod_v, is_literal_type_v, is_empty_v, is_polymorphic_v) - (is_abstract_v, is_final_v, is_signed_v, is_unsigned_v) - (is_constructible_v, is_default_constructible_v) - (is_copy_constructible_v, is_move_constructible_v) - (is_assignable_v, is_copy_assignable_v, is_move_assignable_v) - (is_destructible_v, is_trivially_constructible_v) - (is_trivially_default_constructible_v) - (is_trivially_copy_constructible_v, is_trivially_move_constructible_v) - (is_trivially_assignable_v, is_trivially_copy_assignable_v) - (is_trivially_move_assignable_v, is_trivially_destructible_v) - (is_nothrow_constructible_v, is_nothrow_default_constructible_v) - (is_nothrow_copy_constructible_v, is_nothrow_move_constructible_v) - (is_nothrow_assignable_v, is_nothrow_copy_assignable_v) - (is_nothrow_move_assignable_v, is_nothrow_destructible_v) - (has_virtual_destructor_v, alignment_of_v, rank_v, extent_v) - (is_same_v, is_base_of_v, is_convertible_v): Likewise. - * testsuite/19_diagnostics/error_code/is_error_code_v.cc: Likewise. - * testsuite/20_util/duration/requirements/treat_as_floating_point_v.cc: - Likewise. - * testsuite/20_util/ratio/requirements/ratio_equal_v.cc: Likewise. - * testsuite/20_util/tuple/tuple_size_v.cc: Likewise. - * testsuite/20_util/variable_templates_for_traits.cc: Likewise. - -2016-07-29 Andreas Schwab - - * config/abi/post/aarch64-linux-gnu/baseline_symbols.txt: Update. - * config/abi/post/ia64-linux-gnu/baseline_symbols.txt: Update. - * config/abi/post/m68k-linux-gnu/baseline_symbols.txt: Update. - -2016-07-29 Jonathan Wakely - - * doc/xml/manual/abi.xml: Document 6.0.22 library version. - * doc/html/manual/abi.html: Regenerate. - - * acinclude.m4 (libtool_VERSION): Bump to 6:23:0. - * config/abi/pre/gnu.ver: Add 3.4.23 version for new basic_string - symbols. - * configure: Regenerate. - * testsuite/util/testsuite_abi.cc: Add new symbol version. - - * config/abi/post/i386-linux-gnu/baseline_symbols.txt: Update. - * config/abi/post/i486-linux-gnu/baseline_symbols.txt: Likewise. - * config/abi/post/powerpc-linux-gnu/baseline_symbols.txt: Likewise. - * config/abi/post/powerpc64-linux-gnu/32/baseline_symbols.txt: - Likewise. - * config/abi/post/powerpc64-linux-gnu/baseline_symbols.txt: Likewise. - * config/abi/post/x86_64-linux-gnu/32/baseline_symbols.txt: Likewise. - * config/abi/post/x86_64-linux-gnu/baseline_symbols.txt: Likewise. - -2016-07-28 Jonathan Wakely - - * testsuite/23_containers/deque/requirements/dr438/assign_neg.cc: - Adjust dg-prune-output pattern for error in C++98 mode. - * testsuite/23_containers/deque/requirements/dr438/ - constructor_1_neg.cc: Likewise. - * testsuite/23_containers/deque/requirements/dr438/ - constructor_2_neg.cc: Likewise. - * testsuite/23_containers/deque/requirements/dr438/insert_neg.cc: - Likewise. - * testsuite/23_containers/list/requirements/dr438/assign_neg.cc: - Likewise. - * testsuite/23_containers/list/requirements/dr438/ - constructor_1_neg.cc: Likewise. - * testsuite/23_containers/list/requirements/dr438/insert_neg.cc: - Likewise. - * testsuite/23_containers/vector/requirements/dr438/assign_neg.cc: - Likewise. - * testsuite/23_containers/vector/requirements/dr438/ - constructor_1_neg.cc: Likewise. - * testsuite/23_containers/vector/requirements/dr438/ - constructor_2_neg.cc: Likewise. - * testsuite/23_containers/vector/requirements/dr438/insert_neg.cc: - Likewise. - - * testsuite/23_containers/vector/check_construct_destroy.cc: Account - for different construct/destroy counts in C++98 mode. - - * testsuite/17_intro/headers/c++2011/stdc++.cc: Change target-specific - dg-options to dg-additional-options so that default options are used. - * testsuite/17_intro/headers/c++2011/stdc++_multiple_inclusion.cc: - Likewise. - * testsuite/17_intro/headers/c++2014/stdc++.cc: Likewise. - * testsuite/17_intro/headers/c++2014/stdc++_multiple_inclusion.cc: - Likewise. - * testsuite/29_atomics/atomic_flag/test_and_set/explicit-hle.cc: - Use dg-additional-options instead of repeating the common options. - - * testsuite/22_locale/conversions/string/1.cc: Remove unintended - dg-do compile directive. - * testsuite/26_numerics/headers/cmath/fabs_inline.cc: Fix syntax of - dg-do directive. - * testsuite/26_numerics/valarray/const_bracket.cc: Likewise. - -2016-07-28 Ville Voutilainen - - Implement std::string_view and P0254r2, - Integrating std::string_view and std::string. - * include/Makefile.am: Add string_view and string_view.tcc - to the exported headers. - * include/Makefile.in: Likewise. - * include/bits/basic_string.h: Include in C++17 mode. - (__sv_type): New. - (basic_string(__sv_type, const _Alloc&)): Likewise. - (operator=(__sv_type)): Likewise. - (operator __sv_type()): Likewise. - (operator+=(__sv_type)): Likewise. - (append(__sv_type __sv)): Likewise. - (append(__sv_type, size_type, size_type)): Likewise. - (assign(__sv_type)): Likewise. - (assign(__sv_type, size_type, size_type)): Likewise. - (insert(size_type, __sv_type)): Likewise. - (insert(size_type, __sv_type, size_type, size_type)): Likewise. - (replace(size_type, size_type, __sv_type)): Likewise. - (replace(size_type, size_type, __sv_type, size_type, size_type)): - Likewise. - (replace(const_iterator, const_iterator, __sv_type)): Likewise. - (find(__sv_type, size_type)): Likewise. - (rfind(__sv_type, size_type)): Likewise. - (find_first_of(__sv_type, size_type)): Likewise. - (find_last_of(__sv_type, size_type)): Likewise. - (find_first_not_of(__sv_type, size_type)): Likewise. - (find_last_not_of(__sv_type, size_type)): Likewise. - (compare(__sv_type)): Likewise. - (compare(size_type, size_type, __sv_type)): Likewise. - (compare(size_type, size_type, __sv_type, size_type, size_type)): - Likewise. - * include/bits/string_view.tcc: New. - * include/std/string_view: Likewise. - * testsuite/21_strings/basic_string/cons/char/7.cc: Likewise. - * testsuite/21_strings/basic_string/cons/wchar_t/7.cc: Likewise. - * testsuite/21_strings/basic_string/modifiers/append/char/4.cc: - Likewise. - * testsuite/21_strings/basic_string/modifiers/append/wchar_t/4.cc: - Likewise. - * testsuite/21_strings/basic_string/modifiers/assign/char/4.cc: - Likewise. - * testsuite/21_strings/basic_string/modifiers/assign/wchar_t/4.cc: - Likewise. - * testsuite/21_strings/basic_string/modifiers/insert/char/3.cc: - Likewise. - * testsuite/21_strings/basic_string/modifiers/insert/wchar_t/3.cc: - Likewise. - * testsuite/21_strings/basic_string/modifiers/replace/char/7.cc: - Likewise. - * testsuite/21_strings/basic_string/modifiers/replace/wchar_t/7.cc: - Likewise. - * testsuite/21_strings/basic_string/operations/compare/char/2.cc: - Likewise. - * testsuite/21_strings/basic_string/operations/compare/wchar_t/2.cc: - Likewise. - * testsuite/21_strings/basic_string/operations/find/char/5.cc: - Likewise. - * testsuite/21_strings/basic_string/operations/find/wchar_t/5.cc: - Likewise. - * testsuite/21_strings/basic_string/operators/char/5.cc: Likewise. - * testsuite/21_strings/basic_string/operators/wchar_t/5.cc: Likewise. - * testsuite/21_strings/basic_string_view/capacity/1.cc: Likewise. - * testsuite/21_strings/basic_string_view/cons/char/1.cc: Likewise. - * testsuite/21_strings/basic_string_view/cons/char/2.cc: Likewise. - * testsuite/21_strings/basic_string_view/cons/char/3.cc: Likewise. - * testsuite/21_strings/basic_string_view/cons/wchar_t/1.cc: Likewise. - * testsuite/21_strings/basic_string_view/cons/wchar_t/2.cc: Likewise. - * testsuite/21_strings/basic_string_view/cons/wchar_t/3.cc: Likewise. - * testsuite/21_strings/basic_string_view/element_access/char/1.cc: - Likewise. - * testsuite/21_strings/basic_string_view/element_access/char/2.cc: - Likewise. - * testsuite/21_strings/basic_string_view/element_access/char/empty.cc: - Likewise. - * testsuite/21_strings/basic_string_view/element_access/char/front_back.cc: - Likewise. - * testsuite/21_strings/basic_string_view/element_access/wchar_t/1.cc: - Likewise. - * testsuite/21_strings/basic_string_view/element_access/wchar_t/2.cc: - Likewise. - * testsuite/21_strings/basic_string_view/element_access/wchar_t/empty.cc: - Likewise. - * testsuite/21_strings/basic_string_view/element_access/wchar_t/front_back.cc: - Likewise. - * testsuite/21_strings/basic_string_view/include.cc: Likewise. - * testsuite/21_strings/basic_string_view/inserters/char/1.cc: Likewise. - * testsuite/21_strings/basic_string_view/inserters/char/2.cc: Likewise. - * testsuite/21_strings/basic_string_view/inserters/char/3.cc: Likewise. - * testsuite/21_strings/basic_string_view/inserters/pod/10081-out.cc: - Likewise. - * testsuite/21_strings/basic_string_view/inserters/wchar_t/1.cc: - Likewise. - * testsuite/21_strings/basic_string_view/inserters/wchar_t/2.cc: - Likewise. - * testsuite/21_strings/basic_string_view/inserters/wchar_t/3.cc: - Likewise. - * testsuite/21_strings/basic_string_view/modifiers/remove_prefix/char/1.cc: - Likewise. - * testsuite/21_strings/basic_string_view/modifiers/remove_prefix/wchar_t/1.cc: - Likewise. - * testsuite/21_strings/basic_string_view/modifiers/remove_suffix/char/1.cc: - Likewise. - * testsuite/21_strings/basic_string_view/modifiers/remove_suffix/wchar_t/1.cc: - Likewise. - * testsuite/21_strings/basic_string_view/operations/compare/char/1.cc: - Likewise. - * testsuite/21_strings/basic_string_view/operations/compare/char/13650.cc: - Likewise. - * testsuite/21_strings/basic_string_view/operations/compare/wchar_t/1.cc: - Likewise. - * testsuite/21_strings/basic_string_view/operations/compare/wchar_t/13650.cc: - Likewise. - * testsuite/21_strings/basic_string_view/operations/copy/char/1.cc: - Likewise. - * testsuite/21_strings/basic_string_view/operations/copy/wchar_t/1.cc: - Likewise. - * testsuite/21_strings/basic_string_view/operations/data/char/1.cc: - Likewise. - * testsuite/21_strings/basic_string_view/operations/data/wchar_t/1.cc: - Likewise. - * testsuite/21_strings/basic_string_view/operations/find/char/1.cc: - Likewise. - * testsuite/21_strings/basic_string_view/operations/find/char/2.cc: - Likewise. - * testsuite/21_strings/basic_string_view/operations/find/char/3.cc: - Likewise. - * testsuite/21_strings/basic_string_view/operations/find/char/4.cc: - Likewise. - * testsuite/21_strings/basic_string_view/operations/find/wchar_t/1.cc: - Likewise. - * testsuite/21_strings/basic_string_view/operations/find/wchar_t/2.cc: - Likewise. - * testsuite/21_strings/basic_string_view/operations/find/wchar_t/3.cc: - Likewise. - * testsuite/21_strings/basic_string_view/operations/find/wchar_t/4.cc: - Likewise. - * testsuite/21_strings/basic_string_view/operations/rfind/char/1.cc: - Likewise. - * testsuite/21_strings/basic_string_view/operations/rfind/char/2.cc: - Likewise. - * testsuite/21_strings/basic_string_view/operations/rfind/char/3.cc: - Likewise. - * testsuite/21_strings/basic_string_view/operations/rfind/wchar_t/1.cc: - Likewise. - * testsuite/21_strings/basic_string_view/operations/rfind/wchar_t/2.cc: - Likewise. - * testsuite/21_strings/basic_string_view/operations/rfind/wchar_t/3.cc: - Likewise. - * testsuite/21_strings/basic_string_view/operations/string_conversion/1.cc: - Likewise. - * testsuite/21_strings/basic_string_view/operations/substr/char/1.cc: - Likewise. - * testsuite/21_strings/basic_string_view/operations/substr/wchar_t/1.cc: - Likewise. - * testsuite/21_strings/basic_string_view/operators/char/2.cc: Likewise. - * testsuite/21_strings/basic_string_view/operators/wchar_t/2.cc: - Likewise. - * testsuite/21_strings/basic_string_view/range_access/char/1.cc: - Likewise. - * testsuite/21_strings/basic_string_view/range_access/wchar_t/1.cc: - Likewise. - * testsuite/21_strings/basic_string_view/requirements/explicit_instantiation/1.cc: - Likewise. - * testsuite/21_strings/basic_string_view/requirements/explicit_instantiation/char/1.cc: - Likewise. - * testsuite/21_strings/basic_string_view/requirements/explicit_instantiation/char16_t/1.cc: - Likewise. - * testsuite/21_strings/basic_string_view/requirements/explicit_instantiation/char32_t/1.cc: - Likewise. - * testsuite/21_strings/basic_string_view/requirements/explicit_instantiation/wchar_t/1.cc: - Likewise. - * testsuite/21_strings/basic_string_view/requirements/typedefs.cc: - Likewise. - * testsuite/21_strings/basic_string_view/typedefs.cc: Likewise. - * testsuite/21_strings/basic_string_view/types/1.cc: Likewise. - -2016-07-27 Jonathan Wakely - - * testsuite/20_util/forward/1_neg.cc: Move dg-error to right line. - -2016-07-25 Georeth Chow - - * include/ext/ropeimpl.h (rope<>::_S_dump(_RopeRep*, int)): Qualify - _S_concat enumerator. - * testsuite/ext/rope/6.cc: New test. - -2016-07-25 Jonathan Wakely - - * testsuite/20_util/shared_ptr/thread/default_weaktoshared.cc: Use - std::mt19937, std::thread and std::atomic to simplify test. - * testsuite/20_util/shared_ptr/thread/mutex_weaktoshared.cc: Likewise. - -2016-07-22 Jonathan Wakely - - PR libstdc++/71964 - * include/bits/basic_string.h [_GLIBCXX_USE_CXX11_ABI] - (basic_string::_Alloc_hider(pointer, _Alloc&&)): Add constructor. - * include/bits/stl_tree.h (_Rb_tree(_Rb_tree&&)): Move allocator. - * testsuite/21_strings/basic_string/allocator/71964.cc: New test. - * testsuite/23_containers/set/allocator/71964.cc: New test. - - * testsuite/lib/libstdc++.exp (check_v3_target_namedlocale): Use - delete[] instead of delete. - -2016-07-21 Jonathan Wakely - - * include/experimental/propagate_const (propagate_const::__t): Rename - to _M_t and remove comment. Qualify std::move and std::forward. - * testsuite/experimental/propagate_const/cons/default.cc: Fix test. - - * testsuite/23_containers/vector/zero_sized_allocations.cc: - Define sized deallocation function. - * testsuite/util/testsuite_new_operators.h: - (operator delete(void*, const std::nothrow_t&)): Define nothrow - deallocation function. - - * testsuite/21_strings/basic_string/modifiers/append/char/1.cc: Fix - reads past the end of strings. - * testsuite/21_strings/basic_string/operations/compare/char/1.cc: - Likewise. - * testsuite/21_strings/char_traits/requirements/short/1.cc: Fix - invalid array accesses. - * testsuite/experimental/string_view/operations/compare/char/1.cc: - Fix read past the end of string. - * testsuite/util/testsuite_character.cc: Fix out-of-bounds write. - - * testsuite/24_iterators/container_access.cc: Fix missing returns. - * testsuite/24_iterators/range_access_cpp14.cc: Likewise. - - * testsuite/18_support/new_delete_placement.cc: Don't allocate (and - leak) memory for arguments to placement delete. - * testsuite/20_util/addressof/1.cc: Don't leak memory. - * testsuite/22_locale/locale/global_locale_objects/3.cc: Likewise. - * testsuite/23_containers/unordered_multimap/insert/55028-debug.cc: - Likewise. - -2016-07-20 Jonathan Wakely - - * doc/xml/manual/intro.xml: Document DR 2684 status. - * doc/html/*: Regenerate. - - * include/std/atomic (atomic_int8_t, atomic_uint8_t, atomic_int16_t) - (atomic_uint16_t, atomic_int32_t, atomic_uint32_t, atomic_int64_t) - (atomic_uint64_t): Define (LWG 2441). - * testsuite/29_atomics/headers/atomic/std_c++0x_neg.cc: Remove empty - lines. - * testsuite/29_atomics/headers/atomic/types_std_c++0x.cc: Test for - the new types. - * doc/xml/manual/intro.xml: Document DR 2441 status. - - * include/std/istream (operator>>(basic_istream&&, _Tp&)): Adjust - to use perfect forwarding (LWG 2328). - * testsuite/27_io/rvalue_streams.cc: Test perfect forwarding. - * doc/xml/manual/intro.xml: Document DR 2328 status. - - * libsupc++/pbase_type_info.cc (__pbase_type_info::__do_catch): Use - static objects for catching nullptr as pointer to member types. - -2016-07-18 Ville Voutilainen - - Clean up optional's comments. - * include/std/optional: Remove incorrect section headers - from comments when redundant, replace bare section - headers with more descriptive comments. - -2016-07-15 Jonathan Wakely - - * include/bits/algorithmfwd.h: Change C++0x to C++11 in comments. - * include/bits/move.h: Likewise. - * include/bits/postypes.h: Likewise. - * include/debug/bitset: Likewise. - * include/ext/pb_ds/detail/type_utils.hpp: Likewise. - * include/ext/string_conversions.h: Change C++0x to __cxx11 in - comment. - * testsuite/27_io/fpos/14320-1.cc: Change C++0x to C++11 in comment. - * testsuite/util/thread/all.h: Likewise. - - * include/bits/stl_algo.h (for_each): Remove redundant _GLIBCXX_MOVE - and adjust comment. - - PR c++/58796 - * libsupc++/pbase_type_info.cc (__pbase_type_info::__do_catch): Make - nullptr match handlers of pointer type. - -2016-07-15 Edward Smith-Rowland <3dw4rd@verizon.net> - - Implement C++17 P0025 clamp. - * include/bits/algorithmfwd.h: Declare clamp overloads. - * include/bits/stl_algo.h: Implement clamp. Feature __cpp_lib_clamp. - * testsuite/25_algorithms/clamp/1.cc: New test. - * testsuite/25_algorithms/clamp/2.cc: New test. - * testsuite/25_algorithms/clamp/constexpr.cc: New test. - * testsuite/25_algorithms/clamp/requirements/explicit_instantiation/ - 1.cc: New test. - * testsuite/25_algorithms/clamp/requirements/explicit_instantiation/ - pod.cc: New test. - -2016-07-14 Ville Voutilainen - - Fix the constraints for any's assignment operator template to properly - reject assignment from a non-copyable lvalue. - * include/std/any (operator=(_ValueType&&)): Constrain the decayed - type for is_copy_constructible, - * testsuite/20_util/any/requirements.cc: Add a test for - non-copyable lvalues. - -2016-07-14 Jonathan Wakely - - * include/experimental/functional: Include in - Parallel Mode. - - * testsuite/experimental/functional/searchers.cc: Include - for std::search. - - PR libstdc++/70716 - * include/bits/forward_list.h (forward_list): Update doxygen comments - to reflect allocator propagation semantics. Remove ambiguous - statements about data being lost. - * include/bits/stl_deque.h (deque): Likewise. - * include/bits/stl_list.h (list): Likewise. - * include/bits/stl_map.h (map): Likewise. - * include/bits/stl_multimap.h (multimap): Likewise. - * include/bits/stl_multiset.h (multiset): Likewise. - * include/bits/stl_set.h (set): Likewise. - * include/bits/stl_vector.h (vector): Likewise. - * include/bits/unordered_map.h (unordered_map, unordered_multimap): - Likewise. - * include/bits/unordered_set.h (unordered_set, unordered_multiset): - Likewise. - -2016-07-14 Ville Voutilainen - - Implement P0032R3, Homogeneous interface for variant, any and optional, - for the parts concerning any and optional. - * include/std/any (_Storage()): Make constexpr and have it - initialize _M_ptr. - (any()): Make constexpr. - (any(const any&)): Adjust. - (any(any&&)): Likewise. - (__any_constructible_t): New. - (any(_ValueType&&)): Constrain. - (any(in_place_type_t<_Tp>, _Args&&...)): New. - (any(in_place_type_t<_Tp>, initializer_list<_Up>, _Args&&...)): - Likewise. - (~any()): Adjust. - (operator=(const any&)): Likewise. - (operator=(any&&)): Likewise. - (operator=(_ValueType&&)): Constrain. - (emplace(_Args&&...)): New. - (emplace(initializer_list<_Up>, _Args&&...)): Likewise. - (clear()): Remove. - (reset()): New. - (swap(any&)): Adjust. - (empty()): Remove. - (has_value()): New. - (type()): Adjust. - (_Manager_internal::_S_create(_Storage&, _Args&&...)): New. - (_Manager_external::_S_create(_Storage&, _Args&&...)): Likewise. - (make_any(_Args&&...)): Likewise. - (make_any(initializer_list<_Up>, _Args&&...)): Likewise. - * include/std/optional (in_place_t, in_place): Remove. - (bad_optional_access): Add a comment referring to LEWG 72. - (emplace(_Args&&...)): Constrain. - (has_value()): New. - (reset()): Likewise. - (make_optional(_Args&&...)): Likewise. - (make_optional(initializer_list<_Up>, _Args&&...)): Likewise. - * include/std/utility (in_place_tag): New. - (__in_place, __in_place_type, __in_place_index): Likewise. - (in_place_t, in_place_type_t, in_place_index_t): Likewise. - (in_place(__in_place*)): Likewise. - (in_place(__in_place_type<_Tp>*)): Likewise. - (in_place(__in_place_index<_Idx>*)): Likewise. - * testsuite/20_util/any/assign/1.cc: Adjust. - * testsuite/20_util/any/assign/emplace.cc: New. - * testsuite/20_util/any/assign/self.cc: Adjust. - * testsuite/20_util/any/cons/1.cc: Likewise. - * testsuite/20_util/any/cons/in_place.cc: New. - * testsuite/20_util/any/make_any.cc: Likewise. - * testsuite/20_util/any/misc/any_cast_neg.cc: Adjust. - * testsuite/20_util/any/misc/swap.cc: Likewise. - * testsuite/20_util/any/modifiers/1.cc: Likewise. - * testsuite/20_util/any/requirements.cc: New. - * testsuite/20_util/in_place/requirements.cc: Likewise. - * testsuite/20_util/optional/constexpr/in_place.cc: Adjust. - * testsuite/20_util/optional/in_place.cc: Likewise. - * testsuite/20_util/optional/make_optional.cc: Add tests for - the new overloads of make_optional. - -2016-07-13 Ville Voutilainen - - Implement P0307R2, Making Optional Greater Equal Again. - * include/experimental/optional (_Has_addressof): Fix the comment. - * include/std/optional (_Has_addressof): Likewise. - (operator=(_Up&&)): Constrain. - (operator=(const optional<_Up>&)): Likewise. - (operator=(optional<_Up>&&)): Likewise. - (__optional_relop_t): New. - (operator==(const optional<_Tp>&, const optional<_Tp>&)): Constrain. - (operator!=(const optional<_Tp>&, const optional<_Tp>&)): - Constrain and make transparent. - (operator<(const optional<_Tp>&, const optional<_Tp>&)): Constrain. - (operator>(const optional<_Tp>&, const optional<_Tp>&)): - Constrain and make transparent. - (operator<=(const optional<_Tp>&, const optional<_Tp>&)): Likewise. - (operator>=(const optional<_Tp>&, const optional<_Tp>&)): Likewise. - (operator==(const optional<_Tp>&, const _Tp&): Constrain. - (operator==(const _Tp&, const optional<_Tp>&)): Likewise. - (operator!=(const optional<_Tp>&, _Tp const&)): - Constrain and make transparent. - (operator!=(const _Tp&, const optional<_Tp>&)): Likewise. - (operator<(const optional<_Tp>&, const _Tp&)): Constrain. - (operator<(const _Tp&, const optional<_Tp>&)): Likewise. - (operator>(const optional<_Tp>&, const _Tp&)): - Constrain and make transparent. - (operator>(const _Tp&, const optional<_Tp>&)): Likewise. - (operator<=(const optional<_Tp>&, const _Tp&)): Likewise. - (operator<=(const _Tp&, const optional<_Tp>&)): Likewise. - (operator>=(const optional<_Tp>&, const _Tp&)): Likewise. - (operator>=(const _Tp&, const optional<_Tp>&)): Likewise. - * testsuite/20_util/optional/constexpr/relops/2.cc: Adjust. - * testsuite/20_util/optional/constexpr/relops/4.cc: Likewise. - * testsuite/20_util/optional/relops/1.cc: Likewise. - * testsuite/20_util/optional/relops/2.cc: Likewise. - * testsuite/20_util/optional/relops/3.cc: Likewise. - * testsuite/20_util/optional/relops/4.cc: Likewise. - * testsuite/20_util/optional/requirements.cc: Add tests to verify - that optional's relops are transparent and don't synthesize - operators. Also test that assignment sfinaes. - -2016-07-13 Jonathan Wakely - - PR libstdc++/71856 - * include/bits/c++config (_GLIBCXX_ASSERTIONS): Define to 1 not empty. - * include/parallel/compiletime_settings.h (_GLIBCXX_ASSERTIONS): - Rename to _GLIBCXX_PARALLEL_ASSERTIONS and make default value depend - on _GLIBCXX_ASSERTIONS. - * include/parallel/balanced_quicksort.h: Rename _GLIBCXX_ASSERTIONS. - Include for sleep. - * include/parallel/losertree.h: Rename _GLIBCXX_ASSERTIONS. - * include/parallel/merge.h: Likewise. - * include/parallel/multiway_merge.h: Likewise. - * include/parallel/partition.h: Likewise. - * include/parallel/queue.h: Likewise. - * include/parallel/sort.h: Likewise. - * testsuite/25_algorithms/headers/algorithm/ - parallel_algorithm_assert.cc: New. - - * include/bits/basic_string.h [_GLIBCXX_USE_CXX11_ABI] - (replace(__const_iterator, __const_iterator, initializer_list)): - Forward to different overload. - - * include/bits/allocated_ptr.h (__allocated_ptr::_S_raw_ptr): Make - static. - -2016-07-13 Jonathan Wakely - - Revert "Add non-const overload of std::string::data()". - -2016-07-13 Ville Voutilainen - - Implement P0307R2, Making Optional Greater Equal Again. - * include/experimental/optional (_Has_addressof): Fix the comment. - * include/std/optional (_Has_addressof): Likewise. - (operator=(_Up&&)): Constrain. - (operator=(const optional<_Up>&)): Likewise. - (operator=(optional<_Up>&&)): Likewise. - (__optional_relop_t): New. - (operator==(const optional<_Tp>&, const optional<_Tp>&)): Constrain. - (operator!=(const optional<_Tp>&, const optional<_Tp>&)): - Constrain and make transparent. - (operator<(const optional<_Tp>&, const optional<_Tp>&)): Constrain. - (operator>(const optional<_Tp>&, const optional<_Tp>&)): - Constrain and make transparent. - (operator<=(const optional<_Tp>&, const optional<_Tp>&)): Likewise. - (operator>=(const optional<_Tp>&, const optional<_Tp>&)): Likewise. - (operator==(const optional<_Tp>&, const _Tp&): Constrain. - (operator==(const _Tp&, const optional<_Tp>&)): Likewise. - (operator!=(const optional<_Tp>&, _Tp const&)): - Constrain and make transparent. - (operator!=(const _Tp&, const optional<_Tp>&)): Likewise. - (operator<(const optional<_Tp>&, const _Tp&)): Constrain. - (operator<(const _Tp&, const optional<_Tp>&)): Likewise. - (operator>(const optional<_Tp>&, const _Tp&)): - Constrain and make transparent. - (operator>(const _Tp&, const optional<_Tp>&)): Likewise. - (operator<=(const optional<_Tp>&, const _Tp&)): Likewise. - (operator<=(const _Tp&, const optional<_Tp>&)): Likewise. - (operator>=(const optional<_Tp>&, const _Tp&)): Likewise. - (operator>=(const _Tp&, const optional<_Tp>&)): Likewise. - * testsuite/20_util/optional/constexpr/relops/2.cc: Adjust. - * testsuite/20_util/optional/constexpr/relops/4.cc: Likewise. - * testsuite/20_util/optional/relops/1.cc: Likewise. - * testsuite/20_util/optional/relops/2.cc: Likewise. - * testsuite/20_util/optional/relops/3.cc: Likewise. - * testsuite/20_util/optional/relops/4.cc: Likewise. - * testsuite/20_util/optional/requirements.cc: Add tests to verify - that optional's relops are transparent and don't synthesize - operators. Also test that assignment sfinaes. - -2016-07-13 Jonathan Wakely - - * include/bits/basic_string.h [_GLIBCXX_USE_CXX11_ABI] (_M_c_str): - New function. - (_M_disjunct, basic_string(const basic_string&, size_t)): Use data() - instead of _M_data(). - (basic_string(const basic_string&, size_t, size_t, const _Alloc&)): - Likewise. - (append(const basic_string&)): Likewise. - (append(const basic_string&, size_type, size_type)): Likewise. - (assign(const basic_string&, size_type, size_type)): Likewise. - (insert(size_type, const basic_string&)): Likewise. - (insert(size_type, const basic_string&, size_type, size_type)): - Likewise. - (replace(size_type, size_type, const basic_string&, size_type, - size_type)): Likewise. - (replace(__const_iterator, __const_iterator, const basic_string&)): - Likewise. - (c_str(), data()): Use c_str() instead of _M_data(). - (data()): Add non-const overload as per LWG 2391 and P0272R1. - (compare(const basic_string&)): Use data() instead of _M_data(). - [!_GLIBCXX_USE_CXX11_ABI] (data()): Add non-const overload. - * include/bits/basic_string.tcc [_GLIBCXX_USE_CXX11_ABI] (_M_mutate): - Pass raw pointers to _S_copy. - (_M_erase, _M_replace_aux): Pass raw pointers to _S_move and - _S_assign. - (find(const _CharT*, size_type, size_type)): Use data instead of - _M_data(). - * testsuite/21_strings/basic_string/allocator/char/ext_ptr.cc: New. - * testsuite/21_strings/basic_string/operations/data/char/2.cc: New. - * testsuite/21_strings/basic_string/operations/data/wchar_t/2.cc: New. - -2016-07-12 Jonathan Wakely - - * libsupc++/new: Remove nothrow sized deletes (LWG 2458). - * doc/xml/manual/intro.xml: Document DR 2458 status. - * doc/html*: Regenerate. - - * testsuite/20_util/pair/astuple/astuple.cc: Only include . - * testsuite/23_containers/array/tuple_interface/tuple_element.cc: - Only include . - * testsuite/23_containers/array/tuple_interface/tuple_size.cc: - Likewise. - * doc/xml/manual/intro.xml: Document LWG 2212 support. - * doc/html*: Regenerate. - - * testsuite/23_containers/vector/modifiers/emplace/self_emplace.cc: - Add testcase from LWG 2164. - -2016-07-11 François Dumont - - * include/bits/stl_vector.h (push_back(const value_type&)): Forward - to _M_realloc_insert. - (insert(const_iterator, value_type&&)): Forward to _M_insert_rval. - (_M_realloc_insert): Declare new function. - (_M_emplace_back_aux): Remove definition. - * include/bits/vector.tcc (emplace_back(_Args...)): - Use _M_realloc_insert. - (insert(const_iterator, const value_type&)): Likewise. - (_M_insert_rval, _M_emplace_aux): Likewise. - (_M_emplace_back_aux): Remove declaration. - (_M_realloc_insert): Define. - * testsuite/23_containers/vector/modifiers/insert_vs_emplace.cc: - Adjust expected results for emplacing an lvalue with reallocation. - -2016-07-10 Ville Voutilainen - - Implement std::optional. - * include/Makefile.am: Add optional to exported headers. - * include/Makefile.in: Likewise. - * include/std/optional: New. - * testsuite/20_util/optional/typedefs.cc: Likewise. - * testsuite/20_util/optional/relops/2.cc: Likewise. - * testsuite/20_util/optional/relops/3.cc: Likewise. - * testsuite/20_util/optional/relops/4.cc: Likewise. - * testsuite/20_util/optional/relops/5.cc: Likewise. - * testsuite/20_util/optional/relops/1.cc: Likewise. - * testsuite/20_util/optional/relops/6.cc: Likewise. - * testsuite/20_util/optional/nullopt.cc: Likewise. - * testsuite/20_util/optional/in_place.cc: Likewise. - * testsuite/20_util/optional/make_optional.cc: Likewise. - * testsuite/20_util/optional/assignment/2.cc: Likewise. - * testsuite/20_util/optional/assignment/3.cc: Likewise. - * testsuite/20_util/optional/assignment/4.cc: Likewise. - * testsuite/20_util/optional/assignment/5.cc: Likewise. - * testsuite/20_util/optional/assignment/1.cc: Likewise. - * testsuite/20_util/optional/assignment/6.cc: Likewise. - * testsuite/20_util/optional/cons/value_neg.cc: Likewise. - * testsuite/20_util/optional/cons/default.cc: Likewise. - * testsuite/20_util/optional/cons/move.cc: Likewise. - * testsuite/20_util/optional/cons/value.cc: Likewise. - * testsuite/20_util/optional/cons/copy.cc: Likewise. - * testsuite/20_util/optional/requirements.cc: Likewise. - * testsuite/20_util/optional/observers/2.cc: Likewise. - * testsuite/20_util/optional/observers/3.cc: Likewise. - * testsuite/20_util/optional/observers/4.cc: Likewise. - * testsuite/20_util/optional/observers/5.cc: Likewise. - * testsuite/20_util/optional/observers/1.cc: Likewise. - * testsuite/20_util/optional/constexpr/relops/2.cc: Likewise. - * testsuite/20_util/optional/constexpr/relops/3.cc: Likewise. - * testsuite/20_util/optional/constexpr/relops/4.cc: Likewise. - * testsuite/20_util/optional/constexpr/relops/5.cc: Likewise. - * testsuite/20_util/optional/constexpr/relops/1.cc: Likewise. - * testsuite/20_util/optional/constexpr/relops/6.cc: Likewise. - * testsuite/20_util/optional/constexpr/nullopt.cc: Likewise. - * testsuite/20_util/optional/constexpr/in_place.cc: Likewise. - * testsuite/20_util/optional/constexpr/make_optional.cc: Likewise. - * testsuite/20_util/optional/constexpr/cons/default.cc: Likewise. - * testsuite/20_util/optional/constexpr/cons/value.cc: Likewise. - * testsuite/20_util/optional/constexpr/observers/2.cc: Likewise. - * testsuite/20_util/optional/constexpr/observers/3.cc: Likewise. - * testsuite/20_util/optional/constexpr/observers/4.cc: Likewise. - * testsuite/20_util/optional/constexpr/observers/5.cc: Likewise. - * testsuite/20_util/optional/constexpr/observers/1.cc: Likewise. - * testsuite/20_util/optional/swap/1.cc: Likewise. - -2016-07-08 Jonathan Wakely - - * testsuite/23_containers/vector/modifiers/insert/aliasing.cc: New. - -2016-07-07 Jonathan Wakely - - * doc/xml/manual/status_cxx2014.xml: Update LFTS status table. - * doc/html/*: Regenerate. - -2016-07-07 Ville Voutilainen - - Implement std::any. - * include/Makefile.am: Add any and c++17_warning.h to exported headers. - * include/Makefile.in: Likewise. - * include/std/any: New. - * testsuite/20_util/any/assign/1.cc: Likewise. - * testsuite/20_util/any/assign/2.cc: Likewise. - * testsuite/20_util/any/assign/self.cc: Likewise. - * testsuite/20_util/any/cons/1.cc: Likewise. - * testsuite/20_util/any/cons/2.cc: Likewise. - * testsuite/20_util/any/cons/aligned.cc: Likewise. - * testsuite/20_util/any/cons/nontrivial.cc: Likewise. - * testsuite/20_util/any/misc/any_cast.cc: Likewise. - * testsuite/20_util/any/misc/any_cast_neg.cc: Likewise. - * testsuite/20_util/any/misc/any_cast_no_rtti.cc: Likewise. - * testsuite/20_util/any/misc/swap.cc: Likewise. - * testsuite/20_util/any/modifiers/1.cc: Likewise. - * testsuite/20_util/any/observers/type.cc: Likewise. - * testsuite/20_util/any/typedefs.cc: Likewise. - -2016-07-06 Ville Voutilainen - - Add a new header for diagnosing the use of C++17 facilities - in pre-C++17 modes. - * include/bits/c++17_warning.h: New. - -2016-07-06 Ville Voutilainen - - Implement LWG 2451, optional should 'forward' T's - implicit conversions. - * include/experimental/optional (__is_optional_impl, __is_optional): - New. - (optional()): Make constexpr and default. - (optional(_Up&&), optional(const optional<_Up>&), - optional(optional<_Up>&& __t): New. - (operator=(_Up&&)): Constrain. - (operator=(const optional<_Up>&), operator=(optional<_Up>&&)): New. - * testsuite/experimental/optional/cons/value.cc: - Add tests for the functionality added by LWG 2451. - * testsuite/experimental/optional/cons/value_neg.cc: New. - -2016-07-05 Ville Voutilainen - - Implement LWG 2509, - any_cast doesn't work with rvalue reference targets and cannot - move with a value target. - * include/experimental/any (any(_ValueType&&)): Constrain and - add an overload that doesn't forward. - (any_cast(any&&)): Constrain and add an overload that moves. - * testsuite/experimental/any/misc/any_cast.cc: Add tests for - the functionality added by LWG 2509. - -2016-07-04 François Dumont - - * testsuite/23_containers/vector/modifiers/emplace/self_emplace.cc: - New test. - * testsuite/23_containers/vector/modifiers/insert/self_insert.cc: New - test. - -2016-07-04 Jonathan Wakely - - * include/bits/stl_vector.h (emplace(const_iterator, _Args&&...)): - Define inline. Forward to _M_emplace_aux. - (insert(const_iterator, value_type&&)): Forward to _M_insert_rval. - (_M_insert_rval, _M_emplace_aux): Declare new functions. - (_Temporary_value): New RAII type using allocator to construct/destroy. - (_S_insert_aux_assign): Remove. - (_M_insert_aux): Make non-variadic. - * include/bits/vector.tcc (insert(const_iterator, const value_type&)): - Use _Temporary_value. - (emplace(const_iterator, _Args&&...)): Remove definition. - (_M_insert_rval, _M_emplace_aux): Define. - (_M_insert_aux): Make non-variadic, stop using _S_insert_aux_assign. - (_M_fill_insert): Use _Temporary_value. - * testsuite/23_containers/vector/allocator/construction.cc: New test. - * testsuite/23_containers/vector/modifiers/insert_vs_emplace.cc: - Adjust expected results for emplacing an lvalue with reallocation. - * testsuite/23_containers/vector/check_construct_destroy.cc: Adjust - expected results to account for construction/destruction of temporary - using allocator. - * testsuite/backward/hash_set/check_construct_destroy.cc: Likewise. - -2016-07-04 Ville Voutilainen - - PR libstdc++/71313 - * src/filesystem/ops.cc (remove_all(const path&, error_code&)): - Call remove_all for children of a directory. - * testsuite/experimental/filesystem/operations/create_directories.cc: - Adjust. - -2016-07-02 François Dumont - - * testsuite/23_containers/array/tuple_interface/get_debug_neg.cc: Adjust - dg-error line numbers. - * testsuite/23_containers/array/tuple_interface/ - tuple_element_debug_neg.cc: Likewise. - * testsuite/25_algorithms/lexicographical_compare/debug/ - irreflexive_neg.cc: Remove. - -2016-06-30 Thomas Preud'homme - - * testsuite/29_atomics/atomic/65913.cc: Require atomic-builtins rather - than specific target. - -2016-06-27 François Dumont - - PR libstdc++/71640 - * include/bits/hashtable.h: Remove _Unique_keya parameter in _Insert - friend declaration. - -2016-06-23 François Dumont - - * include/debug/array (array<>::swap): Fix noexcept qualificaton for - zero-size array. - -2016-06-21 Trevor Saunders - - * configure.host: Remove mep-* support. - -2016-06-21 Trevor Saunders - - * configure: Regenerate. - * configure.host: Remove support for knetbsd. - * crossconfig.m4: Likewise. - -2016-06-20 François Dumont - - PR libstdc++/71181 - * include/tr1/hashtable_policy.h - (_Prime_rehash_policy::_M_next_bkt): Make past-the-end iterator - dereferenceable to avoid check on lower_bound result. - (_Prime_rehash_policy::_M_bkt_for_elements): Call latter. - (_Prime_rehash_policy::_M_need_rehash): Likewise. - * src/c++11/hashtable_c++0x.cc (_Prime_rehash_policy::_M_next_bkt): - Always return a value greater than input value. Set _M_next_resize to - max value when reaching highest prime number. - * src/shared/hashtable-aux.cc (__prime_list): Add comment about sentinel - being now useless. - * testsuite/23_containers/unordered_set/hash_policy/71181.cc: New. - * testsuite/23_containers/unordered_set/hash_policy/power2_rehash.cc - (test02): New. - * testsuite/23_containers/unordered_set/hash_policy/prime_rehash.cc: New. - * testsuite/23_containers/unordered_set/hash_policy/rehash.cc: - Fix indentation. - -2016-06-17 Jonathan Wakely - - PR libstdc++/71545 - * include/bits/stl_algobase.h (lower_bound, lexicographical_compare): - Remove irreflexive checks. - * include/bits/stl_algo.h (lower_bound, upper_bound, equal_range, - binary_search): Likewise. - * testsuite/25_algorithms/equal_range/partitioned.cc: New test. - * testsuite/25_algorithms/lexicographical_compare/71545.cc: New test. - * testsuite/25_algorithms/lower_bound/partitioned.cc: New test. - * testsuite/25_algorithms/upper_bound/partitioned.cc: New test. - * testsuite/util/testsuite_iterators.h (__gnu_test::test_container): - Add constructor from array. - -2016-06-16 François Dumont - - * include/debug/debug.h - (__glibcxx_requires_non_empty_range, __glibcxx_requires_nonempty) - (__glibcxx_requires_subscript): Move... - * include/debug/assertions.h: ...here and add __builtin_expect. - (_GLIBCXX_DEBUG_ONLY): Remove ; value. - * include/bits/stl_deque.h - (std::deque<>::operator[]): Add __glibcxx_requires_subscript check. - (std::deque<>::front()): Add __glibcxx_requires_nonempty check. - (std::deque<>::back()): Likewise. - (std::deque<>::pop_front()): Likewise. - (std::deque<>::pop_back()): Likewise. - (std::deque<>::swap(deque&)): Add allocator check. - * include/bits/stl_vector.h - (std::vector<>::operator[]): Add __glibcxx_requires_subscript check. - (std::vector<>::front()): Add __glibcxx_requires_nonempty check. - (std::vector<>::back()): Likewise. - (std::vector<>::pop_back()): Likewise. - (std::vector<>::swap(vector&)): Add allocator check. - -2016-06-16 Daniel Kruegler - - Provide swappable traits (p0185r1) - * include/std/type_traits (is_swappable, is_nothrow_swappable, - is_swappable_with, is_nothrow_swappable_with, is_swappable_v, - is_nothrow_swappable_v, is_swappable_with_v, - is_nothrow_swappable_with_v): New. - * include/bits/stl_pair.h: Use it as per p0185r1. - * include/bits/stl_queue.h: Likewise. - * include/bits/stl_stack.h: Likewise. - * include/bits/unique_ptr.h: Likewise. - * include/std/tuple: Likewise. - * include/std/array: Likewise. Fix zero-size member swap. - * include/bits/hashtable.h: Use __and_. - * testsuite/20_util/is_nothrow_swappable/requirements/ - explicit_instantiation.cc: Change test options to std=gnu++17. - * testsuite/20_util/is_nothrow_swappable/requirements/typedefs.cc: - Likewise. - * testsuite/20_util/is_nothrow_swappable/value.cc: Likewise. - * testsuite/20_util/is_swappable/requirements/ - explicit_instantiation.cc: Likewise. - * testsuite/20_util/is_swappable/requirements/typedefs.cc: Likewise. - * testsuite/20_util/is_swappable/value.cc: Likewise. - * testsuite/20_util/is_nothrow_swappable/requirements/ - explicit_instantiation_ext.cc: New. - * testsuite/20_util/is_nothrow_swappable/requirements/typedefs_ext.cc: - New. - * testsuite/20_util/is_nothrow_swappable/value.h: New. - * testsuite/20_util/is_nothrow_swappable/value_ext.cc: New. - * testsuite/20_util/is_nothrow_swappable_with/requirements/ - explicit_instantiation.cc: New. - * testsuite/20_util/is_nothrow_swappable_with/requirements/typedefs.cc: - New. - * testsuite/20_util/is_nothrow_swappable_with/value.cc: New. - * testsuite/20_util/is_swappable/requirements/ - explicit_instantiation_ext.cc: New. - * testsuite/20_util/is_swappable/requirements/typedefs_ext.cc: New. - * testsuite/20_util/is_swappable/value.h: New. - * testsuite/20_util/is_swappable/value_ext.cc: New. - * testsuite/20_util/is_swappable_with/requirements/ - explicit_instantiation.cc: New. - * testsuite/20_util/is_swappable_with/requirements/typedefs.cc: New. - * testsuite/20_util/is_swappable_with/value.cc: New. - * testsuite/23_containers/array/tuple_interface/get_neg.cc: Adjust - dg-error line numbers. - * testsuite/23_containers/array/tuple_interface/tuple_element_neg.cc: - Likewise. - -2016-06-16 Jonathan Wakely - - * include/std/array: Remove trailing whitespace. - * include/std/atomic: Likewise. - * include/std/bitset: Likewise. - * include/std/chrono: Likewise. - * include/std/complex: Likewise. - * include/std/condition_variable: Likewise. - * include/std/fstream: Likewise. - * include/std/functional: Likewise. - * include/std/future: Likewise. - * include/std/iomanip: Likewise. - * include/std/iosfwd: Likewise. - * include/std/istream: Likewise. - * include/std/limits: Likewise. - * include/std/ratio: Likewise. - * include/std/scoped_allocator: Likewise. - * include/std/sstream: Likewise. - * include/std/stdexcept: Likewise. - * include/std/string: Likewise. - * include/std/system_error: Likewise. - * include/std/thread: Likewise. - * include/std/tuple: Likewise. - * include/std/type_traits: Likewise. - * include/std/utility: Likewise. - * include/std/valarray: Likewise. - * include/std/vector: Likewise. - - * include/bits/stl_vector.h (vector::_S_insert_aux_assign): Define - new overloaded functions. - * include/bits/vector.tcc (vector::_M_insert_aux): Use new functions - to avoid creating a redundant temporary. - * testsuite/23_containers/vector/modifiers/insert_vs_emplace.cc: New - test. - -2016-06-15 François Dumont - - * include/bits/stl_deque.h - (std::deque<>::operator=): Call _M_assign_aux. - (std::deque<>::assign(initializer_list<>)): Likewise. - (std::deque<>::resize(size_t, const value_type&)): Call _M_fill_insert. - (std::deque<>::insert(const_iterator, initializer_list<>)): - Call _M_range_insert_aux. - (std::deque<>::_M_assign_aux(It, It, std::forward_iterator_tag): - Likewise. - (std::deque<>::_M_fill_assign): Call _M_fill_insert. - (std::deque<>::_M_move_assign2): Call _M_assign_aux. - * include/bits/deque.tcc - (std::deque<>::operator=): Call _M_range_insert_aux. - (std::deque<>::_M_assign_aux(It, It, std::input_iterator_tag)): - Likewise. - * include/bits/stl_vector.h - (std::vector<>::operator=): Call _M_assign_aux. - (std::vector<>::assign(initializer_list<>)): Likewise. - (std::vector<>::resize(size_t, const value_type&)): Call _M_fill_insert. - (std::vector<>::insert(const_iterator, initializer_list<>)): - Call _M_range_insert. - * include/bits/vector.tcc (std::vector<>::_M_assign_aux): Likewise. - -2016-06-07 François Dumont - - * include/std/tuple (_Head_base<>): Default specialization condition at - type declaration. - -2016-06-06 Ville Voutilainen - - Support allocators in tuples of zero size. - * include/std/tuple (tuple<>::tuple(), - tuple<>::tuple(allocator_arg_t, const _Alloc&), - tuple<>::tuple(allocator_arg_t, const _Alloc&, const tuple&)): New. - * testsuite/20_util/tuple/cons/allocators.cc: Adjust. - -2016-06-06 Jonathan Wakely - - PR libstdc++/71320 - * src/filesystem/ops.cc (permissions(const path&, perms, error_code&)): - Add or remove permissions according to perms argument. - * testsuite/experimental/filesystem/operations/permissions.cc: New - test. - -2016-06-05 Ville Voutilainen - - Protect allocator-overloads of tuple-from-tuple constructors - from cases that would create dangling references. - * include/std/tuple (tuple(allocator_arg_t, const _Alloc&, - const tuple<_UElements...>&), tuple(allocator_arg_t, const _Alloc&, - tuple<_UElements...>&&)): Add a check for _NonNestedTuple. - * testsuite/20_util/tuple/cons/nested_tuple_construct.cc: Adjust. - -2016-05-29 Gerald Pfeifer - - * doc/xml/manual/backwards_compatibility.xml: Adjust - lists.debian.org link to https. - * doc/html/manual/backwards.html: Regenerate. - -2016-05-27 Jonathan Wakely - - * doc/xml/manual/abi.xml: Adjust URL to use https. - * doc/html/manual/*: Regenerate. - -2016-05-27 Ville Voutilainen - - PR libstdc++/66338 - * include/std/tuple (_TMC): Add a check for _NotSameTuple. - * include/std/tuple (tuple(_UElements&&...)): Remove the separate - check for _NotSameTuple. - * include/std/tuple (_TMCT): New. - * include/std/tuple (tuple(const tuple<_UElements...>&)): Use it. - * include/std/tuple (tuple(tuple<_UElements...>&&)): Likewise. - * include/std/tuple (tuple(allocator_arg_t, const _Alloc&, - const tuple<_UElements...>&)): Likewise. - * include/std/tuple (tuple(allocator_arg_t, const _Alloc&, - tuple<_UElements...>&&)): Likewise. - * testsuite/20_util/tuple/cons/66338.cc: New. - -2016-05-25 Jonathan Wakely - - * acinclude.m4 (GLIBCXX_CHECK_FILESYSTEM_DEPS): Fix test for sendfile. - * configure: Regenerate. - * config.h.in: Regenerate. - - * include/bits/c++config (_GLIBCXX14_USE_CONSTEXPR): Remove it. - * include/bits/hashtable_policy.h (_Power2_rehash_policy::_M_next_bkt): - Remove const qualification on function. Replace - _GLIBCXX14_USE_CONSTEXPR on automatic variables with const. - (_Power2_rehash_policy::_M_need_rehash): Remove const qualification. - (_Power2_rehash_policy::_M_next_bkt): Remove mutable specifier. - -2016-05-24 François Dumont - - * include/bits/c++config (_GLIBCXX14_USE_CONSTEXPR): New. - * include/bits/hashtable_policy.h - (_Prime_rehash_policy::__has_load_factor): New. Mark rehash policy - having load factor management. - (_Mask_range_hashing): New. - (__clp2): New. - (_Power2_rehash_policy): New. - (_Inserts<>): Remove last template parameter, _Unique_keys, so that - partial specializations only depend on whether iterators are constant - or not. - * testsuite/23_containers/unordered_set/hash_policy/26132.cc: Adapt to - test new hash policy. - * testsuite/23_containers/unordered_set/hash_policy/load_factor.cc: - Likewise. - * testsuite/23_containers/unordered_set/hash_policy/rehash.cc: - Likewise. - * testsuite/23_containers/unordered_set/insert/hash_policy.cc: - Likewise. - * testsuite/23_containers/unordered_set/max_load_factor/robustness.cc: - Likewise. - * testsuite/23_containers/unordered_set/hash_policy/power2_rehash.cc: - New. - * testsuite/performance/23_containers/insert/54075.cc: Add benchmark - using the new hash policy. - * testsuite/performance/23_containers/insert_erase/41975.cc: Likewise. - -2016-05-24 Jonathan Wakely - - * include/bits/stl_queue.h (priority_queue::value_compare): Define. - -2016-05-23 François Dumont - - * include/debug/safe_iterator.h - (_Safe_iterator<>::operator->()): Implement using underlying iterator - operator ->. - * include/debug/safe_local_iterator.h - (_Safe_local_iterator<>::operator->()): Likewise. - -2016-05-20 Thomas Preud'homme - - * testsuite/experimental/memory_resource/1.cc: Add required argument - to dg-require-atomic-builtins. - -2016-05-13 Jonathan Wakely - - PR libstdc++/71073 - * include/debug/bitset: Add #pragma GCC system_header. - * include/debug/deque: Likewise. - * include/debug/list: Likewise. - * include/debug/map: Likewise. - * include/debug/set: Likewise. - * include/debug/string: Likewise. - * include/debug/unordered_map: Likewise. - * include/debug/unordered_set: Likewise. - * include/debug/vector: Likewise. - * include/debug/functions.h: Adjust whitespace. - -2016-05-12 Jonathan Wakely - - PR libstdc++/71081 - * testsuite/experimental/memory_resource/1.cc: Require atomics. - -2016-05-11 Jonathan Wakely - - PR libstdc++/71049 - * src/c++11/cow-stdexcept.cc [!_GLIBCXX_USE_DUAL_ABI]: Don't define - exception constructors with __sso_string parameters. - -2016-05-10 Jonathan Wakely - - * include/experimental/bits/fs_dir.h (begin, end): Add noexcept. - * testsuite/experimental/filesystem/iterators/directory_iterator.cc: - Test begin and end functions. - * testsuite/experimental/filesystem/iterators/ - recursive_directory_iterator.cc: Likewise. - - PR libstdc++/71038 - * src/filesystem/ops.cc (do_copy_file): Fix backwards conditions. - * testsuite/experimental/filesystem/operations/copy_file.cc: New test. - - * include/experimental/bits/fs_dir.h (__directory_iterator_proxy): - Overload operator* to move from rvalues. - - PR libstdc++/71036 - * src/filesystem/ops.cc (create_dir): Handle EEXIST from mkdir. - * testsuite/experimental/filesystem/operations/create_directory.cc: - New test. - - PR libstdc++/71037 - * src/filesystem/ops.cc (canonical(const path&, const path&)): Add - base path to exception. - * testsuite/experimental/filesystem/operations/canonical.cc: Test - paths contained in exception. - - * testsuite/experimental/type_erased_allocator/2.cc: Remove unused - using declaration. - - PR libstdc++/71005 - * include/experimental/bits/fs_dir.h (__directory_iterator_proxy): - New type. - (directory_iterator::operator++(int)): Return proxy. - (recursive_directory_iterator::operator++(int)): Likewise. - * testsuite/experimental/filesystem/iterators/directory_iterator.cc: - Test post-increment. - * testsuite/experimental/filesystem/iterators/ - recursive_directory_iterator.cc: Likewise. - -2016-05-09 Jonathan Wakely - - PR libstdc++/71004 - * testsuite/experimental/filesystem/iterators/ - recursive_directory_iterator.cc: Fix test02 to not call member - functions on invalid iterator, and use VERIFY not assert. - -2016-05-09 Ville Voutilainen - - Avoid endless run-time recursion for copying single-element - tuples where the element type is by-value constructible - from any type. - * include/std/tuple (_NotSameTuple): New. - * include/std/tuple (tuple(_UElements&&...): Use it. - * testsuite/20_util/tuple/cons/element_accepts_anything_byval.cc: New. - -2016-05-09 Jonathan Wakely - - PR libstdc++/71004 - * include/experimental/bits/fs_dir.h (recursive_directory_iterator): - Initialize scalar member variables in default constructor. - * testsuite/experimental/filesystem/iterators/ - recursive_directory_iterator.cc: Test default construction. - -2016-05-05 Rainer Orth - - * testsuite/lib/libstdc++.exp (libstdc++_init): Enable on *-*-solaris*. - -2016-05-05 Jonathan Wakely - - * testsuite/experimental/filesystem/path/native/string.cc: Add - dg-require-filesystem-ts directive. - -2016-05-04 Jonathan Wakely - - PR libstdc++/70940 - * include/experimental/memory_resource - (__resource_adaptor_imp::do_allocate): Do not default-construct - rebound allocator. - (__resource_adaptor_imp::do_deallocate): Likewise. Use - allocator_traits to get pointer type. - (__null_memory_resource::do_allocate): Remove unused parameters. - (__null_memory_resource::do_deallocate): Likewise. - (__null_memory_resource::do_is_equal): Likewise. Add return statement. - * testsuite/experimental/type_erased_allocator/1.cc: Combine with ... - * testsuite/experimental/type_erased_allocator/1_neg.cc: This, and - move to ... - * testsuite/experimental/memory_resource/1.cc: Here. - * testsuite/experimental/memory_resource/null_memory_resource.cc: New. - * testsuite/experimental/memory_resource/resource_adaptor.cc: New. - -2016-04-29 Chris Gregory - - * config/*: Remove trailing whitespace. - * src/*: Likewise. - * testsuite/tr1/*: Likewise. - * testsuite/util/*: Likewise. - -2016-04-28 Jonathan Wakely - - PR libstdc++/70766 - * include/bits/basic_ios.tcc (basic_ios::_M_cache_locale): Use - __addressof. - * include/bits/stream_iterator.h (istream_iterator, ostream_iterator): - Likewise. - * include/std/atomic (atomic<_Tp>): Likewise. - * include/std/shared_mutex (shared_lock): Likewise. - * testsuite/24_iterators/istream_iterator/70766.cc: New test. - * testsuite/24_iterators/ostream_iterator/70766.cc : New test. - * testsuite/29_atomics/atomic/60695.cc: Adjust dg-error line number. - * testsuite/29_atomics/atomic/70766.cc: New test. - * testsuite/30_threads/shared_lock/70766.cc: New test. - - * include/bits/hashtable_policy.h (__detail::_Insert_base, - __detail::_Insert): Improve comments. - -2016-04-27 Jonathan Wakely - - PR libstdc++/70767 - * include/std/limits: Update comments about DRs. - (numeric_limits, numeric_limits, - numeric_limits): Define unconditionally. - -2016-04-24 Jonathan Wakely - - PR libstdc++/70762 - * testsuite/util/testsuite_fs.h (__gnu_test::nonexistent_path): Use - static counter to return a different path on every call. - -2016-04-22 Tim Shen - - PR libstdc++/70745 - * include/bits/regex_executor.tcc (_Executor<>::_M_word_boundary): - Fix the match_not_bow and match_not_eow behavior. - * testsuite/28_regex/regression.cc: Add testcase. - -2016-04-20 Jonathan Wakely - - PR libstdc++/69703 - * src/c++11/codecvt.cc (__codecvt_utf8_base::do_in, - __codecvt_utf8_utf16_base::do_in): Fix mask operations. - -2016-04-19 Jonathan Wakely - - PR libstdc++/69703 - * src/c++11/codecvt.cc (__codecvt_utf8_base::do_in): - Override endianness bit in mode. - * testsuite/22_locale/codecvt/codecvt_utf8/69703.cc: New test. - * testsuite/22_locale/codecvt/codecvt_utf8_utf16/66855.cc: Test - that little_endian mode is ignored. - * testsuite/experimental/filesystem/path/native/string.cc: New test. - - PR libstdc++/70609 - * src/filesystem/ops.cc (close_fd): New function. - (do_copy_file): Set permissions before copying file contents. Check - result of closing file descriptors. Don't copy streambuf when file - is empty. - (copy(const path&, const path&, copy_options, error_code&)): Use - lstat for source file when copy_symlinks is set. - * testsuite/experimental/filesystem/operations/copy.cc: Test copy(). - - * include/experimental/bits/fs_fwd.h (operator&, operator|, operator^, - operator~ operator&=, operator|=, operator^=): Add noexcept to - overloaded operators for copy_options, perms and directory_options. - * src/filesystem/ops.cc (make_file_type, make_file_status, - is_not_found_errno, file_time): Add noexcept. - -2016-04-19 Edward Smith-Rowland <3dw4rd@verizon.net> - - * include/bits/c++14_warning.h: Do not refer C++14 as experimental. - -2016-04-18 Jonathan Wakely - - PR libstdc++/41759 - * include/bits/random.h: Reword static assertion messages to state - positive conditions. - * include/bits/random.tcc: Likewise. - * include/bits/uniform_int_dist.h: Likewise. - * testsuite/26_numerics/random/pr60037-neg.cc: Adjust dg-error - patterns. - - * include/std/function (_Bind, _Bind_result): Remove unused typedefs. - - * config/cpu/sh/atomicity.h: Fix typo in comment. - - PR libstdc++/70294 - * include/std/thread (operator<, operator==): Move definitions to - namespace-scope. - * testsuite/30_threads/thread/id/70294.cc: New test. - - * testsuite/18_support/bad_exception/23591_thread-1.c: Add - -Wno-pedantic to dg-options. - * testsuite/20_util/align/2.cc: Use type as operand of alignof. - * testsuite/20_util/is_floating_point/value.cc: Add -Wno-pedantic - to dg-options. - * testsuite/20_util/specialized_algorithms/uninitialized_fill/32158.cc: - Remove extra semi-colon. - * testsuite/23_containers/array/tuple_interface/tuple_element.cc: - Always supply second argument to static_assert. - * testsuite/25_algorithms/lower_bound/no_operator_ne.cc: Remove extra - semi-colon. - * testsuite/26_numerics/complex/c99.cc: Add -Wno-pedantic to - dg-options. - * testsuite/26_numerics/complex/literals/values.cc: Likewise. - * testsuite/29_atomics/atomic/60695.cc: Likewise. - * testsuite/29_atomics/atomic/62259.cc: use __alignof__ instead of - alignof when operand is an object not a type. - * testsuite/decimal/ctor.cc: Add -Wno-pedantic to dg-options. - * testsuite/decimal/make-decimal.cc: Likewise. - * testsuite/experimental/type_traits/value.cc: Always supply second - argument to static_assert. - * testsuite/util/testsuite_common_types.h: Use __extension__ for - __int128 types. - - * testsuite/experimental/type_erased_allocator/1.cc: Don't include - internal header. - * testsuite/experimental/type_erased_allocator/1_neg.cc: Likewise. - * testsuite/experimental/type_erased_allocator/2.cc: Likewise. - * testsuite/experimental/type_erased_allocator/uses_allocator.cc: - Likewise. Add licence and change to compile-only test. - - * include/bits/locale_facets.h (ctype::do_narrow): Add attribute to - unused parameter. - * include/bits/regex_automaton.h (_NFA::_M_insert_alt): Likewise. - - * include/ext/string_conversions.h (__stoa): Avoid -Wsign-compare - warnings. - -2016-04-17 Edward Smith-Rowland <3dw4rd@verizon.net> - - * include/bits/specfun.h: Trivial comment misspelling. - -2016-04-14 Jason Merrill - - Revert Jonathan's empty ABI change from yesterday. - -2016-04-13 Martin Sebor - - PR c++/69517 - * testsuite/25_algorithms/rotate/moveable2.cc: Make sure VLA - upper bound is positive. - -2016-04-13 Jonathan Wakely - - * include/bits/c++config (_GLIBCXX_BEGIN_NAMESPACE_EMPTY_TYPES, - _GLIBCXX_END_NAMESPACE_EMPTY_TYPES, _GLIBCXX_ABI_TAG_EMPTY): Define. - * include/bits/hashtable.h (_Hashtable::_M_emplace): Change signatures - of functions taking empty structs by value. Add a template parameter - to overloads without hints. Rename overloads with hints to - _M_emplace_hint. - (_Hashtable::_M_erase(true_type, const_iterator), - _Hashtable::_M_erase(false_type, const_iterator)): Change signatures - by reordering parameters. - * include/bits/hashtable_policy.h (_Insert::insert): Adjust to call - _M_emplace_hint instead of _M_emplace. - * include/bits/shared_ptr.h (shared_ptr(_Tp1*, _Deleter, _Alloc), - shared_ptr(nullptr_t, _Deleter, _Alloc)): Use _GLIBCXX_ABI_TAG_EMPTY. - * include/bits/shared_ptr_base.h (_Sp_counted_deleter, __shared_count, - __shared_ptr): Likewise. - * include/bits/stl_algo.h (replace_if): Likewise. - * include/bits/stl_pair.h (piecewise_construct_t, - piecewise_construct): Use _GLIBCXX_BEGIN_NAMESPACE_EMPTY_TYPES. - * include/bits/uses_allocator.h (allocator_arg_t, allocator_arg, - __uses_alloc0): Likewise. - * include/ext/pb_ds/assoc_container.hpp (basic_hash_table): Likewise. - * testsuite/20_util/scoped_allocator/69293_neg.cc: Adjust dg-error. - * testsuite/20_util/shared_ptr/cons/43820_neg.cc: Likewise. - * testsuite/20_util/shared_ptr/cons/void_neg.cc: Likewise. - * testsuite/20_util/uses_allocator/69293_neg.cc: Likewise. - * testsuite/20_util/uses_allocator/cons_neg.cc: Likewise. - * testsuite/ext/profile/mutex_extensions_neg.cc: Likewise. - -2016-04-12 Edward Smith-Rowland <3dw4rd@verizon.net> - - Document C++17/TR29124 C++ Special Math Functions. - * include/bits/specfun.h: Add Doxygen markup. - -2016-04-07 Jonathan Wakely - - * testsuite/30_threads/thread/70503.cc: Adjust from xfail to pass. - -2016-04-06 Eric Botcazou - - * src/Makefile.am (libstdc++-symbols.ver): Remove useless /dev/null. - * src/Makefile.in: Regenerate. - -2016-04-05 Jonathan Wakely - - PR libstdc++/70554 - * acinclude.m4 (GLIBCXX_ENABLE_ATOMIC_BUILTINS): Don't test - __atomic_fetch_add for bool. - * configure: Regenerate. - - * testsuite/30_threads/thread/70503.cc: Require -static to work. - - PR libstdc++/70503 - * src/c++11/thread.cc (execute_native_thread_routine, - execute_native_thread_routine_compat): Give internal linkage. - * testsuite/30_threads/thread/70503.cc: New test. - -2016-04-05 Ville Voutilainen - - PR libstdc++/70437 - * include/bits/stl_pair.h (_ConstructiblePair, - _ImplicitlyConvertiblePair, _MoveConstructiblePair, - _ImplicitlyMoveConvertiblePair): Add shortcut conditions - for same-type cases. - * testsuite/20_util/pair/70437.cc: New. - -2016-03-24 Jonathan Wakely - - PR libstdc++/69945 - * config/abi/pre/gnu.ver: Add new symbol. - * libsupc++/eh_alloc.cc (__gnu_cxx::__freeres): Define. - * testsuite/18_support/free_eh_pool.cc: New test. - -2016-03-23 Bernd Edlinger - - * include/Makefile.am (install-freestanding-headers): Add - concept_check.h and move.h to the installed headers. - * include/Makefile.in: Regenerated. - * include/bits/concept_check.h: Ignore _GLIBCXX_CONCEPT_CHECKS for - freestanding implementations. - * doc/xml/manual/using.xml (_GLIBCXX_CONCEPT_CHECKS): Mention - that this macro has no effect for freestanding implementations. - * doc/html/manual/using_macros.html: Likewise. - -2016-02-24 Jonathan Wakely - - PR libstdc++/69939 - * include/experimental/tuple (__apply_impl): Qualify get and forward. - -2016-02-23 Jonathan Wakely - - * doc/xml/manual/using.xml: Document __STDCPP_WANT_MATH_SPEC_FUNCS__. - * doc/html/*: Regenerate. - - PR libstdc++/69893 - * include/tr1/cmath (acosh, asinh, atanh, cbrt, copysign, erf, erfc, - exp2, expm1, fdim, fma, fmax, fmin, hypot, ilogb, lgamma, llrint, - llround, log1p, log2, logb, lrint, lround, nan, nearbyint, nextafter, - nexttoward, remainder, remquo, rint, round, scalbln, scalbn, tgamma, - trunc) [__cplusplus >= 201103L]: Import from namespace std. - (fabs) [__cplusplus < 201103L]: Import from namespace std. - * include/tr1/complex (acosh, asinh, atanh) [__cplusplus >= 201103L]: - Likewise. - * testsuite/tr1/headers/c++200x/complex.cc: Add std::fabs to global - namespace before including TR1 headers. - * testsuite/tr1/headers/c++200x/math.cc: New test. - -2016-02-23 Bernd Edlinger - - PR libstdc++/69881 - * include/c_global/cstdarg: Undefine __need___va_list. - * include/c_global/cstddef: Undefine all kinds of __need_*. - -2016-02-16 Tim Shen - - PR libstdc++/69794 - * include/bits/regex_scanner.h: Add different special character - sets for grep and egrep regex. - * include/bits/regex_scanner.tcc: Use _M_spec_char more uniformly. - * testsuite/28_regex/regression.cc: Add new testcase. - -2016-02-08 Jonathan Wakely - - * acinclude.m4 (GLIBCXX_CHECK_MATH11_PROTO): Remove accidentally - added 'constexpr' in previous commit. - * configure: Regenerate. - - PR libstdc++/48891 - * acinclude.m4 (GLIBCXX_CHECK_MATH11_PROTO): Enable isinf and isnan - checks for all targets except *-*-solaris2.* and ensure we find the - libc math.h header not our own. - * configure: Regenerate. - -2016-02-05 Dominik Vogt - - * config/abi/post/s390x-linux-gnu/32/baseline_symbols.txt (FUNC): - New file. Copied over from s390-linux-gnu. - -2016-02-04 Jonathan Wakely - - PR libstdc++/69626 - * acinclude.m4 (GLIBCXX_ENABLE_C99): Check C99 stdlib.h functions - with -std=c++98 and define _GLIBCXX98_USE_C99_STDLIB. - * config.h.in: Regenerate. - * configure: Regenerate. - * testsuite/21_strings/c_strings/char/69626.cc: New. - - * doc/html/index.html: Regenerate. - - * doc/xml/manual/containers.xml: Add cross-reference to Dual ABI. - * doc/xml/manual/spine.xml: Update copyright years and author blurb. - * doc/html/*: Regenerate. - -2016-02-01 Bernd Edlinger - - PR libstdc++/69581 - * include/c_compatibility/math.h: Move header guards. - * include/c_compatibility/stdlib.h: Likewise. - -2016-01-29 Jonathan Wakely - - PR libstdc++/69506 - * config/os/newlib/os_defines.h (_GLIBCXX_USE_WEAK_REF): Define. - -2016-01-28 John David Anglin - - PR libstdc++/69450 - * acinclude.m4 (GLIBCXX_CHECK_MATH11_PROTO): Split check for obsolete - isinf and isnan functions into two independent checks. Check on hpux. - * config.h.in: Regenerate. - * configure: Regenerate. - * include/c_global/cmath (isinf(double), isnan(double)): Use - _GLIBCXX_HAVE_OBSOLETE_ISINF and _GLIBCXX_HAVE_OBSOLETE_ISNAN, - respectively. - -2016-01-27 Jakub Jelinek - - * testsuite/libstdc++-prettyprinters/whatis.cc: Include . - -2016-01-27 Jonathan Wakely - - PR libstdc++/69295 - * testsuite/ext/special_functions/hyperg/check_value.cc: Use - -ffp-contract=off, and -ffloat-store to disable excess precision. - * testsuite/special_functions/02_assoc_legendre/check_value.cc: Use - -ffp-contract=off. - -2016-01-26 Jonathan Wakely - - PR libstdc++/69478 - * include/bits/stl_algobase.h (__copy_move<_IsMove, true, - random_access_iterator_tag>): Check is_move_assignable when moving. - (__copy_move_backwards<_IsMove, true, random_access_iterator_tag>): - Likewise. - * testsuite/25_algorithms/copy/move_iterators/69478.cc: New. - * testsuite/25_algorithms/copy_backward/move_iterators/69478.cc: New. - * testsuite/25_algorithms/move/69478.cc: New. - * testsuite/25_algorithms/move_backward/69478.cc: new. - -2016-01-26 Andris Pavenis - - * include/c_compatibility/stdlib.h: Include wide character related - definitions only when they are available in cstdlib. - -2016-01-25 Jonathan Wakely - - PR libstdc++/69464 - * include/Makefile.am: Add new header. - * include/Makefile.in: Regenerate. - * include/bits/random.h (uniform_int_distribution): Move to - bits/uniform_int_dist.h. - * include/bits/random.tcc (uniform_int_distribution::operator(), - uniform_int_distribution::__generate_impl): Likewise. - * include/bits/uniform_int_dist.h: New header. - * include/bits/stl_algo.h [__cplusplus >= 201103L]: Include - instead of . - * testsuite/20_util/specialized_algorithms/uninitialized_copy/ - move_iterators/1.cc: Include correct header for uninitialized_copy. - * testsuite/20_util/specialized_algorithms/uninitialized_copy_n/ - move_iterators/1.cc: Likewise. - * testsuite/25_algorithms/nth_element/58800.cc: Include correct - header for vector. - * testsuite/26_numerics/random/pr60037-neg.cc: Adjust dg-error lines. - -2016-01-23 John David Anglin - - PR libstdc++/69446 - * config/os/hpux/os_defines.h (_GLIBCXX_USE_WEAK_REF): Define. - -2016-01-22 Edward Smith-Rowland <3dw4rd@verizon.net> - - TR29124 C++ Special Math - pulls funcs into global namespace. - * include/c_compatibility/math.h: Import the TR29124 functions - into the global namespace. - * testsuite/special_functions/01_assoc_laguerre/compile_2.cc: Remove - xfail and make compile-only. - * testsuite/special_functions/02_assoc_legendre/compile_2.cc: Ditto. - * testsuite/special_functions/03_beta/compile_2.cc: Ditto. - * testsuite/special_functions/04_comp_ellint_1/compile_2.cc: Ditto. - * testsuite/special_functions/05_comp_ellint_2/compile_2.cc: Ditto. - * testsuite/special_functions/06_comp_ellint_3/compile_2.cc: Ditto. - * testsuite/special_functions/07_cyl_bessel_i/compile_2.cc: Ditto. - * testsuite/special_functions/08_cyl_bessel_j/compile_2.cc: Ditto. - * testsuite/special_functions/09_cyl_bessel_k/compile_2.cc: Ditto. - * testsuite/special_functions/10_cyl_neumann/compile_2.cc: Ditto. - * testsuite/special_functions/11_ellint_1/compile_2.cc: Ditto. - * testsuite/special_functions/12_ellint_2/compile_2.cc: Ditto. - * testsuite/special_functions/13_ellint_3/compile_2.cc: Ditto. - * testsuite/special_functions/14_expint/compile_2.cc: Ditto. - * testsuite/special_functions/15_hermite/compile_2.cc: Ditto. - * testsuite/special_functions/16_laguerre/compile_2.cc: Ditto. - * testsuite/special_functions/17_legendre/compile_2.cc: Ditto. - * testsuite/special_functions/18_riemann_zeta/compile_2.cc: Ditto. - * testsuite/special_functions/19_sph_bessel/compile_2.cc: Ditto. - * testsuite/special_functions/20_sph_legendre/compile_2.cc: Ditto. - * testsuite/special_functions/21_sph_neumann/compile_2.cc: Ditto. - -2016-01-22 Jonathan Wakely - - PR libstdc++/69116 - * include/bits/valarray_before.h (__fun, __fun_with_valarray): Only - define result_type for types which can be safely used with valarrays. - * testsuite/26_numerics/valarray/69116.cc: New. - - PR libstdc++/69413 - * config/os/gnu-linux/os_defines.h: Define - _GLIBCXX_NO_OBSOLETE_ISINF_ISNAN_DYNAMIC. - * include/c_global/cmath (isinf, isnan): Check it. - * doc/xml/manual/internals.xml: Document it. - * doc/html/*: Regenerate. - -2016-01-21 Jonathan Wakely - - PR libstdc++/69406 - * include/bits/cpp_type_traits.h: Ensure C++ language linkage. - * include/ext/type_traits.h: Likewise. - * testsuite/17_intro/headers/c++2011/linkage.cc: Check autoconf macros - for presence of C headers. - * testsuite/ext/type_traits/add_unsigned_floating_neg.cc: Adjust - dg-error line number. - * testsuite/ext/type_traits/add_unsigned_integer_neg.cc: Likewise. - * testsuite/ext/type_traits/remove_unsigned_floating_neg.cc: Likewise. - * testsuite/ext/type_traits/remove_unsigned_integer_neg.cc: Likewise. - -2016-01-20 Torvald Riegel - - PR libstdc++/69310 - * config/os/bsd/darwin/os_defines.h (_GLIBCXX_USE_WEAK_REF): Define. - -2016-01-20 Jonathan Wakely - - PR libstdc++/60401 - * include/c_compatibility/math.h (acosh, asinh, atanh, acbrt, - copysign, erf, erfc, exp2, expm1, fdim, fma, fmax, fmin, hypot, ilogb, - lgamma, llrint, llround, log1p, log2, logb, lrint, lround, nearbyint, - nextafter, nexttoward, remainder, remquo, rint, round, scalbln, scalbn, - tgamma, trunc) [__cplusplus >= 201103L && _GLIBCXX_USE_C99_MATH_TR1]: - Add using declarations. - * testsuite/26_numerics/headers/cmath/60401.cc: New. - - PR libstdc++/69386 - * include/c_global/ccomplex: Ensure C++ language linkage. - * include/c_global/cmath: Likewise. - * include/c_global/cstdlib: Likewise. - * include/c_global/ctgmath: Likewise. - * testsuite/17_intro/headers/c++2011/linkage.cc: New. - -2016-01-19 Jonathan Wakely - - PR libstdc++/14608 - PR libstdc++/60401 - * include/Makefile.am: Use c_compatibility math.h and stdlib.h for - --enable-cheaders=c_global configs. - * include/Makefile.in: Regenerate. - * include/c_compatibility/math.h: Remove obsolete _GLIBCXX_NAMESPACE_C - test and allow inclusion from C files. - * include/c_compatibility/stdlib.h: Likewise. Support freestanding. - (at_quick_exit, quick_exit): Add using directives. - * include/c_global/cmath: Use #include_next for math.h. - * include/c_global/cstdlib: Use #include_next for stdlib.h. - * testsuite/26_numerics/headers/cmath/14608.cc: New. - * testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc: - Remove xfail for most targets. - * testsuite/26_numerics/headers/cstdlib/60401.cc: New. - -2016-01-18 Torvald Riegel - - * include/bits/c++config (_GLIBCXX_USE_WEAK_REF): New. - (_GLIBCXX_TXN_SAFE, _GLIBCXX_TXN_SAFE_DYN): Use _GLIBCXX_USE_WEAK_REF - and move after its definition. - * config/os/aix/os_defines.h (_GLIBCXX_USE_WEAK_REF): Override. - * src/c++11/cow-stdexcept.cc: Use _GLIBCXX_USE_WEAK_REF instead of - __GXX_WEAK__, and only provide transactional clones if - _GLIBCXX_USE_WEAK_REF is true. Don't provide stubs of libitm - functions. - -2016-01-18 Jonathan Wakely - - PR libstdc++/60637 - * testsuite/26_numerics/headers/cmath/60637.cc: Add test. - - PR libstdc++/69243 - * include/std/functional (_Function_base::_M_not_empty_function): - Change overloads for pointers to take arguments by value. - * testsuite/20_util/function/cons/57465.cc: Add tests for - pointer-to-member cases. - - PR libstdc++/69340 - * src/c++11/cow-stdexcept.cc (_txnal_cow_string_C1_for_exceptions): - Use macros for exception handling and fix unused parameter warning. - -2016-01-17 John David Anglin - - PR libstdc++/68734 - * config/abi/post/hppa-linux-gnu/baseline_symbols.txt: Update. - -2016-01-17 Torvald Riegel - - * src/c++11/cow-stdexcept.cc (txnal_read_ptr): Fix static_assert. - -2016-01-16 H.J. Lu - - * config/abi/post/x86_64-linux-gnu/x32/baseline_symbols.txt: Add - __int128 symbols. - -2016-01-15 Jonathan Wakely - - PR libstdc++/69293 - * include/bits/uses_allocator.h (__uses_alloc): Add - static assertion that type is constructible from the arguments. - * testsuite/20_util/scoped_allocator/69293_neg.cc: New. - * testsuite/20_util/uses_allocator/69293_neg.cc: New. - * testsuite/20_util/uses_allocator/cons_neg.cc: Adjust dg-error. - - PR libstdc++/69294 - * acinclude.m4 (GLIBCXX_CHECK_MATH11_PROTO): Check for obsolete isinf - and isnan on AIX. Quote variables. - * configure: Regenerate. - -2016-01-15 Torvald Riegel - - * include/bits/basic_string.h (basic_string): Declare friends. - * include/bits/c++config (_GLIBCXX_TXN_SAFE, - _GLIBCXX_TXN_SAFE_DYN, _GLIBCXX_USE_ALLOCATOR_NEW): New. - * include/std/stdexcept (logic_error, domain_error, invalid_argument, - length_error, out_of_range, runtime_error, range_error, - underflow_error, overflow_error): Declare members as transaction-safe. - (logic_error, runtime_error): Declare friend functions. - * libsupc++/exception (exception, bad_exception): Declare members as - transaction-safe. - * src/c++11/cow-stdexcept.cc: Define transactional clones for the - transaction-safe members of exceptions and helper functions. - * libsupc++/eh_exception.cc: Adjust and define transactional clones. - * config/abi/pre/gnu.ver (GLIBCXX_3.4.22) Add transactional clones. - (CXXABI_1.3.10): New. - * acinclude.m4 (GLIBCXX_CHECK_SIZE_T_MANGLING): New. - (GLIBCXX_ENABLE_ALLOCATOR): Set ENABLE_ALLOCATOR_NEW. - * configure.ac: Call GLIBCXX_CHECK_SIZE_T_MANGLING. - * include/Makefile.am: Write ENABLE_ALLOCATOR_NEW to c++config.h. - * include/Makefile.in: Regenerate. - * config.h.in: Regenerate. - * configure: Regenerate. - * testsuite/util/testsuite_abi.cc (check_version): Add CXXABI_1.3.10. - -2016-01-15 Steve Ellcey - - * include/ext/random.tcc: Use __builtin_isfinite instead of - std::isfinite. - -2016-01-15 Jonathan Wakely - - * include/bits/std_mutex.h: Fix Doxygen @file name. - -2016-01-14 Edward Smith-Rowland <3dw4rd@verizon.net> - Jonathan Wakely - Florian Goth - - Implement TR29124 C++ special Math Functions. - * include/Makefile.am: Add new headers. - * include/Makefile.in: Regenerate. - * include/bits/specfun.h: New. - * include/c_global/cmath: Adjust for both tr1 and tr29124 maths. - * include/tr1/bessel_function.tcc: Ditto. - * include/tr1/beta_function.tcc: Ditto. - * include/tr1/cmath: Ditto. - * include/tr1/ell_integral.tcc: Ditto. - * include/tr1/exp_integral.tcc: Ditto. - * include/tr1/gamma.tcc: Ditto. - * include/tr1/hypergeometric.tcc: Ditto. - * include/tr1/legendre_function.tcc: Ditto. - * include/tr1/modified_bessel_func.tcc: Ditto. - * include/tr1/poly_hermite.tcc: Ditto. - * include/tr1/poly_laguerre.tcc: Ditto. - * include/tr1/riemann_zeta.tcc: Ditto. - * include/tr1/special_function_util.h: Ditto. - * testsuite/ext/special_functions/conf_hyperg: New. - * testsuite/ext/special_functions/conf_hyperg/check_nan.cc: New. - * testsuite/ext/special_functions/conf_hyperg/check_value.cc: New. - * testsuite/ext/special_functions/conf_hyperg/compile.cc: New. - * testsuite/ext/special_functions/hyperg: New. - * testsuite/ext/special_functions/hyperg/check_nan.cc: New. - * testsuite/ext/special_functions/hyperg/check_value.cc: New. - * testsuite/ext/special_functions/hyperg/compile.cc: New. - * testsuite/libstdc++-dg/conformance.exp: Add special_functions directory. - * testsuite/special_functions/01_assoc_laguerre/check_nan.cc: New. - * testsuite/special_functions/01_assoc_laguerre/check_value.cc: New. - * testsuite/special_functions/01_assoc_laguerre/compile.cc: New. - * testsuite/special_functions/01_assoc_laguerre/compile_2.cc: New. - * testsuite/special_functions/02_assoc_legendre/check_nan.cc: New. - * testsuite/special_functions/02_assoc_legendre/check_value.cc: New. - * testsuite/special_functions/02_assoc_legendre/compile.cc: New. - * testsuite/special_functions/02_assoc_legendre/compile_2.cc: New. - * testsuite/special_functions/03_beta/check_nan.cc: New. - * testsuite/special_functions/03_beta/check_value.cc: New. - * testsuite/special_functions/03_beta/compile.cc: New. - * testsuite/special_functions/03_beta/compile_2.cc: New. - * testsuite/special_functions/04_comp_ellint_1/check_nan.cc: New. - * testsuite/special_functions/04_comp_ellint_1/check_value.cc: New. - * testsuite/special_functions/04_comp_ellint_1/compile.cc: New. - * testsuite/special_functions/04_comp_ellint_1/compile_2.cc: New. - * testsuite/special_functions/05_comp_ellint_2/check_nan.cc: New. - * testsuite/special_functions/05_comp_ellint_2/check_value.cc: New. - * testsuite/special_functions/05_comp_ellint_2/compile.cc: New. - * testsuite/special_functions/05_comp_ellint_2/compile_2.cc: New. - * testsuite/special_functions/06_comp_ellint_3/check_nan.cc: New. - * testsuite/special_functions/06_comp_ellint_3/check_value.cc: New. - * testsuite/special_functions/06_comp_ellint_3/compile.cc: New. - * testsuite/special_functions/06_comp_ellint_3/compile_2.cc: New. - * testsuite/special_functions/07_cyl_bessel_i/check_nan.cc: New. - * testsuite/special_functions/07_cyl_bessel_i/check_value.cc: New. - * testsuite/special_functions/07_cyl_bessel_i/compile.cc: New. - * testsuite/special_functions/07_cyl_bessel_i/compile_2.cc: New. - * testsuite/special_functions/07_cyl_bessel_i/pr56216.cc: New. - * testsuite/special_functions/08_cyl_bessel_j/check_nan.cc: New. - * testsuite/special_functions/08_cyl_bessel_j/check_value.cc: New. - * testsuite/special_functions/08_cyl_bessel_j/compile.cc: New. - * testsuite/special_functions/08_cyl_bessel_j/compile_2.cc: New. - * testsuite/special_functions/09_cyl_bessel_k/check_nan.cc: New. - * testsuite/special_functions/09_cyl_bessel_k/check_value.cc: New. - * testsuite/special_functions/09_cyl_bessel_k/compile.cc: New. - * testsuite/special_functions/09_cyl_bessel_k/compile_2.cc: New. - * testsuite/special_functions/10_cyl_neumann/check_nan.cc: New. - * testsuite/special_functions/10_cyl_neumann/check_value.cc: New. - * testsuite/special_functions/10_cyl_neumann/compile.cc: New. - * testsuite/special_functions/10_cyl_neumann/compile_2.cc: New. - * testsuite/special_functions/11_ellint_1/check_nan.cc: New. - * testsuite/special_functions/11_ellint_1/check_value.cc: New. - * testsuite/special_functions/11_ellint_1/compile.cc: New. - * testsuite/special_functions/11_ellint_1/compile_2.cc: New. - * testsuite/special_functions/12_ellint_2/check_nan.cc: New. - * testsuite/special_functions/12_ellint_2/check_value.cc: New. - * testsuite/special_functions/12_ellint_2/compile.cc: New. - * testsuite/special_functions/12_ellint_2/compile_2.cc: New. - * testsuite/special_functions/13_ellint_3/check_nan.cc: New. - * testsuite/special_functions/13_ellint_3/check_value.cc: New. - * testsuite/special_functions/13_ellint_3/compile.cc: New. - * testsuite/special_functions/13_ellint_3/compile_2.cc: New. - * testsuite/special_functions/14_expint/check_nan.cc: New. - * testsuite/special_functions/14_expint/check_value.cc: New. - * testsuite/special_functions/14_expint/compile.cc: New. - * testsuite/special_functions/14_expint/compile_2.cc: New. - * testsuite/special_functions/15_hermite/check_nan.cc: New. - * testsuite/special_functions/15_hermite/check_value.cc: New. - * testsuite/special_functions/15_hermite/compile.cc: New. - * testsuite/special_functions/15_hermite/compile_2.cc: New. - * testsuite/special_functions/16_laguerre/check_nan.cc: New. - * testsuite/special_functions/16_laguerre/check_value.cc: New. - * testsuite/special_functions/16_laguerre/compile.cc: New. - * testsuite/special_functions/16_laguerre/compile_2.cc: New. - * testsuite/special_functions/17_legendre/check_nan.cc: New. - * testsuite/special_functions/17_legendre/check_value.cc: New. - * testsuite/special_functions/17_legendre/compile.cc: New. - * testsuite/special_functions/17_legendre/compile_2.cc: New. - * testsuite/special_functions/18_riemann_zeta/check_nan.cc: New. - * testsuite/special_functions/18_riemann_zeta/check_value.cc: New. - * testsuite/special_functions/18_riemann_zeta/compile.cc: New. - * testsuite/special_functions/18_riemann_zeta/compile_2.cc: New. - * testsuite/special_functions/19_sph_bessel/check_nan.cc: New. - * testsuite/special_functions/19_sph_bessel/check_value.cc: New. - * testsuite/special_functions/19_sph_bessel/compile.cc: New. - * testsuite/special_functions/19_sph_bessel/compile_2.cc: New. - * testsuite/special_functions/20_sph_legendre/check_nan.cc: New. - * testsuite/special_functions/20_sph_legendre/check_value.cc: New. - * testsuite/special_functions/20_sph_legendre/compile.cc: New. - * testsuite/special_functions/20_sph_legendre/compile_2.cc: New. - * testsuite/special_functions/21_sph_neumann/check_nan.cc: New. - * testsuite/special_functions/21_sph_neumann/check_value.cc: New. - * testsuite/special_functions/21_sph_neumann/compile.cc: New. - * testsuite/special_functions/21_sph_neumann/compile_2.cc: New. - * testsuite/util/specfun_testcase.h: New. - * testsuite/tr1/5_numerical_facilities/special_functions/08_cyl_bessel_i/check_value.cc: More testcases. - * testsuite/tr1/5_numerical_facilities/special_functions/09_cyl_bessel_j/check_value.cc: Ditto. - * testsuite/tr1/5_numerical_facilities/special_functions/10_cyl_bessel_k/check_value.cc: Ditto. - * testsuite/tr1/5_numerical_facilities/special_functions/11_cyl_neumann/check_value.cc: Ditto. - * testsuite/tr1/5_numerical_facilities/special_functions/21_sph_bessel/check_value.cc: Ditto. - * testsuite/tr1/5_numerical_facilities/special_functions/23_sph_neumann/check_value.cc: Ditto. - * testsuite/tr1/5_numerical_facilities/special_functions/16_hermite/check_value.cc: New. - -2016-01-13 Jonathan Wakely - - PR libstdc++/48891 - * acinclude.m4 (GLIBCXX_CHECK_MATH11_PROTO): Check for obsolete isinf - and isnan functions. - * config.h.in: Regenerate. - * configure: Regenerate. - * include/c_global/cmath (isinf(double), isnan(double)) - [_GLIBCXX_HAVE_OBSOLETE_ISINF_ISNAN]: Import via using-directive. - * testsuite/26_numerics/headers/cmath/48891.cc: New. - -2016-01-13 Rainer Orth - - PR libstdc++/66006 - * configure.host (abi_baseline_pair): Use separate baseline for - Solaris 11+ and Solaris 10 with gld. - * config/abi/post/solaris2.11/amd64/baseline_symbols.txt: New file. - * config/abi/post/solaris2.11/baseline_symbols.txt: New file. - * config/abi/post/solaris2.11/sparcv9/baseline_symbols.txt: New file. - -2016-01-12 Daniel Kruegler - - PR libstdc++/68877 - * include/std/type_traits: Following N4511, reimplement __is_swappable - and __is_nothrow_swappable. Move __is_swappable to namespace std, - adjust callers. Use __is_nothrow_swappable in swap. - * include/bits/move.h: Use __is_nothrow_swappable in swap. - * testsuite/20_util/is_nothrow_swappable/value.cc: Extend; remove - __is_swappable related tests. - * testsuite/20_util/is_swappable/value.cc: New. - * testsuite/20_util/is_swappable/requirements/ - explicit_instantiation.cc: New. - * testsuite/20_util/is_swappable/requirements/typedefs.cc: New. - * testsuite/25_algorithms/swap/68877.cc: New. - -2016-01-12 Jonathan Wakely - - * testsuite/20_util/function/68995.cc: Test reference_wrapper cases. - - PR libstdc++/69005 - PR libstdc++/69222 - * include/std/functional (function::_Invoke): Remove, use result_of. - (function::_Callable): Replace alias template with class template - and use partial specialization instead of _NotSelf alias template. - (function(_Functor)): Add "not self" constraint so that _Callable is - not used while type is incomplete. - * testsuite/20_util/function/69222.cc: New. - -2016-01-11 Jonathan Wakely - - PR libstdc++/60976 - * include/bits/alloc_traits.h (allocator_traits>): - Define partial specialization. - * testsuite/20_util/shared_ptr/cons/58659.cc: Add construct and - destroy members to std::allocator explicit specialization. - -2016-01-08 Jonathan Wakely - - * testsuite/26_numerics/headers/cmath/ - c99_classification_macros_c++.cc: Rename to ... - * testsuite/26_numerics/headers/cmath/ - c99_classification_macros_c++98.cc: Here and add -std=gnu++98. - * testsuite/26_numerics/headers/cmath/ - c99_classification_macros_c++0x.cc: Rename to ... - * testsuite/26_numerics/headers/cmath/ - c99_classification_macros_c++11.cc: Here. - - PR libstdc++/69190 - * include/bits/uses_allocator.h: Add missing include. - -2016-01-07 Jonathan Wakely - - PR libstdc++/69105 - PR libstdc++/69106 - PR libstdc++/69114 - * include/bits/stl_iterator.h (back_insert_iterator, - front_insert_iterator, insert_iterator): Use __addressof (LWG 2324). - * include/bits/uses_allocator.h (__use_alloc): Use __addressof. - * include/std/future (__future::base::_State_baseV2::__setter): - Likewise. - * include/std/scoped_allocator (__outermost): Likewise. - * testsuite/20_util/scoped_allocator/69114.cc: New. - * testsuite/20_util/uses_allocator/69114.cc: New. - * testsuite/30_threads/promise/69106.cc: New. - -2016-01-06 Jonathan Wakely - - PR libstdc++/69092 - * include/bits/basic_string.h (basic_string::_S_copy_chars<_Iterator>): - Remove _GLIBCXX_NOEXCEPT. - testsuite/21_strings/basic_string/cons/char/69092.cc: New. - - * include/Makefile.am: Adjust. - * include/Makefile.in: Regenerate. - * include/bits/mutex.h: Rename to bits/std_mutex.h. - * include/std/condition_variable: Adjust include. - * include/std/mutex: Likewise. - -2016-01-04 Jakub Jelinek +2017-01-01 Jakub Jelinek Update copyright years. -Copyright (C) 2016 Free Software Foundation, Inc. +Copyright (C) 2017 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/libstdc++-v3/ChangeLog-2016 b/libstdc++-v3/ChangeLog-2016 new file mode 100644 index 000000000000..34ca95a846ea --- /dev/null +++ b/libstdc++-v3/ChangeLog-2016 @@ -0,0 +1,9929 @@ +2016-12-29 Ville Voutilainen + + Implement LWG 2842, in_place_t check for optional::optional(U&&) + should decay U. + * include/std/optional (_Optional_base(in_place_t, _Args&&...)): + Constrain. + (_Optional_base(in_place_t, initializer_list<_Up>, _Args&&...)): + Turn the int-pack constraint hack into a saner bool. + (_Optional_base<_Tp, false>::_Optional_base(in_place_t, _Args&&...)): + Constrain. + (_Optional_base<_Tp, false>::_Optional_base(in_place_t, + initializer_list<_Up>, _Args&&...)): + Turn the int-pack constraint hack into a saner bool. + (optional(_Up&&)): Constrain against in_place_t. + (optional(in_place_t, _Args&&...)): Constrain. + (constexpr optional(in_place_t, initializer_list<_Up>, _Args&&...)): + Turn the int-pack constraint hack into a saner bool. + * testsuite/20_util/optional/cons/value_neg.cc: Add a test for + a type that is constructible from in_place. + +2016-12-24 François Dumont + + * include/ext/random.tcc: Fix usage of _OutputIteratorConcept. + +2016-12-21 Jason Merrill + + * testsuite/util/testsuite_tr1.h (test_property): Don't define both + variadic and non-variadic overloads. + +2016-12-21 Jonathan Wakely + + PR libstdc++/71444 + * config/os/mingw32-w64/error_constants.h + (address_family_not_supported, address_in_use, address_not_available) + (already_connected, connection_aborted, connection_already_in_progress) + connection_refused, connection_reset, cross_device_link) + (destination_address_required, host_unreachable, message_size) + (network_down, network_reset, network_unreachable, no_buffer_space) + (no_protocol_option, not_a_socket, not_connected, operation_canceled) + (operation_in_progress, operation_not_supported, protocol_error) + (protocol_not_supported, too_many_links, too_many_symbolic_link_levels) + (value_too_large, wrong_protocol_type): Define. + (bad_message, identifier_removed, no_link, no_message_available) + (no_message, no_stream_resources, not_a_stream, owner_dead) + (state_not_recoverable, stream_timeout, text_file_busy): Define + conditionally. + * testsuite/19_diagnostics/headers/system_error/errc_std_c++0x.cc: + Guard test for no_message with _GLIBCXX_HAVE_ENOMSG. + +2016-12-19 Ville Voutilainen + + Make the perfect-forwarding constructor of a two-element tuple + sfinae away when the first argument is an allocator_arg. + * include/std/tuple (tuple(_U1&&, _U2&&)): Constrain. + * testsuite/20_util/tuple/cons/allocator_with_any.cc: New. + * testsuite/20_util/tuple/element_access/get_neg.cc: Adjust. + +2016-12-16 Jonathan Wakely + + * include/bits/stl_map.h (map::erase(iterator)): Add Doxygen markup + to reuse documentation for erase(const_iterator) overload. + * include/bits/stl_multimap.h (multimap::erase(iterator)): Likewise. + + * include/bits/stl_tree.h (_Rb_tree::_M_erase_aux(const_iterator)): + Add assertion for undefined argument. + (_Rb_tree::_M_erase_aux(const_iterator, const_iterator)): Call + _M_erase_aux directly instead of through erase. + (_Rb_tree::_M_erase_aux(const Key&)): Likewise. + * testsuite/23_containers/map/modifiers/erase/end_neg.cc: New test. + +2016-12-16 Ville Voutilainen + + Implement LWG 2769, Redundant const in the return type of + any_cast(const any&). + * include/std/any (_AnyCast): New. + (any_cast(const any&)): Use it and add an explicit cast for return. + (any_cast(any&)): Likewise. + (any_cast(any&&)): Likewise. + * testsuite/20_util/any/misc/any_cast.cc: Add a test for a type + that has an explicit copy constructor. + * testsuite/20_util/any/misc/any_cast_neg.cc: Adjust. + +2016-12-15 Jonathan Wakely + + PR libstdc++/59170 + * python/libstdcxx/v6/printers.py (StdListIteratorPrinter.to_string) + (StdSlistIteratorPrinter.to_string, StdVectorIteratorPrinter.to_string) + (StdRbtreeIteratorPrinter.to_string) + (StdDequeIteratorPrinter.to_string): Add check for value-initialized + iterators. + * testsuite/libstdc++-prettyprinters/simple.cc: Test them. + * testsuite/libstdc++-prettyprinters/simple11.cc: Likewise. + + PR libstdc++/59161 + * python/libstdcxx/v6/printers.py (StdListIteratorPrinter.to_string) + (StdSlistIteratorPrinter.to_string, StdVectorIteratorPrinter.to_string) + (StdRbtreeIteratorPrinter.to_string, StdDequeIteratorPrinter.to_string) + (StdDebugIteratorPrinter.to_string): Return string instead of + gdb.Value. + * testsuite/libstdc++-prettyprinters/59161.cc: New test. + + * python/libstdcxx/v6/printers.py (UniquePointerPrinter.to_string): + Remove redundant parentheses. + (RbtreeIterator, StdRbtreeIteratorPrinter): Add docstrings. + (StdForwardListPrinter.to_string): Remove redundant parentheses. + (StdExpOptionalPrinter.to_string): Use string formatting instead of + concatenation. + (StdVariantPrinter.to_string, StdNodeHandlePrinter.to_string) + (TemplateTypePrinter): Adjust whitespace. + + * python/libstdcxx/v6/xmethods.py (UniquePtrGetWorker.__init__): Use + correct element type for unique_ptr. + (UniquePtrGetWorker._supports, UniquePtrDerefWorker._supports): New + functions to disable unsupported operators for unique_ptr. + (UniquePtrSubscriptWorker): New worker for operator[]. + (UniquePtrMethodsMatcher.__init__): Register UniquePtrSubscriptWorker. + (UniquePtrMethodsMatcher.match): Call _supports on the chosen worker. + (SharedPtrGetWorker, SharedPtrDerefWorker, SharedPtrSubscriptWorker) + (SharedPtrUseCountWorker, SharedPtrUniqueWorker): New workers. + (SharedPtrMethodsMatcher): New matcher for shared_ptr. + (register_libstdcxx_xmethods): Register SharedPtrMethodsMatcher. + * testsuite/libstdc++-xmethods/unique_ptr.cc: Test arrays. + * testsuite/libstdc++-xmethods/shared_ptr.cc: New test. + +2016-12-14 François Dumont + + * include/bits/stl_tree.h + (_Rb_tree_impl(const _Key_compare&, const _Node_allocator&): Restore + before C++11 mode. + +2016-12-14 Jonathan Wakely + + * python/libstdcxx/v6/printers.py (num_elements): New function. + (StdMapPrinter.to_string, StdSetPrinter.to_string) + (StdDequePrinter.to_string, Tr1UnorderedSetPrinter.to_string) + (Tr1UnorderedMapPrinter.to_string): Use num_elements. + * testsuite/libstdc++-prettyprinters/cxx11.cc: Adjust expected results + to use singular noun when there is only one element. + * testsuite/libstdc++-prettyprinters/debug.cc: Likewise. + * testsuite/libstdc++-prettyprinters/debug_cxx11.cc: Likewise. + * testsuite/libstdc++-prettyprinters/simple.cc: Likewise. + * testsuite/libstdc++-prettyprinters/simple11.cc: Likewise. + * testsuite/libstdc++-prettyprinters/tr1.cc: Likewise. + + PR libstdc++/59170 + * python/libstdcxx/v6/printers.py (StdDebugIteratorPrinter): Use + _M_sequence and _M_version to detect invalid iterators. + * testsuite/libstdc++-prettyprinters/debug.cc: Test debug mode vector + and test invalid iterators. + * testsuite/libstdc++-prettyprinters/debug_cxx11.cc: New test. + +2016-12-12 Kyrylo Tkachov + + * testsuite/21_strings/basic_string/numeric_conversions/char/stod.cc: + XFAIL run if newlib_broken_long_double_io. + * testsuite/21_strings/basic_string/numeric_conversions/wchar_t/stod.cc: + Likewise. + * testsuite/21_strings/basic_string/numeric_conversions/wchar_t/stold.cc: + Likewise. + * testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc: + Likewise. + +2016-12-12 Jonathan Wakely + + * testsuite/experimental/filesystem/operations/is_empty.cc: + Remove stray character at end of dg-do directive. + + * testsuite/experimental/filesystem/operations/temp_directory_path.cc: + Remove stray character at end of dg-do directive. + +2016-12-09 Jonathan Wakely + + * include/std/variant: Remove misplaced + _GLIBCXX_BEGIN_NAMESPACE_VERSION macro. + +2016-12-08 David Edelsohn + + * testsuite/25_algorithms/headers/algorithm/ + parallel_algorithm_assert2.cc: Move dg-do run first. + +2016-12-08 Eric Botcazou + + PR libstdc++/78264 + * include/bits/c++config (_GLIBCXX_NOEXCEPT_PARM): Turn _N into _NE. + (_GLIBCXX_NOEXCEPT_QUAL): Likewise. + +2016-12-08 Jonathan Wakely + + * testsuite/experimental/filesystem/path/construct/range.cc: Don't + use basic_string::front() when string might be empty. + + * include/debug/array (swap): Add deleted overload. + * include/bits/stl_pair.h (swap): Remove redundant inline keyword + from deleted overload. + * include/bits/unique_ptr.h (swap): Likewise. + * include/std/array (swap): Likewise. + * include/std/optional (swap): Likewise. + * include/std/tuple (swap): Likewise. + * include/std/variant (swap): Likewise. + * testsuite/23_containers/array/tuple_interface/get_debug_neg.cc: + Adjust dg-error line numbers. + * testsuite/23_containers/array/tuple_interface/get_neg.cc: Likewise. + * testsuite/23_containers/array/tuple_interface/ + tuple_element_debug_neg.cc: Likewise. + * testsuite/23_containers/array/tuple_interface/tuple_element_neg.cc: + Likewise. + + PR libstdc++/71856 + * doc/xml/manual/using.xml: Document macro. + * include/bits/c++config [_GLIBCXX_DEBUG || _GLIBCXX_PARALLEL] + (__glibcxx_assert): Rename to __glibcxx_assert_impl. + [_GLIBCXX_DEBUG] (__glibcxx_assert): Expand to __glibcxx_assert_impl. + * include/parallel/base.h [_GLIBCXX_PARALLEL_ASSERTIONS] + (_GLIBCXX_PARALLEL_ASSERT): Expand to __glibcxx_assert_impl. + [!_GLIBCXX_PARALLEL_ASSERTIONS] (_GLIBCXX_PARALLEL_ASSERT): Define as + empty. + * testsuite/25_algorithms/headers/algorithm/ + parallel_algorithm_assert2.cc: New test. + +2016-12-08 Jakub Jelinek + + * testsuite/util/testsuite_new_operators.h: Include testsuite_hooks.h. + (operator new): Use THROW macro. + +2016-12-07 François Dumont + + * include/bits/stl_tree.h + (_Rb_tree<>::_M_copy(_Const_Link_type, _Base_ptr)): Delete. + (_Rb_tree<>::_M_copy(const _Rb_tree&, _NodeGen&)): New. + (_Rb_tree<>::_M_copy(const _Rb_tree&)): New, use latter. + (_Rb_tree<>(const _Rb_tree&): Use latter. + (_Rb_tree<>(const _Rb_tree&, const allocator_type&)): Likewise. + (_Rb_tree<>::_M_move_data(_Rb_tree&, false_type)): Likewise. + (_Rb_tree<>::_M_move_assign(_Rb_tree&, false_type)): Likewise. + (_Rb_tree<>::operator=(const _Rb_tree&)): Likewise. + + * include/bits/stl_map.h (map(const map&)): Make default. + (map(map&&)): Likewise. + (~map()): Likewise. + (operator=(const map&)): Likewise. + * include/bits/stl_multimap.h (multimap(const multimap&)): Make default. + (multimap(multimap&&)): Likewise. + (~multimap()): Likewise. + (operator=(const multimap&)): Likewise. + * include/bits/stl_set.h (set(const set&)): Make default. + (set(set&&)): Likewise. + (~set()): Likewise. + (operator=(const set&)): Likewise. + * include/bits/stl_multiset.h (multiset(const multiset&)): Make default. + (multiset(multiset&&)): Likewise. + (~multiset()): Likewise. + (operator=(const multiset&)): Likewise. + * include/bits/stl_tree.h (_Rb_tree_key_compare<>): New. + (_Rb_tree_header): New. + (_Rb_tree_impl): Inherit from latters. + (_Rb_tree_impl()): Make default. + (_Rb_tree_impl(const _Rb_tree_impl&)): New. + (_Rb_tree<>(const _Rb_tree&): Use latter. + (_Rb_tree_impl(_Rb_tree_impl&&)): New, default. + (_Rb_tree_impl(const _Key_compare&, const _Node_allocator&)): Delete. + (_Rb_tree_impl::_M_reset): Move... + (_Rb_tree_header::_M_reset): ...here. + (_Rb_tree_impl::_M_initialize): Delete. + (_Rb_tree(_Rb_tree&&)): Make default. + (_Rb_tree_header::_M_move_data(_Rb_tree_header&)): New. + (_Rb_tree<>::_M_move_data(_Rb_tree&, true_type)): Use latter. + (_Rb_tree<>(_Rb_tree&&)): Make default. + +2016-12-07 Jonathan Wakely + + * include/experimental/bits/fs_path.h (path::_S_convert): Replace + uses of C++14 std::remove_cv_t alias template. + + * testsuite/28_regex/traits/char/user_defined.cc: Replace uses of + C++14 std::exchange function. + + * testsuite/util/testsuite_hooks.h (THROW): Define. + * testsuite/util/replacement_memory_operators.h: Include + testsuite_hooks.h and use THROW macro. + * testsuite/util/testsuite_tr1.h: Likewise. + * testsuite/20_util/allocator/1.cc: Use THROW macro. + * testsuite/22_locale/locale/cons/12352.cc: Likewise. + * testsuite/23_containers/vector/zero_sized_allocations.cc: Likewise. + * testsuite/30_threads/lock_guard/cons/1.cc: Replace dynamic exception + specification with noexcept-specifier. + * testsuite/ext/pool_allocator/allocate_chunk.cc: Include + testsuite_hooks.h and use THROW macro. + * testsuite/ext/profile/replace_new.cc: Likewise. + + * include/ext/bitmap_allocator.h (bitmap_allocator::_S_refill_pool) + (bitmap_allocator::_M_allocate_single_object) + (bitmap_allocator::_M_get): Use _GLIBCXX_THROW macro. + + * testsuite/18_support/bad_exception/59392.cc: Disable for C++17. + + * testsuite/18_support/headers/new/synopsis.cc: Add C++14 and C++17 + declarations. + * testsuite/18_support/headers/new/synopsis_cxx98.cc: New test. + +2016-12-06 Felipe Magno de Almeida + + * src/c++11/cow-stdexcept.cc: Add special case for 16 bit pointers. + + * crossconfig.m4: Add avr target for cross-compilation. + * configure: Regenerate. + +2016-12-06 Jonathan Wakely + + * python/libstdcxx/v6/printers.py (StdVariantPrinter): Update for new + data member name. + * testsuite/libstdc++-prettyprinters/cxx17.cc: Remove redundant test. + + * include/bits/shared_ptr_base.h + (__shared_ptr_access::operator->()): Fix assertion. + +2016-12-06 Ville Voutilainen + + Constrain optional's __constexpr_addressof in its return type + and use a constexpr addressof for optional, if available. + * include/experimental/optional (__constexpr_addressof): + Constrain in the return type instead of in a template parameter. + (_Has_addressof_mem) + (_Has_addressof_free, _Has_addressof, __constexpr_addressof): + Guard with #ifndef __cpp_lib_addressof_constexpr. + (operator->()): Use std::__addressof if it's constexpr. + +2016-12-06 Tim Shen + + * include/std/variant (visit): Make visit constexpr. Also cleanup + __get_alternative and __storage, since we don't support reference/void + alternatives any more. + * testsuite/20_util/variant/compile.cc: Add tests. + +2016-12-06 Tim Shen + + * include/bits/enable_special_members.h: Make + _Enable_default_constructor constexpr. + * include/std/variant (variant::emplace, variant::swap, std::swap, + std::hash): Sfinae on emplace and std::swap; handle __poison_hash bases + of duplicated types. + +2016-12-06 Tim Shen + + * include/std/variant (std::get, operator==): Implement constexpr + comparison and get<>. + * testsuite/20_util/variant/compile.cc: Tests. + +2016-12-06 Tim Shen + + * include/std/variant (__erased_use_alloc_ctor, + _Variant_base::_Variant_base, variant::variant): Remove uses-allocator + related functions. + * testsuite/20_util/variant/compile.cc: Remove related tests. + * testsuite/20_util/variant/run.cc: Remove related tests. + +2016-12-06 Aditya Kumar + + * src/c++11/shared_ptr.cc (_Sp_locker::_Sp_locker(const void* p)): Add + noexcept on constructor. + (_Sp_locker::_Sp_locker(const void* p1, const void* p2)): Same. + +2016-12-06 Jonathan Wakely + + * include/bits/basic_string.h (basic_string::find, basic_string::rfind) + (basic_string::find_first_of, basic_string::find_last_of) + (basic_string::find_first_not_of, basic_string::find_last_not_of): + Make all overloads noexcept. + (basic_string::compare(const _CharT*)): Make noexcept. + +2016-12-03 John David Anglin + + * config/abi/post/hppa-linux-gnu/baseline_symbols.txt: Regenerate. + +2016-12-01 David Edelsohn + + * testsuite/26_numerics/headers/cmath/hypot.cc: XFAIL on AIX. + +2016-12-01 Ville Voutilainen + + Implement LWG 2766, + Swapping non-swappable types and LWG 2749, + swappable traits for variants. + * include/bits/move.h (swap(_Tp&, _Tp&)): Constrain + with __is_tuple_like. + * include/bits/stl_pair.h (swap(pair<_T1, _T2>&, pair<_T1, _T2>&)): + Add a deleted overload. + * include/bits/unique_ptr.h + (swap(unique_ptr<_Tp, _Dp>&, unique_ptr<_Tp, _Dp>&)): Likewise. + * include/std/array + (swap(array<_Tp, _Nm>&, array<_Tp, _Nm>&)): Likewise. + * include/std/optional + (swap(optional<_Tp>&, optional<_Tp>&)): Likewise. + * include/std/tuple (__is_tuple_like_impl, __is_tuple_like): + Move to type_traits. + (swap(tuple<_Elements...>&, tuple<_Elements...>&)): Add a deleted + overload. + * include/std/type_traits (__is_tuple_like_impl, __is_tuple_like): + New. + (swap(_Tp&, _Tp&)): Constrain with __is_tuple_like. + * include/std/utility (__is_tuple_like_impl): Move to type_traits. + * include/std/variant + (swap(variant<_Types...>&, variant<_Types...>&)): + Add a deleted overload. + * testsuite/20_util/optional/swap/2.cc: Add tests for disabled + swaps. + * testsuite/20_util/pair/swap_cxx17.cc: New. + * testsuite/20_util/tuple/swap_cxx17.cc: Likewise. + * testsuite/20_util/unique_ptr/specialized_algorithms/swap_cxx17.cc: + Likewise. + * testsuite/20_util/variant/compile.cc: Add tests for disabled + swaps. + * testsuite/23_containers/array/specialized_algorithms/swap_cxx17.cc: + New. + * testsuite/23_containers/array/tuple_interface/get_neg.cc: Adjust. + * testsuite/23_containers/array/tuple_interface/tuple_element_neg.cc: + Likewise. + +2016-12-01 Ville Voutilainen + + The convertible_to traits need to use a variadic catch-all for the + false-cases. + * include/std/istream (__is_convertible_to_basic_istream): + Change the parameter of the false-case of __check to a variadic. + * include/std/ostream (__is_convertible_to_basic_ostream): + Likewise. + +2016-12-01 Bernd Edlinger + + * crossconfig.m4 (*-linux*): Add link-check for memalign. + * configure: Regenerated. + +2016-12-01 Tim Shen + + PR libstdc++/71500 + * include/bits/regex.h (basic_regex::basic_regex): Use ECMAScript + when the syntax is not specified. + * include/bits/regex_compiler.h (_RegexTranslator, + _RegexTranslatorBase): Partially support icase in ranges. + * include/bits/regex_compiler.tcc (_BracketMatcher::_M_apply): + Refactor _M_apply to make the control flow easier to follow, and + call _M_translator._M_match_range as added previously. + * testsuite/28_regex/traits/char/icase.cc: Add new tests. + * testsuite/28_regex/traits/char/user_defined.cc: Add new tests. + +2016-11-30 Ville Voutilainen + + Fix testsuite failures caused by the patch implementing LWG 2534. + * include/std/istream (__is_convertible_to_basic_istream): + Change the return types of __check, introduce istream_type. + (operator>>(_Istream&&, _Tp&&)): + Use __is_convertible_to_basic_istream::istream_type as the return type. + * include/std/ostream (__is_convertible_to_basic_ostream): + Change the return types of __check, introduce ostream_type. + (operator>>(_Ostream&&, _Tp&&)): + Use __is_convertible_to_basic_ostream::ostream_type as the return type. + +2016-11-30 Tim Shen + + * include/bits/shared_ptr_base.h + (__shared_ptr_access::operator*()): Fix assertion. + +2016-11-30 David Edelsohn + + * testsuite/18_support/50594.cc: XFAIL on AIX. + * testsuite/ext/mt_allocator/check_new.cc: Same. + * testsuite/ext/pool_allocator/check_new.cc: Same. + * testsuite/27_io/ios_base/storage/11584.cc: Same. + +2016-11-30 Ville Voutilainen + + Implement LWG 2534, Constrain rvalue stream operators. + * include/std/istream (__is_convertible_to_basic_istream): New. + (__is_extractable): Likewise. + (operator>>(basic_istream<_CharT, _Traits>&&, _Tp&&)): + Turn the stream parameter into a template parameter + and constrain. + * include/std/ostream (__is_convertible_to_basic_ostream): New. + (__is_insertable): Likewise. + (operator<<(basic_ostream<_CharT, _Traits>&&, const _Tp&)): + Turn the stream parameter into a template parameter + and constrain. + * testsuite/27_io/basic_istream/extractors_other/char/4.cc: New. + * testsuite/27_io/basic_istream/extractors_other/wchar_t/4.cc: + Likewise. + * testsuite/27_io/basic_ostream/inserters_other/char/6.cc: Likewise. + * testsuite/27_io/basic_ostream/inserters_other/wchar_t/6.cc: Likewise. + +2016-11-30 Christophe Lyon + + * testsuite/experimental/type_erased_allocator/2.cc: Add + dg-require-thread-fence. + +2016-11-29 David Edelsohn + + PR libstdc++/68838 + * testsuite/lib/libstdc++.exp (DEFAULT_CXXFLAGS): Add -Wl,-bmaxdata on + AIX. + * testsuite/23_containers/vector/profile/vector.cc: Remove + dg-additional-options. + +2016-11-26 Tim Shen + + PR libstdc++/78441 + * include/std/variant: Propagate cv qualifications to types returned + by variant_alternative. + * testsuite/20_util/variant/compile.cc: Tests. + +2016-11-23 Felix Morgner + Jonathan Wakely + + PR libstdc++/78490 + * include/experimental/propagate_const (propagate_const::operator=): + Add missing return statements. + * testsuite/experimental/propagate_const/assignment/move_neg.cc: + Adjust dg-error line numbers. + * testsuite/experimental/propagate_const/requirements2.cc: Likewise. + +2016-11-22 Uros Bizjak + + * testsuite/Makefile.am + (check-DEJAGNU $(check_DEJAGNU_normal_targets)): Fix detection + of -j argument. + * testsuite/Makefile.in: Regenereate. + +2016-11-22 Jonathan Wakely + + PR libstdc++/78465 + * testsuite/29_atomics/headers/atomic/macros.cc: Replace runtime tests + with preprocessor conditions. + +2016-11-21 Rainer Orth + + * acinclude.m4 (GLIBCXX_CHECK_MATH11_PROTO): Update comments. + (__CORRECT_ISO_CPP11_MATH_H_PROTO): Rename to ... + (__CORRECT_ISO_CPP11_MATH_H_PROTO_FP): ... this. + Add test for C++11 integral overloads. + * configure: Regenerate. + * config.h.in: Regenerate. + + * include/c_global/cmath [__cplusplus >= 201103L]: Reflect + __CORRECT_ISO_CPP11_MATH_H_PROTO to + __CORRECT_ISO_CPP11_MATH_H_PROTO_FP rename. + * include/c_global/cmath [_GLIBCXX_USE_C99_MATH && + !_GLIBCXX_USE_C99_FP_MACROS_DYNAMIC && __cplusplus >= 201103L] + (std::fpclassify): Wrap in !__CORRECT_ISO_CPP11_MATH_H_PROTO_INT. + (std::isfinite): Likewise. + (std::isinf): Likewise. + (std::isnan): Likewise. + (std::isnormal): Likewise. + (std::signbit): Likewise. + (std::isgreater): Likewise. + (std::isgreaterequal): Likewise. + (std::isless): Likewise. + (std::islessequal): Likewise. + (std::islessgreater): Likewise. + (std::isunordered): Likewise. + [__cplusplus >= 201103L && _GLIBCXX_USE_C99_MATH_TR1] + (std::acosh): Likewise. + (std::asinh): Likewise. + (std::atanh): Likewise. + (std::cbrt): Likewise. + (std::copysign): Likewise. + (std::erf): Likewise. + (std::erfc): Likewise. + (std::exp2): Likewise. + (std::expm1): Likewise. + (std::fdim): Likewise. + (std::fma): Likewise. + (std::fmax): Likewise. + (std::fmin): Likewise. + (std::hypot): Likewise. + (std::ilogb): Likewise. + (std::lgamma): Likewise. + (std::llrint): Likewise. + (std::llround): Likewise. + (std::log1p): Likewise. + (std::log2): Likewise. + (std::logb): Likewise. + (std::lrint): Likewise. + (std::lround): Likewise. + (std::nearbyint): Likewise. + (std::nextafter): Likewise. + (std::nexttoward): Likewise. + (std::remainder): Likewise. + (std::remquo): Likewise. + (std::rint): Likewise. + (std::round): Likewise. + (std::scalbln): Likewise. + (std::scalbn): Likewise. + (std::tgamma): Likewise. + (std::trunc): Likewise. + * include/tr1/cmath [_GLIBCXX_USE_C99_MATH_TR1 && __cplusplus >= + 201103L]: Reflect __CORRECT_ISO_CPP11_MATH_H_PROTO to + __CORRECT_ISO_CPP11_MATH_H_PROTO_FP rename. + +2016-11-15 Jonathan Wakely + + PR libstdc++/59406 + * include/bits/functional_hash.h: Add comment noting difference from + FNV-1a. + * include/tr1/functional_hash.h: Likewise. + * libsupc++/hash_bytes.cc: Likewise. + + * include/bits/basic_string.h: Reuse _If_sv alias template for new + constructor. + + * doc/xml/manual/intro.xml: Document LWG 2770 status. Remove entries + for 2742 and 2748. + * doc/html/*: Regenerate. + * include/std/utility (__tuple_size_cv_impl): New helper to safely + detect tuple_size::value, as per LWG 2770. + (tuple_size): Adjust partial specializations to derive from + __tuple_size_cv_impl. + * testsuite/20_util/tuple/cv_tuple_size.cc: Test SFINAE-friendliness. + + * testsuite/libstdc++-prettyprinters/cxx17.cc: Adjust test for + variant. + +2016-11-15 Tim Shen + + * include/std/variant: Remove variant, variant, variant<> + support to rebase on the post-Issaquah design. + * testsuite/20_util/variant/compile.cc: Likewise. + +2016-11-15 Matthias Klose + + * configure: Regenerate. + +2016-11-15 Jonathan Wakely + + * testsuite/19_diagnostics/error_code/is_error_code_v.cc: Fix license + text. + * testsuite/20_util/any/assign/emplace.cc: Likewise. + * testsuite/20_util/any/cons/in_place.cc: Likewise. + * testsuite/20_util/any/make_any.cc: Likewise. + * testsuite/20_util/any/requirements.cc: Likewise. + * testsuite/20_util/any/typedefs.cc: Likewise. + * testsuite/20_util/bind/is_placeholder_v.cc: Likewise. + * testsuite/20_util/duration/requirements/treat_as_floating_point_v.cc: + Likewise. + * testsuite/20_util/in_place/requirements.cc: Likewise. + * testsuite/20_util/optional/77288.cc: Likewise. + * testsuite/20_util/optional/assignment/1.cc: Likewise. + * testsuite/20_util/optional/assignment/2.cc: Likewise. + * testsuite/20_util/optional/assignment/3.cc: Likewise. + * testsuite/20_util/optional/assignment/4.cc: Likewise. + * testsuite/20_util/optional/assignment/5.cc: Likewise. + * testsuite/20_util/optional/assignment/6.cc: Likewise. + * testsuite/20_util/optional/assignment/7.cc: Likewise. + * testsuite/20_util/optional/cons/77727.cc: Likewise. + * testsuite/20_util/optional/cons/move.cc: Likewise. + * testsuite/20_util/optional/cons/value.cc: Likewise. + * testsuite/20_util/optional/cons/value_neg.cc: Likewise. + * testsuite/20_util/optional/constexpr/cons/value.cc: Likewise. + * testsuite/20_util/optional/constexpr/make_optional.cc: Likewise. + * testsuite/20_util/optional/constexpr/observers/1.cc: Likewise. + * testsuite/20_util/optional/constexpr/observers/2.cc: Likewise. + * testsuite/20_util/optional/constexpr/observers/3.cc: Likewise. + * testsuite/20_util/optional/constexpr/observers/4.cc: Likewise. + * testsuite/20_util/optional/constexpr/observers/5.cc: Likewise. + * testsuite/20_util/optional/constexpr/relops/1.cc: Likewise. + * testsuite/20_util/optional/constexpr/relops/2.cc: Likewise. + * testsuite/20_util/optional/constexpr/relops/3.cc: Likewise. + * testsuite/20_util/optional/constexpr/relops/4.cc: Likewise. + * testsuite/20_util/optional/constexpr/relops/5.cc: Likewise. + * testsuite/20_util/optional/constexpr/relops/6.cc: Likewise. + * testsuite/20_util/optional/hash.cc: Likewise. + * testsuite/20_util/optional/make_optional.cc: Likewise. + * testsuite/20_util/optional/observers/1.cc: Likewise. + * testsuite/20_util/optional/observers/2.cc: Likewise. + * testsuite/20_util/optional/observers/3.cc: Likewise. + * testsuite/20_util/optional/observers/4.cc: Likewise. + * testsuite/20_util/optional/observers/5.cc: Likewise. + * testsuite/20_util/optional/observers/6.cc: Likewise. + * testsuite/20_util/optional/relops/1.cc: Likewise. + * testsuite/20_util/optional/relops/2.cc: Likewise. + * testsuite/20_util/optional/relops/3.cc: Likewise. + * testsuite/20_util/optional/relops/4.cc: Likewise. + * testsuite/20_util/optional/relops/5.cc: Likewise. + * testsuite/20_util/optional/relops/6.cc: Likewise. + * testsuite/20_util/optional/requirements.cc: Likewise. + * testsuite/20_util/optional/swap/1.cc: Likewise. + * testsuite/20_util/optional/typedefs.cc: Likewise. + * testsuite/20_util/ratio/requirements/ratio_equal_v.cc: Likewise. + * testsuite/20_util/tuple/tuple_size_v.cc: Likewise. + * testsuite/20_util/uses_allocator/requirements/uses_allocator_v.cc: + Likewise. + * testsuite/20_util/variable_templates_for_traits.cc: Likewise. + * testsuite/20_util/variant/hash.cc: Likewise. + * testsuite/21_strings/basic_string_view/typedefs.cc: Likewise. + * testsuite/experimental/any/typedefs.cc: Likewise. + * testsuite/experimental/array/make_array.cc: Likewise. + * testsuite/experimental/array/neg.cc: Likewise. + * testsuite/experimental/chrono/value.cc: Likewise. + * testsuite/experimental/deque/erasure.cc: Likewise. + * testsuite/experimental/forward_list/erasure.cc: Likewise. + * testsuite/experimental/list/erasure.cc: Likewise. + * testsuite/experimental/map/erasure.cc: Likewise. + * testsuite/experimental/memory/observer_ptr/assignment/assign.cc: + Likewise. + * testsuite/experimental/memory/observer_ptr/cons/cons.cc: Likewise. + * testsuite/experimental/memory/observer_ptr/hash/hash.cc: Likewise. + * testsuite/experimental/memory/observer_ptr/make_observer.cc: + Likewise. + * testsuite/experimental/memory/observer_ptr/relops/relops.cc: + Likewise. + * testsuite/experimental/memory/observer_ptr/requirements.cc: Likewise. + * testsuite/experimental/memory/observer_ptr/swap/swap.cc: Likewise. + * testsuite/experimental/memory/observer_ptr/typedefs.cc: Likewise. + * testsuite/experimental/optional/77288.cc: Likewise. + * testsuite/experimental/optional/assignment/1.cc: Likewise. + * testsuite/experimental/optional/assignment/2.cc: Likewise. + * testsuite/experimental/optional/assignment/3.cc: Likewise. + * testsuite/experimental/optional/assignment/4.cc: Likewise. + * testsuite/experimental/optional/assignment/5.cc: Likewise. + * testsuite/experimental/optional/assignment/6.cc: Likewise. + * testsuite/experimental/optional/cons/77727.cc: Likewise. + * testsuite/experimental/optional/cons/move.cc: Likewise. + * testsuite/experimental/optional/cons/value.cc: Likewise. + * testsuite/experimental/optional/cons/value_neg.cc: Likewise. + * testsuite/experimental/optional/constexpr/cons/value.cc: Likewise. + * testsuite/experimental/optional/constexpr/make_optional.cc: Likewise. + * testsuite/experimental/optional/constexpr/observers/1.cc: Likewise. + * testsuite/experimental/optional/constexpr/observers/2.cc: Likewise. + * testsuite/experimental/optional/constexpr/observers/3.cc: Likewise. + * testsuite/experimental/optional/constexpr/observers/4.cc: Likewise. + * testsuite/experimental/optional/constexpr/observers/5.cc: Likewise. + * testsuite/experimental/optional/constexpr/relops/1.cc: Likewise. + * testsuite/experimental/optional/constexpr/relops/2.cc: Likewise. + * testsuite/experimental/optional/constexpr/relops/3.cc: Likewise. + * testsuite/experimental/optional/constexpr/relops/4.cc: Likewise. + * testsuite/experimental/optional/constexpr/relops/5.cc: Likewise. + * testsuite/experimental/optional/constexpr/relops/6.cc: Likewise. + * testsuite/experimental/optional/make_optional.cc: Likewise. + * testsuite/experimental/optional/observers/1.cc: Likewise. + * testsuite/experimental/optional/observers/2.cc: Likewise. + * testsuite/experimental/optional/observers/3.cc: Likewise. + * testsuite/experimental/optional/observers/4.cc: Likewise. + * testsuite/experimental/optional/observers/5.cc: Likewise. + * testsuite/experimental/optional/relops/1.cc: Likewise. + * testsuite/experimental/optional/relops/2.cc: Likewise. + * testsuite/experimental/optional/relops/3.cc: Likewise. + * testsuite/experimental/optional/relops/4.cc: Likewise. + * testsuite/experimental/optional/relops/5.cc: Likewise. + * testsuite/experimental/optional/relops/6.cc: Likewise. + * testsuite/experimental/optional/requirements.cc: Likewise. + * testsuite/experimental/optional/swap/1.cc: Likewise. + * testsuite/experimental/optional/typedefs.cc: Likewise. + * testsuite/experimental/propagate_const/assignment/move.cc: Likewise. + * testsuite/experimental/propagate_const/assignment/move_neg.cc: + Likewise. + * testsuite/experimental/propagate_const/cons/move.cc: Likewise. + * testsuite/experimental/propagate_const/cons/move_neg.cc: Likewise. + * testsuite/experimental/propagate_const/hash/1.cc: Likewise. + * testsuite/experimental/propagate_const/observers/1.cc: Likewise. + * testsuite/experimental/propagate_const/relops/1.cc: Likewise. + * testsuite/experimental/propagate_const/requirements1.cc: Likewise. + * testsuite/experimental/propagate_const/requirements2.cc: Likewise. + * testsuite/experimental/propagate_const/requirements3.cc: Likewise. + * testsuite/experimental/propagate_const/requirements4.cc: Likewise. + * testsuite/experimental/propagate_const/requirements5.cc: Likewise. + * testsuite/experimental/propagate_const/swap/1.cc: Likewise. + * testsuite/experimental/propagate_const/typedefs.cc: Likewise. + * testsuite/experimental/random/randint.cc: Likewise. + * testsuite/experimental/ratio/value.cc: Likewise. + * testsuite/experimental/set/erasure.cc: Likewise. + * testsuite/experimental/string/erasure.cc: Likewise. + * testsuite/experimental/string_view/typedefs.cc: Likewise. + * testsuite/experimental/system_error/value.cc: Likewise. + * testsuite/experimental/tuple/tuple_size.cc: Likewise. + * testsuite/experimental/type_traits/value.cc: Likewise. + * testsuite/experimental/unordered_map/erasure.cc: Likewise. + * testsuite/experimental/unordered_set/erasure.cc: Likewise. + * testsuite/experimental/vector/erasure.cc: Likewise. + + * doc/xml/manual/intro.xml: Document LWG 2742 status. + * doc/html/*: Regenerate. + * include/bits/basic_string.h + (basic_string(const T&, size_type, size_type, const Allocator&)): Add + constructor for substring of basic_string_view, as per LWG 2742 but + with additional constraint to fix ambiguity. + * testsuite/21_strings/basic_string/cons/char/9.cc: New test. + * testsuite/21_strings/basic_string/cons/wchar_t/9.cc: New test. + + * doc/xml/manual/intro.xml: Document LWG 2748 status. + * include/std/optional (optional::swap): Use is_nothrow_swappable_v + for exception specification. + (swap(optional&, optional&)): Disable when T is not swappable. + * testsuite/20_util/optional/swap/2.cc: New test. + +2016-11-14 Ville Voutilainen + + Implement P0513R0, Poisoning the Hash. + * include/bits/functional_hash.h (__poison_hash): New. + * include/bits/unique_ptr.h + (hash>): Derive from __poison_hash. + * include/std/optional (hash>): Likewise. + * include/std/variant (hash>): Likewise. + * testsuite/20_util/default_delete/48631_neg.cc: Adjust. + * testsuite/20_util/default_delete/void_neg.cc: Likewise. + * testsuite/20_util/optional/hash.cc: New. + * testsuite/20_util/unique_ptr/assign/48635_neg.cc: Adjust. + * testsuite/20_util/unique_ptr/cons/cv_qual_neg.cc: Adjust. + * testsuite/20_util/unique_ptr/hash/1.cc: Add tests for + poisoned fancy pointer hashes. + * testsuite/20_util/variant/hash.cc: New. + +2016-11-14 Ville Voutilainen + + Implement P0504R0 (Revisiting in-place tag types for + any/optional/variant). + * include/std/any (any(_ValueType&& __value)): Constrain + the __is_in_place_type with the decayed type. + (make_any): Adjust to use the new tag type. + * include/std/utility (in_place_tag): Remove. + (in_place_t): Turn into a non-reference tag type. + (__in_place, __in_place_type, __in_place_index): Remove. + (in_place): Turn into an inline variable of non-reference + tag type. + (in_place<_Tp>): Remove. + (in_place_index<_Idx>): Remove. + (in_place_type_t): New. + (in_place_type): Turn into a variable template of non-reference + type. + (in_place_index_t): New. + (in_place_index): Turn into a variable template of non-reference + type. + * include/std/variant + (_Variant_storage(in_place_index_t<_Np>, _Args&&...)): Adjust to + use the new tag type. + (_Union(in_place_index_t<0>, _Args&&...)): Likewise. + (_Union(in_place_index_t<_Np>, _Args&&...)): Likewise. + (_Variant_base()): Likewise. + (variant(_Tp&&)): Likewise. + (variant(in_place_type_t<_Tp>, _Args&&...)): Likewise. + (variant(in_place_type_t<_Tp>, initializer_list<_Up>, + _Args&&...)): Likewise. + (variant(in_place_index_t<_Np>, _Args&&...)): Likewise. + (variant(in_place_index_t<_Np>, initializer_list<_Up>, + _Args&&...)): Likewise + (variant(allocator_arg_t, const _Alloc&)): Likewise. + (variant(allocator_arg_t, const _Alloc&, _Tp&&)): Likewise. + (variant(allocator_arg_t, const _Alloc&, in_place_type_t<_Tp>, + _Args&&...)): Likewise. + (variant(allocator_arg_t, const _Alloc&, in_place_type_t<_Tp>, + initializer_list<_Up>, _Args&&...)): Likewise. + (variant(allocator_arg_t, const _Alloc&, in_place_index_t<_Np>, + _Args&&...)): Likewise. + (variant(allocator_arg_t, const _Alloc&, in_place_index_t<_Np>, + initializer_list<_Up>, _Args&&...)): Likewise. + (emplace(_Args&&...)): Likewise. + (emplace(initializer_list<_Up>, _Args&&...)): Likewise. + * testsuite/20_util/any/cons/explicit.cc: Likewise. + * testsuite/20_util/any/cons/in_place.cc: Likewise. + * testsuite/20_util/any/requirements.cc: Add tests to + check that any is not constructible from the new in_place_type_t + of any value category. + * testsuite/20_util/in_place/requirements.cc: Adjust to + use the new tag type. + * testsuite/20_util/variant/compile.cc: Likewise. + * testsuite/20_util/variant/run.cc: Likewise. + +2016-11-14 Ville Voutilainen + + Use constexpr addressof in optional, SFINAE housekeeping + for any, optional and tuple. + * include/std/any (__do_emplace(_Args&&...)): New. + (__do_emplace(initializer_list<_Up>, _Args&&...)): Likewise. + (__any_constructible): Likewise. + (__any_constructible_t): Use __any_constructible. + (operator=(_ValueType&&)): SFINAE in the return type. + (emplace(_Args&&...)): Likewise. + (emplace(initializer_list<_Up>, _Args&&...)): Likewise. + * include/std/optional (_Has_addressof_mem): Remove. + (_Has_addressof_free): Likewise. + (_Has_addressof): Likewise. + (__constexpr_addressof(_Tp&)): Likewise. + (operator->): Use std::__addressof. + * include/std/tuple (operator=(const tuple<_UElements...>&)): + SFINAE in return type. + (operator=(tuple<_UElements...>&&)): Likewise. + * testsuite/20_util/any/misc/any_cast_neg.cc: Adjust. + +2016-11-14 Jonathan Wakely + + * include/bits/move.h (addressof(const _Tp&&)): Add deleted overload, + as per LWG 2598. + + * include/std/future (future::share(), future::share()) + (future::share()): Add noexcept, as per LWG 2556. + +2016-11-13 Jonathan Wakely + + PR libstdc++/78326 + * include/experimental/memory_resource (memory_resource::_S_max_align): + Change access to protected. + + * doc/xml/manual/status_cxx2017.xml: Update status. + * doc/html/manual/status.html: Regenerate. + * include/bits/shared_ptr.h (shared_ptr(unique_ptr<_Yp, _Del>)): Add + extension constructor to maintain C++14 behaviour. + * include/bits/shared_ptr_base.h (__sp_array_delete): Add new struct. + (__shared_count(_Ptr, false_type), __shared_count(_Ptr, true_type)): + New constructors. + (__sp_compatible_with, __sp_is_constructible): Add specializations + for array support. + (__sp_is_constructible_arr, __sp_is_constructible_arrN): New helpers. + (__shared_ptr_access): New base class for observer member functions. + (__shared_ptr::element_type): Use remove_extent. + (__shared_ptr::_UniqCompatible): Add __sp_compatible_with check. + (__shared_ptr(_Yp*)): Use tag dispatching to call new __shared_count + constructor. + (__shared_ptr(unique_ptr<_Yp, _Del>)): Add extension constructor. + (__shared_ptr::operator*, __shared_ptr::operator->): Remove and + inherit from __shared_ptr_access base class. + (__shared_ptr::__has_esft_base): Return false for array types. + (__weak_ptr::element_type): Use remove_extent. + * include/experimental/bits/shared_ptr.h (__libfund_v1): Remove. + (__shared_ptr<__libfund_v1<_Tp>>): Remove specializations. + (__wak_ptr<__libfund_v1<_Tp>>): Likewise. + (experimental::__sp_compatible_v): Redefine using + __sp_compatible_with. + (experimental::__sp_is_constructible_v): Redefine using + __sp_is_constructible. + (get_deleter, operator<<): Change argument from __shared_ptr to + shared_ptr. + * testsuite/20_util/shared_ptr/cons/array.cc: New test. + * testsuite/20_util/shared_ptr/cons/unique_ptr_array.cc: Adjust for + new behaviour. + * testsuite/20_util/shared_ptr/observers/array.cc: Test observers for + arrays. + * testsuite/20_util/shared_ptr/observers/array_neg.cc: New test. + +2016-11-13 Ville Voutilainen + + Implement P0403R1, Literal suffixes for basic_string_view. + * include/std/string_view + (operator""sv(const char*, size_t)): New. + (operator""sv(const wchar_t*, size_t)): Likewise. + (operator""sv(const char16_t*, size_t)): Likewise. + (operator""sv(const char32_t*, size_t)): Likewise. + * testsuite/21_strings/basic_string_view/literals/types.cc: New. + * testsuite/21_strings/basic_string_view/literals/values.cc: Likewise. + * testsuite/experimental/string_view/literals/values.cc: Add + tests for literals with embedded NULs. + +2016-11-12 Jonathan Wakely + + * src/filesystem/ops.cc (is_empty): Fix typo in exception message. + + * include/std/future (future_error): Fix public typo to private. + +2016-11-11 Jonathan Wakely + + * include/std/future (future_error): Make existing constructor + private and add constructor from future_errc. + + * include/bits/shared_ptr.h (hash>): Use element_type. + * include/bits/shared_ptr_base.h (hash<__shared_ptr>): Likewise. + +2016-11-10 François Dumont + + * src/c++11/debug.cc (format_word): Delete. + (print_literal): New. Replace call to print_word for literals. + +2016-11-09 Tim Shen + + * include/bits/regex.h (regex_iterator::regex_iterator()): + Define end() as _M_pregex == nullptr. + * include/bits/regex.tcc (regex_iterator::operator==(), + regex_iterator::operator++()): Fix operator==() and operator++() to + look at null-ness of _M_pregex on both sides. + * testsuite/28_regex/regression.cc: New testcase. + +2016-11-07 Jason Merrill + + * include/bits/c++config (_GLIBCXX_NOEXCEPT_PARM) + (_GLIBCXX_NOEXCEPT_QUAL): New. + * include/std/type_traits (is_function): Use them. + * libsubc++/new (launder): Likewise. + * libsupc++/cxxabi.h (__pbase_type_info::__masks): Add + __noexcept_mask. + * libsupc++/pbase_type_info.cc (__do_catch): Handle function + pointer conversion. + +2016-11-07 François Dumont + + * config/abi/pre/gnu-versioned-namespace.ver: Export C++17 new of + over-aligned types symbols. + +2016-10-28 Jonathan Wakely + + * include/experimental/bits/fs_path.h (__is_path_src) + (_S_range_begin, _S_range_end): Overload to treat string_view as a + Source object. + (path::operator+=, path::compare): Overload for basic_string_view. + * testsuite/experimental/filesystem/path/construct/string_view.cc: + New test. + * testsuite/experimental/filesystem/path/construct/ + string_view_cxx17.cc: New test. + + * include/experimental/bits/fs_path.h + (path::_S_convert<_Iter>(_Iter, _Iter)): Remove cv-qualifiers from + iterator's value_type. + (path::_S_convert<_Iter>(_Iter __first, __null_terminated)): Likewise. + Do not use operation not supported by input iterators. + (path::__is_path_iter_src): Add partial specialization for const + encoded character types. + * testsuite/experimental/filesystem/path/construct/range.cc: Test + construction from input iterators with const value types. + + * doc/xml/manual/status_cxx2017.xml: Update status. + * doc/html/*: Regenerate. + * include/std/type_traits (has_unique_object_representations): Guard + with __has_builtin check. + * libsupc++/new (launder): Define for C++17. + * testsuite/18_support/launder/1.cc: New test. + * testsuite/18_support/launder/requirements.cc: New test. + * testsuite/18_support/launder/requirements_neg.cc: New test. + +2016-10-27 Uros Bizjak + + PR libstdc++/70975 + * src/filesystem/ops.cc (do_copy_file) [_GLIBCXX_USE_SENDFILE]: + Pass non-null pointer to sendfile for offset argument. + +2016-10-27 Jonathan Wakely + + * testsuite/ext/random/uniform_inside_sphere_distribution/cons/ + default.cc: Fix effective target selector. + * testsuite/ext/random/uniform_inside_sphere_distribution/cons/ + parms.cc: Likewise. + * testsuite/ext/random/uniform_inside_sphere_distribution/operators/ + equal.cc: Likewise. + * testsuite/ext/random/uniform_inside_sphere_distribution/operators/ + generate.cc: Likewise. + * testsuite/ext/random/uniform_inside_sphere_distribution/operators/ + inequal.cc: Likewise. + * testsuite/ext/random/uniform_inside_sphere_distribution/operators/ + serialize.cc: Likewise. + + * testsuite/experimental/filesystem/iterators/directory_iterator.cc: + Use end() function to get end iterator. + * testsuite/experimental/filesystem/iterators/pop.cc: Remove printf + statements that were present for debugging. + * testsuite/experimental/filesystem/iterators/ + recursive_directory_iterator.cc: Use end() function to get end + iterator. + * testsuite/experimental/filesystem/operations/last_write_time.cc: + Only require file timestamps to be accurate to one second. + +2016-10-26 François Dumont + + * include/bits/stl_map.h (map()): Make default. + * include/bits/stl_multimap.h (multimap()): Likewise. + * include/bits/stl_multiset.h (multiset()): Likewise. + * include/bits/stl_set.h (set()): Likewise. + * include/bits/stl_tree.h (_Rb_tree_impl()): Add conditional noexcept. + (_Rb_tree()): Make default. + +2016-10-26 Bernd Edlinger + + PR libstdc++/78110 + * libsupc++/new_opa.cc: Don't include in a free standing + environment. Declare memalign directly in that case. + +2016-10-26 Jonathan Wakely + + * testsuite/experimental/filesystem/iterators/pop.cc: Remove + unreliable dependency on directory order. + +2016-10-26 Edward Smith-Rowland <3dw4rd@verizon.net> + + Implement uniform_inside_sphere_distribution extension. + * include/ext/random: Implement uniform_inside_sphere_distribution. + * include/ext/random.tcc: Ditto. + * testsuite/ext/random/uniform_inside_sphere_distribution/ + cons/default.cc: New. + * testsuite/ext/random/uniform_inside_sphere_distribution/ + cons/parms.cc: New. + * testsuite/ext/random/uniform_inside_sphere_distribution/ + operators/equal.cc: New. + * testsuite/ext/random/uniform_inside_sphere_distribution/ + operators/generate.cc: New. + * testsuite/ext/random/uniform_inside_sphere_distribution/ + operators/inequal.cc: New. + * testsuite/ext/random/uniform_inside_sphere_distribution/ + operators/serialize.cc: New. + +2016-10-26 Jonathan Wakely + + * include/experimental/bits/fs_dir.h (recursive_directory_iterator): + Overload pop (LWG 2706). + * src/filesystem/dir.cc (recursive_directory_iterator::pop): Define + new overload. + * testsuite/experimental/filesystem/iterators/pop.cc: New test. + + * src/filesystem/dir.cc (recursive_directory_iterator::increment): + Reset state on error. + * testsuite/experimental/filesystem/iterators/ + recursive_directory_iterator.cc: Check state after increment error. + + PR libstdc++/78111 + * src/filesystem/ops.cc (canonical): Set error for non-existent path. + +2016-10-26 Uros Bizjak + + * acinclude.m4 (GLIBCXX_CHECK_FILESYSTEM_DEPS): Include + for PATH_MAX in realpath test. + * configure: Regenerate. + +2016-10-25 Jonathan Wakely + + * src/filesystem/ops.cc + (last_write_time(const path&, file_time_type, error_code&)): Handle + negative times correctly. + * testsuite/experimental/filesystem/operations/last_write_time.cc: + Test writing file times. + + * src/filesystem/ops.cc (do_copy_file): Report an error if source or + destination is not a regular file (LWG 2712). + (equivalent): Fix error handling and result when only one file exists. + * testsuite/experimental/filesystem/operations/copy.cc: Remove files + created by tests. Test copying directories. + * testsuite/experimental/filesystem/operations/copy_file.cc: Remove + files created by tests. + * testsuite/experimental/filesystem/operations/equivalent.cc: New. + * testsuite/experimental/filesystem/operations/is_empty.cc: New. + * testsuite/experimental/filesystem/operations/read_symlink.cc: Remove + file created by test. + * testsuite/experimental/filesystem/operations/remove_all.cc: New. + * testsuite/util/testsuite_fs.h (~scoped_file): Only try to remove + file if path is non-empty, to support removal by other means. + +2016-10-24 Jonathan Wakely + + * src/filesystem/ops.cc (is_empty): Fix error handling. + * testsuite/experimental/filesystem/operations/is_empty.cc: New test. + + PR libstdc++/71337 + * src/filesystem/ops.cc (temp_directory_path): Pass error_code + argument to other filesystem operations. + * testsuite/experimental/filesystem/operations/temp_directory_path.cc: + Add testcase for inaccessible directory. + + * src/filesystem/dir.cc (open_dir): Return same value for errors + whether ignored or not. + (_Dir::advance(error_code*, directory_options)): Return false on + error. + (directory_iterator(const path&, directory_options, error_code*)): + Create end iterator on error (LWG 2723). + (recursive_directory_iterator(const path&, directory_options, + error_code*)): Likewise. + * testsuite/experimental/filesystem/iterators/directory_iterator.cc: + Update expected behaviour on error. + * testsuite/experimental/filesystem/iterators/ + recursive_directory_iterator.cc: Likewise. + + * src/filesystem/ops.cc (close_fd): Remove. + (do_copy_file): Just use close(3) instead of close_fd, to prevent + retrying on error. + + * src/filesystem/ops.cc (do_copy_file): Return an error if either + source or destination is not a regular file. + (copy): Update comment to refer to LWG 2681. Implement 2682 and 2683 + resolutions. + (read_symlink): Add missing ec.clear(). + * testsuite/experimental/filesystem/operations/copy.cc: Update + expected behaviour for copying directories with create_symlinks. + Verify that error_code arguments are cleared if there's no error. + * testsuite/experimental/filesystem/operations/read_symlink.cc: New. + +2016-10-24 Ville Voutilainen + + Cross-port exception-safety and move fixes of std::any to + std::experimental::any. + * include/experimental/any (operator=(const any&)): + Make strongly exception-safe. + (operator=(any&&)): clear() unconditionally in the case where + rhs has a value. + (_Manager_internal<_Tp>::_S_manage): Move in _Op_xfer, don't copy. + * testsuite/experimental/any/assign/2.cc: Adjust. + * testsuite/experimental/any/assign/exception.cc: New. + * testsuite/experimental/any/cons/2.cc: Adjust. + * testsuite/experimental/any/misc/any_cast_neg.cc: Ajust. + +2016-10-24 Ville Voutilainen + + Cross-port the latest resolution of LWG2756 and some + bug-fixes to experimental::optional. + PR libstdc++/77288 + PR libstdc++/77727 + * include/experimental/optional (_Optional_base): + Remove constructors that take a _Tp. + (__is_optional_impl, __is_optional): Remove. + (__converts_from_optional): New. + (optional(_Up&&)): Fix constraints, call base with in_place. + (optional(const optional<_Up>&)): Fix constraints, use emplace. + (optional(optional<_Up>&&)): Likewise. + (operator=(_Up&&)): Fix constraints. + (operator=(const optional<_Up>&)): Likewise. + (operator=(optional<_Up>&&)): Likewise. + (emplace(_Args&&...)): Constrain. + (emplace(initializer_list<_Up>, _Args&&...)): Likewise. + * testsuite/experimental/optional/77288.cc: New. + * testsuite/experimental/optional/assignment/5.cc: Adjust. + * testsuite/experimental/optional/cons/77727.cc: New. + * testsuite/experimental/optional/cons/value.cc: Adjust. + +2016-10-24 Jonathan Wakely + + * include/bits/stl_vector.h (vector::_M_data_ptr, vector::data): + Change return type of non-standard C++98 extension to match C++11. + +2016-10-22 François Dumont + + * include/bits/c++config (_GLIBCXX_BEGIN_NAMESPACE_ALGO) + (_GLIBCXX_END_NAMESPACE_ALGO): Default to respectively + _GLIBCXX_BEGIN_NAMESPACE_VERSION and _GLIBCXX_END_NAMESPACE_VERSION. + (_GLIBCXX_BEGIN_NAMESPACE_CONTAINER, _GLIBCXX_END_NAMESPACE_CONTAINER): + Likewise. + +2016-10-22 Jonathan Wakely + + * src/filesystem/ops.cc (permissions(const path&, perms, error_code&)): + Ignore symlink_nofollow flag if file is not a symlink. + * testsuite/experimental/filesystem/operations/permissions.cc: Test + symlink_nofollow on non-symlinks. + +2016-10-21 Jonathan Wakely + + * include/experimental/bits/fs_fwd.h (perms::resolve_symlinks): + Replace with symlink_nofollow (LWG 2720). + * src/filesystem/ops.cc (permissions(const path&, perms, error_code&)): + Handle symlink_nofollow. + * testsuite/experimental/filesystem/operations/create_symlink.cc: New + test. + * testsuite/experimental/filesystem/operations/permissions.cc: Test + overload taking error_code. + + * include/experimental/bits/fs_ops.h + (exists(const path&, error_code&)): Clear error if status is known + (LWG 2725). + (status(const path&, error_code&)): Handle EOVERFLOW. + * testsuite/experimental/filesystem/operations/exists.cc: Test + overload taking an error_code. + + * include/experimental/bits/fs_path.h (path::path(string_type&&)) + (path::operator=(string&&), path::assign(string_type&&)): Define + construction and assignment from string_type rvalues (LWG 2707). + +2016-10-21 Eelis van der Weegen + + * include/bits/stl_algo.h (__gen_two_uniform_ints): Move logic out + of shuffle into new function. + (shuffle): Call __gen_two_uniform_ints. + (__sample): Use + __gen_two_uniform_ints and perform two samples at a time. + +2016-10-21 Jonathan Wakely + + * include/Makefile.am: Add and . + Order alphabetically. + * include/Makefile.in: Regenerate. + * include/bits/refwrap.h: New header. + (_Maybe_get_result_type,_Weak_result_type_impl, _Weak_result_type) + (_Reference_wrapper_base_impl, _Reference_wrapper_base) + (reference_wrapper, ref, cref): Move here from . + * include/bits/shared_ptr_base.h: Include and + instead of . + * include/bits/std_function.h: New header. + (_Maybe_unary_or_binary_function, bad_function_call) + (__is_location_invariant, _Nocopy_types, _Any_data) + (_Simple_type_wrapper, _Function_base, _Function_handler, function): + Move here from . + * include/bits/unique_ptr.h: Include . + * include/std/functional: Include new headers and move components to + them. + * include/std/future: Include instead of + . + * include/std/mutex: Likewise. + * include/std/regex: Likewise. + * src/c++11/compatibility-thread-c++0x.cc: Include . + * testsuite/20_util/default_delete/48631_neg.cc: Adjust dg-error line. + * testsuite/20_util/default_delete/void_neg.cc: Likewise. + * testsuite/20_util/unique_ptr/assign/48635_neg.cc: Adjust dg-error + lines. + * testsuite/20_util/unique_ptr/cons/cv_qual_neg.cc: Likewise. + * testsuite/30_threads/packaged_task/49668.cc: Include . + + * libsupc++/exception_ptr.h (make_exception_ptr): Qualify new. + * testsuite/18_support/exception_ptr/make_exception_ptr_2.cc: New + test. + +2016-10-20 Jonathan Wakely + + * include/backward/auto_ptr.h (__shared_ptr(auto_ptr&&)) + (shared_ptr(auto_ptr&&)): Adjust template parameter lists. + * include/bits/shared_ptr.h (__sp_compatible_with) + (__sp_is_constructible): New helper traits for shared_ptr. + (shared_ptr::_Convertible): Replace with _Constructible. + (shared_ptr::_Constructible, shared_ptr::_Assignable): Forward checks + to base class. + (shared_ptr::shared_ptr, shared_ptr::operator=): Constrain template + with _Constructible and _Assignable. + (shared_ptr::shared_ptr(shared_ptr<_Tp1>, _Tp*)): Use element_type + instead of _Tp. + (operator<): Likewise. + (operator>): Define in terms of operator<. + (static_pointer_cast, const_pointer_cast, dynamic_pointer_cast): Use + element_type instead of _Tp. + (reinterpret_pointer_cast): Define for C++17. + (weak_ptr::_Convertible): Replace with _Constructible. + (weak_ptr::_Constructible, weak_ptr::_Assignable): Forward checks + to base class. + (weak_ptr::weak_ptr, weak_ptr::operator=): Constrain templates + with _Constructible and _Assignable. + * include/bits/shared_ptr_base.h (__shared_ptr::_Convertible): Replace + with _Compatible. + (__shared_ptr::_SafeConv): New constraint for incoming raw pointers. + (__shared_ptr::_Compatible): New constraint for converting from + other types of shared_ptr and weak_ptr. + (__shared_ptr::_Assignable): Define in terms of _Compatible. + (__shared_ptr::_UniqCompatible, __shared_ptr::_UniqAssignable): New + constraints for converting from unique_ptr. + (__shared_ptr::__shared_ptr, __shared_ptr::operator=): Constrain + template with _SaveConf, _Compatible and _Assignable. Remove + __glibcxx_function_requires concept checks. Add static assertion for + deleter expression being well-formed. + (__shared_ptr::__shared_ptr(__shared_ptr<_Tp1>, _Tp*)) + (__shared_ptr::operator*, __shared_ptr::operator->) + (__shared_ptr::get, __shared_ptr::_M_ptr): Use element_type instead + of _Tp. + (operator<): Likewise. + (operator>): Define in terms of operator<. + (static_pointer_cast, const_pointer_cast, dynamic_pointer_cast): Use + element_type instead of _Tp. + (reinterpret_pointer_cast): Define for C++17. + (weak_ptr::_Convertible): Replace with _Compatible. + (weak_ptr::_Compatible, weak_ptr::_Assignable): New constraints for + conversions from other types of weak_ptr and shared_ptr. + (__weak_ptr::__weak_ptr, __weak_ptr::operator=): Constrain templates + with _Constructible and _Assignable. + (__weak_ptr::_M_ptr): Use element_type instead of _Tp. + * testsuite/20_util/shared_ptr/assign/auto_ptr_neg.cc: Adjust + dg-error pattern. + * testsuite/20_util/shared_ptr/cons/auto_ptr.cc: Test conversions. + * testsuite/20_util/shared_ptr/cons/unique_ptr.cc: Likewise. + * testsuite/20_util/shared_ptr/cons/void_neg.cc: Likewise. + * testsuite/20_util/shared_ptr/casts/reinterpret.cc: New test. + +2016-10-20 Ville Voutilainen + + Do the operator= SFINAE in the return type for optional, + not in the template parameters. + * include/std/optional (operator=(_Up&&)): Move SFINAE + from template parameters to the return type. + (operator=(const optional<_Up>&)): Likewise. + (operator=(optional<_Up>&&)): Likewise. + +2016-10-20 Jonathan Wakely + + * include/bits/allocator.h: Remove trailing whitespace, tab-indent. + * include/ext/new_allocator.h: Likewise. + + PR libstdc++/78052 + * include/bits/allocator.h (allocator::construct) + (allocator::destroy): Define. + * testsuite/20_util/allocator/void.cc: New test. + + * testsuite/20_util/enable_shared_from_this/56383.cc: Add tests for + additional ambiguous cases. + +2016-10-19 Jonathan Wakely + + * include/backward/auto_ptr.h (__shared_ptr(auto_ptr&&)): Call + _M_enable_shared_from_this_with instead of + __enable_shared_from_this_helper. + * include/bits/shared_ptr.h (__enable_shared_from_this_helper): + Remove overload for std::enable_shared_from_this.. + (__enable_shared_from_this_base): Define friend function to select a + std::enable_shared_from_this base class. + * include/bits/shared_ptr_base.h (__enable_shared_from_this_helper): + Remove all overloads. + (__shared_ptr): Change all relevant constructors to call + _M_enable_shared_from_this_with instead of + __enable_shared_from_this_helper. + (__shared_ptr::__efst_base_t, __shared_ptr::__has_efst_base): Helpers + to detect accessible and unambiguous enable_shared_from_this bases. + (__shared_ptr::_M_enable_shared_from_this_with): New function to + replace __enable_shared_from_this_helper overloads. + (__enable_shared_from_this_helper): Remove overload for + std::__enable_shared_from_this. + (__enable_shared_from_this_base): Define friend function to select a + std::__enable_shared_from_this base class. + * include/experimental/bits/shared_ptr.h (experimental::shared_ptr): + Change relevant constructors to call _M_enable_shared_from_this_with. + (experimental::shared_ptr::__efst_base_t) + (experimental::shared_ptr::__has_efst_base): Helpers to detect + accessible and unambiguous enable_shared_from_this bases. + (experimental::shared_ptr::_M_enable_shared_from_this_with): Define. + (experimental::__enable_shared_from_this_helper): Remove overload for + std::experimental::enable_shared_from_this. + (experimental::__expt_enable_shared_from_this_base): Define friend + function to select a std::experimental::enable_shared_from_this base. + * testsuite/experimental/memory/shared_ptr/cons/ + enable_shared_from_this.cc: New test. + * testsuite/experimental/memory/shared_ptr/cons/unique_ptr_ctor.cc: + Adjust expected behaviour for shared_ptr. + + * include/debug/vector (__gnu_debug::vector::emplace_back): Fix return + type. + + * include/backward/auto_ptr.h (dauto_ptr): Correct comment about + conversions from auto_ptr rvalues to auto_ptr. + * testsuite/20_util/auto_ptr/assign_neg.cc: Remove redundant dg-error + directives that only match notes, not errors. + + * testsuite/experimental/memory/shared_ptr/cons/unique_ptr_ctor.cc: + Add tests for valid and invalid conversions. + * testsuite/experimental/memory/shared_ptr/cons/weak_ptr_ctor.cc: + Likewise. + + * testsuite/20_util/unique_ptr/cons/cv_qual.cc: Move negative tests + to new file. + * testsuite/20_util/unique_ptr/cons/cv_qual_neg.cc: New file. Fix + test for incompatible deleters to not also use incompatible types. + Add tests for incompatible array types. + + * include/experimental/bits/shared_ptr.h + (__shared_ptr<__libfund_v1<_Tp, false>, _Lp>::_Compatible): Just use + is_convertible for non-array specialization. + (__shared_ptr<__libfund_v1<_Tp, false>, _Lp>::_UniqCompatible): New + constraint for conversions from unique_ptr. + (__shared_ptr<__libfund_v1<_Tp, false>, _Lp>::__shared_ptr): Constrain. + (__shared_ptr<__libfund_v1<_Tp, false>, _Lp>::reset): Likewise. + (__sp_compatible_v): New variable template for trait. + (__sp_is_constructible): New trait to check shared_ptr constraints. + (__sp_is_constructible_v): New variable template for trait. + (__shared_ptr<__libfund_v1<_Tp, true>, _Lp>::_SafeConv): New + constraint for construction/reset, using __sp_is_constructible_v. + (__shared_ptr<__libfund_v1<_Tp, true>, _Lp>::_UniqCompatible): New + constraint for conversions from unique_ptr. + (__shared_ptr<__libfund_v1<_Tp, true>, _Lp>::__shared_ptr): Constrain. + (__shared_ptr<__libfund_v1<_Tp, true>, _Lp>::reset): Likewise. + (shared_ptr::_SafeConv): Constraint for checking constructors. + (shared_ptr(Tp1*), shared_ptr(_Tp1, _Deleter)) + (shared_ptr(_Tp1, _Deleter, _Alloc)): Constrain with _SafeConv. + (shared_ptr(const weak_ptr<_Tp1>&)): Constrain with _Compatible. + (shared_ptr(auto_ptr<_Tp1>&&)): Fix, remove TODO. + * testsuite/experimental/memory/shared_ptr/cons/pointer_ctor.cc: + Remove tests using invalid conversions. + * testsuite/experimental/memory/shared_ptr/cons/pointer_ctor_neg.cc: + New test. + * testsuite/experimental/memory/shared_ptr/cons/torture.cc: New test. + * testsuite/experimental/memory/shared_ptr/modifiers/reset.cc: Remove + tests using invalid conversions. + * testsuite/experimental/memory/shared_ptr/modifiers/reset_neg.cc: New + test. + * testsuite/experimental/memory/shared_ptr/observers/use_count.cc: + Remove tests using invalid conversions. + + PR libstdc++/77990 + * include/bits/unique_ptr.h (__uniq_ptr_impl): New type to + encapsulate implementation details. + (unique_ptr::unique_ptr(_Up)): Don't copy deleter object. + (unique_ptr::get, unique_ptr::get_deleter, unique_ptr::release): + Call member functions of implementation object. + (unique_ptr): Likewise. + * python/libstdcxx/v6/printers.py (UniquePointerPrinter): Adjust for + new implementation. + * python/libstdcxx/v6/xmethods.py (UniquePtrGetWorker): Likewise. + * testsuite/20_util/unique_ptr/assign/48635_neg.cc: Adjust dg-error + lines. + * testsuite/20_util/unique_ptr/assign/cv_qual.cc: Likewise. + * testsuite/20_util/unique_ptr/cons/cv_qual.cc: Likewise. + * testsuite/20_util/unique_ptr/cons/77990.cc: New test. + +2016-10-18 Jonathan Wakely + + * include/experimental/bits/shared_ptr.h: Fix indentation. + + * include/experimental/bits/shared_ptr.h (shared_ptr(shared_ptr&&)): + Remove const from parameter. + (operator<(const shared_ptr&, nullptr_t)): Use correct + specialization of std::less. + * testsuite/experimental/memory/shared_ptr/comparison/comparison.cc: + Test comparison with nullptr and actually call test functions. + + * include/bits/uses_allocator.h (__is_uses_allocator_constructible_v) + (__is_nothrow_uses_allocator_constructible_v): Only define for C++14 + and later. + +2016-10-17 Paolo Carlini + + * testsuite/27_io/basic_filebuf/close/12790-1.cc: Remove 'test' + variables. + * testsuite/27_io/basic_filebuf/close/char/1.cc: Likewise. + * testsuite/27_io/basic_filebuf/close/char/12790-1.cc: Likewise. + * testsuite/27_io/basic_filebuf/close/char/12790-2.cc: Likewise. + * testsuite/27_io/basic_filebuf/close/char/12790-3.cc: Likewise. + * testsuite/27_io/basic_filebuf/close/char/12790-4.cc: Likewise. + * testsuite/27_io/basic_filebuf/close/char/2.cc: Likewise. + * testsuite/27_io/basic_filebuf/close/char/3.cc: Likewise. + * testsuite/27_io/basic_filebuf/close/char/4.cc: Likewise. + * testsuite/27_io/basic_filebuf/close/char/5.cc: Likewise. + * testsuite/27_io/basic_filebuf/close/wchar_t/12790-1.cc: Likewise. + * testsuite/27_io/basic_filebuf/close/wchar_t/12790-2.cc: Likewise. + * testsuite/27_io/basic_filebuf/close/wchar_t/12790-3.cc: Likewise. + * testsuite/27_io/basic_filebuf/close/wchar_t/12790-4.cc: Likewise. + * testsuite/27_io/basic_filebuf/cons/2020.cc: Likewise. + * testsuite/27_io/basic_filebuf/cons/char/1.cc: Likewise. + * testsuite/27_io/basic_filebuf/cons/wchar_t/1.cc: Likewise. + * testsuite/27_io/basic_filebuf/cons/wchar_t/10132-1.cc: Likewise. + * testsuite/27_io/basic_filebuf/imbue/12206.cc: Likewise. + * testsuite/27_io/basic_filebuf/imbue/char/13007.cc: Likewise. + * testsuite/27_io/basic_filebuf/imbue/char/13171-1.cc: Likewise. + * testsuite/27_io/basic_filebuf/imbue/char/13171-4.cc: Likewise. + * testsuite/27_io/basic_filebuf/imbue/char/13582-2.cc: Likewise. + * testsuite/27_io/basic_filebuf/imbue/char/14975-1.cc: Likewise. + * testsuite/27_io/basic_filebuf/imbue/char/2.cc: Likewise. + * testsuite/27_io/basic_filebuf/imbue/char/3.cc: Likewise. + * testsuite/27_io/basic_filebuf/imbue/char/9322.cc: Likewise. + * testsuite/27_io/basic_filebuf/imbue/wchar_t/12868.cc: Likewise. + * testsuite/27_io/basic_filebuf/imbue/wchar_t/13007.cc: Likewise. + * testsuite/27_io/basic_filebuf/imbue/wchar_t/13171-3.cc: Likewise. + * testsuite/27_io/basic_filebuf/imbue/wchar_t/13582-2.cc: Likewise. + * testsuite/27_io/basic_filebuf/imbue/wchar_t/13582-3.cc: Likewise. + * testsuite/27_io/basic_filebuf/imbue/wchar_t/2.cc: Likewise. + * testsuite/27_io/basic_filebuf/imbue/wchar_t/3.cc: Likewise. + * testsuite/27_io/basic_filebuf/imbue/wchar_t/9322.cc: Likewise. + * testsuite/27_io/basic_filebuf/in_avail/char/1.cc: Likewise. + * testsuite/27_io/basic_filebuf/in_avail/char/9701-3.cc: Likewise. + * testsuite/27_io/basic_filebuf/is_open/char/1.cc: Likewise. + * testsuite/27_io/basic_filebuf/open/12790-1.cc: Likewise. + * testsuite/27_io/basic_filebuf/open/char/1.cc: Likewise. + * testsuite/27_io/basic_filebuf/open/char/2.cc: Likewise. + * testsuite/27_io/basic_filebuf/open/char/3.cc: Likewise. + * testsuite/27_io/basic_filebuf/open/char/4.cc: Likewise. + * testsuite/27_io/basic_filebuf/open/char/9507.cc: Likewise. + * testsuite/27_io/basic_filebuf/overflow/char/1.cc: Likewise. + * testsuite/27_io/basic_filebuf/overflow/char/2-unbuf.cc: Likewise. + * testsuite/27_io/basic_filebuf/overflow/char/2.cc: Likewise. + * testsuite/27_io/basic_filebuf/overflow/char/3599.cc: Likewise. + * testsuite/27_io/basic_filebuf/overflow/char/9169.cc: Likewise. + * testsuite/27_io/basic_filebuf/overflow/char/9182-2.cc: Likewise. + * testsuite/27_io/basic_filebuf/overflow/char/9988.cc: Likewise. + * testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-1.cc: Likewise. + * testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-2.cc: Likewise. + * testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-3.cc: Likewise. + * testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-4.cc: Likewise. + * testsuite/27_io/basic_filebuf/pbackfail/char/9761.cc: Likewise. + * testsuite/27_io/basic_filebuf/sbumpc/char/1-in.cc: Likewise. + * testsuite/27_io/basic_filebuf/sbumpc/char/1-io.cc: Likewise. + * testsuite/27_io/basic_filebuf/sbumpc/char/1-out.cc: Likewise. + * testsuite/27_io/basic_filebuf/sbumpc/char/2-in.cc: Likewise. + * testsuite/27_io/basic_filebuf/sbumpc/char/2-io.cc: Likewise. + * testsuite/27_io/basic_filebuf/sbumpc/char/2-out.cc: Likewise. + * testsuite/27_io/basic_filebuf/sbumpc/char/9825.cc: Likewise. + * testsuite/27_io/basic_filebuf/seekoff/10132-2.cc: Likewise. + * testsuite/27_io/basic_filebuf/seekoff/12790-1.cc: Likewise. + * testsuite/27_io/basic_filebuf/seekoff/12790-2.cc: Likewise. + * testsuite/27_io/basic_filebuf/seekoff/12790-3.cc: Likewise. + * testsuite/27_io/basic_filebuf/seekoff/12790-4.cc: Likewise. + * testsuite/27_io/basic_filebuf/seekoff/45628-2.cc: Likewise. + * testsuite/27_io/basic_filebuf/seekoff/char/1-in.cc: Likewise. + * testsuite/27_io/basic_filebuf/seekoff/char/1-io.cc: Likewise. + * testsuite/27_io/basic_filebuf/seekoff/char/1-out.cc: Likewise. + * testsuite/27_io/basic_filebuf/seekoff/char/11543.cc: Likewise. + * testsuite/27_io/basic_filebuf/seekoff/char/12232.cc: Likewise. + * testsuite/27_io/basic_filebuf/seekoff/char/12790-1.cc: Likewise. + * testsuite/27_io/basic_filebuf/seekoff/char/12790-2.cc: Likewise. + * testsuite/27_io/basic_filebuf/seekoff/char/12790-3.cc: Likewise. + * testsuite/27_io/basic_filebuf/seekoff/char/12790-4.cc: Likewise. + * testsuite/27_io/basic_filebuf/seekoff/char/2-in.cc: Likewise. + * testsuite/27_io/basic_filebuf/seekoff/char/2-io.cc: Likewise. + * testsuite/27_io/basic_filebuf/seekoff/char/2-out.cc: Likewise. + * testsuite/27_io/basic_filebuf/seekoff/char/3-in.cc: Likewise. + * testsuite/27_io/basic_filebuf/seekoff/char/3-io.cc: Likewise. + * testsuite/27_io/basic_filebuf/seekoff/char/3-out.cc: Likewise. + * testsuite/27_io/basic_filebuf/seekoff/char/4.cc: Likewise. + * testsuite/27_io/basic_filebuf/seekoff/char/45628-1.cc: Likewise. + * testsuite/27_io/basic_filebuf/seekoff/wchar_t/1.cc: Likewise. + * testsuite/27_io/basic_filebuf/seekoff/wchar_t/11543.cc: Likewise. + * testsuite/27_io/basic_filebuf/seekoff/wchar_t/12790-1.cc: Likewise. + * testsuite/27_io/basic_filebuf/seekoff/wchar_t/12790-2.cc: Likewise. + * testsuite/27_io/basic_filebuf/seekoff/wchar_t/12790-3.cc: Likewise. + * testsuite/27_io/basic_filebuf/seekoff/wchar_t/12790-4.cc: Likewise. + * testsuite/27_io/basic_filebuf/seekoff/wchar_t/2.cc: Likewise. + * testsuite/27_io/basic_filebuf/seekoff/wchar_t/3.cc: Likewise. + * testsuite/27_io/basic_filebuf/seekoff/wchar_t/4.cc: Likewise. + * testsuite/27_io/basic_filebuf/seekoff/wchar_t/9875_seekoff.cc: + Likewise. + * testsuite/27_io/basic_filebuf/seekpos/10132-3.cc: Likewise. + * testsuite/27_io/basic_filebuf/seekpos/12790-1.cc: Likewise. + * testsuite/27_io/basic_filebuf/seekpos/12790-2.cc: Likewise. + * testsuite/27_io/basic_filebuf/seekpos/12790-3.cc: Likewise. + * testsuite/27_io/basic_filebuf/seekpos/char/1-in.cc: Likewise. + * testsuite/27_io/basic_filebuf/seekpos/char/1-io.cc: Likewise. + * testsuite/27_io/basic_filebuf/seekpos/char/1-out.cc: Likewise. + * testsuite/27_io/basic_filebuf/seekpos/char/12790-1.cc: Likewise. + * testsuite/27_io/basic_filebuf/seekpos/char/12790-2.cc: Likewise. + * testsuite/27_io/basic_filebuf/seekpos/char/12790-3.cc: Likewise. + * testsuite/27_io/basic_filebuf/seekpos/char/12790-4.cc: Likewise. + * testsuite/27_io/basic_filebuf/seekpos/char/2-in.cc: Likewise. + * testsuite/27_io/basic_filebuf/seekpos/char/2-io.cc: Likewise. + * testsuite/27_io/basic_filebuf/seekpos/char/2-out.cc: Likewise. + * testsuite/27_io/basic_filebuf/seekpos/char/3-in.cc: Likewise. + * testsuite/27_io/basic_filebuf/seekpos/char/3-io.cc: Likewise. + * testsuite/27_io/basic_filebuf/seekpos/char/3-out.cc: Likewise. + * testsuite/27_io/basic_filebuf/seekpos/wchar_t/1.cc: Likewise. + * testsuite/27_io/basic_filebuf/seekpos/wchar_t/12790-1.cc: Likewise. + * testsuite/27_io/basic_filebuf/seekpos/wchar_t/12790-2.cc: Likewise. + * testsuite/27_io/basic_filebuf/seekpos/wchar_t/12790-3.cc: Likewise. + * testsuite/27_io/basic_filebuf/seekpos/wchar_t/12790-4.cc: Likewise. + * testsuite/27_io/basic_filebuf/seekpos/wchar_t/9874.cc: Likewise. + * testsuite/27_io/basic_filebuf/seekpos/wchar_t/9875_seekpos.cc: + Likewise. + * testsuite/27_io/basic_filebuf/setbuf/char/1.cc: Likewise. + * testsuite/27_io/basic_filebuf/setbuf/char/12875-1.cc: Likewise. + * testsuite/27_io/basic_filebuf/setbuf/char/12875-2.cc + * testsuite/27_io/basic_filebuf/setbuf/char/2.cc: Likewise. + * testsuite/27_io/basic_filebuf/setbuf/char/3.cc: Likewise. + * testsuite/27_io/basic_filebuf/sgetc/char/1-in.cc: Likewise. + * testsuite/27_io/basic_filebuf/sgetc/char/1-io.cc: Likewise. + * testsuite/27_io/basic_filebuf/sgetc/char/1-out.cc: Likewise. + * testsuite/27_io/basic_filebuf/sgetc/char/2-in.cc: Likewise. + * testsuite/27_io/basic_filebuf/sgetc/char/2-io.cc: Likewise. + * testsuite/27_io/basic_filebuf/sgetc/char/2-out.cc: Likewise. + * testsuite/27_io/basic_filebuf/sgetn/char/1-in.cc: Likewise. + * testsuite/27_io/basic_filebuf/sgetn/char/1-io.cc: Likewise. + * testsuite/27_io/basic_filebuf/sgetn/char/1-out.cc: Likewise. + * testsuite/27_io/basic_filebuf/sgetn/char/2-in.cc: Likewise. + * testsuite/27_io/basic_filebuf/sgetn/char/2-io.cc: Likewise. + * testsuite/27_io/basic_filebuf/sgetn/char/2-out.cc: Likewise. + * testsuite/27_io/basic_filebuf/sgetn/char/3.cc: Likewise. + * testsuite/27_io/basic_filebuf/showmanyc/char/9533-1.cc: Likewise. + * testsuite/27_io/basic_filebuf/showmanyc/char/9533-2.cc: Likewise. + * testsuite/27_io/basic_filebuf/snextc/char/1-in.cc: Likewise. + * testsuite/27_io/basic_filebuf/snextc/char/1-io.cc: Likewise. + * testsuite/27_io/basic_filebuf/snextc/char/1-out.cc: Likewise. + * testsuite/27_io/basic_filebuf/snextc/char/2-in.cc: Likewise. + * testsuite/27_io/basic_filebuf/snextc/char/2-io.cc: Likewise. + * testsuite/27_io/basic_filebuf/snextc/char/2-out.cc: Likewise. + * testsuite/27_io/basic_filebuf/sputbackc/char/1-in.cc: Likewise. + * testsuite/27_io/basic_filebuf/sputbackc/char/1-io.cc: Likewise. + * testsuite/27_io/basic_filebuf/sputbackc/char/1-out.cc: Likewise. + * testsuite/27_io/basic_filebuf/sputbackc/char/2-in.cc: Likewise. + * testsuite/27_io/basic_filebuf/sputbackc/char/2-io.cc: Likewise. + * testsuite/27_io/basic_filebuf/sputbackc/char/2-out.cc: Likewise. + * testsuite/27_io/basic_filebuf/sputbackc/char/9425.cc: Likewise. + * testsuite/27_io/basic_filebuf/sputc/char/1-in.cc: Likewise. + * testsuite/27_io/basic_filebuf/sputc/char/1-io.cc: Likewise. + * testsuite/27_io/basic_filebuf/sputc/char/1-out.cc: Likewise. + * testsuite/27_io/basic_filebuf/sputc/char/2-in.cc: Likewise. + * testsuite/27_io/basic_filebuf/sputc/char/2-io.cc: Likewise. + * testsuite/27_io/basic_filebuf/sputc/char/2-out.cc: Likewise. + * testsuite/27_io/basic_filebuf/sputc/char/59427.cc: Likewise. + * testsuite/27_io/basic_filebuf/sputc/char/9701-2.cc: Likewise. + * testsuite/27_io/basic_filebuf/sputn/char/1-in.cc: Likewise. + * testsuite/27_io/basic_filebuf/sputn/char/1-io.cc: Likewise. + * testsuite/27_io/basic_filebuf/sputn/char/1-out.cc: Likewise. + * testsuite/27_io/basic_filebuf/sputn/char/2-in.cc: Likewise. + * testsuite/27_io/basic_filebuf/sputn/char/2-io.cc: Likewise. + * testsuite/27_io/basic_filebuf/sputn/char/2-out.cc: Likewise. + * testsuite/27_io/basic_filebuf/sputn/char/59427.cc: Likewise. + * testsuite/27_io/basic_filebuf/sputn/char/9339.cc: Likewise. + * testsuite/27_io/basic_filebuf/sputn/char/9701-1.cc: Likewise. + * testsuite/27_io/basic_filebuf/sungetc/char/1-in.cc: Likewise. + * testsuite/27_io/basic_filebuf/sungetc/char/1-io.cc: Likewise. + * testsuite/27_io/basic_filebuf/sungetc/char/1-out.cc: Likewise. + * testsuite/27_io/basic_filebuf/sungetc/char/2-in.cc: Likewise. + * testsuite/27_io/basic_filebuf/sungetc/char/2-io.cc: Likewise. + * testsuite/27_io/basic_filebuf/sungetc/char/2-out.cc: Likewise. + * testsuite/27_io/basic_filebuf/sync/char/1057.cc: Likewise. + * testsuite/27_io/basic_filebuf/sync/char/9182-1.cc: Likewise. + * testsuite/27_io/basic_filebuf/underflow/char/1.cc: Likewise. + * testsuite/27_io/basic_filebuf/underflow/char/2.cc: Likewise. + * testsuite/27_io/basic_filebuf/underflow/char/3.cc: Likewise. + * testsuite/27_io/basic_filebuf/underflow/char/45841.cc: Likewise. + * testsuite/27_io/basic_filebuf/underflow/char/9027.cc: Likewise. + * testsuite/27_io/basic_filebuf/underflow/wchar_t/1.cc: Likewise. + * testsuite/27_io/basic_filebuf/underflow/wchar_t/11389-1.cc: Likewise. + * testsuite/27_io/basic_filebuf/underflow/wchar_t/11389-2.cc: Likewise. + * testsuite/27_io/basic_filebuf/underflow/wchar_t/11389-3.cc: Likewise. + * testsuite/27_io/basic_filebuf/underflow/wchar_t/11389-4.cc: Likewise. + * testsuite/27_io/basic_filebuf/underflow/wchar_t/11544-1.cc: Likewise. + * testsuite/27_io/basic_filebuf/underflow/wchar_t/11544-2.cc: Likewise. + * testsuite/27_io/basic_filebuf/underflow/wchar_t/11603.cc: Likewise. + * testsuite/27_io/basic_filebuf/underflow/wchar_t/2.cc: Likewise. + * testsuite/27_io/basic_filebuf/underflow/wchar_t/3.cc: Likewise. + * testsuite/27_io/basic_filebuf/underflow/wchar_t/4.cc: Likewise. + * testsuite/27_io/basic_filebuf/underflow/wchar_t/45841.cc: Likewise. + * testsuite/27_io/basic_filebuf/underflow/wchar_t/5.cc: Likewise. + * testsuite/27_io/basic_filebuf/underflow/wchar_t/9178.cc: Likewise. + * testsuite/27_io/basic_filebuf/underflow/wchar_t/9520.cc: Likewise. + * testsuite/27_io/basic_fstream/cons/1.cc: Likewise. + * testsuite/27_io/basic_fstream/rdbuf/char/2832.cc: Likewise. + * testsuite/27_io/basic_ifstream/cons/2020.cc: Likewise. + * testsuite/27_io/basic_ifstream/cons/char/1.cc: Likewise. + * testsuite/27_io/basic_ifstream/open/char/1.cc: Likewise. + * testsuite/27_io/basic_ifstream/rdbuf/char/2832.cc: Likewise. + * testsuite/27_io/basic_ios/clear/char/1.cc: Likewise. + * testsuite/27_io/basic_ios/cons/2020.cc: Likewise. + * testsuite/27_io/basic_ios/cons/char/1.cc: Likewise. + * testsuite/27_io/basic_ios/cons/char/2.cc: Likewise. + * testsuite/27_io/basic_ios/cons/char/3.cc: Likewise. + * testsuite/27_io/basic_ios/copyfmt/char/1.cc: Likewise. + * testsuite/27_io/basic_ios/copyfmt/char/2.cc: Likewise. + * testsuite/27_io/basic_ios/exceptions/char/1.cc: Likewise. + * testsuite/27_io/basic_ios/imbue/14072.cc: Likewise. + * testsuite/27_io/basic_ios/locales/char/1.cc: Likewise. + * testsuite/27_io/basic_iostream/cons/2020.cc: Likewise. + * testsuite/27_io/basic_istream/cons/3.cc: Likewise. + * testsuite/27_io/basic_istream/exceptions/char/9561.cc: Likewise. + * testsuite/27_io/basic_istream/exceptions/wchar_t/9561.cc: Likewise. + * testsuite/27_io/basic_istream/extractors_arithmetic/char/01.cc: + Likewise. + * testsuite/27_io/basic_istream/extractors_arithmetic/char/02.cc: + Likewise. + * testsuite/27_io/basic_istream/extractors_arithmetic/char/03.cc: + Likewise. + * testsuite/27_io/basic_istream/extractors_arithmetic/char/06.cc: + Likewise. + * testsuite/27_io/basic_istream/extractors_arithmetic/char/07.cc: + Likewise. + * testsuite/27_io/basic_istream/extractors_arithmetic/char/08.cc: + Likewise. + * testsuite/27_io/basic_istream/extractors_arithmetic/char/09.cc: + Likewise. + * testsuite/27_io/basic_istream/extractors_arithmetic/char/10.cc: + Likewise. + * testsuite/27_io/basic_istream/extractors_arithmetic/char/11.cc: + Likewise. + * testsuite/27_io/basic_istream/extractors_arithmetic/char/12.cc: + Likewise. + * testsuite/27_io/basic_istream/extractors_arithmetic/char/13.cc: + Likewise. + * testsuite/27_io/basic_istream/extractors_arithmetic/char/9555-ia.cc: + Likewise. + * testsuite/27_io/basic_istream/extractors_arithmetic/char/dr696.cc: + Likewise. + * testsuite/27_io/basic_istream/extractors_arithmetic/char/ + exceptions_badbit_throw.cc: Likewise. + * testsuite/27_io/basic_istream/extractors_arithmetic/char/ + exceptions_failbit.cc: Likewise. + * testsuite/27_io/basic_istream/extractors_arithmetic/char/ + exceptions_failbit_throw.cc: Likewise. + * testsuite/27_io/basic_istream/extractors_arithmetic/pod/3983-1.cc: + Likewise. + * testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/01.cc: + Likewise. + * testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/02.cc: + Likewise. + * testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/03.cc: + Likewise. + * testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/06.cc: + Likewise. + * testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/07.cc: + Likewise. + * testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/08.cc: + Likewise. + * testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/09.cc: + Likewise. + * testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/10.cc: + Likewise. + * testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/11.cc: + Likewise. + * testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/12.cc: + Likewise. + * testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/13.cc: + Likewise. + * testsuite/27_io/basic_istream/extractors_arithmetic/ + wchar_t/9555-ia.cc: Likewise. + * testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/ + dr696.cc: Likewise. + * testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/ + exceptions_badbit_throw.cc: Likewise. + * testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/ + exceptions_failbit.cc: Likewise. + * testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/ + exceptions_failbit_throw.cc: Likewise. + * testsuite/27_io/basic_istream/extractors_character/char/1.cc: + Likewise. + * testsuite/27_io/basic_istream/extractors_character/char/11095-i.cc: + Likewise. + * testsuite/27_io/basic_istream/extractors_character/char/2.cc: + Likewise. + * testsuite/27_io/basic_istream/extractors_character/char/3.cc: + Likewise. + * testsuite/27_io/basic_istream/extractors_character/char/4.cc: + Likewise. + * testsuite/27_io/basic_istream/extractors_character/char/9555-ic.cc: + Likewise. + * testsuite/27_io/basic_istream/extractors_character/pod/3983-2.cc: + Likewise. + * testsuite/27_io/basic_istream/extractors_character/wchar_t/1.cc: + Likewise. + * testsuite/27_io/basic_istream/extractors_character/wchar_t/ + 11095-i.cc: Likewise. + * testsuite/27_io/basic_istream/extractors_character/wchar_t/2.cc: + Likewise. + * testsuite/27_io/basic_istream/extractors_character/wchar_t/3.cc: + Likewise. + * testsuite/27_io/basic_istream/extractors_character/wchar_t/4.cc: + Likewise. + * testsuite/27_io/basic_istream/extractors_character/wchar_t/ + 9555-ic.cc: Likewise. + * testsuite/27_io/basic_istream/extractors_other/char/1.cc: Likewise. + * testsuite/27_io/basic_istream/extractors_other/char/2.cc: Likewise. + * testsuite/27_io/basic_istream/extractors_other/char/26181.cc: + Likewise. + * testsuite/27_io/basic_istream/extractors_other/char/3.cc: Likewise. + * testsuite/27_io/basic_istream/extractors_other/char/9318-in.cc: + Likewise. + * testsuite/27_io/basic_istream/extractors_other/char/9424-in.cc: + Likewise. + * testsuite/27_io/basic_istream/extractors_other/char/9555-io.cc: + Likewise. + * testsuite/27_io/basic_istream/extractors_other/char/ + error_failbit.cc: Likewise. + * testsuite/27_io/basic_istream/extractors_other/char/ + exceptions_badbit_throw.cc: Likewise. + * testsuite/27_io/basic_istream/extractors_other/char/ + exceptions_failbit_throw.cc: Likewise. + * testsuite/27_io/basic_istream/extractors_other/char/ + exceptions_null.cc: Likewise. + * testsuite/27_io/basic_istream/extractors_other/pod/3983-3.cc: + Likewise. + * testsuite/27_io/basic_istream/extractors_other/wchar_t/1.cc: Likewise. + * testsuite/27_io/basic_istream/extractors_other/wchar_t/2.cc: Likewise. + * testsuite/27_io/basic_istream/extractors_other/wchar_t/26181.cc: + Likewise. + * testsuite/27_io/basic_istream/extractors_other/wchar_t/3.cc: Likewise. + * testsuite/27_io/basic_istream/extractors_other/wchar_t/9318-in.cc: + Likewise. + * testsuite/27_io/basic_istream/extractors_other/wchar_t/9424-in.cc: + Likewise. + * testsuite/27_io/basic_istream/extractors_other/wchar_t/9555-io.cc: + Likewise. + * testsuite/27_io/basic_istream/extractors_other/wchar_t/ + error_failbit.cc: Likewise. + * testsuite/27_io/basic_istream/extractors_other/wchar_t/ + exceptions_badbit_throw.cc: Likewise. + * testsuite/27_io/basic_istream/extractors_other/wchar_t/ + exceptions_failbit_throw.cc: Likewise. + * testsuite/27_io/basic_istream/extractors_other/wchar_t/ + exceptions_null.cc: Likewise. + * testsuite/27_io/basic_istream/get/char/1.cc: Likewise. + * testsuite/27_io/basic_istream/get/char/2.cc: Likewise. + * testsuite/27_io/basic_istream/get/char/3.cc: Likewise. + * testsuite/27_io/basic_istream/get/wchar_t/1.cc: Likewise. + * testsuite/27_io/basic_istream/get/wchar_t/2.cc: Likewise. + * testsuite/27_io/basic_istream/get/wchar_t/3.cc: Likewise. + * testsuite/27_io/basic_istream/getline/char/1.cc: Likewise. + * testsuite/27_io/basic_istream/getline/char/2.cc: Likewise. + * testsuite/27_io/basic_istream/getline/char/3.cc: Likewise. + * testsuite/27_io/basic_istream/getline/char/4.cc: Likewise. + * testsuite/27_io/basic_istream/getline/char/5.cc: Likewise. + * testsuite/27_io/basic_istream/getline/char/6.cc: Likewise. + * testsuite/27_io/basic_istream/getline/wchar_t/1.cc: Likewise. + * testsuite/27_io/basic_istream/getline/wchar_t/2.cc: Likewise. + * testsuite/27_io/basic_istream/getline/wchar_t/3.cc: Likewise. + * testsuite/27_io/basic_istream/getline/wchar_t/4.cc: Likewise. + * testsuite/27_io/basic_istream/getline/wchar_t/5.cc: Likewise. + * testsuite/27_io/basic_istream/getline/wchar_t/6.cc: Likewise. + * testsuite/27_io/basic_istream/ignore/char/1.cc: Likewise. + * testsuite/27_io/basic_istream/ignore/char/2.cc: Likewise. + * testsuite/27_io/basic_istream/ignore/char/3.cc: Likewise. + * testsuite/27_io/basic_istream/ignore/char/6360.cc: Likewise. + * testsuite/27_io/basic_istream/ignore/char/7220.cc: Likewise. + * testsuite/27_io/basic_istream/ignore/wchar_t/1.cc: Likewise. + * testsuite/27_io/basic_istream/ignore/wchar_t/2.cc: Likewise. + * testsuite/27_io/basic_istream/ignore/wchar_t/3.cc: Likewise. + * testsuite/27_io/basic_istream/ignore/wchar_t/6360.cc: Likewise. + * testsuite/27_io/basic_istream/ignore/wchar_t/7220.cc: Likewise. + * testsuite/27_io/basic_istream/peek/char/1.cc: Likewise. + * testsuite/27_io/basic_istream/peek/char/12296.cc: Likewise. + * testsuite/27_io/basic_istream/peek/char/6414.cc: Likewise. + * testsuite/27_io/basic_istream/peek/wchar_t/1.cc: Likewise. + * testsuite/27_io/basic_istream/peek/wchar_t/12296.cc: Likewise. + * testsuite/27_io/basic_istream/peek/wchar_t/6414.cc: Likewise. + * testsuite/27_io/basic_istream/putback/char/1.cc: Likewise. + * testsuite/27_io/basic_istream/putback/wchar_t/1.cc: Likewise. + * testsuite/27_io/basic_istream/read/char/1.cc: Likewise. + * testsuite/27_io/basic_istream/read/char/2.cc: Likewise. + * testsuite/27_io/basic_istream/read/char/3.cc: Likewise. + * testsuite/27_io/basic_istream/read/wchar_t/1.cc: Likewise. + * testsuite/27_io/basic_istream/read/wchar_t/2.cc: Likewise. + * testsuite/27_io/basic_istream/read/wchar_t/3.cc: Likewise. + * testsuite/27_io/basic_istream/readsome/char/6746-1.cc: Likewise. + * testsuite/27_io/basic_istream/readsome/char/6746-2.cc: Likewise. + * testsuite/27_io/basic_istream/readsome/char/8258.cc: Likewise. + * testsuite/27_io/basic_istream/readsome/wchar_t/6746-1.cc: Likewise. + * testsuite/27_io/basic_istream/readsome/wchar_t/6746-2.cc: Likewise. + * testsuite/27_io/basic_istream/readsome/wchar_t/8258.cc: Likewise. + * testsuite/27_io/basic_istream/seekg/char/2.cc: Likewise. + * testsuite/27_io/basic_istream/seekg/char/26211.cc: Likewise. + * testsuite/27_io/basic_istream/seekg/char/8348-1.cc: Likewise. + * testsuite/27_io/basic_istream/seekg/char/8348-2.cc: Likewise. + * testsuite/27_io/basic_istream/seekg/char/ + exceptions_badbit_throw.cc: Likewise. + * testsuite/27_io/basic_istream/seekg/char/fstream.cc: Likewise. + * testsuite/27_io/basic_istream/seekg/char/sstream.cc: Likewise. + * testsuite/27_io/basic_istream/seekg/wchar_t/2.cc: Likewise. + * testsuite/27_io/basic_istream/seekg/wchar_t/26211.cc: Likewise. + * testsuite/27_io/basic_istream/seekg/wchar_t/8348-1.cc: Likewise. + * testsuite/27_io/basic_istream/seekg/wchar_t/8348-2.cc: Likewise. + * testsuite/27_io/basic_istream/seekg/wchar_t/ + exceptions_badbit_throw.cc: Likewise. + * testsuite/27_io/basic_istream/seekg/wchar_t/fstream.cc: Likewise. + * testsuite/27_io/basic_istream/seekg/wchar_t/sstream.cc: Likewise. + * testsuite/27_io/basic_istream/sentry/char/1.cc: Likewise. + * testsuite/27_io/basic_istream/sentry/char/2.cc: Likewise. + * testsuite/27_io/basic_istream/sentry/char/3.cc: Likewise. + * testsuite/27_io/basic_istream/sentry/pod/1.cc: Likewise. + * testsuite/27_io/basic_istream/sentry/wchar_t/1.cc: Likewise. + * testsuite/27_io/basic_istream/sentry/wchar_t/2.cc: Likewise. + * testsuite/27_io/basic_istream/sentry/wchar_t/3.cc: Likewise. + * testsuite/27_io/basic_istream/tellg/char/1.cc: Likewise. + * testsuite/27_io/basic_istream/tellg/char/2.cc: Likewise. + * testsuite/27_io/basic_istream/tellg/char/26211.cc: Likewise. + * testsuite/27_io/basic_istream/tellg/char/8348.cc: Likewise. + * testsuite/27_io/basic_istream/tellg/char/ + exceptions_badbit_throw.cc: Likewise. + * testsuite/27_io/basic_istream/tellg/char/fstream.cc: Likewise. + * testsuite/27_io/basic_istream/tellg/char/sstream.cc: Likewise. + * testsuite/27_io/basic_istream/tellg/wchar_t/1.cc: Likewise. + * testsuite/27_io/basic_istream/tellg/wchar_t/2.cc: Likewise. + * testsuite/27_io/basic_istream/tellg/wchar_t/26211.cc: Likewise. + * testsuite/27_io/basic_istream/tellg/wchar_t/8348.cc: Likewise. + * testsuite/27_io/basic_istream/tellg/wchar_t/ + exceptions_badbit_throw.cc: Likewise. + * testsuite/27_io/basic_istream/tellg/wchar_t/fstream.cc: Likewise. + * testsuite/27_io/basic_istream/tellg/wchar_t/sstream.cc: Likewise. + * testsuite/27_io/basic_istream/ws/char/1.cc: Likewise. + * testsuite/27_io/basic_istream/ws/wchar_t/1.cc: Likewise. + * testsuite/27_io/basic_istringstream/cons/2020.cc: Likewise. + * testsuite/27_io/basic_istringstream/rdbuf/char/2832.cc: Likewise. + * testsuite/27_io/basic_istringstream/rdbuf/wchar_t/2832.cc: Likewise. + * testsuite/27_io/basic_istringstream/str/char/1.cc: Likewise. + * testsuite/27_io/basic_istringstream/str/wchar_t/1.cc: Likewise. + * testsuite/27_io/basic_ofstream/cons/2020.cc: Likewise. + * testsuite/27_io/basic_ofstream/cons/char/1.cc: Likewise. + * testsuite/27_io/basic_ofstream/open/char/1.cc: Likewise. + * testsuite/27_io/basic_ofstream/rdbuf/char/2832.cc: Likewise. + * testsuite/27_io/basic_ostream/cons/2020.cc: Likewise. + * testsuite/27_io/basic_ostream/cons/char/9827.cc: Likewise. + * testsuite/27_io/basic_ostream/cons/wchar_t/9827.cc: Likewise. + * testsuite/27_io/basic_ostream/endl/char/1.cc: Likewise. + * testsuite/27_io/basic_ostream/endl/wchar_t/1.cc: Likewise. + * testsuite/27_io/basic_ostream/ends/char/1.cc: Likewise. + * testsuite/27_io/basic_ostream/ends/char/2.cc: Likewise. + * testsuite/27_io/basic_ostream/ends/wchar_t/1.cc: Likewise. + * testsuite/27_io/basic_ostream/ends/wchar_t/2.cc: Likewise. + * testsuite/27_io/basic_ostream/exceptions/char/9561.cc: Likewise. + * testsuite/27_io/basic_ostream/exceptions/wchar_t/9561.cc: Likewise. + * testsuite/27_io/basic_ostream/flush/char/1.cc: Likewise. + * testsuite/27_io/basic_ostream/flush/char/2.cc: Likewise. + * testsuite/27_io/basic_ostream/flush/char/exceptions_badbit_throw.cc: + Likewise. + * testsuite/27_io/basic_ostream/flush/wchar_t/1.cc: Likewise. + * testsuite/27_io/basic_ostream/flush/wchar_t/2.cc: Likewise. + * testsuite/27_io/basic_ostream/flush/wchar_t/ + exceptions_badbit_throw.cc: Likewise. + * testsuite/27_io/basic_ostream/inserters_arithmetic/char/1.cc: + Likewise. + * testsuite/27_io/basic_ostream/inserters_arithmetic/char/2.cc: + Likewise. + * testsuite/27_io/basic_ostream/inserters_arithmetic/char/3.cc: + Likewise. + * testsuite/27_io/basic_ostream/inserters_arithmetic/char/4.cc: + Likewise. + * testsuite/27_io/basic_ostream/inserters_arithmetic/char/4402.cc: + Likewise. + * testsuite/27_io/basic_ostream/inserters_arithmetic/char/5.cc: + Likewise. + * testsuite/27_io/basic_ostream/inserters_arithmetic/char/6.cc: + Likewise. + * testsuite/27_io/basic_ostream/inserters_arithmetic/char/7.cc: + Likewise. + * testsuite/27_io/basic_ostream/inserters_arithmetic/char/9555-oa.cc: + Likewise. + * testsuite/27_io/basic_ostream/inserters_arithmetic/char/ + exceptions_badbit_throw.cc: Likewise. + * testsuite/27_io/basic_ostream/inserters_arithmetic/char/ + exceptions_failbit_throw.cc: Likewise. + * testsuite/27_io/basic_ostream/inserters_arithmetic/pod/23875.cc: + Likewise. + * testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/1.cc: + Likewise. + * testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/2.cc: + Likewise. + * testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/3.cc: + Likewise. + * testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/4.cc: + Likewise. + * testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/4402.cc: + Likewise. + * testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/5.cc: + Likewise. + * testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/6.cc: + Likewise. + * testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/7.cc: + Likewise. + * testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/ + 9555-oa.cc: Likewise. + * testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/ + exceptions_badbit_throw.cc: Likewise. + * testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/ + exceptions_failbit_throw.cc: Likewise. + * testsuite/27_io/basic_ostream/inserters_character/char/11095-oa.cc: + Likewise. + * testsuite/27_io/basic_ostream/inserters_character/char/11095-ob.cc: + Likewise. + * testsuite/27_io/basic_ostream/inserters_character/char/11095-oc.cc: + Likewise. + * testsuite/27_io/basic_ostream/inserters_character/char/2.cc: Likewise. + * testsuite/27_io/basic_ostream/inserters_character/char/28277-3.cc: + Likewise. + * testsuite/27_io/basic_ostream/inserters_character/char/28277-4.cc: + Likewise. + * testsuite/27_io/basic_ostream/inserters_character/char/3.cc: Likewise. + * testsuite/27_io/basic_ostream/inserters_character/char/4.cc: Likewise. + * testsuite/27_io/basic_ostream/inserters_character/char/5.cc: Likewise. + * testsuite/27_io/basic_ostream/inserters_character/char/6.cc: Likewise. + * testsuite/27_io/basic_ostream/inserters_character/char/8.cc: Likewise. + * testsuite/27_io/basic_ostream/inserters_character/char/9555-oc.cc: + Likewise. + * testsuite/27_io/basic_ostream/inserters_character/wchar_t/ + 11095-od.cc: Likewise. + * testsuite/27_io/basic_ostream/inserters_character/wchar_t/ + 11095-oe.cc: Likewise. + * testsuite/27_io/basic_ostream/inserters_character/wchar_t/ + 11095-of.cc: Likewise. + * testsuite/27_io/basic_ostream/inserters_character/wchar_t/2.cc: + Likewise. + * testsuite/27_io/basic_ostream/inserters_character/wchar_t/ + 28277-1.cc: Likewise. + * testsuite/27_io/basic_ostream/inserters_character/wchar_t/ + 28277-2.cc: Likewise. + * testsuite/27_io/basic_ostream/inserters_character/wchar_t/ + 28277-3.cc: Likewise. + * testsuite/27_io/basic_ostream/inserters_character/wchar_t/ + 28277-4.cc: Likewise. + * testsuite/27_io/basic_ostream/inserters_character/wchar_t/3.cc: + Likewise. + * testsuite/27_io/basic_ostream/inserters_character/wchar_t/4.cc: + Likewise. + * testsuite/27_io/basic_ostream/inserters_character/wchar_t/5.cc: + Likewise. + * testsuite/27_io/basic_ostream/inserters_character/wchar_t/6.cc: + Likewise. + * testsuite/27_io/basic_ostream/inserters_character/wchar_t/7.cc: + Likewise. + * testsuite/27_io/basic_ostream/inserters_character/wchar_t/8.cc: + Likewise. + * testsuite/27_io/basic_ostream/inserters_character/wchar_t/ + 9555-oc.cc: Likewise. + * testsuite/27_io/basic_ostream/inserters_other/char/1.cc: Likewise. + * testsuite/27_io/basic_ostream/inserters_other/char/3.cc: Likewise. + * testsuite/27_io/basic_ostream/inserters_other/char/4.cc: Likewise. + * testsuite/27_io/basic_ostream/inserters_other/char/5.cc: Likewise. + * testsuite/27_io/basic_ostream/inserters_other/char/9318-out.cc: + Likewise. + * testsuite/27_io/basic_ostream/inserters_other/char/9424-out.cc: + Likewise. + * testsuite/27_io/basic_ostream/inserters_other/char/9555-oo.cc: + Likewise. + * testsuite/27_io/basic_ostream/inserters_other/char/error_code.cc: + Likewise. + * testsuite/27_io/basic_ostream/inserters_other/char/ + error_failbit.cc: Likewise. + * testsuite/27_io/basic_ostream/inserters_other/char/ + exceptions_badbit_throw.cc: Likewise. + * testsuite/27_io/basic_ostream/inserters_other/char/ + exceptions_failbit_throw.cc: Likewise. + * testsuite/27_io/basic_ostream/inserters_other/char/ + exceptions_null.cc: Likewise. + * testsuite/27_io/basic_ostream/inserters_other/wchar_t/1.cc: Likewise. + * testsuite/27_io/basic_ostream/inserters_other/wchar_t/3.cc: Likewise. + * testsuite/27_io/basic_ostream/inserters_other/wchar_t/4.cc: Likewise. + * testsuite/27_io/basic_ostream/inserters_other/wchar_t/5.cc: Likewise. + * testsuite/27_io/basic_ostream/inserters_other/wchar_t/ + 9318-out.cc: Likewise. + * testsuite/27_io/basic_ostream/inserters_other/wchar_t/ + 9424-out.cc: Likewise. + * testsuite/27_io/basic_ostream/inserters_other/wchar_t/ + 9555-oo.cc: Likewise. + * testsuite/27_io/basic_ostream/inserters_other/wchar_t/ + error_code.cc: Likewise. + * testsuite/27_io/basic_ostream/inserters_other/wchar_t/ + error_failbit.cc: Likewise. + * testsuite/27_io/basic_ostream/inserters_other/wchar_t/ + exceptions_badbit_throw.cc: Likewise. + * testsuite/27_io/basic_ostream/inserters_other/wchar_t/ + exceptions_failbit_throw.cc: Likewise. + * testsuite/27_io/basic_ostream/inserters_other/wchar_t/ + exceptions_null.cc: Likewise. + * testsuite/27_io/basic_ostream/put/char/1.cc: Likewise. + * testsuite/27_io/basic_ostream/put/wchar_t/1.cc: Likewise. + * testsuite/27_io/basic_ostream/seekp/char/2346-fstream.cc: Likewise. + * testsuite/27_io/basic_ostream/seekp/char/2346-sstream.cc: Likewise. + * testsuite/27_io/basic_ostream/seekp/char/ + exceptions_badbit_throw.cc: Likewise. + * testsuite/27_io/basic_ostream/seekp/wchar_t/2346-fstream.cc: Likewise. + * testsuite/27_io/basic_ostream/seekp/wchar_t/2346-sstream.cc: Likewise. + * testsuite/27_io/basic_ostream/seekp/wchar_t/ + exceptions_badbit_throw.cc: Likewise. + * testsuite/27_io/basic_ostream/sentry/char/1.cc: Likewise. + * testsuite/27_io/basic_ostream/sentry/char/2.cc: Likewise. + * testsuite/27_io/basic_ostream/sentry/pod/1.cc: Likewise. + * testsuite/27_io/basic_ostream/sentry/wchar_t/1.cc: Likewise. + * testsuite/27_io/basic_ostream/sentry/wchar_t/2.cc: Likewise. + * testsuite/27_io/basic_ostream/tellp/char/1.cc: Likewise. + * testsuite/27_io/basic_ostream/tellp/char/2.cc: Likewise. + * testsuite/27_io/basic_ostream/tellp/char/ + exceptions_badbit_throw.cc: Likewise. + * testsuite/27_io/basic_ostream/tellp/wchar_t/1.cc: Likewise. + * testsuite/27_io/basic_ostream/tellp/wchar_t/2.cc: Likewise. + * testsuite/27_io/basic_ostream/tellp/wchar_t/ + exceptions_badbit_throw.cc: Likewise. + * testsuite/27_io/basic_ostream/write/char/1.cc: Likewise. + * testsuite/27_io/basic_ostream/write/wchar_t/1.cc: Likewise. + * testsuite/27_io/basic_ostringstream/cons/2020.cc: Likewise. + * testsuite/27_io/basic_ostringstream/cons/char/3.cc: Likewise. + * testsuite/27_io/basic_ostringstream/cons/wchar_t/3.cc: Likewise. + * testsuite/27_io/basic_ostringstream/rdbuf/char/2832.cc: Likewise. + * testsuite/27_io/basic_ostringstream/rdbuf/wchar_t/2832.cc: Likewise. + * testsuite/27_io/basic_ostringstream/str/char/1.cc: Likewise. + * testsuite/27_io/basic_ostringstream/str/char/2.cc: Likewise. + * testsuite/27_io/basic_ostringstream/str/wchar_t/1.cc: Likewise. + * testsuite/27_io/basic_ostringstream/str/wchar_t/2.cc: Likewise. + * testsuite/27_io/basic_streambuf/cons/2020.cc: Likewise. + * testsuite/27_io/basic_streambuf/cons/57394.cc: Likewise. + * testsuite/27_io/basic_streambuf/cons/char/1.cc: Likewise. + * testsuite/27_io/basic_streambuf/cons/wchar_t/1.cc: Likewise. + * testsuite/27_io/basic_streambuf/imbue/char/13007-1.cc: Likewise. + * testsuite/27_io/basic_streambuf/imbue/char/13007-2.cc: Likewise. + * testsuite/27_io/basic_streambuf/imbue/char/9322.cc: Likewise. + * testsuite/27_io/basic_streambuf/imbue/wchar_t/13007-1.cc: Likewise. + * testsuite/27_io/basic_streambuf/imbue/wchar_t/13007-2.cc: Likewise. + * testsuite/27_io/basic_streambuf/imbue/wchar_t/9322.cc: Likewise. + * testsuite/27_io/basic_streambuf/in_avail/char/1.cc: Likewise. + * testsuite/27_io/basic_streambuf/in_avail/wchar_t/1.cc: Likewise. + * testsuite/27_io/basic_streambuf/overflow/char/1.cc: Likewise. + * testsuite/27_io/basic_streambuf/overflow/char/2.cc: Likewise. + * testsuite/27_io/basic_streambuf/overflow/char/3599.cc: Likewise. + * testsuite/27_io/basic_streambuf/overflow/wchar_t/1.cc: Likewise. + * testsuite/27_io/basic_streambuf/overflow/wchar_t/2.cc: Likewise. + * testsuite/27_io/basic_streambuf/overflow/wchar_t/3599.cc: Likewise. + * testsuite/27_io/basic_streambuf/sgetc/char/1.cc: Likewise. + * testsuite/27_io/basic_streambuf/sgetc/wchar_t/1.cc: Likewise. + * testsuite/27_io/basic_streambuf/sgetn/char/1.cc: Likewise. + * testsuite/27_io/basic_streambuf/sgetn/wchar_t/1.cc: Likewise. + * testsuite/27_io/basic_streambuf/sputbackc/char/9538.cc: Likewise. + * testsuite/27_io/basic_streambuf/sputbackc/wchar_t/9538.cc: Likewise. + * testsuite/27_io/basic_streambuf/sputn/char/1.cc: Likewise. + * testsuite/27_io/basic_streambuf/sputn/wchar_t/1.cc: Likewise. + * testsuite/27_io/basic_streambuf/sync/char/1057.cc: Likewise. + * testsuite/27_io/basic_streambuf/sync/wchar_t/1057.cc: Likewise. + * testsuite/27_io/basic_stringbuf/cons/2020.cc: Likewise. + * testsuite/27_io/basic_stringbuf/cons/char/1.cc: Likewise. + * testsuite/27_io/basic_stringbuf/cons/wchar_t/1.cc: Likewise. + * testsuite/27_io/basic_stringbuf/imbue/char/1.cc: Likewise. + * testsuite/27_io/basic_stringbuf/imbue/char/9322.cc: Likewise. + * testsuite/27_io/basic_stringbuf/imbue/wchar_t/1.cc: Likewise. + * testsuite/27_io/basic_stringbuf/imbue/wchar_t/9322.cc: Likewise. + * testsuite/27_io/basic_stringbuf/in_avail/char/1.cc: Likewise. + * testsuite/27_io/basic_stringbuf/in_avail/wchar_t/1.cc: Likewise. + * testsuite/27_io/basic_stringbuf/overflow/char/1.cc: Likewise. + * testsuite/27_io/basic_stringbuf/overflow/char/2.cc: Likewise. + * testsuite/27_io/basic_stringbuf/overflow/char/26250.cc: Likewise. + * testsuite/27_io/basic_stringbuf/overflow/char/3599.cc: Likewise. + * testsuite/27_io/basic_stringbuf/overflow/char/9988.cc: Likewise. + * testsuite/27_io/basic_stringbuf/overflow/wchar_t/1.cc: Likewise. + * testsuite/27_io/basic_stringbuf/overflow/wchar_t/2.cc: Likewise. + * testsuite/27_io/basic_stringbuf/overflow/wchar_t/26250.cc: Likewise. + * testsuite/27_io/basic_stringbuf/overflow/wchar_t/3599.cc: Likewise. + * testsuite/27_io/basic_stringbuf/overflow/wchar_t/9988.cc: Likewise. + * testsuite/27_io/basic_stringbuf/pbackfail/char/1.cc: Likewise. + * testsuite/27_io/basic_stringbuf/pbackfail/char/2.cc: Likewise. + * testsuite/27_io/basic_stringbuf/pbackfail/wchar_t/1.cc: Likewise. + * testsuite/27_io/basic_stringbuf/pbackfail/wchar_t/2.cc: Likewise. + * testsuite/27_io/basic_stringbuf/sbumpc/char/1.cc: Likewise. + * testsuite/27_io/basic_stringbuf/sbumpc/char/9825.cc: Likewise. + * testsuite/27_io/basic_stringbuf/sbumpc/wchar_t/1.cc: Likewise. + * testsuite/27_io/basic_stringbuf/sbumpc/wchar_t/9825.cc: Likewise. + * testsuite/27_io/basic_stringbuf/seekoff/char/1.cc: Likewise. + * testsuite/27_io/basic_stringbuf/seekoff/char/10975.cc: Likewise. + * testsuite/27_io/basic_stringbuf/seekoff/char/16956.cc: Likewise. + * testsuite/27_io/basic_stringbuf/seekoff/char/2.cc: Likewise. + * testsuite/27_io/basic_stringbuf/seekoff/wchar_t/1.cc: Likewise. + * testsuite/27_io/basic_stringbuf/seekoff/wchar_t/10975.cc: Likewise. + * testsuite/27_io/basic_stringbuf/seekoff/wchar_t/16956.cc: Likewise. + * testsuite/27_io/basic_stringbuf/seekoff/wchar_t/2.cc: Likewise. + * testsuite/27_io/basic_stringbuf/seekpos/char/1.cc: Likewise. + * testsuite/27_io/basic_stringbuf/seekpos/char/2.cc: Likewise. + * testsuite/27_io/basic_stringbuf/seekpos/char/29354.cc: Likewise. + * testsuite/27_io/basic_stringbuf/seekpos/char/3.cc: Likewise. + * testsuite/27_io/basic_stringbuf/seekpos/wchar_t/1.cc: Likewise. + * testsuite/27_io/basic_stringbuf/seekpos/wchar_t/2.cc: Likewise. + * testsuite/27_io/basic_stringbuf/seekpos/wchar_t/29354.cc: Likewise. + * testsuite/27_io/basic_stringbuf/seekpos/wchar_t/3.cc: Likewise. + * testsuite/27_io/basic_stringbuf/setbuf/char/1.cc: Likewise. + * testsuite/27_io/basic_stringbuf/setbuf/char/2.cc: Likewise. + * testsuite/27_io/basic_stringbuf/setbuf/char/3.cc: Likewise. + * testsuite/27_io/basic_stringbuf/setbuf/char/4.cc: Likewise. + * testsuite/27_io/basic_stringbuf/setbuf/wchar_t/1.cc: Likewise. + * testsuite/27_io/basic_stringbuf/setbuf/wchar_t/2.cc: Likewise. + * testsuite/27_io/basic_stringbuf/setbuf/wchar_t/3.cc: Likewise. + * testsuite/27_io/basic_stringbuf/setbuf/wchar_t/4.cc: Likewise. + * testsuite/27_io/basic_stringbuf/sgetc/char/1.cc: Likewise. + * testsuite/27_io/basic_stringbuf/sgetc/wchar_t/1.cc: Likewise. + * testsuite/27_io/basic_stringbuf/sgetn/char/1.cc: Likewise. + * testsuite/27_io/basic_stringbuf/sgetn/wchar_t/1.cc: Likewise. + * testsuite/27_io/basic_stringbuf/snextc/char/1.cc: Likewise. + * testsuite/27_io/basic_stringbuf/snextc/wchar_t/1.cc: Likewise. + * testsuite/27_io/basic_stringbuf/sputbackc/char/1.cc: Likewise. + * testsuite/27_io/basic_stringbuf/sputbackc/char/9425.cc: Likewise. + * testsuite/27_io/basic_stringbuf/sputbackc/wchar_t/1.cc: Likewise. + * testsuite/27_io/basic_stringbuf/sputbackc/wchar_t/9425.cc: Likewise. + * testsuite/27_io/basic_stringbuf/sputc/char/1.cc: Likewise. + * testsuite/27_io/basic_stringbuf/sputc/char/9404-1.cc: Likewise. + * testsuite/27_io/basic_stringbuf/sputc/wchar_t/1.cc: Likewise. + * testsuite/27_io/basic_stringbuf/sputc/wchar_t/9404-1.cc: Likewise. + * testsuite/27_io/basic_stringbuf/sputn/char/1.cc: Likewise. + * testsuite/27_io/basic_stringbuf/sputn/char/9404-2.cc: Likewise. + * testsuite/27_io/basic_stringbuf/sputn/wchar_t/1.cc: Likewise. + * testsuite/27_io/basic_stringbuf/sputn/wchar_t/9404-2.cc: Likewise. + * testsuite/27_io/basic_stringbuf/str/char/1.cc: Likewise. + * testsuite/27_io/basic_stringbuf/str/char/2.cc: Likewise. + * testsuite/27_io/basic_stringbuf/str/char/3.cc: Likewise. + * testsuite/27_io/basic_stringbuf/str/char/3955.cc: Likewise. + * testsuite/27_io/basic_stringbuf/str/wchar_t/1.cc: Likewise. + * testsuite/27_io/basic_stringbuf/str/wchar_t/2.cc: Likewise. + * testsuite/27_io/basic_stringbuf/str/wchar_t/3.cc: Likewise. + * testsuite/27_io/basic_stringbuf/str/wchar_t/3955.cc: Likewise. + * testsuite/27_io/basic_stringbuf/sungetc/char/1.cc: Likewise. + * testsuite/27_io/basic_stringbuf/sungetc/wchar_t/1.cc: Likewise. + * testsuite/27_io/basic_stringbuf/sync/char/1057.cc: Likewise. + * testsuite/27_io/basic_stringbuf/sync/wchar_t/1057.cc: Likewise. + * testsuite/27_io/basic_stringstream/cons/2020.cc: Likewise. + * testsuite/27_io/basic_stringstream/rdbuf/char/2832.cc: Likewise. + * testsuite/27_io/basic_stringstream/rdbuf/wchar_t/2832.cc: Likewise. + * testsuite/27_io/basic_stringstream/str/char/1.cc: Likewise. + * testsuite/27_io/basic_stringstream/str/char/2.cc: Likewise. + * testsuite/27_io/basic_stringstream/str/char/3.cc: Likewise. + * testsuite/27_io/basic_stringstream/str/char/4.cc: Likewise. + * testsuite/27_io/basic_stringstream/str/wchar_t/1.cc: Likewise. + * testsuite/27_io/basic_stringstream/str/wchar_t/2.cc: Likewise. + * testsuite/27_io/basic_stringstream/str/wchar_t/3.cc: Likewise. + * testsuite/27_io/basic_stringstream/str/wchar_t/4.cc: Likewise. + * testsuite/27_io/fpos/11450.cc: Likewise. + * testsuite/27_io/fpos/14252.cc: Likewise. + * testsuite/27_io/fpos/14320-1.cc: Likewise. + * testsuite/27_io/fpos/14320-2.cc: Likewise. + * testsuite/27_io/fpos/14320-3.cc: Likewise. + * testsuite/27_io/fpos/14320-4.cc: Likewise. + * testsuite/27_io/fpos/14320-5.cc: Likewise. + * testsuite/27_io/fpos/14775.cc: Likewise. + * testsuite/27_io/fpos/mbstate_t/1.cc: Likewise. + * testsuite/27_io/fpos/mbstate_t/12065.cc: Likewise. + * testsuite/27_io/fpos/mbstate_t/2.cc: Likewise. + * testsuite/27_io/fpos/mbstate_t/3.cc: Likewise. + * testsuite/27_io/ios_base/callbacks/1.cc: Likewise. + * testsuite/27_io/ios_base/failure/what-1.cc: Likewise. + * testsuite/27_io/ios_base/failure/what-2.cc: Likewise. + * testsuite/27_io/ios_base/failure/what-3.cc: Likewise. + * testsuite/27_io/ios_base/failure/what-big.cc: Likewise. + * testsuite/27_io/ios_base/state/1.cc: Likewise. + * testsuite/27_io/ios_base/storage/1.cc: Likewise. + * testsuite/27_io/ios_base/storage/11584.cc: Likewise. + * testsuite/27_io/ios_base/storage/2.cc: Likewise. + * testsuite/27_io/ios_base/sync_with_stdio/2.cc: Likewise. + * testsuite/27_io/manipulators/adjustfield/char/1.cc: Likewise. + * testsuite/27_io/manipulators/adjustfield/char/2.cc + * testsuite/27_io/manipulators/adjustfield/wchar_t/1.cc: Likewise. + * testsuite/27_io/manipulators/adjustfield/wchar_t/2.cc: Likewise. + * testsuite/27_io/manipulators/basefield/char/1.cc: Likewise. + * testsuite/27_io/manipulators/basefield/wchar_t/1.cc: Likewise. + * testsuite/27_io/manipulators/extended/get_money/char/1.cc: Likewise. + * testsuite/27_io/manipulators/extended/get_money/char/51288.cc: + Likewise. + * testsuite/27_io/manipulators/extended/get_money/wchar_t/1.cc: + Likewise. + * testsuite/27_io/manipulators/extended/get_money/wchar_t/51288.cc: + Likewise. + * testsuite/27_io/manipulators/extended/get_time/char/1.cc + * testsuite/27_io/manipulators/extended/get_time/char/2.cc: Likewise. + * testsuite/27_io/manipulators/extended/get_time/wchar_t/1.cc: Likewise. + * testsuite/27_io/manipulators/extended/get_time/wchar_t/2.cc: Likewise. + * testsuite/27_io/manipulators/extended/put_money/char/1.cc: Likewise. + * testsuite/27_io/manipulators/extended/put_money/char/51288.cc: + Likewise. + * testsuite/27_io/manipulators/extended/put_money/wchar_t/1.cc: + Likewise. + * testsuite/27_io/manipulators/extended/put_money/wchar_t/51288.cc: + Likewise. + * testsuite/27_io/manipulators/extended/put_time/char/1.cc: Likewise. + * testsuite/27_io/manipulators/extended/put_time/char/2.cc: Likewise. + * testsuite/27_io/manipulators/extended/put_time/wchar_t/1.cc: Likewise. + * testsuite/27_io/manipulators/extended/put_time/wchar_t/2.cc: Likewise. + * testsuite/27_io/manipulators/standard/char/1.cc: Likewise. + * testsuite/27_io/manipulators/standard/char/2.cc: Likewise. + * testsuite/27_io/manipulators/standard/char/dr2344.cc: Likewise. + * testsuite/27_io/manipulators/standard/char/quoted.cc: Likewise. + * testsuite/27_io/manipulators/standard/wchar_t/1.cc: Likewise. + * testsuite/27_io/manipulators/standard/wchar_t/2.cc: Likewise. + * testsuite/27_io/manipulators/standard/wchar_t/dr2344.cc: Likewise. + * testsuite/27_io/manipulators/standard/wchar_t/quoted.cc: Likewise. + * testsuite/27_io/objects/char/1.cc: Likewise. + * testsuite/27_io/objects/char/10.cc: Likewise. + * testsuite/27_io/objects/char/3045.cc: Likewise. + * testsuite/27_io/objects/char/41037.cc: Likewise. + * testsuite/27_io/objects/char/5.cc: Likewise. + * testsuite/27_io/objects/char/6.cc: Likewise. + * testsuite/27_io/objects/char/6548_xin.cc: Likewise. + * testsuite/27_io/objects/char/6648-1_xin.cc: Likewise. + * testsuite/27_io/objects/char/6648-2_xin.cc: Likewise. + * testsuite/27_io/objects/char/7744_xin.cc: Likewise. + * testsuite/27_io/objects/char/8.cc: Likewise. + * testsuite/27_io/objects/char/9.cc: Likewise. + * testsuite/27_io/objects/char/9661-2_xin.cc: Likewise. + * testsuite/27_io/objects/char/dr455.cc: Likewise. + * testsuite/27_io/objects/wchar_t/1.cc: Likewise. + * testsuite/27_io/objects/wchar_t/10.cc: Likewise. + * testsuite/27_io/objects/wchar_t/11.cc: Likewise. + * testsuite/27_io/objects/wchar_t/12.cc: Likewise. + * testsuite/27_io/objects/wchar_t/13.cc: Likewise. + * testsuite/27_io/objects/wchar_t/13582-1_xin.cc: Likewise. + * testsuite/27_io/objects/wchar_t/3045.cc: Likewise. + * testsuite/27_io/objects/wchar_t/41037.cc: Likewise. + * testsuite/27_io/objects/wchar_t/5.cc: Likewise. + * testsuite/27_io/objects/wchar_t/6548_xin.cc: Likewise. + * testsuite/27_io/objects/wchar_t/6648-1_xin.cc: Likewise. + * testsuite/27_io/objects/wchar_t/6648-2_xin.cc: Likewise. + * testsuite/27_io/objects/wchar_t/7744_xin.cc: Likewise. + * testsuite/27_io/objects/wchar_t/8.cc: Likewise. + * testsuite/27_io/objects/wchar_t/9520.cc: Likewise. + * testsuite/27_io/objects/wchar_t/9661-2_xin.cc: Likewise. + * testsuite/27_io/objects/wchar_t/9662.cc: Likewise. + * testsuite/27_io/objects/wchar_t/dr455.cc: Likewise. + * testsuite/27_io/types/3.cc: Likewise. + +2016-10-17 Jonathan Wakely + + PR libstdc++/77994 + * include/bits/stl_algo.h (sample): Convert size argument to iterator + difference type. + * include/experimental/algorithm (experimental::sample): Likewise. + * testsuite/25_algorithms/sample/2.cc: New test. + +2016-10-17 Paolo Carlini + + * testsuite/unordered_map/insert/57619.C: Rename to 57619.cc. + * testsuite/23_containers/unordered_multimap/insert/57619.C: Likewise. + +2016-10-17 Paolo Carlini + + * testsuite/array/capacity/empty.cc: Remove 'test' variables. + * testsuite/array/capacity/max_size.cc: Likewise. + * testsuite/array/capacity/size.cc: Likewise. + * testsuite/array/comparison_operators/equal.cc: Likewise. + * testsuite/array/comparison_operators/greater.cc: Likewise. + * testsuite/array/comparison_operators/greater_or_equal.cc: Likewise. + * testsuite/array/comparison_operators/less.cc: Likewise. + * testsuite/array/comparison_operators/less_or_equal.cc: Likewise. + * testsuite/array/comparison_operators/not_equal.cc: Likewise. + * testsuite/array/element_access/54388.cc: Likewise. + * testsuite/array/element_access/at_out_of_range.cc: Likewise. + * testsuite/array/element_access/back.cc: Likewise. + * testsuite/array/element_access/data.cc: Likewise. + * testsuite/array/element_access/front.cc: Likewise. + * testsuite/array/iterators/end_is_one_past.cc: Likewise. + * testsuite/array/requirements/contiguous.cc: Likewise. + * testsuite/array/requirements/fill.cc: Likewise. + * testsuite/array/requirements/member_swap.cc: Likewise. + * testsuite/array/requirements/zero_sized_arrays.cc: Likewise. + * testsuite/array/specialized_algorithms/swap.cc: Likewise. + * testsuite/array/tuple_interface/tuple_element.cc: Likewise. + * testsuite/array/tuple_interface/tuple_element_cpp14.cc: Likewise. + * testsuite/array/tuple_interface/tuple_size.cc: Likewise. + * testsuite/bitset/all/1.cc: Likewise. + * testsuite/bitset/cons/1.cc: Likewise. + * testsuite/bitset/cons/16020.cc: Likewise. + * testsuite/bitset/cons/2.cc: Likewise. + * testsuite/bitset/cons/3.cc: Likewise. + * testsuite/bitset/cons/50268.cc: Likewise. + * testsuite/bitset/cons/6282.cc: Likewise. + * testsuite/bitset/cons/dr1325-2.cc: Likewise. + * testsuite/bitset/cons/dr396.cc: Likewise. + * testsuite/bitset/ext/15361.cc: Likewise. + * testsuite/bitset/input/1.cc: Likewise. + * testsuite/bitset/operations/1.cc: Likewise. + * testsuite/bitset/operations/13838.cc: Likewise. + * testsuite/bitset/operations/2.cc: Likewise. + * testsuite/bitset/test/1.cc: Likewise. + * testsuite/bitset/to_string/1.cc: Likewise. + * testsuite/bitset/to_string/dr396.cc: Likewise. + * testsuite/bitset/to_ullong/1.cc: Likewise. + * testsuite/bitset/to_ulong/1.cc: Likewise. + * testsuite/deque/allocator/copy.cc: Likewise. + * testsuite/deque/allocator/copy_assign.cc: Likewise. + * testsuite/deque/allocator/ext_ptr.cc: Likewise. + * testsuite/deque/allocator/minimal.cc: Likewise. + * testsuite/deque/allocator/move.cc: Likewise. + * testsuite/deque/allocator/move_assign.cc: Likewise. + * testsuite/deque/allocator/swap.cc: Likewise. + * testsuite/deque/capacity/29134-2.cc: Likewise. + * testsuite/deque/capacity/29134.cc: Likewise. + * testsuite/deque/capacity/moveable.cc: Likewise. + * testsuite/deque/capacity/resize_size.cc: Likewise. + * testsuite/deque/capacity/shrink_to_fit.cc: Likewise. + * testsuite/deque/cons/1.cc: Likewise. + * testsuite/deque/cons/2.cc: Likewise. + * testsuite/deque/cons/assign/1.cc: Likewise. + * testsuite/deque/cons/cons_size.cc: Likewise. + * testsuite/deque/cons/moveable.cc: Likewise. + * testsuite/deque/modifiers/erase/1.cc: Likewise. + * testsuite/deque/modifiers/erase/2.cc: Likewise. + * testsuite/deque/modifiers/erase/3.cc: Likewise. + * testsuite/deque/modifiers/erase/moveable.cc: Likewise. + * testsuite/deque/modifiers/moveable.cc: Likewise. + * testsuite/deque/modifiers/push_back/49836.cc: Likewise. + * testsuite/deque/modifiers/push_front/49836.cc: Likewise. + * testsuite/deque/modifiers/swap/1.cc: Likewise. + * testsuite/deque/modifiers/swap/2.cc: Likewise. + * testsuite/deque/modifiers/swap/3.cc: Likewise. + * testsuite/deque/operators/1.cc: Likewise. + * testsuite/deque/operators/2.cc: Likewise. + * testsuite/forward_list/allocator/copy.cc: Likewise. + * testsuite/forward_list/allocator/copy_assign.cc: Likewise. + * testsuite/forward_list/allocator/ext_ptr.cc: Likewise. + * testsuite/forward_list/allocator/minimal.cc: Likewise. + * testsuite/forward_list/allocator/move.cc: Likewise. + * testsuite/forward_list/allocator/move_assign.cc: Likewise. + * testsuite/forward_list/allocator/swap.cc: Likewise. + * testsuite/forward_list/capacity/1.cc: Likewise. + * testsuite/forward_list/capacity/resize_size.cc: Likewise. + * testsuite/forward_list/comparable.cc: Likewise. + * testsuite/forward_list/cons/1.cc: Likewise. + * testsuite/forward_list/cons/2.cc: Likewise. + * testsuite/forward_list/cons/3.cc: Likewise. + * testsuite/forward_list/cons/4.cc: Likewise. + * testsuite/forward_list/cons/5.cc: Likewise. + * testsuite/forward_list/cons/6.cc: Likewise. + * testsuite/forward_list/cons/7.cc: Likewise. + * testsuite/forward_list/cons/8.cc: Likewise. + * testsuite/forward_list/cons/9.cc: Likewise. + * testsuite/forward_list/cons/cons_size.cc: Likewise. + * testsuite/forward_list/cons/moveable.cc: Likewise. + * testsuite/forward_list/debug/clear.cc: Likewise. + * testsuite/forward_list/debug/construct4_neg.cc: Likewise. + * testsuite/forward_list/debug/erase_after1_neg.cc: Likewise. + * testsuite/forward_list/debug/move_assign_neg.cc: Likewise. + * testsuite/forward_list/debug/move_constructor.cc: Likewise. + * testsuite/forward_list/debug/move_neg.cc: Likewise. + * testsuite/forward_list/debug/splice_after.cc: Likewise. + * testsuite/forward_list/debug/swap.cc: Likewise. + * testsuite/forward_list/modifiers/1.cc: Likewise. + * testsuite/forward_list/modifiers/2.cc: Likewise. + * testsuite/forward_list/modifiers/3.cc: Likewise. + * testsuite/forward_list/modifiers/4.cc: Likewise. + * testsuite/forward_list/modifiers/5.cc: Likewise. + * testsuite/forward_list/modifiers/6.cc: Likewise. + * testsuite/forward_list/operations/1.cc: Likewise. + * testsuite/forward_list/operations/2.cc: Likewise. + * testsuite/forward_list/operations/3.cc: Likewise. + * testsuite/forward_list/operations/4.cc: Likewise. + * testsuite/forward_list/operations/5.cc: Likewise. + * testsuite/forward_list/operations/6.cc: Likewise. + * testsuite/forward_list/operations/7.cc: Likewise. + * testsuite/forward_list/operations/remove_freed.cc: Likewise. + * testsuite/list/61347.cc: Likewise. + * testsuite/list/allocator/copy.cc: Likewise. + * testsuite/list/allocator/copy_assign.cc: Likewise. + * testsuite/list/allocator/minimal.cc: Likewise. + * testsuite/list/allocator/move.cc: Likewise. + * testsuite/list/allocator/move_assign.cc: Likewise. + * testsuite/list/allocator/swap.cc: Likewise. + * testsuite/list/capacity/1.h: Likewise. + * testsuite/list/capacity/29134.cc: Likewise. + * testsuite/list/capacity/resize_size.cc: Likewise. + * testsuite/list/cons/1.h: Likewise. + * testsuite/list/cons/2.h: Likewise. + * testsuite/list/cons/3.h: Likewise. + * testsuite/list/cons/4.h: Likewise. + * testsuite/list/cons/5.h: Likewise. + * testsuite/list/cons/6.h: Likewise. + * testsuite/list/cons/7.h: Likewise. + * testsuite/list/cons/8.h: Likewise. + * testsuite/list/cons/9.h: Likewise. + * testsuite/list/cons/cons_size.cc: Likewise. + * testsuite/list/cons/moveable.h: Likewise. + * testsuite/list/debug/invalidation/1.cc: Likewise. + * testsuite/list/debug/invalidation/2.cc: Likewise. + * testsuite/list/debug/invalidation/3.cc: Likewise. + * testsuite/list/debug/invalidation/4.cc: Likewise. + * testsuite/list/modifiers/1.h: Likewise. + * testsuite/list/modifiers/2.h: Likewise. + * testsuite/list/modifiers/3.h: Likewise. + * testsuite/list/modifiers/insert/25288.h: Likewise. + * testsuite/list/modifiers/swap/1.h: Likewise. + * testsuite/list/modifiers/swap/2.h: Likewise. + * testsuite/list/modifiers/swap/3.h: Likewise. + * testsuite/list/operations/1.h: Likewise. + * testsuite/list/operations/2.h: Likewise. + * testsuite/list/operations/3.h: Likewise. + * testsuite/list/operations/4.h: Likewise. + * testsuite/list/operations/42352.cc: Likewise. + * testsuite/map/allocator/copy.cc: Likewise. + * testsuite/map/allocator/copy_assign.cc: Likewise. + * testsuite/map/allocator/init-list.cc: Likewise. + * testsuite/map/allocator/minimal.cc: Likewise. + * testsuite/map/allocator/move.cc: Likewise. + * testsuite/map/allocator/move_assign.cc: Likewise. + * testsuite/map/allocator/swap.cc: Likewise. + * testsuite/map/capacity/29134.cc: Likewise. + * testsuite/map/cons/moveable.cc: Likewise. + * testsuite/map/debug/construct5_neg.cc: Likewise. + * testsuite/map/debug/move_assign_neg.cc: Likewise. + * testsuite/map/debug/move_neg.cc: Likewise. + * testsuite/map/element_access/1.cc: Likewise. + * testsuite/map/element_access/2.cc: Likewise. + * testsuite/map/element_access/39901.cc: Likewise. + * testsuite/map/init-list.cc: Likewise. + * testsuite/map/modifiers/dr130.cc: Likewise. + * testsuite/map/modifiers/emplace/1.cc: Likewise. + * testsuite/map/modifiers/extract.cc: Likewise. + * testsuite/map/modifiers/insert/1.cc: Likewise. + * testsuite/map/modifiers/insert/16813.cc: Likewise. + * testsuite/map/modifiers/insert/2.cc: Likewise. + * testsuite/map/modifiers/insert/3.cc: Likewise. + * testsuite/map/modifiers/insert/4.cc: Likewise. + * testsuite/map/modifiers/insert/5.cc: Likewise. + * testsuite/map/modifiers/insert_or_assign/1.cc: Likewise. + * testsuite/map/modifiers/merge.cc: Likewise. + * testsuite/map/modifiers/swap/1.cc: Likewise. + * testsuite/map/modifiers/swap/2.cc: Likewise. + * testsuite/map/modifiers/swap/3.cc: Likewise. + * testsuite/map/modifiers/try_emplace/1.cc: Likewise. + * testsuite/map/operations/1.cc: Likewise. + * testsuite/map/operations/count.cc: Likewise. + * testsuite/map/operators/1_neg.cc: Likewise. + * testsuite/map/operators/2.cc: Likewise. + * testsuite/multimap/allocator/copy.cc: Likewise. + * testsuite/multimap/allocator/copy_assign.cc: Likewise. + * testsuite/multimap/allocator/init-list.cc: Likewise. + * testsuite/multimap/allocator/minimal.cc: Likewise. + * testsuite/multimap/allocator/move.cc: Likewise. + * testsuite/multimap/allocator/move_assign.cc: Likewise. + * testsuite/multimap/allocator/swap.cc: Likewise. + * testsuite/multimap/capacity/29134.cc: Likewise. + * testsuite/multimap/cons/moveable.cc: Likewise. + * testsuite/multimap/debug/construct5_neg.cc: Likewise. + * testsuite/multimap/debug/move_assign_neg.cc: Likewise. + * testsuite/multimap/debug/move_neg.cc: Likewise. + * testsuite/multimap/init-list.cc: Likewise. + * testsuite/multimap/modifiers/dr130.cc: Likewise. + * testsuite/multimap/modifiers/emplace/1.cc: Likewise. + * testsuite/multimap/modifiers/extract.cc: Likewise. + * testsuite/multimap/modifiers/insert/1.cc: Likewise. + * testsuite/multimap/modifiers/insert/2.cc: Likewise. + * testsuite/multimap/modifiers/insert/22102.cc: Likewise. + * testsuite/multimap/modifiers/insert/3.cc: Likewise. + * testsuite/multimap/modifiers/insert/4.cc: Likewise. + * testsuite/multimap/modifiers/merge.cc: Likewise. + * testsuite/multimap/modifiers/swap/1.cc: Likewise. + * testsuite/multimap/modifiers/swap/2.cc: Likewise. + * testsuite/multimap/modifiers/swap/3.cc: Likewise. + * testsuite/multimap/operations/1.cc: Likewise. + * testsuite/multimap/operations/count.cc: Likewise. + * testsuite/multiset/allocator/copy.cc: Likewise. + * testsuite/multiset/allocator/copy_assign.cc: Likewise. + * testsuite/multiset/allocator/init-list.cc: Likewise. + * testsuite/multiset/allocator/minimal.cc: Likewise. + * testsuite/multiset/allocator/move.cc: Likewise. + * testsuite/multiset/allocator/move_assign.cc: Likewise. + * testsuite/multiset/allocator/swap.cc: Likewise. + * testsuite/multiset/capacity/29134.cc: Likewise. + * testsuite/multiset/cons/moveable.cc: Likewise. + * testsuite/multiset/debug/construct5_neg.cc: Likewise. + * testsuite/multiset/debug/invalidation/2.cc: Likewise. + * testsuite/multiset/debug/move_assign_neg.cc: Likewise. + * testsuite/multiset/debug/move_neg.cc: Likewise. + * testsuite/multiset/init-list.cc: Likewise. + * testsuite/multiset/modifiers/dr130.cc: Likewise. + * testsuite/multiset/modifiers/emplace/1.cc: Likewise. + * testsuite/multiset/modifiers/extract.cc: Likewise. + * testsuite/multiset/modifiers/insert/1.cc: Likewise. + * testsuite/multiset/modifiers/insert/2.cc: Likewise. + * testsuite/multiset/modifiers/insert/22102.cc: Likewise. + * testsuite/multiset/modifiers/insert/3.cc: Likewise. + * testsuite/multiset/modifiers/insert/4.cc: Likewise. + * testsuite/multiset/modifiers/merge.cc: Likewise. + * testsuite/multiset/modifiers/swap/1.cc: Likewise. + * testsuite/multiset/modifiers/swap/2.cc: Likewise. + * testsuite/multiset/modifiers/swap/3.cc: Likewise. + * testsuite/multiset/operations/1.cc: Likewise. + * testsuite/multiset/operations/count.cc: Likewise. + * testsuite/priority_queue/moveable.cc: Likewise. + * testsuite/queue/moveable.cc: Likewise. + * testsuite/set/allocator/copy.cc: Likewise. + * testsuite/set/allocator/copy_assign.cc: Likewise. + * testsuite/set/allocator/init-list.cc: Likewise. + * testsuite/set/allocator/minimal.cc: Likewise. + * testsuite/set/allocator/move.cc: Likewise. + * testsuite/set/allocator/move_assign.cc: Likewise. + * testsuite/set/allocator/swap.cc: Likewise. + * testsuite/set/capacity/29134.cc: Likewise. + * testsuite/set/cons/moveable.cc: Likewise. + * testsuite/set/debug/construct5_neg.cc: Likewise. + * testsuite/set/debug/invalidation/2.cc: Likewise. + * testsuite/set/debug/move_assign_neg.cc: Likewise. + * testsuite/set/debug/move_neg.cc: Likewise. + * testsuite/set/init-list.cc: Likewise. + * testsuite/set/modifiers/17948.cc: Likewise. + * testsuite/set/modifiers/dr130.cc: Likewise. + * testsuite/set/modifiers/emplace/1.cc: Likewise. + * testsuite/set/modifiers/extract.cc: Likewise. + * testsuite/set/modifiers/insert/1.cc: Likewise. + * testsuite/set/modifiers/insert/2.cc: Likewise. + * testsuite/set/modifiers/insert/3.cc: Likewise. + * testsuite/set/modifiers/merge.cc: Likewise. + * testsuite/set/modifiers/swap/1.cc: Likewise. + * testsuite/set/modifiers/swap/2.cc: Likewise. + * testsuite/set/modifiers/swap/3.cc: Likewise. + * testsuite/set/operations/1.cc: Likewise. + * testsuite/set/operations/count.cc: Likewise. + * testsuite/set/operators/1_neg.cc: Likewise. + * testsuite/unordered_map/allocator/copy.cc: Likewise. + * testsuite/unordered_map/allocator/copy_assign.cc: Likewise. + * testsuite/unordered_map/allocator/minimal.cc: Likewise. + * testsuite/unordered_map/allocator/move.cc: Likewise. + * testsuite/unordered_map/allocator/move_assign.cc: Likewise. + * testsuite/unordered_map/allocator/swap.cc: Likewise. + * testsuite/unordered_map/cons/moveable.cc: Likewise. + * testsuite/unordered_map/debug/construct5_neg.cc: Likewise. + * testsuite/unordered_map/debug/move_assign_neg.cc: Likewise. + * testsuite/unordered_map/debug/move_neg.cc: Likewise. + * testsuite/unordered_map/dr761.cc: Likewise. + * testsuite/unordered_map/erase/1.cc: Likewise. + * testsuite/unordered_map/erase/24061-map.cc: Likewise. + * testsuite/unordered_map/erase/54276.cc: Likewise. + * testsuite/unordered_map/hash_policy/dr1189.cc: Likewise. + * testsuite/unordered_map/init-list.cc: Likewise. + * testsuite/unordered_map/insert/24061-map.cc: Likewise. + * testsuite/unordered_map/insert/57619.C: Likewise. + * testsuite/unordered_map/insert/array_syntax.cc: Likewise. + * testsuite/unordered_map/insert/array_syntax_move.cc: Likewise. + * testsuite/unordered_map/insert/map_range.cc: Likewise. + * testsuite/unordered_map/insert/map_single.cc: Likewise. + * testsuite/unordered_map/insert/map_single_move-1.cc: Likewise. + * testsuite/unordered_map/insert/map_single_move-2.cc: Likewise. + * testsuite/unordered_map/modifiers/61667.cc: Likewise. + * testsuite/unordered_map/modifiers/emplace.cc: Likewise. + * testsuite/unordered_map/modifiers/extract.cc: Likewise. + * testsuite/unordered_map/modifiers/insert_or_assign.cc: Likewise. + * testsuite/unordered_map/modifiers/merge.cc: Likewise. + * testsuite/unordered_map/modifiers/reserve.cc: Likewise. + * testsuite/unordered_map/modifiers/try_emplace.cc: Likewise. + * testsuite/unordered_map/operations/count.cc: Likewise. + * testsuite/unordered_map/operators/1.cc: Likewise. + * testsuite/unordered_map/operators/2.cc: Likewise. + * testsuite/unordered_multimap/allocator/copy.cc: Likewise. + * testsuite/unordered_multimap/allocator/copy_assign.cc: Likewise. + * testsuite/unordered_multimap/allocator/minimal.cc: Likewise. + * testsuite/unordered_multimap/allocator/move.cc: Likewise. + * testsuite/unordered_multimap/allocator/move_assign.cc: Likewise. + * testsuite/unordered_multimap/allocator/swap.cc: Likewise. + * testsuite/unordered_multimap/cons/moveable.cc: Likewise. + * testsuite/unordered_multimap/debug/construct5_neg.cc: Likewise. + * testsuite/unordered_multimap/debug/move_assign_neg.cc: Likewise. + * testsuite/unordered_multimap/debug/move_neg.cc: Likewise. + * testsuite/unordered_multimap/erase/1.cc: Likewise. + * testsuite/unordered_multimap/erase/2.cc: Likewise. + * testsuite/unordered_multimap/erase/24061-multimap.cc: Likewise. + * testsuite/unordered_multimap/erase/51845-multimap.cc: Likewise. + * testsuite/unordered_multimap/erase/54276.cc: Likewise. + * testsuite/unordered_multimap/hash_policy/dr1189.cc: Likewise. + * testsuite/unordered_multimap/init-list.cc: Likewise. + * testsuite/unordered_multimap/insert/24061-multimap.cc: Likewise. + * testsuite/unordered_multimap/insert/51866.cc: Likewise. + * testsuite/unordered_multimap/insert/52476.cc: Likewise. + * testsuite/unordered_multimap/insert/53115.cc: Likewise. + * testsuite/unordered_multimap/insert/57619.C: Likewise. + * testsuite/unordered_multimap/insert/hint.cc: Likewise. + * testsuite/unordered_multimap/insert/multimap_range.cc: Likewise. + * testsuite/unordered_multimap/insert/multimap_single.cc: Likewise. + * testsuite/unordered_multimap/insert/multimap_single_move-1.cc: + Likewise. + * testsuite/unordered_multimap/insert/multimap_single_move-2.cc: + Likewise. + * testsuite/unordered_multimap/modifiers/emplace.cc: Likewise. + * testsuite/unordered_multimap/modifiers/extract.cc: Likewise. + * testsuite/unordered_multimap/modifiers/merge.cc: Likewise. + * testsuite/unordered_multimap/modifiers/reserve.cc: Likewise. + * testsuite/unordered_multimap/operations/count.cc: Likewise. + * testsuite/unordered_multimap/operators/1.cc: Likewise. + * testsuite/unordered_multimap/operators/2.cc: Likewise. + * testsuite/unordered_multiset/allocator/copy.cc: Likewise. + * testsuite/unordered_multiset/allocator/copy_assign.cc: Likewise. + * testsuite/unordered_multiset/allocator/minimal.cc: Likewise. + * testsuite/unordered_multiset/allocator/move.cc: Likewise. + * testsuite/unordered_multiset/allocator/move_assign.cc: Likewise. + * testsuite/unordered_multiset/allocator/swap.cc: Likewise. + * testsuite/unordered_multiset/cons/copy.cc: Likewise. + * testsuite/unordered_multiset/cons/moveable.cc: Likewise. + * testsuite/unordered_multiset/debug/construct5_neg.cc: Likewise. + * testsuite/unordered_multiset/debug/move_assign_neg.cc: Likewise. + * testsuite/unordered_multiset/debug/move_neg.cc: Likewise. + * testsuite/unordered_multiset/erase/1.cc: Likewise. + * testsuite/unordered_multiset/erase/2.cc: Likewise. + * testsuite/unordered_multiset/erase/24061-multiset.cc: Likewise. + * testsuite/unordered_multiset/hash_policy/dr1189.cc: Likewise. + * testsuite/unordered_multiset/init-list.cc: Likewise. + * testsuite/unordered_multiset/insert/24061-multiset.cc: Likewise. + * testsuite/unordered_multiset/insert/51866.cc: Likewise. + * testsuite/unordered_multiset/insert/52476.cc: Likewise. + * testsuite/unordered_multiset/insert/53115.cc: Likewise. + * testsuite/unordered_multiset/insert/hash_policy.cc: Likewise. + * testsuite/unordered_multiset/insert/multiset_range.cc: Likewise. + * testsuite/unordered_multiset/insert/multiset_single.cc: Likewise. + * testsuite/unordered_multiset/insert/multiset_single_move.cc: Likewise. + * testsuite/unordered_multiset/modifiers/emplace.cc: Likewise. + * testsuite/unordered_multiset/modifiers/extract.cc: Likewise. + * testsuite/unordered_multiset/modifiers/merge.cc: Likewise. + * testsuite/unordered_multiset/modifiers/reserve.cc: Likewise. + * testsuite/unordered_multiset/operations/count.cc: Likewise. + * testsuite/unordered_multiset/operators/1.cc: Likewise. + * testsuite/unordered_set/allocator/copy.cc: Likewise. + * testsuite/unordered_set/allocator/copy_assign.cc: Likewise. + * testsuite/unordered_set/allocator/ext_ptr.cc: Likewise. + * testsuite/unordered_set/allocator/minimal.cc: Likewise. + * testsuite/unordered_set/allocator/move.cc: Likewise. + * testsuite/unordered_set/allocator/move_assign.cc: Likewise. + * testsuite/unordered_set/allocator/swap.cc: Likewise. + * testsuite/unordered_set/buckets/swap.cc: Likewise. + * testsuite/unordered_set/cons/moveable.cc: Likewise. + * testsuite/unordered_set/debug/construct5_neg.cc: Likewise. + * testsuite/unordered_set/debug/debug_functions.cc: Likewise. + * testsuite/unordered_set/debug/move_assign_neg.cc: Likewise. + * testsuite/unordered_set/debug/move_neg.cc: Likewise. + * testsuite/unordered_set/erase/1.cc: Likewise. + * testsuite/unordered_set/erase/24061-set.cc: Likewise. + * testsuite/unordered_set/hash_policy/26132.cc: Likewise. + * testsuite/unordered_set/hash_policy/71181.cc: Likewise. + * testsuite/unordered_set/hash_policy/dr1189.cc: Likewise. + * testsuite/unordered_set/hash_policy/load_factor.cc: Likewise. + * testsuite/unordered_set/hash_policy/power2_rehash.cc: Likewise. + * testsuite/unordered_set/hash_policy/prime_rehash.cc: Likewise. + * testsuite/unordered_set/hash_policy/rehash.cc: Likewise. + * testsuite/unordered_set/init-list.cc: Likewise. + * testsuite/unordered_set/insert/24061-set.cc: Likewise. + * testsuite/unordered_set/insert/hash_policy.cc: Likewise. + * testsuite/unordered_set/insert/move_range.cc: Likewise. + * testsuite/unordered_set/insert/set_range.cc: Likewise. + * testsuite/unordered_set/insert/set_single.cc: Likewise. + * testsuite/unordered_set/insert/set_single_move.cc: Likewise. + * testsuite/unordered_set/max_load_factor/robustness.cc: Likewise. + * testsuite/unordered_set/modifiers/emplace.cc: Likewise. + * testsuite/unordered_set/modifiers/extract.cc: Likewise. + * testsuite/unordered_set/modifiers/merge.cc: Likewise. + * testsuite/unordered_set/modifiers/reserve.cc: Likewise. + * testsuite/unordered_set/modifiers/swap.cc: Likewise. + * testsuite/unordered_set/operations/count.cc: Likewise. + * testsuite/unordered_set/operators/1.cc: Likewise. + * testsuite/vector/allocator/copy.cc: Likewise. + * testsuite/vector/allocator/copy_assign.cc: Likewise. + * testsuite/vector/allocator/ext_ptr.cc: Likewise. + * testsuite/vector/allocator/minimal.cc: Likewise. + * testsuite/vector/allocator/move.cc: Likewise. + * testsuite/vector/allocator/move_assign.cc: Likewise. + * testsuite/vector/allocator/swap.cc: Likewise. + * testsuite/vector/bool/6886.cc: Likewise. + * testsuite/vector/bool/72847.cc: Likewise. + * testsuite/vector/bool/allocator/copy.cc: Likewise. + * testsuite/vector/bool/allocator/copy_assign.cc: Likewise. + * testsuite/vector/bool/allocator/ext_ptr.cc: Likewise. + * testsuite/vector/bool/allocator/move.cc: Likewise. + * testsuite/vector/bool/allocator/move_assign.cc: Likewise. + * testsuite/vector/bool/allocator/swap.cc: Likewise. + * testsuite/vector/bool/capacity/1.cc: Likewise. + * testsuite/vector/bool/capacity/29134.cc: Likewise. + * testsuite/vector/bool/capacity/shrink_to_fit.cc: Likewise. + * testsuite/vector/bool/cons/1.cc: Likewise. + * testsuite/vector/bool/cons/2.cc: Likewise. + * testsuite/vector/bool/modifiers/erase/1.cc: Likewise. + * testsuite/vector/bool/modifiers/insert/1.cc: Likewise. + * testsuite/vector/bool/modifiers/insert/31370.cc: Likewise. + * testsuite/vector/bool/modifiers/swap/1.cc: Likewise. + * testsuite/vector/bool/modifiers/swap/2.cc: Likewise. + * testsuite/vector/bool/swap.cc: Likewise. + * testsuite/vector/capacity/1.cc: Likewise. + * testsuite/vector/capacity/2.cc: Likewise. + * testsuite/vector/capacity/29134-2.cc: Likewise. + * testsuite/vector/capacity/29134.cc: Likewise. + * testsuite/vector/capacity/44190.cc: Likewise. + * testsuite/vector/capacity/8230.cc: Likewise. + * testsuite/vector/capacity/reserve/moveable.cc: Likewise. + * testsuite/vector/capacity/reserve/moveable2.cc: Likewise. + * testsuite/vector/capacity/resize/1.cc: Likewise. + * testsuite/vector/capacity/resize/moveable.cc: Likewise. + * testsuite/vector/capacity/resize/moveable2.cc: Likewise. + * testsuite/vector/capacity/resize/resize_size.cc: Likewise. + * testsuite/vector/capacity/shrink_to_fit.cc: Likewise. + * testsuite/vector/capacity/shrink_to_fit2.cc: Likewise. + * testsuite/vector/cons/3.cc: Likewise. + * testsuite/vector/cons/4.cc: Likewise. + * testsuite/vector/cons/cons_size.cc: Likewise. + * testsuite/vector/cons/moveable.cc: Likewise. + * testsuite/vector/data_access/1.cc: Likewise. + * testsuite/vector/debug/debug_functions.cc: Likewise. + * testsuite/vector/debug/move_assign_neg.cc: Likewise. + * testsuite/vector/debug/move_neg.cc: Likewise. + * testsuite/vector/debug/multithreaded_swap.cc: Likewise. + * testsuite/vector/element_access/1.cc: Likewise. + * testsuite/vector/ext_pointer/citerators.cc: Likewise. + * testsuite/vector/ext_pointer/data_access.cc: Likewise. + * testsuite/vector/ext_pointer/modifiers/element.cc: Likewise. + * testsuite/vector/ext_pointer/modifiers/erase.cc: Likewise. + * testsuite/vector/ext_pointer/modifiers/insert.cc: Likewise. + * testsuite/vector/ext_pointer/resize.cc: Likewise. + * testsuite/vector/modifiers/1.cc: Likewise. + * testsuite/vector/modifiers/2.cc: Likewise. + * testsuite/vector/modifiers/emplace/self_emplace.cc: Likewise. + * testsuite/vector/modifiers/erase/1.cc: Likewise. + * testsuite/vector/modifiers/erase/moveable.cc: Likewise. + * testsuite/vector/modifiers/insert/1.cc: Likewise. + * testsuite/vector/modifiers/insert/self_insert.cc: Likewise. + * testsuite/vector/modifiers/moveable.cc: Likewise. + * testsuite/vector/modifiers/moveable2.cc: Likewise. + * testsuite/vector/modifiers/push_back/49836.cc: Likewise. + * testsuite/vector/modifiers/swap/1.cc: Likewise. + * testsuite/vector/modifiers/swap/2.cc: Likewise. + * testsuite/vector/modifiers/swap/3.cc: Likewise. + * testsuite/vector/zero_sized_allocations.cc: Likewise. + +2016-10-17 Jonathan Wakely + + PR libstdc++/77998 + * include/std/future (__future_base::_Deferred_state) + (__future_base::_Async_state_impl): Use decltype to deduce return + type, instead of _Invoker::result_type. + * include/std/thread (thread::_Invoker::operator()): Likewise. + (thread::_Invoker::result_type): Remove. + + PR libstdc++/77987 + * include/bits/unique_ptr.h (unique_ptr::reset(U)): Copy + value to pointer of the correct type to swap, to support conversions + allowed by LWG 2118 / N4089. + * testsuite/20_util/unique_ptr/assign/assign_neg.cc: Move test for + incompatible deleters from ... + * testsuite/20_util/unique_ptr/assign/cv_qual.cc: ... here. + * testsuite/20_util/unique_ptr/modifiers/cv_qual.cc: Move tests for + incompatible pointers to ... + * testsuite/20_util/unique_ptr/modifiers/reset_neg.cc: ... here. Move + destructor definition to base class. Test for invalid derived-to-base + conversion. + + * doc/xml/manual/status_cxx2017.xml: Update status. + * doc/html/*: Regenerate. + * include/bits/deque.tcc (deque::emplace_front, deque::emplace_back): + Return a reference in C++17 mode. + * include/bits/forward_list.h (forward_list::emplace_front): Likewise. + * include/bits/stl_bvector.h (vector::emplace_back): Likewise. + * include/bits/stl_deque.h (deque::emplace_front, deque::emplace_back): + Likewise. + * include/bits/stl_list.h (list::emplace_front, list::emplace_back): + Likewise. + * include/bits/stl_queue.h (queue::emplace): Likewise. + * include/bits/stl_stack.h (stack::emplace): Likewise. + * include/bits/stl_vector.h (vector::emplace_back): Likewise. + * include/bits/vector.tcc (vector::emplace_back): Likewise. + * include/debug/deque (__gnu_debug::deque::emplace_front) + (__gnu_debug::deque::emplace_back): Likewise. + * include/debug/vector (__gnu_debug::vector::emplace_back): Likewise. + * testsuite/23_containers/deque/modifiers/emplace/cxx17_return.cc: + New. + * testsuite/23_containers/forward_list/modifiers/ + emplace_cxx17_return.cc: New. + * testsuite/23_containers/list/modifiers/emplace/cxx17_return.cc: New. + * testsuite/23_containers/queue/members/emplace_cxx17_return.cc: New. + * testsuite/23_containers/stack/members/emplace_cxx17_return.cc: New. + * testsuite/23_containers/vector/bool/emplace_cxx17_return.cc: New. + * testsuite/23_containers/vector/modifiers/emplace/cxx17_return.cc: + New. + +2016-10-16 Paolo Carlini + + * testsuite/22_locale/classification/isblank.cc: Remove 'test' + variables. + * testsuite/22_locale/codecvt/always_noconv/char/1.cc: Likewise. + * testsuite/22_locale/codecvt/always_noconv/wchar_t/1.cc: Likewise. + * testsuite/22_locale/codecvt/always_noconv/wchar_t/2.cc: Likewise. + * testsuite/22_locale/codecvt/always_noconv/wchar_t/3.cc: Likewise. + * testsuite/22_locale/codecvt/always_noconv/wchar_t/4.cc: Likewise. + * testsuite/22_locale/codecvt/codecvt_utf8/69703.cc: Likewise. + * testsuite/22_locale/codecvt/encoding/char/1.cc: Likewise. + * testsuite/22_locale/codecvt/encoding/wchar_t/1.cc: Likewise. + * testsuite/22_locale/codecvt/encoding/wchar_t/2.cc: Likewise. + * testsuite/22_locale/codecvt/encoding/wchar_t/3.cc: Likewise. + * testsuite/22_locale/codecvt/encoding/wchar_t/4.cc: Likewise. + * testsuite/22_locale/codecvt/in/char/1.cc: Likewise. + * testsuite/22_locale/codecvt/in/wchar_t/1.cc: Likewise. + * testsuite/22_locale/codecvt/in/wchar_t/2.cc: Likewise. + * testsuite/22_locale/codecvt/in/wchar_t/3.cc: Likewise. + * testsuite/22_locale/codecvt/in/wchar_t/4.cc: Likewise. + * testsuite/22_locale/codecvt/in/wchar_t/5.cc: Likewise. + * testsuite/22_locale/codecvt/in/wchar_t/6.cc: Likewise. + * testsuite/22_locale/codecvt/in/wchar_t/7.cc: Likewise. + * testsuite/22_locale/codecvt/in/wchar_t/8.cc: Likewise. + * testsuite/22_locale/codecvt/in/wchar_t/9.cc: Likewise. + * testsuite/22_locale/codecvt/length/char/1.cc: Likewise. + * testsuite/22_locale/codecvt/length/char/2.cc: Likewise. + * testsuite/22_locale/codecvt/length/wchar_t/1.cc: Likewise. + * testsuite/22_locale/codecvt/length/wchar_t/2.cc: Likewise. + * testsuite/22_locale/codecvt/length/wchar_t/3.cc: Likewise. + * testsuite/22_locale/codecvt/length/wchar_t/4.cc: Likewise. + * testsuite/22_locale/codecvt/length/wchar_t/5.cc: Likewise. + * testsuite/22_locale/codecvt/length/wchar_t/6.cc: Likewise. + * testsuite/22_locale/codecvt/length/wchar_t/7.cc: Likewise. + * testsuite/22_locale/codecvt/max_length/char/1.cc: Likewise. + * testsuite/22_locale/codecvt/max_length/wchar_t/1.cc: Likewise. + * testsuite/22_locale/codecvt/max_length/wchar_t/2.cc: Likewise. + * testsuite/22_locale/codecvt/max_length/wchar_t/3.cc: Likewise. + * testsuite/22_locale/codecvt/max_length/wchar_t/4.cc: Likewise. + * testsuite/22_locale/codecvt/out/char/1.cc: Likewise. + * testsuite/22_locale/codecvt/out/wchar_t/1.cc: Likewise. + * testsuite/22_locale/codecvt/out/wchar_t/2.cc: Likewise. + * testsuite/22_locale/codecvt/out/wchar_t/3.cc: Likewise. + * testsuite/22_locale/codecvt/out/wchar_t/4.cc: Likewise. + * testsuite/22_locale/codecvt/out/wchar_t/5.cc: Likewise. + * testsuite/22_locale/codecvt/out/wchar_t/6.cc: Likewise. + * testsuite/22_locale/codecvt/out/wchar_t/7.cc: Likewise. + * testsuite/22_locale/codecvt/unshift/char/1.cc: Likewise. + * testsuite/22_locale/codecvt/unshift/wchar_t/1.cc: Likewise. + * testsuite/22_locale/codecvt/unshift/wchar_t/2.cc: Likewise. + * testsuite/22_locale/codecvt/unshift/wchar_t/3.cc: Likewise. + * testsuite/22_locale/codecvt/unshift/wchar_t/4.cc: Likewise. + * testsuite/22_locale/collate/compare/char/1.cc: Likewise. + * testsuite/22_locale/collate/compare/char/2.cc: Likewise. + * testsuite/22_locale/collate/compare/char/3.cc: Likewise. + * testsuite/22_locale/collate/compare/wchar_t/1.cc: Likewise. + * testsuite/22_locale/collate/compare/wchar_t/2.cc: Likewise. + * testsuite/22_locale/collate/compare/wchar_t/3.cc: Likewise. + * testsuite/22_locale/collate/hash/char/1.cc: Likewise. + * testsuite/22_locale/collate/hash/char/2.cc: Likewise. + * testsuite/22_locale/collate/hash/wchar_t/1.cc: Likewise. + * testsuite/22_locale/collate/hash/wchar_t/2.cc: Likewise. + * testsuite/22_locale/collate/transform/char/2.cc: Likewise. + * testsuite/22_locale/collate/transform/char/28277.cc: Likewise. + * testsuite/22_locale/collate/transform/char/3.cc: Likewise. + * testsuite/22_locale/collate/transform/wchar_t/2.cc: Likewise. + * testsuite/22_locale/collate/transform/wchar_t/28277.cc: Likewise. + * testsuite/22_locale/collate/transform/wchar_t/3.cc: Likewise. + * testsuite/22_locale/collate_byname/named_equivalence.cc: Likewise. + * testsuite/22_locale/ctype/cons/char/1.cc: Likewise. + * testsuite/22_locale/ctype/is/char/1.cc: Likewise. + * testsuite/22_locale/ctype/is/char/2.cc: Likewise. + * testsuite/22_locale/ctype/is/char/3.cc: Likewise. + * testsuite/22_locale/ctype/is/char/9858.cc: Likewise. + * testsuite/22_locale/ctype/is/wchar_t/1.cc: Likewise. + * testsuite/22_locale/ctype/is/wchar_t/11740.cc: Likewise. + * testsuite/22_locale/ctype/is/wchar_t/2.cc: Likewise. + * testsuite/22_locale/ctype/narrow/char/1.cc: Likewise. + * testsuite/22_locale/ctype/narrow/char/19955.cc: Likewise. + * testsuite/22_locale/ctype/narrow/char/2.cc: Likewise. + * testsuite/22_locale/ctype/narrow/wchar_t/1.cc: Likewise. + * testsuite/22_locale/ctype/narrow/wchar_t/2.cc: Likewise. + * testsuite/22_locale/ctype/narrow/wchar_t/3.cc: Likewise. + * testsuite/22_locale/ctype/scan/char/1.cc: Likewise. + * testsuite/22_locale/ctype/scan/wchar_t/1.cc: Likewise. + * testsuite/22_locale/ctype/to/char/1.cc: Likewise. + * testsuite/22_locale/ctype/to/wchar_t/1.cc: Likewise. + * testsuite/22_locale/ctype/widen/char/1.cc: Likewise. + * testsuite/22_locale/ctype/widen/wchar_t/1.cc: Likewise. + * testsuite/22_locale/ctype/widen/wchar_t/2.cc: Likewise. + * testsuite/22_locale/ctype/widen/wchar_t/3.cc: Likewise. + * testsuite/22_locale/ctype_base/11844.cc: Likewise. + * testsuite/22_locale/facet/1.cc: Likewise. + * testsuite/22_locale/facet/2.cc: Likewise. + * testsuite/22_locale/facet/25421.cc: Likewise. + * testsuite/22_locale/global_templates/1.cc: Likewise. + * testsuite/22_locale/global_templates/standard_facet_hierarchies.cc: + Likewise. + * testsuite/22_locale/global_templates/user_facet_hierarchies.cc: + Likewise. + * testsuite/22_locale/locale/13630.cc: Likewise. + * testsuite/22_locale/locale/cons/12352.cc: Likewise. + * testsuite/22_locale/locale/cons/12438.cc: Likewise. + * testsuite/22_locale/locale/cons/2.cc: Likewise. + * testsuite/22_locale/locale/cons/29217.cc: Likewise. + * testsuite/22_locale/locale/cons/38365.cc: Likewise. + * testsuite/22_locale/locale/cons/38368.cc: Likewise. + * testsuite/22_locale/locale/cons/4.cc: Likewise. + * testsuite/22_locale/locale/cons/40184.cc: Likewise. + * testsuite/22_locale/locale/cons/5.cc: Likewise. + * testsuite/22_locale/locale/cons/6.cc: Likewise. + * testsuite/22_locale/locale/cons/7.cc: Likewise. + * testsuite/22_locale/locale/cons/7222-c.cc: Likewise. + * testsuite/22_locale/locale/cons/7222-env.cc: Likewise. + * testsuite/22_locale/locale/cons/8.cc: Likewise. + * testsuite/22_locale/locale/cons/unicode.cc: Likewise. + * testsuite/22_locale/locale/global_locale_objects/1.cc: Likewise. + * testsuite/22_locale/locale/global_locale_objects/14071.cc: Likewise. + * testsuite/22_locale/locale/global_locale_objects/2.cc: Likewise. + * testsuite/22_locale/locale/global_locale_objects/3.cc: Likewise. + * testsuite/22_locale/locale/operations/1.cc: Likewise. + * testsuite/22_locale/locale/operations/2.cc: Likewise. + * testsuite/22_locale/messages/13631.cc: Likewise. + * testsuite/22_locale/messages/members/char/1.cc: Likewise. + * testsuite/22_locale/messages/members/char/2.cc: Likewise. + * testsuite/22_locale/messages/members/char/3.cc: Likewise. + * testsuite/22_locale/messages_byname/named_equivalence.cc: Likewise. + * testsuite/22_locale/money_get/get/char/1.cc: Likewise. + * testsuite/22_locale/money_get/get/char/10.cc: Likewise. + * testsuite/22_locale/money_get/get/char/11.cc: Likewise. + * testsuite/22_locale/money_get/get/char/11528.cc: Likewise. + * testsuite/22_locale/money_get/get/char/12.cc: Likewise. + * testsuite/22_locale/money_get/get/char/13.cc: Likewise. + * testsuite/22_locale/money_get/get/char/14.cc: Likewise. + * testsuite/22_locale/money_get/get/char/15.cc: Likewise. + * testsuite/22_locale/money_get/get/char/16.cc: Likewise. + * testsuite/22_locale/money_get/get/char/17.cc: Likewise. + * testsuite/22_locale/money_get/get/char/18.cc: Likewise. + * testsuite/22_locale/money_get/get/char/19.cc: Likewise. + * testsuite/22_locale/money_get/get/char/2.cc: Likewise. + * testsuite/22_locale/money_get/get/char/22131.cc: Likewise. + * testsuite/22_locale/money_get/get/char/3.cc: Likewise. + * testsuite/22_locale/money_get/get/char/38399.cc: Likewise. + * testsuite/22_locale/money_get/get/char/39168.cc: Likewise. + * testsuite/22_locale/money_get/get/char/4.cc: Likewise. + * testsuite/22_locale/money_get/get/char/5.cc: Likewise. + * testsuite/22_locale/money_get/get/char/6.cc: Likewise. + * testsuite/22_locale/money_get/get/char/7.cc: Likewise. + * testsuite/22_locale/money_get/get/char/8.cc: Likewise. + * testsuite/22_locale/money_get/get/wchar_t/1.cc: Likewise. + * testsuite/22_locale/money_get/get/wchar_t/10.cc: Likewise. + * testsuite/22_locale/money_get/get/wchar_t/11.cc: Likewise. + * testsuite/22_locale/money_get/get/wchar_t/11528.cc: Likewise. + * testsuite/22_locale/money_get/get/wchar_t/12.cc: Likewise. + * testsuite/22_locale/money_get/get/wchar_t/13.cc: Likewise. + * testsuite/22_locale/money_get/get/wchar_t/14.cc: Likewise. + * testsuite/22_locale/money_get/get/wchar_t/15.cc: Likewise. + * testsuite/22_locale/money_get/get/wchar_t/16.cc: Likewise. + * testsuite/22_locale/money_get/get/wchar_t/17.cc: Likewise. + * testsuite/22_locale/money_get/get/wchar_t/18.cc: Likewise. + * testsuite/22_locale/money_get/get/wchar_t/19.cc: Likewise. + * testsuite/22_locale/money_get/get/wchar_t/2.cc: Likewise. + * testsuite/22_locale/money_get/get/wchar_t/22131.cc: Likewise. + * testsuite/22_locale/money_get/get/wchar_t/3.cc: Likewise. + * testsuite/22_locale/money_get/get/wchar_t/38399.cc: Likewise. + * testsuite/22_locale/money_get/get/wchar_t/39168.cc: Likewise. + * testsuite/22_locale/money_get/get/wchar_t/4.cc: Likewise. + * testsuite/22_locale/money_get/get/wchar_t/5.cc: Likewise. + * testsuite/22_locale/money_get/get/wchar_t/6.cc: Likewise. + * testsuite/22_locale/money_get/get/wchar_t/7.cc: Likewise. + * testsuite/22_locale/money_get/get/wchar_t/8.cc: Likewise. + * testsuite/22_locale/money_put/put/char/1.cc: Likewise. + * testsuite/22_locale/money_put/put/char/12971.cc: Likewise. + * testsuite/22_locale/money_put/put/char/2.cc: Likewise. + * testsuite/22_locale/money_put/put/char/3.cc: Likewise. + * testsuite/22_locale/money_put/put/char/39168.cc: Likewise. + * testsuite/22_locale/money_put/put/char/4.cc: Likewise. + * testsuite/22_locale/money_put/put/char/5.cc: Likewise. + * testsuite/22_locale/money_put/put/char/6.cc: Likewise. + * testsuite/22_locale/money_put/put/char/9780-3.cc: Likewise. + * testsuite/22_locale/money_put/put/wchar_t/1.cc: Likewise. + * testsuite/22_locale/money_put/put/wchar_t/12971.cc: Likewise. + * testsuite/22_locale/money_put/put/wchar_t/2.cc: Likewise. + * testsuite/22_locale/money_put/put/wchar_t/3.cc: Likewise. + * testsuite/22_locale/money_put/put/wchar_t/39168.cc: Likewise. + * testsuite/22_locale/money_put/put/wchar_t/4.cc: Likewise. + * testsuite/22_locale/money_put/put/wchar_t/5.cc: Likewise. + * testsuite/22_locale/money_put/put/wchar_t/6.cc: Likewise. + * testsuite/22_locale/moneypunct/40712.cc: Likewise. + * testsuite/22_locale/moneypunct/members/char/1.cc: Likewise. + * testsuite/22_locale/moneypunct/members/char/2.cc: Likewise. + * testsuite/22_locale/moneypunct/members/wchar_t/1.cc: Likewise. + * testsuite/22_locale/moneypunct/members/wchar_t/2.cc: Likewise. + * testsuite/22_locale/moneypunct/requirements/false/intl.cc: Likewise. + * testsuite/22_locale/moneypunct/requirements/true/intl.cc: Likewise. + * testsuite/22_locale/moneypunct_byname/named_equivalence.cc: Likewise. + * testsuite/22_locale/num_get/get/char/1.cc: Likewise. + * testsuite/22_locale/num_get/get/char/10.cc: Likewise. + * testsuite/22_locale/num_get/get/char/11.cc: Likewise. + * testsuite/22_locale/num_get/get/char/12.cc: Likewise. + * testsuite/22_locale/num_get/get/char/13.cc: Likewise. + * testsuite/22_locale/num_get/get/char/14.cc: Likewise. + * testsuite/22_locale/num_get/get/char/15.cc: Likewise. + * testsuite/22_locale/num_get/get/char/16.cc: Likewise. + * testsuite/22_locale/num_get/get/char/2.cc: Likewise. + * testsuite/22_locale/num_get/get/char/22131.cc: Likewise. + * testsuite/22_locale/num_get/get/char/23953.cc: Likewise. + * testsuite/22_locale/num_get/get/char/3.cc: Likewise. + * testsuite/22_locale/num_get/get/char/37958.cc: Likewise. + * testsuite/22_locale/num_get/get/char/39168.cc: Likewise. + * testsuite/22_locale/num_get/get/char/39802.cc: Likewise. + * testsuite/22_locale/num_get/get/char/4.cc: Likewise. + * testsuite/22_locale/num_get/get/char/5.cc: Likewise. + * testsuite/22_locale/num_get/get/char/6.cc: Likewise. + * testsuite/22_locale/num_get/get/char/7.cc: Likewise. + * testsuite/22_locale/num_get/get/char/8.cc: Likewise. + * testsuite/22_locale/num_get/get/char/9.cc: Likewise. + * testsuite/22_locale/num_get/get/wchar_t/1.cc: Likewise. + * testsuite/22_locale/num_get/get/wchar_t/10.cc: Likewise. + * testsuite/22_locale/num_get/get/wchar_t/11.cc: Likewise. + * testsuite/22_locale/num_get/get/wchar_t/12.cc: Likewise. + * testsuite/22_locale/num_get/get/wchar_t/13.cc: Likewise. + * testsuite/22_locale/num_get/get/wchar_t/14.cc: Likewise. + * testsuite/22_locale/num_get/get/wchar_t/15.cc: Likewise. + * testsuite/22_locale/num_get/get/wchar_t/16.cc: Likewise. + * testsuite/22_locale/num_get/get/wchar_t/2.cc: Likewise. + * testsuite/22_locale/num_get/get/wchar_t/22131.cc: Likewise. + * testsuite/22_locale/num_get/get/wchar_t/23953.cc: Likewise. + * testsuite/22_locale/num_get/get/wchar_t/3.cc: Likewise. + * testsuite/22_locale/num_get/get/wchar_t/37958.cc: Likewise. + * testsuite/22_locale/num_get/get/wchar_t/39168.cc: Likewise. + * testsuite/22_locale/num_get/get/wchar_t/39802.cc: Likewise. + * testsuite/22_locale/num_get/get/wchar_t/4.cc: Likewise. + * testsuite/22_locale/num_get/get/wchar_t/5.cc: Likewise. + * testsuite/22_locale/num_get/get/wchar_t/6.cc: Likewise. + * testsuite/22_locale/num_get/get/wchar_t/7.cc: Likewise. + * testsuite/22_locale/num_get/get/wchar_t/8.cc: Likewise. + * testsuite/22_locale/num_get/get/wchar_t/9.cc: Likewise. + * testsuite/22_locale/num_put/put/char/1.cc: Likewise. + * testsuite/22_locale/num_put/put/char/10.cc: Likewise. + * testsuite/22_locale/num_put/put/char/11.cc: Likewise. + * testsuite/22_locale/num_put/put/char/12.cc: Likewise. + * testsuite/22_locale/num_put/put/char/14220.cc: Likewise. + * testsuite/22_locale/num_put/put/char/15565.cc: Likewise. + * testsuite/22_locale/num_put/put/char/2.cc: Likewise. + * testsuite/22_locale/num_put/put/char/20909.cc: Likewise. + * testsuite/22_locale/num_put/put/char/20914.cc: Likewise. + * testsuite/22_locale/num_put/put/char/23953.cc: Likewise. + * testsuite/22_locale/num_put/put/char/3.cc: Likewise. + * testsuite/22_locale/num_put/put/char/38196.cc: Likewise. + * testsuite/22_locale/num_put/put/char/38210.cc: Likewise. + * testsuite/22_locale/num_put/put/char/4.cc: Likewise. + * testsuite/22_locale/num_put/put/char/5.cc: Likewise. + * testsuite/22_locale/num_put/put/char/6.cc: Likewise. + * testsuite/22_locale/num_put/put/char/7.cc: Likewise. + * testsuite/22_locale/num_put/put/char/8.cc: Likewise. + * testsuite/22_locale/num_put/put/char/9.cc: Likewise. + * testsuite/22_locale/num_put/put/char/9780-2.cc: Likewise. + * testsuite/22_locale/num_put/put/wchar_t/1.cc: Likewise. + * testsuite/22_locale/num_put/put/wchar_t/10.cc: Likewise. + * testsuite/22_locale/num_put/put/wchar_t/11.cc: Likewise. + * testsuite/22_locale/num_put/put/wchar_t/12.cc: Likewise. + * testsuite/22_locale/num_put/put/wchar_t/14220.cc: Likewise. + * testsuite/22_locale/num_put/put/wchar_t/15565.cc: Likewise. + * testsuite/22_locale/num_put/put/wchar_t/2.cc: Likewise. + * testsuite/22_locale/num_put/put/wchar_t/20909.cc: Likewise. + * testsuite/22_locale/num_put/put/wchar_t/20914.cc: Likewise. + * testsuite/22_locale/num_put/put/wchar_t/23953.cc: Likewise. + * testsuite/22_locale/num_put/put/wchar_t/3.cc: Likewise. + * testsuite/22_locale/num_put/put/wchar_t/38196.cc: Likewise. + * testsuite/22_locale/num_put/put/wchar_t/38210.cc: Likewise. + * testsuite/22_locale/num_put/put/wchar_t/4.cc: Likewise. + * testsuite/22_locale/num_put/put/wchar_t/5.cc: Likewise. + * testsuite/22_locale/num_put/put/wchar_t/6.cc: Likewise. + * testsuite/22_locale/num_put/put/wchar_t/7.cc: Likewise. + * testsuite/22_locale/num_put/put/wchar_t/8.cc: Likewise. + * testsuite/22_locale/num_put/put/wchar_t/9.cc: Likewise. + * testsuite/22_locale/numpunct/members/char/1.cc: Likewise. + * testsuite/22_locale/numpunct/members/char/2.cc: Likewise. + * testsuite/22_locale/numpunct/members/char/3.cc: Likewise. + * testsuite/22_locale/numpunct/members/char/cache_1.cc: Likewise. + * testsuite/22_locale/numpunct/members/char/cache_2.cc: Likewise. + * testsuite/22_locale/numpunct/members/pod/1.cc: Likewise. + * testsuite/22_locale/numpunct/members/wchar_t/1.cc: Likewise. + * testsuite/22_locale/numpunct/members/wchar_t/2.cc: Likewise. + * testsuite/22_locale/numpunct/members/wchar_t/cache_1.cc: Likewise. + * testsuite/22_locale/numpunct/members/wchar_t/cache_2.cc: Likewise. + * testsuite/22_locale/numpunct_byname/named_equivalence.cc: Likewise. + * testsuite/22_locale/time_get/date_order/char/1.cc: Likewise. + * testsuite/22_locale/time_get/date_order/wchar_t/1.cc: Likewise. + * testsuite/22_locale/time_get/get/char/1.cc: Likewise. + * testsuite/22_locale/time_get/get/char/2.cc: Likewise. + * testsuite/22_locale/time_get/get/wchar_t/1.cc: Likewise. + * testsuite/22_locale/time_get/get/wchar_t/2.cc: Likewise. + * testsuite/22_locale/time_get/get_date/char/1.cc: Likewise. + * testsuite/22_locale/time_get/get_date/char/12750.cc: Likewise. + * testsuite/22_locale/time_get/get_date/char/12791.cc: Likewise. + * testsuite/22_locale/time_get/get_date/char/2.cc: Likewise. + * testsuite/22_locale/time_get/get_date/char/26701.cc: Likewise. + * testsuite/22_locale/time_get/get_date/char/3.cc: Likewise. + * testsuite/22_locale/time_get/get_date/char/5.cc: Likewise. + * testsuite/22_locale/time_get/get_date/wchar_t/1.cc: Likewise. + * testsuite/22_locale/time_get/get_date/wchar_t/12750.cc: Likewise. + * testsuite/22_locale/time_get/get_date/wchar_t/12791.cc: Likewise. + * testsuite/22_locale/time_get/get_date/wchar_t/2.cc: Likewise. + * testsuite/22_locale/time_get/get_date/wchar_t/26701.cc: Likewise. + * testsuite/22_locale/time_get/get_date/wchar_t/3.cc: Likewise. + * testsuite/22_locale/time_get/get_date/wchar_t/4.cc: Likewise. + * testsuite/22_locale/time_get/get_date/wchar_t/5.cc: Likewise. + * testsuite/22_locale/time_get/get_monthname/char/1.cc: Likewise. + * testsuite/22_locale/time_get/get_monthname/char/2.cc: Likewise. + * testsuite/22_locale/time_get/get_monthname/char/3.cc: Likewise. + * testsuite/22_locale/time_get/get_monthname/char/4.cc: Likewise. + * testsuite/22_locale/time_get/get_monthname/char/5.cc: Likewise. + * testsuite/22_locale/time_get/get_monthname/char/6.cc: Likewise. + * testsuite/22_locale/time_get/get_monthname/wchar_t/1.cc: Likewise. + * testsuite/22_locale/time_get/get_monthname/wchar_t/2.cc: Likewise. + * testsuite/22_locale/time_get/get_monthname/wchar_t/3.cc: Likewise. + * testsuite/22_locale/time_get/get_monthname/wchar_t/4.cc: Likewise. + * testsuite/22_locale/time_get/get_monthname/wchar_t/5.cc: Likewise. + * testsuite/22_locale/time_get/get_monthname/wchar_t/6.cc: Likewise. + * testsuite/22_locale/time_get/get_time/char/1.cc: Likewise. + * testsuite/22_locale/time_get/get_time/char/2.cc: Likewise. + * testsuite/22_locale/time_get/get_time/char/3.cc: Likewise. + * testsuite/22_locale/time_get/get_time/char/4.cc: Likewise. + * testsuite/22_locale/time_get/get_time/char/5.cc: Likewise. + * testsuite/22_locale/time_get/get_time/char/6.cc: Likewise. + * testsuite/22_locale/time_get/get_time/wchar_t/1.cc: Likewise. + * testsuite/22_locale/time_get/get_time/wchar_t/2.cc: Likewise. + * testsuite/22_locale/time_get/get_time/wchar_t/3.cc: Likewise. + * testsuite/22_locale/time_get/get_time/wchar_t/4.cc: Likewise. + * testsuite/22_locale/time_get/get_time/wchar_t/5.cc: Likewise. + * testsuite/22_locale/time_get/get_time/wchar_t/6.cc: Likewise. + * testsuite/22_locale/time_get/get_weekday/char/1.cc: Likewise. + * testsuite/22_locale/time_get/get_weekday/char/2.cc: Likewise. + * testsuite/22_locale/time_get/get_weekday/char/3.cc: Likewise. + * testsuite/22_locale/time_get/get_weekday/char/38081-1.cc: Likewise. + * testsuite/22_locale/time_get/get_weekday/char/38081-2.cc: Likewise. + * testsuite/22_locale/time_get/get_weekday/char/5.cc: Likewise. + * testsuite/22_locale/time_get/get_weekday/char/6.cc: Likewise. + * testsuite/22_locale/time_get/get_weekday/wchar_t/1.cc: Likewise. + * testsuite/22_locale/time_get/get_weekday/wchar_t/2.cc: Likewise. + * testsuite/22_locale/time_get/get_weekday/wchar_t/3.cc: Likewise. + * testsuite/22_locale/time_get/get_weekday/wchar_t/5.cc: Likewise. + * testsuite/22_locale/time_get/get_weekday/wchar_t/6.cc: Likewise. + * testsuite/22_locale/time_get/get_year/char/1.cc: Likewise. + * testsuite/22_locale/time_get/get_year/char/3.cc: Likewise. + * testsuite/22_locale/time_get/get_year/char/5.cc: Likewise. + * testsuite/22_locale/time_get/get_year/wchar_t/1.cc: Likewise. + * testsuite/22_locale/time_get/get_year/wchar_t/3.cc: Likewise. + * testsuite/22_locale/time_get/get_year/wchar_t/5.cc: Likewise. + * testsuite/22_locale/time_put/put/char/1.cc: Likewise. + * testsuite/22_locale/time_put/put/char/10.cc: Likewise. + * testsuite/22_locale/time_put/put/char/12439_1.cc: Likewise. + * testsuite/22_locale/time_put/put/char/12439_3.cc: Likewise. + * testsuite/22_locale/time_put/put/char/17038.cc: Likewise. + * testsuite/22_locale/time_put/put/char/2.cc: Likewise. + * testsuite/22_locale/time_put/put/char/3.cc: Likewise. + * testsuite/22_locale/time_put/put/char/4.cc: Likewise. + * testsuite/22_locale/time_put/put/char/5.cc: Likewise. + * testsuite/22_locale/time_put/put/char/6.cc: Likewise. + * testsuite/22_locale/time_put/put/char/7.cc: Likewise. + * testsuite/22_locale/time_put/put/char/8.cc: Likewise. + * testsuite/22_locale/time_put/put/char/9.cc: Likewise. + * testsuite/22_locale/time_put/put/char/9780-1.cc: Likewise. + * testsuite/22_locale/time_put/put/wchar_t/1.cc: Likewise. + * testsuite/22_locale/time_put/put/wchar_t/10.cc: Likewise. + * testsuite/22_locale/time_put/put/wchar_t/12439_1.cc: Likewise. + * testsuite/22_locale/time_put/put/wchar_t/12439_2.cc: Likewise. + * testsuite/22_locale/time_put/put/wchar_t/12439_3.cc: Likewise. + * testsuite/22_locale/time_put/put/wchar_t/17038.cc: Likewise. + * testsuite/22_locale/time_put/put/wchar_t/2.cc: Likewise. + * testsuite/22_locale/time_put/put/wchar_t/3.cc: Likewise. + * testsuite/22_locale/time_put/put/wchar_t/4.cc: Likewise. + * testsuite/22_locale/time_put/put/wchar_t/5.cc: Likewise. + * testsuite/22_locale/time_put/put/wchar_t/6.cc: Likewise. + * testsuite/22_locale/time_put/put/wchar_t/7.cc: Likewise. + * testsuite/22_locale/time_put/put/wchar_t/8.cc: Likewise. + * testsuite/22_locale/time_put/put/wchar_t/9.cc: Likewise. + * testsuite/30_threads/async/42819.cc: Likewise. + * testsuite/30_threads/async/any.cc: Likewise. + * testsuite/30_threads/async/async.cc: Likewise. + * testsuite/30_threads/async/except.cc: Likewise. + * testsuite/30_threads/async/launch.cc: Likewise. + * testsuite/30_threads/async/sync.cc: Likewise. + * testsuite/30_threads/call_once/call_once1.cc: Likewise. + * testsuite/30_threads/condition_variable/cons/1.cc: Likewise. + * testsuite/30_threads/condition_variable/members/1.cc: Likewise. + * testsuite/30_threads/condition_variable/members/2.cc: Likewise. + * testsuite/30_threads/condition_variable/members/3.cc: Likewise. + * testsuite/30_threads/condition_variable_any/cons/1.cc: Likewise. + * testsuite/30_threads/condition_variable_any/members/1.cc: Likewise. + * testsuite/30_threads/condition_variable_any/members/2.cc: Likewise. + * testsuite/30_threads/future/members/45133.cc: Likewise. + * testsuite/30_threads/future/members/get.cc: Likewise. + * testsuite/30_threads/future/members/get2.cc: Likewise. + * testsuite/30_threads/future/members/share.cc: Likewise. + * testsuite/30_threads/future/members/valid.cc: Likewise. + * testsuite/30_threads/future/members/wait_for.cc: Likewise. + * testsuite/30_threads/future/members/wait_until.cc: Likewise. + * testsuite/30_threads/lock/1.cc: Likewise. + * testsuite/30_threads/lock/2.cc: Likewise. + * testsuite/30_threads/lock/3.cc: Likewise. + * testsuite/30_threads/lock/4.cc: Likewise. + * testsuite/30_threads/lock_guard/cons/1.cc: Likewise. + * testsuite/30_threads/mutex/cons/1.cc: Likewise. + * testsuite/30_threads/mutex/dest/destructor_locked.cc: Likewise. + * testsuite/30_threads/mutex/lock/1.cc: Likewise. + * testsuite/30_threads/mutex/native_handle/1.cc: Likewise. + * testsuite/30_threads/mutex/try_lock/1.cc: Likewise. + * testsuite/30_threads/mutex/try_lock/2.cc: Likewise. + * testsuite/30_threads/mutex/unlock/1.cc: Likewise. + * testsuite/30_threads/packaged_task/cons/1.cc: Likewise. + * testsuite/30_threads/packaged_task/cons/2.cc: Likewise. + * testsuite/30_threads/packaged_task/cons/alloc.cc: Likewise. + * testsuite/30_threads/packaged_task/cons/move.cc: Likewise. + * testsuite/30_threads/packaged_task/cons/move_assign.cc: Likewise. + * testsuite/30_threads/packaged_task/members/at_thread_exit.cc: + Likewise. + * testsuite/30_threads/packaged_task/members/get_future.cc: Likewise. + * testsuite/30_threads/packaged_task/members/invoke.cc: Likewise. + * testsuite/30_threads/packaged_task/members/invoke5.cc: Likewise. + * testsuite/30_threads/packaged_task/members/reset2.cc: Likewise. + * testsuite/30_threads/packaged_task/members/swap.cc: Likewise. + * testsuite/30_threads/packaged_task/members/valid.cc: Likewise. + * testsuite/30_threads/promise/cons/move.cc: Likewise. + * testsuite/30_threads/promise/cons/move_assign.cc: Likewise. + * testsuite/30_threads/promise/members/at_thread_exit.cc: Likewise. + * testsuite/30_threads/promise/members/get_future.cc: Likewise. + * testsuite/30_threads/promise/members/set_value.cc: Likewise. + * testsuite/30_threads/promise/members/set_value3.cc: Likewise. + * testsuite/30_threads/promise/members/swap.cc: Likewise. + * testsuite/30_threads/recursive_mutex/cons/1.cc: Likewise. + * testsuite/30_threads/recursive_mutex/dest/destructor_locked.cc: + Likewise. + * testsuite/30_threads/recursive_mutex/lock/1.cc: Likewise. + * testsuite/30_threads/recursive_mutex/native_handle/1.cc: Likewise. + * testsuite/30_threads/recursive_mutex/try_lock/1.cc: Likewise. + * testsuite/30_threads/recursive_mutex/try_lock/2.cc: Likewise. + * testsuite/30_threads/recursive_mutex/unlock/1.cc: Likewise. + * testsuite/30_threads/recursive_timed_mutex/cons/1.cc: Likewise. + * testsuite/30_threads/recursive_timed_mutex/dest/destructor_locked.cc: + Likewise. + * testsuite/30_threads/recursive_timed_mutex/lock/1.cc: Likewise. + * testsuite/30_threads/recursive_timed_mutex/lock/2.cc: Likewise. + * testsuite/30_threads/recursive_timed_mutex/native_handle/1.cc: + Likewise. + * testsuite/30_threads/recursive_timed_mutex/try_lock/1.cc: Likewise. + * testsuite/30_threads/recursive_timed_mutex/try_lock/2.cc: Likewise. + * testsuite/30_threads/recursive_timed_mutex/try_lock_for/1.cc: + Likewise. + * testsuite/30_threads/recursive_timed_mutex/try_lock_for/2.cc: + Likewise. + * testsuite/30_threads/recursive_timed_mutex/try_lock_for/3.cc: + Likewise. + * testsuite/30_threads/recursive_timed_mutex/try_lock_until/1.cc: + Likewise. + * testsuite/30_threads/recursive_timed_mutex/try_lock_until/2.cc: + Likewise. + * testsuite/30_threads/recursive_timed_mutex/unlock/1.cc: Likewise. + * testsuite/30_threads/shared_future/members/45133.cc: Likewise. + * testsuite/30_threads/shared_future/members/get.cc: Likewise. + * testsuite/30_threads/shared_future/members/get2.cc: Likewise. + * testsuite/30_threads/shared_future/members/valid.cc: Likewise. + * testsuite/30_threads/shared_future/members/wait_for.cc: Likewise. + * testsuite/30_threads/shared_future/members/wait_until.cc: Likewise. + * testsuite/30_threads/shared_lock/cons/1.cc: Likewise. + * testsuite/30_threads/shared_lock/cons/2.cc: Likewise. + * testsuite/30_threads/shared_lock/cons/3.cc: Likewise. + * testsuite/30_threads/shared_lock/cons/4.cc: Likewise. + * testsuite/30_threads/shared_lock/cons/5.cc: Likewise. + * testsuite/30_threads/shared_lock/cons/6.cc: Likewise. + * testsuite/30_threads/shared_lock/locking/1.cc: Likewise. + * testsuite/30_threads/shared_lock/locking/2.cc: Likewise. + * testsuite/30_threads/shared_lock/locking/3.cc: Likewise. + * testsuite/30_threads/shared_lock/locking/4.cc: Likewise. + * testsuite/30_threads/shared_lock/modifiers/1.cc: Likewise. + * testsuite/30_threads/shared_mutex/cons/1.cc: Likewise. + * testsuite/30_threads/shared_mutex/try_lock/1.cc: Likewise. + * testsuite/30_threads/shared_mutex/try_lock/2.cc: Likewise. + * testsuite/30_threads/shared_timed_mutex/cons/1.cc: Likewise. + * testsuite/30_threads/shared_timed_mutex/try_lock/1.cc: Likewise. + * testsuite/30_threads/shared_timed_mutex/try_lock/2.cc: Likewise. + * testsuite/30_threads/shared_timed_mutex/try_lock/3.cc: Likewise. + * testsuite/30_threads/this_thread/1.cc: Likewise. + * testsuite/30_threads/this_thread/2.cc: Likewise. + * testsuite/30_threads/this_thread/3.cc: Likewise. + * testsuite/30_threads/this_thread/4.cc: Likewise. + * testsuite/30_threads/this_thread/60421.cc: Likewise. + * testsuite/30_threads/thread/cons/1.cc: Likewise. + * testsuite/30_threads/thread/cons/2.cc: Likewise. + * testsuite/30_threads/thread/cons/3.cc: Likewise. + * testsuite/30_threads/thread/cons/4.cc: Likewise. + * testsuite/30_threads/thread/cons/5.cc: Likewise. + * testsuite/30_threads/thread/cons/6.cc: Likewise. + * testsuite/30_threads/thread/cons/7.cc: Likewise. + * testsuite/30_threads/thread/cons/8.cc: Likewise. + * testsuite/30_threads/thread/cons/9.cc: Likewise. + * testsuite/30_threads/thread/cons/moveable.cc: Likewise. + * testsuite/30_threads/thread/members/1.cc: Likewise. + * testsuite/30_threads/thread/members/2.cc: Likewise. + * testsuite/30_threads/thread/members/3.cc: Likewise. + * testsuite/30_threads/thread/members/hardware_concurrency.cc: Likewise. + * testsuite/30_threads/thread/swap/1.cc: Likewise. + * testsuite/30_threads/timed_mutex/cons/1.cc: Likewise. + * testsuite/30_threads/timed_mutex/dest/destructor_locked.cc: Likewise. + * testsuite/30_threads/timed_mutex/lock/1.cc: Likewise. + * testsuite/30_threads/timed_mutex/native_handle/1.cc: Likewise. + * testsuite/30_threads/timed_mutex/try_lock/1.cc: Likewise. + * testsuite/30_threads/timed_mutex/try_lock/2.cc: Likewise. + * testsuite/30_threads/timed_mutex/try_lock_for/1.cc: Likewise. + * testsuite/30_threads/timed_mutex/try_lock_for/2.cc: Likewise. + * testsuite/30_threads/timed_mutex/try_lock_for/3.cc: Likewise. + * testsuite/30_threads/timed_mutex/try_lock_until/1.cc: Likewise. + * testsuite/30_threads/timed_mutex/try_lock_until/2.cc: Likewise. + * testsuite/30_threads/timed_mutex/try_lock_until/57641.cc: Likewise. + * testsuite/30_threads/timed_mutex/unlock/1.cc: Likewise. + * testsuite/30_threads/try_lock/1.cc: Likewise. + * testsuite/30_threads/try_lock/2.cc: Likewise. + * testsuite/30_threads/try_lock/3.cc: Likewise. + * testsuite/30_threads/try_lock/4.cc: Likewise. + * testsuite/30_threads/unique_lock/cons/1.cc: Likewise. + * testsuite/30_threads/unique_lock/cons/2.cc: Likewise. + * testsuite/30_threads/unique_lock/cons/3.cc: Likewise. + * testsuite/30_threads/unique_lock/cons/4.cc: Likewise. + * testsuite/30_threads/unique_lock/cons/5.cc: Likewise. + * testsuite/30_threads/unique_lock/cons/6.cc: Likewise. + * testsuite/30_threads/unique_lock/locking/1.cc: Likewise. + * testsuite/30_threads/unique_lock/locking/2.cc: Likewise. + * testsuite/30_threads/unique_lock/locking/3.cc: Likewise. + * testsuite/30_threads/unique_lock/locking/4.cc: Likewise. + * testsuite/30_threads/unique_lock/modifiers/1.cc: Likewise. + * testsuite/tr1/2_general_utilities/enable_shared_from_this/ + not_shared.cc: Likewise. + * testsuite/tr1/2_general_utilities/enable_shared_from_this/ + not_shared2.cc: Likewise. + * testsuite/tr1/2_general_utilities/enable_shared_from_this/ + not_shared3.cc: Likewise. + * testsuite/tr1/2_general_utilities/enable_shared_from_this/ + shared.cc: Likewise. + * testsuite/tr1/2_general_utilities/enable_shared_from_this/ + still_shared.cc: Likewise. + * testsuite/tr1/2_general_utilities/shared_ptr/assign/assign.cc: + Likewise. + * testsuite/tr1/2_general_utilities/shared_ptr/assign/auto_ptr.cc: + Likewise. + * testsuite/tr1/2_general_utilities/shared_ptr/assign/auto_ptr_neg.cc: + Likewise. + * testsuite/tr1/2_general_utilities/shared_ptr/assign/ + auto_ptr_rvalue_neg.cc: Likewise. + * testsuite/tr1/2_general_utilities/shared_ptr/assign/shared_ptr.cc: + Likewise. + * testsuite/tr1/2_general_utilities/shared_ptr/assign/ + shared_ptr_neg.cc: Likewise. + * testsuite/tr1/2_general_utilities/shared_ptr/cons/auto_ptr.cc: + Likewise. + * testsuite/tr1/2_general_utilities/shared_ptr/cons/auto_ptr_neg.cc: + Likewise. + * testsuite/tr1/2_general_utilities/shared_ptr/cons/copy.cc: Likewise. + * testsuite/tr1/2_general_utilities/shared_ptr/cons/default.cc: + Likewise. + * testsuite/tr1/2_general_utilities/shared_ptr/cons/pointer.cc: + Likewise. + * testsuite/tr1/2_general_utilities/shared_ptr/cons/weak_ptr.cc: + Likewise. + * testsuite/tr1/2_general_utilities/shared_ptr/dest/dest.cc: Likewise. + * testsuite/tr1/2_general_utilities/shared_ptr/misc/24595.cc: Likewise. + * testsuite/tr1/2_general_utilities/shared_ptr/misc/io.cc: Likewise. + * testsuite/tr1/2_general_utilities/shared_ptr/misc/swap.cc: Likewise. + * testsuite/tr1/2_general_utilities/shared_ptr/modifiers/reset.cc: + Likewise. + * testsuite/tr1/2_general_utilities/shared_ptr/modifiers/reset_neg.cc: + Likewise. + * testsuite/tr1/2_general_utilities/shared_ptr/modifiers/swap.cc: + Likewise. + * testsuite/tr1/2_general_utilities/shared_ptr/modifiers/swap_neg.cc: + Likewise. + * testsuite/tr1/2_general_utilities/shared_ptr/observers/bool_conv.cc: + Likewise. + * testsuite/tr1/2_general_utilities/shared_ptr/observers/get.cc: + Likewise. + * testsuite/tr1/2_general_utilities/shared_ptr/observers/unique.cc: + Likewise. + * testsuite/tr1/2_general_utilities/shared_ptr/observers/use_count.cc: + Likewise. + * testsuite/tr1/2_general_utilities/shared_ptr/thread/ + default_weaktoshared.cc: Likewise. + * testsuite/tr1/2_general_utilities/shared_ptr/thread/ + mutex_weaktoshared.cc: Likewise. + * testsuite/tr1/3_function_objects/bind/all_bound.cc: Likewise. + * testsuite/tr1/3_function_objects/bind/mixed.cc: Likewise. + * testsuite/tr1/3_function_objects/bind/nested.cc: Likewise. + * testsuite/tr1/3_function_objects/bind/placeholders.cc: Likewise. + * testsuite/tr1/3_function_objects/bind/ref.cc: Likewise. + * testsuite/tr1/3_function_objects/function/1.cc: Likewise. + * testsuite/tr1/3_function_objects/function/2.cc: Likewise. + * testsuite/tr1/3_function_objects/function/3.cc: Likewise. + * testsuite/tr1/3_function_objects/function/4.cc: Likewise. + * testsuite/tr1/3_function_objects/function/5.cc: Likewise. + * testsuite/tr1/3_function_objects/function/6.cc: Likewise. + * testsuite/tr1/3_function_objects/function/7.cc: Likewise. + * testsuite/tr1/3_function_objects/function/8.cc: Likewise. + * testsuite/tr1/3_function_objects/function/9.cc: Likewise. + * testsuite/tr1/3_function_objects/reference_wrapper/invoke.cc: + Likewise. + * testsuite/tr1/3_function_objects/reference_wrapper/typedefs.cc: + Likewise. + * testsuite/tr1/3_function_objects/result_of.cc: Likewise. + * testsuite/tr1/4_metaprogramming/add_const/value.cc: Likewise. + * testsuite/tr1/4_metaprogramming/add_cv/value.cc: Likewise. + * testsuite/tr1/4_metaprogramming/add_pointer/value.cc: Likewise. + * testsuite/tr1/4_metaprogramming/add_reference/value.cc: Likewise. + * testsuite/tr1/4_metaprogramming/add_volatile/value.cc: Likewise. + * testsuite/tr1/4_metaprogramming/aligned_storage/value.cc: Likewise. + * testsuite/tr1/4_metaprogramming/alignment_of/value.cc: Likewise. + * testsuite/tr1/4_metaprogramming/extent/value.cc: Likewise. + * testsuite/tr1/4_metaprogramming/has_nothrow_assign/value.cc: Likewise. + * testsuite/tr1/4_metaprogramming/has_nothrow_constructor/value.cc: + Likewise. + * testsuite/tr1/4_metaprogramming/has_nothrow_copy/value.cc: Likewise. + * testsuite/tr1/4_metaprogramming/has_trivial_assign/value.cc: Likewise. + * testsuite/tr1/4_metaprogramming/has_trivial_constructor/value.cc: + Likewise. + * testsuite/tr1/4_metaprogramming/has_trivial_copy/value.cc: Likewise. + * testsuite/tr1/4_metaprogramming/has_trivial_destructor/value.cc: + Likewise. + * testsuite/tr1/4_metaprogramming/has_virtual_destructor/value.cc: + Likewise. + * testsuite/tr1/4_metaprogramming/integral_constant/ + static_definition.cc: Likewise. + * testsuite/tr1/4_metaprogramming/integral_constant/ + true_false_value.cc: Likewise. + * testsuite/tr1/4_metaprogramming/is_abstract/value.cc: Likewise. + * testsuite/tr1/4_metaprogramming/is_arithmetic/value.cc: Likewise. + * testsuite/tr1/4_metaprogramming/is_array/value.cc: Likewise. + * testsuite/tr1/4_metaprogramming/is_base_of/value.cc: Likewise. + * testsuite/tr1/4_metaprogramming/is_class/value.cc: Likewise. + * testsuite/tr1/4_metaprogramming/is_compound/value.cc: Likewise. + * testsuite/tr1/4_metaprogramming/is_const/value.cc: Likewise. + * testsuite/tr1/4_metaprogramming/is_convertible/value.cc: Likewise. + * testsuite/tr1/4_metaprogramming/is_empty/value.cc: Likewise. + * testsuite/tr1/4_metaprogramming/is_enum/24808.cc: Likewise. + * testsuite/tr1/4_metaprogramming/is_enum/value.cc: Likewise. + * testsuite/tr1/4_metaprogramming/is_floating_point/value.cc: Likewise. + * testsuite/tr1/4_metaprogramming/is_function/24808.cc: Likewise. + * testsuite/tr1/4_metaprogramming/is_function/value.cc: Likewise. + * testsuite/tr1/4_metaprogramming/is_fundamental/value.cc: Likewise. + * testsuite/tr1/4_metaprogramming/is_integral/value.cc: Likewise. + * testsuite/tr1/4_metaprogramming/is_member_function_pointer/value.cc: + Likewise. + * testsuite/tr1/4_metaprogramming/is_member_object_pointer/value.cc: + Likewise. + * testsuite/tr1/4_metaprogramming/is_member_pointer/value.cc: Likewise. + * testsuite/tr1/4_metaprogramming/is_object/24808.cc: Likewise. + * testsuite/tr1/4_metaprogramming/is_object/value.cc: Likewise. + * testsuite/tr1/4_metaprogramming/is_pod/value.cc: Likewise. + * testsuite/tr1/4_metaprogramming/is_pointer/value.cc: Likewise. + * testsuite/tr1/4_metaprogramming/is_polymorphic/value.cc: Likewise. + * testsuite/tr1/4_metaprogramming/is_reference/value.cc: Likewise. + * testsuite/tr1/4_metaprogramming/is_same/value.cc: Likewise. + * testsuite/tr1/4_metaprogramming/is_scalar/value.cc: Likewise. + * testsuite/tr1/4_metaprogramming/is_signed/value.cc: Likewise. + * testsuite/tr1/4_metaprogramming/is_union/value.cc: Likewise. + * testsuite/tr1/4_metaprogramming/is_unsigned/value.cc: Likewise. + * testsuite/tr1/4_metaprogramming/is_void/value.cc: Likewise. + * testsuite/tr1/4_metaprogramming/is_volatile/value.cc: Likewise. + * testsuite/tr1/4_metaprogramming/rank/value.cc: Likewise. + * testsuite/tr1/4_metaprogramming/remove_all_extents/value.cc: Likewise. + * testsuite/tr1/4_metaprogramming/remove_const/value.cc: Likewise. + * testsuite/tr1/4_metaprogramming/remove_cv/value.cc: Likewise. + * testsuite/tr1/4_metaprogramming/remove_extent/value.cc: Likewise. + * testsuite/tr1/4_metaprogramming/remove_pointer/value.cc: Likewise. + * testsuite/tr1/4_metaprogramming/remove_reference/value.cc: Likewise. + * testsuite/tr1/4_metaprogramming/remove_volatile/value.cc: Likewise. + * testsuite/tr1/5_numerical_facilities/random/discard_block/operators/ + equal.cc: Likewise. + * testsuite/tr1/5_numerical_facilities/random/discard_block/operators/ + not_equal.cc: Likewise. + * testsuite/tr1/5_numerical_facilities/random/discard_block/operators/ + serialize.cc: Likewise. + * testsuite/tr1/5_numerical_facilities/random/linear_congruential/ + cons/default.cc: Likewise. + * testsuite/tr1/5_numerical_facilities/random/linear_congruential/ + cons/gen1.cc: Likewise. + * testsuite/tr1/5_numerical_facilities/random/linear_congruential/ + operators/equal.cc: Likewise. + * testsuite/tr1/5_numerical_facilities/random/linear_congruential/ + operators/not_equal.cc: Likewise. + * testsuite/tr1/5_numerical_facilities/random/linear_congruential/ + operators/serialize.cc: Likewise. + * testsuite/tr1/5_numerical_facilities/random/mersenne_twister/ + cons/default.cc: Likewise. + * testsuite/tr1/5_numerical_facilities/random/mersenne_twister/ + cons/gen1.cc: Likewise. + * testsuite/tr1/5_numerical_facilities/random/mersenne_twister/ + operators/equal.cc: Likewise. + * testsuite/tr1/5_numerical_facilities/random/mersenne_twister/ + operators/not_equal.cc: Likewise. + * testsuite/tr1/5_numerical_facilities/random/mersenne_twister/ + operators/serialize.cc: Likewise. + * testsuite/tr1/5_numerical_facilities/random/minstd_rand.cc: Likewise. + * testsuite/tr1/5_numerical_facilities/random/minstd_rand0.cc: Likewise. + * testsuite/tr1/5_numerical_facilities/random/mt19937.cc: Likewise. + * testsuite/tr1/5_numerical_facilities/random/random_device/cons/ + default.cc: Likewise. + * testsuite/tr1/5_numerical_facilities/random/random_device/cons/ + token.cc: Likewise. + * testsuite/tr1/5_numerical_facilities/random/ranlux3.cc: Likewise. + * testsuite/tr1/5_numerical_facilities/random/ranlux3_01.cc: Likewise. + * testsuite/tr1/5_numerical_facilities/random/ranlux4.cc: Likewise. + * testsuite/tr1/5_numerical_facilities/random/ranlux4_01.cc + * testsuite/tr1/5_numerical_facilities/random/subtract_with_carry/ + cons/default.cc: Likewise. + * testsuite/tr1/5_numerical_facilities/random/subtract_with_carry/ + cons/gen1.cc: Likewise. + * testsuite/tr1/5_numerical_facilities/random/subtract_with_carry/ + operators/equal.cc: Likewise. + * testsuite/tr1/5_numerical_facilities/random/subtract_with_carry/ + operators/not_equal.cc: Likewise. + * testsuite/tr1/5_numerical_facilities/random/subtract_with_carry/ + operators/serialize.cc: Likewise. + * testsuite/tr1/5_numerical_facilities/random/subtract_with_carry_01/ + cons/default.cc: Likewise. + * testsuite/tr1/5_numerical_facilities/random/subtract_with_carry_01/ + cons/gen1.cc: Likewise. + * testsuite/tr1/5_numerical_facilities/random/subtract_with_carry_01/ + operators/equal.cc: Likewise. + * testsuite/tr1/5_numerical_facilities/random/subtract_with_carry_01/ + operators/not_equal.cc: Likewise. + * testsuite/tr1/5_numerical_facilities/random/subtract_with_carry_01/ + operators/serialize.cc: Likewise. + * testsuite/tr1/5_numerical_facilities/random/uniform_int/33128.cc: + Likewise. + * testsuite/tr1/5_numerical_facilities/random/uniform_int/cons/ + default.cc: Likewise. + * testsuite/tr1/5_numerical_facilities/random/uniform_int/cons/ + range.cc: Likewise. + * testsuite/tr1/5_numerical_facilities/random/xor_combine/cons/ + default.cc: Likewise. + * testsuite/tr1/5_numerical_facilities/random/xor_combine/operators/ + equal.cc: Likewise. + * testsuite/tr1/5_numerical_facilities/random/xor_combine/operators/ + not_equal.cc: Likewise. + * testsuite/tr1/5_numerical_facilities/random/xor_combine/operators/ + serialize.cc: Likewise. + * testsuite/tr1/5_numerical_facilities/special_functions/ + 08_cyl_bessel_i/check_value.cc: Likewise. + * testsuite/tr1/5_numerical_facilities/special_functions/ + 08_cyl_bessel_i/pr56216.cc: Likewise. + * testsuite/tr1/5_numerical_facilities/special_functions/ + 09_cyl_bessel_j/check_value.cc: Likewise. + * testsuite/tr1/5_numerical_facilities/special_functions/ + 10_cyl_bessel_k/check_value.cc: Likewise. + * testsuite/tr1/5_numerical_facilities/special_functions/ + 11_cyl_neumann/check_value.cc: Likewise. + * testsuite/tr1/5_numerical_facilities/special_functions/ + 16_hermite/check_value.cc: Likewise. + * testsuite/tr1/5_numerical_facilities/special_functions/ + 21_sph_bessel/check_value.cc: Likewise. + * testsuite/tr1/5_numerical_facilities/special_functions/ + 23_sph_neumann/check_value.cc: Likewise. + * testsuite/tr1/6_containers/array/capacity/empty.cc: Likewise. + * testsuite/tr1/6_containers/array/capacity/max_size.cc: Likewise. + * testsuite/tr1/6_containers/array/capacity/size.cc: Likewise. + * testsuite/tr1/6_containers/array/comparison_operators/equal.cc: + Likewise. + * testsuite/tr1/6_containers/array/comparison_operators/greater.cc: + Likewise. + * testsuite/tr1/6_containers/array/comparison_operators/ + greater_or_equal.cc: Likewise. + * testsuite/tr1/6_containers/array/comparison_operators/less.cc: + Likewise. + * testsuite/tr1/6_containers/array/comparison_operators/ + less_or_equal.cc: Likewise. + * testsuite/tr1/6_containers/array/comparison_operators/not_equal.cc: + Likewise. + * testsuite/tr1/6_containers/array/element_access/at_out_of_range.cc: + Likewise. + * testsuite/tr1/6_containers/array/element_access/back.cc: Likewise. + * testsuite/tr1/6_containers/array/element_access/data.cc: Likewise. + * testsuite/tr1/6_containers/array/element_access/front.cc: Likewise. + * testsuite/tr1/6_containers/array/iterators/end_is_one_past.cc: + Likewise. + * testsuite/tr1/6_containers/array/requirements/assign.cc: Likewise. + * testsuite/tr1/6_containers/array/requirements/contiguous.cc: Likewise. + * testsuite/tr1/6_containers/array/requirements/member_swap.cc: + Likewise. + * testsuite/tr1/6_containers/array/requirements/zero_sized_arrays.cc: + Likewise. + * testsuite/tr1/6_containers/array/specialized_algorithms/swap.cc: + Likewise. + * testsuite/tr1/6_containers/array/tuple_interface/get.cc: Likewise. + * testsuite/tr1/6_containers/array/tuple_interface/tuple_element.cc: + Likewise. + * testsuite/tr1/6_containers/array/tuple_interface/tuple_size.cc: + Likewise. + * testsuite/tr1/6_containers/hash/24799.cc: Likewise. + * testsuite/tr1/6_containers/hash/operators/size_t.cc: Likewise. + * + testsuite/tr1/6_containers/tuple/comparison_operators/comparisons.cc: + Likewise. + * testsuite/tr1/6_containers/tuple/cons/assignment.cc: Likewise. + * testsuite/tr1/6_containers/tuple/cons/big_tuples.cc: Likewise. + * testsuite/tr1/6_containers/tuple/cons/constructor.cc: Likewise. + * testsuite/tr1/6_containers/tuple/creation_functions/23978.cc: + Likewise. + * testsuite/tr1/6_containers/tuple/creation_functions/make_tuple.cc: + Likewise. + * testsuite/tr1/6_containers/tuple/creation_functions/tie.cc: Likewise. + * testsuite/tr1/6_containers/tuple/creation_functions/tie2.cc: Likewise. + * testsuite/tr1/6_containers/tuple/element_access/get.cc: Likewise. + * testsuite/tr1/6_containers/tuple/tuple_size.cc: Likewise. + * testsuite/tr1/6_containers/unordered_map/24064.cc: Likewise. + * testsuite/tr1/6_containers/unordered_map/capacity/29134-map.cc: + Likewise. + * testsuite/tr1/6_containers/unordered_map/erase/1.cc: Likewise. + * testsuite/tr1/6_containers/unordered_map/erase/24061-map.cc: Likewise. + * testsuite/tr1/6_containers/unordered_map/find/map1.cc: Likewise. + * testsuite/tr1/6_containers/unordered_map/insert/24061-map.cc: + Likewise. + * testsuite/tr1/6_containers/unordered_map/insert/array_syntax.cc: + Likewise. + * testsuite/tr1/6_containers/unordered_map/insert/map_range.cc: + Likewise. + * testsuite/tr1/6_containers/unordered_map/insert/map_single.cc: + Likewise. + * testsuite/tr1/6_containers/unordered_map/swap/1.cc: Likewise. + * testsuite/tr1/6_containers/unordered_map/swap/2.cc: Likewise. + * testsuite/tr1/6_containers/unordered_multimap/capacity/ + 29134-multimap.cc: Likewise. + * testsuite/tr1/6_containers/unordered_multimap/erase/1.cc: Likewise. + * testsuite/tr1/6_containers/unordered_multimap/erase/ + 24061-multimap.cc: Likewise. + * testsuite/tr1/6_containers/unordered_multimap/find/multimap1.cc: + Likewise. + * testsuite/tr1/6_containers/unordered_multimap/insert/ + 24061-multimap.cc: Likewise. + * testsuite/tr1/6_containers/unordered_multimap/insert/ + multimap_range.cc: Likewise. + * testsuite/tr1/6_containers/unordered_multimap/insert/ + multimap_single.cc: Likewise. + * testsuite/tr1/6_containers/unordered_multimap/swap/1.cc: Likewise. + * testsuite/tr1/6_containers/unordered_multimap/swap/2.cc: Likewise. + * testsuite/tr1/6_containers/unordered_multiset/24054.cc: Likewise. + * testsuite/tr1/6_containers/unordered_multiset/capacity/ + 29134-multiset.cc: Likewise. + * testsuite/tr1/6_containers/unordered_multiset/erase/1.cc: Likewise. + * testsuite/tr1/6_containers/unordered_multiset/erase/ + 24061-multiset.cc: Likewise. + * testsuite/tr1/6_containers/unordered_multiset/find/multiset1.cc: + Likewise. + * testsuite/tr1/6_containers/unordered_multiset/insert/ + 24061-multiset.cc: Likewise. + * testsuite/tr1/6_containers/unordered_multiset/insert/ + multiset_range.cc: Likewise. + * testsuite/tr1/6_containers/unordered_multiset/insert/ + multiset_single.cc: Likewise. + * testsuite/tr1/6_containers/unordered_multiset/swap/1.cc: Likewise. + * testsuite/tr1/6_containers/unordered_multiset/swap/2.cc: Likewise. + * testsuite/tr1/6_containers/unordered_set/23465.cc: Likewise. + * testsuite/tr1/6_containers/unordered_set/26132.cc: Likewise. + * testsuite/tr1/6_containers/unordered_set/capacity/29134-set.cc: + Likewise. + * testsuite/tr1/6_containers/unordered_set/erase/1.cc: Likewise. + * testsuite/tr1/6_containers/unordered_set/erase/24061-set.cc: Likewise. + * testsuite/tr1/6_containers/unordered_set/find/set1.cc: Likewise. + * testsuite/tr1/6_containers/unordered_set/insert/24061-set.cc: + Likewise. + * testsuite/tr1/6_containers/unordered_set/insert/set_range.cc: + Likewise. + * testsuite/tr1/6_containers/unordered_set/insert/set_single.cc: + Likewise. + * testsuite/tr1/6_containers/unordered_set/swap/1.cc: Likewise. + * testsuite/tr1/6_containers/unordered_set/swap/2.cc: Likewise. + * testsuite/tr1/6_containers/utility/pair.cc: Likewise. + * testsuite/tr1/7_regular_expressions/match_results/ctors/char/ + default.cc: Likewise. + * testsuite/tr1/7_regular_expressions/regex_traits/char/ + translate_nocase.cc: Likewise. + * testsuite/tr1/7_regular_expressions/regex_traits/char/value.cc: + Likewise. + * testsuite/tr1/7_regular_expressions/regex_traits/wchar_t/ + translate_nocase.cc: Likewise. + * testsuite/tr1/7_regular_expressions/regex_traits/wchar_t/value.cc: + Likewise. + * testsuite/tr1/8_c_compatibility/complex/50880.cc: Likewise. + * testsuite/tr1/8_c_compatibility/complex/overloads_int.cc: Likewise. + +2016-10-16 Ville Voutilainen + + Make sure the return value of malloc_allocator::allocate + is zero-initialized so that checking it for non-zero works + later. + * include/ext/malloc_allocator.h (malloc_allocator::allocate): + Initialize the return value. + * testsuite/ext/malloc_allocator/sanity.cc: New. + +2016-10-14 Eelis van der Weegen + + * include/bits/stl_algo.h (shuffle): Extract two random numbers from + each generator invocation when its range is large enough. + +2016-10-14 Jonathan Wakely + + * testsuite/experimental/algorithm/sample.cc: Qualify calls to + resolve ambiguity between std::sample and std::experimental::sample. + + * include/std/functional (_Mu, _Mu): + Simplify forwarding from tuple of references. + (_Maybe_wrap_member_pointer): Remove. + (_Bind::__call, _Bind::__call_c, _Bind::__call_v, _Bind::__call_c_v): + Use std::__invoke. + (_Bind::_Mu_type, _Bind::_Res_type_impl, _Bind::_Res_type) + (_Bind::__dependent, _Bind::_Res_type_cv): New helpers to simplify + return type deduction. + (_Bind::operator(), _Bind::operator() const): Use new helpers. + (_Bind::operator() volatile, _Bind::operator() const volatile): + Likewise. Add deprecated attribute for C++17 mode. + (_Bind_result::__call): Use std::__invoke. + (_Bind_result::operator() volatile) + (_Bind_result::operator() const volatile): Add deprecated attribute. + (_Bind_helper::__maybe_type, _Bindres_helper::__maybe_type): Remove. + (_Bind_helper, _Bindres_helper): Don't use _Maybe_wrap_member_pointer. + (bind, bind): Don't use __maybe_type. + * src/c++11/compatibility-thread-c++0x.cc + (_Maybe_wrap_member_pointer): Define here for compatibility symbols. + * testsuite/20_util/bind/68912.cc: Don't test volatile-qualification + in C++17 mode. + * testsuite/20_util/bind/cv_quals.cc: Likewise. + * testsuite/20_util/bind/cv_quals_2.cc: Likewise. + + * include/std/scoped_allocator (scoped_allocator_adaptor): Forward + piecewise construction arguments as tuples of references, to avoid + copies (related to LWG 2511). + * testsuite/20_util/scoped_allocator/construct_pair.cc: New test. + +2016-10-14 Paolo Carlini + + * testsuite/26_numerics/accumulate/1.cc: Remove 'test' variables. + * testsuite/26_numerics/adjacent_difference/1.cc: Likewise. + * testsuite/26_numerics/complex/13450.cc: Likewise. + * testsuite/26_numerics/complex/50880.cc: Likewise. + * testsuite/26_numerics/complex/c99.cc: Likewise. + * testsuite/26_numerics/complex/cons/48760.cc: Likewise. + * testsuite/26_numerics/complex/cons/48760_c++0x.cc: Likewise. + * testsuite/26_numerics/complex/dr781_dr1137.cc: Likewise. + * testsuite/26_numerics/complex/dr844.cc: Likewise. + * testsuite/26_numerics/complex/inserters_extractors/char/1.cc: + Likewise. + * testsuite/26_numerics/complex/inserters_extractors/wchar_t/1.cc: + Likewise. + * testsuite/26_numerics/complex/value_operations/1.cc: Likewise. + * testsuite/26_numerics/complex/value_operations/dr387.cc: Likewise. + * testsuite/26_numerics/headers/cmath/19322.cc: Likewise. + * testsuite/26_numerics/headers/cmath/ + c99_classification_macros_c++11.c: Likewise.c + * testsuite/26_numerics/headers/cmath/ + c99_classification_macros_c++98.cc: Likewise. + * testsuite/26_numerics/headers/cmath/c_math.cc: Likewise. + * testsuite/26_numerics/headers/cmath/dr550.cc: Likewise. + * testsuite/26_numerics/headers/cmath/hypot.cc: Likewise. + * testsuite/26_numerics/headers/cmath/powi.cc: Likewise. + * testsuite/26_numerics/headers/cstdlib/13943.cc: Likewise. + * testsuite/26_numerics/inner_product/1.cc: Likewise. + * testsuite/26_numerics/iota/1.cc: Likewise. + * testsuite/26_numerics/partial_sum/1.cc: Likewise. + * testsuite/26_numerics/random/bernoulli_distribution/cons/default.cc: + Likewise. + * testsuite/26_numerics/random/bernoulli_distribution/cons/parms.cc: + Likewise. + * testsuite/26_numerics/random/bernoulli_distribution/operators/ + equal.cc: Likewise. + * testsuite/26_numerics/random/bernoulli_distribution/operators/ + inequal.cc: Likewise. + * testsuite/26_numerics/random/binomial_distribution/cons/default.cc: + Likewise. + * testsuite/26_numerics/random/binomial_distribution/cons/parms.cc: + Likewise. + * testsuite/26_numerics/random/binomial_distribution/operators/ + equal.cc: Likewise. + * testsuite/26_numerics/random/binomial_distribution/operators/ + inequal.cc: Likewise. + * testsuite/26_numerics/random/cauchy_distribution/cons/default.cc: + Likewise. + * testsuite/26_numerics/random/cauchy_distribution/cons/parms.cc: + Likewise. + * testsuite/26_numerics/random/cauchy_distribution/operators/equal.cc: + Likewise. + * testsuite/26_numerics/random/cauchy_distribution/operators/ + inequal.cc: Likewise. + * testsuite/26_numerics/random/chi_squared_distribution/cons/ + default.cc: Likewise. + * testsuite/26_numerics/random/chi_squared_distribution/cons/ + parms.cc: Likewise. + * testsuite/26_numerics/random/chi_squared_distribution/operators/ + equal.cc: Likewise. + * testsuite/26_numerics/random/chi_squared_distribution/operators/ + inequal.cc: Likewise. + * testsuite/26_numerics/random/default_random_engine.cc: Likewise. + * testsuite/26_numerics/random/discard_block_engine/cons/55215.cc: + Likewise. + * testsuite/26_numerics/random/discard_block_engine/operators/equal.cc: + Likewise. + * testsuite/26_numerics/random/discard_block_engine/operators/ + inequal.cc: Likewise. + * testsuite/26_numerics/random/discard_block_engine/operators/ + serialize.cc: Likewise. + * testsuite/26_numerics/random/discrete_distribution/cons/ + default.cc: Likewise. + * testsuite/26_numerics/random/discrete_distribution/cons/ + initlist.cc: Likewise. + * testsuite/26_numerics/random/discrete_distribution/cons/ + num_xbound_fun.cc: Likewise. + * testsuite/26_numerics/random/discrete_distribution/cons/range.cc: + Likewise. + * testsuite/26_numerics/random/discrete_distribution/operators/ + equal.cc: Likewise. + * testsuite/26_numerics/random/discrete_distribution/operators/ + inequal.cc: Likewise. + * testsuite/26_numerics/random/exponential_distribution/cons/ + default.cc: Likewise. + * testsuite/26_numerics/random/exponential_distribution/cons/ + parms.cc: Likewise. + * testsuite/26_numerics/random/exponential_distribution/operators/ + equal.cc: Likewise. + * testsuite/26_numerics/random/exponential_distribution/operators/ + inequal.cc: Likewise. + * testsuite/26_numerics/random/extreme_value_distribution/cons/ + default.cc: Likewise. + * testsuite/26_numerics/random/extreme_value_distribution/cons/ + parms.cc: Likewise. + * testsuite/26_numerics/random/extreme_value_distribution/operators/ + equal.cc: Likewise. + * testsuite/26_numerics/random/extreme_value_distribution/operators/ + inequal.cc: Likewise. + * testsuite/26_numerics/random/fisher_f_distribution/cons/default.cc: + Likewise. + * testsuite/26_numerics/random/fisher_f_distribution/cons/parms.cc: + Likewise. + * testsuite/26_numerics/random/fisher_f_distribution/operators/ + equal.cc: Likewise. + * testsuite/26_numerics/random/fisher_f_distribution/operators/ + inequal.cc: Likewise. + * testsuite/26_numerics/random/gamma_distribution/cons/default.cc: + Likewise. + * testsuite/26_numerics/random/gamma_distribution/cons/parms.cc: + Likewise. + * testsuite/26_numerics/random/gamma_distribution/operators/equal.cc: + Likewise. + * testsuite/26_numerics/random/gamma_distribution/operators/ + inequal.cc: Likewise. + * testsuite/26_numerics/random/geometric_distribution/cons/ + default.cc: Likewise. + * testsuite/26_numerics/random/geometric_distribution/cons/parms.cc: + Likewise. + * testsuite/26_numerics/random/geometric_distribution/operators/ + equal.cc: Likewise. + * testsuite/26_numerics/random/geometric_distribution/operators/ + inequal.cc: Likewise. + * testsuite/26_numerics/random/independent_bits_engine/cons/55215.cc: + Likewise. + * testsuite/26_numerics/random/independent_bits_engine/operators/ + equal.cc: Likewise. + * testsuite/26_numerics/random/independent_bits_engine/operators/ + inequal.cc: Likewise. + * testsuite/26_numerics/random/independent_bits_engine/operators/ + serialize.cc: Likewise. + * testsuite/26_numerics/random/knuth_b.cc: Likewise. + * testsuite/26_numerics/random/linear_congruential_engine/cons/ + 55215.cc: Likewise. + * testsuite/26_numerics/random/linear_congruential_engine/cons/ + default.cc: Likewise. + * testsuite/26_numerics/random/linear_congruential_engine/operators/ + 51795.cc: Likewise. + * testsuite/26_numerics/random/linear_congruential_engine/operators/ + equal.cc: Likewise. + * testsuite/26_numerics/random/linear_congruential_engine/operators/ + inequal.cc: Likewise. + * testsuite/26_numerics/random/linear_congruential_engine/operators/ + serialize.cc: Likewise. + * testsuite/26_numerics/random/lognormal_distribution/cons/default.cc: + Likewise. + * testsuite/26_numerics/random/lognormal_distribution/cons/parms.cc: + Likewise. + * testsuite/26_numerics/random/lognormal_distribution/operators/ + equal.cc: Likewise. + * testsuite/26_numerics/random/lognormal_distribution/operators/ + inequal.cc: Likewise. + * testsuite/26_numerics/random/mersenne_twister_engine/cons/55215.cc: + Likewise. + * testsuite/26_numerics/random/mersenne_twister_engine/cons/ + default.cc: Likewise. + * testsuite/26_numerics/random/mersenne_twister_engine/operators/ + equal.cc: Likewise. + * testsuite/26_numerics/random/mersenne_twister_engine/operators/ + inequal.cc: Likewise. + * testsuite/26_numerics/random/mersenne_twister_engine/operators/ + serialize.cc: Likewise. + * testsuite/26_numerics/random/minstd_rand.cc: Likewise. + * testsuite/26_numerics/random/minstd_rand0.cc: Likewise. + * testsuite/26_numerics/random/mt19937.cc: Likewise. + * testsuite/26_numerics/random/mt19937_64.cc: Likewise. + * testsuite/26_numerics/random/negative_binomial_distribution/cons/ + default.cc: Likewise. + * testsuite/26_numerics/random/negative_binomial_distribution/cons/ + parms.cc: Likewise. + * testsuite/26_numerics/random/negative_binomial_distribution/ + operators/equal.cc: Likewise. + * testsuite/26_numerics/random/negative_binomial_distribution/ + operators/inequal.cc: Likewise. + * testsuite/26_numerics/random/normal_distribution/cons/default.cc: + Likewise. + * testsuite/26_numerics/random/normal_distribution/cons/parms.cc: + Likewise. + * testsuite/26_numerics/random/normal_distribution/operators/ + equal.cc: Likewise. + * testsuite/26_numerics/random/normal_distribution/operators/ + inequal.cc: Likewise. + * testsuite/26_numerics/random/piecewise_constant_distribution/cons/ + default.cc: Likewise. + * testsuite/26_numerics/random/piecewise_constant_distribution/cons/ + initlist_fun.cc: Likewise. + * testsuite/26_numerics/random/piecewise_constant_distribution/cons/ + num_xbound_fun.cc: Likewise. + * testsuite/26_numerics/random/piecewise_constant_distribution/cons/ + range.cc: Likewise. + * testsuite/26_numerics/random/piecewise_constant_distribution/ + operators/equal.cc: Likewise. + * testsuite/26_numerics/random/piecewise_constant_distribution/ + operators/inequal.cc: Likewise. + * testsuite/26_numerics/random/piecewise_linear_distribution/cons/ + default.cc: Likewise. + * testsuite/26_numerics/random/piecewise_linear_distribution/cons/ + initlist_fun.cc: Likewise. + * testsuite/26_numerics/random/piecewise_linear_distribution/cons/ + num_xbound_fun.cc: Likewise. + * testsuite/26_numerics/random/piecewise_linear_distribution/cons/ + range.cc: Likewise. + * testsuite/26_numerics/random/piecewise_linear_distribution/ + operators/equal.cc: Likewise. + * testsuite/26_numerics/random/piecewise_linear_distribution/ + operators/inequal.cc: Likewise. + * testsuite/26_numerics/random/poisson_distribution/cons/default.cc: + Likewise. + * testsuite/26_numerics/random/poisson_distribution/cons/parms.cc: + Likewise. + * testsuite/26_numerics/random/poisson_distribution/operators/ + equal.cc: Likewise. + * testsuite/26_numerics/random/poisson_distribution/operators/ + inequal.cc: Likewise. + * testsuite/26_numerics/random/random_device/cons/default.cc: Likewise. + * testsuite/26_numerics/random/random_device/cons/token.cc: Likewise. + * testsuite/26_numerics/random/ranlux24.cc: Likewise. + * testsuite/26_numerics/random/ranlux24_base.cc: Likewise. + * testsuite/26_numerics/random/ranlux48.cc: Likewise. + * testsuite/26_numerics/random/ranlux48_base.cc: Likewise. + * testsuite/26_numerics/random/seed_seq/cons/initlist.cc: Likewise. + * testsuite/26_numerics/random/shuffle_order_engine/cons/55215.cc: + Likewise. + * testsuite/26_numerics/random/shuffle_order_engine/operators/ + equal.cc: Likewise. + * testsuite/26_numerics/random/shuffle_order_engine/operators/ + inequal.cc: Likewise. + * testsuite/26_numerics/random/shuffle_order_engine/operators/ + serialize.cc: Likewise. + * testsuite/26_numerics/random/student_t_distribution/cons/ + default.cc: Likewise. + * testsuite/26_numerics/random/student_t_distribution/cons/ + parms.cc: Likewise. + * testsuite/26_numerics/random/student_t_distribution/operators/ + equal.cc: Likewise. + * testsuite/26_numerics/random/student_t_distribution/operators/ + inequal.cc: Likewise. + * testsuite/26_numerics/random/subtract_with_carry_engine/cons/ + 55215.cc: Likewise. + * testsuite/26_numerics/random/subtract_with_carry_engine/cons/ + default.cc: Likewise. + * testsuite/26_numerics/random/subtract_with_carry_engine/operators/ + equal.cc: Likewise. + * testsuite/26_numerics/random/subtract_with_carry_engine/operators/ + inequal.cc: Likewise. + * testsuite/26_numerics/random/subtract_with_carry_engine/operators/ + serialize.cc: Likewise. + * testsuite/26_numerics/random/uniform_int_distribution/cons/ + default.cc: Likewise. + * testsuite/26_numerics/random/uniform_int_distribution/cons/ + parms.cc: Likewise. + * testsuite/26_numerics/random/uniform_int_distribution/operators/ + equal.cc: Likewise. + * testsuite/26_numerics/random/uniform_int_distribution/operators/ + inequal.cc: Likewise. + * testsuite/26_numerics/random/uniform_real_distribution/cons/ + default.cc: Likewise. + * testsuite/26_numerics/random/uniform_real_distribution/cons/ + parms.cc: Likewise. + * testsuite/26_numerics/random/uniform_real_distribution/operators/ + equal.cc: Likewise. + * testsuite/26_numerics/random/uniform_real_distribution/operators/ + inequal.cc: Likewise. + * testsuite/26_numerics/random/weibull_distribution/cons/default.cc: + Likewise. + * testsuite/26_numerics/random/weibull_distribution/cons/parms.cc: + Likewise. + * testsuite/26_numerics/random/weibull_distribution/operators/ + equal.cc: Likewise. + * testsuite/26_numerics/random/weibull_distribution/operators/ + inequal.cc: Likewise. + * testsuite/26_numerics/slice/1.cc: Likewise. + * testsuite/26_numerics/slice_array/array_assignment.cc: Likewise. + * testsuite/26_numerics/valarray/27867.cc: Likewise. + * testsuite/26_numerics/valarray/28277.cc: Likewise. + * testsuite/26_numerics/valarray/30416.cc: Likewise. + * testsuite/26_numerics/valarray/dr543.cc: Likewise. + * testsuite/26_numerics/valarray/dr630-1.cc: Likewise. + * testsuite/26_numerics/valarray/dr630-2.cc: Likewise. + * testsuite/26_numerics/valarray/dr630-3.C: Likewise. + * testsuite/26_numerics/valarray/init-list.cc: Likewise. + * testsuite/26_numerics/valarray/moveable.cc: Likewise. + * testsuite/26_numerics/valarray/operators.cc: Likewise. + * testsuite/26_numerics/valarray/swap.cc: Likewise. + * testsuite/experimental/deque/erasure.cc: Likewise. + * testsuite/experimental/filesystem/iterators/directory_iterator.cc: + Likewise. + * testsuite/experimental/filesystem/iterators/ + recursive_directory_iterator.cc: Likewise. + * testsuite/experimental/filesystem/operations/absolute.cc: Likewise. + * testsuite/experimental/filesystem/operations/canonical.cc: Likewise. + * testsuite/experimental/filesystem/operations/copy.cc: Likewise. + * testsuite/experimental/filesystem/operations/copy_file.cc: Likewise. + * testsuite/experimental/filesystem/operations/create_directories.cc: + Likewise. + * testsuite/experimental/filesystem/operations/create_directory.cc: + Likewise. + * testsuite/experimental/filesystem/operations/current_path.cc: + Likewise. + * testsuite/experimental/filesystem/operations/exists.cc: Likewise. + * testsuite/experimental/filesystem/operations/file_size.cc: Likewise. + * testsuite/experimental/filesystem/operations/last_write_time.cc: + Likewise. + * testsuite/experimental/filesystem/operations/permissions.cc: Likewise. + * testsuite/experimental/filesystem/operations/status.cc: Likewise. + * testsuite/experimental/filesystem/operations/temp_directory_path.cc: + Likewise. + * testsuite/experimental/filesystem/path/native/string.cc: Likewise. + * testsuite/experimental/forward_list/erasure.cc: Likewise. + * testsuite/experimental/list/erasure.cc: Likewise. + * testsuite/experimental/map/erasure.cc: Likewise. + * testsuite/experimental/memory/shared_ptr/assign/assign.cc: Likewise. + * testsuite/experimental/memory/shared_ptr/comparison/comparison.cc: + Likewise. + * testsuite/experimental/memory/shared_ptr/cons/alias_ctor.cc: Likewise. + * testsuite/experimental/memory/shared_ptr/cons/alloc_ctor.cc: Likewise. + * testsuite/experimental/memory/shared_ptr/cons/copy_ctor.cc: Likewise. + * testsuite/experimental/memory/shared_ptr/cons/default_ctor.cc: + Likewise. + * testsuite/experimental/memory/shared_ptr/cons/move_ctor.cc: Likewise. + * testsuite/experimental/memory/shared_ptr/cons/pointer_ctor.cc: + Likewise. + * testsuite/experimental/memory/shared_ptr/cons/unique_ptr_ctor.cc: + Likewise. + * testsuite/experimental/memory/shared_ptr/cons/weak_ptr_ctor.cc: + Likewise. + * testsuite/experimental/memory/shared_ptr/dest/dest.cc: Likewise. + * testsuite/experimental/memory/shared_ptr/modifiers/reset.cc: Likewise. + * testsuite/experimental/memory/shared_ptr/modifiers/swap.cc: Likewise. + * testsuite/experimental/memory/shared_ptr/observers/bool_conv.cc: + Likewise. + * testsuite/experimental/memory/shared_ptr/observers/operators.cc: + Likewise. + * testsuite/experimental/memory/shared_ptr/observers/owner_before.cc: + Likewise. + * testsuite/experimental/memory/shared_ptr/observers/use_count.cc: + Likewise. + * testsuite/experimental/memory_resource/1.cc: Likewise. + * testsuite/experimental/memory_resource/null_memory_resource.cc: + Likewise. + * testsuite/experimental/memory_resource/resource_adaptor.cc: Likewise. + * testsuite/experimental/set/erasure.cc: Likewise. + * testsuite/experimental/string/erasure.cc: Likewise. + * testsuite/experimental/string_view/capacity/1.cc: Likewise. + * testsuite/experimental/string_view/cons/char/1.cc: Likewise. + * testsuite/experimental/string_view/cons/char/2.cc: Likewise. + * testsuite/experimental/string_view/cons/char/3.cc: Likewise. + * testsuite/experimental/string_view/cons/wchar_t/1.cc: Likewise. + * testsuite/experimental/string_view/cons/wchar_t/2.cc: Likewise. + * testsuite/experimental/string_view/cons/wchar_t/3.cc: Likewise. + * testsuite/experimental/string_view/element_access/char/1.cc: Likewise. + * testsuite/experimental/string_view/element_access/char/empty.cc: + Likewise. + * testsuite/experimental/string_view/element_access/char/ + front_back.cc: Likewise. + * testsuite/experimental/string_view/element_access/wchar_t/1.cc: + Likewise. + * testsuite/experimental/string_view/element_access/wchar_t/empty.cc: + Likewise. + * testsuite/experimental/string_view/element_access/wchar_t/ + front_back.cc: Likewise. + * testsuite/experimental/string_view/inserters/char/1.cc: Likewise. + * testsuite/experimental/string_view/inserters/char/2.cc: Likewise. + * testsuite/experimental/string_view/inserters/char/3.cc: Likewise. + * testsuite/experimental/string_view/inserters/pod/10081-out.cc: + Likewise. + * testsuite/experimental/string_view/inserters/wchar_t/1.cc: Likewise. + * testsuite/experimental/string_view/inserters/wchar_t/2.cc: Likewise. + * testsuite/experimental/string_view/inserters/wchar_t/3.cc: Likewise. + * testsuite/experimental/string_view/modifiers/remove_prefix/char/ + 1.cc: Likewise. + * testsuite/experimental/string_view/modifiers/remove_prefix/wchar_t/ + 1.cc: Likewise. + * testsuite/experimental/string_view/modifiers/remove_suffix/char/ + 1.cc: Likewise. + * testsuite/experimental/string_view/modifiers/remove_suffix/wchar_t/ + 1.cc: Likewise. + * testsuite/experimental/string_view/operations/compare/char/1.cc: + Likewise. + * testsuite/experimental/string_view/operations/compare/char/ + 13650.cc: Likewise. + * testsuite/experimental/string_view/operations/compare/wchar_t/ + 1.cc: Likewise. + * testsuite/experimental/string_view/operations/compare/wchar_t/ + 13650.cc: Likewise. + * testsuite/experimental/string_view/operations/copy/char/1.cc: + Likewise. + * testsuite/experimental/string_view/operations/copy/wchar_t/1.cc: + Likewise. + * testsuite/experimental/string_view/operations/data/char/1.cc: + Likewise. + * testsuite/experimental/string_view/operations/data/wchar_t/1.cc: + Likewise. + * testsuite/experimental/string_view/operations/find/char/1.cc: + Likewise. + * testsuite/experimental/string_view/operations/find/char/2.cc: + Likewise. + * testsuite/experimental/string_view/operations/find/char/3.cc: + Likewise. + * testsuite/experimental/string_view/operations/find/char/4.cc: + Likewise. + * testsuite/experimental/string_view/operations/find/wchar_t/1.cc: + Likewise. + * testsuite/experimental/string_view/operations/find/wchar_t/2.cc: + Likewise. + * testsuite/experimental/string_view/operations/find/wchar_t/3.cc: + Likewise. + * testsuite/experimental/string_view/operations/find/wchar_t/4.cc: + Likewise. + * testsuite/experimental/string_view/operations/rfind/char/1.cc: + Likewise. + * testsuite/experimental/string_view/operations/rfind/char/2.cc: + Likewise. + * testsuite/experimental/string_view/operations/rfind/char/3.cc: + Likewise. + * testsuite/experimental/string_view/operations/rfind/wchar_t/1.cc: + Likewise. + * testsuite/experimental/string_view/operations/rfind/wchar_t/2.cc: + Likewise. + * testsuite/experimental/string_view/operations/rfind/wchar_t/3.cc: + Likewise. + * testsuite/experimental/string_view/operations/substr/char/1.cc: + Likewise. + * testsuite/experimental/string_view/operations/substr/wchar_t/1.cc: + Likewise. + * testsuite/experimental/string_view/operations/to_string/1.cc: + Likewise. + * testsuite/experimental/string_view/operators/char/2.cc: Likewise. + * testsuite/experimental/string_view/operators/wchar_t/2.cc: Likewise. + * testsuite/experimental/unordered_map/erasure.cc: Likewise. + * testsuite/experimental/unordered_set/erasure.cc: Likewise. + * testsuite/experimental/vector/erasure.cc: Likewise. + * testsuite/ext/array_allocator/1.cc: Likewise. + * testsuite/ext/array_allocator/2.cc: Likewise. + * testsuite/ext/array_allocator/3.cc: Likewise. + * testsuite/ext/array_allocator/variadic_construct.cc: Likewise. + * testsuite/ext/bitmap_allocator/variadic_construct.cc: Likewise. + * testsuite/ext/codecvt/1.cc: Likewise. + * testsuite/ext/codecvt/char-1.cc: Likewise. + * testsuite/ext/codecvt/char-2.cc: Likewise. + * testsuite/ext/codecvt/wchar_t.cc: Likewise. + * testsuite/ext/enc_filebuf/char/13189.cc: Likewise. + * testsuite/ext/enc_filebuf/char/13598.cc: Likewise. + * testsuite/ext/enc_filebuf/wchar_t/13189.cc: Likewise. + * testsuite/ext/ext_pointer/1.cc: Likewise. + * testsuite/ext/ext_pointer/1_neg.cc: Likewise. + * testsuite/ext/malloc_allocator/variadic_construct.cc: Likewise. + * testsuite/ext/mt_allocator/check_allocate_big_per_type.cc: Likewise. + * testsuite/ext/mt_allocator/tune-1.cc: Likewise. + * testsuite/ext/mt_allocator/tune-2.cc: Likewise. + * testsuite/ext/mt_allocator/tune-3.cc: Likewise. + * testsuite/ext/mt_allocator/tune-4.cc: Likewise. + * testsuite/ext/mt_allocator/variadic_construct.cc: Likewise. + * testsuite/ext/new_allocator/variadic_construct.cc: Likewise. + * testsuite/ext/pod_char_traits.cc: Likewise. + * testsuite/ext/pool_allocator/variadic_construct.cc: Likewise. + * testsuite/ext/random/arcsine_distribution/cons/default.cc: Likewise. + * testsuite/ext/random/arcsine_distribution/cons/parms.cc: Likewise. + * testsuite/ext/random/arcsine_distribution/operators/equal.cc: + Likewise. + * testsuite/ext/random/arcsine_distribution/operators/inequal.cc: + Likewise. + * testsuite/ext/random/arcsine_distribution/operators/serialize.cc: + Likewise. + * testsuite/ext/random/beta_distribution/cons/default.cc: Likewise. + * testsuite/ext/random/beta_distribution/cons/parms.cc: Likewise. + * testsuite/ext/random/beta_distribution/operators/equal.cc: Likewise. + * testsuite/ext/random/beta_distribution/operators/inequal.cc: Likewise. + * testsuite/ext/random/hoyt_distribution/cons/default.cc: Likewise. + * testsuite/ext/random/hoyt_distribution/cons/parms.cc: Likewise. + * testsuite/ext/random/hoyt_distribution/operators/equal.cc: Likewise. + * testsuite/ext/random/hoyt_distribution/operators/inequal.cc: Likewise. + * testsuite/ext/random/hoyt_distribution/operators/serialize.cc: + Likewise. + * testsuite/ext/random/hypergeometric_distribution/cons/default.cc: + Likewise. + * testsuite/ext/random/hypergeometric_distribution/cons/parms.cc: + Likewise. + * testsuite/ext/random/hypergeometric_distribution/operators/ + equal.cc: Likewise. + * testsuite/ext/random/hypergeometric_distribution/operators/ + inequal.cc: Likewise. + * testsuite/ext/random/hypergeometric_distribution/operators/ + serialize.cc: Likewise. + * testsuite/ext/random/k_distribution/cons/default.cc: Likewise. + * testsuite/ext/random/k_distribution/cons/parms.cc: Likewise. + * testsuite/ext/random/k_distribution/operators/equal.cc: Likewise. + * testsuite/ext/random/k_distribution/operators/inequal.cc: Likewise. + * testsuite/ext/random/k_distribution/operators/serialize.cc: Likewise. + * testsuite/ext/random/logistic_distribution/cons/default.cc: Likewise. + * testsuite/ext/random/logistic_distribution/cons/parms.cc: Likewise. + * testsuite/ext/random/logistic_distribution/operators/equal.cc: + Likewise. + * testsuite/ext/random/logistic_distribution/operators/inequal.cc: + Likewise. + * testsuite/ext/random/logistic_distribution/operators/serialize.cc: + Likewise. + * testsuite/ext/random/nakagami_distribution/cons/default.cc: Likewise. + * testsuite/ext/random/nakagami_distribution/cons/parms.cc: Likewise. + * testsuite/ext/random/nakagami_distribution/operators/equal.cc: + Likewise. + * testsuite/ext/random/nakagami_distribution/operators/inequal.cc: + Likewise. + * testsuite/ext/random/nakagami_distribution/operators/serialize.cc: + Likewise. + * testsuite/ext/random/normal_mv_distribution/cons/default.cc: Likewise. + * testsuite/ext/random/normal_mv_distribution/cons/parms.cc: Likewise. + * testsuite/ext/random/normal_mv_distribution/operators/equal.cc: + Likewise. + * testsuite/ext/random/normal_mv_distribution/operators/inequal.cc: + Likewise. + * testsuite/ext/random/pareto_distribution/cons/default.cc: Likewise. + * testsuite/ext/random/pareto_distribution/cons/parms.cc: Likewise. + * testsuite/ext/random/pareto_distribution/operators/equal.cc: Likewise. + * testsuite/ext/random/pareto_distribution/operators/inequal.cc: + Likewise. + * testsuite/ext/random/pareto_distribution/operators/serialize.cc: + Likewise. + * testsuite/ext/random/rice_distribution/cons/default.cc: Likewise. + * testsuite/ext/random/rice_distribution/cons/parms.cc: Likewise. + * testsuite/ext/random/rice_distribution/operators/equal.cc: Likewise. + * testsuite/ext/random/rice_distribution/operators/inequal.cc: Likewise. + * testsuite/ext/random/rice_distribution/operators/serialize.cc: + Likewise. + * testsuite/ext/random/simd_fast_mersenne_twister_engine/cons/ + default.cc: Likewise. + * testsuite/ext/random/simd_fast_mersenne_twister_engine/operators/ + equal.cc: Likewise. + * testsuite/ext/random/simd_fast_mersenne_twister_engine/operators/ + inequal.cc: Likewise. + * testsuite/ext/random/simd_fast_mersenne_twister_engine/operators/ + serialize.cc: Likewise. + * testsuite/ext/random/triangular_distribution/cons/default.cc: + Likewise. + * testsuite/ext/random/triangular_distribution/cons/parms.cc: Likewise. + * testsuite/ext/random/triangular_distribution/operators/equal.cc: + Likewise. + * testsuite/ext/random/triangular_distribution/operators/inequal.cc: + Likewise. + * testsuite/ext/random/uniform_on_sphere_distribution/cons/default.cc: + Likewise. + * testsuite/ext/random/uniform_on_sphere_distribution/operators/ + equal.cc: Likewise. + * testsuite/ext/random/uniform_on_sphere_distribution/operators/ + generate.cc: Likewise. + * testsuite/ext/random/uniform_on_sphere_distribution/operators/ + inequal.cc: Likewise. + * testsuite/ext/random/uniform_on_sphere_distribution/operators/ + serialize.cc: Likewise. + * testsuite/ext/random/von_mises_distribution/cons/default.cc: Likewise. + * testsuite/ext/random/von_mises_distribution/cons/parms.cc: Likewise. + * testsuite/ext/random/von_mises_distribution/operators/equal.cc: + Likewise. + * testsuite/ext/random/von_mises_distribution/operators/inequal.cc: + Likewise. + * testsuite/ext/rope/2.cc: Likewise. + * testsuite/ext/rope/3.cc: Likewise. + * testsuite/ext/rope/4.cc: Likewise. + * testsuite/ext/rope/pthread7-rope.cc: Likewise. + * testsuite/ext/special_functions/conf_hyperg/check_nan.cc: Likewise. + * testsuite/ext/special_functions/conf_hyperg/check_value.cc: Likewise. + * testsuite/ext/special_functions/hyperg/check_nan.cc: Likewise. + * testsuite/ext/special_functions/hyperg/check_value.cc: Likewise. + * testsuite/ext/stdio_filebuf/char/10063-1.cc: Likewise. + * testsuite/ext/stdio_filebuf/char/10063-2.cc: Likewise. + * testsuite/ext/stdio_filebuf/char/10063-3.cc: Likewise. + * testsuite/ext/stdio_filebuf/char/2.cc: Likewise. + * testsuite/ext/stdio_sync_filebuf/char/1.cc: Likewise. + * testsuite/ext/stdio_sync_filebuf/char/12048-1.cc: Likewise. + * testsuite/ext/stdio_sync_filebuf/char/12048-2.cc: Likewise. + * testsuite/ext/stdio_sync_filebuf/char/12048-3.cc: Likewise. + * testsuite/ext/stdio_sync_filebuf/char/12048-4.cc: Likewise. + * testsuite/ext/stdio_sync_filebuf/wchar_t/1.cc: Likewise. + * testsuite/ext/stdio_sync_filebuf/wchar_t/12077.cc: Likewise. + * testsuite/ext/stdio_sync_filebuf/wchar_t/12948-1.cc: Likewise. + * testsuite/ext/stdio_sync_filebuf/wchar_t/12948-2.cc: Likewise. + * testsuite/ext/stdio_sync_filebuf/wchar_t/12948-3.cc: Likewise. + * testsuite/ext/stdio_sync_filebuf/wchar_t/12948-4.cc: Likewise. + * testsuite/ext/throw_allocator/variadic_construct.cc: Likewise. + * testsuite/ext/type_traits/add_unsigned.cc: Likewise. + * testsuite/ext/type_traits/remove_unsigned.cc: Likewise. + * testsuite/ext/vstring/capacity/29134.cc: Likewise. + * testsuite/ext/vstring/capacity/shrink_to_fit.cc: Likewise. + * testsuite/ext/vstring/cons/58415-1.cc: Likewise. + * testsuite/ext/vstring/cons/moveable.cc: Likewise. + * testsuite/ext/vstring/element_access/char/58163.cc: Likewise. + * testsuite/ext/vstring/element_access/char/front_back.cc: Likewise. + * testsuite/ext/vstring/element_access/wchar_t/58163.cc: Likewise. + * testsuite/ext/vstring/element_access/wchar_t/front_back.cc: Likewise. + * testsuite/ext/vstring/hash/char/1.cc: Likewise. + * testsuite/ext/vstring/hash/wchar_t/1.cc: Likewise. + * testsuite/ext/vstring/init-list.cc: Likewise. + * testsuite/ext/vstring/inserters_extractors/char/28277.cc: Likewise. + * testsuite/ext/vstring/inserters_extractors/wchar_t/28277.cc: Likewise. + * testsuite/ext/vstring/modifiers/assign/move_assign.cc: Likewise. + * testsuite/ext/vstring/modifiers/pop_back/char/1.cc: Likewise. + * testsuite/ext/vstring/modifiers/pop_back/wchar_t/1.cc: Likewise. + * testsuite/ext/vstring/operators/1.cc: Likewise. + * testsuite/ext/vstring/operators/2.cc: Likewise. + +2016-10-14 Jonathan Wakely + + PR libstdc++/65122 + * include/ext/malloc_allocator.h (malloc_allocator::allocate): Use + aligned_alloc for types with extended alignment if available, + otherwise throw bad_alloc if malloc doesn't return a suitable value. + * include/ext/bitmap_allocator.h (bitmap_allocator::allocate) + (bitmap_allocator::deallocate): Use aligned new/delete for types with + extended alignment. + * include/ext/mt_allocator.h (__mt_alloc::allocate) + (__mt_alloc::deallocate): Likewise. + * include/ext/new_allocator.h (new_allocator::allocate) + (new_allocator::deallocate): Likewise. + * include/ext/pool_allocator.h (__pool_alloc::allocate) + (__pool_alloc::deallocate): Likewise. + * testsuite/20_util/allocator/overaligned.cc: New test. + * testsuite/ext/bitmap_allocator/overaligned.cc: New test. + * testsuite/ext/malloc_allocator/overaligned.cc: New test. + * testsuite/ext/mt_allocator/overaligned.cc: New test. + * testsuite/ext/new_allocator/overaligned.cc: New test. + * testsuite/ext/pool_allocator/overaligned.cc: New test. + +2016-10-14 Tim Shen + + PR libstdc++/77944 + * include/std/variant: Include for __try and + __catch. + +2016-10-14 Jonathan Wakely + + * include/std/functional (_Reference_wrapper_base_impl): Remove. + (_Refwrap_base_arg1, _Refwrap_base_arg2): New helpers using __void_t. + (_Reference_wrapper_base): Inherit from new helpers. + +2016-10-13 Paolo Carlini + + * testsuite/24_iterators/container_access.cc: Remove 'test' variables. + * testsuite/24_iterators/istream_iterator/2.cc: Likewise. + * testsuite/24_iterators/istreambuf_iterator/2.cc: Likewise. + * testsuite/24_iterators/istreambuf_iterator/2627.cc: Likewise. + * testsuite/24_iterators/operations/next.cc: Likewise. + * testsuite/24_iterators/operations/prev.cc: Likewise. + * testsuite/24_iterators/ostreambuf_iterator/2.cc: Likewise. + * testsuite/24_iterators/random_access_iterator/26020.cc: Likewise. + * testsuite/24_iterators/range_access_cpp14.cc: Likewise. + * testsuite/24_iterators/reverse_iterator/11729.cc: Likewise. + * testsuite/24_iterators/reverse_iterator/3.cc: Likewise. + * testsuite/25_algorithms/adjacent_find/vectorbool.cc: Likewise. + * testsuite/25_algorithms/all_of/1.cc: Likewise. + * testsuite/25_algorithms/any_of/1.cc: Likewise. + * testsuite/25_algorithms/binary_search/2.cc: Likewise. + * testsuite/25_algorithms/binary_search/partitioned.cc: Likewise. + * testsuite/25_algorithms/clamp/1.cc: Likewise. + * testsuite/25_algorithms/clamp/2.cc: Likewise. + * testsuite/25_algorithms/copy/1.cc: Likewise. + * testsuite/25_algorithms/copy/2.cc: Likewise. + * testsuite/25_algorithms/copy/3.cc: Likewise. + * testsuite/25_algorithms/copy/34595.cc: Likewise. + * testsuite/25_algorithms/copy/4.cc: Likewise. + * testsuite/25_algorithms/copy/deque_iterators/1.cc: Likewise. + * testsuite/25_algorithms/copy/move_iterators/1.cc: Likewise. + * testsuite/25_algorithms/copy/streambuf_iterators/char/1.cc: Likewise. + * testsuite/25_algorithms/copy/streambuf_iterators/char/2.cc: Likewise. + * testsuite/25_algorithms/copy/streambuf_iterators/char/3.cc: Likewise. + * testsuite/25_algorithms/copy/streambuf_iterators/char/4.cc: Likewise. + * testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/1.cc: + Likewise. + * testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/2.cc: + Likewise. + * testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/3.cc: + Likewise. + * testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/4.cc: + Likewise. + * testsuite/25_algorithms/copy_backward/deque_iterators/1.cc: Likewise. + * testsuite/25_algorithms/copy_backward/move_iterators/1.cc: Likewise. + * testsuite/25_algorithms/copy_n/1.cc: Likewise. + * testsuite/25_algorithms/copy_n/2.cc: Likewise. + * testsuite/25_algorithms/copy_n/3.cc: Likewise. + * testsuite/25_algorithms/copy_n/4.cc: Likewise. + * testsuite/25_algorithms/copy_n/50119.cc: Likewise. + * testsuite/25_algorithms/copy_n/move_iterators/1.cc: Likewise. + * testsuite/25_algorithms/equal_range/2.cc: Likewise. + * testsuite/25_algorithms/equal_range/partitioned.cc: Likewise. + * testsuite/25_algorithms/fill/1.cc: Likewise. + * testsuite/25_algorithms/fill/2.cc: Likewise. + * testsuite/25_algorithms/fill/3.cc: Likewise. + * testsuite/25_algorithms/fill/4.cc: Likewise. + * testsuite/25_algorithms/fill_n/1.cc: Likewise. + * testsuite/25_algorithms/find/39546.cc: Likewise. + * testsuite/25_algorithms/find/istreambuf_iterators/char/1.cc: Likewise. + * testsuite/25_algorithms/find/istreambuf_iterators/char/2.cc: Likewise. + * testsuite/25_algorithms/find/istreambuf_iterators/wchar_t/1.cc: + Likewise. + * testsuite/25_algorithms/find/istreambuf_iterators/wchar_t/2.cc: + Likewise. + * testsuite/25_algorithms/find_if/1.cc: Likewise. + * testsuite/25_algorithms/find_if_not/1.cc: Likewise. + * testsuite/25_algorithms/for_each/1.cc: Likewise. + * testsuite/25_algorithms/heap/1.cc: Likewise. + * testsuite/25_algorithms/heap/moveable.cc: Likewise. + * testsuite/25_algorithms/heap/moveable2.cc: Likewise. + * testsuite/25_algorithms/heap/vectorbool.cc: Likewise. + * testsuite/25_algorithms/includes/1.cc: Likewise. + * testsuite/25_algorithms/inplace_merge/1.cc: Likewise. + * testsuite/25_algorithms/inplace_merge/49559.cc: Likewise. + * testsuite/25_algorithms/inplace_merge/moveable.cc: Likewise. + * testsuite/25_algorithms/inplace_merge/moveable2.cc: Likewise. + * testsuite/25_algorithms/is_heap/1.cc: Likewise. + * testsuite/25_algorithms/is_heap_until/1.cc: Likewise. + * testsuite/25_algorithms/is_partitioned/1.cc: Likewise. + * testsuite/25_algorithms/is_permutation/1.cc: Likewise. + * testsuite/25_algorithms/is_permutation/2.cc: Likewise. + * testsuite/25_algorithms/is_permutation/vectorbool.cc: Likewise. + * testsuite/25_algorithms/is_sorted/1.cc: Likewise. + * testsuite/25_algorithms/is_sorted_until/1.cc: Likewise. + * testsuite/25_algorithms/iter_swap/20577.cc: Likewise. + * testsuite/25_algorithms/lower_bound/2.cc: Likewise. + * testsuite/25_algorithms/lower_bound/partitioned.cc: Likewise. + * testsuite/25_algorithms/make_heap/complexity.cc: Likewise. + * testsuite/25_algorithms/max/1.cc: Likewise. + * testsuite/25_algorithms/max/2.cc: Likewise. + * testsuite/25_algorithms/max/3.cc: Likewise. + * testsuite/25_algorithms/max/37547.cc: Likewise. + * testsuite/25_algorithms/max/4.cc: Likewise. + * testsuite/25_algorithms/min/1.cc: Likewise. + * testsuite/25_algorithms/min/2.cc: Likewise. + * testsuite/25_algorithms/min/3.cc: Likewise. + * testsuite/25_algorithms/min/37547.cc: Likewise. + * testsuite/25_algorithms/min/4.cc: Likewise. + * testsuite/25_algorithms/minmax/1.cc: Likewise. + * testsuite/25_algorithms/minmax/2.cc: Likewise. + * testsuite/25_algorithms/minmax/3.cc: Likewise. + * testsuite/25_algorithms/minmax/37547.cc: Likewise. + * testsuite/25_algorithms/minmax_element/1.cc: Likewise. + * testsuite/25_algorithms/move/1.cc: Likewise. + * testsuite/25_algorithms/move/deque_iterators/1.cc: Likewise. + * testsuite/25_algorithms/move_backward/1.cc: Likewise. + * testsuite/25_algorithms/move_backward/deque_iterators/1.cc: Likewise. + * testsuite/25_algorithms/next_permutation/moveable.cc: Likewise. + * testsuite/25_algorithms/none_of/1.cc: Likewise. + * testsuite/25_algorithms/nth_element/1.cc: Likewise. + * testsuite/25_algorithms/nth_element/2.cc: Likewise. + * testsuite/25_algorithms/nth_element/3.cc: Likewise. + * testsuite/25_algorithms/nth_element/moveable.cc: Likewise. + * testsuite/25_algorithms/nth_element/random_test.cc: Likewise. + * testsuite/25_algorithms/partial_sort/2.cc: Likewise. + * testsuite/25_algorithms/partial_sort/check_compare_by_value.cc: + Likewise. + * testsuite/25_algorithms/partial_sort/moveable.cc: Likewise. + * testsuite/25_algorithms/partial_sort/random_test.cc: Likewise. + * testsuite/25_algorithms/partial_sort_copy/2.cc: Likewise. + * testsuite/25_algorithms/partial_sort_copy/random_test.cc: Likewise. + * testsuite/25_algorithms/partition/1.cc: Likewise. + * testsuite/25_algorithms/partition/moveable.cc: Likewise. + * testsuite/25_algorithms/partition_copy/1.cc: Likewise. + * testsuite/25_algorithms/partition_point/1.cc: Likewise. + * testsuite/25_algorithms/pop_heap/complexity.cc: Likewise. + * testsuite/25_algorithms/prev_permutation/moveable.cc: Likewise. + * testsuite/25_algorithms/push_heap/complexity.cc: Likewise. + * testsuite/25_algorithms/random_shuffle/1.cc: Likewise. + * testsuite/25_algorithms/random_shuffle/moveable.cc: Likewise. + * testsuite/25_algorithms/rotate/1.cc: Likewise. + * testsuite/25_algorithms/rotate/moveable.cc: Likewise. + * testsuite/25_algorithms/rotate/moveable2.cc: Likewise. + * testsuite/25_algorithms/rotate/rotate.cc: Likewise. + * testsuite/25_algorithms/search/1.cc: Likewise. + * testsuite/25_algorithms/search_n/58358.cc: Likewise. + * testsuite/25_algorithms/shuffle/1.cc: Likewise. + * testsuite/25_algorithms/sort/1.cc: Likewise. + * testsuite/25_algorithms/sort/check_compare_by_value.cc: Likewise. + * testsuite/25_algorithms/sort/moveable.cc: Likewise. + * testsuite/25_algorithms/sort/random_test.cc: Likewise. + * testsuite/25_algorithms/sort/vectorbool.cc: Likewise. + * testsuite/25_algorithms/sort_heap/check_compare_by_value.cc: Likewise. + * testsuite/25_algorithms/sort_heap/complexity.cc: Likewise. + * testsuite/25_algorithms/stable_partition/1.cc: Likewise. + * testsuite/25_algorithms/stable_partition/mem_check.cc: Likewise. + * testsuite/25_algorithms/stable_partition/moveable.cc: Likewise. + * testsuite/25_algorithms/stable_sort/2.cc: Likewise. + * testsuite/25_algorithms/stable_sort/3.cc: Likewise. + * testsuite/25_algorithms/stable_sort/49559.cc: Likewise. + * testsuite/25_algorithms/stable_sort/check_compare_by_value.cc: + Likewise. + * testsuite/25_algorithms/stable_sort/mem_check.cc: Likewise. + * testsuite/25_algorithms/stable_sort/moveable.cc: Likewise. + * testsuite/25_algorithms/stable_sort/moveable2.cc: Likewise. + * testsuite/25_algorithms/swap_ranges/1.cc: Likewise. + * testsuite/25_algorithms/unique/11480.cc: Likewise. + * testsuite/25_algorithms/unique/2.cc: Likewise. + * testsuite/25_algorithms/unique/moveable.cc: Likewise. + * testsuite/25_algorithms/unique_copy/1.cc: Likewise. + * testsuite/25_algorithms/unique_copy/2.cc: Likewise. + * testsuite/25_algorithms/unique_copy/26133.cc: Likewise. + * testsuite/25_algorithms/upper_bound/2.cc: Likewise. + * testsuite/25_algorithms/upper_bound/partitioned.cc: Likewise. + * testsuite/28_regex/algorithms/regex_match/awk/cstring_01.cc: Likewise. + * testsuite/28_regex/algorithms/regex_match/basic/empty_range.cc: + Likewise. + * testsuite/28_regex/algorithms/regex_match/basic/string_01.cc: + Likewise. + * testsuite/28_regex/algorithms/regex_match/basic/ + string_range_00_03.cc: Likewise. + * testsuite/28_regex/algorithms/regex_match/basic/ + string_range_01_03.cc: Likewise. + * testsuite/28_regex/algorithms/regex_match/basic/ + string_range_02_03.cc: Likewise. + * testsuite/28_regex/algorithms/regex_match/cstring_bracket_01.cc: + Likewise. + * testsuite/28_regex/algorithms/regex_match/ecma/char/53622.cc: + Likewise. + * testsuite/28_regex/algorithms/regex_match/ecma/char/57173.cc: + Likewise. + * testsuite/28_regex/algorithms/regex_match/ecma/char/58576.cc: + Likewise. + * testsuite/28_regex/algorithms/regex_match/ecma/char/68863.cc: + Likewise. + * testsuite/28_regex/algorithms/regex_match/ecma/char/anymatcher.cc: + Likewise. + * testsuite/28_regex/algorithms/regex_match/ecma/char/backref.cc: + Likewise. + * testsuite/28_regex/algorithms/regex_match/ecma/char/empty_range.cc: + Likewise. + * testsuite/28_regex/algorithms/regex_match/ecma/char/emptygroup.cc: + Likewise. + * testsuite/28_regex/algorithms/regex_match/ecma/char/hex.cc: Likewise. + * testsuite/28_regex/algorithms/regex_match/ecma/char/quoted_char.cc: + Likewise. + * testsuite/28_regex/algorithms/regex_match/ecma/char/ungreedy.cc: + Likewise. + * testsuite/28_regex/algorithms/regex_match/ecma/wchar_t/63199.cc: + Likewise. + * testsuite/28_regex/algorithms/regex_match/ecma/wchar_t/ + anymatcher.cc: Likewise. + * testsuite/28_regex/algorithms/regex_match/ecma/wchar_t/cjk_match.cc: + Likewise. + * testsuite/28_regex/algorithms/regex_match/ecma/wchar_t/hex.cc: + Likewise. + * testsuite/28_regex/algorithms/regex_match/extended/cstring_plus.cc: + Likewise. + * testsuite/28_regex/algorithms/regex_match/extended/ + cstring_questionmark.cc: Likewise. + * testsuite/28_regex/algorithms/regex_match/extended/ + cstring_range.cc: Likewise. + * testsuite/28_regex/algorithms/regex_match/extended/string_any.cc: + Likewise. + * testsuite/28_regex/algorithms/regex_match/extended/ + string_range_00_03.cc: Likewise. + * testsuite/28_regex/algorithms/regex_match/extended/ + string_range_01_03.cc: Likewise. + * testsuite/28_regex/algorithms/regex_match/extended/ + string_range_02_03.cc: Likewise. + * testsuite/28_regex/algorithms/regex_match/extended/ + wstring_locale.cc: Likewise. + * testsuite/28_regex/algorithms/regex_replace/char/basic_replace.cc: + Likewise. + * testsuite/28_regex/algorithms/regex_replace/char/dr2213.cc: Likewise. + * testsuite/28_regex/algorithms/regex_search/61720.cc: Likewise. + * testsuite/28_regex/algorithms/regex_search/basic/string_01.cc: + Likewise. + * testsuite/28_regex/algorithms/regex_search/ecma/assertion.cc: + Likewise. + * testsuite/28_regex/algorithms/regex_search/ecma/flags.cc: Likewise. + * testsuite/28_regex/algorithms/regex_search/ecma/greedy.cc: Likewise. + * testsuite/28_regex/algorithms/regex_search/ecma/string_01.cc: + Likewise. + * testsuite/28_regex/basic_regex/assign/char/cstring.cc: Likewise. + * testsuite/28_regex/basic_regex/assign/char/cstring_op.cc: Likewise. + * testsuite/28_regex/basic_regex/assign/char/moveable.cc: Likewise. + * testsuite/28_regex/basic_regex/assign/char/pstring.cc: Likewise. + * testsuite/28_regex/basic_regex/assign/char/range.cc: Likewise. + * testsuite/28_regex/basic_regex/assign/char/string.cc: Likewise. + * testsuite/28_regex/basic_regex/assign/char/string_op.cc: Likewise. + * testsuite/28_regex/basic_regex/assign/wchar_t/cstring.cc: Likewise. + * testsuite/28_regex/basic_regex/assign/wchar_t/cstring_op.cc: Likewise. + * testsuite/28_regex/basic_regex/assign/wchar_t/pstring.cc: Likewise. + * testsuite/28_regex/basic_regex/assign/wchar_t/range.cc: Likewise. + * testsuite/28_regex/basic_regex/assign/wchar_t/string.cc: Likewise. + * testsuite/28_regex/basic_regex/assign/wchar_t/string_op.cc: Likewise. + * testsuite/28_regex/basic_regex/ctors/basic/pstring_wchar_t.cc: + Likewise. + * testsuite/28_regex/basic_regex/ctors/basic/string_range_01_02_03.cc: + Likewise. + * testsuite/28_regex/basic_regex/ctors/extended/cstring.cc: Likewise. + * testsuite/28_regex/basic_regex/ctors/extended/ + string_range_01_02_03.cc: Likewise. + * testsuite/28_regex/basic_regex/ctors/move_char.cc: Likewise. + * testsuite/28_regex/basic_regex/ctors/string_wchar_t.cc: Likewise. + * testsuite/28_regex/basic_regex/ctors/wchar_t/cstring.cc: Likewise. + * testsuite/28_regex/basic_regex/ctors/wchar_t/default.cc: Likewise. + * testsuite/28_regex/basic_regex/ctors/wchar_t/range.cc: Likewise. + * testsuite/28_regex/basic_regex/imbue/string.cc: Likewise. + * testsuite/28_regex/constants/error_type.cc: Likewise. + * testsuite/28_regex/constants/match_flag_type.cc: Likewise. + * testsuite/28_regex/init-list.cc: Likewise. + * testsuite/28_regex/iterators/regex_iterator/char/64140.cc: Likewise. + * testsuite/28_regex/iterators/regex_iterator/char/string_01.cc: + Likewise. + * testsuite/28_regex/iterators/regex_iterator/char/ + string_position_01.cc + * testsuite/28_regex/iterators/regex_iterator/ctors/char/default.cc: + Likewise. + * testsuite/28_regex/iterators/regex_iterator/ctors/wchar_t/ + default.cc: Likewise. + * testsuite/28_regex/iterators/regex_iterator/typedefs.cc: Likewise. + * testsuite/28_regex/iterators/regex_iterator/wchar_t/string_01.cc: + Likewise. + * testsuite/28_regex/iterators/regex_iterator/wchar_t/string_02.cc: + Likewise. + * testsuite/28_regex/iterators/regex_token_iterator/64303.cc: Likewise. + * testsuite/28_regex/iterators/regex_token_iterator/char/string_01.cc: + Likewise. + * testsuite/28_regex/iterators/regex_token_iterator/ctors/char/ + default.cc: Likewise. + * testsuite/28_regex/iterators/regex_token_iterator/ctors/wchar_t/ + default.cc: Likewise. + * testsuite/28_regex/iterators/regex_token_iterator/typedefs.cc: + Likewise. + * testsuite/28_regex/iterators/regex_token_iterator/wchar_t/ + string_01.cc: Likewise. + * testsuite/28_regex/iterators/regex_token_iterator/wchar_t/ + wstring_02.cc: Likewise. + * testsuite/28_regex/match_results/ctors/char/default.cc: Likewise. + * testsuite/28_regex/match_results/ctors/wchar_t/default.cc: Likewise. + * testsuite/28_regex/match_results/format.cc: Likewise. + * testsuite/28_regex/match_results/out_of_range_submatches.cc: Likewise. + * testsuite/28_regex/match_results/swap.cc: Likewise. + * testsuite/28_regex/match_results/typedefs.cc: Likewise. + * testsuite/28_regex/regex_error/regex_error.cc: Likewise. + * testsuite/28_regex/regression.cc: Likewise. + * testsuite/28_regex/sub_match/cast_char.cc: Likewise. + * testsuite/28_regex/sub_match/cast_wchar_t.cc: Likewise. + * testsuite/28_regex/sub_match/embedded_zeros_cmp.cc: Likewise. + * testsuite/28_regex/sub_match/length.cc: Likewise. + * testsuite/28_regex/traits/char/ctor.cc: Likewise. + * testsuite/28_regex/traits/char/isctype.cc: Likewise. + * testsuite/28_regex/traits/char/length.cc: Likewise. + * testsuite/28_regex/traits/char/lookup_classname.cc: Likewise. + * testsuite/28_regex/traits/char/lookup_collatename.cc: Likewise. + * testsuite/28_regex/traits/char/transform.cc: Likewise. + * testsuite/28_regex/traits/char/transform_primary.cc: Likewise. + * testsuite/28_regex/traits/char/translate.cc: Likewise. + * testsuite/28_regex/traits/char/translate_nocase.cc: Likewise. + * testsuite/28_regex/traits/char/user_defined.cc: Likewise. + * testsuite/28_regex/traits/char/value.cc: Likewise. + * testsuite/28_regex/traits/wchar_t/ctor.cc: Likewise. + * testsuite/28_regex/traits/wchar_t/isctype.cc: Likewise. + * testsuite/28_regex/traits/wchar_t/length.cc: Likewise. + * testsuite/28_regex/traits/wchar_t/lookup_classname.cc: Likewise. + * testsuite/28_regex/traits/wchar_t/lookup_collatename.cc: Likewise. + * testsuite/28_regex/traits/wchar_t/transform.cc: Likewise. + * testsuite/28_regex/traits/wchar_t/transform_primary.cc: Likewise. + * testsuite/28_regex/traits/wchar_t/translate.cc: Likewise. + * testsuite/28_regex/traits/wchar_t/translate_nocase.cc: Likewise. + * testsuite/28_regex/traits/wchar_t/user_defined.cc: Likewise. + * testsuite/28_regex/traits/wchar_t/value.cc: Likewise. + * testsuite/29_atomics/atomic/60658.cc: Likewise. + * testsuite/29_atomics/atomic/operators/51811.cc: Likewise. + * testsuite/29_atomics/atomic_flag/clear/1.cc: Likewise. + * testsuite/backward/11460.cc: Likewise. + * testsuite/backward/hash_map/1.cc: Likewise. + * testsuite/backward/hash_map/25896.cc: Likewise. + * testsuite/backward/hash_set/1.cc: Likewise. + * testsuite/backward/hash_set/25896.cc: Likewise. + * testsuite/decimal/binary-arith.cc: Likewise. + * testsuite/decimal/comparison.cc: Likewise. + * testsuite/decimal/compound-assignment-memfunc.cc: Likewise. + * testsuite/decimal/compound-assignment.cc: Likewise. + * testsuite/decimal/conversion-from-float.cc: Likewise. + * testsuite/decimal/conversion-from-integral.cc: Likewise. + * testsuite/decimal/conversion-to-generic-float.cc: Likewise. + * testsuite/decimal/conversion-to-integral.cc: Likewise. + * testsuite/decimal/ctor.cc: Likewise. + * testsuite/decimal/incdec-memfunc.cc: Likewise. + * testsuite/decimal/incdec.cc: Likewise. + * testsuite/decimal/make-decimal.cc: Likewise. + * testsuite/decimal/pr54036-1.cc: Likewise. + * testsuite/decimal/pr54036-2.cc: Likewise. + * testsuite/decimal/pr54036-3.cc: Likewise. + * testsuite/decimal/unary-arith.cc: Likewise. + * testsuite/special_functions/01_assoc_laguerre/check_nan.cc: Likewise. + * testsuite/special_functions/01_assoc_laguerre/check_value.cc: + Likewise. + * testsuite/special_functions/02_assoc_legendre/check_nan.cc: Likewise. + * testsuite/special_functions/02_assoc_legendre/check_value.cc: + Likewise. + * testsuite/special_functions/03_beta/check_nan.cc: Likewise. + * testsuite/special_functions/03_beta/check_value.cc: Likewise. + * testsuite/special_functions/04_comp_ellint_1/check_nan.cc: Likewise. + * testsuite/special_functions/04_comp_ellint_1/check_value.cc: Likewise. + * testsuite/special_functions/05_comp_ellint_2/check_nan.cc: Likewise. + * testsuite/special_functions/05_comp_ellint_2/check_value.cc: Likewise. + * testsuite/special_functions/06_comp_ellint_3/check_nan.cc: Likewise. + * testsuite/special_functions/06_comp_ellint_3/check_value.cc: Likewise. + * testsuite/special_functions/07_cyl_bessel_i/check_nan.cc: Likewise. + * testsuite/special_functions/07_cyl_bessel_i/check_value.cc: Likewise. + * testsuite/special_functions/07_cyl_bessel_i/pr56216.cc: Likewise. + * testsuite/special_functions/08_cyl_bessel_j/check_nan.cc: Likewise. + * testsuite/special_functions/08_cyl_bessel_j/check_value.cc: Likewise. + * testsuite/special_functions/09_cyl_bessel_k/check_nan.cc: Likewise. + * testsuite/special_functions/09_cyl_bessel_k/check_value.cc: Likewise. + * testsuite/special_functions/10_cyl_neumann/check_nan.cc: Likewise. + * testsuite/special_functions/10_cyl_neumann/check_value.cc: Likewise. + * testsuite/special_functions/11_ellint_1/check_nan.cc: Likewise. + * testsuite/special_functions/11_ellint_1/check_value.cc: Likewise. + * testsuite/special_functions/12_ellint_2/check_nan.cc: Likewise. + * testsuite/special_functions/12_ellint_2/check_value.cc: Likewise. + * testsuite/special_functions/13_ellint_3/check_nan.cc: Likewise. + * testsuite/special_functions/13_ellint_3/check_value.cc: Likewise. + * testsuite/special_functions/14_expint/check_nan.cc: Likewise. + * testsuite/special_functions/14_expint/check_value.cc: Likewise. + * testsuite/special_functions/15_hermite/check_nan.cc: Likewise. + * testsuite/special_functions/15_hermite/check_value.cc: Likewise. + * testsuite/special_functions/16_laguerre/check_nan.cc: Likewise. + * testsuite/special_functions/16_laguerre/check_value.cc: Likewise. + * testsuite/special_functions/17_legendre/check_nan.cc: Likewise. + * testsuite/special_functions/17_legendre/check_value.cc: Likewise. + * testsuite/special_functions/18_riemann_zeta/check_nan.cc: Likewise. + * testsuite/special_functions/18_riemann_zeta/check_value.cc: Likewise. + * testsuite/special_functions/19_sph_bessel/check_nan.cc: Likewise. + * testsuite/special_functions/19_sph_bessel/check_value.cc: Likewise. + * testsuite/special_functions/20_sph_legendre/check_nan.cc: Likewise. + * testsuite/special_functions/20_sph_legendre/check_value.cc: Likewise. + * testsuite/special_functions/21_sph_neumann/check_nan.cc: Likewise. + * testsuite/special_functions/21_sph_neumann/check_value.cc: Likewise. + * testsuite/tr2/bases/value.cc: Likewise. + * testsuite/tr2/direct_bases/value.cc: Likewise. + * testsuite/util/debug/checks.h: Likewise. + * testsuite/util/debug/unordered_checks.h: Likewise. + * testsuite/util/testsuite_allocator.h: Likewise. + * testsuite/util/testsuite_api.h: Likewise. + * testsuite/util/testsuite_common_types.h: Likewise. + * testsuite/util/testsuite_random.h: Likewise. + * testsuite/util/testsuite_rvalref.h: Likewise. + +2016-10-13 Jonathan Wakely + + * include/bits/shared_ptr_base.h: Include . + [!__cpp_rtti]: Do not include . + * include/experimental/array: Do not include . + * include/experimental/memory: Include + instead of . + * include/experimental/propagate_const: Include , + , and instead of . + * include/experimental/tuple: Do not include . + * include/std/future: Include . + * include/std/memory: Do not include . + * include/std/mutex: [_GLIBCXX_HAVE_TLS]: Likewise. + * src/c++11/compatibility-thread-c++0x.cc: Include . + * testsuite/20_util/shared_ptr/thread/default_weaktoshared.cc: Add + missing includes. + * testsuite/20_util/shared_ptr/thread/mutex_weaktoshared.cc: Likewise. + * testsuite/20_util/specialized_algorithms/memory_management_tools/ + 1.cc: Likewise. + * testsuite/30_threads/call_once/60497.cc: Likewise. + * testsuite/30_threads/lock/2.cc: Likewise. + * testsuite/30_threads/thread/native_handle/cancel.cc: Likewise. + * testsuite/experimental/algorithm/sample.cc: Likewise. + * testsuite/experimental/array/make_array.cc: Likewise. + * testsuite/experimental/array/neg.cc: Likewise. Adjust dg-error line. + * testsuite/experimental/propagate_const/assignment/move_neg.cc: + Adjust dg-error lines. + * testsuite/experimental/propagate_const/cons/move_neg.cc: Likewise. + * testsuite/experimental/propagate_const/requirements2.cc: Likewise. + * testsuite/experimental/propagate_const/requirements3.cc: Likewise. + * testsuite/experimental/propagate_const/requirements4.cc: Likewise. + * testsuite/experimental/propagate_const/requirements5.cc: Likewise. + + * testsuite/experimental/algorithm/sample.cc: Add missing header. + + * include/experimental/propagate_const (element_type): Qualify + declval. + + * testsuite/26_numerics/random/default_random_engine.cc: Use VERIFY + instead of assert. + + * include/experiumental/functional (boyer_moore_searcher) + (__boyer_moore_map_base, __boyer_moore_array_base): Qualify containers + with _GLIBCXX_STD_C. + * include/std/functional: Likewise. + + * include/std/chrono (floor): Replace non-constexpr operation. + * testsuite/20_util/duration_cast/rounding.cc: Test conversion to + durations with floating pointer representations. + + * src/c++11/compatibility-thread-c++0x.cc (_Bind_simple) + (_Bind_simple_helper, __bind_simple): Restore for ABI compat symbols. + + * include/std/functional (_Bind_simple, _Bind_simple_helper) + (__bind_simple): Remove. + * include/std/future: Include instead of . + (__future_base::_Task_state::_M_run) + (__future_base::_Task_state::_M_run_delayed): Use lambda expressions + instead of __bind_simple. + (__future_base::_Task_state::_S_maybe_wrap_ref): Remove. + (async): Use thread::__make_invoker instead of __bind_simple. + * include/std/thread: Include and instead of + . + (thread::_Invoker, thread::__make_invoker): Define helpers to do + INVOKE(DECAY_COPY(f), DECAY_COPY(args)...). + + * include/std/functional (_Not_fn): Make exception specifications + depend on whether negating the result can throw. + * testsuite/20_util/not_fn/1.cc: Move to ... + * testsuite/20_util/function_objects/not_fn/1.cc: ... here. Add tests + for types that can throw when negated and that cannot be negated. + + * include/bits/invoke.h (__invoke): Fix exception-specification. + * include/std/functional (invoke): Likewise. + * testsuite/20_util/function_objects/invoke/1.cc: New test. + +2016-10-12 Paolo Carlini + + * testsuite/util/testsuite_hooks.h: Rewrite VERIFY in terms of + __builtin_printf and __builtin_abort. + * testsuite/lib/libstdc++.exp: Remove _GLIBCXX_ASSERT use. + * scripts/testsuite_flags.in: Likewise. + * testsuite/22_locale/time_get/get/char/1.cc: Likewise. + * testsuite/22_locale/time_get/get/char/2.cc: Likewise. + * testsuite/22_locale/time_get/get/wchar_t/1.cc: Likewise. + * testsuite/22_locale/time_get/get/wchar_t/2.cc: Likewise. + * testsuite/27_io/basic_filebuf/close/char/4879.cc: Likewise, adjust. + * testsuite/27_io/basic_filebuf/close/char/9964.cc: Likewise. + * testsuite/27_io/basic_filebuf/imbue/char/13171-2.cc: Likewise. + * testsuite/27_io/basic_filebuf/imbue/wchar_t/14975-2.cc: Likewise. + * testsuite/27_io/basic_filebuf/seekoff/char/26777.cc: Likewise. + * testsuite/27_io/basic_filebuf/underflow/char/10097.cc: Likewise. + * testsuite/27_io/basic_ostream/inserters_arithmetic/char/1.cc: + Likewise. + * testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc: + Likewise. + * testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/1.cc: + Likewise. + * testsuite/27_io/objects/char/7.cc: Likewise. + * testsuite/27_io/objects/char/9661-1.cc: Likewise. + * testsuite/27_io/objects/wchar_t/7.cc: Likewise. + * testsuite/27_io/objects/wchar_t/9661-1.cc: Likewise. + * testsuite/18_support/50594.cc: Remove 'test' variable, adjust. + * testsuite/18_support/bad_alloc/what.cc: Likewise. + * testsuite/18_support/bad_cast/what.cc: Likewise. + * testsuite/18_support/bad_exception/what.cc: Likewise. + * testsuite/18_support/bad_typeid/what.cc: Likewise. + * testsuite/18_support/exception/38732.cc: Likewise. + * testsuite/18_support/exception/what.cc: Likewise. + * testsuite/18_support/exception_ptr/64241.cc: Likewise. + * testsuite/18_support/exception_ptr/current_exception.cc: Likewise. + * testsuite/18_support/exception_ptr/lifespan.cc: Likewise. + * testsuite/18_support/exception_ptr/make_exception_ptr.cc: Likewise. + * testsuite/18_support/exception_ptr/rethrow_exception.cc: Likewise. + * testsuite/18_support/nested_exception/cons.cc: Likewise. + * testsuite/18_support/nested_exception/nested_ptr.cc: Likewise. + * testsuite/18_support/nested_exception/rethrow_if_nested.cc: Likewise. + * testsuite/18_support/nested_exception/rethrow_nested.cc: Likewise. + * testsuite/18_support/nested_exception/throw_with_nested.cc: Likewise. + * testsuite/18_support/numeric_limits/char16_32_t.cc: Likewise. + * testsuite/18_support/numeric_limits/digits10.cc: Likewise. + * testsuite/18_support/numeric_limits/dr559.cc: Likewise. + * testsuite/18_support/numeric_limits/epsilon.cc: Likewise. + * testsuite/18_support/numeric_limits/is_iec559.cc: Likewise. + * testsuite/18_support/numeric_limits/is_signed.cc: Likewise. + * testsuite/18_support/numeric_limits/lowest.cc: Likewise. + * testsuite/18_support/numeric_limits/max_digits10.cc: Likewise. + * testsuite/18_support/numeric_limits/min_max.cc: Likewise. + * testsuite/18_support/numeric_limits/specialization_default_values.cc: + Likewise. + * testsuite/18_support/type_info/hash_code.cc: Likewise. + * testsuite/19_diagnostics/error_category/cons/copy_neg.cc: Likewise. + * testsuite/19_diagnostics/error_category/cons/default.cc: Likewise. + * testsuite/19_diagnostics/error_category/operators/equal.cc: Likewise. + * testsuite/19_diagnostics/error_category/operators/ + not_equal.cc: Likewise. + * testsuite/19_diagnostics/error_code/cons/1.cc: Likewise. + * testsuite/19_diagnostics/error_code/cons/39882.cc: Likewise. + * testsuite/19_diagnostics/error_code/modifiers/39882.cc: Likewise. + * testsuite/19_diagnostics/error_code/operators/bool.cc: Likewise. + * testsuite/19_diagnostics/error_code/operators/equal.cc: Likewise. + * testsuite/19_diagnostics/error_code/operators/not_equal.cc: Likewise. + * testsuite/19_diagnostics/error_condition/cons/1.cc: Likewise. + * testsuite/19_diagnostics/error_condition/cons/39881.cc: Likewise. + * testsuite/19_diagnostics/error_condition/modifiers/39881.cc: + Likewise. + * testsuite/19_diagnostics/error_condition/operators/bool.cc: Likewise. + * testsuite/19_diagnostics/error_condition/operators/equal.cc: + Likewise. + * testsuite/19_diagnostics/error_condition/operators/not_equal.cc: + Likewise. + * testsuite/19_diagnostics/logic_error/what-1.cc: Likewise. + * testsuite/19_diagnostics/logic_error/what-2.cc: Likewise. + * testsuite/19_diagnostics/logic_error/what-3.cc: Likewise. + * testsuite/19_diagnostics/logic_error/what-big.cc: Likewise. + * testsuite/19_diagnostics/runtime_error/what-1.cc: Likewise. + * testsuite/19_diagnostics/runtime_error/what-2.cc: Likewise. + * testsuite/19_diagnostics/runtime_error/what-3.cc: Likewise. + * testsuite/19_diagnostics/runtime_error/what-big.cc: Likewise. + * testsuite/19_diagnostics/system_error/cons-1.cc: Likewise. + * testsuite/19_diagnostics/system_error/what-1.cc: Likewise. + * testsuite/19_diagnostics/system_error/what-2.cc: Likewise. + * testsuite/19_diagnostics/system_error/what-3.cc: Likewise. + * testsuite/19_diagnostics/system_error/what-4.cc: Likewise. + * testsuite/19_diagnostics/system_error/what-big.cc: Likewise. + * testsuite/20_util/addressof/1.cc: Likewise. + * testsuite/20_util/align/1.cc: Likewise. + * testsuite/20_util/align/2.cc: Likewise. + * testsuite/20_util/allocator/1.cc: Likewise. + * testsuite/20_util/allocator/10378.cc: Likewise. + * testsuite/20_util/allocator/8230.cc: Likewise. + * testsuite/20_util/allocator_traits/members/allocate_hint.cc: + Likewise. + * testsuite/20_util/allocator_traits/members/construct.cc: Likewise. + * testsuite/20_util/allocator_traits/members/destroy.cc: Likewise. + * testsuite/20_util/allocator_traits/members/max_size.cc: Likewise. + * testsuite/20_util/any/assign/exception.cc: Likewise. + * testsuite/20_util/auto_ptr/1.cc: Likewise. + * testsuite/20_util/auto_ptr/2.cc: Likewise. + * testsuite/20_util/auto_ptr/3.cc: Likewise. + * testsuite/20_util/auto_ptr/4.cc: Likewise. + * testsuite/20_util/auto_ptr/5.cc: Likewise. + * testsuite/20_util/auto_ptr/6.cc: Likewise. + * testsuite/20_util/auto_ptr/7.cc: Likewise. + * testsuite/20_util/bind/all_bound.cc: Likewise. + * testsuite/20_util/bind/conv_result.cc: Likewise. + * testsuite/20_util/bind/cv_quals.cc: Likewise. + * testsuite/20_util/bind/cv_quals_2.cc + * testsuite/20_util/bind/nested.cc: Likewise. + * testsuite/20_util/bind/placeholders.cc: Likewise. + * testsuite/20_util/bind/ref.cc: Likewise. + * testsuite/20_util/bind/ref2.cc: Likewise. + * testsuite/20_util/common_type/requirements/typedefs-1.cc: Likewise. + * testsuite/20_util/duration/arithmetic/1.cc: Likewise. + * testsuite/20_util/duration/arithmetic/2.cc: Likewise. + * testsuite/20_util/duration/arithmetic/58850.cc: Likewise. + * testsuite/20_util/duration/arithmetic/dr2020.cc: Likewise. + * testsuite/20_util/duration/arithmetic/dr934-2.cc: Likewise. + * testsuite/20_util/duration/comparison_operators/1.cc: Likewise. + * testsuite/20_util/duration/cons/1.cc: Likewise. + * testsuite/20_util/duration/cons/2.cc: Likewise. + * testsuite/20_util/enable_if/requirements/typedefs.cc: Likewise. + * testsuite/20_util/enable_if/requirements/typedefs_neg.cc: Likewise. + * testsuite/20_util/enable_shared_from_this/members/assign.cc: + Likewise. + * testsuite/20_util/exchange/1.cc: Likewise. + * testsuite/20_util/forward/a.cc: Likewise. + * testsuite/20_util/forward/b.cc: Likewise. + * testsuite/20_util/forward/d.cc: Likewise. + * testsuite/20_util/function/1.cc: Likewise. + * testsuite/20_util/function/2.cc: Likewise. + * testsuite/20_util/function/3.cc: Likewise. + * testsuite/20_util/function/4.cc: Likewise. + * testsuite/20_util/function/43397.cc: Likewise. + * testsuite/20_util/function/5.cc: Likewise. + * testsuite/20_util/function/6.cc: Likewise. + * testsuite/20_util/function/7.cc: Likewise. + * testsuite/20_util/function/8.cc: Likewise. + * testsuite/20_util/function/9.cc: Likewise. + * testsuite/20_util/function/assign/move.cc: Likewise. + * testsuite/20_util/function/cons/move.cc: Likewise. + * testsuite/20_util/function_objects/dr660.cc: Likewise. + * testsuite/20_util/hash/chi2_q_bit_flip_set.cc: Likewise. + * testsuite/20_util/hash/chi2_q_bit_string_set.cc: Likewise. + * testsuite/20_util/hash/chi2_q_document_words.cc: Likewise. + * testsuite/20_util/hash/chi2_q_numeric_pattern_set.cc: Likewise. + * testsuite/20_util/hash/chi2_q_uniform_random.cc: Likewise. + * testsuite/20_util/hash/operators/size_t.cc: Likewise. + * testsuite/20_util/hash/quality.cc: Likewise. + * testsuite/20_util/integral_constant/static_definition.cc: Likewise. + * testsuite/20_util/integral_constant/true_false_value.cc: Likewise. + * testsuite/20_util/is_function/24808.cc: Likewise. + * testsuite/20_util/is_object/24808.cc: Likewise. + * testsuite/20_util/move_if_noexcept/1.cc: Likewise. + * testsuite/20_util/move_if_noexcept/constexpr.cc: Likewise. + * testsuite/20_util/owner_less/cmp.cc: Likewise. + * testsuite/20_util/pair/1.cc: Likewise. + * testsuite/20_util/pair/2.cc: Likewise. + * testsuite/20_util/pair/3.cc: Likewise. + * testsuite/20_util/pair/4.cc: Likewise. + * testsuite/20_util/pair/make_pair/constexpr.cc: Likewise. + * testsuite/20_util/pair/moveable.cc: Likewise. + * testsuite/20_util/pair/piecewise.cc: Likewise. + * testsuite/20_util/pair/swap.cc: Likewise. + * testsuite/20_util/ratio/comparisons/comp1.cc: Likewise. + * testsuite/20_util/ratio/comparisons/comp2.cc: Likewise. + * testsuite/20_util/ratio/comparisons/comp3.cc: Likewise. + * testsuite/20_util/ratio/cons/cons1.cc: Likewise. + * testsuite/20_util/ratio/operations/45866.cc: Likewise. + * testsuite/20_util/ratio/operations/47913.cc: Likewise. + * testsuite/20_util/ratio/operations/ops1.cc: Likewise. + * testsuite/20_util/ratio/operations/ops2.cc: Likewise. + * testsuite/20_util/ratio/operations/ops3.cc: Likewise. + * testsuite/20_util/reference_wrapper/invoke.cc: Likewise. + * testsuite/20_util/scoped_allocator/1.cc: Likewise. + * testsuite/20_util/scoped_allocator/2.cc: Likewise. + * testsuite/20_util/shared_ptr/assign/assign.cc: Likewise. + * testsuite/20_util/shared_ptr/assign/auto_ptr.cc: Likewise. + * testsuite/20_util/shared_ptr/assign/auto_ptr_neg.cc: Likewise. + * testsuite/20_util/shared_ptr/assign/move.cc: Likewise. + * testsuite/20_util/shared_ptr/assign/shared_ptr.cc: Likewise. + * testsuite/20_util/shared_ptr/assign/unique_ptr_lvalue_neg.cc: + Likewise. + * testsuite/20_util/shared_ptr/comparison/cmp.cc: Likewise. + * testsuite/20_util/shared_ptr/comparison/less.cc: Likewise. + * testsuite/20_util/shared_ptr/cons/alias.cc: Likewise. + * testsuite/20_util/shared_ptr/cons/alloc.cc: Likewise. + * testsuite/20_util/shared_ptr/cons/auto_ptr.cc: Likewise. + * testsuite/20_util/shared_ptr/cons/copy.cc: Likewise. + * testsuite/20_util/shared_ptr/cons/default.cc: Likewise. + * testsuite/20_util/shared_ptr/cons/move.cc: Likewise. + * testsuite/20_util/shared_ptr/cons/nullptr.cc: Likewise. + * testsuite/20_util/shared_ptr/cons/pointer.cc: Likewise. + * testsuite/20_util/shared_ptr/cons/unique_ptr.cc: Likewise. + * testsuite/20_util/shared_ptr/cons/unique_ptr_array.cc: Likewise. + * testsuite/20_util/shared_ptr/cons/unique_ptr_deleter.cc: Likewise. + * testsuite/20_util/shared_ptr/cons/unique_ptr_deleter_ref_1.cc: + Likewise. + * testsuite/20_util/shared_ptr/cons/unique_ptr_deleter_ref_2.cc: + Likewise. + * testsuite/20_util/shared_ptr/cons/unique_ptr_neg.cc: Likewise. + * testsuite/20_util/shared_ptr/cons/weak_ptr.cc: Likewise. + * testsuite/20_util/shared_ptr/creation/alloc.cc: Likewise. + * testsuite/20_util/shared_ptr/creation/dr402.cc: Likewise. + * testsuite/20_util/shared_ptr/creation/dr925.cc: Likewise. + * testsuite/20_util/shared_ptr/creation/make.cc: Likewise. + * testsuite/20_util/shared_ptr/dest/dest.cc: Likewise. + * testsuite/20_util/shared_ptr/hash/1.cc: Likewise. + * testsuite/20_util/shared_ptr/misc/24595.cc: Likewise. + * testsuite/20_util/shared_ptr/misc/42019.cc: Likewise. + * testsuite/20_util/shared_ptr/misc/io.cc: Likewise. + * testsuite/20_util/shared_ptr/misc/swap.cc: Likewise. + * testsuite/20_util/shared_ptr/modifiers/reset.cc: Likewise. + * testsuite/20_util/shared_ptr/modifiers/reset_alloc.cc: Likewise. + * testsuite/20_util/shared_ptr/modifiers/reset_neg.cc: Likewise. + * testsuite/20_util/shared_ptr/modifiers/swap.cc: Likewise. + * testsuite/20_util/shared_ptr/modifiers/swap_neg.cc: Likewise. + * testsuite/20_util/shared_ptr/observers/bool_conv.cc: Likewise. + * testsuite/20_util/shared_ptr/observers/get.cc: Likewise. + * testsuite/20_util/shared_ptr/observers/owner_before.cc: Likewise. + * testsuite/20_util/shared_ptr/observers/unique.cc: Likewise. + * testsuite/20_util/shared_ptr/observers/use_count.cc: Likewise. + * testsuite/20_util/shared_ptr/thread/default_weaktoshared.cc: + Likewise. + * testsuite/20_util/shared_ptr/thread/mutex_weaktoshared.cc: Likewise. + * testsuite/20_util/specialized_algorithms/uninitialized_copy/ + move_iterators/1.cc: Likewise. + * testsuite/20_util/specialized_algorithms/uninitialized_copy_n/ + move_iterators/1.cc: Likewise. + * testsuite/20_util/temporary_buffer.cc: Likewise. + * testsuite/20_util/time_point/1.cc: Likewise. + * testsuite/20_util/time_point/2.cc: Likewise. + * testsuite/20_util/time_point/3.cc: Likewise. + * testsuite/20_util/time_point/nonmember/constexpr.cc: Likewise. + * testsuite/20_util/tuple/48476.cc: Likewise. + * testsuite/20_util/tuple/comparison_operators/comparisons.cc: + Likewise. + * testsuite/20_util/tuple/cons/allocators.cc: Likewise. + * testsuite/20_util/tuple/cons/assignment.cc: Likewise. + * testsuite/20_util/tuple/cons/big_tuples.cc: Likewise. + * testsuite/20_util/tuple/cons/constructor.cc: Likewise. + * testsuite/20_util/tuple/creation_functions/23978.cc: Likewise. + * testsuite/20_util/tuple/creation_functions/48476.cc: Likewise. + * testsuite/20_util/tuple/creation_functions/constexpr.cc: Likewise. + * testsuite/20_util/tuple/creation_functions/forward_as_tuple.cc: + Likewise. + * testsuite/20_util/tuple/creation_functions/make_tuple.cc: Likewise. + * testsuite/20_util/tuple/creation_functions/tie.cc: Likewise. + * testsuite/20_util/tuple/creation_functions/tie2.cc: Likewise. + * testsuite/20_util/tuple/cv_tuple_size.cc: Likewise. + * testsuite/20_util/tuple/element_access/get.cc: Likewise. + * testsuite/20_util/tuple/element_access/get_by_type.cc: Likewise. + * testsuite/20_util/tuple/moveable.cc: Likewise. + * testsuite/20_util/tuple/swap.cc: Likewise. + * testsuite/20_util/tuple/tuple_size.cc: Likewise. + * testsuite/20_util/typeindex/comparison_operators.cc: Likewise. + * testsuite/20_util/typeindex/hash.cc: Likewise. + * testsuite/20_util/typeindex/hash_code.cc: Likewise. + * testsuite/20_util/typeindex/name.cc: Likewise. + * testsuite/20_util/unique_ptr/assign/48635.cc: Likewise. + * testsuite/20_util/unique_ptr/assign/move.cc: Likewise. + * testsuite/20_util/unique_ptr/assign/move_array.cc: Likewise. + * testsuite/20_util/unique_ptr/assign/nullptr.cc: Likewise. + * testsuite/20_util/unique_ptr/cons/auto_ptr.cc: Likewise. + * testsuite/20_util/unique_ptr/cons/nullptr.cc: Likewise. + * testsuite/20_util/unique_ptr/cons/pointer.cc: Likewise. + * testsuite/20_util/unique_ptr/cons/pointer_array.cc: Likewise. + * testsuite/20_util/unique_ptr/cons/ptr_deleter.cc: Likewise. + * testsuite/20_util/unique_ptr/creation/array.cc: Likewise. + * testsuite/20_util/unique_ptr/creation/single.cc: Likewise. + * testsuite/20_util/unique_ptr/hash/1.cc: Likewise. + * testsuite/20_util/unique_ptr/modifiers/43183.cc: Likewise. + * testsuite/20_util/unique_ptr/specialized_algorithms/ + comparisons.cc: Likewise. + * testsuite/20_util/unique_ptr/specialized_algorithms/ + comparisons_array.cc: Likewise. + * testsuite/20_util/unique_ptr/specialized_algorithms/swap.cc: + Likewise. + * testsuite/20_util/uses_allocator/construction.cc: Likewise. + * testsuite/20_util/uses_allocator/value.cc: Likewise. + * testsuite/20_util/variant/run.cc: Likewise. + * testsuite/20_util/weak_ptr/observers/owner_before.cc: Likewise. + * testsuite/21_strings/basic_string/allocator/char/copy.cc: Likewise. + * testsuite/21_strings/basic_string/allocator/char/copy_assign.cc: + Likewise. + * testsuite/21_strings/basic_string/allocator/char/move.cc: Likewise. + * testsuite/21_strings/basic_string/allocator/char/move_assign.cc: + Likewise. + * testsuite/21_strings/basic_string/allocator/char/swap.cc: Likewise. + * testsuite/21_strings/basic_string/allocator/wchar_t/copy.cc: + Likewise. + * testsuite/21_strings/basic_string/allocator/wchar_t/copy_assign.cc: + Likewise. + * testsuite/21_strings/basic_string/allocator/wchar_t/move.cc: + Likewise. + * testsuite/21_strings/basic_string/allocator/wchar_t/move_assign.cc: + Likewise. + * testsuite/21_strings/basic_string/allocator/wchar_t/swap.cc: + Likewise. + * testsuite/21_strings/basic_string/capacity/1.cc: Likewise. + * testsuite/21_strings/basic_string/capacity/char/1.cc: Likewise. + * testsuite/21_strings/basic_string/capacity/char/18654.cc: Likewise. + * testsuite/21_strings/basic_string/capacity/char/2.cc: Likewise. + * testsuite/21_strings/basic_string/capacity/char/shrink_to_fit.cc: + Likewise. + * testsuite/21_strings/basic_string/capacity/wchar_t/1.cc: Likewise. + * testsuite/21_strings/basic_string/capacity/wchar_t/18654.cc: + Likewise. + * testsuite/21_strings/basic_string/capacity/wchar_t/2.cc: Likewise. + * testsuite/21_strings/basic_string/capacity/wchar_t/shrink_to_fit.cc: + Likewise. + * testsuite/21_strings/basic_string/cons/char/1.cc: Likewise. + * testsuite/21_strings/basic_string/cons/char/2.cc: Likewise. + * testsuite/21_strings/basic_string/cons/char/3.cc: Likewise. + * testsuite/21_strings/basic_string/cons/char/4.cc: Likewise. + * testsuite/21_strings/basic_string/cons/char/42261.cc: Likewise. + * testsuite/21_strings/basic_string/cons/char/5.cc: Likewise. + * testsuite/21_strings/basic_string/cons/char/6.cc: Likewise. + * testsuite/21_strings/basic_string/cons/char/7.cc: Likewise. + * testsuite/21_strings/basic_string/cons/char/8.cc: Likewise. + * testsuite/21_strings/basic_string/cons/char/moveable.cc: Likewise. + * testsuite/21_strings/basic_string/cons/char/moveable2.cc: Likewise. + * testsuite/21_strings/basic_string/cons/wchar_t/1.cc: Likewise. + * testsuite/21_strings/basic_string/cons/wchar_t/2.cc: Likewise. + * testsuite/21_strings/basic_string/cons/wchar_t/3.cc: Likewise. + * testsuite/21_strings/basic_string/cons/wchar_t/4.cc: Likewise. + * testsuite/21_strings/basic_string/cons/wchar_t/42261.cc: Likewise. + * testsuite/21_strings/basic_string/cons/wchar_t/5.cc: Likewise. + * testsuite/21_strings/basic_string/cons/wchar_t/6.cc: Likewise. + * testsuite/21_strings/basic_string/cons/wchar_t/7.cc: Likewise. + * testsuite/21_strings/basic_string/cons/wchar_t/8.cc: Likewise. + * testsuite/21_strings/basic_string/cons/wchar_t/moveable.cc: Likewise. + * testsuite/21_strings/basic_string/cons/wchar_t/moveable2.cc: + Likewise. + * testsuite/21_strings/basic_string/element_access/char/1.cc: Likewise. + * testsuite/21_strings/basic_string/element_access/char/2.cc: Likewise. + * testsuite/21_strings/basic_string/element_access/char/3.cc: Likewise. + * testsuite/21_strings/basic_string/element_access/char/4.cc: Likewise. + * testsuite/21_strings/basic_string/element_access/char/58163.cc: + Likewise. + * testsuite/21_strings/basic_string/element_access/char/empty.cc: + Likewise. + * testsuite/21_strings/basic_string/element_access/char/front_back.cc: + Likewise. + * testsuite/21_strings/basic_string/element_access/wchar_t/1.cc: + Likewise. + * testsuite/21_strings/basic_string/element_access/wchar_t/2.cc: + Likewise. + * testsuite/21_strings/basic_string/element_access/wchar_t/3.cc: + Likewise. + * testsuite/21_strings/basic_string/element_access/wchar_t/4.cc: + Likewise. + * testsuite/21_strings/basic_string/element_access/wchar_t/58163.cc: + Likewise. + * testsuite/21_strings/basic_string/element_access/wchar_t/empty.cc: + Likewise. + * testsuite/21_strings/basic_string/element_access/wchar_t/ + front_back.cc: Likewise. + * testsuite/21_strings/basic_string/init-list.cc: Likewise. + * testsuite/21_strings/basic_string/inserters_extractors/char/1.cc: + Likewise. + * testsuite/21_strings/basic_string/inserters_extractors/char/10.cc: + Likewise. + * testsuite/21_strings/basic_string/inserters_extractors/char/11.cc: + Likewise. + * testsuite/21_strings/basic_string/inserters_extractors/char/ + 28277.cc: Likewise. + * testsuite/21_strings/basic_string/inserters_extractors/char/4.cc: + Likewise. + * testsuite/21_strings/basic_string/inserters_extractors/char/5.cc: + Likewise. + * testsuite/21_strings/basic_string/inserters_extractors/char/6.cc: + Likewise. + * testsuite/21_strings/basic_string/inserters_extractors/char/7.cc: + Likewise. + * testsuite/21_strings/basic_string/inserters_extractors/char/8.cc: + Likewise. + * testsuite/21_strings/basic_string/inserters_extractors/char/9.cc: + Likewise. + * testsuite/21_strings/basic_string/inserters_extractors/pod/ + 10081-in.cc: Likewise. + * testsuite/21_strings/basic_string/inserters_extractors/pod/ + 10081-out.cc: Likewise. + * testsuite/21_strings/basic_string/inserters_extractors/wchar_t/1.cc: + Likewise. + * testsuite/21_strings/basic_string/inserters_extractors/wchar_t/ + 10.cc: Likewise. + * testsuite/21_strings/basic_string/inserters_extractors/wchar_t/ + 11.cc: Likewise. + * testsuite/21_strings/basic_string/inserters_extractors/wchar_t/ + 28277.cc: Likewise. + * testsuite/21_strings/basic_string/inserters_extractors/wchar_t/4.cc: + Likewise. + * testsuite/21_strings/basic_string/inserters_extractors/wchar_t/5.cc: + Likewise. + * testsuite/21_strings/basic_string/inserters_extractors/wchar_t/6.cc: + Likewise. + * testsuite/21_strings/basic_string/inserters_extractors/wchar_t/7.cc: + Likewise. + * testsuite/21_strings/basic_string/inserters_extractors/wchar_t/8.cc: + Likewise. + * testsuite/21_strings/basic_string/inserters_extractors/wchar_t/9.cc: + Likewise. + * testsuite/21_strings/basic_string/modifiers/append/char/1.cc: + Likewise. + * testsuite/21_strings/basic_string/modifiers/append/char/2.cc: + Likewise. + * testsuite/21_strings/basic_string/modifiers/append/char/3.cc: + Likewise. + * testsuite/21_strings/basic_string/modifiers/append/char/4.cc: + Likewise. + * testsuite/21_strings/basic_string/modifiers/append/wchar_t/1.cc: + Likewise. + * testsuite/21_strings/basic_string/modifiers/append/wchar_t/2.cc: + Likewise. + * testsuite/21_strings/basic_string/modifiers/append/wchar_t/3.cc: + Likewise. + * testsuite/21_strings/basic_string/modifiers/append/wchar_t/4.cc: + Likewise. + * testsuite/21_strings/basic_string/modifiers/assign/char/1.cc: + Likewise. + * testsuite/21_strings/basic_string/modifiers/assign/char/2.cc: + Likewise. + * testsuite/21_strings/basic_string/modifiers/assign/char/3.cc: + Likewise. + * testsuite/21_strings/basic_string/modifiers/assign/char/4.cc: + Likewise. + * testsuite/21_strings/basic_string/modifiers/assign/char/ + move_assign.cc: Likewise. + * testsuite/21_strings/basic_string/modifiers/assign/wchar_t/1.cc: + Likewise. + * testsuite/21_strings/basic_string/modifiers/assign/wchar_t/2.cc: + Likewise. + * testsuite/21_strings/basic_string/modifiers/assign/wchar_t/3.cc: + Likewise. + * testsuite/21_strings/basic_string/modifiers/assign/wchar_t/4.cc: + Likewise. + * testsuite/21_strings/basic_string/modifiers/assign/wchar_t/ + move_assign.cc: Likewise. + * testsuite/21_strings/basic_string/modifiers/insert/char/1.cc: + Likewise. + * testsuite/21_strings/basic_string/modifiers/insert/char/2.cc: + Likewise. + * testsuite/21_strings/basic_string/modifiers/insert/char/3.cc: + Likewise. + * testsuite/21_strings/basic_string/modifiers/insert/wchar_t/1.cc: + Likewise. + * testsuite/21_strings/basic_string/modifiers/insert/wchar_t/2.cc: + Likewise. + * testsuite/21_strings/basic_string/modifiers/insert/wchar_t/3.cc: + Likewise. + * testsuite/21_strings/basic_string/modifiers/pop_back/char/1.cc: + Likewise. + * testsuite/21_strings/basic_string/modifiers/pop_back/wchar_t/1.cc: + Likewise. + * testsuite/21_strings/basic_string/modifiers/replace/char/1.cc: + Likewise. + * testsuite/21_strings/basic_string/modifiers/replace/char/2.cc: + Likewise. + * testsuite/21_strings/basic_string/modifiers/replace/char/3.cc: + Likewise. + * testsuite/21_strings/basic_string/modifiers/replace/char/4.cc: + Likewise. + * testsuite/21_strings/basic_string/modifiers/replace/char/5.cc: + Likewise. + * testsuite/21_strings/basic_string/modifiers/replace/char/6.cc: + Likewise. + * testsuite/21_strings/basic_string/modifiers/replace/char/7.cc: + Likewise. + * testsuite/21_strings/basic_string/modifiers/replace/wchar_t/1.cc: + Likewise. + * testsuite/21_strings/basic_string/modifiers/replace/wchar_t/2.cc: + Likewise. + * testsuite/21_strings/basic_string/modifiers/replace/wchar_t/3.cc: + Likewise. + * testsuite/21_strings/basic_string/modifiers/replace/wchar_t/4.cc: + Likewise. + * testsuite/21_strings/basic_string/modifiers/replace/wchar_t/5.cc: + Likewise. + * testsuite/21_strings/basic_string/modifiers/replace/wchar_t/6.cc: + Likewise. + * testsuite/21_strings/basic_string/modifiers/replace/wchar_t/7.cc: + Likewise. + * testsuite/21_strings/basic_string/numeric_conversions/char/dr1261.cc: + Likewise. + * testsuite/21_strings/basic_string/numeric_conversions/char/stod.cc: + Likewise. + * testsuite/21_strings/basic_string/numeric_conversions/char/stof.cc: + Likewise. + * testsuite/21_strings/basic_string/numeric_conversions/char/stoi.cc: + Likewise. + * testsuite/21_strings/basic_string/numeric_conversions/char/stol.cc: + Likewise. + * testsuite/21_strings/basic_string/numeric_conversions/char/stold.cc: + Likewise. + * testsuite/21_strings/basic_string/numeric_conversions/char/stoll.cc: + Likewise. + * testsuite/21_strings/basic_string/numeric_conversions/char/stoul.cc: + Likewise. + * testsuite/21_strings/basic_string/numeric_conversions/char/ + stoull.cc: Likewise. + * testsuite/21_strings/basic_string/numeric_conversions/char/ + to_string.cc: Likewise. + * testsuite/21_strings/basic_string/numeric_conversions/wchar_t/ + dr1261.cc: Likewise. + * testsuite/21_strings/basic_string/numeric_conversions/wchar_t/ + stod.cc: Likewise. + * testsuite/21_strings/basic_string/numeric_conversions/wchar_t/ + stof.cc: Likewise. + * testsuite/21_strings/basic_string/numeric_conversions/wchar_t/ + stoi.cc: Likewise. + * testsuite/21_strings/basic_string/numeric_conversions/wchar_t/ + stol.cc: Likewise. + * testsuite/21_strings/basic_string/numeric_conversions/wchar_t/ + stold.cc: Likewise. + * testsuite/21_strings/basic_string/numeric_conversions/wchar_t/ + stoll.cc: Likewise. + * testsuite/21_strings/basic_string/numeric_conversions/wchar_t/ + stoul.cc: Likewise. + * testsuite/21_strings/basic_string/numeric_conversions/wchar_t/ + stoull.cc: Likewise. + * testsuite/21_strings/basic_string/numeric_conversions/wchar_t/ + to_wstring.cc: Likewise. + * testsuite/21_strings/basic_string/operations/compare/char/1.cc: + Likewise. + * testsuite/21_strings/basic_string/operations/compare/char/13650.cc: + Likewise. + * testsuite/21_strings/basic_string/operations/compare/char/2.cc: + Likewise. + * testsuite/21_strings/basic_string/operations/compare/wchar_t/1.cc: + Likewise. + * testsuite/21_strings/basic_string/operations/compare/wchar_t/ + 13650.cc: Likewise. + * testsuite/21_strings/basic_string/operations/compare/wchar_t/2.cc: + Likewise. + * testsuite/21_strings/basic_string/operations/data/char/1.cc: + Likewise. + * testsuite/21_strings/basic_string/operations/data/wchar_t/1.cc: + Likewise. + * testsuite/21_strings/basic_string/operations/find/char/1.cc: + Likewise. + * testsuite/21_strings/basic_string/operations/find/char/2.cc: + Likewise. + * testsuite/21_strings/basic_string/operations/find/char/3.cc: + Likewise. + * testsuite/21_strings/basic_string/operations/find/char/4.cc: + Likewise. + * testsuite/21_strings/basic_string/operations/find/char/5.cc: + Likewise. + * testsuite/21_strings/basic_string/operations/find/wchar_t/1.cc: + Likewise. + * testsuite/21_strings/basic_string/operations/find/wchar_t/2.cc: + Likewise. + * testsuite/21_strings/basic_string/operations/find/wchar_t/3.cc: + Likewise. + * testsuite/21_strings/basic_string/operations/find/wchar_t/4.cc: + Likewise. + * testsuite/21_strings/basic_string/operations/find/wchar_t/5.cc: + Likewise. + * testsuite/21_strings/basic_string/operations/rfind/char/1.cc: + Likewise. + * testsuite/21_strings/basic_string/operations/rfind/char/2.cc: + Likewise. + * testsuite/21_strings/basic_string/operations/rfind/char/3.cc: + Likewise. + * testsuite/21_strings/basic_string/operations/rfind/wchar_t/1.cc: + Likewise. + * testsuite/21_strings/basic_string/operations/rfind/wchar_t/2.cc: + Likewise. + * testsuite/21_strings/basic_string/operations/rfind/wchar_t/3.cc: + Likewise. + * testsuite/21_strings/basic_string/operations/substr/char/1.cc: + Likewise. + * testsuite/21_strings/basic_string/operations/substr/wchar_t/ + 1.cc: Likewise. + * testsuite/21_strings/basic_string/operators/char/1.cc: Likewise. + * testsuite/21_strings/basic_string/operators/char/2.cc: Likewise. + * testsuite/21_strings/basic_string/operators/char/3.cc: Likewise. + * testsuite/21_strings/basic_string/operators/char/4.cc: Likewise. + * testsuite/21_strings/basic_string/operators/char/5.cc: Likewise. + * testsuite/21_strings/basic_string/operators/wchar_t/1.cc: Likewise. + * testsuite/21_strings/basic_string/operators/wchar_t/2.cc: Likewise. + * testsuite/21_strings/basic_string/operators/wchar_t/3.cc: Likewise. + * testsuite/21_strings/basic_string/operators/wchar_t/4.cc: Likewise. + * testsuite/21_strings/basic_string/operators/wchar_t/5.cc: Likewise. + * testsuite/21_strings/basic_string_view/capacity/1.cc: Likewise. + * testsuite/21_strings/basic_string_view/cons/char/1.cc: Likewise. + * testsuite/21_strings/basic_string_view/cons/char/2.cc: Likewise. + * testsuite/21_strings/basic_string_view/cons/char/3.cc: Likewise. + * testsuite/21_strings/basic_string_view/cons/wchar_t/1.cc: Likewise. + * testsuite/21_strings/basic_string_view/cons/wchar_t/2.cc: Likewise. + * testsuite/21_strings/basic_string_view/cons/wchar_t/3.cc: Likewise. + * testsuite/21_strings/basic_string_view/element_access/char/ + 1.cc: Likewise. + * testsuite/21_strings/basic_string_view/element_access/char/ + empty.cc: Likewise. + * testsuite/21_strings/basic_string_view/element_access/char/ + front_back.cc: Likewise. + * testsuite/21_strings/basic_string_view/element_access/wchar_t/ + 1.cc: Likewise. + * testsuite/21_strings/basic_string_view/element_access/wchar_t/ + empty.cc: Likewise. + * testsuite/21_strings/basic_string_view/element_access/wchar_t/ + front_back.cc: Likewise. + * testsuite/21_strings/basic_string_view/inserters/char/1.cc: Likewise. + * testsuite/21_strings/basic_string_view/inserters/char/2.cc: Likewise. + * testsuite/21_strings/basic_string_view/inserters/char/3.cc: Likewise. + * testsuite/21_strings/basic_string_view/inserters/pod/10081-out.cc: + Likewise. + * testsuite/21_strings/basic_string_view/inserters/wchar_t/1.cc: + Likewise. + * testsuite/21_strings/basic_string_view/inserters/wchar_t/2.cc: + Likewise. + * testsuite/21_strings/basic_string_view/inserters/wchar_t/3.cc: + Likewise. + * testsuite/21_strings/basic_string_view/modifiers/remove_prefix/ + char/1.cc: Likewise. + * testsuite/21_strings/basic_string_view/modifiers/remove_prefix/ + wchar_t/1.cc: Likewise. + * testsuite/21_strings/basic_string_view/modifiers/remove_suffix/ + char/1.cc: Likewise. + * testsuite/21_strings/basic_string_view/modifiers/remove_suffix/ + wchar_t/1.cc: Likewise. + * testsuite/21_strings/basic_string_view/operations/compare/char/ + 1.cc: Likewise. + * testsuite/21_strings/basic_string_view/operations/compare/char/ + 13650.cc: Likewise. + * testsuite/21_strings/basic_string_view/operations/compare/wchar_t/ + 1.cc: Likewise. + * testsuite/21_strings/basic_string_view/operations/compare/wchar_t/ + 13650.cc: Likewise. + * testsuite/21_strings/basic_string_view/operations/copy/char/1.cc: + Likewise. + * testsuite/21_strings/basic_string_view/operations/copy/wchar_t/1.cc: + Likewise. + * testsuite/21_strings/basic_string_view/operations/data/char/1.cc: + Likewise. + * testsuite/21_strings/basic_string_view/operations/data/wchar_t/1.cc: + Likewise. + * testsuite/21_strings/basic_string_view/operations/find/char/1.cc: + Likewise. + * testsuite/21_strings/basic_string_view/operations/find/char/2.cc: + Likewise. + * testsuite/21_strings/basic_string_view/operations/find/char/3.cc: + Likewise. + * testsuite/21_strings/basic_string_view/operations/find/char/4.cc: + Likewise. + * testsuite/21_strings/basic_string_view/operations/find/wchar_t/ + 1.cc: Likewise. + * testsuite/21_strings/basic_string_view/operations/find/wchar_t/ + 2.cc: Likewise. + * testsuite/21_strings/basic_string_view/operations/find/wchar_t/ + 3.cc: Likewise. + * testsuite/21_strings/basic_string_view/operations/find/wchar_t/ + 4.cc: Likewise. + * testsuite/21_strings/basic_string_view/operations/rfind/char/ + 1.cc: Likewise. + * testsuite/21_strings/basic_string_view/operations/rfind/char/ + 2.cc: Likewise. + * testsuite/21_strings/basic_string_view/operations/rfind/char/ + 3.cc: Likewise. + * testsuite/21_strings/basic_string_view/operations/rfind/wchar_t/ + 1.cc: Likewise. + * testsuite/21_strings/basic_string_view/operations/rfind/wchar_t/ + 2.cc: Likewise. + * testsuite/21_strings/basic_string_view/operations/rfind/wchar_t/ + 3.cc: Likewise. + * testsuite/21_strings/basic_string_view/operations/string_conversion/ + 1.cc: Likewise. + * testsuite/21_strings/basic_string_view/operations/substr/char/ + 1.cc: Likewise. + * testsuite/21_strings/basic_string_view/operations/substr/wchar_t/ + 1.cc: Likewise. + * testsuite/21_strings/basic_string_view/operators/char/2.cc: + Likewise. + * testsuite/21_strings/basic_string_view/operators/wchar_t/2.cc: + Likewise. + * testsuite/21_strings/c_strings/char/1.cc: Likewise. + * testsuite/21_strings/c_strings/wchar_t/1.cc: Likewise. + * testsuite/21_strings/char_traits/requirements/char/1.cc: Likewise. + * testsuite/21_strings/char_traits/requirements/char/57704.cc: + Likewise. + * testsuite/21_strings/char_traits/requirements/short/1.cc: Likewise. + * testsuite/21_strings/char_traits/requirements/wchar_t/1.cc: Likewise. + + * doc/xml/manual/test.xml: Fix typo. + +2016-10-12 Jonathan Wakely + + * doc/xml/manual/status_cxx2017.xml: Add std::sample status. + * doc/html/*: Regenerate. + * include/experimental/algorithm (__sample): Move to bits/stl_algo.h + and into namespace std. + * include/bits/stl_algo.h (__sample): Define here. Fix invalid use + of input iterator. Defend against overloaded comma operator. + (sample): Define for C++17. + * testsuite/25_algorithms/sample/1.cc: New test. + + * testsuite/util/testsuite_common_types.h + (bitwise_assignment_operators): Use direct-initialization for C++11 + and later, to avoid CopyConstructible requirement. + * testsuite/29_atomics/atomic/cons/assign_neg.cc: Adjust dg-error + line numbers. + * testsuite/29_atomics/atomic/cons/copy_neg.cc: Likewise. + * testsuite/29_atomics/atomic_integral/cons/assign_neg.cc: Likewise. + * testsuite/29_atomics/atomic_integral/cons/copy_neg.cc: Likewise. + * testsuite/29_atomics/atomic_integral/operators/bitwise_neg.cc: + Adjust expected errors and line numbers. + + * include/std/mutex [_GLIBCXX_HAVE_TLS] (_Once_call): Remove. + (call_once) [_GLIBCXX_HAVE_TLS]: Simplify by removing _Once_call. + + * include/bits/stl_uninitialized.h + (__uninitialized_default_novalue_n_1): Add missing return. + * testsuite/20_util/specialized_algorithms/memory_management_tools/ + 1.cc: Check return values of uninitialized_xxx_n algorithms. + + * libsupc++/nested_exception.h (throw_with_nested): Remove return. + + * doc/xml/manual/intro.xml: Document LWG 2442 status. + * include/std/mutex [_GLIBCXX_HAVE_TLS] (__once_call_impl): Remove. + [_GLIBCXX_HAVE_TLS] (_Once_call): Declare primary template and define + partial specialization to unpack args and forward to std::invoke. + (call_once) [_GLIBCXX_HAVE_TLS]: Use forward_as_tuple and _Once_call + instead of __bind_simple and __once_call_impl. + (call_once) [!_GLIBCXX_HAVE_TLS]: Use __invoke instead of + __bind_simple. + * testsuite/30_threads/call_once/dr2442.cc: New test. + +2016-10-11 Jonathan Wakely + + * include/bits/stl_list.h (assign(initializer_list)): Call + _M_assign_dispatch directly with correct tag. + + * doc/xml/manual/intro.xml: Document LWG 2484 status. + * libsupc++/nested_exception.h (_Throw_with_nested_impl) + (_Throw_with_nested_helper): Remove. + (__throw_with_nested_impl): New overloaded functions to implement + throw_with_nested logic. + (throw_with_nested): Call __throw_with_nested_impl. + (_Rethrow_if_nested_impl): Remove + (__rethrow_if_nested_impl): New overloaded functions to implement + rethrow_if_nested logic. + (rethrow_if_nested): Call __rethrow_if_nested_impl. + * testsuite/18_support/nested_exception/rethrow_if_nested.cc: Test + problem cases from LWG 2484. + + * python/libstdcxx/v6/printers.py (build_libstdcxx_dictionary): + Register printer for std::__cxx11::list. + * python/libstdcxx/v6/xmethods.py (ListMethodsMatcher.match): Match + std::__cxx11::list as well as std::list. + + * include/experimental/string_view (basic_string_view::_S_compare): + Remove redundant const from return type. + * include/std/string_view (basic_string_view:_S_compare): Likewise. + + * include/bits/std_mutex.h (mutex::native_handle) + (lock_guard(mutex_type&, adopt_lock_t) + (unique_lock(mutex_type&, adopt_lock_t): Add noexcept. + * include/std/mutex (recursive_mutex, timed_mutex) + (recursive_timed_mutex): Likewise. + +2016-10-10 Jonathan Wakely + + * doc/xml/manual/appendix_contributing.xml (contrib.organization): + Replace with nested elements. Update + some more outdated text. + * doc/html/*: Regenerate. + +2016-10-10 Ville Voutilainen + + Make any's copy assignment operator exception-safe, + don't copy the underlying value when any is moved, + make in_place constructors explicit. + * include/std/any (any(in_place_type_t<_ValueType>, _Args&&...)): + Make explicit. + (any(in_place_type_t<_ValueType>, initializer_list<_Up>, _Args&&...)): + Likewise. + (operator=(const any&)): Make strongly exception-safe. + (operator=(any&&)): reset() unconditionally in the case where + rhs has a value. + (operator=(_ValueType&&)): Indent the return type. + (_Manager_internal<_Tp>::_S_manage): Move in _Op_xfer, don't copy. + * testsuite/20_util/any/assign/2.cc: Adjust. + * testsuite/20_util/any/assign/exception.cc: New. + * testsuite/20_util/any/cons/2.cc: Adjust. + * testsuite/20_util/any/cons/explicit.cc: New. + * testsuite/20_util/any/misc/any_cast_neg.cc: Ajust. + +2016-10-10 Jonathan Wakely + + * doc/xml/manual/appendix_contributing.xml (contrib.organization): + Describe other subdirectories and add markup. Remove outdated + reference to check-script target. + * doc/html/*: Regenerate. + + * doc/xml/manual/status_cxx2011.xml: Correct C++11 status. + + * libsupc++/eh_ptr.cc (exception_ptr): Replace _GLIBCXX_USE_NOEXCEPT + with noexcept. + + * include/std/functional (_Bind_result::__enable_if_void): Use alias + template instead of class template. + (_Bind_result::__disable_if_void): Likewise. + (_Bind_result::__call): Adjust uses of __enable_if_void and + __disable_if_void. + + * doc/xml/manual/intro.xml: Document DR 2296 status. + * doc/xml/manual/status_cxx2017.xml: Update status. + * include/bits/move.h (__addressof): Add _GLIBCXX_CONSTEXPR and + call __builtin_addressof. + (addressof): Add _GLIBCXX17_CONSTEXPR. + * testsuite/20_util/addressof/requirements/constexpr.cc: New test. + * testsuite/20_util/forward/c_neg.cc: Adjust dg-error lineno. + * testsuite/20_util/forward/f_neg.cc: Likewise. + + * include/bits/allocator.h (allocator::is_always_equal): Define. + * testsuite/20_util/allocator/requirements/typedefs.cc: Test for + is_always_equal. + * testsuite/util/testsuite_allocator.h + (uneq_allocator::is_always_equal): Define as false_type. + + * include/experimental/numeric (gcd, lcm): Make bool arguments + ill-formed. + * include/std/numeric (gcd, lcm): Likewise. + * testsuite/26_numerics/gcd/gcd_neg.cc: New test. + * testsuite/26_numerics/lcm/lcm_neg.cc: New test. + + * include/bits/shared_ptr.h (enable_shared_from_this::weak_from_this): + Add noexcept. + * include/bits/shared_ptr_base.h + (__enable_shared_from_this::weak_from_this): Likewise. + * testsuite/20_util/enable_shared_from_this/members/weak_from_this.cc: + Test exception-specification of weak_from_this. + +2016-10-07 Jonathan Wakely + + * doc/xml/manual/status_cxx1998.xml: Improve documentation of + implementation-defined properties. + * doc/xml/manual/status_cxx2011.xml: Likewise. + * doc/xml/manual/status_cxx2017.xml: Likewise. + + * doc/xml/manual/status_cxx2017.xml: Update status. + * include/std/type_traits (has_unique_object_representations): Define. + * testsuite/20_util/has_unique_object_representations/value.cc: New. + * testsuite/20_util/has_unique_object_representations/requirements/ + explicit_instantiation.cc: New. + * testsuite/20_util/has_unique_object_representations/requirements/ + typedefs.cc: New. + +2016-10-06 Jonathan Wakely + + * doc/xml/manual/status_cxx2011.xml: Update status. + * include/std/scoped_allocator (__outer_allocator_t, __outermost_type): + New helpers for recursive OUTERMOST. + (__outermost): Use __outermost_type::_S_outermost. + (__do_outermost, scoped_allocator_adaptor::__outermost_type): Remove. + (scoped_allocator_adaptor::__outermost_alloc_traits): Use new + __outermost_type helper. + (scoped_allocator_adaptor::_Constructible): New alias template. + (scoped_allocator_adaptor::scoped_allocator_adaptor<_Outer2>): + Constrain template constructors. + * testsuite/20_util/scoped_allocator/3.cc: New test. + * testsuite/20_util/scoped_allocator/outermost.cc: New test. + +2016-10-05 Jonathan Wakely + + PR libstdc++/70564 + * testsuite/20_util/not_fn/1.cc: Fix test. + * testsuite/experimental/functional/not_fn.cc: Likewise. + + PR libstdc++/70101 + * include/bits/stl_queue.h (priority_queue): Fix allocator-extended + constructors. + * testsuite/23_containers/priority_queue/allocator.cc: New test. + + PR libstdc++/77864 + * include/bits/stl_map.h (map::map()): Use nothrow constructibility + of comparison function in conditional noexcept. + * include/bits/stl_multimap.h (multimap::multimap()): Likewise. + * include/bits/stl_multiset.h (multiset::multiset()): Likewise. + * include/bits/stl_set.h (set::set()): Likewise. + * testsuite/23_containers/map/cons/noexcept_default_construct.cc: + New test. + * testsuite/23_containers/multimap/cons/noexcept_default_construct.cc: + Likewise. + * testsuite/23_containers/multiset/cons/noexcept_default_construct.cc: + Likewise. + * testsuite/23_containers/set/cons/noexcept_default_construct.cc: + Likewise. + + * include/bits/node_handle.h (_Node_handle): Remove invalid and unused + alias declaration. + + PR libstdc++/70564 + * include/experimental/functional (_Not_fn): Remove. + (not_fn): Use std::_Not_fn. + * include/std/functional (_Not_fn): Add second parameter to + disambiguate copying from initialization by not_fn. Define for C++14. + (not_fn): Add second argument to initialization. + * testsuite/20_util/not_fn/1.cc: Copy call wrapper using + direct-initialization. + +2016-10-03 François Dumont + + * src/c++11/shared_ptr.cc (mask, invalid, get_mutex): Move + declaration... + * src/c++11/mutex_pool.h: ... here. New. + * src/c++11/debug.cc: Use latter. + +2016-10-03 Jonathan Wakely + + * doc/xml/manual/status_cxx2017.xml: Update gcd/lcm status. + * doc/html/*: Regenerate. + * include/experimental/numeric (__abs): Move to . + (gcd, lcm): Use __detail::gcd and __detail::lcm. + * include/std/numeric (__detail::__abs_integral) + (__detail::__gcd, __detail::__lcm): Define. + (gcd, lcm): Define for C++17. + * testsuite/26_numerics/gcd/1.cc: New test. + * testsuite/26_numerics/lcm/1.cc: New test. + * testsuite/experimental/numeric/gcd.cc: Swap contents with ... + * testsuite/experimental/numeric/lcd.cc: ... this. + + PR libstdc++/68323 + PR libstdc++/77794 + * config/abi/pre/gnu-versioned-namespace.ver: Add exports for + __cxa_thread_atexit and __gnu_cxx::__freeres. + * include/Makefile.am: Add + * include/Makefile.in: Regenerate. + * include.bits/basic_string.h: Fix nesting of versioned namespaces. + * include/bits/c++config: Declare versioned namespaces for literals. + * include/bits/regex.h (basic_regex, match_results): Add workarounds + for PR c++/59256. + * include/bits/uniform_int_dist.h: Fix nesting of versioned namespace. + * include/std/chrono: Likewise. + * include/std/complex: Likewise. + * include/std/string_view: Likewise. + * include/std/variant: Likewise. Add workaround for PR c++/59256. + * include/experimental/bits/fs_fwd.h: Declare versioned namespace. + * include/experimental/bits/lfts_config.h: Declare versioned + namespaces. + * include/experimental/algorithm: Include + . + * include/experimental/any: Likewise. + * include/experimental/bits/erase_if.h: Likewise. + * include/experimental/chrono: Likewise. + * include/experimental/functional: Likewise. + * include/experimental/memory_resource: Likewise. + * include/experimental/optional: Likewise. + * include/experimental/propagate_const: Likewise. + * include/experimental/random: Likewise. + * include/experimental/ratio: Likewise. + * include/experimental/system_error: Likewise. + * include/experimental/tuple: Likewise. + * include/experimental/type_traits: Likewise. + * include/experimental/utility: Likewise. + * include/experimental/string_view: Likewise. Fix nesting of + versioned namespaces. + * include/experimental/bits/string_view.tcc: Reopen inline namespace + for non-inline function definitions. + * testsuite/17_intro/using_namespace_std_exp_neg.cc: New test. + * testsuite/20_util/duration/literals/range.cc: Adjust dg-error line. + * testsuite/experimental/any/misc/any_cast_neg.cc: Likewise. + * testsuite/experimental/propagate_const/assignment/move_neg.cc: + Likewise. + * testsuite/experimental/propagate_const/cons/move_neg.cc: Likewise. + * testsuite/experimental/propagate_const/requirements2.cc: Likewise. + * testsuite/experimental/propagate_const/requirements3.cc: Likewise. + * testsuite/experimental/propagate_const/requirements4.cc: Likewise. + * testsuite/experimental/propagate_const/requirements5.cc: Likewise. + * testsuite/ext/profile/mutex_extensions_neg.cc: Likewise. + + PR libstdc++/77814 + * include/bits/std_abs.h: Use "C++" language linkage. + * testsuite/17_intro/headers/c++2011/linkage.cc: Move to + the end. Add . + +2016-10-03 Ville Voutilainen + + PR libstdc++/77802 + * testsuite/20_util/tuple/77802.cc: New. + + Revert: + 2016-09-21 Ville Voutilainen + Implement LWG 2729 for tuple. + * include/std/tuple (_Tuple_impl(_Tuple_impl&&)): + Suppress conditionally. + (_Tuple_impl(_Tuple_impl<_Idx, _UHead, _UTails...>&&)): Likewise. + (__is_tuple_impl_trait_impl, __is_tuple_impl_trait): New. + (_Tuple_impl(const _Head&)): Constrain. + (_Tuple_impl(_UHead&&)): Likewise. + (_Tuple_impl(_Tuple_impl&&)): Suppress conditionally. + (_Tuple_impl(const _Tuple_impl<_Idx, _UHead>&)): Constrain. + (_Tuple_impl(_Tuple_impl<_Idx, _UHead>&&)): Likewise. + (operator=(const tuple&)): Enable conditionally. + (operator=(tuple&&)): Suppress conditionally. + (operator=(const tuple<_UElements...>&)): Constrain. + (operator=(tuple<_UElements...>&&)): Likewise. + (operator=(const tuple&)): Enable conditionally (2-param tuple). + (operator=(tuple&&)): Suppress conditionally (2-param tuple). + (operator=(const tuple<_U1, _U2>&)): Constrain. + (operator=(tuple<_U1, _U2>&&)): Likewise. + (operator=(const pair<_U1, _U2>&)): Likewise. + (operator=(pair<_U1, _U2>&&)): Likewise. + * testsuite/20_util/tuple/element_access/get_neg.cc: Adjust. + * testsuite/20_util/tuple/tuple_traits.cc: New. + +2016-09-30 Jonathan Wakely + + PR libstdc++/77795 + * acinclude.m4 (GLIBCXX_CHECK_STDIO_PROTO): Use -std=gnu++11 to check + for gets. + * config.h.in: Regenerate. + * configure: Regenerate. + * include/c_global/cstdio [!_GLIBCXX_HAVE_GETS] (gets): Only declare + for C++98 and C++11. + * include/c_std/cstdio [!_GLIBCXX_HAVE_GETS] (gets): Likewise. + * testsuite/27_io/headers/cstdio/functions_neg.cc: New test. + + * doc/xml/manual/intro.xml: Document LWG 2192 changes. + * doc/html/*: Regenerate. + * include/Makefile.am: Add bits/std_abs.h. + * include/Makefile.in: Regenerate. + * include/bits/std_abs.h: New header defining all required overloads + of std::abs in one place (LWG 2294). + * include/c_global/cmath (abs(double), abs(float), abs(long double)): + Move to bits/std_abs.h. + (abs<_Tp>(_Tp)): Remove. + * include/c_global/cstdlib (abs(long), abs(long long), abs(__int)): + Move to bits/std_abs.h. + * testsuite/26_numerics/headers/cmath/dr2192.cc: New test. + * testsuite/26_numerics/headers/cmath/dr2192_neg.cc: New test. + * testsuite/26_numerics/headers/cstdlib/dr2192.cc: New test. + * testsuite/26_numerics/headers/cstdlib/dr2192_neg.cc: New test. + + PR libstdc++/77801 + * include/experimental/numeric: Include . + (__abs): Define. + (gcd, lcm): Use __abs instead of std::abs. + * testsuite/experimental/numeric/77801.cc: New test. + * testsuite/experimental/numeric/gcd.cc: Test unsigned inputs. + * testsuite/experimental/numeric/lcm.cc: Likewise. + +2016-09-29 Ville Voutilainen + + Make optional::reset noexcept, make optional::value + work in constant expressions. + * include/std/optional (_M_get): Make constexpr. + (reset): Make noexcept. + * testsuite/20_util/optional/assignment/7.cc: New. + * testsuite/20_util/optional/observers/6.cc: New. + +2016-09-29 Jonathan Wakely + + * include/c_global/cmath (hypot, __hypot3): Move C++17 overloads + outside _GLIBCXX_USE_C99_MATH_TR1 condition. + +2016-09-29 Alan Modra + + * configure.ac (LONG_DOUBLE_COMPAT_FLAGS): New ACSUBST. + * src/Makefile.am (compatibility-ldbl.o, compatibility-ldbl.lo): + Use LONG_DOUBLE_COMPAT_FLAGS. + * Makefile.in: Regenerate. + * configure: Regenerate. + * doc/Makefile.in: Regenerate. + * include/Makefile.in: Regenerate. + * libsupc++/Makefile.in: Regenerate. + * po/Makefile.in: Regenerate. + * python/Makefile.in: Regenerate. + * src/Makefile.in: Regenerate. + * src/c++11/Makefile.in: Regenerate. + * src/c++98/Makefile.in: Regenerate. + * src/filesystem/Makefile.in: Regenerate. + * testsuite/Makefile.in: Regenerate. + +2016-09-28 Jonathan Wakely + + * include/std/chrono (system_clock): Fix typo in comment. + + * include/experimental/bits/fs_fwd.h (file_time_type): Simplify + definition. + * src/filesystem/ops.cc (file_time): Take error_code parameter and + check for overflow. + (do_copy_file, last_write_time): Pass error_code in file_time calls. + * testsuite/experimental/filesystem/operations/last_write_time.cc: + New. + * testsuite/util/testsuite_fs.h (scoped_file): Define RAII helper. + + PR libstdc++/77686 + * include/std/functional (_Any_data): Add may_alias attribute. + +2016-09-27 Jonathan Wakely + + * doc/xml/manual/status_cxx2017.xml: Update status. + * doc/html/*: Regenerate. + * include/std/functional (__cpp_lib_boyer_moore_searcher): Define. + * testsuite/20_util/function_objects/searchers.cc: Test feature macro. + + * doc/xml/manual/status_cxx2017.xml: Update status. + * include/c_global/cmath (hypot): Add three-dimensional overloads. + * testsuite/26_numerics/headers/cmath/hypot.cc: New. + +2016-09-26 Ville Voutilainen + + PR libstdc++/77727 + * include/std/optional (optional(const optional<_Up>&)): + Default-initialize the base and use emplace. + (optional(optional<_Up>&&)): Likewise. + * testsuite/20_util/optional/cons/77727.cc: New. + +2016-09-26 François Dumont + + * include/debug/safe_base.h + (_Safe_iterator_base::_M_detach_single): Make public. + +2016-09-26 Jonathan Wakely + + * include/bits/range_access.h (__cpp_lib_array_constexpr): Do not + redefine macro defined in . + + * include/bits/stl_map.h (map::extract(const_iterator)): Assert that + iterator is not past-the-end. + * include/bits/stl_multimap.h (multimap::extract(const_iterator)): + Likewise. + * include/bits/stl_multiset.h (multiset::extract(const_iterator)): + Likewise. + * include/bits/stl_set.h (set::extract(const_iterator)): Likewise. + * include/bits/unordered_map.h (unordered_map::extract(const_iterator)) + (unordered_multimap::extract(const_iterator)): Likewise. + * include/bits/unordered_set.h (unordered_set::extract(const_iterator)) + (unordered_multiset::extract(const_iterator)): Likewise. + +2016-09-26 Ville Voutilainen + + PR libstdc++/77717 + * testsuite/21_strings/basic_string_view/operations/compare/char/1.cc: + Fix an out-of-bounds access. + +2016-09-26 Marek Polacek + + PR c/7652 + * libsupc++/hash_bytes.cc: Add [[gnu::fallthrough]]. + +2016-09-25 François Dumont + + * src/c++11/debug.cc: Include debug/vector. Include cctype. Remove + functional. + (get_safe_base_mutex): Get mutex based on address lowest non nil bits. + * testsuite/23_containers/vector/debug/mutex_association.cc: New. + + * include/debug/bitset (bitset::reference::reference(const _Base_ref&, + bitset*)): Remove __unused__ attribute. + * include/debug/safe_base.h (_Safe_iterator_base): Make + _Safe_sequence_base a friend. + (_Safe_iterator_base::_M_attach): Make protected. + (_Safe_iterator_base::_M_attach_single): Likewise. + (_Safe_iterator_base::_M_detach): Likewise. + (_Safe_iterator_base::_M_detach_single): Likewise. + (_Safe_sequence_base): Make _Safe_iterator_base a friend. + (_Safe_sequence_base::_Safe_sequence_base(_Safe_sequence_base&&)): New. + (_Safe_sequence_base::_M_swap): Make protected. + (_Safe_sequence_base::_M_attach): Make private. + (_Safe_sequence_base::_M_attach_single): Likewise. + (_Safe_sequence_base::_M_detach): Likewise. + (_Safe_sequence_base::_M_detach_single): Likewise. + * include/debug/safe_container.h + (_Safe_container::_Safe_container(_Safe_container&&)): Make default. + * include/debug/safe_iterator.h + (_Safe_iterator::operator++()): Name __scoped_lock instance. + * include/debug/safe_iterator.tcc: Remove trailing line. + * include/debug/safe_unordered_base.h + (_Safe_local_iterator_base::_M_attach): Make protected. + (_Safe_local_iterator_base::_M_attach_single): Likewise. + (_Safe_local_iterator_base::_M_detach): Likewise. + (_Safe_local_iterator_base::_M_detach_single): Likewise. + (_Safe_unordered_container_base): Make _Safe_local_iterator_base friend. + (_Safe_unordered_container_base::_M_attach_local): Make private. + (_Safe_unordered_container_base::_M_attach_local_single): Likewise. + (_Safe_unordered_container_base::_M_detach_local): Likewise. + (_Safe_unordered_container_base::_M_detach_local_single): Likewise. + + * include/parallel/algo.h: Generalize usage of std::__iterator_category. + Adjust whitespaces. + +2016-09-23 Jonathan Wakely + + PR libstdc++/56166 + PR libstdc++/77582 + * include/bits/basic_string.h (basic_string::clear()): Drop reference + and use empty rep. + * include/ext/rc_string_base.h (__rc_string_base::_M_clear()): + Likewise. + * testsuite/21_strings/basic_string/56166.cc: New. + * testsuite/ext/vstring/modifiers/clear/56166.cc: New. + + * include/bits/basic_string.h [_GLIBCXX_USE_CXX11_ABI] + (basic_string::erase(size_type, size_type)): Add fast path for + truncating the string, by calling _M_set_length directly. + (basic_string::erase(__const_iterator, __const_iterator)): Likewise. + * include/bits/basic_string.tcc [_GLIBCXX_USE_CXX11_ABI] + (basic_string::resize(size_type, _CharT)): Likewise. + +2016-09-22 Jason Merrill + + * configure.ac: Define HAVE_MEMALIGN for newlib. + +2015-09-23 Sebastian Huber + + * config/cpu/m68k/atomicity.h: Adjust comment. + * acinclude.m4 (GLIBCXX_ENABLE_ATOMIC_BUILTINS): Honor + explicit atomicity_dir setup via configure.host. + * configure.host (rtems-*): Set atomicity_dir. + * configure: Regenerate. + +2016-09-22 Jonathan Wakely + + Implement C++17 node extraction and insertion (P0083R5) + * doc/xml/manual/status_cxx2017.xml: Document status. + * doc/html/*: Regenerate. + * include/Makefile.am: Add bits/node_handle.h and reorder. + * include/Makefile.in: Regenerate. + * include/bits/hashtable.h (_Hashtable::node_type) + (_Hashtable::insert_return_type, _Hashtable::_M_reinsert_node) + (_Hashtable::_M_reinsert_node_multi, _Hashtable::extract) + (_Hashtable::_M_merge_unique, _Hashtable::_M_merge_multi): Define. + (_Hash_merge_helper): Define primary template. + * include/bits/node_handle.h: New header. + * include/bits/stl_map.h (map): Declare _Rb_tree_merge_helper as + friend. + (map::node_type, map::insert_return_type, map::extract, map::merge) + (map::insert(node_type&&), map::insert(const_iterator, node_type&&)): + Define new members. + (_Rb_tree_merge_helper): Specialize for map. + * include/bits/stl_multimap.h (multimap): Declare _Rb_tree_merge_helper + as friend. + (multimap::node_type, multimap::extract, multimap::merge) + (multimap::insert(node_type&&)) + (multimap::insert(const_iterator, node_type&&)): Define. + (_Rb_tree_merge_helper): Specialize for multimap. + * include/bits/stl_multiset.h (multiset): Declare _Rb_tree_merge_helper + as friend. + (multiset::node_type, multiset::extract, multiset::merge) + (multiset::insert(node_type&&)) + (multiset::insert(const_iterator, node_type&&)): Define. + * include/bits/stl_set.h (set): Declare _Rb_tree_merge_helper as + friend. + (set::node_type, set::insert_return_type, set::extract, set::merge) + (set::insert(node_type&&), set::insert(const_iterator, node_type&&)): + Define. + (_Rb_tree_merge_helper): Specialize for set. + * include/bits/stl_tree.h (_Rb_tree): Declare _Rb_tree<> as friend. + (_Rb_tree::node_type, _Rb_tree::insert_return_type) + (_Rb_tree::_M_reinsert_node_unique, _Rb_tree::_M_reinsert_node_equal) + (_Rb_tree::_M_reinsert_node_hint_unique) + (_Rb_tree::_M_reinsert_node_hint_equal, _Rb_tree::extract) + (_Rb_tree::_M_merge_unique, _Rb_tree::_M_merge_equal): Define. + (_Rb_tree_merge_helper): Specialize for multiset. + * include/bits/unordered_map.h (unordered_map): Declare + unordered_map<> and unordered_multimap<> as friends. + (unordered_map::node_type, unordered_map::insert_return_type) + (unordered_map::extract, unordered_map::merge) + (unordered_map::insert(node_type&&)) + (unordered_map::insert(const_iterator, node_type&&)) + (unordered_multimap): Declare _Hash_merge_helper as friend. + (unordered_multimap::node_type, unordered_multimap::extract) + (unordered_multimap::merge, unordered_multimap::insert(node_type&&)) + (unordered_multimap::insert(const_iterator, node_type&&)): Define. + (_Hash_merge_helper): Specialize for unordered maps and multimaps. + * include/bits/unordered_set.h (unordered_set, unordered_multiset): + Declare _Hash_merge_helper as friend. + (unordered_set::node_type, unordered_set::insert_return_type) + (unordered_set::extract, unordered_set::merge) + (unordered_set::insert(node_type&&)) + (unordered_set::insert(const_iterator, node_type&&)): Define. + (unordered_multiset::node_type, unordered_multiset::extract) + (unordered_multiset::merge, unordered_multiset::insert(node_type&&)) + (unordered_multiset::insert(const_iterator, node_type&&)): Define. + (_Hash_merge_helper): Specialize for unordered sets and multisets. + * include/debug/map.h (map): Add using declarations or forwarding + functions for new members. + * include/debug/map.h (multimap): Likewise. + * include/debug/map.h (multiset): Likewise. + * include/debug/map.h (set): Likewise. + * include/debug/unordered_map (unordered_map, unordered_multimap): + Likewise. + * include/debug/unordered_set( unordered_set, unordered_multiset): + Likewise. + * python/libstdcxx/v6/printers.py (get_value_from_aligned_membuf): New + helper function. + (get_value_from_list_node, get_value_from_Rb_tree_node): Use helper. + (StdNodeHandlePrinter): Define printer for node handles. + (build_libstdcxx_dictionary): Register StdNodeHandlePrinter. + * testsuite/23_containers/map/modifiers/extract.cc: New. + * testsuite/23_containers/map/modifiers/merge.cc: New. + * testsuite/23_containers/multimap/modifiers/extract.cc: New. + * testsuite/23_containers/multimap/modifiers/merge.cc: New. + * testsuite/23_containers/multiset/modifiers/extract.cc: New. + * testsuite/23_containers/multiset/modifiers/merge.cc: New. + * testsuite/23_containers/set/modifiers/extract.cc: New. + * testsuite/23_containers/set/modifiers/merge.cc: New. + * testsuite/23_containers/unordered_map/modifiers/extract.cc: New. + * testsuite/23_containers/unordered_map/modifiers/merge.cc: New. + * testsuite/23_containers/unordered_multimap/modifiers/extract.cc: + New. + * testsuite/23_containers/unordered_multimap/modifiers/merge.cc: New. + * testsuite/23_containers/unordered_multiset/modifiers/extract.cc: + New. + * testsuite/23_containers/unordered_multiset/modifiers/merge.cc: New. + * testsuite/23_containers/unordered_set/modifiers/extract.cc: New. + * testsuite/23_containers/unordered_set/modifiers/merge.cc: New. + * testsuite/23_containers/unordered_set/instantiation_neg.cc: Adjust + dg-error lineno. + * testsuite/libstdc++-prettyprinters/cxx17.cc: Test node handles. + +2016-09-22 Ville Voutilainen + + Fix tests on old arm platforms for optional. + * testsuite/20_util/optional/77288.cc: Don't use exception_ptr. + +2016-09-22 Jonathan Wakely + + * python/libstdcxx/v6/printers.py (StdVariantPrinter): Adjust for + recent change to _Variant_storage. + * testsuite/libstdc++-prettyprinters/cxx17.cc: Test variant with + reference type. + + * include/bits/uses_allocator.h (__uses_allocator_construct): Qualify + std::forward and ::new. Cast pointer to void*. + * include/std/variant (_Variant_storage, _Union, _Variant_base) + (__access, __visit_invoke, variant, visit): Qualify std::forward. + * testsuite/20_util/variant/compile.cc: Test for ADL problems. + +2016-09-22 Tim Shen + + * include/std/variant (variant::operator=): Fix assignment + on references. + * testsuite/20_util/variant/compile.cc: Add test. + +2016-09-22 Tim Shen + + PR libstdc++/77641 + * include/std/variant (_Variant_storage::_Variant_storage): + Change _Variant_storage's union to be default constructible. + * testsuite/20_util/variant/compile.cc: New test. + +2016-09-21 Ville Voutilainen + + PR libstdc++/77288 + * include/std/optional (__is_optional_impl, __is_optional): Remove. + (__converts_from_optional, __assigns_from_optional): New. + (optional(_Up&&)): Use is_same instead of __is_optional. + (optional(const optional<_Up>&)): Constrain with + __converts_from_optional. + (optional(optional<_Up>&&)): Likewise. + (operator=(_Up&&)): Use is_same instead of __is_optional, check + is_same and is_scalar. + (operator=(const optional<_Up>&)): Constrain with + __converts_from_optional and __assigns_from_optional. + (operator=(optional<_Up>&&)): Likewise. + * testsuite/20_util/optional/77288.cc: New. + * testsuite/20_util/optional/cons/value.cc: Adjust. + +2016-09-21 Ville Voutilainen + + Implement LWG 2729 for tuple. + * include/std/tuple (_Tuple_impl(_Tuple_impl&&)): + Suppress conditionally. + (_Tuple_impl(_Tuple_impl<_Idx, _UHead, _UTails...>&&)): Likewise. + (__is_tuple_impl_trait_impl, __is_tuple_impl_trait): New. + (_Tuple_impl(const _Head&)): Constrain. + (_Tuple_impl(_UHead&&)): Likewise. + (_Tuple_impl(_Tuple_impl&&)): Suppress conditionally. + (_Tuple_impl(const _Tuple_impl<_Idx, _UHead>&)): Constrain. + (_Tuple_impl(_Tuple_impl<_Idx, _UHead>&&)): Likewise. + (operator=(const tuple&)): Enable conditionally. + (operator=(tuple&&)): Suppress conditionally. + (operator=(const tuple<_UElements...>&)): Constrain. + (operator=(tuple<_UElements...>&&)): Likewise. + (operator=(const tuple&)): Enable conditionally (2-param tuple). + (operator=(tuple&&)): Suppress conditionally (2-param tuple). + (operator=(const tuple<_U1, _U2>&)): Constrain. + (operator=(tuple<_U1, _U2>&&)): Likewise. + (operator=(const pair<_U1, _U2>&)): Likewise. + (operator=(pair<_U1, _U2>&&)): Likewise. + * testsuite/20_util/tuple/element_access/get_neg.cc: Adjust. + * testsuite/20_util/tuple/tuple_traits.cc: New. + +2016-09-21 Ville Voutilainen + + PR libstdc++/77537 + Implement LWG 2729 for pair. + * include/bits/stl_pair.h (_PCC): New. + (_ConstructiblePair, _ImplicitlyConvertiblePair): + Turn into static member functions of _PCC. + (_MoveConstructiblePair, _ImplicitlyMoveConvertiblePair): Likewise. + (_PCCP): New. + (pair(const _T1&, const _T2&)): Adjust. + (_PCCFP): New. + (pair(const pair<_U1, _U2>&)): Adjust. + (pair(_U1&&, const _T2&)): Likewise. + (pair(const _T1&, _U2&&)): Likewise. + (pair(_U1&&, _U2&&)): Likewise. + (pair(pair<_U1, _U2>&&)): Likewise. + (operator=(const pair&)): Make conditionally deleted. + (operator=(pair&&)): Make conditionally suppressed. + (operator=(const pair<_U1, _U2>&)): Constrain. + (operator=(pair<_U1, _U2>&&): Likewise. + * include/std/type_traits (__nonesuch): New. + * testsuite/20_util/pair/traits.cc: New. + +2016-09-20 Ville Voutilainen + + PR libstdc++/77619 + * include/bits/stl_construct.h: (_Construct_novalue): New. + (_Destroy_n_aux, _Destroy_n): New. + * include/bits/stl_uninitialized.h: (type_traits): + New include in C++11 mode. + (__uninitialized_default_novalue_1): New. + (__uninitialized_default_novalue_n_1): Likewise. + (__uninitialized_default_novalue): Likewise. + (__uninitialized_default_novalue_n): Likewise. + (__uninitialized_copy_n_pair): Likewise. + (uninitialized_default_construct): + Use __uninitialized_default_novalue. + (uninitialized_default_construct_n): + Use __uninitialized_default_novalue_n. + (uninitialized_value_construct): Use __uninitialized_default. + (uninitialized_value_construct_n): Use __uninitialized_default_n. + (uninitialized_move): Use uninitialized_copy. + (uninitialized_move_n): Use __uninitialized_copy_n_pair. + (destroy_at): Use _Destroy. + (destroy): Likewise. + (destroy_n): Likewise. + * testsuite/20_util/specialized_algorithms/ + memory_management_tools/1.cc: Add tests for exceptions, + add tests for trivial cases for construct and move. + +2016-09-20 Jonathan Wakely + + * python/libstdcxx/v6/xmethods.py (DequeWorkerBase.__init__) + (DequeWorkerBase.index, VectorWorkerBase.get): Use // for division. + +2016-09-19 Jonathan Wakely + + PR libstdc++/77645 + * python/libstdcxx/v6/xmethods.py (DequeWorkerBase.__init__) + (DequeWorkerBase.index, VectorWorkerBase.get): Cast results of + division to int to work with Python 3. + + * testsuite/lib/gdb-test.exp (gdb-test): Fail if Python error occurs. + + * python/libstdcxx/v6/printers.py (SingleObjContainerPrinter): Allow + display_hint to be set by subclasses. + (StdVariantPrinter): Use array for display_hint. Adjust output to be + more similar to std::any and std::optional output. + (register_type_printers): Add type printers for basic_string_view + typedefs and experimental::any. Adjust type printers for + fundamentals_v1 templates to match fundamentals_v2 and later. + * testsuite/libstdc++-prettyprinters/cxx17.cc: New. + + PR libstdc++/77645 + * python/libstdcxx/v6/xmethods.py (DequeWorkerBase.index): Rename + argument. + (ListWorkerBase.get_value_from_node): Define new method. + (ListFrontWorker.__call__, ListBackWorker.__call__): Use it. + +2016-09-17 Jonathan Wakely + + * python/libstdcxx/v6/printers.py (StdVariantPrinter): Define. + (StdExpAnyPrinter, StdExpOptionalPrinter, StdExpStringViewPrinter): + Register for C++17 components in namespace std. Strip inline namespace + from typename. + +2016-09-16 Jonathan Wakely + + * doc/xml/manual/profile_mode.xml: Fix typo. + * doc/html/manual/profile_mode_devel.html: Regenerate. + +2016-09-16 Jonathan Wakely + Marc Glisse + + * libsupc++/new_opa.cc [_GLIBCXX_HAVE_ALIGNED_ALLOC] + (operator new(size_t, align_val_t)): Replace modulus operator with + mask. + +2016-09-16 Jonathan Wakely + + * libsupc++/new_opa.cc [_GLIBCXX_HAVE_POSIX_MEMALIGN] (aligned_alloc): + Increase alignment if less than sizeof(void*). + [_GLIBCXX_HAVE_ALIGNED_ALLOC] (operator new(size_t, align_val_t)): + Increase size if not a multiple of alignment. + +2016-09-15 Jonathan Wakely + + * doc/xml/manual/debug_mode.xml: Minor editorial fixes. + * doc/html/*: Regenerate. + + * testsuite/23_containers/vector/debug/insert6_neg.cc: Remove + -Wno-deprecated. + * testsuite/util/debug/checks.h (generate_unique): Specialize. + +2016-09-14 Marek Polacek + + * testsuite/23_containers/vector/debug/insert6_neg.cc: Use + -Wno-deprecated. + +2016-09-14 Christophe Lyon + + * testsuite/23_containers/vector/bool/modifiers/insert/31370.cc: + Move dg-do directive before dg-skip. + * testsuite/21_strings/debug/iterator_self_move_assign_neg.cc: + Move dg-do directive before dg-require. + * testsuite/21_strings/debug/self_move_assign_neg.cc: Likewise. + * testsuite/23_containers/vector/debug/57779_neg.cc: Likewise. + * testsuite/23_containers/vector/debug/60587_neg.cc: Likewise. + * testsuite/23_containers/vector/debug/assign1_neg.cc: Likewise. + * testsuite/23_containers/vector/debug/assign2_neg.cc: Likewise. + * testsuite/23_containers/vector/debug/assign3_neg.cc: Likewise. + * testsuite/23_containers/vector/debug/construct1_neg.cc: Likewise. + * testsuite/23_containers/vector/debug/construct2_neg.cc: Likewise. + * testsuite/23_containers/vector/debug/construct3_neg.cc: Likewise. + * testsuite/23_containers/vector/debug/insert1_neg.cc: Likewise. + * testsuite/23_containers/vector/debug/insert2_neg.cc: Likewise. + * testsuite/23_containers/vector/debug/insert3_neg.cc: Likewise. + * testsuite/23_containers/vector/debug/insert5_neg.cc: Likewise. + * testsuite/25_algorithms/lower_bound/debug/irreflexive.cc: Likewise. + * testsuite/25_algorithms/partial_sort_copy/debug/irreflexive_neg.cc: + Likewise. + * testsuite/25_algorithms/pop_heap/empty2_neg.cc: Likewise. + * testsuite/25_algorithms/pop_heap/empty_neg.cc: Likewise. + * testsuite/27_io/objects/char/12048-5.cc: Likewise. + * testsuite/ext/special_functions/conf_hyperg/check_nan.cc: Likewise. + * testsuite/ext/special_functions/hyperg/check_nan.cc: Likewise. + +2016-09-13 Ville Voutilainen + + Implement P0040R3, Extending memory management tools. + * include/bits/stl_uninitialized.h (utility): New include + in C++17 mode. + (uninitialized_default_construct): New. + (uninitialized_default_construct_n): Likewise. + (uninitialized_value_construct): Likewise. + (uninitialized_value_construct_n): Likewise. + (uninitialized_move): Likewise. + (uninitialized_move_n): Likewise. + (destroy_at, destroy, destroy_n): Likewise. + * testsuite/20_util/specialized_algorithms/memory_management_tools/ + 1.cc: New. + +2016-09-12 Jason Merrill + + * config/abi/pre/gnu.ver: Use [jmy] for size_t. + +2016-09-12 Ville Voutilainen + + Implement P0253R1, Fixing a design mistake in the searchers + interface in Library Fundamentals. + * include/std/functional: (utility): New include in C++17 mode. + (default_searcher): Use a pair as return type, adjust the definition. + (boyer_moore_searcher): Likewise. + (boyer_moore_horspool_searcher): Likewise. + * testsuite/20_util/function_objects/searchers.cc: Adjust. + +2016-09-12 Ville Voutilainen + + Implement C++17 string searchers. + * include/std/functional: (unordered_map, vector): New includes + in C++17 mode. + (array, bits/stl_algo.h): Likewise. + (default_searcher, __boyer_moore_map_base): New. + (__boyer_moore_array_base, __is_std_equal_to): Likewise. + (__boyer_moore_base_t, boyer_moore_searcher): Likewise. + (boyer_moore_horspool_searcher, make_default_searcher): Likewise. + (make_boyer_moore_searcher): Likewise. + (make_boyer_moore_horspool_searcher): Likewise. + * testsuite/20_util/function_objects/searchers.cc: New. + +2016-09-12 Matthew Wahab + + * testsuite/22_locale/codecvt/codecvt_utf16/requirements/1.cc: + Move dg-do directive before dg-require. + * testsuite/22_locale/codecvt/codecvt_utf8/requirements/1.cc: Likewise. + * testsuite/22_locale/codecvt/codecvt_utf8_utf16/requirements/1.cc: + Likewise. + * testsuite/22_locale/codecvt/utf8.cc: Likewise. + * testsuite/22_locale/locale/cons/unicode.cc: Likewise. + * testsuite/23_containers/deque/debug/assign1_neg.cc: Likewise. + * testsuite/23_containers/deque/debug/assign2_neg.cc: Likewise. + * testsuite/23_containers/deque/debug/assign3_neg.cc: Likewise. + * testsuite/23_containers/deque/debug/construct1_neg.cc: Likewise. + * testsuite/23_containers/deque/debug/construct2_neg.cc: Likewise. + * testsuite/23_containers/deque/debug/construct3_neg.cc: Likewise. + * testsuite/23_containers/deque/debug/insert1_neg.cc: Likewise. + * testsuite/23_containers/deque/debug/insert2_neg.cc: Likewise. + * testsuite/23_containers/deque/debug/insert3_neg.cc: Likewise. + * testsuite/23_containers/deque/debug/insert5_neg.cc: Likewise. + * testsuite/23_containers/deque/debug/iterator_self_move_assign_neg.cc: + Likewise. + * testsuite/23_containers/deque/debug/self_move_assign_neg.cc: + Likewise. + * testsuite/23_containers/deque/debug/shrink_to_fit.cc: Likewise. + * testsuite/23_containers/forward_list/debug/60499.cc: Likewise. + * testsuite/23_containers/forward_list/debug/construct1_neg.cc: + Likewise. + * testsuite/23_containers/forward_list/debug/construct2_neg.cc: + Likewise. + * testsuite/23_containers/forward_list/debug/construct3_neg.cc: + Likewise. + * testsuite/23_containers/forward_list/debug/erase_after1_neg.cc: + Likewise. + * testsuite/23_containers/forward_list/debug/erase_after2_neg.cc: + Likewise. + * testsuite/23_containers/forward_list/debug/erase_after3_neg.cc: + Likewise. + * testsuite/23_containers/forward_list/debug/erase_after4_neg.cc: + Likewise. + * testsuite/23_containers/forward_list/debug/erase_after5_neg.cc: + Likewise. + * testsuite/23_containers/forward_list/debug/erase_after6_neg.cc: + Likewise. + * testsuite/23_containers/forward_list/debug/erase_after7_neg.cc: + Likewise. + * testsuite/23_containers/forward_list/debug/erase_after8_neg.cc: + Likewise. + * testsuite/23_containers/forward_list/debug/erase_after9_neg.cc: + Likewise. + * testsuite/23_containers/forward_list/debug/insert_after1_neg.cc: + Likewise. + * testsuite/23_containers/forward_list/debug/insert_after2_neg.cc: + Likewise. + * testsuite/23_containers/forward_list/debug/insert_after3_neg.cc: + Likewise. + * testsuite/23_containers/forward_list/debug/insert_after4_neg.cc: + Likewise. + * testsuite/23_containers/forward_list/debug/ + iterator_self_move_assign_neg.cc: Likewise. + * testsuite/23_containers/forward_list/debug/self_move_assign_neg.cc: + Likewise. + * testsuite/23_containers/forward_list/debug/splice_after1_neg.cc: + Likewise. + * testsuite/23_containers/forward_list/debug/splice_after2_neg.cc: + Likewise. + * testsuite/23_containers/forward_list/debug/splice_after3_neg.cc: + Likewise. + * testsuite/23_containers/forward_list/debug/splice_after4_neg.cc: + Likewise. + * testsuite/23_containers/forward_list/debug/splice_after5_neg.cc: + Likewise. + * testsuite/23_containers/forward_list/debug/splice_after6_neg.cc: + Likewise. + * testsuite/23_containers/forward_list/debug/splice_after7_neg.cc: + Likewise. + * testsuite/23_containers/list/debug/assign1_neg.cc: Likewise. + * testsuite/23_containers/list/debug/assign2_neg.cc: Likewise. + * testsuite/23_containers/list/debug/assign3_neg.cc: Likewise. + * testsuite/23_containers/list/debug/construct1_neg.cc: Likewise. + * testsuite/23_containers/list/debug/construct2_neg.cc: Likewise. + * testsuite/23_containers/list/debug/construct3_neg.cc: Likewise. + * testsuite/23_containers/list/debug/insert1_neg.cc: Likewise. + * testsuite/23_containers/list/debug/insert2_neg.cc: Likewise. + * testsuite/23_containers/list/debug/insert3_neg.cc: Likewise. + * testsuite/23_containers/list/debug/insert5_neg.cc: Likewise. + * testsuite/23_containers/list/debug/iterator_self_move_assign_neg.cc: + Likewise. + * testsuite/23_containers/list/debug/self_move_assign_neg.cc: Likewise. + * testsuite/23_containers/map/debug/60499.cc: Likewise. + * testsuite/23_containers/map/debug/construct1_neg.cc: Likewise. + * testsuite/23_containers/map/debug/construct2_neg.cc: Likewise. + * testsuite/23_containers/map/debug/construct3_neg.cc: Likewise. + * testsuite/23_containers/map/debug/insert1_neg.cc: Likewise. + * testsuite/23_containers/map/debug/insert2_neg.cc: Likewise. + * testsuite/23_containers/map/debug/insert3_neg.cc: Likewise. + * testsuite/23_containers/map/debug/iterator_self_move_assign_neg.cc: + Likewise. + * testsuite/23_containers/map/debug/self_move_assign_neg.cc: Likewise. + * testsuite/23_containers/multimap/debug/60499.cc: Likewise. + * testsuite/23_containers/multimap/debug/construct1_neg.cc: Likewise. + * testsuite/23_containers/multimap/debug/construct2_neg.cc: Likewise. + * testsuite/23_containers/multimap/debug/construct3_neg.cc: Likewise. + * testsuite/23_containers/multimap/debug/insert1_neg.cc: Likewise. + * testsuite/23_containers/multimap/debug/insert2_neg.cc: Likewise. + * testsuite/23_containers/multimap/debug/insert3_neg.cc: Likewise. + * testsuite/23_containers/multimap/debug/ + iterator_self_move_assign_neg.cc: Likewise. + * testsuite/23_containers/multimap/debug/self_move_assign_neg.cc: + Likewise. + * testsuite/23_containers/multiset/debug/60499.cc: Likewise. + * testsuite/23_containers/multiset/debug/construct1_neg.cc: Likewise. + * testsuite/23_containers/multiset/debug/construct2_neg.cc: Likewise. + * testsuite/23_containers/multiset/debug/construct3_neg.cc: Likewise. + * testsuite/23_containers/multiset/debug/insert1_neg.cc: Likewise. + * testsuite/23_containers/multiset/debug/insert2_neg.cc: Likewise. + * testsuite/23_containers/multiset/debug/insert3_neg.cc: Likewise. + * testsuite/23_containers/multiset/debug/ + iterator_self_move_assign_neg.cc: Likewise. + * testsuite/23_containers/multiset/debug/self_move_assign_neg.cc: + Likewise. + * testsuite/23_containers/set/debug/60499.cc: Likewise. + * testsuite/23_containers/set/debug/construct1_neg.cc: Likewise. + * testsuite/23_containers/set/debug/construct2_neg.cc: Likewise. + * testsuite/23_containers/set/debug/construct3_neg.cc: Likewise. + * testsuite/23_containers/set/debug/insert1_neg.cc: Likewise. + * testsuite/23_containers/set/debug/insert2_neg.cc: Likewise. + * testsuite/23_containers/set/debug/insert3_neg.cc: Likewise. + * testsuite/23_containers/set/debug/iterator_self_move_assign_neg.cc: + Likewise. + * testsuite/23_containers/set/debug/self_move_assign_neg.cc: Likewise. + * testsuite/23_containers/unordered_map/debug/60499.cc: Likewise. + * testsuite/23_containers/unordered_map/debug/begin1_neg.cc: Likewise. + * testsuite/23_containers/unordered_map/debug/begin2_neg.cc: Likewise. + * testsuite/23_containers/unordered_map/debug/bucket_size_neg.cc: + Likewise. + * testsuite/23_containers/unordered_map/debug/cbegin_neg.cc: Likewise. + * testsuite/23_containers/unordered_map/debug/cend_neg.cc: Likewise. + * testsuite/23_containers/unordered_map/debug/construct1_neg.cc: + Likewise. + * testsuite/23_containers/unordered_map/debug/construct2_neg.cc: + Likewise. + * testsuite/23_containers/unordered_map/debug/construct3_neg.cc: + Likewise. + * testsuite/23_containers/unordered_map/debug/end1_neg.cc: Likewise. + * testsuite/23_containers/unordered_map/debug/end2_neg.cc: Likewise. + * testsuite/23_containers/unordered_map/debug/insert1_neg.cc: Likewise. + * testsuite/23_containers/unordered_map/debug/insert2_neg.cc: Likewise. + * testsuite/23_containers/unordered_map/debug/insert3_neg.cc: Likewise. + * testsuite/23_containers/unordered_map/debug/ + invalid_local_iterator_compare_neg.cc: Likewise. + * testsuite/23_containers/unordered_map/debug/ + invalid_local_iterator_range_neg.cc: Likewise. + * testsuite/23_containers/unordered_map/debug/ + iterator_self_move_assign_neg.cc: Likewise. + * testsuite/23_containers/unordered_map/debug/max_load_factor_neg.cc: + Likewise. + * testsuite/23_containers/unordered_map/debug/self_move_assign_neg.cc: + Likewise. + * testsuite/23_containers/unordered_map/debug/ + use_erased_local_iterator_neg.cc: Likewise. + * testsuite/23_containers/unordered_map/debug/ + use_invalid_iterator_neg.cc: Likewise. + * testsuite/23_containers/unordered_map/debug/ + use_invalid_local_iterator_neg.cc: Likewise. + * testsuite/23_containers/unordered_multimap/debug/60499.cc: Likewise. + * testsuite/23_containers/unordered_multimap/debug/begin1_neg.cc: + Likewise. + * testsuite/23_containers/unordered_multimap/debug/begin2_neg.cc: + Likewise. + * testsuite/23_containers/unordered_multimap/debug/bucket_size_neg.cc: + Likewise. + * testsuite/23_containers/unordered_multimap/debug/cbegin_neg.cc: + Likewise. + * testsuite/23_containers/unordered_multimap/debug/cend_neg.cc: + Likewise. + * testsuite/23_containers/unordered_multimap/debug/construct1_neg.cc: + Likewise. + * testsuite/23_containers/unordered_multimap/debug/construct2_neg.cc: + Likewise. + * testsuite/23_containers/unordered_multimap/debug/construct3_neg.cc: + Likewise. + * testsuite/23_containers/unordered_multimap/debug/end1_neg.cc: + Likewise. + * testsuite/23_containers/unordered_multimap/debug/end2_neg.cc: + Likewise. + * testsuite/23_containers/unordered_multimap/debug/insert1_neg.cc: + Likewise. + * testsuite/23_containers/unordered_multimap/debug/insert2_neg.cc: + Likewise. + * testsuite/23_containers/unordered_multimap/debug/insert3_neg.cc: + Likewise. + * testsuite/23_containers/unordered_multimap/debug/ + invalid_local_iterator_compare_neg.cc: Likewise. + * testsuite/23_containers/unordered_multimap/debug/ + invalid_local_iterator_range_neg.cc: Likewise. + * testsuite/23_containers/unordered_multimap/debug/ + iterator_self_move_assign_neg.cc: Likewise. + * testsuite/23_containers/unordered_multimap/debug/ + max_load_factor_neg.cc: Likewise. + * testsuite/23_containers/unordered_multimap/debug/ + self_move_assign_neg.cc: Likewise. + * testsuite/23_containers/unordered_multimap/debug/ + use_erased_local_iterator_neg.cc: Likewise. + * testsuite/23_containers/unordered_multimap/debug/ + use_invalid_iterator_neg.cc: Likewise. + * testsuite/23_containers/unordered_multimap/debug/ + use_invalid_local_iterator_neg.cc: Likewise. + * testsuite/23_containers/unordered_multiset/debug/60499.cc: + Likewise. + * testsuite/23_containers/unordered_multiset/debug/begin1_neg.cc: + Likewise. + * testsuite/23_containers/unordered_multiset/debug/begin2_neg.cc: + Likewise. + * testsuite/23_containers/unordered_multiset/debug/bucket_size_neg.cc: + Likewise. + * testsuite/23_containers/unordered_multiset/debug/cbegin_neg.cc: + Likewise. + * testsuite/23_containers/unordered_multiset/debug/cend_neg.cc: + Likewise. + * testsuite/23_containers/unordered_multiset/debug/construct1_neg.cc: + Likewise. + * testsuite/23_containers/unordered_multiset/debug/construct2_neg.cc: + Likewise. + * testsuite/23_containers/unordered_multiset/debug/construct3_neg.cc: + Likewise. + * testsuite/23_containers/unordered_multiset/debug/end1_neg.cc: + Likewise. + * testsuite/23_containers/unordered_multiset/debug/end2_neg.cc: + Likewise. + * testsuite/23_containers/unordered_multiset/debug/insert1_neg.cc: + Likewise. + * testsuite/23_containers/unordered_multiset/debug/insert2_neg.cc: + Likewise. + * testsuite/23_containers/unordered_multiset/debug/insert3_neg.cc: + Likewise. + * testsuite/23_containers/unordered_multiset/debug/ + invalid_local_iterator_compare_neg.cc: Likewise. + * testsuite/23_containers/unordered_multiset/debug/ + invalid_local_iterator_range_neg.cc: Likewise. + * testsuite/23_containers/unordered_multiset/debug/ + iterator_self_move_assign_neg.cc: Likewise. + * testsuite/23_containers/unordered_multiset/debug/ + max_load_factor_neg.cc: Likewise. + * testsuite/23_containers/unordered_multiset/debug/ + self_move_assign_neg.cc: Likewise. + * testsuite/23_containers/unordered_multiset/debug/ + use_erased_local_iterator_neg.cc: Likewise. + * testsuite/23_containers/unordered_multiset/debug/ + use_invalid_iterator_neg.cc: Likewise. + * testsuite/23_containers/unordered_multiset/debug/ + use_invalid_local_iterator_neg.cc: Likewise. + * testsuite/23_containers/unordered_set/debug/60499.cc: Likewise. + * testsuite/23_containers/unordered_set/debug/begin1_neg.cc: Likewise. + * testsuite/23_containers/unordered_set/debug/begin2_neg.cc: Likewise. + * testsuite/23_containers/unordered_set/debug/bucket_size_neg.cc: + Likewise. + * testsuite/23_containers/unordered_set/debug/cbegin_neg.cc: Likewise. + * testsuite/23_containers/unordered_set/debug/cend_neg.cc: Likewise. + * testsuite/23_containers/unordered_set/debug/construct1_neg.cc: + Likewise. + * testsuite/23_containers/unordered_set/debug/construct2_neg.cc: + Likewise. + * testsuite/23_containers/unordered_set/debug/construct3_neg.cc: + Likewise. + * testsuite/23_containers/unordered_set/debug/end1_neg.cc: Likewise. + * testsuite/23_containers/unordered_set/debug/end2_neg.cc: Likewise. + * testsuite/23_containers/unordered_set/debug/insert1_neg.cc: Likewise. + * testsuite/23_containers/unordered_set/debug/insert2_neg.cc: Likewise. + * testsuite/23_containers/unordered_set/debug/insert3_neg.cc: Likewise. + * testsuite/23_containers/unordered_set/debug/ + invalid_local_iterator_compare_neg.cc: Likewise. + * testsuite/23_containers/unordered_set/debug/ + invalid_local_iterator_range_neg.cc: Likewise. + * testsuite/23_containers/unordered_set/debug/ + iterator_self_move_assign_neg.cc: Likewise. + * testsuite/23_containers/unordered_set/debug/ + max_load_factor_neg.cc: Likewise. + * testsuite/23_containers/unordered_set/debug/ + self_move_assign_neg.cc: Likewise. + * testsuite/23_containers/unordered_set/debug/ + use_erased_local_iterator_neg.cc: Likewise. + * testsuite/23_containers/unordered_set/debug/ + use_invalid_iterator_neg.cc: Likewise. + * testsuite/23_containers/unordered_set/debug/ + use_invalid_local_iterator_neg.cc: Likewise. + * testsuite/23_containers/vector/debug/52433.cc: Likewise. + * testsuite/23_containers/vector/debug/60499.cc: Likewise. + * testsuite/23_containers/vector/debug/bool/shrink_to_fit.cc: Likewise. + * testsuite/23_containers/vector/debug/ + iterator_self_move_assign_neg.cc: Likewise. + * testsuite/23_containers/vector/debug/self_move_assign_neg.cc: + Likewise. + * testsuite/23_containers/vector/debug/shrink_to_fit.cc: Likewise. + * testsuite/25_algorithms/pop_heap/complexity.cc: Likewise. + * testsuite/25_algorithms/push_heap/complexity.cc: Likewise. + * testsuite/25_algorithms/sort_heap/complexity.cc: Likewise. + * testsuite/29_atomics/atomic/60658.cc: Likewise. + * testsuite/29_atomics/atomic/60695.cc: Likewise. + * testsuite/29_atomics/atomic/62259.cc: Likewise. + * testsuite/29_atomics/atomic/64658.cc: Likewise. + * testsuite/29_atomics/atomic/cons/49445.cc: Likewise. + * testsuite/29_atomics/atomic/operators/51811.cc: Likewise. + * testsuite/29_atomics/atomic/operators/pointer_partial_void.cc: + Likewise. + +2016-09-11 Jonathan Wakely + + * libsupc++/new_opant.cc: Include exception_defines.h. + * libsupc++/new_opvant.cc: Likewise. + +2016-09-09 Jason Merrill + + Implement P0035R4, C++17 new of over-aligned types. + * libsupc++/new: Declare aligned new/delete operators. + * config/abi/pre/gnu.ver: Export them. + * configure.ac: Check for aligned_alloc, posix_memalign, memalign, + _aligned_malloc. + * libsupc++/new_opa.cc: New. + * libsupc++/new_opant.cc: New. + * libsupc++/new_opva.cc: New. + * libsupc++/new_opva.cc: New. + * libsupc++/del_opa.cc: New. + * libsupc++/del_opant.cc: New. + * libsupc++/del_opsa.cc: New. + * libsupc++/del_opva.cc: New. + * libsupc++/del_opvant.cc: New. + * libsupc++/del_opvsa.cc: New. + * libsupc++/Makefile.am: Build them. + +2016-09-05 Tim Shen + + * include/std/variant: include bits/move.h for std::addressof. + +2016-09-05 Mikhail Strelnikov + + * include/std/variant (_Variant_storage::_M_storage()): Use + std::addressof instead of operator& to take address. + +2016-09-02 Maxim Kuvyrkov + + * acinclude.m4 (GLIBCXX_CONFIGURE_TESTSUITE): Check for presence of + setrlimit on both native and cross targets. + * configure: Regenerate. + +2016-08-31 Jonathan Wakely + + * include/bits/shared_ptr.h (_Assignable): New alias template. + (shared_ptr::operator=(const shared_ptr<_Tp1>&)) + (shared_ptr::operator=(shared_ptr<_Tp1>&&)) + (shared_ptr::operator=(unique_ptr<_Tp1>&&)): Constrain with + _Assignable. + * include/bits/shared_ptr_base.h (_Assignable): New alias template. + (__shared_ptr::operator=(const __shared_ptr<_Tp1>&)) + (__shared_ptr::operator=(__shared_ptr<_Tp1>&&)) + (__shared_ptr::operator=(unique_ptr<_Tp1>&&)): Constrain with + _Assignable. + (__shared_ptr::reset(_Tp1*), __shared_ptr::reset(_Tp1*, _Deleter)) + (__shared_ptr::reset(_Tp1*, _Deleter, _Alloc)): Constrain with + _Convertible. + * testsuite/20_util/shared_ptr/cons/43820_neg.cc: Change dg-error to + match on any line. + * testsuite/20_util/shared_ptr/cons/void_neg.cc: Likewise. + * testsuite/20_util/shared_ptr/assign/sfinae.cc: New test. + * testsuite/20_util/shared_ptr/assign/shared_ptr_neg.cc: Update + expected errors. Remove unnecessary code. + * testsuite/20_util/shared_ptr/modifiers/reset_sfinae.cc: New test. + + * include/bits/stl_tree.h (_Rb_tree::operator=(_Rb_tree&&)): Move + comparison object. + * testsuite/23_containers/set/move_comparison.cc: New test. + + * testsuite/20_util/enable_shared_from_this/members/weak_from_this.cc: + New test. + +2016-08-30 Ville Voutilainen + + PR libstdc++/77395 + * include/std/type_traits (is_constructible): Forward-declare... + (__is_base_to_derived_ref): ...and use here. + * testsuite/20_util/declval/requirements/1_neg.cc: Adjust. + * testsuite/20_util/is_constructible/77395.cc: New. + * testsuite/20_util/make_signed/requirements/typedefs_neg.cc: Adjust. + * testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc: + Likewise. + * testsuite/20_util/tuple/77395.cc: New. + +2016-08-30 Uros Bizjak + + * testsuite/22_locale/time_get/get/char/2.cc: Move dg-do run + directive above dg-require-namedlocale directive. + * testsuite/22_locale/time_get/get/wchar_t/2.cc: Ditto. + * testsuite/27_io/manipulators/extended/get_time/char/2.cc: Ditto. + * testsuite/27_io/manipulators/extended/get_time/wchar_t/2.cc: Ditto. + * testsuite/27_io/manipulators/extended/put_time/char/2.cc: Ditto. + * testsuite/27_io/manipulators/extended/put_time/wchar_t/2.cc: Ditto. + +2016-08-27 Tim Shen + + PR libstdc++/77356 + * include/bits/regex_compiler.tcc(_M_insert_bracket_matcher, + _M_expression_term): Modify to support dash literal. + * include/bits/regex_scanner.h: Add dash as a token type to make + a different from the mandated dash literal by escaping. + * include/bits/regex_scanner.tcc(_M_scan_in_bracket): Emit dash + token in bracket expression parsing. + * testsuite/28_regex/regression.cc: Add new testcases. + +2016-08-26 Jonathan Wakely + + PR libstdc++/51960 + * doc/xml/manual/intro.xml: Document DR 2127 change. + * doc/html/*: Regenerate. + * include/bits/stl_raw_storage_iter.h (operator=(_Tp&&)): Add. + (operator++(), operator++(int)): Use injected class name. + * testsuite/20_util/raw_storage_iterator/dr2127.cc: New test. + + * testsuite/*: Use { target c++11 } or { target c++14 } instead of + using -std in dg-options. + +2016-08-26 Jonathan Wakely + Pedro Alves + + * testsuite/lib/gdb-test.exp (gdb-dg-runtest): Define wrapper to save + and restore dg-interpreter-batch-mode. + * testsuite/libstdc++-prettyprinters/prettyprinters.exp: Use + gdb-dg-runtest instead of dg-runtest. + * testsuite/libstdc++-xmethods/xmethods.exp: Likewise. + +2016-08-26 Jonathan Wakely + + * config/abi/pre/gnu.ver (GLIBCXX_3.4, GLIBCXX_3.4.21): Use more + precise patterns for basic_string constructors. + (GLIBCXX_3.4.23): Export new constructors. + * doc/xml/manual/intro.xml: Document LWG 2583 status. + * doc/html/*: Regenerate. + * include/bits/basic_string.h [_GLIBCXX_USE_CXX11_ABI] + (basic_string(const basic_string&, size_type, const Alloc&)): Add + new constructor for LWG 2583. + (basic_string(const basic_string&, size_type, size_type)): Remove + default argument. + [!_GLIBCXX_USE_CXX11_ABI]: Likewise. + * include/bits/basic_string.tcc [!_GLIBCXX_USE_CXX11_ABI]: Define it. + * testsuite/21_strings/basic_string/cons/char/8.cc: New test. + * testsuite/21_strings/basic_string/cons/wchar_t/8.cc: New test. + +2016-08-24 Aditya Kumar + + * include/bits/algorithmfwd.h: Remove trailing whitespace. + * include/bits/shared_ptr_base.h: Likewise. + +2016-08-23 Jonathan Wakely + + * include/debug/array (array): Add _GLIBCXX17_CONSTEXPR. + * include/profile/array (array): Likewise. + (array::swap): Fix exception specification for zero-sized arrays. + + PR libstdc++/77334 + * include/bits/stl_tree.h (_Rb_tree::_M_move_assign): New functions. + (_Rb_tree::operator=(_Rb_tree&&)): Dispatch to _M_move_assign. + * testsuite/23_containers/map/77334.cc: New test. + + * doc/xml/manual/using.xml: Remove reference to -pthreads option. + * doc/html/*: Regenerate. + + * testsuite/experimental/feat-cxx14.cc: Only preprocess, not compile. + * testsuite/experimental/feat-lib-fund.cc: Likewise. + + PR libstdc++/71771 + * include/bits/stl_iterator.h + (operator-(reverse_iterator, reverse_iterator): Only + define for C++98 mode. + (operator-(move_iterator, move_iterator): Don't define. + * testsuite/24_iterators/headers/iterator/synopsis.cc: Use + -std=gnu++98. + * testsuite/24_iterators/headers/iterator/synopsis_c++11.cc: New test. + * testsuite/24_iterators/headers/iterator/synopsis_c++14.cc: New test. + * testsuite/24_iterators/headers/iterator/synopsis_c++17.cc: New test. + * testsuite/24_iterators/move_iterator/greedy_ops.cc: Don't test + difference operator. + * testsuite/24_iterators/reverse_iterator/greedy_ops.cc: Only test + difference operator for C++98. + * testsuite/24_iterators/reverse_iterator/71771.cc: New test. + + * include/bits/c++config (_GLIBCXX17_CONSTEXPR): Define. + * include/bits/range_access.h (begin, end, rbegin, rend, crbegin) + (crend): Add _GLIBCXX17_CONSTEXPR as per P0031R0. + * include/bits/stl_iterator.h (reverse_iterator, move_iterator) + (__make_reverse_iterator, make_reverse_iterator, make_move_iterator): + Likewise. + * include/bits/stl_iterator_base_funcs.h (__distance, __advance): Add + _GLIBCXX14_CONSTEXPR. + (distance, advance, next, prev): Add _GLIBCXX17_CONSTEXPR. + * include/std/array (array::begin, array::end, array::rbegin) + (array::rend, array::cbegin, array:cend, array::crbegin) + (array::crend, array::operator[], array::at, array::front) + (array::back, array::data): Likewise. + * testsuite/24_iterators/headers/iterator/range_access.cc: Replace + with separate tests for C++11, C++14, and C++17. + * testsuite/24_iterators/headers/iterator/range_access_c++11.cc: New. + * testsuite/24_iterators/headers/iterator/range_access_c++14.cc: New. + * testsuite/24_iterators/headers/iterator/range_access_c++17.cc: New. + +2016-08-22 Tim Shen + + Split _M_dfs() into smaller functions. + * regex_executor.h(_M_handle_repeat, _M_handle_subexpr_begin) + (_M_handle_subexpr_end, _M_handle_line_begin_assertion) + (_M_handle_line_end_assertion, _M_handle_word_boundary) + (_M_handle_subexpr_lookahead, _M_handle_match) + (_M_handle_backref, _M_handle_accept, _M_handle_alternative): + Add separate function declarations. + * regex_executor.tcc: Split _M_dfs() into multiple handler functions. + +2016-08-22 Gleb Natapov + + PR libstdc++/68297 + * config/abi/pre/gnu-versioned-namespace.ver: Export + __cxa_init_primary_exception and std::exception_ptr(void*). + * config/abi/pre/gnu.ver (CXXABI_1.3.11) : Add new symbol version and + export __cxa_init_primary_exception and std::exception_ptr(void*). + * include/Makefile.am: Add new headers. + * include/Makefile.in: Regenerate. + * libsupc++/Makefile.am: Add new headers. + * libsupc++/Makefile.in: Regenerate. + * libsupc++/cxxabi.h (__cxa_allocate_exception): Move to ... + * libsupc++/cxxabi_init_exception.h: New header. + (__cxa_init_primary_exception): Declare. + * libsupc++/eh_throw.cc (__cxa_init_primary_exception): Define. + (__cxa_throw): Use __cxa_init_primary_exception. + * libsupc++/exception (std::exception): Move to ... + * libsupc++/exception.h: New header. + * libsupc++/exception_ptr.h (__exception_ptr::exception_ptr): Add + friend declaration. + (__exception_ptr::__dest_thunk): New function template. + (std::make_exception_ptr) [__cpp_rtti && !_GLIBCXX_HAVE_CDTOR_CALLABI]: + Use __cxa_allocate_exception and __cxa_init_primary_exception to + create exception_ptr. + * libsupc++/typeinfo: Include bits/exception.h instead of exception. + * testsuite/util/testsuite_abi.cc: Add CXXABI_1.3.11 version. + +2016-08-22 Jonathan Wakely + + * doc/xml/api.xml: Replace hardcoded links for specific versions with + link to docs for all releases. + * doc/html/*: Regenerate. + + PR libstdc++/77322 + * doc/xml/manual/intro.xml: Document DR 2062 change. + * include/std/functional (function::swap): Add noexcept. + (swap(function + + * testsuite/21_strings/basic_string/pthread18185.cc: Use -pthread for + *-*-solaris* instead of -pthreads. + * testsuite/21_strings/basic_string/pthread4.cc : Likewise. + * testsuite/22_locale/locale/cons/12658_thread-1.cc: Likewise. + * testsuite/22_locale/locale/cons/12658_thread-2.cc: Likewise. + * testsuite/23_containers/list/pthread1.cc: Likewise. + * testsuite/23_containers/list/pthread5.cc: Likewise. + * testsuite/23_containers/map/pthread6.cc: Likewise. + * testsuite/27_io/basic_ofstream/pthread2.cc: Likewise. + * testsuite/27_io/basic_ostringstream/pthread3.cc: Likewise. + * testsuite/30_threads/shared_mutex/*: Likewise. + * testsuite/ext/rope/pthread7-rope.cc: Likewise. + * testsuite/tr1/2_general_utilities/shared_ptr/thread/ + default_weaktoshared.cc: Likewise. + * testsuite/tr1/2_general_utilities/shared_ptr/thread/ + mutex_weaktoshared.cc: Likewise. + * testsuite/20_util/shared_ptr/atomic/3.cc: Likewise. Use + dg-require-effective-target instead of using -std option. + * testsuite/20_util/shared_ptr/thread/default_weaktoshared.cc: + Likewise. + * testsuite/20_util/shared_ptr/thread/mutex_weaktoshared.cc: Likewise. + * testsuite/23_containers/vector/debug/multithreaded_swap.cc: + Likewise. + * testsuite/30_threads/async/*: Likewise. + * testsuite/30_threads/call_once/*: Likewise. + * testsuite/30_threads/condition_variable/*: Likewise. + * testsuite/30_threads/condition_variable_any/*: Likewise. + * testsuite/30_threads/future/*: Likewise. + * testsuite/30_threads/lock/*: Likewise. + * testsuite/30_threads/mutex/*: Likewise. + * testsuite/30_threads/packaged_task/*: Likewise. + * testsuite/30_threads/promise/*: Likewise. + * testsuite/30_threads/recursive_mutex/*: Likewise. + * testsuite/30_threads/recursive_timed_mutex/*: Likewise. + * testsuite/30_threads/shared_future/*: Likewise. + * testsuite/30_threads/shared_lock/*: Likewise. + * testsuite/30_threads/shared_timed_mutex/*: Likewise. + * testsuite/30_threads/this_thread/*: Likewise. + * testsuite/30_threads/thread/*: Likewise. + * testsuite/30_threads/timed_mutex/*: Likewise. + * testsuite/30_threads/try_lock/*: Likewise. + * testsuite/30_threads/unique_lock/*: Likewise. + + * doc/xml/manual/status_cxx2017.xml: Update status of not_fn. + * doc/html/*: Regenerate. + * include/experimental/functional (_Not_fn, not_fn): Match C++17 + semantics. + * include/std/functional (_Not_fn, not_fn): Define for C++17. + * testsuite/20_util/not_fn/1.cc: New. + * testsuite/experimental/functional/not_fn.cc: Test abstract class. + Remove test for volatile-qualified wrapper. + + * include/std/atomic (atomic::is_always_lock_free): Define. + * testsuite/29_atomics/atomic/60695.cc: Adjust dg-error lineno. + * testsuite/29_atomics/atomic/is_always_lock_free.cc: New. + * testsuite/29_atomics/atomic_integral/is_always_lock_free.cc: New. + * doc/xml/manual/status_cxx2017.xml: Update status. + * doc/html/*: Regenerate. + + * include/experimental/tuple (apply): Qualify call to __apply_impl. + * include/std/tuple (apply): Likewise. + * testsuite/experimental/system_error/value.cc: Fix ambiguities in + C++17 mode. + * testsuite/experimental/tuple/tuple_size.cc: Likewise. + * testsuite/experimental/type_traits/value.cc: Likewise. + + * doc/xml/manual/status_cxx2017.xml: Update status of make_from_tuple + and variant. + * doc/html/*: Regenerate. + +2016-08-18 Ville Voutilainen + + Implement the latest proposed resolution of LWG 2756. + * include/std/optional (Optional_base(const _Tp&)) + (Optional_base(_Tp&&), using _Base::_Base): Remove. + (optional(nullopt_t)): New. + (optional(_Up&&)): Invoke base directly with in_place + rather than creating a temporary, add default template + argument, change constraints. + (optional(const optional<_Up>&)): Invoke base directly + with in_place, remove unnecessary constraints. + (optional(optional<_Up>&& __t)): Likewise. + (optional(in_place_t, _Args&&...)): New. + (optional(in_place_t, initializer_list<_Up>, _Args&&...)): Likewise. + (operator=(_Up&&)): Add default template argument, change constraints. + (operator=(const optional<_Up>&)): Put is_same first in the + constraints. + (operator=(optional<_Up>&&)): Likewise. + * testsuite/20_util/optional/assignment/5.cc: Add a test to + verify assignment from something that can't be perfect-forwarded. + * testsuite/20_util/optional/cons/value.cc: Add tests to verify + that a nested optional is disengaged when constructed + from a disengaged element type, and to verify that assignments + from an engaged element type engage the optional. + +2016-08-18 Tim Shen + + Implement + + * include/Makefile.am: Add new file std/variant. + * include/Makefile.in: Generated from Makefile.am. + * include/bits/enable_special_members.h: Add a tag type to allow + the construction in non-default constructor. + * include/bits/uses_allocator.h: Add convenience traits to + detect constructibility. + * include/std/variant: Implement . + * testsuite/20_util/variant/compile.cc: Compile-time tests. + * testsuite/20_util/variant/run.cc: Runtime tests. + +2016-08-18 Jonathan Wakely + + * doc/xml/manual/test.xml (test.run.permutations): Expand section. + (test.new_tests): Rewrite section. + (tests.dg.directives): New section. + * doc/html/*: Regenerate. + + * doc/xml/manual/test.xml: Improve documentation of test targets. + Document new-abi-baseline, check-debug, and check-parallel targets. + + * doc/xml/manual/build_hacking.xml: New section on shared library + versioning. + + * doc/xml/manual/build_hacking.xml: Improve markup. + * doc/xml/manual/test.xml: Likewise. Change section title from "Test" + to "Testing". + * doc/xml/faq.xml: Change link text to "Testing". + + * testsuite/tr1/3_function_objects/function/10.cc: Remove unintended + dg-options directive. + +2016-08-17 Jonathan Wakely + + * testsuite/20_util/reference_wrapper/invoke-2.cc: Fix invalid dg-do + directive and use effective target instead of dg-options. + + * testsuite/20_util/hash/chi2_q_bit_flip_set.cc: Use effective target + instead of -std in dg-options. + * testsuite/20_util/hash/chi2_q_bit_string_set.cc: Likewise. + * testsuite/20_util/hash/chi2_q_numeric_pattern_set.cc: Likewise. + * testsuite/20_util/hash/chi2_q_uniform_random.cc: Likewise. + * testsuite/20_util/hash/quality.cc: Likewise. + * testsuite/25_algorithms/heap/moveable.cc: Likewise. + * testsuite/25_algorithms/heap/moveable2.cc: Likewise. + * testsuite/25_algorithms/nth_element/random_test.cc: Likewise. + * testsuite/25_algorithms/partial_sort/random_test.cc: Likewise. + * testsuite/25_algorithms/partial_sort_copy/random_test.cc: Likewise. + * testsuite/25_algorithms/sort/random_test.cc: Likewise. + + * testsuite/20_util/tuple/67844.cc: Require c++11 effective target. + * testsuite/20_util/tuple/cons/nested_tuple_construct.cc: Likewise. + * testsuite/27_io/rvalue_streams.cc: Likewise. + + * testsuite/26_numerics/complex/literals/types.cc: Add comment. + + * testsuite/21_strings/basic_string_view/operations/rfind/char/2.cc: + Remove duplicate dg-options directive. + + * testsuite/ext/profile/all.cc: Use effective target instead of + -std=gnu++11. Use dg-additional-options instead of repeating options. + + * testsuite/20_util/bind/ref_neg.cc: Use effective target instead of + -std=gnu++11. Add -fno-show-columns to dg-options. Use dg-prune-output + instead of dg-excess-errors. + + * testsuite/26_numerics/headers/cmath/types_std_c++0x_neg.cc: Disable + test for C++17. + * testsuite/experimental/chrono/value.cc: Avoid ambiguities in C++17. + * testsuite/experimental/ratio/value.cc: Likewise. + * testsuite/ext/pb_ds/regression/hash_map_rand.cc: Disable test for + C++17. + * testsuite/ext/pb_ds/regression/hash_set_rand.cc: Likewise. + * testsuite/ext/pb_ds/regression/list_update_map_rand.cc: Likewise. + * testsuite/ext/pb_ds/regression/list_update_set_rand.cc: Likewise. + * testsuite/ext/pb_ds/regression/priority_queue_rand.cc: Likewise. + * testsuite/ext/pb_ds/regression/tree_map_rand.cc: Likewise. + * testsuite/ext/pb_ds/regression/tree_set_rand.cc: Likewise. + * testsuite/ext/pb_ds/regression/trie_map_rand.cc: Likewise. + * testsuite/ext/pb_ds/regression/trie_set_rand.cc: Likewise. + * testsuite/tr1/5_numerical_facilities/special_functions/ + 10_cyl_bessel_k/airy.cc: Adjust namespace of __detail::__airy for + C++17 compatibility. + + * testsuite/24_iterators/headers/iterator/range_access.cc: Adjust + expected signatures for C++14 compatibility. + + PR libstdc++/77264 + * include/bits/basic_string.h (operator=(__sv_type) + (append(__sv_type), assign(__sv_type), insert(size_type, __sv_type)) + (replace(size_type, size_type, __sv_type)) + (replace(const_iterator, const_iterator, __sv_type)) + (find(__sv_type, size_type), rfind(__sv_type, size_type)) + (compare(size_type, size_type, __sv_type)): Reformat. + (_If_sv): Define helper for SFINAE constaints. + (append(const _Tp&, size_type, size_type)) + (assign(const _Tp&, size_type, size_type)) + (insert(size_type, const _Tp&, size_type, size_type)) + (replace(size_type, size_type, const _Tp&, size_type, size_type)): + Use _If_sv. + * testsuite/21_strings/basic_string/modifiers/append/char/4.cc: Test + SFINAE constraints. + * testsuite/21_strings/basic_string/modifiers/append/wchar_t/4.cc: + Likewise. + * testsuite/21_strings/basic_string/modifiers/replace/char/7.cc: + Likewise. + * testsuite/21_strings/basic_string/modifiers/replace/wchar_t/7.cc: + Likewise. + * testsuite/21_strings/basic_string/modifiers/assign/char/4.cc: + Likewise. + * testsuite/21_strings/basic_string/modifiers/assign/wchar_t/4.cc: + Likewise. + * testsuite/21_strings/basic_string/modifiers/insert/char/3.cc: + Likewise. + * testsuite/21_strings/basic_string/modifiers/insert/wchar_t/3.cc: + Likewise. + * testsuite/21_strings/basic_string/modifiers/replace/char/7.cc: + Likewise. + * testsuite/21_strings/basic_string/operations/compare/char/2.cc: + Likewise. + * testsuite/21_strings/basic_string/operations/compare/wchar_t/2.cc: + Likewise. + +2016-08-16 Jonathan Wakely + + PR libstdc++/72847 + * include/bits/stl_bvector.h (_Bvector_base::_M_deallocate): Zero + pointers to start and end of storage. + * testsuite/23_containers/vector/bool/72847.cc: New test. + * include/bits/vector.tcc (vector::_M_reallocate): Only update + _M_finish after deallocating. + (vector::_M_fill_insert): Likewise. + (vector::_M_insert_range): Likewise. + (vector::_M_insert_aux): Likewise. + +2016-08-15 Ville Voutilainen + + Implement LWG 2744 and LWG 2754. + * include/std/any (any(ValueType&&)): Constrain with __is_in_place_type. + (any(in_place_type_t<_ValueType>, _Args&&...)): Use _Decay. + (any(in_place_type_t<_ValueType>, initializer_list<_Up>, _Args&&...)): + Likewise. + (emplace(_Args&&...)): Likewise. + (emplace(initializer_list<_Up>, _Args&&...)): Likewise. + * include/std/utility: (__is_in_place_type_impl): New. + (__is_in_place_type): Likewise. + * testsuite/20_util/any/assign/emplace.cc: Add tests for decaying + emplace. + * testsuite/20_util/any/cons/in_place.cc: Add tests for decaying + in_place constructor. + * testsuite/20_util/any/misc/any_cast_neg.cc: Adjust. + * testsuite/20_util/any/requirements.cc: Add a test for + in_place-constructing a non-default-constructible type. + +2016-08-15 Ville Voutilainen + + Add a feature macro for C++17 make_from_tuple. + * include/std/tuple (__cpp_lib_make_from_tuple): New. + (__make_from_tuple_impl(_Tuple&&, index_sequence<_Idx...>)): + Qualify the call to get<>(). + * testsuite/20_util/tuple/make_from_tuple/1.cc: Adjust. + +2016-08-15 Uros Bizjak + + * src/filesystem/ops.cc: Always include ostream and + ext/stdio_filebuf.h. + (do_copy_file): Check if _GLIBCXX_USE_FCHMODAT is defined. + [_GLIBCXX_USE_SENDFILE]: Fallback to read/write operations in case + sendfile fails with ENOSYS or EINVAL. + +2016-08-15 Thomas Preud'homme + + PR libstdc++/72840 + * testsuite/20_util/ratio/cons/cons_overflow_neg.cc: Fix dg-error + syntax. + +2016-08-11 Ville Voutilainen + + Implement C++17 make_from_tuple. + * include/std/tuple (__make_from_tuple_impl, make_from_tuple): New. + * testsuite/20_util/tuple/make_from_tuple/1.cc: Likewise. + +2016-08-11 Ville Voutilainen + + Implement LWG 2758. + * include/bits/basic_string.h + (append(__sv_type, size_type, size_type)): Turn into a template, + change parameter type, constrain, add a conversion to __sv_type + from the dependent parameter type. + (assign(__sv_type, size_type, size_type)): Likewise. + (insert(size_type, __sv_type, size_type, size_type)): Likewise. + (replace(size_type, size_type, __sv_type, size_type, size_type)): + Likewise. + (compare(size_type, size_type,__sv_type, size_type, size_type)): + Likewise. + * testsuite/21_strings/basic_string/lwg2758.cc: New. + +2016-08-06 Jonathan Wakely + + * doc/xml/manual/status_cxx2017.xml: Update status table. + * doc/html/manual/status.html: Regenerate. + + * testsuite/lib/libstdc++.exp: Fix typo in comment. + + PR libstdc++/72820 + * include/std/functional (_Function_base::_Base_manager::_M_clone): + Qualify new operator. + * testsuite/20_util/function/cons/72820.cc: New test. + + * doc/xml/manual/status_cxx2017.xml: Add missing LFTSv2 features. + * doc/html/manual/status.html: Regenerate. + * include/Makefile.am: Add new header. + * include/Makefile.in: Regenerate. + * include/bits/invoke.h: New header. + (__invoke): Make constexpr. Add && to types in exception specification. + * include/experimental/tuple (apply, __apply_impl): Fix non-reserved + names. Include and use std::__invoke. + * include/std/functional (__invfwd, __invoke_impl, __invoke): Move to + new header. + (invoke): Add && to types in exception specification. + * include/std/tuple (apply, __apply_impl): Define for C++17. + * testsuite/20_util/tuple/apply/1.cc: New test. + * testsuite/20_util/tuple/element_access/get_neg.cc: Adjust dg-error + lineno. + +2016-08-05 Jonathan Wakely + + * doc/xml/manual/status_cxx2017.xml: Correct shared_from_this status. + * doc/html/manual/status.html: Regenerate. + + * include/std/chrono (floor, ceil, round, abs): New for C++17. + * testsuite/20_util/duration_cast/rounding.cc: New test. + * testsuite/20_util/time_point_cast/rounding.cc: New test. + * doc/xml/manual/status_cxx2017.xml: Update status table. + * doc/html/manual/status.html: Regenerate. + * testsuite/20_util/duration/requirements/typedefs_neg1.cc: Adjust + dg-error lineno. + * testsuite/20_util/duration/requirements/typedefs_neg2.cc: Likewise. + * testsuite/20_util/duration/requirements/typedefs_neg3.cc: Likewise. + * testsuite/20_util/duration/literals/range.cc: Likewise. + + * include/std/functional (__callable_functor): Remove. + (_Function_handler::_M_invoke): Use __invoke instead of + __callable_functor or mem_fn. + (function::_Callable): Use lvalue in result_of expression. + (function): Remove TODO comments about allocators. + * testsuite/20_util/function/cons/refqual.cc: New test. + +2016-08-04 Jonathan Wakely + + * doc/xml/manual/status_cxx2017.xml: Update status table. + * include/std/functional (__inv_unwrap): Move to . + (__invoke_impl): Remove exception specifications. + (__invoke, invoke): Add exception specifications using + __is_nothrow_callable. + * include/std/type_traits (__inv_unwrap): Move from . + (__is_callable_impl, __call_is_nt, __call_is_nothrow): New helpers. + (__is_callable, __is_nothrow_callable): New traits. + (is_callable, is_callable_v): New C++17 traits. + (is_nothrow_callable, is_nothrow_callable_v): Likewise. + * testsuite/20_util/is_callable/requirements/ + explicit_instantiation.cc: New test. + * testsuite/20_util/is_callable/requirements/ + explicit_instantiation_ext.cc: New test. + * testsuite/20_util/is_callable/requirements/typedefs.cc: New test. + * testsuite/20_util/is_callable/requirements/typedefs_ext.cc: New + test. + * testsuite/20_util/is_callable/value.cc: New test. + * testsuite/20_util/is_callable/value_ext.cc: New test. + * testsuite/20_util/is_nothrow_callable/requirements/ + explicit_instantiation.cc: New test. + * testsuite/20_util/is_nothrow_callable/requirements/ + explicit_instantiation_ext.cc: New test. + * testsuite/20_util/is_nothrow_callable/requirements/typedefs.cc: + New test. + * testsuite/20_util/is_nothrow_callable/requirements/typedefs_ext.cc: + New test. + * testsuite/20_util/is_nothrow_callable/value.cc: New test. + * testsuite/20_util/is_nothrow_callable/value_ext.cc: New test. + + * doc/xml/manual/status_cxx2017.xml: Update C++17 status table. + * doc/html/manual/status.html: Regenerate. + + * testsuite/20_util/enable_shared_from_this/members/reinit.cc: Use + effective target not dg-options. Move check for feature-test macro to: + * testsuite/20_util/enable_shared_from_this/members/weak_from_this.cc: + New test. + + * include/std/functional (_Unwrap): Rename to __inv_unwrap. + (__invfwd): Adjust. + (__invoke_impl): Remove unused template parameters. + * testsuite/20_util/function_objects/invoke/59768.cc: Remove unused + parameter. + * testsuite/20_util/function_objects/invoke/ref_ext.cc: Copy 59768.cc + and test __invoke extension for C++11. + +2016-08-03 Jonathan Wakely + + * include/bits/shared_ptr_base.h (__cpp_lib_enable_shared_from_this): + Define feature-test macro. + * testsuite/20_util/enable_shared_from_this/members/reinit.cc: Test + for the macro. + + * include/bits/shared_ptr.h (shared_ptr::weak_type): Define. + * include/bits/shared_ptr_base.h (__shared_ptr::weak_type): Define. + * testsuite/20_util/shared_ptr/cons/43820_neg.cc: Adjust dg-error. + * testsuite/20_util/shared_ptr/requirements/weak_type.cc: New test. + * testsuite/20_util/shared_ptr/cons/void_neg.cc: Likewise. + + * include/std/utility (as_const): Define. + * testsuite/20_util/as_const/1.cc: New test. + * testsuite/20_util/as_const/rvalue_neg.cc: New test. + + * include/bits/shared_ptr.h (owner_less): Add default template + argument. + * include/bits/shared_ptr_base.h (_Sp_owner_less): Define + specialization. + (owner_less): Define specialization. + * include/bits/stl_function.h (__cpp_lib_transparent_operators): + Update value. + * testsuite/20_util/owner_less/void.cc: New test. + * testsuite/experimental/feat-cxx14.cc: Update macro value tested. + + * include/bits/allocator.h (__cpp_lib_incomplete_container_elements): + Define feature-test macro. + * include/bits/range_access.h (__cpp_lib_array_constexpr): Likewise. + * include/std/shared_mutex (__cpp_lib_shared_mutex): Uncomment. + * include/std/type_traits (__cpp_lib_logical_traits): Fix value. + (__cpp_lib_type_trait_variable_templates): Define. + + * include/bits/stl_function.h: Remove commented-out macro. + * include/bits/stl_tree.h (__cpp_lib_generic_associative_lookup): + Define feature-test macro. + * testsuite/experimental/feat-cxx14.cc: Add tests for more macros. + + * include/bits/c++config (_GLIBCXX_USE_STD_SPEC_FUNCS): Define for + C++17, or for C++11/C++14 when __STDCPP_WANT_MATH_SPEC_FUNCS__ is + true. + * include/bits/specfun.h [!__STDCPP_WANT_MATH_SPEC_FUNCS__]: Don't + do #error for C++17. + * include/c_global/cmath: Check _GLIBCXX_USE_STD_SPEC_FUNCS instead + of __STDCPP_WANT_MATH_SPEC_FUNCS__. + * include/tr1/bessel_function.tcc: Likewise. + * include/tr1/beta_function.tcc: Likewise. + * include/tr1/cmath: Likewise. + * include/tr1/ell_integral.tcc: Likewise. + * include/tr1/exp_integral.tcc: Likewise. + * include/tr1/gamma.tcc: Likewise. + * include/tr1/hypergeometric.tcc: Likewise. + * include/tr1/legendre_function.tcc: Likewise. + * include/tr1/modified_bessel_func.tcc: Likewise. + * include/tr1/poly_hermite.tcc: Likewise. + * include/tr1/poly_laguerre.tcc: Likewise. + * include/tr1/riemann_zeta.tcc: Likewise. + * include/tr1/special_function_util.h: Likewise. + * testsuite/26_numerics/headers/cmath/functions_std_c++17.cc: New. + + * include/std/type_traits (has_trivial_default_constructor): Remove. + (has_trivial_copy_constructor, has_trivial_copy_assign): Likewise. + * testsuite/20_util/has_trivial_copy_assign/requirements/ + explicit_instantiation.cc: Remove test. + * testsuite/20_util/declval/requirements/1_neg.cc: Adjust dg-error + line number. + * testsuite/20_util/has_trivial_copy_assign/requirements/typedefs.cc: + Likewise. + * testsuite/20_util/has_trivial_copy_assign/value.cc: Likewise. + * testsuite/20_util/has_trivial_copy_constructor/requirements/ + explicit_instantiation.cc: Likewise. + * testsuite/20_util/has_trivial_copy_constructor/requirements/ + typedefs.cc: Likewise. + * testsuite/20_util/has_trivial_copy_constructor/value.cc: Likewise. + * testsuite/20_util/has_trivial_default_constructor/requirements/ + explicit_instantiation.cc: Likewise. + * testsuite/20_util/has_trivial_default_constructor/requirements/ + typedefs.cc: Likewise. + * testsuite/20_util/has_trivial_default_constructor/value.cc: + Likewise. + * testsuite/20_util/headers/type_traits/types_std_c++0x_neg.cc: + Check has_trivial_default_constructor, has_trivial_copy_constructor, + and has_trivial_copy_assign are not defined. + * testsuite/20_util/pair/requirements/dr801.cc: Remove commented out + tests. + * testsuite/20_util/tuple/requirements/dr801.cc: Likewise. + * testsuite/20_util/make_signed/requirements/typedefs_neg.cc: Adjust + dg-error line number. + * testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc: + Likewise. + +2016-08-02 Jonathan Wakely + + * testsuite/21_strings/basic_string/allocator/wchar_t/copy.cc: + Remove reundant check for _GLIBCXX_USE_WCHAR_T and fix char type. + * testsuite/21_strings/basic_string/allocator/wchar_t/copy_assign.cc: + Likewise. + * testsuite/21_strings/basic_string/allocator/wchar_t/minimal.cc: + Likewise. + * testsuite/21_strings/basic_string/allocator/wchar_t/move.cc: + Likewise. + * testsuite/21_strings/basic_string/allocator/wchar_t/move_assign.cc: + Likewise. + * testsuite/21_strings/basic_string/allocator/wchar_t/noexcept.cc: + Likewise. + * testsuite/21_strings/basic_string/allocator/wchar_t/swap.cc: + Likewise. + + * testsuite/lib/libstdc++.exp (check_v3_target_filesystem_ts): Improve + comments. + + * testsuite/19_diagnostics/error_code/operators/bool_neg.cc: Move + dg-error to relevant line. + * testsuite/19_diagnostics/error_condition/operators/bool_neg.cc: + Likewise. + * testsuite/20_util/ratio/cons/cons_overflow_neg.cc: Likewise. + + * scripts/testsuite_flags.in: Add -fno-show-column to cxxflags. + + * testsuite/18_support/bad_exception/23591_thread-1.c: Skip test if + options are present that aren't valid for C. + * testsuite/abi/header_cxxabi.c: Likewise. + + * testsuite/tr1/5_numerical_facilities/special_functions/16_hermite/ + check_value.cc: Do not add special functions to namespace std in TR1 + test. + + * testsuite/ext/special_functions/conf_hyperg/check_nan.cc: Only + run for C++11 and later. + * testsuite/ext/special_functions/conf_hyperg/check_value.cc: + Likewise. + * testsuite/ext/special_functions/conf_hyperg/compile.cc: Likewise. + * testsuite/ext/special_functions/hyperg/check_nan.cc: Likewise. + * testsuite/ext/special_functions/hyperg/check_value.cc: Likewise. + * testsuite/ext/special_functions/hyperg/compile.cc: Likewise. + * testsuite/special_functions/01_assoc_laguerre/check_nan.cc: + Likewise. + * testsuite/special_functions/01_assoc_laguerre/check_value.cc: + Likewise. + * testsuite/special_functions/01_assoc_laguerre/compile.cc: Likewise. + * testsuite/special_functions/01_assoc_laguerre/compile_2.cc: + Likewise. + * testsuite/special_functions/02_assoc_legendre/check_nan.cc: + Likewise. + * testsuite/special_functions/02_assoc_legendre/check_value.cc: + Likewise. + * testsuite/special_functions/02_assoc_legendre/compile.cc: Likewise. + * testsuite/special_functions/02_assoc_legendre/compile_2.cc: + * testsuite/special_functions/03_beta/check_nan.cc: Likewise. + * testsuite/special_functions/03_beta/check_value.cc: Likewise. + * testsuite/special_functions/03_beta/compile.cc: Likewise. + * testsuite/special_functions/03_beta/compile_2.cc: Likewise. + * testsuite/special_functions/04_comp_ellint_1/check_nan.cc: Likewise. + * testsuite/special_functions/04_comp_ellint_1/check_value.cc: + Likewise. + * testsuite/special_functions/04_comp_ellint_1/compile.cc: Likewise. + * testsuite/special_functions/04_comp_ellint_1/compile_2.cc: Likewise. + * testsuite/special_functions/05_comp_ellint_2/check_nan.cc: Likewise. + * testsuite/special_functions/05_comp_ellint_2/check_value.cc: + Likewise. + * testsuite/special_functions/05_comp_ellint_2/compile.cc: Likewise. + * testsuite/special_functions/05_comp_ellint_2/compile_2.cc: Likewise. + * testsuite/special_functions/06_comp_ellint_3/check_nan.cc: Likewise. + * testsuite/special_functions/06_comp_ellint_3/check_value.cc: + Likewise. + * testsuite/special_functions/06_comp_ellint_3/compile.cc: Likewise. + * testsuite/special_functions/06_comp_ellint_3/compile_2.cc: Likewise. + * testsuite/special_functions/07_cyl_bessel_i/check_nan.cc: Likewise. + * testsuite/special_functions/07_cyl_bessel_i/check_value.cc: + Likewise. + * testsuite/special_functions/07_cyl_bessel_i/compile.cc: Likewise. + * testsuite/special_functions/07_cyl_bessel_i/compile_2.cc: Likewise. + * testsuite/special_functions/07_cyl_bessel_i/pr56216.cc: Likewise. + * testsuite/special_functions/08_cyl_bessel_j/check_nan.cc: Likewise. + * testsuite/special_functions/08_cyl_bessel_j/check_value.cc: + Likewise. + * testsuite/special_functions/08_cyl_bessel_j/compile.cc: Likewise. + * testsuite/special_functions/08_cyl_bessel_j/compile_2.cc: Likewise. + * testsuite/special_functions/09_cyl_bessel_k/check_nan.cc: Likewise. + * testsuite/special_functions/09_cyl_bessel_k/check_value.cc: + Likewise. + * testsuite/special_functions/09_cyl_bessel_k/compile.cc: Likewise. + * testsuite/special_functions/09_cyl_bessel_k/compile_2.cc: Likewise. + * testsuite/special_functions/10_cyl_neumann/check_nan.cc: Likewise. + * testsuite/special_functions/10_cyl_neumann/check_value.cc: Likewise. + * testsuite/special_functions/10_cyl_neumann/compile.cc: Likewise. + * testsuite/special_functions/10_cyl_neumann/compile_2.cc: Likewise. + * testsuite/special_functions/11_ellint_1/check_nan.cc: Likewise. + * testsuite/special_functions/11_ellint_1/check_value.cc: Likewise. + * testsuite/special_functions/11_ellint_1/compile.cc: Likewise. + * testsuite/special_functions/11_ellint_1/compile_2.cc: Likewise. + * testsuite/special_functions/12_ellint_2/check_nan.cc: Likewise. + * testsuite/special_functions/12_ellint_2/check_value.cc: Likewise. + * testsuite/special_functions/12_ellint_2/compile.cc: Likewise. + * testsuite/special_functions/12_ellint_2/compile_2.cc: Likewise. + * testsuite/special_functions/13_ellint_3/check_nan.cc: Likewise. + * testsuite/special_functions/13_ellint_3/check_value.cc: Likewise. + * testsuite/special_functions/13_ellint_3/compile.cc: Likewise. + * testsuite/special_functions/13_ellint_3/compile_2.cc: Likewise. + * testsuite/special_functions/14_expint/check_nan.cc: Likewise. + * testsuite/special_functions/14_expint/check_value.cc: Likewise. + * testsuite/special_functions/14_expint/compile.cc: Likewise. + * testsuite/special_functions/14_expint/compile_2.cc: Likewise. + * testsuite/special_functions/15_hermite/check_nan.cc: Likewise. + * testsuite/special_functions/15_hermite/check_value.cc: Likewise. + * testsuite/special_functions/15_hermite/compile.cc: Likewise. + * testsuite/special_functions/15_hermite/compile_2.cc: Likewise. + * testsuite/special_functions/16_laguerre/check_nan.cc: Likewise. + * testsuite/special_functions/16_laguerre/check_value.cc: Likewise. + * testsuite/special_functions/16_laguerre/compile.cc: Likewise. + * testsuite/special_functions/16_laguerre/compile_2.cc: Likewise. + * testsuite/special_functions/17_legendre/check_nan.cc: Likewise. + * testsuite/special_functions/17_legendre/check_value.cc: Likewise. + * testsuite/special_functions/17_legendre/compile.cc: Likewise. + * testsuite/special_functions/17_legendre/compile_2.cc: Likewise. + * testsuite/special_functions/18_riemann_zeta/check_nan.cc: Likewise. + * testsuite/special_functions/18_riemann_zeta/check_value.cc: + Likewise. + * testsuite/special_functions/18_riemann_zeta/compile.cc: Likewise. + * testsuite/special_functions/18_riemann_zeta/compile_2.cc: Likewise. + * testsuite/special_functions/19_sph_bessel/check_nan.cc: Likewise. + * testsuite/special_functions/19_sph_bessel/check_value.cc: Likewise. + * testsuite/special_functions/19_sph_bessel/compile.cc: Likewise. + * testsuite/special_functions/19_sph_bessel/compile_2.cc: Likewise. + * testsuite/special_functions/20_sph_legendre/check_nan.cc: Likewise. + * testsuite/special_functions/20_sph_legendre/check_value.cc: + Likewise. + * testsuite/special_functions/20_sph_legendre/compile.cc: Likewise. + * testsuite/special_functions/20_sph_legendre/compile_2.cc: Likewise. + * testsuite/special_functions/21_sph_neumann/check_nan.cc: Likewise. + * testsuite/special_functions/21_sph_neumann/check_value.cc: Likewise. + * testsuite/special_functions/21_sph_neumann/compile.cc: Likewise. + * testsuite/special_functions/21_sph_neumann/compile_2.cc: Likewise. + + * testsuite/tr1/5_numerical_facilities/special_functions/ + 08_cyl_bessel_i/check_value.cc: Use __attribute__((unused)) instead + of [[gnu::unused]]. + * testsuite/tr1/5_numerical_facilities/special_functions/ + 09_cyl_bessel_j/check_value.cc: Likewise. + * testsuite/tr1/5_numerical_facilities/special_functions/ + 10_cyl_bessel_k/check_value.cc: Likewise. + * testsuite/tr1/5_numerical_facilities/special_functions/ + 11_cyl_neumann/check_value.cc: Likewise. + * testsuite/tr1/5_numerical_facilities/special_functions/ + 21_sph_bessel/check_value.cc: Likewise. + * testsuite/tr1/5_numerical_facilities/special_functions/ + 23_sph_neumann/check_value.cc: Likewise. + +2016-08-02 Rainer Orth + + * config/abi/post/solaris2.10/baseline_symbols.txt: Regenerate. + * config/abi/post/solaris2.10/amd64/baseline_symbols.txt: Likewise. + * config/abi/post/solaris2.10/sparcv9/baseline_symbols.txt: Likewise. + * config/abi/post/solaris2.11/baseline_symbols.txt: Likewise. + * config/abi/post/solaris2.11/amd64/baseline_symbols.txt: Likewise. + * config/abi/post/solaris2.11/sparcv9/baseline_symbols.txt: Likewise. + +2016-08-02 Jonathan Wakely + + * testsuite/29_atomics/atomic_flag/test_and_set/explicit-hle.cc: Skip + test if -flto used. + + * testsuite/lib/libstdc++.exp (v3-build_support): Add -fno-lto to + additional flags for compiling libtestc++.a objects. + +2016-08-01 Jonathan Wakely + + * include/bits/basic_string.h (data() const): Update comment. + (data()): Add non-const overload for C++17. + * testsuite/21_strings/basic_string/operations/data/char/2.cc: New. + * testsuite/21_strings/basic_string/operations/data/wchar_t/2.cc: New. + + * include/bits/basic_string.tcc: Disable explicit instantiation + declarations for C++17. + + * testsuite/23_containers/unordered_map/requirements/53339.cc: Remove + ignored "xfail" from { dg-do compile { xfail selector } } directive. + * testsuite/23_containers/unordered_multimap/requirements/53339.cc: + Likewise. + * testsuite/26_numerics/headers/cmath/ + c99_classification_macros_c++11.cc: Likewise. + * testsuite/26_numerics/headers/cmath/ + c99_classification_macros_c++98.cc: Likewise. + * testsuite/26_numerics/headers/cmath/ + c99_classification_macros_c.cc: Likewise. + + * testsuite/backward/hash_set/check_construct_destroy.cc: Account + for different construct/destroy counts in C++98 mode. + + * testsuite/17_intro/freestanding.cc: Remove "-x c" from dg-options. + + * testsuite/20_util/tuple/cons/66338.cc: Limit test to C++11 and + later. + * testsuite/20_util/tuple/cons/element_accepts_anything_byval.cc: + Likewise. + + * testsuite/25_algorithms/lower_bound/debug/irreflexive.cc: Use + C++98-compatible initialization for array. + + * testsuite/20_util/shared_ptr/assign/auto_ptr_rvalue.cc: Remove + unused header and variable from compile-only test. + * testsuite/20_util/shared_ptr/assign/unique_ptr_rvalue.cc: Likewise. + * testsuite/28_regex/basic_regex/assign/char/cstring.cc: Likewise. + * testsuite/28_regex/basic_regex/ctors/string_wchar_t.cc: Likewise. + * testsuite/experimental/memory/shared_ptr/cons/copy_ctor_neg.cc: + Likewise. + + * testsuite/experimental/string_view/operations/rfind/char/2.cc: + Remove duplicate dg-options directive. + + * testsuite/20_util/specialized_algorithms/uninitialized_copy/ + 808590.cc: Use -std=gnu++98 instead of -std=gnu++03. + + * testsuite/20_util/make_signed/requirements/typedefs-2.cc: Remove + linker options from compile-only tests. + * testsuite/20_util/make_unsigned/requirements/typedefs-2.cc: + Likewise. + + * testsuite/27_io/ios_base/types/fmtflags/case_label.cc: Make test + supported for C++11 and later. + * testsuite/27_io/ios_base/types/iostate/case_label.cc: Likewise. + * testsuite/27_io/ios_base/types/openmode/case_label.cc: Likewise. + +2016-08-01 Uros Bizjak + + * config/abi/post/alpha-linux-gnu/baseline_symbols.txt: Update. + +2016-07-31 Jonathan Wakely + + * testsuite/20_util/conditional/requirements/typedefs.cc: Change to + compile-only test. + + * testsuite/29_atomics/atomic_flag/test_and_set/explicit-hle.cc: + Ensure test is compiled with optimization. + + * testsuite/23_containers/list/requirements/dr438/insert_neg.cc: + Adjust dg-prune-output pattern for error in C++98 mode. + + * testsuite/28_regex/basic_regex/ctors/basic/raw_string.cc: Only + run for C++11 or later. + + * testsuite/28_regex/basic_regex/ctors/basic/raw_string.cc: Fix + test to not rely on GNU extension (escaped normal characters in POSIX + BRE). Enable tests for other strings which are now supported. + + * testsuite/20_util/pair/astuple/get_neg.cc: Use effective-target + c++11 instead of setting -std=gnu++14. + + PR libstdc++/72745 + * include/std/array (get): Use positive message for static assertions. + * include/std/functional (_Safe_tuple_element_t): Fix indentation. + * include/std/tuple (tuple_element>): Add partial + specialization for invalid indices, with static assertion. + * testsuite/20_util/tuple/element_access/get_neg.cc: New test. + + * testsuite/20_util/duration/requirements/typedefs_neg3.cc: Move + dg-error to relevant line. + * testsuite/20_util/headers/type_traits/types_std_c++0x_neg.cc: + Likewise. + * testsuite/23_containers/forward_list/requirements/dr438/ + assign_neg.cc: Likewise. + * testsuite/23_containers/forward_list/requirements/dr438/ + constructor_1_neg.cc: Likewise. + * testsuite/23_containers/forward_list/requirements/dr438/ + constructor_2_neg.cc: Likewise. + * testsuite/23_containers/forward_list/requirements/dr438/ + insert_neg.cc: Likewise. + * testsuite/26_numerics/headers/cmath/types_std_c++0x_neg.cc: + Likewise. + * testsuite/26_numerics/random/linear_congruential_engine/ + requirements/non_uint_neg.cc: Likewise. + * testsuite/29_atomics/headers/atomic/types_std_c++0x_neg.cc: + Likewise. Also test for std::atomic_address. + +2016-07-31 Ville Voutilainen + + Add missing variable traits, fix testsuite failures. + * include/bits/uses_allocator.h (uses_allocator_v): New. + * include/std/functional (is_bind_expression_v, is_placeholder_v): + Likewise. + * testsuite/20_util/bind/is_placeholder_v.cc: Likewise. + * testsuite/20_util/declval/requirements/1_neg.cc: Adjust. + * testsuite/20_util/duration/literals/range.cc: Likewise. + * testsuite/20_util/duration/requirements/typedefs_neg1.cc: Likewise. + * testsuite/20_util/duration/requirements/typedefs_neg2.cc: Likewise. + * testsuite/20_util/duration/requirements/typedefs_neg3.cc: Likewise. + * testsuite/20_util/make_signed/requirements/typedefs_neg.cc: Likewise. + * testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc: + Likewise. + * testsuite/20_util/ratio/operations/ops_overflow_neg.cc: Likewise. + * testsuite/20_util/uses_allocator/requirements/uses_allocator_v.cc: + New. + +2016-07-31 Jonathan Wakely + + * testsuite/18_support/numeric_limits/40856.cc [__STRICT_ANSI__]: Do + not test 128-bit types. + * testsuite/20_util/is_floating_point/value.cc: Likewise. + * testsuite/20_util/is_integral/value.cc: Likewise. + * testsuite/20_util/is_signed/value.cc: Likewise. + * testsuite/20_util/is_unsigned/value.cc: Likewise. + * testsuite/20_util/make_signed/requirements/typedefs-1.cc: Likewise. + * testsuite/20_util/make_signed/requirements/typedefs-2.cc: Likewise. + * testsuite/20_util/make_unsigned/requirements/typedefs-1.cc: + Likewise. + * testsuite/20_util/make_unsigned/requirements/typedefs-2.cc: + Likewise. + + * testsuite/26_numerics/headers/cstdlib/54686.c: Rename to 54686.cc. + +2016-07-29 Ville Voutilainen + + Implement C++17 variable templates for type traits. + * include/std/chrono (treat_as_floating_point_v): New. + * include/std/ratio (ratio_equal_v, ratio_not_equal_v) + (ratio_less_v, ratio_less_equal_v, ratio_greater_v) + (ratio_greater_equal_v): Likewise. + * include/std/system_error (is_error_code_enum_v) + (is_error_condition_enum_v): Likewise. + * include/std/tuple (tuple_size_v): Likewise. + * type_traits (conjunction_v, disjunction_v, negation_v) + (is_void_v, is_null_pointer_v, is_integral_v, is_floating_point_v) + (is_array_v, is_pointer_v, is_lvalue_reference_v) + (is_rvalue_reference_v, is_member_object_pointer_v) + (is_member_function_pointer_v, is_enum_v, is_union_v) + (is_class_v, is_function_v, is_reference_v, is_arithmetic_v) + (is_fundamental_v, is_object_v, is_scalar_v, is_compound_v) + (is_member_pointer_v, is_const_v, is_volatile_v, is_trivial_v) + (is_trivially_copyable_v, is_standard_layout_v) + (is_pod_v, is_literal_type_v, is_empty_v, is_polymorphic_v) + (is_abstract_v, is_final_v, is_signed_v, is_unsigned_v) + (is_constructible_v, is_default_constructible_v) + (is_copy_constructible_v, is_move_constructible_v) + (is_assignable_v, is_copy_assignable_v, is_move_assignable_v) + (is_destructible_v, is_trivially_constructible_v) + (is_trivially_default_constructible_v) + (is_trivially_copy_constructible_v, is_trivially_move_constructible_v) + (is_trivially_assignable_v, is_trivially_copy_assignable_v) + (is_trivially_move_assignable_v, is_trivially_destructible_v) + (is_nothrow_constructible_v, is_nothrow_default_constructible_v) + (is_nothrow_copy_constructible_v, is_nothrow_move_constructible_v) + (is_nothrow_assignable_v, is_nothrow_copy_assignable_v) + (is_nothrow_move_assignable_v, is_nothrow_destructible_v) + (has_virtual_destructor_v, alignment_of_v, rank_v, extent_v) + (is_same_v, is_base_of_v, is_convertible_v): Likewise. + * testsuite/19_diagnostics/error_code/is_error_code_v.cc: Likewise. + * testsuite/20_util/duration/requirements/treat_as_floating_point_v.cc: + Likewise. + * testsuite/20_util/ratio/requirements/ratio_equal_v.cc: Likewise. + * testsuite/20_util/tuple/tuple_size_v.cc: Likewise. + * testsuite/20_util/variable_templates_for_traits.cc: Likewise. + +2016-07-29 Andreas Schwab + + * config/abi/post/aarch64-linux-gnu/baseline_symbols.txt: Update. + * config/abi/post/ia64-linux-gnu/baseline_symbols.txt: Update. + * config/abi/post/m68k-linux-gnu/baseline_symbols.txt: Update. + +2016-07-29 Jonathan Wakely + + * doc/xml/manual/abi.xml: Document 6.0.22 library version. + * doc/html/manual/abi.html: Regenerate. + + * acinclude.m4 (libtool_VERSION): Bump to 6:23:0. + * config/abi/pre/gnu.ver: Add 3.4.23 version for new basic_string + symbols. + * configure: Regenerate. + * testsuite/util/testsuite_abi.cc: Add new symbol version. + + * config/abi/post/i386-linux-gnu/baseline_symbols.txt: Update. + * config/abi/post/i486-linux-gnu/baseline_symbols.txt: Likewise. + * config/abi/post/powerpc-linux-gnu/baseline_symbols.txt: Likewise. + * config/abi/post/powerpc64-linux-gnu/32/baseline_symbols.txt: + Likewise. + * config/abi/post/powerpc64-linux-gnu/baseline_symbols.txt: Likewise. + * config/abi/post/x86_64-linux-gnu/32/baseline_symbols.txt: Likewise. + * config/abi/post/x86_64-linux-gnu/baseline_symbols.txt: Likewise. + +2016-07-28 Jonathan Wakely + + * testsuite/23_containers/deque/requirements/dr438/assign_neg.cc: + Adjust dg-prune-output pattern for error in C++98 mode. + * testsuite/23_containers/deque/requirements/dr438/ + constructor_1_neg.cc: Likewise. + * testsuite/23_containers/deque/requirements/dr438/ + constructor_2_neg.cc: Likewise. + * testsuite/23_containers/deque/requirements/dr438/insert_neg.cc: + Likewise. + * testsuite/23_containers/list/requirements/dr438/assign_neg.cc: + Likewise. + * testsuite/23_containers/list/requirements/dr438/ + constructor_1_neg.cc: Likewise. + * testsuite/23_containers/list/requirements/dr438/insert_neg.cc: + Likewise. + * testsuite/23_containers/vector/requirements/dr438/assign_neg.cc: + Likewise. + * testsuite/23_containers/vector/requirements/dr438/ + constructor_1_neg.cc: Likewise. + * testsuite/23_containers/vector/requirements/dr438/ + constructor_2_neg.cc: Likewise. + * testsuite/23_containers/vector/requirements/dr438/insert_neg.cc: + Likewise. + + * testsuite/23_containers/vector/check_construct_destroy.cc: Account + for different construct/destroy counts in C++98 mode. + + * testsuite/17_intro/headers/c++2011/stdc++.cc: Change target-specific + dg-options to dg-additional-options so that default options are used. + * testsuite/17_intro/headers/c++2011/stdc++_multiple_inclusion.cc: + Likewise. + * testsuite/17_intro/headers/c++2014/stdc++.cc: Likewise. + * testsuite/17_intro/headers/c++2014/stdc++_multiple_inclusion.cc: + Likewise. + * testsuite/29_atomics/atomic_flag/test_and_set/explicit-hle.cc: + Use dg-additional-options instead of repeating the common options. + + * testsuite/22_locale/conversions/string/1.cc: Remove unintended + dg-do compile directive. + * testsuite/26_numerics/headers/cmath/fabs_inline.cc: Fix syntax of + dg-do directive. + * testsuite/26_numerics/valarray/const_bracket.cc: Likewise. + +2016-07-28 Ville Voutilainen + + Implement std::string_view and P0254r2, + Integrating std::string_view and std::string. + * include/Makefile.am: Add string_view and string_view.tcc + to the exported headers. + * include/Makefile.in: Likewise. + * include/bits/basic_string.h: Include in C++17 mode. + (__sv_type): New. + (basic_string(__sv_type, const _Alloc&)): Likewise. + (operator=(__sv_type)): Likewise. + (operator __sv_type()): Likewise. + (operator+=(__sv_type)): Likewise. + (append(__sv_type __sv)): Likewise. + (append(__sv_type, size_type, size_type)): Likewise. + (assign(__sv_type)): Likewise. + (assign(__sv_type, size_type, size_type)): Likewise. + (insert(size_type, __sv_type)): Likewise. + (insert(size_type, __sv_type, size_type, size_type)): Likewise. + (replace(size_type, size_type, __sv_type)): Likewise. + (replace(size_type, size_type, __sv_type, size_type, size_type)): + Likewise. + (replace(const_iterator, const_iterator, __sv_type)): Likewise. + (find(__sv_type, size_type)): Likewise. + (rfind(__sv_type, size_type)): Likewise. + (find_first_of(__sv_type, size_type)): Likewise. + (find_last_of(__sv_type, size_type)): Likewise. + (find_first_not_of(__sv_type, size_type)): Likewise. + (find_last_not_of(__sv_type, size_type)): Likewise. + (compare(__sv_type)): Likewise. + (compare(size_type, size_type, __sv_type)): Likewise. + (compare(size_type, size_type, __sv_type, size_type, size_type)): + Likewise. + * include/bits/string_view.tcc: New. + * include/std/string_view: Likewise. + * testsuite/21_strings/basic_string/cons/char/7.cc: Likewise. + * testsuite/21_strings/basic_string/cons/wchar_t/7.cc: Likewise. + * testsuite/21_strings/basic_string/modifiers/append/char/4.cc: + Likewise. + * testsuite/21_strings/basic_string/modifiers/append/wchar_t/4.cc: + Likewise. + * testsuite/21_strings/basic_string/modifiers/assign/char/4.cc: + Likewise. + * testsuite/21_strings/basic_string/modifiers/assign/wchar_t/4.cc: + Likewise. + * testsuite/21_strings/basic_string/modifiers/insert/char/3.cc: + Likewise. + * testsuite/21_strings/basic_string/modifiers/insert/wchar_t/3.cc: + Likewise. + * testsuite/21_strings/basic_string/modifiers/replace/char/7.cc: + Likewise. + * testsuite/21_strings/basic_string/modifiers/replace/wchar_t/7.cc: + Likewise. + * testsuite/21_strings/basic_string/operations/compare/char/2.cc: + Likewise. + * testsuite/21_strings/basic_string/operations/compare/wchar_t/2.cc: + Likewise. + * testsuite/21_strings/basic_string/operations/find/char/5.cc: + Likewise. + * testsuite/21_strings/basic_string/operations/find/wchar_t/5.cc: + Likewise. + * testsuite/21_strings/basic_string/operators/char/5.cc: Likewise. + * testsuite/21_strings/basic_string/operators/wchar_t/5.cc: Likewise. + * testsuite/21_strings/basic_string_view/capacity/1.cc: Likewise. + * testsuite/21_strings/basic_string_view/cons/char/1.cc: Likewise. + * testsuite/21_strings/basic_string_view/cons/char/2.cc: Likewise. + * testsuite/21_strings/basic_string_view/cons/char/3.cc: Likewise. + * testsuite/21_strings/basic_string_view/cons/wchar_t/1.cc: Likewise. + * testsuite/21_strings/basic_string_view/cons/wchar_t/2.cc: Likewise. + * testsuite/21_strings/basic_string_view/cons/wchar_t/3.cc: Likewise. + * testsuite/21_strings/basic_string_view/element_access/char/1.cc: + Likewise. + * testsuite/21_strings/basic_string_view/element_access/char/2.cc: + Likewise. + * testsuite/21_strings/basic_string_view/element_access/char/empty.cc: + Likewise. + * testsuite/21_strings/basic_string_view/element_access/char/front_back.cc: + Likewise. + * testsuite/21_strings/basic_string_view/element_access/wchar_t/1.cc: + Likewise. + * testsuite/21_strings/basic_string_view/element_access/wchar_t/2.cc: + Likewise. + * testsuite/21_strings/basic_string_view/element_access/wchar_t/empty.cc: + Likewise. + * testsuite/21_strings/basic_string_view/element_access/wchar_t/front_back.cc: + Likewise. + * testsuite/21_strings/basic_string_view/include.cc: Likewise. + * testsuite/21_strings/basic_string_view/inserters/char/1.cc: Likewise. + * testsuite/21_strings/basic_string_view/inserters/char/2.cc: Likewise. + * testsuite/21_strings/basic_string_view/inserters/char/3.cc: Likewise. + * testsuite/21_strings/basic_string_view/inserters/pod/10081-out.cc: + Likewise. + * testsuite/21_strings/basic_string_view/inserters/wchar_t/1.cc: + Likewise. + * testsuite/21_strings/basic_string_view/inserters/wchar_t/2.cc: + Likewise. + * testsuite/21_strings/basic_string_view/inserters/wchar_t/3.cc: + Likewise. + * testsuite/21_strings/basic_string_view/modifiers/remove_prefix/char/1.cc: + Likewise. + * testsuite/21_strings/basic_string_view/modifiers/remove_prefix/wchar_t/1.cc: + Likewise. + * testsuite/21_strings/basic_string_view/modifiers/remove_suffix/char/1.cc: + Likewise. + * testsuite/21_strings/basic_string_view/modifiers/remove_suffix/wchar_t/1.cc: + Likewise. + * testsuite/21_strings/basic_string_view/operations/compare/char/1.cc: + Likewise. + * testsuite/21_strings/basic_string_view/operations/compare/char/13650.cc: + Likewise. + * testsuite/21_strings/basic_string_view/operations/compare/wchar_t/1.cc: + Likewise. + * testsuite/21_strings/basic_string_view/operations/compare/wchar_t/13650.cc: + Likewise. + * testsuite/21_strings/basic_string_view/operations/copy/char/1.cc: + Likewise. + * testsuite/21_strings/basic_string_view/operations/copy/wchar_t/1.cc: + Likewise. + * testsuite/21_strings/basic_string_view/operations/data/char/1.cc: + Likewise. + * testsuite/21_strings/basic_string_view/operations/data/wchar_t/1.cc: + Likewise. + * testsuite/21_strings/basic_string_view/operations/find/char/1.cc: + Likewise. + * testsuite/21_strings/basic_string_view/operations/find/char/2.cc: + Likewise. + * testsuite/21_strings/basic_string_view/operations/find/char/3.cc: + Likewise. + * testsuite/21_strings/basic_string_view/operations/find/char/4.cc: + Likewise. + * testsuite/21_strings/basic_string_view/operations/find/wchar_t/1.cc: + Likewise. + * testsuite/21_strings/basic_string_view/operations/find/wchar_t/2.cc: + Likewise. + * testsuite/21_strings/basic_string_view/operations/find/wchar_t/3.cc: + Likewise. + * testsuite/21_strings/basic_string_view/operations/find/wchar_t/4.cc: + Likewise. + * testsuite/21_strings/basic_string_view/operations/rfind/char/1.cc: + Likewise. + * testsuite/21_strings/basic_string_view/operations/rfind/char/2.cc: + Likewise. + * testsuite/21_strings/basic_string_view/operations/rfind/char/3.cc: + Likewise. + * testsuite/21_strings/basic_string_view/operations/rfind/wchar_t/1.cc: + Likewise. + * testsuite/21_strings/basic_string_view/operations/rfind/wchar_t/2.cc: + Likewise. + * testsuite/21_strings/basic_string_view/operations/rfind/wchar_t/3.cc: + Likewise. + * testsuite/21_strings/basic_string_view/operations/string_conversion/1.cc: + Likewise. + * testsuite/21_strings/basic_string_view/operations/substr/char/1.cc: + Likewise. + * testsuite/21_strings/basic_string_view/operations/substr/wchar_t/1.cc: + Likewise. + * testsuite/21_strings/basic_string_view/operators/char/2.cc: Likewise. + * testsuite/21_strings/basic_string_view/operators/wchar_t/2.cc: + Likewise. + * testsuite/21_strings/basic_string_view/range_access/char/1.cc: + Likewise. + * testsuite/21_strings/basic_string_view/range_access/wchar_t/1.cc: + Likewise. + * testsuite/21_strings/basic_string_view/requirements/explicit_instantiation/1.cc: + Likewise. + * testsuite/21_strings/basic_string_view/requirements/explicit_instantiation/char/1.cc: + Likewise. + * testsuite/21_strings/basic_string_view/requirements/explicit_instantiation/char16_t/1.cc: + Likewise. + * testsuite/21_strings/basic_string_view/requirements/explicit_instantiation/char32_t/1.cc: + Likewise. + * testsuite/21_strings/basic_string_view/requirements/explicit_instantiation/wchar_t/1.cc: + Likewise. + * testsuite/21_strings/basic_string_view/requirements/typedefs.cc: + Likewise. + * testsuite/21_strings/basic_string_view/typedefs.cc: Likewise. + * testsuite/21_strings/basic_string_view/types/1.cc: Likewise. + +2016-07-27 Jonathan Wakely + + * testsuite/20_util/forward/1_neg.cc: Move dg-error to right line. + +2016-07-25 Georeth Chow + + * include/ext/ropeimpl.h (rope<>::_S_dump(_RopeRep*, int)): Qualify + _S_concat enumerator. + * testsuite/ext/rope/6.cc: New test. + +2016-07-25 Jonathan Wakely + + * testsuite/20_util/shared_ptr/thread/default_weaktoshared.cc: Use + std::mt19937, std::thread and std::atomic to simplify test. + * testsuite/20_util/shared_ptr/thread/mutex_weaktoshared.cc: Likewise. + +2016-07-22 Jonathan Wakely + + PR libstdc++/71964 + * include/bits/basic_string.h [_GLIBCXX_USE_CXX11_ABI] + (basic_string::_Alloc_hider(pointer, _Alloc&&)): Add constructor. + * include/bits/stl_tree.h (_Rb_tree(_Rb_tree&&)): Move allocator. + * testsuite/21_strings/basic_string/allocator/71964.cc: New test. + * testsuite/23_containers/set/allocator/71964.cc: New test. + + * testsuite/lib/libstdc++.exp (check_v3_target_namedlocale): Use + delete[] instead of delete. + +2016-07-21 Jonathan Wakely + + * include/experimental/propagate_const (propagate_const::__t): Rename + to _M_t and remove comment. Qualify std::move and std::forward. + * testsuite/experimental/propagate_const/cons/default.cc: Fix test. + + * testsuite/23_containers/vector/zero_sized_allocations.cc: + Define sized deallocation function. + * testsuite/util/testsuite_new_operators.h: + (operator delete(void*, const std::nothrow_t&)): Define nothrow + deallocation function. + + * testsuite/21_strings/basic_string/modifiers/append/char/1.cc: Fix + reads past the end of strings. + * testsuite/21_strings/basic_string/operations/compare/char/1.cc: + Likewise. + * testsuite/21_strings/char_traits/requirements/short/1.cc: Fix + invalid array accesses. + * testsuite/experimental/string_view/operations/compare/char/1.cc: + Fix read past the end of string. + * testsuite/util/testsuite_character.cc: Fix out-of-bounds write. + + * testsuite/24_iterators/container_access.cc: Fix missing returns. + * testsuite/24_iterators/range_access_cpp14.cc: Likewise. + + * testsuite/18_support/new_delete_placement.cc: Don't allocate (and + leak) memory for arguments to placement delete. + * testsuite/20_util/addressof/1.cc: Don't leak memory. + * testsuite/22_locale/locale/global_locale_objects/3.cc: Likewise. + * testsuite/23_containers/unordered_multimap/insert/55028-debug.cc: + Likewise. + +2016-07-20 Jonathan Wakely + + * doc/xml/manual/intro.xml: Document DR 2684 status. + * doc/html/*: Regenerate. + + * include/std/atomic (atomic_int8_t, atomic_uint8_t, atomic_int16_t) + (atomic_uint16_t, atomic_int32_t, atomic_uint32_t, atomic_int64_t) + (atomic_uint64_t): Define (LWG 2441). + * testsuite/29_atomics/headers/atomic/std_c++0x_neg.cc: Remove empty + lines. + * testsuite/29_atomics/headers/atomic/types_std_c++0x.cc: Test for + the new types. + * doc/xml/manual/intro.xml: Document DR 2441 status. + + * include/std/istream (operator>>(basic_istream&&, _Tp&)): Adjust + to use perfect forwarding (LWG 2328). + * testsuite/27_io/rvalue_streams.cc: Test perfect forwarding. + * doc/xml/manual/intro.xml: Document DR 2328 status. + + * libsupc++/pbase_type_info.cc (__pbase_type_info::__do_catch): Use + static objects for catching nullptr as pointer to member types. + +2016-07-18 Ville Voutilainen + + Clean up optional's comments. + * include/std/optional: Remove incorrect section headers + from comments when redundant, replace bare section + headers with more descriptive comments. + +2016-07-15 Jonathan Wakely + + * include/bits/algorithmfwd.h: Change C++0x to C++11 in comments. + * include/bits/move.h: Likewise. + * include/bits/postypes.h: Likewise. + * include/debug/bitset: Likewise. + * include/ext/pb_ds/detail/type_utils.hpp: Likewise. + * include/ext/string_conversions.h: Change C++0x to __cxx11 in + comment. + * testsuite/27_io/fpos/14320-1.cc: Change C++0x to C++11 in comment. + * testsuite/util/thread/all.h: Likewise. + + * include/bits/stl_algo.h (for_each): Remove redundant _GLIBCXX_MOVE + and adjust comment. + + PR c++/58796 + * libsupc++/pbase_type_info.cc (__pbase_type_info::__do_catch): Make + nullptr match handlers of pointer type. + +2016-07-15 Edward Smith-Rowland <3dw4rd@verizon.net> + + Implement C++17 P0025 clamp. + * include/bits/algorithmfwd.h: Declare clamp overloads. + * include/bits/stl_algo.h: Implement clamp. Feature __cpp_lib_clamp. + * testsuite/25_algorithms/clamp/1.cc: New test. + * testsuite/25_algorithms/clamp/2.cc: New test. + * testsuite/25_algorithms/clamp/constexpr.cc: New test. + * testsuite/25_algorithms/clamp/requirements/explicit_instantiation/ + 1.cc: New test. + * testsuite/25_algorithms/clamp/requirements/explicit_instantiation/ + pod.cc: New test. + +2016-07-14 Ville Voutilainen + + Fix the constraints for any's assignment operator template to properly + reject assignment from a non-copyable lvalue. + * include/std/any (operator=(_ValueType&&)): Constrain the decayed + type for is_copy_constructible, + * testsuite/20_util/any/requirements.cc: Add a test for + non-copyable lvalues. + +2016-07-14 Jonathan Wakely + + * include/experimental/functional: Include in + Parallel Mode. + + * testsuite/experimental/functional/searchers.cc: Include + for std::search. + + PR libstdc++/70716 + * include/bits/forward_list.h (forward_list): Update doxygen comments + to reflect allocator propagation semantics. Remove ambiguous + statements about data being lost. + * include/bits/stl_deque.h (deque): Likewise. + * include/bits/stl_list.h (list): Likewise. + * include/bits/stl_map.h (map): Likewise. + * include/bits/stl_multimap.h (multimap): Likewise. + * include/bits/stl_multiset.h (multiset): Likewise. + * include/bits/stl_set.h (set): Likewise. + * include/bits/stl_vector.h (vector): Likewise. + * include/bits/unordered_map.h (unordered_map, unordered_multimap): + Likewise. + * include/bits/unordered_set.h (unordered_set, unordered_multiset): + Likewise. + +2016-07-14 Ville Voutilainen + + Implement P0032R3, Homogeneous interface for variant, any and optional, + for the parts concerning any and optional. + * include/std/any (_Storage()): Make constexpr and have it + initialize _M_ptr. + (any()): Make constexpr. + (any(const any&)): Adjust. + (any(any&&)): Likewise. + (__any_constructible_t): New. + (any(_ValueType&&)): Constrain. + (any(in_place_type_t<_Tp>, _Args&&...)): New. + (any(in_place_type_t<_Tp>, initializer_list<_Up>, _Args&&...)): + Likewise. + (~any()): Adjust. + (operator=(const any&)): Likewise. + (operator=(any&&)): Likewise. + (operator=(_ValueType&&)): Constrain. + (emplace(_Args&&...)): New. + (emplace(initializer_list<_Up>, _Args&&...)): Likewise. + (clear()): Remove. + (reset()): New. + (swap(any&)): Adjust. + (empty()): Remove. + (has_value()): New. + (type()): Adjust. + (_Manager_internal::_S_create(_Storage&, _Args&&...)): New. + (_Manager_external::_S_create(_Storage&, _Args&&...)): Likewise. + (make_any(_Args&&...)): Likewise. + (make_any(initializer_list<_Up>, _Args&&...)): Likewise. + * include/std/optional (in_place_t, in_place): Remove. + (bad_optional_access): Add a comment referring to LEWG 72. + (emplace(_Args&&...)): Constrain. + (has_value()): New. + (reset()): Likewise. + (make_optional(_Args&&...)): Likewise. + (make_optional(initializer_list<_Up>, _Args&&...)): Likewise. + * include/std/utility (in_place_tag): New. + (__in_place, __in_place_type, __in_place_index): Likewise. + (in_place_t, in_place_type_t, in_place_index_t): Likewise. + (in_place(__in_place*)): Likewise. + (in_place(__in_place_type<_Tp>*)): Likewise. + (in_place(__in_place_index<_Idx>*)): Likewise. + * testsuite/20_util/any/assign/1.cc: Adjust. + * testsuite/20_util/any/assign/emplace.cc: New. + * testsuite/20_util/any/assign/self.cc: Adjust. + * testsuite/20_util/any/cons/1.cc: Likewise. + * testsuite/20_util/any/cons/in_place.cc: New. + * testsuite/20_util/any/make_any.cc: Likewise. + * testsuite/20_util/any/misc/any_cast_neg.cc: Adjust. + * testsuite/20_util/any/misc/swap.cc: Likewise. + * testsuite/20_util/any/modifiers/1.cc: Likewise. + * testsuite/20_util/any/requirements.cc: New. + * testsuite/20_util/in_place/requirements.cc: Likewise. + * testsuite/20_util/optional/constexpr/in_place.cc: Adjust. + * testsuite/20_util/optional/in_place.cc: Likewise. + * testsuite/20_util/optional/make_optional.cc: Add tests for + the new overloads of make_optional. + +2016-07-13 Ville Voutilainen + + Implement P0307R2, Making Optional Greater Equal Again. + * include/experimental/optional (_Has_addressof): Fix the comment. + * include/std/optional (_Has_addressof): Likewise. + (operator=(_Up&&)): Constrain. + (operator=(const optional<_Up>&)): Likewise. + (operator=(optional<_Up>&&)): Likewise. + (__optional_relop_t): New. + (operator==(const optional<_Tp>&, const optional<_Tp>&)): Constrain. + (operator!=(const optional<_Tp>&, const optional<_Tp>&)): + Constrain and make transparent. + (operator<(const optional<_Tp>&, const optional<_Tp>&)): Constrain. + (operator>(const optional<_Tp>&, const optional<_Tp>&)): + Constrain and make transparent. + (operator<=(const optional<_Tp>&, const optional<_Tp>&)): Likewise. + (operator>=(const optional<_Tp>&, const optional<_Tp>&)): Likewise. + (operator==(const optional<_Tp>&, const _Tp&): Constrain. + (operator==(const _Tp&, const optional<_Tp>&)): Likewise. + (operator!=(const optional<_Tp>&, _Tp const&)): + Constrain and make transparent. + (operator!=(const _Tp&, const optional<_Tp>&)): Likewise. + (operator<(const optional<_Tp>&, const _Tp&)): Constrain. + (operator<(const _Tp&, const optional<_Tp>&)): Likewise. + (operator>(const optional<_Tp>&, const _Tp&)): + Constrain and make transparent. + (operator>(const _Tp&, const optional<_Tp>&)): Likewise. + (operator<=(const optional<_Tp>&, const _Tp&)): Likewise. + (operator<=(const _Tp&, const optional<_Tp>&)): Likewise. + (operator>=(const optional<_Tp>&, const _Tp&)): Likewise. + (operator>=(const _Tp&, const optional<_Tp>&)): Likewise. + * testsuite/20_util/optional/constexpr/relops/2.cc: Adjust. + * testsuite/20_util/optional/constexpr/relops/4.cc: Likewise. + * testsuite/20_util/optional/relops/1.cc: Likewise. + * testsuite/20_util/optional/relops/2.cc: Likewise. + * testsuite/20_util/optional/relops/3.cc: Likewise. + * testsuite/20_util/optional/relops/4.cc: Likewise. + * testsuite/20_util/optional/requirements.cc: Add tests to verify + that optional's relops are transparent and don't synthesize + operators. Also test that assignment sfinaes. + +2016-07-13 Jonathan Wakely + + PR libstdc++/71856 + * include/bits/c++config (_GLIBCXX_ASSERTIONS): Define to 1 not empty. + * include/parallel/compiletime_settings.h (_GLIBCXX_ASSERTIONS): + Rename to _GLIBCXX_PARALLEL_ASSERTIONS and make default value depend + on _GLIBCXX_ASSERTIONS. + * include/parallel/balanced_quicksort.h: Rename _GLIBCXX_ASSERTIONS. + Include for sleep. + * include/parallel/losertree.h: Rename _GLIBCXX_ASSERTIONS. + * include/parallel/merge.h: Likewise. + * include/parallel/multiway_merge.h: Likewise. + * include/parallel/partition.h: Likewise. + * include/parallel/queue.h: Likewise. + * include/parallel/sort.h: Likewise. + * testsuite/25_algorithms/headers/algorithm/ + parallel_algorithm_assert.cc: New. + + * include/bits/basic_string.h [_GLIBCXX_USE_CXX11_ABI] + (replace(__const_iterator, __const_iterator, initializer_list)): + Forward to different overload. + + * include/bits/allocated_ptr.h (__allocated_ptr::_S_raw_ptr): Make + static. + +2016-07-13 Jonathan Wakely + + Revert "Add non-const overload of std::string::data()". + +2016-07-13 Ville Voutilainen + + Implement P0307R2, Making Optional Greater Equal Again. + * include/experimental/optional (_Has_addressof): Fix the comment. + * include/std/optional (_Has_addressof): Likewise. + (operator=(_Up&&)): Constrain. + (operator=(const optional<_Up>&)): Likewise. + (operator=(optional<_Up>&&)): Likewise. + (__optional_relop_t): New. + (operator==(const optional<_Tp>&, const optional<_Tp>&)): Constrain. + (operator!=(const optional<_Tp>&, const optional<_Tp>&)): + Constrain and make transparent. + (operator<(const optional<_Tp>&, const optional<_Tp>&)): Constrain. + (operator>(const optional<_Tp>&, const optional<_Tp>&)): + Constrain and make transparent. + (operator<=(const optional<_Tp>&, const optional<_Tp>&)): Likewise. + (operator>=(const optional<_Tp>&, const optional<_Tp>&)): Likewise. + (operator==(const optional<_Tp>&, const _Tp&): Constrain. + (operator==(const _Tp&, const optional<_Tp>&)): Likewise. + (operator!=(const optional<_Tp>&, _Tp const&)): + Constrain and make transparent. + (operator!=(const _Tp&, const optional<_Tp>&)): Likewise. + (operator<(const optional<_Tp>&, const _Tp&)): Constrain. + (operator<(const _Tp&, const optional<_Tp>&)): Likewise. + (operator>(const optional<_Tp>&, const _Tp&)): + Constrain and make transparent. + (operator>(const _Tp&, const optional<_Tp>&)): Likewise. + (operator<=(const optional<_Tp>&, const _Tp&)): Likewise. + (operator<=(const _Tp&, const optional<_Tp>&)): Likewise. + (operator>=(const optional<_Tp>&, const _Tp&)): Likewise. + (operator>=(const _Tp&, const optional<_Tp>&)): Likewise. + * testsuite/20_util/optional/constexpr/relops/2.cc: Adjust. + * testsuite/20_util/optional/constexpr/relops/4.cc: Likewise. + * testsuite/20_util/optional/relops/1.cc: Likewise. + * testsuite/20_util/optional/relops/2.cc: Likewise. + * testsuite/20_util/optional/relops/3.cc: Likewise. + * testsuite/20_util/optional/relops/4.cc: Likewise. + * testsuite/20_util/optional/requirements.cc: Add tests to verify + that optional's relops are transparent and don't synthesize + operators. Also test that assignment sfinaes. + +2016-07-13 Jonathan Wakely + + * include/bits/basic_string.h [_GLIBCXX_USE_CXX11_ABI] (_M_c_str): + New function. + (_M_disjunct, basic_string(const basic_string&, size_t)): Use data() + instead of _M_data(). + (basic_string(const basic_string&, size_t, size_t, const _Alloc&)): + Likewise. + (append(const basic_string&)): Likewise. + (append(const basic_string&, size_type, size_type)): Likewise. + (assign(const basic_string&, size_type, size_type)): Likewise. + (insert(size_type, const basic_string&)): Likewise. + (insert(size_type, const basic_string&, size_type, size_type)): + Likewise. + (replace(size_type, size_type, const basic_string&, size_type, + size_type)): Likewise. + (replace(__const_iterator, __const_iterator, const basic_string&)): + Likewise. + (c_str(), data()): Use c_str() instead of _M_data(). + (data()): Add non-const overload as per LWG 2391 and P0272R1. + (compare(const basic_string&)): Use data() instead of _M_data(). + [!_GLIBCXX_USE_CXX11_ABI] (data()): Add non-const overload. + * include/bits/basic_string.tcc [_GLIBCXX_USE_CXX11_ABI] (_M_mutate): + Pass raw pointers to _S_copy. + (_M_erase, _M_replace_aux): Pass raw pointers to _S_move and + _S_assign. + (find(const _CharT*, size_type, size_type)): Use data instead of + _M_data(). + * testsuite/21_strings/basic_string/allocator/char/ext_ptr.cc: New. + * testsuite/21_strings/basic_string/operations/data/char/2.cc: New. + * testsuite/21_strings/basic_string/operations/data/wchar_t/2.cc: New. + +2016-07-12 Jonathan Wakely + + * libsupc++/new: Remove nothrow sized deletes (LWG 2458). + * doc/xml/manual/intro.xml: Document DR 2458 status. + * doc/html*: Regenerate. + + * testsuite/20_util/pair/astuple/astuple.cc: Only include . + * testsuite/23_containers/array/tuple_interface/tuple_element.cc: + Only include . + * testsuite/23_containers/array/tuple_interface/tuple_size.cc: + Likewise. + * doc/xml/manual/intro.xml: Document LWG 2212 support. + * doc/html*: Regenerate. + + * testsuite/23_containers/vector/modifiers/emplace/self_emplace.cc: + Add testcase from LWG 2164. + +2016-07-11 François Dumont + + * include/bits/stl_vector.h (push_back(const value_type&)): Forward + to _M_realloc_insert. + (insert(const_iterator, value_type&&)): Forward to _M_insert_rval. + (_M_realloc_insert): Declare new function. + (_M_emplace_back_aux): Remove definition. + * include/bits/vector.tcc (emplace_back(_Args...)): + Use _M_realloc_insert. + (insert(const_iterator, const value_type&)): Likewise. + (_M_insert_rval, _M_emplace_aux): Likewise. + (_M_emplace_back_aux): Remove declaration. + (_M_realloc_insert): Define. + * testsuite/23_containers/vector/modifiers/insert_vs_emplace.cc: + Adjust expected results for emplacing an lvalue with reallocation. + +2016-07-10 Ville Voutilainen + + Implement std::optional. + * include/Makefile.am: Add optional to exported headers. + * include/Makefile.in: Likewise. + * include/std/optional: New. + * testsuite/20_util/optional/typedefs.cc: Likewise. + * testsuite/20_util/optional/relops/2.cc: Likewise. + * testsuite/20_util/optional/relops/3.cc: Likewise. + * testsuite/20_util/optional/relops/4.cc: Likewise. + * testsuite/20_util/optional/relops/5.cc: Likewise. + * testsuite/20_util/optional/relops/1.cc: Likewise. + * testsuite/20_util/optional/relops/6.cc: Likewise. + * testsuite/20_util/optional/nullopt.cc: Likewise. + * testsuite/20_util/optional/in_place.cc: Likewise. + * testsuite/20_util/optional/make_optional.cc: Likewise. + * testsuite/20_util/optional/assignment/2.cc: Likewise. + * testsuite/20_util/optional/assignment/3.cc: Likewise. + * testsuite/20_util/optional/assignment/4.cc: Likewise. + * testsuite/20_util/optional/assignment/5.cc: Likewise. + * testsuite/20_util/optional/assignment/1.cc: Likewise. + * testsuite/20_util/optional/assignment/6.cc: Likewise. + * testsuite/20_util/optional/cons/value_neg.cc: Likewise. + * testsuite/20_util/optional/cons/default.cc: Likewise. + * testsuite/20_util/optional/cons/move.cc: Likewise. + * testsuite/20_util/optional/cons/value.cc: Likewise. + * testsuite/20_util/optional/cons/copy.cc: Likewise. + * testsuite/20_util/optional/requirements.cc: Likewise. + * testsuite/20_util/optional/observers/2.cc: Likewise. + * testsuite/20_util/optional/observers/3.cc: Likewise. + * testsuite/20_util/optional/observers/4.cc: Likewise. + * testsuite/20_util/optional/observers/5.cc: Likewise. + * testsuite/20_util/optional/observers/1.cc: Likewise. + * testsuite/20_util/optional/constexpr/relops/2.cc: Likewise. + * testsuite/20_util/optional/constexpr/relops/3.cc: Likewise. + * testsuite/20_util/optional/constexpr/relops/4.cc: Likewise. + * testsuite/20_util/optional/constexpr/relops/5.cc: Likewise. + * testsuite/20_util/optional/constexpr/relops/1.cc: Likewise. + * testsuite/20_util/optional/constexpr/relops/6.cc: Likewise. + * testsuite/20_util/optional/constexpr/nullopt.cc: Likewise. + * testsuite/20_util/optional/constexpr/in_place.cc: Likewise. + * testsuite/20_util/optional/constexpr/make_optional.cc: Likewise. + * testsuite/20_util/optional/constexpr/cons/default.cc: Likewise. + * testsuite/20_util/optional/constexpr/cons/value.cc: Likewise. + * testsuite/20_util/optional/constexpr/observers/2.cc: Likewise. + * testsuite/20_util/optional/constexpr/observers/3.cc: Likewise. + * testsuite/20_util/optional/constexpr/observers/4.cc: Likewise. + * testsuite/20_util/optional/constexpr/observers/5.cc: Likewise. + * testsuite/20_util/optional/constexpr/observers/1.cc: Likewise. + * testsuite/20_util/optional/swap/1.cc: Likewise. + +2016-07-08 Jonathan Wakely + + * testsuite/23_containers/vector/modifiers/insert/aliasing.cc: New. + +2016-07-07 Jonathan Wakely + + * doc/xml/manual/status_cxx2014.xml: Update LFTS status table. + * doc/html/*: Regenerate. + +2016-07-07 Ville Voutilainen + + Implement std::any. + * include/Makefile.am: Add any and c++17_warning.h to exported headers. + * include/Makefile.in: Likewise. + * include/std/any: New. + * testsuite/20_util/any/assign/1.cc: Likewise. + * testsuite/20_util/any/assign/2.cc: Likewise. + * testsuite/20_util/any/assign/self.cc: Likewise. + * testsuite/20_util/any/cons/1.cc: Likewise. + * testsuite/20_util/any/cons/2.cc: Likewise. + * testsuite/20_util/any/cons/aligned.cc: Likewise. + * testsuite/20_util/any/cons/nontrivial.cc: Likewise. + * testsuite/20_util/any/misc/any_cast.cc: Likewise. + * testsuite/20_util/any/misc/any_cast_neg.cc: Likewise. + * testsuite/20_util/any/misc/any_cast_no_rtti.cc: Likewise. + * testsuite/20_util/any/misc/swap.cc: Likewise. + * testsuite/20_util/any/modifiers/1.cc: Likewise. + * testsuite/20_util/any/observers/type.cc: Likewise. + * testsuite/20_util/any/typedefs.cc: Likewise. + +2016-07-06 Ville Voutilainen + + Add a new header for diagnosing the use of C++17 facilities + in pre-C++17 modes. + * include/bits/c++17_warning.h: New. + +2016-07-06 Ville Voutilainen + + Implement LWG 2451, optional should 'forward' T's + implicit conversions. + * include/experimental/optional (__is_optional_impl, __is_optional): + New. + (optional()): Make constexpr and default. + (optional(_Up&&), optional(const optional<_Up>&), + optional(optional<_Up>&& __t): New. + (operator=(_Up&&)): Constrain. + (operator=(const optional<_Up>&), operator=(optional<_Up>&&)): New. + * testsuite/experimental/optional/cons/value.cc: + Add tests for the functionality added by LWG 2451. + * testsuite/experimental/optional/cons/value_neg.cc: New. + +2016-07-05 Ville Voutilainen + + Implement LWG 2509, + any_cast doesn't work with rvalue reference targets and cannot + move with a value target. + * include/experimental/any (any(_ValueType&&)): Constrain and + add an overload that doesn't forward. + (any_cast(any&&)): Constrain and add an overload that moves. + * testsuite/experimental/any/misc/any_cast.cc: Add tests for + the functionality added by LWG 2509. + +2016-07-04 François Dumont + + * testsuite/23_containers/vector/modifiers/emplace/self_emplace.cc: + New test. + * testsuite/23_containers/vector/modifiers/insert/self_insert.cc: New + test. + +2016-07-04 Jonathan Wakely + + * include/bits/stl_vector.h (emplace(const_iterator, _Args&&...)): + Define inline. Forward to _M_emplace_aux. + (insert(const_iterator, value_type&&)): Forward to _M_insert_rval. + (_M_insert_rval, _M_emplace_aux): Declare new functions. + (_Temporary_value): New RAII type using allocator to construct/destroy. + (_S_insert_aux_assign): Remove. + (_M_insert_aux): Make non-variadic. + * include/bits/vector.tcc (insert(const_iterator, const value_type&)): + Use _Temporary_value. + (emplace(const_iterator, _Args&&...)): Remove definition. + (_M_insert_rval, _M_emplace_aux): Define. + (_M_insert_aux): Make non-variadic, stop using _S_insert_aux_assign. + (_M_fill_insert): Use _Temporary_value. + * testsuite/23_containers/vector/allocator/construction.cc: New test. + * testsuite/23_containers/vector/modifiers/insert_vs_emplace.cc: + Adjust expected results for emplacing an lvalue with reallocation. + * testsuite/23_containers/vector/check_construct_destroy.cc: Adjust + expected results to account for construction/destruction of temporary + using allocator. + * testsuite/backward/hash_set/check_construct_destroy.cc: Likewise. + +2016-07-04 Ville Voutilainen + + PR libstdc++/71313 + * src/filesystem/ops.cc (remove_all(const path&, error_code&)): + Call remove_all for children of a directory. + * testsuite/experimental/filesystem/operations/create_directories.cc: + Adjust. + +2016-07-02 François Dumont + + * testsuite/23_containers/array/tuple_interface/get_debug_neg.cc: Adjust + dg-error line numbers. + * testsuite/23_containers/array/tuple_interface/ + tuple_element_debug_neg.cc: Likewise. + * testsuite/25_algorithms/lexicographical_compare/debug/ + irreflexive_neg.cc: Remove. + +2016-06-30 Thomas Preud'homme + + * testsuite/29_atomics/atomic/65913.cc: Require atomic-builtins rather + than specific target. + +2016-06-27 François Dumont + + PR libstdc++/71640 + * include/bits/hashtable.h: Remove _Unique_keya parameter in _Insert + friend declaration. + +2016-06-23 François Dumont + + * include/debug/array (array<>::swap): Fix noexcept qualificaton for + zero-size array. + +2016-06-21 Trevor Saunders + + * configure.host: Remove mep-* support. + +2016-06-21 Trevor Saunders + + * configure: Regenerate. + * configure.host: Remove support for knetbsd. + * crossconfig.m4: Likewise. + +2016-06-20 François Dumont + + PR libstdc++/71181 + * include/tr1/hashtable_policy.h + (_Prime_rehash_policy::_M_next_bkt): Make past-the-end iterator + dereferenceable to avoid check on lower_bound result. + (_Prime_rehash_policy::_M_bkt_for_elements): Call latter. + (_Prime_rehash_policy::_M_need_rehash): Likewise. + * src/c++11/hashtable_c++0x.cc (_Prime_rehash_policy::_M_next_bkt): + Always return a value greater than input value. Set _M_next_resize to + max value when reaching highest prime number. + * src/shared/hashtable-aux.cc (__prime_list): Add comment about sentinel + being now useless. + * testsuite/23_containers/unordered_set/hash_policy/71181.cc: New. + * testsuite/23_containers/unordered_set/hash_policy/power2_rehash.cc + (test02): New. + * testsuite/23_containers/unordered_set/hash_policy/prime_rehash.cc: New. + * testsuite/23_containers/unordered_set/hash_policy/rehash.cc: + Fix indentation. + +2016-06-17 Jonathan Wakely + + PR libstdc++/71545 + * include/bits/stl_algobase.h (lower_bound, lexicographical_compare): + Remove irreflexive checks. + * include/bits/stl_algo.h (lower_bound, upper_bound, equal_range, + binary_search): Likewise. + * testsuite/25_algorithms/equal_range/partitioned.cc: New test. + * testsuite/25_algorithms/lexicographical_compare/71545.cc: New test. + * testsuite/25_algorithms/lower_bound/partitioned.cc: New test. + * testsuite/25_algorithms/upper_bound/partitioned.cc: New test. + * testsuite/util/testsuite_iterators.h (__gnu_test::test_container): + Add constructor from array. + +2016-06-16 François Dumont + + * include/debug/debug.h + (__glibcxx_requires_non_empty_range, __glibcxx_requires_nonempty) + (__glibcxx_requires_subscript): Move... + * include/debug/assertions.h: ...here and add __builtin_expect. + (_GLIBCXX_DEBUG_ONLY): Remove ; value. + * include/bits/stl_deque.h + (std::deque<>::operator[]): Add __glibcxx_requires_subscript check. + (std::deque<>::front()): Add __glibcxx_requires_nonempty check. + (std::deque<>::back()): Likewise. + (std::deque<>::pop_front()): Likewise. + (std::deque<>::pop_back()): Likewise. + (std::deque<>::swap(deque&)): Add allocator check. + * include/bits/stl_vector.h + (std::vector<>::operator[]): Add __glibcxx_requires_subscript check. + (std::vector<>::front()): Add __glibcxx_requires_nonempty check. + (std::vector<>::back()): Likewise. + (std::vector<>::pop_back()): Likewise. + (std::vector<>::swap(vector&)): Add allocator check. + +2016-06-16 Daniel Kruegler + + Provide swappable traits (p0185r1) + * include/std/type_traits (is_swappable, is_nothrow_swappable, + is_swappable_with, is_nothrow_swappable_with, is_swappable_v, + is_nothrow_swappable_v, is_swappable_with_v, + is_nothrow_swappable_with_v): New. + * include/bits/stl_pair.h: Use it as per p0185r1. + * include/bits/stl_queue.h: Likewise. + * include/bits/stl_stack.h: Likewise. + * include/bits/unique_ptr.h: Likewise. + * include/std/tuple: Likewise. + * include/std/array: Likewise. Fix zero-size member swap. + * include/bits/hashtable.h: Use __and_. + * testsuite/20_util/is_nothrow_swappable/requirements/ + explicit_instantiation.cc: Change test options to std=gnu++17. + * testsuite/20_util/is_nothrow_swappable/requirements/typedefs.cc: + Likewise. + * testsuite/20_util/is_nothrow_swappable/value.cc: Likewise. + * testsuite/20_util/is_swappable/requirements/ + explicit_instantiation.cc: Likewise. + * testsuite/20_util/is_swappable/requirements/typedefs.cc: Likewise. + * testsuite/20_util/is_swappable/value.cc: Likewise. + * testsuite/20_util/is_nothrow_swappable/requirements/ + explicit_instantiation_ext.cc: New. + * testsuite/20_util/is_nothrow_swappable/requirements/typedefs_ext.cc: + New. + * testsuite/20_util/is_nothrow_swappable/value.h: New. + * testsuite/20_util/is_nothrow_swappable/value_ext.cc: New. + * testsuite/20_util/is_nothrow_swappable_with/requirements/ + explicit_instantiation.cc: New. + * testsuite/20_util/is_nothrow_swappable_with/requirements/typedefs.cc: + New. + * testsuite/20_util/is_nothrow_swappable_with/value.cc: New. + * testsuite/20_util/is_swappable/requirements/ + explicit_instantiation_ext.cc: New. + * testsuite/20_util/is_swappable/requirements/typedefs_ext.cc: New. + * testsuite/20_util/is_swappable/value.h: New. + * testsuite/20_util/is_swappable/value_ext.cc: New. + * testsuite/20_util/is_swappable_with/requirements/ + explicit_instantiation.cc: New. + * testsuite/20_util/is_swappable_with/requirements/typedefs.cc: New. + * testsuite/20_util/is_swappable_with/value.cc: New. + * testsuite/23_containers/array/tuple_interface/get_neg.cc: Adjust + dg-error line numbers. + * testsuite/23_containers/array/tuple_interface/tuple_element_neg.cc: + Likewise. + +2016-06-16 Jonathan Wakely + + * include/std/array: Remove trailing whitespace. + * include/std/atomic: Likewise. + * include/std/bitset: Likewise. + * include/std/chrono: Likewise. + * include/std/complex: Likewise. + * include/std/condition_variable: Likewise. + * include/std/fstream: Likewise. + * include/std/functional: Likewise. + * include/std/future: Likewise. + * include/std/iomanip: Likewise. + * include/std/iosfwd: Likewise. + * include/std/istream: Likewise. + * include/std/limits: Likewise. + * include/std/ratio: Likewise. + * include/std/scoped_allocator: Likewise. + * include/std/sstream: Likewise. + * include/std/stdexcept: Likewise. + * include/std/string: Likewise. + * include/std/system_error: Likewise. + * include/std/thread: Likewise. + * include/std/tuple: Likewise. + * include/std/type_traits: Likewise. + * include/std/utility: Likewise. + * include/std/valarray: Likewise. + * include/std/vector: Likewise. + + * include/bits/stl_vector.h (vector::_S_insert_aux_assign): Define + new overloaded functions. + * include/bits/vector.tcc (vector::_M_insert_aux): Use new functions + to avoid creating a redundant temporary. + * testsuite/23_containers/vector/modifiers/insert_vs_emplace.cc: New + test. + +2016-06-15 François Dumont + + * include/bits/stl_deque.h + (std::deque<>::operator=): Call _M_assign_aux. + (std::deque<>::assign(initializer_list<>)): Likewise. + (std::deque<>::resize(size_t, const value_type&)): Call _M_fill_insert. + (std::deque<>::insert(const_iterator, initializer_list<>)): + Call _M_range_insert_aux. + (std::deque<>::_M_assign_aux(It, It, std::forward_iterator_tag): + Likewise. + (std::deque<>::_M_fill_assign): Call _M_fill_insert. + (std::deque<>::_M_move_assign2): Call _M_assign_aux. + * include/bits/deque.tcc + (std::deque<>::operator=): Call _M_range_insert_aux. + (std::deque<>::_M_assign_aux(It, It, std::input_iterator_tag)): + Likewise. + * include/bits/stl_vector.h + (std::vector<>::operator=): Call _M_assign_aux. + (std::vector<>::assign(initializer_list<>)): Likewise. + (std::vector<>::resize(size_t, const value_type&)): Call _M_fill_insert. + (std::vector<>::insert(const_iterator, initializer_list<>)): + Call _M_range_insert. + * include/bits/vector.tcc (std::vector<>::_M_assign_aux): Likewise. + +2016-06-07 François Dumont + + * include/std/tuple (_Head_base<>): Default specialization condition at + type declaration. + +2016-06-06 Ville Voutilainen + + Support allocators in tuples of zero size. + * include/std/tuple (tuple<>::tuple(), + tuple<>::tuple(allocator_arg_t, const _Alloc&), + tuple<>::tuple(allocator_arg_t, const _Alloc&, const tuple&)): New. + * testsuite/20_util/tuple/cons/allocators.cc: Adjust. + +2016-06-06 Jonathan Wakely + + PR libstdc++/71320 + * src/filesystem/ops.cc (permissions(const path&, perms, error_code&)): + Add or remove permissions according to perms argument. + * testsuite/experimental/filesystem/operations/permissions.cc: New + test. + +2016-06-05 Ville Voutilainen + + Protect allocator-overloads of tuple-from-tuple constructors + from cases that would create dangling references. + * include/std/tuple (tuple(allocator_arg_t, const _Alloc&, + const tuple<_UElements...>&), tuple(allocator_arg_t, const _Alloc&, + tuple<_UElements...>&&)): Add a check for _NonNestedTuple. + * testsuite/20_util/tuple/cons/nested_tuple_construct.cc: Adjust. + +2016-05-29 Gerald Pfeifer + + * doc/xml/manual/backwards_compatibility.xml: Adjust + lists.debian.org link to https. + * doc/html/manual/backwards.html: Regenerate. + +2016-05-27 Jonathan Wakely + + * doc/xml/manual/abi.xml: Adjust URL to use https. + * doc/html/manual/*: Regenerate. + +2016-05-27 Ville Voutilainen + + PR libstdc++/66338 + * include/std/tuple (_TMC): Add a check for _NotSameTuple. + * include/std/tuple (tuple(_UElements&&...)): Remove the separate + check for _NotSameTuple. + * include/std/tuple (_TMCT): New. + * include/std/tuple (tuple(const tuple<_UElements...>&)): Use it. + * include/std/tuple (tuple(tuple<_UElements...>&&)): Likewise. + * include/std/tuple (tuple(allocator_arg_t, const _Alloc&, + const tuple<_UElements...>&)): Likewise. + * include/std/tuple (tuple(allocator_arg_t, const _Alloc&, + tuple<_UElements...>&&)): Likewise. + * testsuite/20_util/tuple/cons/66338.cc: New. + +2016-05-25 Jonathan Wakely + + * acinclude.m4 (GLIBCXX_CHECK_FILESYSTEM_DEPS): Fix test for sendfile. + * configure: Regenerate. + * config.h.in: Regenerate. + + * include/bits/c++config (_GLIBCXX14_USE_CONSTEXPR): Remove it. + * include/bits/hashtable_policy.h (_Power2_rehash_policy::_M_next_bkt): + Remove const qualification on function. Replace + _GLIBCXX14_USE_CONSTEXPR on automatic variables with const. + (_Power2_rehash_policy::_M_need_rehash): Remove const qualification. + (_Power2_rehash_policy::_M_next_bkt): Remove mutable specifier. + +2016-05-24 François Dumont + + * include/bits/c++config (_GLIBCXX14_USE_CONSTEXPR): New. + * include/bits/hashtable_policy.h + (_Prime_rehash_policy::__has_load_factor): New. Mark rehash policy + having load factor management. + (_Mask_range_hashing): New. + (__clp2): New. + (_Power2_rehash_policy): New. + (_Inserts<>): Remove last template parameter, _Unique_keys, so that + partial specializations only depend on whether iterators are constant + or not. + * testsuite/23_containers/unordered_set/hash_policy/26132.cc: Adapt to + test new hash policy. + * testsuite/23_containers/unordered_set/hash_policy/load_factor.cc: + Likewise. + * testsuite/23_containers/unordered_set/hash_policy/rehash.cc: + Likewise. + * testsuite/23_containers/unordered_set/insert/hash_policy.cc: + Likewise. + * testsuite/23_containers/unordered_set/max_load_factor/robustness.cc: + Likewise. + * testsuite/23_containers/unordered_set/hash_policy/power2_rehash.cc: + New. + * testsuite/performance/23_containers/insert/54075.cc: Add benchmark + using the new hash policy. + * testsuite/performance/23_containers/insert_erase/41975.cc: Likewise. + +2016-05-24 Jonathan Wakely + + * include/bits/stl_queue.h (priority_queue::value_compare): Define. + +2016-05-23 François Dumont + + * include/debug/safe_iterator.h + (_Safe_iterator<>::operator->()): Implement using underlying iterator + operator ->. + * include/debug/safe_local_iterator.h + (_Safe_local_iterator<>::operator->()): Likewise. + +2016-05-20 Thomas Preud'homme + + * testsuite/experimental/memory_resource/1.cc: Add required argument + to dg-require-atomic-builtins. + +2016-05-13 Jonathan Wakely + + PR libstdc++/71073 + * include/debug/bitset: Add #pragma GCC system_header. + * include/debug/deque: Likewise. + * include/debug/list: Likewise. + * include/debug/map: Likewise. + * include/debug/set: Likewise. + * include/debug/string: Likewise. + * include/debug/unordered_map: Likewise. + * include/debug/unordered_set: Likewise. + * include/debug/vector: Likewise. + * include/debug/functions.h: Adjust whitespace. + +2016-05-12 Jonathan Wakely + + PR libstdc++/71081 + * testsuite/experimental/memory_resource/1.cc: Require atomics. + +2016-05-11 Jonathan Wakely + + PR libstdc++/71049 + * src/c++11/cow-stdexcept.cc [!_GLIBCXX_USE_DUAL_ABI]: Don't define + exception constructors with __sso_string parameters. + +2016-05-10 Jonathan Wakely + + * include/experimental/bits/fs_dir.h (begin, end): Add noexcept. + * testsuite/experimental/filesystem/iterators/directory_iterator.cc: + Test begin and end functions. + * testsuite/experimental/filesystem/iterators/ + recursive_directory_iterator.cc: Likewise. + + PR libstdc++/71038 + * src/filesystem/ops.cc (do_copy_file): Fix backwards conditions. + * testsuite/experimental/filesystem/operations/copy_file.cc: New test. + + * include/experimental/bits/fs_dir.h (__directory_iterator_proxy): + Overload operator* to move from rvalues. + + PR libstdc++/71036 + * src/filesystem/ops.cc (create_dir): Handle EEXIST from mkdir. + * testsuite/experimental/filesystem/operations/create_directory.cc: + New test. + + PR libstdc++/71037 + * src/filesystem/ops.cc (canonical(const path&, const path&)): Add + base path to exception. + * testsuite/experimental/filesystem/operations/canonical.cc: Test + paths contained in exception. + + * testsuite/experimental/type_erased_allocator/2.cc: Remove unused + using declaration. + + PR libstdc++/71005 + * include/experimental/bits/fs_dir.h (__directory_iterator_proxy): + New type. + (directory_iterator::operator++(int)): Return proxy. + (recursive_directory_iterator::operator++(int)): Likewise. + * testsuite/experimental/filesystem/iterators/directory_iterator.cc: + Test post-increment. + * testsuite/experimental/filesystem/iterators/ + recursive_directory_iterator.cc: Likewise. + +2016-05-09 Jonathan Wakely + + PR libstdc++/71004 + * testsuite/experimental/filesystem/iterators/ + recursive_directory_iterator.cc: Fix test02 to not call member + functions on invalid iterator, and use VERIFY not assert. + +2016-05-09 Ville Voutilainen + + Avoid endless run-time recursion for copying single-element + tuples where the element type is by-value constructible + from any type. + * include/std/tuple (_NotSameTuple): New. + * include/std/tuple (tuple(_UElements&&...): Use it. + * testsuite/20_util/tuple/cons/element_accepts_anything_byval.cc: New. + +2016-05-09 Jonathan Wakely + + PR libstdc++/71004 + * include/experimental/bits/fs_dir.h (recursive_directory_iterator): + Initialize scalar member variables in default constructor. + * testsuite/experimental/filesystem/iterators/ + recursive_directory_iterator.cc: Test default construction. + +2016-05-05 Rainer Orth + + * testsuite/lib/libstdc++.exp (libstdc++_init): Enable on *-*-solaris*. + +2016-05-05 Jonathan Wakely + + * testsuite/experimental/filesystem/path/native/string.cc: Add + dg-require-filesystem-ts directive. + +2016-05-04 Jonathan Wakely + + PR libstdc++/70940 + * include/experimental/memory_resource + (__resource_adaptor_imp::do_allocate): Do not default-construct + rebound allocator. + (__resource_adaptor_imp::do_deallocate): Likewise. Use + allocator_traits to get pointer type. + (__null_memory_resource::do_allocate): Remove unused parameters. + (__null_memory_resource::do_deallocate): Likewise. + (__null_memory_resource::do_is_equal): Likewise. Add return statement. + * testsuite/experimental/type_erased_allocator/1.cc: Combine with ... + * testsuite/experimental/type_erased_allocator/1_neg.cc: This, and + move to ... + * testsuite/experimental/memory_resource/1.cc: Here. + * testsuite/experimental/memory_resource/null_memory_resource.cc: New. + * testsuite/experimental/memory_resource/resource_adaptor.cc: New. + +2016-04-29 Chris Gregory + + * config/*: Remove trailing whitespace. + * src/*: Likewise. + * testsuite/tr1/*: Likewise. + * testsuite/util/*: Likewise. + +2016-04-28 Jonathan Wakely + + PR libstdc++/70766 + * include/bits/basic_ios.tcc (basic_ios::_M_cache_locale): Use + __addressof. + * include/bits/stream_iterator.h (istream_iterator, ostream_iterator): + Likewise. + * include/std/atomic (atomic<_Tp>): Likewise. + * include/std/shared_mutex (shared_lock): Likewise. + * testsuite/24_iterators/istream_iterator/70766.cc: New test. + * testsuite/24_iterators/ostream_iterator/70766.cc : New test. + * testsuite/29_atomics/atomic/60695.cc: Adjust dg-error line number. + * testsuite/29_atomics/atomic/70766.cc: New test. + * testsuite/30_threads/shared_lock/70766.cc: New test. + + * include/bits/hashtable_policy.h (__detail::_Insert_base, + __detail::_Insert): Improve comments. + +2016-04-27 Jonathan Wakely + + PR libstdc++/70767 + * include/std/limits: Update comments about DRs. + (numeric_limits, numeric_limits, + numeric_limits): Define unconditionally. + +2016-04-24 Jonathan Wakely + + PR libstdc++/70762 + * testsuite/util/testsuite_fs.h (__gnu_test::nonexistent_path): Use + static counter to return a different path on every call. + +2016-04-22 Tim Shen + + PR libstdc++/70745 + * include/bits/regex_executor.tcc (_Executor<>::_M_word_boundary): + Fix the match_not_bow and match_not_eow behavior. + * testsuite/28_regex/regression.cc: Add testcase. + +2016-04-20 Jonathan Wakely + + PR libstdc++/69703 + * src/c++11/codecvt.cc (__codecvt_utf8_base::do_in, + __codecvt_utf8_utf16_base::do_in): Fix mask operations. + +2016-04-19 Jonathan Wakely + + PR libstdc++/69703 + * src/c++11/codecvt.cc (__codecvt_utf8_base::do_in): + Override endianness bit in mode. + * testsuite/22_locale/codecvt/codecvt_utf8/69703.cc: New test. + * testsuite/22_locale/codecvt/codecvt_utf8_utf16/66855.cc: Test + that little_endian mode is ignored. + * testsuite/experimental/filesystem/path/native/string.cc: New test. + + PR libstdc++/70609 + * src/filesystem/ops.cc (close_fd): New function. + (do_copy_file): Set permissions before copying file contents. Check + result of closing file descriptors. Don't copy streambuf when file + is empty. + (copy(const path&, const path&, copy_options, error_code&)): Use + lstat for source file when copy_symlinks is set. + * testsuite/experimental/filesystem/operations/copy.cc: Test copy(). + + * include/experimental/bits/fs_fwd.h (operator&, operator|, operator^, + operator~ operator&=, operator|=, operator^=): Add noexcept to + overloaded operators for copy_options, perms and directory_options. + * src/filesystem/ops.cc (make_file_type, make_file_status, + is_not_found_errno, file_time): Add noexcept. + +2016-04-19 Edward Smith-Rowland <3dw4rd@verizon.net> + + * include/bits/c++14_warning.h: Do not refer C++14 as experimental. + +2016-04-18 Jonathan Wakely + + PR libstdc++/41759 + * include/bits/random.h: Reword static assertion messages to state + positive conditions. + * include/bits/random.tcc: Likewise. + * include/bits/uniform_int_dist.h: Likewise. + * testsuite/26_numerics/random/pr60037-neg.cc: Adjust dg-error + patterns. + + * include/std/function (_Bind, _Bind_result): Remove unused typedefs. + + * config/cpu/sh/atomicity.h: Fix typo in comment. + + PR libstdc++/70294 + * include/std/thread (operator<, operator==): Move definitions to + namespace-scope. + * testsuite/30_threads/thread/id/70294.cc: New test. + + * testsuite/18_support/bad_exception/23591_thread-1.c: Add + -Wno-pedantic to dg-options. + * testsuite/20_util/align/2.cc: Use type as operand of alignof. + * testsuite/20_util/is_floating_point/value.cc: Add -Wno-pedantic + to dg-options. + * testsuite/20_util/specialized_algorithms/uninitialized_fill/32158.cc: + Remove extra semi-colon. + * testsuite/23_containers/array/tuple_interface/tuple_element.cc: + Always supply second argument to static_assert. + * testsuite/25_algorithms/lower_bound/no_operator_ne.cc: Remove extra + semi-colon. + * testsuite/26_numerics/complex/c99.cc: Add -Wno-pedantic to + dg-options. + * testsuite/26_numerics/complex/literals/values.cc: Likewise. + * testsuite/29_atomics/atomic/60695.cc: Likewise. + * testsuite/29_atomics/atomic/62259.cc: use __alignof__ instead of + alignof when operand is an object not a type. + * testsuite/decimal/ctor.cc: Add -Wno-pedantic to dg-options. + * testsuite/decimal/make-decimal.cc: Likewise. + * testsuite/experimental/type_traits/value.cc: Always supply second + argument to static_assert. + * testsuite/util/testsuite_common_types.h: Use __extension__ for + __int128 types. + + * testsuite/experimental/type_erased_allocator/1.cc: Don't include + internal header. + * testsuite/experimental/type_erased_allocator/1_neg.cc: Likewise. + * testsuite/experimental/type_erased_allocator/2.cc: Likewise. + * testsuite/experimental/type_erased_allocator/uses_allocator.cc: + Likewise. Add licence and change to compile-only test. + + * include/bits/locale_facets.h (ctype::do_narrow): Add attribute to + unused parameter. + * include/bits/regex_automaton.h (_NFA::_M_insert_alt): Likewise. + + * include/ext/string_conversions.h (__stoa): Avoid -Wsign-compare + warnings. + +2016-04-17 Edward Smith-Rowland <3dw4rd@verizon.net> + + * include/bits/specfun.h: Trivial comment misspelling. + +2016-04-14 Jason Merrill + + Revert Jonathan's empty ABI change from yesterday. + +2016-04-13 Martin Sebor + + PR c++/69517 + * testsuite/25_algorithms/rotate/moveable2.cc: Make sure VLA + upper bound is positive. + +2016-04-13 Jonathan Wakely + + * include/bits/c++config (_GLIBCXX_BEGIN_NAMESPACE_EMPTY_TYPES, + _GLIBCXX_END_NAMESPACE_EMPTY_TYPES, _GLIBCXX_ABI_TAG_EMPTY): Define. + * include/bits/hashtable.h (_Hashtable::_M_emplace): Change signatures + of functions taking empty structs by value. Add a template parameter + to overloads without hints. Rename overloads with hints to + _M_emplace_hint. + (_Hashtable::_M_erase(true_type, const_iterator), + _Hashtable::_M_erase(false_type, const_iterator)): Change signatures + by reordering parameters. + * include/bits/hashtable_policy.h (_Insert::insert): Adjust to call + _M_emplace_hint instead of _M_emplace. + * include/bits/shared_ptr.h (shared_ptr(_Tp1*, _Deleter, _Alloc), + shared_ptr(nullptr_t, _Deleter, _Alloc)): Use _GLIBCXX_ABI_TAG_EMPTY. + * include/bits/shared_ptr_base.h (_Sp_counted_deleter, __shared_count, + __shared_ptr): Likewise. + * include/bits/stl_algo.h (replace_if): Likewise. + * include/bits/stl_pair.h (piecewise_construct_t, + piecewise_construct): Use _GLIBCXX_BEGIN_NAMESPACE_EMPTY_TYPES. + * include/bits/uses_allocator.h (allocator_arg_t, allocator_arg, + __uses_alloc0): Likewise. + * include/ext/pb_ds/assoc_container.hpp (basic_hash_table): Likewise. + * testsuite/20_util/scoped_allocator/69293_neg.cc: Adjust dg-error. + * testsuite/20_util/shared_ptr/cons/43820_neg.cc: Likewise. + * testsuite/20_util/shared_ptr/cons/void_neg.cc: Likewise. + * testsuite/20_util/uses_allocator/69293_neg.cc: Likewise. + * testsuite/20_util/uses_allocator/cons_neg.cc: Likewise. + * testsuite/ext/profile/mutex_extensions_neg.cc: Likewise. + +2016-04-12 Edward Smith-Rowland <3dw4rd@verizon.net> + + Document C++17/TR29124 C++ Special Math Functions. + * include/bits/specfun.h: Add Doxygen markup. + +2016-04-07 Jonathan Wakely + + * testsuite/30_threads/thread/70503.cc: Adjust from xfail to pass. + +2016-04-06 Eric Botcazou + + * src/Makefile.am (libstdc++-symbols.ver): Remove useless /dev/null. + * src/Makefile.in: Regenerate. + +2016-04-05 Jonathan Wakely + + PR libstdc++/70554 + * acinclude.m4 (GLIBCXX_ENABLE_ATOMIC_BUILTINS): Don't test + __atomic_fetch_add for bool. + * configure: Regenerate. + + * testsuite/30_threads/thread/70503.cc: Require -static to work. + + PR libstdc++/70503 + * src/c++11/thread.cc (execute_native_thread_routine, + execute_native_thread_routine_compat): Give internal linkage. + * testsuite/30_threads/thread/70503.cc: New test. + +2016-04-05 Ville Voutilainen + + PR libstdc++/70437 + * include/bits/stl_pair.h (_ConstructiblePair, + _ImplicitlyConvertiblePair, _MoveConstructiblePair, + _ImplicitlyMoveConvertiblePair): Add shortcut conditions + for same-type cases. + * testsuite/20_util/pair/70437.cc: New. + +2016-03-24 Jonathan Wakely + + PR libstdc++/69945 + * config/abi/pre/gnu.ver: Add new symbol. + * libsupc++/eh_alloc.cc (__gnu_cxx::__freeres): Define. + * testsuite/18_support/free_eh_pool.cc: New test. + +2016-03-23 Bernd Edlinger + + * include/Makefile.am (install-freestanding-headers): Add + concept_check.h and move.h to the installed headers. + * include/Makefile.in: Regenerated. + * include/bits/concept_check.h: Ignore _GLIBCXX_CONCEPT_CHECKS for + freestanding implementations. + * doc/xml/manual/using.xml (_GLIBCXX_CONCEPT_CHECKS): Mention + that this macro has no effect for freestanding implementations. + * doc/html/manual/using_macros.html: Likewise. + +2016-02-24 Jonathan Wakely + + PR libstdc++/69939 + * include/experimental/tuple (__apply_impl): Qualify get and forward. + +2016-02-23 Jonathan Wakely + + * doc/xml/manual/using.xml: Document __STDCPP_WANT_MATH_SPEC_FUNCS__. + * doc/html/*: Regenerate. + + PR libstdc++/69893 + * include/tr1/cmath (acosh, asinh, atanh, cbrt, copysign, erf, erfc, + exp2, expm1, fdim, fma, fmax, fmin, hypot, ilogb, lgamma, llrint, + llround, log1p, log2, logb, lrint, lround, nan, nearbyint, nextafter, + nexttoward, remainder, remquo, rint, round, scalbln, scalbn, tgamma, + trunc) [__cplusplus >= 201103L]: Import from namespace std. + (fabs) [__cplusplus < 201103L]: Import from namespace std. + * include/tr1/complex (acosh, asinh, atanh) [__cplusplus >= 201103L]: + Likewise. + * testsuite/tr1/headers/c++200x/complex.cc: Add std::fabs to global + namespace before including TR1 headers. + * testsuite/tr1/headers/c++200x/math.cc: New test. + +2016-02-23 Bernd Edlinger + + PR libstdc++/69881 + * include/c_global/cstdarg: Undefine __need___va_list. + * include/c_global/cstddef: Undefine all kinds of __need_*. + +2016-02-16 Tim Shen + + PR libstdc++/69794 + * include/bits/regex_scanner.h: Add different special character + sets for grep and egrep regex. + * include/bits/regex_scanner.tcc: Use _M_spec_char more uniformly. + * testsuite/28_regex/regression.cc: Add new testcase. + +2016-02-08 Jonathan Wakely + + * acinclude.m4 (GLIBCXX_CHECK_MATH11_PROTO): Remove accidentally + added 'constexpr' in previous commit. + * configure: Regenerate. + + PR libstdc++/48891 + * acinclude.m4 (GLIBCXX_CHECK_MATH11_PROTO): Enable isinf and isnan + checks for all targets except *-*-solaris2.* and ensure we find the + libc math.h header not our own. + * configure: Regenerate. + +2016-02-05 Dominik Vogt + + * config/abi/post/s390x-linux-gnu/32/baseline_symbols.txt (FUNC): + New file. Copied over from s390-linux-gnu. + +2016-02-04 Jonathan Wakely + + PR libstdc++/69626 + * acinclude.m4 (GLIBCXX_ENABLE_C99): Check C99 stdlib.h functions + with -std=c++98 and define _GLIBCXX98_USE_C99_STDLIB. + * config.h.in: Regenerate. + * configure: Regenerate. + * testsuite/21_strings/c_strings/char/69626.cc: New. + + * doc/html/index.html: Regenerate. + + * doc/xml/manual/containers.xml: Add cross-reference to Dual ABI. + * doc/xml/manual/spine.xml: Update copyright years and author blurb. + * doc/html/*: Regenerate. + +2016-02-01 Bernd Edlinger + + PR libstdc++/69581 + * include/c_compatibility/math.h: Move header guards. + * include/c_compatibility/stdlib.h: Likewise. + +2016-01-29 Jonathan Wakely + + PR libstdc++/69506 + * config/os/newlib/os_defines.h (_GLIBCXX_USE_WEAK_REF): Define. + +2016-01-28 John David Anglin + + PR libstdc++/69450 + * acinclude.m4 (GLIBCXX_CHECK_MATH11_PROTO): Split check for obsolete + isinf and isnan functions into two independent checks. Check on hpux. + * config.h.in: Regenerate. + * configure: Regenerate. + * include/c_global/cmath (isinf(double), isnan(double)): Use + _GLIBCXX_HAVE_OBSOLETE_ISINF and _GLIBCXX_HAVE_OBSOLETE_ISNAN, + respectively. + +2016-01-27 Jakub Jelinek + + * testsuite/libstdc++-prettyprinters/whatis.cc: Include . + +2016-01-27 Jonathan Wakely + + PR libstdc++/69295 + * testsuite/ext/special_functions/hyperg/check_value.cc: Use + -ffp-contract=off, and -ffloat-store to disable excess precision. + * testsuite/special_functions/02_assoc_legendre/check_value.cc: Use + -ffp-contract=off. + +2016-01-26 Jonathan Wakely + + PR libstdc++/69478 + * include/bits/stl_algobase.h (__copy_move<_IsMove, true, + random_access_iterator_tag>): Check is_move_assignable when moving. + (__copy_move_backwards<_IsMove, true, random_access_iterator_tag>): + Likewise. + * testsuite/25_algorithms/copy/move_iterators/69478.cc: New. + * testsuite/25_algorithms/copy_backward/move_iterators/69478.cc: New. + * testsuite/25_algorithms/move/69478.cc: New. + * testsuite/25_algorithms/move_backward/69478.cc: new. + +2016-01-26 Andris Pavenis + + * include/c_compatibility/stdlib.h: Include wide character related + definitions only when they are available in cstdlib. + +2016-01-25 Jonathan Wakely + + PR libstdc++/69464 + * include/Makefile.am: Add new header. + * include/Makefile.in: Regenerate. + * include/bits/random.h (uniform_int_distribution): Move to + bits/uniform_int_dist.h. + * include/bits/random.tcc (uniform_int_distribution::operator(), + uniform_int_distribution::__generate_impl): Likewise. + * include/bits/uniform_int_dist.h: New header. + * include/bits/stl_algo.h [__cplusplus >= 201103L]: Include + instead of . + * testsuite/20_util/specialized_algorithms/uninitialized_copy/ + move_iterators/1.cc: Include correct header for uninitialized_copy. + * testsuite/20_util/specialized_algorithms/uninitialized_copy_n/ + move_iterators/1.cc: Likewise. + * testsuite/25_algorithms/nth_element/58800.cc: Include correct + header for vector. + * testsuite/26_numerics/random/pr60037-neg.cc: Adjust dg-error lines. + +2016-01-23 John David Anglin + + PR libstdc++/69446 + * config/os/hpux/os_defines.h (_GLIBCXX_USE_WEAK_REF): Define. + +2016-01-22 Edward Smith-Rowland <3dw4rd@verizon.net> + + TR29124 C++ Special Math - pulls funcs into global namespace. + * include/c_compatibility/math.h: Import the TR29124 functions + into the global namespace. + * testsuite/special_functions/01_assoc_laguerre/compile_2.cc: Remove + xfail and make compile-only. + * testsuite/special_functions/02_assoc_legendre/compile_2.cc: Ditto. + * testsuite/special_functions/03_beta/compile_2.cc: Ditto. + * testsuite/special_functions/04_comp_ellint_1/compile_2.cc: Ditto. + * testsuite/special_functions/05_comp_ellint_2/compile_2.cc: Ditto. + * testsuite/special_functions/06_comp_ellint_3/compile_2.cc: Ditto. + * testsuite/special_functions/07_cyl_bessel_i/compile_2.cc: Ditto. + * testsuite/special_functions/08_cyl_bessel_j/compile_2.cc: Ditto. + * testsuite/special_functions/09_cyl_bessel_k/compile_2.cc: Ditto. + * testsuite/special_functions/10_cyl_neumann/compile_2.cc: Ditto. + * testsuite/special_functions/11_ellint_1/compile_2.cc: Ditto. + * testsuite/special_functions/12_ellint_2/compile_2.cc: Ditto. + * testsuite/special_functions/13_ellint_3/compile_2.cc: Ditto. + * testsuite/special_functions/14_expint/compile_2.cc: Ditto. + * testsuite/special_functions/15_hermite/compile_2.cc: Ditto. + * testsuite/special_functions/16_laguerre/compile_2.cc: Ditto. + * testsuite/special_functions/17_legendre/compile_2.cc: Ditto. + * testsuite/special_functions/18_riemann_zeta/compile_2.cc: Ditto. + * testsuite/special_functions/19_sph_bessel/compile_2.cc: Ditto. + * testsuite/special_functions/20_sph_legendre/compile_2.cc: Ditto. + * testsuite/special_functions/21_sph_neumann/compile_2.cc: Ditto. + +2016-01-22 Jonathan Wakely + + PR libstdc++/69116 + * include/bits/valarray_before.h (__fun, __fun_with_valarray): Only + define result_type for types which can be safely used with valarrays. + * testsuite/26_numerics/valarray/69116.cc: New. + + PR libstdc++/69413 + * config/os/gnu-linux/os_defines.h: Define + _GLIBCXX_NO_OBSOLETE_ISINF_ISNAN_DYNAMIC. + * include/c_global/cmath (isinf, isnan): Check it. + * doc/xml/manual/internals.xml: Document it. + * doc/html/*: Regenerate. + +2016-01-21 Jonathan Wakely + + PR libstdc++/69406 + * include/bits/cpp_type_traits.h: Ensure C++ language linkage. + * include/ext/type_traits.h: Likewise. + * testsuite/17_intro/headers/c++2011/linkage.cc: Check autoconf macros + for presence of C headers. + * testsuite/ext/type_traits/add_unsigned_floating_neg.cc: Adjust + dg-error line number. + * testsuite/ext/type_traits/add_unsigned_integer_neg.cc: Likewise. + * testsuite/ext/type_traits/remove_unsigned_floating_neg.cc: Likewise. + * testsuite/ext/type_traits/remove_unsigned_integer_neg.cc: Likewise. + +2016-01-20 Torvald Riegel + + PR libstdc++/69310 + * config/os/bsd/darwin/os_defines.h (_GLIBCXX_USE_WEAK_REF): Define. + +2016-01-20 Jonathan Wakely + + PR libstdc++/60401 + * include/c_compatibility/math.h (acosh, asinh, atanh, acbrt, + copysign, erf, erfc, exp2, expm1, fdim, fma, fmax, fmin, hypot, ilogb, + lgamma, llrint, llround, log1p, log2, logb, lrint, lround, nearbyint, + nextafter, nexttoward, remainder, remquo, rint, round, scalbln, scalbn, + tgamma, trunc) [__cplusplus >= 201103L && _GLIBCXX_USE_C99_MATH_TR1]: + Add using declarations. + * testsuite/26_numerics/headers/cmath/60401.cc: New. + + PR libstdc++/69386 + * include/c_global/ccomplex: Ensure C++ language linkage. + * include/c_global/cmath: Likewise. + * include/c_global/cstdlib: Likewise. + * include/c_global/ctgmath: Likewise. + * testsuite/17_intro/headers/c++2011/linkage.cc: New. + +2016-01-19 Jonathan Wakely + + PR libstdc++/14608 + PR libstdc++/60401 + * include/Makefile.am: Use c_compatibility math.h and stdlib.h for + --enable-cheaders=c_global configs. + * include/Makefile.in: Regenerate. + * include/c_compatibility/math.h: Remove obsolete _GLIBCXX_NAMESPACE_C + test and allow inclusion from C files. + * include/c_compatibility/stdlib.h: Likewise. Support freestanding. + (at_quick_exit, quick_exit): Add using directives. + * include/c_global/cmath: Use #include_next for math.h. + * include/c_global/cstdlib: Use #include_next for stdlib.h. + * testsuite/26_numerics/headers/cmath/14608.cc: New. + * testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc: + Remove xfail for most targets. + * testsuite/26_numerics/headers/cstdlib/60401.cc: New. + +2016-01-18 Torvald Riegel + + * include/bits/c++config (_GLIBCXX_USE_WEAK_REF): New. + (_GLIBCXX_TXN_SAFE, _GLIBCXX_TXN_SAFE_DYN): Use _GLIBCXX_USE_WEAK_REF + and move after its definition. + * config/os/aix/os_defines.h (_GLIBCXX_USE_WEAK_REF): Override. + * src/c++11/cow-stdexcept.cc: Use _GLIBCXX_USE_WEAK_REF instead of + __GXX_WEAK__, and only provide transactional clones if + _GLIBCXX_USE_WEAK_REF is true. Don't provide stubs of libitm + functions. + +2016-01-18 Jonathan Wakely + + PR libstdc++/60637 + * testsuite/26_numerics/headers/cmath/60637.cc: Add test. + + PR libstdc++/69243 + * include/std/functional (_Function_base::_M_not_empty_function): + Change overloads for pointers to take arguments by value. + * testsuite/20_util/function/cons/57465.cc: Add tests for + pointer-to-member cases. + + PR libstdc++/69340 + * src/c++11/cow-stdexcept.cc (_txnal_cow_string_C1_for_exceptions): + Use macros for exception handling and fix unused parameter warning. + +2016-01-17 John David Anglin + + PR libstdc++/68734 + * config/abi/post/hppa-linux-gnu/baseline_symbols.txt: Update. + +2016-01-17 Torvald Riegel + + * src/c++11/cow-stdexcept.cc (txnal_read_ptr): Fix static_assert. + +2016-01-16 H.J. Lu + + * config/abi/post/x86_64-linux-gnu/x32/baseline_symbols.txt: Add + __int128 symbols. + +2016-01-15 Jonathan Wakely + + PR libstdc++/69293 + * include/bits/uses_allocator.h (__uses_alloc): Add + static assertion that type is constructible from the arguments. + * testsuite/20_util/scoped_allocator/69293_neg.cc: New. + * testsuite/20_util/uses_allocator/69293_neg.cc: New. + * testsuite/20_util/uses_allocator/cons_neg.cc: Adjust dg-error. + + PR libstdc++/69294 + * acinclude.m4 (GLIBCXX_CHECK_MATH11_PROTO): Check for obsolete isinf + and isnan on AIX. Quote variables. + * configure: Regenerate. + +2016-01-15 Torvald Riegel + + * include/bits/basic_string.h (basic_string): Declare friends. + * include/bits/c++config (_GLIBCXX_TXN_SAFE, + _GLIBCXX_TXN_SAFE_DYN, _GLIBCXX_USE_ALLOCATOR_NEW): New. + * include/std/stdexcept (logic_error, domain_error, invalid_argument, + length_error, out_of_range, runtime_error, range_error, + underflow_error, overflow_error): Declare members as transaction-safe. + (logic_error, runtime_error): Declare friend functions. + * libsupc++/exception (exception, bad_exception): Declare members as + transaction-safe. + * src/c++11/cow-stdexcept.cc: Define transactional clones for the + transaction-safe members of exceptions and helper functions. + * libsupc++/eh_exception.cc: Adjust and define transactional clones. + * config/abi/pre/gnu.ver (GLIBCXX_3.4.22) Add transactional clones. + (CXXABI_1.3.10): New. + * acinclude.m4 (GLIBCXX_CHECK_SIZE_T_MANGLING): New. + (GLIBCXX_ENABLE_ALLOCATOR): Set ENABLE_ALLOCATOR_NEW. + * configure.ac: Call GLIBCXX_CHECK_SIZE_T_MANGLING. + * include/Makefile.am: Write ENABLE_ALLOCATOR_NEW to c++config.h. + * include/Makefile.in: Regenerate. + * config.h.in: Regenerate. + * configure: Regenerate. + * testsuite/util/testsuite_abi.cc (check_version): Add CXXABI_1.3.10. + +2016-01-15 Steve Ellcey + + * include/ext/random.tcc: Use __builtin_isfinite instead of + std::isfinite. + +2016-01-15 Jonathan Wakely + + * include/bits/std_mutex.h: Fix Doxygen @file name. + +2016-01-14 Edward Smith-Rowland <3dw4rd@verizon.net> + Jonathan Wakely + Florian Goth + + Implement TR29124 C++ special Math Functions. + * include/Makefile.am: Add new headers. + * include/Makefile.in: Regenerate. + * include/bits/specfun.h: New. + * include/c_global/cmath: Adjust for both tr1 and tr29124 maths. + * include/tr1/bessel_function.tcc: Ditto. + * include/tr1/beta_function.tcc: Ditto. + * include/tr1/cmath: Ditto. + * include/tr1/ell_integral.tcc: Ditto. + * include/tr1/exp_integral.tcc: Ditto. + * include/tr1/gamma.tcc: Ditto. + * include/tr1/hypergeometric.tcc: Ditto. + * include/tr1/legendre_function.tcc: Ditto. + * include/tr1/modified_bessel_func.tcc: Ditto. + * include/tr1/poly_hermite.tcc: Ditto. + * include/tr1/poly_laguerre.tcc: Ditto. + * include/tr1/riemann_zeta.tcc: Ditto. + * include/tr1/special_function_util.h: Ditto. + * testsuite/ext/special_functions/conf_hyperg: New. + * testsuite/ext/special_functions/conf_hyperg/check_nan.cc: New. + * testsuite/ext/special_functions/conf_hyperg/check_value.cc: New. + * testsuite/ext/special_functions/conf_hyperg/compile.cc: New. + * testsuite/ext/special_functions/hyperg: New. + * testsuite/ext/special_functions/hyperg/check_nan.cc: New. + * testsuite/ext/special_functions/hyperg/check_value.cc: New. + * testsuite/ext/special_functions/hyperg/compile.cc: New. + * testsuite/libstdc++-dg/conformance.exp: Add special_functions directory. + * testsuite/special_functions/01_assoc_laguerre/check_nan.cc: New. + * testsuite/special_functions/01_assoc_laguerre/check_value.cc: New. + * testsuite/special_functions/01_assoc_laguerre/compile.cc: New. + * testsuite/special_functions/01_assoc_laguerre/compile_2.cc: New. + * testsuite/special_functions/02_assoc_legendre/check_nan.cc: New. + * testsuite/special_functions/02_assoc_legendre/check_value.cc: New. + * testsuite/special_functions/02_assoc_legendre/compile.cc: New. + * testsuite/special_functions/02_assoc_legendre/compile_2.cc: New. + * testsuite/special_functions/03_beta/check_nan.cc: New. + * testsuite/special_functions/03_beta/check_value.cc: New. + * testsuite/special_functions/03_beta/compile.cc: New. + * testsuite/special_functions/03_beta/compile_2.cc: New. + * testsuite/special_functions/04_comp_ellint_1/check_nan.cc: New. + * testsuite/special_functions/04_comp_ellint_1/check_value.cc: New. + * testsuite/special_functions/04_comp_ellint_1/compile.cc: New. + * testsuite/special_functions/04_comp_ellint_1/compile_2.cc: New. + * testsuite/special_functions/05_comp_ellint_2/check_nan.cc: New. + * testsuite/special_functions/05_comp_ellint_2/check_value.cc: New. + * testsuite/special_functions/05_comp_ellint_2/compile.cc: New. + * testsuite/special_functions/05_comp_ellint_2/compile_2.cc: New. + * testsuite/special_functions/06_comp_ellint_3/check_nan.cc: New. + * testsuite/special_functions/06_comp_ellint_3/check_value.cc: New. + * testsuite/special_functions/06_comp_ellint_3/compile.cc: New. + * testsuite/special_functions/06_comp_ellint_3/compile_2.cc: New. + * testsuite/special_functions/07_cyl_bessel_i/check_nan.cc: New. + * testsuite/special_functions/07_cyl_bessel_i/check_value.cc: New. + * testsuite/special_functions/07_cyl_bessel_i/compile.cc: New. + * testsuite/special_functions/07_cyl_bessel_i/compile_2.cc: New. + * testsuite/special_functions/07_cyl_bessel_i/pr56216.cc: New. + * testsuite/special_functions/08_cyl_bessel_j/check_nan.cc: New. + * testsuite/special_functions/08_cyl_bessel_j/check_value.cc: New. + * testsuite/special_functions/08_cyl_bessel_j/compile.cc: New. + * testsuite/special_functions/08_cyl_bessel_j/compile_2.cc: New. + * testsuite/special_functions/09_cyl_bessel_k/check_nan.cc: New. + * testsuite/special_functions/09_cyl_bessel_k/check_value.cc: New. + * testsuite/special_functions/09_cyl_bessel_k/compile.cc: New. + * testsuite/special_functions/09_cyl_bessel_k/compile_2.cc: New. + * testsuite/special_functions/10_cyl_neumann/check_nan.cc: New. + * testsuite/special_functions/10_cyl_neumann/check_value.cc: New. + * testsuite/special_functions/10_cyl_neumann/compile.cc: New. + * testsuite/special_functions/10_cyl_neumann/compile_2.cc: New. + * testsuite/special_functions/11_ellint_1/check_nan.cc: New. + * testsuite/special_functions/11_ellint_1/check_value.cc: New. + * testsuite/special_functions/11_ellint_1/compile.cc: New. + * testsuite/special_functions/11_ellint_1/compile_2.cc: New. + * testsuite/special_functions/12_ellint_2/check_nan.cc: New. + * testsuite/special_functions/12_ellint_2/check_value.cc: New. + * testsuite/special_functions/12_ellint_2/compile.cc: New. + * testsuite/special_functions/12_ellint_2/compile_2.cc: New. + * testsuite/special_functions/13_ellint_3/check_nan.cc: New. + * testsuite/special_functions/13_ellint_3/check_value.cc: New. + * testsuite/special_functions/13_ellint_3/compile.cc: New. + * testsuite/special_functions/13_ellint_3/compile_2.cc: New. + * testsuite/special_functions/14_expint/check_nan.cc: New. + * testsuite/special_functions/14_expint/check_value.cc: New. + * testsuite/special_functions/14_expint/compile.cc: New. + * testsuite/special_functions/14_expint/compile_2.cc: New. + * testsuite/special_functions/15_hermite/check_nan.cc: New. + * testsuite/special_functions/15_hermite/check_value.cc: New. + * testsuite/special_functions/15_hermite/compile.cc: New. + * testsuite/special_functions/15_hermite/compile_2.cc: New. + * testsuite/special_functions/16_laguerre/check_nan.cc: New. + * testsuite/special_functions/16_laguerre/check_value.cc: New. + * testsuite/special_functions/16_laguerre/compile.cc: New. + * testsuite/special_functions/16_laguerre/compile_2.cc: New. + * testsuite/special_functions/17_legendre/check_nan.cc: New. + * testsuite/special_functions/17_legendre/check_value.cc: New. + * testsuite/special_functions/17_legendre/compile.cc: New. + * testsuite/special_functions/17_legendre/compile_2.cc: New. + * testsuite/special_functions/18_riemann_zeta/check_nan.cc: New. + * testsuite/special_functions/18_riemann_zeta/check_value.cc: New. + * testsuite/special_functions/18_riemann_zeta/compile.cc: New. + * testsuite/special_functions/18_riemann_zeta/compile_2.cc: New. + * testsuite/special_functions/19_sph_bessel/check_nan.cc: New. + * testsuite/special_functions/19_sph_bessel/check_value.cc: New. + * testsuite/special_functions/19_sph_bessel/compile.cc: New. + * testsuite/special_functions/19_sph_bessel/compile_2.cc: New. + * testsuite/special_functions/20_sph_legendre/check_nan.cc: New. + * testsuite/special_functions/20_sph_legendre/check_value.cc: New. + * testsuite/special_functions/20_sph_legendre/compile.cc: New. + * testsuite/special_functions/20_sph_legendre/compile_2.cc: New. + * testsuite/special_functions/21_sph_neumann/check_nan.cc: New. + * testsuite/special_functions/21_sph_neumann/check_value.cc: New. + * testsuite/special_functions/21_sph_neumann/compile.cc: New. + * testsuite/special_functions/21_sph_neumann/compile_2.cc: New. + * testsuite/util/specfun_testcase.h: New. + * testsuite/tr1/5_numerical_facilities/special_functions/08_cyl_bessel_i/check_value.cc: More testcases. + * testsuite/tr1/5_numerical_facilities/special_functions/09_cyl_bessel_j/check_value.cc: Ditto. + * testsuite/tr1/5_numerical_facilities/special_functions/10_cyl_bessel_k/check_value.cc: Ditto. + * testsuite/tr1/5_numerical_facilities/special_functions/11_cyl_neumann/check_value.cc: Ditto. + * testsuite/tr1/5_numerical_facilities/special_functions/21_sph_bessel/check_value.cc: Ditto. + * testsuite/tr1/5_numerical_facilities/special_functions/23_sph_neumann/check_value.cc: Ditto. + * testsuite/tr1/5_numerical_facilities/special_functions/16_hermite/check_value.cc: New. + +2016-01-13 Jonathan Wakely + + PR libstdc++/48891 + * acinclude.m4 (GLIBCXX_CHECK_MATH11_PROTO): Check for obsolete isinf + and isnan functions. + * config.h.in: Regenerate. + * configure: Regenerate. + * include/c_global/cmath (isinf(double), isnan(double)) + [_GLIBCXX_HAVE_OBSOLETE_ISINF_ISNAN]: Import via using-directive. + * testsuite/26_numerics/headers/cmath/48891.cc: New. + +2016-01-13 Rainer Orth + + PR libstdc++/66006 + * configure.host (abi_baseline_pair): Use separate baseline for + Solaris 11+ and Solaris 10 with gld. + * config/abi/post/solaris2.11/amd64/baseline_symbols.txt: New file. + * config/abi/post/solaris2.11/baseline_symbols.txt: New file. + * config/abi/post/solaris2.11/sparcv9/baseline_symbols.txt: New file. + +2016-01-12 Daniel Kruegler + + PR libstdc++/68877 + * include/std/type_traits: Following N4511, reimplement __is_swappable + and __is_nothrow_swappable. Move __is_swappable to namespace std, + adjust callers. Use __is_nothrow_swappable in swap. + * include/bits/move.h: Use __is_nothrow_swappable in swap. + * testsuite/20_util/is_nothrow_swappable/value.cc: Extend; remove + __is_swappable related tests. + * testsuite/20_util/is_swappable/value.cc: New. + * testsuite/20_util/is_swappable/requirements/ + explicit_instantiation.cc: New. + * testsuite/20_util/is_swappable/requirements/typedefs.cc: New. + * testsuite/25_algorithms/swap/68877.cc: New. + +2016-01-12 Jonathan Wakely + + * testsuite/20_util/function/68995.cc: Test reference_wrapper cases. + + PR libstdc++/69005 + PR libstdc++/69222 + * include/std/functional (function::_Invoke): Remove, use result_of. + (function::_Callable): Replace alias template with class template + and use partial specialization instead of _NotSelf alias template. + (function(_Functor)): Add "not self" constraint so that _Callable is + not used while type is incomplete. + * testsuite/20_util/function/69222.cc: New. + +2016-01-11 Jonathan Wakely + + PR libstdc++/60976 + * include/bits/alloc_traits.h (allocator_traits>): + Define partial specialization. + * testsuite/20_util/shared_ptr/cons/58659.cc: Add construct and + destroy members to std::allocator explicit specialization. + +2016-01-08 Jonathan Wakely + + * testsuite/26_numerics/headers/cmath/ + c99_classification_macros_c++.cc: Rename to ... + * testsuite/26_numerics/headers/cmath/ + c99_classification_macros_c++98.cc: Here and add -std=gnu++98. + * testsuite/26_numerics/headers/cmath/ + c99_classification_macros_c++0x.cc: Rename to ... + * testsuite/26_numerics/headers/cmath/ + c99_classification_macros_c++11.cc: Here. + + PR libstdc++/69190 + * include/bits/uses_allocator.h: Add missing include. + +2016-01-07 Jonathan Wakely + + PR libstdc++/69105 + PR libstdc++/69106 + PR libstdc++/69114 + * include/bits/stl_iterator.h (back_insert_iterator, + front_insert_iterator, insert_iterator): Use __addressof (LWG 2324). + * include/bits/uses_allocator.h (__use_alloc): Use __addressof. + * include/std/future (__future::base::_State_baseV2::__setter): + Likewise. + * include/std/scoped_allocator (__outermost): Likewise. + * testsuite/20_util/scoped_allocator/69114.cc: New. + * testsuite/20_util/uses_allocator/69114.cc: New. + * testsuite/30_threads/promise/69106.cc: New. + +2016-01-06 Jonathan Wakely + + PR libstdc++/69092 + * include/bits/basic_string.h (basic_string::_S_copy_chars<_Iterator>): + Remove _GLIBCXX_NOEXCEPT. + testsuite/21_strings/basic_string/cons/char/69092.cc: New. + + * include/Makefile.am: Adjust. + * include/Makefile.in: Regenerate. + * include/bits/mutex.h: Rename to bits/std_mutex.h. + * include/std/condition_variable: Adjust include. + * include/std/mutex: Likewise. + +2016-01-04 Jakub Jelinek + + Update copyright years. + +Copyright (C) 2016 Free Software Foundation, Inc. + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. diff --git a/libstdc++-v3/Makefile.am b/libstdc++-v3/Makefile.am index 84cede4d2793..2b18a24183a9 100644 --- a/libstdc++-v3/Makefile.am +++ b/libstdc++-v3/Makefile.am @@ -1,6 +1,6 @@ ## Makefile for the toplevel directory of the GNU C++ Standard library. ## -## Copyright (C) 1997-2016 Free Software Foundation, Inc. +## Copyright (C) 1997-2017 Free Software Foundation, Inc. ## ## This file is part of the libstdc++ version 3 distribution. ## Process this file with automake to produce Makefile.in. diff --git a/libstdc++-v3/config/abi/compatibility.h b/libstdc++-v3/config/abi/compatibility.h index d1c37bde97c1..ef1d13b63ae0 100644 --- a/libstdc++-v3/config/abi/compatibility.h +++ b/libstdc++-v3/config/abi/compatibility.h @@ -1,6 +1,6 @@ // Compatibility symbols for previous versions -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/config/abi/pre/gnu-versioned-namespace.ver b/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver index bffb35cf26ff..5fc627c4fee5 100644 --- a/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver +++ b/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver @@ -1,6 +1,6 @@ ## Linker script for GNU namespace versioning. ## -## Copyright (C) 2002-2016 Free Software Foundation, Inc. +## Copyright (C) 2002-2017 Free Software Foundation, Inc. ## ## This file is part of the libstdc++ version 3 distribution. ## diff --git a/libstdc++-v3/config/abi/pre/gnu.ver b/libstdc++-v3/config/abi/pre/gnu.ver index 8b0f67bbf875..10bba0114560 100644 --- a/libstdc++-v3/config/abi/pre/gnu.ver +++ b/libstdc++-v3/config/abi/pre/gnu.ver @@ -1,6 +1,6 @@ ## Linker script for GNU versioning (GNU ld 2.13.91+ only.) ## -## Copyright (C) 2002-2016 Free Software Foundation, Inc. +## Copyright (C) 2002-2017 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/config/allocator/bitmap_allocator_base.h b/libstdc++-v3/config/allocator/bitmap_allocator_base.h index c897176c49a6..e84052337bc9 100644 --- a/libstdc++-v3/config/allocator/bitmap_allocator_base.h +++ b/libstdc++-v3/config/allocator/bitmap_allocator_base.h @@ -1,6 +1,6 @@ // Base to std::allocator -*- C++ -*- -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/config/allocator/malloc_allocator_base.h b/libstdc++-v3/config/allocator/malloc_allocator_base.h index c1e0db0fb7ff..b091bbca8636 100644 --- a/libstdc++-v3/config/allocator/malloc_allocator_base.h +++ b/libstdc++-v3/config/allocator/malloc_allocator_base.h @@ -1,6 +1,6 @@ // Base to std::allocator -*- C++ -*- -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/config/allocator/mt_allocator_base.h b/libstdc++-v3/config/allocator/mt_allocator_base.h index b8f01d848c90..f586312f7ae7 100644 --- a/libstdc++-v3/config/allocator/mt_allocator_base.h +++ b/libstdc++-v3/config/allocator/mt_allocator_base.h @@ -1,6 +1,6 @@ // Base to std::allocator -*- C++ -*- -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/config/allocator/new_allocator_base.h b/libstdc++-v3/config/allocator/new_allocator_base.h index 3e31ab0044aa..3d2bb67887f7 100644 --- a/libstdc++-v3/config/allocator/new_allocator_base.h +++ b/libstdc++-v3/config/allocator/new_allocator_base.h @@ -1,6 +1,6 @@ // Base to std::allocator -*- C++ -*- -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/config/allocator/pool_allocator_base.h b/libstdc++-v3/config/allocator/pool_allocator_base.h index 7b32e9c94885..368268289421 100644 --- a/libstdc++-v3/config/allocator/pool_allocator_base.h +++ b/libstdc++-v3/config/allocator/pool_allocator_base.h @@ -1,6 +1,6 @@ // Base to std::allocator -*- C++ -*- -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/config/cpu/arm/cpu_defines.h b/libstdc++-v3/config/cpu/arm/cpu_defines.h index f919675e5c23..121ece2f9204 100644 --- a/libstdc++-v3/config/cpu/arm/cpu_defines.h +++ b/libstdc++-v3/config/cpu/arm/cpu_defines.h @@ -1,6 +1,6 @@ // Specific definitions for generic platforms -*- C++ -*- -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/config/cpu/arm/cxxabi_tweaks.h b/libstdc++-v3/config/cpu/arm/cxxabi_tweaks.h index 177590c8929a..6f37a4fdfd7c 100644 --- a/libstdc++-v3/config/cpu/arm/cxxabi_tweaks.h +++ b/libstdc++-v3/config/cpu/arm/cxxabi_tweaks.h @@ -1,6 +1,6 @@ // Control various target specific ABI tweaks. ARM version. -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/config/cpu/cris/atomic_word.h b/libstdc++-v3/config/cpu/cris/atomic_word.h index 3536d845cc33..689e5d087132 100644 --- a/libstdc++-v3/config/cpu/cris/atomic_word.h +++ b/libstdc++-v3/config/cpu/cris/atomic_word.h @@ -1,6 +1,6 @@ // Low-level type for atomic operations -*- C++ -*- -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/config/cpu/cris/atomicity.h b/libstdc++-v3/config/cpu/cris/atomicity.h index 73c113696102..788f4f53a6a7 100644 --- a/libstdc++-v3/config/cpu/cris/atomicity.h +++ b/libstdc++-v3/config/cpu/cris/atomicity.h @@ -1,6 +1,6 @@ // Low-level functions for atomic operations: CRIS version -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/config/cpu/generic/atomic_word.h b/libstdc++-v3/config/cpu/generic/atomic_word.h index e3f015ea9898..6d21105136b8 100644 --- a/libstdc++-v3/config/cpu/generic/atomic_word.h +++ b/libstdc++-v3/config/cpu/generic/atomic_word.h @@ -1,6 +1,6 @@ // Low-level type for atomic operations -*- C++ -*- -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/config/cpu/generic/atomicity_builtins/atomicity.h b/libstdc++-v3/config/cpu/generic/atomicity_builtins/atomicity.h index 9b7431bebd74..6ea75c38982a 100644 --- a/libstdc++-v3/config/cpu/generic/atomicity_builtins/atomicity.h +++ b/libstdc++-v3/config/cpu/generic/atomicity_builtins/atomicity.h @@ -1,7 +1,7 @@ // Low-level functions for atomic operations: version for CPUs providing // atomic builtins -*- C++ -*- -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/config/cpu/generic/atomicity_mutex/atomicity.h b/libstdc++-v3/config/cpu/generic/atomicity_mutex/atomicity.h index be128722473f..65b7b9342015 100644 --- a/libstdc++-v3/config/cpu/generic/atomicity_mutex/atomicity.h +++ b/libstdc++-v3/config/cpu/generic/atomicity_mutex/atomicity.h @@ -1,6 +1,6 @@ // Low-level functions for atomic operations: Generic version -*- C++ -*- -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/config/cpu/generic/cpu_defines.h b/libstdc++-v3/config/cpu/generic/cpu_defines.h index 369bc7d66f91..a177f848290e 100644 --- a/libstdc++-v3/config/cpu/generic/cpu_defines.h +++ b/libstdc++-v3/config/cpu/generic/cpu_defines.h @@ -1,6 +1,6 @@ // Specific definitions for generic platforms -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/config/cpu/generic/cxxabi_tweaks.h b/libstdc++-v3/config/cpu/generic/cxxabi_tweaks.h index 16e9237b42ae..3e859a89f599 100644 --- a/libstdc++-v3/config/cpu/generic/cxxabi_tweaks.h +++ b/libstdc++-v3/config/cpu/generic/cxxabi_tweaks.h @@ -1,6 +1,6 @@ // Control various target specific ABI tweaks. Generic version. -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/config/cpu/generic/opt/bits/opt_random.h b/libstdc++-v3/config/cpu/generic/opt/bits/opt_random.h index fcc0a7316270..5e2b7b10361b 100644 --- a/libstdc++-v3/config/cpu/generic/opt/bits/opt_random.h +++ b/libstdc++-v3/config/cpu/generic/opt/bits/opt_random.h @@ -1,6 +1,6 @@ // Optimizations for random number handling, generic version -*- C++ -*- -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/config/cpu/generic/opt/ext/opt_random.h b/libstdc++-v3/config/cpu/generic/opt/ext/opt_random.h index 5cea7502f5cd..2150f5826ae9 100644 --- a/libstdc++-v3/config/cpu/generic/opt/ext/opt_random.h +++ b/libstdc++-v3/config/cpu/generic/opt/ext/opt_random.h @@ -1,6 +1,6 @@ // Optimizations for random number extensions, generic version -*- C++ -*- -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/config/cpu/hppa/atomicity.h b/libstdc++-v3/config/cpu/hppa/atomicity.h index 364715b7f977..5d5494ed15b1 100644 --- a/libstdc++-v3/config/cpu/hppa/atomicity.h +++ b/libstdc++-v3/config/cpu/hppa/atomicity.h @@ -1,6 +1,6 @@ // Low-level functions for atomic operations: PA-RISC version -*- C++ -*- -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/config/cpu/i386/atomicity.h b/libstdc++-v3/config/cpu/i386/atomicity.h index 35818f51923c..74fe312bfc45 100644 --- a/libstdc++-v3/config/cpu/i386/atomicity.h +++ b/libstdc++-v3/config/cpu/i386/atomicity.h @@ -1,6 +1,6 @@ // Low-level functions for atomic operations: x86, x >= 3 version -*- C++ -*- -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/config/cpu/i486/atomicity.h b/libstdc++-v3/config/cpu/i486/atomicity.h index 6068d9b40bfb..794264f6abdb 100644 --- a/libstdc++-v3/config/cpu/i486/atomicity.h +++ b/libstdc++-v3/config/cpu/i486/atomicity.h @@ -1,6 +1,6 @@ // Low-level functions for atomic operations: x86, x >= 4 version -*- C++ -*- -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/config/cpu/i486/opt/bits/opt_random.h b/libstdc++-v3/config/cpu/i486/opt/bits/opt_random.h index e5dfbb9b2a02..911eede59c94 100644 --- a/libstdc++-v3/config/cpu/i486/opt/bits/opt_random.h +++ b/libstdc++-v3/config/cpu/i486/opt/bits/opt_random.h @@ -1,6 +1,6 @@ // Optimizations for random number functions, x86 version -*- C++ -*- -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/config/cpu/i486/opt/ext/opt_random.h b/libstdc++-v3/config/cpu/i486/opt/ext/opt_random.h index f0c86c0bdb85..b2f678202151 100644 --- a/libstdc++-v3/config/cpu/i486/opt/ext/opt_random.h +++ b/libstdc++-v3/config/cpu/i486/opt/ext/opt_random.h @@ -1,6 +1,6 @@ // Optimizations for random number extensions, x86 version -*- C++ -*- -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/config/cpu/m68k/atomicity.h b/libstdc++-v3/config/cpu/m68k/atomicity.h index a9ddc6ba3bf5..c9ce9e8acba5 100644 --- a/libstdc++-v3/config/cpu/m68k/atomicity.h +++ b/libstdc++-v3/config/cpu/m68k/atomicity.h @@ -1,6 +1,6 @@ // Low-level functions for atomic operations: m68k version -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/config/cpu/microblaze/cpu_defines.h b/libstdc++-v3/config/cpu/microblaze/cpu_defines.h index 321607a3be97..341749b20c4e 100644 --- a/libstdc++-v3/config/cpu/microblaze/cpu_defines.h +++ b/libstdc++-v3/config/cpu/microblaze/cpu_defines.h @@ -1,6 +1,6 @@ // Specific definitions for Xilinx MicroBlaze platforms -*- C++ -*- -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 Free Software Foundation, Inc. // // Contributed by Michael Eager . // diff --git a/libstdc++-v3/config/cpu/powerpc/cpu_defines.h b/libstdc++-v3/config/cpu/powerpc/cpu_defines.h index b113a8d74923..f83db59b49e3 100644 --- a/libstdc++-v3/config/cpu/powerpc/cpu_defines.h +++ b/libstdc++-v3/config/cpu/powerpc/cpu_defines.h @@ -1,6 +1,6 @@ // Specific definitions for generic platforms -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/config/cpu/sh/atomicity.h b/libstdc++-v3/config/cpu/sh/atomicity.h index 947b9e2c0950..2d7ffc4be96b 100644 --- a/libstdc++-v3/config/cpu/sh/atomicity.h +++ b/libstdc++-v3/config/cpu/sh/atomicity.h @@ -1,6 +1,6 @@ // Low-level functions for atomic operations: sh version -*- C++ -*- -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/config/cpu/sparc/atomic_word.h b/libstdc++-v3/config/cpu/sparc/atomic_word.h index 19211cacc4bc..d50fe787457b 100644 --- a/libstdc++-v3/config/cpu/sparc/atomic_word.h +++ b/libstdc++-v3/config/cpu/sparc/atomic_word.h @@ -1,6 +1,6 @@ // Low-level type for atomic operations -*- C++ -*- -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/config/cpu/sparc/atomicity.h b/libstdc++-v3/config/cpu/sparc/atomicity.h index 01bef57ceb2d..64e8fc239ae5 100644 --- a/libstdc++-v3/config/cpu/sparc/atomicity.h +++ b/libstdc++-v3/config/cpu/sparc/atomicity.h @@ -1,6 +1,6 @@ // Low-level functions for atomic operations: Sparc version -*- C++ -*- -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/config/io/basic_file_stdio.cc b/libstdc++-v3/config/io/basic_file_stdio.cc index 1349dc75f89d..a0ad82c75fb4 100644 --- a/libstdc++-v3/config/io/basic_file_stdio.cc +++ b/libstdc++-v3/config/io/basic_file_stdio.cc @@ -1,6 +1,6 @@ // Wrapper of C-language FILE struct -*- C++ -*- -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/config/io/basic_file_stdio.h b/libstdc++-v3/config/io/basic_file_stdio.h index 47ae9e8ae497..f959ea534cb4 100644 --- a/libstdc++-v3/config/io/basic_file_stdio.h +++ b/libstdc++-v3/config/io/basic_file_stdio.h @@ -1,6 +1,6 @@ // Wrapper of C-language FILE struct -*- C++ -*- -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/config/io/c_io_stdio.h b/libstdc++-v3/config/io/c_io_stdio.h index 7539f9f436d5..124e71505e7c 100644 --- a/libstdc++-v3/config/io/c_io_stdio.h +++ b/libstdc++-v3/config/io/c_io_stdio.h @@ -1,6 +1,6 @@ // Underlying io library details -*- C++ -*- -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/config/locale/darwin/ctype_members.cc b/libstdc++-v3/config/locale/darwin/ctype_members.cc index 5fa78b3d7215..34671789b0ca 100644 --- a/libstdc++-v3/config/locale/darwin/ctype_members.cc +++ b/libstdc++-v3/config/locale/darwin/ctype_members.cc @@ -1,6 +1,6 @@ // std::ctype implementation details, GNU version -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/config/locale/dragonfly/c_locale.cc b/libstdc++-v3/config/locale/dragonfly/c_locale.cc index 55b17e4f414b..05f859000913 100644 --- a/libstdc++-v3/config/locale/dragonfly/c_locale.cc +++ b/libstdc++-v3/config/locale/dragonfly/c_locale.cc @@ -1,6 +1,6 @@ // localization implementation details, DragonFly version -*- C++ -*- -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/config/locale/dragonfly/c_locale.h b/libstdc++-v3/config/locale/dragonfly/c_locale.h index 8ef26ae5a739..0a5753208db2 100644 --- a/libstdc++-v3/config/locale/dragonfly/c_locale.h +++ b/libstdc++-v3/config/locale/dragonfly/c_locale.h @@ -1,6 +1,6 @@ // localization implementation details, DragonFly version -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/config/locale/dragonfly/codecvt_members.cc b/libstdc++-v3/config/locale/dragonfly/codecvt_members.cc index 42698a90c00b..3671eb23e990 100644 --- a/libstdc++-v3/config/locale/dragonfly/codecvt_members.cc +++ b/libstdc++-v3/config/locale/dragonfly/codecvt_members.cc @@ -1,6 +1,6 @@ // std::codecvt implementation details, DragonFly version -*- C++ -*- -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/config/locale/dragonfly/collate_members.cc b/libstdc++-v3/config/locale/dragonfly/collate_members.cc index 979f501a0f82..b30381103548 100644 --- a/libstdc++-v3/config/locale/dragonfly/collate_members.cc +++ b/libstdc++-v3/config/locale/dragonfly/collate_members.cc @@ -1,6 +1,6 @@ // std::collate implementation details, DragonFly version -*- C++ -*- -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/config/locale/dragonfly/ctype_members.cc b/libstdc++-v3/config/locale/dragonfly/ctype_members.cc index fbe220d78290..5dc05c4b202b 100644 --- a/libstdc++-v3/config/locale/dragonfly/ctype_members.cc +++ b/libstdc++-v3/config/locale/dragonfly/ctype_members.cc @@ -1,6 +1,6 @@ // std::ctype implementation details, DragonFly version -*- C++ -*- -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/config/locale/dragonfly/monetary_members.cc b/libstdc++-v3/config/locale/dragonfly/monetary_members.cc index f9a04fbba7e1..f417dbf40de8 100644 --- a/libstdc++-v3/config/locale/dragonfly/monetary_members.cc +++ b/libstdc++-v3/config/locale/dragonfly/monetary_members.cc @@ -1,6 +1,6 @@ // std::moneypunct implementation details, DragonFly version -*- C++ -*- -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/config/locale/dragonfly/numeric_members.cc b/libstdc++-v3/config/locale/dragonfly/numeric_members.cc index 29c9fc9202a3..49cb665b5ba7 100644 --- a/libstdc++-v3/config/locale/dragonfly/numeric_members.cc +++ b/libstdc++-v3/config/locale/dragonfly/numeric_members.cc @@ -1,6 +1,6 @@ // std::numpunct implementation details, DragonFly version -*- C++ -*- -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/config/locale/dragonfly/time_members.cc b/libstdc++-v3/config/locale/dragonfly/time_members.cc index c1a1f3d5b4cf..00b2090259db 100644 --- a/libstdc++-v3/config/locale/dragonfly/time_members.cc +++ b/libstdc++-v3/config/locale/dragonfly/time_members.cc @@ -1,6 +1,6 @@ // std::time_get, std::time_put implementation, DragonFly version -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/config/locale/dragonfly/time_members.h b/libstdc++-v3/config/locale/dragonfly/time_members.h index 0fa16e19df30..00c1ef7a3af0 100644 --- a/libstdc++-v3/config/locale/dragonfly/time_members.h +++ b/libstdc++-v3/config/locale/dragonfly/time_members.h @@ -1,6 +1,6 @@ // std::time_get, std::time_put implementation, DragonFly version -*- C++ -*- -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/config/locale/generic/c++locale_internal.h b/libstdc++-v3/config/locale/generic/c++locale_internal.h index a94e08386c9d..be3db55663bf 100644 --- a/libstdc++-v3/config/locale/generic/c++locale_internal.h +++ b/libstdc++-v3/config/locale/generic/c++locale_internal.h @@ -1,6 +1,6 @@ // Locale internal implementation header -*- C++ -*- -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/config/locale/generic/c_locale.cc b/libstdc++-v3/config/locale/generic/c_locale.cc index ef6ce8f3ce6e..bd311e300f89 100644 --- a/libstdc++-v3/config/locale/generic/c_locale.cc +++ b/libstdc++-v3/config/locale/generic/c_locale.cc @@ -1,6 +1,6 @@ // Wrapper for underlying C-language localization -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/config/locale/generic/c_locale.h b/libstdc++-v3/config/locale/generic/c_locale.h index 6a750de2d714..ce9fbb80d76c 100644 --- a/libstdc++-v3/config/locale/generic/c_locale.h +++ b/libstdc++-v3/config/locale/generic/c_locale.h @@ -1,6 +1,6 @@ // Wrapper for underlying C-language localization -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/config/locale/generic/codecvt_members.cc b/libstdc++-v3/config/locale/generic/codecvt_members.cc index 3204474e4a9d..c2e15caddf9c 100644 --- a/libstdc++-v3/config/locale/generic/codecvt_members.cc +++ b/libstdc++-v3/config/locale/generic/codecvt_members.cc @@ -1,6 +1,6 @@ // std::codecvt implementation details, generic version -*- C++ -*- -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/config/locale/generic/collate_members.cc b/libstdc++-v3/config/locale/generic/collate_members.cc index 0d0d24728852..417b3d4b985b 100644 --- a/libstdc++-v3/config/locale/generic/collate_members.cc +++ b/libstdc++-v3/config/locale/generic/collate_members.cc @@ -1,6 +1,6 @@ // std::collate implementation details, generic version -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/config/locale/generic/ctype_members.cc b/libstdc++-v3/config/locale/generic/ctype_members.cc index 8eadb4a333f7..7389c423933c 100644 --- a/libstdc++-v3/config/locale/generic/ctype_members.cc +++ b/libstdc++-v3/config/locale/generic/ctype_members.cc @@ -1,6 +1,6 @@ // std::ctype implementation details, generic version -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/config/locale/generic/messages_members.cc b/libstdc++-v3/config/locale/generic/messages_members.cc index 6d4559ad2dca..8b3839a193b2 100644 --- a/libstdc++-v3/config/locale/generic/messages_members.cc +++ b/libstdc++-v3/config/locale/generic/messages_members.cc @@ -1,6 +1,6 @@ // std::messages implementation details, generic version -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/config/locale/generic/messages_members.h b/libstdc++-v3/config/locale/generic/messages_members.h index fe1d3df96424..7baec1c5a80b 100644 --- a/libstdc++-v3/config/locale/generic/messages_members.h +++ b/libstdc++-v3/config/locale/generic/messages_members.h @@ -1,6 +1,6 @@ // std::messages implementation details, generic version -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/config/locale/generic/monetary_members.cc b/libstdc++-v3/config/locale/generic/monetary_members.cc index d36fa15fce61..badf89abe8b4 100644 --- a/libstdc++-v3/config/locale/generic/monetary_members.cc +++ b/libstdc++-v3/config/locale/generic/monetary_members.cc @@ -1,6 +1,6 @@ // std::moneypunct implementation details, generic version -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/config/locale/generic/numeric_members.cc b/libstdc++-v3/config/locale/generic/numeric_members.cc index f45f7c2846a5..d6c601d8f7b1 100644 --- a/libstdc++-v3/config/locale/generic/numeric_members.cc +++ b/libstdc++-v3/config/locale/generic/numeric_members.cc @@ -1,6 +1,6 @@ // std::numpunct implementation details, generic version -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/config/locale/generic/time_members.cc b/libstdc++-v3/config/locale/generic/time_members.cc index f8a52673a3b5..25372740e5e2 100644 --- a/libstdc++-v3/config/locale/generic/time_members.cc +++ b/libstdc++-v3/config/locale/generic/time_members.cc @@ -1,6 +1,6 @@ // std::time_get, std::time_put implementation, generic version -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/config/locale/generic/time_members.h b/libstdc++-v3/config/locale/generic/time_members.h index 1d626df5f0fc..c77c4685b25e 100644 --- a/libstdc++-v3/config/locale/generic/time_members.h +++ b/libstdc++-v3/config/locale/generic/time_members.h @@ -1,6 +1,6 @@ // std::time_get, std::time_put implementation, generic version -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/config/locale/gnu/c++locale_internal.h b/libstdc++-v3/config/locale/gnu/c++locale_internal.h index 8a9b938483d2..9386eb740d64 100644 --- a/libstdc++-v3/config/locale/gnu/c++locale_internal.h +++ b/libstdc++-v3/config/locale/gnu/c++locale_internal.h @@ -1,6 +1,6 @@ // Prototypes for GLIBC thread locale __-prefixed functions -*- C++ -*- -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/config/locale/gnu/c_locale.cc b/libstdc++-v3/config/locale/gnu/c_locale.cc index 58e4f84ca181..7c334e3a3e45 100644 --- a/libstdc++-v3/config/locale/gnu/c_locale.cc +++ b/libstdc++-v3/config/locale/gnu/c_locale.cc @@ -1,6 +1,6 @@ // Wrapper for underlying C-language localization -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/config/locale/gnu/c_locale.h b/libstdc++-v3/config/locale/gnu/c_locale.h index bd69c994d0aa..75b955c83124 100644 --- a/libstdc++-v3/config/locale/gnu/c_locale.h +++ b/libstdc++-v3/config/locale/gnu/c_locale.h @@ -1,6 +1,6 @@ // Wrapper for underlying C-language localization -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/config/locale/gnu/codecvt_members.cc b/libstdc++-v3/config/locale/gnu/codecvt_members.cc index dc1c5d6ba4db..85c683f3f5a3 100644 --- a/libstdc++-v3/config/locale/gnu/codecvt_members.cc +++ b/libstdc++-v3/config/locale/gnu/codecvt_members.cc @@ -1,6 +1,6 @@ // std::codecvt implementation details, GNU version -*- C++ -*- -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/config/locale/gnu/collate_members.cc b/libstdc++-v3/config/locale/gnu/collate_members.cc index ad9ece4ff827..6fb44ada476e 100644 --- a/libstdc++-v3/config/locale/gnu/collate_members.cc +++ b/libstdc++-v3/config/locale/gnu/collate_members.cc @@ -1,6 +1,6 @@ // std::collate implementation details, GNU version -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/config/locale/gnu/ctype_members.cc b/libstdc++-v3/config/locale/gnu/ctype_members.cc index 1aafc12449ad..39b3f9928806 100644 --- a/libstdc++-v3/config/locale/gnu/ctype_members.cc +++ b/libstdc++-v3/config/locale/gnu/ctype_members.cc @@ -1,6 +1,6 @@ // std::ctype implementation details, GNU version -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/config/locale/gnu/messages_members.cc b/libstdc++-v3/config/locale/gnu/messages_members.cc index 8d471592368d..678e56d5e863 100644 --- a/libstdc++-v3/config/locale/gnu/messages_members.cc +++ b/libstdc++-v3/config/locale/gnu/messages_members.cc @@ -1,6 +1,6 @@ // std::messages implementation details, GNU version -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/config/locale/gnu/messages_members.h b/libstdc++-v3/config/locale/gnu/messages_members.h index 954c732f21ca..7ac0926b9c36 100644 --- a/libstdc++-v3/config/locale/gnu/messages_members.h +++ b/libstdc++-v3/config/locale/gnu/messages_members.h @@ -1,6 +1,6 @@ // std::messages implementation details, GNU version -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/config/locale/gnu/monetary_members.cc b/libstdc++-v3/config/locale/gnu/monetary_members.cc index 95cb112d9f1d..c8b91ac7f889 100644 --- a/libstdc++-v3/config/locale/gnu/monetary_members.cc +++ b/libstdc++-v3/config/locale/gnu/monetary_members.cc @@ -1,6 +1,6 @@ // std::moneypunct implementation details, GNU version -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/config/locale/gnu/numeric_members.cc b/libstdc++-v3/config/locale/gnu/numeric_members.cc index 6fbf0896a012..ef686d140c15 100644 --- a/libstdc++-v3/config/locale/gnu/numeric_members.cc +++ b/libstdc++-v3/config/locale/gnu/numeric_members.cc @@ -1,6 +1,6 @@ // std::numpunct implementation details, GNU version -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/config/locale/gnu/time_members.cc b/libstdc++-v3/config/locale/gnu/time_members.cc index 2e7f7324e4ec..4049381890ef 100644 --- a/libstdc++-v3/config/locale/gnu/time_members.cc +++ b/libstdc++-v3/config/locale/gnu/time_members.cc @@ -1,6 +1,6 @@ // std::time_get, std::time_put implementation, GNU version -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/config/locale/gnu/time_members.h b/libstdc++-v3/config/locale/gnu/time_members.h index 51d260e36d22..d589c36de193 100644 --- a/libstdc++-v3/config/locale/gnu/time_members.h +++ b/libstdc++-v3/config/locale/gnu/time_members.h @@ -1,6 +1,6 @@ // std::time_get, std::time_put implementation, GNU version -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/config/locale/ieee_1003.1-2001/c_locale.cc b/libstdc++-v3/config/locale/ieee_1003.1-2001/c_locale.cc index 7c6ecfaba370..6dc0391694b2 100644 --- a/libstdc++-v3/config/locale/ieee_1003.1-2001/c_locale.cc +++ b/libstdc++-v3/config/locale/ieee_1003.1-2001/c_locale.cc @@ -1,6 +1,6 @@ // Wrapper for underlying C-language localization -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/config/locale/ieee_1003.1-2001/c_locale.h b/libstdc++-v3/config/locale/ieee_1003.1-2001/c_locale.h index c13dd2e41874..c174827a12b3 100644 --- a/libstdc++-v3/config/locale/ieee_1003.1-2001/c_locale.h +++ b/libstdc++-v3/config/locale/ieee_1003.1-2001/c_locale.h @@ -1,6 +1,6 @@ // Wrapper for underlying C-language localization -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/config/locale/ieee_1003.1-2001/messages_members.cc b/libstdc++-v3/config/locale/ieee_1003.1-2001/messages_members.cc index 412a82c6ee1d..5d8f7df2ecbe 100644 --- a/libstdc++-v3/config/locale/ieee_1003.1-2001/messages_members.cc +++ b/libstdc++-v3/config/locale/ieee_1003.1-2001/messages_members.cc @@ -1,6 +1,6 @@ // std::messages implementation details, IEEE 1003.1-200x version -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/config/locale/ieee_1003.1-2001/messages_members.h b/libstdc++-v3/config/locale/ieee_1003.1-2001/messages_members.h index 18184a2f7073..b3b2d3cbcf2c 100644 --- a/libstdc++-v3/config/locale/ieee_1003.1-2001/messages_members.h +++ b/libstdc++-v3/config/locale/ieee_1003.1-2001/messages_members.h @@ -1,6 +1,6 @@ // std::messages implementation details, IEEE 1003.1-200x version -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/config/locale/newlib/ctype_members.cc b/libstdc++-v3/config/locale/newlib/ctype_members.cc index 1e321293a6be..5b342cddb6a3 100644 --- a/libstdc++-v3/config/locale/newlib/ctype_members.cc +++ b/libstdc++-v3/config/locale/newlib/ctype_members.cc @@ -1,6 +1,6 @@ // std::ctype implementation details, newlib version -*- C++ -*- -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/config/os/aix/atomicity.h b/libstdc++-v3/config/os/aix/atomicity.h index 2208184a651e..db7d5d2f71db 100644 --- a/libstdc++-v3/config/os/aix/atomicity.h +++ b/libstdc++-v3/config/os/aix/atomicity.h @@ -1,6 +1,6 @@ // Low-level functions for atomic operations: AIX version -*- C++ -*- -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/config/os/aix/ctype_base.h b/libstdc++-v3/config/os/aix/ctype_base.h index c7d4e052bfde..cf0f2baaa6c4 100644 --- a/libstdc++-v3/config/os/aix/ctype_base.h +++ b/libstdc++-v3/config/os/aix/ctype_base.h @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/config/os/aix/ctype_configure_char.cc b/libstdc++-v3/config/os/aix/ctype_configure_char.cc index 9f35532ee895..f3c05b296cf1 100644 --- a/libstdc++-v3/config/os/aix/ctype_configure_char.cc +++ b/libstdc++-v3/config/os/aix/ctype_configure_char.cc @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/config/os/aix/ctype_inline.h b/libstdc++-v3/config/os/aix/ctype_inline.h index 2ecd857c553a..83079236d498 100644 --- a/libstdc++-v3/config/os/aix/ctype_inline.h +++ b/libstdc++-v3/config/os/aix/ctype_inline.h @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/config/os/aix/os_defines.h b/libstdc++-v3/config/os/aix/os_defines.h index 09494468768d..3e93f6daadf2 100644 --- a/libstdc++-v3/config/os/aix/os_defines.h +++ b/libstdc++-v3/config/os/aix/os_defines.h @@ -1,6 +1,6 @@ // Specific definitions for AIX -*- C++ -*- -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/config/os/bionic/ctype_base.h b/libstdc++-v3/config/os/bionic/ctype_base.h index 33978f3ee904..3881612b3ed1 100644 --- a/libstdc++-v3/config/os/bionic/ctype_base.h +++ b/libstdc++-v3/config/os/bionic/ctype_base.h @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/config/os/bionic/ctype_configure_char.cc b/libstdc++-v3/config/os/bionic/ctype_configure_char.cc index 903de5625d77..f74e75b53805 100644 --- a/libstdc++-v3/config/os/bionic/ctype_configure_char.cc +++ b/libstdc++-v3/config/os/bionic/ctype_configure_char.cc @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/config/os/bionic/ctype_inline.h b/libstdc++-v3/config/os/bionic/ctype_inline.h index db754449c4a0..c40ce0542b43 100644 --- a/libstdc++-v3/config/os/bionic/ctype_inline.h +++ b/libstdc++-v3/config/os/bionic/ctype_inline.h @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/config/os/bionic/os_defines.h b/libstdc++-v3/config/os/bionic/os_defines.h index 34ed27464282..e167f0388120 100644 --- a/libstdc++-v3/config/os/bionic/os_defines.h +++ b/libstdc++-v3/config/os/bionic/os_defines.h @@ -1,6 +1,6 @@ // Specific definitions for Bionic -*- C++ -*- -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/config/os/bsd/darwin/ctype_base.h b/libstdc++-v3/config/os/bsd/darwin/ctype_base.h index 85dabcfe96e8..767f48ec5de1 100644 --- a/libstdc++-v3/config/os/bsd/darwin/ctype_base.h +++ b/libstdc++-v3/config/os/bsd/darwin/ctype_base.h @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/config/os/bsd/darwin/ctype_configure_char.cc b/libstdc++-v3/config/os/bsd/darwin/ctype_configure_char.cc index 9f35532ee895..f3c05b296cf1 100644 --- a/libstdc++-v3/config/os/bsd/darwin/ctype_configure_char.cc +++ b/libstdc++-v3/config/os/bsd/darwin/ctype_configure_char.cc @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/config/os/bsd/darwin/ctype_inline.h b/libstdc++-v3/config/os/bsd/darwin/ctype_inline.h index 8ac8847ab7ce..039b57dbc11b 100644 --- a/libstdc++-v3/config/os/bsd/darwin/ctype_inline.h +++ b/libstdc++-v3/config/os/bsd/darwin/ctype_inline.h @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/config/os/bsd/darwin/os_defines.h b/libstdc++-v3/config/os/bsd/darwin/os_defines.h index 36b660b1b082..5e1fa02afb3f 100644 --- a/libstdc++-v3/config/os/bsd/darwin/os_defines.h +++ b/libstdc++-v3/config/os/bsd/darwin/os_defines.h @@ -1,6 +1,6 @@ // Specific definitions for Darwin -*- C++ -*- -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/config/os/bsd/dragonfly/ctype_base.h b/libstdc++-v3/config/os/bsd/dragonfly/ctype_base.h index 973e5e6f073a..4caba34e5a86 100644 --- a/libstdc++-v3/config/os/bsd/dragonfly/ctype_base.h +++ b/libstdc++-v3/config/os/bsd/dragonfly/ctype_base.h @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/config/os/bsd/dragonfly/ctype_configure_char.cc b/libstdc++-v3/config/os/bsd/dragonfly/ctype_configure_char.cc index 2606d2b90a77..328d9bf02f5d 100644 --- a/libstdc++-v3/config/os/bsd/dragonfly/ctype_configure_char.cc +++ b/libstdc++-v3/config/os/bsd/dragonfly/ctype_configure_char.cc @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/config/os/bsd/dragonfly/ctype_inline.h b/libstdc++-v3/config/os/bsd/dragonfly/ctype_inline.h index 44356364389f..effd659aa4bc 100644 --- a/libstdc++-v3/config/os/bsd/dragonfly/ctype_inline.h +++ b/libstdc++-v3/config/os/bsd/dragonfly/ctype_inline.h @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/config/os/bsd/dragonfly/os_defines.h b/libstdc++-v3/config/os/bsd/dragonfly/os_defines.h index 60340cf59186..ffd5839c75f4 100644 --- a/libstdc++-v3/config/os/bsd/dragonfly/os_defines.h +++ b/libstdc++-v3/config/os/bsd/dragonfly/os_defines.h @@ -1,6 +1,6 @@ // Specific definitions for BSD -*- C++ -*- -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/config/os/bsd/freebsd/ctype_base.h b/libstdc++-v3/config/os/bsd/freebsd/ctype_base.h index 1165b05ff9be..8c8b0bb56723 100644 --- a/libstdc++-v3/config/os/bsd/freebsd/ctype_base.h +++ b/libstdc++-v3/config/os/bsd/freebsd/ctype_base.h @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/config/os/bsd/freebsd/ctype_configure_char.cc b/libstdc++-v3/config/os/bsd/freebsd/ctype_configure_char.cc index 2606d2b90a77..328d9bf02f5d 100644 --- a/libstdc++-v3/config/os/bsd/freebsd/ctype_configure_char.cc +++ b/libstdc++-v3/config/os/bsd/freebsd/ctype_configure_char.cc @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/config/os/bsd/freebsd/ctype_inline.h b/libstdc++-v3/config/os/bsd/freebsd/ctype_inline.h index 8ac8847ab7ce..039b57dbc11b 100644 --- a/libstdc++-v3/config/os/bsd/freebsd/ctype_inline.h +++ b/libstdc++-v3/config/os/bsd/freebsd/ctype_inline.h @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/config/os/bsd/freebsd/os_defines.h b/libstdc++-v3/config/os/bsd/freebsd/os_defines.h index 1761f0d9a4a8..c15512cf53ad 100644 --- a/libstdc++-v3/config/os/bsd/freebsd/os_defines.h +++ b/libstdc++-v3/config/os/bsd/freebsd/os_defines.h @@ -1,6 +1,6 @@ // Specific definitions for BSD -*- C++ -*- -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/config/os/bsd/netbsd/ctype_base.h b/libstdc++-v3/config/os/bsd/netbsd/ctype_base.h index cdd9a80e09b6..abbbada99573 100644 --- a/libstdc++-v3/config/os/bsd/netbsd/ctype_base.h +++ b/libstdc++-v3/config/os/bsd/netbsd/ctype_base.h @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/config/os/bsd/netbsd/ctype_configure_char.cc b/libstdc++-v3/config/os/bsd/netbsd/ctype_configure_char.cc index bf11c9c67f24..911256b502d3 100644 --- a/libstdc++-v3/config/os/bsd/netbsd/ctype_configure_char.cc +++ b/libstdc++-v3/config/os/bsd/netbsd/ctype_configure_char.cc @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/config/os/bsd/netbsd/ctype_inline.h b/libstdc++-v3/config/os/bsd/netbsd/ctype_inline.h index 88a1e09fd991..6b080d84e792 100644 --- a/libstdc++-v3/config/os/bsd/netbsd/ctype_inline.h +++ b/libstdc++-v3/config/os/bsd/netbsd/ctype_inline.h @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/config/os/bsd/netbsd/os_defines.h b/libstdc++-v3/config/os/bsd/netbsd/os_defines.h index 70d15cec4209..87c809177887 100644 --- a/libstdc++-v3/config/os/bsd/netbsd/os_defines.h +++ b/libstdc++-v3/config/os/bsd/netbsd/os_defines.h @@ -1,6 +1,6 @@ // Specific definitions for NetBSD -*- C++ -*- -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/config/os/bsd/openbsd/ctype_base.h b/libstdc++-v3/config/os/bsd/openbsd/ctype_base.h index 52c575409a4c..85287d55519b 100644 --- a/libstdc++-v3/config/os/bsd/openbsd/ctype_base.h +++ b/libstdc++-v3/config/os/bsd/openbsd/ctype_base.h @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/config/os/bsd/openbsd/ctype_configure_char.cc b/libstdc++-v3/config/os/bsd/openbsd/ctype_configure_char.cc index 8f154a308c6d..32d3ff481b85 100644 --- a/libstdc++-v3/config/os/bsd/openbsd/ctype_configure_char.cc +++ b/libstdc++-v3/config/os/bsd/openbsd/ctype_configure_char.cc @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/config/os/bsd/openbsd/ctype_inline.h b/libstdc++-v3/config/os/bsd/openbsd/ctype_inline.h index db754449c4a0..c40ce0542b43 100644 --- a/libstdc++-v3/config/os/bsd/openbsd/ctype_inline.h +++ b/libstdc++-v3/config/os/bsd/openbsd/ctype_inline.h @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/config/os/bsd/openbsd/os_defines.h b/libstdc++-v3/config/os/bsd/openbsd/os_defines.h index c5b47ac9f6fc..00b88dc18e0c 100644 --- a/libstdc++-v3/config/os/bsd/openbsd/os_defines.h +++ b/libstdc++-v3/config/os/bsd/openbsd/os_defines.h @@ -1,6 +1,6 @@ // Specific definitions for OpenBSD -*- C++ -*- -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/config/os/djgpp/ctype_base.h b/libstdc++-v3/config/os/djgpp/ctype_base.h index 451973af6d71..79ed41f3c01e 100644 --- a/libstdc++-v3/config/os/djgpp/ctype_base.h +++ b/libstdc++-v3/config/os/djgpp/ctype_base.h @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/config/os/djgpp/ctype_configure_char.cc b/libstdc++-v3/config/os/djgpp/ctype_configure_char.cc index f905f8a6e455..d787cf408913 100644 --- a/libstdc++-v3/config/os/djgpp/ctype_configure_char.cc +++ b/libstdc++-v3/config/os/djgpp/ctype_configure_char.cc @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/config/os/djgpp/ctype_inline.h b/libstdc++-v3/config/os/djgpp/ctype_inline.h index 511811c2a199..1e5b9c59902f 100644 --- a/libstdc++-v3/config/os/djgpp/ctype_inline.h +++ b/libstdc++-v3/config/os/djgpp/ctype_inline.h @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/config/os/djgpp/error_constants.h b/libstdc++-v3/config/os/djgpp/error_constants.h index 41b266a9b0e4..4ce342c96262 100644 --- a/libstdc++-v3/config/os/djgpp/error_constants.h +++ b/libstdc++-v3/config/os/djgpp/error_constants.h @@ -1,6 +1,6 @@ // Specific definitions for DJGPP platform -*- C++ -*- -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/config/os/djgpp/os_defines.h b/libstdc++-v3/config/os/djgpp/os_defines.h index b73c409eace1..ca9eec24a6a0 100644 --- a/libstdc++-v3/config/os/djgpp/os_defines.h +++ b/libstdc++-v3/config/os/djgpp/os_defines.h @@ -1,6 +1,6 @@ // Specific definitions for DJGPP -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/config/os/generic/ctype_base.h b/libstdc++-v3/config/os/generic/ctype_base.h index 9ac0d6be28dd..065bf4404e12 100644 --- a/libstdc++-v3/config/os/generic/ctype_base.h +++ b/libstdc++-v3/config/os/generic/ctype_base.h @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/config/os/generic/ctype_configure_char.cc b/libstdc++-v3/config/os/generic/ctype_configure_char.cc index 9f35532ee895..f3c05b296cf1 100644 --- a/libstdc++-v3/config/os/generic/ctype_configure_char.cc +++ b/libstdc++-v3/config/os/generic/ctype_configure_char.cc @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/config/os/generic/ctype_inline.h b/libstdc++-v3/config/os/generic/ctype_inline.h index 2ec02ae9ac9d..a0f7720e0f95 100644 --- a/libstdc++-v3/config/os/generic/ctype_inline.h +++ b/libstdc++-v3/config/os/generic/ctype_inline.h @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/config/os/generic/error_constants.h b/libstdc++-v3/config/os/generic/error_constants.h index 57e97f809ee4..3f5c92e7cd48 100644 --- a/libstdc++-v3/config/os/generic/error_constants.h +++ b/libstdc++-v3/config/os/generic/error_constants.h @@ -1,6 +1,6 @@ // Specific definitions for generic platforms -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/config/os/generic/os_defines.h b/libstdc++-v3/config/os/generic/os_defines.h index 9c73abf478a2..b7cf7d669022 100644 --- a/libstdc++-v3/config/os/generic/os_defines.h +++ b/libstdc++-v3/config/os/generic/os_defines.h @@ -1,6 +1,6 @@ // Specific definitions for generic platforms -*- C++ -*- -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/config/os/gnu-linux/ctype_base.h b/libstdc++-v3/config/os/gnu-linux/ctype_base.h index 591c793ced42..6ee1debdc2ab 100644 --- a/libstdc++-v3/config/os/gnu-linux/ctype_base.h +++ b/libstdc++-v3/config/os/gnu-linux/ctype_base.h @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/config/os/gnu-linux/ctype_configure_char.cc b/libstdc++-v3/config/os/gnu-linux/ctype_configure_char.cc index e2aeff0806c2..f1c81e045dda 100644 --- a/libstdc++-v3/config/os/gnu-linux/ctype_configure_char.cc +++ b/libstdc++-v3/config/os/gnu-linux/ctype_configure_char.cc @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/config/os/gnu-linux/ctype_inline.h b/libstdc++-v3/config/os/gnu-linux/ctype_inline.h index e62f5f313530..a621c953debd 100644 --- a/libstdc++-v3/config/os/gnu-linux/ctype_inline.h +++ b/libstdc++-v3/config/os/gnu-linux/ctype_inline.h @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/config/os/gnu-linux/os_defines.h b/libstdc++-v3/config/os/gnu-linux/os_defines.h index 59b0a622da60..be1b5ae05b7d 100644 --- a/libstdc++-v3/config/os/gnu-linux/os_defines.h +++ b/libstdc++-v3/config/os/gnu-linux/os_defines.h @@ -1,6 +1,6 @@ // Specific definitions for GNU/Linux -*- C++ -*- -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/config/os/hpux/ctype_base.h b/libstdc++-v3/config/os/hpux/ctype_base.h index cfe8e907e856..73c33621094c 100644 --- a/libstdc++-v3/config/os/hpux/ctype_base.h +++ b/libstdc++-v3/config/os/hpux/ctype_base.h @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/config/os/hpux/ctype_configure_char.cc b/libstdc++-v3/config/os/hpux/ctype_configure_char.cc index 02f8e3272083..5bbabc4276e1 100644 --- a/libstdc++-v3/config/os/hpux/ctype_configure_char.cc +++ b/libstdc++-v3/config/os/hpux/ctype_configure_char.cc @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/config/os/hpux/ctype_inline.h b/libstdc++-v3/config/os/hpux/ctype_inline.h index e62f5f313530..a621c953debd 100644 --- a/libstdc++-v3/config/os/hpux/ctype_inline.h +++ b/libstdc++-v3/config/os/hpux/ctype_inline.h @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/config/os/hpux/os_defines.h b/libstdc++-v3/config/os/hpux/os_defines.h index 528b7b7301a2..4f4a138387b3 100644 --- a/libstdc++-v3/config/os/hpux/os_defines.h +++ b/libstdc++-v3/config/os/hpux/os_defines.h @@ -1,6 +1,6 @@ // Specific definitions for HPUX -*- C++ -*- -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/config/os/mingw32-w64/ctype_base.h b/libstdc++-v3/config/os/mingw32-w64/ctype_base.h index ef17a30d02e6..6963f063b76d 100644 --- a/libstdc++-v3/config/os/mingw32-w64/ctype_base.h +++ b/libstdc++-v3/config/os/mingw32-w64/ctype_base.h @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/config/os/mingw32-w64/ctype_configure_char.cc b/libstdc++-v3/config/os/mingw32-w64/ctype_configure_char.cc index 39b0739242d0..840c47303121 100644 --- a/libstdc++-v3/config/os/mingw32-w64/ctype_configure_char.cc +++ b/libstdc++-v3/config/os/mingw32-w64/ctype_configure_char.cc @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/config/os/mingw32-w64/ctype_inline.h b/libstdc++-v3/config/os/mingw32-w64/ctype_inline.h index 586c2aeab3ea..f4379585f468 100644 --- a/libstdc++-v3/config/os/mingw32-w64/ctype_inline.h +++ b/libstdc++-v3/config/os/mingw32-w64/ctype_inline.h @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/config/os/mingw32-w64/error_constants.h b/libstdc++-v3/config/os/mingw32-w64/error_constants.h index f1003738ff74..e70c2b863779 100644 --- a/libstdc++-v3/config/os/mingw32-w64/error_constants.h +++ b/libstdc++-v3/config/os/mingw32-w64/error_constants.h @@ -1,6 +1,6 @@ // Specific definitions for mingw32 platform -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/config/os/mingw32-w64/os_defines.h b/libstdc++-v3/config/os/mingw32-w64/os_defines.h index 43c400b2b82b..1f46103249ae 100644 --- a/libstdc++-v3/config/os/mingw32-w64/os_defines.h +++ b/libstdc++-v3/config/os/mingw32-w64/os_defines.h @@ -1,6 +1,6 @@ // Specific definitions for generic platforms -*- C++ -*- -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/config/os/mingw32/ctype_base.h b/libstdc++-v3/config/os/mingw32/ctype_base.h index ef17a30d02e6..6963f063b76d 100644 --- a/libstdc++-v3/config/os/mingw32/ctype_base.h +++ b/libstdc++-v3/config/os/mingw32/ctype_base.h @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/config/os/mingw32/ctype_configure_char.cc b/libstdc++-v3/config/os/mingw32/ctype_configure_char.cc index 39b0739242d0..840c47303121 100644 --- a/libstdc++-v3/config/os/mingw32/ctype_configure_char.cc +++ b/libstdc++-v3/config/os/mingw32/ctype_configure_char.cc @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/config/os/mingw32/ctype_inline.h b/libstdc++-v3/config/os/mingw32/ctype_inline.h index 586c2aeab3ea..f4379585f468 100644 --- a/libstdc++-v3/config/os/mingw32/ctype_inline.h +++ b/libstdc++-v3/config/os/mingw32/ctype_inline.h @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/config/os/mingw32/error_constants.h b/libstdc++-v3/config/os/mingw32/error_constants.h index 5cbf63cfe7f6..ff6b94970eda 100644 --- a/libstdc++-v3/config/os/mingw32/error_constants.h +++ b/libstdc++-v3/config/os/mingw32/error_constants.h @@ -1,6 +1,6 @@ // Specific definitions for mingw32 platform -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/config/os/mingw32/os_defines.h b/libstdc++-v3/config/os/mingw32/os_defines.h index 780828cf579c..02dfa9e9b01c 100644 --- a/libstdc++-v3/config/os/mingw32/os_defines.h +++ b/libstdc++-v3/config/os/mingw32/os_defines.h @@ -1,6 +1,6 @@ // Specific definitions for generic platforms -*- C++ -*- -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/config/os/newlib/ctype_base.h b/libstdc++-v3/config/os/newlib/ctype_base.h index 717303e37031..6a8cce7bc57d 100644 --- a/libstdc++-v3/config/os/newlib/ctype_base.h +++ b/libstdc++-v3/config/os/newlib/ctype_base.h @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/config/os/newlib/ctype_configure_char.cc b/libstdc++-v3/config/os/newlib/ctype_configure_char.cc index 903de5625d77..f74e75b53805 100644 --- a/libstdc++-v3/config/os/newlib/ctype_configure_char.cc +++ b/libstdc++-v3/config/os/newlib/ctype_configure_char.cc @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/config/os/newlib/ctype_inline.h b/libstdc++-v3/config/os/newlib/ctype_inline.h index 96e8bc58802b..cbb33392deca 100644 --- a/libstdc++-v3/config/os/newlib/ctype_inline.h +++ b/libstdc++-v3/config/os/newlib/ctype_inline.h @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/config/os/newlib/os_defines.h b/libstdc++-v3/config/os/newlib/os_defines.h index 2a87e74bcdb0..a54dd98f9be6 100644 --- a/libstdc++-v3/config/os/newlib/os_defines.h +++ b/libstdc++-v3/config/os/newlib/os_defines.h @@ -1,6 +1,6 @@ // Specific definitions for newlib -*- C++ -*- -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/config/os/qnx/qnx6.1/ctype_base.h b/libstdc++-v3/config/os/qnx/qnx6.1/ctype_base.h index 4eafc9ed787a..f39ce29089da 100644 --- a/libstdc++-v3/config/os/qnx/qnx6.1/ctype_base.h +++ b/libstdc++-v3/config/os/qnx/qnx6.1/ctype_base.h @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/config/os/qnx/qnx6.1/ctype_configure_char.cc b/libstdc++-v3/config/os/qnx/qnx6.1/ctype_configure_char.cc index cadfeca04e22..f169c918cda9 100644 --- a/libstdc++-v3/config/os/qnx/qnx6.1/ctype_configure_char.cc +++ b/libstdc++-v3/config/os/qnx/qnx6.1/ctype_configure_char.cc @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/config/os/qnx/qnx6.1/ctype_inline.h b/libstdc++-v3/config/os/qnx/qnx6.1/ctype_inline.h index c6c7a1f37d21..7920806f6f77 100644 --- a/libstdc++-v3/config/os/qnx/qnx6.1/ctype_inline.h +++ b/libstdc++-v3/config/os/qnx/qnx6.1/ctype_inline.h @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/config/os/qnx/qnx6.1/os_defines.h b/libstdc++-v3/config/os/qnx/qnx6.1/os_defines.h index 4481607e3bb1..bf8ea08b84f9 100644 --- a/libstdc++-v3/config/os/qnx/qnx6.1/os_defines.h +++ b/libstdc++-v3/config/os/qnx/qnx6.1/os_defines.h @@ -1,6 +1,6 @@ // Specific definitions for QNX 6.1 -*- C++ -*- -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/config/os/solaris/solaris2.10/ctype_base.h b/libstdc++-v3/config/os/solaris/solaris2.10/ctype_base.h index 470d9dac811d..2c752eef71d5 100644 --- a/libstdc++-v3/config/os/solaris/solaris2.10/ctype_base.h +++ b/libstdc++-v3/config/os/solaris/solaris2.10/ctype_base.h @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/config/os/solaris/solaris2.10/ctype_configure_char.cc b/libstdc++-v3/config/os/solaris/solaris2.10/ctype_configure_char.cc index 148b9f685326..9e58c60fb863 100644 --- a/libstdc++-v3/config/os/solaris/solaris2.10/ctype_configure_char.cc +++ b/libstdc++-v3/config/os/solaris/solaris2.10/ctype_configure_char.cc @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/config/os/solaris/solaris2.10/ctype_inline.h b/libstdc++-v3/config/os/solaris/solaris2.10/ctype_inline.h index e62f5f313530..a621c953debd 100644 --- a/libstdc++-v3/config/os/solaris/solaris2.10/ctype_inline.h +++ b/libstdc++-v3/config/os/solaris/solaris2.10/ctype_inline.h @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/config/os/solaris/solaris2.10/os_defines.h b/libstdc++-v3/config/os/solaris/solaris2.10/os_defines.h index 6c39cd564d57..17ce7a02f197 100644 --- a/libstdc++-v3/config/os/solaris/solaris2.10/os_defines.h +++ b/libstdc++-v3/config/os/solaris/solaris2.10/os_defines.h @@ -1,6 +1,6 @@ // Specific definitions for Solaris 10+ -*- C++ -*- -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/config/os/tpf/ctype_base.h b/libstdc++-v3/config/os/tpf/ctype_base.h index 8e5be5f27cde..d773b7779b54 100644 --- a/libstdc++-v3/config/os/tpf/ctype_base.h +++ b/libstdc++-v3/config/os/tpf/ctype_base.h @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/config/os/tpf/ctype_configure_char.cc b/libstdc++-v3/config/os/tpf/ctype_configure_char.cc index 7dc9569ca4c7..a1d0147ca57d 100644 --- a/libstdc++-v3/config/os/tpf/ctype_configure_char.cc +++ b/libstdc++-v3/config/os/tpf/ctype_configure_char.cc @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/config/os/tpf/ctype_inline.h b/libstdc++-v3/config/os/tpf/ctype_inline.h index 6621715dcd14..bc64604d3bb2 100644 --- a/libstdc++-v3/config/os/tpf/ctype_inline.h +++ b/libstdc++-v3/config/os/tpf/ctype_inline.h @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/config/os/tpf/os_defines.h b/libstdc++-v3/config/os/tpf/os_defines.h index d6bf3f568d0f..4cc5186d2247 100644 --- a/libstdc++-v3/config/os/tpf/os_defines.h +++ b/libstdc++-v3/config/os/tpf/os_defines.h @@ -1,6 +1,6 @@ // Specific definitions for TPF -*- C++ -*- -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/config/os/uclibc/ctype_base.h b/libstdc++-v3/config/os/uclibc/ctype_base.h index f2d9fa15ea34..b97568cdb572 100644 --- a/libstdc++-v3/config/os/uclibc/ctype_base.h +++ b/libstdc++-v3/config/os/uclibc/ctype_base.h @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/config/os/uclibc/ctype_configure_char.cc b/libstdc++-v3/config/os/uclibc/ctype_configure_char.cc index c712a702eef2..8c4af65fd417 100644 --- a/libstdc++-v3/config/os/uclibc/ctype_configure_char.cc +++ b/libstdc++-v3/config/os/uclibc/ctype_configure_char.cc @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/config/os/uclibc/ctype_inline.h b/libstdc++-v3/config/os/uclibc/ctype_inline.h index e62f5f313530..a621c953debd 100644 --- a/libstdc++-v3/config/os/uclibc/ctype_inline.h +++ b/libstdc++-v3/config/os/uclibc/ctype_inline.h @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/config/os/uclibc/os_defines.h b/libstdc++-v3/config/os/uclibc/os_defines.h index 7967efae057d..fe48353ab98c 100644 --- a/libstdc++-v3/config/os/uclibc/os_defines.h +++ b/libstdc++-v3/config/os/uclibc/os_defines.h @@ -1,6 +1,6 @@ // Specific definitions for GNU/Linux with uClibc -*- C++ -*- -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/config/os/vxworks/ctype_base.h b/libstdc++-v3/config/os/vxworks/ctype_base.h index d965645cd8b7..0533686484db 100644 --- a/libstdc++-v3/config/os/vxworks/ctype_base.h +++ b/libstdc++-v3/config/os/vxworks/ctype_base.h @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/config/os/vxworks/ctype_configure_char.cc b/libstdc++-v3/config/os/vxworks/ctype_configure_char.cc index dc0f7b003cea..33e02a1b243e 100644 --- a/libstdc++-v3/config/os/vxworks/ctype_configure_char.cc +++ b/libstdc++-v3/config/os/vxworks/ctype_configure_char.cc @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/config/os/vxworks/ctype_inline.h b/libstdc++-v3/config/os/vxworks/ctype_inline.h index 49a4c1943548..099c0d76f5a1 100644 --- a/libstdc++-v3/config/os/vxworks/ctype_inline.h +++ b/libstdc++-v3/config/os/vxworks/ctype_inline.h @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/config/os/vxworks/os_defines.h b/libstdc++-v3/config/os/vxworks/os_defines.h index 6bbce600cdab..a00acbd7caac 100644 --- a/libstdc++-v3/config/os/vxworks/os_defines.h +++ b/libstdc++-v3/config/os/vxworks/os_defines.h @@ -1,6 +1,6 @@ // Specific definitions for VxWorks -*- C++ -*- -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/doc/Makefile.am b/libstdc++-v3/doc/Makefile.am index f9a7fb7abfd4..6ea9da3c2992 100644 --- a/libstdc++-v3/doc/Makefile.am +++ b/libstdc++-v3/doc/Makefile.am @@ -1,6 +1,6 @@ ## Makefile for the doc subdirectory of the GNU C++ Standard library. ## -## Copyright (C) 2008-2016 Free Software Foundation, Inc. +## Copyright (C) 2008-2017 Free Software Foundation, Inc. ## ## This file is part of the libstdc++ version 3 distribution. ## Process this file with automake to produce Makefile.in. diff --git a/libstdc++-v3/doc/doxygen/doxygroups.cc b/libstdc++-v3/doc/doxygen/doxygroups.cc index 39095d046e17..75ecc4e35fd4 100644 --- a/libstdc++-v3/doc/doxygen/doxygroups.cc +++ b/libstdc++-v3/doc/doxygen/doxygroups.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2001-2016 Free Software Foundation, Inc. + Copyright (C) 2001-2017 Free Software Foundation, Inc. See license.html for license. This just provides documentation for stuff that doesn't need to be in the diff --git a/libstdc++-v3/doc/xml/spine.xml b/libstdc++-v3/doc/xml/spine.xml index 006c7bd7d2ee..8edd3373d1f9 100644 --- a/libstdc++-v3/doc/xml/spine.xml +++ b/libstdc++-v3/doc/xml/spine.xml @@ -14,7 +14,7 @@ Short Contents - Copyright (C) 2008-2016 + Copyright (C) 2008-2017 FSF diff --git a/libstdc++-v3/include/Makefile.am b/libstdc++-v3/include/Makefile.am index 15a164e49697..dfdceb3895cb 100644 --- a/libstdc++-v3/include/Makefile.am +++ b/libstdc++-v3/include/Makefile.am @@ -1,6 +1,6 @@ ## Makefile for the include subdirectory of the GNU C++ Standard library. ## -## Copyright (C) 2001-2016 Free Software Foundation, Inc. +## Copyright (C) 2001-2017 Free Software Foundation, Inc. ## ## This file is part of the libstdc++ version 3 distribution. ## Process this file with automake to produce Makefile.in. diff --git a/libstdc++-v3/include/backward/auto_ptr.h b/libstdc++-v3/include/backward/auto_ptr.h index 855b6f90dea2..9ad1873889b2 100644 --- a/libstdc++-v3/include/backward/auto_ptr.h +++ b/libstdc++-v3/include/backward/auto_ptr.h @@ -1,6 +1,6 @@ // auto_ptr implementation -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/backward/backward_warning.h b/libstdc++-v3/include/backward/backward_warning.h index 5c677119b4de..7eba3f8511c7 100644 --- a/libstdc++-v3/include/backward/backward_warning.h +++ b/libstdc++-v3/include/backward/backward_warning.h @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/backward/binders.h b/libstdc++-v3/include/backward/binders.h index d03a3aa5fdd1..7564a6c12747 100644 --- a/libstdc++-v3/include/backward/binders.h +++ b/libstdc++-v3/include/backward/binders.h @@ -1,6 +1,6 @@ // Functor implementations -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/backward/hash_fun.h b/libstdc++-v3/include/backward/hash_fun.h index c85bb1126789..dc38ad50558a 100644 --- a/libstdc++-v3/include/backward/hash_fun.h +++ b/libstdc++-v3/include/backward/hash_fun.h @@ -1,6 +1,6 @@ // 'struct hash' from SGI -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/backward/hash_map b/libstdc++-v3/include/backward/hash_map index d86094311f38..dcd0b71cc3cb 100644 --- a/libstdc++-v3/include/backward/hash_map +++ b/libstdc++-v3/include/backward/hash_map @@ -1,6 +1,6 @@ // Hashing map implementation -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/backward/hash_set b/libstdc++-v3/include/backward/hash_set index 7f65bcee701b..242cca1944df 100644 --- a/libstdc++-v3/include/backward/hash_set +++ b/libstdc++-v3/include/backward/hash_set @@ -1,6 +1,6 @@ // Hashing set implementation -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/backward/hashtable.h b/libstdc++-v3/include/backward/hashtable.h index de96c1efb7bf..956fe5e1725e 100644 --- a/libstdc++-v3/include/backward/hashtable.h +++ b/libstdc++-v3/include/backward/hashtable.h @@ -1,6 +1,6 @@ // Hashtable implementation used by containers -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/backward/strstream b/libstdc++-v3/include/backward/strstream index b734b9d4e7eb..9946ba8cd5e5 100644 --- a/libstdc++-v3/include/backward/strstream +++ b/libstdc++-v3/include/backward/strstream @@ -1,6 +1,6 @@ // Backward-compat support -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/bits/algorithmfwd.h b/libstdc++-v3/include/bits/algorithmfwd.h index a61fea724396..3ff4ff712305 100644 --- a/libstdc++-v3/include/bits/algorithmfwd.h +++ b/libstdc++-v3/include/bits/algorithmfwd.h @@ -1,6 +1,6 @@ // Forward declarations -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/bits/alloc_traits.h b/libstdc++-v3/include/bits/alloc_traits.h index d2d13c692af6..fc8f053b55b8 100644 --- a/libstdc++-v3/include/bits/alloc_traits.h +++ b/libstdc++-v3/include/bits/alloc_traits.h @@ -1,6 +1,6 @@ // Allocator traits -*- C++ -*- -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/include/bits/allocated_ptr.h b/libstdc++-v3/include/bits/allocated_ptr.h index 97e26662432b..773b3f500f04 100644 --- a/libstdc++-v3/include/bits/allocated_ptr.h +++ b/libstdc++-v3/include/bits/allocated_ptr.h @@ -1,6 +1,6 @@ // Guarded Allocation -*- C++ -*- -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/include/bits/allocator.h b/libstdc++-v3/include/bits/allocator.h index 327e25090ff5..20813864c627 100644 --- a/libstdc++-v3/include/bits/allocator.h +++ b/libstdc++-v3/include/bits/allocator.h @@ -1,6 +1,6 @@ // Allocators -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/bits/atomic_base.h b/libstdc++-v3/include/bits/atomic_base.h index 6bb866bd0849..fcc56bd7e041 100644 --- a/libstdc++-v3/include/bits/atomic_base.h +++ b/libstdc++-v3/include/bits/atomic_base.h @@ -1,6 +1,6 @@ // -*- C++ -*- header. -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/include/bits/atomic_futex.h b/libstdc++-v3/include/bits/atomic_futex.h index 2186f7e9843a..afcfeb7720d0 100644 --- a/libstdc++-v3/include/bits/atomic_futex.h +++ b/libstdc++-v3/include/bits/atomic_futex.h @@ -1,6 +1,6 @@ // -*- C++ -*- header. -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/include/bits/basic_ios.h b/libstdc++-v3/include/bits/basic_ios.h index b4dc37218200..318e41b7c55e 100644 --- a/libstdc++-v3/include/bits/basic_ios.h +++ b/libstdc++-v3/include/bits/basic_ios.h @@ -1,6 +1,6 @@ // Iostreams base classes -*- C++ -*- -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/bits/basic_ios.tcc b/libstdc++-v3/include/bits/basic_ios.tcc index 04692201a51b..8b3c829e4be2 100644 --- a/libstdc++-v3/include/bits/basic_ios.tcc +++ b/libstdc++-v3/include/bits/basic_ios.tcc @@ -1,6 +1,6 @@ // basic_ios member functions -*- C++ -*- -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/include/bits/basic_string.h b/libstdc++-v3/include/bits/basic_string.h index 1e096ece0530..fe8f7e6f68f6 100644 --- a/libstdc++-v3/include/bits/basic_string.h +++ b/libstdc++-v3/include/bits/basic_string.h @@ -1,6 +1,6 @@ // Components for manipulating sequences of characters -*- C++ -*- -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/bits/basic_string.tcc b/libstdc++-v3/include/bits/basic_string.tcc index 21238d6fdda2..8b2895b52751 100644 --- a/libstdc++-v3/include/bits/basic_string.tcc +++ b/libstdc++-v3/include/bits/basic_string.tcc @@ -1,6 +1,6 @@ // Components for manipulating sequences of characters -*- C++ -*- -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/bits/boost_concept_check.h b/libstdc++-v3/include/bits/boost_concept_check.h index 8429c0f523ca..fb9a643c869c 100644 --- a/libstdc++-v3/include/bits/boost_concept_check.h +++ b/libstdc++-v3/include/bits/boost_concept_check.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/include/bits/c++0x_warning.h b/libstdc++-v3/include/bits/c++0x_warning.h index cec496886177..d2bc7148cc1d 100644 --- a/libstdc++-v3/include/bits/c++0x_warning.h +++ b/libstdc++-v3/include/bits/c++0x_warning.h @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/bits/c++14_warning.h b/libstdc++-v3/include/bits/c++14_warning.h index 33ccb208bd4c..5ead9c6b122a 100644 --- a/libstdc++-v3/include/bits/c++14_warning.h +++ b/libstdc++-v3/include/bits/c++14_warning.h @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/include/bits/c++17_warning.h b/libstdc++-v3/include/bits/c++17_warning.h index 66ac1966bdc6..759fdc92250b 100644 --- a/libstdc++-v3/include/bits/c++17_warning.h +++ b/libstdc++-v3/include/bits/c++17_warning.h @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/include/bits/c++config b/libstdc++-v3/include/bits/c++config index 130441299373..b2eea3ca36a9 100644 --- a/libstdc++-v3/include/bits/c++config +++ b/libstdc++-v3/include/bits/c++config @@ -1,6 +1,6 @@ // Predefined symbols and macros -*- C++ -*- -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/bits/char_traits.h b/libstdc++-v3/include/bits/char_traits.h index fd2da7665025..bcfc23a93b8d 100644 --- a/libstdc++-v3/include/bits/char_traits.h +++ b/libstdc++-v3/include/bits/char_traits.h @@ -1,6 +1,6 @@ // Character Traits for use by standard string and iostream -*- C++ -*- -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/bits/codecvt.h b/libstdc++-v3/include/bits/codecvt.h index 8a335af6cfd4..fc2da321ab63 100644 --- a/libstdc++-v3/include/bits/codecvt.h +++ b/libstdc++-v3/include/bits/codecvt.h @@ -1,6 +1,6 @@ // Locale support (codecvt) -*- C++ -*- -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/include/bits/concept_check.h b/libstdc++-v3/include/bits/concept_check.h index 11092c0a781e..83a96f4dc99f 100644 --- a/libstdc++-v3/include/bits/concept_check.h +++ b/libstdc++-v3/include/bits/concept_check.h @@ -1,6 +1,6 @@ // Concept-checking control -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/bits/cpp_type_traits.h b/libstdc++-v3/include/bits/cpp_type_traits.h index fff1e9949d0c..932360cd2fcb 100644 --- a/libstdc++-v3/include/bits/cpp_type_traits.h +++ b/libstdc++-v3/include/bits/cpp_type_traits.h @@ -1,6 +1,6 @@ // The -*- C++ -*- type traits classes for internal use in libstdc++ -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/include/bits/deque.tcc b/libstdc++-v3/include/bits/deque.tcc index 796b0cd9239c..38a6e82aaef0 100644 --- a/libstdc++-v3/include/bits/deque.tcc +++ b/libstdc++-v3/include/bits/deque.tcc @@ -1,6 +1,6 @@ // Deque implementation (out of line) -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/bits/enable_special_members.h b/libstdc++-v3/include/bits/enable_special_members.h index 4f4477bfb33f..2c35eb50ad0a 100644 --- a/libstdc++-v3/include/bits/enable_special_members.h +++ b/libstdc++-v3/include/bits/enable_special_members.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/include/bits/forward_list.h b/libstdc++-v3/include/bits/forward_list.h index 0ea88063d7ed..c37bf01345a3 100644 --- a/libstdc++-v3/include/bits/forward_list.h +++ b/libstdc++-v3/include/bits/forward_list.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/include/bits/forward_list.tcc b/libstdc++-v3/include/bits/forward_list.tcc index 7cc630f06d92..b823b09e1af3 100644 --- a/libstdc++-v3/include/bits/forward_list.tcc +++ b/libstdc++-v3/include/bits/forward_list.tcc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/include/bits/fstream.tcc b/libstdc++-v3/include/bits/fstream.tcc index a6e83f7ed901..b1beff86ab5f 100644 --- a/libstdc++-v3/include/bits/fstream.tcc +++ b/libstdc++-v3/include/bits/fstream.tcc @@ -1,6 +1,6 @@ // File based streams -*- C++ -*- -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/bits/functexcept.h b/libstdc++-v3/include/bits/functexcept.h index 86ca5caab526..148351f9fade 100644 --- a/libstdc++-v3/include/bits/functexcept.h +++ b/libstdc++-v3/include/bits/functexcept.h @@ -1,6 +1,6 @@ // Function-Based Exception Support -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/bits/functional_hash.h b/libstdc++-v3/include/bits/functional_hash.h index cee1ea890eb4..14f7fae202f2 100644 --- a/libstdc++-v3/include/bits/functional_hash.h +++ b/libstdc++-v3/include/bits/functional_hash.h @@ -1,6 +1,6 @@ // functional_hash.h header -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/bits/gslice.h b/libstdc++-v3/include/bits/gslice.h index d49adfe0f188..8909dfde037d 100644 --- a/libstdc++-v3/include/bits/gslice.h +++ b/libstdc++-v3/include/bits/gslice.h @@ -1,6 +1,6 @@ // The template and inlines for the -*- C++ -*- gslice class. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/bits/gslice_array.h b/libstdc++-v3/include/bits/gslice_array.h index 4f4ded0b84a8..dd4545017dcd 100644 --- a/libstdc++-v3/include/bits/gslice_array.h +++ b/libstdc++-v3/include/bits/gslice_array.h @@ -1,6 +1,6 @@ // The template and inlines for the -*- C++ -*- gslice_array class. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/bits/hashtable.h b/libstdc++-v3/include/bits/hashtable.h index be67741ab5a5..bc7448bcf130 100644 --- a/libstdc++-v3/include/bits/hashtable.h +++ b/libstdc++-v3/include/bits/hashtable.h @@ -1,6 +1,6 @@ // hashtable.h header -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/bits/hashtable_policy.h b/libstdc++-v3/include/bits/hashtable_policy.h index 759d0cacaf20..cfa27a3dd6fb 100644 --- a/libstdc++-v3/include/bits/hashtable_policy.h +++ b/libstdc++-v3/include/bits/hashtable_policy.h @@ -1,6 +1,6 @@ // Internal policy header for unordered_set and unordered_map -*- C++ -*- -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/include/bits/indirect_array.h b/libstdc++-v3/include/bits/indirect_array.h index 4eae4dc445d6..ed799707e8af 100644 --- a/libstdc++-v3/include/bits/indirect_array.h +++ b/libstdc++-v3/include/bits/indirect_array.h @@ -1,6 +1,6 @@ // The template and inlines for the -*- C++ -*- indirect_array class. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/bits/invoke.h b/libstdc++-v3/include/bits/invoke.h index 2bbdab73bbec..56d9afbf3f40 100644 --- a/libstdc++-v3/include/bits/invoke.h +++ b/libstdc++-v3/include/bits/invoke.h @@ -1,6 +1,6 @@ // Implementation of INVOKE -*- C++ -*- -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/include/bits/ios_base.h b/libstdc++-v3/include/bits/ios_base.h index 97210d28f99f..965ec8a9e188 100644 --- a/libstdc++-v3/include/bits/ios_base.h +++ b/libstdc++-v3/include/bits/ios_base.h @@ -1,6 +1,6 @@ // Iostreams base classes -*- C++ -*- -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/bits/istream.tcc b/libstdc++-v3/include/bits/istream.tcc index bc962adc9483..b390f743bba2 100644 --- a/libstdc++-v3/include/bits/istream.tcc +++ b/libstdc++-v3/include/bits/istream.tcc @@ -1,6 +1,6 @@ // istream classes -*- C++ -*- -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/bits/list.tcc b/libstdc++-v3/include/bits/list.tcc index 8b3fe00cfcd9..c4f397feea99 100644 --- a/libstdc++-v3/include/bits/list.tcc +++ b/libstdc++-v3/include/bits/list.tcc @@ -1,6 +1,6 @@ // List implementation (out of line) -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/bits/locale_classes.h b/libstdc++-v3/include/bits/locale_classes.h index 04b4ab3b1d35..41adac6f77d8 100644 --- a/libstdc++-v3/include/bits/locale_classes.h +++ b/libstdc++-v3/include/bits/locale_classes.h @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/bits/locale_classes.tcc b/libstdc++-v3/include/bits/locale_classes.tcc index 8e9426a8b90e..71378f68b2d3 100644 --- a/libstdc++-v3/include/bits/locale_classes.tcc +++ b/libstdc++-v3/include/bits/locale_classes.tcc @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/bits/locale_conv.h b/libstdc++-v3/include/bits/locale_conv.h index d4bec2fa8b98..cd8f14664808 100644 --- a/libstdc++-v3/include/bits/locale_conv.h +++ b/libstdc++-v3/include/bits/locale_conv.h @@ -1,6 +1,6 @@ // wstring_convert implementation -*- C++ -*- -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/include/bits/locale_facets.h b/libstdc++-v3/include/bits/locale_facets.h index eda07b64e1cf..1ad0eb5ab666 100644 --- a/libstdc++-v3/include/bits/locale_facets.h +++ b/libstdc++-v3/include/bits/locale_facets.h @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/bits/locale_facets.tcc b/libstdc++-v3/include/bits/locale_facets.tcc index c9523ec31570..351190ccb004 100644 --- a/libstdc++-v3/include/bits/locale_facets.tcc +++ b/libstdc++-v3/include/bits/locale_facets.tcc @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/bits/locale_facets_nonio.h b/libstdc++-v3/include/bits/locale_facets_nonio.h index 5685d72aff3f..0cd307fb5ed3 100644 --- a/libstdc++-v3/include/bits/locale_facets_nonio.h +++ b/libstdc++-v3/include/bits/locale_facets_nonio.h @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/bits/locale_facets_nonio.tcc b/libstdc++-v3/include/bits/locale_facets_nonio.tcc index 1a4f9a0e664e..2fcf234917b6 100644 --- a/libstdc++-v3/include/bits/locale_facets_nonio.tcc +++ b/libstdc++-v3/include/bits/locale_facets_nonio.tcc @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/bits/localefwd.h b/libstdc++-v3/include/bits/localefwd.h index 61579d45ff39..ae302e26e176 100644 --- a/libstdc++-v3/include/bits/localefwd.h +++ b/libstdc++-v3/include/bits/localefwd.h @@ -1,6 +1,6 @@ // Forward declarations -*- C++ -*- -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/bits/mask_array.h b/libstdc++-v3/include/bits/mask_array.h index ba7828266c77..9a03ba02c0c9 100644 --- a/libstdc++-v3/include/bits/mask_array.h +++ b/libstdc++-v3/include/bits/mask_array.h @@ -1,6 +1,6 @@ // The template and inlines for the -*- C++ -*- mask_array class. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/bits/memoryfwd.h b/libstdc++-v3/include/bits/memoryfwd.h index 8ef0076cbc33..1429026c4ca4 100644 --- a/libstdc++-v3/include/bits/memoryfwd.h +++ b/libstdc++-v3/include/bits/memoryfwd.h @@ -1,6 +1,6 @@ // Forward declarations -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/bits/move.h b/libstdc++-v3/include/bits/move.h index 0bd11d65fa59..5f47b0e7bae1 100644 --- a/libstdc++-v3/include/bits/move.h +++ b/libstdc++-v3/include/bits/move.h @@ -1,6 +1,6 @@ // Move, forward and identity for C++11 + swap -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/bits/node_handle.h b/libstdc++-v3/include/bits/node_handle.h index e89092bbee4b..44a92644cd59 100644 --- a/libstdc++-v3/include/bits/node_handle.h +++ b/libstdc++-v3/include/bits/node_handle.h @@ -1,6 +1,6 @@ // Node handles for containers -*- C++ -*- -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/include/bits/ostream.tcc b/libstdc++-v3/include/bits/ostream.tcc index c3a4ec3a6658..e96bad812100 100644 --- a/libstdc++-v3/include/bits/ostream.tcc +++ b/libstdc++-v3/include/bits/ostream.tcc @@ -1,6 +1,6 @@ // ostream classes -*- C++ -*- -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/bits/ostream_insert.h b/libstdc++-v3/include/bits/ostream_insert.h index 8ff0a4519c1e..8c9b941a167f 100644 --- a/libstdc++-v3/include/bits/ostream_insert.h +++ b/libstdc++-v3/include/bits/ostream_insert.h @@ -1,6 +1,6 @@ // Helpers for ostream inserters -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/bits/parse_numbers.h b/libstdc++-v3/include/bits/parse_numbers.h index 7aa43fc2ba69..b82df755108c 100644 --- a/libstdc++-v3/include/bits/parse_numbers.h +++ b/libstdc++-v3/include/bits/parse_numbers.h @@ -1,6 +1,6 @@ // Components for compile-time parsing of numbers -*- C++ -*- -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/include/bits/postypes.h b/libstdc++-v3/include/bits/postypes.h index bdd1f4adb5d7..818086313fc8 100644 --- a/libstdc++-v3/include/bits/postypes.h +++ b/libstdc++-v3/include/bits/postypes.h @@ -1,6 +1,6 @@ // Position types -*- C++ -*- -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/bits/predefined_ops.h b/libstdc++-v3/include/bits/predefined_ops.h index 3c4cb6d26af0..92feef39fd26 100644 --- a/libstdc++-v3/include/bits/predefined_ops.h +++ b/libstdc++-v3/include/bits/predefined_ops.h @@ -1,6 +1,6 @@ // Default predicates for internal use -*- C++ -*- -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/include/bits/ptr_traits.h b/libstdc++-v3/include/bits/ptr_traits.h index 023f21efc771..9fab9df867b5 100644 --- a/libstdc++-v3/include/bits/ptr_traits.h +++ b/libstdc++-v3/include/bits/ptr_traits.h @@ -1,6 +1,6 @@ // Pointer Traits -*- C++ -*- -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/include/bits/quoted_string.h b/libstdc++-v3/include/bits/quoted_string.h index 1326d9fdf0eb..10cfec211813 100644 --- a/libstdc++-v3/include/bits/quoted_string.h +++ b/libstdc++-v3/include/bits/quoted_string.h @@ -1,6 +1,6 @@ // Helpers for quoted stream manipulators -*- C++ -*- -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/include/bits/random.h b/libstdc++-v3/include/bits/random.h index d5182dcede38..2586cbc5b3df 100644 --- a/libstdc++-v3/include/bits/random.h +++ b/libstdc++-v3/include/bits/random.h @@ -1,6 +1,6 @@ // random number generation -*- C++ -*- -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/include/bits/random.tcc b/libstdc++-v3/include/bits/random.tcc index 079cb1fc7871..2d5582aff6e4 100644 --- a/libstdc++-v3/include/bits/random.tcc +++ b/libstdc++-v3/include/bits/random.tcc @@ -1,6 +1,6 @@ // random number generation (out of line) -*- C++ -*- -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/include/bits/range_access.h b/libstdc++-v3/include/bits/range_access.h index 95c3d52099a0..3987c2addf1d 100644 --- a/libstdc++-v3/include/bits/range_access.h +++ b/libstdc++-v3/include/bits/range_access.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/include/bits/refwrap.h b/libstdc++-v3/include/bits/refwrap.h index 06948ff8d5c7..124ee97bd2a7 100644 --- a/libstdc++-v3/include/bits/refwrap.h +++ b/libstdc++-v3/include/bits/refwrap.h @@ -1,6 +1,6 @@ // Implementation of std::reference_wrapper -*- C++ -*- -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/include/bits/regex.h b/libstdc++-v3/include/bits/regex.h index 224d3dbb68f7..17a1ef47c213 100644 --- a/libstdc++-v3/include/bits/regex.h +++ b/libstdc++-v3/include/bits/regex.h @@ -1,6 +1,6 @@ // class template regex -*- C++ -*- -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/include/bits/regex.tcc b/libstdc++-v3/include/bits/regex.tcc index 3f8969d1611a..dc32a49dcd9e 100644 --- a/libstdc++-v3/include/bits/regex.tcc +++ b/libstdc++-v3/include/bits/regex.tcc @@ -1,6 +1,6 @@ // class template regex -*- C++ -*- -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/include/bits/regex_automaton.h b/libstdc++-v3/include/bits/regex_automaton.h index c29fbd9ab126..a5fab6356cc3 100644 --- a/libstdc++-v3/include/bits/regex_automaton.h +++ b/libstdc++-v3/include/bits/regex_automaton.h @@ -1,6 +1,6 @@ // class template regex -*- C++ -*- -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/include/bits/regex_automaton.tcc b/libstdc++-v3/include/bits/regex_automaton.tcc index 6955ab920380..727bde1f6c6c 100644 --- a/libstdc++-v3/include/bits/regex_automaton.tcc +++ b/libstdc++-v3/include/bits/regex_automaton.tcc @@ -1,6 +1,6 @@ // class template regex -*- C++ -*- -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/include/bits/regex_compiler.h b/libstdc++-v3/include/bits/regex_compiler.h index 318cb3bd6a5e..49c01840c99f 100644 --- a/libstdc++-v3/include/bits/regex_compiler.h +++ b/libstdc++-v3/include/bits/regex_compiler.h @@ -1,6 +1,6 @@ // class template regex -*- C++ -*- -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/include/bits/regex_compiler.tcc b/libstdc++-v3/include/bits/regex_compiler.tcc index 07e56d50c507..a6d8016d87f4 100644 --- a/libstdc++-v3/include/bits/regex_compiler.tcc +++ b/libstdc++-v3/include/bits/regex_compiler.tcc @@ -1,6 +1,6 @@ // class template regex -*- C++ -*- -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/include/bits/regex_constants.h b/libstdc++-v3/include/bits/regex_constants.h index 4b063cc2a7aa..741b7832cdc6 100644 --- a/libstdc++-v3/include/bits/regex_constants.h +++ b/libstdc++-v3/include/bits/regex_constants.h @@ -1,6 +1,6 @@ // class template regex -*- C++ -*- -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/include/bits/regex_error.h b/libstdc++-v3/include/bits/regex_error.h index 16bf78c5e381..55f6db9cf7a4 100644 --- a/libstdc++-v3/include/bits/regex_error.h +++ b/libstdc++-v3/include/bits/regex_error.h @@ -1,6 +1,6 @@ // class template regex -*- C++ -*- -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/include/bits/regex_executor.h b/libstdc++-v3/include/bits/regex_executor.h index 33a68dd375b1..610547428704 100644 --- a/libstdc++-v3/include/bits/regex_executor.h +++ b/libstdc++-v3/include/bits/regex_executor.h @@ -1,6 +1,6 @@ // class template regex -*- C++ -*- -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/include/bits/regex_executor.tcc b/libstdc++-v3/include/bits/regex_executor.tcc index 382909f1cccb..9d4ece74416e 100644 --- a/libstdc++-v3/include/bits/regex_executor.tcc +++ b/libstdc++-v3/include/bits/regex_executor.tcc @@ -1,6 +1,6 @@ // class template regex -*- C++ -*- -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/include/bits/regex_scanner.h b/libstdc++-v3/include/bits/regex_scanner.h index ed0b723f3a5c..37ad862a6698 100644 --- a/libstdc++-v3/include/bits/regex_scanner.h +++ b/libstdc++-v3/include/bits/regex_scanner.h @@ -1,6 +1,6 @@ // class template regex -*- C++ -*- -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/include/bits/regex_scanner.tcc b/libstdc++-v3/include/bits/regex_scanner.tcc index a734bb175d72..ad0b0477f3c7 100644 --- a/libstdc++-v3/include/bits/regex_scanner.tcc +++ b/libstdc++-v3/include/bits/regex_scanner.tcc @@ -1,6 +1,6 @@ // class template regex -*- C++ -*- -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/include/bits/shared_ptr.h b/libstdc++-v3/include/bits/shared_ptr.h index cbe4144359e1..851f9cfa60c2 100644 --- a/libstdc++-v3/include/bits/shared_ptr.h +++ b/libstdc++-v3/include/bits/shared_ptr.h @@ -1,6 +1,6 @@ // shared_ptr and weak_ptr implementation -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/bits/shared_ptr_atomic.h b/libstdc++-v3/include/bits/shared_ptr_atomic.h index ad58ebb4fd28..d05d68655753 100644 --- a/libstdc++-v3/include/bits/shared_ptr_atomic.h +++ b/libstdc++-v3/include/bits/shared_ptr_atomic.h @@ -1,6 +1,6 @@ // shared_ptr atomic access -*- C++ -*- -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/include/bits/shared_ptr_base.h b/libstdc++-v3/include/bits/shared_ptr_base.h index 7e02043ed12f..96c0d6b6dccd 100644 --- a/libstdc++-v3/include/bits/shared_ptr_base.h +++ b/libstdc++-v3/include/bits/shared_ptr_base.h @@ -1,6 +1,6 @@ // shared_ptr and weak_ptr implementation details -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/bits/slice_array.h b/libstdc++-v3/include/bits/slice_array.h index 2efa1997553b..870954e53378 100644 --- a/libstdc++-v3/include/bits/slice_array.h +++ b/libstdc++-v3/include/bits/slice_array.h @@ -1,6 +1,6 @@ // The template and inlines for the -*- C++ -*- slice_array class. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/bits/specfun.h b/libstdc++-v3/include/bits/specfun.h index 93e18522d58b..6dd23d2c4ce4 100644 --- a/libstdc++-v3/include/bits/specfun.h +++ b/libstdc++-v3/include/bits/specfun.h @@ -1,6 +1,6 @@ // Mathematical Special Functions for -*- C++ -*- -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/include/bits/sstream.tcc b/libstdc++-v3/include/bits/sstream.tcc index 59366203ff8b..72e8742b4cfe 100644 --- a/libstdc++-v3/include/bits/sstream.tcc +++ b/libstdc++-v3/include/bits/sstream.tcc @@ -1,6 +1,6 @@ // String based streams -*- C++ -*- -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/bits/std_abs.h b/libstdc++-v3/include/bits/std_abs.h index 732b81a37004..1f4a2cadd123 100644 --- a/libstdc++-v3/include/bits/std_abs.h +++ b/libstdc++-v3/include/bits/std_abs.h @@ -1,6 +1,6 @@ // -*- C++ -*- C library enhancements header. -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/include/bits/std_function.h b/libstdc++-v3/include/bits/std_function.h index 97399a16d70f..7b10c42e0b21 100644 --- a/libstdc++-v3/include/bits/std_function.h +++ b/libstdc++-v3/include/bits/std_function.h @@ -1,6 +1,6 @@ // Implementation of std::function -*- C++ -*- -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/include/bits/std_mutex.h b/libstdc++-v3/include/bits/std_mutex.h index ad43841b9f4e..a434ee6bf5f6 100644 --- a/libstdc++-v3/include/bits/std_mutex.h +++ b/libstdc++-v3/include/bits/std_mutex.h @@ -1,6 +1,6 @@ // std::mutex implementation -*- C++ -*- -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/include/bits/stl_algo.h b/libstdc++-v3/include/bits/stl_algo.h index 3ecb33b4f435..fadcf7bc94c1 100644 --- a/libstdc++-v3/include/bits/stl_algo.h +++ b/libstdc++-v3/include/bits/stl_algo.h @@ -1,6 +1,6 @@ // Algorithm implementation -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/bits/stl_algobase.h b/libstdc++-v3/include/bits/stl_algobase.h index 210b17345455..ea7cd210233c 100644 --- a/libstdc++-v3/include/bits/stl_algobase.h +++ b/libstdc++-v3/include/bits/stl_algobase.h @@ -1,6 +1,6 @@ // Core algorithmic facilities -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/bits/stl_bvector.h b/libstdc++-v3/include/bits/stl_bvector.h index 2e231b9d86bb..37e000ad962b 100644 --- a/libstdc++-v3/include/bits/stl_bvector.h +++ b/libstdc++-v3/include/bits/stl_bvector.h @@ -1,6 +1,6 @@ // vector specialization -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/bits/stl_construct.h b/libstdc++-v3/include/bits/stl_construct.h index 4a771c4f0d19..c1504e9bcbd6 100644 --- a/libstdc++-v3/include/bits/stl_construct.h +++ b/libstdc++-v3/include/bits/stl_construct.h @@ -1,6 +1,6 @@ // nonstandard construct and destroy functions -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/bits/stl_deque.h b/libstdc++-v3/include/bits/stl_deque.h index 8539a08f3a9e..1113290fa095 100644 --- a/libstdc++-v3/include/bits/stl_deque.h +++ b/libstdc++-v3/include/bits/stl_deque.h @@ -1,6 +1,6 @@ // Deque implementation -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/bits/stl_function.h b/libstdc++-v3/include/bits/stl_function.h index 1408da6e37e1..4fbcdb91f56b 100644 --- a/libstdc++-v3/include/bits/stl_function.h +++ b/libstdc++-v3/include/bits/stl_function.h @@ -1,6 +1,6 @@ // Functor implementations -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/bits/stl_heap.h b/libstdc++-v3/include/bits/stl_heap.h index 5b405dbab576..7d1d6f23c9c7 100644 --- a/libstdc++-v3/include/bits/stl_heap.h +++ b/libstdc++-v3/include/bits/stl_heap.h @@ -1,6 +1,6 @@ // Heap implementation -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/bits/stl_iterator.h b/libstdc++-v3/include/bits/stl_iterator.h index a98fff183f8c..e6ef784ce195 100644 --- a/libstdc++-v3/include/bits/stl_iterator.h +++ b/libstdc++-v3/include/bits/stl_iterator.h @@ -1,6 +1,6 @@ // Iterators -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/bits/stl_iterator_base_funcs.h b/libstdc++-v3/include/bits/stl_iterator_base_funcs.h index 1fc646cf3d97..ce6c3d20e03a 100644 --- a/libstdc++-v3/include/bits/stl_iterator_base_funcs.h +++ b/libstdc++-v3/include/bits/stl_iterator_base_funcs.h @@ -1,6 +1,6 @@ // Functions used by iterators -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/bits/stl_iterator_base_types.h b/libstdc++-v3/include/bits/stl_iterator_base_types.h index 380fbdda9e39..24ed016b91e2 100644 --- a/libstdc++-v3/include/bits/stl_iterator_base_types.h +++ b/libstdc++-v3/include/bits/stl_iterator_base_types.h @@ -1,6 +1,6 @@ // Types used in iterator implementation -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/bits/stl_list.h b/libstdc++-v3/include/bits/stl_list.h index 8693a6f55c6a..34fb1e9159ed 100644 --- a/libstdc++-v3/include/bits/stl_list.h +++ b/libstdc++-v3/include/bits/stl_list.h @@ -1,6 +1,6 @@ // List implementation -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/bits/stl_map.h b/libstdc++-v3/include/bits/stl_map.h index 2d8b8ec38b93..f2a0ffa04b71 100644 --- a/libstdc++-v3/include/bits/stl_map.h +++ b/libstdc++-v3/include/bits/stl_map.h @@ -1,6 +1,6 @@ // Map implementation -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/bits/stl_multimap.h b/libstdc++-v3/include/bits/stl_multimap.h index 418b1f551c29..98af1ba29fdc 100644 --- a/libstdc++-v3/include/bits/stl_multimap.h +++ b/libstdc++-v3/include/bits/stl_multimap.h @@ -1,6 +1,6 @@ // Multimap implementation -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/bits/stl_multiset.h b/libstdc++-v3/include/bits/stl_multiset.h index 8a83b177ac9e..e2bc4f2aaec6 100644 --- a/libstdc++-v3/include/bits/stl_multiset.h +++ b/libstdc++-v3/include/bits/stl_multiset.h @@ -1,6 +1,6 @@ // Multiset implementation -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/bits/stl_numeric.h b/libstdc++-v3/include/bits/stl_numeric.h index a414b029f572..9f9816428c3c 100644 --- a/libstdc++-v3/include/bits/stl_numeric.h +++ b/libstdc++-v3/include/bits/stl_numeric.h @@ -1,6 +1,6 @@ // Numeric functions implementation -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/bits/stl_pair.h b/libstdc++-v3/include/bits/stl_pair.h index 01c71345bb23..e5e9f1c8c433 100644 --- a/libstdc++-v3/include/bits/stl_pair.h +++ b/libstdc++-v3/include/bits/stl_pair.h @@ -1,6 +1,6 @@ // Pair implementation -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/bits/stl_queue.h b/libstdc++-v3/include/bits/stl_queue.h index 178e4b2c22bf..45eba09078d0 100644 --- a/libstdc++-v3/include/bits/stl_queue.h +++ b/libstdc++-v3/include/bits/stl_queue.h @@ -1,6 +1,6 @@ // Queue implementation -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/bits/stl_raw_storage_iter.h b/libstdc++-v3/include/bits/stl_raw_storage_iter.h index 2d29e7cf5334..4ad9a9137718 100644 --- a/libstdc++-v3/include/bits/stl_raw_storage_iter.h +++ b/libstdc++-v3/include/bits/stl_raw_storage_iter.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/bits/stl_relops.h b/libstdc++-v3/include/bits/stl_relops.h index 2e19dd132816..a2614bd30407 100644 --- a/libstdc++-v3/include/bits/stl_relops.h +++ b/libstdc++-v3/include/bits/stl_relops.h @@ -1,6 +1,6 @@ // std::rel_ops implementation -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/bits/stl_set.h b/libstdc++-v3/include/bits/stl_set.h index db1e031dc362..66560a745332 100644 --- a/libstdc++-v3/include/bits/stl_set.h +++ b/libstdc++-v3/include/bits/stl_set.h @@ -1,6 +1,6 @@ // Set implementation -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/bits/stl_stack.h b/libstdc++-v3/include/bits/stl_stack.h index ebc8816d56a1..f7020babb9ce 100644 --- a/libstdc++-v3/include/bits/stl_stack.h +++ b/libstdc++-v3/include/bits/stl_stack.h @@ -1,6 +1,6 @@ // Stack implementation -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/bits/stl_tempbuf.h b/libstdc++-v3/include/bits/stl_tempbuf.h index 0dc2b703452d..03b4cd29ffed 100644 --- a/libstdc++-v3/include/bits/stl_tempbuf.h +++ b/libstdc++-v3/include/bits/stl_tempbuf.h @@ -1,6 +1,6 @@ // Temporary buffer implementation -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/bits/stl_tree.h b/libstdc++-v3/include/bits/stl_tree.h index 735fadac75b6..cbcf7f2606fb 100644 --- a/libstdc++-v3/include/bits/stl_tree.h +++ b/libstdc++-v3/include/bits/stl_tree.h @@ -1,6 +1,6 @@ // RB tree implementation -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/bits/stl_uninitialized.h b/libstdc++-v3/include/bits/stl_uninitialized.h index 07370c90aaba..d0e2b2d33e0c 100644 --- a/libstdc++-v3/include/bits/stl_uninitialized.h +++ b/libstdc++-v3/include/bits/stl_uninitialized.h @@ -1,6 +1,6 @@ // Raw memory manipulators -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/bits/stl_vector.h b/libstdc++-v3/include/bits/stl_vector.h index 697a73c179f8..ffe8f6fe89f9 100644 --- a/libstdc++-v3/include/bits/stl_vector.h +++ b/libstdc++-v3/include/bits/stl_vector.h @@ -1,6 +1,6 @@ // Vector implementation -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/bits/stream_iterator.h b/libstdc++-v3/include/bits/stream_iterator.h index 4afba4e1cbf1..552ed36d8bae 100644 --- a/libstdc++-v3/include/bits/stream_iterator.h +++ b/libstdc++-v3/include/bits/stream_iterator.h @@ -1,6 +1,6 @@ // Stream iterators -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/bits/streambuf.tcc b/libstdc++-v3/include/bits/streambuf.tcc index ff479ecd58a5..a8ac056c277e 100644 --- a/libstdc++-v3/include/bits/streambuf.tcc +++ b/libstdc++-v3/include/bits/streambuf.tcc @@ -1,6 +1,6 @@ // Stream buffer classes -*- C++ -*- -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/bits/streambuf_iterator.h b/libstdc++-v3/include/bits/streambuf_iterator.h index 2230e94612e3..f0451b12ce3a 100644 --- a/libstdc++-v3/include/bits/streambuf_iterator.h +++ b/libstdc++-v3/include/bits/streambuf_iterator.h @@ -1,6 +1,6 @@ // Streambuf iterators -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/bits/string_view.tcc b/libstdc++-v3/include/bits/string_view.tcc index 7de5519b0f56..ffdcc30cae3d 100644 --- a/libstdc++-v3/include/bits/string_view.tcc +++ b/libstdc++-v3/include/bits/string_view.tcc @@ -1,6 +1,6 @@ // Components for manipulating non-owning sequences of characters -*- C++ -*- -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/include/bits/stringfwd.h b/libstdc++-v3/include/bits/stringfwd.h index 98f7a43eb007..15db187f9303 100644 --- a/libstdc++-v3/include/bits/stringfwd.h +++ b/libstdc++-v3/include/bits/stringfwd.h @@ -1,6 +1,6 @@ // Forward declarations -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/bits/uniform_int_dist.h b/libstdc++-v3/include/bits/uniform_int_dist.h index 2d668bcadb72..a226a9ec541d 100644 --- a/libstdc++-v3/include/bits/uniform_int_dist.h +++ b/libstdc++-v3/include/bits/uniform_int_dist.h @@ -1,6 +1,6 @@ // Class template uniform_int_distribution -*- C++ -*- -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/include/bits/unique_ptr.h b/libstdc++-v3/include/bits/unique_ptr.h index 56e6ec0b2c77..df3cf92e4fe5 100644 --- a/libstdc++-v3/include/bits/unique_ptr.h +++ b/libstdc++-v3/include/bits/unique_ptr.h @@ -1,6 +1,6 @@ // unique_ptr implementation -*- C++ -*- -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/include/bits/unordered_map.h b/libstdc++-v3/include/bits/unordered_map.h index 6776090e372a..4ef30ccccd6f 100644 --- a/libstdc++-v3/include/bits/unordered_map.h +++ b/libstdc++-v3/include/bits/unordered_map.h @@ -1,6 +1,6 @@ // unordered_map implementation -*- C++ -*- -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/include/bits/unordered_set.h b/libstdc++-v3/include/bits/unordered_set.h index 99052575d99a..85c2562f89ed 100644 --- a/libstdc++-v3/include/bits/unordered_set.h +++ b/libstdc++-v3/include/bits/unordered_set.h @@ -1,6 +1,6 @@ // unordered_set implementation -*- C++ -*- -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/include/bits/uses_allocator.h b/libstdc++-v3/include/bits/uses_allocator.h index 612c53cb1191..8dd2adb85894 100644 --- a/libstdc++-v3/include/bits/uses_allocator.h +++ b/libstdc++-v3/include/bits/uses_allocator.h @@ -1,6 +1,6 @@ // Uses-allocator Construction -*- C++ -*- -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/include/bits/valarray_after.h b/libstdc++-v3/include/bits/valarray_after.h index 53dab52880a0..54ba7fed61d4 100644 --- a/libstdc++-v3/include/bits/valarray_after.h +++ b/libstdc++-v3/include/bits/valarray_after.h @@ -1,6 +1,6 @@ // The template and inlines for the -*- C++ -*- internal _Meta class. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/bits/valarray_array.h b/libstdc++-v3/include/bits/valarray_array.h index d6f8e7a23fc6..f169edd97283 100644 --- a/libstdc++-v3/include/bits/valarray_array.h +++ b/libstdc++-v3/include/bits/valarray_array.h @@ -1,6 +1,6 @@ // The template and inlines for the -*- C++ -*- internal _Array helper class. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/bits/valarray_array.tcc b/libstdc++-v3/include/bits/valarray_array.tcc index 812d94b454e9..9879c528104b 100644 --- a/libstdc++-v3/include/bits/valarray_array.tcc +++ b/libstdc++-v3/include/bits/valarray_array.tcc @@ -1,6 +1,6 @@ // The template and inlines for the -*- C++ -*- internal _Array helper class. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/bits/valarray_before.h b/libstdc++-v3/include/bits/valarray_before.h index 86136f438ce8..67603e109930 100644 --- a/libstdc++-v3/include/bits/valarray_before.h +++ b/libstdc++-v3/include/bits/valarray_before.h @@ -1,6 +1,6 @@ // The template and inlines for the -*- C++ -*- internal _Meta class. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/bits/vector.tcc b/libstdc++-v3/include/bits/vector.tcc index b6050d34cc9e..8d688661c820 100644 --- a/libstdc++-v3/include/bits/vector.tcc +++ b/libstdc++-v3/include/bits/vector.tcc @@ -1,6 +1,6 @@ // Vector implementation (out of line) -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/c/cassert b/libstdc++-v3/include/c/cassert index 9aeda50eef8f..621c5607129f 100644 --- a/libstdc++-v3/include/c/cassert +++ b/libstdc++-v3/include/c/cassert @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/include/c/cctype b/libstdc++-v3/include/c/cctype index 44a401c54fa5..9d1545bd67ac 100644 --- a/libstdc++-v3/include/c/cctype +++ b/libstdc++-v3/include/c/cctype @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/include/c/cerrno b/libstdc++-v3/include/c/cerrno index 243ae0fe2a00..e1f42b9a774a 100644 --- a/libstdc++-v3/include/c/cerrno +++ b/libstdc++-v3/include/c/cerrno @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/include/c/cfloat b/libstdc++-v3/include/c/cfloat index 57b191bf3f95..3bdb91971c94 100644 --- a/libstdc++-v3/include/c/cfloat +++ b/libstdc++-v3/include/c/cfloat @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/include/c/ciso646 b/libstdc++-v3/include/c/ciso646 index 2a522f7a627c..059a7e2885ba 100644 --- a/libstdc++-v3/include/c/ciso646 +++ b/libstdc++-v3/include/c/ciso646 @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/c/climits b/libstdc++-v3/include/c/climits index 1f9d65a0eada..74153d565f87 100644 --- a/libstdc++-v3/include/c/climits +++ b/libstdc++-v3/include/c/climits @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/include/c/clocale b/libstdc++-v3/include/c/clocale index ee331333c7e7..faef064fcc30 100644 --- a/libstdc++-v3/include/c/clocale +++ b/libstdc++-v3/include/c/clocale @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/include/c/cmath b/libstdc++-v3/include/c/cmath index 6155bc55b9ba..5a52819da871 100644 --- a/libstdc++-v3/include/c/cmath +++ b/libstdc++-v3/include/c/cmath @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/include/c/csetjmp b/libstdc++-v3/include/c/csetjmp index 5ead23cdda3e..21bb9625bab0 100644 --- a/libstdc++-v3/include/c/csetjmp +++ b/libstdc++-v3/include/c/csetjmp @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/include/c/csignal b/libstdc++-v3/include/c/csignal index 89234d82b20c..ab0f22ca4503 100644 --- a/libstdc++-v3/include/c/csignal +++ b/libstdc++-v3/include/c/csignal @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/include/c/cstdarg b/libstdc++-v3/include/c/cstdarg index 8cca3e1fdaae..33a1361218e9 100644 --- a/libstdc++-v3/include/c/cstdarg +++ b/libstdc++-v3/include/c/cstdarg @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/include/c/cstddef b/libstdc++-v3/include/c/cstddef index 00c15bb8efd3..169e7ee1a7c4 100644 --- a/libstdc++-v3/include/c/cstddef +++ b/libstdc++-v3/include/c/cstddef @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/include/c/cstdio b/libstdc++-v3/include/c/cstdio index b9155c531fd6..7dfd1d1d8a23 100644 --- a/libstdc++-v3/include/c/cstdio +++ b/libstdc++-v3/include/c/cstdio @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/include/c/cstdlib b/libstdc++-v3/include/c/cstdlib index 5edf61d678e8..1c5fae541856 100644 --- a/libstdc++-v3/include/c/cstdlib +++ b/libstdc++-v3/include/c/cstdlib @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/include/c/cstring b/libstdc++-v3/include/c/cstring index 061b62a10d8b..ff009b8bb83b 100644 --- a/libstdc++-v3/include/c/cstring +++ b/libstdc++-v3/include/c/cstring @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/include/c/ctime b/libstdc++-v3/include/c/ctime index 9bc393edf735..a842057e59da 100644 --- a/libstdc++-v3/include/c/ctime +++ b/libstdc++-v3/include/c/ctime @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/include/c/cuchar b/libstdc++-v3/include/c/cuchar index cdd7dec6b801..25c63671785e 100644 --- a/libstdc++-v3/include/c/cuchar +++ b/libstdc++-v3/include/c/cuchar @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/include/c/cwchar b/libstdc++-v3/include/c/cwchar index 3b2201379e7f..f3e268918c53 100644 --- a/libstdc++-v3/include/c/cwchar +++ b/libstdc++-v3/include/c/cwchar @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/include/c/cwctype b/libstdc++-v3/include/c/cwctype index bfda33cbbc94..f6b1c6506325 100644 --- a/libstdc++-v3/include/c/cwctype +++ b/libstdc++-v3/include/c/cwctype @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/include/c_compatibility/assert.h b/libstdc++-v3/include/c_compatibility/assert.h index 3110b61a30e1..98fb0673303b 100644 --- a/libstdc++-v3/include/c_compatibility/assert.h +++ b/libstdc++-v3/include/c_compatibility/assert.h @@ -1,6 +1,6 @@ // -*- C++ -*- compatibility header. -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/include/c_compatibility/complex.h b/libstdc++-v3/include/c_compatibility/complex.h index 5d9411622318..b9af84725625 100644 --- a/libstdc++-v3/include/c_compatibility/complex.h +++ b/libstdc++-v3/include/c_compatibility/complex.h @@ -1,6 +1,6 @@ // -*- C++ -*- compatibility header. -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/c_compatibility/ctype.h b/libstdc++-v3/include/c_compatibility/ctype.h index 07c443b593a0..3cf08d84160f 100644 --- a/libstdc++-v3/include/c_compatibility/ctype.h +++ b/libstdc++-v3/include/c_compatibility/ctype.h @@ -1,6 +1,6 @@ // -*- C++ -*- compatibility header. -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/include/c_compatibility/errno.h b/libstdc++-v3/include/c_compatibility/errno.h index 00027e7cbcc6..0e3058948653 100644 --- a/libstdc++-v3/include/c_compatibility/errno.h +++ b/libstdc++-v3/include/c_compatibility/errno.h @@ -1,6 +1,6 @@ // -*- C++ -*- compatibility header. -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/include/c_compatibility/fenv.h b/libstdc++-v3/include/c_compatibility/fenv.h index 598764479606..f6a74f4345b7 100644 --- a/libstdc++-v3/include/c_compatibility/fenv.h +++ b/libstdc++-v3/include/c_compatibility/fenv.h @@ -1,6 +1,6 @@ // -*- C++ -*- compatibility header. -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/c_compatibility/float.h b/libstdc++-v3/include/c_compatibility/float.h index bcf9ffdfffa8..9e342ac8899d 100644 --- a/libstdc++-v3/include/c_compatibility/float.h +++ b/libstdc++-v3/include/c_compatibility/float.h @@ -1,6 +1,6 @@ // -*- C++ -*- compatibility header. -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/include/c_compatibility/inttypes.h b/libstdc++-v3/include/c_compatibility/inttypes.h index a19703f5ddc3..480e7182ac1e 100644 --- a/libstdc++-v3/include/c_compatibility/inttypes.h +++ b/libstdc++-v3/include/c_compatibility/inttypes.h @@ -1,6 +1,6 @@ // -*- C++ -*- compatibility header. -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/c_compatibility/iso646.h b/libstdc++-v3/include/c_compatibility/iso646.h index 776cb7c8b74b..5064dd4aab8e 100644 --- a/libstdc++-v3/include/c_compatibility/iso646.h +++ b/libstdc++-v3/include/c_compatibility/iso646.h @@ -1,6 +1,6 @@ // -*- C++ -*- compatibility header. -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/include/c_compatibility/limits.h b/libstdc++-v3/include/c_compatibility/limits.h index 399af291b2c5..84e6988b1125 100644 --- a/libstdc++-v3/include/c_compatibility/limits.h +++ b/libstdc++-v3/include/c_compatibility/limits.h @@ -1,6 +1,6 @@ // -*- C++ -*- compatibility header. -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/include/c_compatibility/locale.h b/libstdc++-v3/include/c_compatibility/locale.h index 43d9be6add36..41b0dd855eff 100644 --- a/libstdc++-v3/include/c_compatibility/locale.h +++ b/libstdc++-v3/include/c_compatibility/locale.h @@ -1,6 +1,6 @@ // -*- C++ -*- compatibility header. -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/include/c_compatibility/math.h b/libstdc++-v3/include/c_compatibility/math.h index 1f579ee594c2..84755c8c35c7 100644 --- a/libstdc++-v3/include/c_compatibility/math.h +++ b/libstdc++-v3/include/c_compatibility/math.h @@ -1,6 +1,6 @@ // -*- C++ -*- compatibility header. -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/include/c_compatibility/setjmp.h b/libstdc++-v3/include/c_compatibility/setjmp.h index 2d8b7eb4f400..ab94065cb83b 100644 --- a/libstdc++-v3/include/c_compatibility/setjmp.h +++ b/libstdc++-v3/include/c_compatibility/setjmp.h @@ -1,6 +1,6 @@ // -*- C++ -*- compatibility header. -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/include/c_compatibility/signal.h b/libstdc++-v3/include/c_compatibility/signal.h index c704854974ce..c441fcfc9d97 100644 --- a/libstdc++-v3/include/c_compatibility/signal.h +++ b/libstdc++-v3/include/c_compatibility/signal.h @@ -1,6 +1,6 @@ // -*- C++ -*- compatibility header. -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/include/c_compatibility/stdarg.h b/libstdc++-v3/include/c_compatibility/stdarg.h index 34acb0728e57..8b4b2f6589d4 100644 --- a/libstdc++-v3/include/c_compatibility/stdarg.h +++ b/libstdc++-v3/include/c_compatibility/stdarg.h @@ -1,6 +1,6 @@ // -*- C++ -*- compatibility header. -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/include/c_compatibility/stdbool.h b/libstdc++-v3/include/c_compatibility/stdbool.h index 18e3506234f5..f01c23d25a48 100644 --- a/libstdc++-v3/include/c_compatibility/stdbool.h +++ b/libstdc++-v3/include/c_compatibility/stdbool.h @@ -1,6 +1,6 @@ // -*- C++ -*- compatibility header. -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/c_compatibility/stddef.h b/libstdc++-v3/include/c_compatibility/stddef.h index 0b5f5b5c429c..10a7cbf41eb7 100644 --- a/libstdc++-v3/include/c_compatibility/stddef.h +++ b/libstdc++-v3/include/c_compatibility/stddef.h @@ -1,6 +1,6 @@ // -*- C++ -*- compatibility header. -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/include/c_compatibility/stdint.h b/libstdc++-v3/include/c_compatibility/stdint.h index 43e16bb13df5..14119d02837c 100644 --- a/libstdc++-v3/include/c_compatibility/stdint.h +++ b/libstdc++-v3/include/c_compatibility/stdint.h @@ -1,6 +1,6 @@ // -*- C++ -*- compatibility header. -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/c_compatibility/stdio.h b/libstdc++-v3/include/c_compatibility/stdio.h index d20c4650f72c..b3a688b02470 100644 --- a/libstdc++-v3/include/c_compatibility/stdio.h +++ b/libstdc++-v3/include/c_compatibility/stdio.h @@ -1,6 +1,6 @@ // -*- C++ -*- compatibility header. -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/include/c_compatibility/stdlib.h b/libstdc++-v3/include/c_compatibility/stdlib.h index 747ad7645e12..272e9bd9a383 100644 --- a/libstdc++-v3/include/c_compatibility/stdlib.h +++ b/libstdc++-v3/include/c_compatibility/stdlib.h @@ -1,6 +1,6 @@ // -*- C++ -*- compatibility header. -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/include/c_compatibility/string.h b/libstdc++-v3/include/c_compatibility/string.h index 6ee44b72db73..1df8ef47b794 100644 --- a/libstdc++-v3/include/c_compatibility/string.h +++ b/libstdc++-v3/include/c_compatibility/string.h @@ -1,6 +1,6 @@ // -*- C++ -*- compatibility header. -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/include/c_compatibility/tgmath.h b/libstdc++-v3/include/c_compatibility/tgmath.h index b802d19de19e..ea6952038233 100644 --- a/libstdc++-v3/include/c_compatibility/tgmath.h +++ b/libstdc++-v3/include/c_compatibility/tgmath.h @@ -1,6 +1,6 @@ // -*- C++ -*- compatibility header. -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/c_compatibility/time.h b/libstdc++-v3/include/c_compatibility/time.h index 5875e1e688cb..f8d3312333f6 100644 --- a/libstdc++-v3/include/c_compatibility/time.h +++ b/libstdc++-v3/include/c_compatibility/time.h @@ -1,6 +1,6 @@ // -*- C++ -*- compatibility header. -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/include/c_compatibility/uchar.h b/libstdc++-v3/include/c_compatibility/uchar.h index 50986a62a008..2390d169458b 100644 --- a/libstdc++-v3/include/c_compatibility/uchar.h +++ b/libstdc++-v3/include/c_compatibility/uchar.h @@ -1,6 +1,6 @@ // -*- C++ -*- compatibility header. -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/include/c_compatibility/wchar.h b/libstdc++-v3/include/c_compatibility/wchar.h index 55a0b525ac9b..bddb791c10eb 100644 --- a/libstdc++-v3/include/c_compatibility/wchar.h +++ b/libstdc++-v3/include/c_compatibility/wchar.h @@ -1,6 +1,6 @@ // -*- C++ -*- compatibility header. -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/include/c_compatibility/wctype.h b/libstdc++-v3/include/c_compatibility/wctype.h index c5897653ed51..8b3a1046b782 100644 --- a/libstdc++-v3/include/c_compatibility/wctype.h +++ b/libstdc++-v3/include/c_compatibility/wctype.h @@ -1,6 +1,6 @@ // -*- C++ -*- compatibility header. -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/include/c_global/cassert b/libstdc++-v3/include/c_global/cassert index ca99dd662832..4b40751f3b98 100644 --- a/libstdc++-v3/include/c_global/cassert +++ b/libstdc++-v3/include/c_global/cassert @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/c_global/ccomplex b/libstdc++-v3/include/c_global/ccomplex index df2e413739da..515c02c1210c 100644 --- a/libstdc++-v3/include/c_global/ccomplex +++ b/libstdc++-v3/include/c_global/ccomplex @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/c_global/cctype b/libstdc++-v3/include/c_global/cctype index 4335198b146a..6710ca9407ab 100644 --- a/libstdc++-v3/include/c_global/cctype +++ b/libstdc++-v3/include/c_global/cctype @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/c_global/cerrno b/libstdc++-v3/include/c_global/cerrno index 0021b8ebfc28..deee423e1d28 100644 --- a/libstdc++-v3/include/c_global/cerrno +++ b/libstdc++-v3/include/c_global/cerrno @@ -1,6 +1,6 @@ // The -*- C++ -*- forwarding header. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/c_global/cfenv b/libstdc++-v3/include/c_global/cfenv index b662a1b7cfc8..e121f9faa7f1 100644 --- a/libstdc++-v3/include/c_global/cfenv +++ b/libstdc++-v3/include/c_global/cfenv @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/c_global/cfloat b/libstdc++-v3/include/c_global/cfloat index 3dc6df484515..903142c4de28 100644 --- a/libstdc++-v3/include/c_global/cfloat +++ b/libstdc++-v3/include/c_global/cfloat @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/c_global/cinttypes b/libstdc++-v3/include/c_global/cinttypes index e0378dd3ce59..4e5e804233b2 100644 --- a/libstdc++-v3/include/c_global/cinttypes +++ b/libstdc++-v3/include/c_global/cinttypes @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/c_global/ciso646 b/libstdc++-v3/include/c_global/ciso646 index c88c9aa809f3..f603f59deaee 100644 --- a/libstdc++-v3/include/c_global/ciso646 +++ b/libstdc++-v3/include/c_global/ciso646 @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/c_global/climits b/libstdc++-v3/include/c_global/climits index 832f3c92737a..d92a1d86004b 100644 --- a/libstdc++-v3/include/c_global/climits +++ b/libstdc++-v3/include/c_global/climits @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/c_global/clocale b/libstdc++-v3/include/c_global/clocale index e65a8d90f4a1..a9d7445e87fb 100644 --- a/libstdc++-v3/include/c_global/clocale +++ b/libstdc++-v3/include/c_global/clocale @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/c_global/cmath b/libstdc++-v3/include/c_global/cmath index bea9b18ef583..3630a5b16d33 100644 --- a/libstdc++-v3/include/c_global/cmath +++ b/libstdc++-v3/include/c_global/cmath @@ -1,6 +1,6 @@ // -*- C++ -*- C forwarding header. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/c_global/csetjmp b/libstdc++-v3/include/c_global/csetjmp index 13f31d30d861..48b89ae0ebc1 100644 --- a/libstdc++-v3/include/c_global/csetjmp +++ b/libstdc++-v3/include/c_global/csetjmp @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/c_global/csignal b/libstdc++-v3/include/c_global/csignal index aa64f7ab9c6e..ab5de6b4cad6 100644 --- a/libstdc++-v3/include/c_global/csignal +++ b/libstdc++-v3/include/c_global/csignal @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/c_global/cstdalign b/libstdc++-v3/include/c_global/cstdalign index 50775c703c34..3fbc3412e1b9 100644 --- a/libstdc++-v3/include/c_global/cstdalign +++ b/libstdc++-v3/include/c_global/cstdalign @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/include/c_global/cstdarg b/libstdc++-v3/include/c_global/cstdarg index 46cf5a274a5e..148d53217cdb 100644 --- a/libstdc++-v3/include/c_global/cstdarg +++ b/libstdc++-v3/include/c_global/cstdarg @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/c_global/cstdbool b/libstdc++-v3/include/c_global/cstdbool index 05aeef1028fc..b6ded0790b0e 100644 --- a/libstdc++-v3/include/c_global/cstdbool +++ b/libstdc++-v3/include/c_global/cstdbool @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/c_global/cstddef b/libstdc++-v3/include/c_global/cstddef index 1739121001e7..a571e80c2f6e 100644 --- a/libstdc++-v3/include/c_global/cstddef +++ b/libstdc++-v3/include/c_global/cstddef @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/c_global/cstdint b/libstdc++-v3/include/c_global/cstdint index c58169597c3a..33f8193d9e80 100644 --- a/libstdc++-v3/include/c_global/cstdint +++ b/libstdc++-v3/include/c_global/cstdint @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/c_global/cstdio b/libstdc++-v3/include/c_global/cstdio index 86d524f96a62..6f3132fc26ef 100644 --- a/libstdc++-v3/include/c_global/cstdio +++ b/libstdc++-v3/include/c_global/cstdio @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/c_global/cstdlib b/libstdc++-v3/include/c_global/cstdlib index 15733dfb75bb..006ac6897633 100644 --- a/libstdc++-v3/include/c_global/cstdlib +++ b/libstdc++-v3/include/c_global/cstdlib @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/c_global/cstring b/libstdc++-v3/include/c_global/cstring index 424da096985a..173b537e8dbf 100644 --- a/libstdc++-v3/include/c_global/cstring +++ b/libstdc++-v3/include/c_global/cstring @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/c_global/ctgmath b/libstdc++-v3/include/c_global/ctgmath index 4314516fe4d5..e1fc09bf3e63 100644 --- a/libstdc++-v3/include/c_global/ctgmath +++ b/libstdc++-v3/include/c_global/ctgmath @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/c_global/ctime b/libstdc++-v3/include/c_global/ctime index 3ecff80c7a71..5b1f1d06f6ab 100644 --- a/libstdc++-v3/include/c_global/ctime +++ b/libstdc++-v3/include/c_global/ctime @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/c_global/cuchar b/libstdc++-v3/include/c_global/cuchar index 2c5ca60ce8a8..a752c99f83dc 100644 --- a/libstdc++-v3/include/c_global/cuchar +++ b/libstdc++-v3/include/c_global/cuchar @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/include/c_global/cwchar b/libstdc++-v3/include/c_global/cwchar index 6ff38d551673..39f88b396bbc 100644 --- a/libstdc++-v3/include/c_global/cwchar +++ b/libstdc++-v3/include/c_global/cwchar @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/c_global/cwctype b/libstdc++-v3/include/c_global/cwctype index 3574cbf52ab7..1180f4e2fa94 100644 --- a/libstdc++-v3/include/c_global/cwctype +++ b/libstdc++-v3/include/c_global/cwctype @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/c_std/cassert b/libstdc++-v3/include/c_std/cassert index 9cbe2f1cbed5..cdec42a27349 100644 --- a/libstdc++-v3/include/c_std/cassert +++ b/libstdc++-v3/include/c_std/cassert @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/c_std/cctype b/libstdc++-v3/include/c_std/cctype index 559e082ca134..a9707a847447 100644 --- a/libstdc++-v3/include/c_std/cctype +++ b/libstdc++-v3/include/c_std/cctype @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/c_std/cerrno b/libstdc++-v3/include/c_std/cerrno index a94ba356d0f3..a86ed36fe12a 100644 --- a/libstdc++-v3/include/c_std/cerrno +++ b/libstdc++-v3/include/c_std/cerrno @@ -1,6 +1,6 @@ // The -*- C++ -*- forwarding header. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/c_std/cfloat b/libstdc++-v3/include/c_std/cfloat index 6f234e8232d1..89a0e359edaa 100644 --- a/libstdc++-v3/include/c_std/cfloat +++ b/libstdc++-v3/include/c_std/cfloat @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/c_std/ciso646 b/libstdc++-v3/include/c_std/ciso646 index 5c208239b163..8b71526705be 100644 --- a/libstdc++-v3/include/c_std/ciso646 +++ b/libstdc++-v3/include/c_std/ciso646 @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/c_std/climits b/libstdc++-v3/include/c_std/climits index 85ba3cf204bb..37339ff4661c 100644 --- a/libstdc++-v3/include/c_std/climits +++ b/libstdc++-v3/include/c_std/climits @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/c_std/clocale b/libstdc++-v3/include/c_std/clocale index 1ce797e23c6d..ef15d2e7a793 100644 --- a/libstdc++-v3/include/c_std/clocale +++ b/libstdc++-v3/include/c_std/clocale @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/c_std/cmath b/libstdc++-v3/include/c_std/cmath index 06379918f679..c5b5a470f873 100644 --- a/libstdc++-v3/include/c_std/cmath +++ b/libstdc++-v3/include/c_std/cmath @@ -1,6 +1,6 @@ // -*- C++ -*- C forwarding header. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/c_std/csetjmp b/libstdc++-v3/include/c_std/csetjmp index 12de59e1f020..31365fe21453 100644 --- a/libstdc++-v3/include/c_std/csetjmp +++ b/libstdc++-v3/include/c_std/csetjmp @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/c_std/csignal b/libstdc++-v3/include/c_std/csignal index 7343ed2eacdf..001dbeffa1bd 100644 --- a/libstdc++-v3/include/c_std/csignal +++ b/libstdc++-v3/include/c_std/csignal @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/c_std/cstdarg b/libstdc++-v3/include/c_std/cstdarg index 19855c42aeae..f2292865cb4f 100644 --- a/libstdc++-v3/include/c_std/cstdarg +++ b/libstdc++-v3/include/c_std/cstdarg @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/c_std/cstddef b/libstdc++-v3/include/c_std/cstddef index 58d4f4bb060d..e8f65a6699d1 100644 --- a/libstdc++-v3/include/c_std/cstddef +++ b/libstdc++-v3/include/c_std/cstddef @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/c_std/cstdio b/libstdc++-v3/include/c_std/cstdio index 549004c0a165..43969892aa20 100644 --- a/libstdc++-v3/include/c_std/cstdio +++ b/libstdc++-v3/include/c_std/cstdio @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/c_std/cstdlib b/libstdc++-v3/include/c_std/cstdlib index 1db6d7ae791c..fde2ac09c238 100644 --- a/libstdc++-v3/include/c_std/cstdlib +++ b/libstdc++-v3/include/c_std/cstdlib @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/c_std/cstring b/libstdc++-v3/include/c_std/cstring index ce43bc9922f6..f65899ccac4c 100644 --- a/libstdc++-v3/include/c_std/cstring +++ b/libstdc++-v3/include/c_std/cstring @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/c_std/ctime b/libstdc++-v3/include/c_std/ctime index 54396d4de5f1..2e8d5e3c8bfc 100644 --- a/libstdc++-v3/include/c_std/ctime +++ b/libstdc++-v3/include/c_std/ctime @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/c_std/cuchar b/libstdc++-v3/include/c_std/cuchar index 7c0d8685c89e..3b4bad80dbd9 100644 --- a/libstdc++-v3/include/c_std/cuchar +++ b/libstdc++-v3/include/c_std/cuchar @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/include/c_std/cwchar b/libstdc++-v3/include/c_std/cwchar index dc4cef02eb98..e6ba261e47c2 100644 --- a/libstdc++-v3/include/c_std/cwchar +++ b/libstdc++-v3/include/c_std/cwchar @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/c_std/cwctype b/libstdc++-v3/include/c_std/cwctype index eef419d03e2a..fab78b2e4d88 100644 --- a/libstdc++-v3/include/c_std/cwctype +++ b/libstdc++-v3/include/c_std/cwctype @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/debug/array b/libstdc++-v3/include/debug/array index 63e680897dac..3ff786a12471 100644 --- a/libstdc++-v3/include/debug/array +++ b/libstdc++-v3/include/debug/array @@ -1,6 +1,6 @@ // Debugging array implementation -*- C++ -*- -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/include/debug/assertions.h b/libstdc++-v3/include/debug/assertions.h index 3708d1290318..6b37d4bc72da 100644 --- a/libstdc++-v3/include/debug/assertions.h +++ b/libstdc++-v3/include/debug/assertions.h @@ -1,6 +1,6 @@ // Debugging support implementation -*- C++ -*- -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/include/debug/bitset b/libstdc++-v3/include/debug/bitset index b7bada30cf88..95bf21758796 100644 --- a/libstdc++-v3/include/debug/bitset +++ b/libstdc++-v3/include/debug/bitset @@ -1,6 +1,6 @@ // Debugging bitset implementation -*- C++ -*- -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/include/debug/debug.h b/libstdc++-v3/include/debug/debug.h index 79fe00d7c76b..d59d3c653f88 100644 --- a/libstdc++-v3/include/debug/debug.h +++ b/libstdc++-v3/include/debug/debug.h @@ -1,6 +1,6 @@ // Debugging support implementation -*- C++ -*- -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/include/debug/deque b/libstdc++-v3/include/debug/deque index bf4cba6e7252..7e3c193c1038 100644 --- a/libstdc++-v3/include/debug/deque +++ b/libstdc++-v3/include/debug/deque @@ -1,6 +1,6 @@ // Debugging deque implementation -*- C++ -*- -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/include/debug/formatter.h b/libstdc++-v3/include/debug/formatter.h index 72db612a288b..985e3597d90c 100644 --- a/libstdc++-v3/include/debug/formatter.h +++ b/libstdc++-v3/include/debug/formatter.h @@ -1,6 +1,6 @@ // Debug-mode error formatting implementation -*- C++ -*- -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/include/debug/forward_list b/libstdc++-v3/include/debug/forward_list index 6bb2a7c5f47b..cd343302b003 100644 --- a/libstdc++-v3/include/debug/forward_list +++ b/libstdc++-v3/include/debug/forward_list @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/include/debug/functions.h b/libstdc++-v3/include/debug/functions.h index 35e7ae8395a7..be8b5a56fdcc 100644 --- a/libstdc++-v3/include/debug/functions.h +++ b/libstdc++-v3/include/debug/functions.h @@ -1,6 +1,6 @@ // Debugging support implementation -*- C++ -*- -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/include/debug/helper_functions.h b/libstdc++-v3/include/debug/helper_functions.h index f1a74eb495a4..80e0e80c6854 100644 --- a/libstdc++-v3/include/debug/helper_functions.h +++ b/libstdc++-v3/include/debug/helper_functions.h @@ -1,6 +1,6 @@ // Debugging support implementation -*- C++ -*- -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/include/debug/list b/libstdc++-v3/include/debug/list index 09df483e8c18..a45ece244bdc 100644 --- a/libstdc++-v3/include/debug/list +++ b/libstdc++-v3/include/debug/list @@ -1,6 +1,6 @@ // Debugging list implementation -*- C++ -*- -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/include/debug/macros.h b/libstdc++-v3/include/debug/macros.h index 40fe4de272a6..2ecba5534b64 100644 --- a/libstdc++-v3/include/debug/macros.h +++ b/libstdc++-v3/include/debug/macros.h @@ -1,6 +1,6 @@ // Debugging support implementation -*- C++ -*- -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/include/debug/map b/libstdc++-v3/include/debug/map index 2cce7c0c4bcb..eaa560011186 100644 --- a/libstdc++-v3/include/debug/map +++ b/libstdc++-v3/include/debug/map @@ -1,6 +1,6 @@ // Debugging map/multimap implementation -*- C++ -*- -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/include/debug/map.h b/libstdc++-v3/include/debug/map.h index 51cd140a1227..c275979052c1 100644 --- a/libstdc++-v3/include/debug/map.h +++ b/libstdc++-v3/include/debug/map.h @@ -1,6 +1,6 @@ // Debugging map implementation -*- C++ -*- -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/include/debug/multimap.h b/libstdc++-v3/include/debug/multimap.h index 0cecedb5b386..f971cfa41f05 100644 --- a/libstdc++-v3/include/debug/multimap.h +++ b/libstdc++-v3/include/debug/multimap.h @@ -1,6 +1,6 @@ // Debugging multimap implementation -*- C++ -*- -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/include/debug/multiset.h b/libstdc++-v3/include/debug/multiset.h index 2d68a3df92c4..97c7b843f275 100644 --- a/libstdc++-v3/include/debug/multiset.h +++ b/libstdc++-v3/include/debug/multiset.h @@ -1,6 +1,6 @@ // Debugging multiset implementation -*- C++ -*- -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/include/debug/safe_base.h b/libstdc++-v3/include/debug/safe_base.h index 733a8f047178..3c86e5615800 100644 --- a/libstdc++-v3/include/debug/safe_base.h +++ b/libstdc++-v3/include/debug/safe_base.h @@ -1,6 +1,6 @@ // Safe sequence/iterator base implementation -*- C++ -*- -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/include/debug/safe_container.h b/libstdc++-v3/include/debug/safe_container.h index d96cb17a2a3e..3d44c15cdf30 100644 --- a/libstdc++-v3/include/debug/safe_container.h +++ b/libstdc++-v3/include/debug/safe_container.h @@ -1,6 +1,6 @@ // Safe container implementation -*- C++ -*- -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/include/debug/safe_iterator.h b/libstdc++-v3/include/debug/safe_iterator.h index d550ac240e1e..0556757937d2 100644 --- a/libstdc++-v3/include/debug/safe_iterator.h +++ b/libstdc++-v3/include/debug/safe_iterator.h @@ -1,6 +1,6 @@ // Safe iterator implementation -*- C++ -*- -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/include/debug/safe_iterator.tcc b/libstdc++-v3/include/debug/safe_iterator.tcc index 0ae7fd1571be..43d7e992c21d 100644 --- a/libstdc++-v3/include/debug/safe_iterator.tcc +++ b/libstdc++-v3/include/debug/safe_iterator.tcc @@ -1,6 +1,6 @@ // Debugging iterator implementation (out of line) -*- C++ -*- -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/include/debug/safe_local_iterator.h b/libstdc++-v3/include/debug/safe_local_iterator.h index 70e14697f178..c46aa13928bc 100644 --- a/libstdc++-v3/include/debug/safe_local_iterator.h +++ b/libstdc++-v3/include/debug/safe_local_iterator.h @@ -1,6 +1,6 @@ // Safe iterator implementation -*- C++ -*- -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/include/debug/safe_local_iterator.tcc b/libstdc++-v3/include/debug/safe_local_iterator.tcc index caaf113f4850..55157ed16163 100644 --- a/libstdc++-v3/include/debug/safe_local_iterator.tcc +++ b/libstdc++-v3/include/debug/safe_local_iterator.tcc @@ -1,6 +1,6 @@ // Debugging iterator implementation (out of line) -*- C++ -*- -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/include/debug/safe_sequence.h b/libstdc++-v3/include/debug/safe_sequence.h index e12b6f17dfc1..907b1c8d8534 100644 --- a/libstdc++-v3/include/debug/safe_sequence.h +++ b/libstdc++-v3/include/debug/safe_sequence.h @@ -1,6 +1,6 @@ // Safe sequence implementation -*- C++ -*- -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/include/debug/safe_sequence.tcc b/libstdc++-v3/include/debug/safe_sequence.tcc index fae2315200c4..3b792abbaf64 100644 --- a/libstdc++-v3/include/debug/safe_sequence.tcc +++ b/libstdc++-v3/include/debug/safe_sequence.tcc @@ -1,6 +1,6 @@ // Safe sequence implementation -*- C++ -*- -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/include/debug/safe_unordered_base.h b/libstdc++-v3/include/debug/safe_unordered_base.h index 21292c33e340..ca5ef3b8ce90 100644 --- a/libstdc++-v3/include/debug/safe_unordered_base.h +++ b/libstdc++-v3/include/debug/safe_unordered_base.h @@ -1,6 +1,6 @@ // Safe container/iterator base implementation -*- C++ -*- -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/include/debug/safe_unordered_container.h b/libstdc++-v3/include/debug/safe_unordered_container.h index 4c4a138fea10..3f76290129a8 100644 --- a/libstdc++-v3/include/debug/safe_unordered_container.h +++ b/libstdc++-v3/include/debug/safe_unordered_container.h @@ -1,6 +1,6 @@ // Safe container implementation -*- C++ -*- -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/include/debug/safe_unordered_container.tcc b/libstdc++-v3/include/debug/safe_unordered_container.tcc index 53fa1caa2577..862c54dc4c28 100644 --- a/libstdc++-v3/include/debug/safe_unordered_container.tcc +++ b/libstdc++-v3/include/debug/safe_unordered_container.tcc @@ -1,6 +1,6 @@ // Safe container implementation -*- C++ -*- -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/include/debug/set b/libstdc++-v3/include/debug/set index 82e39003050e..6dc48935072c 100644 --- a/libstdc++-v3/include/debug/set +++ b/libstdc++-v3/include/debug/set @@ -1,6 +1,6 @@ // Debugging set/multiset implementation -*- C++ -*- -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/include/debug/set.h b/libstdc++-v3/include/debug/set.h index 893763844582..07032865bc9d 100644 --- a/libstdc++-v3/include/debug/set.h +++ b/libstdc++-v3/include/debug/set.h @@ -1,6 +1,6 @@ // Debugging set implementation -*- C++ -*- -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/include/debug/stl_iterator.h b/libstdc++-v3/include/debug/stl_iterator.h index 2c22ba628525..8012ee716aab 100644 --- a/libstdc++-v3/include/debug/stl_iterator.h +++ b/libstdc++-v3/include/debug/stl_iterator.h @@ -1,6 +1,6 @@ // Debugging support implementation -*- C++ -*- -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/include/debug/string b/libstdc++-v3/include/debug/string index 137974d724f9..9d4057b7d437 100644 --- a/libstdc++-v3/include/debug/string +++ b/libstdc++-v3/include/debug/string @@ -1,6 +1,6 @@ // Debugging string implementation -*- C++ -*- -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/include/debug/unordered_map b/libstdc++-v3/include/debug/unordered_map index 4a834c67ebab..51a55ae21f37 100644 --- a/libstdc++-v3/include/debug/unordered_map +++ b/libstdc++-v3/include/debug/unordered_map @@ -1,6 +1,6 @@ // Debugging unordered_map/unordered_multimap implementation -*- C++ -*- -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/include/debug/unordered_set b/libstdc++-v3/include/debug/unordered_set index f8587c06bfc7..923ff2bc4d85 100644 --- a/libstdc++-v3/include/debug/unordered_set +++ b/libstdc++-v3/include/debug/unordered_set @@ -1,6 +1,6 @@ // Debugging unordered_set/unordered_multiset implementation -*- C++ -*- -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/include/debug/vector b/libstdc++-v3/include/debug/vector index 1b9e4a70c6ba..a6d18d94508a 100644 --- a/libstdc++-v3/include/debug/vector +++ b/libstdc++-v3/include/debug/vector @@ -1,6 +1,6 @@ // Debugging vector implementation -*- C++ -*- -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/include/decimal/decimal b/libstdc++-v3/include/decimal/decimal index 044d7c01a04b..b167a7ac7f22 100644 --- a/libstdc++-v3/include/decimal/decimal +++ b/libstdc++-v3/include/decimal/decimal @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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 of the GNU General Public License as published by the diff --git a/libstdc++-v3/include/decimal/decimal.h b/libstdc++-v3/include/decimal/decimal.h index ef91fecbf4b6..ede6e57c9981 100644 --- a/libstdc++-v3/include/decimal/decimal.h +++ b/libstdc++-v3/include/decimal/decimal.h @@ -1,6 +1,6 @@ // decimal classes -*- C++ -*- -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/include/experimental/algorithm b/libstdc++-v3/include/experimental/algorithm index ff66b434bca5..a7ab0e84c12d 100644 --- a/libstdc++-v3/include/experimental/algorithm +++ b/libstdc++-v3/include/experimental/algorithm @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/include/experimental/any b/libstdc++-v3/include/experimental/any index 8fd66e29a52a..d9f06cd02590 100644 --- a/libstdc++-v3/include/experimental/any +++ b/libstdc++-v3/include/experimental/any @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/include/experimental/array b/libstdc++-v3/include/experimental/array index 34d75cc20179..5899486ff396 100644 --- a/libstdc++-v3/include/experimental/array +++ b/libstdc++-v3/include/experimental/array @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/include/experimental/bits/erase_if.h b/libstdc++-v3/include/experimental/bits/erase_if.h index 0ed60aa4749f..c4ac2828d7b1 100644 --- a/libstdc++-v3/include/experimental/bits/erase_if.h +++ b/libstdc++-v3/include/experimental/bits/erase_if.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/include/experimental/bits/fs_dir.h b/libstdc++-v3/include/experimental/bits/fs_dir.h index 818e7ff5efca..3bdf91154485 100644 --- a/libstdc++-v3/include/experimental/bits/fs_dir.h +++ b/libstdc++-v3/include/experimental/bits/fs_dir.h @@ -1,6 +1,6 @@ // Filesystem directory utilities -*- C++ -*- -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/include/experimental/bits/fs_fwd.h b/libstdc++-v3/include/experimental/bits/fs_fwd.h index fb8521a80019..3ec327e9ba2b 100644 --- a/libstdc++-v3/include/experimental/bits/fs_fwd.h +++ b/libstdc++-v3/include/experimental/bits/fs_fwd.h @@ -1,6 +1,6 @@ // Filesystem declarations -*- C++ -*- -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/include/experimental/bits/fs_ops.h b/libstdc++-v3/include/experimental/bits/fs_ops.h index 62a9826d6e5e..1b455f541bae 100644 --- a/libstdc++-v3/include/experimental/bits/fs_ops.h +++ b/libstdc++-v3/include/experimental/bits/fs_ops.h @@ -1,6 +1,6 @@ // Filesystem operational functions -*- C++ -*- -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/include/experimental/bits/fs_path.h b/libstdc++-v3/include/experimental/bits/fs_path.h index a69fb9db8d68..3d6394472540 100644 --- a/libstdc++-v3/include/experimental/bits/fs_path.h +++ b/libstdc++-v3/include/experimental/bits/fs_path.h @@ -1,6 +1,6 @@ // Class filesystem::path -*- C++ -*- -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/include/experimental/bits/lfts_config.h b/libstdc++-v3/include/experimental/bits/lfts_config.h index 10e36874de2f..97f090f868b3 100644 --- a/libstdc++-v3/include/experimental/bits/lfts_config.h +++ b/libstdc++-v3/include/experimental/bits/lfts_config.h @@ -1,6 +1,6 @@ // Namespace declarations for Library Fundamentals TS -*- C++ -*- -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/include/experimental/bits/shared_ptr.h b/libstdc++-v3/include/experimental/bits/shared_ptr.h index 8a1fc52caf80..27f22d236181 100644 --- a/libstdc++-v3/include/experimental/bits/shared_ptr.h +++ b/libstdc++-v3/include/experimental/bits/shared_ptr.h @@ -1,6 +1,6 @@ // Experimental shared_ptr with array support -*- C++ -*- -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/include/experimental/bits/string_view.tcc b/libstdc++-v3/include/experimental/bits/string_view.tcc index 7c6b1be32d9a..03863d0a9df2 100644 --- a/libstdc++-v3/include/experimental/bits/string_view.tcc +++ b/libstdc++-v3/include/experimental/bits/string_view.tcc @@ -1,6 +1,6 @@ // Components for manipulating non-owning sequences of characters -*- C++ -*- -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/include/experimental/chrono b/libstdc++-v3/include/experimental/chrono index e703d9364ef8..4247c9df746e 100644 --- a/libstdc++-v3/include/experimental/chrono +++ b/libstdc++-v3/include/experimental/chrono @@ -1,6 +1,6 @@ // Variable Templates For chrono -*- C++ -*- -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/include/experimental/deque b/libstdc++-v3/include/experimental/deque index aee290c65cf4..c92476f915d2 100644 --- a/libstdc++-v3/include/experimental/deque +++ b/libstdc++-v3/include/experimental/deque @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/include/experimental/filesystem b/libstdc++-v3/include/experimental/filesystem index e13c42808904..2f353693dbe6 100644 --- a/libstdc++-v3/include/experimental/filesystem +++ b/libstdc++-v3/include/experimental/filesystem @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/include/experimental/forward_list b/libstdc++-v3/include/experimental/forward_list index 8f9f932790b8..1c835aca07ef 100644 --- a/libstdc++-v3/include/experimental/forward_list +++ b/libstdc++-v3/include/experimental/forward_list @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/include/experimental/functional b/libstdc++-v3/include/experimental/functional index 77e6e666e203..4639e6f6cb3c 100644 --- a/libstdc++-v3/include/experimental/functional +++ b/libstdc++-v3/include/experimental/functional @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/include/experimental/iterator b/libstdc++-v3/include/experimental/iterator index e6ec421f054b..e8ecb34a7d0b 100644 --- a/libstdc++-v3/include/experimental/iterator +++ b/libstdc++-v3/include/experimental/iterator @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/include/experimental/list b/libstdc++-v3/include/experimental/list index 4ddb61d0ea3f..9409431c4d8b 100644 --- a/libstdc++-v3/include/experimental/list +++ b/libstdc++-v3/include/experimental/list @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/include/experimental/map b/libstdc++-v3/include/experimental/map index dfc5160c6be5..2bbc1bd5a11c 100644 --- a/libstdc++-v3/include/experimental/map +++ b/libstdc++-v3/include/experimental/map @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/include/experimental/memory b/libstdc++-v3/include/experimental/memory index 81def241515a..239afb92c6b3 100644 --- a/libstdc++-v3/include/experimental/memory +++ b/libstdc++-v3/include/experimental/memory @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/include/experimental/memory_resource b/libstdc++-v3/include/experimental/memory_resource index 52e0b0316538..653189c10797 100644 --- a/libstdc++-v3/include/experimental/memory_resource +++ b/libstdc++-v3/include/experimental/memory_resource @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/include/experimental/numeric b/libstdc++-v3/include/experimental/numeric index 0ce4bda62ed8..b7b8207069f7 100644 --- a/libstdc++-v3/include/experimental/numeric +++ b/libstdc++-v3/include/experimental/numeric @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/include/experimental/optional b/libstdc++-v3/include/experimental/optional index 6994e7725136..197a1fc76912 100644 --- a/libstdc++-v3/include/experimental/optional +++ b/libstdc++-v3/include/experimental/optional @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/include/experimental/propagate_const b/libstdc++-v3/include/experimental/propagate_const index 635d4ed39fcd..719e17aa3d0c 100644 --- a/libstdc++-v3/include/experimental/propagate_const +++ b/libstdc++-v3/include/experimental/propagate_const @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/include/experimental/random b/libstdc++-v3/include/experimental/random index 039e45fd6945..9d5415ede17f 100644 --- a/libstdc++-v3/include/experimental/random +++ b/libstdc++-v3/include/experimental/random @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/include/experimental/ratio b/libstdc++-v3/include/experimental/ratio index d55f6ae3388b..ffbae76ca796 100644 --- a/libstdc++-v3/include/experimental/ratio +++ b/libstdc++-v3/include/experimental/ratio @@ -1,6 +1,6 @@ // Variable Templates For ratio -*- C++ -*- -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/include/experimental/regex b/libstdc++-v3/include/experimental/regex index 1feab780e7bb..9b5679fc78ef 100644 --- a/libstdc++-v3/include/experimental/regex +++ b/libstdc++-v3/include/experimental/regex @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/include/experimental/set b/libstdc++-v3/include/experimental/set index 33d5f1f24009..a10617bb2a9e 100644 --- a/libstdc++-v3/include/experimental/set +++ b/libstdc++-v3/include/experimental/set @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/include/experimental/string b/libstdc++-v3/include/experimental/string index 3bd00d5dbc29..5347991959ee 100644 --- a/libstdc++-v3/include/experimental/string +++ b/libstdc++-v3/include/experimental/string @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/include/experimental/string_view b/libstdc++-v3/include/experimental/string_view index c1dfef0e3bf0..eaff0cc764c2 100644 --- a/libstdc++-v3/include/experimental/string_view +++ b/libstdc++-v3/include/experimental/string_view @@ -1,6 +1,6 @@ // Components for manipulating non-owning sequences of characters -*- C++ -*- -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/include/experimental/system_error b/libstdc++-v3/include/experimental/system_error index 5b286ee6b967..2b4855dba72f 100644 --- a/libstdc++-v3/include/experimental/system_error +++ b/libstdc++-v3/include/experimental/system_error @@ -1,6 +1,6 @@ // Variable Templates For system_error -*- C++ -*- -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/include/experimental/tuple b/libstdc++-v3/include/experimental/tuple index e83a0ed9b637..879636eecd8d 100644 --- a/libstdc++-v3/include/experimental/tuple +++ b/libstdc++-v3/include/experimental/tuple @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/include/experimental/type_traits b/libstdc++-v3/include/experimental/type_traits index 06f1023a1393..7ec06308ba96 100644 --- a/libstdc++-v3/include/experimental/type_traits +++ b/libstdc++-v3/include/experimental/type_traits @@ -1,6 +1,6 @@ // Variable Templates For Type Traits -*- C++ -*- -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/include/experimental/unordered_map b/libstdc++-v3/include/experimental/unordered_map index 6776ae722d85..fbc44b267b52 100644 --- a/libstdc++-v3/include/experimental/unordered_map +++ b/libstdc++-v3/include/experimental/unordered_map @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/include/experimental/unordered_set b/libstdc++-v3/include/experimental/unordered_set index 677e9d94e713..3c8fe255275f 100644 --- a/libstdc++-v3/include/experimental/unordered_set +++ b/libstdc++-v3/include/experimental/unordered_set @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/include/experimental/utility b/libstdc++-v3/include/experimental/utility index 77a161e314a5..db85c5cc62c4 100644 --- a/libstdc++-v3/include/experimental/utility +++ b/libstdc++-v3/include/experimental/utility @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/include/experimental/vector b/libstdc++-v3/include/experimental/vector index 8d00be84c8b8..b75a3bc7ce43 100644 --- a/libstdc++-v3/include/experimental/vector +++ b/libstdc++-v3/include/experimental/vector @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/include/ext/algorithm b/libstdc++-v3/include/ext/algorithm index 839d20f376e3..823456cf618f 100644 --- a/libstdc++-v3/include/ext/algorithm +++ b/libstdc++-v3/include/ext/algorithm @@ -1,6 +1,6 @@ // Algorithm extensions -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/ext/aligned_buffer.h b/libstdc++-v3/include/ext/aligned_buffer.h index f0f303fdce2f..789a0c8a1134 100644 --- a/libstdc++-v3/include/ext/aligned_buffer.h +++ b/libstdc++-v3/include/ext/aligned_buffer.h @@ -1,6 +1,6 @@ // Aligned memory buffer -*- C++ -*- -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/include/ext/alloc_traits.h b/libstdc++-v3/include/ext/alloc_traits.h index f5aadf95cd8d..f4435ce00a9a 100644 --- a/libstdc++-v3/include/ext/alloc_traits.h +++ b/libstdc++-v3/include/ext/alloc_traits.h @@ -1,6 +1,6 @@ // Allocator traits -*- C++ -*- -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/include/ext/array_allocator.h b/libstdc++-v3/include/ext/array_allocator.h index 375d122d0484..a2948e4c920d 100644 --- a/libstdc++-v3/include/ext/array_allocator.h +++ b/libstdc++-v3/include/ext/array_allocator.h @@ -1,6 +1,6 @@ // array allocator -*- C++ -*- -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/include/ext/atomicity.h b/libstdc++-v3/include/ext/atomicity.h index 0fcb390aac05..e6043fd65b6f 100644 --- a/libstdc++-v3/include/ext/atomicity.h +++ b/libstdc++-v3/include/ext/atomicity.h @@ -1,6 +1,6 @@ // Support for atomic operations -*- C++ -*- -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/include/ext/bitmap_allocator.h b/libstdc++-v3/include/ext/bitmap_allocator.h index 80ea64f3b71e..3e3126985b76 100644 --- a/libstdc++-v3/include/ext/bitmap_allocator.h +++ b/libstdc++-v3/include/ext/bitmap_allocator.h @@ -1,6 +1,6 @@ // Bitmap Allocator. -*- C++ -*- -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/include/ext/cast.h b/libstdc++-v3/include/ext/cast.h index 70e8bfffecf8..95b011312351 100644 --- a/libstdc++-v3/include/ext/cast.h +++ b/libstdc++-v3/include/ext/cast.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/include/ext/cmath b/libstdc++-v3/include/ext/cmath index a95556ec0a08..3236a8a67d40 100644 --- a/libstdc++-v3/include/ext/cmath +++ b/libstdc++-v3/include/ext/cmath @@ -1,6 +1,6 @@ // Math extensions -*- C++ -*- -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/include/ext/codecvt_specializations.h b/libstdc++-v3/include/ext/codecvt_specializations.h index e2c3d3a5338f..1f0452f4f801 100644 --- a/libstdc++-v3/include/ext/codecvt_specializations.h +++ b/libstdc++-v3/include/ext/codecvt_specializations.h @@ -1,6 +1,6 @@ // Locale support (codecvt) -*- C++ -*- -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/include/ext/concurrence.h b/libstdc++-v3/include/ext/concurrence.h index c19354caed49..3b017da0430d 100644 --- a/libstdc++-v3/include/ext/concurrence.h +++ b/libstdc++-v3/include/ext/concurrence.h @@ -1,6 +1,6 @@ // Support for concurrent programing -*- C++ -*- -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/include/ext/debug_allocator.h b/libstdc++-v3/include/ext/debug_allocator.h index 7898fe898bce..f3f2d7b7355b 100644 --- a/libstdc++-v3/include/ext/debug_allocator.h +++ b/libstdc++-v3/include/ext/debug_allocator.h @@ -1,6 +1,6 @@ // Allocators -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/ext/enc_filebuf.h b/libstdc++-v3/include/ext/enc_filebuf.h index 61112efffc98..acc5ed2f838b 100644 --- a/libstdc++-v3/include/ext/enc_filebuf.h +++ b/libstdc++-v3/include/ext/enc_filebuf.h @@ -1,6 +1,6 @@ // filebuf with encoding state type -*- C++ -*- -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/include/ext/extptr_allocator.h b/libstdc++-v3/include/ext/extptr_allocator.h index 479182d4cd16..2004992ad96c 100644 --- a/libstdc++-v3/include/ext/extptr_allocator.h +++ b/libstdc++-v3/include/ext/extptr_allocator.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/include/ext/functional b/libstdc++-v3/include/ext/functional index 82125c284d7b..ce7d868dd0b4 100644 --- a/libstdc++-v3/include/ext/functional +++ b/libstdc++-v3/include/ext/functional @@ -1,6 +1,6 @@ // Functional extensions -*- C++ -*- -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/include/ext/iterator b/libstdc++-v3/include/ext/iterator index b964f18880ea..e00cc449566e 100644 --- a/libstdc++-v3/include/ext/iterator +++ b/libstdc++-v3/include/ext/iterator @@ -1,6 +1,6 @@ // HP/SGI iterator extensions -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/ext/malloc_allocator.h b/libstdc++-v3/include/ext/malloc_allocator.h index 113c1dcfe6cc..88e0c7b5896c 100644 --- a/libstdc++-v3/include/ext/malloc_allocator.h +++ b/libstdc++-v3/include/ext/malloc_allocator.h @@ -1,6 +1,6 @@ // Allocator that wraps "C" malloc -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/ext/memory b/libstdc++-v3/include/ext/memory index 055d34cfe7b6..fd3c18bd9509 100644 --- a/libstdc++-v3/include/ext/memory +++ b/libstdc++-v3/include/ext/memory @@ -1,6 +1,6 @@ // Memory extensions -*- C++ -*- -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/include/ext/mt_allocator.h b/libstdc++-v3/include/ext/mt_allocator.h index d7ea7c1a8c37..effb13b7dbcb 100644 --- a/libstdc++-v3/include/ext/mt_allocator.h +++ b/libstdc++-v3/include/ext/mt_allocator.h @@ -1,6 +1,6 @@ // MT-optimized allocator -*- C++ -*- -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/include/ext/new_allocator.h b/libstdc++-v3/include/ext/new_allocator.h index 7633029de9be..ee64b9c64471 100644 --- a/libstdc++-v3/include/ext/new_allocator.h +++ b/libstdc++-v3/include/ext/new_allocator.h @@ -1,6 +1,6 @@ // Allocator that wraps operator new -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/ext/numeric b/libstdc++-v3/include/ext/numeric index 476dffc68ec4..e8e8f86ae992 100644 --- a/libstdc++-v3/include/ext/numeric +++ b/libstdc++-v3/include/ext/numeric @@ -1,6 +1,6 @@ // Numeric extensions -*- C++ -*- -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/include/ext/numeric_traits.h b/libstdc++-v3/include/ext/numeric_traits.h index 292aecd87fb3..805f171389ba 100644 --- a/libstdc++-v3/include/ext/numeric_traits.h +++ b/libstdc++-v3/include/ext/numeric_traits.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/ext/pb_ds/assoc_container.hpp b/libstdc++-v3/include/ext/pb_ds/assoc_container.hpp index 571d9468d7d4..a1ec57c575a3 100644 --- a/libstdc++-v3/include/ext/pb_ds/assoc_container.hpp +++ b/libstdc++-v3/include/ext/pb_ds/assoc_container.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp b/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp index 78fbc5d8b14e..058f1fe99e1e 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp index f9b38ac9948d..8f9a0e2fb887 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp index c631328a07ea..d3c433e678f4 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp index d3b06c1aa229..7063e63187ff 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp index 0f5fb6a931e8..71962935d93d 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp index 0d00f8cf0740..c71a941051d3 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp index 4c66913fb443..9d9a64406e36 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp index 0b075ecdb367..485f088b7127 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp b/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp index 70f516d345ea..c5c7dffc6045 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp b/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp index ff1234eb96ac..6a21423693d2 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp index a830f5915c2e..e721ae996fa9 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp index 62b19348e9ab..414ee23d98d8 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp index 719e10559da1..66848f6ba94f 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/bin_search_tree_/split_join_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/split_join_fn_imps.hpp index 5aaa3eb3da19..0fc22a6c5958 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/split_join_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/split_join_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/bin_search_tree_/traits.hpp b/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/traits.hpp index 13ff62dd42fb..b54c543cc962 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/traits.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/traits.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp b/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp index 3ce7e45c9c36..2755f0614061 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/binary_heap_/const_iterator.hpp b/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/const_iterator.hpp index 551b23d1f49b..d2013fba42fd 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/const_iterator.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/const_iterator.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/binary_heap_/constructors_destructor_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/constructors_destructor_fn_imps.hpp index 9aed2a676609..e6c17553ed07 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/constructors_destructor_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/constructors_destructor_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp index 0401c8b8b581..719b2e151863 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/binary_heap_/entry_cmp.hpp b/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/entry_cmp.hpp index 1757fe37589b..84e995df00ff 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/entry_cmp.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/entry_cmp.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/binary_heap_/entry_pred.hpp b/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/entry_pred.hpp index ca772bba045f..367fb32fd293 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/entry_pred.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/entry_pred.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp index 707fe54065f6..3f11de810163 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp index b600bb3a1391..b4a954045923 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/binary_heap_/info_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/info_fn_imps.hpp index 435d5fa0e9bf..158c4f87ca38 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/info_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/info_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp index 8ccb2a88e9c7..f82dd52de3e3 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/binary_heap_/iterators_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/iterators_fn_imps.hpp index 180b4d87c468..62dfcf66302d 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/iterators_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/iterators_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/binary_heap_/point_const_iterator.hpp b/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/point_const_iterator.hpp index 67c37269718a..2bb96aada67d 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/point_const_iterator.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/point_const_iterator.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/binary_heap_/policy_access_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/policy_access_fn_imps.hpp index 2b5ff3511cca..f9b73b20a6df 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/policy_access_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/policy_access_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/binary_heap_/resize_policy.hpp b/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/resize_policy.hpp index 6bb8f8790354..b8299a33b3b7 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/resize_policy.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/resize_policy.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp index 2dc86462b6e0..492a2b7a2fc3 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp index 066f186c57c9..db7d3a114764 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp b/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp index 97a6a9495c73..bfa350b93fed 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp index c82fdb4028da..6f10a87de42e 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp index 139e011614d1..69a794b46084 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp b/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp index 9ed88b33d38f..f249c5c6fa13 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp index 9171d1888451..3e96b78b910a 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp index a5e4b1923685..f350d52d26ea 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp index b5829c6c0d57..88a305dda128 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp index 9ebf3bbb1276..02d1733fc439 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp index 9d63b24f4a6b..baa31b373705 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp index d03a9049667a..25e02c79553e 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/branch_policy/branch_policy.hpp b/libstdc++-v3/include/ext/pb_ds/detail/branch_policy/branch_policy.hpp index ceff52535b2f..bcb0915e0b7d 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/branch_policy/branch_policy.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/branch_policy/branch_policy.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/branch_policy/null_node_metadata.hpp b/libstdc++-v3/include/ext/pb_ds/detail/branch_policy/null_node_metadata.hpp index d36630b5530c..9123fff0d3f5 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/branch_policy/null_node_metadata.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/branch_policy/null_node_metadata.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/branch_policy/traits.hpp b/libstdc++-v3/include/ext/pb_ds/detail/branch_policy/traits.hpp index 116b8d594899..6bbb3c106163 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/branch_policy/traits.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/branch_policy/traits.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp b/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp index 3fb122019814..21fd88ea7ec7 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp index 8f55f855ab6b..047a6b069ba4 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/cc_hash_table_map_/cond_key_dtor_entry_dealtor.hpp b/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/cond_key_dtor_entry_dealtor.hpp index 08418e03c06d..4df9700402b6 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/cond_key_dtor_entry_dealtor.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/cond_key_dtor_entry_dealtor.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp index 97241f212916..a64887d3d9f6 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp index aedd0ee8eb0c..2616bd0ca148 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp index 3a215f9590f5..ebe262465b93 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp index 60d66dcdc7c6..07d0266dfbb6 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp index 4b5f5a2c9c87..39072fb0e601 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/cc_hash_table_map_/debug_store_hash_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/debug_store_hash_fn_imps.hpp index 04a9a29bc8d6..a6b39a737408 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/debug_store_hash_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/debug_store_hash_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/cc_hash_table_map_/entry_list_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/entry_list_fn_imps.hpp index 20ea4420e132..88b19cf3798f 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/entry_list_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/entry_list_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp index a75f4ae62584..9e27692d8c52 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp index 014486bbfdb8..09891abac0b7 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/cc_hash_table_map_/erase_store_hash_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/erase_store_hash_fn_imps.hpp index fad415c1bad1..97034c8c0f93 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/erase_store_hash_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/erase_store_hash_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp index 04e93a361cdb..218f40eef625 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/cc_hash_table_map_/find_store_hash_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/find_store_hash_fn_imps.hpp index ec60dc39d9c9..569533ec5796 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/find_store_hash_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/find_store_hash_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/cc_hash_table_map_/info_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/info_fn_imps.hpp index 1bc69ddf6d0a..7a22e5d3e604 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/info_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/info_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/cc_hash_table_map_/insert_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/insert_fn_imps.hpp index 2ddf990b5df4..0d624e34dc75 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/insert_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/insert_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp index ec4cd0b57d98..389cde82c398 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp index fa09d13ffa40..bd70bcd8280f 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/cc_hash_table_map_/iterators_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/iterators_fn_imps.hpp index f1e081eea196..697b0a6c050b 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/iterators_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/iterators_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/cc_hash_table_map_/policy_access_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/policy_access_fn_imps.hpp index 5cf8e7cd8397..97f6bf88a8ca 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/policy_access_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/policy_access_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp index 46caeb61155d..1d038a6448dd 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp index 6337510e580e..88c1a83df6e3 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp index 6f8bb7b2f09d..7f344f59ccb1 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp index 5972fb44623d..20c81bc06861 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp index 70f84835d7b2..d20f67720aaa 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/cond_dealtor.hpp b/libstdc++-v3/include/ext/pb_ds/detail/cond_dealtor.hpp index d3821582a7a1..558dd9887b86 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/cond_dealtor.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/cond_dealtor.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/container_base_dispatch.hpp b/libstdc++-v3/include/ext/pb_ds/detail/container_base_dispatch.hpp index e2802de193bc..6f4824a4c58b 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/container_base_dispatch.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/container_base_dispatch.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/debug_map_base.hpp b/libstdc++-v3/include/ext/pb_ds/detail/debug_map_base.hpp index f74b68d4094c..976cf877cd7d 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/debug_map_base.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/debug_map_base.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/eq_fn/eq_by_less.hpp b/libstdc++-v3/include/ext/pb_ds/detail/eq_fn/eq_by_less.hpp index 44dcb38517b3..11e649770888 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/eq_fn/eq_by_less.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/eq_fn/eq_by_less.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp b/libstdc++-v3/include/ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp index 3870fab47804..87387e29f9c8 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp index 55060aacc9b2..955af0c124e9 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp index d7191ea063c8..74b6576c64e8 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp index 3ad2962ca494..12ef330e3038 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp index 125a3ffbeb10..be4a96c4a8cc 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp index e290e5feb55c..ecbda2b9beab 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/gp_hash_table_map_/debug_store_hash_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/debug_store_hash_fn_imps.hpp index 34765c311886..55134eb4a384 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/debug_store_hash_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/debug_store_hash_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp index a4e6d8935232..2f99b0de90f8 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp index cf4a7cc195bc..57d20fc022a5 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/gp_hash_table_map_/erase_store_hash_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/erase_store_hash_fn_imps.hpp index cc6b487d4adb..e7ad710b891d 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/erase_store_hash_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/erase_store_hash_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp index f52915083e82..8fdb7bffcdd8 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/gp_hash_table_map_/find_no_store_hash_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/find_no_store_hash_fn_imps.hpp index 4594f2e61a2a..17e28cbf6091 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/find_no_store_hash_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/find_no_store_hash_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/gp_hash_table_map_/find_store_hash_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/find_store_hash_fn_imps.hpp index 20abca3798bb..03089eedfc59 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/find_store_hash_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/find_store_hash_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp b/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp index 73d89b9ec1aa..328fc7d75176 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/gp_hash_table_map_/info_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/info_fn_imps.hpp index 149c89a70725..0c2577c61581 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/info_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/info_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/gp_hash_table_map_/insert_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/insert_fn_imps.hpp index babd487b74ff..84ca7e013dbe 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/insert_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/insert_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp index dbaf813efe58..aa5b70472109 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp index 18187665f4e8..f54ac2ad64e0 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/gp_hash_table_map_/iterator_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/iterator_fn_imps.hpp index 3c44e3bef0e4..77ff8fde2cfa 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/iterator_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/iterator_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/gp_hash_table_map_/policy_access_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/policy_access_fn_imps.hpp index a9d8504550a4..436182822e88 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/policy_access_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/policy_access_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp index a7aa66144457..00a71063c9a7 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp index d62fbebc8976..c63be3252a85 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp index 3bd0f2324e72..4b0b0729bdf3 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp index 4bc733cc4262..98a992465fe3 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp b/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp index 0d497227d1e5..2c19539c06c4 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/hash_fn/direct_mod_range_hashing_imp.hpp b/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/direct_mod_range_hashing_imp.hpp index 015e5de5f1ba..75a743f698d6 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/direct_mod_range_hashing_imp.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/direct_mod_range_hashing_imp.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp b/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp index 5235cc4f542f..06a9f7bea480 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp b/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp index 49d24aca3766..4a106972b043 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp b/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp index 8f7a97339a77..5eaa0b239564 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/hash_fn/probe_fn_base.hpp b/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/probe_fn_base.hpp index 663fc4ece212..a772753c6716 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/probe_fn_base.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/probe_fn_base.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp b/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp index 690f7426f3e9..f1edc75dca14 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp b/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp index aa64191fe4be..3fd9f3c9d5e9 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp b/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp index 72926e3ca42b..c4363690a491 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/hash_fn/sample_probe_fn.hpp b/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/sample_probe_fn.hpp index 5558f43da71a..a492eb381277 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/sample_probe_fn.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/sample_probe_fn.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/hash_fn/sample_range_hashing.hpp b/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/sample_range_hashing.hpp index 91eff271ca66..aa8670ed5bec 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/sample_range_hashing.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/sample_range_hashing.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/hash_fn/sample_ranged_hash_fn.hpp b/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/sample_ranged_hash_fn.hpp index 6952d200e3c9..eab52eb5c2c0 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/sample_ranged_hash_fn.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/sample_ranged_hash_fn.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/hash_fn/sample_ranged_probe_fn.hpp b/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/sample_ranged_probe_fn.hpp index c31a27eefe4d..ec87e304d750 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/sample_ranged_probe_fn.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/sample_ranged_probe_fn.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/left_child_next_sibling_heap_/const_iterator.hpp b/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/const_iterator.hpp index 476a8669927d..89f1018d9bba 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/const_iterator.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/const_iterator.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp index 1b687d72c7ad..ac028e2c1681 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp index 9dcb29d670e7..6d93b511d613 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/left_child_next_sibling_heap_/erase_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/erase_fn_imps.hpp index e72862c471da..496483ddaac1 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/erase_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/erase_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/left_child_next_sibling_heap_/info_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/info_fn_imps.hpp index afb6012906cb..24e0c713d8e8 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/info_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/info_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/left_child_next_sibling_heap_/insert_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/insert_fn_imps.hpp index 7dd881e4279e..68a3fb4b6897 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/insert_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/insert_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp index f3857309b1e6..de9d67b3c2bf 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp b/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp index ae7646b93d26..76a572653387 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp b/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp index b57f0c7cdec5..adb4a79f0f7e 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/left_child_next_sibling_heap_/point_const_iterator.hpp b/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/point_const_iterator.hpp index 4686cb71f65c..012871856ea8 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/point_const_iterator.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/point_const_iterator.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/left_child_next_sibling_heap_/policy_access_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/policy_access_fn_imps.hpp index faf1f5fe7baf..4561bcaa4d63 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/policy_access_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/policy_access_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/left_child_next_sibling_heap_/trace_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/trace_fn_imps.hpp index bb8739bc558c..f7daaece7305 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/trace_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/trace_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/list_update_map_/constructor_destructor_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/constructor_destructor_fn_imps.hpp index 587fad4f60a7..fbfc88ad7dbf 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/constructor_destructor_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/constructor_destructor_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp index 81feb8d2d510..7c4fddc16344 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp b/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp index d9d59733f2d7..cb70c506779e 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp index bf7c34a77119..7050442beae2 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp index 66624452de53..0fc2bacfb850 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp index 0df361171878..66a15b51cea4 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp index f771bf0826a1..979aaf62ad37 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/list_update_map_/iterators_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/iterators_fn_imps.hpp index 2d76c57c0d2a..91fef5159772 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/iterators_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/iterators_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/list_update_map_/lu_map_.hpp b/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/lu_map_.hpp index fd29c69e97cc..e33febb5571d 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/lu_map_.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/lu_map_.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp index 397ed60ccd1b..e1d3966ed429 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/list_update_policy/lu_counter_metadata.hpp b/libstdc++-v3/include/ext/pb_ds/detail/list_update_policy/lu_counter_metadata.hpp index 1b94f6033e7c..a911e979145b 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/list_update_policy/lu_counter_metadata.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/list_update_policy/lu_counter_metadata.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/list_update_policy/sample_update_policy.hpp b/libstdc++-v3/include/ext/pb_ds/detail/list_update_policy/sample_update_policy.hpp index 275685349233..1efbef9a1d14 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/list_update_policy/sample_update_policy.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/list_update_policy/sample_update_policy.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp index 759d6a2bb5d8..270938ce4343 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp index 6fec5f0a74c4..dc934f5a59b3 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp index 30da34ea0e54..1664ed8fe341 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp index 96e5f3600114..286f1673a9ec 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp index 6a2e3ddf845e..49ddc58e9ce1 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp index de43348fa38d..19e6a8243f92 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp b/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp index a85a3b1d5ab7..ee8d26544996 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp b/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp index 905b1834568c..41a5963773f7 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/ov_tree_map_/policy_access_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/policy_access_fn_imps.hpp index 97b0d5c1ceff..17f25995f552 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/policy_access_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/policy_access_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp index 823b4a03e63d..d2afb8e49b7f 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/ov_tree_map_/traits.hpp b/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/traits.hpp index 230cff0e4e46..29eb2501be01 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/traits.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/traits.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp index 2881c39a68f0..3eb5555f2e52 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp index ba53f6c90bd2..cc290e4a3f65 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp index e76b63f38a68..8320316b8b9e 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp index 021bc13616ef..7196913a7596 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp index a177475366ca..4fd645f67533 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp b/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp index 796278cd5eb4..bc150c106102 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp index 4d37a6db9461..19a4f580640a 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp index 32c3b1d94c3a..996cdbfa97f1 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp index 3a120c138e49..65b2e22a338f 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp index 4d41ccaeeb69..ad5060474b21 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp index 645e5a0ec8c4..0fa4c3d3e975 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp index 127df76fc0ac..df61f07d2737 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp index c48d5ff2851e..13ac2734ef18 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp index 7d6d08c35c6d..c58ac670445a 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp b/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp index 10d9dd289910..ad384e838511 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/pat_trie_/pat_trie_base.hpp b/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/pat_trie_base.hpp index 0032cf39b2d3..0ff46f9e9bd4 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/pat_trie_base.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/pat_trie_base.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp index d2a0986c66f7..d0352db98cfe 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/pat_trie_/r_erase_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/r_erase_fn_imps.hpp index 5dc11a8064f7..483807802e38 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/r_erase_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/r_erase_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/pat_trie_/rotate_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/rotate_fn_imps.hpp index b1fbe88ae7cc..35c02e86cba6 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/rotate_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/rotate_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp index 95f54436eac2..27fcef97f19c 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/pat_trie_/synth_access_traits.hpp b/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/synth_access_traits.hpp index 7a019b1232c4..8baad33c8b24 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/synth_access_traits.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/synth_access_traits.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp index 78171f3ae298..db20d7eed938 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/pat_trie_/traits.hpp b/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/traits.hpp index 7ff5901f3737..8c7c997059f8 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/traits.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/traits.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp index 618c7efd8f50..24e6744d6e96 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/priority_queue_base_dispatch.hpp b/libstdc++-v3/include/ext/pb_ds/detail/priority_queue_base_dispatch.hpp index b15f380df150..7e51117ee921 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/priority_queue_base_dispatch.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/priority_queue_base_dispatch.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp index 396fc67dfba5..bfffdf01e487 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp index 6718712fd8f5..149b95aa42b9 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp index b6cfca2d6585..d2c3e1e46afb 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/rb_tree_map_/find_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/find_fn_imps.hpp index 1b957f63b9fa..136dbf783bda 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/find_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/find_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp index 66d0172f98a3..118b127adb22 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp index ee2b3b133e16..1d7d34f9c4fe 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/rb_tree_map_/node.hpp b/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/node.hpp index d31711b329e3..45e0a1e06838 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/node.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/node.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp b/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp index 975f2154aeaa..52a357da86f9 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp index 347c4c0bc993..11408a7cca24 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/rb_tree_map_/traits.hpp b/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/traits.hpp index 7b282e2c0da4..64ed43f0a57d 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/traits.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/traits.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp index e8077b7514a5..808d6711a2cd 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp index 1f90a52277f3..a32c2401df29 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp index 9273dab2db87..86745ecad754 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp index a8955beb69a4..7099e3ecfeea 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp b/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp index e53179a9d28c..d649abc32502 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/rc_binomial_heap_/rc_binomial_heap_.hpp b/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/rc_binomial_heap_.hpp index 900a8f8a9fae..4440018a1aa3 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/rc_binomial_heap_.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/rc_binomial_heap_.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/rc_binomial_heap_/split_join_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/split_join_fn_imps.hpp index 8b7f31c7cbad..96afe433cfe2 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/split_join_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/split_join_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp index f998915cdd09..0f0c89ffc476 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/resize_policy/cc_hash_max_collision_check_resize_trigger_imp.hpp b/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/cc_hash_max_collision_check_resize_trigger_imp.hpp index 5e914ac18da9..fc4802d9741c 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/cc_hash_max_collision_check_resize_trigger_imp.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/cc_hash_max_collision_check_resize_trigger_imp.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/resize_policy/hash_exponential_size_policy_imp.hpp b/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/hash_exponential_size_policy_imp.hpp index 56884418c5ef..55d89b452954 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/hash_exponential_size_policy_imp.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/hash_exponential_size_policy_imp.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp b/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp index c1ba7e89f6ec..978a08ba510a 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp b/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp index cd7edf19b6ee..ba36758bf91d 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/resize_policy/hash_prime_size_policy_imp.hpp b/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/hash_prime_size_policy_imp.hpp index efbb75239ab2..71047bc9a4cc 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/hash_prime_size_policy_imp.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/hash_prime_size_policy_imp.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/resize_policy/hash_standard_resize_policy_imp.hpp b/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/hash_standard_resize_policy_imp.hpp index 921f8cb52a4f..f8a619b7fa55 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/hash_standard_resize_policy_imp.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/hash_standard_resize_policy_imp.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/resize_policy/sample_resize_policy.hpp b/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/sample_resize_policy.hpp index f23480f3f0f6..97f4ba711588 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/sample_resize_policy.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/sample_resize_policy.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/resize_policy/sample_resize_trigger.hpp b/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/sample_resize_trigger.hpp index 2eef83edfd25..764aeec41e4b 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/sample_resize_trigger.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/sample_resize_trigger.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp b/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp index c30348dc2185..07085fca71c9 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/splay_tree_/constructors_destructor_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/constructors_destructor_fn_imps.hpp index 9549a5425cbe..916fdd1099fa 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/constructors_destructor_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/constructors_destructor_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp index 59c212b53560..f6ff1e2e517d 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp index dd1840c5afff..bfd64a1bd183 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp index 3eb6df472df7..9d185c60d519 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/splay_tree_/info_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/info_fn_imps.hpp index 9f62526c457d..50cb86f3c97a 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/info_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/info_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp index d78ad24d2191..d6563598f066 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/splay_tree_/node.hpp b/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/node.hpp index 80f726b944ec..ac3f33392876 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/node.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/node.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp index 833f59c57212..345cf31b6489 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp b/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp index 9420b358ec7f..8c6df3a803d5 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp index 67b7b7e68a2b..487b4441432b 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/splay_tree_/traits.hpp b/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/traits.hpp index a7ab18e9c532..7b1afeb04f43 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/traits.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/traits.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/standard_policies.hpp b/libstdc++-v3/include/ext/pb_ds/detail/standard_policies.hpp index ec69a11bb59b..bcaecec64ee6 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/standard_policies.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/standard_policies.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/thin_heap_/constructors_destructor_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/constructors_destructor_fn_imps.hpp index e1eeb9f8b26a..d8fc50bb73b8 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/constructors_destructor_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/constructors_destructor_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp index 0165b763d07b..4bc4202ea0af 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp index 646e038750cd..7199beb950ea 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp index 0fd670d1eadf..4b0f08470643 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp index 2d3b13e35674..cc836457d8ae 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp index 4f11a6e75c9c..296c06ef3b73 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp b/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp index dfa2206a80ef..33dca6eb292c 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp b/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp index 05a43ae44cfd..f7d583bef8ac 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp b/libstdc++-v3/include/ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp index 8bf41ff0d11a..8fd16352a316 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/tree_policy/order_statistics_imp.hpp b/libstdc++-v3/include/ext/pb_ds/detail/tree_policy/order_statistics_imp.hpp index d23cedc17145..de8c690cb548 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/tree_policy/order_statistics_imp.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/tree_policy/order_statistics_imp.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/tree_policy/sample_tree_node_update.hpp b/libstdc++-v3/include/ext/pb_ds/detail/tree_policy/sample_tree_node_update.hpp index 6725d5b39891..f8c6bb4c5e76 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/tree_policy/sample_tree_node_update.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/tree_policy/sample_tree_node_update.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/tree_trace_base.hpp b/libstdc++-v3/include/ext/pb_ds/detail/tree_trace_base.hpp index de2d4c83f05c..c0498bee6b0e 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/tree_trace_base.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/tree_trace_base.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp b/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp index ad35b108bfcc..ec50fa04170e 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/trie_policy/order_statistics_imp.hpp b/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/order_statistics_imp.hpp index d1473a63ee32..5b21c76041ca 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/order_statistics_imp.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/order_statistics_imp.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/trie_policy/prefix_search_node_update_imp.hpp b/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/prefix_search_node_update_imp.hpp index 85f3374db171..65fa90573c27 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/prefix_search_node_update_imp.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/prefix_search_node_update_imp.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/trie_policy/sample_trie_access_traits.hpp b/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/sample_trie_access_traits.hpp index 465f2872ce96..7576a84b5554 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/sample_trie_access_traits.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/sample_trie_access_traits.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/trie_policy/sample_trie_node_update.hpp b/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/sample_trie_node_update.hpp index 490b3f3b6eaa..d2cd9eef2381 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/sample_trie_node_update.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/sample_trie_node_update.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/trie_policy/trie_policy_base.hpp b/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/trie_policy_base.hpp index bb6465c6bd42..0d5803bac8ea 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/trie_policy_base.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/trie_policy_base.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/trie_policy/trie_string_access_traits_imp.hpp b/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/trie_string_access_traits_imp.hpp index 96b96a760130..c3573b880413 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/trie_string_access_traits_imp.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/trie_string_access_traits_imp.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/type_utils.hpp b/libstdc++-v3/include/ext/pb_ds/detail/type_utils.hpp index 602c28bbdf67..5b67f2c811c8 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/type_utils.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/type_utils.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/types_traits.hpp b/libstdc++-v3/include/ext/pb_ds/detail/types_traits.hpp index d2fb48d82e5c..c9c1eb234198 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/types_traits.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/types_traits.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/unordered_iterator/const_iterator.hpp b/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/const_iterator.hpp index 45f022210563..050de3e8a1cc 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/const_iterator.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/const_iterator.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/unordered_iterator/iterator.hpp b/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/iterator.hpp index 55c1902e7100..2d8f9bb66c22 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/iterator.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/iterator.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/unordered_iterator/point_const_iterator.hpp b/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/point_const_iterator.hpp index 888d2a2cd5ce..d0861cb497b8 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/point_const_iterator.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/point_const_iterator.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/detail/unordered_iterator/point_iterator.hpp b/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/point_iterator.hpp index 820ad4ea63b6..402314194cf6 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/point_iterator.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/point_iterator.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/exception.hpp b/libstdc++-v3/include/ext/pb_ds/exception.hpp index 9ee38c053a7f..c5138a5ecaad 100644 --- a/libstdc++-v3/include/ext/pb_ds/exception.hpp +++ b/libstdc++-v3/include/ext/pb_ds/exception.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/hash_policy.hpp b/libstdc++-v3/include/ext/pb_ds/hash_policy.hpp index 64aebf0ca17f..4bc63513b156 100644 --- a/libstdc++-v3/include/ext/pb_ds/hash_policy.hpp +++ b/libstdc++-v3/include/ext/pb_ds/hash_policy.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/list_update_policy.hpp b/libstdc++-v3/include/ext/pb_ds/list_update_policy.hpp index 234dfaa755c3..0e22a3b60e1d 100644 --- a/libstdc++-v3/include/ext/pb_ds/list_update_policy.hpp +++ b/libstdc++-v3/include/ext/pb_ds/list_update_policy.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/priority_queue.hpp b/libstdc++-v3/include/ext/pb_ds/priority_queue.hpp index d0346b9c1e56..aa6053ea4f73 100644 --- a/libstdc++-v3/include/ext/pb_ds/priority_queue.hpp +++ b/libstdc++-v3/include/ext/pb_ds/priority_queue.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/tag_and_trait.hpp b/libstdc++-v3/include/ext/pb_ds/tag_and_trait.hpp index 03213eeec919..79a6a6783e3f 100644 --- a/libstdc++-v3/include/ext/pb_ds/tag_and_trait.hpp +++ b/libstdc++-v3/include/ext/pb_ds/tag_and_trait.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/tree_policy.hpp b/libstdc++-v3/include/ext/pb_ds/tree_policy.hpp index 0fe3f476715e..dd1c1b2804ee 100644 --- a/libstdc++-v3/include/ext/pb_ds/tree_policy.hpp +++ b/libstdc++-v3/include/ext/pb_ds/tree_policy.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pb_ds/trie_policy.hpp b/libstdc++-v3/include/ext/pb_ds/trie_policy.hpp index 533c9eb6c7a6..73c14b0e1bd7 100644 --- a/libstdc++-v3/include/ext/pb_ds/trie_policy.hpp +++ b/libstdc++-v3/include/ext/pb_ds/trie_policy.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/pod_char_traits.h b/libstdc++-v3/include/ext/pod_char_traits.h index 9c881550421c..9f3bee806672 100644 --- a/libstdc++-v3/include/ext/pod_char_traits.h +++ b/libstdc++-v3/include/ext/pod_char_traits.h @@ -1,6 +1,6 @@ // POD character, std::char_traits specialization -*- C++ -*- -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/include/ext/pointer.h b/libstdc++-v3/include/ext/pointer.h index c3c98a191823..f4ba3254a9ba 100644 --- a/libstdc++-v3/include/ext/pointer.h +++ b/libstdc++-v3/include/ext/pointer.h @@ -1,6 +1,6 @@ // Custom pointer adapter and sample storage policies -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/include/ext/pool_allocator.h b/libstdc++-v3/include/ext/pool_allocator.h index 9e0511de19a2..3e59fabf2cf6 100644 --- a/libstdc++-v3/include/ext/pool_allocator.h +++ b/libstdc++-v3/include/ext/pool_allocator.h @@ -1,6 +1,6 @@ // Allocators -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/ext/random b/libstdc++-v3/include/ext/random index 167c56010488..6a3aaaca33da 100644 --- a/libstdc++-v3/include/ext/random +++ b/libstdc++-v3/include/ext/random @@ -1,6 +1,6 @@ // Random number extensions -*- C++ -*- -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/include/ext/random.tcc b/libstdc++-v3/include/ext/random.tcc index 9b3a86eb20d7..5aa443fd800f 100644 --- a/libstdc++-v3/include/ext/random.tcc +++ b/libstdc++-v3/include/ext/random.tcc @@ -1,6 +1,6 @@ // Random number extensions -*- C++ -*- -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/include/ext/rb_tree b/libstdc++-v3/include/ext/rb_tree index d56cff879435..a114f8f4c24a 100644 --- a/libstdc++-v3/include/ext/rb_tree +++ b/libstdc++-v3/include/ext/rb_tree @@ -1,6 +1,6 @@ // rb_tree extension -*- C++ -*- -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/include/ext/rc_string_base.h b/libstdc++-v3/include/ext/rc_string_base.h index eab34614946b..60d015be0371 100644 --- a/libstdc++-v3/include/ext/rc_string_base.h +++ b/libstdc++-v3/include/ext/rc_string_base.h @@ -1,6 +1,6 @@ // Reference-counted versatile string base -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/rope b/libstdc++-v3/include/ext/rope index ff904468d977..785205cb2b5e 100644 --- a/libstdc++-v3/include/ext/rope +++ b/libstdc++-v3/include/ext/rope @@ -1,6 +1,6 @@ // SGI's rope class -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/ext/ropeimpl.h b/libstdc++-v3/include/ext/ropeimpl.h index 93bd15248f0a..471b13f4f95b 100644 --- a/libstdc++-v3/include/ext/ropeimpl.h +++ b/libstdc++-v3/include/ext/ropeimpl.h @@ -1,6 +1,6 @@ // SGI's rope class implementation -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/ext/slist b/libstdc++-v3/include/ext/slist index 4aefbb0f8d0d..66a0a8825742 100644 --- a/libstdc++-v3/include/ext/slist +++ b/libstdc++-v3/include/ext/slist @@ -1,6 +1,6 @@ // Singly-linked list implementation -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/ext/sso_string_base.h b/libstdc++-v3/include/ext/sso_string_base.h index 7d4d3a5051e6..01673e76d5f6 100644 --- a/libstdc++-v3/include/ext/sso_string_base.h +++ b/libstdc++-v3/include/ext/sso_string_base.h @@ -1,6 +1,6 @@ // Short-string-optimized versatile string base -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/stdio_filebuf.h b/libstdc++-v3/include/ext/stdio_filebuf.h index 66d76ce42e2b..9a3b8760f2ed 100644 --- a/libstdc++-v3/include/ext/stdio_filebuf.h +++ b/libstdc++-v3/include/ext/stdio_filebuf.h @@ -1,6 +1,6 @@ // File descriptor layer for filebuf -*- C++ -*- -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/include/ext/stdio_sync_filebuf.h b/libstdc++-v3/include/ext/stdio_sync_filebuf.h index cba8034470ee..4c9e1aed623c 100644 --- a/libstdc++-v3/include/ext/stdio_sync_filebuf.h +++ b/libstdc++-v3/include/ext/stdio_sync_filebuf.h @@ -1,6 +1,6 @@ // Iostreams wrapper for stdio FILE* -*- C++ -*- -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/include/ext/string_conversions.h b/libstdc++-v3/include/ext/string_conversions.h index fc451f00a862..89cba61857d4 100644 --- a/libstdc++-v3/include/ext/string_conversions.h +++ b/libstdc++-v3/include/ext/string_conversions.h @@ -1,6 +1,6 @@ // String Conversions -*- C++ -*- -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/include/ext/throw_allocator.h b/libstdc++-v3/include/ext/throw_allocator.h index 4191fab6c92d..f2b78682d5ea 100644 --- a/libstdc++-v3/include/ext/throw_allocator.h +++ b/libstdc++-v3/include/ext/throw_allocator.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/type_traits.h b/libstdc++-v3/include/ext/type_traits.h index dd2765789698..1efefbcfc5b0 100644 --- a/libstdc++-v3/include/ext/type_traits.h +++ b/libstdc++-v3/include/ext/type_traits.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/typelist.h b/libstdc++-v3/include/ext/typelist.h index 6747e55b8523..46e653b40c53 100644 --- a/libstdc++-v3/include/ext/typelist.h +++ b/libstdc++-v3/include/ext/typelist.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/vstring.h b/libstdc++-v3/include/ext/vstring.h index a8beb14f853f..4c8606b17e34 100644 --- a/libstdc++-v3/include/ext/vstring.h +++ b/libstdc++-v3/include/ext/vstring.h @@ -1,6 +1,6 @@ // Versatile string -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/vstring.tcc b/libstdc++-v3/include/ext/vstring.tcc index 164fa54df000..ae5be38cd990 100644 --- a/libstdc++-v3/include/ext/vstring.tcc +++ b/libstdc++-v3/include/ext/vstring.tcc @@ -1,6 +1,6 @@ // Versatile string -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/vstring_fwd.h b/libstdc++-v3/include/ext/vstring_fwd.h index d61e18da0170..45ae5de593f1 100644 --- a/libstdc++-v3/include/ext/vstring_fwd.h +++ b/libstdc++-v3/include/ext/vstring_fwd.h @@ -1,6 +1,6 @@ // Forward declarations -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/ext/vstring_util.h b/libstdc++-v3/include/ext/vstring_util.h index 3f2f94e8fbf6..f9627812f1ed 100644 --- a/libstdc++-v3/include/ext/vstring_util.h +++ b/libstdc++-v3/include/ext/vstring_util.h @@ -1,6 +1,6 @@ // Versatile string utility -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/parallel/algo.h b/libstdc++-v3/include/parallel/algo.h index 0ff138c22f6b..f6d0b2ad3c28 100644 --- a/libstdc++-v3/include/parallel/algo.h +++ b/libstdc++-v3/include/parallel/algo.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/parallel/algobase.h b/libstdc++-v3/include/parallel/algobase.h index 74387581e8d9..22c92de0d55d 100644 --- a/libstdc++-v3/include/parallel/algobase.h +++ b/libstdc++-v3/include/parallel/algobase.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/parallel/algorithm b/libstdc++-v3/include/parallel/algorithm index de8ff93da19f..9c20c3a3fce8 100644 --- a/libstdc++-v3/include/parallel/algorithm +++ b/libstdc++-v3/include/parallel/algorithm @@ -1,6 +1,6 @@ // Algorithm extensions -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/parallel/algorithmfwd.h b/libstdc++-v3/include/parallel/algorithmfwd.h index 857fc92fa358..f45f17681148 100644 --- a/libstdc++-v3/include/parallel/algorithmfwd.h +++ b/libstdc++-v3/include/parallel/algorithmfwd.h @@ -1,6 +1,6 @@ // Forward declarations -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/parallel/balanced_quicksort.h b/libstdc++-v3/include/parallel/balanced_quicksort.h index 9d09ed2ceba7..de1a37ead530 100644 --- a/libstdc++-v3/include/parallel/balanced_quicksort.h +++ b/libstdc++-v3/include/parallel/balanced_quicksort.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/parallel/base.h b/libstdc++-v3/include/parallel/base.h index 721c42d25915..3df3af9fb8c0 100644 --- a/libstdc++-v3/include/parallel/base.h +++ b/libstdc++-v3/include/parallel/base.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/parallel/basic_iterator.h b/libstdc++-v3/include/parallel/basic_iterator.h index ad61df72d3f7..b239aa085c87 100644 --- a/libstdc++-v3/include/parallel/basic_iterator.h +++ b/libstdc++-v3/include/parallel/basic_iterator.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/parallel/checkers.h b/libstdc++-v3/include/parallel/checkers.h index c201f45ec31b..efc9158f2e59 100644 --- a/libstdc++-v3/include/parallel/checkers.h +++ b/libstdc++-v3/include/parallel/checkers.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/parallel/compatibility.h b/libstdc++-v3/include/parallel/compatibility.h index 93ae0db51ea8..6ea699fda126 100644 --- a/libstdc++-v3/include/parallel/compatibility.h +++ b/libstdc++-v3/include/parallel/compatibility.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/parallel/compiletime_settings.h b/libstdc++-v3/include/parallel/compiletime_settings.h index 47f0a59f8e49..34376fc638d7 100644 --- a/libstdc++-v3/include/parallel/compiletime_settings.h +++ b/libstdc++-v3/include/parallel/compiletime_settings.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/parallel/equally_split.h b/libstdc++-v3/include/parallel/equally_split.h index 64c92d66cd48..926403a8f5bd 100644 --- a/libstdc++-v3/include/parallel/equally_split.h +++ b/libstdc++-v3/include/parallel/equally_split.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/parallel/features.h b/libstdc++-v3/include/parallel/features.h index c127d94ef816..071ecacc08a4 100644 --- a/libstdc++-v3/include/parallel/features.h +++ b/libstdc++-v3/include/parallel/features.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/parallel/find.h b/libstdc++-v3/include/parallel/find.h index 788448f14492..6eaf940b564c 100644 --- a/libstdc++-v3/include/parallel/find.h +++ b/libstdc++-v3/include/parallel/find.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/parallel/find_selectors.h b/libstdc++-v3/include/parallel/find_selectors.h index 3e5e4a3818bf..e62282fe6539 100644 --- a/libstdc++-v3/include/parallel/find_selectors.h +++ b/libstdc++-v3/include/parallel/find_selectors.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/parallel/for_each.h b/libstdc++-v3/include/parallel/for_each.h index b0a5ad1003e0..cab7d1c2c697 100644 --- a/libstdc++-v3/include/parallel/for_each.h +++ b/libstdc++-v3/include/parallel/for_each.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/parallel/for_each_selectors.h b/libstdc++-v3/include/parallel/for_each_selectors.h index bea29f45a6b6..a0b727da6cd8 100644 --- a/libstdc++-v3/include/parallel/for_each_selectors.h +++ b/libstdc++-v3/include/parallel/for_each_selectors.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/parallel/iterator.h b/libstdc++-v3/include/parallel/iterator.h index 2f2b6e644496..2fd4b2d906ee 100644 --- a/libstdc++-v3/include/parallel/iterator.h +++ b/libstdc++-v3/include/parallel/iterator.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/parallel/list_partition.h b/libstdc++-v3/include/parallel/list_partition.h index 05f4884197fe..6efb45a3f4f5 100644 --- a/libstdc++-v3/include/parallel/list_partition.h +++ b/libstdc++-v3/include/parallel/list_partition.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/parallel/losertree.h b/libstdc++-v3/include/parallel/losertree.h index f1ee12877324..6e5266dc64b3 100644 --- a/libstdc++-v3/include/parallel/losertree.h +++ b/libstdc++-v3/include/parallel/losertree.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/parallel/merge.h b/libstdc++-v3/include/parallel/merge.h index 717054ff90d8..16ed11fcc148 100644 --- a/libstdc++-v3/include/parallel/merge.h +++ b/libstdc++-v3/include/parallel/merge.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/parallel/multiseq_selection.h b/libstdc++-v3/include/parallel/multiseq_selection.h index 0dd4ee479dd0..b5d6941c7428 100644 --- a/libstdc++-v3/include/parallel/multiseq_selection.h +++ b/libstdc++-v3/include/parallel/multiseq_selection.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/parallel/multiway_merge.h b/libstdc++-v3/include/parallel/multiway_merge.h index 9e9fdf8a5dd5..ccd8b6e93902 100644 --- a/libstdc++-v3/include/parallel/multiway_merge.h +++ b/libstdc++-v3/include/parallel/multiway_merge.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/parallel/multiway_mergesort.h b/libstdc++-v3/include/parallel/multiway_mergesort.h index 2e45aa0d2b2f..0a22d77c4035 100644 --- a/libstdc++-v3/include/parallel/multiway_mergesort.h +++ b/libstdc++-v3/include/parallel/multiway_mergesort.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/parallel/numeric b/libstdc++-v3/include/parallel/numeric index 69bcbb74bb89..1b8ca722e3bc 100644 --- a/libstdc++-v3/include/parallel/numeric +++ b/libstdc++-v3/include/parallel/numeric @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/parallel/numericfwd.h b/libstdc++-v3/include/parallel/numericfwd.h index a2e07e8db90e..55d64c9a3081 100644 --- a/libstdc++-v3/include/parallel/numericfwd.h +++ b/libstdc++-v3/include/parallel/numericfwd.h @@ -1,6 +1,6 @@ // Forward declarations -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/parallel/omp_loop.h b/libstdc++-v3/include/parallel/omp_loop.h index 6ef02954e66e..d4db5b354ba0 100644 --- a/libstdc++-v3/include/parallel/omp_loop.h +++ b/libstdc++-v3/include/parallel/omp_loop.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/parallel/omp_loop_static.h b/libstdc++-v3/include/parallel/omp_loop_static.h index f1db287add20..03b745d748a9 100644 --- a/libstdc++-v3/include/parallel/omp_loop_static.h +++ b/libstdc++-v3/include/parallel/omp_loop_static.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/parallel/par_loop.h b/libstdc++-v3/include/parallel/par_loop.h index 5cad157f03c6..1e8f519b934a 100644 --- a/libstdc++-v3/include/parallel/par_loop.h +++ b/libstdc++-v3/include/parallel/par_loop.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/parallel/parallel.h b/libstdc++-v3/include/parallel/parallel.h index 11a1ba4993d2..77a23ea6aaab 100644 --- a/libstdc++-v3/include/parallel/parallel.h +++ b/libstdc++-v3/include/parallel/parallel.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/parallel/partial_sum.h b/libstdc++-v3/include/parallel/partial_sum.h index 23b2c1e36846..828c40c1fd02 100644 --- a/libstdc++-v3/include/parallel/partial_sum.h +++ b/libstdc++-v3/include/parallel/partial_sum.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/parallel/partition.h b/libstdc++-v3/include/parallel/partition.h index 16dadf528841..42ee40deddbb 100644 --- a/libstdc++-v3/include/parallel/partition.h +++ b/libstdc++-v3/include/parallel/partition.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/parallel/queue.h b/libstdc++-v3/include/parallel/queue.h index cb525c2bf501..94da5883ba56 100644 --- a/libstdc++-v3/include/parallel/queue.h +++ b/libstdc++-v3/include/parallel/queue.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/parallel/quicksort.h b/libstdc++-v3/include/parallel/quicksort.h index 1c60540926e5..761f09e9a196 100644 --- a/libstdc++-v3/include/parallel/quicksort.h +++ b/libstdc++-v3/include/parallel/quicksort.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/parallel/random_number.h b/libstdc++-v3/include/parallel/random_number.h index ad5ac33c9113..f2f8a57a4ed4 100644 --- a/libstdc++-v3/include/parallel/random_number.h +++ b/libstdc++-v3/include/parallel/random_number.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/parallel/random_shuffle.h b/libstdc++-v3/include/parallel/random_shuffle.h index 3e6481217c5c..36b54cefeb2a 100644 --- a/libstdc++-v3/include/parallel/random_shuffle.h +++ b/libstdc++-v3/include/parallel/random_shuffle.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/parallel/search.h b/libstdc++-v3/include/parallel/search.h index 8a69ea990a27..4b7c5403cc7c 100644 --- a/libstdc++-v3/include/parallel/search.h +++ b/libstdc++-v3/include/parallel/search.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/parallel/set_operations.h b/libstdc++-v3/include/parallel/set_operations.h index b971d7e1eec7..b9a72b92626e 100644 --- a/libstdc++-v3/include/parallel/set_operations.h +++ b/libstdc++-v3/include/parallel/set_operations.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/parallel/settings.h b/libstdc++-v3/include/parallel/settings.h index 63b5ee0e08ba..f0a37dc6c77b 100644 --- a/libstdc++-v3/include/parallel/settings.h +++ b/libstdc++-v3/include/parallel/settings.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/parallel/sort.h b/libstdc++-v3/include/parallel/sort.h index 12cef0def329..3385952862f0 100644 --- a/libstdc++-v3/include/parallel/sort.h +++ b/libstdc++-v3/include/parallel/sort.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/parallel/tags.h b/libstdc++-v3/include/parallel/tags.h index 376f36cd7e1f..a4f2c5973b6a 100644 --- a/libstdc++-v3/include/parallel/tags.h +++ b/libstdc++-v3/include/parallel/tags.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/parallel/types.h b/libstdc++-v3/include/parallel/types.h index d88ead9007e8..1610d96b63ef 100644 --- a/libstdc++-v3/include/parallel/types.h +++ b/libstdc++-v3/include/parallel/types.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/parallel/unique_copy.h b/libstdc++-v3/include/parallel/unique_copy.h index 54bd9b5fb510..8e7b5a74daaf 100644 --- a/libstdc++-v3/include/parallel/unique_copy.h +++ b/libstdc++-v3/include/parallel/unique_copy.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/parallel/workstealing.h b/libstdc++-v3/include/parallel/workstealing.h index cf70b73a8378..90afcffb3b81 100644 --- a/libstdc++-v3/include/parallel/workstealing.h +++ b/libstdc++-v3/include/parallel/workstealing.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/precompiled/expc++.h b/libstdc++-v3/include/precompiled/expc++.h index 389440d9d14c..4640b03583ef 100644 --- a/libstdc++-v3/include/precompiled/expc++.h +++ b/libstdc++-v3/include/precompiled/expc++.h @@ -1,6 +1,6 @@ // C++ includes used for precompiling extensions -*- C++ -*- -// Copyright (C) 2006-2015 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/include/precompiled/extc++.h b/libstdc++-v3/include/precompiled/extc++.h index 3f8f9d9f7d54..68c1681a378e 100644 --- a/libstdc++-v3/include/precompiled/extc++.h +++ b/libstdc++-v3/include/precompiled/extc++.h @@ -1,6 +1,6 @@ // C++ includes used for precompiling extensions -*- C++ -*- -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/include/precompiled/stdc++.h b/libstdc++-v3/include/precompiled/stdc++.h index e349e7a9ae64..262743a3c1b6 100644 --- a/libstdc++-v3/include/precompiled/stdc++.h +++ b/libstdc++-v3/include/precompiled/stdc++.h @@ -1,6 +1,6 @@ // C++ includes used for precompiling -*- C++ -*- -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/include/precompiled/stdtr1c++.h b/libstdc++-v3/include/precompiled/stdtr1c++.h index 735642c43a27..9e6a5c230c28 100644 --- a/libstdc++-v3/include/precompiled/stdtr1c++.h +++ b/libstdc++-v3/include/precompiled/stdtr1c++.h @@ -1,6 +1,6 @@ // C++ includes used for precompiling TR1 -*- C++ -*- -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/include/profile/array b/libstdc++-v3/include/profile/array index eedbdac7ddfb..e419aaaaeb15 100644 --- a/libstdc++-v3/include/profile/array +++ b/libstdc++-v3/include/profile/array @@ -1,6 +1,6 @@ // Profile array implementation -*- C++ -*- -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/include/profile/base.h b/libstdc++-v3/include/profile/base.h index 247ad13fa2f5..e6ba43e0ba7d 100644 --- a/libstdc++-v3/include/profile/base.h +++ b/libstdc++-v3/include/profile/base.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/include/profile/bitset b/libstdc++-v3/include/profile/bitset index 20e8930615f6..3de9537cf110 100644 --- a/libstdc++-v3/include/profile/bitset +++ b/libstdc++-v3/include/profile/bitset @@ -1,6 +1,6 @@ // Profiling bitset implementation -*- C++ -*- -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/include/profile/deque b/libstdc++-v3/include/profile/deque index d9846b254823..db4274c22a19 100644 --- a/libstdc++-v3/include/profile/deque +++ b/libstdc++-v3/include/profile/deque @@ -1,6 +1,6 @@ // Profiling deque implementation -*- C++ -*- -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/include/profile/forward_list b/libstdc++-v3/include/profile/forward_list index 14bc7e40b931..e1e181d03559 100644 --- a/libstdc++-v3/include/profile/forward_list +++ b/libstdc++-v3/include/profile/forward_list @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/include/profile/impl/profiler.h b/libstdc++-v3/include/profile/impl/profiler.h index e94e848cebb0..89898ee57759 100644 --- a/libstdc++-v3/include/profile/impl/profiler.h +++ b/libstdc++-v3/include/profile/impl/profiler.h @@ -1,6 +1,6 @@ // -*- C++ -*- // -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/include/profile/impl/profiler_algos.h b/libstdc++-v3/include/profile/impl/profiler_algos.h index 7cb154f01bf4..702c4793f233 100644 --- a/libstdc++-v3/include/profile/impl/profiler_algos.h +++ b/libstdc++-v3/include/profile/impl/profiler_algos.h @@ -1,6 +1,6 @@ // -*- C++ -*- // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/include/profile/impl/profiler_container_size.h b/libstdc++-v3/include/profile/impl/profiler_container_size.h index 47f53ee7942c..9ea636b010e6 100644 --- a/libstdc++-v3/include/profile/impl/profiler_container_size.h +++ b/libstdc++-v3/include/profile/impl/profiler_container_size.h @@ -1,6 +1,6 @@ // -*- C++ -*- // -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/include/profile/impl/profiler_hash_func.h b/libstdc++-v3/include/profile/impl/profiler_hash_func.h index cdbf617ae5e1..02f765e26fd0 100644 --- a/libstdc++-v3/include/profile/impl/profiler_hash_func.h +++ b/libstdc++-v3/include/profile/impl/profiler_hash_func.h @@ -1,6 +1,6 @@ // -*- C++ -*- // -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/include/profile/impl/profiler_hashtable_size.h b/libstdc++-v3/include/profile/impl/profiler_hashtable_size.h index a4b9db21b4c8..a4963df6ed49 100644 --- a/libstdc++-v3/include/profile/impl/profiler_hashtable_size.h +++ b/libstdc++-v3/include/profile/impl/profiler_hashtable_size.h @@ -1,6 +1,6 @@ // -*- C++ -*- // -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/include/profile/impl/profiler_list_to_slist.h b/libstdc++-v3/include/profile/impl/profiler_list_to_slist.h index e7e37e63c2e3..d7acc4bbba4c 100644 --- a/libstdc++-v3/include/profile/impl/profiler_list_to_slist.h +++ b/libstdc++-v3/include/profile/impl/profiler_list_to_slist.h @@ -1,6 +1,6 @@ // -*- C++ -*- // -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/include/profile/impl/profiler_list_to_vector.h b/libstdc++-v3/include/profile/impl/profiler_list_to_vector.h index b12751049645..b3203ac09786 100644 --- a/libstdc++-v3/include/profile/impl/profiler_list_to_vector.h +++ b/libstdc++-v3/include/profile/impl/profiler_list_to_vector.h @@ -1,6 +1,6 @@ // -*- C++ -*- // -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/include/profile/impl/profiler_map_to_unordered_map.h b/libstdc++-v3/include/profile/impl/profiler_map_to_unordered_map.h index e895d19bd563..18051904172e 100644 --- a/libstdc++-v3/include/profile/impl/profiler_map_to_unordered_map.h +++ b/libstdc++-v3/include/profile/impl/profiler_map_to_unordered_map.h @@ -1,6 +1,6 @@ // -*- C++ -*- // -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/include/profile/impl/profiler_node.h b/libstdc++-v3/include/profile/impl/profiler_node.h index cb4713ac4d54..1d9b9a941e62 100644 --- a/libstdc++-v3/include/profile/impl/profiler_node.h +++ b/libstdc++-v3/include/profile/impl/profiler_node.h @@ -1,6 +1,6 @@ // -*- C++ -*- // -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/include/profile/impl/profiler_state.h b/libstdc++-v3/include/profile/impl/profiler_state.h index 956fdf9864c0..dd760db235e1 100644 --- a/libstdc++-v3/include/profile/impl/profiler_state.h +++ b/libstdc++-v3/include/profile/impl/profiler_state.h @@ -1,6 +1,6 @@ // -*- C++ -*- // -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/include/profile/impl/profiler_trace.h b/libstdc++-v3/include/profile/impl/profiler_trace.h index 01859a5c4e22..59756fabdadd 100644 --- a/libstdc++-v3/include/profile/impl/profiler_trace.h +++ b/libstdc++-v3/include/profile/impl/profiler_trace.h @@ -1,6 +1,6 @@ // -*- C++ -*- // -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/include/profile/impl/profiler_vector_size.h b/libstdc++-v3/include/profile/impl/profiler_vector_size.h index 878d580395ee..de09a666b1bf 100644 --- a/libstdc++-v3/include/profile/impl/profiler_vector_size.h +++ b/libstdc++-v3/include/profile/impl/profiler_vector_size.h @@ -1,6 +1,6 @@ // -*- C++ -*- // -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/include/profile/impl/profiler_vector_to_list.h b/libstdc++-v3/include/profile/impl/profiler_vector_to_list.h index f1482b46ff02..06416f348203 100644 --- a/libstdc++-v3/include/profile/impl/profiler_vector_to_list.h +++ b/libstdc++-v3/include/profile/impl/profiler_vector_to_list.h @@ -1,6 +1,6 @@ // -*- C++ -*- // -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/include/profile/iterator_tracker.h b/libstdc++-v3/include/profile/iterator_tracker.h index 6d9b880f9e56..cdb7822314d2 100644 --- a/libstdc++-v3/include/profile/iterator_tracker.h +++ b/libstdc++-v3/include/profile/iterator_tracker.h @@ -1,6 +1,6 @@ // Profiling iterator implementation -*- C++ -*- -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/include/profile/list b/libstdc++-v3/include/profile/list index e61864f74587..7dc63b163166 100644 --- a/libstdc++-v3/include/profile/list +++ b/libstdc++-v3/include/profile/list @@ -1,6 +1,6 @@ // Profiling list implementation -*- C++ -*- -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/include/profile/map b/libstdc++-v3/include/profile/map index 154db53afad2..c102f97eba54 100644 --- a/libstdc++-v3/include/profile/map +++ b/libstdc++-v3/include/profile/map @@ -1,6 +1,6 @@ // Profiling map/multimap implementation -*- C++ -*- -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/include/profile/map.h b/libstdc++-v3/include/profile/map.h index e5d60434abd5..f66401e42885 100644 --- a/libstdc++-v3/include/profile/map.h +++ b/libstdc++-v3/include/profile/map.h @@ -1,6 +1,6 @@ // Profiling map implementation -*- C++ -*- -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/include/profile/multimap.h b/libstdc++-v3/include/profile/multimap.h index fb71c7825a8c..86d1cf82994f 100644 --- a/libstdc++-v3/include/profile/multimap.h +++ b/libstdc++-v3/include/profile/multimap.h @@ -1,6 +1,6 @@ // Profiling multimap implementation -*- C++ -*- -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/include/profile/multiset.h b/libstdc++-v3/include/profile/multiset.h index e8e7ddce8a80..a545b52604ed 100644 --- a/libstdc++-v3/include/profile/multiset.h +++ b/libstdc++-v3/include/profile/multiset.h @@ -1,6 +1,6 @@ // Profiling multiset implementation -*- C++ -*- -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/include/profile/ordered_base.h b/libstdc++-v3/include/profile/ordered_base.h index 69bf6aa880cb..d35b82f1c34b 100644 --- a/libstdc++-v3/include/profile/ordered_base.h +++ b/libstdc++-v3/include/profile/ordered_base.h @@ -1,6 +1,6 @@ // Profiling unordered containers implementation details -*- C++ -*- -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/include/profile/set b/libstdc++-v3/include/profile/set index 538df0f69862..7c88d59a8e54 100644 --- a/libstdc++-v3/include/profile/set +++ b/libstdc++-v3/include/profile/set @@ -1,6 +1,6 @@ // Profiling set/multiset implementation -*- C++ -*- -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/include/profile/set.h b/libstdc++-v3/include/profile/set.h index 065c33593359..723e7da9c57a 100644 --- a/libstdc++-v3/include/profile/set.h +++ b/libstdc++-v3/include/profile/set.h @@ -1,6 +1,6 @@ // Profiling set implementation -*- C++ -*- -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/include/profile/unordered_base.h b/libstdc++-v3/include/profile/unordered_base.h index 5e991d1d3586..f50111afb3a4 100644 --- a/libstdc++-v3/include/profile/unordered_base.h +++ b/libstdc++-v3/include/profile/unordered_base.h @@ -1,6 +1,6 @@ // Profiling unordered containers implementation details -*- C++ -*- -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/include/profile/unordered_map b/libstdc++-v3/include/profile/unordered_map index 64f1701acc9c..32b0464bc51c 100644 --- a/libstdc++-v3/include/profile/unordered_map +++ b/libstdc++-v3/include/profile/unordered_map @@ -1,6 +1,6 @@ // Profiling unordered_map/unordered_multimap implementation -*- C++ -*- -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/include/profile/unordered_set b/libstdc++-v3/include/profile/unordered_set index c29edec0089b..d1b2e445ae85 100644 --- a/libstdc++-v3/include/profile/unordered_set +++ b/libstdc++-v3/include/profile/unordered_set @@ -1,6 +1,6 @@ // Profiling unordered_set/unordered_multiset implementation -*- C++ -*- -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/include/profile/vector b/libstdc++-v3/include/profile/vector index b61596bc4f2e..458f49ee1491 100644 --- a/libstdc++-v3/include/profile/vector +++ b/libstdc++-v3/include/profile/vector @@ -1,6 +1,6 @@ // Profiling vector implementation -*- C++ -*- -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/include/std/algorithm b/libstdc++-v3/include/std/algorithm index 17a7b9fcb2c8..00ceabf48b47 100644 --- a/libstdc++-v3/include/std/algorithm +++ b/libstdc++-v3/include/std/algorithm @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/std/any b/libstdc++-v3/include/std/any index 44546e18c0f1..8a6007564bed 100644 --- a/libstdc++-v3/include/std/any +++ b/libstdc++-v3/include/std/any @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/include/std/array b/libstdc++-v3/include/std/array index f5028c98994a..261f2af4cedb 100644 --- a/libstdc++-v3/include/std/array +++ b/libstdc++-v3/include/std/array @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/std/atomic b/libstdc++-v3/include/std/atomic index ad7a4f6a2a49..7b169e590bb6 100644 --- a/libstdc++-v3/include/std/atomic +++ b/libstdc++-v3/include/std/atomic @@ -1,6 +1,6 @@ // -*- C++ -*- header. -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/include/std/bitset b/libstdc++-v3/include/std/bitset index 0156d1f4d61f..382886ca2249 100644 --- a/libstdc++-v3/include/std/bitset +++ b/libstdc++-v3/include/std/bitset @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/std/chrono b/libstdc++-v3/include/std/chrono index ceae7f805c1e..2c33be0139c1 100644 --- a/libstdc++-v3/include/std/chrono +++ b/libstdc++-v3/include/std/chrono @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/include/std/codecvt b/libstdc++-v3/include/std/codecvt index a071a0a060ee..67e358fd035d 100644 --- a/libstdc++-v3/include/std/codecvt +++ b/libstdc++-v3/include/std/codecvt @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/include/std/complex b/libstdc++-v3/include/std/complex index a682247b2a66..12b6e41382a9 100644 --- a/libstdc++-v3/include/std/complex +++ b/libstdc++-v3/include/std/complex @@ -1,6 +1,6 @@ // The template and inlines for the -*- C++ -*- complex number classes. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/std/condition_variable b/libstdc++-v3/include/std/condition_variable index 2e975e890ff8..1d8f057ceb69 100644 --- a/libstdc++-v3/include/std/condition_variable +++ b/libstdc++-v3/include/std/condition_variable @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/include/std/deque b/libstdc++-v3/include/std/deque index 3f971156e4ed..f4fb2b026419 100644 --- a/libstdc++-v3/include/std/deque +++ b/libstdc++-v3/include/std/deque @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/std/forward_list b/libstdc++-v3/include/std/forward_list index fb35f2c4ee56..28b7c0520774 100644 --- a/libstdc++-v3/include/std/forward_list +++ b/libstdc++-v3/include/std/forward_list @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/include/std/fstream b/libstdc++-v3/include/std/fstream index b0d03edc092a..52830945fe21 100644 --- a/libstdc++-v3/include/std/fstream +++ b/libstdc++-v3/include/std/fstream @@ -1,6 +1,6 @@ // File based streams -*- C++ -*- -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/std/functional b/libstdc++-v3/include/std/functional index 24854c003abf..4f3d8b356e7b 100644 --- a/libstdc++-v3/include/std/functional +++ b/libstdc++-v3/include/std/functional @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/std/future b/libstdc++-v3/include/std/future index 8ba130695108..7897b6e2e0b6 100644 --- a/libstdc++-v3/include/std/future +++ b/libstdc++-v3/include/std/future @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/include/std/iomanip b/libstdc++-v3/include/std/iomanip index cb0df8666954..073fb9b3ea9b 100644 --- a/libstdc++-v3/include/std/iomanip +++ b/libstdc++-v3/include/std/iomanip @@ -1,6 +1,6 @@ // Standard stream manipulators -*- C++ -*- -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/std/ios b/libstdc++-v3/include/std/ios index 31c2d7a9e9b2..cd0fbacce073 100644 --- a/libstdc++-v3/include/std/ios +++ b/libstdc++-v3/include/std/ios @@ -1,6 +1,6 @@ // Iostreams base classes -*- C++ -*- -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/std/iosfwd b/libstdc++-v3/include/std/iosfwd index d81782e63f3a..04b8b479b9af 100644 --- a/libstdc++-v3/include/std/iosfwd +++ b/libstdc++-v3/include/std/iosfwd @@ -1,6 +1,6 @@ // Forward declarations -*- C++ -*- -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/std/iostream b/libstdc++-v3/include/std/iostream index 8e59dfd013af..1d28a0088ba2 100644 --- a/libstdc++-v3/include/std/iostream +++ b/libstdc++-v3/include/std/iostream @@ -1,6 +1,6 @@ // Standard iostream objects -*- C++ -*- -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/std/istream b/libstdc++-v3/include/std/istream index 1d77d302025c..85c0a5a2f421 100644 --- a/libstdc++-v3/include/std/istream +++ b/libstdc++-v3/include/std/istream @@ -1,6 +1,6 @@ // Input streams -*- C++ -*- -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/std/iterator b/libstdc++-v3/include/std/iterator index c2484e9f8768..06f1469b4aaa 100644 --- a/libstdc++-v3/include/std/iterator +++ b/libstdc++-v3/include/std/iterator @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/std/limits b/libstdc++-v3/include/std/limits index a1224d61aa61..fb7d183fff42 100644 --- a/libstdc++-v3/include/std/limits +++ b/libstdc++-v3/include/std/limits @@ -1,6 +1,6 @@ // The template and inlines for the numeric_limits classes. -*- C++ -*- -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/include/std/list b/libstdc++-v3/include/std/list index 81db43e1cb59..54e3cf86f258 100644 --- a/libstdc++-v3/include/std/list +++ b/libstdc++-v3/include/std/list @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/std/locale b/libstdc++-v3/include/std/locale index c063a030c904..78e5673aad67 100644 --- a/libstdc++-v3/include/std/locale +++ b/libstdc++-v3/include/std/locale @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/std/map b/libstdc++-v3/include/std/map index 7f68c980c82f..e974135ae664 100644 --- a/libstdc++-v3/include/std/map +++ b/libstdc++-v3/include/std/map @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/std/memory b/libstdc++-v3/include/std/memory index 0f6d8bc945f7..0222cecb5a92 100644 --- a/libstdc++-v3/include/std/memory +++ b/libstdc++-v3/include/std/memory @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/std/mutex b/libstdc++-v3/include/std/mutex index c34ba4b50b62..d6f3899e4f64 100644 --- a/libstdc++-v3/include/std/mutex +++ b/libstdc++-v3/include/std/mutex @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/include/std/numeric b/libstdc++-v3/include/std/numeric index 44140811de19..c7abbc1b6816 100644 --- a/libstdc++-v3/include/std/numeric +++ b/libstdc++-v3/include/std/numeric @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/std/optional b/libstdc++-v3/include/std/optional index 73bc2b42bf3d..85ec91dbb955 100644 --- a/libstdc++-v3/include/std/optional +++ b/libstdc++-v3/include/std/optional @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/include/std/ostream b/libstdc++-v3/include/std/ostream index 9dea778bf8f6..50b70a5080cb 100644 --- a/libstdc++-v3/include/std/ostream +++ b/libstdc++-v3/include/std/ostream @@ -1,6 +1,6 @@ // Output streams -*- C++ -*- -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/std/queue b/libstdc++-v3/include/std/queue index e1a0c8a45407..28e9c44056b1 100644 --- a/libstdc++-v3/include/std/queue +++ b/libstdc++-v3/include/std/queue @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/std/random b/libstdc++-v3/include/std/random index 819e0a1e7610..aa5852e3ade2 100644 --- a/libstdc++-v3/include/std/random +++ b/libstdc++-v3/include/std/random @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/std/ratio b/libstdc++-v3/include/std/ratio index 4a243a0cf73c..0d4d564ebafd 100644 --- a/libstdc++-v3/include/std/ratio +++ b/libstdc++-v3/include/std/ratio @@ -1,6 +1,6 @@ // ratio -*- C++ -*- -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/include/std/regex b/libstdc++-v3/include/std/regex index f5728245eb86..777edd96d73d 100644 --- a/libstdc++-v3/include/std/regex +++ b/libstdc++-v3/include/std/regex @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/std/scoped_allocator b/libstdc++-v3/include/std/scoped_allocator index dcb97df63b39..725f54714442 100644 --- a/libstdc++-v3/include/std/scoped_allocator +++ b/libstdc++-v3/include/std/scoped_allocator @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/include/std/set b/libstdc++-v3/include/std/set index 01327fc6f0b7..3453a6ef68c5 100644 --- a/libstdc++-v3/include/std/set +++ b/libstdc++-v3/include/std/set @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/std/shared_mutex b/libstdc++-v3/include/std/shared_mutex index 9712b358b8b4..ff116c0e30d2 100644 --- a/libstdc++-v3/include/std/shared_mutex +++ b/libstdc++-v3/include/std/shared_mutex @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/include/std/sstream b/libstdc++-v3/include/std/sstream index bfe2ca1cdacd..2a56d7348066 100644 --- a/libstdc++-v3/include/std/sstream +++ b/libstdc++-v3/include/std/sstream @@ -1,6 +1,6 @@ // String based streams -*- C++ -*- -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/std/stack b/libstdc++-v3/include/std/stack index 12b247b6f3fc..465c71f6d46e 100644 --- a/libstdc++-v3/include/std/stack +++ b/libstdc++-v3/include/std/stack @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/std/stdexcept b/libstdc++-v3/include/std/stdexcept index 459bc02db8f9..2f0fdb9d4c34 100644 --- a/libstdc++-v3/include/std/stdexcept +++ b/libstdc++-v3/include/std/stdexcept @@ -1,6 +1,6 @@ // Standard exception classes -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/std/streambuf b/libstdc++-v3/include/std/streambuf index cb3315e85ba0..862c4fdbe6de 100644 --- a/libstdc++-v3/include/std/streambuf +++ b/libstdc++-v3/include/std/streambuf @@ -1,6 +1,6 @@ // Stream buffer classes -*- C++ -*- -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/std/string b/libstdc++-v3/include/std/string index 77f899ab63a3..9b25eedebede 100644 --- a/libstdc++-v3/include/std/string +++ b/libstdc++-v3/include/std/string @@ -1,6 +1,6 @@ // Components for manipulating sequences of characters -*- C++ -*- -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/std/string_view b/libstdc++-v3/include/std/string_view index cf728dd83e97..9eee528102c5 100644 --- a/libstdc++-v3/include/std/string_view +++ b/libstdc++-v3/include/std/string_view @@ -1,6 +1,6 @@ // Components for manipulating non-owning sequences of characters -*- C++ -*- -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/include/std/system_error b/libstdc++-v3/include/std/system_error index 1ef64f46015d..7c2c1345d56f 100644 --- a/libstdc++-v3/include/std/system_error +++ b/libstdc++-v3/include/std/system_error @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/std/thread b/libstdc++-v3/include/std/thread index 576e5776e6ef..f725bdb70423 100644 --- a/libstdc++-v3/include/std/thread +++ b/libstdc++-v3/include/std/thread @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/include/std/tuple b/libstdc++-v3/include/std/tuple index 9dbdd8dc98f5..f53daf1b1828 100644 --- a/libstdc++-v3/include/std/tuple +++ b/libstdc++-v3/include/std/tuple @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/std/type_traits b/libstdc++-v3/include/std/type_traits index f164f7158b16..d0fa390ceac8 100644 --- a/libstdc++-v3/include/std/type_traits +++ b/libstdc++-v3/include/std/type_traits @@ -1,6 +1,6 @@ // C++11 -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/std/typeindex b/libstdc++-v3/include/std/typeindex index d65af400619b..bf32faefbfde 100644 --- a/libstdc++-v3/include/std/typeindex +++ b/libstdc++-v3/include/std/typeindex @@ -1,6 +1,6 @@ // C++11 -*- C++ -*- -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/include/std/unordered_map b/libstdc++-v3/include/std/unordered_map index f8b46066444a..2cdcd3779361 100644 --- a/libstdc++-v3/include/std/unordered_map +++ b/libstdc++-v3/include/std/unordered_map @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/std/unordered_set b/libstdc++-v3/include/std/unordered_set index aef0de0add19..2646c0f2f005 100644 --- a/libstdc++-v3/include/std/unordered_set +++ b/libstdc++-v3/include/std/unordered_set @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/std/utility b/libstdc++-v3/include/std/utility index 8e02f0e5e7a3..188fcc265e1f 100644 --- a/libstdc++-v3/include/std/utility +++ b/libstdc++-v3/include/std/utility @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/std/valarray b/libstdc++-v3/include/std/valarray index 3d8e5d6ee28f..ad506503c93f 100644 --- a/libstdc++-v3/include/std/valarray +++ b/libstdc++-v3/include/std/valarray @@ -1,6 +1,6 @@ // The template and inlines for the -*- C++ -*- valarray class. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/include/std/variant b/libstdc++-v3/include/std/variant index 899198a5777c..a4a1a1dd9e1c 100644 --- a/libstdc++-v3/include/std/variant +++ b/libstdc++-v3/include/std/variant @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/include/std/vector b/libstdc++-v3/include/std/vector index 0e9ce754960c..dde5075036a9 100644 --- a/libstdc++-v3/include/std/vector +++ b/libstdc++-v3/include/std/vector @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/include/tr1/array b/libstdc++-v3/include/tr1/array index abf08a9f65c6..606d019ade3d 100644 --- a/libstdc++-v3/include/tr1/array +++ b/libstdc++-v3/include/tr1/array @@ -1,6 +1,6 @@ // class template array -*- C++ -*- -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/include/tr1/bessel_function.tcc b/libstdc++-v3/include/tr1/bessel_function.tcc index 692f6da34f5e..7ba4c8a7f0df 100644 --- a/libstdc++-v3/include/tr1/bessel_function.tcc +++ b/libstdc++-v3/include/tr1/bessel_function.tcc @@ -1,6 +1,6 @@ // Special functions -*- C++ -*- -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/include/tr1/beta_function.tcc b/libstdc++-v3/include/tr1/beta_function.tcc index 34b22d4ea21a..2770eef3cd39 100644 --- a/libstdc++-v3/include/tr1/beta_function.tcc +++ b/libstdc++-v3/include/tr1/beta_function.tcc @@ -1,6 +1,6 @@ // Special functions -*- C++ -*- -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/include/tr1/ccomplex b/libstdc++-v3/include/tr1/ccomplex index 33f25eb41cf3..2c331f6a1f59 100644 --- a/libstdc++-v3/include/tr1/ccomplex +++ b/libstdc++-v3/include/tr1/ccomplex @@ -1,6 +1,6 @@ // TR1 ccomplex -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/tr1/cctype b/libstdc++-v3/include/tr1/cctype index 76c0428f38ba..5bca4b78a4ca 100644 --- a/libstdc++-v3/include/tr1/cctype +++ b/libstdc++-v3/include/tr1/cctype @@ -1,6 +1,6 @@ // TR1 cctype -*- C++ -*- -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/include/tr1/cfenv b/libstdc++-v3/include/tr1/cfenv index 90ad0f71dd96..7dd371afa66a 100644 --- a/libstdc++-v3/include/tr1/cfenv +++ b/libstdc++-v3/include/tr1/cfenv @@ -1,6 +1,6 @@ // TR1 cfenv -*- C++ -*- -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/include/tr1/cfloat b/libstdc++-v3/include/tr1/cfloat index e8a31ac49f70..bcd77f1afaf9 100644 --- a/libstdc++-v3/include/tr1/cfloat +++ b/libstdc++-v3/include/tr1/cfloat @@ -1,6 +1,6 @@ // TR1 cfloat -*- C++ -*- -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/include/tr1/cinttypes b/libstdc++-v3/include/tr1/cinttypes index 3a512b4902f1..a922e6990510 100644 --- a/libstdc++-v3/include/tr1/cinttypes +++ b/libstdc++-v3/include/tr1/cinttypes @@ -1,6 +1,6 @@ // TR1 cinttypes -*- C++ -*- -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/include/tr1/climits b/libstdc++-v3/include/tr1/climits index 91cee6d60e83..d703a68a1f4b 100644 --- a/libstdc++-v3/include/tr1/climits +++ b/libstdc++-v3/include/tr1/climits @@ -1,6 +1,6 @@ // TR1 climits -*- C++ -*- -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/include/tr1/cmath b/libstdc++-v3/include/tr1/cmath index 9a4a1764ca19..b24e8c2a7d35 100644 --- a/libstdc++-v3/include/tr1/cmath +++ b/libstdc++-v3/include/tr1/cmath @@ -1,6 +1,6 @@ // TR1 cmath -*- C++ -*- -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/include/tr1/complex b/libstdc++-v3/include/tr1/complex index 9d2de1a926f4..8624e555f656 100644 --- a/libstdc++-v3/include/tr1/complex +++ b/libstdc++-v3/include/tr1/complex @@ -1,6 +1,6 @@ // TR1 complex -*- C++ -*- -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/include/tr1/complex.h b/libstdc++-v3/include/tr1/complex.h index b270298b708c..2f5dd48960e3 100644 --- a/libstdc++-v3/include/tr1/complex.h +++ b/libstdc++-v3/include/tr1/complex.h @@ -1,6 +1,6 @@ // TR1 complex.h -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/tr1/cstdarg b/libstdc++-v3/include/tr1/cstdarg index f9300093a4d2..d7cf8b47fbe6 100644 --- a/libstdc++-v3/include/tr1/cstdarg +++ b/libstdc++-v3/include/tr1/cstdarg @@ -1,6 +1,6 @@ // TR1 cstdarg -*- C++ -*- -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/include/tr1/cstdbool b/libstdc++-v3/include/tr1/cstdbool index 012416a85ab2..f2fb6dd24f5c 100644 --- a/libstdc++-v3/include/tr1/cstdbool +++ b/libstdc++-v3/include/tr1/cstdbool @@ -1,6 +1,6 @@ // TR1 cstdbool -*- C++ -*- -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/include/tr1/cstdint b/libstdc++-v3/include/tr1/cstdint index 7304d9008413..f883c26ca76d 100644 --- a/libstdc++-v3/include/tr1/cstdint +++ b/libstdc++-v3/include/tr1/cstdint @@ -1,6 +1,6 @@ // TR1 cstdint -*- C++ -*- -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/include/tr1/cstdio b/libstdc++-v3/include/tr1/cstdio index 8c36a2d6bad6..b4553e932dcd 100644 --- a/libstdc++-v3/include/tr1/cstdio +++ b/libstdc++-v3/include/tr1/cstdio @@ -1,6 +1,6 @@ // TR1 cstdio -*- C++ -*- -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/include/tr1/cstdlib b/libstdc++-v3/include/tr1/cstdlib index 7039d0018d25..9d5bd732d632 100644 --- a/libstdc++-v3/include/tr1/cstdlib +++ b/libstdc++-v3/include/tr1/cstdlib @@ -1,6 +1,6 @@ // TR1 cstdlib -*- C++ -*- -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/include/tr1/ctgmath b/libstdc++-v3/include/tr1/ctgmath index d49cccbcd714..bbb89706cecf 100644 --- a/libstdc++-v3/include/tr1/ctgmath +++ b/libstdc++-v3/include/tr1/ctgmath @@ -1,6 +1,6 @@ // TR1 ctgmath -*- C++ -*- -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/include/tr1/ctime b/libstdc++-v3/include/tr1/ctime index 4d9171910607..2206a9fc7a2a 100644 --- a/libstdc++-v3/include/tr1/ctime +++ b/libstdc++-v3/include/tr1/ctime @@ -1,6 +1,6 @@ // TR1 ctime -*- C++ -*- -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/include/tr1/ctype.h b/libstdc++-v3/include/tr1/ctype.h index 5a389855ae4f..1d6a55ccf630 100644 --- a/libstdc++-v3/include/tr1/ctype.h +++ b/libstdc++-v3/include/tr1/ctype.h @@ -1,6 +1,6 @@ // TR1 ctype.h -*- C++ -*- -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/include/tr1/cwchar b/libstdc++-v3/include/tr1/cwchar index 31f680eb4cd0..deaf92d63200 100644 --- a/libstdc++-v3/include/tr1/cwchar +++ b/libstdc++-v3/include/tr1/cwchar @@ -1,6 +1,6 @@ // TR1 cwchar -*- C++ -*- -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/include/tr1/cwctype b/libstdc++-v3/include/tr1/cwctype index 245088b4b7c5..9a207c87649c 100644 --- a/libstdc++-v3/include/tr1/cwctype +++ b/libstdc++-v3/include/tr1/cwctype @@ -1,6 +1,6 @@ // TR1 cwctype -*- C++ -*- -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/include/tr1/ell_integral.tcc b/libstdc++-v3/include/tr1/ell_integral.tcc index c7bfe16fb789..01f9313a256e 100644 --- a/libstdc++-v3/include/tr1/ell_integral.tcc +++ b/libstdc++-v3/include/tr1/ell_integral.tcc @@ -1,6 +1,6 @@ // Special functions -*- C++ -*- -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/include/tr1/exp_integral.tcc b/libstdc++-v3/include/tr1/exp_integral.tcc index f5b30941ee47..f33f234e6f64 100644 --- a/libstdc++-v3/include/tr1/exp_integral.tcc +++ b/libstdc++-v3/include/tr1/exp_integral.tcc @@ -1,6 +1,6 @@ // Special functions -*- C++ -*- -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/include/tr1/fenv.h b/libstdc++-v3/include/tr1/fenv.h index 8d4faa286d70..3a14362d3ce8 100644 --- a/libstdc++-v3/include/tr1/fenv.h +++ b/libstdc++-v3/include/tr1/fenv.h @@ -1,6 +1,6 @@ // TR1 fenv.h -*- C++ -*- -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/include/tr1/float.h b/libstdc++-v3/include/tr1/float.h index 895de5bf89c0..6b6b9c68e9b4 100644 --- a/libstdc++-v3/include/tr1/float.h +++ b/libstdc++-v3/include/tr1/float.h @@ -1,6 +1,6 @@ // TR1 float.h -*- C++ -*- -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/include/tr1/functional b/libstdc++-v3/include/tr1/functional index d94d19c9cb00..256f94d8a5fc 100644 --- a/libstdc++-v3/include/tr1/functional +++ b/libstdc++-v3/include/tr1/functional @@ -1,6 +1,6 @@ // TR1 functional header -*- C++ -*- -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/include/tr1/functional_hash.h b/libstdc++-v3/include/tr1/functional_hash.h index 8148e4d7175c..acc766ddd53a 100644 --- a/libstdc++-v3/include/tr1/functional_hash.h +++ b/libstdc++-v3/include/tr1/functional_hash.h @@ -1,6 +1,6 @@ // TR1 functional_hash.h header -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/tr1/gamma.tcc b/libstdc++-v3/include/tr1/gamma.tcc index 3eb78455823c..dbbca1e9e809 100644 --- a/libstdc++-v3/include/tr1/gamma.tcc +++ b/libstdc++-v3/include/tr1/gamma.tcc @@ -1,6 +1,6 @@ // Special functions -*- C++ -*- -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/include/tr1/hashtable.h b/libstdc++-v3/include/tr1/hashtable.h index f7fd510a218f..8dc7a41ad5e3 100644 --- a/libstdc++-v3/include/tr1/hashtable.h +++ b/libstdc++-v3/include/tr1/hashtable.h @@ -1,6 +1,6 @@ // TR1 hashtable.h header -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/tr1/hashtable_policy.h b/libstdc++-v3/include/tr1/hashtable_policy.h index c5cf866b1fef..f44d0cf9a732 100644 --- a/libstdc++-v3/include/tr1/hashtable_policy.h +++ b/libstdc++-v3/include/tr1/hashtable_policy.h @@ -1,6 +1,6 @@ // Internal policy header for TR1 unordered_set and unordered_map -*- C++ -*- -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/include/tr1/hypergeometric.tcc b/libstdc++-v3/include/tr1/hypergeometric.tcc index 1c46f4ac2b4f..49af5f98d968 100644 --- a/libstdc++-v3/include/tr1/hypergeometric.tcc +++ b/libstdc++-v3/include/tr1/hypergeometric.tcc @@ -1,6 +1,6 @@ // Special functions -*- C++ -*- -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/include/tr1/inttypes.h b/libstdc++-v3/include/tr1/inttypes.h index e42e38fdc7f8..0fa409d8e202 100644 --- a/libstdc++-v3/include/tr1/inttypes.h +++ b/libstdc++-v3/include/tr1/inttypes.h @@ -1,6 +1,6 @@ // TR1 inttypes.h -*- C++ -*- -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/include/tr1/legendre_function.tcc b/libstdc++-v3/include/tr1/legendre_function.tcc index 1980ebbf0c14..ea2a511d9774 100644 --- a/libstdc++-v3/include/tr1/legendre_function.tcc +++ b/libstdc++-v3/include/tr1/legendre_function.tcc @@ -1,6 +1,6 @@ // Special functions -*- C++ -*- -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/include/tr1/limits.h b/libstdc++-v3/include/tr1/limits.h index 421812af6ca7..107e3ebb7fed 100644 --- a/libstdc++-v3/include/tr1/limits.h +++ b/libstdc++-v3/include/tr1/limits.h @@ -1,6 +1,6 @@ // TR1 limits.h -*- C++ -*- -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/include/tr1/math.h b/libstdc++-v3/include/tr1/math.h index 8c88feed04b5..382ffd13c5f5 100644 --- a/libstdc++-v3/include/tr1/math.h +++ b/libstdc++-v3/include/tr1/math.h @@ -1,6 +1,6 @@ // TR1 math.h -*- C++ -*- -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/include/tr1/memory b/libstdc++-v3/include/tr1/memory index 99f9586f3ce7..137ca5b4ed88 100644 --- a/libstdc++-v3/include/tr1/memory +++ b/libstdc++-v3/include/tr1/memory @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/tr1/modified_bessel_func.tcc b/libstdc++-v3/include/tr1/modified_bessel_func.tcc index 5278fb2778e5..d21e3c7de665 100644 --- a/libstdc++-v3/include/tr1/modified_bessel_func.tcc +++ b/libstdc++-v3/include/tr1/modified_bessel_func.tcc @@ -1,6 +1,6 @@ // Special functions -*- C++ -*- -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/include/tr1/poly_hermite.tcc b/libstdc++-v3/include/tr1/poly_hermite.tcc index 7123e11e7f1f..80ea2187e4f9 100644 --- a/libstdc++-v3/include/tr1/poly_hermite.tcc +++ b/libstdc++-v3/include/tr1/poly_hermite.tcc @@ -1,6 +1,6 @@ // Special functions -*- C++ -*- -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/include/tr1/poly_laguerre.tcc b/libstdc++-v3/include/tr1/poly_laguerre.tcc index a51d1dcc9c11..0c33c0320401 100644 --- a/libstdc++-v3/include/tr1/poly_laguerre.tcc +++ b/libstdc++-v3/include/tr1/poly_laguerre.tcc @@ -1,6 +1,6 @@ // Special functions -*- C++ -*- -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/include/tr1/random b/libstdc++-v3/include/tr1/random index 7cd0962d36da..c982ba722350 100644 --- a/libstdc++-v3/include/tr1/random +++ b/libstdc++-v3/include/tr1/random @@ -1,6 +1,6 @@ // random number generation -*- C++ -*- -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/include/tr1/random.h b/libstdc++-v3/include/tr1/random.h index 1739c9280da6..67654a8bb8f6 100644 --- a/libstdc++-v3/include/tr1/random.h +++ b/libstdc++-v3/include/tr1/random.h @@ -1,6 +1,6 @@ // random number generation -*- C++ -*- -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/include/tr1/random.tcc b/libstdc++-v3/include/tr1/random.tcc index 653c63d4b5c1..265bd0bc2dbf 100644 --- a/libstdc++-v3/include/tr1/random.tcc +++ b/libstdc++-v3/include/tr1/random.tcc @@ -1,6 +1,6 @@ // random number generation (out of line) -*- C++ -*- -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/include/tr1/regex b/libstdc++-v3/include/tr1/regex index 0408f8c9314b..bfb5ef770d41 100644 --- a/libstdc++-v3/include/tr1/regex +++ b/libstdc++-v3/include/tr1/regex @@ -1,6 +1,6 @@ // class template regex -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/tr1/riemann_zeta.tcc b/libstdc++-v3/include/tr1/riemann_zeta.tcc index 714bf9f1450d..b4992f265ae5 100644 --- a/libstdc++-v3/include/tr1/riemann_zeta.tcc +++ b/libstdc++-v3/include/tr1/riemann_zeta.tcc @@ -1,6 +1,6 @@ // Special functions -*- C++ -*- -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/include/tr1/shared_ptr.h b/libstdc++-v3/include/tr1/shared_ptr.h index a213c1c2ae11..f702cd68972f 100644 --- a/libstdc++-v3/include/tr1/shared_ptr.h +++ b/libstdc++-v3/include/tr1/shared_ptr.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/include/tr1/special_function_util.h b/libstdc++-v3/include/tr1/special_function_util.h index 93f09cea8050..9d40a16ca6c8 100644 --- a/libstdc++-v3/include/tr1/special_function_util.h +++ b/libstdc++-v3/include/tr1/special_function_util.h @@ -1,6 +1,6 @@ // Special functions -*- C++ -*- -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/include/tr1/stdarg.h b/libstdc++-v3/include/tr1/stdarg.h index c384bad739dd..759729e6f383 100644 --- a/libstdc++-v3/include/tr1/stdarg.h +++ b/libstdc++-v3/include/tr1/stdarg.h @@ -1,6 +1,6 @@ // TR1 stdarg.h -*- C++ -*- -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/include/tr1/stdbool.h b/libstdc++-v3/include/tr1/stdbool.h index ad76b8452873..1e74c139b5bd 100644 --- a/libstdc++-v3/include/tr1/stdbool.h +++ b/libstdc++-v3/include/tr1/stdbool.h @@ -1,6 +1,6 @@ // TR1 stdbool.h -*- C++ -*- -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/include/tr1/stdint.h b/libstdc++-v3/include/tr1/stdint.h index a3696f176fc9..073e10f04a61 100644 --- a/libstdc++-v3/include/tr1/stdint.h +++ b/libstdc++-v3/include/tr1/stdint.h @@ -1,6 +1,6 @@ // TR1 stdint.h -*- C++ -*- -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/include/tr1/stdio.h b/libstdc++-v3/include/tr1/stdio.h index 6518e07bd0ed..437cf1394c2c 100644 --- a/libstdc++-v3/include/tr1/stdio.h +++ b/libstdc++-v3/include/tr1/stdio.h @@ -1,6 +1,6 @@ // TR1 stdio.h -*- C++ -*- -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/include/tr1/stdlib.h b/libstdc++-v3/include/tr1/stdlib.h index ca8d23c3dd15..7b8080abba33 100644 --- a/libstdc++-v3/include/tr1/stdlib.h +++ b/libstdc++-v3/include/tr1/stdlib.h @@ -1,6 +1,6 @@ // TR1 stdlib.h -*- C++ -*- -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/include/tr1/tgmath.h b/libstdc++-v3/include/tr1/tgmath.h index d73c90af3262..c782df8fc3e5 100644 --- a/libstdc++-v3/include/tr1/tgmath.h +++ b/libstdc++-v3/include/tr1/tgmath.h @@ -1,6 +1,6 @@ // TR1 tgmath.h -*- C++ -*- -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/include/tr1/tuple b/libstdc++-v3/include/tr1/tuple index a79741d4859f..fe53a8b99b02 100644 --- a/libstdc++-v3/include/tr1/tuple +++ b/libstdc++-v3/include/tr1/tuple @@ -1,6 +1,6 @@ // class template tuple -*- C++ -*- -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/include/tr1/type_traits b/libstdc++-v3/include/tr1/type_traits index 719c1b750b48..abdb83b48ec2 100644 --- a/libstdc++-v3/include/tr1/type_traits +++ b/libstdc++-v3/include/tr1/type_traits @@ -1,6 +1,6 @@ // TR1 type_traits -*- C++ -*- -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/include/tr1/unordered_map b/libstdc++-v3/include/tr1/unordered_map index 89e68bf4dfca..59edbbadd6e1 100644 --- a/libstdc++-v3/include/tr1/unordered_map +++ b/libstdc++-v3/include/tr1/unordered_map @@ -1,6 +1,6 @@ // TR1 unordered_map -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/tr1/unordered_map.h b/libstdc++-v3/include/tr1/unordered_map.h index 0e66cb2a969c..34776aeea586 100644 --- a/libstdc++-v3/include/tr1/unordered_map.h +++ b/libstdc++-v3/include/tr1/unordered_map.h @@ -1,6 +1,6 @@ // TR1 unordered_map implementation -*- C++ -*- -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/include/tr1/unordered_set b/libstdc++-v3/include/tr1/unordered_set index 28864458e474..f4bbe826f441 100644 --- a/libstdc++-v3/include/tr1/unordered_set +++ b/libstdc++-v3/include/tr1/unordered_set @@ -1,6 +1,6 @@ // TR1 unordered_set -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/include/tr1/unordered_set.h b/libstdc++-v3/include/tr1/unordered_set.h index d26660f41a8e..f9d04901cc5b 100644 --- a/libstdc++-v3/include/tr1/unordered_set.h +++ b/libstdc++-v3/include/tr1/unordered_set.h @@ -1,6 +1,6 @@ // TR1 unordered_set implementation -*- C++ -*- -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/include/tr1/utility b/libstdc++-v3/include/tr1/utility index d9f2d5ced234..91076d9882cc 100644 --- a/libstdc++-v3/include/tr1/utility +++ b/libstdc++-v3/include/tr1/utility @@ -1,6 +1,6 @@ // TR1 utility -*- C++ -*- -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/include/tr1/wchar.h b/libstdc++-v3/include/tr1/wchar.h index 655a50dcdd10..583738f4fba8 100644 --- a/libstdc++-v3/include/tr1/wchar.h +++ b/libstdc++-v3/include/tr1/wchar.h @@ -1,6 +1,6 @@ // TR1 wchar.h -*- C++ -*- -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/include/tr1/wctype.h b/libstdc++-v3/include/tr1/wctype.h index 5f4af627853a..9c77d315a61d 100644 --- a/libstdc++-v3/include/tr1/wctype.h +++ b/libstdc++-v3/include/tr1/wctype.h @@ -1,6 +1,6 @@ // TR1 wctype.h -*- C++ -*- -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/include/tr2/bool_set b/libstdc++-v3/include/tr2/bool_set index 19adc5e48c2b..9d55b3c0ebde 100644 --- a/libstdc++-v3/include/tr2/bool_set +++ b/libstdc++-v3/include/tr2/bool_set @@ -1,6 +1,6 @@ // TR2 -*- C++ -*- -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/include/tr2/bool_set.tcc b/libstdc++-v3/include/tr2/bool_set.tcc index 27c04c08fa14..a5fd898a822e 100644 --- a/libstdc++-v3/include/tr2/bool_set.tcc +++ b/libstdc++-v3/include/tr2/bool_set.tcc @@ -1,6 +1,6 @@ // TR2 support files -*- C++ -*- -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/include/tr2/dynamic_bitset b/libstdc++-v3/include/tr2/dynamic_bitset index 55e764368d3b..ff4e5887eb9d 100644 --- a/libstdc++-v3/include/tr2/dynamic_bitset +++ b/libstdc++-v3/include/tr2/dynamic_bitset @@ -1,6 +1,6 @@ // TR2 -*- C++ -*- -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/include/tr2/dynamic_bitset.tcc b/libstdc++-v3/include/tr2/dynamic_bitset.tcc index cbedaeb70675..7b64580ccfc6 100644 --- a/libstdc++-v3/include/tr2/dynamic_bitset.tcc +++ b/libstdc++-v3/include/tr2/dynamic_bitset.tcc @@ -1,6 +1,6 @@ // TR2 -*- C++ -*- -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/include/tr2/ratio b/libstdc++-v3/include/tr2/ratio index 6268242cdf32..c0a2d4d30654 100644 --- a/libstdc++-v3/include/tr2/ratio +++ b/libstdc++-v3/include/tr2/ratio @@ -1,6 +1,6 @@ // TR2 -*- C++ -*- -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/include/tr2/type_traits b/libstdc++-v3/include/tr2/type_traits index e77a06734175..35f621500d6d 100644 --- a/libstdc++-v3/include/tr2/type_traits +++ b/libstdc++-v3/include/tr2/type_traits @@ -1,6 +1,6 @@ // TR2 -*- C++ -*- -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/libsupc++/Makefile.am b/libstdc++-v3/libsupc++/Makefile.am index 2df31ff668ef..1b3618768271 100644 --- a/libstdc++-v3/libsupc++/Makefile.am +++ b/libstdc++-v3/libsupc++/Makefile.am @@ -1,6 +1,6 @@ ## Makefile for the GNU C++ Support library. ## -## Copyright (C) 2000-2016 Free Software Foundation, Inc. +## Copyright (C) 2000-2017 Free Software Foundation, Inc. ## ## Process this file with automake to produce Makefile.in. ## diff --git a/libstdc++-v3/libsupc++/array_type_info.cc b/libstdc++-v3/libsupc++/array_type_info.cc index 4f7e6f196a13..01df95f17952 100644 --- a/libstdc++-v3/libsupc++/array_type_info.cc +++ b/libstdc++-v3/libsupc++/array_type_info.cc @@ -1,4 +1,4 @@ -// Copyright (C) 1994-2016 Free Software Foundation, Inc. +// Copyright (C) 1994-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/atexit_arm.cc b/libstdc++-v3/libsupc++/atexit_arm.cc index 98c7eebe6413..8794ad083f8b 100644 --- a/libstdc++-v3/libsupc++/atexit_arm.cc +++ b/libstdc++-v3/libsupc++/atexit_arm.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/atexit_thread.cc b/libstdc++-v3/libsupc++/atexit_thread.cc index e6520c1094fd..da633682acfe 100644 --- a/libstdc++-v3/libsupc++/atexit_thread.cc +++ b/libstdc++-v3/libsupc++/atexit_thread.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/atomic_lockfree_defines.h b/libstdc++-v3/libsupc++/atomic_lockfree_defines.h index 53cf4e72f148..9aa4142f6124 100644 --- a/libstdc++-v3/libsupc++/atomic_lockfree_defines.h +++ b/libstdc++-v3/libsupc++/atomic_lockfree_defines.h @@ -1,6 +1,6 @@ // -*- C++ -*- header. -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/libsupc++/bad_alloc.cc b/libstdc++-v3/libsupc++/bad_alloc.cc index 677e05432210..598b840297ac 100644 --- a/libstdc++-v3/libsupc++/bad_alloc.cc +++ b/libstdc++-v3/libsupc++/bad_alloc.cc @@ -1,6 +1,6 @@ // Implementation file for the -*- C++ -*- dynamic memory management header. -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/bad_array_length.cc b/libstdc++-v3/libsupc++/bad_array_length.cc index 87dde6b5f292..e6c916f2a929 100644 --- a/libstdc++-v3/libsupc++/bad_array_length.cc +++ b/libstdc++-v3/libsupc++/bad_array_length.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/bad_array_new.cc b/libstdc++-v3/libsupc++/bad_array_new.cc index 5430f522087d..8450708b42d6 100644 --- a/libstdc++-v3/libsupc++/bad_array_new.cc +++ b/libstdc++-v3/libsupc++/bad_array_new.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/bad_cast.cc b/libstdc++-v3/libsupc++/bad_cast.cc index 26b20c6749b8..25384bfaeff8 100644 --- a/libstdc++-v3/libsupc++/bad_cast.cc +++ b/libstdc++-v3/libsupc++/bad_cast.cc @@ -1,4 +1,4 @@ -// Copyright (C) 1994-2016 Free Software Foundation, Inc. +// Copyright (C) 1994-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/bad_typeid.cc b/libstdc++-v3/libsupc++/bad_typeid.cc index 1a3736ba546d..6c2d900c1485 100644 --- a/libstdc++-v3/libsupc++/bad_typeid.cc +++ b/libstdc++-v3/libsupc++/bad_typeid.cc @@ -1,4 +1,4 @@ -// Copyright (C) 1994-2016 Free Software Foundation, Inc. +// Copyright (C) 1994-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/class_type_info.cc b/libstdc++-v3/libsupc++/class_type_info.cc index e0dabe691ddc..18726df105aa 100644 --- a/libstdc++-v3/libsupc++/class_type_info.cc +++ b/libstdc++-v3/libsupc++/class_type_info.cc @@ -1,4 +1,4 @@ -// Copyright (C) 1994-2016 Free Software Foundation, Inc. +// Copyright (C) 1994-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/cxxabi.h b/libstdc++-v3/libsupc++/cxxabi.h index 7f1bd996a352..b66d6d194bc8 100644 --- a/libstdc++-v3/libsupc++/cxxabi.h +++ b/libstdc++-v3/libsupc++/cxxabi.h @@ -1,6 +1,6 @@ // ABI Support -*- C++ -*- -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/cxxabi_forced.h b/libstdc++-v3/libsupc++/cxxabi_forced.h index 04a65b8b97af..40c9a1645141 100644 --- a/libstdc++-v3/libsupc++/cxxabi_forced.h +++ b/libstdc++-v3/libsupc++/cxxabi_forced.h @@ -1,6 +1,6 @@ // cxxabi.h subset for cancellation -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/cxxabi_init_exception.h b/libstdc++-v3/libsupc++/cxxabi_init_exception.h index 9af762574f40..bf7b4bada817 100644 --- a/libstdc++-v3/libsupc++/cxxabi_init_exception.h +++ b/libstdc++-v3/libsupc++/cxxabi_init_exception.h @@ -1,6 +1,6 @@ // ABI Support -*- C++ -*- -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/del_op.cc b/libstdc++-v3/libsupc++/del_op.cc index 98b632e0cf27..4e3a67fd743f 100644 --- a/libstdc++-v3/libsupc++/del_op.cc +++ b/libstdc++-v3/libsupc++/del_op.cc @@ -1,6 +1,6 @@ // Boilerplate support routines for -*- C++ -*- dynamic memory management. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/del_opa.cc b/libstdc++-v3/libsupc++/del_opa.cc index 889bdb719350..c9afb466a794 100644 --- a/libstdc++-v3/libsupc++/del_opa.cc +++ b/libstdc++-v3/libsupc++/del_opa.cc @@ -1,6 +1,6 @@ // Boilerplate support routines for -*- C++ -*- dynamic memory management. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/del_opant.cc b/libstdc++-v3/libsupc++/del_opant.cc index 1b1919ce9270..0245efc5dd2a 100644 --- a/libstdc++-v3/libsupc++/del_opant.cc +++ b/libstdc++-v3/libsupc++/del_opant.cc @@ -1,6 +1,6 @@ // Boilerplate support routines for -*- C++ -*- dynamic memory management. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/del_opnt.cc b/libstdc++-v3/libsupc++/del_opnt.cc index 2dadb5988ee0..c3ea38ad4a86 100644 --- a/libstdc++-v3/libsupc++/del_opnt.cc +++ b/libstdc++-v3/libsupc++/del_opnt.cc @@ -1,6 +1,6 @@ // Boilerplate support routines for -*- C++ -*- dynamic memory management. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/del_ops.cc b/libstdc++-v3/libsupc++/del_ops.cc index d41374d91cec..5978eb9f3cce 100644 --- a/libstdc++-v3/libsupc++/del_ops.cc +++ b/libstdc++-v3/libsupc++/del_ops.cc @@ -1,6 +1,6 @@ // Boilerplate support routines for -*- C++ -*- dynamic memory management. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/del_opsa.cc b/libstdc++-v3/libsupc++/del_opsa.cc index 7880efeb2793..a3bdd58911a4 100644 --- a/libstdc++-v3/libsupc++/del_opsa.cc +++ b/libstdc++-v3/libsupc++/del_opsa.cc @@ -1,6 +1,6 @@ // Boilerplate support routines for -*- C++ -*- dynamic memory management. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/del_opv.cc b/libstdc++-v3/libsupc++/del_opv.cc index b461508bc8d7..4fc62f346587 100644 --- a/libstdc++-v3/libsupc++/del_opv.cc +++ b/libstdc++-v3/libsupc++/del_opv.cc @@ -1,6 +1,6 @@ // Boilerplate support routines for -*- C++ -*- dynamic memory management. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/del_opva.cc b/libstdc++-v3/libsupc++/del_opva.cc index 95d2a3f8d248..d15ec2171ac2 100644 --- a/libstdc++-v3/libsupc++/del_opva.cc +++ b/libstdc++-v3/libsupc++/del_opva.cc @@ -1,6 +1,6 @@ // Boilerplate support routines for -*- C++ -*- dynamic memory management. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/del_opvant.cc b/libstdc++-v3/libsupc++/del_opvant.cc index 5840c8f70e0a..c5c9db7efbd5 100644 --- a/libstdc++-v3/libsupc++/del_opvant.cc +++ b/libstdc++-v3/libsupc++/del_opvant.cc @@ -1,6 +1,6 @@ // Boilerplate support routines for -*- C++ -*- dynamic memory management. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/del_opvnt.cc b/libstdc++-v3/libsupc++/del_opvnt.cc index 9d897838b19a..446cf3660347 100644 --- a/libstdc++-v3/libsupc++/del_opvnt.cc +++ b/libstdc++-v3/libsupc++/del_opvnt.cc @@ -1,6 +1,6 @@ // Boilerplate support routines for -*- C++ -*- dynamic memory management. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/del_opvs.cc b/libstdc++-v3/libsupc++/del_opvs.cc index 3103111d7e8b..a63115785b78 100644 --- a/libstdc++-v3/libsupc++/del_opvs.cc +++ b/libstdc++-v3/libsupc++/del_opvs.cc @@ -1,6 +1,6 @@ // Boilerplate support routines for -*- C++ -*- dynamic memory management. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/del_opvsa.cc b/libstdc++-v3/libsupc++/del_opvsa.cc index 61586b06e111..5b3a2c257d7e 100644 --- a/libstdc++-v3/libsupc++/del_opvsa.cc +++ b/libstdc++-v3/libsupc++/del_opvsa.cc @@ -1,6 +1,6 @@ // Boilerplate support routines for -*- C++ -*- dynamic memory management. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/dyncast.cc b/libstdc++-v3/libsupc++/dyncast.cc index 760817b6b46a..be10271d5e09 100644 --- a/libstdc++-v3/libsupc++/dyncast.cc +++ b/libstdc++-v3/libsupc++/dyncast.cc @@ -1,4 +1,4 @@ -// Copyright (C) 1994-2016 Free Software Foundation, Inc. +// Copyright (C) 1994-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/eh_alloc.cc b/libstdc++-v3/libsupc++/eh_alloc.cc index d362e406ccac..d03cbcef9b0f 100644 --- a/libstdc++-v3/libsupc++/eh_alloc.cc +++ b/libstdc++-v3/libsupc++/eh_alloc.cc @@ -1,5 +1,5 @@ // -*- C++ -*- Allocate exception objects. -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/eh_arm.cc b/libstdc++-v3/libsupc++/eh_arm.cc index ad453a1f5114..552de2c9c631 100644 --- a/libstdc++-v3/libsupc++/eh_arm.cc +++ b/libstdc++-v3/libsupc++/eh_arm.cc @@ -1,5 +1,5 @@ // -*- C++ -*- ARM specific Exception handling support routines. -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/eh_aux_runtime.cc b/libstdc++-v3/libsupc++/eh_aux_runtime.cc index dc483affee9e..c3285353d848 100644 --- a/libstdc++-v3/libsupc++/eh_aux_runtime.cc +++ b/libstdc++-v3/libsupc++/eh_aux_runtime.cc @@ -1,5 +1,5 @@ // -*- C++ -*- Common throw conditions. -// Copyright (C) 1994-2016 Free Software Foundation, Inc. +// Copyright (C) 1994-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/eh_call.cc b/libstdc++-v3/libsupc++/eh_call.cc index 3d3005e01ca7..4aa4763bc889 100644 --- a/libstdc++-v3/libsupc++/eh_call.cc +++ b/libstdc++-v3/libsupc++/eh_call.cc @@ -1,5 +1,5 @@ // -*- C++ -*- Helpers for calling unextected and terminate -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/eh_catch.cc b/libstdc++-v3/libsupc++/eh_catch.cc index 3b66c1964115..5f0aa1829a29 100644 --- a/libstdc++-v3/libsupc++/eh_catch.cc +++ b/libstdc++-v3/libsupc++/eh_catch.cc @@ -1,5 +1,5 @@ // -*- C++ -*- Exception handling routines for catching. -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/eh_exception.cc b/libstdc++-v3/libsupc++/eh_exception.cc index 32f9df73a66c..11f3e133b085 100644 --- a/libstdc++-v3/libsupc++/eh_exception.cc +++ b/libstdc++-v3/libsupc++/eh_exception.cc @@ -1,5 +1,5 @@ // -*- C++ -*- std::exception implementation. -// Copyright (C) 1994-2016 Free Software Foundation, Inc. +// Copyright (C) 1994-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/eh_globals.cc b/libstdc++-v3/libsupc++/eh_globals.cc index 23644fe698fb..72b62ed7ac7f 100644 --- a/libstdc++-v3/libsupc++/eh_globals.cc +++ b/libstdc++-v3/libsupc++/eh_globals.cc @@ -1,5 +1,5 @@ // -*- C++ -*- Manage the thread-local exception globals. -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/eh_personality.cc b/libstdc++-v3/libsupc++/eh_personality.cc index 5274b0f27a3d..5c381d9d33ad 100644 --- a/libstdc++-v3/libsupc++/eh_personality.cc +++ b/libstdc++-v3/libsupc++/eh_personality.cc @@ -1,5 +1,5 @@ // -*- C++ -*- The GNU C++ exception personality routine. -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/eh_ptr.cc b/libstdc++-v3/libsupc++/eh_ptr.cc index f3c910b2d1e6..1308ff938c5a 100644 --- a/libstdc++-v3/libsupc++/eh_ptr.cc +++ b/libstdc++-v3/libsupc++/eh_ptr.cc @@ -1,5 +1,5 @@ // -*- C++ -*- Implement the members of exception_ptr. -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/eh_term_handler.cc b/libstdc++-v3/libsupc++/eh_term_handler.cc index 82078be04d5d..d3d4b274f16a 100644 --- a/libstdc++-v3/libsupc++/eh_term_handler.cc +++ b/libstdc++-v3/libsupc++/eh_term_handler.cc @@ -1,5 +1,5 @@ // -*- C++ -*- std::terminate handler -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/eh_terminate.cc b/libstdc++-v3/libsupc++/eh_terminate.cc index fd6ccc1c1f1e..3bf5498db6b5 100644 --- a/libstdc++-v3/libsupc++/eh_terminate.cc +++ b/libstdc++-v3/libsupc++/eh_terminate.cc @@ -1,5 +1,5 @@ // -*- C++ -*- std::terminate, std::unexpected and friends. -// Copyright (C) 1994-2016 Free Software Foundation, Inc. +// Copyright (C) 1994-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/eh_throw.cc b/libstdc++-v3/libsupc++/eh_throw.cc index a05f4eb04ea1..397decd2a61c 100644 --- a/libstdc++-v3/libsupc++/eh_throw.cc +++ b/libstdc++-v3/libsupc++/eh_throw.cc @@ -1,5 +1,5 @@ // -*- C++ -*- Exception handling routines for throwing. -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/eh_tm.cc b/libstdc++-v3/libsupc++/eh_tm.cc index c05f611d33a8..d0ccd9e8ec3b 100644 --- a/libstdc++-v3/libsupc++/eh_tm.cc +++ b/libstdc++-v3/libsupc++/eh_tm.cc @@ -1,5 +1,5 @@ // -*- C++ -*- Exception handling routines for Transactional Memory. -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/eh_type.cc b/libstdc++-v3/libsupc++/eh_type.cc index a1c3218d2ece..f23dd7f7db19 100644 --- a/libstdc++-v3/libsupc++/eh_type.cc +++ b/libstdc++-v3/libsupc++/eh_type.cc @@ -1,5 +1,5 @@ // -*- C++ -*- Exception handling routines for catching. -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/eh_unex_handler.cc b/libstdc++-v3/libsupc++/eh_unex_handler.cc index 429cafe127c0..bd9e0d63f2a3 100644 --- a/libstdc++-v3/libsupc++/eh_unex_handler.cc +++ b/libstdc++-v3/libsupc++/eh_unex_handler.cc @@ -1,5 +1,5 @@ // -*- C++ -*- std::unexpected handler -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/enum_type_info.cc b/libstdc++-v3/libsupc++/enum_type_info.cc index 9a0c2100e019..0f495e73f8fb 100644 --- a/libstdc++-v3/libsupc++/enum_type_info.cc +++ b/libstdc++-v3/libsupc++/enum_type_info.cc @@ -1,4 +1,4 @@ -// Copyright (C) 1994-2016 Free Software Foundation, Inc. +// Copyright (C) 1994-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/exception b/libstdc++-v3/libsupc++/exception index 8be903ba2dba..1ccf329f5a59 100644 --- a/libstdc++-v3/libsupc++/exception +++ b/libstdc++-v3/libsupc++/exception @@ -1,6 +1,6 @@ // Exception Handling support header for -*- C++ -*- -// Copyright (C) 1995-2016 Free Software Foundation, Inc. +// Copyright (C) 1995-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/exception.h b/libstdc++-v3/libsupc++/exception.h index 09ac4e021cb6..bfb6a0649807 100644 --- a/libstdc++-v3/libsupc++/exception.h +++ b/libstdc++-v3/libsupc++/exception.h @@ -1,6 +1,6 @@ // Exception Handling support header for -*- C++ -*- -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/exception_defines.h b/libstdc++-v3/libsupc++/exception_defines.h index 53f90d8432c6..3668a3743645 100644 --- a/libstdc++-v3/libsupc++/exception_defines.h +++ b/libstdc++-v3/libsupc++/exception_defines.h @@ -1,6 +1,6 @@ // -fno-exceptions Support -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/libsupc++/exception_ptr.h b/libstdc++-v3/libsupc++/exception_ptr.h index a47a58568bd8..a2a90172551c 100644 --- a/libstdc++-v3/libsupc++/exception_ptr.h +++ b/libstdc++-v3/libsupc++/exception_ptr.h @@ -1,6 +1,6 @@ // Exception Handling support header (exception_ptr class) for -*- C++ -*- -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/function_type_info.cc b/libstdc++-v3/libsupc++/function_type_info.cc index ea1f5aa581d9..0347a8d13ba6 100644 --- a/libstdc++-v3/libsupc++/function_type_info.cc +++ b/libstdc++-v3/libsupc++/function_type_info.cc @@ -1,4 +1,4 @@ -// Copyright (C) 1994-2016 Free Software Foundation, Inc. +// Copyright (C) 1994-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/fundamental_type_info.cc b/libstdc++-v3/libsupc++/fundamental_type_info.cc index 465d16bab3a5..d0f000be2754 100644 --- a/libstdc++-v3/libsupc++/fundamental_type_info.cc +++ b/libstdc++-v3/libsupc++/fundamental_type_info.cc @@ -1,4 +1,4 @@ -// Copyright (C) 1994-2016 Free Software Foundation, Inc. +// Copyright (C) 1994-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/guard.cc b/libstdc++-v3/libsupc++/guard.cc index 9b617998ffed..ef0b8a88dc13 100644 --- a/libstdc++-v3/libsupc++/guard.cc +++ b/libstdc++-v3/libsupc++/guard.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/guard_error.cc b/libstdc++-v3/libsupc++/guard_error.cc index 8cb5e39a05c8..89b489459e7e 100644 --- a/libstdc++-v3/libsupc++/guard_error.cc +++ b/libstdc++-v3/libsupc++/guard_error.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/hash_bytes.cc b/libstdc++-v3/libsupc++/hash_bytes.cc index 7d76c34edb40..8ef982dbc2a6 100644 --- a/libstdc++-v3/libsupc++/hash_bytes.cc +++ b/libstdc++-v3/libsupc++/hash_bytes.cc @@ -1,6 +1,6 @@ // Definition of _Hash_bytes. -*- C++ -*- -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/libsupc++/hash_bytes.h b/libstdc++-v3/libsupc++/hash_bytes.h index cbffde0e4dac..f9b98a032bf2 100644 --- a/libstdc++-v3/libsupc++/hash_bytes.h +++ b/libstdc++-v3/libsupc++/hash_bytes.h @@ -1,6 +1,6 @@ // Declarations for hash functions. -*- C++ -*- -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/libsupc++/initializer_list b/libstdc++-v3/libsupc++/initializer_list index c2fd34866d74..6279e0de587a 100644 --- a/libstdc++-v3/libsupc++/initializer_list +++ b/libstdc++-v3/libsupc++/initializer_list @@ -1,6 +1,6 @@ // std::initializer_list support -*- C++ -*- -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/nested_exception.cc b/libstdc++-v3/libsupc++/nested_exception.cc index c1a7b7ad4644..36951e220e3b 100644 --- a/libstdc++-v3/libsupc++/nested_exception.cc +++ b/libstdc++-v3/libsupc++/nested_exception.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/nested_exception.h b/libstdc++-v3/libsupc++/nested_exception.h index 078af0ea16fb..66e2ebf58ee3 100644 --- a/libstdc++-v3/libsupc++/nested_exception.h +++ b/libstdc++-v3/libsupc++/nested_exception.h @@ -1,6 +1,6 @@ // Nested Exception support header (nested_exception class) for -*- C++ -*- -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/libsupc++/new b/libstdc++-v3/libsupc++/new index 1e5964938151..9a7859dc2b1f 100644 --- a/libstdc++-v3/libsupc++/new +++ b/libstdc++-v3/libsupc++/new @@ -1,6 +1,6 @@ // The -*- C++ -*- dynamic memory management header. -// Copyright (C) 1994-2016 Free Software Foundation, Inc. +// Copyright (C) 1994-2017 Free Software Foundation, Inc. // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/new_handler.cc b/libstdc++-v3/libsupc++/new_handler.cc index 11f11931673f..7196dbe376ae 100644 --- a/libstdc++-v3/libsupc++/new_handler.cc +++ b/libstdc++-v3/libsupc++/new_handler.cc @@ -1,6 +1,6 @@ // Implementation file for the -*- C++ -*- dynamic memory management header. -// Copyright (C) 1996-2016 Free Software Foundation, Inc. +// Copyright (C) 1996-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/new_op.cc b/libstdc++-v3/libsupc++/new_op.cc index edad9b3263ea..1c19d4477668 100644 --- a/libstdc++-v3/libsupc++/new_op.cc +++ b/libstdc++-v3/libsupc++/new_op.cc @@ -1,6 +1,6 @@ // Support routines for the -*- C++ -*- dynamic memory management. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/new_opa.cc b/libstdc++-v3/libsupc++/new_opa.cc index 4ed1e2490139..0bc2b5f23281 100644 --- a/libstdc++-v3/libsupc++/new_opa.cc +++ b/libstdc++-v3/libsupc++/new_opa.cc @@ -1,6 +1,6 @@ // Support routines for the -*- C++ -*- dynamic memory management. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/new_opant.cc b/libstdc++-v3/libsupc++/new_opant.cc index 1c6ccab809e4..dde3e2b9aa6a 100644 --- a/libstdc++-v3/libsupc++/new_opant.cc +++ b/libstdc++-v3/libsupc++/new_opant.cc @@ -1,6 +1,6 @@ // Boilerplate support routines for -*- C++ -*- dynamic memory management. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/new_opnt.cc b/libstdc++-v3/libsupc++/new_opnt.cc index 63a95f7df281..7f0d6470b07d 100644 --- a/libstdc++-v3/libsupc++/new_opnt.cc +++ b/libstdc++-v3/libsupc++/new_opnt.cc @@ -1,5 +1,5 @@ // Support routines for the -*- C++ -*- dynamic memory management. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/new_opv.cc b/libstdc++-v3/libsupc++/new_opv.cc index 88f43233c225..1c59a6f5a1b2 100644 --- a/libstdc++-v3/libsupc++/new_opv.cc +++ b/libstdc++-v3/libsupc++/new_opv.cc @@ -1,6 +1,6 @@ // Boilerplate support routines for -*- C++ -*- dynamic memory management. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/new_opva.cc b/libstdc++-v3/libsupc++/new_opva.cc index 7109431b2696..2eecc7f519a2 100644 --- a/libstdc++-v3/libsupc++/new_opva.cc +++ b/libstdc++-v3/libsupc++/new_opva.cc @@ -1,6 +1,6 @@ // Boilerplate support routines for -*- C++ -*- dynamic memory management. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/new_opvant.cc b/libstdc++-v3/libsupc++/new_opvant.cc index 2b295472120b..b1b66ad7907d 100644 --- a/libstdc++-v3/libsupc++/new_opvant.cc +++ b/libstdc++-v3/libsupc++/new_opvant.cc @@ -1,6 +1,6 @@ // Boilerplate support routines for -*- C++ -*- dynamic memory management. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/new_opvnt.cc b/libstdc++-v3/libsupc++/new_opvnt.cc index 61f8b34e5a64..a582b1669303 100644 --- a/libstdc++-v3/libsupc++/new_opvnt.cc +++ b/libstdc++-v3/libsupc++/new_opvnt.cc @@ -1,6 +1,6 @@ // Boilerplate support routines for -*- C++ -*- dynamic memory management. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/pbase_type_info.cc b/libstdc++-v3/libsupc++/pbase_type_info.cc index b2b9c0900978..b79cb541176c 100644 --- a/libstdc++-v3/libsupc++/pbase_type_info.cc +++ b/libstdc++-v3/libsupc++/pbase_type_info.cc @@ -1,4 +1,4 @@ -// Copyright (C) 1994-2016 Free Software Foundation, Inc. +// Copyright (C) 1994-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/pmem_type_info.cc b/libstdc++-v3/libsupc++/pmem_type_info.cc index 080a54864b69..9263b78c6ec5 100644 --- a/libstdc++-v3/libsupc++/pmem_type_info.cc +++ b/libstdc++-v3/libsupc++/pmem_type_info.cc @@ -1,4 +1,4 @@ -// Copyright (C) 1994-2016 Free Software Foundation, Inc. +// Copyright (C) 1994-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/pointer_type_info.cc b/libstdc++-v3/libsupc++/pointer_type_info.cc index 47344e0bb7fa..77b47eff836f 100644 --- a/libstdc++-v3/libsupc++/pointer_type_info.cc +++ b/libstdc++-v3/libsupc++/pointer_type_info.cc @@ -1,4 +1,4 @@ -// Copyright (C) 1994-2016 Free Software Foundation, Inc. +// Copyright (C) 1994-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/pure.cc b/libstdc++-v3/libsupc++/pure.cc index fdd4fc98b050..e004c118d988 100644 --- a/libstdc++-v3/libsupc++/pure.cc +++ b/libstdc++-v3/libsupc++/pure.cc @@ -1,5 +1,5 @@ // -*- C++ -*- -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/si_class_type_info.cc b/libstdc++-v3/libsupc++/si_class_type_info.cc index 2d44b2581b06..19e1132e2bd1 100644 --- a/libstdc++-v3/libsupc++/si_class_type_info.cc +++ b/libstdc++-v3/libsupc++/si_class_type_info.cc @@ -1,4 +1,4 @@ -// Copyright (C) 1994-2016 Free Software Foundation, Inc. +// Copyright (C) 1994-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/tinfo.cc b/libstdc++-v3/libsupc++/tinfo.cc index 2fc4390173b5..04d101f5c2f3 100644 --- a/libstdc++-v3/libsupc++/tinfo.cc +++ b/libstdc++-v3/libsupc++/tinfo.cc @@ -1,5 +1,5 @@ // Methods for type_info for -*- C++ -*- Run Time Type Identification. -// Copyright (C) 1994-2016 Free Software Foundation, Inc. +// Copyright (C) 1994-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/tinfo.h b/libstdc++-v3/libsupc++/tinfo.h index f30bcb25f932..bf41399112ff 100644 --- a/libstdc++-v3/libsupc++/tinfo.h +++ b/libstdc++-v3/libsupc++/tinfo.h @@ -1,5 +1,5 @@ // RTTI support internals for -*- C++ -*- -// Copyright (C) 1994-2016 Free Software Foundation, Inc. +// Copyright (C) 1994-2017 Free Software Foundation, Inc. // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/tinfo2.cc b/libstdc++-v3/libsupc++/tinfo2.cc index 8f9b187b995a..ad6a241a502f 100644 --- a/libstdc++-v3/libsupc++/tinfo2.cc +++ b/libstdc++-v3/libsupc++/tinfo2.cc @@ -1,6 +1,6 @@ // Methods for type_info for -*- C++ -*- Run Time Type Identification. -// Copyright (C) 1994-2016 Free Software Foundation, Inc. +// Copyright (C) 1994-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/typeinfo b/libstdc++-v3/libsupc++/typeinfo index 1c5ccc5ad5d9..059016c35a1c 100644 --- a/libstdc++-v3/libsupc++/typeinfo +++ b/libstdc++-v3/libsupc++/typeinfo @@ -1,5 +1,5 @@ // RTTI support for -*- C++ -*- -// Copyright (C) 1994-2016 Free Software Foundation, Inc. +// Copyright (C) 1994-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/unwind-cxx.h b/libstdc++-v3/libsupc++/unwind-cxx.h index 91219343e98e..7fa3e342aa75 100644 --- a/libstdc++-v3/libsupc++/unwind-cxx.h +++ b/libstdc++-v3/libsupc++/unwind-cxx.h @@ -1,5 +1,5 @@ // -*- C++ -*- Exception handling and frame unwind runtime interface routines. -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/vec.cc b/libstdc++-v3/libsupc++/vec.cc index 38847bd8e144..0490e304d471 100644 --- a/libstdc++-v3/libsupc++/vec.cc +++ b/libstdc++-v3/libsupc++/vec.cc @@ -1,6 +1,6 @@ // New abi Support -*- C++ -*- -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/vmi_class_type_info.cc b/libstdc++-v3/libsupc++/vmi_class_type_info.cc index 5ee2d48525cc..77de433b1a8f 100644 --- a/libstdc++-v3/libsupc++/vmi_class_type_info.cc +++ b/libstdc++-v3/libsupc++/vmi_class_type_info.cc @@ -1,4 +1,4 @@ -// Copyright (C) 1994-2016 Free Software Foundation, Inc. +// Copyright (C) 1994-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/libsupc++/vterminate.cc b/libstdc++-v3/libsupc++/vterminate.cc index 7d12534cf457..3c334bc41680 100644 --- a/libstdc++-v3/libsupc++/vterminate.cc +++ b/libstdc++-v3/libsupc++/vterminate.cc @@ -1,6 +1,6 @@ // Verbose terminate_handler -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/libsupc++/vtv_stubs.cc b/libstdc++-v3/libsupc++/vtv_stubs.cc index 0fa7c6246b82..5d90726fa215 100644 --- a/libstdc++-v3/libsupc++/vtv_stubs.cc +++ b/libstdc++-v3/libsupc++/vtv_stubs.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/po/Makefile.am b/libstdc++-v3/po/Makefile.am index c548cbdd534f..0e66ad29da57 100644 --- a/libstdc++-v3/po/Makefile.am +++ b/libstdc++-v3/po/Makefile.am @@ -1,6 +1,6 @@ ## Makefile for the po subdirectory of the GNU C++ Standard library. ## -## Copyright (C) 2001-2016 Free Software Foundation, Inc. +## Copyright (C) 2001-2017 Free Software Foundation, Inc. ## ## This file is part of the libstdc++ version 3 distribution. ## Process this file with automake to produce Makefile.in. diff --git a/libstdc++-v3/po/POTFILES.in b/libstdc++-v3/po/POTFILES.in index 6be40116bace..5ff9d7f95d6d 100644 --- a/libstdc++-v3/po/POTFILES.in +++ b/libstdc++-v3/po/POTFILES.in @@ -1,6 +1,6 @@ ## Make/configure bits for translation of the GNU C++ Standard library. ## -## Copyright (C) 2001-2016 Free Software Foundation, Inc. +## Copyright (C) 2001-2017 Free Software Foundation, Inc. ## ## This file is part of the libstdc++ version 3 distribution. ## Process this file with automake to produce Makefile.in. diff --git a/libstdc++-v3/po/de.po b/libstdc++-v3/po/de.po index 6788ef9745bf..df8ba1ee02bf 100644 --- a/libstdc++-v3/po/de.po +++ b/libstdc++-v3/po/de.po @@ -1,5 +1,5 @@ # Translations needed for GNU C++ library locale implementation. -# Copyright (C) 2001-2016 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # Benjamin Kosnik , 2001. # #, fuzzy diff --git a/libstdc++-v3/po/fr.po b/libstdc++-v3/po/fr.po index 326eac202dc3..56f0f73234d0 100644 --- a/libstdc++-v3/po/fr.po +++ b/libstdc++-v3/po/fr.po @@ -1,5 +1,5 @@ # Translations needed for GNU C++ library locale implementation. -# Copyright (C) 2001-2016 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # Benjamin Kosnik , 2001. # #, fuzzy diff --git a/libstdc++-v3/po/libstdc++.pot b/libstdc++-v3/po/libstdc++.pot index 89b26563f2cc..10d1be818c0d 100644 --- a/libstdc++-v3/po/libstdc++.pot +++ b/libstdc++-v3/po/libstdc++.pot @@ -1,5 +1,5 @@ # Translations needed for GNU C++ library locale implementation. -# Copyright (C) 2001-2016 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # This file is distributed under the same license as the libstdc++-v3 package. # Benjamin Kosnik , 2001. # diff --git a/libstdc++-v3/po/string_literals.cc b/libstdc++-v3/po/string_literals.cc index 0f2913fe729f..7c3150707d43 100644 --- a/libstdc++-v3/po/string_literals.cc +++ b/libstdc++-v3/po/string_literals.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/python/Makefile.am b/libstdc++-v3/python/Makefile.am index 15ae6218609f..80790e2e0320 100644 --- a/libstdc++-v3/python/Makefile.am +++ b/libstdc++-v3/python/Makefile.am @@ -1,6 +1,6 @@ ## Makefile for the python subdirectory of the GNU C++ Standard library. ## -## Copyright (C) 2009-2016 Free Software Foundation, Inc. +## Copyright (C) 2009-2017 Free Software Foundation, Inc. ## ## This file is part of the libstdc++ version 3 distribution. ## Process this file with automake to produce Makefile.in. diff --git a/libstdc++-v3/python/hook.in b/libstdc++-v3/python/hook.in index 127ac843a1bf..b82604a6ce7e 100644 --- a/libstdc++-v3/python/hook.in +++ b/libstdc++-v3/python/hook.in @@ -1,5 +1,5 @@ # -*- python -*- -# Copyright (C) 2009-2016 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/libstdc++-v3/python/libstdcxx/v6/__init__.py b/libstdc++-v3/python/libstdcxx/v6/__init__.py index 46c9f1c1ad09..7c89f3c45eed 100644 --- a/libstdc++-v3/python/libstdcxx/v6/__init__.py +++ b/libstdc++-v3/python/libstdcxx/v6/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Free Software Foundation, Inc. +# Copyright (C) 2014-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/libstdc++-v3/python/libstdcxx/v6/printers.py b/libstdc++-v3/python/libstdcxx/v6/printers.py index 86de1ca5263b..7690a6b8d7b3 100644 --- a/libstdc++-v3/python/libstdcxx/v6/printers.py +++ b/libstdc++-v3/python/libstdcxx/v6/printers.py @@ -1,6 +1,6 @@ # Pretty-printers for libstdc++. -# Copyright (C) 2008-2016 Free Software Foundation, Inc. +# Copyright (C) 2008-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/libstdc++-v3/python/libstdcxx/v6/xmethods.py b/libstdc++-v3/python/libstdcxx/v6/xmethods.py index 1c9bf3ac0f4c..def72b099664 100644 --- a/libstdc++-v3/python/libstdcxx/v6/xmethods.py +++ b/libstdc++-v3/python/libstdcxx/v6/xmethods.py @@ -1,6 +1,6 @@ # Xmethods for libstdc++. -# Copyright (C) 2014-2016 Free Software Foundation, Inc. +# Copyright (C) 2014-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/libstdc++-v3/scripts/extract_symvers.in b/libstdc++-v3/scripts/extract_symvers.in index 287f796f1c9a..9919ede66333 100755 --- a/libstdc++-v3/scripts/extract_symvers.in +++ b/libstdc++-v3/scripts/extract_symvers.in @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 2002-2016 Free Software Foundation, Inc. +# Copyright (C) 2002-2017 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/scripts/extract_symvers.pl b/libstdc++-v3/scripts/extract_symvers.pl index 9e0759cc26da..213f2527fe72 100644 --- a/libstdc++-v3/scripts/extract_symvers.pl +++ b/libstdc++-v3/scripts/extract_symvers.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -w -# Copyright (C) 2010-2016 Free Software Foundation, Inc. +# Copyright (C) 2010-2017 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/scripts/run_doxygen b/libstdc++-v3/scripts/run_doxygen index da202ab44172..6360ea63bbbb 100644 --- a/libstdc++-v3/scripts/run_doxygen +++ b/libstdc++-v3/scripts/run_doxygen @@ -1,7 +1,7 @@ #!/bin/bash # Runs doxygen and massages the output files. -# Copyright (C) 2001-2016 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # # Synopsis: run_doxygen --mode=[html|latex|man|xml] --host_alias= \ # v3srcdir \ diff --git a/libstdc++-v3/src/Makefile.am b/libstdc++-v3/src/Makefile.am index d9830c2a8db7..a3c0d98ba862 100644 --- a/libstdc++-v3/src/Makefile.am +++ b/libstdc++-v3/src/Makefile.am @@ -1,6 +1,6 @@ ## Makefile for the C++11 sources of the GNU C++ Standard library. ## -## Copyright (C) 1997-2016 Free Software Foundation, Inc. +## Copyright (C) 1997-2017 Free Software Foundation, Inc. ## ## This file is part of the libstdc++ version 3 distribution. ## Process this file with automake to produce Makefile.in. diff --git a/libstdc++-v3/src/c++11/Makefile.am b/libstdc++-v3/src/c++11/Makefile.am index ee619a878f3a..4b945c0f2a97 100644 --- a/libstdc++-v3/src/c++11/Makefile.am +++ b/libstdc++-v3/src/c++11/Makefile.am @@ -1,6 +1,6 @@ ## Makefile for the C++03 sources of the GNU C++ Standard library. ## -## Copyright (C) 1997-2016 Free Software Foundation, Inc. +## Copyright (C) 1997-2017 Free Software Foundation, Inc. ## ## This file is part of the libstdc++ version 3 distribution. ## Process this file with automake to produce Makefile.in. diff --git a/libstdc++-v3/src/c++11/chrono.cc b/libstdc++-v3/src/c++11/chrono.cc index 1e08bd84e9e3..39a52aea6192 100644 --- a/libstdc++-v3/src/c++11/chrono.cc +++ b/libstdc++-v3/src/c++11/chrono.cc @@ -1,6 +1,6 @@ // chrono -*- C++ -*- -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/src/c++11/codecvt.cc b/libstdc++-v3/src/c++11/codecvt.cc index b60691cf2a65..12a4d4f88b5f 100644 --- a/libstdc++-v3/src/c++11/codecvt.cc +++ b/libstdc++-v3/src/c++11/codecvt.cc @@ -1,6 +1,6 @@ // Locale support (codecvt) -*- C++ -*- -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/src/c++11/compatibility-atomic-c++0x.cc b/libstdc++-v3/src/c++11/compatibility-atomic-c++0x.cc index 3190d89185f5..637d1759fdc5 100644 --- a/libstdc++-v3/src/c++11/compatibility-atomic-c++0x.cc +++ b/libstdc++-v3/src/c++11/compatibility-atomic-c++0x.cc @@ -1,6 +1,6 @@ // compatibility -*- C++ -*- -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/src/c++11/compatibility-c++0x.cc b/libstdc++-v3/src/c++11/compatibility-c++0x.cc index 5cff53895be9..358263baff4e 100644 --- a/libstdc++-v3/src/c++11/compatibility-c++0x.cc +++ b/libstdc++-v3/src/c++11/compatibility-c++0x.cc @@ -1,6 +1,6 @@ // Compatibility symbols for previous versions, C++0x bits -*- C++ -*- -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/src/c++11/compatibility-chrono.cc b/libstdc++-v3/src/c++11/compatibility-chrono.cc index 1f611aca4ed5..e401375928df 100644 --- a/libstdc++-v3/src/c++11/compatibility-chrono.cc +++ b/libstdc++-v3/src/c++11/compatibility-chrono.cc @@ -1,6 +1,6 @@ // Compatibility symbols for previous versions, C++0x bits -*- C++ -*- -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/src/c++11/compatibility-condvar.cc b/libstdc++-v3/src/c++11/compatibility-condvar.cc index 0b5a24e8b9b4..a74af798987e 100644 --- a/libstdc++-v3/src/c++11/compatibility-condvar.cc +++ b/libstdc++-v3/src/c++11/compatibility-condvar.cc @@ -1,6 +1,6 @@ // Compatibility symbols for previous versions, C++0x bits -*- C++ -*- -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/src/c++11/compatibility-thread-c++0x.cc b/libstdc++-v3/src/c++11/compatibility-thread-c++0x.cc index 0f9dc3dcaa92..9e1360241ebc 100644 --- a/libstdc++-v3/src/c++11/compatibility-thread-c++0x.cc +++ b/libstdc++-v3/src/c++11/compatibility-thread-c++0x.cc @@ -1,6 +1,6 @@ // Compatibility symbols for previous versions, C++0x bits -*- C++ -*- -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/src/c++11/condition_variable.cc b/libstdc++-v3/src/c++11/condition_variable.cc index a3c96037aec8..c3e0a653610f 100644 --- a/libstdc++-v3/src/c++11/condition_variable.cc +++ b/libstdc++-v3/src/c++11/condition_variable.cc @@ -1,6 +1,6 @@ // condition_variable -*- C++ -*- -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/src/c++11/cow-fstream-inst.cc b/libstdc++-v3/src/c++11/cow-fstream-inst.cc index a71ee47727aa..f17ea2f60496 100644 --- a/libstdc++-v3/src/c++11/cow-fstream-inst.cc +++ b/libstdc++-v3/src/c++11/cow-fstream-inst.cc @@ -1,6 +1,6 @@ // Explicit instantiation file. -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/src/c++11/cow-locale_init.cc b/libstdc++-v3/src/c++11/cow-locale_init.cc index 83c9733de1c3..c54558a2fc0f 100644 --- a/libstdc++-v3/src/c++11/cow-locale_init.cc +++ b/libstdc++-v3/src/c++11/cow-locale_init.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/src/c++11/cow-shim_facets.cc b/libstdc++-v3/src/c++11/cow-shim_facets.cc index 6715a73c827d..86dc92c7be93 100644 --- a/libstdc++-v3/src/c++11/cow-shim_facets.cc +++ b/libstdc++-v3/src/c++11/cow-shim_facets.cc @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/src/c++11/cow-sstream-inst.cc b/libstdc++-v3/src/c++11/cow-sstream-inst.cc index 41a9c69e67a1..244d3e68023e 100644 --- a/libstdc++-v3/src/c++11/cow-sstream-inst.cc +++ b/libstdc++-v3/src/c++11/cow-sstream-inst.cc @@ -1,6 +1,6 @@ // Explicit instantiation file. -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/src/c++11/cow-stdexcept.cc b/libstdc++-v3/src/c++11/cow-stdexcept.cc index 641b372ccf8d..ec9f9e2cc3f0 100644 --- a/libstdc++-v3/src/c++11/cow-stdexcept.cc +++ b/libstdc++-v3/src/c++11/cow-stdexcept.cc @@ -1,6 +1,6 @@ // Methods for Exception Support for -*- C++ -*- -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/src/c++11/cow-string-inst.cc b/libstdc++-v3/src/c++11/cow-string-inst.cc index 137760b2fa12..6f2e5c46233f 100644 --- a/libstdc++-v3/src/c++11/cow-string-inst.cc +++ b/libstdc++-v3/src/c++11/cow-string-inst.cc @@ -1,6 +1,6 @@ // Reference-counted COW string instantiations -*- C++ -*- -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/src/c++11/cow-wstring-inst.cc b/libstdc++-v3/src/c++11/cow-wstring-inst.cc index 26bc7174dd0b..5e4b7ba3ebe7 100644 --- a/libstdc++-v3/src/c++11/cow-wstring-inst.cc +++ b/libstdc++-v3/src/c++11/cow-wstring-inst.cc @@ -1,6 +1,6 @@ // Reference-counted COW wide string instantiations -*- C++ -*- -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/src/c++11/ctype.cc b/libstdc++-v3/src/c++11/ctype.cc index c802791c4fa8..62c88b6430db 100644 --- a/libstdc++-v3/src/c++11/ctype.cc +++ b/libstdc++-v3/src/c++11/ctype.cc @@ -1,4 +1,4 @@ -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/src/c++11/cxx11-hash_tr1.cc b/libstdc++-v3/src/c++11/cxx11-hash_tr1.cc index f9d5a11a4045..bc5ab35ac609 100644 --- a/libstdc++-v3/src/c++11/cxx11-hash_tr1.cc +++ b/libstdc++-v3/src/c++11/cxx11-hash_tr1.cc @@ -1,6 +1,6 @@ // std::tr1::hash definitions with new string -*- C++ -*- -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/src/c++11/cxx11-ios_failure.cc b/libstdc++-v3/src/c++11/cxx11-ios_failure.cc index b102e24eb28f..2f60408782ef 100644 --- a/libstdc++-v3/src/c++11/cxx11-ios_failure.cc +++ b/libstdc++-v3/src/c++11/cxx11-ios_failure.cc @@ -1,6 +1,6 @@ // Iostreams base classes -*- C++ -*- -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/src/c++11/cxx11-locale-inst.cc b/libstdc++-v3/src/c++11/cxx11-locale-inst.cc index 7e504a6a663a..19067fef64ee 100644 --- a/libstdc++-v3/src/c++11/cxx11-locale-inst.cc +++ b/libstdc++-v3/src/c++11/cxx11-locale-inst.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/src/c++11/cxx11-shim_facets.cc b/libstdc++-v3/src/c++11/cxx11-shim_facets.cc index bc4b4ba1c322..9ad7300b0eec 100644 --- a/libstdc++-v3/src/c++11/cxx11-shim_facets.cc +++ b/libstdc++-v3/src/c++11/cxx11-shim_facets.cc @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/src/c++11/cxx11-stdexcept.cc b/libstdc++-v3/src/c++11/cxx11-stdexcept.cc index 84be7fd50dd5..08bfbbc9df9a 100644 --- a/libstdc++-v3/src/c++11/cxx11-stdexcept.cc +++ b/libstdc++-v3/src/c++11/cxx11-stdexcept.cc @@ -1,6 +1,6 @@ // Methods for Exception Support for -*- C++ -*- -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/src/c++11/cxx11-wlocale-inst.cc b/libstdc++-v3/src/c++11/cxx11-wlocale-inst.cc index 02f58b628103..b634983ab345 100644 --- a/libstdc++-v3/src/c++11/cxx11-wlocale-inst.cc +++ b/libstdc++-v3/src/c++11/cxx11-wlocale-inst.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/src/c++11/debug.cc b/libstdc++-v3/src/c++11/debug.cc index 9b8df461b3d1..304ed6b404e7 100644 --- a/libstdc++-v3/src/c++11/debug.cc +++ b/libstdc++-v3/src/c++11/debug.cc @@ -1,6 +1,6 @@ // Debugging mode support code -*- C++ -*- -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/src/c++11/ext11-inst.cc b/libstdc++-v3/src/c++11/ext11-inst.cc index 8b7f67c91a67..ec821c7372ba 100644 --- a/libstdc++-v3/src/c++11/ext11-inst.cc +++ b/libstdc++-v3/src/c++11/ext11-inst.cc @@ -1,6 +1,6 @@ // Explicit instantiation file. -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/src/c++11/fstream-inst.cc b/libstdc++-v3/src/c++11/fstream-inst.cc index a87f6b7a2fa0..484adc6ad899 100644 --- a/libstdc++-v3/src/c++11/fstream-inst.cc +++ b/libstdc++-v3/src/c++11/fstream-inst.cc @@ -1,6 +1,6 @@ // Explicit instantiation file. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/src/c++11/functexcept.cc b/libstdc++-v3/src/c++11/functexcept.cc index 83a8d9ad132c..3210619d65f2 100644 --- a/libstdc++-v3/src/c++11/functexcept.cc +++ b/libstdc++-v3/src/c++11/functexcept.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/src/c++11/functional.cc b/libstdc++-v3/src/c++11/functional.cc index 26f183fad34f..4c304bc95309 100644 --- a/libstdc++-v3/src/c++11/functional.cc +++ b/libstdc++-v3/src/c++11/functional.cc @@ -1,6 +1,6 @@ // Support for -*- C++ -*- -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/src/c++11/futex.cc b/libstdc++-v3/src/c++11/futex.cc index 759896077bd5..64aada06969b 100644 --- a/libstdc++-v3/src/c++11/futex.cc +++ b/libstdc++-v3/src/c++11/futex.cc @@ -1,6 +1,6 @@ // futex -*- C++ -*- -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/src/c++11/future.cc b/libstdc++-v3/src/c++11/future.cc index 7809a371db48..3ed5bc9ce49b 100644 --- a/libstdc++-v3/src/c++11/future.cc +++ b/libstdc++-v3/src/c++11/future.cc @@ -1,6 +1,6 @@ // future -*- C++ -*- -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/src/c++11/hash_c++0x.cc b/libstdc++-v3/src/c++11/hash_c++0x.cc index 6ead5b610444..e231dc2095bb 100644 --- a/libstdc++-v3/src/c++11/hash_c++0x.cc +++ b/libstdc++-v3/src/c++11/hash_c++0x.cc @@ -1,6 +1,6 @@ // std::hash definitions -*- C++ -*- -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/src/c++11/hashtable_c++0x.cc b/libstdc++-v3/src/c++11/hashtable_c++0x.cc index ce4961fbd5ef..1b0999289428 100644 --- a/libstdc++-v3/src/c++11/hashtable_c++0x.cc +++ b/libstdc++-v3/src/c++11/hashtable_c++0x.cc @@ -1,6 +1,6 @@ // std::__detail definitions -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/src/c++11/ios-inst.cc b/libstdc++-v3/src/c++11/ios-inst.cc index 55e321a3107a..c223059355ba 100644 --- a/libstdc++-v3/src/c++11/ios-inst.cc +++ b/libstdc++-v3/src/c++11/ios-inst.cc @@ -1,6 +1,6 @@ // Explicit instantiation file. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/src/c++11/ios.cc b/libstdc++-v3/src/c++11/ios.cc index 506468012cad..ef0da9600074 100644 --- a/libstdc++-v3/src/c++11/ios.cc +++ b/libstdc++-v3/src/c++11/ios.cc @@ -1,6 +1,6 @@ // Iostreams base classes -*- C++ -*- -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/src/c++11/iostream-inst.cc b/libstdc++-v3/src/c++11/iostream-inst.cc index f564ba84caf9..b88316513d7c 100644 --- a/libstdc++-v3/src/c++11/iostream-inst.cc +++ b/libstdc++-v3/src/c++11/iostream-inst.cc @@ -1,6 +1,6 @@ // Explicit instantiation file. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/src/c++11/istream-inst.cc b/libstdc++-v3/src/c++11/istream-inst.cc index 2fa9c5f2ee35..96053044910a 100644 --- a/libstdc++-v3/src/c++11/istream-inst.cc +++ b/libstdc++-v3/src/c++11/istream-inst.cc @@ -1,6 +1,6 @@ // Explicit instantiation file. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/src/c++11/limits.cc b/libstdc++-v3/src/c++11/limits.cc index cc70f01509ef..d763fd729cec 100644 --- a/libstdc++-v3/src/c++11/limits.cc +++ b/libstdc++-v3/src/c++11/limits.cc @@ -1,6 +1,6 @@ // Static data members of -*- C++ -*- numeric_limits classes -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/src/c++11/locale-inst.cc b/libstdc++-v3/src/c++11/locale-inst.cc index ff41948fe7fe..b0f79ffd6195 100644 --- a/libstdc++-v3/src/c++11/locale-inst.cc +++ b/libstdc++-v3/src/c++11/locale-inst.cc @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/src/c++11/mutex.cc b/libstdc++-v3/src/c++11/mutex.cc index cd60ab7d61af..1fd5c71a7db6 100644 --- a/libstdc++-v3/src/c++11/mutex.cc +++ b/libstdc++-v3/src/c++11/mutex.cc @@ -1,6 +1,6 @@ // mutex -*- C++ -*- -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/src/c++11/mutex_pool.h b/libstdc++-v3/src/c++11/mutex_pool.h index 0addc75bb60e..2b48eff8d1ba 100644 --- a/libstdc++-v3/src/c++11/mutex_pool.h +++ b/libstdc++-v3/src/c++11/mutex_pool.h @@ -1,6 +1,6 @@ // Mutex pool used to limit contention -*- C++ -*- -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/src/c++11/ostream-inst.cc b/libstdc++-v3/src/c++11/ostream-inst.cc index fff7dcf2d677..ef0038b51f21 100644 --- a/libstdc++-v3/src/c++11/ostream-inst.cc +++ b/libstdc++-v3/src/c++11/ostream-inst.cc @@ -1,6 +1,6 @@ // Explicit instantiation file. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/src/c++11/placeholders.cc b/libstdc++-v3/src/c++11/placeholders.cc index 516698df4fbd..fad78f2e98d8 100644 --- a/libstdc++-v3/src/c++11/placeholders.cc +++ b/libstdc++-v3/src/c++11/placeholders.cc @@ -1,6 +1,6 @@ // std::placeholders -*- C++ -*- -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/src/c++11/random.cc b/libstdc++-v3/src/c++11/random.cc index d60a00b433ab..df798742fcef 100644 --- a/libstdc++-v3/src/c++11/random.cc +++ b/libstdc++-v3/src/c++11/random.cc @@ -1,6 +1,6 @@ // random -*- C++ -*- -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/src/c++11/regex.cc b/libstdc++-v3/src/c++11/regex.cc index 0abc728109ca..122572f7c8cc 100644 --- a/libstdc++-v3/src/c++11/regex.cc +++ b/libstdc++-v3/src/c++11/regex.cc @@ -1,6 +1,6 @@ // regex -*- C++ -*- -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/src/c++11/shared_ptr.cc b/libstdc++-v3/src/c++11/shared_ptr.cc index b4addd04cc02..a952a9ee3925 100644 --- a/libstdc++-v3/src/c++11/shared_ptr.cc +++ b/libstdc++-v3/src/c++11/shared_ptr.cc @@ -1,6 +1,6 @@ // Support for pointer abstractions -*- C++ -*- -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/src/c++11/snprintf_lite.cc b/libstdc++-v3/src/c++11/snprintf_lite.cc index d92fe45db22d..d97b31ed3ade 100644 --- a/libstdc++-v3/src/c++11/snprintf_lite.cc +++ b/libstdc++-v3/src/c++11/snprintf_lite.cc @@ -1,6 +1,6 @@ // Debugging support -*- C++ -*- -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libstdc++-v3/src/c++11/sstream-inst.cc b/libstdc++-v3/src/c++11/sstream-inst.cc index 5b6428e82f86..d2f5963e1072 100644 --- a/libstdc++-v3/src/c++11/sstream-inst.cc +++ b/libstdc++-v3/src/c++11/sstream-inst.cc @@ -1,6 +1,6 @@ // Explicit instantiation file. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/src/c++11/streambuf-inst.cc b/libstdc++-v3/src/c++11/streambuf-inst.cc index d7e9b280c3c1..2219048421f9 100644 --- a/libstdc++-v3/src/c++11/streambuf-inst.cc +++ b/libstdc++-v3/src/c++11/streambuf-inst.cc @@ -1,6 +1,6 @@ // Explicit instantiation file. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/src/c++11/string-inst.cc b/libstdc++-v3/src/c++11/string-inst.cc index 95f47d6f4804..3663de4e76e6 100644 --- a/libstdc++-v3/src/c++11/string-inst.cc +++ b/libstdc++-v3/src/c++11/string-inst.cc @@ -1,6 +1,6 @@ // Components for manipulating sequences of characters -*- C++ -*- -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/src/c++11/system_error.cc b/libstdc++-v3/src/c++11/system_error.cc index c0a9839964e9..c5065dd1aa4b 100644 --- a/libstdc++-v3/src/c++11/system_error.cc +++ b/libstdc++-v3/src/c++11/system_error.cc @@ -1,6 +1,6 @@ // implementation file -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/src/c++11/thread.cc b/libstdc++-v3/src/c++11/thread.cc index a027fcf4bb26..44a230a708e3 100644 --- a/libstdc++-v3/src/c++11/thread.cc +++ b/libstdc++-v3/src/c++11/thread.cc @@ -1,6 +1,6 @@ // thread -*- C++ -*- -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/src/c++11/wlocale-inst.cc b/libstdc++-v3/src/c++11/wlocale-inst.cc index fffbb1851a12..26fdf348c13b 100644 --- a/libstdc++-v3/src/c++11/wlocale-inst.cc +++ b/libstdc++-v3/src/c++11/wlocale-inst.cc @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/src/c++11/wstring-inst.cc b/libstdc++-v3/src/c++11/wstring-inst.cc index e672ea9292ce..bdc381327b41 100644 --- a/libstdc++-v3/src/c++11/wstring-inst.cc +++ b/libstdc++-v3/src/c++11/wstring-inst.cc @@ -1,6 +1,6 @@ // wide string support -*- C++ -*- -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/src/c++98/Makefile.am b/libstdc++-v3/src/c++98/Makefile.am index 7e840023ddea..aa0ac5c103f3 100644 --- a/libstdc++-v3/src/c++98/Makefile.am +++ b/libstdc++-v3/src/c++98/Makefile.am @@ -1,6 +1,6 @@ ## Makefile for the C++03 sources of the GNU C++ Standard library. ## -## Copyright (C) 1997-2016 Free Software Foundation, Inc. +## Copyright (C) 1997-2017 Free Software Foundation, Inc. ## ## This file is part of the libstdc++ version 3 distribution. ## Process this file with automake to produce Makefile.in. diff --git a/libstdc++-v3/src/c++98/allocator-inst.cc b/libstdc++-v3/src/c++98/allocator-inst.cc index c3aebaf1b874..81bc409bdd05 100644 --- a/libstdc++-v3/src/c++98/allocator-inst.cc +++ b/libstdc++-v3/src/c++98/allocator-inst.cc @@ -1,6 +1,6 @@ // Explicit instantiation file. -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/src/c++98/bitmap_allocator.cc b/libstdc++-v3/src/c++98/bitmap_allocator.cc index ebda0e8364e5..5a9696d97e02 100644 --- a/libstdc++-v3/src/c++98/bitmap_allocator.cc +++ b/libstdc++-v3/src/c++98/bitmap_allocator.cc @@ -1,6 +1,6 @@ // Bitmap Allocator. Out of line function definitions. -*- C++ -*- -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/src/c++98/codecvt.cc b/libstdc++-v3/src/c++98/codecvt.cc index 5f56f04f40b9..4255e18b1000 100644 --- a/libstdc++-v3/src/c++98/codecvt.cc +++ b/libstdc++-v3/src/c++98/codecvt.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/src/c++98/compatibility-debug_list-2.cc b/libstdc++-v3/src/c++98/compatibility-debug_list-2.cc index 0d5a552b61c0..06d6bf6f4c6d 100644 --- a/libstdc++-v3/src/c++98/compatibility-debug_list-2.cc +++ b/libstdc++-v3/src/c++98/compatibility-debug_list-2.cc @@ -1,6 +1,6 @@ // Compatibility symbols for previous versions, debug list -*- C++ -*- -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/src/c++98/compatibility-debug_list.cc b/libstdc++-v3/src/c++98/compatibility-debug_list.cc index 472064f90d09..ee831ec393ac 100644 --- a/libstdc++-v3/src/c++98/compatibility-debug_list.cc +++ b/libstdc++-v3/src/c++98/compatibility-debug_list.cc @@ -1,6 +1,6 @@ // Compatibility symbols for previous versions, debug list -*- C++ -*- -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/src/c++98/compatibility-ldbl.cc b/libstdc++-v3/src/c++98/compatibility-ldbl.cc index 48c445214461..906186a53ede 100644 --- a/libstdc++-v3/src/c++98/compatibility-ldbl.cc +++ b/libstdc++-v3/src/c++98/compatibility-ldbl.cc @@ -1,6 +1,6 @@ // Compatibility symbols for -mlong-double-64 compatibility -*- C++ -*- -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/src/c++98/compatibility.cc b/libstdc++-v3/src/c++98/compatibility.cc index c434db13f9cb..381f4c4b2e77 100644 --- a/libstdc++-v3/src/c++98/compatibility.cc +++ b/libstdc++-v3/src/c++98/compatibility.cc @@ -1,6 +1,6 @@ // Compatibility symbols for previous versions -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/src/c++98/complex_io.cc b/libstdc++-v3/src/c++98/complex_io.cc index 2306f61f14ca..bb09ca5e746b 100644 --- a/libstdc++-v3/src/c++98/complex_io.cc +++ b/libstdc++-v3/src/c++98/complex_io.cc @@ -1,6 +1,6 @@ // The template and inlines for the -*- C++ -*- complex number classes. -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/src/c++98/concept-inst.cc b/libstdc++-v3/src/c++98/concept-inst.cc index 28d9fa6b59b4..3b72d7afcc6d 100644 --- a/libstdc++-v3/src/c++98/concept-inst.cc +++ b/libstdc++-v3/src/c++98/concept-inst.cc @@ -1,6 +1,6 @@ // Concept checking instantiations -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/src/c++98/cow-istream-string.cc b/libstdc++-v3/src/c++98/cow-istream-string.cc index 517740864db3..470839cf52c4 100644 --- a/libstdc++-v3/src/c++98/cow-istream-string.cc +++ b/libstdc++-v3/src/c++98/cow-istream-string.cc @@ -1,6 +1,6 @@ // Input streams operating on strings -*- C++ -*- -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/src/c++98/ext-inst.cc b/libstdc++-v3/src/c++98/ext-inst.cc index 4f181dde0f42..bef0251b0c2e 100644 --- a/libstdc++-v3/src/c++98/ext-inst.cc +++ b/libstdc++-v3/src/c++98/ext-inst.cc @@ -1,6 +1,6 @@ // Explicit instantiation file. -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/src/c++98/globals_io.cc b/libstdc++-v3/src/c++98/globals_io.cc index ed1e32b8f8ed..43e9e6f2fd74 100644 --- a/libstdc++-v3/src/c++98/globals_io.cc +++ b/libstdc++-v3/src/c++98/globals_io.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/src/c++98/hash-long-double-tr1-aux.cc b/libstdc++-v3/src/c++98/hash-long-double-tr1-aux.cc index 50cfe6ff2447..28ee175ab0a9 100644 --- a/libstdc++-v3/src/c++98/hash-long-double-tr1-aux.cc +++ b/libstdc++-v3/src/c++98/hash-long-double-tr1-aux.cc @@ -1,6 +1,6 @@ // std::tr1::hash definitions, long double bits -*- C++ -*- -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/src/c++98/hash_tr1.cc b/libstdc++-v3/src/c++98/hash_tr1.cc index f4fe611a595c..69c6af1cf222 100644 --- a/libstdc++-v3/src/c++98/hash_tr1.cc +++ b/libstdc++-v3/src/c++98/hash_tr1.cc @@ -1,6 +1,6 @@ // std::tr1::hash definitions -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/src/c++98/hashtable_tr1.cc b/libstdc++-v3/src/c++98/hashtable_tr1.cc index 6be2b9be726d..199b8fd5a5af 100644 --- a/libstdc++-v3/src/c++98/hashtable_tr1.cc +++ b/libstdc++-v3/src/c++98/hashtable_tr1.cc @@ -1,6 +1,6 @@ // std::__detail definitions -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/src/c++98/ios_failure.cc b/libstdc++-v3/src/c++98/ios_failure.cc index 1edb7af780af..3ba25f81279d 100644 --- a/libstdc++-v3/src/c++98/ios_failure.cc +++ b/libstdc++-v3/src/c++98/ios_failure.cc @@ -1,6 +1,6 @@ // Iostreams base classes -*- C++ -*- -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/src/c++98/ios_init.cc b/libstdc++-v3/src/c++98/ios_init.cc index 64d678391198..c5bcc83a475d 100644 --- a/libstdc++-v3/src/c++98/ios_init.cc +++ b/libstdc++-v3/src/c++98/ios_init.cc @@ -1,6 +1,6 @@ // Iostreams base classes -*- C++ -*- -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/src/c++98/ios_locale.cc b/libstdc++-v3/src/c++98/ios_locale.cc index c295db0fc040..149fb9013faf 100644 --- a/libstdc++-v3/src/c++98/ios_locale.cc +++ b/libstdc++-v3/src/c++98/ios_locale.cc @@ -1,6 +1,6 @@ // Iostreams base classes -*- C++ -*- -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/src/c++98/istream-string.cc b/libstdc++-v3/src/c++98/istream-string.cc index f022a4c11bcb..9a3d8a75efbb 100644 --- a/libstdc++-v3/src/c++98/istream-string.cc +++ b/libstdc++-v3/src/c++98/istream-string.cc @@ -1,6 +1,6 @@ // Input streams operating on strings-*- C++ -*- -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/src/c++98/istream.cc b/libstdc++-v3/src/c++98/istream.cc index 93fa12e8872a..a4bf80535cee 100644 --- a/libstdc++-v3/src/c++98/istream.cc +++ b/libstdc++-v3/src/c++98/istream.cc @@ -1,6 +1,6 @@ // Input streams -*- C++ -*- -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/src/c++98/list-aux-2.cc b/libstdc++-v3/src/c++98/list-aux-2.cc index 0d7bc3cc688c..bda8c9bf1f21 100644 --- a/libstdc++-v3/src/c++98/list-aux-2.cc +++ b/libstdc++-v3/src/c++98/list-aux-2.cc @@ -1,6 +1,6 @@ // Compatibility symbols for previous versions, list bits -*- C++ -*- -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/src/c++98/list-aux.cc b/libstdc++-v3/src/c++98/list-aux.cc index b785b29ef425..7751fd31c899 100644 --- a/libstdc++-v3/src/c++98/list-aux.cc +++ b/libstdc++-v3/src/c++98/list-aux.cc @@ -1,6 +1,6 @@ // Compatibility symbols for previous versions, list bits -*- C++ -*- -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/src/c++98/list.cc b/libstdc++-v3/src/c++98/list.cc index 62b812aa6b3d..3de7d2d0e023 100644 --- a/libstdc++-v3/src/c++98/list.cc +++ b/libstdc++-v3/src/c++98/list.cc @@ -1,6 +1,6 @@ // std::list utilities implementation -*- C++ -*- -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/src/c++98/list_associated-2.cc b/libstdc++-v3/src/c++98/list_associated-2.cc index c0fcf12bc7bd..316191d86cb3 100644 --- a/libstdc++-v3/src/c++98/list_associated-2.cc +++ b/libstdc++-v3/src/c++98/list_associated-2.cc @@ -1,6 +1,6 @@ // Default definitions when using namespace associations, list -*- C++ -*- -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/src/c++98/list_associated.cc b/libstdc++-v3/src/c++98/list_associated.cc index dea786a99e08..afdc1ab3e16c 100644 --- a/libstdc++-v3/src/c++98/list_associated.cc +++ b/libstdc++-v3/src/c++98/list_associated.cc @@ -1,7 +1,7 @@ // Default definitions when using namespace associations, list -*- C++ -*- -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/src/c++98/locale.cc b/libstdc++-v3/src/c++98/locale.cc index 00a972d86918..e0b1625bd4d4 100644 --- a/libstdc++-v3/src/c++98/locale.cc +++ b/libstdc++-v3/src/c++98/locale.cc @@ -1,4 +1,4 @@ -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/src/c++98/locale_facets.cc b/libstdc++-v3/src/c++98/locale_facets.cc index 4819a29eb09c..c7e0f94ab841 100644 --- a/libstdc++-v3/src/c++98/locale_facets.cc +++ b/libstdc++-v3/src/c++98/locale_facets.cc @@ -1,4 +1,4 @@ -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/src/c++98/locale_init.cc b/libstdc++-v3/src/c++98/locale_init.cc index 169068c51ba5..a1cd2cb42565 100644 --- a/libstdc++-v3/src/c++98/locale_init.cc +++ b/libstdc++-v3/src/c++98/locale_init.cc @@ -1,4 +1,4 @@ -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/src/c++98/localename.cc b/libstdc++-v3/src/c++98/localename.cc index c610b1886b69..c53d8c3f7e1d 100644 --- a/libstdc++-v3/src/c++98/localename.cc +++ b/libstdc++-v3/src/c++98/localename.cc @@ -1,4 +1,4 @@ -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/src/c++98/math_stubs_float.cc b/libstdc++-v3/src/c++98/math_stubs_float.cc index 4434a6800e55..ef539327fa87 100644 --- a/libstdc++-v3/src/c++98/math_stubs_float.cc +++ b/libstdc++-v3/src/c++98/math_stubs_float.cc @@ -1,6 +1,6 @@ // Stub definitions for float math. -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/src/c++98/math_stubs_long_double.cc b/libstdc++-v3/src/c++98/math_stubs_long_double.cc index 6aeebadbe775..327778184fa5 100644 --- a/libstdc++-v3/src/c++98/math_stubs_long_double.cc +++ b/libstdc++-v3/src/c++98/math_stubs_long_double.cc @@ -1,6 +1,6 @@ // Stub definitions for long double math. -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/src/c++98/misc-inst.cc b/libstdc++-v3/src/c++98/misc-inst.cc index bc22e12af08d..91c02bf778c6 100644 --- a/libstdc++-v3/src/c++98/misc-inst.cc +++ b/libstdc++-v3/src/c++98/misc-inst.cc @@ -1,6 +1,6 @@ // Explicit instantiation file. -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/src/c++98/mt_allocator.cc b/libstdc++-v3/src/c++98/mt_allocator.cc index efc694a0a7e2..894d66c1f33a 100644 --- a/libstdc++-v3/src/c++98/mt_allocator.cc +++ b/libstdc++-v3/src/c++98/mt_allocator.cc @@ -1,6 +1,6 @@ // Allocator details. -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/src/c++98/parallel_settings.cc b/libstdc++-v3/src/c++98/parallel_settings.cc index cee5fe4ad4da..363cafdfacc0 100644 --- a/libstdc++-v3/src/c++98/parallel_settings.cc +++ b/libstdc++-v3/src/c++98/parallel_settings.cc @@ -1,6 +1,6 @@ // Default settings for parallel mode -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/src/c++98/pool_allocator.cc b/libstdc++-v3/src/c++98/pool_allocator.cc index bce7ded59f12..a6f7697f6f73 100644 --- a/libstdc++-v3/src/c++98/pool_allocator.cc +++ b/libstdc++-v3/src/c++98/pool_allocator.cc @@ -1,6 +1,6 @@ // Allocator details. -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/src/c++98/stdexcept.cc b/libstdc++-v3/src/c++98/stdexcept.cc index 16a14d80fd41..d54b8ed3c241 100644 --- a/libstdc++-v3/src/c++98/stdexcept.cc +++ b/libstdc++-v3/src/c++98/stdexcept.cc @@ -1,6 +1,6 @@ // Methods for Exception Support for -*- C++ -*- -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/src/c++98/streambuf.cc b/libstdc++-v3/src/c++98/streambuf.cc index 3207798fe348..4346c861bbcf 100644 --- a/libstdc++-v3/src/c++98/streambuf.cc +++ b/libstdc++-v3/src/c++98/streambuf.cc @@ -1,6 +1,6 @@ // Stream buffer classes -*- C++ -*- -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/src/c++98/strstream.cc b/libstdc++-v3/src/c++98/strstream.cc index bf616962bf63..7789d57a66fe 100644 --- a/libstdc++-v3/src/c++98/strstream.cc +++ b/libstdc++-v3/src/c++98/strstream.cc @@ -1,6 +1,6 @@ // strstream definitions -*- C++ -*- -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/src/c++98/tree.cc b/libstdc++-v3/src/c++98/tree.cc index d771cd8e66b9..50fa7cf9f31f 100644 --- a/libstdc++-v3/src/c++98/tree.cc +++ b/libstdc++-v3/src/c++98/tree.cc @@ -1,6 +1,6 @@ // RB tree utilities implementation -*- C++ -*- -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/src/c++98/valarray.cc b/libstdc++-v3/src/c++98/valarray.cc index 7ca8fe98ceb5..298648880a60 100644 --- a/libstdc++-v3/src/c++98/valarray.cc +++ b/libstdc++-v3/src/c++98/valarray.cc @@ -1,6 +1,6 @@ // Explicit instantiation file. -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/src/filesystem/Makefile.am b/libstdc++-v3/src/filesystem/Makefile.am index b599640fb9b7..836bdd390a73 100644 --- a/libstdc++-v3/src/filesystem/Makefile.am +++ b/libstdc++-v3/src/filesystem/Makefile.am @@ -1,6 +1,6 @@ ## Makefile for the GNU C++ Filesystem library. ## -## Copyright (C) 2014-2016 Free Software Foundation, Inc. +## Copyright (C) 2014-2017 Free Software Foundation, Inc. ## ## Process this file with automake to produce Makefile.in. ## diff --git a/libstdc++-v3/src/filesystem/cow-dir.cc b/libstdc++-v3/src/filesystem/cow-dir.cc index f5bf7c89ffc4..4e47bbdd7c85 100644 --- a/libstdc++-v3/src/filesystem/cow-dir.cc +++ b/libstdc++-v3/src/filesystem/cow-dir.cc @@ -1,6 +1,6 @@ // Class filesystem::directory_entry etc. -*- C++ -*- -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/src/filesystem/cow-ops.cc b/libstdc++-v3/src/filesystem/cow-ops.cc index cb74ab66683d..9ad91f0f11a8 100644 --- a/libstdc++-v3/src/filesystem/cow-ops.cc +++ b/libstdc++-v3/src/filesystem/cow-ops.cc @@ -1,6 +1,6 @@ // Filesystem operations -*- C++ -*- -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/src/filesystem/cow-path.cc b/libstdc++-v3/src/filesystem/cow-path.cc index 2b69577e46cb..b216088ca32c 100644 --- a/libstdc++-v3/src/filesystem/cow-path.cc +++ b/libstdc++-v3/src/filesystem/cow-path.cc @@ -1,6 +1,6 @@ // Class filesystem::path -*- C++ -*- -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/src/filesystem/dir.cc b/libstdc++-v3/src/filesystem/dir.cc index 9a63c4a7ff18..c8457bde102b 100644 --- a/libstdc++-v3/src/filesystem/dir.cc +++ b/libstdc++-v3/src/filesystem/dir.cc @@ -1,6 +1,6 @@ // Class filesystem::directory_entry etc. -*- C++ -*- -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/src/filesystem/ops.cc b/libstdc++-v3/src/filesystem/ops.cc index 0dcb1b410fc0..c711de16f066 100644 --- a/libstdc++-v3/src/filesystem/ops.cc +++ b/libstdc++-v3/src/filesystem/ops.cc @@ -1,6 +1,6 @@ // Filesystem operations -*- C++ -*- -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/src/filesystem/path.cc b/libstdc++-v3/src/filesystem/path.cc index f6505fdf12d5..c66d52bf4b07 100644 --- a/libstdc++-v3/src/filesystem/path.cc +++ b/libstdc++-v3/src/filesystem/path.cc @@ -1,6 +1,6 @@ // Class filesystem::path -*- C++ -*- -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/src/shared/hashtable-aux.cc b/libstdc++-v3/src/shared/hashtable-aux.cc index ec9841e06a17..01c01fa31557 100644 --- a/libstdc++-v3/src/shared/hashtable-aux.cc +++ b/libstdc++-v3/src/shared/hashtable-aux.cc @@ -1,6 +1,6 @@ // std::__detail and std::tr1::__detail definitions -*- C++ -*- -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/17_intro/freestanding.cc b/libstdc++-v3/testsuite/17_intro/freestanding.cc index 0c7663a62d3e..3f787a26d172 100644 --- a/libstdc++-v3/testsuite/17_intro/freestanding.cc +++ b/libstdc++-v3/testsuite/17_intro/freestanding.cc @@ -1,7 +1,7 @@ // { dg-options "-lsupc++ -fvtable-verify=none" } // { dg-do run { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/17_intro/headers/c++1998/49745.cc b/libstdc++-v3/testsuite/17_intro/headers/c++1998/49745.cc index 27136cdb7bc7..16bb75d6ea09 100644 --- a/libstdc++-v3/testsuite/17_intro/headers/c++1998/49745.cc +++ b/libstdc++-v3/testsuite/17_intro/headers/c++1998/49745.cc @@ -1,6 +1,6 @@ // { dg-do compile { target *-*-linux* *-*-gnu* } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/17_intro/headers/c++1998/all.cc b/libstdc++-v3/testsuite/17_intro/headers/c++1998/all.cc index 25c0d4299594..171eedb94c16 100644 --- a/libstdc++-v3/testsuite/17_intro/headers/c++1998/all.cc +++ b/libstdc++-v3/testsuite/17_intro/headers/c++1998/all.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/17_intro/headers/c++1998/all_attributes.cc b/libstdc++-v3/testsuite/17_intro/headers/c++1998/all_attributes.cc index 9b3123bc7786..6d6d79803969 100644 --- a/libstdc++-v3/testsuite/17_intro/headers/c++1998/all_attributes.cc +++ b/libstdc++-v3/testsuite/17_intro/headers/c++1998/all_attributes.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/17_intro/headers/c++1998/all_c++200x_compatibility.cc b/libstdc++-v3/testsuite/17_intro/headers/c++1998/all_c++200x_compatibility.cc index 4c0ad0989bca..cc38ece3659c 100644 --- a/libstdc++-v3/testsuite/17_intro/headers/c++1998/all_c++200x_compatibility.cc +++ b/libstdc++-v3/testsuite/17_intro/headers/c++1998/all_c++200x_compatibility.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-options "-Wc++0x-compat -Werror" } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/17_intro/headers/c++1998/all_no_exceptions.cc b/libstdc++-v3/testsuite/17_intro/headers/c++1998/all_no_exceptions.cc index 54ba12366bd1..764b2bfafec3 100644 --- a/libstdc++-v3/testsuite/17_intro/headers/c++1998/all_no_exceptions.cc +++ b/libstdc++-v3/testsuite/17_intro/headers/c++1998/all_no_exceptions.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-options "-fno-exceptions" } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/17_intro/headers/c++1998/all_no_rtti.cc b/libstdc++-v3/testsuite/17_intro/headers/c++1998/all_no_rtti.cc index 308509e59e8c..5db984ffbd5e 100644 --- a/libstdc++-v3/testsuite/17_intro/headers/c++1998/all_no_rtti.cc +++ b/libstdc++-v3/testsuite/17_intro/headers/c++1998/all_no_rtti.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-options "-fno-rtti" } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/17_intro/headers/c++1998/all_pedantic_errors.cc b/libstdc++-v3/testsuite/17_intro/headers/c++1998/all_pedantic_errors.cc index 776894fcdd6d..162519470435 100644 --- a/libstdc++-v3/testsuite/17_intro/headers/c++1998/all_pedantic_errors.cc +++ b/libstdc++-v3/testsuite/17_intro/headers/c++1998/all_pedantic_errors.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-options "-pedantic-errors" } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/17_intro/headers/c++1998/complex.cc b/libstdc++-v3/testsuite/17_intro/headers/c++1998/complex.cc index e6e398fff89c..c4caa9084eb1 100644 --- a/libstdc++-v3/testsuite/17_intro/headers/c++1998/complex.cc +++ b/libstdc++-v3/testsuite/17_intro/headers/c++1998/complex.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/17_intro/headers/c++1998/operator_names.cc b/libstdc++-v3/testsuite/17_intro/headers/c++1998/operator_names.cc index f20b77d37e7d..37a5adedac09 100644 --- a/libstdc++-v3/testsuite/17_intro/headers/c++1998/operator_names.cc +++ b/libstdc++-v3/testsuite/17_intro/headers/c++1998/operator_names.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-options "-fno-operator-names" } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/17_intro/headers/c++1998/stdc++.cc b/libstdc++-v3/testsuite/17_intro/headers/c++1998/stdc++.cc index 5404917f5e39..68a8b0dfb0f0 100644 --- a/libstdc++-v3/testsuite/17_intro/headers/c++1998/stdc++.cc +++ b/libstdc++-v3/testsuite/17_intro/headers/c++1998/stdc++.cc @@ -3,7 +3,7 @@ // { dg-do compile } // 1999-05-12 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/17_intro/headers/c++1998/stdc++_assert_neg.cc b/libstdc++-v3/testsuite/17_intro/headers/c++1998/stdc++_assert_neg.cc index 3cf595bdfc70..76999c4fde44 100644 --- a/libstdc++-v3/testsuite/17_intro/headers/c++1998/stdc++_assert_neg.cc +++ b/libstdc++-v3/testsuite/17_intro/headers/c++1998/stdc++_assert_neg.cc @@ -5,7 +5,7 @@ // 2005-05-24 bkoz -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/17_intro/headers/c++1998/stdc++_multiple_inclusion.cc b/libstdc++-v3/testsuite/17_intro/headers/c++1998/stdc++_multiple_inclusion.cc index f8f98cb77675..24e2613c2a64 100644 --- a/libstdc++-v3/testsuite/17_intro/headers/c++1998/stdc++_multiple_inclusion.cc +++ b/libstdc++-v3/testsuite/17_intro/headers/c++1998/stdc++_multiple_inclusion.cc @@ -3,7 +3,7 @@ // { dg-do compile } // 1999-05-12 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/17_intro/headers/c++2011/42319.cc b/libstdc++-v3/testsuite/17_intro/headers/c++2011/42319.cc index cea2701ac652..08f0b1f0fd19 100644 --- a/libstdc++-v3/testsuite/17_intro/headers/c++2011/42319.cc +++ b/libstdc++-v3/testsuite/17_intro/headers/c++2011/42319.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-options "-std=gnu++11" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/17_intro/headers/c++2011/67309.cc b/libstdc++-v3/testsuite/17_intro/headers/c++2011/67309.cc index 9ddf061758c1..be74e36dd035 100644 --- a/libstdc++-v3/testsuite/17_intro/headers/c++2011/67309.cc +++ b/libstdc++-v3/testsuite/17_intro/headers/c++2011/67309.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/17_intro/headers/c++2011/all_attributes.cc b/libstdc++-v3/testsuite/17_intro/headers/c++2011/all_attributes.cc index 3d1f8fe3b3c5..415ece0296f3 100644 --- a/libstdc++-v3/testsuite/17_intro/headers/c++2011/all_attributes.cc +++ b/libstdc++-v3/testsuite/17_intro/headers/c++2011/all_attributes.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/17_intro/headers/c++2011/all_no_exceptions.cc b/libstdc++-v3/testsuite/17_intro/headers/c++2011/all_no_exceptions.cc index 049100e4a29c..0d1d5b720be8 100644 --- a/libstdc++-v3/testsuite/17_intro/headers/c++2011/all_no_exceptions.cc +++ b/libstdc++-v3/testsuite/17_intro/headers/c++2011/all_no_exceptions.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-options "-std=gnu++11 -fno-exceptions" } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/17_intro/headers/c++2011/all_no_rtti.cc b/libstdc++-v3/testsuite/17_intro/headers/c++2011/all_no_rtti.cc index c87c5e89dee1..2cad7bde7b03 100644 --- a/libstdc++-v3/testsuite/17_intro/headers/c++2011/all_no_rtti.cc +++ b/libstdc++-v3/testsuite/17_intro/headers/c++2011/all_no_rtti.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-options "-std=gnu++11 -fno-rtti" } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/17_intro/headers/c++2011/all_pedantic_errors.cc b/libstdc++-v3/testsuite/17_intro/headers/c++2011/all_pedantic_errors.cc index 1bc030cbc131..622d780a125f 100644 --- a/libstdc++-v3/testsuite/17_intro/headers/c++2011/all_pedantic_errors.cc +++ b/libstdc++-v3/testsuite/17_intro/headers/c++2011/all_pedantic_errors.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-options "-std=gnu++11 -pedantic-errors" } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/17_intro/headers/c++2011/linkage.cc b/libstdc++-v3/testsuite/17_intro/headers/c++2011/linkage.cc index bb56dbf16bb8..b6e04873c521 100644 --- a/libstdc++-v3/testsuite/17_intro/headers/c++2011/linkage.cc +++ b/libstdc++-v3/testsuite/17_intro/headers/c++2011/linkage.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/17_intro/headers/c++2011/operator_names.cc b/libstdc++-v3/testsuite/17_intro/headers/c++2011/operator_names.cc index 6204a2415aa6..b194fccb3709 100644 --- a/libstdc++-v3/testsuite/17_intro/headers/c++2011/operator_names.cc +++ b/libstdc++-v3/testsuite/17_intro/headers/c++2011/operator_names.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-options "-std=gnu++11 -fno-operator-names" } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/17_intro/headers/c++2011/stdc++.cc b/libstdc++-v3/testsuite/17_intro/headers/c++2011/stdc++.cc index 40bced7ca09f..1e9340cd3993 100644 --- a/libstdc++-v3/testsuite/17_intro/headers/c++2011/stdc++.cc +++ b/libstdc++-v3/testsuite/17_intro/headers/c++2011/stdc++.cc @@ -3,7 +3,7 @@ // { dg-additional-options "-Wall -Wsystem-headers" { target *-*-freebsd* *-*-dragonfly* } } // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/17_intro/headers/c++2011/stdc++_multiple_inclusion.cc b/libstdc++-v3/testsuite/17_intro/headers/c++2011/stdc++_multiple_inclusion.cc index 59f77486dee3..66288edb0af0 100644 --- a/libstdc++-v3/testsuite/17_intro/headers/c++2011/stdc++_multiple_inclusion.cc +++ b/libstdc++-v3/testsuite/17_intro/headers/c++2011/stdc++_multiple_inclusion.cc @@ -3,7 +3,7 @@ // { dg-additional-options "-Wall -Wsystem-headers" { target *-*-freebsd* *-*-dragonfly* } } // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/17_intro/headers/c++2014/all_attributes.cc b/libstdc++-v3/testsuite/17_intro/headers/c++2014/all_attributes.cc index d2e842555a2d..d4ef52412a3c 100644 --- a/libstdc++-v3/testsuite/17_intro/headers/c++2014/all_attributes.cc +++ b/libstdc++-v3/testsuite/17_intro/headers/c++2014/all_attributes.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/17_intro/headers/c++2014/all_no_exceptions.cc b/libstdc++-v3/testsuite/17_intro/headers/c++2014/all_no_exceptions.cc index 3d22eb84a225..622dc0249094 100644 --- a/libstdc++-v3/testsuite/17_intro/headers/c++2014/all_no_exceptions.cc +++ b/libstdc++-v3/testsuite/17_intro/headers/c++2014/all_no_exceptions.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-options "-std=gnu++14 -fno-exceptions" } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/17_intro/headers/c++2014/all_no_rtti.cc b/libstdc++-v3/testsuite/17_intro/headers/c++2014/all_no_rtti.cc index ff136d2b20c9..60d822f30358 100644 --- a/libstdc++-v3/testsuite/17_intro/headers/c++2014/all_no_rtti.cc +++ b/libstdc++-v3/testsuite/17_intro/headers/c++2014/all_no_rtti.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-options "-std=gnu++14 -fno-rtti" } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/17_intro/headers/c++2014/all_pedantic_errors.cc b/libstdc++-v3/testsuite/17_intro/headers/c++2014/all_pedantic_errors.cc index b3a79c7fab8a..15eb4a0d99ea 100644 --- a/libstdc++-v3/testsuite/17_intro/headers/c++2014/all_pedantic_errors.cc +++ b/libstdc++-v3/testsuite/17_intro/headers/c++2014/all_pedantic_errors.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-options "-std=gnu++14 -pedantic-errors" } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/17_intro/headers/c++2014/operator_names.cc b/libstdc++-v3/testsuite/17_intro/headers/c++2014/operator_names.cc index ace7bd5bd99e..0c52bd471183 100644 --- a/libstdc++-v3/testsuite/17_intro/headers/c++2014/operator_names.cc +++ b/libstdc++-v3/testsuite/17_intro/headers/c++2014/operator_names.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-options "-std=gnu++14 -fno-operator-names" } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/17_intro/headers/c++2014/stdc++.cc b/libstdc++-v3/testsuite/17_intro/headers/c++2014/stdc++.cc index cd74e7b98e21..9af05af9e486 100644 --- a/libstdc++-v3/testsuite/17_intro/headers/c++2014/stdc++.cc +++ b/libstdc++-v3/testsuite/17_intro/headers/c++2014/stdc++.cc @@ -3,7 +3,7 @@ // { dg-additional-options "-Wall -Wsystem-headers" { target *-*-freebsd* *-*-dragonfly* } } // { dg-do compile } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/17_intro/headers/c++2014/stdc++_multiple_inclusion.cc b/libstdc++-v3/testsuite/17_intro/headers/c++2014/stdc++_multiple_inclusion.cc index 38057238b84b..b2960f74ce19 100644 --- a/libstdc++-v3/testsuite/17_intro/headers/c++2014/stdc++_multiple_inclusion.cc +++ b/libstdc++-v3/testsuite/17_intro/headers/c++2014/stdc++_multiple_inclusion.cc @@ -3,7 +3,7 @@ // { dg-additional-options "-Wall -Wsystem-headers" { target *-*-freebsd* *-*-dragonfly* } } // { dg-do compile } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/17_intro/shared_with_static_deps.cc b/libstdc++-v3/testsuite/17_intro/shared_with_static_deps.cc index dbe6feeadbeb..d49b4b01dab5 100644 --- a/libstdc++-v3/testsuite/17_intro/shared_with_static_deps.cc +++ b/libstdc++-v3/testsuite/17_intro/shared_with_static_deps.cc @@ -4,7 +4,7 @@ // { dg-require-effective-target fpic } // { dg-options "-shared -fPIC -static-libgcc -static-libstdc++" } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/17_intro/static.cc b/libstdc++-v3/testsuite/17_intro/static.cc index e7b26bf06f9c..9bb56ba1cd4c 100644 --- a/libstdc++-v3/testsuite/17_intro/static.cc +++ b/libstdc++-v3/testsuite/17_intro/static.cc @@ -2,7 +2,7 @@ // { dg-require-static-libstdcxx } // { dg-options "-static-libstdc++" } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/17_intro/tag_type_explicit_ctor.cc b/libstdc++-v3/testsuite/17_intro/tag_type_explicit_ctor.cc index 8046f12243ef..ffe6304e551d 100644 --- a/libstdc++-v3/testsuite/17_intro/tag_type_explicit_ctor.cc +++ b/libstdc++-v3/testsuite/17_intro/tag_type_explicit_ctor.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/17_intro/using_namespace_std.cc b/libstdc++-v3/testsuite/17_intro/using_namespace_std.cc index 4c1eb3542cbe..4bc3238704aa 100644 --- a/libstdc++-v3/testsuite/17_intro/using_namespace_std.cc +++ b/libstdc++-v3/testsuite/17_intro/using_namespace_std.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/17_intro/using_namespace_std_exp_neg.cc b/libstdc++-v3/testsuite/17_intro/using_namespace_std_exp_neg.cc index 22196e366438..8016e2140f5e 100644 --- a/libstdc++-v3/testsuite/17_intro/using_namespace_std_exp_neg.cc +++ b/libstdc++-v3/testsuite/17_intro/using_namespace_std_exp_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/17_intro/using_namespace_std_tr1_neg.cc b/libstdc++-v3/testsuite/17_intro/using_namespace_std_tr1_neg.cc index 7cd2ab9231bb..cea6e986e8a2 100644 --- a/libstdc++-v3/testsuite/17_intro/using_namespace_std_tr1_neg.cc +++ b/libstdc++-v3/testsuite/17_intro/using_namespace_std_tr1_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/18_support/50594.cc b/libstdc++-v3/testsuite/18_support/50594.cc index fb49bf84e16c..d39ea442bbfb 100644 --- a/libstdc++-v3/testsuite/18_support/50594.cc +++ b/libstdc++-v3/testsuite/18_support/50594.cc @@ -2,7 +2,7 @@ // { dg-additional-options "-static-libstdc++" { target *-*-mingw* } } // { dg-xfail-run-if "AIX operator new" { powerpc-ibm-aix* } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/18_support/bad_alloc/cons_virtual_derivation.cc b/libstdc++-v3/testsuite/18_support/bad_alloc/cons_virtual_derivation.cc index 2bc4a9529663..8a3e2ebede14 100644 --- a/libstdc++-v3/testsuite/18_support/bad_alloc/cons_virtual_derivation.cc +++ b/libstdc++-v3/testsuite/18_support/bad_alloc/cons_virtual_derivation.cc @@ -1,6 +1,6 @@ // 2007-05-29 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/18_support/bad_alloc/what.cc b/libstdc++-v3/testsuite/18_support/bad_alloc/what.cc index c12852bf0b87..14efe6590307 100644 --- a/libstdc++-v3/testsuite/18_support/bad_alloc/what.cc +++ b/libstdc++-v3/testsuite/18_support/bad_alloc/what.cc @@ -1,6 +1,6 @@ // 2007-01-30 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/18_support/bad_cast/cons_virtual_derivation.cc b/libstdc++-v3/testsuite/18_support/bad_cast/cons_virtual_derivation.cc index 5f5c41b981c7..0c2ff81fcbc0 100644 --- a/libstdc++-v3/testsuite/18_support/bad_cast/cons_virtual_derivation.cc +++ b/libstdc++-v3/testsuite/18_support/bad_cast/cons_virtual_derivation.cc @@ -1,6 +1,6 @@ // 2007-05-29 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/18_support/bad_cast/what.cc b/libstdc++-v3/testsuite/18_support/bad_cast/what.cc index b960660955ca..9682cf268b68 100644 --- a/libstdc++-v3/testsuite/18_support/bad_cast/what.cc +++ b/libstdc++-v3/testsuite/18_support/bad_cast/what.cc @@ -1,6 +1,6 @@ // 2007-01-30 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/18_support/bad_exception/23591_thread-1.c b/libstdc++-v3/testsuite/18_support/bad_exception/23591_thread-1.c index 6e5138b27d91..9064edc2a166 100644 --- a/libstdc++-v3/testsuite/18_support/bad_exception/23591_thread-1.c +++ b/libstdc++-v3/testsuite/18_support/bad_exception/23591_thread-1.c @@ -2,7 +2,7 @@ // { dg-skip-if "invalid options for C" { *-*-* } { "-std=c++??" "-std=gnu++??" } } // { dg-options "-g -O2 -pthread -ldl -x c -fvtable-verify=none -Wno-pedantic" { target *-*-linux* *-*-gnu* *-*-solaris2.1[2-9]* } } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/18_support/bad_exception/59392.cc b/libstdc++-v3/testsuite/18_support/bad_exception/59392.cc index 717f229850fb..14c59c50d777 100644 --- a/libstdc++-v3/testsuite/18_support/bad_exception/59392.cc +++ b/libstdc++-v3/testsuite/18_support/bad_exception/59392.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/18_support/bad_exception/cons_virtual_derivation.cc b/libstdc++-v3/testsuite/18_support/bad_exception/cons_virtual_derivation.cc index 769c57281abf..6bd6c7402041 100644 --- a/libstdc++-v3/testsuite/18_support/bad_exception/cons_virtual_derivation.cc +++ b/libstdc++-v3/testsuite/18_support/bad_exception/cons_virtual_derivation.cc @@ -1,6 +1,6 @@ // 2007-05-29 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/18_support/bad_exception/what.cc b/libstdc++-v3/testsuite/18_support/bad_exception/what.cc index 28df237a743a..d037ff517b62 100644 --- a/libstdc++-v3/testsuite/18_support/bad_exception/what.cc +++ b/libstdc++-v3/testsuite/18_support/bad_exception/what.cc @@ -1,6 +1,6 @@ // 2007-01-30 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/18_support/bad_typeid/cons_virtual_derivation.cc b/libstdc++-v3/testsuite/18_support/bad_typeid/cons_virtual_derivation.cc index 4f4d1851ad7c..2bf82cda7556 100644 --- a/libstdc++-v3/testsuite/18_support/bad_typeid/cons_virtual_derivation.cc +++ b/libstdc++-v3/testsuite/18_support/bad_typeid/cons_virtual_derivation.cc @@ -1,6 +1,6 @@ // 2007-05-29 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/18_support/bad_typeid/what.cc b/libstdc++-v3/testsuite/18_support/bad_typeid/what.cc index 633175b24408..3d96f0c772ac 100644 --- a/libstdc++-v3/testsuite/18_support/bad_typeid/what.cc +++ b/libstdc++-v3/testsuite/18_support/bad_typeid/what.cc @@ -1,6 +1,6 @@ // 2007-01-30 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/18_support/cxa_vec.cc b/libstdc++-v3/testsuite/18_support/cxa_vec.cc index e7126552ac27..afa2ea5be333 100644 --- a/libstdc++-v3/testsuite/18_support/cxa_vec.cc +++ b/libstdc++-v3/testsuite/18_support/cxa_vec.cc @@ -2,7 +2,7 @@ // Avoid use of non-overridable new/delete operators in shared // { dg-options "-static" { target *-*-mingw* } } // Test __cxa_vec routines -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 7 Apr 2000 #include diff --git a/libstdc++-v3/testsuite/18_support/exception/38732.cc b/libstdc++-v3/testsuite/18_support/exception/38732.cc index 926c47d04dd4..bd92cb0221a1 100644 --- a/libstdc++-v3/testsuite/18_support/exception/38732.cc +++ b/libstdc++-v3/testsuite/18_support/exception/38732.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/18_support/exception/what.cc b/libstdc++-v3/testsuite/18_support/exception/what.cc index 334923de1ae5..2d68503573ea 100644 --- a/libstdc++-v3/testsuite/18_support/exception/what.cc +++ b/libstdc++-v3/testsuite/18_support/exception/what.cc @@ -1,6 +1,6 @@ // 2007-01-30 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/18_support/exception_ptr/40296.cc b/libstdc++-v3/testsuite/18_support/exception_ptr/40296.cc index 74307cc06eb3..09d4f382effc 100644 --- a/libstdc++-v3/testsuite/18_support/exception_ptr/40296.cc +++ b/libstdc++-v3/testsuite/18_support/exception_ptr/40296.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-atomic-builtins "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/18_support/exception_ptr/60612-terminate.cc b/libstdc++-v3/testsuite/18_support/exception_ptr/60612-terminate.cc index c00e28746ad8..5d20f27307bc 100644 --- a/libstdc++-v3/testsuite/18_support/exception_ptr/60612-terminate.cc +++ b/libstdc++-v3/testsuite/18_support/exception_ptr/60612-terminate.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-atomic-builtins "" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/18_support/exception_ptr/60612-unexpected.cc b/libstdc++-v3/testsuite/18_support/exception_ptr/60612-unexpected.cc index 2b5ec2dce545..c4786274102e 100644 --- a/libstdc++-v3/testsuite/18_support/exception_ptr/60612-unexpected.cc +++ b/libstdc++-v3/testsuite/18_support/exception_ptr/60612-unexpected.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-atomic-builtins "" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/18_support/exception_ptr/62258.cc b/libstdc++-v3/testsuite/18_support/exception_ptr/62258.cc index c83d5fb893e1..10eb75475960 100644 --- a/libstdc++-v3/testsuite/18_support/exception_ptr/62258.cc +++ b/libstdc++-v3/testsuite/18_support/exception_ptr/62258.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-atomic-builtins "" } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/18_support/exception_ptr/64241.cc b/libstdc++-v3/testsuite/18_support/exception_ptr/64241.cc index c1e9a05943f7..a94ae84684f9 100644 --- a/libstdc++-v3/testsuite/18_support/exception_ptr/64241.cc +++ b/libstdc++-v3/testsuite/18_support/exception_ptr/64241.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/18_support/exception_ptr/current_exception.cc b/libstdc++-v3/testsuite/18_support/exception_ptr/current_exception.cc index 79459ebab60a..5f83ddc26408 100644 --- a/libstdc++-v3/testsuite/18_support/exception_ptr/current_exception.cc +++ b/libstdc++-v3/testsuite/18_support/exception_ptr/current_exception.cc @@ -3,7 +3,7 @@ // 2008-05-25 Sebastian Redl -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/18_support/exception_ptr/lifespan.cc b/libstdc++-v3/testsuite/18_support/exception_ptr/lifespan.cc index ada652e74360..51b3858cd1f7 100644 --- a/libstdc++-v3/testsuite/18_support/exception_ptr/lifespan.cc +++ b/libstdc++-v3/testsuite/18_support/exception_ptr/lifespan.cc @@ -3,7 +3,7 @@ // 2008-05-25 Sebastian Redl -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/18_support/exception_ptr/make_exception_ptr.cc b/libstdc++-v3/testsuite/18_support/exception_ptr/make_exception_ptr.cc index b9ded3589f0f..184b4ded60f7 100644 --- a/libstdc++-v3/testsuite/18_support/exception_ptr/make_exception_ptr.cc +++ b/libstdc++-v3/testsuite/18_support/exception_ptr/make_exception_ptr.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-atomic-builtins "" } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/18_support/exception_ptr/make_exception_ptr_2.cc b/libstdc++-v3/testsuite/18_support/exception_ptr/make_exception_ptr_2.cc index 3787777c9cfa..3893f5f36760 100644 --- a/libstdc++-v3/testsuite/18_support/exception_ptr/make_exception_ptr_2.cc +++ b/libstdc++-v3/testsuite/18_support/exception_ptr/make_exception_ptr_2.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-atomic-builtins "" } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/18_support/exception_ptr/move.cc b/libstdc++-v3/testsuite/18_support/exception_ptr/move.cc index 6318bc4e6e05..bb18a467c467 100644 --- a/libstdc++-v3/testsuite/18_support/exception_ptr/move.cc +++ b/libstdc++-v3/testsuite/18_support/exception_ptr/move.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-atomic-builtins "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/18_support/exception_ptr/requirements.cc b/libstdc++-v3/testsuite/18_support/exception_ptr/requirements.cc index b3b9e0c33d6e..fd47be8e9dff 100644 --- a/libstdc++-v3/testsuite/18_support/exception_ptr/requirements.cc +++ b/libstdc++-v3/testsuite/18_support/exception_ptr/requirements.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-atomic-builtins "" } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/18_support/exception_ptr/requirements_neg.cc b/libstdc++-v3/testsuite/18_support/exception_ptr/requirements_neg.cc index b80d68818549..7289cf31b07f 100644 --- a/libstdc++-v3/testsuite/18_support/exception_ptr/requirements_neg.cc +++ b/libstdc++-v3/testsuite/18_support/exception_ptr/requirements_neg.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-atomic-builtins "" } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/18_support/exception_ptr/rethrow_exception.cc b/libstdc++-v3/testsuite/18_support/exception_ptr/rethrow_exception.cc index 567af32e9472..288c7ef1e26e 100644 --- a/libstdc++-v3/testsuite/18_support/exception_ptr/rethrow_exception.cc +++ b/libstdc++-v3/testsuite/18_support/exception_ptr/rethrow_exception.cc @@ -3,7 +3,7 @@ // 2008-05-25 Sebastian Redl -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/18_support/free_eh_pool.cc b/libstdc++-v3/testsuite/18_support/free_eh_pool.cc index 9712d3d7619d..5ed0e63ccc5c 100644 --- a/libstdc++-v3/testsuite/18_support/free_eh_pool.cc +++ b/libstdc++-v3/testsuite/18_support/free_eh_pool.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/18_support/headers/cfloat/values.cc b/libstdc++-v3/testsuite/18_support/headers/cfloat/values.cc index aa74f0badd5a..492ebb9519c7 100644 --- a/libstdc++-v3/testsuite/18_support/headers/cfloat/values.cc +++ b/libstdc++-v3/testsuite/18_support/headers/cfloat/values.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/18_support/headers/climits/values.cc b/libstdc++-v3/testsuite/18_support/headers/climits/values.cc index 8b8d43c5bb2e..0b6d548c6bf5 100644 --- a/libstdc++-v3/testsuite/18_support/headers/climits/values.cc +++ b/libstdc++-v3/testsuite/18_support/headers/climits/values.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/18_support/headers/csetjmp/functions_std.cc b/libstdc++-v3/testsuite/18_support/headers/csetjmp/functions_std.cc index 676655428501..e620d4ad3bcb 100644 --- a/libstdc++-v3/testsuite/18_support/headers/csetjmp/functions_std.cc +++ b/libstdc++-v3/testsuite/18_support/headers/csetjmp/functions_std.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/18_support/headers/csetjmp/macros.cc b/libstdc++-v3/testsuite/18_support/headers/csetjmp/macros.cc index 2fbea2147a3a..0be2f2e99507 100644 --- a/libstdc++-v3/testsuite/18_support/headers/csetjmp/macros.cc +++ b/libstdc++-v3/testsuite/18_support/headers/csetjmp/macros.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/18_support/headers/csetjmp/types_std.cc b/libstdc++-v3/testsuite/18_support/headers/csetjmp/types_std.cc index 14c47a8475d5..54613a763702 100644 --- a/libstdc++-v3/testsuite/18_support/headers/csetjmp/types_std.cc +++ b/libstdc++-v3/testsuite/18_support/headers/csetjmp/types_std.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/18_support/headers/csignal/functions_std.cc b/libstdc++-v3/testsuite/18_support/headers/csignal/functions_std.cc index 770467218782..371d9db7ec2d 100644 --- a/libstdc++-v3/testsuite/18_support/headers/csignal/functions_std.cc +++ b/libstdc++-v3/testsuite/18_support/headers/csignal/functions_std.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/18_support/headers/csignal/macros.cc b/libstdc++-v3/testsuite/18_support/headers/csignal/macros.cc index ca1536500bbc..964952d83e99 100644 --- a/libstdc++-v3/testsuite/18_support/headers/csignal/macros.cc +++ b/libstdc++-v3/testsuite/18_support/headers/csignal/macros.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/18_support/headers/csignal/types_std.cc b/libstdc++-v3/testsuite/18_support/headers/csignal/types_std.cc index 736c7f545b77..a1792dc54511 100644 --- a/libstdc++-v3/testsuite/18_support/headers/csignal/types_std.cc +++ b/libstdc++-v3/testsuite/18_support/headers/csignal/types_std.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/18_support/headers/cstdalign/std_c++0x_neg.cc b/libstdc++-v3/testsuite/18_support/headers/cstdalign/std_c++0x_neg.cc index fdd28ac1455d..14c45d83c37b 100644 --- a/libstdc++-v3/testsuite/18_support/headers/cstdalign/std_c++0x_neg.cc +++ b/libstdc++-v3/testsuite/18_support/headers/cstdalign/std_c++0x_neg.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-options "-std=gnu++98" } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/18_support/headers/cstdarg/macros.cc b/libstdc++-v3/testsuite/18_support/headers/cstdarg/macros.cc index 4dd545344ef5..9059c7bfb015 100644 --- a/libstdc++-v3/testsuite/18_support/headers/cstdarg/macros.cc +++ b/libstdc++-v3/testsuite/18_support/headers/cstdarg/macros.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/18_support/headers/cstdarg/types_std.cc b/libstdc++-v3/testsuite/18_support/headers/cstdarg/types_std.cc index 208f3421385c..967ac89422c9 100644 --- a/libstdc++-v3/testsuite/18_support/headers/cstdarg/types_std.cc +++ b/libstdc++-v3/testsuite/18_support/headers/cstdarg/types_std.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/18_support/headers/cstdbool/macros.cc b/libstdc++-v3/testsuite/18_support/headers/cstdbool/macros.cc index 8504741b0983..77718544d6cf 100644 --- a/libstdc++-v3/testsuite/18_support/headers/cstdbool/macros.cc +++ b/libstdc++-v3/testsuite/18_support/headers/cstdbool/macros.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/18_support/headers/cstdbool/std_c++0x_neg.cc b/libstdc++-v3/testsuite/18_support/headers/cstdbool/std_c++0x_neg.cc index 8d11e1ef2f6b..67a3eea8be92 100644 --- a/libstdc++-v3/testsuite/18_support/headers/cstdbool/std_c++0x_neg.cc +++ b/libstdc++-v3/testsuite/18_support/headers/cstdbool/std_c++0x_neg.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-options "-std=gnu++98" } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/18_support/headers/cstddef/macros.cc b/libstdc++-v3/testsuite/18_support/headers/cstddef/macros.cc index edc56d29a5c4..784db2a52b34 100644 --- a/libstdc++-v3/testsuite/18_support/headers/cstddef/macros.cc +++ b/libstdc++-v3/testsuite/18_support/headers/cstddef/macros.cc @@ -2,7 +2,7 @@ // { dg-options "-Wno-conversion-null" } // 2001-02-06 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/18_support/headers/cstddef/types_std.cc b/libstdc++-v3/testsuite/18_support/headers/cstddef/types_std.cc index 3e47348b088e..3197dee2dd80 100644 --- a/libstdc++-v3/testsuite/18_support/headers/cstddef/types_std.cc +++ b/libstdc++-v3/testsuite/18_support/headers/cstddef/types_std.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/18_support/headers/cstdint/std_c++0x_neg.cc b/libstdc++-v3/testsuite/18_support/headers/cstdint/std_c++0x_neg.cc index 55b62a589e85..b1f6ae90cca9 100644 --- a/libstdc++-v3/testsuite/18_support/headers/cstdint/std_c++0x_neg.cc +++ b/libstdc++-v3/testsuite/18_support/headers/cstdint/std_c++0x_neg.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-options "-std=gnu++98" } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/18_support/headers/cstdint/types_std_c++0x.cc b/libstdc++-v3/testsuite/18_support/headers/cstdint/types_std_c++0x.cc index b24df12c2e51..81df825a7cba 100644 --- a/libstdc++-v3/testsuite/18_support/headers/cstdint/types_std_c++0x.cc +++ b/libstdc++-v3/testsuite/18_support/headers/cstdint/types_std_c++0x.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/18_support/headers/cstdlib/functions_std.cc b/libstdc++-v3/testsuite/18_support/headers/cstdlib/functions_std.cc index 000e57c2f658..7412b77b8ac3 100644 --- a/libstdc++-v3/testsuite/18_support/headers/cstdlib/functions_std.cc +++ b/libstdc++-v3/testsuite/18_support/headers/cstdlib/functions_std.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/18_support/headers/cstdlib/macros.cc b/libstdc++-v3/testsuite/18_support/headers/cstdlib/macros.cc index 456654022a4e..83cfcc8e0e29 100644 --- a/libstdc++-v3/testsuite/18_support/headers/cstdlib/macros.cc +++ b/libstdc++-v3/testsuite/18_support/headers/cstdlib/macros.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-02-06 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/18_support/headers/ctime/functions_std.cc b/libstdc++-v3/testsuite/18_support/headers/ctime/functions_std.cc index 7bf4b4cbd876..534803365547 100644 --- a/libstdc++-v3/testsuite/18_support/headers/ctime/functions_std.cc +++ b/libstdc++-v3/testsuite/18_support/headers/ctime/functions_std.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/18_support/headers/ctime/macros.cc b/libstdc++-v3/testsuite/18_support/headers/ctime/macros.cc index 8d0723b6e12a..c6ef14a4fbd5 100644 --- a/libstdc++-v3/testsuite/18_support/headers/ctime/macros.cc +++ b/libstdc++-v3/testsuite/18_support/headers/ctime/macros.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/18_support/headers/ctime/types_std.cc b/libstdc++-v3/testsuite/18_support/headers/ctime/types_std.cc index 6eb39261d613..3b2a61617861 100644 --- a/libstdc++-v3/testsuite/18_support/headers/ctime/types_std.cc +++ b/libstdc++-v3/testsuite/18_support/headers/ctime/types_std.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/18_support/headers/exception/synopsis.cc b/libstdc++-v3/testsuite/18_support/headers/exception/synopsis.cc index e6d611eccf92..dc2d81614953 100644 --- a/libstdc++-v3/testsuite/18_support/headers/exception/synopsis.cc +++ b/libstdc++-v3/testsuite/18_support/headers/exception/synopsis.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/18_support/headers/exception/types_std.cc b/libstdc++-v3/testsuite/18_support/headers/exception/types_std.cc index a495043b53bf..4bca9a005458 100644 --- a/libstdc++-v3/testsuite/18_support/headers/exception/types_std.cc +++ b/libstdc++-v3/testsuite/18_support/headers/exception/types_std.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/18_support/headers/limits/synopsis.cc b/libstdc++-v3/testsuite/18_support/headers/limits/synopsis.cc index d9458790c27a..e298374920b4 100644 --- a/libstdc++-v3/testsuite/18_support/headers/limits/synopsis.cc +++ b/libstdc++-v3/testsuite/18_support/headers/limits/synopsis.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/18_support/headers/new/synopsis.cc b/libstdc++-v3/testsuite/18_support/headers/new/synopsis.cc index 8013eea10575..3f677b3c5bc3 100644 --- a/libstdc++-v3/testsuite/18_support/headers/new/synopsis.cc +++ b/libstdc++-v3/testsuite/18_support/headers/new/synopsis.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/18_support/headers/new/synopsis_cxx98.cc b/libstdc++-v3/testsuite/18_support/headers/new/synopsis_cxx98.cc index 2b2abd2bbdc2..e3dc8e286364 100644 --- a/libstdc++-v3/testsuite/18_support/headers/new/synopsis_cxx98.cc +++ b/libstdc++-v3/testsuite/18_support/headers/new/synopsis_cxx98.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++98" } // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/18_support/headers/new/types_std.cc b/libstdc++-v3/testsuite/18_support/headers/new/types_std.cc index 0102d8a76d68..fe488e3ae3d0 100644 --- a/libstdc++-v3/testsuite/18_support/headers/new/types_std.cc +++ b/libstdc++-v3/testsuite/18_support/headers/new/types_std.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/18_support/headers/typeinfo/synopsis.cc b/libstdc++-v3/testsuite/18_support/headers/typeinfo/synopsis.cc index cbee68469915..a476e52a2995 100644 --- a/libstdc++-v3/testsuite/18_support/headers/typeinfo/synopsis.cc +++ b/libstdc++-v3/testsuite/18_support/headers/typeinfo/synopsis.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/18_support/headers/typeinfo/types_std.cc b/libstdc++-v3/testsuite/18_support/headers/typeinfo/types_std.cc index 394dc5b1698e..3f02ac3a678a 100644 --- a/libstdc++-v3/testsuite/18_support/headers/typeinfo/types_std.cc +++ b/libstdc++-v3/testsuite/18_support/headers/typeinfo/types_std.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/18_support/initializer_list/constexpr.cc b/libstdc++-v3/testsuite/18_support/initializer_list/constexpr.cc index 4547c6c98b7b..bd8f0e87a214 100644 --- a/libstdc++-v3/testsuite/18_support/initializer_list/constexpr.cc +++ b/libstdc++-v3/testsuite/18_support/initializer_list/constexpr.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/18_support/initializer_list/range_access.cc b/libstdc++-v3/testsuite/18_support/initializer_list/range_access.cc index 424628c846a8..4eacf3cf01fa 100644 --- a/libstdc++-v3/testsuite/18_support/initializer_list/range_access.cc +++ b/libstdc++-v3/testsuite/18_support/initializer_list/range_access.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/18_support/initializer_list/requirements/constexpr_functions.cc b/libstdc++-v3/testsuite/18_support/initializer_list/requirements/constexpr_functions.cc index 15fe525907b6..6f13ec26d97a 100644 --- a/libstdc++-v3/testsuite/18_support/initializer_list/requirements/constexpr_functions.cc +++ b/libstdc++-v3/testsuite/18_support/initializer_list/requirements/constexpr_functions.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/18_support/initializer_list/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/18_support/initializer_list/requirements/explicit_instantiation.cc index 5f768fb3e84b..86550262caeb 100644 --- a/libstdc++-v3/testsuite/18_support/initializer_list/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/18_support/initializer_list/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // 2009-05-27 Benjamin Kosnik -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/18_support/initializer_list/requirements/typedefs.cc b/libstdc++-v3/testsuite/18_support/initializer_list/requirements/typedefs.cc index 0e00f7a30fe6..e5e542f3d3d5 100644 --- a/libstdc++-v3/testsuite/18_support/initializer_list/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/18_support/initializer_list/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // 2009-05-27 Benjamin Kosnik -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/18_support/launder/1.cc b/libstdc++-v3/testsuite/18_support/launder/1.cc index 51096a3563d8..022e6cf58397 100644 --- a/libstdc++-v3/testsuite/18_support/launder/1.cc +++ b/libstdc++-v3/testsuite/18_support/launder/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/18_support/launder/requirements.cc b/libstdc++-v3/testsuite/18_support/launder/requirements.cc index c1bf5adf2ef0..896a00380169 100644 --- a/libstdc++-v3/testsuite/18_support/launder/requirements.cc +++ b/libstdc++-v3/testsuite/18_support/launder/requirements.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/18_support/launder/requirements_neg.cc b/libstdc++-v3/testsuite/18_support/launder/requirements_neg.cc index 87180ea819ac..38759c061a93 100644 --- a/libstdc++-v3/testsuite/18_support/launder/requirements_neg.cc +++ b/libstdc++-v3/testsuite/18_support/launder/requirements_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/18_support/max_align_t/requirements/1.cc b/libstdc++-v3/testsuite/18_support/max_align_t/requirements/1.cc index 33e4ed62fe24..cc52fe879a51 100644 --- a/libstdc++-v3/testsuite/18_support/max_align_t/requirements/1.cc +++ b/libstdc++-v3/testsuite/18_support/max_align_t/requirements/1.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/18_support/max_align_t/requirements/2.cc b/libstdc++-v3/testsuite/18_support/max_align_t/requirements/2.cc index 813435497a73..71957af4f80a 100644 --- a/libstdc++-v3/testsuite/18_support/max_align_t/requirements/2.cc +++ b/libstdc++-v3/testsuite/18_support/max_align_t/requirements/2.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/18_support/nested_exception/51438.cc b/libstdc++-v3/testsuite/18_support/nested_exception/51438.cc index 04ef32f7c226..69fd02d9db19 100644 --- a/libstdc++-v3/testsuite/18_support/nested_exception/51438.cc +++ b/libstdc++-v3/testsuite/18_support/nested_exception/51438.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-atomic-builtins "" } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/18_support/nested_exception/62154.cc b/libstdc++-v3/testsuite/18_support/nested_exception/62154.cc index f1884a5e6fb3..29a8aebdf78b 100644 --- a/libstdc++-v3/testsuite/18_support/nested_exception/62154.cc +++ b/libstdc++-v3/testsuite/18_support/nested_exception/62154.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-atomic-builtins "" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/18_support/nested_exception/68139.cc b/libstdc++-v3/testsuite/18_support/nested_exception/68139.cc index bf803dbd9fec..e0e9fcaa2baa 100644 --- a/libstdc++-v3/testsuite/18_support/nested_exception/68139.cc +++ b/libstdc++-v3/testsuite/18_support/nested_exception/68139.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-atomic-builtins "" } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/18_support/nested_exception/cons.cc b/libstdc++-v3/testsuite/18_support/nested_exception/cons.cc index af6f90c56f69..859b50552e5e 100644 --- a/libstdc++-v3/testsuite/18_support/nested_exception/cons.cc +++ b/libstdc++-v3/testsuite/18_support/nested_exception/cons.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-atomic-builtins "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/18_support/nested_exception/nested_ptr.cc b/libstdc++-v3/testsuite/18_support/nested_exception/nested_ptr.cc index 467d371846f8..52d00ba91da5 100644 --- a/libstdc++-v3/testsuite/18_support/nested_exception/nested_ptr.cc +++ b/libstdc++-v3/testsuite/18_support/nested_exception/nested_ptr.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-atomic-builtins "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/18_support/nested_exception/rethrow_if_nested.cc b/libstdc++-v3/testsuite/18_support/nested_exception/rethrow_if_nested.cc index b0420846a2b2..cd44b1c3d0da 100644 --- a/libstdc++-v3/testsuite/18_support/nested_exception/rethrow_if_nested.cc +++ b/libstdc++-v3/testsuite/18_support/nested_exception/rethrow_if_nested.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-atomic-builtins "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/18_support/nested_exception/rethrow_nested.cc b/libstdc++-v3/testsuite/18_support/nested_exception/rethrow_nested.cc index fd374e530e02..2f307c86d665 100644 --- a/libstdc++-v3/testsuite/18_support/nested_exception/rethrow_nested.cc +++ b/libstdc++-v3/testsuite/18_support/nested_exception/rethrow_nested.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-atomic-builtins "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/18_support/nested_exception/throw_with_nested.cc b/libstdc++-v3/testsuite/18_support/nested_exception/throw_with_nested.cc index f768b1e51660..143521f840d4 100644 --- a/libstdc++-v3/testsuite/18_support/nested_exception/throw_with_nested.cc +++ b/libstdc++-v3/testsuite/18_support/nested_exception/throw_with_nested.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-atomic-builtins "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/18_support/new_delete_placement.cc b/libstdc++-v3/testsuite/18_support/new_delete_placement.cc index 9049dca6083c..6bf039512b70 100644 --- a/libstdc++-v3/testsuite/18_support/new_delete_placement.cc +++ b/libstdc++-v3/testsuite/18_support/new_delete_placement.cc @@ -1,6 +1,6 @@ // 2002-07-24 Benjamin Kosnik -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/18_support/new_handler.cc b/libstdc++-v3/testsuite/18_support/new_handler.cc index c1a9f5363871..0538913ede55 100644 --- a/libstdc++-v3/testsuite/18_support/new_handler.cc +++ b/libstdc++-v3/testsuite/18_support/new_handler.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/18_support/numeric_limits/29989.cc b/libstdc++-v3/testsuite/18_support/numeric_limits/29989.cc index ddc57cfb580e..775b4f4df28c 100644 --- a/libstdc++-v3/testsuite/18_support/numeric_limits/29989.cc +++ b/libstdc++-v3/testsuite/18_support/numeric_limits/29989.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/18_support/numeric_limits/40856.cc b/libstdc++-v3/testsuite/18_support/numeric_limits/40856.cc index 027e5eed06a8..8e585509aaf5 100644 --- a/libstdc++-v3/testsuite/18_support/numeric_limits/40856.cc +++ b/libstdc++-v3/testsuite/18_support/numeric_limits/40856.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/18_support/numeric_limits/char16_32_t.cc b/libstdc++-v3/testsuite/18_support/numeric_limits/char16_32_t.cc index 9e3aadb6f538..8c803bb0ed1d 100644 --- a/libstdc++-v3/testsuite/18_support/numeric_limits/char16_32_t.cc +++ b/libstdc++-v3/testsuite/18_support/numeric_limits/char16_32_t.cc @@ -3,7 +3,7 @@ // 2008-05-20 Paolo Carlini // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/18_support/numeric_limits/cons/default.cc b/libstdc++-v3/testsuite/18_support/numeric_limits/cons/default.cc index 1689bc9bba42..190a9f770a48 100644 --- a/libstdc++-v3/testsuite/18_support/numeric_limits/cons/default.cc +++ b/libstdc++-v3/testsuite/18_support/numeric_limits/cons/default.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/18_support/numeric_limits/cons/default_c++0x.cc b/libstdc++-v3/testsuite/18_support/numeric_limits/cons/default_c++0x.cc index 0b9526c49458..5e2046e559dd 100644 --- a/libstdc++-v3/testsuite/18_support/numeric_limits/cons/default_c++0x.cc +++ b/libstdc++-v3/testsuite/18_support/numeric_limits/cons/default_c++0x.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/18_support/numeric_limits/denorm_min.cc b/libstdc++-v3/testsuite/18_support/numeric_limits/denorm_min.cc index be0cdcf4bb01..bd1b054c91cb 100644 --- a/libstdc++-v3/testsuite/18_support/numeric_limits/denorm_min.cc +++ b/libstdc++-v3/testsuite/18_support/numeric_limits/denorm_min.cc @@ -2,7 +2,7 @@ // 1999-08-23 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/18_support/numeric_limits/digits10.cc b/libstdc++-v3/testsuite/18_support/numeric_limits/digits10.cc index aa2ec00f6ad1..08042ba755e5 100644 --- a/libstdc++-v3/testsuite/18_support/numeric_limits/digits10.cc +++ b/libstdc++-v3/testsuite/18_support/numeric_limits/digits10.cc @@ -2,7 +2,7 @@ // 1999-08-23 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/18_support/numeric_limits/dr559.cc b/libstdc++-v3/testsuite/18_support/numeric_limits/dr559.cc index 35ec411cfd0f..10ac395939e0 100644 --- a/libstdc++-v3/testsuite/18_support/numeric_limits/dr559.cc +++ b/libstdc++-v3/testsuite/18_support/numeric_limits/dr559.cc @@ -2,7 +2,7 @@ // 2010-02-17 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/18_support/numeric_limits/epsilon.cc b/libstdc++-v3/testsuite/18_support/numeric_limits/epsilon.cc index c999fee8b011..da186060c8b6 100644 --- a/libstdc++-v3/testsuite/18_support/numeric_limits/epsilon.cc +++ b/libstdc++-v3/testsuite/18_support/numeric_limits/epsilon.cc @@ -2,7 +2,7 @@ // 1999-08-23 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/18_support/numeric_limits/infinity.cc b/libstdc++-v3/testsuite/18_support/numeric_limits/infinity.cc index 4ecc9008306d..cbbd8a330ee9 100644 --- a/libstdc++-v3/testsuite/18_support/numeric_limits/infinity.cc +++ b/libstdc++-v3/testsuite/18_support/numeric_limits/infinity.cc @@ -2,7 +2,7 @@ // 1999-08-23 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/18_support/numeric_limits/is_iec559.cc b/libstdc++-v3/testsuite/18_support/numeric_limits/is_iec559.cc index f6f5b675e3f4..afdd27a44d50 100644 --- a/libstdc++-v3/testsuite/18_support/numeric_limits/is_iec559.cc +++ b/libstdc++-v3/testsuite/18_support/numeric_limits/is_iec559.cc @@ -2,7 +2,7 @@ // 1999-08-23 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/18_support/numeric_limits/is_signed.cc b/libstdc++-v3/testsuite/18_support/numeric_limits/is_signed.cc index 88face421c41..802c8c47b785 100644 --- a/libstdc++-v3/testsuite/18_support/numeric_limits/is_signed.cc +++ b/libstdc++-v3/testsuite/18_support/numeric_limits/is_signed.cc @@ -2,7 +2,7 @@ // 1999-08-23 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/18_support/numeric_limits/lowest.cc b/libstdc++-v3/testsuite/18_support/numeric_limits/lowest.cc index 9001f31ac34f..4e3a54187dc5 100644 --- a/libstdc++-v3/testsuite/18_support/numeric_limits/lowest.cc +++ b/libstdc++-v3/testsuite/18_support/numeric_limits/lowest.cc @@ -3,7 +3,7 @@ // 2010-02-25 Ed Smith-Rowland -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/18_support/numeric_limits/max_digits10.cc b/libstdc++-v3/testsuite/18_support/numeric_limits/max_digits10.cc index f6a511435089..9cffe4dea424 100644 --- a/libstdc++-v3/testsuite/18_support/numeric_limits/max_digits10.cc +++ b/libstdc++-v3/testsuite/18_support/numeric_limits/max_digits10.cc @@ -3,7 +3,7 @@ // 2010-02-25 Ed Smith-Rowland -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/18_support/numeric_limits/min_max.cc b/libstdc++-v3/testsuite/18_support/numeric_limits/min_max.cc index 2cdddedba5cc..db2f6bc3a23e 100644 --- a/libstdc++-v3/testsuite/18_support/numeric_limits/min_max.cc +++ b/libstdc++-v3/testsuite/18_support/numeric_limits/min_max.cc @@ -2,7 +2,7 @@ // 1999-08-23 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/18_support/numeric_limits/primary.cc b/libstdc++-v3/testsuite/18_support/numeric_limits/primary.cc index 77b176560830..4b635c8653eb 100644 --- a/libstdc++-v3/testsuite/18_support/numeric_limits/primary.cc +++ b/libstdc++-v3/testsuite/18_support/numeric_limits/primary.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/18_support/numeric_limits/quiet_NaN.cc b/libstdc++-v3/testsuite/18_support/numeric_limits/quiet_NaN.cc index d2b0a9233540..884987e88e7d 100644 --- a/libstdc++-v3/testsuite/18_support/numeric_limits/quiet_NaN.cc +++ b/libstdc++-v3/testsuite/18_support/numeric_limits/quiet_NaN.cc @@ -2,7 +2,7 @@ // 1999-08-23 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/18_support/numeric_limits/requirements/constexpr_data.cc b/libstdc++-v3/testsuite/18_support/numeric_limits/requirements/constexpr_data.cc index 7ac2a96fe0e4..2dd35b13fa4e 100644 --- a/libstdc++-v3/testsuite/18_support/numeric_limits/requirements/constexpr_data.cc +++ b/libstdc++-v3/testsuite/18_support/numeric_limits/requirements/constexpr_data.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/18_support/numeric_limits/requirements/constexpr_functions.cc b/libstdc++-v3/testsuite/18_support/numeric_limits/requirements/constexpr_functions.cc index c6697829c6be..f69a3a1d1587 100644 --- a/libstdc++-v3/testsuite/18_support/numeric_limits/requirements/constexpr_functions.cc +++ b/libstdc++-v3/testsuite/18_support/numeric_limits/requirements/constexpr_functions.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/18_support/numeric_limits/requirements/explicit_instantiation/1.cc b/libstdc++-v3/testsuite/18_support/numeric_limits/requirements/explicit_instantiation/1.cc index 9a473ad05bc2..fabf9ff75025 100644 --- a/libstdc++-v3/testsuite/18_support/numeric_limits/requirements/explicit_instantiation/1.cc +++ b/libstdc++-v3/testsuite/18_support/numeric_limits/requirements/explicit_instantiation/1.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/18_support/numeric_limits/specialization_default_values.cc b/libstdc++-v3/testsuite/18_support/numeric_limits/specialization_default_values.cc index 04ba194f4c1e..ece7caa116d1 100644 --- a/libstdc++-v3/testsuite/18_support/numeric_limits/specialization_default_values.cc +++ b/libstdc++-v3/testsuite/18_support/numeric_limits/specialization_default_values.cc @@ -2,7 +2,7 @@ // 1999-08-23 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/18_support/numeric_limits/traps.cc b/libstdc++-v3/testsuite/18_support/numeric_limits/traps.cc index 41c5d4cc7c68..e0a41bb1c777 100644 --- a/libstdc++-v3/testsuite/18_support/numeric_limits/traps.cc +++ b/libstdc++-v3/testsuite/18_support/numeric_limits/traps.cc @@ -1,6 +1,6 @@ // { dg-add-options ieee } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/18_support/pthread_guard.cc b/libstdc++-v3/testsuite/18_support/pthread_guard.cc index 691d6cd6c303..b002e748786c 100644 --- a/libstdc++-v3/testsuite/18_support/pthread_guard.cc +++ b/libstdc++-v3/testsuite/18_support/pthread_guard.cc @@ -1,5 +1,5 @@ // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/18_support/quick_exit/quick_exit.cc b/libstdc++-v3/testsuite/18_support/quick_exit/quick_exit.cc index bcd410786836..0be13b55e577 100644 --- a/libstdc++-v3/testsuite/18_support/quick_exit/quick_exit.cc +++ b/libstdc++-v3/testsuite/18_support/quick_exit/quick_exit.cc @@ -2,7 +2,7 @@ // // 2013-02-11 Jason Merrill // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/18_support/terminate_handler.cc b/libstdc++-v3/testsuite/18_support/terminate_handler.cc index d11c9c097561..17145f70c964 100644 --- a/libstdc++-v3/testsuite/18_support/terminate_handler.cc +++ b/libstdc++-v3/testsuite/18_support/terminate_handler.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/18_support/type_info/52562.cc b/libstdc++-v3/testsuite/18_support/type_info/52562.cc index 92a81531369e..dc4663c89a34 100644 --- a/libstdc++-v3/testsuite/18_support/type_info/52562.cc +++ b/libstdc++-v3/testsuite/18_support/type_info/52562.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/18_support/type_info/fundamental.cc b/libstdc++-v3/testsuite/18_support/type_info/fundamental.cc index 64415b64b8ce..252f880382cc 100644 --- a/libstdc++-v3/testsuite/18_support/type_info/fundamental.cc +++ b/libstdc++-v3/testsuite/18_support/type_info/fundamental.cc @@ -3,7 +3,7 @@ // 2011-02-23 Benjamin Kosnik // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/18_support/type_info/hash_code.cc b/libstdc++-v3/testsuite/18_support/type_info/hash_code.cc index 4bf3d2456bcd..f73dac4d5c6b 100644 --- a/libstdc++-v3/testsuite/18_support/type_info/hash_code.cc +++ b/libstdc++-v3/testsuite/18_support/type_info/hash_code.cc @@ -2,7 +2,7 @@ // 2010-09-21 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/18_support/uncaught_exception/14026.cc b/libstdc++-v3/testsuite/18_support/uncaught_exception/14026.cc index 1144fc403a59..78581af56292 100644 --- a/libstdc++-v3/testsuite/18_support/uncaught_exception/14026.cc +++ b/libstdc++-v3/testsuite/18_support/uncaught_exception/14026.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/18_support/uncaught_exceptions/uncaught_exceptions.cc b/libstdc++-v3/testsuite/18_support/uncaught_exceptions/uncaught_exceptions.cc index 276d9762096c..7dcce563f7f4 100644 --- a/libstdc++-v3/testsuite/18_support/uncaught_exceptions/uncaught_exceptions.cc +++ b/libstdc++-v3/testsuite/18_support/uncaught_exceptions/uncaught_exceptions.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/18_support/unexpected_handler.cc b/libstdc++-v3/testsuite/18_support/unexpected_handler.cc index 0f9c2c1f8ca1..5758502c8dbb 100644 --- a/libstdc++-v3/testsuite/18_support/unexpected_handler.cc +++ b/libstdc++-v3/testsuite/18_support/unexpected_handler.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/19_diagnostics/error_category/cons/copy_neg.cc b/libstdc++-v3/testsuite/19_diagnostics/error_category/cons/copy_neg.cc index c7b98ba88b36..e9e7480ea85b 100644 --- a/libstdc++-v3/testsuite/19_diagnostics/error_category/cons/copy_neg.cc +++ b/libstdc++-v3/testsuite/19_diagnostics/error_category/cons/copy_neg.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // 2007-08-22 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/19_diagnostics/error_category/cons/default.cc b/libstdc++-v3/testsuite/19_diagnostics/error_category/cons/default.cc index d801a9662bf6..60736ccc7a78 100644 --- a/libstdc++-v3/testsuite/19_diagnostics/error_category/cons/default.cc +++ b/libstdc++-v3/testsuite/19_diagnostics/error_category/cons/default.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // 2007-08-22 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/19_diagnostics/error_category/operators/equal.cc b/libstdc++-v3/testsuite/19_diagnostics/error_category/operators/equal.cc index 134c46a832e7..7d7d4f3ff429 100644 --- a/libstdc++-v3/testsuite/19_diagnostics/error_category/operators/equal.cc +++ b/libstdc++-v3/testsuite/19_diagnostics/error_category/operators/equal.cc @@ -2,7 +2,7 @@ // { dg-additional-options "-static-libgcc" { target *-*-mingw* } } // 2007-08-22 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/19_diagnostics/error_category/operators/not_equal.cc b/libstdc++-v3/testsuite/19_diagnostics/error_category/operators/not_equal.cc index 5c412e13e4be..edcbc8be9482 100644 --- a/libstdc++-v3/testsuite/19_diagnostics/error_category/operators/not_equal.cc +++ b/libstdc++-v3/testsuite/19_diagnostics/error_category/operators/not_equal.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // 2007-08-22 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/19_diagnostics/error_code/cons/1.cc b/libstdc++-v3/testsuite/19_diagnostics/error_code/cons/1.cc index ecddfb6f9a42..55d0c61a8678 100644 --- a/libstdc++-v3/testsuite/19_diagnostics/error_code/cons/1.cc +++ b/libstdc++-v3/testsuite/19_diagnostics/error_code/cons/1.cc @@ -2,7 +2,7 @@ // { dg-additional-options "-static-libstdc++" { target *-*-mingw* } } // 2007-08-22 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/19_diagnostics/error_code/cons/39882.cc b/libstdc++-v3/testsuite/19_diagnostics/error_code/cons/39882.cc index f441c213d353..3f002b7a5e03 100644 --- a/libstdc++-v3/testsuite/19_diagnostics/error_code/cons/39882.cc +++ b/libstdc++-v3/testsuite/19_diagnostics/error_code/cons/39882.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/19_diagnostics/error_code/is_error_code_v.cc b/libstdc++-v3/testsuite/19_diagnostics/error_code/is_error_code_v.cc index 3719dda2b2e2..9406223594c2 100644 --- a/libstdc++-v3/testsuite/19_diagnostics/error_code/is_error_code_v.cc +++ b/libstdc++-v3/testsuite/19_diagnostics/error_code/is_error_code_v.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/19_diagnostics/error_code/modifiers/39882.cc b/libstdc++-v3/testsuite/19_diagnostics/error_code/modifiers/39882.cc index 878aa216d683..c416c7389430 100644 --- a/libstdc++-v3/testsuite/19_diagnostics/error_code/modifiers/39882.cc +++ b/libstdc++-v3/testsuite/19_diagnostics/error_code/modifiers/39882.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/19_diagnostics/error_code/operators/bool.cc b/libstdc++-v3/testsuite/19_diagnostics/error_code/operators/bool.cc index a8949d8ec48d..9ffced5ef69f 100644 --- a/libstdc++-v3/testsuite/19_diagnostics/error_code/operators/bool.cc +++ b/libstdc++-v3/testsuite/19_diagnostics/error_code/operators/bool.cc @@ -2,7 +2,7 @@ // { dg-additional-options "-static-libstdc++" { target *-*-mingw* } } // 2007-08-22 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/19_diagnostics/error_code/operators/bool_neg.cc b/libstdc++-v3/testsuite/19_diagnostics/error_code/operators/bool_neg.cc index 85cb4a409dee..c04b5860ad4b 100644 --- a/libstdc++-v3/testsuite/19_diagnostics/error_code/operators/bool_neg.cc +++ b/libstdc++-v3/testsuite/19_diagnostics/error_code/operators/bool_neg.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // 2007-08-22 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/19_diagnostics/error_code/operators/equal.cc b/libstdc++-v3/testsuite/19_diagnostics/error_code/operators/equal.cc index 193a7ce45453..173261bcfb27 100644 --- a/libstdc++-v3/testsuite/19_diagnostics/error_code/operators/equal.cc +++ b/libstdc++-v3/testsuite/19_diagnostics/error_code/operators/equal.cc @@ -2,7 +2,7 @@ // { dg-additional-options "-static-libstdc++" { target *-*-mingw* } } // 2007-08-22 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/19_diagnostics/error_code/operators/not_equal.cc b/libstdc++-v3/testsuite/19_diagnostics/error_code/operators/not_equal.cc index 544d126ba6f9..33806a714f05 100644 --- a/libstdc++-v3/testsuite/19_diagnostics/error_code/operators/not_equal.cc +++ b/libstdc++-v3/testsuite/19_diagnostics/error_code/operators/not_equal.cc @@ -2,7 +2,7 @@ // { dg-additional-options "-static-libstdc++" { target *-*-mingw* } } // 2007-08-22 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/19_diagnostics/error_condition/cons/1.cc b/libstdc++-v3/testsuite/19_diagnostics/error_condition/cons/1.cc index 51cfcae93a38..c7d01b74c1f9 100644 --- a/libstdc++-v3/testsuite/19_diagnostics/error_condition/cons/1.cc +++ b/libstdc++-v3/testsuite/19_diagnostics/error_condition/cons/1.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-additional-options "-static-libstdc++" { target *-*-mingw* } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/19_diagnostics/error_condition/cons/39881.cc b/libstdc++-v3/testsuite/19_diagnostics/error_condition/cons/39881.cc index 6198cde32a85..32d6841c6aaa 100644 --- a/libstdc++-v3/testsuite/19_diagnostics/error_condition/cons/39881.cc +++ b/libstdc++-v3/testsuite/19_diagnostics/error_condition/cons/39881.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/19_diagnostics/error_condition/modifiers/39881.cc b/libstdc++-v3/testsuite/19_diagnostics/error_condition/modifiers/39881.cc index 7c144064ad63..1d8b523fa6bf 100644 --- a/libstdc++-v3/testsuite/19_diagnostics/error_condition/modifiers/39881.cc +++ b/libstdc++-v3/testsuite/19_diagnostics/error_condition/modifiers/39881.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/19_diagnostics/error_condition/operators/bool.cc b/libstdc++-v3/testsuite/19_diagnostics/error_condition/operators/bool.cc index e5ed5c5df1b6..58c0813e8897 100644 --- a/libstdc++-v3/testsuite/19_diagnostics/error_condition/operators/bool.cc +++ b/libstdc++-v3/testsuite/19_diagnostics/error_condition/operators/bool.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-additional-options "-static-libstdc++" { target *-*-mingw* } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/19_diagnostics/error_condition/operators/bool_neg.cc b/libstdc++-v3/testsuite/19_diagnostics/error_condition/operators/bool_neg.cc index 865effd266da..d85acc72b50f 100644 --- a/libstdc++-v3/testsuite/19_diagnostics/error_condition/operators/bool_neg.cc +++ b/libstdc++-v3/testsuite/19_diagnostics/error_condition/operators/bool_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/19_diagnostics/error_condition/operators/equal.cc b/libstdc++-v3/testsuite/19_diagnostics/error_condition/operators/equal.cc index 3a4bcdd6c030..7455c5d70c56 100644 --- a/libstdc++-v3/testsuite/19_diagnostics/error_condition/operators/equal.cc +++ b/libstdc++-v3/testsuite/19_diagnostics/error_condition/operators/equal.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-additional-options "-static-libstdc++" { target *-*-mingw* } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/19_diagnostics/error_condition/operators/not_equal.cc b/libstdc++-v3/testsuite/19_diagnostics/error_condition/operators/not_equal.cc index 6c060310451d..dcdc4f4e6c93 100644 --- a/libstdc++-v3/testsuite/19_diagnostics/error_condition/operators/not_equal.cc +++ b/libstdc++-v3/testsuite/19_diagnostics/error_condition/operators/not_equal.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-additional-options "-static-libstdc++" { target *-*-mingw* } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/19_diagnostics/headers/cassert/macros.cc b/libstdc++-v3/testsuite/19_diagnostics/headers/cassert/macros.cc index 56e18e2349f0..f5ab842b6dbf 100644 --- a/libstdc++-v3/testsuite/19_diagnostics/headers/cassert/macros.cc +++ b/libstdc++-v3/testsuite/19_diagnostics/headers/cassert/macros.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/19_diagnostics/headers/cerrno/macros.cc b/libstdc++-v3/testsuite/19_diagnostics/headers/cerrno/macros.cc index e7ec91ad426c..5e68808b964d 100644 --- a/libstdc++-v3/testsuite/19_diagnostics/headers/cerrno/macros.cc +++ b/libstdc++-v3/testsuite/19_diagnostics/headers/cerrno/macros.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/19_diagnostics/headers/stdexcept/synopsis.cc b/libstdc++-v3/testsuite/19_diagnostics/headers/stdexcept/synopsis.cc index f19bac60a460..931848af98ee 100644 --- a/libstdc++-v3/testsuite/19_diagnostics/headers/stdexcept/synopsis.cc +++ b/libstdc++-v3/testsuite/19_diagnostics/headers/stdexcept/synopsis.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/19_diagnostics/headers/stdexcept/types_std.cc b/libstdc++-v3/testsuite/19_diagnostics/headers/stdexcept/types_std.cc index 09eab1c341ea..5a8e667d910d 100644 --- a/libstdc++-v3/testsuite/19_diagnostics/headers/stdexcept/types_std.cc +++ b/libstdc++-v3/testsuite/19_diagnostics/headers/stdexcept/types_std.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/19_diagnostics/headers/system_error/34538.cc b/libstdc++-v3/testsuite/19_diagnostics/headers/system_error/34538.cc index b5834d081c96..f4cfeab661df 100644 --- a/libstdc++-v3/testsuite/19_diagnostics/headers/system_error/34538.cc +++ b/libstdc++-v3/testsuite/19_diagnostics/headers/system_error/34538.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/19_diagnostics/headers/system_error/errc_std_c++0x.cc b/libstdc++-v3/testsuite/19_diagnostics/headers/system_error/errc_std_c++0x.cc index 20b5cce8d1ac..63708bd6452a 100644 --- a/libstdc++-v3/testsuite/19_diagnostics/headers/system_error/errc_std_c++0x.cc +++ b/libstdc++-v3/testsuite/19_diagnostics/headers/system_error/errc_std_c++0x.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/19_diagnostics/headers/system_error/std_c++0x_neg.cc b/libstdc++-v3/testsuite/19_diagnostics/headers/system_error/std_c++0x_neg.cc index 9403142a943c..8a86b89b660a 100644 --- a/libstdc++-v3/testsuite/19_diagnostics/headers/system_error/std_c++0x_neg.cc +++ b/libstdc++-v3/testsuite/19_diagnostics/headers/system_error/std_c++0x_neg.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-options "-std=gnu++98" } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/19_diagnostics/headers/system_error/types_std_c++0x.cc b/libstdc++-v3/testsuite/19_diagnostics/headers/system_error/types_std_c++0x.cc index c64b73ce785d..44d1bcf36396 100644 --- a/libstdc++-v3/testsuite/19_diagnostics/headers/system_error/types_std_c++0x.cc +++ b/libstdc++-v3/testsuite/19_diagnostics/headers/system_error/types_std_c++0x.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/19_diagnostics/logic_error/cons_virtual_derivation.cc b/libstdc++-v3/testsuite/19_diagnostics/logic_error/cons_virtual_derivation.cc index 6a9d5a571568..ff35599be189 100644 --- a/libstdc++-v3/testsuite/19_diagnostics/logic_error/cons_virtual_derivation.cc +++ b/libstdc++-v3/testsuite/19_diagnostics/logic_error/cons_virtual_derivation.cc @@ -1,6 +1,6 @@ // 2007-05-29 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/19_diagnostics/logic_error/what-1.cc b/libstdc++-v3/testsuite/19_diagnostics/logic_error/what-1.cc index c2ef01eac251..904a237a5fb6 100644 --- a/libstdc++-v3/testsuite/19_diagnostics/logic_error/what-1.cc +++ b/libstdc++-v3/testsuite/19_diagnostics/logic_error/what-1.cc @@ -1,6 +1,6 @@ // 2001-02-26 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/19_diagnostics/logic_error/what-2.cc b/libstdc++-v3/testsuite/19_diagnostics/logic_error/what-2.cc index dab91a7f588d..b6c904959628 100644 --- a/libstdc++-v3/testsuite/19_diagnostics/logic_error/what-2.cc +++ b/libstdc++-v3/testsuite/19_diagnostics/logic_error/what-2.cc @@ -1,6 +1,6 @@ // 2001-02-26 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/19_diagnostics/logic_error/what-3.cc b/libstdc++-v3/testsuite/19_diagnostics/logic_error/what-3.cc index 9bbc8cf1e79a..4c1ff47eee78 100644 --- a/libstdc++-v3/testsuite/19_diagnostics/logic_error/what-3.cc +++ b/libstdc++-v3/testsuite/19_diagnostics/logic_error/what-3.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/19_diagnostics/logic_error/what-big.cc b/libstdc++-v3/testsuite/19_diagnostics/logic_error/what-big.cc index 85aca9a02864..208335253e9f 100644 --- a/libstdc++-v3/testsuite/19_diagnostics/logic_error/what-big.cc +++ b/libstdc++-v3/testsuite/19_diagnostics/logic_error/what-big.cc @@ -1,6 +1,6 @@ // 2007-05-29 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/19_diagnostics/runtime_error/cons_virtual_derivation.cc b/libstdc++-v3/testsuite/19_diagnostics/runtime_error/cons_virtual_derivation.cc index c7c022e14008..e575e4f83eb6 100644 --- a/libstdc++-v3/testsuite/19_diagnostics/runtime_error/cons_virtual_derivation.cc +++ b/libstdc++-v3/testsuite/19_diagnostics/runtime_error/cons_virtual_derivation.cc @@ -1,6 +1,6 @@ // 2007-05-29 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/19_diagnostics/runtime_error/what-1.cc b/libstdc++-v3/testsuite/19_diagnostics/runtime_error/what-1.cc index c3b08ab63213..394c9d242566 100644 --- a/libstdc++-v3/testsuite/19_diagnostics/runtime_error/what-1.cc +++ b/libstdc++-v3/testsuite/19_diagnostics/runtime_error/what-1.cc @@ -1,6 +1,6 @@ // 2001-02-26 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/19_diagnostics/runtime_error/what-2.cc b/libstdc++-v3/testsuite/19_diagnostics/runtime_error/what-2.cc index 27cf7d927d4e..2c47d3f42a2a 100644 --- a/libstdc++-v3/testsuite/19_diagnostics/runtime_error/what-2.cc +++ b/libstdc++-v3/testsuite/19_diagnostics/runtime_error/what-2.cc @@ -1,6 +1,6 @@ // 2001-02-26 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/19_diagnostics/runtime_error/what-3.cc b/libstdc++-v3/testsuite/19_diagnostics/runtime_error/what-3.cc index 70a8b5dce82a..b6043463d583 100644 --- a/libstdc++-v3/testsuite/19_diagnostics/runtime_error/what-3.cc +++ b/libstdc++-v3/testsuite/19_diagnostics/runtime_error/what-3.cc @@ -1,6 +1,6 @@ // 2001-02-26 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/19_diagnostics/runtime_error/what-big.cc b/libstdc++-v3/testsuite/19_diagnostics/runtime_error/what-big.cc index 76089a68f5c4..6d8cbecb9cfa 100644 --- a/libstdc++-v3/testsuite/19_diagnostics/runtime_error/what-big.cc +++ b/libstdc++-v3/testsuite/19_diagnostics/runtime_error/what-big.cc @@ -1,6 +1,6 @@ // 2007-05-29 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/19_diagnostics/stdexcept.cc b/libstdc++-v3/testsuite/19_diagnostics/stdexcept.cc index 46da10bfb3b6..c3b4387dbd22 100644 --- a/libstdc++-v3/testsuite/19_diagnostics/stdexcept.cc +++ b/libstdc++-v3/testsuite/19_diagnostics/stdexcept.cc @@ -1,6 +1,6 @@ // 2011-03-16 Benjamin Kosnik -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/19_diagnostics/system_error/39880.cc b/libstdc++-v3/testsuite/19_diagnostics/system_error/39880.cc index f1f4a97a1972..2c6b8cec38df 100644 --- a/libstdc++-v3/testsuite/19_diagnostics/system_error/39880.cc +++ b/libstdc++-v3/testsuite/19_diagnostics/system_error/39880.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/19_diagnostics/system_error/cons-1.cc b/libstdc++-v3/testsuite/19_diagnostics/system_error/cons-1.cc index adbece7f88d7..97b3e2228f89 100644 --- a/libstdc++-v3/testsuite/19_diagnostics/system_error/cons-1.cc +++ b/libstdc++-v3/testsuite/19_diagnostics/system_error/cons-1.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // 2007-06-05 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/19_diagnostics/system_error/cons_virtual_derivation.cc b/libstdc++-v3/testsuite/19_diagnostics/system_error/cons_virtual_derivation.cc index 4f7bc36764dd..ac2961a0c4e5 100644 --- a/libstdc++-v3/testsuite/19_diagnostics/system_error/cons_virtual_derivation.cc +++ b/libstdc++-v3/testsuite/19_diagnostics/system_error/cons_virtual_derivation.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // 2007-05-29 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/19_diagnostics/system_error/what-1.cc b/libstdc++-v3/testsuite/19_diagnostics/system_error/what-1.cc index 6a83ef354b42..690c61bad76b 100644 --- a/libstdc++-v3/testsuite/19_diagnostics/system_error/what-1.cc +++ b/libstdc++-v3/testsuite/19_diagnostics/system_error/what-1.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/19_diagnostics/system_error/what-2.cc b/libstdc++-v3/testsuite/19_diagnostics/system_error/what-2.cc index f6865b9cef99..726d40a16779 100644 --- a/libstdc++-v3/testsuite/19_diagnostics/system_error/what-2.cc +++ b/libstdc++-v3/testsuite/19_diagnostics/system_error/what-2.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/19_diagnostics/system_error/what-3.cc b/libstdc++-v3/testsuite/19_diagnostics/system_error/what-3.cc index eedac88e7347..8d17d84eeeb5 100644 --- a/libstdc++-v3/testsuite/19_diagnostics/system_error/what-3.cc +++ b/libstdc++-v3/testsuite/19_diagnostics/system_error/what-3.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/19_diagnostics/system_error/what-4.cc b/libstdc++-v3/testsuite/19_diagnostics/system_error/what-4.cc index fbd19e3fb26d..c40e217aa5d3 100644 --- a/libstdc++-v3/testsuite/19_diagnostics/system_error/what-4.cc +++ b/libstdc++-v3/testsuite/19_diagnostics/system_error/what-4.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/19_diagnostics/system_error/what-big.cc b/libstdc++-v3/testsuite/19_diagnostics/system_error/what-big.cc index ba970768bcd9..6122730354e3 100644 --- a/libstdc++-v3/testsuite/19_diagnostics/system_error/what-big.cc +++ b/libstdc++-v3/testsuite/19_diagnostics/system_error/what-big.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/add_const/requirements/alias_decl.cc b/libstdc++-v3/testsuite/20_util/add_const/requirements/alias_decl.cc index dd06fa315796..db00e2344b20 100644 --- a/libstdc++-v3/testsuite/20_util/add_const/requirements/alias_decl.cc +++ b/libstdc++-v3/testsuite/20_util/add_const/requirements/alias_decl.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/add_const/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/add_const/requirements/explicit_instantiation.cc index faa75e97c915..fcfb9ac9d9c4 100644 --- a/libstdc++-v3/testsuite/20_util/add_const/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/add_const/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/add_const/value.cc b/libstdc++-v3/testsuite/20_util/add_const/value.cc index e8fb1b1e0888..c3dff6820cfe 100644 --- a/libstdc++-v3/testsuite/20_util/add_const/value.cc +++ b/libstdc++-v3/testsuite/20_util/add_const/value.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/add_cv/requirements/alias_decl.cc b/libstdc++-v3/testsuite/20_util/add_cv/requirements/alias_decl.cc index d81b634f366f..777c4dbd256e 100644 --- a/libstdc++-v3/testsuite/20_util/add_cv/requirements/alias_decl.cc +++ b/libstdc++-v3/testsuite/20_util/add_cv/requirements/alias_decl.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/add_cv/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/add_cv/requirements/explicit_instantiation.cc index 33d8ec437cf1..140e2f273e5c 100644 --- a/libstdc++-v3/testsuite/20_util/add_cv/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/add_cv/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/add_cv/value.cc b/libstdc++-v3/testsuite/20_util/add_cv/value.cc index 4900e58f3c6b..f9702623460f 100644 --- a/libstdc++-v3/testsuite/20_util/add_cv/value.cc +++ b/libstdc++-v3/testsuite/20_util/add_cv/value.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/add_lvalue_reference/requirements/alias_decl.cc b/libstdc++-v3/testsuite/20_util/add_lvalue_reference/requirements/alias_decl.cc index 31344673fcb2..eff130f4d9d7 100644 --- a/libstdc++-v3/testsuite/20_util/add_lvalue_reference/requirements/alias_decl.cc +++ b/libstdc++-v3/testsuite/20_util/add_lvalue_reference/requirements/alias_decl.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/add_lvalue_reference/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/add_lvalue_reference/requirements/explicit_instantiation.cc index b2c77ac1bfe0..d82c8f32f6fa 100644 --- a/libstdc++-v3/testsuite/20_util/add_lvalue_reference/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/add_lvalue_reference/requirements/explicit_instantiation.cc @@ -2,7 +2,7 @@ // 2007-06-02 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/add_lvalue_reference/value.cc b/libstdc++-v3/testsuite/20_util/add_lvalue_reference/value.cc index e9240a48a434..3981bbd40682 100644 --- a/libstdc++-v3/testsuite/20_util/add_lvalue_reference/value.cc +++ b/libstdc++-v3/testsuite/20_util/add_lvalue_reference/value.cc @@ -2,7 +2,7 @@ // 2007-06-02 Paolo Carlini // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/add_pointer/requirements/alias_decl.cc b/libstdc++-v3/testsuite/20_util/add_pointer/requirements/alias_decl.cc index a951341fd1eb..cab649111ff5 100644 --- a/libstdc++-v3/testsuite/20_util/add_pointer/requirements/alias_decl.cc +++ b/libstdc++-v3/testsuite/20_util/add_pointer/requirements/alias_decl.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/add_pointer/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/add_pointer/requirements/explicit_instantiation.cc index f0b9c4e1ff86..1c121b30ee1f 100644 --- a/libstdc++-v3/testsuite/20_util/add_pointer/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/add_pointer/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/add_pointer/value.cc b/libstdc++-v3/testsuite/20_util/add_pointer/value.cc index e8c01680aa2a..e0688cbc4cec 100644 --- a/libstdc++-v3/testsuite/20_util/add_pointer/value.cc +++ b/libstdc++-v3/testsuite/20_util/add_pointer/value.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/add_rvalue_reference/requirements/alias_decl.cc b/libstdc++-v3/testsuite/20_util/add_rvalue_reference/requirements/alias_decl.cc index 6e565cce0555..e1ce10a5061e 100644 --- a/libstdc++-v3/testsuite/20_util/add_rvalue_reference/requirements/alias_decl.cc +++ b/libstdc++-v3/testsuite/20_util/add_rvalue_reference/requirements/alias_decl.cc @@ -1,6 +1,6 @@ // { dg-do compile {target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/add_rvalue_reference/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/add_rvalue_reference/requirements/explicit_instantiation.cc index a163c4febbd2..eee9f655c64d 100644 --- a/libstdc++-v3/testsuite/20_util/add_rvalue_reference/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/add_rvalue_reference/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // 2007-06-02 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/add_rvalue_reference/value.cc b/libstdc++-v3/testsuite/20_util/add_rvalue_reference/value.cc index 07139c66af64..b3366e3055f3 100644 --- a/libstdc++-v3/testsuite/20_util/add_rvalue_reference/value.cc +++ b/libstdc++-v3/testsuite/20_util/add_rvalue_reference/value.cc @@ -2,7 +2,7 @@ // 2007-06-02 Paolo Carlini // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/add_volatile/requirements/alias_decl.cc b/libstdc++-v3/testsuite/20_util/add_volatile/requirements/alias_decl.cc index 224c96997bec..ea17ec24744c 100644 --- a/libstdc++-v3/testsuite/20_util/add_volatile/requirements/alias_decl.cc +++ b/libstdc++-v3/testsuite/20_util/add_volatile/requirements/alias_decl.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/add_volatile/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/add_volatile/requirements/explicit_instantiation.cc index 825ae1d472d5..ce22f45a5e34 100644 --- a/libstdc++-v3/testsuite/20_util/add_volatile/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/add_volatile/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/add_volatile/value.cc b/libstdc++-v3/testsuite/20_util/add_volatile/value.cc index a71e7c236846..30260dba5b84 100644 --- a/libstdc++-v3/testsuite/20_util/add_volatile/value.cc +++ b/libstdc++-v3/testsuite/20_util/add_volatile/value.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/addressof/1.cc b/libstdc++-v3/testsuite/20_util/addressof/1.cc index 333a3f77a1b1..acf0e0517311 100644 --- a/libstdc++-v3/testsuite/20_util/addressof/1.cc +++ b/libstdc++-v3/testsuite/20_util/addressof/1.cc @@ -2,7 +2,7 @@ // 2010-05-20 Paolo Carlini -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/addressof/requirements/constexpr.cc b/libstdc++-v3/testsuite/20_util/addressof/requirements/constexpr.cc index 998d0877cd44..51f2fa847399 100644 --- a/libstdc++-v3/testsuite/20_util/addressof/requirements/constexpr.cc +++ b/libstdc++-v3/testsuite/20_util/addressof/requirements/constexpr.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/addressof/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/addressof/requirements/explicit_instantiation.cc index 8f0abe039fef..f482eed32ff8 100644 --- a/libstdc++-v3/testsuite/20_util/addressof/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/addressof/requirements/explicit_instantiation.cc @@ -2,7 +2,7 @@ // 2010-05-20 Paolo Carlini -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/align/1.cc b/libstdc++-v3/testsuite/20_util/align/1.cc index 39b2c70bf1b1..2d22d866746f 100644 --- a/libstdc++-v3/testsuite/20_util/align/1.cc +++ b/libstdc++-v3/testsuite/20_util/align/1.cc @@ -2,7 +2,7 @@ // 2014-04-16 Rüdiger Sonderfeld -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/align/2.cc b/libstdc++-v3/testsuite/20_util/align/2.cc index 2308048ad109..c021658bef9e 100644 --- a/libstdc++-v3/testsuite/20_util/align/2.cc +++ b/libstdc++-v3/testsuite/20_util/align/2.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/aligned_storage/requirements/alias_decl.cc b/libstdc++-v3/testsuite/20_util/aligned_storage/requirements/alias_decl.cc index 2b629f9a22c0..e248b950f1cc 100644 --- a/libstdc++-v3/testsuite/20_util/aligned_storage/requirements/alias_decl.cc +++ b/libstdc++-v3/testsuite/20_util/aligned_storage/requirements/alias_decl.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/aligned_storage/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/aligned_storage/requirements/explicit_instantiation.cc index 6217bd744d4c..f574d680a5b9 100644 --- a/libstdc++-v3/testsuite/20_util/aligned_storage/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/aligned_storage/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // 2007-09-17 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/aligned_storage/value.cc b/libstdc++-v3/testsuite/20_util/aligned_storage/value.cc index cf3116b6a551..fd00f56db8e9 100644 --- a/libstdc++-v3/testsuite/20_util/aligned_storage/value.cc +++ b/libstdc++-v3/testsuite/20_util/aligned_storage/value.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // 2007-09-17 Paolo Carlini // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/aligned_union/1.cc b/libstdc++-v3/testsuite/20_util/aligned_union/1.cc index fb9177fbf129..52964d47a8fe 100644 --- a/libstdc++-v3/testsuite/20_util/aligned_union/1.cc +++ b/libstdc++-v3/testsuite/20_util/aligned_union/1.cc @@ -2,7 +2,7 @@ // 2014-04-16 Rüdiger Sonderfeld -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/aligned_union/requirements/alias_decl.cc b/libstdc++-v3/testsuite/20_util/aligned_union/requirements/alias_decl.cc index fd9b6489ceab..e9df17408276 100644 --- a/libstdc++-v3/testsuite/20_util/aligned_union/requirements/alias_decl.cc +++ b/libstdc++-v3/testsuite/20_util/aligned_union/requirements/alias_decl.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/alignment_of/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/alignment_of/requirements/explicit_instantiation.cc index 6af984752e77..a4c15e383519 100644 --- a/libstdc++-v3/testsuite/20_util/alignment_of/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/alignment_of/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/alignment_of/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/alignment_of/requirements/typedefs.cc index d87167b3f494..08a8d3143b36 100644 --- a/libstdc++-v3/testsuite/20_util/alignment_of/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/alignment_of/requirements/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/alignment_of/value.cc b/libstdc++-v3/testsuite/20_util/alignment_of/value.cc index ad5006973f32..3c889b54cdf6 100644 --- a/libstdc++-v3/testsuite/20_util/alignment_of/value.cc +++ b/libstdc++-v3/testsuite/20_util/alignment_of/value.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/allocator/1.cc b/libstdc++-v3/testsuite/20_util/allocator/1.cc index 0c068394c9a5..7934362e6ce3 100644 --- a/libstdc++-v3/testsuite/20_util/allocator/1.cc +++ b/libstdc++-v3/testsuite/20_util/allocator/1.cc @@ -1,6 +1,6 @@ // 2001-06-14 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/20_util/allocator/10378.cc b/libstdc++-v3/testsuite/20_util/allocator/10378.cc index a8384799ae0d..dfd375c688c5 100644 --- a/libstdc++-v3/testsuite/20_util/allocator/10378.cc +++ b/libstdc++-v3/testsuite/20_util/allocator/10378.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/20_util/allocator/14176.cc b/libstdc++-v3/testsuite/20_util/allocator/14176.cc index 8436e0f97ef1..1204cce05817 100644 --- a/libstdc++-v3/testsuite/20_util/allocator/14176.cc +++ b/libstdc++-v3/testsuite/20_util/allocator/14176.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/20_util/allocator/33807.cc b/libstdc++-v3/testsuite/20_util/allocator/33807.cc index 6225189a0230..18fd479b763b 100644 --- a/libstdc++-v3/testsuite/20_util/allocator/33807.cc +++ b/libstdc++-v3/testsuite/20_util/allocator/33807.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/allocator/8230.cc b/libstdc++-v3/testsuite/20_util/allocator/8230.cc index d99c7b858dfa..e9ae5db4f7e4 100644 --- a/libstdc++-v3/testsuite/20_util/allocator/8230.cc +++ b/libstdc++-v3/testsuite/20_util/allocator/8230.cc @@ -1,6 +1,6 @@ // 2001-06-14 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/20_util/allocator/overaligned.cc b/libstdc++-v3/testsuite/20_util/allocator/overaligned.cc index 384d1d213c0f..4703f688e438 100644 --- a/libstdc++-v3/testsuite/20_util/allocator/overaligned.cc +++ b/libstdc++-v3/testsuite/20_util/allocator/overaligned.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/allocator/requirements/explicit_instantiation/1.cc b/libstdc++-v3/testsuite/20_util/allocator/requirements/explicit_instantiation/1.cc index f3b69e629349..8e9db5e5b8ed 100644 --- a/libstdc++-v3/testsuite/20_util/allocator/requirements/explicit_instantiation/1.cc +++ b/libstdc++-v3/testsuite/20_util/allocator/requirements/explicit_instantiation/1.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/allocator/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/allocator/requirements/typedefs.cc index 1b3f14fb7172..60bc9a8a768b 100644 --- a/libstdc++-v3/testsuite/20_util/allocator/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/allocator/requirements/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/20_util/allocator/void.cc b/libstdc++-v3/testsuite/20_util/allocator/void.cc index 0e47fef82b46..7d0ae1be2b54 100644 --- a/libstdc++-v3/testsuite/20_util/allocator/void.cc +++ b/libstdc++-v3/testsuite/20_util/allocator/void.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/allocator_traits/members/allocate_hint.cc b/libstdc++-v3/testsuite/20_util/allocator_traits/members/allocate_hint.cc index ceb524cb4b6c..561f07e20d0e 100644 --- a/libstdc++-v3/testsuite/20_util/allocator_traits/members/allocate_hint.cc +++ b/libstdc++-v3/testsuite/20_util/allocator_traits/members/allocate_hint.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/allocator_traits/members/allocate_hint_nonpod.cc b/libstdc++-v3/testsuite/20_util/allocator_traits/members/allocate_hint_nonpod.cc index 15f37fa03f6b..662c8854f55a 100644 --- a/libstdc++-v3/testsuite/20_util/allocator_traits/members/allocate_hint_nonpod.cc +++ b/libstdc++-v3/testsuite/20_util/allocator_traits/members/allocate_hint_nonpod.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/allocator_traits/members/construct.cc b/libstdc++-v3/testsuite/20_util/allocator_traits/members/construct.cc index 7b1adb98cbcf..01d14b131192 100644 --- a/libstdc++-v3/testsuite/20_util/allocator_traits/members/construct.cc +++ b/libstdc++-v3/testsuite/20_util/allocator_traits/members/construct.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/allocator_traits/members/destroy.cc b/libstdc++-v3/testsuite/20_util/allocator_traits/members/destroy.cc index 0ce84046e8d7..67724c433bad 100644 --- a/libstdc++-v3/testsuite/20_util/allocator_traits/members/destroy.cc +++ b/libstdc++-v3/testsuite/20_util/allocator_traits/members/destroy.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/allocator_traits/members/is_always_equal.cc b/libstdc++-v3/testsuite/20_util/allocator_traits/members/is_always_equal.cc index 5f0b4de11e59..ac7c77713958 100644 --- a/libstdc++-v3/testsuite/20_util/allocator_traits/members/is_always_equal.cc +++ b/libstdc++-v3/testsuite/20_util/allocator_traits/members/is_always_equal.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/20_util/allocator_traits/members/max_size.cc b/libstdc++-v3/testsuite/20_util/allocator_traits/members/max_size.cc index 745acca35506..88e7135c9af8 100644 --- a/libstdc++-v3/testsuite/20_util/allocator_traits/members/max_size.cc +++ b/libstdc++-v3/testsuite/20_util/allocator_traits/members/max_size.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/allocator_traits/members/select.cc b/libstdc++-v3/testsuite/20_util/allocator_traits/members/select.cc index 3539e90886a1..5ad002b8966d 100644 --- a/libstdc++-v3/testsuite/20_util/allocator_traits/members/select.cc +++ b/libstdc++-v3/testsuite/20_util/allocator_traits/members/select.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/allocator_traits/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/allocator_traits/requirements/explicit_instantiation.cc index 13d06a094e41..46932695f04f 100644 --- a/libstdc++-v3/testsuite/20_util/allocator_traits/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/allocator_traits/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/allocator_traits/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/allocator_traits/requirements/typedefs.cc index 3d30f5415f10..9c894398c804 100644 --- a/libstdc++-v3/testsuite/20_util/allocator_traits/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/allocator_traits/requirements/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/allocator_traits/requirements/typedefs2.cc b/libstdc++-v3/testsuite/20_util/allocator_traits/requirements/typedefs2.cc index 50e68c91a32b..10d267df3542 100644 --- a/libstdc++-v3/testsuite/20_util/allocator_traits/requirements/typedefs2.cc +++ b/libstdc++-v3/testsuite/20_util/allocator_traits/requirements/typedefs2.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/any/assign/1.cc b/libstdc++-v3/testsuite/20_util/any/assign/1.cc index 5e3ffa70ce6b..1d26b29f93f7 100644 --- a/libstdc++-v3/testsuite/20_util/any/assign/1.cc +++ b/libstdc++-v3/testsuite/20_util/any/assign/1.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do run } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/any/assign/2.cc b/libstdc++-v3/testsuite/20_util/any/assign/2.cc index 28f06a080ffd..9a1f84d469f0 100644 --- a/libstdc++-v3/testsuite/20_util/any/assign/2.cc +++ b/libstdc++-v3/testsuite/20_util/any/assign/2.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do run } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/any/assign/emplace.cc b/libstdc++-v3/testsuite/20_util/any/assign/emplace.cc index 50483c71bee0..07cbddeeab6a 100644 --- a/libstdc++-v3/testsuite/20_util/any/assign/emplace.cc +++ b/libstdc++-v3/testsuite/20_util/any/assign/emplace.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do run } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/any/assign/exception.cc b/libstdc++-v3/testsuite/20_util/any/assign/exception.cc index 31a87a2b4397..60561c9b7353 100644 --- a/libstdc++-v3/testsuite/20_util/any/assign/exception.cc +++ b/libstdc++-v3/testsuite/20_util/any/assign/exception.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do run } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/any/assign/self.cc b/libstdc++-v3/testsuite/20_util/any/assign/self.cc index f0bf12838c7c..f2a49e938351 100644 --- a/libstdc++-v3/testsuite/20_util/any/assign/self.cc +++ b/libstdc++-v3/testsuite/20_util/any/assign/self.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/20_util/any/cons/1.cc b/libstdc++-v3/testsuite/20_util/any/cons/1.cc index 59af878a60c1..b2b4ea39c40e 100644 --- a/libstdc++-v3/testsuite/20_util/any/cons/1.cc +++ b/libstdc++-v3/testsuite/20_util/any/cons/1.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do run } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/any/cons/2.cc b/libstdc++-v3/testsuite/20_util/any/cons/2.cc index be410cd2f541..9fe5f9e3bb63 100644 --- a/libstdc++-v3/testsuite/20_util/any/cons/2.cc +++ b/libstdc++-v3/testsuite/20_util/any/cons/2.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do run } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/any/cons/aligned.cc b/libstdc++-v3/testsuite/20_util/any/cons/aligned.cc index 9b23d8ac0f4c..40abadccc807 100644 --- a/libstdc++-v3/testsuite/20_util/any/cons/aligned.cc +++ b/libstdc++-v3/testsuite/20_util/any/cons/aligned.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/20_util/any/cons/explicit.cc b/libstdc++-v3/testsuite/20_util/any/cons/explicit.cc index f0d64dbe3c74..bf9a9b4374a5 100644 --- a/libstdc++-v3/testsuite/20_util/any/cons/explicit.cc +++ b/libstdc++-v3/testsuite/20_util/any/cons/explicit.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/any/cons/in_place.cc b/libstdc++-v3/testsuite/20_util/any/cons/in_place.cc index 5419c25872e9..5336f8453f90 100644 --- a/libstdc++-v3/testsuite/20_util/any/cons/in_place.cc +++ b/libstdc++-v3/testsuite/20_util/any/cons/in_place.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do run } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/any/cons/nontrivial.cc b/libstdc++-v3/testsuite/20_util/any/cons/nontrivial.cc index bb46452c6190..ebf8fca69845 100644 --- a/libstdc++-v3/testsuite/20_util/any/cons/nontrivial.cc +++ b/libstdc++-v3/testsuite/20_util/any/cons/nontrivial.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/20_util/any/make_any.cc b/libstdc++-v3/testsuite/20_util/any/make_any.cc index 30fd40c11c9c..54c263551164 100644 --- a/libstdc++-v3/testsuite/20_util/any/make_any.cc +++ b/libstdc++-v3/testsuite/20_util/any/make_any.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do run } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/any/misc/any_cast.cc b/libstdc++-v3/testsuite/20_util/any/misc/any_cast.cc index f3ae59279042..559e4e9f9e17 100644 --- a/libstdc++-v3/testsuite/20_util/any/misc/any_cast.cc +++ b/libstdc++-v3/testsuite/20_util/any/misc/any_cast.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do run } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/any/misc/any_cast_neg.cc b/libstdc++-v3/testsuite/20_util/any/misc/any_cast_neg.cc index a8a1ca9fd0ab..61f0bc4460ec 100644 --- a/libstdc++-v3/testsuite/20_util/any/misc/any_cast_neg.cc +++ b/libstdc++-v3/testsuite/20_util/any/misc/any_cast_neg.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/any/misc/any_cast_no_rtti.cc b/libstdc++-v3/testsuite/20_util/any/misc/any_cast_no_rtti.cc index fa16f2371be4..7e95df04f8ea 100644 --- a/libstdc++-v3/testsuite/20_util/any/misc/any_cast_no_rtti.cc +++ b/libstdc++-v3/testsuite/20_util/any/misc/any_cast_no_rtti.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17 -fno-rtti" } // { dg-do run } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/any/misc/swap.cc b/libstdc++-v3/testsuite/20_util/any/misc/swap.cc index 26a86dd5cfc3..dfa33c24fd71 100644 --- a/libstdc++-v3/testsuite/20_util/any/misc/swap.cc +++ b/libstdc++-v3/testsuite/20_util/any/misc/swap.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do run } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/any/modifiers/1.cc b/libstdc++-v3/testsuite/20_util/any/modifiers/1.cc index 39cbe96fd8d3..016b3ef0991b 100644 --- a/libstdc++-v3/testsuite/20_util/any/modifiers/1.cc +++ b/libstdc++-v3/testsuite/20_util/any/modifiers/1.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do run } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/any/observers/type.cc b/libstdc++-v3/testsuite/20_util/any/observers/type.cc index af4dc30c766b..e795ad0c0704 100644 --- a/libstdc++-v3/testsuite/20_util/any/observers/type.cc +++ b/libstdc++-v3/testsuite/20_util/any/observers/type.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do run } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/any/requirements.cc b/libstdc++-v3/testsuite/20_util/any/requirements.cc index e47eed4448bb..8ab8152f0d05 100644 --- a/libstdc++-v3/testsuite/20_util/any/requirements.cc +++ b/libstdc++-v3/testsuite/20_util/any/requirements.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/any/typedefs.cc b/libstdc++-v3/testsuite/20_util/any/typedefs.cc index 22210dd6e072..780700f1bd2f 100644 --- a/libstdc++-v3/testsuite/20_util/any/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/any/typedefs.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/as_const/1.cc b/libstdc++-v3/testsuite/20_util/as_const/1.cc index 2f257b46ff01..9ebd07f16256 100644 --- a/libstdc++-v3/testsuite/20_util/as_const/1.cc +++ b/libstdc++-v3/testsuite/20_util/as_const/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/as_const/rvalue_neg.cc b/libstdc++-v3/testsuite/20_util/as_const/rvalue_neg.cc index 3fe9e1839da0..a15f2b1bbf9d 100644 --- a/libstdc++-v3/testsuite/20_util/as_const/rvalue_neg.cc +++ b/libstdc++-v3/testsuite/20_util/as_const/rvalue_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/auto_ptr/1.cc b/libstdc++-v3/testsuite/20_util/auto_ptr/1.cc index 55a25e94de45..918f9a749e21 100644 --- a/libstdc++-v3/testsuite/20_util/auto_ptr/1.cc +++ b/libstdc++-v3/testsuite/20_util/auto_ptr/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/20_util/auto_ptr/2.cc b/libstdc++-v3/testsuite/20_util/auto_ptr/2.cc index 47b24bbef177..a803906d7d53 100644 --- a/libstdc++-v3/testsuite/20_util/auto_ptr/2.cc +++ b/libstdc++-v3/testsuite/20_util/auto_ptr/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/20_util/auto_ptr/3.cc b/libstdc++-v3/testsuite/20_util/auto_ptr/3.cc index 82c87b838cfb..07b3b211d555 100644 --- a/libstdc++-v3/testsuite/20_util/auto_ptr/3.cc +++ b/libstdc++-v3/testsuite/20_util/auto_ptr/3.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/20_util/auto_ptr/3946.cc b/libstdc++-v3/testsuite/20_util/auto_ptr/3946.cc index 86b56de1fa6c..7ae00b859457 100644 --- a/libstdc++-v3/testsuite/20_util/auto_ptr/3946.cc +++ b/libstdc++-v3/testsuite/20_util/auto_ptr/3946.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/20_util/auto_ptr/4.cc b/libstdc++-v3/testsuite/20_util/auto_ptr/4.cc index 279665f1688a..e2e11e3e56ea 100644 --- a/libstdc++-v3/testsuite/20_util/auto_ptr/4.cc +++ b/libstdc++-v3/testsuite/20_util/auto_ptr/4.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/20_util/auto_ptr/5.cc b/libstdc++-v3/testsuite/20_util/auto_ptr/5.cc index 16e28ca90e04..f38279bd7bc1 100644 --- a/libstdc++-v3/testsuite/20_util/auto_ptr/5.cc +++ b/libstdc++-v3/testsuite/20_util/auto_ptr/5.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/20_util/auto_ptr/6.cc b/libstdc++-v3/testsuite/20_util/auto_ptr/6.cc index 02545c72b32d..25a0291b97cb 100644 --- a/libstdc++-v3/testsuite/20_util/auto_ptr/6.cc +++ b/libstdc++-v3/testsuite/20_util/auto_ptr/6.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/20_util/auto_ptr/7.cc b/libstdc++-v3/testsuite/20_util/auto_ptr/7.cc index 1e8319f29ffc..8cb0e078788b 100644 --- a/libstdc++-v3/testsuite/20_util/auto_ptr/7.cc +++ b/libstdc++-v3/testsuite/20_util/auto_ptr/7.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/20_util/auto_ptr/assign_neg.cc b/libstdc++-v3/testsuite/20_util/auto_ptr/assign_neg.cc index 22cc49e76bff..fdaa2e18e842 100644 --- a/libstdc++-v3/testsuite/20_util/auto_ptr/assign_neg.cc +++ b/libstdc++-v3/testsuite/20_util/auto_ptr/assign_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/20_util/auto_ptr/requirements/explicit_instantiation/1.cc b/libstdc++-v3/testsuite/20_util/auto_ptr/requirements/explicit_instantiation/1.cc index bbf1b9dbe78f..b105ad53d877 100644 --- a/libstdc++-v3/testsuite/20_util/auto_ptr/requirements/explicit_instantiation/1.cc +++ b/libstdc++-v3/testsuite/20_util/auto_ptr/requirements/explicit_instantiation/1.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/bad_function_call/cons_virtual_derivation.cc b/libstdc++-v3/testsuite/20_util/bad_function_call/cons_virtual_derivation.cc index 0566cec4bc98..0b7a9cd0bab1 100644 --- a/libstdc++-v3/testsuite/20_util/bad_function_call/cons_virtual_derivation.cc +++ b/libstdc++-v3/testsuite/20_util/bad_function_call/cons_virtual_derivation.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // 2007-05-29 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/bad_function_call/what.cc b/libstdc++-v3/testsuite/20_util/bad_function_call/what.cc index 2be6d803c8f4..fffd1a6c5cd3 100644 --- a/libstdc++-v3/testsuite/20_util/bad_function_call/what.cc +++ b/libstdc++-v3/testsuite/20_util/bad_function_call/what.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/bind/35569.cc b/libstdc++-v3/testsuite/20_util/bind/35569.cc index 9d5006901f75..8653a7717624 100644 --- a/libstdc++-v3/testsuite/20_util/bind/35569.cc +++ b/libstdc++-v3/testsuite/20_util/bind/35569.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/bind/38889.cc b/libstdc++-v3/testsuite/20_util/bind/38889.cc index dc829e7094af..42e57c445c73 100644 --- a/libstdc++-v3/testsuite/20_util/bind/38889.cc +++ b/libstdc++-v3/testsuite/20_util/bind/38889.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/bind/42593.cc b/libstdc++-v3/testsuite/20_util/bind/42593.cc index 45565fb6d420..ecfead3c94e4 100644 --- a/libstdc++-v3/testsuite/20_util/bind/42593.cc +++ b/libstdc++-v3/testsuite/20_util/bind/42593.cc @@ -1,5 +1,5 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/bind/45924.cc b/libstdc++-v3/testsuite/20_util/bind/45924.cc index 30ede44af2d6..b5fa80c6bf6d 100644 --- a/libstdc++-v3/testsuite/20_util/bind/45924.cc +++ b/libstdc++-v3/testsuite/20_util/bind/45924.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/bind/48698.cc b/libstdc++-v3/testsuite/20_util/bind/48698.cc index 9c26cf09ac41..ae7509695128 100644 --- a/libstdc++-v3/testsuite/20_util/bind/48698.cc +++ b/libstdc++-v3/testsuite/20_util/bind/48698.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/bind/49058_1.cc b/libstdc++-v3/testsuite/20_util/bind/49058_1.cc index aa90f0b73da4..565a9440fca3 100644 --- a/libstdc++-v3/testsuite/20_util/bind/49058_1.cc +++ b/libstdc++-v3/testsuite/20_util/bind/49058_1.cc @@ -1,7 +1,7 @@ // { dg-options "-pedantic" } // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/bind/49058_2.cc b/libstdc++-v3/testsuite/20_util/bind/49058_2.cc index 234eb157dc23..dff505cb2198 100644 --- a/libstdc++-v3/testsuite/20_util/bind/49058_2.cc +++ b/libstdc++-v3/testsuite/20_util/bind/49058_2.cc @@ -1,7 +1,7 @@ // { dg-options "-pedantic" } // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/bind/57899.cc b/libstdc++-v3/testsuite/20_util/bind/57899.cc index 53dac54458a4..5f95bf2dfbff 100644 --- a/libstdc++-v3/testsuite/20_util/bind/57899.cc +++ b/libstdc++-v3/testsuite/20_util/bind/57899.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/bind/60497.cc b/libstdc++-v3/testsuite/20_util/bind/60497.cc index 0b266472844a..a9cfea0236dd 100644 --- a/libstdc++-v3/testsuite/20_util/bind/60497.cc +++ b/libstdc++-v3/testsuite/20_util/bind/60497.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/bind/68912.cc b/libstdc++-v3/testsuite/20_util/bind/68912.cc index a32b44be0ade..710fcc1ba7df 100644 --- a/libstdc++-v3/testsuite/20_util/bind/68912.cc +++ b/libstdc++-v3/testsuite/20_util/bind/68912.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/20_util/bind/all_bound.cc b/libstdc++-v3/testsuite/20_util/bind/all_bound.cc index cf70f39c474c..6feff6bb6990 100644 --- a/libstdc++-v3/testsuite/20_util/bind/all_bound.cc +++ b/libstdc++-v3/testsuite/20_util/bind/all_bound.cc @@ -1,5 +1,5 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/20_util/bind/conv_result.cc b/libstdc++-v3/testsuite/20_util/bind/conv_result.cc index 1d6d91ab766c..147fb1ac07a7 100644 --- a/libstdc++-v3/testsuite/20_util/bind/conv_result.cc +++ b/libstdc++-v3/testsuite/20_util/bind/conv_result.cc @@ -1,5 +1,5 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/20_util/bind/cv_quals.cc b/libstdc++-v3/testsuite/20_util/bind/cv_quals.cc index 5165f87b49ac..52e0d18f54cc 100644 --- a/libstdc++-v3/testsuite/20_util/bind/cv_quals.cc +++ b/libstdc++-v3/testsuite/20_util/bind/cv_quals.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/bind/cv_quals_2.cc b/libstdc++-v3/testsuite/20_util/bind/cv_quals_2.cc index cd9b2042f55f..9af2f0a08d6f 100644 --- a/libstdc++-v3/testsuite/20_util/bind/cv_quals_2.cc +++ b/libstdc++-v3/testsuite/20_util/bind/cv_quals_2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/bind/cv_quals_3.cc b/libstdc++-v3/testsuite/20_util/bind/cv_quals_3.cc index de73c7b56c5a..4ba2a1b186b5 100644 --- a/libstdc++-v3/testsuite/20_util/bind/cv_quals_3.cc +++ b/libstdc++-v3/testsuite/20_util/bind/cv_quals_3.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/bind/is_placeholder_v.cc b/libstdc++-v3/testsuite/20_util/bind/is_placeholder_v.cc index ff6a4126c3dd..82300b22e9ab 100644 --- a/libstdc++-v3/testsuite/20_util/bind/is_placeholder_v.cc +++ b/libstdc++-v3/testsuite/20_util/bind/is_placeholder_v.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/bind/move.cc b/libstdc++-v3/testsuite/20_util/bind/move.cc index 6a2ce08a0785..d32cc4c3ee1e 100644 --- a/libstdc++-v3/testsuite/20_util/bind/move.cc +++ b/libstdc++-v3/testsuite/20_util/bind/move.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/bind/nested.cc b/libstdc++-v3/testsuite/20_util/bind/nested.cc index 823978e3d271..777e1458c41b 100644 --- a/libstdc++-v3/testsuite/20_util/bind/nested.cc +++ b/libstdc++-v3/testsuite/20_util/bind/nested.cc @@ -1,5 +1,5 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/20_util/bind/placeholders.cc b/libstdc++-v3/testsuite/20_util/bind/placeholders.cc index 0ddaa01d264c..3f1445144926 100644 --- a/libstdc++-v3/testsuite/20_util/bind/placeholders.cc +++ b/libstdc++-v3/testsuite/20_util/bind/placeholders.cc @@ -1,5 +1,5 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/20_util/bind/ref.cc b/libstdc++-v3/testsuite/20_util/bind/ref.cc index a0c7e60d50f7..e6fc73b43a7d 100644 --- a/libstdc++-v3/testsuite/20_util/bind/ref.cc +++ b/libstdc++-v3/testsuite/20_util/bind/ref.cc @@ -1,5 +1,5 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/20_util/bind/ref2.cc b/libstdc++-v3/testsuite/20_util/bind/ref2.cc index d9ba387a293b..0ecc7d11fffe 100644 --- a/libstdc++-v3/testsuite/20_util/bind/ref2.cc +++ b/libstdc++-v3/testsuite/20_util/bind/ref2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/bind/ref_neg.cc b/libstdc++-v3/testsuite/20_util/bind/ref_neg.cc index ff2dffbc4f64..ed264b213c84 100644 --- a/libstdc++-v3/testsuite/20_util/bind/ref_neg.cc +++ b/libstdc++-v3/testsuite/20_util/bind/ref_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/bind/refqual.cc b/libstdc++-v3/testsuite/20_util/bind/refqual.cc index 51b028bf7c1d..e70887466071 100644 --- a/libstdc++-v3/testsuite/20_util/bind/refqual.cc +++ b/libstdc++-v3/testsuite/20_util/bind/refqual.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/bind/socket.cc b/libstdc++-v3/testsuite/20_util/bind/socket.cc index 8a4fde4460ef..d22da92126a9 100644 --- a/libstdc++-v3/testsuite/20_util/bind/socket.cc +++ b/libstdc++-v3/testsuite/20_util/bind/socket.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/bool_constant/requirements.cc b/libstdc++-v3/testsuite/20_util/bool_constant/requirements.cc index aa2f99a7a942..8871d55b8fe9 100644 --- a/libstdc++-v3/testsuite/20_util/bool_constant/requirements.cc +++ b/libstdc++-v3/testsuite/20_util/bool_constant/requirements.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/20_util/common_type/requirements/alias_decl.cc b/libstdc++-v3/testsuite/20_util/common_type/requirements/alias_decl.cc index 0b2eb1531a1f..3131d6582b64 100644 --- a/libstdc++-v3/testsuite/20_util/common_type/requirements/alias_decl.cc +++ b/libstdc++-v3/testsuite/20_util/common_type/requirements/alias_decl.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/common_type/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/common_type/requirements/explicit_instantiation.cc index 43534d6156bd..d5eb0c4463c3 100644 --- a/libstdc++-v3/testsuite/20_util/common_type/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/common_type/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/20_util/common_type/requirements/sfinae_friendly_1.cc b/libstdc++-v3/testsuite/20_util/common_type/requirements/sfinae_friendly_1.cc index b43560dbed64..43fc68c80e8a 100644 --- a/libstdc++-v3/testsuite/20_util/common_type/requirements/sfinae_friendly_1.cc +++ b/libstdc++-v3/testsuite/20_util/common_type/requirements/sfinae_friendly_1.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/20_util/common_type/requirements/sfinae_friendly_2.cc b/libstdc++-v3/testsuite/20_util/common_type/requirements/sfinae_friendly_2.cc index 8e5b1581b19d..371a9db6a972 100644 --- a/libstdc++-v3/testsuite/20_util/common_type/requirements/sfinae_friendly_2.cc +++ b/libstdc++-v3/testsuite/20_util/common_type/requirements/sfinae_friendly_2.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/20_util/common_type/requirements/typedefs-1.cc b/libstdc++-v3/testsuite/20_util/common_type/requirements/typedefs-1.cc index 163426dd88dc..5ac9f95dd957 100644 --- a/libstdc++-v3/testsuite/20_util/common_type/requirements/typedefs-1.cc +++ b/libstdc++-v3/testsuite/20_util/common_type/requirements/typedefs-1.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/20_util/common_type/requirements/typedefs-2.cc b/libstdc++-v3/testsuite/20_util/common_type/requirements/typedefs-2.cc index 6527f2d7c20c..435adb3b79bc 100644 --- a/libstdc++-v3/testsuite/20_util/common_type/requirements/typedefs-2.cc +++ b/libstdc++-v3/testsuite/20_util/common_type/requirements/typedefs-2.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // 2009-11-12 Paolo Carlini // -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/20_util/conditional/requirements/alias_decl.cc b/libstdc++-v3/testsuite/20_util/conditional/requirements/alias_decl.cc index e27b6b0f289a..5771c4dc578c 100644 --- a/libstdc++-v3/testsuite/20_util/conditional/requirements/alias_decl.cc +++ b/libstdc++-v3/testsuite/20_util/conditional/requirements/alias_decl.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/conditional/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/conditional/requirements/explicit_instantiation.cc index a758f4dcdbe1..60c7c5e568db 100644 --- a/libstdc++-v3/testsuite/20_util/conditional/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/conditional/requirements/explicit_instantiation.cc @@ -2,7 +2,7 @@ // 2007-05-02 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/conditional/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/conditional/requirements/typedefs.cc index c00db4155a52..3fb821140576 100644 --- a/libstdc++-v3/testsuite/20_util/conditional/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/conditional/requirements/typedefs.cc @@ -2,7 +2,7 @@ // 2007-05-02 Benjamin Kosnik // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/decay/requirements/alias_decl.cc b/libstdc++-v3/testsuite/20_util/decay/requirements/alias_decl.cc index b2aaffbbd8b7..e9be7863e0ab 100644 --- a/libstdc++-v3/testsuite/20_util/decay/requirements/alias_decl.cc +++ b/libstdc++-v3/testsuite/20_util/decay/requirements/alias_decl.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/decay/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/decay/requirements/explicit_instantiation.cc index 9ca0eb74e49b..52f46baca7ca 100644 --- a/libstdc++-v3/testsuite/20_util/decay/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/decay/requirements/explicit_instantiation.cc @@ -2,7 +2,7 @@ // 2007-05-02 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/decay/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/decay/requirements/typedefs.cc index 62c566c6d93a..2b155b6ed555 100644 --- a/libstdc++-v3/testsuite/20_util/decay/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/decay/requirements/typedefs.cc @@ -2,7 +2,7 @@ // 2007-05-03 Benjamin Kosnik // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/declval/requirements/1.cc b/libstdc++-v3/testsuite/20_util/declval/requirements/1.cc index a2cb88be4283..be0d1311cb33 100644 --- a/libstdc++-v3/testsuite/20_util/declval/requirements/1.cc +++ b/libstdc++-v3/testsuite/20_util/declval/requirements/1.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // 2009-11-12 Paolo Carlini // -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/20_util/declval/requirements/1_neg.cc b/libstdc++-v3/testsuite/20_util/declval/requirements/1_neg.cc index 2048e0d7cff5..dc9daeb42ce5 100644 --- a/libstdc++-v3/testsuite/20_util/declval/requirements/1_neg.cc +++ b/libstdc++-v3/testsuite/20_util/declval/requirements/1_neg.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // 2009-11-12 Paolo Carlini // -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/20_util/default_delete/48631_neg.cc b/libstdc++-v3/testsuite/20_util/default_delete/48631_neg.cc index 2f99b25758bc..d8bdf7f05b5e 100644 --- a/libstdc++-v3/testsuite/20_util/default_delete/48631_neg.cc +++ b/libstdc++-v3/testsuite/20_util/default_delete/48631_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/default_delete/cons/constexpr.cc b/libstdc++-v3/testsuite/20_util/default_delete/cons/constexpr.cc index ff893b3e80c5..18cd5f29f0d0 100644 --- a/libstdc++-v3/testsuite/20_util/default_delete/cons/constexpr.cc +++ b/libstdc++-v3/testsuite/20_util/default_delete/cons/constexpr.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/default_delete/void_neg.cc b/libstdc++-v3/testsuite/20_util/default_delete/void_neg.cc index 74aa32f7cb0c..db00f81b618a 100644 --- a/libstdc++-v3/testsuite/20_util/default_delete/void_neg.cc +++ b/libstdc++-v3/testsuite/20_util/default_delete/void_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/duration/arithmetic/1.cc b/libstdc++-v3/testsuite/20_util/duration/arithmetic/1.cc index 3f642b9dcab5..2446a28d7782 100644 --- a/libstdc++-v3/testsuite/20_util/duration/arithmetic/1.cc +++ b/libstdc++-v3/testsuite/20_util/duration/arithmetic/1.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-cstdint "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/20_util/duration/arithmetic/2.cc b/libstdc++-v3/testsuite/20_util/duration/arithmetic/2.cc index d3282eaaee1f..7d4ab0d7dc87 100644 --- a/libstdc++-v3/testsuite/20_util/duration/arithmetic/2.cc +++ b/libstdc++-v3/testsuite/20_util/duration/arithmetic/2.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-cstdint "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/20_util/duration/arithmetic/58850.cc b/libstdc++-v3/testsuite/20_util/duration/arithmetic/58850.cc index 489125814c36..d6db8c91be18 100644 --- a/libstdc++-v3/testsuite/20_util/duration/arithmetic/58850.cc +++ b/libstdc++-v3/testsuite/20_util/duration/arithmetic/58850.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-cstdint "" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/duration/arithmetic/constexpr.cc b/libstdc++-v3/testsuite/20_util/duration/arithmetic/constexpr.cc index 285f9411ff4c..5a421d7f7e49 100644 --- a/libstdc++-v3/testsuite/20_util/duration/arithmetic/constexpr.cc +++ b/libstdc++-v3/testsuite/20_util/duration/arithmetic/constexpr.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/duration/arithmetic/dr2020.cc b/libstdc++-v3/testsuite/20_util/duration/arithmetic/dr2020.cc index e9bc53cf06e9..7421c86aae27 100644 --- a/libstdc++-v3/testsuite/20_util/duration/arithmetic/dr2020.cc +++ b/libstdc++-v3/testsuite/20_util/duration/arithmetic/dr2020.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-cstdint "" } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/duration/arithmetic/dr934-1.cc b/libstdc++-v3/testsuite/20_util/duration/arithmetic/dr934-1.cc index fb9df92c6476..c43669e2fb9d 100644 --- a/libstdc++-v3/testsuite/20_util/duration/arithmetic/dr934-1.cc +++ b/libstdc++-v3/testsuite/20_util/duration/arithmetic/dr934-1.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/20_util/duration/arithmetic/dr934-2.cc b/libstdc++-v3/testsuite/20_util/duration/arithmetic/dr934-2.cc index e059c9632d08..c743fd8b37c5 100644 --- a/libstdc++-v3/testsuite/20_util/duration/arithmetic/dr934-2.cc +++ b/libstdc++-v3/testsuite/20_util/duration/arithmetic/dr934-2.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-cstdint "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/20_util/duration/comparison_operators/1.cc b/libstdc++-v3/testsuite/20_util/duration/comparison_operators/1.cc index 8a44e6ba8ced..10545be4fc9c 100644 --- a/libstdc++-v3/testsuite/20_util/duration/comparison_operators/1.cc +++ b/libstdc++-v3/testsuite/20_util/duration/comparison_operators/1.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-cstdint "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/20_util/duration/comparison_operators/constexpr.cc b/libstdc++-v3/testsuite/20_util/duration/comparison_operators/constexpr.cc index bbe18211434a..89d7862073e5 100644 --- a/libstdc++-v3/testsuite/20_util/duration/comparison_operators/constexpr.cc +++ b/libstdc++-v3/testsuite/20_util/duration/comparison_operators/constexpr.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/duration/cons/1.cc b/libstdc++-v3/testsuite/20_util/duration/cons/1.cc index d880ec208e53..2f67b04380e8 100644 --- a/libstdc++-v3/testsuite/20_util/duration/cons/1.cc +++ b/libstdc++-v3/testsuite/20_util/duration/cons/1.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-cstdint "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/20_util/duration/cons/1_neg.cc b/libstdc++-v3/testsuite/20_util/duration/cons/1_neg.cc index 07bf93bcd490..90d1dc2004d0 100644 --- a/libstdc++-v3/testsuite/20_util/duration/cons/1_neg.cc +++ b/libstdc++-v3/testsuite/20_util/duration/cons/1_neg.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/20_util/duration/cons/2.cc b/libstdc++-v3/testsuite/20_util/duration/cons/2.cc index ead01bb99b95..b70775b7d783 100644 --- a/libstdc++-v3/testsuite/20_util/duration/cons/2.cc +++ b/libstdc++-v3/testsuite/20_util/duration/cons/2.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-cstdint "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/20_util/duration/cons/54025.cc b/libstdc++-v3/testsuite/20_util/duration/cons/54025.cc index b9983e75d398..8fa96abaafc8 100644 --- a/libstdc++-v3/testsuite/20_util/duration/cons/54025.cc +++ b/libstdc++-v3/testsuite/20_util/duration/cons/54025.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/20_util/duration/cons/constexpr.cc b/libstdc++-v3/testsuite/20_util/duration/cons/constexpr.cc index 7254739815b1..86c8a8d8a6ed 100644 --- a/libstdc++-v3/testsuite/20_util/duration/cons/constexpr.cc +++ b/libstdc++-v3/testsuite/20_util/duration/cons/constexpr.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/duration/cons/dr974_neg.cc b/libstdc++-v3/testsuite/20_util/duration/cons/dr974_neg.cc index ffd042810108..7287ab07793a 100644 --- a/libstdc++-v3/testsuite/20_util/duration/cons/dr974_neg.cc +++ b/libstdc++-v3/testsuite/20_util/duration/cons/dr974_neg.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/20_util/duration/literals/61166.cc b/libstdc++-v3/testsuite/20_util/duration/literals/61166.cc index bcdb6b48ba8c..fc4d1a95b387 100644 --- a/libstdc++-v3/testsuite/20_util/duration/literals/61166.cc +++ b/libstdc++-v3/testsuite/20_util/duration/literals/61166.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/duration/literals/65499.cc b/libstdc++-v3/testsuite/20_util/duration/literals/65499.cc index 99350bf8af85..603903059505 100644 --- a/libstdc++-v3/testsuite/20_util/duration/literals/65499.cc +++ b/libstdc++-v3/testsuite/20_util/duration/literals/65499.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/20_util/duration/literals/range.cc b/libstdc++-v3/testsuite/20_util/duration/literals/range.cc index 4ade327abbab..451d161167c6 100644 --- a/libstdc++-v3/testsuite/20_util/duration/literals/range.cc +++ b/libstdc++-v3/testsuite/20_util/duration/literals/range.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/duration/literals/types.cc b/libstdc++-v3/testsuite/20_util/duration/literals/types.cc index de7058f6881d..0e6b9579c421 100644 --- a/libstdc++-v3/testsuite/20_util/duration/literals/types.cc +++ b/libstdc++-v3/testsuite/20_util/duration/literals/types.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/duration/literals/values.cc b/libstdc++-v3/testsuite/20_util/duration/literals/values.cc index 6b82ad2b742f..10211ab58494 100644 --- a/libstdc++-v3/testsuite/20_util/duration/literals/values.cc +++ b/libstdc++-v3/testsuite/20_util/duration/literals/values.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/duration/requirements/constexpr_functions.cc b/libstdc++-v3/testsuite/20_util/duration/requirements/constexpr_functions.cc index fd9ffa99db66..8d7f1df7274b 100644 --- a/libstdc++-v3/testsuite/20_util/duration/requirements/constexpr_functions.cc +++ b/libstdc++-v3/testsuite/20_util/duration/requirements/constexpr_functions.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/duration/requirements/explicit_instantiation/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/duration/requirements/explicit_instantiation/explicit_instantiation.cc index bbc5ed9057e7..1f2537a30be8 100644 --- a/libstdc++-v3/testsuite/20_util/duration/requirements/explicit_instantiation/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/duration/requirements/explicit_instantiation/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/20_util/duration/requirements/sfinae_friendly_1.cc b/libstdc++-v3/testsuite/20_util/duration/requirements/sfinae_friendly_1.cc index 89995568272a..523ccaa459d0 100644 --- a/libstdc++-v3/testsuite/20_util/duration/requirements/sfinae_friendly_1.cc +++ b/libstdc++-v3/testsuite/20_util/duration/requirements/sfinae_friendly_1.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/20_util/duration/requirements/treat_as_floating_point_v.cc b/libstdc++-v3/testsuite/20_util/duration/requirements/treat_as_floating_point_v.cc index 40e1d94ee1d0..8d77f143a431 100644 --- a/libstdc++-v3/testsuite/20_util/duration/requirements/treat_as_floating_point_v.cc +++ b/libstdc++-v3/testsuite/20_util/duration/requirements/treat_as_floating_point_v.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/duration/requirements/typedefs_neg1.cc b/libstdc++-v3/testsuite/20_util/duration/requirements/typedefs_neg1.cc index 8bbdbe15bd5b..189e97bf9843 100644 --- a/libstdc++-v3/testsuite/20_util/duration/requirements/typedefs_neg1.cc +++ b/libstdc++-v3/testsuite/20_util/duration/requirements/typedefs_neg1.cc @@ -2,7 +2,7 @@ // { dg-require-cstdint "" } // 2008-07-31 Chris Fairles -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/20_util/duration/requirements/typedefs_neg2.cc b/libstdc++-v3/testsuite/20_util/duration/requirements/typedefs_neg2.cc index 91c8b54080b0..501de5ee7521 100644 --- a/libstdc++-v3/testsuite/20_util/duration/requirements/typedefs_neg2.cc +++ b/libstdc++-v3/testsuite/20_util/duration/requirements/typedefs_neg2.cc @@ -2,7 +2,7 @@ // { dg-require-cstdint "" } // 2008-07-31 Chris Fairles -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/20_util/duration/requirements/typedefs_neg3.cc b/libstdc++-v3/testsuite/20_util/duration/requirements/typedefs_neg3.cc index e6f8cb1a466e..a56bb96f5d0e 100644 --- a/libstdc++-v3/testsuite/20_util/duration/requirements/typedefs_neg3.cc +++ b/libstdc++-v3/testsuite/20_util/duration/requirements/typedefs_neg3.cc @@ -2,7 +2,7 @@ // { dg-require-cstdint "" } // 2008-07-31 Chris Fairles -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/20_util/duration_cast/constexpr.cc b/libstdc++-v3/testsuite/20_util/duration_cast/constexpr.cc index 4ae2cc7386be..3b5c4f4cfb78 100644 --- a/libstdc++-v3/testsuite/20_util/duration_cast/constexpr.cc +++ b/libstdc++-v3/testsuite/20_util/duration_cast/constexpr.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/duration_cast/rounding.cc b/libstdc++-v3/testsuite/20_util/duration_cast/rounding.cc index 2a1df7478d44..9133ff55877f 100644 --- a/libstdc++-v3/testsuite/20_util/duration_cast/rounding.cc +++ b/libstdc++-v3/testsuite/20_util/duration_cast/rounding.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/enable_if/requirements/alias_decl.cc b/libstdc++-v3/testsuite/20_util/enable_if/requirements/alias_decl.cc index 2103c63c4d9a..638cb7e63819 100644 --- a/libstdc++-v3/testsuite/20_util/enable_if/requirements/alias_decl.cc +++ b/libstdc++-v3/testsuite/20_util/enable_if/requirements/alias_decl.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/enable_if/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/enable_if/requirements/explicit_instantiation.cc index 2e8c5e685160..dd442442a74a 100644 --- a/libstdc++-v3/testsuite/20_util/enable_if/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/enable_if/requirements/explicit_instantiation.cc @@ -2,7 +2,7 @@ // 2007-05-02 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/enable_if/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/enable_if/requirements/typedefs.cc index b23cc34cd816..c6b0fcbfae57 100644 --- a/libstdc++-v3/testsuite/20_util/enable_if/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/enable_if/requirements/typedefs.cc @@ -2,7 +2,7 @@ // 2007-05-02 Benjamin Kosnik // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/enable_if/requirements/typedefs_neg.cc b/libstdc++-v3/testsuite/20_util/enable_if/requirements/typedefs_neg.cc index 7ff151a41930..8d97260d1118 100644 --- a/libstdc++-v3/testsuite/20_util/enable_if/requirements/typedefs_neg.cc +++ b/libstdc++-v3/testsuite/20_util/enable_if/requirements/typedefs_neg.cc @@ -2,7 +2,7 @@ // 2007-05-02 Benjamin Kosnik // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/enable_shared_from_this/56383.cc b/libstdc++-v3/testsuite/20_util/enable_shared_from_this/56383.cc index 9220eaf4e821..fa51c84d3885 100644 --- a/libstdc++-v3/testsuite/20_util/enable_shared_from_this/56383.cc +++ b/libstdc++-v3/testsuite/20_util/enable_shared_from_this/56383.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/20_util/enable_shared_from_this/cons/constexpr.cc b/libstdc++-v3/testsuite/20_util/enable_shared_from_this/cons/constexpr.cc index 411f1502f047..cd64615a0a48 100644 --- a/libstdc++-v3/testsuite/20_util/enable_shared_from_this/cons/constexpr.cc +++ b/libstdc++-v3/testsuite/20_util/enable_shared_from_this/cons/constexpr.cc @@ -3,7 +3,7 @@ // { dg-final { scan-assembler-not "_ZNSt23enable_shared_from_thisIiEC2Ev" } } // { dg-final { scan-assembler-not "_ZN7derivedC2Ev" } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/enable_shared_from_this/members/assign.cc b/libstdc++-v3/testsuite/20_util/enable_shared_from_this/members/assign.cc index 58c0442d6004..46d6bf6e0946 100644 --- a/libstdc++-v3/testsuite/20_util/enable_shared_from_this/members/assign.cc +++ b/libstdc++-v3/testsuite/20_util/enable_shared_from_this/members/assign.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/enable_shared_from_this/members/const.cc b/libstdc++-v3/testsuite/20_util/enable_shared_from_this/members/const.cc index 874bf7b67711..0f7772661c11 100644 --- a/libstdc++-v3/testsuite/20_util/enable_shared_from_this/members/const.cc +++ b/libstdc++-v3/testsuite/20_util/enable_shared_from_this/members/const.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/20_util/enable_shared_from_this/members/reinit.cc b/libstdc++-v3/testsuite/20_util/enable_shared_from_this/members/reinit.cc index 3209f87026a4..47baeb08c4f9 100644 --- a/libstdc++-v3/testsuite/20_util/enable_shared_from_this/members/reinit.cc +++ b/libstdc++-v3/testsuite/20_util/enable_shared_from_this/members/reinit.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/20_util/enable_shared_from_this/members/unique_ptr.cc b/libstdc++-v3/testsuite/20_util/enable_shared_from_this/members/unique_ptr.cc index 4d2e4f0b9c0f..b9fb5202f02c 100644 --- a/libstdc++-v3/testsuite/20_util/enable_shared_from_this/members/unique_ptr.cc +++ b/libstdc++-v3/testsuite/20_util/enable_shared_from_this/members/unique_ptr.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/enable_shared_from_this/members/weak_from_this.cc b/libstdc++-v3/testsuite/20_util/enable_shared_from_this/members/weak_from_this.cc index 9c333966b3e2..3d17a2b8368e 100644 --- a/libstdc++-v3/testsuite/20_util/enable_shared_from_this/members/weak_from_this.cc +++ b/libstdc++-v3/testsuite/20_util/enable_shared_from_this/members/weak_from_this.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/20_util/enable_shared_from_this/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/enable_shared_from_this/requirements/explicit_instantiation.cc index fe13cd50632e..d4b1606be74e 100644 --- a/libstdc++-v3/testsuite/20_util/enable_shared_from_this/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/enable_shared_from_this/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/exchange/1.cc b/libstdc++-v3/testsuite/20_util/exchange/1.cc index 42396117587a..d1c42dd0d910 100644 --- a/libstdc++-v3/testsuite/20_util/exchange/1.cc +++ b/libstdc++-v3/testsuite/20_util/exchange/1.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/extent/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/extent/requirements/explicit_instantiation.cc index 842d3dbf0153..fcdab3339bd6 100644 --- a/libstdc++-v3/testsuite/20_util/extent/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/extent/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/extent/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/extent/requirements/typedefs.cc index 7e22dcbb5f9c..ceee05537a5d 100644 --- a/libstdc++-v3/testsuite/20_util/extent/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/extent/requirements/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/extent/value.cc b/libstdc++-v3/testsuite/20_util/extent/value.cc index a26d93b98e19..ead0f439b184 100644 --- a/libstdc++-v3/testsuite/20_util/extent/value.cc +++ b/libstdc++-v3/testsuite/20_util/extent/value.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/forward/1.cc b/libstdc++-v3/testsuite/20_util/forward/1.cc index 46c39d8f863c..831065c334e9 100644 --- a/libstdc++-v3/testsuite/20_util/forward/1.cc +++ b/libstdc++-v3/testsuite/20_util/forward/1.cc @@ -2,7 +2,7 @@ // 2007-07-10 Paolo Carlini // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/forward/1_neg.cc b/libstdc++-v3/testsuite/20_util/forward/1_neg.cc index d46eb9c4314a..6c6156f15208 100644 --- a/libstdc++-v3/testsuite/20_util/forward/1_neg.cc +++ b/libstdc++-v3/testsuite/20_util/forward/1_neg.cc @@ -2,7 +2,7 @@ // 2007-07-10 Paolo Carlini // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/forward/a.cc b/libstdc++-v3/testsuite/20_util/forward/a.cc index 6ecf7fbfc22d..39ba49ef3f1f 100644 --- a/libstdc++-v3/testsuite/20_util/forward/a.cc +++ b/libstdc++-v3/testsuite/20_util/forward/a.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/forward/b.cc b/libstdc++-v3/testsuite/20_util/forward/b.cc index 6b00c583f4cd..2cea6e615f78 100644 --- a/libstdc++-v3/testsuite/20_util/forward/b.cc +++ b/libstdc++-v3/testsuite/20_util/forward/b.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/forward/c_neg.cc b/libstdc++-v3/testsuite/20_util/forward/c_neg.cc index 784e23c31e77..c7830d7b2d48 100644 --- a/libstdc++-v3/testsuite/20_util/forward/c_neg.cc +++ b/libstdc++-v3/testsuite/20_util/forward/c_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/forward/d.cc b/libstdc++-v3/testsuite/20_util/forward/d.cc index 3e23ccfee8a3..89f81be81622 100644 --- a/libstdc++-v3/testsuite/20_util/forward/d.cc +++ b/libstdc++-v3/testsuite/20_util/forward/d.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/forward/e.cc b/libstdc++-v3/testsuite/20_util/forward/e.cc index dae958b44705..81726759c596 100644 --- a/libstdc++-v3/testsuite/20_util/forward/e.cc +++ b/libstdc++-v3/testsuite/20_util/forward/e.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/forward/f_neg.cc b/libstdc++-v3/testsuite/20_util/forward/f_neg.cc index 3f4c175bc6b6..7d073fe822b5 100644 --- a/libstdc++-v3/testsuite/20_util/forward/f_neg.cc +++ b/libstdc++-v3/testsuite/20_util/forward/f_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/forward/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/forward/requirements/explicit_instantiation.cc index ae460f5bda57..5538231921db 100644 --- a/libstdc++-v3/testsuite/20_util/forward/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/forward/requirements/explicit_instantiation.cc @@ -2,7 +2,7 @@ // 2007-07-10 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/function/1.cc b/libstdc++-v3/testsuite/20_util/function/1.cc index a3442ec3979a..c1a328272c38 100644 --- a/libstdc++-v3/testsuite/20_util/function/1.cc +++ b/libstdc++-v3/testsuite/20_util/function/1.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // 2005-01-15 Douglas Gregor // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/20_util/function/10.cc b/libstdc++-v3/testsuite/20_util/function/10.cc index c12fbe9c38c4..2a341022cc80 100644 --- a/libstdc++-v3/testsuite/20_util/function/10.cc +++ b/libstdc++-v3/testsuite/20_util/function/10.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/20_util/function/2.cc b/libstdc++-v3/testsuite/20_util/function/2.cc index b5dd40e050cb..c9e7bcbdc0b0 100644 --- a/libstdc++-v3/testsuite/20_util/function/2.cc +++ b/libstdc++-v3/testsuite/20_util/function/2.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // 2005-01-15 Douglas Gregor // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/20_util/function/3.cc b/libstdc++-v3/testsuite/20_util/function/3.cc index a4d62aa3b1fb..37772d936b11 100644 --- a/libstdc++-v3/testsuite/20_util/function/3.cc +++ b/libstdc++-v3/testsuite/20_util/function/3.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // 2005-01-15 Douglas Gregor // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/20_util/function/4.cc b/libstdc++-v3/testsuite/20_util/function/4.cc index 00f471616d32..997b81b9108e 100644 --- a/libstdc++-v3/testsuite/20_util/function/4.cc +++ b/libstdc++-v3/testsuite/20_util/function/4.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // 2005-01-15 Douglas Gregor // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/20_util/function/43397.cc b/libstdc++-v3/testsuite/20_util/function/43397.cc index aae172b9401e..5900d78b32db 100644 --- a/libstdc++-v3/testsuite/20_util/function/43397.cc +++ b/libstdc++-v3/testsuite/20_util/function/43397.cc @@ -1,5 +1,5 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/function/48541.cc b/libstdc++-v3/testsuite/20_util/function/48541.cc index 52c4b7f477ff..9c710df4a1d2 100644 --- a/libstdc++-v3/testsuite/20_util/function/48541.cc +++ b/libstdc++-v3/testsuite/20_util/function/48541.cc @@ -1,5 +1,5 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/function/5.cc b/libstdc++-v3/testsuite/20_util/function/5.cc index 9d599dcfca26..7d0157322eeb 100644 --- a/libstdc++-v3/testsuite/20_util/function/5.cc +++ b/libstdc++-v3/testsuite/20_util/function/5.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // 2005-01-15 Douglas Gregor // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/20_util/function/58569.cc b/libstdc++-v3/testsuite/20_util/function/58569.cc index ab5c6e8502a2..6ea894a28757 100644 --- a/libstdc++-v3/testsuite/20_util/function/58569.cc +++ b/libstdc++-v3/testsuite/20_util/function/58569.cc @@ -1,5 +1,5 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/function/6.cc b/libstdc++-v3/testsuite/20_util/function/6.cc index 180fbff3efdb..94c123434be2 100644 --- a/libstdc++-v3/testsuite/20_util/function/6.cc +++ b/libstdc++-v3/testsuite/20_util/function/6.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // 2005-01-15 Douglas Gregor // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/20_util/function/60594.cc b/libstdc++-v3/testsuite/20_util/function/60594.cc index bdcd5a8108b9..db6b01d8e73d 100644 --- a/libstdc++-v3/testsuite/20_util/function/60594.cc +++ b/libstdc++-v3/testsuite/20_util/function/60594.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/function/63840.cc b/libstdc++-v3/testsuite/20_util/function/63840.cc index c9ee237c15e5..60b344585b25 100644 --- a/libstdc++-v3/testsuite/20_util/function/63840.cc +++ b/libstdc++-v3/testsuite/20_util/function/63840.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/function/65760.cc b/libstdc++-v3/testsuite/20_util/function/65760.cc index b4167773869e..2cb0f136a61f 100644 --- a/libstdc++-v3/testsuite/20_util/function/65760.cc +++ b/libstdc++-v3/testsuite/20_util/function/65760.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/20_util/function/68995.cc b/libstdc++-v3/testsuite/20_util/function/68995.cc index 252232292205..22f833080dba 100644 --- a/libstdc++-v3/testsuite/20_util/function/68995.cc +++ b/libstdc++-v3/testsuite/20_util/function/68995.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/20_util/function/69222.cc b/libstdc++-v3/testsuite/20_util/function/69222.cc index f5a114ebedcf..9414d5c5ba08 100644 --- a/libstdc++-v3/testsuite/20_util/function/69222.cc +++ b/libstdc++-v3/testsuite/20_util/function/69222.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/function/7.cc b/libstdc++-v3/testsuite/20_util/function/7.cc index 097438ca02fe..28337f4efd14 100644 --- a/libstdc++-v3/testsuite/20_util/function/7.cc +++ b/libstdc++-v3/testsuite/20_util/function/7.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // 2005-01-15 Douglas Gregor // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/20_util/function/77322.cc b/libstdc++-v3/testsuite/20_util/function/77322.cc index 67813d4e0503..0dbb70b136da 100644 --- a/libstdc++-v3/testsuite/20_util/function/77322.cc +++ b/libstdc++-v3/testsuite/20_util/function/77322.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/function/8.cc b/libstdc++-v3/testsuite/20_util/function/8.cc index 7b8bcc0107b1..358399450a17 100644 --- a/libstdc++-v3/testsuite/20_util/function/8.cc +++ b/libstdc++-v3/testsuite/20_util/function/8.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // 2005-01-15 Douglas Gregor // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/20_util/function/9.cc b/libstdc++-v3/testsuite/20_util/function/9.cc index 88c4a041b670..5191b9db35ab 100644 --- a/libstdc++-v3/testsuite/20_util/function/9.cc +++ b/libstdc++-v3/testsuite/20_util/function/9.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // 2005-01-15 Douglas Gregor // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/20_util/function/assign/move.cc b/libstdc++-v3/testsuite/20_util/function/assign/move.cc index 7caf8edff103..5264623c2f38 100644 --- a/libstdc++-v3/testsuite/20_util/function/assign/move.cc +++ b/libstdc++-v3/testsuite/20_util/function/assign/move.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/20_util/function/assign/move_target.cc b/libstdc++-v3/testsuite/20_util/function/assign/move_target.cc index 78ea58550aeb..b305c4801343 100644 --- a/libstdc++-v3/testsuite/20_util/function/assign/move_target.cc +++ b/libstdc++-v3/testsuite/20_util/function/assign/move_target.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/20_util/function/cmp/cmp_neg.cc b/libstdc++-v3/testsuite/20_util/function/cmp/cmp_neg.cc index e482d2a27521..f4ffb6682c2d 100644 --- a/libstdc++-v3/testsuite/20_util/function/cmp/cmp_neg.cc +++ b/libstdc++-v3/testsuite/20_util/function/cmp/cmp_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/20_util/function/cons/55320.cc b/libstdc++-v3/testsuite/20_util/function/cons/55320.cc index d33396560ba2..34478e2d149c 100644 --- a/libstdc++-v3/testsuite/20_util/function/cons/55320.cc +++ b/libstdc++-v3/testsuite/20_util/function/cons/55320.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/20_util/function/cons/57465.cc b/libstdc++-v3/testsuite/20_util/function/cons/57465.cc index 79789b01369d..5295ced7cadc 100644 --- a/libstdc++-v3/testsuite/20_util/function/cons/57465.cc +++ b/libstdc++-v3/testsuite/20_util/function/cons/57465.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/function/cons/72820.cc b/libstdc++-v3/testsuite/20_util/function/cons/72820.cc index 1b17aaebaad7..fbc2e185aca7 100644 --- a/libstdc++-v3/testsuite/20_util/function/cons/72820.cc +++ b/libstdc++-v3/testsuite/20_util/function/cons/72820.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/function/cons/addressof.cc b/libstdc++-v3/testsuite/20_util/function/cons/addressof.cc index 2e293f979f7a..f7dc47007ccc 100644 --- a/libstdc++-v3/testsuite/20_util/function/cons/addressof.cc +++ b/libstdc++-v3/testsuite/20_util/function/cons/addressof.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/20_util/function/cons/callable.cc b/libstdc++-v3/testsuite/20_util/function/cons/callable.cc index a68a648388f3..5c24ade4abeb 100644 --- a/libstdc++-v3/testsuite/20_util/function/cons/callable.cc +++ b/libstdc++-v3/testsuite/20_util/function/cons/callable.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/20_util/function/cons/move.cc b/libstdc++-v3/testsuite/20_util/function/cons/move.cc index f88a04118c41..1cdfeeddbafd 100644 --- a/libstdc++-v3/testsuite/20_util/function/cons/move.cc +++ b/libstdc++-v3/testsuite/20_util/function/cons/move.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/20_util/function/cons/move_target.cc b/libstdc++-v3/testsuite/20_util/function/cons/move_target.cc index 91727f9421b6..e08e5378711b 100644 --- a/libstdc++-v3/testsuite/20_util/function/cons/move_target.cc +++ b/libstdc++-v3/testsuite/20_util/function/cons/move_target.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/20_util/function/cons/refqual.cc b/libstdc++-v3/testsuite/20_util/function/cons/refqual.cc index 237057965575..4dade9f31605 100644 --- a/libstdc++-v3/testsuite/20_util/function/cons/refqual.cc +++ b/libstdc++-v3/testsuite/20_util/function/cons/refqual.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/function/invoke/forwarding.cc b/libstdc++-v3/testsuite/20_util/function/invoke/forwarding.cc index 54a7800b64d9..dc5ba0872ae6 100644 --- a/libstdc++-v3/testsuite/20_util/function/invoke/forwarding.cc +++ b/libstdc++-v3/testsuite/20_util/function/invoke/forwarding.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/function/invoke/move_only.cc b/libstdc++-v3/testsuite/20_util/function/invoke/move_only.cc index 6c928de64673..803ca1bc60c8 100644 --- a/libstdc++-v3/testsuite/20_util/function/invoke/move_only.cc +++ b/libstdc++-v3/testsuite/20_util/function/invoke/move_only.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/20_util/function/null_pointer_comparisons.cc b/libstdc++-v3/testsuite/20_util/function/null_pointer_comparisons.cc index 719f285798b5..62fadff79851 100644 --- a/libstdc++-v3/testsuite/20_util/function/null_pointer_comparisons.cc +++ b/libstdc++-v3/testsuite/20_util/function/null_pointer_comparisons.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/20_util/function/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/function/requirements/explicit_instantiation.cc index d5b17c9cca56..59b0222f4bff 100644 --- a/libstdc++-v3/testsuite/20_util/function/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/function/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/20_util/function_objects/binders/1.cc b/libstdc++-v3/testsuite/20_util/function_objects/binders/1.cc index 756f27e7daf3..1e3284bb08f2 100644 --- a/libstdc++-v3/testsuite/20_util/function_objects/binders/1.cc +++ b/libstdc++-v3/testsuite/20_util/function_objects/binders/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/20_util/function_objects/binders/3113.cc b/libstdc++-v3/testsuite/20_util/function_objects/binders/3113.cc index 2d17bd08ccce..3860f3cffbe4 100644 --- a/libstdc++-v3/testsuite/20_util/function_objects/binders/3113.cc +++ b/libstdc++-v3/testsuite/20_util/function_objects/binders/3113.cc @@ -1,6 +1,6 @@ // 2001-06-11 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/20_util/function_objects/comparisons.cc b/libstdc++-v3/testsuite/20_util/function_objects/comparisons.cc index 818750c06aee..1395b8f5a6f8 100644 --- a/libstdc++-v3/testsuite/20_util/function_objects/comparisons.cc +++ b/libstdc++-v3/testsuite/20_util/function_objects/comparisons.cc @@ -1,6 +1,6 @@ // 2001-06-18 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/20_util/function_objects/comparisons_void.cc b/libstdc++-v3/testsuite/20_util/function_objects/comparisons_void.cc index 6a709ba94c5f..80ed593aa804 100644 --- a/libstdc++-v3/testsuite/20_util/function_objects/comparisons_void.cc +++ b/libstdc++-v3/testsuite/20_util/function_objects/comparisons_void.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/function_objects/constexpr.cc b/libstdc++-v3/testsuite/20_util/function_objects/constexpr.cc index f4d6939f4f46..831675f4088d 100644 --- a/libstdc++-v3/testsuite/20_util/function_objects/constexpr.cc +++ b/libstdc++-v3/testsuite/20_util/function_objects/constexpr.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/function_objects/dr660.cc b/libstdc++-v3/testsuite/20_util/function_objects/dr660.cc index 592cec124242..2ed34fa0aab4 100644 --- a/libstdc++-v3/testsuite/20_util/function_objects/dr660.cc +++ b/libstdc++-v3/testsuite/20_util/function_objects/dr660.cc @@ -1,6 +1,6 @@ // 2007-08-02 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/function_objects/invoke/1.cc b/libstdc++-v3/testsuite/20_util/function_objects/invoke/1.cc index 81bf25af746b..6973df01639d 100644 --- a/libstdc++-v3/testsuite/20_util/function_objects/invoke/1.cc +++ b/libstdc++-v3/testsuite/20_util/function_objects/invoke/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/function_objects/invoke/59768.cc b/libstdc++-v3/testsuite/20_util/function_objects/invoke/59768.cc index 6aaae222e527..2536d229f64e 100644 --- a/libstdc++-v3/testsuite/20_util/function_objects/invoke/59768.cc +++ b/libstdc++-v3/testsuite/20_util/function_objects/invoke/59768.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/20_util/function_objects/invoke/ref_ext.cc b/libstdc++-v3/testsuite/20_util/function_objects/invoke/ref_ext.cc index d7e57668779f..67ba93d8f90c 100644 --- a/libstdc++-v3/testsuite/20_util/function_objects/invoke/ref_ext.cc +++ b/libstdc++-v3/testsuite/20_util/function_objects/invoke/ref_ext.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/20_util/function_objects/mem_fn/55463.cc b/libstdc++-v3/testsuite/20_util/function_objects/mem_fn/55463.cc index abefc20e4a21..837aefb249a8 100644 --- a/libstdc++-v3/testsuite/20_util/function_objects/mem_fn/55463.cc +++ b/libstdc++-v3/testsuite/20_util/function_objects/mem_fn/55463.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/20_util/function_objects/mem_fn/55908.cc b/libstdc++-v3/testsuite/20_util/function_objects/mem_fn/55908.cc index 7da2b8f40361..19af744649aa 100644 --- a/libstdc++-v3/testsuite/20_util/function_objects/mem_fn/55908.cc +++ b/libstdc++-v3/testsuite/20_util/function_objects/mem_fn/55908.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/function_objects/mem_fn/68982.cc b/libstdc++-v3/testsuite/20_util/function_objects/mem_fn/68982.cc index 6d6832ba922a..a57f298eda66 100644 --- a/libstdc++-v3/testsuite/20_util/function_objects/mem_fn/68982.cc +++ b/libstdc++-v3/testsuite/20_util/function_objects/mem_fn/68982.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/20_util/function_objects/mem_fn/adl.cc b/libstdc++-v3/testsuite/20_util/function_objects/mem_fn/adl.cc index c78093269d9d..6fb5261b5886 100644 --- a/libstdc++-v3/testsuite/20_util/function_objects/mem_fn/adl.cc +++ b/libstdc++-v3/testsuite/20_util/function_objects/mem_fn/adl.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/20_util/function_objects/mem_fn/forward.cc b/libstdc++-v3/testsuite/20_util/function_objects/mem_fn/forward.cc index 585d43533469..9fdbd20d2f92 100644 --- a/libstdc++-v3/testsuite/20_util/function_objects/mem_fn/forward.cc +++ b/libstdc++-v3/testsuite/20_util/function_objects/mem_fn/forward.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/20_util/function_objects/mem_fn/refqual.cc b/libstdc++-v3/testsuite/20_util/function_objects/mem_fn/refqual.cc index 032c23889af6..2cad3cfb0c48 100644 --- a/libstdc++-v3/testsuite/20_util/function_objects/mem_fn/refqual.cc +++ b/libstdc++-v3/testsuite/20_util/function_objects/mem_fn/refqual.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/function_objects/not_fn/1.cc b/libstdc++-v3/testsuite/20_util/function_objects/not_fn/1.cc index 246b962bc46f..0311d0130726 100644 --- a/libstdc++-v3/testsuite/20_util/function_objects/not_fn/1.cc +++ b/libstdc++-v3/testsuite/20_util/function_objects/not_fn/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/function_objects/searchers.cc b/libstdc++-v3/testsuite/20_util/function_objects/searchers.cc index 53103598d098..0506ea49069a 100644 --- a/libstdc++-v3/testsuite/20_util/function_objects/searchers.cc +++ b/libstdc++-v3/testsuite/20_util/function_objects/searchers.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/has_unique_object_representations/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/has_unique_object_representations/requirements/explicit_instantiation.cc index 29be714dabcf..28d2512ecff4 100644 --- a/libstdc++-v3/testsuite/20_util/has_unique_object_representations/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/has_unique_object_representations/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++1z" } // { dg-do compile { target c++1z } } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/has_unique_object_representations/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/has_unique_object_representations/requirements/typedefs.cc index e24a97291cad..447343e4c8d4 100644 --- a/libstdc++-v3/testsuite/20_util/has_unique_object_representations/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/has_unique_object_representations/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++1z" } // { dg-do compile { target c++1z } } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/has_unique_object_representations/value.cc b/libstdc++-v3/testsuite/20_util/has_unique_object_representations/value.cc index 5a77ee5b52a9..008d59062abd 100644 --- a/libstdc++-v3/testsuite/20_util/has_unique_object_representations/value.cc +++ b/libstdc++-v3/testsuite/20_util/has_unique_object_representations/value.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++1z" } // { dg-do compile { target c++1z } } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/has_virtual_destructor/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/has_virtual_destructor/requirements/explicit_instantiation.cc index 80d93c62d70d..4f5d035e6397 100644 --- a/libstdc++-v3/testsuite/20_util/has_virtual_destructor/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/has_virtual_destructor/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/has_virtual_destructor/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/has_virtual_destructor/requirements/typedefs.cc index 7305f642c1bf..e5f3b5f8b92f 100644 --- a/libstdc++-v3/testsuite/20_util/has_virtual_destructor/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/has_virtual_destructor/requirements/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/has_virtual_destructor/value.cc b/libstdc++-v3/testsuite/20_util/has_virtual_destructor/value.cc index 3066b647a01e..c35c9ac7d472 100644 --- a/libstdc++-v3/testsuite/20_util/has_virtual_destructor/value.cc +++ b/libstdc++-v3/testsuite/20_util/has_virtual_destructor/value.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/hash/52931.cc b/libstdc++-v3/testsuite/20_util/hash/52931.cc index 98ce61dbd707..40fe0274b632 100644 --- a/libstdc++-v3/testsuite/20_util/hash/52931.cc +++ b/libstdc++-v3/testsuite/20_util/hash/52931.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/20_util/hash/60970.cc b/libstdc++-v3/testsuite/20_util/hash/60970.cc index 925cdedd9143..d9c5179dd56e 100644 --- a/libstdc++-v3/testsuite/20_util/hash/60970.cc +++ b/libstdc++-v3/testsuite/20_util/hash/60970.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/20_util/hash/chi2_q_bit_flip_set.cc b/libstdc++-v3/testsuite/20_util/hash/chi2_q_bit_flip_set.cc index 58762aa7b62d..b2778656a519 100644 --- a/libstdc++-v3/testsuite/20_util/hash/chi2_q_bit_flip_set.cc +++ b/libstdc++-v3/testsuite/20_util/hash/chi2_q_bit_flip_set.cc @@ -2,7 +2,7 @@ // { dg-options "-DSAMPLES=30000" { target simulator } } // { dg-do run { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/hash/chi2_q_bit_string_set.cc b/libstdc++-v3/testsuite/20_util/hash/chi2_q_bit_string_set.cc index 7cc5b7cc5430..391ce4265c5a 100644 --- a/libstdc++-v3/testsuite/20_util/hash/chi2_q_bit_string_set.cc +++ b/libstdc++-v3/testsuite/20_util/hash/chi2_q_bit_string_set.cc @@ -4,7 +4,7 @@ // { dg-options "-DSAMPLES=35000" { target simulator } } // { dg-do run { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/hash/chi2_q_document_words.cc b/libstdc++-v3/testsuite/20_util/hash/chi2_q_document_words.cc index 56cca2d142e8..7c31467cacf2 100644 --- a/libstdc++-v3/testsuite/20_util/hash/chi2_q_document_words.cc +++ b/libstdc++-v3/testsuite/20_util/hash/chi2_q_document_words.cc @@ -2,7 +2,7 @@ // enough for the test to pass the quality test, so just skip it altogether. // { dg-do run { target { c++11 && { ! simulator } } } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/hash/chi2_q_numeric_pattern_set.cc b/libstdc++-v3/testsuite/20_util/hash/chi2_q_numeric_pattern_set.cc index 697ddec2ed64..30100a9f84c6 100644 --- a/libstdc++-v3/testsuite/20_util/hash/chi2_q_numeric_pattern_set.cc +++ b/libstdc++-v3/testsuite/20_util/hash/chi2_q_numeric_pattern_set.cc @@ -3,7 +3,7 @@ // { dg-options "-DSAMPLES=35000" { target simulator } } // { dg-do run { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/hash/chi2_q_uniform_random.cc b/libstdc++-v3/testsuite/20_util/hash/chi2_q_uniform_random.cc index 959070abe029..6200ed1f2712 100644 --- a/libstdc++-v3/testsuite/20_util/hash/chi2_q_uniform_random.cc +++ b/libstdc++-v3/testsuite/20_util/hash/chi2_q_uniform_random.cc @@ -3,7 +3,7 @@ // { dg-options "-DSAMPLES=35000" { target simulator } } // { dg-do run { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/hash/chi2_quality.h b/libstdc++-v3/testsuite/20_util/hash/chi2_quality.h index 21b60991bb02..1cbd50f15018 100644 --- a/libstdc++-v3/testsuite/20_util/hash/chi2_quality.h +++ b/libstdc++-v3/testsuite/20_util/hash/chi2_quality.h @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/hash/operators/size_t.cc b/libstdc++-v3/testsuite/20_util/hash/operators/size_t.cc index 06b8a7387ffb..ad0284368894 100644 --- a/libstdc++-v3/testsuite/20_util/hash/operators/size_t.cc +++ b/libstdc++-v3/testsuite/20_util/hash/operators/size_t.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // 2007-08-20 // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/hash/quality.cc b/libstdc++-v3/testsuite/20_util/hash/quality.cc index 014788ccc52d..fd9f1621b9d6 100644 --- a/libstdc++-v3/testsuite/20_util/hash/quality.cc +++ b/libstdc++-v3/testsuite/20_util/hash/quality.cc @@ -1,7 +1,7 @@ // { dg-options "-DNTESTS=1 -DNSTRINGS=100 -DSTRSIZE=21" { target simulator } } // { dg-do run { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/hash/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/hash/requirements/explicit_instantiation.cc index e559945fd6ff..e9e5ea1ef2bc 100644 --- a/libstdc++-v3/testsuite/20_util/hash/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/hash/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/headers/cstdlib/functions_std.cc b/libstdc++-v3/testsuite/20_util/headers/cstdlib/functions_std.cc index 21426b93232d..4d5443a0c8ae 100644 --- a/libstdc++-v3/testsuite/20_util/headers/cstdlib/functions_std.cc +++ b/libstdc++-v3/testsuite/20_util/headers/cstdlib/functions_std.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/headers/cstring/functions_std.cc b/libstdc++-v3/testsuite/20_util/headers/cstring/functions_std.cc index ca086d508eb4..4e06dca5c58f 100644 --- a/libstdc++-v3/testsuite/20_util/headers/cstring/functions_std.cc +++ b/libstdc++-v3/testsuite/20_util/headers/cstring/functions_std.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/headers/cstring/macros.cc b/libstdc++-v3/testsuite/20_util/headers/cstring/macros.cc index 98b779381b21..d6985a6bf433 100644 --- a/libstdc++-v3/testsuite/20_util/headers/cstring/macros.cc +++ b/libstdc++-v3/testsuite/20_util/headers/cstring/macros.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/headers/cstring/types_std.cc b/libstdc++-v3/testsuite/20_util/headers/cstring/types_std.cc index 830fd2eeb8d3..445be31b1b24 100644 --- a/libstdc++-v3/testsuite/20_util/headers/cstring/types_std.cc +++ b/libstdc++-v3/testsuite/20_util/headers/cstring/types_std.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/headers/ctime/functions_std.cc b/libstdc++-v3/testsuite/20_util/headers/ctime/functions_std.cc index b4dc39498402..f77abe33abf9 100644 --- a/libstdc++-v3/testsuite/20_util/headers/ctime/functions_std.cc +++ b/libstdc++-v3/testsuite/20_util/headers/ctime/functions_std.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/headers/ctime/macros.cc b/libstdc++-v3/testsuite/20_util/headers/ctime/macros.cc index 5269f33bfa6d..d65785c4432e 100644 --- a/libstdc++-v3/testsuite/20_util/headers/ctime/macros.cc +++ b/libstdc++-v3/testsuite/20_util/headers/ctime/macros.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/headers/ctime/types_std.cc b/libstdc++-v3/testsuite/20_util/headers/ctime/types_std.cc index 22e0129a39d5..970f1ce5af61 100644 --- a/libstdc++-v3/testsuite/20_util/headers/ctime/types_std.cc +++ b/libstdc++-v3/testsuite/20_util/headers/ctime/types_std.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/headers/functional/synopsis.cc b/libstdc++-v3/testsuite/20_util/headers/functional/synopsis.cc index 6c499564a634..466d3d47965a 100644 --- a/libstdc++-v3/testsuite/20_util/headers/functional/synopsis.cc +++ b/libstdc++-v3/testsuite/20_util/headers/functional/synopsis.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/headers/functional/types_std_c++0x.cc b/libstdc++-v3/testsuite/20_util/headers/functional/types_std_c++0x.cc index dcfabda1e10f..5518379f8224 100644 --- a/libstdc++-v3/testsuite/20_util/headers/functional/types_std_c++0x.cc +++ b/libstdc++-v3/testsuite/20_util/headers/functional/types_std_c++0x.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/headers/functional/using_namespace_std_placeholders.cc b/libstdc++-v3/testsuite/20_util/headers/functional/using_namespace_std_placeholders.cc index fffa44dbd37c..6047e6f63795 100644 --- a/libstdc++-v3/testsuite/20_util/headers/functional/using_namespace_std_placeholders.cc +++ b/libstdc++-v3/testsuite/20_util/headers/functional/using_namespace_std_placeholders.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/headers/memory/synopsis.cc b/libstdc++-v3/testsuite/20_util/headers/memory/synopsis.cc index b21d91d91f2d..adf5f4829b9a 100644 --- a/libstdc++-v3/testsuite/20_util/headers/memory/synopsis.cc +++ b/libstdc++-v3/testsuite/20_util/headers/memory/synopsis.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/headers/memory/types_std_c++0x.cc b/libstdc++-v3/testsuite/20_util/headers/memory/types_std_c++0x.cc index dc6477b29705..74b93d69863e 100644 --- a/libstdc++-v3/testsuite/20_util/headers/memory/types_std_c++0x.cc +++ b/libstdc++-v3/testsuite/20_util/headers/memory/types_std_c++0x.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/headers/type_traits/std_c++0x_neg.cc b/libstdc++-v3/testsuite/20_util/headers/type_traits/std_c++0x_neg.cc index 62daf1fb6cd1..117019381b8b 100644 --- a/libstdc++-v3/testsuite/20_util/headers/type_traits/std_c++0x_neg.cc +++ b/libstdc++-v3/testsuite/20_util/headers/type_traits/std_c++0x_neg.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-options "-std=gnu++98" } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/headers/type_traits/types_std_c++0x.cc b/libstdc++-v3/testsuite/20_util/headers/type_traits/types_std_c++0x.cc index d3a3a314d85e..0c688ec84cc7 100644 --- a/libstdc++-v3/testsuite/20_util/headers/type_traits/types_std_c++0x.cc +++ b/libstdc++-v3/testsuite/20_util/headers/type_traits/types_std_c++0x.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/headers/type_traits/types_std_c++0x_neg.cc b/libstdc++-v3/testsuite/20_util/headers/type_traits/types_std_c++0x_neg.cc index 28de84fbadfa..6334b6f02e39 100644 --- a/libstdc++-v3/testsuite/20_util/headers/type_traits/types_std_c++0x_neg.cc +++ b/libstdc++-v3/testsuite/20_util/headers/type_traits/types_std_c++0x_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/headers/utility/synopsis.cc b/libstdc++-v3/testsuite/20_util/headers/utility/synopsis.cc index 064637cb0587..71f1903f2d5b 100644 --- a/libstdc++-v3/testsuite/20_util/headers/utility/synopsis.cc +++ b/libstdc++-v3/testsuite/20_util/headers/utility/synopsis.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/headers/utility/using_namespace_std_rel_ops.cc b/libstdc++-v3/testsuite/20_util/headers/utility/using_namespace_std_rel_ops.cc index 6f4775135bce..9e62b7b0110e 100644 --- a/libstdc++-v3/testsuite/20_util/headers/utility/using_namespace_std_rel_ops.cc +++ b/libstdc++-v3/testsuite/20_util/headers/utility/using_namespace_std_rel_ops.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/in_place/requirements.cc b/libstdc++-v3/testsuite/20_util/in_place/requirements.cc index 9ad58359676d..10c50478959d 100644 --- a/libstdc++-v3/testsuite/20_util/in_place/requirements.cc +++ b/libstdc++-v3/testsuite/20_util/in_place/requirements.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/integer_sequence/intseq.cc b/libstdc++-v3/testsuite/20_util/integer_sequence/intseq.cc index 665583158fac..cbff53abb118 100644 --- a/libstdc++-v3/testsuite/20_util/integer_sequence/intseq.cc +++ b/libstdc++-v3/testsuite/20_util/integer_sequence/intseq.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/integer_sequence/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/integer_sequence/requirements/typedefs.cc index 2c7d6429a2ce..b26750992871 100644 --- a/libstdc++-v3/testsuite/20_util/integer_sequence/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/integer_sequence/requirements/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/integral_constant/call_operator.cc b/libstdc++-v3/testsuite/20_util/integral_constant/call_operator.cc index bbf1413c1e29..b885c67bea1a 100644 --- a/libstdc++-v3/testsuite/20_util/integral_constant/call_operator.cc +++ b/libstdc++-v3/testsuite/20_util/integral_constant/call_operator.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/integral_constant/operator_value_type.cc b/libstdc++-v3/testsuite/20_util/integral_constant/operator_value_type.cc index 3ba7467dc8c3..761f96dc0f06 100644 --- a/libstdc++-v3/testsuite/20_util/integral_constant/operator_value_type.cc +++ b/libstdc++-v3/testsuite/20_util/integral_constant/operator_value_type.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/integral_constant/requirements/constexpr_data.cc b/libstdc++-v3/testsuite/20_util/integral_constant/requirements/constexpr_data.cc index edd74933828c..839bce949d8c 100644 --- a/libstdc++-v3/testsuite/20_util/integral_constant/requirements/constexpr_data.cc +++ b/libstdc++-v3/testsuite/20_util/integral_constant/requirements/constexpr_data.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/integral_constant/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/integral_constant/requirements/explicit_instantiation.cc index db068aec6bc0..356f5390047a 100644 --- a/libstdc++-v3/testsuite/20_util/integral_constant/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/integral_constant/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/integral_constant/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/integral_constant/requirements/typedefs.cc index 0ee7aceb5612..5ffcb6fababe 100644 --- a/libstdc++-v3/testsuite/20_util/integral_constant/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/integral_constant/requirements/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/integral_constant/static_definition.cc b/libstdc++-v3/testsuite/20_util/integral_constant/static_definition.cc index f3fa280c0a8a..603766420c5b 100644 --- a/libstdc++-v3/testsuite/20_util/integral_constant/static_definition.cc +++ b/libstdc++-v3/testsuite/20_util/integral_constant/static_definition.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/integral_constant/true_false_type_typedefs.cc b/libstdc++-v3/testsuite/20_util/integral_constant/true_false_type_typedefs.cc index eef6ffadd343..7d89647f1256 100644 --- a/libstdc++-v3/testsuite/20_util/integral_constant/true_false_type_typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/integral_constant/true_false_type_typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/integral_constant/true_false_value.cc b/libstdc++-v3/testsuite/20_util/integral_constant/true_false_value.cc index bf9e324ac6df..a24c394a2102 100644 --- a/libstdc++-v3/testsuite/20_util/integral_constant/true_false_value.cc +++ b/libstdc++-v3/testsuite/20_util/integral_constant/true_false_value.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/is_abstract/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_abstract/requirements/explicit_instantiation.cc index f8ec16201e58..7136cabffdf2 100644 --- a/libstdc++-v3/testsuite/20_util/is_abstract/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_abstract/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/is_abstract/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_abstract/requirements/typedefs.cc index 32fceb12d446..c23e7228d2da 100644 --- a/libstdc++-v3/testsuite/20_util/is_abstract/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_abstract/requirements/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/is_abstract/value.cc b/libstdc++-v3/testsuite/20_util/is_abstract/value.cc index ef5cefc4d32a..55e15870f9a2 100644 --- a/libstdc++-v3/testsuite/20_util/is_abstract/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_abstract/value.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/is_arithmetic/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_arithmetic/requirements/explicit_instantiation.cc index 3dfa2af5e9fc..85ad5848586f 100644 --- a/libstdc++-v3/testsuite/20_util/is_arithmetic/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_arithmetic/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/is_arithmetic/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_arithmetic/requirements/typedefs.cc index 2d3d89a2b0b2..4a6de52a5198 100644 --- a/libstdc++-v3/testsuite/20_util/is_arithmetic/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_arithmetic/requirements/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/is_arithmetic/value.cc b/libstdc++-v3/testsuite/20_util/is_arithmetic/value.cc index a664c9499e64..f7e7e1103962 100644 --- a/libstdc++-v3/testsuite/20_util/is_arithmetic/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_arithmetic/value.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/is_array/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_array/requirements/explicit_instantiation.cc index d8134865587d..02ae3fc219f0 100644 --- a/libstdc++-v3/testsuite/20_util/is_array/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_array/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/is_array/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_array/requirements/typedefs.cc index 854a308d11e3..10c3fb30c9a8 100644 --- a/libstdc++-v3/testsuite/20_util/is_array/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_array/requirements/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/is_array/value.cc b/libstdc++-v3/testsuite/20_util/is_array/value.cc index 2531041afe17..4f80a52c21c0 100644 --- a/libstdc++-v3/testsuite/20_util/is_array/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_array/value.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/is_assignable/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_assignable/requirements/explicit_instantiation.cc index e865c6fbcfe4..5f6611670074 100644 --- a/libstdc++-v3/testsuite/20_util/is_assignable/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_assignable/requirements/explicit_instantiation.cc @@ -2,7 +2,7 @@ // 2011-05-19 Paolo Carlini -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/is_assignable/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_assignable/requirements/typedefs.cc index de36c33813e3..a83b9a15b11b 100644 --- a/libstdc++-v3/testsuite/20_util/is_assignable/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_assignable/requirements/typedefs.cc @@ -2,7 +2,7 @@ // 2011-05-19 Paolo Carlini // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/is_assignable/value.cc b/libstdc++-v3/testsuite/20_util/is_assignable/value.cc index 04ba555b14a1..690ea54bef53 100644 --- a/libstdc++-v3/testsuite/20_util/is_assignable/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_assignable/value.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/is_base_of/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_base_of/requirements/explicit_instantiation.cc index eb30be7fff62..b460fa8d4be5 100644 --- a/libstdc++-v3/testsuite/20_util/is_base_of/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_base_of/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/is_base_of/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_base_of/requirements/typedefs.cc index da67791a4713..a5e864b24917 100644 --- a/libstdc++-v3/testsuite/20_util/is_base_of/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_base_of/requirements/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/is_base_of/value.cc b/libstdc++-v3/testsuite/20_util/is_base_of/value.cc index c1f07b165f99..043e69bc949b 100644 --- a/libstdc++-v3/testsuite/20_util/is_base_of/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_base_of/value.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/is_callable/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_callable/requirements/explicit_instantiation.cc index 0ce5bfe72a86..e1d638436d70 100644 --- a/libstdc++-v3/testsuite/20_util/is_callable/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_callable/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/is_callable/requirements/explicit_instantiation_ext.cc b/libstdc++-v3/testsuite/20_util/is_callable/requirements/explicit_instantiation_ext.cc index a3d3f496de88..b55ce7a9712b 100644 --- a/libstdc++-v3/testsuite/20_util/is_callable/requirements/explicit_instantiation_ext.cc +++ b/libstdc++-v3/testsuite/20_util/is_callable/requirements/explicit_instantiation_ext.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/is_callable/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_callable/requirements/typedefs.cc index 9f21dfb90ae6..c429f9578224 100644 --- a/libstdc++-v3/testsuite/20_util/is_callable/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_callable/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/is_callable/requirements/typedefs_ext.cc b/libstdc++-v3/testsuite/20_util/is_callable/requirements/typedefs_ext.cc index e582be0674ac..09ba06e92a92 100644 --- a/libstdc++-v3/testsuite/20_util/is_callable/requirements/typedefs_ext.cc +++ b/libstdc++-v3/testsuite/20_util/is_callable/requirements/typedefs_ext.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/is_callable/value.cc b/libstdc++-v3/testsuite/20_util/is_callable/value.cc index aafd55f06bea..e0bb81584888 100644 --- a/libstdc++-v3/testsuite/20_util/is_callable/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_callable/value.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/is_callable/value_ext.cc b/libstdc++-v3/testsuite/20_util/is_callable/value_ext.cc index 3884d6c517e5..f7c8be9930d5 100644 --- a/libstdc++-v3/testsuite/20_util/is_callable/value_ext.cc +++ b/libstdc++-v3/testsuite/20_util/is_callable/value_ext.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/is_class/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_class/requirements/explicit_instantiation.cc index b33392c3964a..434dac6981c6 100644 --- a/libstdc++-v3/testsuite/20_util/is_class/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_class/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/is_class/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_class/requirements/typedefs.cc index 59769bd15914..458603a6485b 100644 --- a/libstdc++-v3/testsuite/20_util/is_class/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_class/requirements/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/is_class/value.cc b/libstdc++-v3/testsuite/20_util/is_class/value.cc index 38d54059a655..c6e53fa6aabf 100644 --- a/libstdc++-v3/testsuite/20_util/is_class/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_class/value.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/is_compound/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_compound/requirements/explicit_instantiation.cc index a000a3d68bbd..8235783c10c2 100644 --- a/libstdc++-v3/testsuite/20_util/is_compound/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_compound/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/is_compound/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_compound/requirements/typedefs.cc index 2b4c8e6d8583..ff38808b960d 100644 --- a/libstdc++-v3/testsuite/20_util/is_compound/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_compound/requirements/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/is_compound/value.cc b/libstdc++-v3/testsuite/20_util/is_compound/value.cc index 6347f14844f9..a7b55689b2f0 100644 --- a/libstdc++-v3/testsuite/20_util/is_compound/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_compound/value.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/is_const/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_const/requirements/explicit_instantiation.cc index b0c7bddd00de..d654f4ec73bd 100644 --- a/libstdc++-v3/testsuite/20_util/is_const/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_const/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/is_const/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_const/requirements/typedefs.cc index 8daa8a143fa3..492eb1669b5f 100644 --- a/libstdc++-v3/testsuite/20_util/is_const/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_const/requirements/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/is_const/value.cc b/libstdc++-v3/testsuite/20_util/is_const/value.cc index 5d2d0a8c8b86..6eb77ae7b92b 100644 --- a/libstdc++-v3/testsuite/20_util/is_const/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_const/value.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/is_constructible/51185.cc b/libstdc++-v3/testsuite/20_util/is_constructible/51185.cc index b6a1a0936e3a..56b4f45eac74 100644 --- a/libstdc++-v3/testsuite/20_util/is_constructible/51185.cc +++ b/libstdc++-v3/testsuite/20_util/is_constructible/51185.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/is_constructible/77395.cc b/libstdc++-v3/testsuite/20_util/is_constructible/77395.cc index b1fe8a0399b8..9a51fbfe6f22 100644 --- a/libstdc++-v3/testsuite/20_util/is_constructible/77395.cc +++ b/libstdc++-v3/testsuite/20_util/is_constructible/77395.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/is_constructible/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_constructible/requirements/explicit_instantiation.cc index c2d0fa197a54..a74eb99a545b 100644 --- a/libstdc++-v3/testsuite/20_util/is_constructible/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_constructible/requirements/explicit_instantiation.cc @@ -2,7 +2,7 @@ // 2009-12-30 Paolo Carlini -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/20_util/is_constructible/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_constructible/requirements/typedefs.cc index d7c04bcde913..8ce8a1eff091 100644 --- a/libstdc++-v3/testsuite/20_util/is_constructible/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_constructible/requirements/typedefs.cc @@ -2,7 +2,7 @@ // 2009-12-30 Paolo Carlini // -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/20_util/is_constructible/value-2.cc b/libstdc++-v3/testsuite/20_util/is_constructible/value-2.cc index 2b0c1d7a1d14..418a25ed614c 100644 --- a/libstdc++-v3/testsuite/20_util/is_constructible/value-2.cc +++ b/libstdc++-v3/testsuite/20_util/is_constructible/value-2.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/is_constructible/value.cc b/libstdc++-v3/testsuite/20_util/is_constructible/value.cc index c222aa88df88..b419946575ed 100644 --- a/libstdc++-v3/testsuite/20_util/is_constructible/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_constructible/value.cc @@ -1,5 +1,5 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/20_util/is_convertible/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_convertible/requirements/explicit_instantiation.cc index 2535e36983ab..f338ad13328b 100644 --- a/libstdc++-v3/testsuite/20_util/is_convertible/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_convertible/requirements/explicit_instantiation.cc @@ -2,7 +2,7 @@ // 2009-10-29 Paolo Carlini -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/20_util/is_convertible/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_convertible/requirements/typedefs.cc index 4e27e8ff9bda..9f2e9923cfa1 100644 --- a/libstdc++-v3/testsuite/20_util/is_convertible/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_convertible/requirements/typedefs.cc @@ -2,7 +2,7 @@ // 2009-10-29 Paolo Carlini // -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/20_util/is_convertible/value.cc b/libstdc++-v3/testsuite/20_util/is_convertible/value.cc index 32b633c8a68c..4dce35257071 100644 --- a/libstdc++-v3/testsuite/20_util/is_convertible/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_convertible/value.cc @@ -2,7 +2,7 @@ // 2009-10-29 Paolo Carlini // -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/20_util/is_copy_assignable/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_copy_assignable/requirements/explicit_instantiation.cc index 488ea2f49cb2..063f84445ffd 100644 --- a/libstdc++-v3/testsuite/20_util/is_copy_assignable/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_copy_assignable/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // 2011-05-19 Paolo Carlini -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/is_copy_assignable/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_copy_assignable/requirements/typedefs.cc index 4f6bd9500283..310afa45b5c4 100644 --- a/libstdc++-v3/testsuite/20_util/is_copy_assignable/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_copy_assignable/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // 2011-05-19 Paolo Carlini // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/is_copy_assignable/value.cc b/libstdc++-v3/testsuite/20_util/is_copy_assignable/value.cc index e8e155b9e7d4..601bfea1abde 100644 --- a/libstdc++-v3/testsuite/20_util/is_copy_assignable/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_copy_assignable/value.cc @@ -2,7 +2,7 @@ // 2011-05-19 Paolo Carlini // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/is_copy_constructible/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_copy_constructible/requirements/explicit_instantiation.cc index 311412a83344..3a8466bb8e7a 100644 --- a/libstdc++-v3/testsuite/20_util/is_copy_constructible/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_copy_constructible/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/is_copy_constructible/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_copy_constructible/requirements/typedefs.cc index ba02bd32d715..d40c99c88e01 100644 --- a/libstdc++-v3/testsuite/20_util/is_copy_constructible/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_copy_constructible/requirements/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/is_copy_constructible/value.cc b/libstdc++-v3/testsuite/20_util/is_copy_constructible/value.cc index 4baaae35199c..32e7e12d9ba1 100644 --- a/libstdc++-v3/testsuite/20_util/is_copy_constructible/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_copy_constructible/value.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/is_default_constructible/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_default_constructible/requirements/explicit_instantiation.cc index c176a83acab3..d8a0d81ad950 100644 --- a/libstdc++-v3/testsuite/20_util/is_default_constructible/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_default_constructible/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/is_default_constructible/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_default_constructible/requirements/typedefs.cc index 0036cd4afe4f..6f99cde89a1f 100644 --- a/libstdc++-v3/testsuite/20_util/is_default_constructible/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_default_constructible/requirements/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/is_default_constructible/value.cc b/libstdc++-v3/testsuite/20_util/is_default_constructible/value.cc index eebbf84cd278..357c8c9eedc5 100644 --- a/libstdc++-v3/testsuite/20_util/is_default_constructible/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_default_constructible/value.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/is_destructible/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_destructible/requirements/explicit_instantiation.cc index 0de95e09e793..3299b9f71909 100644 --- a/libstdc++-v3/testsuite/20_util/is_destructible/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_destructible/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/is_destructible/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_destructible/requirements/typedefs.cc index a4e1862c3b00..18c2ca5b38bf 100644 --- a/libstdc++-v3/testsuite/20_util/is_destructible/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_destructible/requirements/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/is_destructible/value.cc b/libstdc++-v3/testsuite/20_util/is_destructible/value.cc index 598a2c5c799c..3bba99bdbddf 100644 --- a/libstdc++-v3/testsuite/20_util/is_destructible/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_destructible/value.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/is_empty/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_empty/requirements/explicit_instantiation.cc index 274581409332..f811d57a8660 100644 --- a/libstdc++-v3/testsuite/20_util/is_empty/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_empty/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/is_empty/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_empty/requirements/typedefs.cc index 30cbba08757c..21686f662514 100644 --- a/libstdc++-v3/testsuite/20_util/is_empty/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_empty/requirements/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/is_empty/value.cc b/libstdc++-v3/testsuite/20_util/is_empty/value.cc index 4e96cb3af02a..c70198afde03 100644 --- a/libstdc++-v3/testsuite/20_util/is_empty/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_empty/value.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/is_enum/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_enum/requirements/explicit_instantiation.cc index 3ac3c6f2fcb4..58acc89459d1 100644 --- a/libstdc++-v3/testsuite/20_util/is_enum/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_enum/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/is_enum/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_enum/requirements/typedefs.cc index c7ada54feed0..ea98fd204ef5 100644 --- a/libstdc++-v3/testsuite/20_util/is_enum/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_enum/requirements/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/is_enum/value.cc b/libstdc++-v3/testsuite/20_util/is_enum/value.cc index de08f91fb1b7..31634de673ce 100644 --- a/libstdc++-v3/testsuite/20_util/is_enum/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_enum/value.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/is_final/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_final/requirements/explicit_instantiation.cc index 2a7daf056ead..a846562d73d8 100644 --- a/libstdc++-v3/testsuite/20_util/is_final/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_final/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/is_final/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_final/requirements/typedefs.cc index e80e8ac8bf38..e95b8fa5dd76 100644 --- a/libstdc++-v3/testsuite/20_util/is_final/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_final/requirements/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/is_final/value.cc b/libstdc++-v3/testsuite/20_util/is_final/value.cc index b3cf6a4c6ab1..1f0fae5ee106 100644 --- a/libstdc++-v3/testsuite/20_util/is_final/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_final/value.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/is_floating_point/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_floating_point/requirements/explicit_instantiation.cc index 362c0007dd2c..3b9912a82547 100644 --- a/libstdc++-v3/testsuite/20_util/is_floating_point/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_floating_point/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/is_floating_point/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_floating_point/requirements/typedefs.cc index fd1cb3953334..5c90d0dd2937 100644 --- a/libstdc++-v3/testsuite/20_util/is_floating_point/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_floating_point/requirements/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/is_floating_point/value.cc b/libstdc++-v3/testsuite/20_util/is_floating_point/value.cc index 3fd4887b342a..a540795926cf 100644 --- a/libstdc++-v3/testsuite/20_util/is_floating_point/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_floating_point/value.cc @@ -1,7 +1,7 @@ // { dg-options "-Wno-pedantic" } // { dg-do compile { target c++11 } } // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/is_function/24808.cc b/libstdc++-v3/testsuite/20_util/is_function/24808.cc index 066b7001d027..78de394b2645 100644 --- a/libstdc++-v3/testsuite/20_util/is_function/24808.cc +++ b/libstdc++-v3/testsuite/20_util/is_function/24808.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/is_function/35637.cc b/libstdc++-v3/testsuite/20_util/is_function/35637.cc index 15b2ef88cf88..c641eef181ba 100644 --- a/libstdc++-v3/testsuite/20_util/is_function/35637.cc +++ b/libstdc++-v3/testsuite/20_util/is_function/35637.cc @@ -1,7 +1,7 @@ // { dg-options "-pedantic-errors" } // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/is_function/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_function/requirements/explicit_instantiation.cc index 45134f876424..f67c58f28701 100644 --- a/libstdc++-v3/testsuite/20_util/is_function/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_function/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/is_function/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_function/requirements/typedefs.cc index 2c2edac9db7a..bf34b7d5f153 100644 --- a/libstdc++-v3/testsuite/20_util/is_function/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_function/requirements/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/is_function/value.cc b/libstdc++-v3/testsuite/20_util/is_function/value.cc index 5dc5a3f7e2ff..692e76932967 100644 --- a/libstdc++-v3/testsuite/20_util/is_function/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_function/value.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/is_fundamental/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_fundamental/requirements/explicit_instantiation.cc index 15795c5ae3de..3252b13afbd6 100644 --- a/libstdc++-v3/testsuite/20_util/is_fundamental/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_fundamental/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/is_fundamental/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_fundamental/requirements/typedefs.cc index 3715ddaa9150..22e6c1db9133 100644 --- a/libstdc++-v3/testsuite/20_util/is_fundamental/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_fundamental/requirements/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/is_fundamental/value.cc b/libstdc++-v3/testsuite/20_util/is_fundamental/value.cc index 2c0a8cb5642b..5c2ba368b719 100644 --- a/libstdc++-v3/testsuite/20_util/is_fundamental/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_fundamental/value.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/is_implicitly_default_constructible/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_implicitly_default_constructible/requirements/explicit_instantiation.cc index 1672cec57853..7e28b0295100 100644 --- a/libstdc++-v3/testsuite/20_util/is_implicitly_default_constructible/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_implicitly_default_constructible/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/20_util/is_implicitly_default_constructible/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_implicitly_default_constructible/requirements/typedefs.cc index 653a422a3647..27e9e79b3c8e 100644 --- a/libstdc++-v3/testsuite/20_util/is_implicitly_default_constructible/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_implicitly_default_constructible/requirements/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/20_util/is_implicitly_default_constructible/value.cc b/libstdc++-v3/testsuite/20_util/is_implicitly_default_constructible/value.cc index b3d6e221fbc0..e6e0bc63aa8e 100644 --- a/libstdc++-v3/testsuite/20_util/is_implicitly_default_constructible/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_implicitly_default_constructible/value.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/20_util/is_integral/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_integral/requirements/explicit_instantiation.cc index f542364f6634..bf85195cac67 100644 --- a/libstdc++-v3/testsuite/20_util/is_integral/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_integral/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // 2008-05-20 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/20_util/is_integral/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_integral/requirements/typedefs.cc index dd6dd9074586..8fcb9d2a0fd8 100644 --- a/libstdc++-v3/testsuite/20_util/is_integral/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_integral/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // 2008-05-20 Paolo Carlini // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/20_util/is_integral/value.cc b/libstdc++-v3/testsuite/20_util/is_integral/value.cc index 7db03603c5d2..359665ea1324 100644 --- a/libstdc++-v3/testsuite/20_util/is_integral/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_integral/value.cc @@ -2,7 +2,7 @@ // 2008-05-20 Paolo Carlini // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/20_util/is_literal_type/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_literal_type/requirements/explicit_instantiation.cc index aa66d8b45c72..0ddd17f2813d 100644 --- a/libstdc++-v3/testsuite/20_util/is_literal_type/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_literal_type/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // 2010-02-21 Paolo Carlini -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/is_literal_type/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_literal_type/requirements/typedefs.cc index 5d3003119079..c39440d5928f 100644 --- a/libstdc++-v3/testsuite/20_util/is_literal_type/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_literal_type/requirements/typedefs.cc @@ -2,7 +2,7 @@ // 2010-02-21 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/is_literal_type/value.cc b/libstdc++-v3/testsuite/20_util/is_literal_type/value.cc index f76f30b105f2..3e6db2e90184 100644 --- a/libstdc++-v3/testsuite/20_util/is_literal_type/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_literal_type/value.cc @@ -2,7 +2,7 @@ // 2010-03-23 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/is_lvalue_reference/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_lvalue_reference/requirements/explicit_instantiation.cc index e9667be39332..6665ad6cea1d 100644 --- a/libstdc++-v3/testsuite/20_util/is_lvalue_reference/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_lvalue_reference/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // 2007-06-02 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/is_lvalue_reference/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_lvalue_reference/requirements/typedefs.cc index 897644bcaf35..74063c7f3c02 100644 --- a/libstdc++-v3/testsuite/20_util/is_lvalue_reference/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_lvalue_reference/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // 2007-06-02 Paolo Carlini // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/is_lvalue_reference/value.cc b/libstdc++-v3/testsuite/20_util/is_lvalue_reference/value.cc index b846a7fa99b3..2829b48a9ee0 100644 --- a/libstdc++-v3/testsuite/20_util/is_lvalue_reference/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_lvalue_reference/value.cc @@ -2,7 +2,7 @@ // 2007-06-02 Paolo Carlini // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/is_member_function_pointer/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_member_function_pointer/requirements/explicit_instantiation.cc index 9600c723ee94..ad4791240a84 100644 --- a/libstdc++-v3/testsuite/20_util/is_member_function_pointer/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_member_function_pointer/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/is_member_function_pointer/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_member_function_pointer/requirements/typedefs.cc index 7ab0ec379e30..8adaab47aa81 100644 --- a/libstdc++-v3/testsuite/20_util/is_member_function_pointer/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_member_function_pointer/requirements/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/is_member_function_pointer/value.cc b/libstdc++-v3/testsuite/20_util/is_member_function_pointer/value.cc index 86573c82d2e8..ff851f58064c 100644 --- a/libstdc++-v3/testsuite/20_util/is_member_function_pointer/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_member_function_pointer/value.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/is_member_object_pointer/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_member_object_pointer/requirements/explicit_instantiation.cc index 76a1b1bf0c65..412ceca5a88f 100644 --- a/libstdc++-v3/testsuite/20_util/is_member_object_pointer/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_member_object_pointer/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/is_member_object_pointer/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_member_object_pointer/requirements/typedefs.cc index e9b316474bc7..9a20ddd1380d 100644 --- a/libstdc++-v3/testsuite/20_util/is_member_object_pointer/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_member_object_pointer/requirements/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/is_member_object_pointer/value.cc b/libstdc++-v3/testsuite/20_util/is_member_object_pointer/value.cc index 3cba04d457f8..495f11135263 100644 --- a/libstdc++-v3/testsuite/20_util/is_member_object_pointer/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_member_object_pointer/value.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/is_member_pointer/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_member_pointer/requirements/explicit_instantiation.cc index a201c3bf9f80..ed08d4948c55 100644 --- a/libstdc++-v3/testsuite/20_util/is_member_pointer/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_member_pointer/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/is_member_pointer/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_member_pointer/requirements/typedefs.cc index 2d4f69dc0180..094c98fa5642 100644 --- a/libstdc++-v3/testsuite/20_util/is_member_pointer/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_member_pointer/requirements/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/is_member_pointer/value.cc b/libstdc++-v3/testsuite/20_util/is_member_pointer/value.cc index 7bc64ed64f45..caf83bc10f11 100644 --- a/libstdc++-v3/testsuite/20_util/is_member_pointer/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_member_pointer/value.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/is_move_assignable/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_move_assignable/requirements/explicit_instantiation.cc index 651d9c1b4b64..c557b3e579ea 100644 --- a/libstdc++-v3/testsuite/20_util/is_move_assignable/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_move_assignable/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // 2011-05-19 Paolo Carlini -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/is_move_assignable/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_move_assignable/requirements/typedefs.cc index 940aaf22f119..d7e525e51ceb 100644 --- a/libstdc++-v3/testsuite/20_util/is_move_assignable/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_move_assignable/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // 2011-05-19 Paolo Carlini // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/is_move_assignable/value.cc b/libstdc++-v3/testsuite/20_util/is_move_assignable/value.cc index f9e82cc5336a..80b668d219ae 100644 --- a/libstdc++-v3/testsuite/20_util/is_move_assignable/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_move_assignable/value.cc @@ -2,7 +2,7 @@ // 2011-05-19 Paolo Carlini // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/is_move_constructible/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_move_constructible/requirements/explicit_instantiation.cc index 4ef57bd4d5bb..9ec1b3c43519 100644 --- a/libstdc++-v3/testsuite/20_util/is_move_constructible/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_move_constructible/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/is_move_constructible/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_move_constructible/requirements/typedefs.cc index 12fd828174d5..2fed8c45e443 100644 --- a/libstdc++-v3/testsuite/20_util/is_move_constructible/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_move_constructible/requirements/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/is_move_constructible/value.cc b/libstdc++-v3/testsuite/20_util/is_move_constructible/value.cc index ca3f16a9c9ba..ae6dc4df6efa 100644 --- a/libstdc++-v3/testsuite/20_util/is_move_constructible/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_move_constructible/value.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/is_nothrow_assignable/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_nothrow_assignable/requirements/explicit_instantiation.cc index 193b74d5b70f..f56aaf13b14f 100644 --- a/libstdc++-v3/testsuite/20_util/is_nothrow_assignable/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_nothrow_assignable/requirements/explicit_instantiation.cc @@ -2,7 +2,7 @@ // 2011-05-19 Paolo Carlini -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/is_nothrow_assignable/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_nothrow_assignable/requirements/typedefs.cc index b1430acca380..8ff85d6b9496 100644 --- a/libstdc++-v3/testsuite/20_util/is_nothrow_assignable/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_nothrow_assignable/requirements/typedefs.cc @@ -2,7 +2,7 @@ // 2011-05-19 Paolo Carlini // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/is_nothrow_assignable/value.cc b/libstdc++-v3/testsuite/20_util/is_nothrow_assignable/value.cc index eca0b0e8d242..93cf54739af1 100644 --- a/libstdc++-v3/testsuite/20_util/is_nothrow_assignable/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_nothrow_assignable/value.cc @@ -2,7 +2,7 @@ // 2011-05-19 Paolo Carlini // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/is_nothrow_callable/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_nothrow_callable/requirements/explicit_instantiation.cc index dbcdd9fd34c0..996b7d816160 100644 --- a/libstdc++-v3/testsuite/20_util/is_nothrow_callable/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_nothrow_callable/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/is_nothrow_callable/requirements/explicit_instantiation_ext.cc b/libstdc++-v3/testsuite/20_util/is_nothrow_callable/requirements/explicit_instantiation_ext.cc index 9e4f74f5d200..0243f288722d 100644 --- a/libstdc++-v3/testsuite/20_util/is_nothrow_callable/requirements/explicit_instantiation_ext.cc +++ b/libstdc++-v3/testsuite/20_util/is_nothrow_callable/requirements/explicit_instantiation_ext.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/is_nothrow_callable/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_nothrow_callable/requirements/typedefs.cc index 395eb156e12d..35ffdbbb235b 100644 --- a/libstdc++-v3/testsuite/20_util/is_nothrow_callable/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_nothrow_callable/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/is_nothrow_callable/requirements/typedefs_ext.cc b/libstdc++-v3/testsuite/20_util/is_nothrow_callable/requirements/typedefs_ext.cc index 23df15ebd582..9ba091d83ca4 100644 --- a/libstdc++-v3/testsuite/20_util/is_nothrow_callable/requirements/typedefs_ext.cc +++ b/libstdc++-v3/testsuite/20_util/is_nothrow_callable/requirements/typedefs_ext.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/is_nothrow_callable/value.cc b/libstdc++-v3/testsuite/20_util/is_nothrow_callable/value.cc index b24d369d39d5..16b55dad7cc7 100644 --- a/libstdc++-v3/testsuite/20_util/is_nothrow_callable/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_nothrow_callable/value.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/is_nothrow_callable/value_ext.cc b/libstdc++-v3/testsuite/20_util/is_nothrow_callable/value_ext.cc index 8d84db629d18..987e52b0f9c2 100644 --- a/libstdc++-v3/testsuite/20_util/is_nothrow_callable/value_ext.cc +++ b/libstdc++-v3/testsuite/20_util/is_nothrow_callable/value_ext.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/is_nothrow_constructible/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_nothrow_constructible/requirements/explicit_instantiation.cc index 92965f4a9ff8..7a97eefe8570 100644 --- a/libstdc++-v3/testsuite/20_util/is_nothrow_constructible/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_nothrow_constructible/requirements/explicit_instantiation.cc @@ -2,7 +2,7 @@ // 2010-06-09 Paolo Carlini -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/is_nothrow_constructible/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_nothrow_constructible/requirements/typedefs.cc index 07a7be7a1c29..9ca41785fc5f 100644 --- a/libstdc++-v3/testsuite/20_util/is_nothrow_constructible/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_nothrow_constructible/requirements/typedefs.cc @@ -2,7 +2,7 @@ // 2010-06-09 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/is_nothrow_constructible/value.cc b/libstdc++-v3/testsuite/20_util/is_nothrow_constructible/value.cc index e6182f8f07da..7743aed05baf 100644 --- a/libstdc++-v3/testsuite/20_util/is_nothrow_constructible/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_nothrow_constructible/value.cc @@ -2,7 +2,7 @@ // 2010-06-09 Paolo Carlini -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/is_nothrow_copy_assignable/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_nothrow_copy_assignable/requirements/explicit_instantiation.cc index f25525a1c2a6..88b531f9922f 100644 --- a/libstdc++-v3/testsuite/20_util/is_nothrow_copy_assignable/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_nothrow_copy_assignable/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // 2010-06-08 Paolo Carlini -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/is_nothrow_copy_assignable/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_nothrow_copy_assignable/requirements/typedefs.cc index 80f713ecd2b7..4bd4da96fc83 100644 --- a/libstdc++-v3/testsuite/20_util/is_nothrow_copy_assignable/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_nothrow_copy_assignable/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // 2010-06-08 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/is_nothrow_copy_assignable/value.cc b/libstdc++-v3/testsuite/20_util/is_nothrow_copy_assignable/value.cc index 88c3a3da36d3..5dd9f6ff75d0 100644 --- a/libstdc++-v3/testsuite/20_util/is_nothrow_copy_assignable/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_nothrow_copy_assignable/value.cc @@ -2,7 +2,7 @@ // 2010-06-08 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/is_nothrow_copy_constructible/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_nothrow_copy_constructible/requirements/explicit_instantiation.cc index ce73cc5433a7..28d26fb2fd10 100644 --- a/libstdc++-v3/testsuite/20_util/is_nothrow_copy_constructible/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_nothrow_copy_constructible/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // 2007-04-30 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/is_nothrow_copy_constructible/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_nothrow_copy_constructible/requirements/typedefs.cc index 2bdd340a31af..f1842fa9e38d 100644 --- a/libstdc++-v3/testsuite/20_util/is_nothrow_copy_constructible/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_nothrow_copy_constructible/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // 2004-12-30 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/20_util/is_nothrow_copy_constructible/value.cc b/libstdc++-v3/testsuite/20_util/is_nothrow_copy_constructible/value.cc index 2bb673098c04..8834882adc95 100644 --- a/libstdc++-v3/testsuite/20_util/is_nothrow_copy_constructible/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_nothrow_copy_constructible/value.cc @@ -2,7 +2,7 @@ // 2004-12-30 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/20_util/is_nothrow_default_constructible/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_nothrow_default_constructible/requirements/explicit_instantiation.cc index 53763205ec7b..8c5d55c168f5 100644 --- a/libstdc++-v3/testsuite/20_util/is_nothrow_default_constructible/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_nothrow_default_constructible/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // 2007-04-30 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/is_nothrow_default_constructible/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_nothrow_default_constructible/requirements/typedefs.cc index 59d247729f42..b7a5ea0ed6dc 100644 --- a/libstdc++-v3/testsuite/20_util/is_nothrow_default_constructible/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_nothrow_default_constructible/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // 2004-12-29 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/20_util/is_nothrow_default_constructible/value.cc b/libstdc++-v3/testsuite/20_util/is_nothrow_default_constructible/value.cc index 83fd2b9a5df5..a1d70d920524 100644 --- a/libstdc++-v3/testsuite/20_util/is_nothrow_default_constructible/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_nothrow_default_constructible/value.cc @@ -2,7 +2,7 @@ // 2004-12-29 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/20_util/is_nothrow_destructible/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_nothrow_destructible/requirements/explicit_instantiation.cc index 6b9e6a916b56..e6c457d55c61 100644 --- a/libstdc++-v3/testsuite/20_util/is_nothrow_destructible/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_nothrow_destructible/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/20_util/is_nothrow_destructible/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_nothrow_destructible/requirements/typedefs.cc index 6f07f2ba4162..05f05f5539d2 100644 --- a/libstdc++-v3/testsuite/20_util/is_nothrow_destructible/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_nothrow_destructible/requirements/typedefs.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/20_util/is_nothrow_destructible/value.cc b/libstdc++-v3/testsuite/20_util/is_nothrow_destructible/value.cc index 3f2ee8b7c47a..36af43545a7a 100644 --- a/libstdc++-v3/testsuite/20_util/is_nothrow_destructible/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_nothrow_destructible/value.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/20_util/is_nothrow_move_assignable/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_nothrow_move_assignable/requirements/explicit_instantiation.cc index 84d969af3714..1fcc8bbcb69b 100644 --- a/libstdc++-v3/testsuite/20_util/is_nothrow_move_assignable/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_nothrow_move_assignable/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // 2011-05-19 Paolo Carlini -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/is_nothrow_move_assignable/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_nothrow_move_assignable/requirements/typedefs.cc index 420bd7a19818..b30726fbe3d1 100644 --- a/libstdc++-v3/testsuite/20_util/is_nothrow_move_assignable/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_nothrow_move_assignable/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // 2011-05-19 Paolo Carlini // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/is_nothrow_move_assignable/value.cc b/libstdc++-v3/testsuite/20_util/is_nothrow_move_assignable/value.cc index b9244b54d2c8..7a7866f076d4 100644 --- a/libstdc++-v3/testsuite/20_util/is_nothrow_move_assignable/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_nothrow_move_assignable/value.cc @@ -2,7 +2,7 @@ // 2011-05-19 Paolo Carlini // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/is_nothrow_move_constructible/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_nothrow_move_constructible/requirements/explicit_instantiation.cc index 0a02401d0b49..26e0562f9b59 100644 --- a/libstdc++-v3/testsuite/20_util/is_nothrow_move_constructible/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_nothrow_move_constructible/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/is_nothrow_move_constructible/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_nothrow_move_constructible/requirements/typedefs.cc index f13b393f7583..12f269f25017 100644 --- a/libstdc++-v3/testsuite/20_util/is_nothrow_move_constructible/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_nothrow_move_constructible/requirements/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/is_nothrow_move_constructible/value.cc b/libstdc++-v3/testsuite/20_util/is_nothrow_move_constructible/value.cc index 82bc978317ae..35adb48870fd 100644 --- a/libstdc++-v3/testsuite/20_util/is_nothrow_move_constructible/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_nothrow_move_constructible/value.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/is_nothrow_swappable/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_nothrow_swappable/requirements/explicit_instantiation.cc index 399fd2dae132..a542302e46f7 100644 --- a/libstdc++-v3/testsuite/20_util/is_nothrow_swappable/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_nothrow_swappable/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/20_util/is_nothrow_swappable/requirements/explicit_instantiation_ext.cc b/libstdc++-v3/testsuite/20_util/is_nothrow_swappable/requirements/explicit_instantiation_ext.cc index e053b918f705..48b04e7d5d87 100644 --- a/libstdc++-v3/testsuite/20_util/is_nothrow_swappable/requirements/explicit_instantiation_ext.cc +++ b/libstdc++-v3/testsuite/20_util/is_nothrow_swappable/requirements/explicit_instantiation_ext.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/20_util/is_nothrow_swappable/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_nothrow_swappable/requirements/typedefs.cc index a940b636ce74..af5780fb44d5 100644 --- a/libstdc++-v3/testsuite/20_util/is_nothrow_swappable/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_nothrow_swappable/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/20_util/is_nothrow_swappable/requirements/typedefs_ext.cc b/libstdc++-v3/testsuite/20_util/is_nothrow_swappable/requirements/typedefs_ext.cc index 97863fc3be77..f155ce406e96 100644 --- a/libstdc++-v3/testsuite/20_util/is_nothrow_swappable/requirements/typedefs_ext.cc +++ b/libstdc++-v3/testsuite/20_util/is_nothrow_swappable/requirements/typedefs_ext.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/20_util/is_nothrow_swappable/value.cc b/libstdc++-v3/testsuite/20_util/is_nothrow_swappable/value.cc index 824734553d72..b0375451e40a 100644 --- a/libstdc++-v3/testsuite/20_util/is_nothrow_swappable/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_nothrow_swappable/value.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/20_util/is_nothrow_swappable/value.h b/libstdc++-v3/testsuite/20_util/is_nothrow_swappable/value.h index 1b374f0bade1..4bfac82d7fb7 100644 --- a/libstdc++-v3/testsuite/20_util/is_nothrow_swappable/value.h +++ b/libstdc++-v3/testsuite/20_util/is_nothrow_swappable/value.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/20_util/is_nothrow_swappable/value_ext.cc b/libstdc++-v3/testsuite/20_util/is_nothrow_swappable/value_ext.cc index 0fe6890c47e8..8738f71bdc79 100644 --- a/libstdc++-v3/testsuite/20_util/is_nothrow_swappable/value_ext.cc +++ b/libstdc++-v3/testsuite/20_util/is_nothrow_swappable/value_ext.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-skip-if "skip if __STRICT_ANSI__ defined" { *-*-* } { "-std=c++??" } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/20_util/is_nothrow_swappable_with/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_nothrow_swappable_with/requirements/explicit_instantiation.cc index e6c8effb1a9c..ea8cb0c330a0 100644 --- a/libstdc++-v3/testsuite/20_util/is_nothrow_swappable_with/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_nothrow_swappable_with/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/is_nothrow_swappable_with/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_nothrow_swappable_with/requirements/typedefs.cc index 2a68a8315e45..16fd04f6b064 100644 --- a/libstdc++-v3/testsuite/20_util/is_nothrow_swappable_with/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_nothrow_swappable_with/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/is_nothrow_swappable_with/value.cc b/libstdc++-v3/testsuite/20_util/is_nothrow_swappable_with/value.cc index f7cd254a4728..5cd68a0dffd8 100644 --- a/libstdc++-v3/testsuite/20_util/is_nothrow_swappable_with/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_nothrow_swappable_with/value.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/is_null_pointer/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_null_pointer/requirements/explicit_instantiation.cc index aba678b28d8e..c329f99e6a77 100644 --- a/libstdc++-v3/testsuite/20_util/is_null_pointer/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_null_pointer/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // 2013-05-02 Paolo Carlini -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/is_null_pointer/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_null_pointer/requirements/typedefs.cc index 8fabf1518b2a..ca2d1f85bdee 100644 --- a/libstdc++-v3/testsuite/20_util/is_null_pointer/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_null_pointer/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // 2013-05-02 Paolo Carlini // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/is_null_pointer/value.cc b/libstdc++-v3/testsuite/20_util/is_null_pointer/value.cc index c150154d446d..fbd14e9e9cf0 100644 --- a/libstdc++-v3/testsuite/20_util/is_null_pointer/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_null_pointer/value.cc @@ -2,7 +2,7 @@ // 2013-05-02 Paolo Carlini // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/is_object/24808.cc b/libstdc++-v3/testsuite/20_util/is_object/24808.cc index 77bb69e28b75..62600781b69f 100644 --- a/libstdc++-v3/testsuite/20_util/is_object/24808.cc +++ b/libstdc++-v3/testsuite/20_util/is_object/24808.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/is_object/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_object/requirements/explicit_instantiation.cc index c821ea72c947..cc29828a110b 100644 --- a/libstdc++-v3/testsuite/20_util/is_object/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_object/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/is_object/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_object/requirements/typedefs.cc index 1240d873854a..20556c8d0fec 100644 --- a/libstdc++-v3/testsuite/20_util/is_object/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_object/requirements/typedefs.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/is_object/value.cc b/libstdc++-v3/testsuite/20_util/is_object/value.cc index 25eea44d5e23..c78c1d0cc948 100644 --- a/libstdc++-v3/testsuite/20_util/is_object/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_object/value.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/is_pod/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_pod/requirements/explicit_instantiation.cc index 0090fe5aa51e..0a40ca5a6390 100644 --- a/libstdc++-v3/testsuite/20_util/is_pod/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_pod/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // 2010-02-21 Paolo Carlini -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/is_pod/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_pod/requirements/typedefs.cc index 06a4cbfd307e..00831a888c62 100644 --- a/libstdc++-v3/testsuite/20_util/is_pod/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_pod/requirements/typedefs.cc @@ -2,7 +2,7 @@ // 2010-02-21 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/is_pod/value.cc b/libstdc++-v3/testsuite/20_util/is_pod/value.cc index cd5cd7178ca4..0db7d6b14b1c 100644 --- a/libstdc++-v3/testsuite/20_util/is_pod/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_pod/value.cc @@ -2,7 +2,7 @@ // 2010-02-21 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/is_pointer/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_pointer/requirements/explicit_instantiation.cc index 00f2a55a3da3..35cf0c184f6a 100644 --- a/libstdc++-v3/testsuite/20_util/is_pointer/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_pointer/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/is_pointer/value.cc b/libstdc++-v3/testsuite/20_util/is_pointer/value.cc index 2fafcda66be9..47dd805c6370 100644 --- a/libstdc++-v3/testsuite/20_util/is_pointer/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_pointer/value.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/is_polymorphic/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_polymorphic/requirements/explicit_instantiation.cc index 03a039a25bf2..7cc38b6d093c 100644 --- a/libstdc++-v3/testsuite/20_util/is_polymorphic/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_polymorphic/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/is_polymorphic/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_polymorphic/requirements/typedefs.cc index f36b25b1e5bd..1e454159ab0a 100644 --- a/libstdc++-v3/testsuite/20_util/is_polymorphic/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_polymorphic/requirements/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/is_polymorphic/value.cc b/libstdc++-v3/testsuite/20_util/is_polymorphic/value.cc index 6f9ee6e54401..b9be0cbbb9dc 100644 --- a/libstdc++-v3/testsuite/20_util/is_polymorphic/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_polymorphic/value.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/is_reference/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_reference/requirements/explicit_instantiation.cc index 3714b09cc08d..98c4eb49d970 100644 --- a/libstdc++-v3/testsuite/20_util/is_reference/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_reference/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // 2007-06-02 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/is_reference/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_reference/requirements/typedefs.cc index 9e647db79d3d..27d559865436 100644 --- a/libstdc++-v3/testsuite/20_util/is_reference/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_reference/requirements/typedefs.cc @@ -1,6 +1,6 @@ // 2007-06-02 Paolo Carlini // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/is_reference/value.cc b/libstdc++-v3/testsuite/20_util/is_reference/value.cc index 7c9ab0316bd8..3aa907f58be5 100644 --- a/libstdc++-v3/testsuite/20_util/is_reference/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_reference/value.cc @@ -2,7 +2,7 @@ // 2007-06-02 Paolo Carlini // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/is_rvalue_reference/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_rvalue_reference/requirements/explicit_instantiation.cc index a11d39636238..f3027e459a87 100644 --- a/libstdc++-v3/testsuite/20_util/is_rvalue_reference/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_rvalue_reference/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // 2007-06-02 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/is_rvalue_reference/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_rvalue_reference/requirements/typedefs.cc index 24eff841dc64..1ef9959b9252 100644 --- a/libstdc++-v3/testsuite/20_util/is_rvalue_reference/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_rvalue_reference/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // 2007-06-02 Paolo Carlini // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/is_rvalue_reference/value.cc b/libstdc++-v3/testsuite/20_util/is_rvalue_reference/value.cc index 23ff78468cd8..6a4c6bb7c17f 100644 --- a/libstdc++-v3/testsuite/20_util/is_rvalue_reference/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_rvalue_reference/value.cc @@ -2,7 +2,7 @@ // 2007-06-02 Paolo Carlini // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/is_same/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_same/requirements/explicit_instantiation.cc index 15260cb06a12..d262f871a171 100644 --- a/libstdc++-v3/testsuite/20_util/is_same/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_same/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/is_same/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_same/requirements/typedefs.cc index fd0611e313f8..b1cd570adede 100644 --- a/libstdc++-v3/testsuite/20_util/is_same/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_same/requirements/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/is_same/value.cc b/libstdc++-v3/testsuite/20_util/is_same/value.cc index efe669f037f8..8f9675cc0d29 100644 --- a/libstdc++-v3/testsuite/20_util/is_same/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_same/value.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/is_scalar/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_scalar/requirements/explicit_instantiation.cc index b2a8872001cd..37a0e6b72869 100644 --- a/libstdc++-v3/testsuite/20_util/is_scalar/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_scalar/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/is_scalar/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_scalar/requirements/typedefs.cc index 4a63137c255c..74bdf2f90091 100644 --- a/libstdc++-v3/testsuite/20_util/is_scalar/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_scalar/requirements/typedefs.cc @@ -1,6 +1,6 @@ // 2010-11-30 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/is_scalar/value.cc b/libstdc++-v3/testsuite/20_util/is_scalar/value.cc index 67e4c255b68c..a5948af98b57 100644 --- a/libstdc++-v3/testsuite/20_util/is_scalar/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_scalar/value.cc @@ -2,7 +2,7 @@ // 2010-11-30 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/is_signed/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_signed/requirements/explicit_instantiation.cc index 00664e5a6a6f..8acbf9535eeb 100644 --- a/libstdc++-v3/testsuite/20_util/is_signed/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_signed/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // 2007-04-30 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/is_signed/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_signed/requirements/typedefs.cc index 5c36d2065d93..7682e4737bd2 100644 --- a/libstdc++-v3/testsuite/20_util/is_signed/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_signed/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // 2005-01-24 Paolo Carlini // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/20_util/is_signed/value.cc b/libstdc++-v3/testsuite/20_util/is_signed/value.cc index 645c00232397..bff874fce95a 100644 --- a/libstdc++-v3/testsuite/20_util/is_signed/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_signed/value.cc @@ -2,7 +2,7 @@ // 2005-01-24 Paolo Carlini // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/20_util/is_standard_layout/requiremenents/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_standard_layout/requiremenents/explicit_instantiation.cc index 762c59c2cbdb..d83cd9d01172 100644 --- a/libstdc++-v3/testsuite/20_util/is_standard_layout/requiremenents/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_standard_layout/requiremenents/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // 2010-02-21 Paolo Carlini -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/is_standard_layout/requiremenents/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_standard_layout/requiremenents/typedefs.cc index d180a03c0626..f0d6357f932e 100644 --- a/libstdc++-v3/testsuite/20_util/is_standard_layout/requiremenents/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_standard_layout/requiremenents/typedefs.cc @@ -2,7 +2,7 @@ // 2010-02-21 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/is_standard_layout/value.cc b/libstdc++-v3/testsuite/20_util/is_standard_layout/value.cc index c4fad1603ffc..0f9e62576c0b 100644 --- a/libstdc++-v3/testsuite/20_util/is_standard_layout/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_standard_layout/value.cc @@ -2,7 +2,7 @@ // 2010-03-23 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/is_swappable/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_swappable/requirements/explicit_instantiation.cc index 9ba5a525f240..0ee6987caea5 100644 --- a/libstdc++-v3/testsuite/20_util/is_swappable/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_swappable/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/20_util/is_swappable/requirements/explicit_instantiation_ext.cc b/libstdc++-v3/testsuite/20_util/is_swappable/requirements/explicit_instantiation_ext.cc index 907c38be1edc..cc7ad54d6d78 100644 --- a/libstdc++-v3/testsuite/20_util/is_swappable/requirements/explicit_instantiation_ext.cc +++ b/libstdc++-v3/testsuite/20_util/is_swappable/requirements/explicit_instantiation_ext.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/20_util/is_swappable/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_swappable/requirements/typedefs.cc index feed51affcb4..ee6ba2a83eff 100644 --- a/libstdc++-v3/testsuite/20_util/is_swappable/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_swappable/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/20_util/is_swappable/requirements/typedefs_ext.cc b/libstdc++-v3/testsuite/20_util/is_swappable/requirements/typedefs_ext.cc index 3a5fad15bb79..54c7fb17a43d 100644 --- a/libstdc++-v3/testsuite/20_util/is_swappable/requirements/typedefs_ext.cc +++ b/libstdc++-v3/testsuite/20_util/is_swappable/requirements/typedefs_ext.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/20_util/is_swappable/value.cc b/libstdc++-v3/testsuite/20_util/is_swappable/value.cc index eb3a1d2b7a15..c9093dfa1103 100644 --- a/libstdc++-v3/testsuite/20_util/is_swappable/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_swappable/value.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/20_util/is_swappable/value.h b/libstdc++-v3/testsuite/20_util/is_swappable/value.h index 0e924d1f32f7..92c3e3350c7f 100644 --- a/libstdc++-v3/testsuite/20_util/is_swappable/value.h +++ b/libstdc++-v3/testsuite/20_util/is_swappable/value.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/20_util/is_swappable/value_ext.cc b/libstdc++-v3/testsuite/20_util/is_swappable/value_ext.cc index ba358152a1c4..9336a9a1fde9 100644 --- a/libstdc++-v3/testsuite/20_util/is_swappable/value_ext.cc +++ b/libstdc++-v3/testsuite/20_util/is_swappable/value_ext.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/20_util/is_swappable_with/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_swappable_with/requirements/explicit_instantiation.cc index 47fb3d56a1bf..761d92020c12 100644 --- a/libstdc++-v3/testsuite/20_util/is_swappable_with/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_swappable_with/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/is_swappable_with/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_swappable_with/requirements/typedefs.cc index f79358377754..d5193dab5081 100644 --- a/libstdc++-v3/testsuite/20_util/is_swappable_with/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_swappable_with/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/is_swappable_with/value.cc b/libstdc++-v3/testsuite/20_util/is_swappable_with/value.cc index be7d062b3311..aa72e2c4dd5e 100644 --- a/libstdc++-v3/testsuite/20_util/is_swappable_with/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_swappable_with/value.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/is_trivial/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_trivial/requirements/explicit_instantiation.cc index c6760274e992..4d59b6ad8c31 100644 --- a/libstdc++-v3/testsuite/20_util/is_trivial/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_trivial/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // 2010-02-21 Paolo Carlini -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/is_trivial/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_trivial/requirements/typedefs.cc index 7c77b783eeaa..d92921a8a375 100644 --- a/libstdc++-v3/testsuite/20_util/is_trivial/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_trivial/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // 2010-02-21 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/is_trivial/value.cc b/libstdc++-v3/testsuite/20_util/is_trivial/value.cc index 2468b2c27425..a6bfd2793cf0 100644 --- a/libstdc++-v3/testsuite/20_util/is_trivial/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_trivial/value.cc @@ -2,7 +2,7 @@ // 2010-03-23 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/is_trivially_assignable/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_trivially_assignable/requirements/explicit_instantiation.cc index 1903a1112555..de34ae2d8bf4 100644 --- a/libstdc++-v3/testsuite/20_util/is_trivially_assignable/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_trivially_assignable/requirements/explicit_instantiation.cc @@ -2,7 +2,7 @@ // // 2014-10-09 Ville Voutilainen // -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/is_trivially_assignable/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_trivially_assignable/requirements/typedefs.cc index a79cf8e6aab1..a5f37bb55304 100644 --- a/libstdc++-v3/testsuite/20_util/is_trivially_assignable/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_trivially_assignable/requirements/typedefs.cc @@ -2,7 +2,7 @@ // // 2014-10-09 Ville Voutilainen // -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/is_trivially_assignable/value.cc b/libstdc++-v3/testsuite/20_util/is_trivially_assignable/value.cc index 98e86a7435ae..f4f2432d8125 100644 --- a/libstdc++-v3/testsuite/20_util/is_trivially_assignable/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_trivially_assignable/value.cc @@ -2,7 +2,7 @@ // // 2014-10-09 Ville Voutilainen // -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/is_trivially_constructible/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_trivially_constructible/requirements/explicit_instantiation.cc index a46bc98e24a3..f75f7bdb91cf 100644 --- a/libstdc++-v3/testsuite/20_util/is_trivially_constructible/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_trivially_constructible/requirements/explicit_instantiation.cc @@ -2,7 +2,7 @@ // // 2014-10-09 Ville Voutilainen // -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/is_trivially_constructible/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_trivially_constructible/requirements/typedefs.cc index 6459a138e110..acefc8004559 100644 --- a/libstdc++-v3/testsuite/20_util/is_trivially_constructible/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_trivially_constructible/requirements/typedefs.cc @@ -2,7 +2,7 @@ // // 2014-10-09 Ville Voutilainen // -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/is_trivially_constructible/value.cc b/libstdc++-v3/testsuite/20_util/is_trivially_constructible/value.cc index 1e9a30e3ce59..70d718011c8e 100644 --- a/libstdc++-v3/testsuite/20_util/is_trivially_constructible/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_trivially_constructible/value.cc @@ -2,7 +2,7 @@ // // 2014-10-09 Ville Voutilainen // -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/is_trivially_copy_assignable/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_trivially_copy_assignable/requirements/explicit_instantiation.cc index 9829e48e767a..c44807d90de0 100644 --- a/libstdc++-v3/testsuite/20_util/is_trivially_copy_assignable/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_trivially_copy_assignable/requirements/explicit_instantiation.cc @@ -2,7 +2,7 @@ // // 2014-10-09 Ville Voutilainen // -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/is_trivially_copy_assignable/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_trivially_copy_assignable/requirements/typedefs.cc index 142868fd5dda..0c9480137bac 100644 --- a/libstdc++-v3/testsuite/20_util/is_trivially_copy_assignable/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_trivially_copy_assignable/requirements/typedefs.cc @@ -2,7 +2,7 @@ // // 2014-10-09 Ville Voutilainen // -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/is_trivially_copy_assignable/value.cc b/libstdc++-v3/testsuite/20_util/is_trivially_copy_assignable/value.cc index 535805fea128..b002246dfd51 100644 --- a/libstdc++-v3/testsuite/20_util/is_trivially_copy_assignable/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_trivially_copy_assignable/value.cc @@ -2,7 +2,7 @@ // // 2014-10-09 Ville Voutilainen // -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/is_trivially_copy_constructible/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_trivially_copy_constructible/requirements/explicit_instantiation.cc index 6044232fa1b5..dc18b680b8ae 100644 --- a/libstdc++-v3/testsuite/20_util/is_trivially_copy_constructible/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_trivially_copy_constructible/requirements/explicit_instantiation.cc @@ -2,7 +2,7 @@ // // 2014-10-09 Ville Voutilainen // -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/is_trivially_copy_constructible/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_trivially_copy_constructible/requirements/typedefs.cc index 429ea37f114f..c84fc2efa1d0 100644 --- a/libstdc++-v3/testsuite/20_util/is_trivially_copy_constructible/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_trivially_copy_constructible/requirements/typedefs.cc @@ -2,7 +2,7 @@ // // 2014-10-09 Ville Voutilainen // -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/is_trivially_copy_constructible/value.cc b/libstdc++-v3/testsuite/20_util/is_trivially_copy_constructible/value.cc index 710868424ff6..845e05861512 100644 --- a/libstdc++-v3/testsuite/20_util/is_trivially_copy_constructible/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_trivially_copy_constructible/value.cc @@ -2,7 +2,7 @@ // // 2014-10-09 Ville Voutilainen // -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/is_trivially_copyable/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_trivially_copyable/requirements/explicit_instantiation.cc index 33deb6323384..54431648b10b 100644 --- a/libstdc++-v3/testsuite/20_util/is_trivially_copyable/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_trivially_copyable/requirements/explicit_instantiation.cc @@ -2,7 +2,7 @@ // // 2014-10-09 Ville Voutilainen // -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/is_trivially_copyable/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_trivially_copyable/requirements/typedefs.cc index 4ddf253dc76f..5d0a3e127d9a 100644 --- a/libstdc++-v3/testsuite/20_util/is_trivially_copyable/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_trivially_copyable/requirements/typedefs.cc @@ -2,7 +2,7 @@ // // 2014-10-09 Ville Voutilainen // -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/is_trivially_copyable/value.cc b/libstdc++-v3/testsuite/20_util/is_trivially_copyable/value.cc index 5a1d94f726bf..cd7917dd37cf 100644 --- a/libstdc++-v3/testsuite/20_util/is_trivially_copyable/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_trivially_copyable/value.cc @@ -2,7 +2,7 @@ // // 2014-10-09 Ville Voutilainen // -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/is_trivially_default_constructible/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_trivially_default_constructible/requirements/explicit_instantiation.cc index 9c1b019d4cb3..88891e42dcb7 100644 --- a/libstdc++-v3/testsuite/20_util/is_trivially_default_constructible/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_trivially_default_constructible/requirements/explicit_instantiation.cc @@ -2,7 +2,7 @@ // // 2014-10-09 Ville Voutilainen // -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/is_trivially_default_constructible/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_trivially_default_constructible/requirements/typedefs.cc index ad31c85259e2..850f475e46f9 100644 --- a/libstdc++-v3/testsuite/20_util/is_trivially_default_constructible/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_trivially_default_constructible/requirements/typedefs.cc @@ -2,7 +2,7 @@ // // 2014-10-09 Ville Voutilainen // -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/is_trivially_default_constructible/value.cc b/libstdc++-v3/testsuite/20_util/is_trivially_default_constructible/value.cc index 9943d6640087..834b81760a68 100644 --- a/libstdc++-v3/testsuite/20_util/is_trivially_default_constructible/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_trivially_default_constructible/value.cc @@ -2,7 +2,7 @@ // // 2014-10-09 Ville Voutilainen // -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/is_trivially_destructible/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_trivially_destructible/requirements/explicit_instantiation.cc index f8a237067f93..328dba5afdde 100644 --- a/libstdc++-v3/testsuite/20_util/is_trivially_destructible/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_trivially_destructible/requirements/explicit_instantiation.cc @@ -2,7 +2,7 @@ // // 2012-04-15 Paolo Carlini // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/20_util/is_trivially_destructible/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_trivially_destructible/requirements/typedefs.cc index 40afba73a530..d38209f91441 100644 --- a/libstdc++-v3/testsuite/20_util/is_trivially_destructible/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_trivially_destructible/requirements/typedefs.cc @@ -2,7 +2,7 @@ // // 2012-04-15 Paolo Carlini // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/20_util/is_trivially_destructible/value.cc b/libstdc++-v3/testsuite/20_util/is_trivially_destructible/value.cc index 9f60dfe22690..197f5f988fd3 100644 --- a/libstdc++-v3/testsuite/20_util/is_trivially_destructible/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_trivially_destructible/value.cc @@ -2,7 +2,7 @@ // // 2012-04-15 Paolo Carlini // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/20_util/is_trivially_move_assignable/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_trivially_move_assignable/requirements/explicit_instantiation.cc index 4ad1d410892e..cf6abe87df52 100644 --- a/libstdc++-v3/testsuite/20_util/is_trivially_move_assignable/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_trivially_move_assignable/requirements/explicit_instantiation.cc @@ -2,7 +2,7 @@ // // 2014-10-09 Ville Voutilainen // -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/is_trivially_move_assignable/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_trivially_move_assignable/requirements/typedefs.cc index 001c4a1dc5a1..5f8b51f2dec4 100644 --- a/libstdc++-v3/testsuite/20_util/is_trivially_move_assignable/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_trivially_move_assignable/requirements/typedefs.cc @@ -2,7 +2,7 @@ // 2014-10-09 Ville Voutilainen // -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/is_trivially_move_assignable/value.cc b/libstdc++-v3/testsuite/20_util/is_trivially_move_assignable/value.cc index 0f3acb594a25..68833b67f12e 100644 --- a/libstdc++-v3/testsuite/20_util/is_trivially_move_assignable/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_trivially_move_assignable/value.cc @@ -2,7 +2,7 @@ // // 2014-10-09 Ville Voutilainen // -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/is_trivially_move_constructible/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_trivially_move_constructible/requirements/explicit_instantiation.cc index 542dbf2dd98f..23cf567ddad2 100644 --- a/libstdc++-v3/testsuite/20_util/is_trivially_move_constructible/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_trivially_move_constructible/requirements/explicit_instantiation.cc @@ -2,7 +2,7 @@ // // 2014-10-09 Ville Voutilainen // -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/is_trivially_move_constructible/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_trivially_move_constructible/requirements/typedefs.cc index 9bb84bb8e9f4..809be9b49614 100644 --- a/libstdc++-v3/testsuite/20_util/is_trivially_move_constructible/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_trivially_move_constructible/requirements/typedefs.cc @@ -2,7 +2,7 @@ // 2014-10-09 Ville Voutilainen // -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/is_trivially_move_constructible/value.cc b/libstdc++-v3/testsuite/20_util/is_trivially_move_constructible/value.cc index 04f4d15c6d3a..ad6045bda813 100644 --- a/libstdc++-v3/testsuite/20_util/is_trivially_move_constructible/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_trivially_move_constructible/value.cc @@ -2,7 +2,7 @@ // // 2014-10-09 Ville Voutilainen // -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/is_union/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_union/requirements/explicit_instantiation.cc index 094b496c92f8..e57e52d9685b 100644 --- a/libstdc++-v3/testsuite/20_util/is_union/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_union/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/is_union/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_union/requirements/typedefs.cc index 11dd16e43f68..2cf24c4cac6c 100644 --- a/libstdc++-v3/testsuite/20_util/is_union/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_union/requirements/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/is_union/value.cc b/libstdc++-v3/testsuite/20_util/is_union/value.cc index c7611276e9d6..9a51d82ef808 100644 --- a/libstdc++-v3/testsuite/20_util/is_union/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_union/value.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/is_unsigned/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_unsigned/requirements/explicit_instantiation.cc index bccc1793dfad..68742c34400e 100644 --- a/libstdc++-v3/testsuite/20_util/is_unsigned/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_unsigned/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // 2007-04-30 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/is_unsigned/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_unsigned/requirements/typedefs.cc index df2c24af379a..4ed3f4115395 100644 --- a/libstdc++-v3/testsuite/20_util/is_unsigned/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_unsigned/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // 2005-01-24 Paolo Carlini // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/20_util/is_unsigned/value.cc b/libstdc++-v3/testsuite/20_util/is_unsigned/value.cc index 50735118bb86..bde019d63ac6 100644 --- a/libstdc++-v3/testsuite/20_util/is_unsigned/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_unsigned/value.cc @@ -2,7 +2,7 @@ // 2005-01-24 Paolo Carlini // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/20_util/is_void/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_void/requirements/explicit_instantiation.cc index 55ebd36449c0..719dc3f47358 100644 --- a/libstdc++-v3/testsuite/20_util/is_void/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_void/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/is_void/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_void/requirements/typedefs.cc index e0377d897655..0d6dbe0797c1 100644 --- a/libstdc++-v3/testsuite/20_util/is_void/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_void/requirements/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/is_void/value.cc b/libstdc++-v3/testsuite/20_util/is_void/value.cc index d29a2d9a4b12..206ab39d30ba 100644 --- a/libstdc++-v3/testsuite/20_util/is_void/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_void/value.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/is_volatile/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/is_volatile/requirements/explicit_instantiation.cc index b74fb5c9278d..60f6ae614cc1 100644 --- a/libstdc++-v3/testsuite/20_util/is_volatile/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/is_volatile/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/is_volatile/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/is_volatile/requirements/typedefs.cc index cbdb206a05cc..2f08ae4d579c 100644 --- a/libstdc++-v3/testsuite/20_util/is_volatile/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/is_volatile/requirements/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/is_volatile/value.cc b/libstdc++-v3/testsuite/20_util/is_volatile/value.cc index 10a29fb6a4b0..1b9a7102c8e4 100644 --- a/libstdc++-v3/testsuite/20_util/is_volatile/value.cc +++ b/libstdc++-v3/testsuite/20_util/is_volatile/value.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/logical_traits/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/logical_traits/requirements/explicit_instantiation.cc index 03a62c19fd7e..5380fb0f5be0 100644 --- a/libstdc++-v3/testsuite/20_util/logical_traits/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/logical_traits/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/20_util/logical_traits/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/logical_traits/requirements/typedefs.cc index 4bc655b08349..a407c8ad1feb 100644 --- a/libstdc++-v3/testsuite/20_util/logical_traits/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/logical_traits/requirements/typedefs.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } // -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/20_util/logical_traits/value.cc b/libstdc++-v3/testsuite/20_util/logical_traits/value.cc index 820802c6efc5..899df3cfbd03 100644 --- a/libstdc++-v3/testsuite/20_util/logical_traits/value.cc +++ b/libstdc++-v3/testsuite/20_util/logical_traits/value.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } // -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/20_util/make_signed/requirements/alias_decl.cc b/libstdc++-v3/testsuite/20_util/make_signed/requirements/alias_decl.cc index 4478e60042c4..8c789b0ef161 100644 --- a/libstdc++-v3/testsuite/20_util/make_signed/requirements/alias_decl.cc +++ b/libstdc++-v3/testsuite/20_util/make_signed/requirements/alias_decl.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/make_signed/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/make_signed/requirements/explicit_instantiation.cc index e43c878ae665..488f4d98c9fc 100644 --- a/libstdc++-v3/testsuite/20_util/make_signed/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/make_signed/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // 2007-04-30 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/make_signed/requirements/typedefs-1.cc b/libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs-1.cc index 726d6f9771b4..0bdd3be98fa9 100644 --- a/libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs-1.cc +++ b/libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs-1.cc @@ -2,7 +2,7 @@ // 2007-05-03 Benjamin Kosnik // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/make_signed/requirements/typedefs-2.cc b/libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs-2.cc index a3eef57bac56..18b9445d45eb 100644 --- a/libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs-2.cc +++ b/libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs-2.cc @@ -3,7 +3,7 @@ // 2007-05-03 Benjamin Kosnik // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/make_signed/requirements/typedefs-3.cc b/libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs-3.cc index b4bdb1bc964d..5000edccefb7 100644 --- a/libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs-3.cc +++ b/libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs-3.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/20_util/make_signed/requirements/typedefs-4.cc b/libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs-4.cc index a3112e27a19c..51f9167a3ff4 100644 --- a/libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs-4.cc +++ b/libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs-4.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/make_signed/requirements/typedefs_neg.cc b/libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs_neg.cc index a65971633fab..664fb70fb4b4 100644 --- a/libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs_neg.cc +++ b/libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs_neg.cc @@ -2,7 +2,7 @@ // 2007-05-03 Benjamin Kosnik // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/make_unsigned/requirements/alias_decl.cc b/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/alias_decl.cc index ee6d5b27914c..eb26e3af8eed 100644 --- a/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/alias_decl.cc +++ b/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/alias_decl.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/make_unsigned/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/explicit_instantiation.cc index 638c23557a06..c88b6bca594b 100644 --- a/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // 2007-04-30 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/make_unsigned/requirements/typedefs-1.cc b/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs-1.cc index 6d87f122cae5..9f58fd7467fe 100644 --- a/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs-1.cc +++ b/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs-1.cc @@ -2,7 +2,7 @@ // 2007-05-03 Benjamin Kosnik // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/make_unsigned/requirements/typedefs-2.cc b/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs-2.cc index 81e661a36012..2fdd68cb8dd9 100644 --- a/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs-2.cc +++ b/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs-2.cc @@ -3,7 +3,7 @@ // 2007-05-03 Benjamin Kosnik // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/make_unsigned/requirements/typedefs-3.cc b/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs-3.cc index e6d8ff528a8c..70259c292a9d 100644 --- a/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs-3.cc +++ b/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs-3.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/20_util/make_unsigned/requirements/typedefs_neg.cc b/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc index 6a93e2f3640b..6d6471755f74 100644 --- a/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc +++ b/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc @@ -2,7 +2,7 @@ // 2007-05-03 Benjamin Kosnik // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/move/1.cc b/libstdc++-v3/testsuite/20_util/move/1.cc index bddba4e05ca7..f3da725fcd80 100644 --- a/libstdc++-v3/testsuite/20_util/move/1.cc +++ b/libstdc++-v3/testsuite/20_util/move/1.cc @@ -2,7 +2,7 @@ // 2007-07-10 Paolo Carlini // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/move/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/move/requirements/explicit_instantiation.cc index 2b29e2b23921..dbc18eb02a6e 100644 --- a/libstdc++-v3/testsuite/20_util/move/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/move/requirements/explicit_instantiation.cc @@ -2,7 +2,7 @@ // 2007-07-10 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/move_if_noexcept/1.cc b/libstdc++-v3/testsuite/20_util/move_if_noexcept/1.cc index 7da691901cc7..6efaac0ec8e6 100644 --- a/libstdc++-v3/testsuite/20_util/move_if_noexcept/1.cc +++ b/libstdc++-v3/testsuite/20_util/move_if_noexcept/1.cc @@ -2,7 +2,7 @@ // 2011-04-27 Paolo Carlini // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/move_if_noexcept/constexpr.cc b/libstdc++-v3/testsuite/20_util/move_if_noexcept/constexpr.cc index a9a9ebf80fbc..bc059d541a3a 100644 --- a/libstdc++-v3/testsuite/20_util/move_if_noexcept/constexpr.cc +++ b/libstdc++-v3/testsuite/20_util/move_if_noexcept/constexpr.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/20_util/move_if_noexcept/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/move_if_noexcept/requirements/explicit_instantiation.cc index c8191a718b7d..db4b8591663b 100644 --- a/libstdc++-v3/testsuite/20_util/move_if_noexcept/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/move_if_noexcept/requirements/explicit_instantiation.cc @@ -2,7 +2,7 @@ // 2011-04-27 Paolo Carlini -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/optional/77288.cc b/libstdc++-v3/testsuite/20_util/optional/77288.cc index 7465dd0c2314..715530372d28 100644 --- a/libstdc++-v3/testsuite/20_util/optional/77288.cc +++ b/libstdc++-v3/testsuite/20_util/optional/77288.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do run } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/optional/assignment/1.cc b/libstdc++-v3/testsuite/20_util/optional/assignment/1.cc index f4f1a9639cd7..9a763315ccf2 100644 --- a/libstdc++-v3/testsuite/20_util/optional/assignment/1.cc +++ b/libstdc++-v3/testsuite/20_util/optional/assignment/1.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do run } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/optional/assignment/2.cc b/libstdc++-v3/testsuite/20_util/optional/assignment/2.cc index fb9448ea356b..db58fe92825f 100644 --- a/libstdc++-v3/testsuite/20_util/optional/assignment/2.cc +++ b/libstdc++-v3/testsuite/20_util/optional/assignment/2.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do run } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/optional/assignment/3.cc b/libstdc++-v3/testsuite/20_util/optional/assignment/3.cc index 2287713a1326..47e3488896de 100644 --- a/libstdc++-v3/testsuite/20_util/optional/assignment/3.cc +++ b/libstdc++-v3/testsuite/20_util/optional/assignment/3.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do run } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/optional/assignment/4.cc b/libstdc++-v3/testsuite/20_util/optional/assignment/4.cc index 0922c3e9f69a..0efdd697cd76 100644 --- a/libstdc++-v3/testsuite/20_util/optional/assignment/4.cc +++ b/libstdc++-v3/testsuite/20_util/optional/assignment/4.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do run } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/optional/assignment/5.cc b/libstdc++-v3/testsuite/20_util/optional/assignment/5.cc index d9ae573d76a6..d2a6e4a04970 100644 --- a/libstdc++-v3/testsuite/20_util/optional/assignment/5.cc +++ b/libstdc++-v3/testsuite/20_util/optional/assignment/5.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do run } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/optional/assignment/6.cc b/libstdc++-v3/testsuite/20_util/optional/assignment/6.cc index a10858a1e779..4d754c1e663d 100644 --- a/libstdc++-v3/testsuite/20_util/optional/assignment/6.cc +++ b/libstdc++-v3/testsuite/20_util/optional/assignment/6.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do run } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/optional/assignment/7.cc b/libstdc++-v3/testsuite/20_util/optional/assignment/7.cc index c5c0302fbfb6..01b6b8eda76f 100644 --- a/libstdc++-v3/testsuite/20_util/optional/assignment/7.cc +++ b/libstdc++-v3/testsuite/20_util/optional/assignment/7.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do run } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/optional/cons/77727.cc b/libstdc++-v3/testsuite/20_util/optional/cons/77727.cc index 5566dbf1a197..21637562df5b 100644 --- a/libstdc++-v3/testsuite/20_util/optional/cons/77727.cc +++ b/libstdc++-v3/testsuite/20_util/optional/cons/77727.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do run } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/optional/cons/copy.cc b/libstdc++-v3/testsuite/20_util/optional/cons/copy.cc index 58f91768df4f..324ddfff5db4 100644 --- a/libstdc++-v3/testsuite/20_util/optional/cons/copy.cc +++ b/libstdc++-v3/testsuite/20_util/optional/cons/copy.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do run } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/optional/cons/default.cc b/libstdc++-v3/testsuite/20_util/optional/cons/default.cc index ebde86b807dc..f77f0d34e453 100644 --- a/libstdc++-v3/testsuite/20_util/optional/cons/default.cc +++ b/libstdc++-v3/testsuite/20_util/optional/cons/default.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do run } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/optional/cons/move.cc b/libstdc++-v3/testsuite/20_util/optional/cons/move.cc index 209dc9fff854..2d5822e1f3bf 100644 --- a/libstdc++-v3/testsuite/20_util/optional/cons/move.cc +++ b/libstdc++-v3/testsuite/20_util/optional/cons/move.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do run } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/optional/cons/value.cc b/libstdc++-v3/testsuite/20_util/optional/cons/value.cc index 94e1c3212dc4..c5700578d029 100644 --- a/libstdc++-v3/testsuite/20_util/optional/cons/value.cc +++ b/libstdc++-v3/testsuite/20_util/optional/cons/value.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do run } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/optional/cons/value_neg.cc b/libstdc++-v3/testsuite/20_util/optional/cons/value_neg.cc index 6a2827ec4613..c1d652fa5aa2 100644 --- a/libstdc++-v3/testsuite/20_util/optional/cons/value_neg.cc +++ b/libstdc++-v3/testsuite/20_util/optional/cons/value_neg.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/optional/constexpr/cons/default.cc b/libstdc++-v3/testsuite/20_util/optional/constexpr/cons/default.cc index ae523dfbc169..fbb50956a528 100644 --- a/libstdc++-v3/testsuite/20_util/optional/constexpr/cons/default.cc +++ b/libstdc++-v3/testsuite/20_util/optional/constexpr/cons/default.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/optional/constexpr/cons/value.cc b/libstdc++-v3/testsuite/20_util/optional/constexpr/cons/value.cc index 2e205cf78d3c..b289f44091de 100644 --- a/libstdc++-v3/testsuite/20_util/optional/constexpr/cons/value.cc +++ b/libstdc++-v3/testsuite/20_util/optional/constexpr/cons/value.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/optional/constexpr/in_place.cc b/libstdc++-v3/testsuite/20_util/optional/constexpr/in_place.cc index 6db03ea5138d..fb964530616c 100644 --- a/libstdc++-v3/testsuite/20_util/optional/constexpr/in_place.cc +++ b/libstdc++-v3/testsuite/20_util/optional/constexpr/in_place.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/optional/constexpr/make_optional.cc b/libstdc++-v3/testsuite/20_util/optional/constexpr/make_optional.cc index 7c0f1dab1550..f02867572f55 100644 --- a/libstdc++-v3/testsuite/20_util/optional/constexpr/make_optional.cc +++ b/libstdc++-v3/testsuite/20_util/optional/constexpr/make_optional.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/optional/constexpr/nullopt.cc b/libstdc++-v3/testsuite/20_util/optional/constexpr/nullopt.cc index 61fddefa5a41..dd2c7319d910 100644 --- a/libstdc++-v3/testsuite/20_util/optional/constexpr/nullopt.cc +++ b/libstdc++-v3/testsuite/20_util/optional/constexpr/nullopt.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/optional/constexpr/observers/1.cc b/libstdc++-v3/testsuite/20_util/optional/constexpr/observers/1.cc index e039b0093cf6..442562251776 100644 --- a/libstdc++-v3/testsuite/20_util/optional/constexpr/observers/1.cc +++ b/libstdc++-v3/testsuite/20_util/optional/constexpr/observers/1.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/optional/constexpr/observers/2.cc b/libstdc++-v3/testsuite/20_util/optional/constexpr/observers/2.cc index 8a9d8f8660c5..f95d15b055d9 100644 --- a/libstdc++-v3/testsuite/20_util/optional/constexpr/observers/2.cc +++ b/libstdc++-v3/testsuite/20_util/optional/constexpr/observers/2.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/optional/constexpr/observers/3.cc b/libstdc++-v3/testsuite/20_util/optional/constexpr/observers/3.cc index 86157158de4a..06694a6e0f4f 100644 --- a/libstdc++-v3/testsuite/20_util/optional/constexpr/observers/3.cc +++ b/libstdc++-v3/testsuite/20_util/optional/constexpr/observers/3.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/optional/constexpr/observers/4.cc b/libstdc++-v3/testsuite/20_util/optional/constexpr/observers/4.cc index 761a3f726840..daa6cef1e664 100644 --- a/libstdc++-v3/testsuite/20_util/optional/constexpr/observers/4.cc +++ b/libstdc++-v3/testsuite/20_util/optional/constexpr/observers/4.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/optional/constexpr/observers/5.cc b/libstdc++-v3/testsuite/20_util/optional/constexpr/observers/5.cc index c42745703aaa..ce760c9f04e8 100644 --- a/libstdc++-v3/testsuite/20_util/optional/constexpr/observers/5.cc +++ b/libstdc++-v3/testsuite/20_util/optional/constexpr/observers/5.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/optional/constexpr/relops/1.cc b/libstdc++-v3/testsuite/20_util/optional/constexpr/relops/1.cc index 6f747c549159..a1187357719f 100644 --- a/libstdc++-v3/testsuite/20_util/optional/constexpr/relops/1.cc +++ b/libstdc++-v3/testsuite/20_util/optional/constexpr/relops/1.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/optional/constexpr/relops/2.cc b/libstdc++-v3/testsuite/20_util/optional/constexpr/relops/2.cc index 349ed5a2a7e7..cbeb4e954b71 100644 --- a/libstdc++-v3/testsuite/20_util/optional/constexpr/relops/2.cc +++ b/libstdc++-v3/testsuite/20_util/optional/constexpr/relops/2.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/optional/constexpr/relops/3.cc b/libstdc++-v3/testsuite/20_util/optional/constexpr/relops/3.cc index 3ed480744265..433f8dbd79c5 100644 --- a/libstdc++-v3/testsuite/20_util/optional/constexpr/relops/3.cc +++ b/libstdc++-v3/testsuite/20_util/optional/constexpr/relops/3.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/optional/constexpr/relops/4.cc b/libstdc++-v3/testsuite/20_util/optional/constexpr/relops/4.cc index b51d3afc1849..985cae252e0b 100644 --- a/libstdc++-v3/testsuite/20_util/optional/constexpr/relops/4.cc +++ b/libstdc++-v3/testsuite/20_util/optional/constexpr/relops/4.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/optional/constexpr/relops/5.cc b/libstdc++-v3/testsuite/20_util/optional/constexpr/relops/5.cc index 3002c792e657..e3a88862f366 100644 --- a/libstdc++-v3/testsuite/20_util/optional/constexpr/relops/5.cc +++ b/libstdc++-v3/testsuite/20_util/optional/constexpr/relops/5.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/optional/constexpr/relops/6.cc b/libstdc++-v3/testsuite/20_util/optional/constexpr/relops/6.cc index c7909fffd19b..052c6e9fc54e 100644 --- a/libstdc++-v3/testsuite/20_util/optional/constexpr/relops/6.cc +++ b/libstdc++-v3/testsuite/20_util/optional/constexpr/relops/6.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/optional/hash.cc b/libstdc++-v3/testsuite/20_util/optional/hash.cc index c2dc06266329..ceb862b1b38e 100644 --- a/libstdc++-v3/testsuite/20_util/optional/hash.cc +++ b/libstdc++-v3/testsuite/20_util/optional/hash.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/optional/in_place.cc b/libstdc++-v3/testsuite/20_util/optional/in_place.cc index 53059dbba7f1..b73be5483ad4 100644 --- a/libstdc++-v3/testsuite/20_util/optional/in_place.cc +++ b/libstdc++-v3/testsuite/20_util/optional/in_place.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do run } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/optional/make_optional.cc b/libstdc++-v3/testsuite/20_util/optional/make_optional.cc index 8e626d7fbb42..1777840160a9 100644 --- a/libstdc++-v3/testsuite/20_util/optional/make_optional.cc +++ b/libstdc++-v3/testsuite/20_util/optional/make_optional.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do run } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/optional/nullopt.cc b/libstdc++-v3/testsuite/20_util/optional/nullopt.cc index f9ee748b9c23..7a43bbe02b34 100644 --- a/libstdc++-v3/testsuite/20_util/optional/nullopt.cc +++ b/libstdc++-v3/testsuite/20_util/optional/nullopt.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do run } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/optional/observers/1.cc b/libstdc++-v3/testsuite/20_util/optional/observers/1.cc index 946aee9a2144..5d7b9fcdcb50 100644 --- a/libstdc++-v3/testsuite/20_util/optional/observers/1.cc +++ b/libstdc++-v3/testsuite/20_util/optional/observers/1.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do run } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/optional/observers/2.cc b/libstdc++-v3/testsuite/20_util/optional/observers/2.cc index acaa8bb4f0c1..dbca20328a66 100644 --- a/libstdc++-v3/testsuite/20_util/optional/observers/2.cc +++ b/libstdc++-v3/testsuite/20_util/optional/observers/2.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do run } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/optional/observers/3.cc b/libstdc++-v3/testsuite/20_util/optional/observers/3.cc index 13399ea7b918..000fed5a4638 100644 --- a/libstdc++-v3/testsuite/20_util/optional/observers/3.cc +++ b/libstdc++-v3/testsuite/20_util/optional/observers/3.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do run } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/optional/observers/4.cc b/libstdc++-v3/testsuite/20_util/optional/observers/4.cc index 43238513a447..69e4318be546 100644 --- a/libstdc++-v3/testsuite/20_util/optional/observers/4.cc +++ b/libstdc++-v3/testsuite/20_util/optional/observers/4.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do run } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/optional/observers/5.cc b/libstdc++-v3/testsuite/20_util/optional/observers/5.cc index 161a891e3a12..0af466352c9f 100644 --- a/libstdc++-v3/testsuite/20_util/optional/observers/5.cc +++ b/libstdc++-v3/testsuite/20_util/optional/observers/5.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do run } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/optional/observers/6.cc b/libstdc++-v3/testsuite/20_util/optional/observers/6.cc index 8113209d1655..848ee2331fe6 100644 --- a/libstdc++-v3/testsuite/20_util/optional/observers/6.cc +++ b/libstdc++-v3/testsuite/20_util/optional/observers/6.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/optional/relops/1.cc b/libstdc++-v3/testsuite/20_util/optional/relops/1.cc index b441abe2dbbf..e63ea05142f1 100644 --- a/libstdc++-v3/testsuite/20_util/optional/relops/1.cc +++ b/libstdc++-v3/testsuite/20_util/optional/relops/1.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do run } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/optional/relops/2.cc b/libstdc++-v3/testsuite/20_util/optional/relops/2.cc index 16dfda1b26c5..38d156ab720d 100644 --- a/libstdc++-v3/testsuite/20_util/optional/relops/2.cc +++ b/libstdc++-v3/testsuite/20_util/optional/relops/2.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do run } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/optional/relops/3.cc b/libstdc++-v3/testsuite/20_util/optional/relops/3.cc index ac9d1513f2f1..8c0a14ae836d 100644 --- a/libstdc++-v3/testsuite/20_util/optional/relops/3.cc +++ b/libstdc++-v3/testsuite/20_util/optional/relops/3.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do run } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/optional/relops/4.cc b/libstdc++-v3/testsuite/20_util/optional/relops/4.cc index cc43cd2b485e..908dda56ca72 100644 --- a/libstdc++-v3/testsuite/20_util/optional/relops/4.cc +++ b/libstdc++-v3/testsuite/20_util/optional/relops/4.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do run } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/optional/relops/5.cc b/libstdc++-v3/testsuite/20_util/optional/relops/5.cc index 90d9eaf779e4..92910066cd0d 100644 --- a/libstdc++-v3/testsuite/20_util/optional/relops/5.cc +++ b/libstdc++-v3/testsuite/20_util/optional/relops/5.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do run } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/optional/relops/6.cc b/libstdc++-v3/testsuite/20_util/optional/relops/6.cc index cf26c304730b..3a5eab084809 100644 --- a/libstdc++-v3/testsuite/20_util/optional/relops/6.cc +++ b/libstdc++-v3/testsuite/20_util/optional/relops/6.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do run } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/optional/requirements.cc b/libstdc++-v3/testsuite/20_util/optional/requirements.cc index 8bccccb7890a..a32dc29febb7 100644 --- a/libstdc++-v3/testsuite/20_util/optional/requirements.cc +++ b/libstdc++-v3/testsuite/20_util/optional/requirements.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do run } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/optional/swap/1.cc b/libstdc++-v3/testsuite/20_util/optional/swap/1.cc index feaf4c62e75e..0f6676145c83 100644 --- a/libstdc++-v3/testsuite/20_util/optional/swap/1.cc +++ b/libstdc++-v3/testsuite/20_util/optional/swap/1.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do run } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/optional/swap/2.cc b/libstdc++-v3/testsuite/20_util/optional/swap/2.cc index cb9291aada74..ef23cbb5deec 100644 --- a/libstdc++-v3/testsuite/20_util/optional/swap/2.cc +++ b/libstdc++-v3/testsuite/20_util/optional/swap/2.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/optional/typedefs.cc b/libstdc++-v3/testsuite/20_util/optional/typedefs.cc index 3d3d2ace7f58..01b76e8e7b8b 100644 --- a/libstdc++-v3/testsuite/20_util/optional/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/optional/typedefs.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/owner_less/cmp.cc b/libstdc++-v3/testsuite/20_util/owner_less/cmp.cc index 8fdc4ad33722..c3918c650a9e 100644 --- a/libstdc++-v3/testsuite/20_util/owner_less/cmp.cc +++ b/libstdc++-v3/testsuite/20_util/owner_less/cmp.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/20_util/owner_less/void.cc b/libstdc++-v3/testsuite/20_util/owner_less/void.cc index 4facbf57001a..4a917c7a486d 100644 --- a/libstdc++-v3/testsuite/20_util/owner_less/void.cc +++ b/libstdc++-v3/testsuite/20_util/owner_less/void.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/pair/1.cc b/libstdc++-v3/testsuite/20_util/pair/1.cc index caae3eac4186..8fea9c548030 100644 --- a/libstdc++-v3/testsuite/20_util/pair/1.cc +++ b/libstdc++-v3/testsuite/20_util/pair/1.cc @@ -1,6 +1,6 @@ // 2001-06-18 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/20_util/pair/2.cc b/libstdc++-v3/testsuite/20_util/pair/2.cc index dac378eebba0..ef31fb728f6b 100644 --- a/libstdc++-v3/testsuite/20_util/pair/2.cc +++ b/libstdc++-v3/testsuite/20_util/pair/2.cc @@ -1,6 +1,6 @@ // 2001-06-18 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/20_util/pair/3.cc b/libstdc++-v3/testsuite/20_util/pair/3.cc index 7cfc474c9b2c..ad39a34a1569 100644 --- a/libstdc++-v3/testsuite/20_util/pair/3.cc +++ b/libstdc++-v3/testsuite/20_util/pair/3.cc @@ -1,6 +1,6 @@ // 2001-06-18 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/20_util/pair/4.cc b/libstdc++-v3/testsuite/20_util/pair/4.cc index 0e1fbcd2e889..a40a86c30578 100644 --- a/libstdc++-v3/testsuite/20_util/pair/4.cc +++ b/libstdc++-v3/testsuite/20_util/pair/4.cc @@ -1,6 +1,6 @@ // 2001-06-18 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/20_util/pair/40925.cc b/libstdc++-v3/testsuite/20_util/pair/40925.cc index c16535bfe075..ba9f8d81d394 100644 --- a/libstdc++-v3/testsuite/20_util/pair/40925.cc +++ b/libstdc++-v3/testsuite/20_util/pair/40925.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/20_util/pair/44487.cc b/libstdc++-v3/testsuite/20_util/pair/44487.cc index 290429044779..279a143856a7 100644 --- a/libstdc++-v3/testsuite/20_util/pair/44487.cc +++ b/libstdc++-v3/testsuite/20_util/pair/44487.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/pair/70437.cc b/libstdc++-v3/testsuite/20_util/pair/70437.cc index a210429864c3..f51b10cf7d32 100644 --- a/libstdc++-v3/testsuite/20_util/pair/70437.cc +++ b/libstdc++-v3/testsuite/20_util/pair/70437.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/pair/astuple/astuple.cc b/libstdc++-v3/testsuite/20_util/pair/astuple/astuple.cc index 1c1aa7d2841c..18c5280205ec 100644 --- a/libstdc++-v3/testsuite/20_util/pair/astuple/astuple.cc +++ b/libstdc++-v3/testsuite/20_util/pair/astuple/astuple.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/pair/astuple/astuple_cpp14.cc b/libstdc++-v3/testsuite/20_util/pair/astuple/astuple_cpp14.cc index bc2fb57d78d9..da5c338703e3 100644 --- a/libstdc++-v3/testsuite/20_util/pair/astuple/astuple_cpp14.cc +++ b/libstdc++-v3/testsuite/20_util/pair/astuple/astuple_cpp14.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/20_util/pair/astuple/constexpr_get.cc b/libstdc++-v3/testsuite/20_util/pair/astuple/constexpr_get.cc index 63a55fb4a823..89ce44252353 100644 --- a/libstdc++-v3/testsuite/20_util/pair/astuple/constexpr_get.cc +++ b/libstdc++-v3/testsuite/20_util/pair/astuple/constexpr_get.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/pair/astuple/constexpr_get_by_type.cc b/libstdc++-v3/testsuite/20_util/pair/astuple/constexpr_get_by_type.cc index c752529b4a1d..4c8881e85d7f 100644 --- a/libstdc++-v3/testsuite/20_util/pair/astuple/constexpr_get_by_type.cc +++ b/libstdc++-v3/testsuite/20_util/pair/astuple/constexpr_get_by_type.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/pair/astuple/get.cc b/libstdc++-v3/testsuite/20_util/pair/astuple/get.cc index 923f2440a69f..80939741f6c5 100644 --- a/libstdc++-v3/testsuite/20_util/pair/astuple/get.cc +++ b/libstdc++-v3/testsuite/20_util/pair/astuple/get.cc @@ -2,7 +2,7 @@ // 2011-05-16 Paolo Carlini // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/pair/astuple/get_by_type.cc b/libstdc++-v3/testsuite/20_util/pair/astuple/get_by_type.cc index f8862ad2cc61..8d8bf0efe94b 100644 --- a/libstdc++-v3/testsuite/20_util/pair/astuple/get_by_type.cc +++ b/libstdc++-v3/testsuite/20_util/pair/astuple/get_by_type.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/pair/astuple/get_by_type_neg.cc b/libstdc++-v3/testsuite/20_util/pair/astuple/get_by_type_neg.cc index fa8843756e5f..8860ccfd10b1 100644 --- a/libstdc++-v3/testsuite/20_util/pair/astuple/get_by_type_neg.cc +++ b/libstdc++-v3/testsuite/20_util/pair/astuple/get_by_type_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/pair/astuple/get_neg.cc b/libstdc++-v3/testsuite/20_util/pair/astuple/get_neg.cc index ea251b833854..4aa1831550bd 100644 --- a/libstdc++-v3/testsuite/20_util/pair/astuple/get_neg.cc +++ b/libstdc++-v3/testsuite/20_util/pair/astuple/get_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/pair/comparison_operators/constexpr.cc b/libstdc++-v3/testsuite/20_util/pair/comparison_operators/constexpr.cc index 19f514094a82..ef3a06a77275 100644 --- a/libstdc++-v3/testsuite/20_util/pair/comparison_operators/constexpr.cc +++ b/libstdc++-v3/testsuite/20_util/pair/comparison_operators/constexpr.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/pair/cons/constexpr.cc b/libstdc++-v3/testsuite/20_util/pair/cons/constexpr.cc index 9e9211101e3f..ca61e45adf3c 100644 --- a/libstdc++-v3/testsuite/20_util/pair/cons/constexpr.cc +++ b/libstdc++-v3/testsuite/20_util/pair/cons/constexpr.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/pair/cons/explicit_construct.cc b/libstdc++-v3/testsuite/20_util/pair/cons/explicit_construct.cc index 1525fef20a66..8d940cfa46bc 100644 --- a/libstdc++-v3/testsuite/20_util/pair/cons/explicit_construct.cc +++ b/libstdc++-v3/testsuite/20_util/pair/cons/explicit_construct.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/20_util/pair/cons/noexcept_move_construct.cc b/libstdc++-v3/testsuite/20_util/pair/cons/noexcept_move_construct.cc index 965777b93420..979fff796b66 100644 --- a/libstdc++-v3/testsuite/20_util/pair/cons/noexcept_move_construct.cc +++ b/libstdc++-v3/testsuite/20_util/pair/cons/noexcept_move_construct.cc @@ -2,7 +2,7 @@ // 2011-05-20 Paolo Carlini // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/pair/constexpr_get.cc b/libstdc++-v3/testsuite/20_util/pair/constexpr_get.cc index bb541731bb14..4ffb149a393e 100644 --- a/libstdc++-v3/testsuite/20_util/pair/constexpr_get.cc +++ b/libstdc++-v3/testsuite/20_util/pair/constexpr_get.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/pair/make_pair/constexpr.cc b/libstdc++-v3/testsuite/20_util/pair/make_pair/constexpr.cc index 1195db7eeb21..ef7468eabf1e 100644 --- a/libstdc++-v3/testsuite/20_util/pair/make_pair/constexpr.cc +++ b/libstdc++-v3/testsuite/20_util/pair/make_pair/constexpr.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/pair/moveable.cc b/libstdc++-v3/testsuite/20_util/pair/moveable.cc index 9c26f2785679..78adec0e8c7b 100644 --- a/libstdc++-v3/testsuite/20_util/pair/moveable.cc +++ b/libstdc++-v3/testsuite/20_util/pair/moveable.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/20_util/pair/noexcept_move_assign.cc b/libstdc++-v3/testsuite/20_util/pair/noexcept_move_assign.cc index 7652af0a7b3a..3c752fea1bc6 100644 --- a/libstdc++-v3/testsuite/20_util/pair/noexcept_move_assign.cc +++ b/libstdc++-v3/testsuite/20_util/pair/noexcept_move_assign.cc @@ -2,7 +2,7 @@ // 2011-05-20 Paolo Carlini // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/pair/noexcept_swap.cc b/libstdc++-v3/testsuite/20_util/pair/noexcept_swap.cc index fb6eb7152b10..c345eab70c96 100644 --- a/libstdc++-v3/testsuite/20_util/pair/noexcept_swap.cc +++ b/libstdc++-v3/testsuite/20_util/pair/noexcept_swap.cc @@ -2,7 +2,7 @@ // 2011-05-20 Paolo Carlini // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/pair/noncopyable.cc b/libstdc++-v3/testsuite/20_util/pair/noncopyable.cc index 4eb07c0cf9f0..f374b2626608 100644 --- a/libstdc++-v3/testsuite/20_util/pair/noncopyable.cc +++ b/libstdc++-v3/testsuite/20_util/pair/noncopyable.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/20_util/pair/piecewise.cc b/libstdc++-v3/testsuite/20_util/pair/piecewise.cc index 854b6dea207f..6ca0fd295765 100644 --- a/libstdc++-v3/testsuite/20_util/pair/piecewise.cc +++ b/libstdc++-v3/testsuite/20_util/pair/piecewise.cc @@ -2,7 +2,7 @@ // 2010-04-30 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/pair/piecewise2.cc b/libstdc++-v3/testsuite/20_util/pair/piecewise2.cc index 87cd392be97d..678edb54ef59 100644 --- a/libstdc++-v3/testsuite/20_util/pair/piecewise2.cc +++ b/libstdc++-v3/testsuite/20_util/pair/piecewise2.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/pair/requirements/dr2367.cc b/libstdc++-v3/testsuite/20_util/pair/requirements/dr2367.cc index 3fa09eebd1f6..9e16c91dcfe8 100644 --- a/libstdc++-v3/testsuite/20_util/pair/requirements/dr2367.cc +++ b/libstdc++-v3/testsuite/20_util/pair/requirements/dr2367.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/20_util/pair/requirements/dr801.cc b/libstdc++-v3/testsuite/20_util/pair/requirements/dr801.cc index 0cb162024b66..70bf2fd8ed77 100644 --- a/libstdc++-v3/testsuite/20_util/pair/requirements/dr801.cc +++ b/libstdc++-v3/testsuite/20_util/pair/requirements/dr801.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/pair/requirements/explicit_instantiation/1.cc b/libstdc++-v3/testsuite/20_util/pair/requirements/explicit_instantiation/1.cc index 0ac9db4154e9..89ae8114a386 100644 --- a/libstdc++-v3/testsuite/20_util/pair/requirements/explicit_instantiation/1.cc +++ b/libstdc++-v3/testsuite/20_util/pair/requirements/explicit_instantiation/1.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/pair/swap.cc b/libstdc++-v3/testsuite/20_util/pair/swap.cc index 024fff1825f7..8d681b9fe122 100644 --- a/libstdc++-v3/testsuite/20_util/pair/swap.cc +++ b/libstdc++-v3/testsuite/20_util/pair/swap.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/pair/swap_cxx17.cc b/libstdc++-v3/testsuite/20_util/pair/swap_cxx17.cc index 6b09f42e7f7c..e398f08cb86a 100644 --- a/libstdc++-v3/testsuite/20_util/pair/swap_cxx17.cc +++ b/libstdc++-v3/testsuite/20_util/pair/swap_cxx17.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/pair/traits.cc b/libstdc++-v3/testsuite/20_util/pair/traits.cc index 850f898a4141..25ba7ffa125e 100644 --- a/libstdc++-v3/testsuite/20_util/pair/traits.cc +++ b/libstdc++-v3/testsuite/20_util/pair/traits.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/pointer_safety/1.cc b/libstdc++-v3/testsuite/20_util/pointer_safety/1.cc index 4d2be8ba41d3..51c86c4b12c5 100644 --- a/libstdc++-v3/testsuite/20_util/pointer_safety/1.cc +++ b/libstdc++-v3/testsuite/20_util/pointer_safety/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/20_util/pointer_traits/pointer_to.cc b/libstdc++-v3/testsuite/20_util/pointer_traits/pointer_to.cc index 6e7b1522ed11..ed3eebd6e055 100644 --- a/libstdc++-v3/testsuite/20_util/pointer_traits/pointer_to.cc +++ b/libstdc++-v3/testsuite/20_util/pointer_traits/pointer_to.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/pointer_traits/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/pointer_traits/requirements/explicit_instantiation.cc index ac0502603bb1..f54f793eaad1 100644 --- a/libstdc++-v3/testsuite/20_util/pointer_traits/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/pointer_traits/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/pointer_traits/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/pointer_traits/requirements/typedefs.cc index d8cefa0596da..e07f95d4674c 100644 --- a/libstdc++-v3/testsuite/20_util/pointer_traits/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/pointer_traits/requirements/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/rank/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/rank/requirements/explicit_instantiation.cc index 1d9c7846eb97..f9cf57c22924 100644 --- a/libstdc++-v3/testsuite/20_util/rank/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/rank/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/rank/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/rank/requirements/typedefs.cc index 173e7b6c4197..1cf5f5357397 100644 --- a/libstdc++-v3/testsuite/20_util/rank/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/rank/requirements/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/rank/value.cc b/libstdc++-v3/testsuite/20_util/rank/value.cc index abf65c588820..3b2f9a375ecf 100644 --- a/libstdc++-v3/testsuite/20_util/rank/value.cc +++ b/libstdc++-v3/testsuite/20_util/rank/value.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/ratio/comparisons/comp1.cc b/libstdc++-v3/testsuite/20_util/ratio/comparisons/comp1.cc index 74dcf35cab96..a2282249da39 100644 --- a/libstdc++-v3/testsuite/20_util/ratio/comparisons/comp1.cc +++ b/libstdc++-v3/testsuite/20_util/ratio/comparisons/comp1.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-cstdint "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/20_util/ratio/comparisons/comp2.cc b/libstdc++-v3/testsuite/20_util/ratio/comparisons/comp2.cc index bed70cbc6a65..599bc7f01ff6 100644 --- a/libstdc++-v3/testsuite/20_util/ratio/comparisons/comp2.cc +++ b/libstdc++-v3/testsuite/20_util/ratio/comparisons/comp2.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-cstdint "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/20_util/ratio/comparisons/comp3.cc b/libstdc++-v3/testsuite/20_util/ratio/comparisons/comp3.cc index 8c6cd980667a..c721da0f2490 100644 --- a/libstdc++-v3/testsuite/20_util/ratio/comparisons/comp3.cc +++ b/libstdc++-v3/testsuite/20_util/ratio/comparisons/comp3.cc @@ -3,7 +3,7 @@ // 2011-02-28 Paolo Carlini -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/ratio/cons/cons1.cc b/libstdc++-v3/testsuite/20_util/ratio/cons/cons1.cc index 9ef1c3858c79..3320c6eba3f0 100644 --- a/libstdc++-v3/testsuite/20_util/ratio/cons/cons1.cc +++ b/libstdc++-v3/testsuite/20_util/ratio/cons/cons1.cc @@ -3,7 +3,7 @@ // 2008-07-03 Chris Fairles -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/20_util/ratio/cons/cons_overflow_neg.cc b/libstdc++-v3/testsuite/20_util/ratio/cons/cons_overflow_neg.cc index ddf070d6dd1b..06f4c3ce0a7e 100644 --- a/libstdc++-v3/testsuite/20_util/ratio/cons/cons_overflow_neg.cc +++ b/libstdc++-v3/testsuite/20_util/ratio/cons/cons_overflow_neg.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/20_util/ratio/operations/45866.cc b/libstdc++-v3/testsuite/20_util/ratio/operations/45866.cc index c8bf84016365..75544c750d11 100644 --- a/libstdc++-v3/testsuite/20_util/ratio/operations/45866.cc +++ b/libstdc++-v3/testsuite/20_util/ratio/operations/45866.cc @@ -3,7 +3,7 @@ // 2010-10-18 Paolo Carlini -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/ratio/operations/47913.cc b/libstdc++-v3/testsuite/20_util/ratio/operations/47913.cc index 8c5254cfecc2..1bb1b809aa38 100644 --- a/libstdc++-v3/testsuite/20_util/ratio/operations/47913.cc +++ b/libstdc++-v3/testsuite/20_util/ratio/operations/47913.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-cstdint "" } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/ratio/operations/53840.cc b/libstdc++-v3/testsuite/20_util/ratio/operations/53840.cc index 38ab1f2afcd1..2898123f3110 100644 --- a/libstdc++-v3/testsuite/20_util/ratio/operations/53840.cc +++ b/libstdc++-v3/testsuite/20_util/ratio/operations/53840.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/20_util/ratio/operations/ops1.cc b/libstdc++-v3/testsuite/20_util/ratio/operations/ops1.cc index 32072fe8359a..d1510f01ce82 100644 --- a/libstdc++-v3/testsuite/20_util/ratio/operations/ops1.cc +++ b/libstdc++-v3/testsuite/20_util/ratio/operations/ops1.cc @@ -3,7 +3,7 @@ // 2008-07-03 Chris Fairles -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/20_util/ratio/operations/ops2.cc b/libstdc++-v3/testsuite/20_util/ratio/operations/ops2.cc index 8172c77a00da..88b6a3ec1157 100644 --- a/libstdc++-v3/testsuite/20_util/ratio/operations/ops2.cc +++ b/libstdc++-v3/testsuite/20_util/ratio/operations/ops2.cc @@ -3,7 +3,7 @@ // 2008-07-03 Chris Fairles -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/20_util/ratio/operations/ops3.cc b/libstdc++-v3/testsuite/20_util/ratio/operations/ops3.cc index 39ba67aa058a..6ad834c60b21 100644 --- a/libstdc++-v3/testsuite/20_util/ratio/operations/ops3.cc +++ b/libstdc++-v3/testsuite/20_util/ratio/operations/ops3.cc @@ -3,7 +3,7 @@ // 2008-07-03 Chris Fairles -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/20_util/ratio/operations/ops_overflow_neg.cc b/libstdc++-v3/testsuite/20_util/ratio/operations/ops_overflow_neg.cc index 7c40001365c3..a97d43eca993 100644 --- a/libstdc++-v3/testsuite/20_util/ratio/operations/ops_overflow_neg.cc +++ b/libstdc++-v3/testsuite/20_util/ratio/operations/ops_overflow_neg.cc @@ -3,7 +3,7 @@ // 2008-07-03 Chris Fairles -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/20_util/ratio/requirements/constexpr_data.cc b/libstdc++-v3/testsuite/20_util/ratio/requirements/constexpr_data.cc index ec747fb04f62..165e96716335 100644 --- a/libstdc++-v3/testsuite/20_util/ratio/requirements/constexpr_data.cc +++ b/libstdc++-v3/testsuite/20_util/ratio/requirements/constexpr_data.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/ratio/requirements/ratio_equal_v.cc b/libstdc++-v3/testsuite/20_util/ratio/requirements/ratio_equal_v.cc index 6d2244a1b31e..9a0f26227063 100644 --- a/libstdc++-v3/testsuite/20_util/ratio/requirements/ratio_equal_v.cc +++ b/libstdc++-v3/testsuite/20_util/ratio/requirements/ratio_equal_v.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/raw_storage_iterator/base.cc b/libstdc++-v3/testsuite/20_util/raw_storage_iterator/base.cc index 39d9fae68653..5fbce7ea6b32 100644 --- a/libstdc++-v3/testsuite/20_util/raw_storage_iterator/base.cc +++ b/libstdc++-v3/testsuite/20_util/raw_storage_iterator/base.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/20_util/raw_storage_iterator/dr2127.cc b/libstdc++-v3/testsuite/20_util/raw_storage_iterator/dr2127.cc index 9a084f6c6b4c..cea97cd12bfa 100644 --- a/libstdc++-v3/testsuite/20_util/raw_storage_iterator/dr2127.cc +++ b/libstdc++-v3/testsuite/20_util/raw_storage_iterator/dr2127.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/raw_storage_iterator/requirements/base_classes.cc b/libstdc++-v3/testsuite/20_util/raw_storage_iterator/requirements/base_classes.cc index 1a20a92305d0..54df654b9772 100644 --- a/libstdc++-v3/testsuite/20_util/raw_storage_iterator/requirements/base_classes.cc +++ b/libstdc++-v3/testsuite/20_util/raw_storage_iterator/requirements/base_classes.cc @@ -2,7 +2,7 @@ // 2001-06-18 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/20_util/raw_storage_iterator/requirements/explicit_instantiation/1.cc b/libstdc++-v3/testsuite/20_util/raw_storage_iterator/requirements/explicit_instantiation/1.cc index 622b8aa7a751..d954e39e1a04 100644 --- a/libstdc++-v3/testsuite/20_util/raw_storage_iterator/requirements/explicit_instantiation/1.cc +++ b/libstdc++-v3/testsuite/20_util/raw_storage_iterator/requirements/explicit_instantiation/1.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/raw_storage_iterator/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/raw_storage_iterator/requirements/typedefs.cc index 72f903c9af45..f2ef5585a842 100644 --- a/libstdc++-v3/testsuite/20_util/raw_storage_iterator/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/raw_storage_iterator/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-06-18 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/20_util/reference_wrapper/24803.cc b/libstdc++-v3/testsuite/20_util/reference_wrapper/24803.cc index 268b896b622b..8d7c795714a9 100644 --- a/libstdc++-v3/testsuite/20_util/reference_wrapper/24803.cc +++ b/libstdc++-v3/testsuite/20_util/reference_wrapper/24803.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/20_util/reference_wrapper/41792.cc b/libstdc++-v3/testsuite/20_util/reference_wrapper/41792.cc index 63e56bbb1312..0f66050adc4f 100644 --- a/libstdc++-v3/testsuite/20_util/reference_wrapper/41792.cc +++ b/libstdc++-v3/testsuite/20_util/reference_wrapper/41792.cc @@ -2,7 +2,7 @@ // 2010-05-20 Paolo Carlini -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/reference_wrapper/invoke-2.cc b/libstdc++-v3/testsuite/20_util/reference_wrapper/invoke-2.cc index 85803ba0ccd7..ef763fecad04 100644 --- a/libstdc++-v3/testsuite/20_util/reference_wrapper/invoke-2.cc +++ b/libstdc++-v3/testsuite/20_util/reference_wrapper/invoke-2.cc @@ -1,5 +1,5 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/reference_wrapper/invoke-3.cc b/libstdc++-v3/testsuite/20_util/reference_wrapper/invoke-3.cc index f626b17d20cb..6ec6627e3a70 100644 --- a/libstdc++-v3/testsuite/20_util/reference_wrapper/invoke-3.cc +++ b/libstdc++-v3/testsuite/20_util/reference_wrapper/invoke-3.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/reference_wrapper/invoke.cc b/libstdc++-v3/testsuite/20_util/reference_wrapper/invoke.cc index b4a1eec7efd4..8fd5470639cc 100644 --- a/libstdc++-v3/testsuite/20_util/reference_wrapper/invoke.cc +++ b/libstdc++-v3/testsuite/20_util/reference_wrapper/invoke.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/20_util/reference_wrapper/ref_neg.cc b/libstdc++-v3/testsuite/20_util/reference_wrapper/ref_neg.cc index c1765525d422..d87e1c7c747c 100644 --- a/libstdc++-v3/testsuite/20_util/reference_wrapper/ref_neg.cc +++ b/libstdc++-v3/testsuite/20_util/reference_wrapper/ref_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/reference_wrapper/requirements.cc b/libstdc++-v3/testsuite/20_util/reference_wrapper/requirements.cc index a1a7ed4bf009..5f80c24235cd 100644 --- a/libstdc++-v3/testsuite/20_util/reference_wrapper/requirements.cc +++ b/libstdc++-v3/testsuite/20_util/reference_wrapper/requirements.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/reference_wrapper/result_type.cc b/libstdc++-v3/testsuite/20_util/reference_wrapper/result_type.cc index 4946c5582a27..86d23546fc45 100644 --- a/libstdc++-v3/testsuite/20_util/reference_wrapper/result_type.cc +++ b/libstdc++-v3/testsuite/20_util/reference_wrapper/result_type.cc @@ -2,7 +2,7 @@ // 2010-10-06 Paolo Carlini -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/reference_wrapper/typedefs-2.cc b/libstdc++-v3/testsuite/20_util/reference_wrapper/typedefs-2.cc index fe90676e57ec..43786afcd7cc 100644 --- a/libstdc++-v3/testsuite/20_util/reference_wrapper/typedefs-2.cc +++ b/libstdc++-v3/testsuite/20_util/reference_wrapper/typedefs-2.cc @@ -2,7 +2,7 @@ // 2010-10-06 Paolo Carlini -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/reference_wrapper/typedefs-3.cc b/libstdc++-v3/testsuite/20_util/reference_wrapper/typedefs-3.cc index bba94e5c1f9a..a35e5e73d014 100644 --- a/libstdc++-v3/testsuite/20_util/reference_wrapper/typedefs-3.cc +++ b/libstdc++-v3/testsuite/20_util/reference_wrapper/typedefs-3.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/reference_wrapper/typedefs.cc b/libstdc++-v3/testsuite/20_util/reference_wrapper/typedefs.cc index b6f98bbaa826..6d5e9f294ac1 100644 --- a/libstdc++-v3/testsuite/20_util/reference_wrapper/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/reference_wrapper/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/20_util/rel_ops.cc b/libstdc++-v3/testsuite/20_util/rel_ops.cc index 3d9e0e207990..2ae939c500af 100644 --- a/libstdc++-v3/testsuite/20_util/rel_ops.cc +++ b/libstdc++-v3/testsuite/20_util/rel_ops.cc @@ -1,6 +1,6 @@ // 2002-04-13 Paolo Carlini -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/20_util/remove_all_extents/requirements/alias_decl.cc b/libstdc++-v3/testsuite/20_util/remove_all_extents/requirements/alias_decl.cc index 9861b7f45395..98bf373f9055 100644 --- a/libstdc++-v3/testsuite/20_util/remove_all_extents/requirements/alias_decl.cc +++ b/libstdc++-v3/testsuite/20_util/remove_all_extents/requirements/alias_decl.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/remove_all_extents/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/remove_all_extents/requirements/explicit_instantiation.cc index 8b6ea20e539a..4deb3e26ebe6 100644 --- a/libstdc++-v3/testsuite/20_util/remove_all_extents/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/remove_all_extents/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/remove_all_extents/value.cc b/libstdc++-v3/testsuite/20_util/remove_all_extents/value.cc index 478bfd4bd29a..1d647bef226b 100644 --- a/libstdc++-v3/testsuite/20_util/remove_all_extents/value.cc +++ b/libstdc++-v3/testsuite/20_util/remove_all_extents/value.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/remove_const/requirements/alias_decl.cc b/libstdc++-v3/testsuite/20_util/remove_const/requirements/alias_decl.cc index daa7dce1a05e..1c0b7a710d4f 100644 --- a/libstdc++-v3/testsuite/20_util/remove_const/requirements/alias_decl.cc +++ b/libstdc++-v3/testsuite/20_util/remove_const/requirements/alias_decl.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/remove_const/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/remove_const/requirements/explicit_instantiation.cc index af6f2ffac891..1c38ed5a87d5 100644 --- a/libstdc++-v3/testsuite/20_util/remove_const/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/remove_const/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/remove_const/value.cc b/libstdc++-v3/testsuite/20_util/remove_const/value.cc index 93daf227055c..a61530fc03ec 100644 --- a/libstdc++-v3/testsuite/20_util/remove_const/value.cc +++ b/libstdc++-v3/testsuite/20_util/remove_const/value.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/remove_cv/requirements/alias_decl.cc b/libstdc++-v3/testsuite/20_util/remove_cv/requirements/alias_decl.cc index cfee8df0516f..05be93bb575f 100644 --- a/libstdc++-v3/testsuite/20_util/remove_cv/requirements/alias_decl.cc +++ b/libstdc++-v3/testsuite/20_util/remove_cv/requirements/alias_decl.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/remove_cv/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/remove_cv/requirements/explicit_instantiation.cc index b0871b8c8b93..7834ea34e771 100644 --- a/libstdc++-v3/testsuite/20_util/remove_cv/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/remove_cv/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/remove_cv/value.cc b/libstdc++-v3/testsuite/20_util/remove_cv/value.cc index 707c94173a58..6a5f0a16845b 100644 --- a/libstdc++-v3/testsuite/20_util/remove_cv/value.cc +++ b/libstdc++-v3/testsuite/20_util/remove_cv/value.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/remove_extent/requirements/alias_decl.cc b/libstdc++-v3/testsuite/20_util/remove_extent/requirements/alias_decl.cc index e6900467ccbf..5a3981bbeb44 100644 --- a/libstdc++-v3/testsuite/20_util/remove_extent/requirements/alias_decl.cc +++ b/libstdc++-v3/testsuite/20_util/remove_extent/requirements/alias_decl.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/remove_extent/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/remove_extent/requirements/explicit_instantiation.cc index 04f3f93d396a..f35b8a7e235e 100644 --- a/libstdc++-v3/testsuite/20_util/remove_extent/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/remove_extent/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/remove_extent/value.cc b/libstdc++-v3/testsuite/20_util/remove_extent/value.cc index 7a42cd476136..1042c2432281 100644 --- a/libstdc++-v3/testsuite/20_util/remove_extent/value.cc +++ b/libstdc++-v3/testsuite/20_util/remove_extent/value.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/remove_pointer/requirements/alias_decl.cc b/libstdc++-v3/testsuite/20_util/remove_pointer/requirements/alias_decl.cc index 485aacd9f4fd..877900e0e5e5 100644 --- a/libstdc++-v3/testsuite/20_util/remove_pointer/requirements/alias_decl.cc +++ b/libstdc++-v3/testsuite/20_util/remove_pointer/requirements/alias_decl.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/remove_pointer/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/remove_pointer/requirements/explicit_instantiation.cc index 2170690b81f8..21abbd99d292 100644 --- a/libstdc++-v3/testsuite/20_util/remove_pointer/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/remove_pointer/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/remove_pointer/value.cc b/libstdc++-v3/testsuite/20_util/remove_pointer/value.cc index 340003a1aa8c..16da29de7f1d 100644 --- a/libstdc++-v3/testsuite/20_util/remove_pointer/value.cc +++ b/libstdc++-v3/testsuite/20_util/remove_pointer/value.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/remove_reference/requirements/alias_decl.cc b/libstdc++-v3/testsuite/20_util/remove_reference/requirements/alias_decl.cc index 5990304ddc38..7d8a43310133 100644 --- a/libstdc++-v3/testsuite/20_util/remove_reference/requirements/alias_decl.cc +++ b/libstdc++-v3/testsuite/20_util/remove_reference/requirements/alias_decl.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/remove_reference/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/remove_reference/requirements/explicit_instantiation.cc index eea747eb6edc..24a69079a425 100644 --- a/libstdc++-v3/testsuite/20_util/remove_reference/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/remove_reference/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // 2007-06-02 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/remove_reference/value.cc b/libstdc++-v3/testsuite/20_util/remove_reference/value.cc index 76808ae8550e..8e689ec8a091 100644 --- a/libstdc++-v3/testsuite/20_util/remove_reference/value.cc +++ b/libstdc++-v3/testsuite/20_util/remove_reference/value.cc @@ -2,7 +2,7 @@ // 2007-06-02 Paolo Carlini // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/remove_volatile/requirements/alias_decl.cc b/libstdc++-v3/testsuite/20_util/remove_volatile/requirements/alias_decl.cc index 4b7bdd11aece..5cde673dc117 100644 --- a/libstdc++-v3/testsuite/20_util/remove_volatile/requirements/alias_decl.cc +++ b/libstdc++-v3/testsuite/20_util/remove_volatile/requirements/alias_decl.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/remove_volatile/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/remove_volatile/requirements/explicit_instantiation.cc index 7943f37cade6..b838e094284d 100644 --- a/libstdc++-v3/testsuite/20_util/remove_volatile/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/remove_volatile/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/remove_volatile/value.cc b/libstdc++-v3/testsuite/20_util/remove_volatile/value.cc index abd4d2d4aa7c..a5ddfac28bf9 100644 --- a/libstdc++-v3/testsuite/20_util/remove_volatile/value.cc +++ b/libstdc++-v3/testsuite/20_util/remove_volatile/value.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/result_of/1.cc b/libstdc++-v3/testsuite/20_util/result_of/1.cc index 3aa6c08afd04..63c0b3a2c819 100644 --- a/libstdc++-v3/testsuite/20_util/result_of/1.cc +++ b/libstdc++-v3/testsuite/20_util/result_of/1.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/20_util/result_of/2.cc b/libstdc++-v3/testsuite/20_util/result_of/2.cc index f2e4071a15dd..8610a5300244 100644 --- a/libstdc++-v3/testsuite/20_util/result_of/2.cc +++ b/libstdc++-v3/testsuite/20_util/result_of/2.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/20_util/result_of/requirements/alias_decl.cc b/libstdc++-v3/testsuite/20_util/result_of/requirements/alias_decl.cc index b48c85010948..988096a24421 100644 --- a/libstdc++-v3/testsuite/20_util/result_of/requirements/alias_decl.cc +++ b/libstdc++-v3/testsuite/20_util/result_of/requirements/alias_decl.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/result_of/sfinae_friendly_1.cc b/libstdc++-v3/testsuite/20_util/result_of/sfinae_friendly_1.cc index 4476580e8033..6d64f33b6107 100644 --- a/libstdc++-v3/testsuite/20_util/result_of/sfinae_friendly_1.cc +++ b/libstdc++-v3/testsuite/20_util/result_of/sfinae_friendly_1.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/20_util/result_of/sfinae_friendly_2.cc b/libstdc++-v3/testsuite/20_util/result_of/sfinae_friendly_2.cc index 7519e8de59e8..37ba1ddfefcd 100644 --- a/libstdc++-v3/testsuite/20_util/result_of/sfinae_friendly_2.cc +++ b/libstdc++-v3/testsuite/20_util/result_of/sfinae_friendly_2.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/20_util/scoped_allocator/1.cc b/libstdc++-v3/testsuite/20_util/scoped_allocator/1.cc index f380f99652df..fc000a9027a2 100644 --- a/libstdc++-v3/testsuite/20_util/scoped_allocator/1.cc +++ b/libstdc++-v3/testsuite/20_util/scoped_allocator/1.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/scoped_allocator/2.cc b/libstdc++-v3/testsuite/20_util/scoped_allocator/2.cc index 0ef5d7efacb2..63338ce304aa 100644 --- a/libstdc++-v3/testsuite/20_util/scoped_allocator/2.cc +++ b/libstdc++-v3/testsuite/20_util/scoped_allocator/2.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/20_util/scoped_allocator/3.cc b/libstdc++-v3/testsuite/20_util/scoped_allocator/3.cc index 246122048d88..829aa56011fa 100644 --- a/libstdc++-v3/testsuite/20_util/scoped_allocator/3.cc +++ b/libstdc++-v3/testsuite/20_util/scoped_allocator/3.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/scoped_allocator/65279.cc b/libstdc++-v3/testsuite/20_util/scoped_allocator/65279.cc index 0a3f8dd89d2b..224c975e949d 100644 --- a/libstdc++-v3/testsuite/20_util/scoped_allocator/65279.cc +++ b/libstdc++-v3/testsuite/20_util/scoped_allocator/65279.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/20_util/scoped_allocator/69114.cc b/libstdc++-v3/testsuite/20_util/scoped_allocator/69114.cc index a5e71a8192bd..b51a626febe7 100644 --- a/libstdc++-v3/testsuite/20_util/scoped_allocator/69114.cc +++ b/libstdc++-v3/testsuite/20_util/scoped_allocator/69114.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/scoped_allocator/69293_neg.cc b/libstdc++-v3/testsuite/20_util/scoped_allocator/69293_neg.cc index def8d82732b7..f709336e2d6a 100644 --- a/libstdc++-v3/testsuite/20_util/scoped_allocator/69293_neg.cc +++ b/libstdc++-v3/testsuite/20_util/scoped_allocator/69293_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/scoped_allocator/construct_pair.cc b/libstdc++-v3/testsuite/20_util/scoped_allocator/construct_pair.cc index 2996412a674a..bd7691767c51 100644 --- a/libstdc++-v3/testsuite/20_util/scoped_allocator/construct_pair.cc +++ b/libstdc++-v3/testsuite/20_util/scoped_allocator/construct_pair.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/scoped_allocator/outermost.cc b/libstdc++-v3/testsuite/20_util/scoped_allocator/outermost.cc index af313484def7..b4d4e21fa0ea 100644 --- a/libstdc++-v3/testsuite/20_util/scoped_allocator/outermost.cc +++ b/libstdc++-v3/testsuite/20_util/scoped_allocator/outermost.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/scoped_allocator/propagation.cc b/libstdc++-v3/testsuite/20_util/scoped_allocator/propagation.cc index e846f102f1c4..a55db5f8597a 100644 --- a/libstdc++-v3/testsuite/20_util/scoped_allocator/propagation.cc +++ b/libstdc++-v3/testsuite/20_util/scoped_allocator/propagation.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/scoped_allocator/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/scoped_allocator/requirements/explicit_instantiation.cc index d2327db1f6cb..0d89e6a736d1 100644 --- a/libstdc++-v3/testsuite/20_util/scoped_allocator/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/scoped_allocator/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/scoped_allocator/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/scoped_allocator/requirements/typedefs.cc index 1bb5eb31ce4d..220c4ffd93ad 100644 --- a/libstdc++-v3/testsuite/20_util/scoped_allocator/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/scoped_allocator/requirements/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/shared_ptr/assign/assign.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/assign/assign.cc index 7eaa33712af6..a37d67f2bc09 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/assign/assign.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/assign/assign.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/20_util/shared_ptr/assign/auto_ptr.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/assign/auto_ptr.cc index 105fe1103ab6..3ddf7ded9d10 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/assign/auto_ptr.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/assign/auto_ptr.cc @@ -1,7 +1,7 @@ // { dg-options "-Wno-deprecated" } // { dg-do run { target c++11 } } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/20_util/shared_ptr/assign/auto_ptr_neg.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/assign/auto_ptr_neg.cc index 0558cf4153ff..6150e6db0b63 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/assign/auto_ptr_neg.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/assign/auto_ptr_neg.cc @@ -1,7 +1,7 @@ // { dg-options "-Wno-deprecated" } // { dg-do compile { target c++11 } } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/20_util/shared_ptr/assign/auto_ptr_rvalue.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/assign/auto_ptr_rvalue.cc index 717f28eaa036..d88db2cc0544 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/assign/auto_ptr_rvalue.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/assign/auto_ptr_rvalue.cc @@ -1,7 +1,7 @@ // { dg-options "-Wno-deprecated" } // { dg-do compile { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/20_util/shared_ptr/assign/dr541.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/assign/dr541.cc index 4799ed3df361..063cebe58e80 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/assign/dr541.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/assign/dr541.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/20_util/shared_ptr/assign/move.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/assign/move.cc index cef25707da77..e9cc8a433d7e 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/assign/move.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/assign/move.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/shared_ptr/assign/sfinae.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/assign/sfinae.cc index d79af047ea93..af164ba3b94a 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/assign/sfinae.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/assign/sfinae.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/shared_ptr/assign/shared_ptr.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/assign/shared_ptr.cc index 5d63029140bc..f1a8aa3f4a28 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/assign/shared_ptr.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/assign/shared_ptr.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/20_util/shared_ptr/assign/shared_ptr_neg.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/assign/shared_ptr_neg.cc index 96f07b5549c0..eaf8c897ed7f 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/assign/shared_ptr_neg.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/assign/shared_ptr_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/20_util/shared_ptr/assign/unique_ptr_lvalue_neg.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/assign/unique_ptr_lvalue_neg.cc index 46e3bf5a0f40..d6a60415f62c 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/assign/unique_ptr_lvalue_neg.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/assign/unique_ptr_lvalue_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/20_util/shared_ptr/assign/unique_ptr_rvalue.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/assign/unique_ptr_rvalue.cc index f398de2b214e..449a57a5b5dc 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/assign/unique_ptr_rvalue.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/assign/unique_ptr_rvalue.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/20_util/shared_ptr/atomic/1.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/atomic/1.cc index a8f847c1e3a0..4536b12cf0dc 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/atomic/1.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/atomic/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/shared_ptr/atomic/2.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/atomic/2.cc index 5faf1197fd41..ceae7dca0f4d 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/atomic/2.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/atomic/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/shared_ptr/atomic/3.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/atomic/3.cc index 276aeb1c0271..ed8fe99fc7d2 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/atomic/3.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/atomic/3.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/shared_ptr/casts/1.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/casts/1.cc index d983d0346605..0bc0c4007612 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/casts/1.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/casts/1.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/20_util/shared_ptr/casts/reinterpret.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/casts/reinterpret.cc index e519f0ed73ea..c3c79d4b6e6d 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/casts/reinterpret.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/casts/reinterpret.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile { target c++1z } } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/shared_ptr/comparison/42925.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/comparison/42925.cc index 46dfe97798dd..132b01813ee4 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/comparison/42925.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/comparison/42925.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/shared_ptr/comparison/cmp.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/comparison/cmp.cc index 2eaef29d5278..528de668ff0f 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/comparison/cmp.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/comparison/cmp.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/20_util/shared_ptr/comparison/dr1401.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/comparison/dr1401.cc index 8eeb301380b6..25fe5210c7e2 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/comparison/dr1401.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/comparison/dr1401.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/shared_ptr/comparison/less.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/comparison/less.cc index 6c55d74967cd..e273b665d8ef 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/comparison/less.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/comparison/less.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/20_util/shared_ptr/cons/39405.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/39405.cc index 47bd15da48c2..1ec9e0f65994 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/cons/39405.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/39405.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/20_util/shared_ptr/cons/43820_neg.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/43820_neg.cc index c58c8421a3f5..d84d441a5a91 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/cons/43820_neg.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/43820_neg.cc @@ -1,7 +1,7 @@ // { dg-options "-Wno-deprecated" } // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/shared_ptr/cons/46910.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/46910.cc index 2782bed417e8..3ea25715f170 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/cons/46910.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/46910.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/shared_ptr/cons/51365.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/51365.cc index 436367d0fa5f..805969979eca 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/cons/51365.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/51365.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/20_util/shared_ptr/cons/52924.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/52924.cc index b6cfec75a4d3..9c6fba90b0b8 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/cons/52924.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/52924.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/20_util/shared_ptr/cons/55123.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/55123.cc index 806da984d68c..4108a59c84d4 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/cons/55123.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/55123.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/20_util/shared_ptr/cons/58659.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/58659.cc index 09c5aac958d0..a8d84f135079 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/cons/58659.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/58659.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/shared_ptr/cons/58839.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/58839.cc index acd156295ca1..5b317f717add 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/cons/58839.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/58839.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/shared_ptr/cons/61036.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/61036.cc index 4b9382c86551..914779788a83 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/cons/61036.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/61036.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/shared_ptr/cons/alias.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/alias.cc index 482a5bb262ef..8bfecb548cea 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/cons/alias.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/alias.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/shared_ptr/cons/alloc.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/alloc.cc index 7c480b69dc54..3c9f958d2fad 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/cons/alloc.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/alloc.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/shared_ptr/cons/alloc_min.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/alloc_min.cc index 123f5114864e..b9ed00091c7d 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/cons/alloc_min.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/alloc_min.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/shared_ptr/cons/array.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/array.cc index d56dc6692e98..88d5a9998059 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/cons/array.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/array.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/shared_ptr/cons/auto_ptr.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/auto_ptr.cc index 52481c122e2e..0e0d1cd95a56 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/cons/auto_ptr.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/auto_ptr.cc @@ -1,7 +1,7 @@ // { dg-options "-Wno-deprecated" } // { dg-do run { target c++11 } } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/20_util/shared_ptr/cons/auto_ptr_neg.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/auto_ptr_neg.cc index 60f2d7dfb9d3..834c7981f334 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/cons/auto_ptr_neg.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/auto_ptr_neg.cc @@ -1,7 +1,7 @@ // { dg-options "-Wno-deprecated" } // { dg-do compile { target c++11 } } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/20_util/shared_ptr/cons/constexpr.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/constexpr.cc index 02c2bfba78df..a25982956daf 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/cons/constexpr.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/constexpr.cc @@ -3,7 +3,7 @@ // { dg-final { scan-assembler-not "_ZNSt10shared_ptrIiEC2Ev" } } // { dg-final { scan-assembler-not "_ZNSt10shared_ptrIiEC2EDn" } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/shared_ptr/cons/copy.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/copy.cc index 09d181103555..dfa9d01effb0 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/cons/copy.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/copy.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/20_util/shared_ptr/cons/default.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/default.cc index 262674e6082e..100c88c5daab 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/cons/default.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/default.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/20_util/shared_ptr/cons/move.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/move.cc index 26786d601700..2e768f26ffd6 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/cons/move.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/move.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/shared_ptr/cons/noexcept_move_construct.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/noexcept_move_construct.cc index cb6d6416b1d1..f71f29fe380f 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/cons/noexcept_move_construct.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/noexcept_move_construct.cc @@ -2,7 +2,7 @@ // 2011-06-14 Paolo Carlini // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/shared_ptr/cons/nullptr.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/nullptr.cc index 593fc48f6c83..89ced22e252c 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/cons/nullptr.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/nullptr.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/shared_ptr/cons/pointer.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/pointer.cc index c8d11bd422a7..b47a17bac58e 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/cons/pointer.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/pointer.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/20_util/shared_ptr/cons/unique_ptr.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/unique_ptr.cc index 52bbd3b0e464..edf72014b9ca 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/cons/unique_ptr.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/unique_ptr.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/20_util/shared_ptr/cons/unique_ptr_array.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/unique_ptr_array.cc index bc1fcf12225b..b31762c488d9 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/cons/unique_ptr_array.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/unique_ptr_array.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/20_util/shared_ptr/cons/unique_ptr_deleter.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/unique_ptr_deleter.cc index d773d23f7af1..9693a9e761e5 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/cons/unique_ptr_deleter.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/unique_ptr_deleter.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/20_util/shared_ptr/cons/unique_ptr_deleter_ref_1.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/unique_ptr_deleter_ref_1.cc index 702daeb42958..b15c5348945c 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/cons/unique_ptr_deleter_ref_1.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/unique_ptr_deleter_ref_1.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/20_util/shared_ptr/cons/unique_ptr_deleter_ref_2.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/unique_ptr_deleter_ref_2.cc index f29a4b766a79..cfe71a15a776 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/cons/unique_ptr_deleter_ref_2.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/unique_ptr_deleter_ref_2.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/20_util/shared_ptr/cons/unique_ptr_neg.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/unique_ptr_neg.cc index 5a28de6d098f..c90b8c11e55d 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/cons/unique_ptr_neg.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/unique_ptr_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/20_util/shared_ptr/cons/void_neg.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/void_neg.cc index ba2864499123..2a923ef81e1d 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/cons/void_neg.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/void_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/shared_ptr/cons/weak_ptr.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/weak_ptr.cc index c0cc05f5f580..56cbad5cc0ef 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/cons/weak_ptr.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/weak_ptr.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/20_util/shared_ptr/cons/weak_ptr_expired.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/weak_ptr_expired.cc index 77f64e6a10a0..3d747c56d565 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/cons/weak_ptr_expired.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/cons/weak_ptr_expired.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/20_util/shared_ptr/creation/36949.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/creation/36949.cc index d416037e99ff..9f08c9f732ef 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/creation/36949.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/creation/36949.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/20_util/shared_ptr/creation/58594-no-rtti.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/creation/58594-no-rtti.cc index 77477a28a656..cb1e21ccfefa 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/creation/58594-no-rtti.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/creation/58594-no-rtti.cc @@ -1,7 +1,7 @@ // { dg-options "-fno-rtti" } // { dg-do compile { target c++11 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/shared_ptr/creation/58594.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/creation/58594.cc index 0a0bc469a80a..48b593937236 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/creation/58594.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/creation/58594.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/shared_ptr/creation/alloc.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/creation/alloc.cc index d7d4763048ae..b17387f11bcf 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/creation/alloc.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/creation/alloc.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/shared_ptr/creation/alloc_min.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/creation/alloc_min.cc index db4a92c20ce8..50b17865cee8 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/creation/alloc_min.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/creation/alloc_min.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/shared_ptr/creation/dr402.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/creation/dr402.cc index 425bd2764961..43e7bb7d387e 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/creation/dr402.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/creation/dr402.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/shared_ptr/creation/dr925.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/creation/dr925.cc index 75302ca5fb04..2ce3d3542f61 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/creation/dr925.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/creation/dr925.cc @@ -1,7 +1,7 @@ // { dg-options "-Wno-deprecated" } // { dg-do run { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/shared_ptr/creation/make.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/creation/make.cc index 79259ce32305..ea960e07b414 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/creation/make.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/creation/make.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/shared_ptr/creation/no_rtti.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/creation/no_rtti.cc index 107a8e5f094d..e454a4d2f6a0 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/creation/no_rtti.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/creation/no_rtti.cc @@ -1,7 +1,7 @@ // { dg-options "-fno-rtti" } // { dg-do compile { target c++11 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/shared_ptr/creation/private.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/creation/private.cc index dd3198805f26..894e65e71c1b 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/creation/private.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/creation/private.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/shared_ptr/dest/dest.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/dest/dest.cc index 9a2ef65b93b7..82d7a3bceb07 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/dest/dest.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/dest/dest.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/20_util/shared_ptr/hash/1.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/hash/1.cc index 66b3d651fdc6..fb1f1a95a456 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/hash/1.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/hash/1.cc @@ -2,7 +2,7 @@ // 2010-06-11 Paolo Carlini -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/shared_ptr/misc/24595.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/misc/24595.cc index 174014074d0e..1def07388542 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/misc/24595.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/misc/24595.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/20_util/shared_ptr/misc/42019.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/misc/42019.cc index e6633d1a2853..116849cc56ea 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/misc/42019.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/misc/42019.cc @@ -1,7 +1,7 @@ // { dg-options "-fno-rtti" } // { dg-do run { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/20_util/shared_ptr/misc/io.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/misc/io.cc index 7e2e4db13467..80d04fbf2c93 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/misc/io.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/misc/io.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/20_util/shared_ptr/misc/swap.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/misc/swap.cc index de26276aea28..4b1fb8cf46d4 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/misc/swap.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/misc/swap.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/20_util/shared_ptr/modifiers/24805.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/modifiers/24805.cc index 2138251c05c9..f631f266695f 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/modifiers/24805.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/modifiers/24805.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/20_util/shared_ptr/modifiers/reset.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/modifiers/reset.cc index d80314ec319e..5f068111e68a 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/modifiers/reset.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/modifiers/reset.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/20_util/shared_ptr/modifiers/reset_alloc.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/modifiers/reset_alloc.cc index 46aefceffe6f..f980693ce371 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/modifiers/reset_alloc.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/modifiers/reset_alloc.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/shared_ptr/modifiers/reset_neg.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/modifiers/reset_neg.cc index 0b31282ef66f..2184339fcd8e 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/modifiers/reset_neg.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/modifiers/reset_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/20_util/shared_ptr/modifiers/reset_sfinae.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/modifiers/reset_sfinae.cc index f75530f4247a..8dafd2b3b938 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/modifiers/reset_sfinae.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/modifiers/reset_sfinae.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/shared_ptr/modifiers/swap.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/modifiers/swap.cc index f84a3da8cd64..ee1b4e192127 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/modifiers/swap.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/modifiers/swap.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/20_util/shared_ptr/modifiers/swap_neg.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/modifiers/swap_neg.cc index 935582f6f191..7e8e440e325c 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/modifiers/swap_neg.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/modifiers/swap_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/20_util/shared_ptr/observers/array.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/observers/array.cc index c47859d659a0..4216f9510e04 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/observers/array.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/observers/array.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/shared_ptr/observers/bool_conv.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/observers/bool_conv.cc index d6e52b9964a7..bedd25dda4e3 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/observers/bool_conv.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/observers/bool_conv.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/20_util/shared_ptr/observers/get.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/observers/get.cc index 966614e500e9..73488be5b8c3 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/observers/get.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/observers/get.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/20_util/shared_ptr/observers/owner_before.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/observers/owner_before.cc index eb88ae0e1bb0..a913f618d1d0 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/observers/owner_before.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/observers/owner_before.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/20_util/shared_ptr/observers/unique.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/observers/unique.cc index a12ee3caa41f..58327273d525 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/observers/unique.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/observers/unique.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/20_util/shared_ptr/observers/use_count.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/observers/use_count.cc index c022a5a11bc7..8fd30a7a26d7 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/observers/use_count.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/observers/use_count.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/20_util/shared_ptr/requirements/explicit_instantiation/1.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/requirements/explicit_instantiation/1.cc index abdfe5f7037a..b90f5d15be28 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/requirements/explicit_instantiation/1.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/requirements/explicit_instantiation/1.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/20_util/shared_ptr/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/requirements/explicit_instantiation/2.cc index f40ecc40a660..bca6c32accc8 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/requirements/explicit_instantiation/2.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/shared_ptr/requirements/weak_type.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/requirements/weak_type.cc index 38f95022dbdb..c10299077bb1 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/requirements/weak_type.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/requirements/weak_type.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/shared_ptr/thread/default_weaktoshared.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/thread/default_weaktoshared.cc index e78093fe4bf4..1cd4e14ed247 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/thread/default_weaktoshared.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/thread/default_weaktoshared.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/20_util/shared_ptr/thread/mutex_weaktoshared.cc b/libstdc++-v3/testsuite/20_util/shared_ptr/thread/mutex_weaktoshared.cc index 96a5cf866539..060cfa58772d 100644 --- a/libstdc++-v3/testsuite/20_util/shared_ptr/thread/mutex_weaktoshared.cc +++ b/libstdc++-v3/testsuite/20_util/shared_ptr/thread/mutex_weaktoshared.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/20_util/specialized_algorithms/memory_management_tools/1.cc b/libstdc++-v3/testsuite/20_util/specialized_algorithms/memory_management_tools/1.cc index a84776751a71..d80c1259c020 100644 --- a/libstdc++-v3/testsuite/20_util/specialized_algorithms/memory_management_tools/1.cc +++ b/libstdc++-v3/testsuite/20_util/specialized_algorithms/memory_management_tools/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/specialized_algorithms/uninitialized_copy/58982.cc b/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_copy/58982.cc index 119968579b7d..a535ad99b22a 100644 --- a/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_copy/58982.cc +++ b/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_copy/58982.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/specialized_algorithms/uninitialized_copy/64476.cc b/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_copy/64476.cc index e7d95a57ef4f..87ba00780b16 100644 --- a/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_copy/64476.cc +++ b/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_copy/64476.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/20_util/specialized_algorithms/uninitialized_copy/808590-cxx11.cc b/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_copy/808590-cxx11.cc index a6fb2da1dc6c..252cf435b307 100644 --- a/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_copy/808590-cxx11.cc +++ b/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_copy/808590-cxx11.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/20_util/specialized_algorithms/uninitialized_copy/808590.cc b/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_copy/808590.cc index e2196444cf38..44a1c883efa7 100644 --- a/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_copy/808590.cc +++ b/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_copy/808590.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/20_util/specialized_algorithms/uninitialized_copy/move_iterators/1.cc b/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_copy/move_iterators/1.cc index 610f1fa78509..a20d4f850972 100644 --- a/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_copy/move_iterators/1.cc +++ b/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_copy/move_iterators/1.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/specialized_algorithms/uninitialized_copy_n/58982.cc b/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_copy_n/58982.cc index f7a42ed5eb46..ed5f854fa76d 100644 --- a/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_copy_n/58982.cc +++ b/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_copy_n/58982.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/specialized_algorithms/uninitialized_copy_n/move_iterators/1.cc b/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_copy_n/move_iterators/1.cc index 7d7a343669cc..32f04096b16f 100644 --- a/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_copy_n/move_iterators/1.cc +++ b/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_copy_n/move_iterators/1.cc @@ -2,7 +2,7 @@ // 2008-06-29 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/20_util/specialized_algorithms/uninitialized_fill/32158.cc b/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_fill/32158.cc index fc0542680a65..aeab975c0e5f 100644 --- a/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_fill/32158.cc +++ b/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_fill/32158.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/specialized_algorithms/uninitialized_fill/58982.cc b/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_fill/58982.cc index 450db5ee9218..b184c961aa2d 100644 --- a/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_fill/58982.cc +++ b/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_fill/58982.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/specialized_algorithms/uninitialized_fill_n/16505.cc b/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_fill_n/16505.cc index aa7d556e6351..044302a60151 100644 --- a/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_fill_n/16505.cc +++ b/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_fill_n/16505.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/20_util/specialized_algorithms/uninitialized_fill_n/58982.cc b/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_fill_n/58982.cc index b2b2a8fa9e64..fdcbafe567f5 100644 --- a/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_fill_n/58982.cc +++ b/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_fill_n/58982.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/specialized_algorithms/uninitialized_fill_n/dr1339.cc b/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_fill_n/dr1339.cc index f424c1d3e83d..b82817452929 100644 --- a/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_fill_n/dr1339.cc +++ b/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_fill_n/dr1339.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/steady_clock/constexpr_data.cc b/libstdc++-v3/testsuite/20_util/steady_clock/constexpr_data.cc index d4822f9a583c..00443d169d6e 100644 --- a/libstdc++-v3/testsuite/20_util/steady_clock/constexpr_data.cc +++ b/libstdc++-v3/testsuite/20_util/steady_clock/constexpr_data.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/system_clock/1.cc b/libstdc++-v3/testsuite/20_util/system_clock/1.cc index 7801ea14300c..456a9f5706af 100644 --- a/libstdc++-v3/testsuite/20_util/system_clock/1.cc +++ b/libstdc++-v3/testsuite/20_util/system_clock/1.cc @@ -2,7 +2,7 @@ // { dg-require-cstdint "" } // { dg-require-time "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/20_util/system_clock/constexpr_data.cc b/libstdc++-v3/testsuite/20_util/system_clock/constexpr_data.cc index 629447bdf6e6..50c090c59804 100644 --- a/libstdc++-v3/testsuite/20_util/system_clock/constexpr_data.cc +++ b/libstdc++-v3/testsuite/20_util/system_clock/constexpr_data.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/temporary_buffer.cc b/libstdc++-v3/testsuite/20_util/temporary_buffer.cc index a9e4a9d56d00..ad48a3e20333 100644 --- a/libstdc++-v3/testsuite/20_util/temporary_buffer.cc +++ b/libstdc++-v3/testsuite/20_util/temporary_buffer.cc @@ -1,6 +1,6 @@ // 2002-01-24 Phil Edwards -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/20_util/time_point/1.cc b/libstdc++-v3/testsuite/20_util/time_point/1.cc index b358818942c1..58a9074af255 100644 --- a/libstdc++-v3/testsuite/20_util/time_point/1.cc +++ b/libstdc++-v3/testsuite/20_util/time_point/1.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-cstdint "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/20_util/time_point/2.cc b/libstdc++-v3/testsuite/20_util/time_point/2.cc index 7704b9f71e7e..3761d443ca41 100644 --- a/libstdc++-v3/testsuite/20_util/time_point/2.cc +++ b/libstdc++-v3/testsuite/20_util/time_point/2.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-cstdint "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/20_util/time_point/3.cc b/libstdc++-v3/testsuite/20_util/time_point/3.cc index 87270167be8a..54c00ff20292 100644 --- a/libstdc++-v3/testsuite/20_util/time_point/3.cc +++ b/libstdc++-v3/testsuite/20_util/time_point/3.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-cstdint "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/20_util/time_point/comparison_operators/constexpr.cc b/libstdc++-v3/testsuite/20_util/time_point/comparison_operators/constexpr.cc index 9821ee0a8c95..39cceb3e500e 100644 --- a/libstdc++-v3/testsuite/20_util/time_point/comparison_operators/constexpr.cc +++ b/libstdc++-v3/testsuite/20_util/time_point/comparison_operators/constexpr.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/time_point/cons/constexpr.cc b/libstdc++-v3/testsuite/20_util/time_point/cons/constexpr.cc index 739d030dd822..468b2981eff8 100644 --- a/libstdc++-v3/testsuite/20_util/time_point/cons/constexpr.cc +++ b/libstdc++-v3/testsuite/20_util/time_point/cons/constexpr.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/time_point/nonmember/constexpr.cc b/libstdc++-v3/testsuite/20_util/time_point/nonmember/constexpr.cc index f4803ca4d68e..2a5e0128cd3f 100644 --- a/libstdc++-v3/testsuite/20_util/time_point/nonmember/constexpr.cc +++ b/libstdc++-v3/testsuite/20_util/time_point/nonmember/constexpr.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/time_point/requirements/constexpr_functions.cc b/libstdc++-v3/testsuite/20_util/time_point/requirements/constexpr_functions.cc index d2984abbe2fc..df76420d9b42 100644 --- a/libstdc++-v3/testsuite/20_util/time_point/requirements/constexpr_functions.cc +++ b/libstdc++-v3/testsuite/20_util/time_point/requirements/constexpr_functions.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/time_point/requirements/explicit_instantiation/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/time_point/requirements/explicit_instantiation/explicit_instantiation.cc index 0b0126c4c625..c5bbb6882b77 100644 --- a/libstdc++-v3/testsuite/20_util/time_point/requirements/explicit_instantiation/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/time_point/requirements/explicit_instantiation/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/20_util/time_point_cast/constexpr.cc b/libstdc++-v3/testsuite/20_util/time_point_cast/constexpr.cc index 43561f2bddad..9938fbfaeb29 100644 --- a/libstdc++-v3/testsuite/20_util/time_point_cast/constexpr.cc +++ b/libstdc++-v3/testsuite/20_util/time_point_cast/constexpr.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/time_point_cast/rounding.cc b/libstdc++-v3/testsuite/20_util/time_point_cast/rounding.cc index bf596e92fc1a..85f39f17308a 100644 --- a/libstdc++-v3/testsuite/20_util/time_point_cast/rounding.cc +++ b/libstdc++-v3/testsuite/20_util/time_point_cast/rounding.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/tuple/48476.cc b/libstdc++-v3/testsuite/20_util/tuple/48476.cc index 394e2166e71a..9fa32828cb97 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/48476.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/48476.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/tuple/51365.cc b/libstdc++-v3/testsuite/20_util/tuple/51365.cc index 73471e150180..32692493077f 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/51365.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/51365.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/tuple/53648.cc b/libstdc++-v3/testsuite/20_util/tuple/53648.cc index 89a09c48645d..4440dc4b325d 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/53648.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/53648.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/20_util/tuple/56785.cc b/libstdc++-v3/testsuite/20_util/tuple/56785.cc index 3020213917ae..560ca0fa9970 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/56785.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/56785.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/20_util/tuple/60497.cc b/libstdc++-v3/testsuite/20_util/tuple/60497.cc index f09f891fe2e9..6a3588f9b555 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/60497.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/60497.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/tuple/61947.cc b/libstdc++-v3/testsuite/20_util/tuple/61947.cc index 0c76e3d647eb..b3c54fb7682f 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/61947.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/61947.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/tuple/67844.cc b/libstdc++-v3/testsuite/20_util/tuple/67844.cc index d515b7bebb3c..e33ff3038887 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/67844.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/67844.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/20_util/tuple/77395.cc b/libstdc++-v3/testsuite/20_util/tuple/77395.cc index 26501bfcc11b..862710d3682c 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/77395.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/77395.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/tuple/77802.cc b/libstdc++-v3/testsuite/20_util/tuple/77802.cc index 8a520106746f..a734dec3d1f7 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/77802.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/77802.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/tuple/apply/1.cc b/libstdc++-v3/testsuite/20_util/tuple/apply/1.cc index c12309cd253d..74107ba13cbd 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/apply/1.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/apply/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/tuple/comparison_operators/35480_neg.cc b/libstdc++-v3/testsuite/20_util/tuple/comparison_operators/35480_neg.cc index 1825d060597b..57dc1c596760 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/comparison_operators/35480_neg.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/comparison_operators/35480_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/20_util/tuple/comparison_operators/comparisons.cc b/libstdc++-v3/testsuite/20_util/tuple/comparison_operators/comparisons.cc index 129e01a1f801..6394c7651f19 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/comparison_operators/comparisons.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/comparison_operators/comparisons.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/tuple/comparison_operators/constexpr.cc b/libstdc++-v3/testsuite/20_util/tuple/comparison_operators/constexpr.cc index 0864e65641af..0c6d94bcda0f 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/comparison_operators/constexpr.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/comparison_operators/constexpr.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/20_util/tuple/comparison_operators/overloaded.cc b/libstdc++-v3/testsuite/20_util/tuple/comparison_operators/overloaded.cc index 11fc01400918..3496c9c06b41 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/comparison_operators/overloaded.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/comparison_operators/overloaded.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/tuple/cons/41530.cc b/libstdc++-v3/testsuite/20_util/tuple/cons/41530.cc index ac3bfed14bcd..d5eb4accec36 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/cons/41530.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/cons/41530.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/20_util/tuple/cons/44487.cc b/libstdc++-v3/testsuite/20_util/tuple/cons/44487.cc index ee41a9c77c40..3f09a297f413 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/cons/44487.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/cons/44487.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/tuple/cons/45228.cc b/libstdc++-v3/testsuite/20_util/tuple/cons/45228.cc index ef6d714fd4dd..8c6d1bfb1868 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/cons/45228.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/cons/45228.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/tuple/cons/48476.cc b/libstdc++-v3/testsuite/20_util/tuple/cons/48476.cc index 6d6240a72645..53a5c5c9ca23 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/cons/48476.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/cons/48476.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/tuple/cons/66338.cc b/libstdc++-v3/testsuite/20_util/tuple/cons/66338.cc index 8dd29b601946..c5cd63be8ea6 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/cons/66338.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/cons/66338.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/tuple/cons/allocator_with_any.cc b/libstdc++-v3/testsuite/20_util/tuple/cons/allocator_with_any.cc index 9f86c93e3782..225124a565b2 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/cons/allocator_with_any.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/cons/allocator_with_any.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/tuple/cons/allocators.cc b/libstdc++-v3/testsuite/20_util/tuple/cons/allocators.cc index 45e677261abe..c9fdae824cbc 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/cons/allocators.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/cons/allocators.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/tuple/cons/assignment.cc b/libstdc++-v3/testsuite/20_util/tuple/cons/assignment.cc index 9a8eb61e25fd..7fd00b66314e 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/cons/assignment.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/cons/assignment.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/tuple/cons/big_tuples.cc b/libstdc++-v3/testsuite/20_util/tuple/cons/big_tuples.cc index 13833e74aa12..250ce9f428e1 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/cons/big_tuples.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/cons/big_tuples.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/tuple/cons/constexpr-2.cc b/libstdc++-v3/testsuite/20_util/tuple/cons/constexpr-2.cc index 9c17f8bf627c..9f66820b2caa 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/cons/constexpr-2.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/cons/constexpr-2.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/tuple/cons/constexpr-3.cc b/libstdc++-v3/testsuite/20_util/tuple/cons/constexpr-3.cc index 0ab37b67c3f7..649f0187b1a2 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/cons/constexpr-3.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/cons/constexpr-3.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/tuple/cons/constructor.cc b/libstdc++-v3/testsuite/20_util/tuple/cons/constructor.cc index dd64ef5f44fc..c16be2e810ec 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/cons/constructor.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/cons/constructor.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/tuple/cons/converting.cc b/libstdc++-v3/testsuite/20_util/tuple/cons/converting.cc index cc6314500bb5..a18d8d1bf32d 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/cons/converting.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/cons/converting.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/tuple/cons/element_accepts_anything_byval.cc b/libstdc++-v3/testsuite/20_util/tuple/cons/element_accepts_anything_byval.cc index a9bf9542dbf0..70161bb171f0 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/cons/element_accepts_anything_byval.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/cons/element_accepts_anything_byval.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/tuple/cons/explicit_construct.cc b/libstdc++-v3/testsuite/20_util/tuple/cons/explicit_construct.cc index 8d0c70072d4c..39e508eaea06 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/cons/explicit_construct.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/cons/explicit_construct.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/20_util/tuple/cons/nested_tuple_construct.cc b/libstdc++-v3/testsuite/20_util/tuple/cons/nested_tuple_construct.cc index 39ae516312b9..6c5ec6793816 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/cons/nested_tuple_construct.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/cons/nested_tuple_construct.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/20_util/tuple/cons/noexcept_move_construct.cc b/libstdc++-v3/testsuite/20_util/tuple/cons/noexcept_move_construct.cc index 934497c1840b..8d50c59b1288 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/cons/noexcept_move_construct.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/cons/noexcept_move_construct.cc @@ -2,7 +2,7 @@ // 2011-05-20 Paolo Carlini // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/tuple/creation_functions/23978.cc b/libstdc++-v3/testsuite/20_util/tuple/creation_functions/23978.cc index 98f2faebb4f3..a3f429ca6735 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/creation_functions/23978.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/creation_functions/23978.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/tuple/creation_functions/48476.cc b/libstdc++-v3/testsuite/20_util/tuple/creation_functions/48476.cc index 4238b4efef74..189e0fc43f74 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/creation_functions/48476.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/creation_functions/48476.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/tuple/creation_functions/constexpr.cc b/libstdc++-v3/testsuite/20_util/tuple/creation_functions/constexpr.cc index 86b5abb7e911..6b04be806d3e 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/creation_functions/constexpr.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/creation_functions/constexpr.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/tuple/creation_functions/forward_as_tuple.cc b/libstdc++-v3/testsuite/20_util/tuple/creation_functions/forward_as_tuple.cc index b106741efc0e..bcd2c05981d1 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/creation_functions/forward_as_tuple.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/creation_functions/forward_as_tuple.cc @@ -2,7 +2,7 @@ // 2010-04-30 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/tuple/creation_functions/make_tuple.cc b/libstdc++-v3/testsuite/20_util/tuple/creation_functions/make_tuple.cc index ad7f6eff3abd..1794807549d4 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/creation_functions/make_tuple.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/creation_functions/make_tuple.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/tuple/creation_functions/tie.cc b/libstdc++-v3/testsuite/20_util/tuple/creation_functions/tie.cc index 3a60f2cf8297..960a77a75354 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/creation_functions/tie.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/creation_functions/tie.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/tuple/creation_functions/tie2.cc b/libstdc++-v3/testsuite/20_util/tuple/creation_functions/tie2.cc index 97c58108ec9b..a665c45301c8 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/creation_functions/tie2.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/creation_functions/tie2.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/tuple/creation_functions/tuple_cat.cc b/libstdc++-v3/testsuite/20_util/tuple/creation_functions/tuple_cat.cc index e3cbfb17aa4f..b5543e427678 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/creation_functions/tuple_cat.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/creation_functions/tuple_cat.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/tuple/cv_tuple_element.cc b/libstdc++-v3/testsuite/20_util/tuple/cv_tuple_element.cc index 3092c8e76991..d935d78dd600 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/cv_tuple_element.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/cv_tuple_element.cc @@ -2,7 +2,7 @@ // 2011-05-19 Paolo Carlini // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/tuple/cv_tuple_size.cc b/libstdc++-v3/testsuite/20_util/tuple/cv_tuple_size.cc index c4a1e02db87a..ad88df94e2bf 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/cv_tuple_size.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/cv_tuple_size.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/tuple/element_access/constexpr_get.cc b/libstdc++-v3/testsuite/20_util/tuple/element_access/constexpr_get.cc index fba1fd1f11cc..de57c9a05f08 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/element_access/constexpr_get.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/element_access/constexpr_get.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/tuple/element_access/constexpr_get_by_type.cc b/libstdc++-v3/testsuite/20_util/tuple/element_access/constexpr_get_by_type.cc index 4e0b305e6f79..c6bb82e4bdbb 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/element_access/constexpr_get_by_type.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/element_access/constexpr_get_by_type.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/tuple/element_access/get.cc b/libstdc++-v3/testsuite/20_util/tuple/element_access/get.cc index 0b2b3d6e22f5..d018dcdf0af5 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/element_access/get.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/element_access/get.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/tuple/element_access/get2.cc b/libstdc++-v3/testsuite/20_util/tuple/element_access/get2.cc index a1f6a831bdc8..14bdb0c6b1f3 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/element_access/get2.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/element_access/get2.cc @@ -2,7 +2,7 @@ // 2011-05-17 Paolo Carlini // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/tuple/element_access/get2_by_type.cc b/libstdc++-v3/testsuite/20_util/tuple/element_access/get2_by_type.cc index 441d4aa7e852..337934d57e2c 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/element_access/get2_by_type.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/element_access/get2_by_type.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/tuple/element_access/get_by_type.cc b/libstdc++-v3/testsuite/20_util/tuple/element_access/get_by_type.cc index e02e9f56329b..1207a0b47fad 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/element_access/get_by_type.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/element_access/get_by_type.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/tuple/element_access/get_neg.cc b/libstdc++-v3/testsuite/20_util/tuple/element_access/get_neg.cc index 7da61e589fea..0dc62a226b8a 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/element_access/get_neg.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/element_access/get_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/tuple/make_from_tuple/1.cc b/libstdc++-v3/testsuite/20_util/tuple/make_from_tuple/1.cc index 17aca3115754..0884e19f3d12 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/make_from_tuple/1.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/make_from_tuple/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/tuple/moveable.cc b/libstdc++-v3/testsuite/20_util/tuple/moveable.cc index ed88361d6d09..78205c45a238 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/moveable.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/moveable.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/tuple/moveable2.cc b/libstdc++-v3/testsuite/20_util/tuple/moveable2.cc index 66a09dfffa33..1414be647888 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/moveable2.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/moveable2.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/20_util/tuple/noexcept_move_assign.cc b/libstdc++-v3/testsuite/20_util/tuple/noexcept_move_assign.cc index 9e83345a1b5a..043fb73fbfa5 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/noexcept_move_assign.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/noexcept_move_assign.cc @@ -2,7 +2,7 @@ // 2011-05-19 Paolo Carlini // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/tuple/noexcept_swap.cc b/libstdc++-v3/testsuite/20_util/tuple/noexcept_swap.cc index 50ce27f6417f..96e35be9274b 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/noexcept_swap.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/noexcept_swap.cc @@ -2,7 +2,7 @@ // 2011-05-19 Paolo Carlini // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/tuple/requirements/dr2367.cc b/libstdc++-v3/testsuite/20_util/tuple/requirements/dr2367.cc index 157beb04d900..9c951df0499a 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/requirements/dr2367.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/requirements/dr2367.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/20_util/tuple/requirements/dr801.cc b/libstdc++-v3/testsuite/20_util/tuple/requirements/dr801.cc index 9ea9072a498e..bc20c1f4e136 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/requirements/dr801.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/requirements/dr801.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/tuple/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/tuple/requirements/explicit_instantiation.cc index 2146459523ef..87ef0f2ca395 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/tuple/swap.cc b/libstdc++-v3/testsuite/20_util/tuple/swap.cc index 6e260c412ba7..d526fb8486da 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/swap.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/swap.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/tuple/swap_cxx17.cc b/libstdc++-v3/testsuite/20_util/tuple/swap_cxx17.cc index d2a75ce1103a..ac5c8e5038c9 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/swap_cxx17.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/swap_cxx17.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/tuple/tuple_element.cc b/libstdc++-v3/testsuite/20_util/tuple/tuple_element.cc index e93385e8c313..8f12db549cc7 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/tuple_element.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/tuple_element.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/tuple/tuple_element_t.cc b/libstdc++-v3/testsuite/20_util/tuple/tuple_element_t.cc index 4dea7ee423f2..30ed4d727d33 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/tuple_element_t.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/tuple_element_t.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/tuple/tuple_size.cc b/libstdc++-v3/testsuite/20_util/tuple/tuple_size.cc index 14b623d2be42..4fa3362b8bef 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/tuple_size.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/tuple_size.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/20_util/tuple/tuple_size_v.cc b/libstdc++-v3/testsuite/20_util/tuple/tuple_size_v.cc index e640017304f3..16617c31ba1e 100644 --- a/libstdc++-v3/testsuite/20_util/tuple/tuple_size_v.cc +++ b/libstdc++-v3/testsuite/20_util/tuple/tuple_size_v.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/typeindex/comparison_operators.cc b/libstdc++-v3/testsuite/20_util/typeindex/comparison_operators.cc index bef65ff8e005..7902cf313ee3 100644 --- a/libstdc++-v3/testsuite/20_util/typeindex/comparison_operators.cc +++ b/libstdc++-v3/testsuite/20_util/typeindex/comparison_operators.cc @@ -2,7 +2,7 @@ // 2010-09-22 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/typeindex/hash.cc b/libstdc++-v3/testsuite/20_util/typeindex/hash.cc index 56a38a1da49f..7f591dff2f87 100644 --- a/libstdc++-v3/testsuite/20_util/typeindex/hash.cc +++ b/libstdc++-v3/testsuite/20_util/typeindex/hash.cc @@ -2,7 +2,7 @@ // 2010-09-22 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/typeindex/hash_code.cc b/libstdc++-v3/testsuite/20_util/typeindex/hash_code.cc index 1f9f9e559379..945a6635c16c 100644 --- a/libstdc++-v3/testsuite/20_util/typeindex/hash_code.cc +++ b/libstdc++-v3/testsuite/20_util/typeindex/hash_code.cc @@ -2,7 +2,7 @@ // 2010-09-22 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/typeindex/name.cc b/libstdc++-v3/testsuite/20_util/typeindex/name.cc index db80b3d7287e..f544392848a3 100644 --- a/libstdc++-v3/testsuite/20_util/typeindex/name.cc +++ b/libstdc++-v3/testsuite/20_util/typeindex/name.cc @@ -2,7 +2,7 @@ // 2010-09-22 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/underlying_type/requirements/alias_decl.cc b/libstdc++-v3/testsuite/20_util/underlying_type/requirements/alias_decl.cc index 25efc3559763..0367e8189049 100644 --- a/libstdc++-v3/testsuite/20_util/underlying_type/requirements/alias_decl.cc +++ b/libstdc++-v3/testsuite/20_util/underlying_type/requirements/alias_decl.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/underlying_type/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/underlying_type/requirements/explicit_instantiation.cc index 4dfa2e6b0f36..365fa1d65d73 100644 --- a/libstdc++-v3/testsuite/20_util/underlying_type/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/underlying_type/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/underlying_type/requirements/typedefs-1.cc b/libstdc++-v3/testsuite/20_util/underlying_type/requirements/typedefs-1.cc index eed20785e9a0..4dbd3421b7ec 100644 --- a/libstdc++-v3/testsuite/20_util/underlying_type/requirements/typedefs-1.cc +++ b/libstdc++-v3/testsuite/20_util/underlying_type/requirements/typedefs-1.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/underlying_type/requirements/typedefs-2.cc b/libstdc++-v3/testsuite/20_util/underlying_type/requirements/typedefs-2.cc index 555e9e5587c0..978e24493783 100644 --- a/libstdc++-v3/testsuite/20_util/underlying_type/requirements/typedefs-2.cc +++ b/libstdc++-v3/testsuite/20_util/underlying_type/requirements/typedefs-2.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/unique_ptr/54351.cc b/libstdc++-v3/testsuite/20_util/unique_ptr/54351.cc index 41b1c5d44822..0ee5613f5757 100644 --- a/libstdc++-v3/testsuite/20_util/unique_ptr/54351.cc +++ b/libstdc++-v3/testsuite/20_util/unique_ptr/54351.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/20_util/unique_ptr/assign/48635.cc b/libstdc++-v3/testsuite/20_util/unique_ptr/assign/48635.cc index 935848ccbbf3..4cdf9f6bdc73 100644 --- a/libstdc++-v3/testsuite/20_util/unique_ptr/assign/48635.cc +++ b/libstdc++-v3/testsuite/20_util/unique_ptr/assign/48635.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/unique_ptr/assign/48635_neg.cc b/libstdc++-v3/testsuite/20_util/unique_ptr/assign/48635_neg.cc index e9655f137505..4f5671265555 100644 --- a/libstdc++-v3/testsuite/20_util/unique_ptr/assign/48635_neg.cc +++ b/libstdc++-v3/testsuite/20_util/unique_ptr/assign/48635_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/unique_ptr/assign/assign_neg.cc b/libstdc++-v3/testsuite/20_util/unique_ptr/assign/assign_neg.cc index 9142e6146b4f..934f3dfb7ff1 100644 --- a/libstdc++-v3/testsuite/20_util/unique_ptr/assign/assign_neg.cc +++ b/libstdc++-v3/testsuite/20_util/unique_ptr/assign/assign_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/20_util/unique_ptr/assign/cv_qual.cc b/libstdc++-v3/testsuite/20_util/unique_ptr/assign/cv_qual.cc index 7add5a9c0a3e..6825b96a5232 100644 --- a/libstdc++-v3/testsuite/20_util/unique_ptr/assign/cv_qual.cc +++ b/libstdc++-v3/testsuite/20_util/unique_ptr/assign/cv_qual.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/20_util/unique_ptr/assign/move.cc b/libstdc++-v3/testsuite/20_util/unique_ptr/assign/move.cc index 0edd5f3286ae..8854931cfc73 100644 --- a/libstdc++-v3/testsuite/20_util/unique_ptr/assign/move.cc +++ b/libstdc++-v3/testsuite/20_util/unique_ptr/assign/move.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/20_util/unique_ptr/assign/move_array.cc b/libstdc++-v3/testsuite/20_util/unique_ptr/assign/move_array.cc index 5c06bc08827d..64f5ae18bc82 100644 --- a/libstdc++-v3/testsuite/20_util/unique_ptr/assign/move_array.cc +++ b/libstdc++-v3/testsuite/20_util/unique_ptr/assign/move_array.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/20_util/unique_ptr/assign/nullptr.cc b/libstdc++-v3/testsuite/20_util/unique_ptr/assign/nullptr.cc index 5825f96b4449..bbe10d0d31b3 100644 --- a/libstdc++-v3/testsuite/20_util/unique_ptr/assign/nullptr.cc +++ b/libstdc++-v3/testsuite/20_util/unique_ptr/assign/nullptr.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/unique_ptr/comparison/42925.cc b/libstdc++-v3/testsuite/20_util/unique_ptr/comparison/42925.cc index 8e9ce4e72c10..d9a35b946ede 100644 --- a/libstdc++-v3/testsuite/20_util/unique_ptr/comparison/42925.cc +++ b/libstdc++-v3/testsuite/20_util/unique_ptr/comparison/42925.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/unique_ptr/comparison/dr1401.cc b/libstdc++-v3/testsuite/20_util/unique_ptr/comparison/dr1401.cc index e101e9d861e3..74bd6363f446 100644 --- a/libstdc++-v3/testsuite/20_util/unique_ptr/comparison/dr1401.cc +++ b/libstdc++-v3/testsuite/20_util/unique_ptr/comparison/dr1401.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/unique_ptr/cons/77990.cc b/libstdc++-v3/testsuite/20_util/unique_ptr/cons/77990.cc index e3e9a208de8a..ba901b81293b 100644 --- a/libstdc++-v3/testsuite/20_util/unique_ptr/cons/77990.cc +++ b/libstdc++-v3/testsuite/20_util/unique_ptr/cons/77990.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/unique_ptr/cons/array_convertible_neg.cc b/libstdc++-v3/testsuite/20_util/unique_ptr/cons/array_convertible_neg.cc index 4ef5db478766..2e384b85b706 100644 --- a/libstdc++-v3/testsuite/20_util/unique_ptr/cons/array_convertible_neg.cc +++ b/libstdc++-v3/testsuite/20_util/unique_ptr/cons/array_convertible_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/20_util/unique_ptr/cons/auto_ptr.cc b/libstdc++-v3/testsuite/20_util/unique_ptr/cons/auto_ptr.cc index 605f8ba28e15..b8f362b3674e 100644 --- a/libstdc++-v3/testsuite/20_util/unique_ptr/cons/auto_ptr.cc +++ b/libstdc++-v3/testsuite/20_util/unique_ptr/cons/auto_ptr.cc @@ -1,7 +1,7 @@ // { dg-options "-Wno-deprecated" } // { dg-do run { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/unique_ptr/cons/auto_ptr_neg.cc b/libstdc++-v3/testsuite/20_util/unique_ptr/cons/auto_ptr_neg.cc index bd55585ab49e..aa5814671adc 100644 --- a/libstdc++-v3/testsuite/20_util/unique_ptr/cons/auto_ptr_neg.cc +++ b/libstdc++-v3/testsuite/20_util/unique_ptr/cons/auto_ptr_neg.cc @@ -1,7 +1,7 @@ // { dg-options "-Wno-deprecated" } // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/unique_ptr/cons/constexpr.cc b/libstdc++-v3/testsuite/20_util/unique_ptr/cons/constexpr.cc index 10058d709744..494c341db0bd 100644 --- a/libstdc++-v3/testsuite/20_util/unique_ptr/cons/constexpr.cc +++ b/libstdc++-v3/testsuite/20_util/unique_ptr/cons/constexpr.cc @@ -3,7 +3,7 @@ // { dg-final { scan-assembler-not "_ZNSt10unique_ptrIiSt14default_deleteIiEEC2Ev" } } // { dg-final { scan-assembler-not "_ZNSt10unique_ptrIiSt14default_deleteIiEEC2EDn" } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/unique_ptr/cons/convertible_neg.cc b/libstdc++-v3/testsuite/20_util/unique_ptr/cons/convertible_neg.cc index 7e30b7809f80..20ac84180fc0 100644 --- a/libstdc++-v3/testsuite/20_util/unique_ptr/cons/convertible_neg.cc +++ b/libstdc++-v3/testsuite/20_util/unique_ptr/cons/convertible_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/20_util/unique_ptr/cons/cv_qual.cc b/libstdc++-v3/testsuite/20_util/unique_ptr/cons/cv_qual.cc index 8d6847b76c07..f78ded7fe6bc 100644 --- a/libstdc++-v3/testsuite/20_util/unique_ptr/cons/cv_qual.cc +++ b/libstdc++-v3/testsuite/20_util/unique_ptr/cons/cv_qual.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/20_util/unique_ptr/cons/cv_qual_neg.cc b/libstdc++-v3/testsuite/20_util/unique_ptr/cons/cv_qual_neg.cc index 3e6f41bd8da9..d6b0e554cf2d 100644 --- a/libstdc++-v3/testsuite/20_util/unique_ptr/cons/cv_qual_neg.cc +++ b/libstdc++-v3/testsuite/20_util/unique_ptr/cons/cv_qual_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/unique_ptr/cons/noexcept_move_construct.cc b/libstdc++-v3/testsuite/20_util/unique_ptr/cons/noexcept_move_construct.cc index de672008ca26..6a751d37107d 100644 --- a/libstdc++-v3/testsuite/20_util/unique_ptr/cons/noexcept_move_construct.cc +++ b/libstdc++-v3/testsuite/20_util/unique_ptr/cons/noexcept_move_construct.cc @@ -2,7 +2,7 @@ // 2011-06-14 Paolo Carlini // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/unique_ptr/cons/nullptr.cc b/libstdc++-v3/testsuite/20_util/unique_ptr/cons/nullptr.cc index 4b80746d4338..aa926caef6c0 100644 --- a/libstdc++-v3/testsuite/20_util/unique_ptr/cons/nullptr.cc +++ b/libstdc++-v3/testsuite/20_util/unique_ptr/cons/nullptr.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/unique_ptr/cons/pointer.cc b/libstdc++-v3/testsuite/20_util/unique_ptr/cons/pointer.cc index 91135ae52603..53ad062ee85e 100644 --- a/libstdc++-v3/testsuite/20_util/unique_ptr/cons/pointer.cc +++ b/libstdc++-v3/testsuite/20_util/unique_ptr/cons/pointer.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/20_util/unique_ptr/cons/pointer_array.cc b/libstdc++-v3/testsuite/20_util/unique_ptr/cons/pointer_array.cc index 5305e7723579..dfac2d0ee6bf 100644 --- a/libstdc++-v3/testsuite/20_util/unique_ptr/cons/pointer_array.cc +++ b/libstdc++-v3/testsuite/20_util/unique_ptr/cons/pointer_array.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/20_util/unique_ptr/cons/pointer_array_convertible_neg.cc b/libstdc++-v3/testsuite/20_util/unique_ptr/cons/pointer_array_convertible_neg.cc index 47809a7ed3bc..7ae1edcaa2d4 100644 --- a/libstdc++-v3/testsuite/20_util/unique_ptr/cons/pointer_array_convertible_neg.cc +++ b/libstdc++-v3/testsuite/20_util/unique_ptr/cons/pointer_array_convertible_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/20_util/unique_ptr/cons/ptr_deleter.cc b/libstdc++-v3/testsuite/20_util/unique_ptr/cons/ptr_deleter.cc index 2b3373edb081..2297b3c07e40 100644 --- a/libstdc++-v3/testsuite/20_util/unique_ptr/cons/ptr_deleter.cc +++ b/libstdc++-v3/testsuite/20_util/unique_ptr/cons/ptr_deleter.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/unique_ptr/cons/ptr_deleter_neg.cc b/libstdc++-v3/testsuite/20_util/unique_ptr/cons/ptr_deleter_neg.cc index 1aa8d438e06d..bfb01926fff0 100644 --- a/libstdc++-v3/testsuite/20_util/unique_ptr/cons/ptr_deleter_neg.cc +++ b/libstdc++-v3/testsuite/20_util/unique_ptr/cons/ptr_deleter_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/unique_ptr/creation/array.cc b/libstdc++-v3/testsuite/20_util/unique_ptr/creation/array.cc index b47261ede9e7..51b9f58fe70e 100644 --- a/libstdc++-v3/testsuite/20_util/unique_ptr/creation/array.cc +++ b/libstdc++-v3/testsuite/20_util/unique_ptr/creation/array.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/unique_ptr/creation/array_neg.cc b/libstdc++-v3/testsuite/20_util/unique_ptr/creation/array_neg.cc index e19dcb2bdb77..47f57e5c4051 100644 --- a/libstdc++-v3/testsuite/20_util/unique_ptr/creation/array_neg.cc +++ b/libstdc++-v3/testsuite/20_util/unique_ptr/creation/array_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/unique_ptr/creation/single.cc b/libstdc++-v3/testsuite/20_util/unique_ptr/creation/single.cc index dc7d66707117..538d0b449d78 100644 --- a/libstdc++-v3/testsuite/20_util/unique_ptr/creation/single.cc +++ b/libstdc++-v3/testsuite/20_util/unique_ptr/creation/single.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/20_util/unique_ptr/dr2228.cc b/libstdc++-v3/testsuite/20_util/unique_ptr/dr2228.cc index 29f6ea11c71a..b65799f8a3ac 100644 --- a/libstdc++-v3/testsuite/20_util/unique_ptr/dr2228.cc +++ b/libstdc++-v3/testsuite/20_util/unique_ptr/dr2228.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/20_util/unique_ptr/hash/1.cc b/libstdc++-v3/testsuite/20_util/unique_ptr/hash/1.cc index ae73a43cfb31..dfe8a6945b44 100644 --- a/libstdc++-v3/testsuite/20_util/unique_ptr/hash/1.cc +++ b/libstdc++-v3/testsuite/20_util/unique_ptr/hash/1.cc @@ -2,7 +2,7 @@ // 2010-06-11 Paolo Carlini -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/unique_ptr/modifiers/43183.cc b/libstdc++-v3/testsuite/20_util/unique_ptr/modifiers/43183.cc index 1461efab523e..dc1ec99bf7a3 100644 --- a/libstdc++-v3/testsuite/20_util/unique_ptr/modifiers/43183.cc +++ b/libstdc++-v3/testsuite/20_util/unique_ptr/modifiers/43183.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/unique_ptr/modifiers/48398.cc b/libstdc++-v3/testsuite/20_util/unique_ptr/modifiers/48398.cc index 9fc51684ae44..33fd903e5304 100644 --- a/libstdc++-v3/testsuite/20_util/unique_ptr/modifiers/48398.cc +++ b/libstdc++-v3/testsuite/20_util/unique_ptr/modifiers/48398.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/unique_ptr/modifiers/cv_qual.cc b/libstdc++-v3/testsuite/20_util/unique_ptr/modifiers/cv_qual.cc index f92949b441ec..f6d526b295a1 100644 --- a/libstdc++-v3/testsuite/20_util/unique_ptr/modifiers/cv_qual.cc +++ b/libstdc++-v3/testsuite/20_util/unique_ptr/modifiers/cv_qual.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/20_util/unique_ptr/modifiers/reset_neg.cc b/libstdc++-v3/testsuite/20_util/unique_ptr/modifiers/reset_neg.cc index cb5f2e6a1c5b..c4584a1cccdd 100644 --- a/libstdc++-v3/testsuite/20_util/unique_ptr/modifiers/reset_neg.cc +++ b/libstdc++-v3/testsuite/20_util/unique_ptr/modifiers/reset_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/20_util/unique_ptr/requirements/explicit_instantiation/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/unique_ptr/requirements/explicit_instantiation/explicit_instantiation.cc index fc393465903c..32ccc48ee001 100644 --- a/libstdc++-v3/testsuite/20_util/unique_ptr/requirements/explicit_instantiation/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/unique_ptr/requirements/explicit_instantiation/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/20_util/unique_ptr/requirements/pointer_type.cc b/libstdc++-v3/testsuite/20_util/unique_ptr/requirements/pointer_type.cc index c559a1ffd4f1..e69afc1c705c 100644 --- a/libstdc++-v3/testsuite/20_util/unique_ptr/requirements/pointer_type.cc +++ b/libstdc++-v3/testsuite/20_util/unique_ptr/requirements/pointer_type.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/unique_ptr/requirements/pointer_type_array.cc b/libstdc++-v3/testsuite/20_util/unique_ptr/requirements/pointer_type_array.cc index 671fa85ed19c..a16985c3d438 100644 --- a/libstdc++-v3/testsuite/20_util/unique_ptr/requirements/pointer_type_array.cc +++ b/libstdc++-v3/testsuite/20_util/unique_ptr/requirements/pointer_type_array.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/unique_ptr/specialized_algorithms/comparisons.cc b/libstdc++-v3/testsuite/20_util/unique_ptr/specialized_algorithms/comparisons.cc index 74cbc8735b7a..24e96d51c293 100644 --- a/libstdc++-v3/testsuite/20_util/unique_ptr/specialized_algorithms/comparisons.cc +++ b/libstdc++-v3/testsuite/20_util/unique_ptr/specialized_algorithms/comparisons.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/20_util/unique_ptr/specialized_algorithms/comparisons_array.cc b/libstdc++-v3/testsuite/20_util/unique_ptr/specialized_algorithms/comparisons_array.cc index c5c4400c9df8..557b4e3a6d0f 100644 --- a/libstdc++-v3/testsuite/20_util/unique_ptr/specialized_algorithms/comparisons_array.cc +++ b/libstdc++-v3/testsuite/20_util/unique_ptr/specialized_algorithms/comparisons_array.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/20_util/unique_ptr/specialized_algorithms/swap.cc b/libstdc++-v3/testsuite/20_util/unique_ptr/specialized_algorithms/swap.cc index 521b34c59224..45a123a59d9e 100644 --- a/libstdc++-v3/testsuite/20_util/unique_ptr/specialized_algorithms/swap.cc +++ b/libstdc++-v3/testsuite/20_util/unique_ptr/specialized_algorithms/swap.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/20_util/unique_ptr/specialized_algorithms/swap_cxx17.cc b/libstdc++-v3/testsuite/20_util/unique_ptr/specialized_algorithms/swap_cxx17.cc index bf106ec84666..a0536cc901da 100644 --- a/libstdc++-v3/testsuite/20_util/unique_ptr/specialized_algorithms/swap_cxx17.cc +++ b/libstdc++-v3/testsuite/20_util/unique_ptr/specialized_algorithms/swap_cxx17.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/uses_allocator/69114.cc b/libstdc++-v3/testsuite/20_util/uses_allocator/69114.cc index 3bce435d6eb8..08e3a34fbe50 100644 --- a/libstdc++-v3/testsuite/20_util/uses_allocator/69114.cc +++ b/libstdc++-v3/testsuite/20_util/uses_allocator/69114.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/uses_allocator/69293_neg.cc b/libstdc++-v3/testsuite/20_util/uses_allocator/69293_neg.cc index fb00d019a4b0..3040b29ac3cd 100644 --- a/libstdc++-v3/testsuite/20_util/uses_allocator/69293_neg.cc +++ b/libstdc++-v3/testsuite/20_util/uses_allocator/69293_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/uses_allocator/cons_neg.cc b/libstdc++-v3/testsuite/20_util/uses_allocator/cons_neg.cc index 907b2876fd30..2322e4b95c9b 100644 --- a/libstdc++-v3/testsuite/20_util/uses_allocator/cons_neg.cc +++ b/libstdc++-v3/testsuite/20_util/uses_allocator/cons_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/uses_allocator/construction.cc b/libstdc++-v3/testsuite/20_util/uses_allocator/construction.cc index 9ac4589765e9..40e7d2a098f8 100644 --- a/libstdc++-v3/testsuite/20_util/uses_allocator/construction.cc +++ b/libstdc++-v3/testsuite/20_util/uses_allocator/construction.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/uses_allocator/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/20_util/uses_allocator/requirements/explicit_instantiation.cc index f1dbcabb54d1..f0e4b1b09692 100644 --- a/libstdc++-v3/testsuite/20_util/uses_allocator/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/20_util/uses_allocator/requirements/explicit_instantiation.cc @@ -2,7 +2,7 @@ // 2010-09-27 Paolo Carlini -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/uses_allocator/requirements/typedefs.cc b/libstdc++-v3/testsuite/20_util/uses_allocator/requirements/typedefs.cc index d44b986238dc..005dff24d16e 100644 --- a/libstdc++-v3/testsuite/20_util/uses_allocator/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/20_util/uses_allocator/requirements/typedefs.cc @@ -2,7 +2,7 @@ // 2010-09-27 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/uses_allocator/requirements/uses_allocator_v.cc b/libstdc++-v3/testsuite/20_util/uses_allocator/requirements/uses_allocator_v.cc index 7ca48e3c8374..d05840b4ca56 100644 --- a/libstdc++-v3/testsuite/20_util/uses_allocator/requirements/uses_allocator_v.cc +++ b/libstdc++-v3/testsuite/20_util/uses_allocator/requirements/uses_allocator_v.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/uses_allocator/value.cc b/libstdc++-v3/testsuite/20_util/uses_allocator/value.cc index 46fc72f904c9..c7d667694905 100644 --- a/libstdc++-v3/testsuite/20_util/uses_allocator/value.cc +++ b/libstdc++-v3/testsuite/20_util/uses_allocator/value.cc @@ -2,7 +2,7 @@ // 2010-09-27 Paolo Carlini -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/variable_templates_for_traits.cc b/libstdc++-v3/testsuite/20_util/variable_templates_for_traits.cc index e81567ef507d..2af648c2abfe 100644 --- a/libstdc++-v3/testsuite/20_util/variable_templates_for_traits.cc +++ b/libstdc++-v3/testsuite/20_util/variable_templates_for_traits.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/20_util/variant/compile.cc b/libstdc++-v3/testsuite/20_util/variant/compile.cc index a8ffaeaaeccc..65f4326c3975 100644 --- a/libstdc++-v3/testsuite/20_util/variant/compile.cc +++ b/libstdc++-v3/testsuite/20_util/variant/compile.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/variant/hash.cc b/libstdc++-v3/testsuite/20_util/variant/hash.cc index 64d053f712e7..a9ebf33c24df 100644 --- a/libstdc++-v3/testsuite/20_util/variant/hash.cc +++ b/libstdc++-v3/testsuite/20_util/variant/hash.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/variant/run.cc b/libstdc++-v3/testsuite/20_util/variant/run.cc index fb5d7c441a05..121fd22527da 100644 --- a/libstdc++-v3/testsuite/20_util/variant/run.cc +++ b/libstdc++-v3/testsuite/20_util/variant/run.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do run } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/20_util/void_t/1.cc b/libstdc++-v3/testsuite/20_util/void_t/1.cc index f05089c488f8..78a6daa5e651 100644 --- a/libstdc++-v3/testsuite/20_util/void_t/1.cc +++ b/libstdc++-v3/testsuite/20_util/void_t/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/20_util/weak_ptr/comparison/cmp_neg.cc b/libstdc++-v3/testsuite/20_util/weak_ptr/comparison/cmp_neg.cc index dd1b5d9a8775..5ba1e6b67398 100644 --- a/libstdc++-v3/testsuite/20_util/weak_ptr/comparison/cmp_neg.cc +++ b/libstdc++-v3/testsuite/20_util/weak_ptr/comparison/cmp_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/20_util/weak_ptr/cons/constexpr.cc b/libstdc++-v3/testsuite/20_util/weak_ptr/cons/constexpr.cc index 44c87dec7b97..25730b6554f3 100644 --- a/libstdc++-v3/testsuite/20_util/weak_ptr/cons/constexpr.cc +++ b/libstdc++-v3/testsuite/20_util/weak_ptr/cons/constexpr.cc @@ -2,7 +2,7 @@ // { dg-do compile { target c++11 } } // { dg-final { scan-assembler-not "_ZNSt8weak_ptrIiEC2Ev" } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/20_util/weak_ptr/cons/noexcept_move_construct.cc b/libstdc++-v3/testsuite/20_util/weak_ptr/cons/noexcept_move_construct.cc index f9c4634916c9..e2437ce6b13d 100644 --- a/libstdc++-v3/testsuite/20_util/weak_ptr/cons/noexcept_move_construct.cc +++ b/libstdc++-v3/testsuite/20_util/weak_ptr/cons/noexcept_move_construct.cc @@ -2,7 +2,7 @@ // 2011-06-14 Paolo Carlini // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/20_util/weak_ptr/lock/1.cc b/libstdc++-v3/testsuite/20_util/weak_ptr/lock/1.cc index 17064d201589..b97eab83f622 100644 --- a/libstdc++-v3/testsuite/20_util/weak_ptr/lock/1.cc +++ b/libstdc++-v3/testsuite/20_util/weak_ptr/lock/1.cc @@ -1,6 +1,6 @@ // 2006-09-24 Paolo Carlini -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/20_util/weak_ptr/observers/owner_before.cc b/libstdc++-v3/testsuite/20_util/weak_ptr/observers/owner_before.cc index fd1f1625357a..c3a952f0cd73 100644 --- a/libstdc++-v3/testsuite/20_util/weak_ptr/observers/owner_before.cc +++ b/libstdc++-v3/testsuite/20_util/weak_ptr/observers/owner_before.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/20_util/weak_ptr/requirements/explicit_instantiation/1.cc b/libstdc++-v3/testsuite/20_util/weak_ptr/requirements/explicit_instantiation/1.cc index a2f6bedd9da1..05012b23aee9 100644 --- a/libstdc++-v3/testsuite/20_util/weak_ptr/requirements/explicit_instantiation/1.cc +++ b/libstdc++-v3/testsuite/20_util/weak_ptr/requirements/explicit_instantiation/1.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/20_util/weak_ptr/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/20_util/weak_ptr/requirements/explicit_instantiation/2.cc index c84693bfb4c0..278128355b66 100644 --- a/libstdc++-v3/testsuite/20_util/weak_ptr/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/20_util/weak_ptr/requirements/explicit_instantiation/2.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/21_strings/basic_string/40160.cc b/libstdc++-v3/testsuite/21_strings/basic_string/40160.cc index 5b3e0fe37b34..eebc45413bb8 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/40160.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/40160.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/21_strings/basic_string/56166.cc b/libstdc++-v3/testsuite/21_strings/basic_string/56166.cc index 3d4d876dbb1f..0c004294f6f4 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/56166.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/56166.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/21_strings/basic_string/allocator/71964.cc b/libstdc++-v3/testsuite/21_strings/basic_string/allocator/71964.cc index aa4099cd7aee..f5ef176cdfd8 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/allocator/71964.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/allocator/71964.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/21_strings/basic_string/allocator/char/copy.cc b/libstdc++-v3/testsuite/21_strings/basic_string/allocator/char/copy.cc index 6871acdda9d9..0e5f167f153f 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/allocator/char/copy.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/allocator/char/copy.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/21_strings/basic_string/allocator/char/copy_assign.cc b/libstdc++-v3/testsuite/21_strings/basic_string/allocator/char/copy_assign.cc index 5ab737aa90f6..5b9a0b0507ca 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/allocator/char/copy_assign.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/allocator/char/copy_assign.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/21_strings/basic_string/allocator/char/minimal.cc b/libstdc++-v3/testsuite/21_strings/basic_string/allocator/char/minimal.cc index 4ea4d6182267..6f0aeb593357 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/allocator/char/minimal.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/allocator/char/minimal.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/21_strings/basic_string/allocator/char/move.cc b/libstdc++-v3/testsuite/21_strings/basic_string/allocator/char/move.cc index a4291f9dbb91..4e45a053c518 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/allocator/char/move.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/allocator/char/move.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/21_strings/basic_string/allocator/char/move_assign.cc b/libstdc++-v3/testsuite/21_strings/basic_string/allocator/char/move_assign.cc index 9d08f9d90fa5..0151a29d5f01 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/allocator/char/move_assign.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/allocator/char/move_assign.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/21_strings/basic_string/allocator/char/noexcept.cc b/libstdc++-v3/testsuite/21_strings/basic_string/allocator/char/noexcept.cc index 0170d97a2084..b7917e011439 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/allocator/char/noexcept.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/allocator/char/noexcept.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/21_strings/basic_string/allocator/char/swap.cc b/libstdc++-v3/testsuite/21_strings/basic_string/allocator/char/swap.cc index fcee8ec60508..602d856e2835 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/allocator/char/swap.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/allocator/char/swap.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/21_strings/basic_string/allocator/wchar_t/copy.cc b/libstdc++-v3/testsuite/21_strings/basic_string/allocator/wchar_t/copy.cc index 6bb3086bb7a4..747a2d079676 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/allocator/wchar_t/copy.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/allocator/wchar_t/copy.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/21_strings/basic_string/allocator/wchar_t/copy_assign.cc b/libstdc++-v3/testsuite/21_strings/basic_string/allocator/wchar_t/copy_assign.cc index 7b7372a25eed..775755653c99 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/allocator/wchar_t/copy_assign.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/allocator/wchar_t/copy_assign.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/21_strings/basic_string/allocator/wchar_t/minimal.cc b/libstdc++-v3/testsuite/21_strings/basic_string/allocator/wchar_t/minimal.cc index 3b8d94eeee54..dab694eefe1d 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/allocator/wchar_t/minimal.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/allocator/wchar_t/minimal.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/21_strings/basic_string/allocator/wchar_t/move.cc b/libstdc++-v3/testsuite/21_strings/basic_string/allocator/wchar_t/move.cc index 376a64abd6d8..7aba44056576 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/allocator/wchar_t/move.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/allocator/wchar_t/move.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/21_strings/basic_string/allocator/wchar_t/move_assign.cc b/libstdc++-v3/testsuite/21_strings/basic_string/allocator/wchar_t/move_assign.cc index a8be7777a877..55b8c2a821c9 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/allocator/wchar_t/move_assign.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/allocator/wchar_t/move_assign.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/21_strings/basic_string/allocator/wchar_t/noexcept.cc b/libstdc++-v3/testsuite/21_strings/basic_string/allocator/wchar_t/noexcept.cc index 838360d764a2..27548282fc45 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/allocator/wchar_t/noexcept.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/allocator/wchar_t/noexcept.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/21_strings/basic_string/allocator/wchar_t/swap.cc b/libstdc++-v3/testsuite/21_strings/basic_string/allocator/wchar_t/swap.cc index 24c1669b5280..bb1dd8252b76 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/allocator/wchar_t/swap.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/allocator/wchar_t/swap.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/21_strings/basic_string/capacity/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string/capacity/1.cc index 2aad99caf4c3..3aa1e80ef160 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/capacity/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/capacity/1.cc @@ -1,6 +1,6 @@ // 1999-05-11 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/21_strings/basic_string/capacity/char/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string/capacity/char/1.cc index a22d4a3427f4..74460a132101 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/capacity/char/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/capacity/char/1.cc @@ -1,6 +1,6 @@ // 1999-05-11 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/21_strings/basic_string/capacity/char/18654.cc b/libstdc++-v3/testsuite/21_strings/basic_string/capacity/char/18654.cc index 755853407683..92802e1c8c55 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/capacity/char/18654.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/capacity/char/18654.cc @@ -1,6 +1,6 @@ // 2004-11-29 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/21_strings/basic_string/capacity/char/2.cc b/libstdc++-v3/testsuite/21_strings/basic_string/capacity/char/2.cc index 95d9a6744464..489612c74025 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/capacity/char/2.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/capacity/char/2.cc @@ -1,6 +1,6 @@ // 1999-05-11 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/21_strings/basic_string/capacity/char/shrink_to_fit.cc b/libstdc++-v3/testsuite/21_strings/basic_string/capacity/char/shrink_to_fit.cc index 609ea4c2ec52..15f465d019d0 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/capacity/char/shrink_to_fit.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/capacity/char/shrink_to_fit.cc @@ -2,7 +2,7 @@ // 2010-01-08 Paolo Carlini -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/21_strings/basic_string/capacity/wchar_t/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string/capacity/wchar_t/1.cc index 7542855f5f88..c0fd84de9cc9 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/capacity/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/capacity/wchar_t/1.cc @@ -1,6 +1,6 @@ // 1999-05-11 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/21_strings/basic_string/capacity/wchar_t/18654.cc b/libstdc++-v3/testsuite/21_strings/basic_string/capacity/wchar_t/18654.cc index d249f22b7549..50de359ebaa0 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/capacity/wchar_t/18654.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/capacity/wchar_t/18654.cc @@ -1,6 +1,6 @@ // 2004-11-29 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/21_strings/basic_string/capacity/wchar_t/2.cc b/libstdc++-v3/testsuite/21_strings/basic_string/capacity/wchar_t/2.cc index 9207e5b17a6e..76c99f4f3440 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/capacity/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/capacity/wchar_t/2.cc @@ -1,6 +1,6 @@ // 1999-05-11 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/21_strings/basic_string/capacity/wchar_t/shrink_to_fit.cc b/libstdc++-v3/testsuite/21_strings/basic_string/capacity/wchar_t/shrink_to_fit.cc index fa2840010513..20fd148812b3 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/capacity/wchar_t/shrink_to_fit.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/capacity/wchar_t/shrink_to_fit.cc @@ -2,7 +2,7 @@ // 2010-01-08 Paolo Carlini -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/21_strings/basic_string/cons/char/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/1.cc index 9d04df61c495..1879a9888a3d 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/1.cc @@ -1,6 +1,6 @@ // 1999-06-04 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/21_strings/basic_string/cons/char/2.cc b/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/2.cc index b2ae7a071a87..922d77d69be6 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/2.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/2.cc @@ -1,6 +1,6 @@ // 1999-06-04 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/21_strings/basic_string/cons/char/3.cc b/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/3.cc index dfb9f21ab496..efcfcdd589ea 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/3.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/3.cc @@ -1,6 +1,6 @@ // 1999-06-04 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/21_strings/basic_string/cons/char/4.cc b/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/4.cc index b25ebeab3812..6a153fad5f4a 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/4.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/4.cc @@ -1,6 +1,6 @@ // 1999-06-04 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/21_strings/basic_string/cons/char/42261.cc b/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/42261.cc index 6edcd8a7deb7..7844c30e8eb7 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/42261.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/42261.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/21_strings/basic_string/cons/char/5.cc b/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/5.cc index 2262d2193337..b106605318d4 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/5.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/5.cc @@ -1,6 +1,6 @@ // 1999-06-04 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/21_strings/basic_string/cons/char/6.cc b/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/6.cc index 9c0932c317e4..b9c8084bc20a 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/6.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/6.cc @@ -1,6 +1,6 @@ // 2004-01-30 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/21_strings/basic_string/cons/char/64657.cc b/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/64657.cc index e134ad6d0e25..5d7067b0a2c8 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/64657.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/64657.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/21_strings/basic_string/cons/char/65085.cc b/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/65085.cc index 9fb9cd5c5a72..7c2f471cfcd6 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/65085.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/65085.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/21_strings/basic_string/cons/char/69092.cc b/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/69092.cc index 56bfe6a6e86c..4c2d8dc9dc06 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/69092.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/69092.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/21_strings/basic_string/cons/char/7.cc b/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/7.cc index a7f575f217eb..f97af9f4f769 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/7.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/7.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/21_strings/basic_string/cons/char/8.cc b/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/8.cc index 64475d087798..6fc4fdf6caa3 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/8.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/8.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/21_strings/basic_string/cons/char/9.cc b/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/9.cc index 0024ffc88944..5ff6988ef7cd 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/9.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/9.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/21_strings/basic_string/cons/char/moveable.cc b/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/moveable.cc index e3ed5e840e82..d2abe27e0d7d 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/moveable.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/moveable.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-string-conversions "" } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/21_strings/basic_string/cons/char/moveable2.cc b/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/moveable2.cc index 84442ebe7a4b..1925db433037 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/moveable2.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/moveable2.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++11 } } // { dg-require-string-conversions "" } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/21_strings/basic_string/cons/char/noexcept_move_construct.cc b/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/noexcept_move_construct.cc index cf6a2ee67862..a6ac40461b7f 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/noexcept_move_construct.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/noexcept_move_construct.cc @@ -2,7 +2,7 @@ // 2011-06-01 Paolo Carlini // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/21_strings/basic_string/cons/wchar_t/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/1.cc index 8b10a0ebae21..67034aaa9d00 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/1.cc @@ -1,6 +1,6 @@ // 1999-06-04 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/21_strings/basic_string/cons/wchar_t/2.cc b/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/2.cc index 1772022b22c8..1d5a8cdd30a9 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/2.cc @@ -1,6 +1,6 @@ // 1999-06-04 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/21_strings/basic_string/cons/wchar_t/3.cc b/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/3.cc index 6d2c2edfb5be..d70605d7fba2 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/3.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/3.cc @@ -1,6 +1,6 @@ // 1999-06-04 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/21_strings/basic_string/cons/wchar_t/4.cc b/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/4.cc index 40a481d93743..f381e869f47e 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/4.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/4.cc @@ -1,6 +1,6 @@ // 1999-06-04 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/21_strings/basic_string/cons/wchar_t/42261.cc b/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/42261.cc index ca214739b6fb..6448da48f77f 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/42261.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/42261.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/21_strings/basic_string/cons/wchar_t/5.cc b/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/5.cc index 7dfd76e80575..4dd1101335cb 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/5.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/5.cc @@ -1,6 +1,6 @@ // 1999-06-04 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/21_strings/basic_string/cons/wchar_t/6.cc b/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/6.cc index 4c37360d299b..3320dd682b9e 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/6.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/6.cc @@ -1,6 +1,6 @@ // 2004-01-30 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/21_strings/basic_string/cons/wchar_t/7.cc b/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/7.cc index 33ce39ecaa46..908e481f4f4d 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/7.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/7.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/21_strings/basic_string/cons/wchar_t/8.cc b/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/8.cc index 146ba2d31b08..0fee57826229 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/8.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/8.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/21_strings/basic_string/cons/wchar_t/9.cc b/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/9.cc index bf4b4403ad15..2a39d0021105 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/9.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/9.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/21_strings/basic_string/cons/wchar_t/moveable.cc b/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/moveable.cc index 2f2ca4c8f878..48f39288be5e 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/moveable.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/moveable.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-string-conversions "" } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/21_strings/basic_string/cons/wchar_t/moveable2.cc b/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/moveable2.cc index cfd39305621b..e8d97a411036 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/moveable2.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/moveable2.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++11 } } // { dg-require-string-conversions "" } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/21_strings/basic_string/cons/wchar_t/noexcept_move_construct.cc b/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/noexcept_move_construct.cc index 9d43ee9b5d02..8fba8bf4a84e 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/noexcept_move_construct.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/noexcept_move_construct.cc @@ -2,7 +2,7 @@ // 2011-06-01 Paolo Carlini // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/21_strings/basic_string/element_access/char/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string/element_access/char/1.cc index 0d4149487d45..1a749174200a 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/element_access/char/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/element_access/char/1.cc @@ -1,6 +1,6 @@ // 1999-06-08 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/21_strings/basic_string/element_access/char/2.cc b/libstdc++-v3/testsuite/21_strings/basic_string/element_access/char/2.cc index c6436161397a..7db84a8adfe1 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/element_access/char/2.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/element_access/char/2.cc @@ -1,6 +1,6 @@ // 1999-06-08 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/21_strings/basic_string/element_access/char/21674.cc b/libstdc++-v3/testsuite/21_strings/basic_string/element_access/char/21674.cc index 8146745ef64c..876f27714005 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/element_access/char/21674.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/element_access/char/21674.cc @@ -2,7 +2,7 @@ // { dg-options "-O0" } // { dg-require-debug-mode "" } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/21_strings/basic_string/element_access/char/3.cc b/libstdc++-v3/testsuite/21_strings/basic_string/element_access/char/3.cc index 1347607a5dcb..4d60735277cf 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/element_access/char/3.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/element_access/char/3.cc @@ -1,6 +1,6 @@ // 1999-06-08 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/21_strings/basic_string/element_access/char/4.cc b/libstdc++-v3/testsuite/21_strings/basic_string/element_access/char/4.cc index dc8f50fe5202..1a70683d3567 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/element_access/char/4.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/element_access/char/4.cc @@ -1,6 +1,6 @@ // 2004-01-18 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/21_strings/basic_string/element_access/char/58163.cc b/libstdc++-v3/testsuite/21_strings/basic_string/element_access/char/58163.cc index c2ea0fa77443..dc99393d29f8 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/element_access/char/58163.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/element_access/char/58163.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/basic_string/element_access/char/empty.cc b/libstdc++-v3/testsuite/21_strings/basic_string/element_access/char/empty.cc index bedc4d366b86..0f3eaa13cfa2 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/element_access/char/empty.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/element_access/char/empty.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/21_strings/basic_string/element_access/char/front_back.cc b/libstdc++-v3/testsuite/21_strings/basic_string/element_access/char/front_back.cc index 8761cb22b66d..997da696fb12 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/element_access/char/front_back.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/element_access/char/front_back.cc @@ -3,7 +3,7 @@ // 2010-05-31 Paolo Carlini -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/21_strings/basic_string/element_access/wchar_t/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string/element_access/wchar_t/1.cc index bdaef8547e0b..5df21b168c69 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/element_access/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/element_access/wchar_t/1.cc @@ -1,6 +1,6 @@ // 1999-06-08 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/21_strings/basic_string/element_access/wchar_t/2.cc b/libstdc++-v3/testsuite/21_strings/basic_string/element_access/wchar_t/2.cc index 2f93dbf64191..927337769373 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/element_access/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/element_access/wchar_t/2.cc @@ -1,6 +1,6 @@ // 1999-06-08 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/21_strings/basic_string/element_access/wchar_t/21674.cc b/libstdc++-v3/testsuite/21_strings/basic_string/element_access/wchar_t/21674.cc index fa7a90995b7e..b6e6cd100ab5 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/element_access/wchar_t/21674.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/element_access/wchar_t/21674.cc @@ -2,7 +2,7 @@ // { dg-options "-O0" } // { dg-require-debug-mode "" } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/21_strings/basic_string/element_access/wchar_t/3.cc b/libstdc++-v3/testsuite/21_strings/basic_string/element_access/wchar_t/3.cc index 5a1e4fdffa11..e22b4d251042 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/element_access/wchar_t/3.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/element_access/wchar_t/3.cc @@ -1,6 +1,6 @@ // 1999-06-08 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/21_strings/basic_string/element_access/wchar_t/4.cc b/libstdc++-v3/testsuite/21_strings/basic_string/element_access/wchar_t/4.cc index f4a9b92eb1fe..a6330042401a 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/element_access/wchar_t/4.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/element_access/wchar_t/4.cc @@ -1,6 +1,6 @@ // 2004-01-18 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/21_strings/basic_string/element_access/wchar_t/58163.cc b/libstdc++-v3/testsuite/21_strings/basic_string/element_access/wchar_t/58163.cc index 749fd49771db..7f183b2f3d33 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/element_access/wchar_t/58163.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/element_access/wchar_t/58163.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/basic_string/element_access/wchar_t/empty.cc b/libstdc++-v3/testsuite/21_strings/basic_string/element_access/wchar_t/empty.cc index 11b8d32c5191..ae1a9a36e7eb 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/element_access/wchar_t/empty.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/element_access/wchar_t/empty.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/21_strings/basic_string/element_access/wchar_t/front_back.cc b/libstdc++-v3/testsuite/21_strings/basic_string/element_access/wchar_t/front_back.cc index d73dc952a09e..0ef5cc527967 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/element_access/wchar_t/front_back.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/element_access/wchar_t/front_back.cc @@ -3,7 +3,7 @@ // 2010-05-31 Paolo Carlini -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/21_strings/basic_string/init-list.cc b/libstdc++-v3/testsuite/21_strings/basic_string/init-list.cc index 1295d3cf37f4..bb390d650a36 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/init-list.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/init-list.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/21_strings/basic_string/inserters_extractors/char/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/char/1.cc index 9d49db9c507d..38f755c551bb 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/char/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/char/1.cc @@ -1,6 +1,6 @@ // 1999-07-01 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/21_strings/basic_string/inserters_extractors/char/10.cc b/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/char/10.cc index ed2a34ea428f..bc3138900a2a 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/char/10.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/char/10.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/21_strings/basic_string/inserters_extractors/char/11.cc b/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/char/11.cc index 484194c2997a..a2d088020902 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/char/11.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/char/11.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/21_strings/basic_string/inserters_extractors/char/12.cc b/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/char/12.cc index cc2af28f6afd..9fc634c7124c 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/char/12.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/char/12.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/21_strings/basic_string/inserters_extractors/char/28277.cc b/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/char/28277.cc index 33cb0bffd5aa..94c65f57f3a8 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/char/28277.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/char/28277.cc @@ -1,6 +1,6 @@ // 2006-10-12 Paolo Carlini -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/21_strings/basic_string/inserters_extractors/char/4.cc b/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/char/4.cc index 394d0e1a4fdd..16ce85ff2c25 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/char/4.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/char/4.cc @@ -1,6 +1,6 @@ // 1999-07-01 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/21_strings/basic_string/inserters_extractors/char/5.cc b/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/char/5.cc index 3ddae09123f6..c48e20dc7769 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/char/5.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/char/5.cc @@ -1,6 +1,6 @@ // 1999-07-01 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/21_strings/basic_string/inserters_extractors/char/6.cc b/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/char/6.cc index 5121bb581643..7caeab815d73 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/char/6.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/char/6.cc @@ -1,6 +1,6 @@ // 1999-07-01 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/21_strings/basic_string/inserters_extractors/char/7.cc b/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/char/7.cc index 6d49976dc082..5ff7bc82c104 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/char/7.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/char/7.cc @@ -1,6 +1,6 @@ // 1999-07-01 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/21_strings/basic_string/inserters_extractors/char/8.cc b/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/char/8.cc index eed028406cfe..d1f753431aac 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/char/8.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/char/8.cc @@ -1,6 +1,6 @@ // 1999-07-01 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/21_strings/basic_string/inserters_extractors/char/9.cc b/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/char/9.cc index 31965716ddc5..b68921797e35 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/char/9.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/char/9.cc @@ -1,6 +1,6 @@ // 1999-07-01 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/21_strings/basic_string/inserters_extractors/pod/10081-in.cc b/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/pod/10081-in.cc index e7e2165a1bda..b13813245e9d 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/pod/10081-in.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/pod/10081-in.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/21_strings/basic_string/inserters_extractors/pod/10081-out.cc b/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/pod/10081-out.cc index cffd3976ed0c..e88ded6c7b6f 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/pod/10081-out.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/pod/10081-out.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/21_strings/basic_string/inserters_extractors/wchar_t/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/wchar_t/1.cc index 3529f190a5dd..545ec36475b4 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/wchar_t/1.cc @@ -1,6 +1,6 @@ // 1999-07-01 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/21_strings/basic_string/inserters_extractors/wchar_t/10.cc b/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/wchar_t/10.cc index 6a433141ef9a..39ac7a89fc89 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/wchar_t/10.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/wchar_t/10.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/21_strings/basic_string/inserters_extractors/wchar_t/11.cc b/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/wchar_t/11.cc index ae1c11c27c9d..872e4139abaf 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/wchar_t/11.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/wchar_t/11.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/21_strings/basic_string/inserters_extractors/wchar_t/12.cc b/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/wchar_t/12.cc index 4e77c1b7f5a3..f001e4e09855 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/wchar_t/12.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/wchar_t/12.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/21_strings/basic_string/inserters_extractors/wchar_t/28277.cc b/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/wchar_t/28277.cc index a6e43517accb..1c9e527ab0cb 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/wchar_t/28277.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/wchar_t/28277.cc @@ -1,6 +1,6 @@ // 2006-10-12 Paolo Carlini -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/21_strings/basic_string/inserters_extractors/wchar_t/4.cc b/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/wchar_t/4.cc index cbe3debdec92..adc3eb8fbda6 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/wchar_t/4.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/wchar_t/4.cc @@ -1,6 +1,6 @@ // 1999-07-01 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/21_strings/basic_string/inserters_extractors/wchar_t/5.cc b/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/wchar_t/5.cc index a812bb7e4392..c4930652077b 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/wchar_t/5.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/wchar_t/5.cc @@ -1,6 +1,6 @@ // 1999-07-01 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/21_strings/basic_string/inserters_extractors/wchar_t/6.cc b/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/wchar_t/6.cc index 1f6dfae0b9a6..3588ea1bf119 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/wchar_t/6.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/wchar_t/6.cc @@ -1,6 +1,6 @@ // 1999-07-01 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/21_strings/basic_string/inserters_extractors/wchar_t/7.cc b/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/wchar_t/7.cc index 12f443f72efa..0a4e2af1d35d 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/wchar_t/7.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/wchar_t/7.cc @@ -1,6 +1,6 @@ // 1999-07-01 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/21_strings/basic_string/inserters_extractors/wchar_t/8.cc b/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/wchar_t/8.cc index c205c5082918..26c12eb7c166 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/wchar_t/8.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/wchar_t/8.cc @@ -1,6 +1,6 @@ // 1999-07-01 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/21_strings/basic_string/inserters_extractors/wchar_t/9.cc b/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/wchar_t/9.cc index 51e9efd2633e..e244c2590530 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/wchar_t/9.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/wchar_t/9.cc @@ -1,6 +1,6 @@ // 1999-07-01 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/21_strings/basic_string/literals/types.cc b/libstdc++-v3/testsuite/21_strings/basic_string/literals/types.cc index 76a32df813c4..da9afdf84653 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/literals/types.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/literals/types.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/basic_string/literals/values.cc b/libstdc++-v3/testsuite/21_strings/basic_string/literals/values.cc index de1fce663757..c83a76edaa52 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/literals/values.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/literals/values.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/basic_string/lwg2758.cc b/libstdc++-v3/testsuite/21_strings/basic_string/lwg2758.cc index 1d292482014a..aa8c87722269 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/lwg2758.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/lwg2758.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/21_strings/basic_string/modifiers/64422.cc b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/64422.cc index c19a03d7725d..78df9cdecfad 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/64422.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/64422.cc @@ -1,6 +1,6 @@ // 2015-01-02 Bernd Edlinger -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/21_strings/basic_string/modifiers/append/char/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/append/char/1.cc index 1647dfc2ec6f..90620808113c 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/append/char/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/append/char/1.cc @@ -1,6 +1,6 @@ // 1999-07-08 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/21_strings/basic_string/modifiers/append/char/2.cc b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/append/char/2.cc index a893c9300eaf..31922673917a 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/append/char/2.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/append/char/2.cc @@ -1,6 +1,6 @@ // 2004-25-10 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/21_strings/basic_string/modifiers/append/char/3.cc b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/append/char/3.cc index 096f3fc85eb0..1816f84855f7 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/append/char/3.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/append/char/3.cc @@ -1,6 +1,6 @@ // 2004-25-10 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/21_strings/basic_string/modifiers/append/char/4.cc b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/append/char/4.cc index f768fde778f8..9206e3328469 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/append/char/4.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/append/char/4.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/21_strings/basic_string/modifiers/append/wchar_t/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/append/wchar_t/1.cc index e0d4c6532132..b8aa6cb0b33b 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/append/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/append/wchar_t/1.cc @@ -1,6 +1,6 @@ // 1999-07-08 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/21_strings/basic_string/modifiers/append/wchar_t/2.cc b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/append/wchar_t/2.cc index c2984965e044..549ef2ce0587 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/append/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/append/wchar_t/2.cc @@ -1,6 +1,6 @@ // 2004-25-10 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/21_strings/basic_string/modifiers/append/wchar_t/3.cc b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/append/wchar_t/3.cc index 91d2de2d8572..69e4b7cad9bf 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/append/wchar_t/3.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/append/wchar_t/3.cc @@ -1,6 +1,6 @@ // 2004-25-10 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/21_strings/basic_string/modifiers/append/wchar_t/4.cc b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/append/wchar_t/4.cc index 69f7556c7d05..b79b12284789 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/append/wchar_t/4.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/append/wchar_t/4.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/21_strings/basic_string/modifiers/assign/char/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign/char/1.cc index 4250e59a16aa..b948da2e47ba 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign/char/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign/char/1.cc @@ -1,6 +1,6 @@ // 2001-10-30 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/21_strings/basic_string/modifiers/assign/char/2.cc b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign/char/2.cc index 9cbcd132624b..97680828fa55 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign/char/2.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign/char/2.cc @@ -1,6 +1,6 @@ // 2001-10-30 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/21_strings/basic_string/modifiers/assign/char/3.cc b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign/char/3.cc index 90ba1a45df3b..65a91e466160 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign/char/3.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign/char/3.cc @@ -1,6 +1,6 @@ // 2001-10-30 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/21_strings/basic_string/modifiers/assign/char/4.cc b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign/char/4.cc index cfa87b2834f0..4236ad86d8b6 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign/char/4.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign/char/4.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/21_strings/basic_string/modifiers/assign/char/64657.cc b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign/char/64657.cc index 584c18a33915..14d9c522d522 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign/char/64657.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign/char/64657.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/21_strings/basic_string/modifiers/assign/char/move_assign.cc b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign/char/move_assign.cc index b8ebfecdcd9e..0ccd5b0d78a8 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign/char/move_assign.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign/char/move_assign.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-string-conversions "" } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/21_strings/basic_string/modifiers/assign/wchar_t/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign/wchar_t/1.cc index 0fd8c070f002..424ced99a9cf 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign/wchar_t/1.cc @@ -1,6 +1,6 @@ // 2001-10-30 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/21_strings/basic_string/modifiers/assign/wchar_t/2.cc b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign/wchar_t/2.cc index e672f3c41734..bad516d7534b 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign/wchar_t/2.cc @@ -1,6 +1,6 @@ // 2001-10-30 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/21_strings/basic_string/modifiers/assign/wchar_t/3.cc b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign/wchar_t/3.cc index 3f63faac409d..2163df123fcc 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign/wchar_t/3.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign/wchar_t/3.cc @@ -1,6 +1,6 @@ // 2001-10-30 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/21_strings/basic_string/modifiers/assign/wchar_t/4.cc b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign/wchar_t/4.cc index 04e8f1b5b243..03bf30e27ade 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign/wchar_t/4.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign/wchar_t/4.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/21_strings/basic_string/modifiers/assign/wchar_t/move_assign.cc b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign/wchar_t/move_assign.cc index 322ffbbdb829..7b0799289d8f 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign/wchar_t/move_assign.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign/wchar_t/move_assign.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-string-conversions "" } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/21_strings/basic_string/modifiers/insert/char/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/insert/char/1.cc index e63d76ef10a1..87115cd0cae9 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/insert/char/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/insert/char/1.cc @@ -1,6 +1,6 @@ // 1999-06-03 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/21_strings/basic_string/modifiers/insert/char/2.cc b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/insert/char/2.cc index 86451d9ba58c..2760f74ee782 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/insert/char/2.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/insert/char/2.cc @@ -1,6 +1,6 @@ // 1999-06-03 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/21_strings/basic_string/modifiers/insert/char/3.cc b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/insert/char/3.cc index c33a9e3587af..1d28cb839cc7 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/insert/char/3.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/insert/char/3.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/21_strings/basic_string/modifiers/insert/wchar_t/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/insert/wchar_t/1.cc index 982d3c31eef8..269895044cd4 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/insert/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/insert/wchar_t/1.cc @@ -1,6 +1,6 @@ // 1999-06-03 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/21_strings/basic_string/modifiers/insert/wchar_t/2.cc b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/insert/wchar_t/2.cc index bbb7de2b10ef..f940c48c3895 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/insert/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/insert/wchar_t/2.cc @@ -1,6 +1,6 @@ // 1999-06-03 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/21_strings/basic_string/modifiers/insert/wchar_t/3.cc b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/insert/wchar_t/3.cc index 1b5569869dd7..e26b1194f7fb 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/insert/wchar_t/3.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/insert/wchar_t/3.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/21_strings/basic_string/modifiers/pop_back/char/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/pop_back/char/1.cc index 8930d450730a..913dc421b3ae 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/pop_back/char/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/pop_back/char/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/21_strings/basic_string/modifiers/pop_back/wchar_t/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/pop_back/wchar_t/1.cc index 869200c534ea..ccfc20b2489c 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/pop_back/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/pop_back/wchar_t/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/21_strings/basic_string/modifiers/replace/char/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/replace/char/1.cc index b5961f8d056c..3c55bd1188bc 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/replace/char/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/replace/char/1.cc @@ -1,6 +1,6 @@ // 1999-06-10 bkoz -// Copyright (C) 1994-2016 Free Software Foundation, Inc. +// Copyright (C) 1994-2017 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/21_strings/basic_string/modifiers/replace/char/2.cc b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/replace/char/2.cc index e1b50c10ebb3..898ad93a2415 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/replace/char/2.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/replace/char/2.cc @@ -1,6 +1,6 @@ // 1999-06-10 bkoz -// Copyright (C) 1994-2016 Free Software Foundation, Inc. +// Copyright (C) 1994-2017 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/21_strings/basic_string/modifiers/replace/char/3.cc b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/replace/char/3.cc index e1c171983f80..13afb75853f3 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/replace/char/3.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/replace/char/3.cc @@ -1,6 +1,6 @@ // 1999-06-10 bkoz -// Copyright (C) 1994-2016 Free Software Foundation, Inc. +// Copyright (C) 1994-2017 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/21_strings/basic_string/modifiers/replace/char/4.cc b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/replace/char/4.cc index cff071df93b4..7e7442e9005b 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/replace/char/4.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/replace/char/4.cc @@ -1,6 +1,6 @@ // 1999-06-10 bkoz -// Copyright (C) 1994-2016 Free Software Foundation, Inc. +// Copyright (C) 1994-2017 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/21_strings/basic_string/modifiers/replace/char/5.cc b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/replace/char/5.cc index 0a3f5e0cc4e0..c5710fa0680b 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/replace/char/5.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/replace/char/5.cc @@ -1,6 +1,6 @@ // 1999-06-10 bkoz -// Copyright (C) 1994-2016 Free Software Foundation, Inc. +// Copyright (C) 1994-2017 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/21_strings/basic_string/modifiers/replace/char/6.cc b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/replace/char/6.cc index 75a6a4890bc5..681036aee7d7 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/replace/char/6.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/replace/char/6.cc @@ -1,6 +1,6 @@ // 2004-01-26 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/21_strings/basic_string/modifiers/replace/char/7.cc b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/replace/char/7.cc index 3d55bb80dc2c..c5f87657e5ad 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/replace/char/7.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/replace/char/7.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/21_strings/basic_string/modifiers/replace/wchar_t/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/replace/wchar_t/1.cc index 9ca751266032..0ec3cf28ec64 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/replace/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/replace/wchar_t/1.cc @@ -1,6 +1,6 @@ // 1999-06-10 bkoz -// Copyright (C) 1994-2016 Free Software Foundation, Inc. +// Copyright (C) 1994-2017 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/21_strings/basic_string/modifiers/replace/wchar_t/2.cc b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/replace/wchar_t/2.cc index 6baf86303bb2..ee330080ecc0 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/replace/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/replace/wchar_t/2.cc @@ -1,6 +1,6 @@ // 1999-06-10 bkoz -// Copyright (C) 1994-2016 Free Software Foundation, Inc. +// Copyright (C) 1994-2017 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/21_strings/basic_string/modifiers/replace/wchar_t/3.cc b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/replace/wchar_t/3.cc index 4a6033be505b..e9f27b90281f 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/replace/wchar_t/3.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/replace/wchar_t/3.cc @@ -1,6 +1,6 @@ // 1999-06-10 bkoz -// Copyright (C) 1994-2016 Free Software Foundation, Inc. +// Copyright (C) 1994-2017 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/21_strings/basic_string/modifiers/replace/wchar_t/4.cc b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/replace/wchar_t/4.cc index 109c4c307c30..daec06783672 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/replace/wchar_t/4.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/replace/wchar_t/4.cc @@ -1,6 +1,6 @@ // 1999-06-10 bkoz -// Copyright (C) 1994-2016 Free Software Foundation, Inc. +// Copyright (C) 1994-2017 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/21_strings/basic_string/modifiers/replace/wchar_t/5.cc b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/replace/wchar_t/5.cc index cf93370c42e5..0008784d33d2 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/replace/wchar_t/5.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/replace/wchar_t/5.cc @@ -1,6 +1,6 @@ // 1999-06-10 bkoz -// Copyright (C) 1994-2016 Free Software Foundation, Inc. +// Copyright (C) 1994-2017 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/21_strings/basic_string/modifiers/replace/wchar_t/6.cc b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/replace/wchar_t/6.cc index 61e7f35d3d9c..e190ab85f8e3 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/replace/wchar_t/6.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/replace/wchar_t/6.cc @@ -1,6 +1,6 @@ // 2004-01-26 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/21_strings/basic_string/modifiers/replace/wchar_t/7.cc b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/replace/wchar_t/7.cc index 018115101bb6..e62641d093b2 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/replace/wchar_t/7.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/replace/wchar_t/7.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/21_strings/basic_string/numeric_conversions/char/dr1261.cc b/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/dr1261.cc index af9a893aedac..f7b7ece937e3 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/dr1261.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/dr1261.cc @@ -3,7 +3,7 @@ // 2009-11-11 Paolo Carlini -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/21_strings/basic_string/numeric_conversions/char/errno.cc b/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/errno.cc index 9b06ee0473f9..d39364c9859c 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/errno.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/errno.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/21_strings/basic_string/numeric_conversions/char/stod.cc b/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/stod.cc index 088641130075..e46fae85caa3 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/stod.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/stod.cc @@ -4,7 +4,7 @@ // 2008-06-15 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/21_strings/basic_string/numeric_conversions/char/stof.cc b/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/stof.cc index 976deaeb75a7..39dc1cc45fe5 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/stof.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/stof.cc @@ -3,7 +3,7 @@ // 2008-06-15 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/21_strings/basic_string/numeric_conversions/char/stoi.cc b/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/stoi.cc index 669dfc71d3a1..be4d7a069f51 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/stoi.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/stoi.cc @@ -3,7 +3,7 @@ // 2008-06-15 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/21_strings/basic_string/numeric_conversions/char/stol.cc b/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/stol.cc index 40ddbacffa12..bf23dcc80582 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/stol.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/stol.cc @@ -3,7 +3,7 @@ // 2008-06-15 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/21_strings/basic_string/numeric_conversions/char/stold.cc b/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/stold.cc index df39a50b9c89..08a98532e21c 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/stold.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/stold.cc @@ -4,7 +4,7 @@ // 2008-06-15 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/21_strings/basic_string/numeric_conversions/char/stoll.cc b/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/stoll.cc index 9060f5c538f0..310cff1785b8 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/stoll.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/stoll.cc @@ -3,7 +3,7 @@ // 2008-06-15 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/21_strings/basic_string/numeric_conversions/char/stoul.cc b/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/stoul.cc index d5ec6a99d444..8894cdfb7f10 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/stoul.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/stoul.cc @@ -3,7 +3,7 @@ // 2008-06-15 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/21_strings/basic_string/numeric_conversions/char/stoull.cc b/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/stoull.cc index 49545a40229a..d7068c3c423c 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/stoull.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/stoull.cc @@ -3,7 +3,7 @@ // 2008-06-15 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/21_strings/basic_string/numeric_conversions/char/to_string.cc b/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/to_string.cc index adca24ec2e4c..af8c506ea9bf 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/to_string.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/to_string.cc @@ -3,7 +3,7 @@ // 2008-06-15 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/21_strings/basic_string/numeric_conversions/wchar_t/dr1261.cc b/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/wchar_t/dr1261.cc index 90b1b2e67937..8475bfad5413 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/wchar_t/dr1261.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/wchar_t/dr1261.cc @@ -3,7 +3,7 @@ // 2009-11-11 Paolo Carlini -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/21_strings/basic_string/numeric_conversions/wchar_t/stod.cc b/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/wchar_t/stod.cc index 259dc6502483..6769580d7a32 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/wchar_t/stod.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/wchar_t/stod.cc @@ -4,7 +4,7 @@ // 2008-06-15 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/21_strings/basic_string/numeric_conversions/wchar_t/stof.cc b/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/wchar_t/stof.cc index 2da738c3f228..23fc555c0f91 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/wchar_t/stof.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/wchar_t/stof.cc @@ -2,7 +2,7 @@ // { dg-require-string-conversions "" } // 2008-06-15 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/21_strings/basic_string/numeric_conversions/wchar_t/stoi.cc b/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/wchar_t/stoi.cc index 284203a47c29..0db05ad20542 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/wchar_t/stoi.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/wchar_t/stoi.cc @@ -2,7 +2,7 @@ // { dg-require-string-conversions "" } // 2008-06-15 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/21_strings/basic_string/numeric_conversions/wchar_t/stol.cc b/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/wchar_t/stol.cc index f1569b81ae8d..2a68e3035bb3 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/wchar_t/stol.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/wchar_t/stol.cc @@ -2,7 +2,7 @@ // { dg-require-string-conversions "" } // 2008-06-15 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/21_strings/basic_string/numeric_conversions/wchar_t/stold.cc b/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/wchar_t/stold.cc index 3a95010945b2..daa3d69d0365 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/wchar_t/stold.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/wchar_t/stold.cc @@ -4,7 +4,7 @@ // 2008-06-15 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/21_strings/basic_string/numeric_conversions/wchar_t/stoll.cc b/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/wchar_t/stoll.cc index c7209a4a5a6a..90be91dcb987 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/wchar_t/stoll.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/wchar_t/stoll.cc @@ -2,7 +2,7 @@ // { dg-require-string-conversions "" } // 2008-06-15 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/21_strings/basic_string/numeric_conversions/wchar_t/stoul.cc b/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/wchar_t/stoul.cc index 5b76f81dc738..1c9ea091d123 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/wchar_t/stoul.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/wchar_t/stoul.cc @@ -2,7 +2,7 @@ // { dg-require-string-conversions "" } // 2008-06-15 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/21_strings/basic_string/numeric_conversions/wchar_t/stoull.cc b/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/wchar_t/stoull.cc index dd6e92deee1d..6681a3959e99 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/wchar_t/stoull.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/wchar_t/stoull.cc @@ -2,7 +2,7 @@ // { dg-require-string-conversions "" } // 2008-06-15 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/21_strings/basic_string/numeric_conversions/wchar_t/to_wstring.cc b/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/wchar_t/to_wstring.cc index 802791c86301..51919da71623 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/wchar_t/to_wstring.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/wchar_t/to_wstring.cc @@ -2,7 +2,7 @@ // { dg-require-string-conversions "" } // 2008-06-15 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/21_strings/basic_string/operations/compare/char/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string/operations/compare/char/1.cc index 8b7ff864fc59..67dbf368081b 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/operations/compare/char/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/operations/compare/char/1.cc @@ -1,6 +1,6 @@ // 980930 bkoz work with libstdc++v3 -// Copyright (C) 1998-2016 Free Software Foundation, Inc. +// Copyright (C) 1998-2017 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/21_strings/basic_string/operations/compare/char/13650.cc b/libstdc++-v3/testsuite/21_strings/basic_string/operations/compare/char/13650.cc index e33ab21b4154..7596febd25e8 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/operations/compare/char/13650.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/operations/compare/char/13650.cc @@ -1,6 +1,6 @@ // 2004-01-13 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/21_strings/basic_string/operations/compare/char/2.cc b/libstdc++-v3/testsuite/21_strings/basic_string/operations/compare/char/2.cc index bc34a2f75284..416fe7b0aa86 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/operations/compare/char/2.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/operations/compare/char/2.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/21_strings/basic_string/operations/compare/wchar_t/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string/operations/compare/wchar_t/1.cc index 1a28ad776267..20cd7944fb4f 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/operations/compare/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/operations/compare/wchar_t/1.cc @@ -1,6 +1,6 @@ // 980930 bkoz work with libstdc++v3 -// Copyright (C) 1998-2016 Free Software Foundation, Inc. +// Copyright (C) 1998-2017 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/21_strings/basic_string/operations/compare/wchar_t/13650.cc b/libstdc++-v3/testsuite/21_strings/basic_string/operations/compare/wchar_t/13650.cc index 7e7657cca375..d752771ee6e3 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/operations/compare/wchar_t/13650.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/operations/compare/wchar_t/13650.cc @@ -1,6 +1,6 @@ // 2004-01-13 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/21_strings/basic_string/operations/compare/wchar_t/2.cc b/libstdc++-v3/testsuite/21_strings/basic_string/operations/compare/wchar_t/2.cc index 5019479ba1c5..7749bc30e584 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/operations/compare/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/operations/compare/wchar_t/2.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/21_strings/basic_string/operations/find/char/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string/operations/find/char/1.cc index bc37f4da1d6e..6f0fe57a0c61 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/operations/find/char/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/operations/find/char/1.cc @@ -1,6 +1,6 @@ // 1999-06-09 bkoz -// Copyright (C) 1994-2016 Free Software Foundation, Inc. +// Copyright (C) 1994-2017 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/21_strings/basic_string/operations/find/char/2.cc b/libstdc++-v3/testsuite/21_strings/basic_string/operations/find/char/2.cc index 85d4f3a77c33..8202769b6284 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/operations/find/char/2.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/operations/find/char/2.cc @@ -1,6 +1,6 @@ // 1999-06-09 bkoz -// Copyright (C) 1994-2016 Free Software Foundation, Inc. +// Copyright (C) 1994-2017 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/21_strings/basic_string/operations/find/char/3.cc b/libstdc++-v3/testsuite/21_strings/basic_string/operations/find/char/3.cc index d2324c6ecec5..d4ffc7b399cc 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/operations/find/char/3.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/operations/find/char/3.cc @@ -1,6 +1,6 @@ // 2003-05-04 Paolo Carlini -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/21_strings/basic_string/operations/find/char/4.cc b/libstdc++-v3/testsuite/21_strings/basic_string/operations/find/char/4.cc index 52641b3af464..d0e0ceaca3f3 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/operations/find/char/4.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/operations/find/char/4.cc @@ -1,6 +1,6 @@ // 2007-03-30 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/21_strings/basic_string/operations/find/char/5.cc b/libstdc++-v3/testsuite/21_strings/basic_string/operations/find/char/5.cc index 683c708048dc..982f03df7622 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/operations/find/char/5.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/operations/find/char/5.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/21_strings/basic_string/operations/find/wchar_t/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string/operations/find/wchar_t/1.cc index 7dd9250c47dc..19609b048b10 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/operations/find/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/operations/find/wchar_t/1.cc @@ -1,6 +1,6 @@ // 1999-06-09 bkoz -// Copyright (C) 1994-2016 Free Software Foundation, Inc. +// Copyright (C) 1994-2017 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/21_strings/basic_string/operations/find/wchar_t/2.cc b/libstdc++-v3/testsuite/21_strings/basic_string/operations/find/wchar_t/2.cc index affd19f22ff9..5850d4f0483f 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/operations/find/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/operations/find/wchar_t/2.cc @@ -1,6 +1,6 @@ // 1999-06-09 bkoz -// Copyright (C) 1994-2016 Free Software Foundation, Inc. +// Copyright (C) 1994-2017 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/21_strings/basic_string/operations/find/wchar_t/3.cc b/libstdc++-v3/testsuite/21_strings/basic_string/operations/find/wchar_t/3.cc index c0081f7a17dc..66c6db78322f 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/operations/find/wchar_t/3.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/operations/find/wchar_t/3.cc @@ -1,6 +1,6 @@ // 2003-05-04 Paolo Carlini -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/21_strings/basic_string/operations/find/wchar_t/4.cc b/libstdc++-v3/testsuite/21_strings/basic_string/operations/find/wchar_t/4.cc index e8c1835f1b6a..026174b0dcca 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/operations/find/wchar_t/4.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/operations/find/wchar_t/4.cc @@ -1,6 +1,6 @@ // 2007-03-30 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/21_strings/basic_string/operations/find/wchar_t/5.cc b/libstdc++-v3/testsuite/21_strings/basic_string/operations/find/wchar_t/5.cc index 77a1c967b560..07ccc2496883 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/operations/find/wchar_t/5.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/operations/find/wchar_t/5.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/21_strings/basic_string/operations/rfind/char/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string/operations/rfind/char/1.cc index 035ce461426a..46cc9a488e4a 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/operations/rfind/char/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/operations/rfind/char/1.cc @@ -1,6 +1,6 @@ // 2000-06-22 -=dbv=- (shamelessy copied from bkoz' find.cc) -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/21_strings/basic_string/operations/rfind/char/2.cc b/libstdc++-v3/testsuite/21_strings/basic_string/operations/rfind/char/2.cc index 06ca503d46cd..c979859cde20 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/operations/rfind/char/2.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/operations/rfind/char/2.cc @@ -1,6 +1,6 @@ // from tstring.cc, from jason merrill, et. al. -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/21_strings/basic_string/operations/rfind/char/3.cc b/libstdc++-v3/testsuite/21_strings/basic_string/operations/rfind/char/3.cc index 661be5a80b7e..999eceb11f26 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/operations/rfind/char/3.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/operations/rfind/char/3.cc @@ -1,6 +1,6 @@ // from tstring.cc, from jason merrill, et. al. -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/21_strings/basic_string/operations/rfind/wchar_t/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string/operations/rfind/wchar_t/1.cc index d9c762792b06..b44956a622c4 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/operations/rfind/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/operations/rfind/wchar_t/1.cc @@ -1,6 +1,6 @@ // 2000-06-22 -=dbv=- (shamelessy copied from bkoz' find.cc) -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/21_strings/basic_string/operations/rfind/wchar_t/2.cc b/libstdc++-v3/testsuite/21_strings/basic_string/operations/rfind/wchar_t/2.cc index e977a6d8517d..50ce497bdaca 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/operations/rfind/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/operations/rfind/wchar_t/2.cc @@ -1,6 +1,6 @@ // from tstring.cc, from jason merrill, et. al. -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/21_strings/basic_string/operations/rfind/wchar_t/3.cc b/libstdc++-v3/testsuite/21_strings/basic_string/operations/rfind/wchar_t/3.cc index 33f277a42434..595489c6b28e 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/operations/rfind/wchar_t/3.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/operations/rfind/wchar_t/3.cc @@ -1,6 +1,6 @@ // from tstring.cc, from jason merrill, et. al. -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/21_strings/basic_string/operations/substr/char/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string/operations/substr/char/1.cc index 76041208e213..0c8e141ee082 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/operations/substr/char/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/operations/substr/char/1.cc @@ -1,6 +1,6 @@ // 1999-06-10 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/21_strings/basic_string/operations/substr/wchar_t/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string/operations/substr/wchar_t/1.cc index 2e18c7d14b44..03bf21adfe0e 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/operations/substr/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/operations/substr/wchar_t/1.cc @@ -1,6 +1,6 @@ // 1999-06-10 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/21_strings/basic_string/operators/char/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string/operators/char/1.cc index f6aa4eef9a34..6d9a887461f9 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/operators/char/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/operators/char/1.cc @@ -1,6 +1,6 @@ // 1999-05-07 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/21_strings/basic_string/operators/char/2.cc b/libstdc++-v3/testsuite/21_strings/basic_string/operators/char/2.cc index 856c85c2f908..85d111816734 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/operators/char/2.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/operators/char/2.cc @@ -1,6 +1,6 @@ // 1998-10-01, 1999-06-25 bkoz -// Copyright (C) 1998-2016 Free Software Foundation, Inc. +// Copyright (C) 1998-2017 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/21_strings/basic_string/operators/char/3.cc b/libstdc++-v3/testsuite/21_strings/basic_string/operators/char/3.cc index 4ae0b65af4a5..0e47573f7ec6 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/operators/char/3.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/operators/char/3.cc @@ -1,6 +1,6 @@ // 2010-12-17 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/21_strings/basic_string/operators/char/4.cc b/libstdc++-v3/testsuite/21_strings/basic_string/operators/char/4.cc index d37f01b7f2d2..0058220ae918 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/operators/char/4.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/operators/char/4.cc @@ -1,6 +1,6 @@ // 2010-12-19 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/21_strings/basic_string/operators/char/5.cc b/libstdc++-v3/testsuite/21_strings/basic_string/operators/char/5.cc index d30a30804e5b..10ad21c06492 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/operators/char/5.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/operators/char/5.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/21_strings/basic_string/operators/char/65630.cc b/libstdc++-v3/testsuite/21_strings/basic_string/operators/char/65630.cc index 04a4f51b568d..db26e70f46ce 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/operators/char/65630.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/operators/char/65630.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/21_strings/basic_string/operators/wchar_t/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string/operators/wchar_t/1.cc index 9841632de3ff..47326988bf7e 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/operators/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/operators/wchar_t/1.cc @@ -1,6 +1,6 @@ // 1999-05-07 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/21_strings/basic_string/operators/wchar_t/2.cc b/libstdc++-v3/testsuite/21_strings/basic_string/operators/wchar_t/2.cc index e22aed2e989b..394804939cad 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/operators/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/operators/wchar_t/2.cc @@ -1,6 +1,6 @@ // 1998-10-01, 1999-06-25 bkoz -// Copyright (C) 1998-2016 Free Software Foundation, Inc. +// Copyright (C) 1998-2017 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/21_strings/basic_string/operators/wchar_t/3.cc b/libstdc++-v3/testsuite/21_strings/basic_string/operators/wchar_t/3.cc index 362b618b4438..a16da6639042 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/operators/wchar_t/3.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/operators/wchar_t/3.cc @@ -1,6 +1,6 @@ // 2010-12-17 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/21_strings/basic_string/operators/wchar_t/4.cc b/libstdc++-v3/testsuite/21_strings/basic_string/operators/wchar_t/4.cc index 292d917fdd14..3cdedfd097d7 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/operators/wchar_t/4.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/operators/wchar_t/4.cc @@ -1,6 +1,6 @@ // 2010-12-19 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/21_strings/basic_string/operators/wchar_t/5.cc b/libstdc++-v3/testsuite/21_strings/basic_string/operators/wchar_t/5.cc index 619a29b94c6f..636b761acfc3 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/operators/wchar_t/5.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/operators/wchar_t/5.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/21_strings/basic_string/operators/wchar_t/65630.cc b/libstdc++-v3/testsuite/21_strings/basic_string/operators/wchar_t/65630.cc index fbb80c303005..7eca05b063c9 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/operators/wchar_t/65630.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/operators/wchar_t/65630.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/21_strings/basic_string/pthread18185.cc b/libstdc++-v3/testsuite/21_strings/basic_string/pthread18185.cc index d75e8a4d9ec3..d00d1f4ea56c 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/pthread18185.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/pthread18185.cc @@ -1,5 +1,5 @@ // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/21_strings/basic_string/pthread33394.cc b/libstdc++-v3/testsuite/21_strings/basic_string/pthread33394.cc index 1e48ca78f638..a5445260408c 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/pthread33394.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/pthread33394.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/21_strings/basic_string/pthread4.cc b/libstdc++-v3/testsuite/21_strings/basic_string/pthread4.cc index fc3c46abd2d6..bf5604549161 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/pthread4.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/pthread4.cc @@ -2,7 +2,7 @@ // Adapted from http://gcc.gnu.org/ml/gcc-bugs/2002-01/msg00679.html // which was adapted from pthread1.cc by Mike Lu // -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/21_strings/basic_string/range_access/char/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string/range_access/char/1.cc index 43b24be4f573..2dbb20ddb75b 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/range_access/char/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/range_access/char/1.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/21_strings/basic_string/range_access/wchar_t/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string/range_access/wchar_t/1.cc index 60895883df38..20894e69c0e5 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/range_access/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/range_access/wchar_t/1.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/21_strings/basic_string/requirements/citerators.cc b/libstdc++-v3/testsuite/21_strings/basic_string/requirements/citerators.cc index 40fa65b6bf3a..404298842ad4 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/requirements/citerators.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/requirements/citerators.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-string-conversions "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/21_strings/basic_string/requirements/dr438/constructor.cc b/libstdc++-v3/testsuite/21_strings/basic_string/requirements/dr438/constructor.cc index 74453f94b2de..6fda4539bb75 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/requirements/dr438/constructor.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/requirements/dr438/constructor.cc @@ -1,6 +1,6 @@ // 2007-04-27 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/21_strings/basic_string/requirements/exception/basic.cc b/libstdc++-v3/testsuite/21_strings/basic_string/requirements/exception/basic.cc index 5f3988817c1f..e89dcbf43d50 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/requirements/exception/basic.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/requirements/exception/basic.cc @@ -3,7 +3,7 @@ // 2009-11-10 Benjamin Kosnik -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/21_strings/basic_string/requirements/exception/generation_prohibited.cc b/libstdc++-v3/testsuite/21_strings/basic_string/requirements/exception/generation_prohibited.cc index d03da27cbfd6..6f82d159aa91 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/requirements/exception/generation_prohibited.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/requirements/exception/generation_prohibited.cc @@ -3,7 +3,7 @@ // 2009-09-14 Benjamin Kosnik -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/21_strings/basic_string/requirements/exception/propagation_consistent.cc b/libstdc++-v3/testsuite/21_strings/basic_string/requirements/exception/propagation_consistent.cc index a9f44ac38c00..d185ec43d7b9 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/requirements/exception/propagation_consistent.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/requirements/exception/propagation_consistent.cc @@ -3,7 +3,7 @@ // 2009-09-14 Benjamin Kosnik -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/21_strings/basic_string/requirements/explicit_instantiation/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string/requirements/explicit_instantiation/1.cc index daa920980a13..d786ddfed06e 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/requirements/explicit_instantiation/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/requirements/explicit_instantiation/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/21_strings/basic_string/requirements/explicit_instantiation/char/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string/requirements/explicit_instantiation/char/1.cc index 8e230e3bdc58..1c7e951e3828 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/requirements/explicit_instantiation/char/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/requirements/explicit_instantiation/char/1.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/21_strings/basic_string/requirements/explicit_instantiation/char16_t/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string/requirements/explicit_instantiation/char16_t/1.cc index 24eb37c94bd4..ac56161f3e54 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/requirements/explicit_instantiation/char16_t/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/requirements/explicit_instantiation/char16_t/1.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/21_strings/basic_string/requirements/explicit_instantiation/char32_t/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string/requirements/explicit_instantiation/char32_t/1.cc index 9eb6a6a10170..ffe2510a08d4 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/requirements/explicit_instantiation/char32_t/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/requirements/explicit_instantiation/char32_t/1.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/21_strings/basic_string/requirements/explicit_instantiation/debug.cc b/libstdc++-v3/testsuite/21_strings/basic_string/requirements/explicit_instantiation/debug.cc index dc05c0fd1124..085afb779285 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/requirements/explicit_instantiation/debug.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/requirements/explicit_instantiation/debug.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/21_strings/basic_string/requirements/explicit_instantiation/wchar_t/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string/requirements/explicit_instantiation/wchar_t/1.cc index b6d84af57f40..fd7c2e137f1a 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/requirements/explicit_instantiation/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/requirements/explicit_instantiation/wchar_t/1.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/21_strings/basic_string/requirements/typedefs.cc b/libstdc++-v3/testsuite/21_strings/basic_string/requirements/typedefs.cc index 3c14882c8793..17c626975e92 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/requirements/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/21_strings/basic_string/types/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string/types/1.cc index c46013af324c..e7783b2c097d 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/types/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/types/1.cc @@ -1,6 +1,6 @@ // 2005-12-01 Paolo Carlini -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/21_strings/basic_string/types/23767.cc b/libstdc++-v3/testsuite/21_strings/basic_string/types/23767.cc index ef46ca770e3c..1ac7e8de0d49 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/types/23767.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/types/23767.cc @@ -1,6 +1,6 @@ // 2005-09-12 Paolo Carlini // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/21_strings/basic_string_view/capacity/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/capacity/1.cc index 7e13adc5b99f..c1d6d9a478ad 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/capacity/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/capacity/1.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/basic_string_view/cons/char/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/cons/char/1.cc index ba07a3e80f9f..ba04526342b8 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/cons/char/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/cons/char/1.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/basic_string_view/cons/char/2.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/cons/char/2.cc index 275b33ab31a5..b519aea4d353 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/cons/char/2.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/cons/char/2.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/basic_string_view/cons/char/3.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/cons/char/3.cc index 6a9b96d5f0ec..5b4a152d7bf5 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/cons/char/3.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/cons/char/3.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/basic_string_view/cons/wchar_t/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/cons/wchar_t/1.cc index 09865711e3b5..ced013f19f75 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/cons/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/cons/wchar_t/1.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/basic_string_view/cons/wchar_t/2.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/cons/wchar_t/2.cc index 443297244d56..bd8d70b93176 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/cons/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/cons/wchar_t/2.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/basic_string_view/cons/wchar_t/3.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/cons/wchar_t/3.cc index 26550df582b9..8d23ba6f7e0a 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/cons/wchar_t/3.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/cons/wchar_t/3.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/basic_string_view/element_access/char/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/element_access/char/1.cc index 714fccdd7888..5916eb60154e 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/element_access/char/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/element_access/char/1.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/basic_string_view/element_access/char/2.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/element_access/char/2.cc index e2a1e69f3dc1..cd6db7402624 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/element_access/char/2.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/element_access/char/2.cc @@ -2,7 +2,7 @@ // { dg-options "-std=gnu++17 -O0" } // { dg-require-debug-mode "" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/basic_string_view/element_access/char/front_back.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/element_access/char/front_back.cc index 4ae3dc4f8315..96dc58dfc7b4 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/element_access/char/front_back.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/element_access/char/front_back.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-require-string-conversions "" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/basic_string_view/element_access/wchar_t/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/element_access/wchar_t/1.cc index b16c5dba9cec..2ca1c22eed45 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/element_access/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/element_access/wchar_t/1.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/basic_string_view/element_access/wchar_t/2.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/element_access/wchar_t/2.cc index 0c4aab774688..bebd5b30c7d0 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/element_access/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/element_access/wchar_t/2.cc @@ -2,7 +2,7 @@ // { dg-options "-std=gnu++17 -O0" } // { dg-require-debug-mode "" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/basic_string_view/element_access/wchar_t/empty.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/element_access/wchar_t/empty.cc index 7e2706c3e436..188d28707b0d 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/element_access/wchar_t/empty.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/element_access/wchar_t/empty.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/basic_string_view/element_access/wchar_t/front_back.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/element_access/wchar_t/front_back.cc index ce814d366654..609a7ce41a66 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/element_access/wchar_t/front_back.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/element_access/wchar_t/front_back.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-require-string-conversions "" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/basic_string_view/include.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/include.cc index 10594ed5bbde..8d9447cdd4be 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/include.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/include.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/basic_string_view/inserters/char/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/inserters/char/1.cc index d205506ad268..0042df2d7e80 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/inserters/char/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/inserters/char/1.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/basic_string_view/inserters/char/2.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/inserters/char/2.cc index 9a8ff0f5e427..3c7176b94953 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/inserters/char/2.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/inserters/char/2.cc @@ -1,5 +1,5 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/basic_string_view/inserters/char/3.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/inserters/char/3.cc index 230445c44503..cd54b67a4703 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/inserters/char/3.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/inserters/char/3.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/basic_string_view/inserters/pod/10081-out.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/inserters/pod/10081-out.cc index cac91562e709..7aca3af6a641 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/inserters/pod/10081-out.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/inserters/pod/10081-out.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/basic_string_view/inserters/wchar_t/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/inserters/wchar_t/1.cc index a53f5de0b014..29ed5713bfc5 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/inserters/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/inserters/wchar_t/1.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/basic_string_view/inserters/wchar_t/2.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/inserters/wchar_t/2.cc index 27f952dcbe0d..3ff681fef164 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/inserters/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/inserters/wchar_t/2.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/basic_string_view/inserters/wchar_t/3.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/inserters/wchar_t/3.cc index 01a25fec7fc0..e0bd6a9387d9 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/inserters/wchar_t/3.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/inserters/wchar_t/3.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/basic_string_view/literals/types.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/literals/types.cc index 42e8b16070ef..ac0cc8f5027c 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/literals/types.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/literals/types.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/basic_string_view/literals/values.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/literals/values.cc index bbaa70e854ae..b3d45a1d30e5 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/literals/values.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/literals/values.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/basic_string_view/modifiers/remove_prefix/char/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/modifiers/remove_prefix/char/1.cc index 476b289cb26b..da5558da91f6 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/modifiers/remove_prefix/char/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/modifiers/remove_prefix/char/1.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/basic_string_view/modifiers/remove_prefix/wchar_t/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/modifiers/remove_prefix/wchar_t/1.cc index cbf7640d8f13..db38ab3c6163 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/modifiers/remove_prefix/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/modifiers/remove_prefix/wchar_t/1.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/basic_string_view/modifiers/remove_suffix/char/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/modifiers/remove_suffix/char/1.cc index eb67a445f62e..042f9bbce6b4 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/modifiers/remove_suffix/char/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/modifiers/remove_suffix/char/1.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/basic_string_view/modifiers/remove_suffix/wchar_t/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/modifiers/remove_suffix/wchar_t/1.cc index e8d3d3ed62c8..05c90d8c32a3 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/modifiers/remove_suffix/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/modifiers/remove_suffix/wchar_t/1.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/basic_string_view/operations/compare/char/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/compare/char/1.cc index 9fdc13b44164..e4e41f70a479 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/compare/char/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/compare/char/1.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/basic_string_view/operations/compare/char/13650.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/compare/char/13650.cc index 629f3ccca642..8812db652629 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/compare/char/13650.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/compare/char/13650.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/basic_string_view/operations/compare/wchar_t/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/compare/wchar_t/1.cc index 02513723e0dd..47b36c6cb01c 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/compare/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/compare/wchar_t/1.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/basic_string_view/operations/compare/wchar_t/13650.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/compare/wchar_t/13650.cc index fbdb7d3c8852..f56713b343db 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/compare/wchar_t/13650.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/compare/wchar_t/13650.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/basic_string_view/operations/copy/char/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/copy/char/1.cc index 955d1fb551c4..88a74f6ee878 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/copy/char/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/copy/char/1.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/basic_string_view/operations/copy/wchar_t/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/copy/wchar_t/1.cc index 54d1667afdb5..0e625d638a7f 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/copy/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/copy/wchar_t/1.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/basic_string_view/operations/find/char/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/find/char/1.cc index 8a77c767dc36..cc56ddba91eb 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/find/char/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/find/char/1.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/basic_string_view/operations/find/char/2.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/find/char/2.cc index c112414ded50..2420cb980732 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/find/char/2.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/find/char/2.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/basic_string_view/operations/find/char/3.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/find/char/3.cc index cf5014b08205..9c9a49123f8c 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/find/char/3.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/find/char/3.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/basic_string_view/operations/find/char/4.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/find/char/4.cc index 9391a22b6070..03689fa8cb42 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/find/char/4.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/find/char/4.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/basic_string_view/operations/find/wchar_t/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/find/wchar_t/1.cc index e15af9e829ea..f0affe236393 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/find/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/find/wchar_t/1.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/basic_string_view/operations/find/wchar_t/2.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/find/wchar_t/2.cc index a533e13783f7..13434de844e4 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/find/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/find/wchar_t/2.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/basic_string_view/operations/find/wchar_t/3.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/find/wchar_t/3.cc index 4faee2e3550d..8c2c81b27f27 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/find/wchar_t/3.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/find/wchar_t/3.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/basic_string_view/operations/find/wchar_t/4.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/find/wchar_t/4.cc index aa9b6cc75335..0f39d5662875 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/find/wchar_t/4.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/find/wchar_t/4.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/basic_string_view/operations/rfind/char/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/rfind/char/1.cc index f9e1bf144327..59f8f8c4690a 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/rfind/char/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/rfind/char/1.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/basic_string_view/operations/rfind/char/2.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/rfind/char/2.cc index 3b2c30ab41b2..7a793d82bd53 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/rfind/char/2.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/rfind/char/2.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/basic_string_view/operations/rfind/char/3.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/rfind/char/3.cc index 471a0c802dd1..6bf84b371f84 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/rfind/char/3.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/rfind/char/3.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/basic_string_view/operations/rfind/wchar_t/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/rfind/wchar_t/1.cc index 7eff92c488a3..cf587d392039 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/rfind/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/rfind/wchar_t/1.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/basic_string_view/operations/rfind/wchar_t/2.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/rfind/wchar_t/2.cc index 2acdcd302124..6c44bed6b69e 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/rfind/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/rfind/wchar_t/2.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/basic_string_view/operations/rfind/wchar_t/3.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/rfind/wchar_t/3.cc index b2ade360b03a..ec70541e6cec 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/rfind/wchar_t/3.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/rfind/wchar_t/3.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/basic_string_view/operations/string_conversion/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/string_conversion/1.cc index d904da54dd2b..0a324b89337d 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/string_conversion/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/string_conversion/1.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/21_strings/basic_string_view/operations/substr/char/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/substr/char/1.cc index ab573e9c04e6..adffbc37b365 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/substr/char/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/substr/char/1.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/basic_string_view/operations/substr/wchar_t/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/substr/wchar_t/1.cc index dfa656de0ddb..ebbfe93b140b 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/substr/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/substr/wchar_t/1.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/basic_string_view/operators/char/2.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/operators/char/2.cc index e405593306ab..89130b8363b7 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/operators/char/2.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/operators/char/2.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/basic_string_view/operators/wchar_t/2.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/operators/wchar_t/2.cc index 1b4e0f46f38a..dce819469cdc 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/operators/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/operators/wchar_t/2.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/basic_string_view/range_access/char/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/range_access/char/1.cc index 8640aa3921a8..e46d7eda2ba8 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/range_access/char/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/range_access/char/1.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-options "-std=gnu++17" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/basic_string_view/range_access/wchar_t/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/range_access/wchar_t/1.cc index cd3ddfd063e3..9c0370c20b7d 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/range_access/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/range_access/wchar_t/1.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-options "-std=gnu++17" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/basic_string_view/requirements/explicit_instantiation/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/requirements/explicit_instantiation/1.cc index 297e64049b6c..dd2c94035a18 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/requirements/explicit_instantiation/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/requirements/explicit_instantiation/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/basic_string_view/requirements/explicit_instantiation/char/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/requirements/explicit_instantiation/char/1.cc index 759cf08d781c..99a0d03816f2 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/requirements/explicit_instantiation/char/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/requirements/explicit_instantiation/char/1.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-options "-std=gnu++17" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/basic_string_view/requirements/explicit_instantiation/char16_t/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/requirements/explicit_instantiation/char16_t/1.cc index 11217073df62..f4d925042d75 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/requirements/explicit_instantiation/char16_t/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/requirements/explicit_instantiation/char16_t/1.cc @@ -2,7 +2,7 @@ // { dg-options "-std=gnu++17" } // { dg-require-cstdint "" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/basic_string_view/requirements/explicit_instantiation/char32_t/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/requirements/explicit_instantiation/char32_t/1.cc index a9a0947b8566..0c68a59df339 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/requirements/explicit_instantiation/char32_t/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/requirements/explicit_instantiation/char32_t/1.cc @@ -2,7 +2,7 @@ // { dg-options "-std=gnu++17" } // { dg-require-cstdint "" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/basic_string_view/requirements/explicit_instantiation/wchar_t/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/requirements/explicit_instantiation/wchar_t/1.cc index 0a5aab37cae7..59c8cc3e38c1 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/requirements/explicit_instantiation/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/requirements/explicit_instantiation/wchar_t/1.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-options "-std=gnu++17" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/basic_string_view/requirements/typedefs.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/requirements/typedefs.cc index 4e172a7d6857..2591c30f14ac 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/requirements/typedefs.cc @@ -2,7 +2,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/basic_string_view/typedefs.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/typedefs.cc index ac0b1f9f5b02..5873c6af0d71 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/typedefs.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/typedefs.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/21_strings/basic_string_view/types/1.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/types/1.cc index f20995159cb5..d103b43536d4 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/types/1.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string_view/types/1.cc @@ -1,5 +1,5 @@ // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/c_strings/char/1.cc b/libstdc++-v3/testsuite/21_strings/c_strings/char/1.cc index d36f0f33040c..a90503726deb 100644 --- a/libstdc++-v3/testsuite/21_strings/c_strings/char/1.cc +++ b/libstdc++-v3/testsuite/21_strings/c_strings/char/1.cc @@ -1,6 +1,6 @@ // 2001-04-02 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/21_strings/c_strings/char/2.cc b/libstdc++-v3/testsuite/21_strings/c_strings/char/2.cc index e77c1c74349b..3231b15d34ee 100644 --- a/libstdc++-v3/testsuite/21_strings/c_strings/char/2.cc +++ b/libstdc++-v3/testsuite/21_strings/c_strings/char/2.cc @@ -1,6 +1,6 @@ // 2001-04-02 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/21_strings/c_strings/char/3_neg.cc b/libstdc++-v3/testsuite/21_strings/c_strings/char/3_neg.cc index 27cfdd28cb68..0303498d3a65 100644 --- a/libstdc++-v3/testsuite/21_strings/c_strings/char/3_neg.cc +++ b/libstdc++-v3/testsuite/21_strings/c_strings/char/3_neg.cc @@ -1,7 +1,7 @@ // { dg-do compile { target correct_iso_cpp_string_wchar_protos } } // { dg-options "-O2" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/21_strings/c_strings/char/69626.cc b/libstdc++-v3/testsuite/21_strings/c_strings/char/69626.cc index be3cdb32f97c..84f642ff015b 100644 --- a/libstdc++-v3/testsuite/21_strings/c_strings/char/69626.cc +++ b/libstdc++-v3/testsuite/21_strings/c_strings/char/69626.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/21_strings/c_strings/wchar_t/1.cc b/libstdc++-v3/testsuite/21_strings/c_strings/wchar_t/1.cc index 67a00d58f561..1bccf8ed3c80 100644 --- a/libstdc++-v3/testsuite/21_strings/c_strings/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/21_strings/c_strings/wchar_t/1.cc @@ -1,6 +1,6 @@ // 2001-04-02 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/21_strings/c_strings/wchar_t/2.cc b/libstdc++-v3/testsuite/21_strings/c_strings/wchar_t/2.cc index f41d09cac1a8..c73b1806ee2d 100644 --- a/libstdc++-v3/testsuite/21_strings/c_strings/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/21_strings/c_strings/wchar_t/2.cc @@ -1,6 +1,6 @@ // 2001-04-02 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/21_strings/c_strings/wchar_t/24559.cc b/libstdc++-v3/testsuite/21_strings/c_strings/wchar_t/24559.cc index 96ffd51843bc..572999b3386a 100644 --- a/libstdc++-v3/testsuite/21_strings/c_strings/wchar_t/24559.cc +++ b/libstdc++-v3/testsuite/21_strings/c_strings/wchar_t/24559.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/21_strings/c_strings/wchar_t/3_neg.cc b/libstdc++-v3/testsuite/21_strings/c_strings/wchar_t/3_neg.cc index edf21aef167f..41bd23b82f1b 100644 --- a/libstdc++-v3/testsuite/21_strings/c_strings/wchar_t/3_neg.cc +++ b/libstdc++-v3/testsuite/21_strings/c_strings/wchar_t/3_neg.cc @@ -1,7 +1,7 @@ // { dg-do compile { target correct_iso_cpp_string_wchar_protos } } // { dg-options "-O2" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/21_strings/char_traits/requirements/char/1.cc b/libstdc++-v3/testsuite/21_strings/char_traits/requirements/char/1.cc index 034ec1dcd244..263d3878b3f6 100644 --- a/libstdc++-v3/testsuite/21_strings/char_traits/requirements/char/1.cc +++ b/libstdc++-v3/testsuite/21_strings/char_traits/requirements/char/1.cc @@ -1,6 +1,6 @@ // 1999-06-03 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/21_strings/char_traits/requirements/char/57704.cc b/libstdc++-v3/testsuite/21_strings/char_traits/requirements/char/57704.cc index a4ec0c8f88c1..afae07bd65ea 100644 --- a/libstdc++-v3/testsuite/21_strings/char_traits/requirements/char/57704.cc +++ b/libstdc++-v3/testsuite/21_strings/char_traits/requirements/char/57704.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/21_strings/char_traits/requirements/char/65049.cc b/libstdc++-v3/testsuite/21_strings/char_traits/requirements/char/65049.cc index e9ccbb4a843c..ca2d0bc90220 100644 --- a/libstdc++-v3/testsuite/21_strings/char_traits/requirements/char/65049.cc +++ b/libstdc++-v3/testsuite/21_strings/char_traits/requirements/char/65049.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/21_strings/char_traits/requirements/char/typedefs.cc b/libstdc++-v3/testsuite/21_strings/char_traits/requirements/char/typedefs.cc index 5c1b419950b5..7935fcb83db2 100644 --- a/libstdc++-v3/testsuite/21_strings/char_traits/requirements/char/typedefs.cc +++ b/libstdc++-v3/testsuite/21_strings/char_traits/requirements/char/typedefs.cc @@ -2,7 +2,7 @@ // 2001-02-11 gdr // Origin: Craig Rodrigues -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/21_strings/char_traits/requirements/char16_t/65049.cc b/libstdc++-v3/testsuite/21_strings/char_traits/requirements/char16_t/65049.cc index 6cc1de85edf7..8427cc8e4791 100644 --- a/libstdc++-v3/testsuite/21_strings/char_traits/requirements/char16_t/65049.cc +++ b/libstdc++-v3/testsuite/21_strings/char_traits/requirements/char16_t/65049.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/21_strings/char_traits/requirements/char16_t/typedefs.cc b/libstdc++-v3/testsuite/21_strings/char_traits/requirements/char16_t/typedefs.cc index 222d7a57b800..018ebc9504c6 100644 --- a/libstdc++-v3/testsuite/21_strings/char_traits/requirements/char16_t/typedefs.cc +++ b/libstdc++-v3/testsuite/21_strings/char_traits/requirements/char16_t/typedefs.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/21_strings/char_traits/requirements/char32_t/65049.cc b/libstdc++-v3/testsuite/21_strings/char_traits/requirements/char32_t/65049.cc index 1c1fcbb5cf8f..4adf701bcd23 100644 --- a/libstdc++-v3/testsuite/21_strings/char_traits/requirements/char32_t/65049.cc +++ b/libstdc++-v3/testsuite/21_strings/char_traits/requirements/char32_t/65049.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/21_strings/char_traits/requirements/char32_t/typedefs.cc b/libstdc++-v3/testsuite/21_strings/char_traits/requirements/char32_t/typedefs.cc index 23fa4ab5ea77..53c829ccc17a 100644 --- a/libstdc++-v3/testsuite/21_strings/char_traits/requirements/char32_t/typedefs.cc +++ b/libstdc++-v3/testsuite/21_strings/char_traits/requirements/char32_t/typedefs.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/21_strings/char_traits/requirements/constexpr_functions.cc b/libstdc++-v3/testsuite/21_strings/char_traits/requirements/constexpr_functions.cc index f13d5ce45f9a..ae1c5327791d 100644 --- a/libstdc++-v3/testsuite/21_strings/char_traits/requirements/constexpr_functions.cc +++ b/libstdc++-v3/testsuite/21_strings/char_traits/requirements/constexpr_functions.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/21_strings/char_traits/requirements/explicit_instantiation/char/1.cc b/libstdc++-v3/testsuite/21_strings/char_traits/requirements/explicit_instantiation/char/1.cc index 7fd21bdf25ec..d7bd2942d255 100644 --- a/libstdc++-v3/testsuite/21_strings/char_traits/requirements/explicit_instantiation/char/1.cc +++ b/libstdc++-v3/testsuite/21_strings/char_traits/requirements/explicit_instantiation/char/1.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/21_strings/char_traits/requirements/explicit_instantiation/char16_t/1.cc b/libstdc++-v3/testsuite/21_strings/char_traits/requirements/explicit_instantiation/char16_t/1.cc index 8fb4155d99a4..cdb57dc76ace 100644 --- a/libstdc++-v3/testsuite/21_strings/char_traits/requirements/explicit_instantiation/char16_t/1.cc +++ b/libstdc++-v3/testsuite/21_strings/char_traits/requirements/explicit_instantiation/char16_t/1.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/21_strings/char_traits/requirements/explicit_instantiation/char32_t/1.cc b/libstdc++-v3/testsuite/21_strings/char_traits/requirements/explicit_instantiation/char32_t/1.cc index 2ebe185b9751..5a40af9aa061 100644 --- a/libstdc++-v3/testsuite/21_strings/char_traits/requirements/explicit_instantiation/char32_t/1.cc +++ b/libstdc++-v3/testsuite/21_strings/char_traits/requirements/explicit_instantiation/char32_t/1.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/21_strings/char_traits/requirements/explicit_instantiation/short/1.cc b/libstdc++-v3/testsuite/21_strings/char_traits/requirements/explicit_instantiation/short/1.cc index 388c981e0b9b..78ec84de928e 100644 --- a/libstdc++-v3/testsuite/21_strings/char_traits/requirements/explicit_instantiation/short/1.cc +++ b/libstdc++-v3/testsuite/21_strings/char_traits/requirements/explicit_instantiation/short/1.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/21_strings/char_traits/requirements/explicit_instantiation/wchar_t/1.cc b/libstdc++-v3/testsuite/21_strings/char_traits/requirements/explicit_instantiation/wchar_t/1.cc index cf7450033af8..079ef5d2cf62 100644 --- a/libstdc++-v3/testsuite/21_strings/char_traits/requirements/explicit_instantiation/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/21_strings/char_traits/requirements/explicit_instantiation/wchar_t/1.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/21_strings/char_traits/requirements/short/1.cc b/libstdc++-v3/testsuite/21_strings/char_traits/requirements/short/1.cc index 4309c6460569..15cf206a85a5 100644 --- a/libstdc++-v3/testsuite/21_strings/char_traits/requirements/short/1.cc +++ b/libstdc++-v3/testsuite/21_strings/char_traits/requirements/short/1.cc @@ -1,7 +1,7 @@ // 1999-06-03 bkoz // 2003-07-22 Matt Austern -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/21_strings/char_traits/requirements/wchar_t/1.cc b/libstdc++-v3/testsuite/21_strings/char_traits/requirements/wchar_t/1.cc index 375aeffec544..63d7c1849c8c 100644 --- a/libstdc++-v3/testsuite/21_strings/char_traits/requirements/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/21_strings/char_traits/requirements/wchar_t/1.cc @@ -1,6 +1,6 @@ // 1999-06-03 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/21_strings/char_traits/requirements/wchar_t/65049.cc b/libstdc++-v3/testsuite/21_strings/char_traits/requirements/wchar_t/65049.cc index 3ec70983ee22..c9118a46d51e 100644 --- a/libstdc++-v3/testsuite/21_strings/char_traits/requirements/wchar_t/65049.cc +++ b/libstdc++-v3/testsuite/21_strings/char_traits/requirements/wchar_t/65049.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/21_strings/char_traits/requirements/wchar_t/typedefs.cc b/libstdc++-v3/testsuite/21_strings/char_traits/requirements/wchar_t/typedefs.cc index 2d11382b636d..16a0a055a06d 100644 --- a/libstdc++-v3/testsuite/21_strings/char_traits/requirements/wchar_t/typedefs.cc +++ b/libstdc++-v3/testsuite/21_strings/char_traits/requirements/wchar_t/typedefs.cc @@ -2,7 +2,7 @@ // 2001-02-11 gdr // Origin: Craig Rodrigues -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/21_strings/debug/iterator_self_move_assign_neg.cc b/libstdc++-v3/testsuite/21_strings/debug/iterator_self_move_assign_neg.cc index f481115471e7..c9b815fc9587 100644 --- a/libstdc++-v3/testsuite/21_strings/debug/iterator_self_move_assign_neg.cc +++ b/libstdc++-v3/testsuite/21_strings/debug/iterator_self_move_assign_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/21_strings/debug/self_move_assign_neg.cc b/libstdc++-v3/testsuite/21_strings/debug/self_move_assign_neg.cc index a72cb871f863..3884f401fd89 100644 --- a/libstdc++-v3/testsuite/21_strings/debug/self_move_assign_neg.cc +++ b/libstdc++-v3/testsuite/21_strings/debug/self_move_assign_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/21_strings/debug/shrink_to_fit.cc b/libstdc++-v3/testsuite/21_strings/debug/shrink_to_fit.cc index 64fa84d93ce7..bd8e5d135097 100644 --- a/libstdc++-v3/testsuite/21_strings/debug/shrink_to_fit.cc +++ b/libstdc++-v3/testsuite/21_strings/debug/shrink_to_fit.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/21_strings/headers/cctype/functions_std.cc b/libstdc++-v3/testsuite/21_strings/headers/cctype/functions_std.cc index 4e89cd5a93b8..3f5755342ecb 100644 --- a/libstdc++-v3/testsuite/21_strings/headers/cctype/functions_std.cc +++ b/libstdc++-v3/testsuite/21_strings/headers/cctype/functions_std.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/21_strings/headers/cstdlib/functions_std.cc b/libstdc++-v3/testsuite/21_strings/headers/cstdlib/functions_std.cc index 2210611f7642..fad084d89588 100644 --- a/libstdc++-v3/testsuite/21_strings/headers/cstdlib/functions_std.cc +++ b/libstdc++-v3/testsuite/21_strings/headers/cstdlib/functions_std.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-require-c-std "" } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/21_strings/headers/cstdlib/macros.cc b/libstdc++-v3/testsuite/21_strings/headers/cstdlib/macros.cc index 98b779381b21..d6985a6bf433 100644 --- a/libstdc++-v3/testsuite/21_strings/headers/cstdlib/macros.cc +++ b/libstdc++-v3/testsuite/21_strings/headers/cstdlib/macros.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/21_strings/headers/cstring/functions_std.cc b/libstdc++-v3/testsuite/21_strings/headers/cstring/functions_std.cc index dae90eac2478..6c3be2ed3c33 100644 --- a/libstdc++-v3/testsuite/21_strings/headers/cstring/functions_std.cc +++ b/libstdc++-v3/testsuite/21_strings/headers/cstring/functions_std.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/21_strings/headers/cstring/macros.cc b/libstdc++-v3/testsuite/21_strings/headers/cstring/macros.cc index 98b779381b21..d6985a6bf433 100644 --- a/libstdc++-v3/testsuite/21_strings/headers/cstring/macros.cc +++ b/libstdc++-v3/testsuite/21_strings/headers/cstring/macros.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/21_strings/headers/cstring/types_std.cc b/libstdc++-v3/testsuite/21_strings/headers/cstring/types_std.cc index 830fd2eeb8d3..445be31b1b24 100644 --- a/libstdc++-v3/testsuite/21_strings/headers/cstring/types_std.cc +++ b/libstdc++-v3/testsuite/21_strings/headers/cstring/types_std.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/21_strings/headers/cwchar/functions_std.cc b/libstdc++-v3/testsuite/21_strings/headers/cwchar/functions_std.cc index 06fbb3a6a0d9..76b3c463160a 100644 --- a/libstdc++-v3/testsuite/21_strings/headers/cwchar/functions_std.cc +++ b/libstdc++-v3/testsuite/21_strings/headers/cwchar/functions_std.cc @@ -2,7 +2,7 @@ // { dg-require-c-std "" } // { dg-require-swprintf "" } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/21_strings/headers/cwchar/macros.cc b/libstdc++-v3/testsuite/21_strings/headers/cwchar/macros.cc index e5615bb04524..27da657b7c3d 100644 --- a/libstdc++-v3/testsuite/21_strings/headers/cwchar/macros.cc +++ b/libstdc++-v3/testsuite/21_strings/headers/cwchar/macros.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/21_strings/headers/cwchar/types_std.cc b/libstdc++-v3/testsuite/21_strings/headers/cwchar/types_std.cc index 47a9e5a913fd..9d77f2229f09 100644 --- a/libstdc++-v3/testsuite/21_strings/headers/cwchar/types_std.cc +++ b/libstdc++-v3/testsuite/21_strings/headers/cwchar/types_std.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-require-c-std "" } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/21_strings/headers/cwctype/functions_std.cc b/libstdc++-v3/testsuite/21_strings/headers/cwctype/functions_std.cc index 36728bb382f5..69893b31e4ad 100644 --- a/libstdc++-v3/testsuite/21_strings/headers/cwctype/functions_std.cc +++ b/libstdc++-v3/testsuite/21_strings/headers/cwctype/functions_std.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-require-c-std "" } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/21_strings/headers/cwctype/macros.cc b/libstdc++-v3/testsuite/21_strings/headers/cwctype/macros.cc index 913bce114e67..e7a4a2e0e550 100644 --- a/libstdc++-v3/testsuite/21_strings/headers/cwctype/macros.cc +++ b/libstdc++-v3/testsuite/21_strings/headers/cwctype/macros.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/21_strings/headers/cwctype/types_std.cc b/libstdc++-v3/testsuite/21_strings/headers/cwctype/types_std.cc index db4d01255abb..0add9bcfa6c1 100644 --- a/libstdc++-v3/testsuite/21_strings/headers/cwctype/types_std.cc +++ b/libstdc++-v3/testsuite/21_strings/headers/cwctype/types_std.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-require-c-std "" } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/21_strings/headers/string/synopsis.cc b/libstdc++-v3/testsuite/21_strings/headers/string/synopsis.cc index 61fc8b8df560..d27d22076a1b 100644 --- a/libstdc++-v3/testsuite/21_strings/headers/string/synopsis.cc +++ b/libstdc++-v3/testsuite/21_strings/headers/string/synopsis.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/21_strings/headers/string/types_std.cc b/libstdc++-v3/testsuite/21_strings/headers/string/types_std.cc index 1645f8d037cd..1c466ee8b27d 100644 --- a/libstdc++-v3/testsuite/21_strings/headers/string/types_std.cc +++ b/libstdc++-v3/testsuite/21_strings/headers/string/types_std.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-require-c-std "" } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/21_strings/headers/string/types_std_c++0x.cc b/libstdc++-v3/testsuite/21_strings/headers/string/types_std_c++0x.cc index fed43e9f53b7..b1eb2223741f 100644 --- a/libstdc++-v3/testsuite/21_strings/headers/string/types_std_c++0x.cc +++ b/libstdc++-v3/testsuite/21_strings/headers/string/types_std_c++0x.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/22_locale/classification/isblank.cc b/libstdc++-v3/testsuite/22_locale/classification/isblank.cc index 33b414661c1c..a68478c130ae 100644 --- a/libstdc++-v3/testsuite/22_locale/classification/isblank.cc +++ b/libstdc++-v3/testsuite/22_locale/classification/isblank.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/22_locale/codecvt/always_noconv/char/1.cc b/libstdc++-v3/testsuite/22_locale/codecvt/always_noconv/char/1.cc index 667222337783..b8b84d62f830 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/always_noconv/char/1.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/always_noconv/char/1.cc @@ -1,6 +1,6 @@ // 2000-08-17 Benjamin Kosnik -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/22_locale/codecvt/always_noconv/char/wrapped_env.cc b/libstdc++-v3/testsuite/22_locale/codecvt/always_noconv/char/wrapped_env.cc index 983488390df3..ea02f3bb0816 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/always_noconv/char/wrapped_env.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/always_noconv/char/wrapped_env.cc @@ -2,7 +2,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/codecvt/always_noconv/char/wrapped_locale.cc b/libstdc++-v3/testsuite/22_locale/codecvt/always_noconv/char/wrapped_locale.cc index f488ac6d102d..1f4e0cc30bb9 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/always_noconv/char/wrapped_locale.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/always_noconv/char/wrapped_locale.cc @@ -2,7 +2,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/codecvt/always_noconv/wchar_t/1.cc b/libstdc++-v3/testsuite/22_locale/codecvt/always_noconv/wchar_t/1.cc index 559752ed5853..d40dcd2b0233 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/always_noconv/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/always_noconv/wchar_t/1.cc @@ -1,6 +1,6 @@ // 2000-08-17 Benjamin Kosnik -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/22_locale/codecvt/always_noconv/wchar_t/2.cc b/libstdc++-v3/testsuite/22_locale/codecvt/always_noconv/wchar_t/2.cc index 31d06983fd5b..b69db28e511c 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/always_noconv/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/always_noconv/wchar_t/2.cc @@ -2,7 +2,7 @@ // 2003-02-06 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/codecvt/always_noconv/wchar_t/3.cc b/libstdc++-v3/testsuite/22_locale/codecvt/always_noconv/wchar_t/3.cc index e8db168b5855..a6a5ab8f80e7 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/always_noconv/wchar_t/3.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/always_noconv/wchar_t/3.cc @@ -2,7 +2,7 @@ // 2003-02-06 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/codecvt/always_noconv/wchar_t/4.cc b/libstdc++-v3/testsuite/22_locale/codecvt/always_noconv/wchar_t/4.cc index 1ba1f7de837a..a556764bf43a 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/always_noconv/wchar_t/4.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/always_noconv/wchar_t/4.cc @@ -2,7 +2,7 @@ // 2003-02-06 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/codecvt/always_noconv/wchar_t/wrapped_env.cc b/libstdc++-v3/testsuite/22_locale/codecvt/always_noconv/wchar_t/wrapped_env.cc index 983488390df3..ea02f3bb0816 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/always_noconv/wchar_t/wrapped_env.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/always_noconv/wchar_t/wrapped_env.cc @@ -2,7 +2,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/codecvt/always_noconv/wchar_t/wrapped_locale.cc b/libstdc++-v3/testsuite/22_locale/codecvt/always_noconv/wchar_t/wrapped_locale.cc index f488ac6d102d..1f4e0cc30bb9 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/always_noconv/wchar_t/wrapped_locale.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/always_noconv/wchar_t/wrapped_locale.cc @@ -2,7 +2,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/codecvt/char16_t.cc b/libstdc++-v3/testsuite/22_locale/codecvt/char16_t.cc index 2a65306623b5..b40fc655a3a9 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/char16_t.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/char16_t.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/22_locale/codecvt/char32_t.cc b/libstdc++-v3/testsuite/22_locale/codecvt/char32_t.cc index a77a16dd486c..d11125cc6705 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/char32_t.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/char32_t.cc @@ -3,7 +3,7 @@ // 2014-04-24 Rüdiger Sonderfeld -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/22_locale/codecvt/codecvt_utf16/66417.cc b/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf16/66417.cc index 487335c1dc84..9f2539ef7fbe 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf16/66417.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf16/66417.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/22_locale/codecvt/codecvt_utf16/requirements/1.cc b/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf16/requirements/1.cc index 78ddb5cb61ff..2d2d2e13de0a 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf16/requirements/1.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf16/requirements/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/22_locale/codecvt/codecvt_utf8/69703.cc b/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf8/69703.cc index 4d7e4c298cc0..99b9dd1beff8 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf8/69703.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf8/69703.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/22_locale/codecvt/codecvt_utf8/requirements/1.cc b/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf8/requirements/1.cc index a9c50efa282a..e90f39070d25 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf8/requirements/1.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf8/requirements/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/22_locale/codecvt/codecvt_utf8_utf16/66855.cc b/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf8_utf16/66855.cc index 081db20217b3..ea1d29b339fa 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf8_utf16/66855.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf8_utf16/66855.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/22_locale/codecvt/codecvt_utf8_utf16/requirements/1.cc b/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf8_utf16/requirements/1.cc index 0d569786ce54..cca53357e421 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf8_utf16/requirements/1.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf8_utf16/requirements/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/22_locale/codecvt/encoding/char/1.cc b/libstdc++-v3/testsuite/22_locale/codecvt/encoding/char/1.cc index 006c4185315f..93bd05de7e49 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/encoding/char/1.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/encoding/char/1.cc @@ -1,6 +1,6 @@ // 2000-08-17 Benjamin Kosnik -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/22_locale/codecvt/encoding/char/wrapped_env.cc b/libstdc++-v3/testsuite/22_locale/codecvt/encoding/char/wrapped_env.cc index 983488390df3..ea02f3bb0816 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/encoding/char/wrapped_env.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/encoding/char/wrapped_env.cc @@ -2,7 +2,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/codecvt/encoding/char/wrapped_locale.cc b/libstdc++-v3/testsuite/22_locale/codecvt/encoding/char/wrapped_locale.cc index f488ac6d102d..1f4e0cc30bb9 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/encoding/char/wrapped_locale.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/encoding/char/wrapped_locale.cc @@ -2,7 +2,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/codecvt/encoding/wchar_t/1.cc b/libstdc++-v3/testsuite/22_locale/codecvt/encoding/wchar_t/1.cc index 65e902bec0ed..17afd13668ce 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/encoding/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/encoding/wchar_t/1.cc @@ -1,6 +1,6 @@ // 2000-08-17 Benjamin Kosnik -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/22_locale/codecvt/encoding/wchar_t/2.cc b/libstdc++-v3/testsuite/22_locale/codecvt/encoding/wchar_t/2.cc index d9ebbd764e5a..7fb9253eee91 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/encoding/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/encoding/wchar_t/2.cc @@ -2,7 +2,7 @@ // 2003-02-06 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/codecvt/encoding/wchar_t/3.cc b/libstdc++-v3/testsuite/22_locale/codecvt/encoding/wchar_t/3.cc index 3cecb32a4514..aca0297c0bd7 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/encoding/wchar_t/3.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/encoding/wchar_t/3.cc @@ -2,7 +2,7 @@ // 2003-02-06 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/codecvt/encoding/wchar_t/4.cc b/libstdc++-v3/testsuite/22_locale/codecvt/encoding/wchar_t/4.cc index ddd47a7e7b3a..caf73e9f322d 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/encoding/wchar_t/4.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/encoding/wchar_t/4.cc @@ -2,7 +2,7 @@ // 2003-02-06 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/codecvt/encoding/wchar_t/wrapped_env.cc b/libstdc++-v3/testsuite/22_locale/codecvt/encoding/wchar_t/wrapped_env.cc index 983488390df3..ea02f3bb0816 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/encoding/wchar_t/wrapped_env.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/encoding/wchar_t/wrapped_env.cc @@ -2,7 +2,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/codecvt/encoding/wchar_t/wrapped_locale.cc b/libstdc++-v3/testsuite/22_locale/codecvt/encoding/wchar_t/wrapped_locale.cc index f488ac6d102d..1f4e0cc30bb9 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/encoding/wchar_t/wrapped_locale.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/encoding/wchar_t/wrapped_locale.cc @@ -2,7 +2,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/codecvt/in/char/1.cc b/libstdc++-v3/testsuite/22_locale/codecvt/in/char/1.cc index a72b55a8ce86..0f452f5481c0 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/in/char/1.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/in/char/1.cc @@ -1,6 +1,6 @@ // 2000-08-17 Benjamin Kosnik -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/22_locale/codecvt/in/char/wrapped_env.cc b/libstdc++-v3/testsuite/22_locale/codecvt/in/char/wrapped_env.cc index 983488390df3..ea02f3bb0816 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/in/char/wrapped_env.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/in/char/wrapped_env.cc @@ -2,7 +2,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/codecvt/in/char/wrapped_locale.cc b/libstdc++-v3/testsuite/22_locale/codecvt/in/char/wrapped_locale.cc index f488ac6d102d..1f4e0cc30bb9 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/in/char/wrapped_locale.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/in/char/wrapped_locale.cc @@ -2,7 +2,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/codecvt/in/wchar_t/1.cc b/libstdc++-v3/testsuite/22_locale/codecvt/in/wchar_t/1.cc index f6a5001d4f9b..1ab53418513e 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/in/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/in/wchar_t/1.cc @@ -1,6 +1,6 @@ // 2000-08-17 Benjamin Kosnik -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/22_locale/codecvt/in/wchar_t/2.cc b/libstdc++-v3/testsuite/22_locale/codecvt/in/wchar_t/2.cc index 0b62b9985908..a9c598b31cee 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/in/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/in/wchar_t/2.cc @@ -2,7 +2,7 @@ // 2003-02-06 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/codecvt/in/wchar_t/3.cc b/libstdc++-v3/testsuite/22_locale/codecvt/in/wchar_t/3.cc index e25466506c2c..d20da3317c1d 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/in/wchar_t/3.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/in/wchar_t/3.cc @@ -2,7 +2,7 @@ // 2003-02-06 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/codecvt/in/wchar_t/4.cc b/libstdc++-v3/testsuite/22_locale/codecvt/in/wchar_t/4.cc index 1439dc711254..7c388bc9dac4 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/in/wchar_t/4.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/in/wchar_t/4.cc @@ -2,7 +2,7 @@ // 2003-02-06 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/codecvt/in/wchar_t/5.cc b/libstdc++-v3/testsuite/22_locale/codecvt/in/wchar_t/5.cc index d7394a7be7d2..8ce796b6e551 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/in/wchar_t/5.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/in/wchar_t/5.cc @@ -1,6 +1,6 @@ // 2003-02-06 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/codecvt/in/wchar_t/6.cc b/libstdc++-v3/testsuite/22_locale/codecvt/in/wchar_t/6.cc index 8c6ae65a4253..0a4049c7651d 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/in/wchar_t/6.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/in/wchar_t/6.cc @@ -1,6 +1,6 @@ // 2003-02-06 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/codecvt/in/wchar_t/7.cc b/libstdc++-v3/testsuite/22_locale/codecvt/in/wchar_t/7.cc index f7fc7016196d..9e726284e14f 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/in/wchar_t/7.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/in/wchar_t/7.cc @@ -2,7 +2,7 @@ // 2003-02-06 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/codecvt/in/wchar_t/8.cc b/libstdc++-v3/testsuite/22_locale/codecvt/in/wchar_t/8.cc index 4111076cb204..0cae791aaa2e 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/in/wchar_t/8.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/in/wchar_t/8.cc @@ -2,7 +2,7 @@ // 2003-02-06 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/codecvt/in/wchar_t/9.cc b/libstdc++-v3/testsuite/22_locale/codecvt/in/wchar_t/9.cc index daa473ffa4d0..93f42cc1e254 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/in/wchar_t/9.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/in/wchar_t/9.cc @@ -2,7 +2,7 @@ // 2003-02-06 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/codecvt/in/wchar_t/wrapped_env.cc b/libstdc++-v3/testsuite/22_locale/codecvt/in/wchar_t/wrapped_env.cc index 983488390df3..ea02f3bb0816 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/in/wchar_t/wrapped_env.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/in/wchar_t/wrapped_env.cc @@ -2,7 +2,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/codecvt/in/wchar_t/wrapped_locale.cc b/libstdc++-v3/testsuite/22_locale/codecvt/in/wchar_t/wrapped_locale.cc index f488ac6d102d..1f4e0cc30bb9 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/in/wchar_t/wrapped_locale.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/in/wchar_t/wrapped_locale.cc @@ -2,7 +2,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/codecvt/length/char/1.cc b/libstdc++-v3/testsuite/22_locale/codecvt/length/char/1.cc index caa4d53315cd..0976d17432f8 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/length/char/1.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/length/char/1.cc @@ -1,6 +1,6 @@ // 2000-08-17 Benjamin Kosnik -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/22_locale/codecvt/length/char/2.cc b/libstdc++-v3/testsuite/22_locale/codecvt/length/char/2.cc index 8903ead6c476..ac1e612d9e25 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/length/char/2.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/length/char/2.cc @@ -1,6 +1,6 @@ // 2003-02-06 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/codecvt/length/char/wrapped_env.cc b/libstdc++-v3/testsuite/22_locale/codecvt/length/char/wrapped_env.cc index 983488390df3..ea02f3bb0816 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/length/char/wrapped_env.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/length/char/wrapped_env.cc @@ -2,7 +2,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/codecvt/length/char/wrapped_locale.cc b/libstdc++-v3/testsuite/22_locale/codecvt/length/char/wrapped_locale.cc index f488ac6d102d..1f4e0cc30bb9 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/length/char/wrapped_locale.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/length/char/wrapped_locale.cc @@ -2,7 +2,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/codecvt/length/wchar_t/1.cc b/libstdc++-v3/testsuite/22_locale/codecvt/length/wchar_t/1.cc index 52aa5e2c8a8b..51f4dfaa1e10 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/length/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/length/wchar_t/1.cc @@ -1,6 +1,6 @@ // 2000-08-17 Benjamin Kosnik -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/22_locale/codecvt/length/wchar_t/2.cc b/libstdc++-v3/testsuite/22_locale/codecvt/length/wchar_t/2.cc index 6d2a32126b37..574489bb23e1 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/length/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/length/wchar_t/2.cc @@ -2,7 +2,7 @@ // 2003-02-06 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/codecvt/length/wchar_t/3.cc b/libstdc++-v3/testsuite/22_locale/codecvt/length/wchar_t/3.cc index 6075ed5b051f..31ecad316719 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/length/wchar_t/3.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/length/wchar_t/3.cc @@ -2,7 +2,7 @@ // 2003-02-06 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/codecvt/length/wchar_t/4.cc b/libstdc++-v3/testsuite/22_locale/codecvt/length/wchar_t/4.cc index ff4804404f08..f027c3852bd4 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/length/wchar_t/4.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/length/wchar_t/4.cc @@ -2,7 +2,7 @@ // 2003-02-06 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/codecvt/length/wchar_t/5.cc b/libstdc++-v3/testsuite/22_locale/codecvt/length/wchar_t/5.cc index 5c01843698dd..f914377de71d 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/length/wchar_t/5.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/length/wchar_t/5.cc @@ -1,6 +1,6 @@ // 2003-02-06 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/codecvt/length/wchar_t/6.cc b/libstdc++-v3/testsuite/22_locale/codecvt/length/wchar_t/6.cc index 44a6d7a91541..c1ddfcbef419 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/length/wchar_t/6.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/length/wchar_t/6.cc @@ -1,6 +1,6 @@ // 2003-02-06 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/codecvt/length/wchar_t/7.cc b/libstdc++-v3/testsuite/22_locale/codecvt/length/wchar_t/7.cc index c1ad77c3f256..a84791d6bba5 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/length/wchar_t/7.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/length/wchar_t/7.cc @@ -2,7 +2,7 @@ // 2003-02-06 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/codecvt/length/wchar_t/wrapped_env.cc b/libstdc++-v3/testsuite/22_locale/codecvt/length/wchar_t/wrapped_env.cc index 983488390df3..ea02f3bb0816 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/length/wchar_t/wrapped_env.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/length/wchar_t/wrapped_env.cc @@ -2,7 +2,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/codecvt/length/wchar_t/wrapped_locale.cc b/libstdc++-v3/testsuite/22_locale/codecvt/length/wchar_t/wrapped_locale.cc index f488ac6d102d..1f4e0cc30bb9 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/length/wchar_t/wrapped_locale.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/length/wchar_t/wrapped_locale.cc @@ -2,7 +2,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/codecvt/max_length/char/1.cc b/libstdc++-v3/testsuite/22_locale/codecvt/max_length/char/1.cc index 6166951136e2..4b1a6a218d06 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/max_length/char/1.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/max_length/char/1.cc @@ -1,6 +1,6 @@ // 2000-08-17 Benjamin Kosnik -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/22_locale/codecvt/max_length/char/wrapped_env.cc b/libstdc++-v3/testsuite/22_locale/codecvt/max_length/char/wrapped_env.cc index 983488390df3..ea02f3bb0816 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/max_length/char/wrapped_env.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/max_length/char/wrapped_env.cc @@ -2,7 +2,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/codecvt/max_length/char/wrapped_locale.cc b/libstdc++-v3/testsuite/22_locale/codecvt/max_length/char/wrapped_locale.cc index f488ac6d102d..1f4e0cc30bb9 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/max_length/char/wrapped_locale.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/max_length/char/wrapped_locale.cc @@ -2,7 +2,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/codecvt/max_length/wchar_t/1.cc b/libstdc++-v3/testsuite/22_locale/codecvt/max_length/wchar_t/1.cc index a1ede26707a1..b1876691ffe5 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/max_length/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/max_length/wchar_t/1.cc @@ -1,6 +1,6 @@ // 2000-08-17 Benjamin Kosnik -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/22_locale/codecvt/max_length/wchar_t/2.cc b/libstdc++-v3/testsuite/22_locale/codecvt/max_length/wchar_t/2.cc index 8d6430322d65..f289697894d3 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/max_length/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/max_length/wchar_t/2.cc @@ -2,7 +2,7 @@ // 2003-02-06 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/codecvt/max_length/wchar_t/3.cc b/libstdc++-v3/testsuite/22_locale/codecvt/max_length/wchar_t/3.cc index 00b031cc42e3..f2233651df3d 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/max_length/wchar_t/3.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/max_length/wchar_t/3.cc @@ -2,7 +2,7 @@ // 2003-02-06 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/codecvt/max_length/wchar_t/4.cc b/libstdc++-v3/testsuite/22_locale/codecvt/max_length/wchar_t/4.cc index a5abd931cea6..cdbdc6708103 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/max_length/wchar_t/4.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/max_length/wchar_t/4.cc @@ -2,7 +2,7 @@ // 2003-02-06 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/codecvt/max_length/wchar_t/wrapped_env.cc b/libstdc++-v3/testsuite/22_locale/codecvt/max_length/wchar_t/wrapped_env.cc index 983488390df3..ea02f3bb0816 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/max_length/wchar_t/wrapped_env.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/max_length/wchar_t/wrapped_env.cc @@ -2,7 +2,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/codecvt/max_length/wchar_t/wrapped_locale.cc b/libstdc++-v3/testsuite/22_locale/codecvt/max_length/wchar_t/wrapped_locale.cc index f488ac6d102d..1f4e0cc30bb9 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/max_length/wchar_t/wrapped_locale.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/max_length/wchar_t/wrapped_locale.cc @@ -2,7 +2,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/codecvt/out/char/1.cc b/libstdc++-v3/testsuite/22_locale/codecvt/out/char/1.cc index 16a13d6d0e24..d8509131b137 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/out/char/1.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/out/char/1.cc @@ -1,6 +1,6 @@ // 2000-08-17 Benjamin Kosnik -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/22_locale/codecvt/out/char/wrapped_env.cc b/libstdc++-v3/testsuite/22_locale/codecvt/out/char/wrapped_env.cc index 983488390df3..ea02f3bb0816 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/out/char/wrapped_env.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/out/char/wrapped_env.cc @@ -2,7 +2,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/codecvt/out/char/wrapped_locale.cc b/libstdc++-v3/testsuite/22_locale/codecvt/out/char/wrapped_locale.cc index f488ac6d102d..1f4e0cc30bb9 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/out/char/wrapped_locale.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/out/char/wrapped_locale.cc @@ -2,7 +2,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/codecvt/out/wchar_t/1.cc b/libstdc++-v3/testsuite/22_locale/codecvt/out/wchar_t/1.cc index 8fdde3036e80..56be1a38936a 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/out/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/out/wchar_t/1.cc @@ -1,6 +1,6 @@ // 2000-08-17 Benjamin Kosnik -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/22_locale/codecvt/out/wchar_t/2.cc b/libstdc++-v3/testsuite/22_locale/codecvt/out/wchar_t/2.cc index b215846ad405..013ab6472368 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/out/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/out/wchar_t/2.cc @@ -2,7 +2,7 @@ // 2003-02-06 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/codecvt/out/wchar_t/3.cc b/libstdc++-v3/testsuite/22_locale/codecvt/out/wchar_t/3.cc index 509801af0873..f21671542c2b 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/out/wchar_t/3.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/out/wchar_t/3.cc @@ -2,7 +2,7 @@ // 2003-02-06 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/codecvt/out/wchar_t/4.cc b/libstdc++-v3/testsuite/22_locale/codecvt/out/wchar_t/4.cc index 7c3cf034bf41..195cd4aee0ed 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/out/wchar_t/4.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/out/wchar_t/4.cc @@ -2,7 +2,7 @@ // 2003-02-06 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/codecvt/out/wchar_t/5.cc b/libstdc++-v3/testsuite/22_locale/codecvt/out/wchar_t/5.cc index 3b1255cad8bd..16279ef489a6 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/out/wchar_t/5.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/out/wchar_t/5.cc @@ -1,6 +1,6 @@ // 2003-02-06 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/codecvt/out/wchar_t/6.cc b/libstdc++-v3/testsuite/22_locale/codecvt/out/wchar_t/6.cc index 3ca5a175861c..cb41edf01896 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/out/wchar_t/6.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/out/wchar_t/6.cc @@ -1,6 +1,6 @@ // 2003-02-06 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/codecvt/out/wchar_t/7.cc b/libstdc++-v3/testsuite/22_locale/codecvt/out/wchar_t/7.cc index c29676e53e5e..3774a554861d 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/out/wchar_t/7.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/out/wchar_t/7.cc @@ -2,7 +2,7 @@ // 2003-02-06 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/codecvt/out/wchar_t/wrapped_env.cc b/libstdc++-v3/testsuite/22_locale/codecvt/out/wchar_t/wrapped_env.cc index 983488390df3..ea02f3bb0816 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/out/wchar_t/wrapped_env.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/out/wchar_t/wrapped_env.cc @@ -2,7 +2,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/codecvt/out/wchar_t/wrapped_locale.cc b/libstdc++-v3/testsuite/22_locale/codecvt/out/wchar_t/wrapped_locale.cc index f488ac6d102d..1f4e0cc30bb9 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/out/wchar_t/wrapped_locale.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/out/wchar_t/wrapped_locale.cc @@ -2,7 +2,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/codecvt/requirements/base_classes.cc b/libstdc++-v3/testsuite/22_locale/codecvt/requirements/base_classes.cc index 31adf7551f4d..e443d892bf05 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/requirements/base_classes.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/requirements/base_classes.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-08-27 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/codecvt/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/22_locale/codecvt/requirements/explicit_instantiation.cc index 14bafc99c8b8..baa2de3addd7 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-08-27 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/codecvt/requirements/typedefs.cc b/libstdc++-v3/testsuite/22_locale/codecvt/requirements/typedefs.cc index 60fc0ee9f107..5bc0823c2bce 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-08-27 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/codecvt/unshift/char/1.cc b/libstdc++-v3/testsuite/22_locale/codecvt/unshift/char/1.cc index b6759b8d349f..88fa3fd751e5 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/unshift/char/1.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/unshift/char/1.cc @@ -1,6 +1,6 @@ // 2000-08-17 Benjamin Kosnik -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/22_locale/codecvt/unshift/char/wrapped_env.cc b/libstdc++-v3/testsuite/22_locale/codecvt/unshift/char/wrapped_env.cc index 983488390df3..ea02f3bb0816 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/unshift/char/wrapped_env.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/unshift/char/wrapped_env.cc @@ -2,7 +2,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/codecvt/unshift/char/wrapped_locale.cc b/libstdc++-v3/testsuite/22_locale/codecvt/unshift/char/wrapped_locale.cc index f488ac6d102d..1f4e0cc30bb9 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/unshift/char/wrapped_locale.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/unshift/char/wrapped_locale.cc @@ -2,7 +2,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/codecvt/unshift/wchar_t/1.cc b/libstdc++-v3/testsuite/22_locale/codecvt/unshift/wchar_t/1.cc index 894a7b7b18fd..674060e27d2f 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/unshift/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/unshift/wchar_t/1.cc @@ -1,6 +1,6 @@ // 2000-08-17 Benjamin Kosnik -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/22_locale/codecvt/unshift/wchar_t/2.cc b/libstdc++-v3/testsuite/22_locale/codecvt/unshift/wchar_t/2.cc index 1dc31b4097b2..5cf6717a5811 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/unshift/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/unshift/wchar_t/2.cc @@ -2,7 +2,7 @@ // 2003-02-06 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/codecvt/unshift/wchar_t/3.cc b/libstdc++-v3/testsuite/22_locale/codecvt/unshift/wchar_t/3.cc index 9ae8501be9f0..9cdd3b72e6bd 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/unshift/wchar_t/3.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/unshift/wchar_t/3.cc @@ -2,7 +2,7 @@ // 2003-02-06 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/codecvt/unshift/wchar_t/4.cc b/libstdc++-v3/testsuite/22_locale/codecvt/unshift/wchar_t/4.cc index ba3d77008922..d153a158d35e 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/unshift/wchar_t/4.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/unshift/wchar_t/4.cc @@ -2,7 +2,7 @@ // 2003-02-06 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/codecvt/unshift/wchar_t/wrapped_env.cc b/libstdc++-v3/testsuite/22_locale/codecvt/unshift/wchar_t/wrapped_env.cc index 983488390df3..ea02f3bb0816 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/unshift/wchar_t/wrapped_env.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/unshift/wchar_t/wrapped_env.cc @@ -2,7 +2,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/codecvt/unshift/wchar_t/wrapped_locale.cc b/libstdc++-v3/testsuite/22_locale/codecvt/unshift/wchar_t/wrapped_locale.cc index f488ac6d102d..1f4e0cc30bb9 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/unshift/wchar_t/wrapped_locale.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/unshift/wchar_t/wrapped_locale.cc @@ -2,7 +2,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/codecvt/utf8.cc b/libstdc++-v3/testsuite/22_locale/codecvt/utf8.cc index 86fdf0d391ab..0ae5a33ac25c 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt/utf8.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt/utf8.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/22_locale/codecvt_byname/1.cc b/libstdc++-v3/testsuite/22_locale/codecvt_byname/1.cc index 7f50898e06e1..92035f085825 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt_byname/1.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt_byname/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/22_locale/codecvt_byname/50714.cc b/libstdc++-v3/testsuite/22_locale/codecvt_byname/50714.cc index 30dc6a86cef4..a489c3377d5a 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt_byname/50714.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt_byname/50714.cc @@ -1,6 +1,6 @@ // { dg-require-namedlocale "de_DE.ISO8859-15" } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/22_locale/codecvt_byname/requirements/base_classes.cc b/libstdc++-v3/testsuite/22_locale/codecvt_byname/requirements/base_classes.cc index bdb648333ccb..c4faf5ea0507 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt_byname/requirements/base_classes.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt_byname/requirements/base_classes.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-08-27 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/codecvt_byname/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/22_locale/codecvt_byname/requirements/explicit_instantiation.cc index 76e8abdb8846..7f7996764624 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt_byname/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt_byname/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/22_locale/codecvt_byname/requirements/typedefs.cc b/libstdc++-v3/testsuite/22_locale/codecvt_byname/requirements/typedefs.cc index ca4e6f972293..b3995492bf21 100644 --- a/libstdc++-v3/testsuite/22_locale/codecvt_byname/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/22_locale/codecvt_byname/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-08-27 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/collate/compare/char/1.cc b/libstdc++-v3/testsuite/22_locale/collate/compare/char/1.cc index e5a74e006f1d..778f8a0fa5ff 100644 --- a/libstdc++-v3/testsuite/22_locale/collate/compare/char/1.cc +++ b/libstdc++-v3/testsuite/22_locale/collate/compare/char/1.cc @@ -4,7 +4,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/collate/compare/char/2.cc b/libstdc++-v3/testsuite/22_locale/collate/compare/char/2.cc index 3e8f5a1add3b..17687552b90f 100644 --- a/libstdc++-v3/testsuite/22_locale/collate/compare/char/2.cc +++ b/libstdc++-v3/testsuite/22_locale/collate/compare/char/2.cc @@ -4,7 +4,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/collate/compare/char/3.cc b/libstdc++-v3/testsuite/22_locale/collate/compare/char/3.cc index 2b19c2f1871c..bbc5c0122dba 100644 --- a/libstdc++-v3/testsuite/22_locale/collate/compare/char/3.cc +++ b/libstdc++-v3/testsuite/22_locale/collate/compare/char/3.cc @@ -2,7 +2,7 @@ // 2003-02-24 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/collate/compare/char/wrapped_env.cc b/libstdc++-v3/testsuite/22_locale/collate/compare/char/wrapped_env.cc index 6a07e3037db3..3cdbe26db767 100644 --- a/libstdc++-v3/testsuite/22_locale/collate/compare/char/wrapped_env.cc +++ b/libstdc++-v3/testsuite/22_locale/collate/compare/char/wrapped_env.cc @@ -4,7 +4,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/collate/compare/char/wrapped_locale.cc b/libstdc++-v3/testsuite/22_locale/collate/compare/char/wrapped_locale.cc index b3ea06772681..ff15c8c5554f 100644 --- a/libstdc++-v3/testsuite/22_locale/collate/compare/char/wrapped_locale.cc +++ b/libstdc++-v3/testsuite/22_locale/collate/compare/char/wrapped_locale.cc @@ -5,7 +5,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/collate/compare/wchar_t/1.cc b/libstdc++-v3/testsuite/22_locale/collate/compare/wchar_t/1.cc index 9929857d5263..5c0c389a5c25 100644 --- a/libstdc++-v3/testsuite/22_locale/collate/compare/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/22_locale/collate/compare/wchar_t/1.cc @@ -4,7 +4,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/collate/compare/wchar_t/2.cc b/libstdc++-v3/testsuite/22_locale/collate/compare/wchar_t/2.cc index 6575dba4944e..4e3846f58b68 100644 --- a/libstdc++-v3/testsuite/22_locale/collate/compare/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/22_locale/collate/compare/wchar_t/2.cc @@ -8,7 +8,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/collate/compare/wchar_t/3.cc b/libstdc++-v3/testsuite/22_locale/collate/compare/wchar_t/3.cc index 8e038dcef5c4..272484c52f66 100644 --- a/libstdc++-v3/testsuite/22_locale/collate/compare/wchar_t/3.cc +++ b/libstdc++-v3/testsuite/22_locale/collate/compare/wchar_t/3.cc @@ -2,7 +2,7 @@ // 2003-02-24 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/collate/compare/wchar_t/wrapped_env.cc b/libstdc++-v3/testsuite/22_locale/collate/compare/wchar_t/wrapped_env.cc index 6da5b7f9d2c8..a24c0b4ea78a 100644 --- a/libstdc++-v3/testsuite/22_locale/collate/compare/wchar_t/wrapped_env.cc +++ b/libstdc++-v3/testsuite/22_locale/collate/compare/wchar_t/wrapped_env.cc @@ -8,7 +8,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/collate/compare/wchar_t/wrapped_locale.cc b/libstdc++-v3/testsuite/22_locale/collate/compare/wchar_t/wrapped_locale.cc index 6efd03849cd5..ac82f591f64a 100644 --- a/libstdc++-v3/testsuite/22_locale/collate/compare/wchar_t/wrapped_locale.cc +++ b/libstdc++-v3/testsuite/22_locale/collate/compare/wchar_t/wrapped_locale.cc @@ -9,7 +9,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/collate/hash/char/1.cc b/libstdc++-v3/testsuite/22_locale/collate/hash/char/1.cc index d9732ff05539..8913527ea7d9 100644 --- a/libstdc++-v3/testsuite/22_locale/collate/hash/char/1.cc +++ b/libstdc++-v3/testsuite/22_locale/collate/hash/char/1.cc @@ -1,6 +1,6 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/collate/hash/char/2.cc b/libstdc++-v3/testsuite/22_locale/collate/hash/char/2.cc index 34fd1e17a812..925d7d729706 100644 --- a/libstdc++-v3/testsuite/22_locale/collate/hash/char/2.cc +++ b/libstdc++-v3/testsuite/22_locale/collate/hash/char/2.cc @@ -4,7 +4,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/collate/hash/char/wrapped_env.cc b/libstdc++-v3/testsuite/22_locale/collate/hash/char/wrapped_env.cc index cb431054fd80..66eb34f14479 100644 --- a/libstdc++-v3/testsuite/22_locale/collate/hash/char/wrapped_env.cc +++ b/libstdc++-v3/testsuite/22_locale/collate/hash/char/wrapped_env.cc @@ -4,7 +4,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/collate/hash/char/wrapped_locale.cc b/libstdc++-v3/testsuite/22_locale/collate/hash/char/wrapped_locale.cc index 02fb1688174e..acef6b399725 100644 --- a/libstdc++-v3/testsuite/22_locale/collate/hash/char/wrapped_locale.cc +++ b/libstdc++-v3/testsuite/22_locale/collate/hash/char/wrapped_locale.cc @@ -5,7 +5,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/collate/hash/wchar_t/1.cc b/libstdc++-v3/testsuite/22_locale/collate/hash/wchar_t/1.cc index aed0873260db..b61899300686 100644 --- a/libstdc++-v3/testsuite/22_locale/collate/hash/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/22_locale/collate/hash/wchar_t/1.cc @@ -1,6 +1,6 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/collate/hash/wchar_t/2.cc b/libstdc++-v3/testsuite/22_locale/collate/hash/wchar_t/2.cc index a5f9012bc574..08351995b6cd 100644 --- a/libstdc++-v3/testsuite/22_locale/collate/hash/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/22_locale/collate/hash/wchar_t/2.cc @@ -8,7 +8,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/collate/hash/wchar_t/wrapped_env.cc b/libstdc++-v3/testsuite/22_locale/collate/hash/wchar_t/wrapped_env.cc index 6da5b7f9d2c8..a24c0b4ea78a 100644 --- a/libstdc++-v3/testsuite/22_locale/collate/hash/wchar_t/wrapped_env.cc +++ b/libstdc++-v3/testsuite/22_locale/collate/hash/wchar_t/wrapped_env.cc @@ -8,7 +8,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/collate/hash/wchar_t/wrapped_locale.cc b/libstdc++-v3/testsuite/22_locale/collate/hash/wchar_t/wrapped_locale.cc index 6efd03849cd5..ac82f591f64a 100644 --- a/libstdc++-v3/testsuite/22_locale/collate/hash/wchar_t/wrapped_locale.cc +++ b/libstdc++-v3/testsuite/22_locale/collate/hash/wchar_t/wrapped_locale.cc @@ -9,7 +9,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/collate/requirements/base_classes.cc b/libstdc++-v3/testsuite/22_locale/collate/requirements/base_classes.cc index e6294a10a29c..036b4d151c75 100644 --- a/libstdc++-v3/testsuite/22_locale/collate/requirements/base_classes.cc +++ b/libstdc++-v3/testsuite/22_locale/collate/requirements/base_classes.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/collate/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/22_locale/collate/requirements/explicit_instantiation.cc index 785bfbe22378..c268c8b983d4 100644 --- a/libstdc++-v3/testsuite/22_locale/collate/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/22_locale/collate/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/collate/requirements/typedefs.cc b/libstdc++-v3/testsuite/22_locale/collate/requirements/typedefs.cc index ce465563faa2..440195b645ad 100644 --- a/libstdc++-v3/testsuite/22_locale/collate/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/22_locale/collate/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/collate/transform/char/2.cc b/libstdc++-v3/testsuite/22_locale/collate/transform/char/2.cc index 956f7c229ba5..c110c09f4e31 100644 --- a/libstdc++-v3/testsuite/22_locale/collate/transform/char/2.cc +++ b/libstdc++-v3/testsuite/22_locale/collate/transform/char/2.cc @@ -4,7 +4,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/collate/transform/char/28277.cc b/libstdc++-v3/testsuite/22_locale/collate/transform/char/28277.cc index b6ee9b6ab699..0a4f5fba36a0 100644 --- a/libstdc++-v3/testsuite/22_locale/collate/transform/char/28277.cc +++ b/libstdc++-v3/testsuite/22_locale/collate/transform/char/28277.cc @@ -1,6 +1,6 @@ // 2006-07-11 Paolo Carlini -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/22_locale/collate/transform/char/3.cc b/libstdc++-v3/testsuite/22_locale/collate/transform/char/3.cc index 03f0225ac28f..542ebbb45355 100644 --- a/libstdc++-v3/testsuite/22_locale/collate/transform/char/3.cc +++ b/libstdc++-v3/testsuite/22_locale/collate/transform/char/3.cc @@ -2,7 +2,7 @@ // 2003-02-24 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/collate/transform/char/wrapped_env.cc b/libstdc++-v3/testsuite/22_locale/collate/transform/char/wrapped_env.cc index 943f61cf2d95..18d61aa1f0d2 100644 --- a/libstdc++-v3/testsuite/22_locale/collate/transform/char/wrapped_env.cc +++ b/libstdc++-v3/testsuite/22_locale/collate/transform/char/wrapped_env.cc @@ -4,7 +4,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/collate/transform/char/wrapped_locale.cc b/libstdc++-v3/testsuite/22_locale/collate/transform/char/wrapped_locale.cc index a691497ca3e2..2ee543166eaa 100644 --- a/libstdc++-v3/testsuite/22_locale/collate/transform/char/wrapped_locale.cc +++ b/libstdc++-v3/testsuite/22_locale/collate/transform/char/wrapped_locale.cc @@ -5,7 +5,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/collate/transform/wchar_t/2.cc b/libstdc++-v3/testsuite/22_locale/collate/transform/wchar_t/2.cc index 55ceb8dad267..0acd4c037727 100644 --- a/libstdc++-v3/testsuite/22_locale/collate/transform/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/22_locale/collate/transform/wchar_t/2.cc @@ -8,7 +8,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/collate/transform/wchar_t/28277.cc b/libstdc++-v3/testsuite/22_locale/collate/transform/wchar_t/28277.cc index 4f6cce81c82c..1014bfac58a1 100644 --- a/libstdc++-v3/testsuite/22_locale/collate/transform/wchar_t/28277.cc +++ b/libstdc++-v3/testsuite/22_locale/collate/transform/wchar_t/28277.cc @@ -1,6 +1,6 @@ // 2006-07-11 Paolo Carlini -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/22_locale/collate/transform/wchar_t/3.cc b/libstdc++-v3/testsuite/22_locale/collate/transform/wchar_t/3.cc index eb625c007766..02389f5a6a81 100644 --- a/libstdc++-v3/testsuite/22_locale/collate/transform/wchar_t/3.cc +++ b/libstdc++-v3/testsuite/22_locale/collate/transform/wchar_t/3.cc @@ -2,7 +2,7 @@ // 2003-02-24 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/collate/transform/wchar_t/wrapped_env.cc b/libstdc++-v3/testsuite/22_locale/collate/transform/wchar_t/wrapped_env.cc index d07ca2ac3a9d..51a4d1246f69 100644 --- a/libstdc++-v3/testsuite/22_locale/collate/transform/wchar_t/wrapped_env.cc +++ b/libstdc++-v3/testsuite/22_locale/collate/transform/wchar_t/wrapped_env.cc @@ -8,7 +8,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/collate/transform/wchar_t/wrapped_locale.cc b/libstdc++-v3/testsuite/22_locale/collate/transform/wchar_t/wrapped_locale.cc index b4973a133c0c..d38009a4b480 100644 --- a/libstdc++-v3/testsuite/22_locale/collate/transform/wchar_t/wrapped_locale.cc +++ b/libstdc++-v3/testsuite/22_locale/collate/transform/wchar_t/wrapped_locale.cc @@ -9,7 +9,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/collate_byname/1.cc b/libstdc++-v3/testsuite/22_locale/collate_byname/1.cc index 229e2c63b938..2526a175d78d 100644 --- a/libstdc++-v3/testsuite/22_locale/collate_byname/1.cc +++ b/libstdc++-v3/testsuite/22_locale/collate_byname/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/22_locale/collate_byname/named_equivalence.cc b/libstdc++-v3/testsuite/22_locale/collate_byname/named_equivalence.cc index db61efde1eff..3df6beef9c0c 100644 --- a/libstdc++-v3/testsuite/22_locale/collate_byname/named_equivalence.cc +++ b/libstdc++-v3/testsuite/22_locale/collate_byname/named_equivalence.cc @@ -2,7 +2,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/collate_byname/requirements/base_classes.cc b/libstdc++-v3/testsuite/22_locale/collate_byname/requirements/base_classes.cc index ad704a81496e..630ced03ad24 100644 --- a/libstdc++-v3/testsuite/22_locale/collate_byname/requirements/base_classes.cc +++ b/libstdc++-v3/testsuite/22_locale/collate_byname/requirements/base_classes.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/collate_byname/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/22_locale/collate_byname/requirements/explicit_instantiation.cc index 9735ae60f2c2..cf0b5841b2a5 100644 --- a/libstdc++-v3/testsuite/22_locale/collate_byname/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/22_locale/collate_byname/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/22_locale/collate_byname/requirements/typedefs.cc b/libstdc++-v3/testsuite/22_locale/collate_byname/requirements/typedefs.cc index 9c06f7787473..26633059c2f2 100644 --- a/libstdc++-v3/testsuite/22_locale/collate_byname/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/22_locale/collate_byname/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/conversions/buffer/1.cc b/libstdc++-v3/testsuite/22_locale/conversions/buffer/1.cc index 8c8c77f24230..748207a0017e 100644 --- a/libstdc++-v3/testsuite/22_locale/conversions/buffer/1.cc +++ b/libstdc++-v3/testsuite/22_locale/conversions/buffer/1.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/22_locale/conversions/buffer/requirements/typedefs.cc b/libstdc++-v3/testsuite/22_locale/conversions/buffer/requirements/typedefs.cc index 81d7ec11a530..8d9a0ed4edb3 100644 --- a/libstdc++-v3/testsuite/22_locale/conversions/buffer/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/22_locale/conversions/buffer/requirements/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/22_locale/conversions/string/1.cc b/libstdc++-v3/testsuite/22_locale/conversions/string/1.cc index ce73a06a5fa1..439c956bfc05 100644 --- a/libstdc++-v3/testsuite/22_locale/conversions/string/1.cc +++ b/libstdc++-v3/testsuite/22_locale/conversions/string/1.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/22_locale/conversions/string/2.cc b/libstdc++-v3/testsuite/22_locale/conversions/string/2.cc index 08a28e6cb102..8c9c609969e8 100644 --- a/libstdc++-v3/testsuite/22_locale/conversions/string/2.cc +++ b/libstdc++-v3/testsuite/22_locale/conversions/string/2.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/22_locale/conversions/string/3.cc b/libstdc++-v3/testsuite/22_locale/conversions/string/3.cc index e5c4127bcd72..f465d84cee2f 100644 --- a/libstdc++-v3/testsuite/22_locale/conversions/string/3.cc +++ b/libstdc++-v3/testsuite/22_locale/conversions/string/3.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/22_locale/conversions/string/66441.cc b/libstdc++-v3/testsuite/22_locale/conversions/string/66441.cc index 242d7e7daec6..af2fe4a21f8e 100644 --- a/libstdc++-v3/testsuite/22_locale/conversions/string/66441.cc +++ b/libstdc++-v3/testsuite/22_locale/conversions/string/66441.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/22_locale/conversions/string/requirements/typedefs-2.cc b/libstdc++-v3/testsuite/22_locale/conversions/string/requirements/typedefs-2.cc index 85a2f9ef0f4f..e8ae48985514 100644 --- a/libstdc++-v3/testsuite/22_locale/conversions/string/requirements/typedefs-2.cc +++ b/libstdc++-v3/testsuite/22_locale/conversions/string/requirements/typedefs-2.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/22_locale/conversions/string/requirements/typedefs.cc b/libstdc++-v3/testsuite/22_locale/conversions/string/requirements/typedefs.cc index 4bcb5d6d3951..b3bb738911bc 100644 --- a/libstdc++-v3/testsuite/22_locale/conversions/string/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/22_locale/conversions/string/requirements/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/22_locale/ctype/2.cc b/libstdc++-v3/testsuite/22_locale/ctype/2.cc index d2bdde3dc48b..3ea969436223 100644 --- a/libstdc++-v3/testsuite/22_locale/ctype/2.cc +++ b/libstdc++-v3/testsuite/22_locale/ctype/2.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 1999-08-24 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/22_locale/ctype/cons/char/1.cc b/libstdc++-v3/testsuite/22_locale/ctype/cons/char/1.cc index baf6aa9aa9cb..e2649a1ef391 100644 --- a/libstdc++-v3/testsuite/22_locale/ctype/cons/char/1.cc +++ b/libstdc++-v3/testsuite/22_locale/ctype/cons/char/1.cc @@ -1,6 +1,6 @@ // 2000-02-16 bkoz -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/22_locale/ctype/cons/char/wrapped_env.cc b/libstdc++-v3/testsuite/22_locale/ctype/cons/char/wrapped_env.cc index 983488390df3..ea02f3bb0816 100644 --- a/libstdc++-v3/testsuite/22_locale/ctype/cons/char/wrapped_env.cc +++ b/libstdc++-v3/testsuite/22_locale/ctype/cons/char/wrapped_env.cc @@ -2,7 +2,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/ctype/cons/char/wrapped_locale.cc b/libstdc++-v3/testsuite/22_locale/ctype/cons/char/wrapped_locale.cc index f488ac6d102d..1f4e0cc30bb9 100644 --- a/libstdc++-v3/testsuite/22_locale/ctype/cons/char/wrapped_locale.cc +++ b/libstdc++-v3/testsuite/22_locale/ctype/cons/char/wrapped_locale.cc @@ -2,7 +2,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/ctype/dr695.cc b/libstdc++-v3/testsuite/22_locale/ctype/dr695.cc index 9f85da57bfd6..e69bc2ad3956 100644 --- a/libstdc++-v3/testsuite/22_locale/ctype/dr695.cc +++ b/libstdc++-v3/testsuite/22_locale/ctype/dr695.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2007-11-08 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/22_locale/ctype/is/char/1.cc b/libstdc++-v3/testsuite/22_locale/ctype/is/char/1.cc index d28e7d03ee37..a8a311566b14 100644 --- a/libstdc++-v3/testsuite/22_locale/ctype/is/char/1.cc +++ b/libstdc++-v3/testsuite/22_locale/ctype/is/char/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/22_locale/ctype/is/char/2.cc b/libstdc++-v3/testsuite/22_locale/ctype/is/char/2.cc index fdf6854b0ba4..6fdec8b07d7f 100644 --- a/libstdc++-v3/testsuite/22_locale/ctype/is/char/2.cc +++ b/libstdc++-v3/testsuite/22_locale/ctype/is/char/2.cc @@ -1,7 +1,7 @@ // { dg-do run { xfail { ! { *-*-linux* *-*-gnu* } } } } // { dg-require-namedlocale "de_DE.ISO8859-15" } -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/22_locale/ctype/is/char/3.cc b/libstdc++-v3/testsuite/22_locale/ctype/is/char/3.cc index 8a421b00b737..34e10c3eb98a 100644 --- a/libstdc++-v3/testsuite/22_locale/ctype/is/char/3.cc +++ b/libstdc++-v3/testsuite/22_locale/ctype/is/char/3.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/22_locale/ctype/is/char/9858.cc b/libstdc++-v3/testsuite/22_locale/ctype/is/char/9858.cc index 7fca04bb9471..e729d118bb55 100644 --- a/libstdc++-v3/testsuite/22_locale/ctype/is/char/9858.cc +++ b/libstdc++-v3/testsuite/22_locale/ctype/is/char/9858.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/ctype/is/char/wrapped_env.cc b/libstdc++-v3/testsuite/22_locale/ctype/is/char/wrapped_env.cc index c166feba59eb..6b03f8f1efff 100644 --- a/libstdc++-v3/testsuite/22_locale/ctype/is/char/wrapped_env.cc +++ b/libstdc++-v3/testsuite/22_locale/ctype/is/char/wrapped_env.cc @@ -2,7 +2,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/ctype/is/char/wrapped_locale.cc b/libstdc++-v3/testsuite/22_locale/ctype/is/char/wrapped_locale.cc index fac5abc4aa6d..a6d81726aee3 100644 --- a/libstdc++-v3/testsuite/22_locale/ctype/is/char/wrapped_locale.cc +++ b/libstdc++-v3/testsuite/22_locale/ctype/is/char/wrapped_locale.cc @@ -3,7 +3,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/ctype/is/wchar_t/1.cc b/libstdc++-v3/testsuite/22_locale/ctype/is/wchar_t/1.cc index ac283998dc58..4470c8ca20c6 100644 --- a/libstdc++-v3/testsuite/22_locale/ctype/is/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/22_locale/ctype/is/wchar_t/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/22_locale/ctype/is/wchar_t/11740.cc b/libstdc++-v3/testsuite/22_locale/ctype/is/wchar_t/11740.cc index 2a517993fe24..d993660fb266 100644 --- a/libstdc++-v3/testsuite/22_locale/ctype/is/wchar_t/11740.cc +++ b/libstdc++-v3/testsuite/22_locale/ctype/is/wchar_t/11740.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/ctype/is/wchar_t/2.cc b/libstdc++-v3/testsuite/22_locale/ctype/is/wchar_t/2.cc index 49a01b3b6528..01cd6ee03696 100644 --- a/libstdc++-v3/testsuite/22_locale/ctype/is/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/22_locale/ctype/is/wchar_t/2.cc @@ -1,7 +1,7 @@ // { dg-do run { xfail { ! { *-*-linux* *-*-gnu* } } } } // { dg-require-namedlocale "de_DE.ISO8859-15" } -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/22_locale/ctype/is/wchar_t/wrapped_env.cc b/libstdc++-v3/testsuite/22_locale/ctype/is/wchar_t/wrapped_env.cc index 7908f8a18530..7ec1323f9421 100644 --- a/libstdc++-v3/testsuite/22_locale/ctype/is/wchar_t/wrapped_env.cc +++ b/libstdc++-v3/testsuite/22_locale/ctype/is/wchar_t/wrapped_env.cc @@ -2,7 +2,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/ctype/is/wchar_t/wrapped_locale.cc b/libstdc++-v3/testsuite/22_locale/ctype/is/wchar_t/wrapped_locale.cc index 31623b2ec262..df82891636b8 100644 --- a/libstdc++-v3/testsuite/22_locale/ctype/is/wchar_t/wrapped_locale.cc +++ b/libstdc++-v3/testsuite/22_locale/ctype/is/wchar_t/wrapped_locale.cc @@ -3,7 +3,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/ctype/narrow/char/1.cc b/libstdc++-v3/testsuite/22_locale/ctype/narrow/char/1.cc index f71cdd7ae07f..f9ad79eabecf 100644 --- a/libstdc++-v3/testsuite/22_locale/ctype/narrow/char/1.cc +++ b/libstdc++-v3/testsuite/22_locale/ctype/narrow/char/1.cc @@ -1,6 +1,6 @@ // 2002-05-24 bkoz -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/22_locale/ctype/narrow/char/19955.cc b/libstdc++-v3/testsuite/22_locale/ctype/narrow/char/19955.cc index a7304d484275..428b41077b37 100644 --- a/libstdc++-v3/testsuite/22_locale/ctype/narrow/char/19955.cc +++ b/libstdc++-v3/testsuite/22_locale/ctype/narrow/char/19955.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/22_locale/ctype/narrow/char/2.cc b/libstdc++-v3/testsuite/22_locale/ctype/narrow/char/2.cc index 1e71b2648b28..3fea6be857ab 100644 --- a/libstdc++-v3/testsuite/22_locale/ctype/narrow/char/2.cc +++ b/libstdc++-v3/testsuite/22_locale/ctype/narrow/char/2.cc @@ -1,6 +1,6 @@ // 2002-05-24 bkoz -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/22_locale/ctype/narrow/char/wrapped_env.cc b/libstdc++-v3/testsuite/22_locale/ctype/narrow/char/wrapped_env.cc index 7908f8a18530..7ec1323f9421 100644 --- a/libstdc++-v3/testsuite/22_locale/ctype/narrow/char/wrapped_env.cc +++ b/libstdc++-v3/testsuite/22_locale/ctype/narrow/char/wrapped_env.cc @@ -2,7 +2,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/ctype/narrow/char/wrapped_locale.cc b/libstdc++-v3/testsuite/22_locale/ctype/narrow/char/wrapped_locale.cc index 0e24fde7d1ac..ee3bb38641d7 100644 --- a/libstdc++-v3/testsuite/22_locale/ctype/narrow/char/wrapped_locale.cc +++ b/libstdc++-v3/testsuite/22_locale/ctype/narrow/char/wrapped_locale.cc @@ -2,7 +2,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/ctype/narrow/wchar_t/1.cc b/libstdc++-v3/testsuite/22_locale/ctype/narrow/wchar_t/1.cc index bcd4fd39d9df..aad37210d5fa 100644 --- a/libstdc++-v3/testsuite/22_locale/ctype/narrow/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/22_locale/ctype/narrow/wchar_t/1.cc @@ -1,6 +1,6 @@ // 2002-05-24 bkoz -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/22_locale/ctype/narrow/wchar_t/2.cc b/libstdc++-v3/testsuite/22_locale/ctype/narrow/wchar_t/2.cc index 6729abd85bf8..083af03eb334 100644 --- a/libstdc++-v3/testsuite/22_locale/ctype/narrow/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/22_locale/ctype/narrow/wchar_t/2.cc @@ -1,6 +1,6 @@ // 2002-05-24 bkoz -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/22_locale/ctype/narrow/wchar_t/3.cc b/libstdc++-v3/testsuite/22_locale/ctype/narrow/wchar_t/3.cc index 0e3ee55a2791..b80c68d7efc3 100644 --- a/libstdc++-v3/testsuite/22_locale/ctype/narrow/wchar_t/3.cc +++ b/libstdc++-v3/testsuite/22_locale/ctype/narrow/wchar_t/3.cc @@ -2,7 +2,7 @@ // 2003-03-12 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/ctype/narrow/wchar_t/wrapped_env.cc b/libstdc++-v3/testsuite/22_locale/ctype/narrow/wchar_t/wrapped_env.cc index 7908f8a18530..7ec1323f9421 100644 --- a/libstdc++-v3/testsuite/22_locale/ctype/narrow/wchar_t/wrapped_env.cc +++ b/libstdc++-v3/testsuite/22_locale/ctype/narrow/wchar_t/wrapped_env.cc @@ -2,7 +2,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/ctype/narrow/wchar_t/wrapped_locale.cc b/libstdc++-v3/testsuite/22_locale/ctype/narrow/wchar_t/wrapped_locale.cc index 0e24fde7d1ac..ee3bb38641d7 100644 --- a/libstdc++-v3/testsuite/22_locale/ctype/narrow/wchar_t/wrapped_locale.cc +++ b/libstdc++-v3/testsuite/22_locale/ctype/narrow/wchar_t/wrapped_locale.cc @@ -2,7 +2,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/ctype/requirements/base_classes.cc b/libstdc++-v3/testsuite/22_locale/ctype/requirements/base_classes.cc index ef0e2270876d..f1f7f4901753 100644 --- a/libstdc++-v3/testsuite/22_locale/ctype/requirements/base_classes.cc +++ b/libstdc++-v3/testsuite/22_locale/ctype/requirements/base_classes.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/ctype/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/22_locale/ctype/requirements/explicit_instantiation.cc index dc7b73bb5197..200569b6b957 100644 --- a/libstdc++-v3/testsuite/22_locale/ctype/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/22_locale/ctype/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/22_locale/ctype/requirements/typedefs.cc b/libstdc++-v3/testsuite/22_locale/ctype/requirements/typedefs.cc index 7145eb419216..8641355b8c2d 100644 --- a/libstdc++-v3/testsuite/22_locale/ctype/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/22_locale/ctype/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/ctype/scan/char/1.cc b/libstdc++-v3/testsuite/22_locale/ctype/scan/char/1.cc index 0232ae96d75b..68f4226f45c6 100644 --- a/libstdc++-v3/testsuite/22_locale/ctype/scan/char/1.cc +++ b/libstdc++-v3/testsuite/22_locale/ctype/scan/char/1.cc @@ -1,6 +1,6 @@ // 2002-05-10 ghazi -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/22_locale/ctype/scan/char/wrapped_env.cc b/libstdc++-v3/testsuite/22_locale/ctype/scan/char/wrapped_env.cc index 983488390df3..ea02f3bb0816 100644 --- a/libstdc++-v3/testsuite/22_locale/ctype/scan/char/wrapped_env.cc +++ b/libstdc++-v3/testsuite/22_locale/ctype/scan/char/wrapped_env.cc @@ -2,7 +2,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/ctype/scan/char/wrapped_locale.cc b/libstdc++-v3/testsuite/22_locale/ctype/scan/char/wrapped_locale.cc index f488ac6d102d..1f4e0cc30bb9 100644 --- a/libstdc++-v3/testsuite/22_locale/ctype/scan/char/wrapped_locale.cc +++ b/libstdc++-v3/testsuite/22_locale/ctype/scan/char/wrapped_locale.cc @@ -2,7 +2,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/ctype/scan/wchar_t/1.cc b/libstdc++-v3/testsuite/22_locale/ctype/scan/wchar_t/1.cc index 06d0865a39f1..3499d1d92310 100644 --- a/libstdc++-v3/testsuite/22_locale/ctype/scan/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/22_locale/ctype/scan/wchar_t/1.cc @@ -1,6 +1,6 @@ // 2002-05-10 ghazi -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/22_locale/ctype/scan/wchar_t/wrapped_env.cc b/libstdc++-v3/testsuite/22_locale/ctype/scan/wchar_t/wrapped_env.cc index 983488390df3..ea02f3bb0816 100644 --- a/libstdc++-v3/testsuite/22_locale/ctype/scan/wchar_t/wrapped_env.cc +++ b/libstdc++-v3/testsuite/22_locale/ctype/scan/wchar_t/wrapped_env.cc @@ -2,7 +2,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/ctype/scan/wchar_t/wrapped_locale.cc b/libstdc++-v3/testsuite/22_locale/ctype/scan/wchar_t/wrapped_locale.cc index f488ac6d102d..1f4e0cc30bb9 100644 --- a/libstdc++-v3/testsuite/22_locale/ctype/scan/wchar_t/wrapped_locale.cc +++ b/libstdc++-v3/testsuite/22_locale/ctype/scan/wchar_t/wrapped_locale.cc @@ -2,7 +2,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/ctype/to/char/1.cc b/libstdc++-v3/testsuite/22_locale/ctype/to/char/1.cc index 3e56701bf644..07eb6526f077 100644 --- a/libstdc++-v3/testsuite/22_locale/ctype/to/char/1.cc +++ b/libstdc++-v3/testsuite/22_locale/ctype/to/char/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/22_locale/ctype/to/char/wrapped_env.cc b/libstdc++-v3/testsuite/22_locale/ctype/to/char/wrapped_env.cc index 983488390df3..ea02f3bb0816 100644 --- a/libstdc++-v3/testsuite/22_locale/ctype/to/char/wrapped_env.cc +++ b/libstdc++-v3/testsuite/22_locale/ctype/to/char/wrapped_env.cc @@ -2,7 +2,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/ctype/to/char/wrapped_locale.cc b/libstdc++-v3/testsuite/22_locale/ctype/to/char/wrapped_locale.cc index f488ac6d102d..1f4e0cc30bb9 100644 --- a/libstdc++-v3/testsuite/22_locale/ctype/to/char/wrapped_locale.cc +++ b/libstdc++-v3/testsuite/22_locale/ctype/to/char/wrapped_locale.cc @@ -2,7 +2,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/ctype/to/wchar_t/1.cc b/libstdc++-v3/testsuite/22_locale/ctype/to/wchar_t/1.cc index 275ae08d2210..435eefefb22a 100644 --- a/libstdc++-v3/testsuite/22_locale/ctype/to/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/22_locale/ctype/to/wchar_t/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/22_locale/ctype/to/wchar_t/wrapped_env.cc b/libstdc++-v3/testsuite/22_locale/ctype/to/wchar_t/wrapped_env.cc index 983488390df3..ea02f3bb0816 100644 --- a/libstdc++-v3/testsuite/22_locale/ctype/to/wchar_t/wrapped_env.cc +++ b/libstdc++-v3/testsuite/22_locale/ctype/to/wchar_t/wrapped_env.cc @@ -2,7 +2,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/ctype/to/wchar_t/wrapped_locale.cc b/libstdc++-v3/testsuite/22_locale/ctype/to/wchar_t/wrapped_locale.cc index f488ac6d102d..1f4e0cc30bb9 100644 --- a/libstdc++-v3/testsuite/22_locale/ctype/to/wchar_t/wrapped_locale.cc +++ b/libstdc++-v3/testsuite/22_locale/ctype/to/wchar_t/wrapped_locale.cc @@ -2,7 +2,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/ctype/widen/char/1.cc b/libstdc++-v3/testsuite/22_locale/ctype/widen/char/1.cc index 9582fd9385df..0326b8b74788 100644 --- a/libstdc++-v3/testsuite/22_locale/ctype/widen/char/1.cc +++ b/libstdc++-v3/testsuite/22_locale/ctype/widen/char/1.cc @@ -1,6 +1,6 @@ // 2002-05-24 bkoz -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/22_locale/ctype/widen/char/wrapped_env.cc b/libstdc++-v3/testsuite/22_locale/ctype/widen/char/wrapped_env.cc index 983488390df3..ea02f3bb0816 100644 --- a/libstdc++-v3/testsuite/22_locale/ctype/widen/char/wrapped_env.cc +++ b/libstdc++-v3/testsuite/22_locale/ctype/widen/char/wrapped_env.cc @@ -2,7 +2,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/ctype/widen/char/wrapped_locale.cc b/libstdc++-v3/testsuite/22_locale/ctype/widen/char/wrapped_locale.cc index f488ac6d102d..1f4e0cc30bb9 100644 --- a/libstdc++-v3/testsuite/22_locale/ctype/widen/char/wrapped_locale.cc +++ b/libstdc++-v3/testsuite/22_locale/ctype/widen/char/wrapped_locale.cc @@ -2,7 +2,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/ctype/widen/wchar_t/1.cc b/libstdc++-v3/testsuite/22_locale/ctype/widen/wchar_t/1.cc index 12c8a24d3573..ac225523d722 100644 --- a/libstdc++-v3/testsuite/22_locale/ctype/widen/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/22_locale/ctype/widen/wchar_t/1.cc @@ -1,6 +1,6 @@ // 2002-05-24 bkoz -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/22_locale/ctype/widen/wchar_t/2.cc b/libstdc++-v3/testsuite/22_locale/ctype/widen/wchar_t/2.cc index cd4ef1ed6419..0649a650ad74 100644 --- a/libstdc++-v3/testsuite/22_locale/ctype/widen/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/22_locale/ctype/widen/wchar_t/2.cc @@ -2,7 +2,7 @@ // 2003-03-12 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/ctype/widen/wchar_t/3.cc b/libstdc++-v3/testsuite/22_locale/ctype/widen/wchar_t/3.cc index 2b783bf12a13..5c14ab57f814 100644 --- a/libstdc++-v3/testsuite/22_locale/ctype/widen/wchar_t/3.cc +++ b/libstdc++-v3/testsuite/22_locale/ctype/widen/wchar_t/3.cc @@ -2,7 +2,7 @@ // 2003-03-12 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/ctype/widen/wchar_t/wrapped_env.cc b/libstdc++-v3/testsuite/22_locale/ctype/widen/wchar_t/wrapped_env.cc index 983488390df3..ea02f3bb0816 100644 --- a/libstdc++-v3/testsuite/22_locale/ctype/widen/wchar_t/wrapped_env.cc +++ b/libstdc++-v3/testsuite/22_locale/ctype/widen/wchar_t/wrapped_env.cc @@ -2,7 +2,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/ctype/widen/wchar_t/wrapped_locale.cc b/libstdc++-v3/testsuite/22_locale/ctype/widen/wchar_t/wrapped_locale.cc index f488ac6d102d..1f4e0cc30bb9 100644 --- a/libstdc++-v3/testsuite/22_locale/ctype/widen/wchar_t/wrapped_locale.cc +++ b/libstdc++-v3/testsuite/22_locale/ctype/widen/wchar_t/wrapped_locale.cc @@ -2,7 +2,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/ctype_base/11844.cc b/libstdc++-v3/testsuite/22_locale/ctype_base/11844.cc index 332d7d763959..6d44d4a82b4c 100644 --- a/libstdc++-v3/testsuite/22_locale/ctype_base/11844.cc +++ b/libstdc++-v3/testsuite/22_locale/ctype_base/11844.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/ctype_base/53678.cc b/libstdc++-v3/testsuite/22_locale/ctype_base/53678.cc index 91ba42502aaa..ca9c2c5cab9a 100644 --- a/libstdc++-v3/testsuite/22_locale/ctype_base/53678.cc +++ b/libstdc++-v3/testsuite/22_locale/ctype_base/53678.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/22_locale/ctype_base/blank.cc b/libstdc++-v3/testsuite/22_locale/ctype_base/blank.cc index 661a49b4a38b..dfb61b910362 100644 --- a/libstdc++-v3/testsuite/22_locale/ctype_base/blank.cc +++ b/libstdc++-v3/testsuite/22_locale/ctype_base/blank.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/22_locale/ctype_base/mask.cc b/libstdc++-v3/testsuite/22_locale/ctype_base/mask.cc index eb9dfc066871..cd5f4891c9c4 100644 --- a/libstdc++-v3/testsuite/22_locale/ctype_base/mask.cc +++ b/libstdc++-v3/testsuite/22_locale/ctype_base/mask.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 1999-08-24 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/22_locale/ctype_byname/1.cc b/libstdc++-v3/testsuite/22_locale/ctype_byname/1.cc index 554543c0deb1..07f95be85bcd 100644 --- a/libstdc++-v3/testsuite/22_locale/ctype_byname/1.cc +++ b/libstdc++-v3/testsuite/22_locale/ctype_byname/1.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/ctype_byname/2.cc b/libstdc++-v3/testsuite/22_locale/ctype_byname/2.cc index f52f191b8386..569e65be37f3 100644 --- a/libstdc++-v3/testsuite/22_locale/ctype_byname/2.cc +++ b/libstdc++-v3/testsuite/22_locale/ctype_byname/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/22_locale/facet/1.cc b/libstdc++-v3/testsuite/22_locale/facet/1.cc index a174548ebc3c..f31cdbb6a394 100644 --- a/libstdc++-v3/testsuite/22_locale/facet/1.cc +++ b/libstdc++-v3/testsuite/22_locale/facet/1.cc @@ -1,6 +1,6 @@ // 2000-08-31 Benjamin Kosnik -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/22_locale/facet/2.cc b/libstdc++-v3/testsuite/22_locale/facet/2.cc index 37fc28c35723..bbd304c886b0 100644 --- a/libstdc++-v3/testsuite/22_locale/facet/2.cc +++ b/libstdc++-v3/testsuite/22_locale/facet/2.cc @@ -2,7 +2,7 @@ // 2000-08-31 Benjamin Kosnik -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/22_locale/facet/25421.cc b/libstdc++-v3/testsuite/22_locale/facet/25421.cc index b85a4fa517b5..f3d501581464 100644 --- a/libstdc++-v3/testsuite/22_locale/facet/25421.cc +++ b/libstdc++-v3/testsuite/22_locale/facet/25421.cc @@ -1,6 +1,6 @@ // 2005-12-15 Paolo Carlini -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/22_locale/global_templates/1.cc b/libstdc++-v3/testsuite/22_locale/global_templates/1.cc index a4d20da35b2f..034366064520 100644 --- a/libstdc++-v3/testsuite/22_locale/global_templates/1.cc +++ b/libstdc++-v3/testsuite/22_locale/global_templates/1.cc @@ -1,6 +1,6 @@ // 2000-09-11 Benjamin Kosnik -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/22_locale/global_templates/standard_facet_hierarchies.cc b/libstdc++-v3/testsuite/22_locale/global_templates/standard_facet_hierarchies.cc index 5e64b8a264f0..518d82b61d6a 100644 --- a/libstdc++-v3/testsuite/22_locale/global_templates/standard_facet_hierarchies.cc +++ b/libstdc++-v3/testsuite/22_locale/global_templates/standard_facet_hierarchies.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/22_locale/global_templates/user_facet_hierarchies.cc b/libstdc++-v3/testsuite/22_locale/global_templates/user_facet_hierarchies.cc index 1ecffd42b407..20d460c23dc2 100644 --- a/libstdc++-v3/testsuite/22_locale/global_templates/user_facet_hierarchies.cc +++ b/libstdc++-v3/testsuite/22_locale/global_templates/user_facet_hierarchies.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/22_locale/headers/clocale/functions_std.cc b/libstdc++-v3/testsuite/22_locale/headers/clocale/functions_std.cc index f5e9a0dab02f..fb2951ef8eb2 100644 --- a/libstdc++-v3/testsuite/22_locale/headers/clocale/functions_std.cc +++ b/libstdc++-v3/testsuite/22_locale/headers/clocale/functions_std.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/22_locale/headers/clocale/macros.cc b/libstdc++-v3/testsuite/22_locale/headers/clocale/macros.cc index ca961d91416b..77f5cdebceaa 100644 --- a/libstdc++-v3/testsuite/22_locale/headers/clocale/macros.cc +++ b/libstdc++-v3/testsuite/22_locale/headers/clocale/macros.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/22_locale/headers/clocale/types_std.cc b/libstdc++-v3/testsuite/22_locale/headers/clocale/types_std.cc index c6e44e556274..c5c3cbe2b18a 100644 --- a/libstdc++-v3/testsuite/22_locale/headers/clocale/types_std.cc +++ b/libstdc++-v3/testsuite/22_locale/headers/clocale/types_std.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/22_locale/headers/locale/synopsis.cc b/libstdc++-v3/testsuite/22_locale/headers/locale/synopsis.cc index 6e1dbfcec65d..7204fd42a596 100644 --- a/libstdc++-v3/testsuite/22_locale/headers/locale/synopsis.cc +++ b/libstdc++-v3/testsuite/22_locale/headers/locale/synopsis.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/22_locale/headers/locale/types_std.cc b/libstdc++-v3/testsuite/22_locale/headers/locale/types_std.cc index 11a9581b83b2..2bfaf654758c 100644 --- a/libstdc++-v3/testsuite/22_locale/headers/locale/types_std.cc +++ b/libstdc++-v3/testsuite/22_locale/headers/locale/types_std.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/22_locale/locale/13630.cc b/libstdc++-v3/testsuite/22_locale/locale/13630.cc index cdec2491e7f0..b887cee9870f 100644 --- a/libstdc++-v3/testsuite/22_locale/locale/13630.cc +++ b/libstdc++-v3/testsuite/22_locale/locale/13630.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/22_locale/locale/cons/1.cc b/libstdc++-v3/testsuite/22_locale/locale/cons/1.cc index 2df9db064e24..b57e9deddf71 100644 --- a/libstdc++-v3/testsuite/22_locale/locale/cons/1.cc +++ b/libstdc++-v3/testsuite/22_locale/locale/cons/1.cc @@ -1,6 +1,6 @@ // 2000-09-13 Benjamin Kosnik -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/22_locale/locale/cons/12352.cc b/libstdc++-v3/testsuite/22_locale/locale/cons/12352.cc index d514b2affcb9..0e9f768a4cc9 100644 --- a/libstdc++-v3/testsuite/22_locale/locale/cons/12352.cc +++ b/libstdc++-v3/testsuite/22_locale/locale/cons/12352.cc @@ -1,7 +1,7 @@ // { dg-require-namedlocale "" } // { dg-require-namedlocale "en_US.ISO8859-1" } -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/locale/cons/12438.cc b/libstdc++-v3/testsuite/22_locale/locale/cons/12438.cc index bcf4518c8990..91e25d4cecf8 100644 --- a/libstdc++-v3/testsuite/22_locale/locale/cons/12438.cc +++ b/libstdc++-v3/testsuite/22_locale/locale/cons/12438.cc @@ -1,6 +1,6 @@ // { dg-require-namedlocale "" } -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/locale/cons/12658_thread-1.cc b/libstdc++-v3/testsuite/22_locale/locale/cons/12658_thread-1.cc index e1edb0cb76e1..f1cb765551ce 100644 --- a/libstdc++-v3/testsuite/22_locale/locale/cons/12658_thread-1.cc +++ b/libstdc++-v3/testsuite/22_locale/locale/cons/12658_thread-1.cc @@ -3,7 +3,7 @@ // { dg-require-namedlocale "en_US.ISO8859-1" } // { dg-require-namedlocale "fr_FR.ISO8859-15" } -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/22_locale/locale/cons/12658_thread-2.cc b/libstdc++-v3/testsuite/22_locale/locale/cons/12658_thread-2.cc index a0e05f9e79e8..b7ff3ea1e5f7 100644 --- a/libstdc++-v3/testsuite/22_locale/locale/cons/12658_thread-2.cc +++ b/libstdc++-v3/testsuite/22_locale/locale/cons/12658_thread-2.cc @@ -3,7 +3,7 @@ // { dg-require-namedlocale "en_US.ISO8859-1" } // { dg-require-namedlocale "fr_FR.ISO8859-15" } -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/22_locale/locale/cons/2.cc b/libstdc++-v3/testsuite/22_locale/locale/cons/2.cc index 924f4ee15df5..a1517b91dc98 100644 --- a/libstdc++-v3/testsuite/22_locale/locale/cons/2.cc +++ b/libstdc++-v3/testsuite/22_locale/locale/cons/2.cc @@ -2,7 +2,7 @@ // 2000-09-13 Benjamin Kosnik -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/22_locale/locale/cons/29217.cc b/libstdc++-v3/testsuite/22_locale/locale/cons/29217.cc index 954872aa8ea5..3c7e0eb66ad6 100644 --- a/libstdc++-v3/testsuite/22_locale/locale/cons/29217.cc +++ b/libstdc++-v3/testsuite/22_locale/locale/cons/29217.cc @@ -1,6 +1,6 @@ // { dg-require-namedlocale "en_US.UTF-8" } -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/22_locale/locale/cons/38365.cc b/libstdc++-v3/testsuite/22_locale/locale/cons/38365.cc index 0ce89a32fe2a..9ff82ef4848b 100644 --- a/libstdc++-v3/testsuite/22_locale/locale/cons/38365.cc +++ b/libstdc++-v3/testsuite/22_locale/locale/cons/38365.cc @@ -1,6 +1,6 @@ // { dg-require-namedlocale "en_US.ISO8859-1" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/22_locale/locale/cons/38368.cc b/libstdc++-v3/testsuite/22_locale/locale/cons/38368.cc index 224cccf95597..1175dfb0de12 100644 --- a/libstdc++-v3/testsuite/22_locale/locale/cons/38368.cc +++ b/libstdc++-v3/testsuite/22_locale/locale/cons/38368.cc @@ -1,6 +1,6 @@ // { dg-require-namedlocale "en_US.ISO8859-1" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/22_locale/locale/cons/4.cc b/libstdc++-v3/testsuite/22_locale/locale/cons/4.cc index 964801527444..bda4039034bb 100644 --- a/libstdc++-v3/testsuite/22_locale/locale/cons/4.cc +++ b/libstdc++-v3/testsuite/22_locale/locale/cons/4.cc @@ -2,7 +2,7 @@ // 2000-09-13 Benjamin Kosnik -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/22_locale/locale/cons/40184.cc b/libstdc++-v3/testsuite/22_locale/locale/cons/40184.cc index b2e9345ff827..4312e887ef21 100644 --- a/libstdc++-v3/testsuite/22_locale/locale/cons/40184.cc +++ b/libstdc++-v3/testsuite/22_locale/locale/cons/40184.cc @@ -1,6 +1,6 @@ // { dg-require-namedlocale "ja_JP.eucJP" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/22_locale/locale/cons/5.cc b/libstdc++-v3/testsuite/22_locale/locale/cons/5.cc index f3b55e006f57..4c23c7f60e28 100644 --- a/libstdc++-v3/testsuite/22_locale/locale/cons/5.cc +++ b/libstdc++-v3/testsuite/22_locale/locale/cons/5.cc @@ -4,7 +4,7 @@ // 2000-09-13 Benjamin Kosnik -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/22_locale/locale/cons/6.cc b/libstdc++-v3/testsuite/22_locale/locale/cons/6.cc index b72b91048fc3..eb0d6e69b09d 100644 --- a/libstdc++-v3/testsuite/22_locale/locale/cons/6.cc +++ b/libstdc++-v3/testsuite/22_locale/locale/cons/6.cc @@ -1,6 +1,6 @@ // 2001-01-19 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/locale/cons/7.cc b/libstdc++-v3/testsuite/22_locale/locale/cons/7.cc index 064ccca374b9..7092c1adac3e 100644 --- a/libstdc++-v3/testsuite/22_locale/locale/cons/7.cc +++ b/libstdc++-v3/testsuite/22_locale/locale/cons/7.cc @@ -2,7 +2,7 @@ // 2001-01-19 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/locale/cons/7222-c.cc b/libstdc++-v3/testsuite/22_locale/locale/cons/7222-c.cc index 5ca12e9f9b98..8991e9d9035d 100644 --- a/libstdc++-v3/testsuite/22_locale/locale/cons/7222-c.cc +++ b/libstdc++-v3/testsuite/22_locale/locale/cons/7222-c.cc @@ -1,6 +1,6 @@ // 2000-09-13 Benjamin Kosnik -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/22_locale/locale/cons/7222-env.cc b/libstdc++-v3/testsuite/22_locale/locale/cons/7222-env.cc index 658b68da8a0f..39f6b10faf23 100644 --- a/libstdc++-v3/testsuite/22_locale/locale/cons/7222-env.cc +++ b/libstdc++-v3/testsuite/22_locale/locale/cons/7222-env.cc @@ -2,7 +2,7 @@ // 2000-09-13 Benjamin Kosnik -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/22_locale/locale/cons/8.cc b/libstdc++-v3/testsuite/22_locale/locale/cons/8.cc index 8fd319551ed2..42679c7d07c7 100644 --- a/libstdc++-v3/testsuite/22_locale/locale/cons/8.cc +++ b/libstdc++-v3/testsuite/22_locale/locale/cons/8.cc @@ -1,6 +1,6 @@ // 2003-02-01 Paolo Carlini -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/locale/cons/unicode.cc b/libstdc++-v3/testsuite/22_locale/locale/cons/unicode.cc index 37603e1e08bc..324f286d3eb2 100644 --- a/libstdc++-v3/testsuite/22_locale/locale/cons/unicode.cc +++ b/libstdc++-v3/testsuite/22_locale/locale/cons/unicode.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-iconv "ISO-8859-1" } -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/22_locale/locale/global_locale_objects/1.cc b/libstdc++-v3/testsuite/22_locale/locale/global_locale_objects/1.cc index bc851421da69..5bfc14190e2e 100644 --- a/libstdc++-v3/testsuite/22_locale/locale/global_locale_objects/1.cc +++ b/libstdc++-v3/testsuite/22_locale/locale/global_locale_objects/1.cc @@ -1,6 +1,6 @@ // 2000-09-13 Benjamin Kosnik -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/22_locale/locale/global_locale_objects/14071.cc b/libstdc++-v3/testsuite/22_locale/locale/global_locale_objects/14071.cc index b6ad4a7fe93c..5300ae1e0f31 100644 --- a/libstdc++-v3/testsuite/22_locale/locale/global_locale_objects/14071.cc +++ b/libstdc++-v3/testsuite/22_locale/locale/global_locale_objects/14071.cc @@ -3,7 +3,7 @@ // 2004-02-09 Petur Runolfsson -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/22_locale/locale/global_locale_objects/2.cc b/libstdc++-v3/testsuite/22_locale/locale/global_locale_objects/2.cc index f6196ee85aac..b4ca835a68f5 100644 --- a/libstdc++-v3/testsuite/22_locale/locale/global_locale_objects/2.cc +++ b/libstdc++-v3/testsuite/22_locale/locale/global_locale_objects/2.cc @@ -3,7 +3,7 @@ // 2000-09-13 Benjamin Kosnik -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/22_locale/locale/global_locale_objects/3.cc b/libstdc++-v3/testsuite/22_locale/locale/global_locale_objects/3.cc index ad025a262a48..cd6a3ac8d9d6 100644 --- a/libstdc++-v3/testsuite/22_locale/locale/global_locale_objects/3.cc +++ b/libstdc++-v3/testsuite/22_locale/locale/global_locale_objects/3.cc @@ -1,6 +1,6 @@ // 2000-09-13 Benjamin Kosnik -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/22_locale/locale/operations/1.cc b/libstdc++-v3/testsuite/22_locale/locale/operations/1.cc index 924cb99bd3b1..e00ca410bb45 100644 --- a/libstdc++-v3/testsuite/22_locale/locale/operations/1.cc +++ b/libstdc++-v3/testsuite/22_locale/locale/operations/1.cc @@ -1,6 +1,6 @@ // 2000-09-11 Benjamin Kosnik -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/22_locale/locale/operations/2.cc b/libstdc++-v3/testsuite/22_locale/locale/operations/2.cc index c57844d7d189..67dabfe4c830 100644 --- a/libstdc++-v3/testsuite/22_locale/locale/operations/2.cc +++ b/libstdc++-v3/testsuite/22_locale/locale/operations/2.cc @@ -1,6 +1,6 @@ // 2000-09-11 Benjamin Kosnik -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/22_locale/messages/13631.cc b/libstdc++-v3/testsuite/22_locale/messages/13631.cc index 1c641983a687..90f5f2411611 100644 --- a/libstdc++-v3/testsuite/22_locale/messages/13631.cc +++ b/libstdc++-v3/testsuite/22_locale/messages/13631.cc @@ -1,6 +1,6 @@ // { dg-require-namedlocale "fr_FR.ISO8859-15" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/22_locale/messages/members/char/1.cc b/libstdc++-v3/testsuite/22_locale/messages/members/char/1.cc index c382922cf007..290cf57f16bb 100644 --- a/libstdc++-v3/testsuite/22_locale/messages/members/char/1.cc +++ b/libstdc++-v3/testsuite/22_locale/messages/members/char/1.cc @@ -2,7 +2,7 @@ // 2001-07-17 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/messages/members/char/2.cc b/libstdc++-v3/testsuite/22_locale/messages/members/char/2.cc index 5e7a9dc61243..56646221c7be 100644 --- a/libstdc++-v3/testsuite/22_locale/messages/members/char/2.cc +++ b/libstdc++-v3/testsuite/22_locale/messages/members/char/2.cc @@ -2,7 +2,7 @@ // 2001-07-17 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/messages/members/char/3.cc b/libstdc++-v3/testsuite/22_locale/messages/members/char/3.cc index 74e671bac83e..9d954923fcc4 100644 --- a/libstdc++-v3/testsuite/22_locale/messages/members/char/3.cc +++ b/libstdc++-v3/testsuite/22_locale/messages/members/char/3.cc @@ -3,7 +3,7 @@ // 2001-07-17 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/messages/members/char/wrapped_env.cc b/libstdc++-v3/testsuite/22_locale/messages/members/char/wrapped_env.cc index e05885f1ec79..575e2b587785 100644 --- a/libstdc++-v3/testsuite/22_locale/messages/members/char/wrapped_env.cc +++ b/libstdc++-v3/testsuite/22_locale/messages/members/char/wrapped_env.cc @@ -4,7 +4,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/messages/members/char/wrapped_locale.cc b/libstdc++-v3/testsuite/22_locale/messages/members/char/wrapped_locale.cc index c10c90aa621b..2aee0f7c3121 100644 --- a/libstdc++-v3/testsuite/22_locale/messages/members/char/wrapped_locale.cc +++ b/libstdc++-v3/testsuite/22_locale/messages/members/char/wrapped_locale.cc @@ -5,7 +5,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/messages/requirements/base_classes.cc b/libstdc++-v3/testsuite/22_locale/messages/requirements/base_classes.cc index a583c8f984f7..a8e9161334eb 100644 --- a/libstdc++-v3/testsuite/22_locale/messages/requirements/base_classes.cc +++ b/libstdc++-v3/testsuite/22_locale/messages/requirements/base_classes.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-07-17 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/messages/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/22_locale/messages/requirements/explicit_instantiation.cc index 2e33d292e059..9cc7db220b6f 100644 --- a/libstdc++-v3/testsuite/22_locale/messages/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/22_locale/messages/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-07-17 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/messages/requirements/typedefs.cc b/libstdc++-v3/testsuite/22_locale/messages/requirements/typedefs.cc index 62fecaed0b0c..888fd08c63ab 100644 --- a/libstdc++-v3/testsuite/22_locale/messages/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/22_locale/messages/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-07-17 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/messages_byname/1.cc b/libstdc++-v3/testsuite/22_locale/messages_byname/1.cc index d9651b3f687b..338058052073 100644 --- a/libstdc++-v3/testsuite/22_locale/messages_byname/1.cc +++ b/libstdc++-v3/testsuite/22_locale/messages_byname/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/22_locale/messages_byname/named_equivalence.cc b/libstdc++-v3/testsuite/22_locale/messages_byname/named_equivalence.cc index 8c9867bf28e5..e1a2336f9016 100644 --- a/libstdc++-v3/testsuite/22_locale/messages_byname/named_equivalence.cc +++ b/libstdc++-v3/testsuite/22_locale/messages_byname/named_equivalence.cc @@ -2,7 +2,7 @@ // 2001-07-17 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/messages_byname/requirements/base_classes.cc b/libstdc++-v3/testsuite/22_locale/messages_byname/requirements/base_classes.cc index fbbac1e8b754..ca12c53e13f8 100644 --- a/libstdc++-v3/testsuite/22_locale/messages_byname/requirements/base_classes.cc +++ b/libstdc++-v3/testsuite/22_locale/messages_byname/requirements/base_classes.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-07-17 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/messages_byname/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/22_locale/messages_byname/requirements/explicit_instantiation.cc index 20a6a364943a..5c62d052800b 100644 --- a/libstdc++-v3/testsuite/22_locale/messages_byname/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/22_locale/messages_byname/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/22_locale/messages_byname/requirements/typedefs.cc b/libstdc++-v3/testsuite/22_locale/messages_byname/requirements/typedefs.cc index 273c1609b457..a3c96da69e50 100644 --- a/libstdc++-v3/testsuite/22_locale/messages_byname/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/22_locale/messages_byname/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-07-17 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/money_get/cons/3.cc b/libstdc++-v3/testsuite/22_locale/money_get/cons/3.cc index cf3baaa6ebbb..abe2e393dd01 100644 --- a/libstdc++-v3/testsuite/22_locale/money_get/cons/3.cc +++ b/libstdc++-v3/testsuite/22_locale/money_get/cons/3.cc @@ -1,6 +1,6 @@ // 2005-04-29 Paolo Carlini // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/22_locale/money_get/get/char/1.cc b/libstdc++-v3/testsuite/22_locale/money_get/get/char/1.cc index 37e96aceb9e7..0eee63f4fd6c 100644 --- a/libstdc++-v3/testsuite/22_locale/money_get/get/char/1.cc +++ b/libstdc++-v3/testsuite/22_locale/money_get/get/char/1.cc @@ -2,7 +2,7 @@ // 2001-09-12 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/money_get/get/char/10.cc b/libstdc++-v3/testsuite/22_locale/money_get/get/char/10.cc index a56d15281b93..377784f49510 100644 --- a/libstdc++-v3/testsuite/22_locale/money_get/get/char/10.cc +++ b/libstdc++-v3/testsuite/22_locale/money_get/get/char/10.cc @@ -2,7 +2,7 @@ // 2003-10-23 Paolo Carlini -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/money_get/get/char/11.cc b/libstdc++-v3/testsuite/22_locale/money_get/get/char/11.cc index 8c4536aefa4d..3e52d2a8ee62 100644 --- a/libstdc++-v3/testsuite/22_locale/money_get/get/char/11.cc +++ b/libstdc++-v3/testsuite/22_locale/money_get/get/char/11.cc @@ -2,7 +2,7 @@ // 2003-10-24 Paolo Carlini -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/money_get/get/char/11528.cc b/libstdc++-v3/testsuite/22_locale/money_get/get/char/11528.cc index a13ac5062383..86a940a70ff1 100644 --- a/libstdc++-v3/testsuite/22_locale/money_get/get/char/11528.cc +++ b/libstdc++-v3/testsuite/22_locale/money_get/get/char/11528.cc @@ -1,6 +1,6 @@ // { dg-require-namedlocale "en_US.ISO8859-1" } -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/money_get/get/char/12.cc b/libstdc++-v3/testsuite/22_locale/money_get/get/char/12.cc index a3a45c0968a1..fadd08c4b23b 100644 --- a/libstdc++-v3/testsuite/22_locale/money_get/get/char/12.cc +++ b/libstdc++-v3/testsuite/22_locale/money_get/get/char/12.cc @@ -2,7 +2,7 @@ // 2004-02-05 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/22_locale/money_get/get/char/13.cc b/libstdc++-v3/testsuite/22_locale/money_get/get/char/13.cc index c1e46904d5e9..a56759663da0 100644 --- a/libstdc++-v3/testsuite/22_locale/money_get/get/char/13.cc +++ b/libstdc++-v3/testsuite/22_locale/money_get/get/char/13.cc @@ -2,7 +2,7 @@ // 2004-02-05 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/22_locale/money_get/get/char/14.cc b/libstdc++-v3/testsuite/22_locale/money_get/get/char/14.cc index 772be32dc96b..f7816e32f6fd 100644 --- a/libstdc++-v3/testsuite/22_locale/money_get/get/char/14.cc +++ b/libstdc++-v3/testsuite/22_locale/money_get/get/char/14.cc @@ -1,6 +1,6 @@ // 2004-02-21 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/22_locale/money_get/get/char/15.cc b/libstdc++-v3/testsuite/22_locale/money_get/get/char/15.cc index 804dcf6fefb8..b6c8abf997ad 100644 --- a/libstdc++-v3/testsuite/22_locale/money_get/get/char/15.cc +++ b/libstdc++-v3/testsuite/22_locale/money_get/get/char/15.cc @@ -2,7 +2,7 @@ // 2004-03-01 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/22_locale/money_get/get/char/16.cc b/libstdc++-v3/testsuite/22_locale/money_get/get/char/16.cc index a0a270ef0473..1c429c1391f7 100644 --- a/libstdc++-v3/testsuite/22_locale/money_get/get/char/16.cc +++ b/libstdc++-v3/testsuite/22_locale/money_get/get/char/16.cc @@ -3,7 +3,7 @@ // 2004-03-02 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/22_locale/money_get/get/char/17.cc b/libstdc++-v3/testsuite/22_locale/money_get/get/char/17.cc index 9dbc9be3f1a5..b2d45bda429d 100644 --- a/libstdc++-v3/testsuite/22_locale/money_get/get/char/17.cc +++ b/libstdc++-v3/testsuite/22_locale/money_get/get/char/17.cc @@ -2,7 +2,7 @@ // 2004-03-08 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/22_locale/money_get/get/char/18.cc b/libstdc++-v3/testsuite/22_locale/money_get/get/char/18.cc index bfe12d7b80b3..4f5b68e58ff6 100644 --- a/libstdc++-v3/testsuite/22_locale/money_get/get/char/18.cc +++ b/libstdc++-v3/testsuite/22_locale/money_get/get/char/18.cc @@ -2,7 +2,7 @@ // 2004-03-15 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/22_locale/money_get/get/char/19.cc b/libstdc++-v3/testsuite/22_locale/money_get/get/char/19.cc index 5c6c2ef15c06..fe8751081c37 100644 --- a/libstdc++-v3/testsuite/22_locale/money_get/get/char/19.cc +++ b/libstdc++-v3/testsuite/22_locale/money_get/get/char/19.cc @@ -1,6 +1,6 @@ // 2004-03-15 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/22_locale/money_get/get/char/2.cc b/libstdc++-v3/testsuite/22_locale/money_get/get/char/2.cc index 334c45830599..7d4b0453b405 100644 --- a/libstdc++-v3/testsuite/22_locale/money_get/get/char/2.cc +++ b/libstdc++-v3/testsuite/22_locale/money_get/get/char/2.cc @@ -2,7 +2,7 @@ // 2001-09-12 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/money_get/get/char/22131.cc b/libstdc++-v3/testsuite/22_locale/money_get/get/char/22131.cc index ac6b15db9a3d..6f363efd24e7 100644 --- a/libstdc++-v3/testsuite/22_locale/money_get/get/char/22131.cc +++ b/libstdc++-v3/testsuite/22_locale/money_get/get/char/22131.cc @@ -1,6 +1,6 @@ // 2005-06-28 Paolo Carlini -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/22_locale/money_get/get/char/3.cc b/libstdc++-v3/testsuite/22_locale/money_get/get/char/3.cc index 19051dca1010..4d5cc6292e45 100644 --- a/libstdc++-v3/testsuite/22_locale/money_get/get/char/3.cc +++ b/libstdc++-v3/testsuite/22_locale/money_get/get/char/3.cc @@ -2,7 +2,7 @@ // 2001-09-12 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/money_get/get/char/38399.cc b/libstdc++-v3/testsuite/22_locale/money_get/get/char/38399.cc index a22399858c9d..c39b83afd65f 100644 --- a/libstdc++-v3/testsuite/22_locale/money_get/get/char/38399.cc +++ b/libstdc++-v3/testsuite/22_locale/money_get/get/char/38399.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/22_locale/money_get/get/char/39168.cc b/libstdc++-v3/testsuite/22_locale/money_get/get/char/39168.cc index decba1dc81bf..1f9b95512144 100644 --- a/libstdc++-v3/testsuite/22_locale/money_get/get/char/39168.cc +++ b/libstdc++-v3/testsuite/22_locale/money_get/get/char/39168.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/22_locale/money_get/get/char/4.cc b/libstdc++-v3/testsuite/22_locale/money_get/get/char/4.cc index 5b1f25bccc44..04e68f639e6b 100644 --- a/libstdc++-v3/testsuite/22_locale/money_get/get/char/4.cc +++ b/libstdc++-v3/testsuite/22_locale/money_get/get/char/4.cc @@ -2,7 +2,7 @@ // 2001-09-12 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/money_get/get/char/5.cc b/libstdc++-v3/testsuite/22_locale/money_get/get/char/5.cc index 4d093c9728f6..07fb2e31b1f7 100644 --- a/libstdc++-v3/testsuite/22_locale/money_get/get/char/5.cc +++ b/libstdc++-v3/testsuite/22_locale/money_get/get/char/5.cc @@ -1,6 +1,6 @@ // 2001-09-12 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/money_get/get/char/6.cc b/libstdc++-v3/testsuite/22_locale/money_get/get/char/6.cc index 6f86973929f9..b1b3967d0e7f 100644 --- a/libstdc++-v3/testsuite/22_locale/money_get/get/char/6.cc +++ b/libstdc++-v3/testsuite/22_locale/money_get/get/char/6.cc @@ -1,6 +1,6 @@ // 2001-09-12 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/money_get/get/char/7.cc b/libstdc++-v3/testsuite/22_locale/money_get/get/char/7.cc index 0d72d1603792..7f75456007de 100644 --- a/libstdc++-v3/testsuite/22_locale/money_get/get/char/7.cc +++ b/libstdc++-v3/testsuite/22_locale/money_get/get/char/7.cc @@ -1,6 +1,6 @@ // 2001-09-12 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/money_get/get/char/8.cc b/libstdc++-v3/testsuite/22_locale/money_get/get/char/8.cc index 11dbdfdd0b70..35baf31b3ddf 100644 --- a/libstdc++-v3/testsuite/22_locale/money_get/get/char/8.cc +++ b/libstdc++-v3/testsuite/22_locale/money_get/get/char/8.cc @@ -1,6 +1,6 @@ // 2001-09-12 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/money_get/get/char/9.cc b/libstdc++-v3/testsuite/22_locale/money_get/get/char/9.cc index 2f40d461eab9..9b69956d82c7 100644 --- a/libstdc++-v3/testsuite/22_locale/money_get/get/char/9.cc +++ b/libstdc++-v3/testsuite/22_locale/money_get/get/char/9.cc @@ -1,6 +1,6 @@ // 2003-05-27 Brendan Kehoe -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/money_get/get/char/wrapped_env.cc b/libstdc++-v3/testsuite/22_locale/money_get/get/char/wrapped_env.cc index 8977c625bf90..a7727e7d9491 100644 --- a/libstdc++-v3/testsuite/22_locale/money_get/get/char/wrapped_env.cc +++ b/libstdc++-v3/testsuite/22_locale/money_get/get/char/wrapped_env.cc @@ -4,7 +4,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/money_get/get/char/wrapped_locale.cc b/libstdc++-v3/testsuite/22_locale/money_get/get/char/wrapped_locale.cc index 8771aa613be1..fdaa273e950d 100644 --- a/libstdc++-v3/testsuite/22_locale/money_get/get/char/wrapped_locale.cc +++ b/libstdc++-v3/testsuite/22_locale/money_get/get/char/wrapped_locale.cc @@ -4,7 +4,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/money_get/get/wchar_t/1.cc b/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/1.cc index 415f7f15ff80..bbba1d5802b9 100644 --- a/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/1.cc @@ -2,7 +2,7 @@ // 2001-09-12 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/money_get/get/wchar_t/10.cc b/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/10.cc index 5b2bdc4c944c..e463a85aeee1 100644 --- a/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/10.cc +++ b/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/10.cc @@ -2,7 +2,7 @@ // 2003-10-23 Paolo Carlini -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/money_get/get/wchar_t/11.cc b/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/11.cc index b2c3cefdbda3..421b404e2654 100644 --- a/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/11.cc +++ b/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/11.cc @@ -2,7 +2,7 @@ // 2003-10-24 Paolo Carlini -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/money_get/get/wchar_t/11528.cc b/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/11528.cc index d0e3523d2582..752b1ee9b01e 100644 --- a/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/11528.cc +++ b/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/11528.cc @@ -1,6 +1,6 @@ // { dg-require-namedlocale "en_US.ISO8859-1" } -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/money_get/get/wchar_t/12.cc b/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/12.cc index 10f985135673..2d8a2cfef59c 100644 --- a/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/12.cc +++ b/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/12.cc @@ -2,7 +2,7 @@ // 2004-02-05 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/22_locale/money_get/get/wchar_t/13.cc b/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/13.cc index e6006d78990e..b597ea1f78bd 100644 --- a/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/13.cc +++ b/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/13.cc @@ -2,7 +2,7 @@ // 2004-02-05 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/22_locale/money_get/get/wchar_t/14.cc b/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/14.cc index 8deea2c768e7..f384c2d5c7b4 100644 --- a/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/14.cc +++ b/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/14.cc @@ -1,6 +1,6 @@ // 2004-02-21 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/22_locale/money_get/get/wchar_t/15.cc b/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/15.cc index 559b91911323..d6ab060ac0d8 100644 --- a/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/15.cc +++ b/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/15.cc @@ -2,7 +2,7 @@ // 2004-03-01 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/22_locale/money_get/get/wchar_t/16.cc b/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/16.cc index 4402f88bd609..717f0a66e7b3 100644 --- a/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/16.cc +++ b/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/16.cc @@ -3,7 +3,7 @@ // 2004-03-02 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/22_locale/money_get/get/wchar_t/17.cc b/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/17.cc index 33bc0fd5e7a2..f0d773928d4f 100644 --- a/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/17.cc +++ b/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/17.cc @@ -2,7 +2,7 @@ // 2004-03-08 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/22_locale/money_get/get/wchar_t/18.cc b/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/18.cc index aa0751ac6b30..52d0e74fd2bd 100644 --- a/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/18.cc +++ b/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/18.cc @@ -2,7 +2,7 @@ // 2004-03-15 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/22_locale/money_get/get/wchar_t/19.cc b/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/19.cc index 0bf4f779320f..aea7c6314042 100644 --- a/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/19.cc +++ b/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/19.cc @@ -1,6 +1,6 @@ // 2004-03-15 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/22_locale/money_get/get/wchar_t/2.cc b/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/2.cc index 6f963139e798..b8935d4c52ce 100644 --- a/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/2.cc @@ -2,7 +2,7 @@ // 2001-09-12 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/money_get/get/wchar_t/22131.cc b/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/22131.cc index 53e3c8676647..3830cc366a7a 100644 --- a/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/22131.cc +++ b/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/22131.cc @@ -1,6 +1,6 @@ // 2005-06-28 Paolo Carlini -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/22_locale/money_get/get/wchar_t/3.cc b/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/3.cc index 59724cc8aacb..fb880b59eac5 100644 --- a/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/3.cc +++ b/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/3.cc @@ -2,7 +2,7 @@ // 2001-09-12 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/money_get/get/wchar_t/38399.cc b/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/38399.cc index ff4c4088a063..50e87635c24b 100644 --- a/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/38399.cc +++ b/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/38399.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/22_locale/money_get/get/wchar_t/39168.cc b/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/39168.cc index a0f64cc33614..0d7cc485a3a8 100644 --- a/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/39168.cc +++ b/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/39168.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/22_locale/money_get/get/wchar_t/4.cc b/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/4.cc index a30bab74bf1a..3b02490ebf7d 100644 --- a/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/4.cc +++ b/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/4.cc @@ -2,7 +2,7 @@ // 2001-09-12 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/money_get/get/wchar_t/5.cc b/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/5.cc index 08753212093d..6958549db2e7 100644 --- a/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/5.cc +++ b/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/5.cc @@ -1,6 +1,6 @@ // 2001-09-12 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/money_get/get/wchar_t/6.cc b/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/6.cc index 16259636b8f5..eb69b2b44b18 100644 --- a/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/6.cc +++ b/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/6.cc @@ -1,6 +1,6 @@ // 2001-09-12 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/money_get/get/wchar_t/7.cc b/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/7.cc index 06217b960add..652b10463de1 100644 --- a/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/7.cc +++ b/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/7.cc @@ -1,6 +1,6 @@ // 2001-09-12 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/money_get/get/wchar_t/8.cc b/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/8.cc index ec8b4993fb4b..864a205e7950 100644 --- a/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/8.cc +++ b/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/8.cc @@ -1,6 +1,6 @@ // 2001-09-12 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/money_get/get/wchar_t/9.cc b/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/9.cc index 05338086904a..a08a713540a7 100644 --- a/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/9.cc +++ b/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/9.cc @@ -1,6 +1,6 @@ // 2003-05-27 Brendan Kehoe -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/money_get/get/wchar_t/wrapped_env.cc b/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/wrapped_env.cc index 8977c625bf90..a7727e7d9491 100644 --- a/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/wrapped_env.cc +++ b/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/wrapped_env.cc @@ -4,7 +4,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/money_get/get/wchar_t/wrapped_locale.cc b/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/wrapped_locale.cc index 8771aa613be1..fdaa273e950d 100644 --- a/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/wrapped_locale.cc +++ b/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/wrapped_locale.cc @@ -4,7 +4,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/money_get/requirements/base_classes.cc b/libstdc++-v3/testsuite/22_locale/money_get/requirements/base_classes.cc index ea8cf4cf6e81..eb11262c1faa 100644 --- a/libstdc++-v3/testsuite/22_locale/money_get/requirements/base_classes.cc +++ b/libstdc++-v3/testsuite/22_locale/money_get/requirements/base_classes.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-09-12 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/money_get/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/22_locale/money_get/requirements/explicit_instantiation.cc index ac0ecc24805b..e6046ff74961 100644 --- a/libstdc++-v3/testsuite/22_locale/money_get/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/22_locale/money_get/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-09-12 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/money_get/requirements/typedefs.cc b/libstdc++-v3/testsuite/22_locale/money_get/requirements/typedefs.cc index 6c48d9ab6314..266e4ad28d81 100644 --- a/libstdc++-v3/testsuite/22_locale/money_get/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/22_locale/money_get/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-09-12 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/money_put/cons/3.cc b/libstdc++-v3/testsuite/22_locale/money_put/cons/3.cc index c68fe37f8da1..55193d2e7d08 100644 --- a/libstdc++-v3/testsuite/22_locale/money_put/cons/3.cc +++ b/libstdc++-v3/testsuite/22_locale/money_put/cons/3.cc @@ -1,6 +1,6 @@ // 2005-04-29 Paolo Carlini // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/22_locale/money_put/put/char/1.cc b/libstdc++-v3/testsuite/22_locale/money_put/put/char/1.cc index e27fb7f52f2c..ff7bf76ff67e 100644 --- a/libstdc++-v3/testsuite/22_locale/money_put/put/char/1.cc +++ b/libstdc++-v3/testsuite/22_locale/money_put/put/char/1.cc @@ -2,7 +2,7 @@ // 2001-08-27 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/money_put/put/char/12971.cc b/libstdc++-v3/testsuite/22_locale/money_put/put/char/12971.cc index 2d62a1744db5..1ca78d88611f 100644 --- a/libstdc++-v3/testsuite/22_locale/money_put/put/char/12971.cc +++ b/libstdc++-v3/testsuite/22_locale/money_put/put/char/12971.cc @@ -1,6 +1,6 @@ // 2003-11-09 Paolo Carlini -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/money_put/put/char/2.cc b/libstdc++-v3/testsuite/22_locale/money_put/put/char/2.cc index f07686fd1fc4..0c89ab093a59 100644 --- a/libstdc++-v3/testsuite/22_locale/money_put/put/char/2.cc +++ b/libstdc++-v3/testsuite/22_locale/money_put/put/char/2.cc @@ -2,7 +2,7 @@ // 2001-08-27 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/money_put/put/char/3.cc b/libstdc++-v3/testsuite/22_locale/money_put/put/char/3.cc index 82df70c055d1..2690c88ab0d0 100644 --- a/libstdc++-v3/testsuite/22_locale/money_put/put/char/3.cc +++ b/libstdc++-v3/testsuite/22_locale/money_put/put/char/3.cc @@ -2,7 +2,7 @@ // 2001-08-27 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/money_put/put/char/39168.cc b/libstdc++-v3/testsuite/22_locale/money_put/put/char/39168.cc index 7b9f2f3e36f8..6d462caa2756 100644 --- a/libstdc++-v3/testsuite/22_locale/money_put/put/char/39168.cc +++ b/libstdc++-v3/testsuite/22_locale/money_put/put/char/39168.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/22_locale/money_put/put/char/4.cc b/libstdc++-v3/testsuite/22_locale/money_put/put/char/4.cc index 090e5ffdb7b2..b429b342af0d 100644 --- a/libstdc++-v3/testsuite/22_locale/money_put/put/char/4.cc +++ b/libstdc++-v3/testsuite/22_locale/money_put/put/char/4.cc @@ -1,6 +1,6 @@ // 2001-08-27 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/money_put/put/char/5.cc b/libstdc++-v3/testsuite/22_locale/money_put/put/char/5.cc index 5c21006d2ca7..c6d52d06936c 100644 --- a/libstdc++-v3/testsuite/22_locale/money_put/put/char/5.cc +++ b/libstdc++-v3/testsuite/22_locale/money_put/put/char/5.cc @@ -1,6 +1,6 @@ // 2001-08-27 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/money_put/put/char/6.cc b/libstdc++-v3/testsuite/22_locale/money_put/put/char/6.cc index 748f2c48b8fe..78724489bef6 100644 --- a/libstdc++-v3/testsuite/22_locale/money_put/put/char/6.cc +++ b/libstdc++-v3/testsuite/22_locale/money_put/put/char/6.cc @@ -1,6 +1,6 @@ // 2001-08-27 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/money_put/put/char/9780-3.cc b/libstdc++-v3/testsuite/22_locale/money_put/put/char/9780-3.cc index 8ea0502b6587..b6cedae8b239 100644 --- a/libstdc++-v3/testsuite/22_locale/money_put/put/char/9780-3.cc +++ b/libstdc++-v3/testsuite/22_locale/money_put/put/char/9780-3.cc @@ -1,7 +1,7 @@ // { dg-require-namedlocale "de_DE.ISO8859-15" } // { dg-require-namedlocale "es_ES.ISO8859-15" } -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/22_locale/money_put/put/char/wrapped_env.cc b/libstdc++-v3/testsuite/22_locale/money_put/put/char/wrapped_env.cc index ae8b1b86021c..10e3110c870c 100644 --- a/libstdc++-v3/testsuite/22_locale/money_put/put/char/wrapped_env.cc +++ b/libstdc++-v3/testsuite/22_locale/money_put/put/char/wrapped_env.cc @@ -4,7 +4,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/money_put/put/char/wrapped_locale.cc b/libstdc++-v3/testsuite/22_locale/money_put/put/char/wrapped_locale.cc index 1e7c308ed4e4..d1e693e662b1 100644 --- a/libstdc++-v3/testsuite/22_locale/money_put/put/char/wrapped_locale.cc +++ b/libstdc++-v3/testsuite/22_locale/money_put/put/char/wrapped_locale.cc @@ -4,7 +4,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/money_put/put/wchar_t/1.cc b/libstdc++-v3/testsuite/22_locale/money_put/put/wchar_t/1.cc index 7106d1cb50b1..1793bf54ef37 100644 --- a/libstdc++-v3/testsuite/22_locale/money_put/put/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/22_locale/money_put/put/wchar_t/1.cc @@ -2,7 +2,7 @@ // 2001-08-27 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/money_put/put/wchar_t/12971.cc b/libstdc++-v3/testsuite/22_locale/money_put/put/wchar_t/12971.cc index 70faf0f2f963..dd6d869a1bcb 100644 --- a/libstdc++-v3/testsuite/22_locale/money_put/put/wchar_t/12971.cc +++ b/libstdc++-v3/testsuite/22_locale/money_put/put/wchar_t/12971.cc @@ -1,6 +1,6 @@ // 2003-11-09 Paolo Carlini -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/money_put/put/wchar_t/2.cc b/libstdc++-v3/testsuite/22_locale/money_put/put/wchar_t/2.cc index a73928f3dd9d..1a2929be34b3 100644 --- a/libstdc++-v3/testsuite/22_locale/money_put/put/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/22_locale/money_put/put/wchar_t/2.cc @@ -2,7 +2,7 @@ // 2001-08-27 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/money_put/put/wchar_t/3.cc b/libstdc++-v3/testsuite/22_locale/money_put/put/wchar_t/3.cc index 9cd03ab83336..f4214a293308 100644 --- a/libstdc++-v3/testsuite/22_locale/money_put/put/wchar_t/3.cc +++ b/libstdc++-v3/testsuite/22_locale/money_put/put/wchar_t/3.cc @@ -2,7 +2,7 @@ // 2001-08-27 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/money_put/put/wchar_t/39168.cc b/libstdc++-v3/testsuite/22_locale/money_put/put/wchar_t/39168.cc index 3bd012133960..3b5b9eda4054 100644 --- a/libstdc++-v3/testsuite/22_locale/money_put/put/wchar_t/39168.cc +++ b/libstdc++-v3/testsuite/22_locale/money_put/put/wchar_t/39168.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/22_locale/money_put/put/wchar_t/4.cc b/libstdc++-v3/testsuite/22_locale/money_put/put/wchar_t/4.cc index da689de69ed9..2483798c47ab 100644 --- a/libstdc++-v3/testsuite/22_locale/money_put/put/wchar_t/4.cc +++ b/libstdc++-v3/testsuite/22_locale/money_put/put/wchar_t/4.cc @@ -1,6 +1,6 @@ // 2001-08-27 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/money_put/put/wchar_t/5.cc b/libstdc++-v3/testsuite/22_locale/money_put/put/wchar_t/5.cc index c72055f4a26e..048791c3b680 100644 --- a/libstdc++-v3/testsuite/22_locale/money_put/put/wchar_t/5.cc +++ b/libstdc++-v3/testsuite/22_locale/money_put/put/wchar_t/5.cc @@ -1,6 +1,6 @@ // 2001-08-27 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/money_put/put/wchar_t/6.cc b/libstdc++-v3/testsuite/22_locale/money_put/put/wchar_t/6.cc index 6ac0bdba1093..659282e79647 100644 --- a/libstdc++-v3/testsuite/22_locale/money_put/put/wchar_t/6.cc +++ b/libstdc++-v3/testsuite/22_locale/money_put/put/wchar_t/6.cc @@ -1,6 +1,6 @@ // 2001-08-27 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/money_put/put/wchar_t/wrapped_env.cc b/libstdc++-v3/testsuite/22_locale/money_put/put/wchar_t/wrapped_env.cc index ae8b1b86021c..10e3110c870c 100644 --- a/libstdc++-v3/testsuite/22_locale/money_put/put/wchar_t/wrapped_env.cc +++ b/libstdc++-v3/testsuite/22_locale/money_put/put/wchar_t/wrapped_env.cc @@ -4,7 +4,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/money_put/put/wchar_t/wrapped_locale.cc b/libstdc++-v3/testsuite/22_locale/money_put/put/wchar_t/wrapped_locale.cc index 1e7c308ed4e4..d1e693e662b1 100644 --- a/libstdc++-v3/testsuite/22_locale/money_put/put/wchar_t/wrapped_locale.cc +++ b/libstdc++-v3/testsuite/22_locale/money_put/put/wchar_t/wrapped_locale.cc @@ -4,7 +4,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/money_put/requirements/base_classes.cc b/libstdc++-v3/testsuite/22_locale/money_put/requirements/base_classes.cc index b62adf09ef81..f414e0fa205f 100644 --- a/libstdc++-v3/testsuite/22_locale/money_put/requirements/base_classes.cc +++ b/libstdc++-v3/testsuite/22_locale/money_put/requirements/base_classes.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-08-27 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/money_put/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/22_locale/money_put/requirements/explicit_instantiation.cc index 6905bd288936..fb8e6386d7d8 100644 --- a/libstdc++-v3/testsuite/22_locale/money_put/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/22_locale/money_put/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-08-27 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/money_put/requirements/typedefs.cc b/libstdc++-v3/testsuite/22_locale/money_put/requirements/typedefs.cc index 07e0f89223d3..e26c00fd7c52 100644 --- a/libstdc++-v3/testsuite/22_locale/money_put/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/22_locale/money_put/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-08-27 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/moneypunct/40712.cc b/libstdc++-v3/testsuite/22_locale/moneypunct/40712.cc index dec34069be21..f3191dbbb638 100644 --- a/libstdc++-v3/testsuite/22_locale/moneypunct/40712.cc +++ b/libstdc++-v3/testsuite/22_locale/moneypunct/40712.cc @@ -2,7 +2,7 @@ // 2009-07-18 Paolo Carlini -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/22_locale/moneypunct/members/char/1.cc b/libstdc++-v3/testsuite/22_locale/moneypunct/members/char/1.cc index cbd0727e06b8..aacb09863c9d 100644 --- a/libstdc++-v3/testsuite/22_locale/moneypunct/members/char/1.cc +++ b/libstdc++-v3/testsuite/22_locale/moneypunct/members/char/1.cc @@ -1,6 +1,6 @@ // 2001-08-23 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/moneypunct/members/char/2.cc b/libstdc++-v3/testsuite/22_locale/moneypunct/members/char/2.cc index db2298dc460a..daf4cc13332d 100644 --- a/libstdc++-v3/testsuite/22_locale/moneypunct/members/char/2.cc +++ b/libstdc++-v3/testsuite/22_locale/moneypunct/members/char/2.cc @@ -2,7 +2,7 @@ // 2001-08-23 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/moneypunct/members/char/wrapped_env.cc b/libstdc++-v3/testsuite/22_locale/moneypunct/members/char/wrapped_env.cc index 7908f8a18530..7ec1323f9421 100644 --- a/libstdc++-v3/testsuite/22_locale/moneypunct/members/char/wrapped_env.cc +++ b/libstdc++-v3/testsuite/22_locale/moneypunct/members/char/wrapped_env.cc @@ -2,7 +2,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/moneypunct/members/char/wrapped_locale.cc b/libstdc++-v3/testsuite/22_locale/moneypunct/members/char/wrapped_locale.cc index 63f4321ea85f..bc72801a54e9 100644 --- a/libstdc++-v3/testsuite/22_locale/moneypunct/members/char/wrapped_locale.cc +++ b/libstdc++-v3/testsuite/22_locale/moneypunct/members/char/wrapped_locale.cc @@ -3,7 +3,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/moneypunct/members/wchar_t/1.cc b/libstdc++-v3/testsuite/22_locale/moneypunct/members/wchar_t/1.cc index 5f4dd57da938..b0a78bdf0536 100644 --- a/libstdc++-v3/testsuite/22_locale/moneypunct/members/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/22_locale/moneypunct/members/wchar_t/1.cc @@ -1,6 +1,6 @@ // 2001-08-23 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/moneypunct/members/wchar_t/2.cc b/libstdc++-v3/testsuite/22_locale/moneypunct/members/wchar_t/2.cc index 3e058123d9c5..9c97f94a61ee 100644 --- a/libstdc++-v3/testsuite/22_locale/moneypunct/members/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/22_locale/moneypunct/members/wchar_t/2.cc @@ -2,7 +2,7 @@ // 2001-08-23 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/moneypunct/members/wchar_t/wrapped_env.cc b/libstdc++-v3/testsuite/22_locale/moneypunct/members/wchar_t/wrapped_env.cc index 7908f8a18530..7ec1323f9421 100644 --- a/libstdc++-v3/testsuite/22_locale/moneypunct/members/wchar_t/wrapped_env.cc +++ b/libstdc++-v3/testsuite/22_locale/moneypunct/members/wchar_t/wrapped_env.cc @@ -2,7 +2,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/moneypunct/members/wchar_t/wrapped_locale.cc b/libstdc++-v3/testsuite/22_locale/moneypunct/members/wchar_t/wrapped_locale.cc index 31623b2ec262..df82891636b8 100644 --- a/libstdc++-v3/testsuite/22_locale/moneypunct/members/wchar_t/wrapped_locale.cc +++ b/libstdc++-v3/testsuite/22_locale/moneypunct/members/wchar_t/wrapped_locale.cc @@ -3,7 +3,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/moneypunct/requirements/false/base_classes.cc b/libstdc++-v3/testsuite/22_locale/moneypunct/requirements/false/base_classes.cc index eaad7983b262..e4e232afc243 100644 --- a/libstdc++-v3/testsuite/22_locale/moneypunct/requirements/false/base_classes.cc +++ b/libstdc++-v3/testsuite/22_locale/moneypunct/requirements/false/base_classes.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-08-23 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/moneypunct/requirements/false/explicit_instantiation.cc b/libstdc++-v3/testsuite/22_locale/moneypunct/requirements/false/explicit_instantiation.cc index 3ce1f94c4d9c..25e471caf145 100644 --- a/libstdc++-v3/testsuite/22_locale/moneypunct/requirements/false/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/22_locale/moneypunct/requirements/false/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/22_locale/moneypunct/requirements/false/intl.cc b/libstdc++-v3/testsuite/22_locale/moneypunct/requirements/false/intl.cc index 0effe31a2035..1c32a9c84c71 100644 --- a/libstdc++-v3/testsuite/22_locale/moneypunct/requirements/false/intl.cc +++ b/libstdc++-v3/testsuite/22_locale/moneypunct/requirements/false/intl.cc @@ -1,6 +1,6 @@ // 2001-08-23 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/moneypunct/requirements/false/typedefs.cc b/libstdc++-v3/testsuite/22_locale/moneypunct/requirements/false/typedefs.cc index 11e574c84fb7..823c70457daf 100644 --- a/libstdc++-v3/testsuite/22_locale/moneypunct/requirements/false/typedefs.cc +++ b/libstdc++-v3/testsuite/22_locale/moneypunct/requirements/false/typedefs.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-08-23 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/moneypunct/requirements/true/base_classes.cc b/libstdc++-v3/testsuite/22_locale/moneypunct/requirements/true/base_classes.cc index 68164bd43185..78bc05bcc2e0 100644 --- a/libstdc++-v3/testsuite/22_locale/moneypunct/requirements/true/base_classes.cc +++ b/libstdc++-v3/testsuite/22_locale/moneypunct/requirements/true/base_classes.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-08-23 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/moneypunct/requirements/true/explicit_instantiation.cc b/libstdc++-v3/testsuite/22_locale/moneypunct/requirements/true/explicit_instantiation.cc index 948e5da579cd..56ca18335bec 100644 --- a/libstdc++-v3/testsuite/22_locale/moneypunct/requirements/true/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/22_locale/moneypunct/requirements/true/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/22_locale/moneypunct/requirements/true/intl.cc b/libstdc++-v3/testsuite/22_locale/moneypunct/requirements/true/intl.cc index 6cfc1b4be003..ea81a200c0b8 100644 --- a/libstdc++-v3/testsuite/22_locale/moneypunct/requirements/true/intl.cc +++ b/libstdc++-v3/testsuite/22_locale/moneypunct/requirements/true/intl.cc @@ -1,6 +1,6 @@ // 2001-08-23 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/moneypunct/requirements/true/typedefs.cc b/libstdc++-v3/testsuite/22_locale/moneypunct/requirements/true/typedefs.cc index 50d898e11e28..f66e8a9bce2c 100644 --- a/libstdc++-v3/testsuite/22_locale/moneypunct/requirements/true/typedefs.cc +++ b/libstdc++-v3/testsuite/22_locale/moneypunct/requirements/true/typedefs.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-08-23 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/moneypunct_byname/1.cc b/libstdc++-v3/testsuite/22_locale/moneypunct_byname/1.cc index 188dddca77d4..7e2672b1400e 100644 --- a/libstdc++-v3/testsuite/22_locale/moneypunct_byname/1.cc +++ b/libstdc++-v3/testsuite/22_locale/moneypunct_byname/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/22_locale/moneypunct_byname/named_equivalence.cc b/libstdc++-v3/testsuite/22_locale/moneypunct_byname/named_equivalence.cc index 066d09018c2a..9fa7f681400c 100644 --- a/libstdc++-v3/testsuite/22_locale/moneypunct_byname/named_equivalence.cc +++ b/libstdc++-v3/testsuite/22_locale/moneypunct_byname/named_equivalence.cc @@ -2,7 +2,7 @@ // 2001-08-24 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/moneypunct_byname/requirements/base_classes.cc b/libstdc++-v3/testsuite/22_locale/moneypunct_byname/requirements/base_classes.cc index 8f8983c8b150..d0b59d8c1883 100644 --- a/libstdc++-v3/testsuite/22_locale/moneypunct_byname/requirements/base_classes.cc +++ b/libstdc++-v3/testsuite/22_locale/moneypunct_byname/requirements/base_classes.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-08-23 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/moneypunct_byname/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/22_locale/moneypunct_byname/requirements/explicit_instantiation.cc index fdbab490b962..ad4406f40515 100644 --- a/libstdc++-v3/testsuite/22_locale/moneypunct_byname/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/22_locale/moneypunct_byname/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/22_locale/moneypunct_byname/requirements/typedefs.cc b/libstdc++-v3/testsuite/22_locale/moneypunct_byname/requirements/typedefs.cc index 0ca624d4602e..e3c24e5cc322 100644 --- a/libstdc++-v3/testsuite/22_locale/moneypunct_byname/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/22_locale/moneypunct_byname/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-08-23 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/num_get/cons/3.cc b/libstdc++-v3/testsuite/22_locale/num_get/cons/3.cc index 8a4f51c90111..f28ee39f9975 100644 --- a/libstdc++-v3/testsuite/22_locale/num_get/cons/3.cc +++ b/libstdc++-v3/testsuite/22_locale/num_get/cons/3.cc @@ -1,6 +1,6 @@ // 2005-04-29 Paolo Carlini // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/22_locale/num_get/get/char/1.cc b/libstdc++-v3/testsuite/22_locale/num_get/get/char/1.cc index c187488298f1..8b884eeef641 100644 --- a/libstdc++-v3/testsuite/22_locale/num_get/get/char/1.cc +++ b/libstdc++-v3/testsuite/22_locale/num_get/get/char/1.cc @@ -2,7 +2,7 @@ // 2001-11-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/num_get/get/char/10.cc b/libstdc++-v3/testsuite/22_locale/num_get/get/char/10.cc index cd0ee3acccfc..fa209e0192a4 100644 --- a/libstdc++-v3/testsuite/22_locale/num_get/get/char/10.cc +++ b/libstdc++-v3/testsuite/22_locale/num_get/get/char/10.cc @@ -1,6 +1,6 @@ // 2003-12-19 Paolo Carlini -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/num_get/get/char/11.cc b/libstdc++-v3/testsuite/22_locale/num_get/get/char/11.cc index a73506dfb814..3963ce1eb454 100644 --- a/libstdc++-v3/testsuite/22_locale/num_get/get/char/11.cc +++ b/libstdc++-v3/testsuite/22_locale/num_get/get/char/11.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/num_get/get/char/12.cc b/libstdc++-v3/testsuite/22_locale/num_get/get/char/12.cc index f6a3004bfb9c..b73045138061 100644 --- a/libstdc++-v3/testsuite/22_locale/num_get/get/char/12.cc +++ b/libstdc++-v3/testsuite/22_locale/num_get/get/char/12.cc @@ -1,6 +1,6 @@ // 2003-12-22 Paolo Carlini -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/num_get/get/char/13.cc b/libstdc++-v3/testsuite/22_locale/num_get/get/char/13.cc index c0479bcf786e..da57d50085f1 100644 --- a/libstdc++-v3/testsuite/22_locale/num_get/get/char/13.cc +++ b/libstdc++-v3/testsuite/22_locale/num_get/get/char/13.cc @@ -1,6 +1,6 @@ // 2003-12-30 Paolo Carlini -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/num_get/get/char/14.cc b/libstdc++-v3/testsuite/22_locale/num_get/get/char/14.cc index 036fa1f3e744..68746a64e694 100644 --- a/libstdc++-v3/testsuite/22_locale/num_get/get/char/14.cc +++ b/libstdc++-v3/testsuite/22_locale/num_get/get/char/14.cc @@ -1,6 +1,6 @@ // 2004-02-28 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/22_locale/num_get/get/char/15.cc b/libstdc++-v3/testsuite/22_locale/num_get/get/char/15.cc index f50643920f62..8b10a6fea164 100644 --- a/libstdc++-v3/testsuite/22_locale/num_get/get/char/15.cc +++ b/libstdc++-v3/testsuite/22_locale/num_get/get/char/15.cc @@ -1,6 +1,6 @@ // 2004-03-01 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/22_locale/num_get/get/char/16.cc b/libstdc++-v3/testsuite/22_locale/num_get/get/char/16.cc index 8b8a7119cc78..a3fd46558c90 100644 --- a/libstdc++-v3/testsuite/22_locale/num_get/get/char/16.cc +++ b/libstdc++-v3/testsuite/22_locale/num_get/get/char/16.cc @@ -1,6 +1,6 @@ // 2005-04-26 Paolo Carlini -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/22_locale/num_get/get/char/2.cc b/libstdc++-v3/testsuite/22_locale/num_get/get/char/2.cc index 7c3c02e393de..31605478de47 100644 --- a/libstdc++-v3/testsuite/22_locale/num_get/get/char/2.cc +++ b/libstdc++-v3/testsuite/22_locale/num_get/get/char/2.cc @@ -1,6 +1,6 @@ // 2001-11-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/num_get/get/char/22131.cc b/libstdc++-v3/testsuite/22_locale/num_get/get/char/22131.cc index e2f2d8c35fd3..d4e5371d8798 100644 --- a/libstdc++-v3/testsuite/22_locale/num_get/get/char/22131.cc +++ b/libstdc++-v3/testsuite/22_locale/num_get/get/char/22131.cc @@ -1,6 +1,6 @@ // 2005-06-28 Paolo Carlini -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/22_locale/num_get/get/char/23953.cc b/libstdc++-v3/testsuite/22_locale/num_get/get/char/23953.cc index 9c988ec12b90..9bdaf38f0263 100644 --- a/libstdc++-v3/testsuite/22_locale/num_get/get/char/23953.cc +++ b/libstdc++-v3/testsuite/22_locale/num_get/get/char/23953.cc @@ -1,6 +1,6 @@ // 2005-09-30 Paolo Carlini -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/22_locale/num_get/get/char/3.cc b/libstdc++-v3/testsuite/22_locale/num_get/get/char/3.cc index 3ac581939090..05d8c797ffbd 100644 --- a/libstdc++-v3/testsuite/22_locale/num_get/get/char/3.cc +++ b/libstdc++-v3/testsuite/22_locale/num_get/get/char/3.cc @@ -2,7 +2,7 @@ // 2001-11-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/num_get/get/char/37958.cc b/libstdc++-v3/testsuite/22_locale/num_get/get/char/37958.cc index e4e585e1f5be..05a44a0c0443 100644 --- a/libstdc++-v3/testsuite/22_locale/num_get/get/char/37958.cc +++ b/libstdc++-v3/testsuite/22_locale/num_get/get/char/37958.cc @@ -1,6 +1,6 @@ // 2008-10-31 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/22_locale/num_get/get/char/39168.cc b/libstdc++-v3/testsuite/22_locale/num_get/get/char/39168.cc index f542066c21b2..effcdc164f7d 100644 --- a/libstdc++-v3/testsuite/22_locale/num_get/get/char/39168.cc +++ b/libstdc++-v3/testsuite/22_locale/num_get/get/char/39168.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/22_locale/num_get/get/char/39802.cc b/libstdc++-v3/testsuite/22_locale/num_get/get/char/39802.cc index 5ef5d1c72b68..b1ab104f0964 100644 --- a/libstdc++-v3/testsuite/22_locale/num_get/get/char/39802.cc +++ b/libstdc++-v3/testsuite/22_locale/num_get/get/char/39802.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/22_locale/num_get/get/char/4.cc b/libstdc++-v3/testsuite/22_locale/num_get/get/char/4.cc index 13ce02f8de8d..724955da350f 100644 --- a/libstdc++-v3/testsuite/22_locale/num_get/get/char/4.cc +++ b/libstdc++-v3/testsuite/22_locale/num_get/get/char/4.cc @@ -1,6 +1,6 @@ // 2001-11-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/num_get/get/char/5.cc b/libstdc++-v3/testsuite/22_locale/num_get/get/char/5.cc index a07f1d048b5c..4b742bf479df 100644 --- a/libstdc++-v3/testsuite/22_locale/num_get/get/char/5.cc +++ b/libstdc++-v3/testsuite/22_locale/num_get/get/char/5.cc @@ -2,7 +2,7 @@ // 2001-11-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/num_get/get/char/6.cc b/libstdc++-v3/testsuite/22_locale/num_get/get/char/6.cc index 313f63a64412..f9c36e5a44ac 100644 --- a/libstdc++-v3/testsuite/22_locale/num_get/get/char/6.cc +++ b/libstdc++-v3/testsuite/22_locale/num_get/get/char/6.cc @@ -2,7 +2,7 @@ // 2001-11-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/num_get/get/char/7.cc b/libstdc++-v3/testsuite/22_locale/num_get/get/char/7.cc index 867845cba310..66d7df64df98 100644 --- a/libstdc++-v3/testsuite/22_locale/num_get/get/char/7.cc +++ b/libstdc++-v3/testsuite/22_locale/num_get/get/char/7.cc @@ -1,6 +1,6 @@ // 2003-10-25 Paolo Carlini -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/num_get/get/char/8.cc b/libstdc++-v3/testsuite/22_locale/num_get/get/char/8.cc index 3f099a24fd62..dd58f8833ad7 100644 --- a/libstdc++-v3/testsuite/22_locale/num_get/get/char/8.cc +++ b/libstdc++-v3/testsuite/22_locale/num_get/get/char/8.cc @@ -1,6 +1,6 @@ // 2003-12-15 Paolo Carlini -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/num_get/get/char/9.cc b/libstdc++-v3/testsuite/22_locale/num_get/get/char/9.cc index 7248e156fd92..8e792f3ae891 100644 --- a/libstdc++-v3/testsuite/22_locale/num_get/get/char/9.cc +++ b/libstdc++-v3/testsuite/22_locale/num_get/get/char/9.cc @@ -2,7 +2,7 @@ // 2003-12-19 Paolo Carlini -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/num_get/get/char/wrapped_env.cc b/libstdc++-v3/testsuite/22_locale/num_get/get/char/wrapped_env.cc index ca5e7b0eaeb2..9f415b752201 100644 --- a/libstdc++-v3/testsuite/22_locale/num_get/get/char/wrapped_env.cc +++ b/libstdc++-v3/testsuite/22_locale/num_get/get/char/wrapped_env.cc @@ -3,7 +3,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/num_get/get/char/wrapped_locale.cc b/libstdc++-v3/testsuite/22_locale/num_get/get/char/wrapped_locale.cc index 1e7c308ed4e4..d1e693e662b1 100644 --- a/libstdc++-v3/testsuite/22_locale/num_get/get/char/wrapped_locale.cc +++ b/libstdc++-v3/testsuite/22_locale/num_get/get/char/wrapped_locale.cc @@ -4,7 +4,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/num_get/get/wchar_t/1.cc b/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/1.cc index 5fae1997802f..643c2bc06025 100644 --- a/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/1.cc @@ -2,7 +2,7 @@ // 2001-11-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/num_get/get/wchar_t/10.cc b/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/10.cc index 79744ed94de4..811545b04ba2 100644 --- a/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/10.cc +++ b/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/10.cc @@ -1,6 +1,6 @@ // 2003-12-19 Paolo Carlini -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/num_get/get/wchar_t/11.cc b/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/11.cc index 45acb0859d87..bdfe8b326c9f 100644 --- a/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/11.cc +++ b/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/11.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/num_get/get/wchar_t/12.cc b/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/12.cc index 9ddb988f5980..a600e07fe7d8 100644 --- a/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/12.cc +++ b/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/12.cc @@ -1,6 +1,6 @@ // 2003-12-22 Paolo Carlini -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/num_get/get/wchar_t/13.cc b/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/13.cc index afaccfaca78b..dc34a826fb6f 100644 --- a/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/13.cc +++ b/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/13.cc @@ -1,6 +1,6 @@ // 2003-12-30 Paolo Carlini -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/num_get/get/wchar_t/14.cc b/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/14.cc index d2058d0712a1..d8a85cd1c579 100644 --- a/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/14.cc +++ b/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/14.cc @@ -1,6 +1,6 @@ // 2004-02-28 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/22_locale/num_get/get/wchar_t/15.cc b/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/15.cc index d3be771ce4bf..95dcba381faa 100644 --- a/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/15.cc +++ b/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/15.cc @@ -1,6 +1,6 @@ // 2004-03-01 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/22_locale/num_get/get/wchar_t/16.cc b/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/16.cc index 95c2544f2fe8..99e94e1d0594 100644 --- a/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/16.cc +++ b/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/16.cc @@ -1,6 +1,6 @@ // 2005-04-26 Paolo Carlini -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/22_locale/num_get/get/wchar_t/2.cc b/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/2.cc index a3ca9805c225..dc2e558bf693 100644 --- a/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/2.cc @@ -1,6 +1,6 @@ // 2001-11-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/num_get/get/wchar_t/22131.cc b/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/22131.cc index 74a4d353c22b..4004347fd2ca 100644 --- a/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/22131.cc +++ b/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/22131.cc @@ -1,6 +1,6 @@ // 2005-06-28 Paolo Carlini -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/22_locale/num_get/get/wchar_t/23953.cc b/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/23953.cc index 38af42986063..9c41feae898f 100644 --- a/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/23953.cc +++ b/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/23953.cc @@ -1,6 +1,6 @@ // 2005-09-30 Paolo Carlini -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/22_locale/num_get/get/wchar_t/3.cc b/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/3.cc index 27c831a27ef2..6e6b45f52ffb 100644 --- a/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/3.cc +++ b/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/3.cc @@ -2,7 +2,7 @@ // 2001-11-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/num_get/get/wchar_t/37958.cc b/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/37958.cc index 2e5eeb7b6ab4..6148a6198cb5 100644 --- a/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/37958.cc +++ b/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/37958.cc @@ -1,6 +1,6 @@ // 2008-10-31 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/22_locale/num_get/get/wchar_t/39168.cc b/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/39168.cc index d23de3713dca..6da9b5136013 100644 --- a/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/39168.cc +++ b/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/39168.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/22_locale/num_get/get/wchar_t/39802.cc b/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/39802.cc index faabb69e9ae1..bcc09f669ebb 100644 --- a/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/39802.cc +++ b/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/39802.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/22_locale/num_get/get/wchar_t/4.cc b/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/4.cc index 118a9ed9fcec..b0408ed9dccb 100644 --- a/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/4.cc +++ b/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/4.cc @@ -1,6 +1,6 @@ // 2001-11-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/num_get/get/wchar_t/5.cc b/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/5.cc index b1b2eb6b55c2..48460716b9fe 100644 --- a/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/5.cc +++ b/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/5.cc @@ -2,7 +2,7 @@ // 2001-11-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/num_get/get/wchar_t/6.cc b/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/6.cc index a211099ade0e..2862f2b0d3a8 100644 --- a/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/6.cc +++ b/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/6.cc @@ -2,7 +2,7 @@ // 2001-11-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/num_get/get/wchar_t/7.cc b/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/7.cc index b94adbaab860..49096b2a219c 100644 --- a/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/7.cc +++ b/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/7.cc @@ -1,6 +1,6 @@ // 2003-10-25 Paolo Carlini -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/num_get/get/wchar_t/8.cc b/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/8.cc index 492365a6fb59..a07ee2c352ac 100644 --- a/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/8.cc +++ b/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/8.cc @@ -1,6 +1,6 @@ // 2003-12-15 Paolo Carlini -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/num_get/get/wchar_t/9.cc b/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/9.cc index 98fcc8890d69..116628727d46 100644 --- a/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/9.cc +++ b/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/9.cc @@ -2,7 +2,7 @@ // 2003-12-19 Paolo Carlini -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/num_get/get/wchar_t/wrapped_env.cc b/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/wrapped_env.cc index ca5e7b0eaeb2..9f415b752201 100644 --- a/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/wrapped_env.cc +++ b/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/wrapped_env.cc @@ -3,7 +3,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/num_get/get/wchar_t/wrapped_locale.cc b/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/wrapped_locale.cc index 1e7c308ed4e4..d1e693e662b1 100644 --- a/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/wrapped_locale.cc +++ b/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/wrapped_locale.cc @@ -4,7 +4,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/num_get/requirements/base_classes.cc b/libstdc++-v3/testsuite/22_locale/num_get/requirements/base_classes.cc index 0942e59809db..5f7dad23ef53 100644 --- a/libstdc++-v3/testsuite/22_locale/num_get/requirements/base_classes.cc +++ b/libstdc++-v3/testsuite/22_locale/num_get/requirements/base_classes.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-11-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/num_get/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/22_locale/num_get/requirements/explicit_instantiation.cc index 640d0175cf98..67b91c646f76 100644 --- a/libstdc++-v3/testsuite/22_locale/num_get/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/22_locale/num_get/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-11-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/num_get/requirements/typedefs.cc b/libstdc++-v3/testsuite/22_locale/num_get/requirements/typedefs.cc index 389eabcd1d62..49a8e6d51bda 100644 --- a/libstdc++-v3/testsuite/22_locale/num_get/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/22_locale/num_get/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-11-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/num_put/cons/3.cc b/libstdc++-v3/testsuite/22_locale/num_put/cons/3.cc index 1e51c9cbea68..e345d5d1a65f 100644 --- a/libstdc++-v3/testsuite/22_locale/num_put/cons/3.cc +++ b/libstdc++-v3/testsuite/22_locale/num_put/cons/3.cc @@ -1,6 +1,6 @@ // 2005-04-29 Paolo Carlini // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/22_locale/num_put/put/char/1.cc b/libstdc++-v3/testsuite/22_locale/num_put/put/char/1.cc index 34e1f218aede..43a1eea5233f 100644 --- a/libstdc++-v3/testsuite/22_locale/num_put/put/char/1.cc +++ b/libstdc++-v3/testsuite/22_locale/num_put/put/char/1.cc @@ -2,7 +2,7 @@ // 2001-11-19 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/num_put/put/char/10.cc b/libstdc++-v3/testsuite/22_locale/num_put/put/char/10.cc index f45fadc5f930..43b47f5756ab 100644 --- a/libstdc++-v3/testsuite/22_locale/num_put/put/char/10.cc +++ b/libstdc++-v3/testsuite/22_locale/num_put/put/char/10.cc @@ -1,6 +1,6 @@ // 2005-07-11 Paolo Carlini -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/22_locale/num_put/put/char/11.cc b/libstdc++-v3/testsuite/22_locale/num_put/put/char/11.cc index b70cfdb89e90..36b9afe22f3d 100644 --- a/libstdc++-v3/testsuite/22_locale/num_put/put/char/11.cc +++ b/libstdc++-v3/testsuite/22_locale/num_put/put/char/11.cc @@ -1,6 +1,6 @@ // 2006-10-11 Paolo Carlini -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/22_locale/num_put/put/char/12.cc b/libstdc++-v3/testsuite/22_locale/num_put/put/char/12.cc index 013a101f80f9..de9ee487e397 100644 --- a/libstdc++-v3/testsuite/22_locale/num_put/put/char/12.cc +++ b/libstdc++-v3/testsuite/22_locale/num_put/put/char/12.cc @@ -1,6 +1,6 @@ // 2007-11-26 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/22_locale/num_put/put/char/14220.cc b/libstdc++-v3/testsuite/22_locale/num_put/put/char/14220.cc index a142a9624e68..08f233cf9316 100644 --- a/libstdc++-v3/testsuite/22_locale/num_put/put/char/14220.cc +++ b/libstdc++-v3/testsuite/22_locale/num_put/put/char/14220.cc @@ -1,6 +1,6 @@ // 2004-04-30 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/22_locale/num_put/put/char/15565.cc b/libstdc++-v3/testsuite/22_locale/num_put/put/char/15565.cc index e903dfe01065..da0813b1708d 100644 --- a/libstdc++-v3/testsuite/22_locale/num_put/put/char/15565.cc +++ b/libstdc++-v3/testsuite/22_locale/num_put/put/char/15565.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/22_locale/num_put/put/char/2.cc b/libstdc++-v3/testsuite/22_locale/num_put/put/char/2.cc index 56d7266360ed..68becc584389 100644 --- a/libstdc++-v3/testsuite/22_locale/num_put/put/char/2.cc +++ b/libstdc++-v3/testsuite/22_locale/num_put/put/char/2.cc @@ -1,6 +1,6 @@ // 2001-11-19 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/num_put/put/char/20909.cc b/libstdc++-v3/testsuite/22_locale/num_put/put/char/20909.cc index 077d7bee793b..f3df37d0b5da 100644 --- a/libstdc++-v3/testsuite/22_locale/num_put/put/char/20909.cc +++ b/libstdc++-v3/testsuite/22_locale/num_put/put/char/20909.cc @@ -2,7 +2,7 @@ // 2005-04-08 Paolo Carlini -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/22_locale/num_put/put/char/20914.cc b/libstdc++-v3/testsuite/22_locale/num_put/put/char/20914.cc index 2230784b7546..5c19fd290713 100644 --- a/libstdc++-v3/testsuite/22_locale/num_put/put/char/20914.cc +++ b/libstdc++-v3/testsuite/22_locale/num_put/put/char/20914.cc @@ -2,7 +2,7 @@ // 2005-04-17 Paolo Carlini -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/22_locale/num_put/put/char/23953.cc b/libstdc++-v3/testsuite/22_locale/num_put/put/char/23953.cc index 52227c944d7b..55779b427efc 100644 --- a/libstdc++-v3/testsuite/22_locale/num_put/put/char/23953.cc +++ b/libstdc++-v3/testsuite/22_locale/num_put/put/char/23953.cc @@ -1,6 +1,6 @@ // 2005-09-30 Paolo Carlini -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/22_locale/num_put/put/char/3.cc b/libstdc++-v3/testsuite/22_locale/num_put/put/char/3.cc index ee86847d7ab8..1214e757aeca 100644 --- a/libstdc++-v3/testsuite/22_locale/num_put/put/char/3.cc +++ b/libstdc++-v3/testsuite/22_locale/num_put/put/char/3.cc @@ -2,7 +2,7 @@ // 2001-11-19 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/num_put/put/char/38196.cc b/libstdc++-v3/testsuite/22_locale/num_put/put/char/38196.cc index 9876f5d7a81c..789ce4d8484b 100644 --- a/libstdc++-v3/testsuite/22_locale/num_put/put/char/38196.cc +++ b/libstdc++-v3/testsuite/22_locale/num_put/put/char/38196.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/22_locale/num_put/put/char/38210.cc b/libstdc++-v3/testsuite/22_locale/num_put/put/char/38210.cc index 1de9741a521e..139b066ce53d 100644 --- a/libstdc++-v3/testsuite/22_locale/num_put/put/char/38210.cc +++ b/libstdc++-v3/testsuite/22_locale/num_put/put/char/38210.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/22_locale/num_put/put/char/4.cc b/libstdc++-v3/testsuite/22_locale/num_put/put/char/4.cc index a22438243d19..f3f144d8cbfc 100644 --- a/libstdc++-v3/testsuite/22_locale/num_put/put/char/4.cc +++ b/libstdc++-v3/testsuite/22_locale/num_put/put/char/4.cc @@ -1,6 +1,6 @@ // 2001-11-19 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/num_put/put/char/5.cc b/libstdc++-v3/testsuite/22_locale/num_put/put/char/5.cc index ed366b275f5d..5a5f416d5162 100644 --- a/libstdc++-v3/testsuite/22_locale/num_put/put/char/5.cc +++ b/libstdc++-v3/testsuite/22_locale/num_put/put/char/5.cc @@ -2,7 +2,7 @@ // 2001-11-19 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/num_put/put/char/6.cc b/libstdc++-v3/testsuite/22_locale/num_put/put/char/6.cc index 2adda5aa6dff..60b7bfd59c8d 100644 --- a/libstdc++-v3/testsuite/22_locale/num_put/put/char/6.cc +++ b/libstdc++-v3/testsuite/22_locale/num_put/put/char/6.cc @@ -1,6 +1,6 @@ // 2003-02-05 Paolo Carlini -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/num_put/put/char/7.cc b/libstdc++-v3/testsuite/22_locale/num_put/put/char/7.cc index 5cd26c806ab0..4865dd3c9f85 100644 --- a/libstdc++-v3/testsuite/22_locale/num_put/put/char/7.cc +++ b/libstdc++-v3/testsuite/22_locale/num_put/put/char/7.cc @@ -1,6 +1,6 @@ // 2003-06-30 peturr02@ru.is -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/num_put/put/char/8.cc b/libstdc++-v3/testsuite/22_locale/num_put/put/char/8.cc index 684fb271dcac..d588ec709631 100644 --- a/libstdc++-v3/testsuite/22_locale/num_put/put/char/8.cc +++ b/libstdc++-v3/testsuite/22_locale/num_put/put/char/8.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/num_put/put/char/9.cc b/libstdc++-v3/testsuite/22_locale/num_put/put/char/9.cc index 553ebf17143c..e974c02f95e7 100644 --- a/libstdc++-v3/testsuite/22_locale/num_put/put/char/9.cc +++ b/libstdc++-v3/testsuite/22_locale/num_put/put/char/9.cc @@ -1,6 +1,6 @@ // 2004-08-22 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/22_locale/num_put/put/char/9780-2.cc b/libstdc++-v3/testsuite/22_locale/num_put/put/char/9780-2.cc index e418ef5dce2a..05e94a01e395 100644 --- a/libstdc++-v3/testsuite/22_locale/num_put/put/char/9780-2.cc +++ b/libstdc++-v3/testsuite/22_locale/num_put/put/char/9780-2.cc @@ -1,7 +1,7 @@ // { dg-require-namedlocale "de_DE.ISO8859-15" } // { dg-require-namedlocale "es_ES.ISO8859-15" } -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/22_locale/num_put/put/char/wrapped_env.cc b/libstdc++-v3/testsuite/22_locale/num_put/put/char/wrapped_env.cc index eda370596289..03a2dcde8bed 100644 --- a/libstdc++-v3/testsuite/22_locale/num_put/put/char/wrapped_env.cc +++ b/libstdc++-v3/testsuite/22_locale/num_put/put/char/wrapped_env.cc @@ -4,7 +4,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/num_put/put/char/wrapped_locale.cc b/libstdc++-v3/testsuite/22_locale/num_put/put/char/wrapped_locale.cc index b9fd22c3ee54..c66ee187473d 100644 --- a/libstdc++-v3/testsuite/22_locale/num_put/put/char/wrapped_locale.cc +++ b/libstdc++-v3/testsuite/22_locale/num_put/put/char/wrapped_locale.cc @@ -5,7 +5,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/num_put/put/wchar_t/1.cc b/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/1.cc index 9f97c41ad142..b7034215119c 100644 --- a/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/1.cc @@ -2,7 +2,7 @@ // 2001-11-19 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/num_put/put/wchar_t/10.cc b/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/10.cc index ed8c845425cb..a471c10f65c3 100644 --- a/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/10.cc +++ b/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/10.cc @@ -1,6 +1,6 @@ // 2005-07-11 Paolo Carlini -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/22_locale/num_put/put/wchar_t/11.cc b/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/11.cc index 715810836eb0..ae9f0f93180c 100644 --- a/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/11.cc +++ b/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/11.cc @@ -1,6 +1,6 @@ // 2006-10-11 Paolo Carlini -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/22_locale/num_put/put/wchar_t/12.cc b/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/12.cc index ea00b4f1096c..9bd48f24ab6c 100644 --- a/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/12.cc +++ b/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/12.cc @@ -1,6 +1,6 @@ // 2007-11-26 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/22_locale/num_put/put/wchar_t/14220.cc b/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/14220.cc index ec49910c19d7..8b0fec64d535 100644 --- a/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/14220.cc +++ b/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/14220.cc @@ -1,6 +1,6 @@ // 2004-04-30 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/22_locale/num_put/put/wchar_t/15565.cc b/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/15565.cc index de36b8e72053..832becfc3bf0 100644 --- a/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/15565.cc +++ b/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/15565.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/22_locale/num_put/put/wchar_t/2.cc b/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/2.cc index 2f5683ceffe8..45440fc32376 100644 --- a/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/2.cc @@ -1,6 +1,6 @@ // 2001-11-19 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/num_put/put/wchar_t/20909.cc b/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/20909.cc index 7a0d47bde921..0b19f90c9632 100644 --- a/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/20909.cc +++ b/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/20909.cc @@ -2,7 +2,7 @@ // 2005-04-08 Paolo Carlini -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/22_locale/num_put/put/wchar_t/20914.cc b/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/20914.cc index 578d22b2c335..e8fd3876cb18 100644 --- a/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/20914.cc +++ b/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/20914.cc @@ -2,7 +2,7 @@ // 2005-04-17 Paolo Carlini -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/22_locale/num_put/put/wchar_t/23953.cc b/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/23953.cc index 5c1e6e9fe793..ad8cf3d8d690 100644 --- a/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/23953.cc +++ b/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/23953.cc @@ -1,6 +1,6 @@ // 2005-09-30 Paolo Carlini -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/22_locale/num_put/put/wchar_t/3.cc b/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/3.cc index d768b05bab5a..0141f013a4f5 100644 --- a/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/3.cc +++ b/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/3.cc @@ -2,7 +2,7 @@ // 2001-11-19 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/num_put/put/wchar_t/38196.cc b/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/38196.cc index b366c065feba..8b15988a9d3b 100644 --- a/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/38196.cc +++ b/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/38196.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/22_locale/num_put/put/wchar_t/38210.cc b/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/38210.cc index 200612ec4504..606d4b583a0d 100644 --- a/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/38210.cc +++ b/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/38210.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/22_locale/num_put/put/wchar_t/4.cc b/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/4.cc index 0f5ca7ddb8f4..bab889e6c6c9 100644 --- a/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/4.cc +++ b/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/4.cc @@ -1,6 +1,6 @@ // 2001-11-19 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/num_put/put/wchar_t/5.cc b/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/5.cc index 8fc492541e1b..4191629e79dd 100644 --- a/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/5.cc +++ b/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/5.cc @@ -2,7 +2,7 @@ // 2001-11-19 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/num_put/put/wchar_t/6.cc b/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/6.cc index 0f19c5db82c2..5b3332f7224c 100644 --- a/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/6.cc +++ b/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/6.cc @@ -1,6 +1,6 @@ // 2003-02-05 Paolo Carlini -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/num_put/put/wchar_t/7.cc b/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/7.cc index 8030406db001..d928a935d00c 100644 --- a/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/7.cc +++ b/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/7.cc @@ -1,6 +1,6 @@ // 2003-06-30 peturr02@ru.is -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/num_put/put/wchar_t/8.cc b/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/8.cc index 6fec1d8562d7..ae754d1b446f 100644 --- a/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/8.cc +++ b/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/8.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/num_put/put/wchar_t/9.cc b/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/9.cc index 7768c16c7efd..d720706dd4b4 100644 --- a/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/9.cc +++ b/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/9.cc @@ -1,6 +1,6 @@ // 2004-08-22 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/22_locale/num_put/put/wchar_t/wrapped_env.cc b/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/wrapped_env.cc index 61d9e78a0bfb..7d1d08158c9f 100644 --- a/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/wrapped_env.cc +++ b/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/wrapped_env.cc @@ -3,7 +3,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/num_put/put/wchar_t/wrapped_locale.cc b/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/wrapped_locale.cc index cea2cdb4ff90..7414c272dbd9 100644 --- a/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/wrapped_locale.cc +++ b/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/wrapped_locale.cc @@ -4,7 +4,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/num_put/requirements/base_classes.cc b/libstdc++-v3/testsuite/22_locale/num_put/requirements/base_classes.cc index 49677fc53cb3..3329a8a17cea 100644 --- a/libstdc++-v3/testsuite/22_locale/num_put/requirements/base_classes.cc +++ b/libstdc++-v3/testsuite/22_locale/num_put/requirements/base_classes.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-11-19 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/num_put/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/22_locale/num_put/requirements/explicit_instantiation.cc index 175d4fa511ff..9c769369728e 100644 --- a/libstdc++-v3/testsuite/22_locale/num_put/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/22_locale/num_put/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-11-19 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/num_put/requirements/typedefs.cc b/libstdc++-v3/testsuite/22_locale/num_put/requirements/typedefs.cc index 7944f577025d..5e50c206b8c4 100644 --- a/libstdc++-v3/testsuite/22_locale/num_put/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/22_locale/num_put/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-11-19 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/numpunct/members/char/1.cc b/libstdc++-v3/testsuite/22_locale/numpunct/members/char/1.cc index 51387f9d57e4..f5aea902aa86 100644 --- a/libstdc++-v3/testsuite/22_locale/numpunct/members/char/1.cc +++ b/libstdc++-v3/testsuite/22_locale/numpunct/members/char/1.cc @@ -1,6 +1,6 @@ // 2001-01-17 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/numpunct/members/char/2.cc b/libstdc++-v3/testsuite/22_locale/numpunct/members/char/2.cc index de09936a6ce1..5712ff2fc48b 100644 --- a/libstdc++-v3/testsuite/22_locale/numpunct/members/char/2.cc +++ b/libstdc++-v3/testsuite/22_locale/numpunct/members/char/2.cc @@ -4,7 +4,7 @@ // 2001-01-17 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/numpunct/members/char/3.cc b/libstdc++-v3/testsuite/22_locale/numpunct/members/char/3.cc index c93b9f6db63c..fd75463d9a82 100644 --- a/libstdc++-v3/testsuite/22_locale/numpunct/members/char/3.cc +++ b/libstdc++-v3/testsuite/22_locale/numpunct/members/char/3.cc @@ -2,7 +2,7 @@ // 2001-01-24 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/numpunct/members/char/cache_1.cc b/libstdc++-v3/testsuite/22_locale/numpunct/members/char/cache_1.cc index 205b8898110d..4211c5c7a845 100644 --- a/libstdc++-v3/testsuite/22_locale/numpunct/members/char/cache_1.cc +++ b/libstdc++-v3/testsuite/22_locale/numpunct/members/char/cache_1.cc @@ -1,6 +1,6 @@ // 2003-07-06 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/numpunct/members/char/cache_2.cc b/libstdc++-v3/testsuite/22_locale/numpunct/members/char/cache_2.cc index f03d52e3371f..9c811f9af01f 100644 --- a/libstdc++-v3/testsuite/22_locale/numpunct/members/char/cache_2.cc +++ b/libstdc++-v3/testsuite/22_locale/numpunct/members/char/cache_2.cc @@ -1,6 +1,6 @@ // 2003-07-06 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/numpunct/members/char/wrapped_env.cc b/libstdc++-v3/testsuite/22_locale/numpunct/members/char/wrapped_env.cc index 5df91b8f34c3..a5c7bb2c233a 100644 --- a/libstdc++-v3/testsuite/22_locale/numpunct/members/char/wrapped_env.cc +++ b/libstdc++-v3/testsuite/22_locale/numpunct/members/char/wrapped_env.cc @@ -4,7 +4,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/numpunct/members/char/wrapped_locale.cc b/libstdc++-v3/testsuite/22_locale/numpunct/members/char/wrapped_locale.cc index 4829751b9740..040db2522703 100644 --- a/libstdc++-v3/testsuite/22_locale/numpunct/members/char/wrapped_locale.cc +++ b/libstdc++-v3/testsuite/22_locale/numpunct/members/char/wrapped_locale.cc @@ -5,7 +5,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/numpunct/members/pod/1.cc b/libstdc++-v3/testsuite/22_locale/numpunct/members/pod/1.cc index 566d52483dfb..6323c64ed58a 100644 --- a/libstdc++-v3/testsuite/22_locale/numpunct/members/pod/1.cc +++ b/libstdc++-v3/testsuite/22_locale/numpunct/members/pod/1.cc @@ -1,6 +1,6 @@ // 2003-07-09 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/numpunct/members/pod/2.cc b/libstdc++-v3/testsuite/22_locale/numpunct/members/pod/2.cc index be07a2979371..4b77e718d6f2 100644 --- a/libstdc++-v3/testsuite/22_locale/numpunct/members/pod/2.cc +++ b/libstdc++-v3/testsuite/22_locale/numpunct/members/pod/2.cc @@ -1,6 +1,6 @@ // 2003-07-09 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/numpunct/members/wchar_t/1.cc b/libstdc++-v3/testsuite/22_locale/numpunct/members/wchar_t/1.cc index a04c2fa540b2..97bf41860dea 100644 --- a/libstdc++-v3/testsuite/22_locale/numpunct/members/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/22_locale/numpunct/members/wchar_t/1.cc @@ -1,6 +1,6 @@ // 2001-01-17 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/numpunct/members/wchar_t/2.cc b/libstdc++-v3/testsuite/22_locale/numpunct/members/wchar_t/2.cc index 966cf68f47dc..f55961e184e0 100644 --- a/libstdc++-v3/testsuite/22_locale/numpunct/members/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/22_locale/numpunct/members/wchar_t/2.cc @@ -4,7 +4,7 @@ // 2001-01-17 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/numpunct/members/wchar_t/cache_1.cc b/libstdc++-v3/testsuite/22_locale/numpunct/members/wchar_t/cache_1.cc index 63794d49e76b..c38f9992dcc0 100644 --- a/libstdc++-v3/testsuite/22_locale/numpunct/members/wchar_t/cache_1.cc +++ b/libstdc++-v3/testsuite/22_locale/numpunct/members/wchar_t/cache_1.cc @@ -1,6 +1,6 @@ // 2003-07-06 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/numpunct/members/wchar_t/cache_2.cc b/libstdc++-v3/testsuite/22_locale/numpunct/members/wchar_t/cache_2.cc index 3eb1c2c8162c..63832ece9ae5 100644 --- a/libstdc++-v3/testsuite/22_locale/numpunct/members/wchar_t/cache_2.cc +++ b/libstdc++-v3/testsuite/22_locale/numpunct/members/wchar_t/cache_2.cc @@ -1,6 +1,6 @@ // 2003-07-06 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/numpunct/members/wchar_t/wrapped_env.cc b/libstdc++-v3/testsuite/22_locale/numpunct/members/wchar_t/wrapped_env.cc index 5df91b8f34c3..a5c7bb2c233a 100644 --- a/libstdc++-v3/testsuite/22_locale/numpunct/members/wchar_t/wrapped_env.cc +++ b/libstdc++-v3/testsuite/22_locale/numpunct/members/wchar_t/wrapped_env.cc @@ -4,7 +4,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/numpunct/members/wchar_t/wrapped_locale.cc b/libstdc++-v3/testsuite/22_locale/numpunct/members/wchar_t/wrapped_locale.cc index 4829751b9740..040db2522703 100644 --- a/libstdc++-v3/testsuite/22_locale/numpunct/members/wchar_t/wrapped_locale.cc +++ b/libstdc++-v3/testsuite/22_locale/numpunct/members/wchar_t/wrapped_locale.cc @@ -5,7 +5,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/numpunct/requirements/base_classes.cc b/libstdc++-v3/testsuite/22_locale/numpunct/requirements/base_classes.cc index 6196459c97e0..a1d7b773e07d 100644 --- a/libstdc++-v3/testsuite/22_locale/numpunct/requirements/base_classes.cc +++ b/libstdc++-v3/testsuite/22_locale/numpunct/requirements/base_classes.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-01-23 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/numpunct/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/22_locale/numpunct/requirements/explicit_instantiation.cc index 6948ea821000..70c4fa0cf9a8 100644 --- a/libstdc++-v3/testsuite/22_locale/numpunct/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/22_locale/numpunct/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-01-23 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/numpunct/requirements/typedefs.cc b/libstdc++-v3/testsuite/22_locale/numpunct/requirements/typedefs.cc index 5e0aeff5d0f3..c8112b418d26 100644 --- a/libstdc++-v3/testsuite/22_locale/numpunct/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/22_locale/numpunct/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-01-23 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/numpunct_byname/1.cc b/libstdc++-v3/testsuite/22_locale/numpunct_byname/1.cc index 9b087b38a9af..ce80e6e24a40 100644 --- a/libstdc++-v3/testsuite/22_locale/numpunct_byname/1.cc +++ b/libstdc++-v3/testsuite/22_locale/numpunct_byname/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/22_locale/numpunct_byname/named_equivalence.cc b/libstdc++-v3/testsuite/22_locale/numpunct_byname/named_equivalence.cc index 92fed28c655d..121b826606e5 100644 --- a/libstdc++-v3/testsuite/22_locale/numpunct_byname/named_equivalence.cc +++ b/libstdc++-v3/testsuite/22_locale/numpunct_byname/named_equivalence.cc @@ -2,7 +2,7 @@ // 2001-01-24 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/numpunct_byname/requirements/base_classes.cc b/libstdc++-v3/testsuite/22_locale/numpunct_byname/requirements/base_classes.cc index 076e57d1846c..f3c4eb5af738 100644 --- a/libstdc++-v3/testsuite/22_locale/numpunct_byname/requirements/base_classes.cc +++ b/libstdc++-v3/testsuite/22_locale/numpunct_byname/requirements/base_classes.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-01-23 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/numpunct_byname/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/22_locale/numpunct_byname/requirements/explicit_instantiation.cc index ae4efcd62713..4c8d2773ea77 100644 --- a/libstdc++-v3/testsuite/22_locale/numpunct_byname/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/22_locale/numpunct_byname/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-01-23 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/numpunct_byname/requirements/typedefs.cc b/libstdc++-v3/testsuite/22_locale/numpunct_byname/requirements/typedefs.cc index aa3f842f1510..31981a16b7b3 100644 --- a/libstdc++-v3/testsuite/22_locale/numpunct_byname/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/22_locale/numpunct_byname/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-01-23 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_get/date_order/char/1.cc b/libstdc++-v3/testsuite/22_locale/time_get/date_order/char/1.cc index bdb0cdd1ec47..3f524dec9f2b 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/date_order/char/1.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/date_order/char/1.cc @@ -1,6 +1,6 @@ // 2001-09-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_get/date_order/char/wrapped_env.cc b/libstdc++-v3/testsuite/22_locale/time_get/date_order/char/wrapped_env.cc index 983488390df3..ea02f3bb0816 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/date_order/char/wrapped_env.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/date_order/char/wrapped_env.cc @@ -2,7 +2,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_get/date_order/char/wrapped_locale.cc b/libstdc++-v3/testsuite/22_locale/time_get/date_order/char/wrapped_locale.cc index f488ac6d102d..1f4e0cc30bb9 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/date_order/char/wrapped_locale.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/date_order/char/wrapped_locale.cc @@ -2,7 +2,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_get/date_order/wchar_t/1.cc b/libstdc++-v3/testsuite/22_locale/time_get/date_order/wchar_t/1.cc index 470ad9016f3b..913217120201 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/date_order/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/date_order/wchar_t/1.cc @@ -1,6 +1,6 @@ // 2001-09-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_get/date_order/wchar_t/wrapped_env.cc b/libstdc++-v3/testsuite/22_locale/time_get/date_order/wchar_t/wrapped_env.cc index 983488390df3..ea02f3bb0816 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/date_order/wchar_t/wrapped_env.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/date_order/wchar_t/wrapped_env.cc @@ -2,7 +2,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_get/date_order/wchar_t/wrapped_locale.cc b/libstdc++-v3/testsuite/22_locale/time_get/date_order/wchar_t/wrapped_locale.cc index f488ac6d102d..1f4e0cc30bb9 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/date_order/wchar_t/wrapped_locale.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/date_order/wchar_t/wrapped_locale.cc @@ -2,7 +2,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_get/get/char/1.cc b/libstdc++-v3/testsuite/22_locale/time_get/get/char/1.cc index 77c82fc5bd39..551ec271cfc9 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get/char/1.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get/char/1.cc @@ -2,7 +2,7 @@ // 2014-04-14 Rüdiger Sonderfeld -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/22_locale/time_get/get/char/2.cc b/libstdc++-v3/testsuite/22_locale/time_get/get/char/2.cc index 5be0f0d564f7..42ae1c29551a 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get/char/2.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get/char/2.cc @@ -3,7 +3,7 @@ // 2014-04-14 Rüdiger Sonderfeld -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/22_locale/time_get/get/wchar_t/1.cc b/libstdc++-v3/testsuite/22_locale/time_get/get/wchar_t/1.cc index 7066c2c25af4..5382d28ec6a2 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get/wchar_t/1.cc @@ -2,7 +2,7 @@ // 2014-04-14 Rüdiger Sonderfeld -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/22_locale/time_get/get/wchar_t/2.cc b/libstdc++-v3/testsuite/22_locale/time_get/get/wchar_t/2.cc index 2a08a304fcd4..ca3fc382debf 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get/wchar_t/2.cc @@ -3,7 +3,7 @@ // 2014-04-14 Rüdiger Sonderfeld -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/22_locale/time_get/get_date/char/1.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_date/char/1.cc index cd1d18b3debc..8862719860cc 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_date/char/1.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_date/char/1.cc @@ -1,6 +1,6 @@ // 2001-09-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_get/get_date/char/12750.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_date/char/12750.cc index db467497b14e..aaf694e51ce0 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_date/char/12750.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_date/char/12750.cc @@ -2,7 +2,7 @@ // 2003-10-27 Paolo Carlini -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/time_get/get_date/char/12791.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_date/char/12791.cc index 3f62079b3cfa..d84ca413c2ac 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_date/char/12791.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_date/char/12791.cc @@ -1,6 +1,6 @@ // 2003-12-03 Paolo Carlini -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/time_get/get_date/char/2.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_date/char/2.cc index 8a23a1310c8b..6d866804eae6 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_date/char/2.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_date/char/2.cc @@ -3,7 +3,7 @@ // 2001-09-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_get/get_date/char/26701.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_date/char/26701.cc index 7987d0afdac8..23647a841a00 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_date/char/26701.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_date/char/26701.cc @@ -2,7 +2,7 @@ // 2010-01-06 Paolo Carlini -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/22_locale/time_get/get_date/char/3.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_date/char/3.cc index ad7c515a4d72..7c2942c0ede3 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_date/char/3.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_date/char/3.cc @@ -1,6 +1,6 @@ // 2001-09-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_get/get_date/char/5.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_date/char/5.cc index 7127c1ea2720..079ae4833cc0 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_date/char/5.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_date/char/5.cc @@ -1,6 +1,6 @@ // 2006-06-16 Paolo Carlini -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/22_locale/time_get/get_date/char/wrapped_env.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_date/char/wrapped_env.cc index df94d428f1a0..8e3d30d29227 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_date/char/wrapped_env.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_date/char/wrapped_env.cc @@ -3,7 +3,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_get/get_date/char/wrapped_locale.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_date/char/wrapped_locale.cc index c3ee1b8b3f8d..fa496cb992d4 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_date/char/wrapped_locale.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_date/char/wrapped_locale.cc @@ -4,7 +4,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_get/get_date/wchar_t/1.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_date/wchar_t/1.cc index d2e0e5f7296f..9b47df8b9eda 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_date/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_date/wchar_t/1.cc @@ -1,6 +1,6 @@ // 2001-09-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_get/get_date/wchar_t/12750.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_date/wchar_t/12750.cc index e1cbbd8bcd7d..b288a8505da2 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_date/wchar_t/12750.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_date/wchar_t/12750.cc @@ -2,7 +2,7 @@ // 2003-10-27 Paolo Carlini -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/time_get/get_date/wchar_t/12791.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_date/wchar_t/12791.cc index 4c2187dda2b3..a278aecb12e5 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_date/wchar_t/12791.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_date/wchar_t/12791.cc @@ -1,6 +1,6 @@ // 2003-12-03 Paolo Carlini -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/time_get/get_date/wchar_t/2.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_date/wchar_t/2.cc index 63d126c9f1bb..d3c18ccba791 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_date/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_date/wchar_t/2.cc @@ -3,7 +3,7 @@ // 2001-09-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_get/get_date/wchar_t/26701.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_date/wchar_t/26701.cc index 773f8093ce81..0fbbd6d00430 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_date/wchar_t/26701.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_date/wchar_t/26701.cc @@ -2,7 +2,7 @@ // 2010-01-06 Paolo Carlini -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/22_locale/time_get/get_date/wchar_t/3.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_date/wchar_t/3.cc index 3dc64bb6a5db..ceca85e14b67 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_date/wchar_t/3.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_date/wchar_t/3.cc @@ -1,6 +1,6 @@ // 2001-09-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_get/get_date/wchar_t/4.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_date/wchar_t/4.cc index a45e9750b39b..32cb11cbe3be 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_date/wchar_t/4.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_date/wchar_t/4.cc @@ -2,7 +2,7 @@ // 2003-12-17 Paolo Carlini -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/time_get/get_date/wchar_t/5.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_date/wchar_t/5.cc index 1d6078f90dac..65b62697f189 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_date/wchar_t/5.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_date/wchar_t/5.cc @@ -1,6 +1,6 @@ // 2006-06-16 Paolo Carlini -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/22_locale/time_get/get_date/wchar_t/wrapped_env.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_date/wchar_t/wrapped_env.cc index df94d428f1a0..8e3d30d29227 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_date/wchar_t/wrapped_env.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_date/wchar_t/wrapped_env.cc @@ -3,7 +3,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_get/get_date/wchar_t/wrapped_locale.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_date/wchar_t/wrapped_locale.cc index c3ee1b8b3f8d..fa496cb992d4 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_date/wchar_t/wrapped_locale.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_date/wchar_t/wrapped_locale.cc @@ -4,7 +4,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_get/get_monthname/char/1.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_monthname/char/1.cc index e1310cbede42..421075638528 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_monthname/char/1.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_monthname/char/1.cc @@ -1,6 +1,6 @@ // 2001-09-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_get/get_monthname/char/2.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_monthname/char/2.cc index 17de1997d22a..8c5a27c3455b 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_monthname/char/2.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_monthname/char/2.cc @@ -3,7 +3,7 @@ // 2001-09-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_get/get_monthname/char/3.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_monthname/char/3.cc index d93114e9e611..27a45a54e7ab 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_monthname/char/3.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_monthname/char/3.cc @@ -1,6 +1,6 @@ // 2001-09-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_get/get_monthname/char/4.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_monthname/char/4.cc index 4869313802ec..cc0b786eb0ba 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_monthname/char/4.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_monthname/char/4.cc @@ -1,6 +1,6 @@ // 2004-04-07 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/22_locale/time_get/get_monthname/char/5.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_monthname/char/5.cc index d40d225f7129..832bce8b0634 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_monthname/char/5.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_monthname/char/5.cc @@ -1,6 +1,6 @@ // 2006-06-16 Paolo Carlini -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/22_locale/time_get/get_monthname/char/6.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_monthname/char/6.cc index d6c342ed92e7..6f422d27b894 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_monthname/char/6.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_monthname/char/6.cc @@ -1,6 +1,6 @@ // 2010-01-05 Paolo Carlini -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/22_locale/time_get/get_monthname/char/wrapped_env.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_monthname/char/wrapped_env.cc index df94d428f1a0..8e3d30d29227 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_monthname/char/wrapped_env.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_monthname/char/wrapped_env.cc @@ -3,7 +3,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_get/get_monthname/char/wrapped_locale.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_monthname/char/wrapped_locale.cc index c3ee1b8b3f8d..fa496cb992d4 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_monthname/char/wrapped_locale.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_monthname/char/wrapped_locale.cc @@ -4,7 +4,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_get/get_monthname/wchar_t/1.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_monthname/wchar_t/1.cc index e61eac4822c3..b8fca07be6a5 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_monthname/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_monthname/wchar_t/1.cc @@ -1,6 +1,6 @@ // 2001-09-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_get/get_monthname/wchar_t/2.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_monthname/wchar_t/2.cc index 6e00cbc8be56..b6822393a698 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_monthname/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_monthname/wchar_t/2.cc @@ -3,7 +3,7 @@ // 2001-09-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_get/get_monthname/wchar_t/3.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_monthname/wchar_t/3.cc index d013ad319c8f..6217a0280d87 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_monthname/wchar_t/3.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_monthname/wchar_t/3.cc @@ -1,6 +1,6 @@ // 2001-09-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_get/get_monthname/wchar_t/4.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_monthname/wchar_t/4.cc index fc3b1d2386b3..58c7e98f0d5b 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_monthname/wchar_t/4.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_monthname/wchar_t/4.cc @@ -1,6 +1,6 @@ // 2004-04-07 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/22_locale/time_get/get_monthname/wchar_t/5.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_monthname/wchar_t/5.cc index 9f5692503abe..43e2fd70890e 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_monthname/wchar_t/5.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_monthname/wchar_t/5.cc @@ -1,6 +1,6 @@ // 2006-06-16 Paolo Carlini -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/22_locale/time_get/get_monthname/wchar_t/6.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_monthname/wchar_t/6.cc index 2476e5a9ba2f..e3e9df1cb4dd 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_monthname/wchar_t/6.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_monthname/wchar_t/6.cc @@ -1,6 +1,6 @@ // 2010-01-05 Paolo Carlini -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/22_locale/time_get/get_monthname/wchar_t/wrapped_env.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_monthname/wchar_t/wrapped_env.cc index df94d428f1a0..8e3d30d29227 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_monthname/wchar_t/wrapped_env.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_monthname/wchar_t/wrapped_env.cc @@ -3,7 +3,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_get/get_monthname/wchar_t/wrapped_locale.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_monthname/wchar_t/wrapped_locale.cc index c3ee1b8b3f8d..fa496cb992d4 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_monthname/wchar_t/wrapped_locale.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_monthname/wchar_t/wrapped_locale.cc @@ -4,7 +4,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_get/get_time/char/1.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_time/char/1.cc index 9516921da47f..94d0d22d2b8b 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_time/char/1.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_time/char/1.cc @@ -2,7 +2,7 @@ // 2001-09-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_get/get_time/char/2.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_time/char/2.cc index ba078d2d376d..f5a84ed2c4ab 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_time/char/2.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_time/char/2.cc @@ -2,7 +2,7 @@ // 2001-09-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_get/get_time/char/3.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_time/char/3.cc index 4d6d90d1f06b..9a763913b58e 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_time/char/3.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_time/char/3.cc @@ -1,6 +1,6 @@ // 2001-09-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_get/get_time/char/4.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_time/char/4.cc index 99a461e249e2..c69babf7ccfd 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_time/char/4.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_time/char/4.cc @@ -1,6 +1,6 @@ // 2004-08-29 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/22_locale/time_get/get_time/char/5.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_time/char/5.cc index 87e05ba8fd3a..32a88ace72a1 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_time/char/5.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_time/char/5.cc @@ -1,6 +1,6 @@ // 2006-06-16 Paolo Carlini -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/22_locale/time_get/get_time/char/6.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_time/char/6.cc index 427d181e6766..98dcbda61e80 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_time/char/6.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_time/char/6.cc @@ -1,6 +1,6 @@ // 2010-10-07 Paolo Carlini -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/22_locale/time_get/get_time/char/wrapped_env.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_time/char/wrapped_env.cc index df94d428f1a0..8e3d30d29227 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_time/char/wrapped_env.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_time/char/wrapped_env.cc @@ -3,7 +3,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_get/get_time/char/wrapped_locale.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_time/char/wrapped_locale.cc index c3ee1b8b3f8d..fa496cb992d4 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_time/char/wrapped_locale.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_time/char/wrapped_locale.cc @@ -4,7 +4,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_get/get_time/wchar_t/1.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_time/wchar_t/1.cc index 8a5b9d453693..40c38784d4ff 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_time/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_time/wchar_t/1.cc @@ -2,7 +2,7 @@ // 2001-09-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_get/get_time/wchar_t/2.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_time/wchar_t/2.cc index 0d76867ab7e0..1168074a9270 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_time/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_time/wchar_t/2.cc @@ -2,7 +2,7 @@ // 2001-09-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_get/get_time/wchar_t/3.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_time/wchar_t/3.cc index 041efe23e11a..ad32cab74d7a 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_time/wchar_t/3.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_time/wchar_t/3.cc @@ -1,6 +1,6 @@ // 2001-09-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_get/get_time/wchar_t/4.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_time/wchar_t/4.cc index ed19e3c3dd0f..704ef059c9c3 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_time/wchar_t/4.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_time/wchar_t/4.cc @@ -1,6 +1,6 @@ // 2004-08-29 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/22_locale/time_get/get_time/wchar_t/5.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_time/wchar_t/5.cc index aa788d8044e9..e5a5bd929d36 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_time/wchar_t/5.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_time/wchar_t/5.cc @@ -1,6 +1,6 @@ // 2006-06-16 Paolo Carlini -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/22_locale/time_get/get_time/wchar_t/6.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_time/wchar_t/6.cc index 13f52c7d064a..1f9211f9a05e 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_time/wchar_t/6.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_time/wchar_t/6.cc @@ -1,6 +1,6 @@ // 2010-10-07 Paolo Carlini -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/22_locale/time_get/get_time/wchar_t/wrapped_env.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_time/wchar_t/wrapped_env.cc index df94d428f1a0..8e3d30d29227 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_time/wchar_t/wrapped_env.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_time/wchar_t/wrapped_env.cc @@ -3,7 +3,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_get/get_time/wchar_t/wrapped_locale.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_time/wchar_t/wrapped_locale.cc index c3ee1b8b3f8d..fa496cb992d4 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_time/wchar_t/wrapped_locale.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_time/wchar_t/wrapped_locale.cc @@ -4,7 +4,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_get/get_weekday/char/1.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/char/1.cc index 5116f1f9dc93..444e54ce50f1 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/char/1.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/char/1.cc @@ -1,6 +1,6 @@ // 2001-09-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_get/get_weekday/char/2.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/char/2.cc index 50d956d8e9f3..4849a94373a6 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/char/2.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/char/2.cc @@ -3,7 +3,7 @@ // 2001-09-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_get/get_weekday/char/3.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/char/3.cc index 23e70172379b..095af6206df4 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/char/3.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/char/3.cc @@ -1,6 +1,6 @@ // 2001-09-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_get/get_weekday/char/38081-1.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/char/38081-1.cc index 6f993109ce02..e5df2e447e14 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/char/38081-1.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/char/38081-1.cc @@ -1,6 +1,6 @@ // { dg-require-namedlocale "ru_RU.ISO8859-5" } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/22_locale/time_get/get_weekday/char/38081-2.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/char/38081-2.cc index 2126780297f3..0b3f8bc05d53 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/char/38081-2.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/char/38081-2.cc @@ -2,7 +2,7 @@ // 2010-01-05 Paolo Carlini -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/22_locale/time_get/get_weekday/char/5.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/char/5.cc index 0af0f13e8c31..20788f12d2e1 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/char/5.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/char/5.cc @@ -1,6 +1,6 @@ // 2006-06-16 Paolo Carlini -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/22_locale/time_get/get_weekday/char/6.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/char/6.cc index 17c8fb043e9e..c829e489297c 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/char/6.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/char/6.cc @@ -1,6 +1,6 @@ // 2010-01-05 Paolo Carlini -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/22_locale/time_get/get_weekday/char/wrapped_env.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/char/wrapped_env.cc index df94d428f1a0..8e3d30d29227 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/char/wrapped_env.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/char/wrapped_env.cc @@ -3,7 +3,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_get/get_weekday/char/wrapped_locale.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/char/wrapped_locale.cc index c3ee1b8b3f8d..fa496cb992d4 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/char/wrapped_locale.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/char/wrapped_locale.cc @@ -4,7 +4,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_get/get_weekday/wchar_t/1.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/wchar_t/1.cc index 86cfd5f4ed87..f816eaedd193 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/wchar_t/1.cc @@ -1,6 +1,6 @@ // 2001-09-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_get/get_weekday/wchar_t/2.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/wchar_t/2.cc index 38af38cb5370..607b81bd9b90 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/wchar_t/2.cc @@ -3,7 +3,7 @@ // 2001-09-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_get/get_weekday/wchar_t/3.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/wchar_t/3.cc index dd645c0ab1bc..a78c1f629e6f 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/wchar_t/3.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/wchar_t/3.cc @@ -1,6 +1,6 @@ // 2001-09-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_get/get_weekday/wchar_t/5.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/wchar_t/5.cc index 52e8488fd0f8..207461002b7f 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/wchar_t/5.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/wchar_t/5.cc @@ -1,6 +1,6 @@ // 2006-06-16 Paolo Carlini -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/22_locale/time_get/get_weekday/wchar_t/6.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/wchar_t/6.cc index 132254f03a86..3a92cb913500 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/wchar_t/6.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/wchar_t/6.cc @@ -1,6 +1,6 @@ // 2010-01-05 Paolo Carlini -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/22_locale/time_get/get_weekday/wchar_t/wrapped_env.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/wchar_t/wrapped_env.cc index 59a42bcf252b..89cc3b211281 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/wchar_t/wrapped_env.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/wchar_t/wrapped_env.cc @@ -3,7 +3,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_get/get_weekday/wchar_t/wrapped_locale.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/wchar_t/wrapped_locale.cc index f39d08328521..37f107823249 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/wchar_t/wrapped_locale.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_weekday/wchar_t/wrapped_locale.cc @@ -4,7 +4,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_get/get_year/char/1.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_year/char/1.cc index 8adce7bacaab..073b120ebea0 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_year/char/1.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_year/char/1.cc @@ -1,6 +1,6 @@ // 2001-09-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_get/get_year/char/3.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_year/char/3.cc index 1dc0637e49ab..7eb64ed58c7f 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_year/char/3.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_year/char/3.cc @@ -1,6 +1,6 @@ // 2001-09-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_get/get_year/char/5.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_year/char/5.cc index 2841f4a1295a..d11036447216 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_year/char/5.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_year/char/5.cc @@ -1,6 +1,6 @@ // 2006-06-16 Paolo Carlini -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/22_locale/time_get/get_year/char/wrapped_env.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_year/char/wrapped_env.cc index 71594a39e849..d18d1cc22fc1 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_year/char/wrapped_env.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_year/char/wrapped_env.cc @@ -2,7 +2,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_get/get_year/char/wrapped_locale.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_year/char/wrapped_locale.cc index 2834f90f15af..2a7613029fd5 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_year/char/wrapped_locale.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_year/char/wrapped_locale.cc @@ -2,7 +2,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_get/get_year/wchar_t/1.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_year/wchar_t/1.cc index 406b5522fe8e..7a5b0dbfe3b9 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_year/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_year/wchar_t/1.cc @@ -1,6 +1,6 @@ // 2001-09-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_get/get_year/wchar_t/3.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_year/wchar_t/3.cc index 01237e8c4e81..f2fe0e57190c 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_year/wchar_t/3.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_year/wchar_t/3.cc @@ -1,6 +1,6 @@ // 2001-09-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_get/get_year/wchar_t/5.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_year/wchar_t/5.cc index 11943dae0d54..95627d4bb40c 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_year/wchar_t/5.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_year/wchar_t/5.cc @@ -1,6 +1,6 @@ // 2006-06-16 Paolo Carlini -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/22_locale/time_get/get_year/wchar_t/wrapped_env.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_year/wchar_t/wrapped_env.cc index 71594a39e849..d18d1cc22fc1 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_year/wchar_t/wrapped_env.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_year/wchar_t/wrapped_env.cc @@ -2,7 +2,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_get/get_year/wchar_t/wrapped_locale.cc b/libstdc++-v3/testsuite/22_locale/time_get/get_year/wchar_t/wrapped_locale.cc index 2834f90f15af..2a7613029fd5 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/get_year/wchar_t/wrapped_locale.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/get_year/wchar_t/wrapped_locale.cc @@ -2,7 +2,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_get/requirements/base_classes.cc b/libstdc++-v3/testsuite/22_locale/time_get/requirements/base_classes.cc index 5ecfb63ceef1..149908ef1b5f 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/requirements/base_classes.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/requirements/base_classes.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-09-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_get/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/22_locale/time_get/requirements/explicit_instantiation.cc index dca4167d2a6f..bfd663c1d91a 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-09-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_get/requirements/typedefs.cc b/libstdc++-v3/testsuite/22_locale/time_get/requirements/typedefs.cc index e40388720e32..18159a441de2 100644 --- a/libstdc++-v3/testsuite/22_locale/time_get/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/22_locale/time_get/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-09-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_put/put/char/1.cc b/libstdc++-v3/testsuite/22_locale/time_put/put/char/1.cc index bc085b3bb5f8..0848063bd3c0 100644 --- a/libstdc++-v3/testsuite/22_locale/time_put/put/char/1.cc +++ b/libstdc++-v3/testsuite/22_locale/time_put/put/char/1.cc @@ -1,6 +1,6 @@ // 2001-09-17 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_put/put/char/10.cc b/libstdc++-v3/testsuite/22_locale/time_put/put/char/10.cc index 78cb1193ece0..ffed8bb2ace8 100644 --- a/libstdc++-v3/testsuite/22_locale/time_put/put/char/10.cc +++ b/libstdc++-v3/testsuite/22_locale/time_put/put/char/10.cc @@ -1,6 +1,6 @@ // 2001-09-17 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_put/put/char/12439_1.cc b/libstdc++-v3/testsuite/22_locale/time_put/put/char/12439_1.cc index 20d1a4253752..8727eb2de222 100644 --- a/libstdc++-v3/testsuite/22_locale/time_put/put/char/12439_1.cc +++ b/libstdc++-v3/testsuite/22_locale/time_put/put/char/12439_1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/time_put/put/char/12439_3.cc b/libstdc++-v3/testsuite/22_locale/time_put/put/char/12439_3.cc index 17ac3792e185..bf788624d5bf 100644 --- a/libstdc++-v3/testsuite/22_locale/time_put/put/char/12439_3.cc +++ b/libstdc++-v3/testsuite/22_locale/time_put/put/char/12439_3.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/time_put/put/char/17038.cc b/libstdc++-v3/testsuite/22_locale/time_put/put/char/17038.cc index c48f8f690f58..b2c35b91628f 100644 --- a/libstdc++-v3/testsuite/22_locale/time_put/put/char/17038.cc +++ b/libstdc++-v3/testsuite/22_locale/time_put/put/char/17038.cc @@ -2,7 +2,7 @@ // 2004-08-25 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/22_locale/time_put/put/char/2.cc b/libstdc++-v3/testsuite/22_locale/time_put/put/char/2.cc index d0417b75f585..b2483e6d73dc 100644 --- a/libstdc++-v3/testsuite/22_locale/time_put/put/char/2.cc +++ b/libstdc++-v3/testsuite/22_locale/time_put/put/char/2.cc @@ -2,7 +2,7 @@ // 2001-09-17 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_put/put/char/3.cc b/libstdc++-v3/testsuite/22_locale/time_put/put/char/3.cc index e8d77c353c55..ab50ca086a8b 100644 --- a/libstdc++-v3/testsuite/22_locale/time_put/put/char/3.cc +++ b/libstdc++-v3/testsuite/22_locale/time_put/put/char/3.cc @@ -2,7 +2,7 @@ // 2001-09-17 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_put/put/char/4.cc b/libstdc++-v3/testsuite/22_locale/time_put/put/char/4.cc index 5872db45a568..4fde0f6a12f9 100644 --- a/libstdc++-v3/testsuite/22_locale/time_put/put/char/4.cc +++ b/libstdc++-v3/testsuite/22_locale/time_put/put/char/4.cc @@ -2,7 +2,7 @@ // 2001-09-17 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_put/put/char/5.cc b/libstdc++-v3/testsuite/22_locale/time_put/put/char/5.cc index c1bc6b202568..472cc4090cfa 100644 --- a/libstdc++-v3/testsuite/22_locale/time_put/put/char/5.cc +++ b/libstdc++-v3/testsuite/22_locale/time_put/put/char/5.cc @@ -1,6 +1,6 @@ // 2001-09-17 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_put/put/char/6.cc b/libstdc++-v3/testsuite/22_locale/time_put/put/char/6.cc index cd772f44d5b6..1ec96617595b 100644 --- a/libstdc++-v3/testsuite/22_locale/time_put/put/char/6.cc +++ b/libstdc++-v3/testsuite/22_locale/time_put/put/char/6.cc @@ -2,7 +2,7 @@ // 2001-09-17 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_put/put/char/7.cc b/libstdc++-v3/testsuite/22_locale/time_put/put/char/7.cc index 782ccf48d167..78a2bf8866b7 100644 --- a/libstdc++-v3/testsuite/22_locale/time_put/put/char/7.cc +++ b/libstdc++-v3/testsuite/22_locale/time_put/put/char/7.cc @@ -2,7 +2,7 @@ // 2001-09-17 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_put/put/char/8.cc b/libstdc++-v3/testsuite/22_locale/time_put/put/char/8.cc index 76c0776af2e2..dcc97105b98b 100644 --- a/libstdc++-v3/testsuite/22_locale/time_put/put/char/8.cc +++ b/libstdc++-v3/testsuite/22_locale/time_put/put/char/8.cc @@ -2,7 +2,7 @@ // 2001-09-17 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_put/put/char/9.cc b/libstdc++-v3/testsuite/22_locale/time_put/put/char/9.cc index b837ad6737c8..a017a36905a2 100644 --- a/libstdc++-v3/testsuite/22_locale/time_put/put/char/9.cc +++ b/libstdc++-v3/testsuite/22_locale/time_put/put/char/9.cc @@ -1,6 +1,6 @@ // 2001-09-17 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_put/put/char/9780-1.cc b/libstdc++-v3/testsuite/22_locale/time_put/put/char/9780-1.cc index 3c1f9ca81c74..bf7b958f5808 100644 --- a/libstdc++-v3/testsuite/22_locale/time_put/put/char/9780-1.cc +++ b/libstdc++-v3/testsuite/22_locale/time_put/put/char/9780-1.cc @@ -1,7 +1,7 @@ // { dg-require-namedlocale "de_DE.ISO8859-15" } // { dg-require-namedlocale "es_ES.ISO8859-15" } -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/22_locale/time_put/put/char/wrapped_env.cc b/libstdc++-v3/testsuite/22_locale/time_put/put/char/wrapped_env.cc index ae04f3742c9d..43b5bc3f5739 100644 --- a/libstdc++-v3/testsuite/22_locale/time_put/put/char/wrapped_env.cc +++ b/libstdc++-v3/testsuite/22_locale/time_put/put/char/wrapped_env.cc @@ -5,7 +5,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_put/put/char/wrapped_locale.cc b/libstdc++-v3/testsuite/22_locale/time_put/put/char/wrapped_locale.cc index bd8a4b133b34..b5880027facb 100644 --- a/libstdc++-v3/testsuite/22_locale/time_put/put/char/wrapped_locale.cc +++ b/libstdc++-v3/testsuite/22_locale/time_put/put/char/wrapped_locale.cc @@ -5,7 +5,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_put/put/wchar_t/1.cc b/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/1.cc index 22b42c423074..c54713b5bffe 100644 --- a/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/1.cc @@ -1,6 +1,6 @@ // 2001-09-17 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_put/put/wchar_t/10.cc b/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/10.cc index dd31b32555ad..c68f7095779d 100644 --- a/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/10.cc +++ b/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/10.cc @@ -1,6 +1,6 @@ // 2001-09-17 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_put/put/wchar_t/12439_1.cc b/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/12439_1.cc index 5627f45414ce..fbee2bc5d15e 100644 --- a/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/12439_1.cc +++ b/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/12439_1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/time_put/put/wchar_t/12439_2.cc b/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/12439_2.cc index 2e2afb9b1b01..2e56ec60e7a7 100644 --- a/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/12439_2.cc +++ b/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/12439_2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/time_put/put/wchar_t/12439_3.cc b/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/12439_3.cc index 83bccf92db23..7c20cd62de2e 100644 --- a/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/12439_3.cc +++ b/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/12439_3.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/22_locale/time_put/put/wchar_t/17038.cc b/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/17038.cc index 8343087f1a4a..8897dfb9cdcf 100644 --- a/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/17038.cc +++ b/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/17038.cc @@ -2,7 +2,7 @@ // 2004-08-25 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/22_locale/time_put/put/wchar_t/2.cc b/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/2.cc index b9f346e2c895..4abadb8a6633 100644 --- a/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/2.cc @@ -2,7 +2,7 @@ // 2001-09-17 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_put/put/wchar_t/3.cc b/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/3.cc index 29cdc5d746ae..ba5a159b71fc 100644 --- a/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/3.cc +++ b/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/3.cc @@ -2,7 +2,7 @@ // 2001-09-17 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_put/put/wchar_t/4.cc b/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/4.cc index 650c2df6033c..6077a4093c2f 100644 --- a/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/4.cc +++ b/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/4.cc @@ -2,7 +2,7 @@ // 2001-09-17 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_put/put/wchar_t/5.cc b/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/5.cc index 7c524aa2da90..e26f61f99a03 100644 --- a/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/5.cc +++ b/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/5.cc @@ -1,6 +1,6 @@ // 2001-09-17 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_put/put/wchar_t/6.cc b/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/6.cc index a7a476ad0b52..e49aea1fe8f6 100644 --- a/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/6.cc +++ b/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/6.cc @@ -2,7 +2,7 @@ // 2001-09-17 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_put/put/wchar_t/7.cc b/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/7.cc index 35d14297c666..78e82d2a3643 100644 --- a/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/7.cc +++ b/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/7.cc @@ -2,7 +2,7 @@ // 2001-09-17 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_put/put/wchar_t/8.cc b/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/8.cc index 89b2c00f0e59..a8054d8ef0e9 100644 --- a/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/8.cc +++ b/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/8.cc @@ -2,7 +2,7 @@ // 2001-09-17 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_put/put/wchar_t/9.cc b/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/9.cc index 47362e2fee1c..5cedc1ad5c37 100644 --- a/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/9.cc +++ b/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/9.cc @@ -1,6 +1,6 @@ // 2001-09-17 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_put/put/wchar_t/wrapped_env.cc b/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/wrapped_env.cc index ae04f3742c9d..43b5bc3f5739 100644 --- a/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/wrapped_env.cc +++ b/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/wrapped_env.cc @@ -5,7 +5,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_put/put/wchar_t/wrapped_locale.cc b/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/wrapped_locale.cc index 36f23e7f112c..8a1a2b91ae24 100644 --- a/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/wrapped_locale.cc +++ b/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/wrapped_locale.cc @@ -6,7 +6,7 @@ // 2001-08-15 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_put/requirements/base_classes.cc b/libstdc++-v3/testsuite/22_locale/time_put/requirements/base_classes.cc index 1efa141f4290..aa8939fa797f 100644 --- a/libstdc++-v3/testsuite/22_locale/time_put/requirements/base_classes.cc +++ b/libstdc++-v3/testsuite/22_locale/time_put/requirements/base_classes.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-09-17 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_put/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/22_locale/time_put/requirements/explicit_instantiation.cc index e99cafc40276..735e1926a433 100644 --- a/libstdc++-v3/testsuite/22_locale/time_put/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/22_locale/time_put/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-09-17 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/22_locale/time_put/requirements/typedefs.cc b/libstdc++-v3/testsuite/22_locale/time_put/requirements/typedefs.cc index a285907cd88c..0eaacb1bdae5 100644 --- a/libstdc++-v3/testsuite/22_locale/time_put/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/22_locale/time_put/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-09-17 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/23_containers/array/capacity/constexpr_functions.cc b/libstdc++-v3/testsuite/23_containers/array/capacity/constexpr_functions.cc index e80a1f548611..eccdc1d96764 100644 --- a/libstdc++-v3/testsuite/23_containers/array/capacity/constexpr_functions.cc +++ b/libstdc++-v3/testsuite/23_containers/array/capacity/constexpr_functions.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/array/capacity/empty.cc b/libstdc++-v3/testsuite/23_containers/array/capacity/empty.cc index 5e2238f2d704..cb5cefd546af 100644 --- a/libstdc++-v3/testsuite/23_containers/array/capacity/empty.cc +++ b/libstdc++-v3/testsuite/23_containers/array/capacity/empty.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/array/capacity/max_size.cc b/libstdc++-v3/testsuite/23_containers/array/capacity/max_size.cc index 76f4fb99e3b3..a27f05e77432 100644 --- a/libstdc++-v3/testsuite/23_containers/array/capacity/max_size.cc +++ b/libstdc++-v3/testsuite/23_containers/array/capacity/max_size.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/array/capacity/size.cc b/libstdc++-v3/testsuite/23_containers/array/capacity/size.cc index c53e1207ee8e..37679077267d 100644 --- a/libstdc++-v3/testsuite/23_containers/array/capacity/size.cc +++ b/libstdc++-v3/testsuite/23_containers/array/capacity/size.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/array/comparison_operators/equal.cc b/libstdc++-v3/testsuite/23_containers/array/comparison_operators/equal.cc index 2337410fe052..2288236cc8c4 100644 --- a/libstdc++-v3/testsuite/23_containers/array/comparison_operators/equal.cc +++ b/libstdc++-v3/testsuite/23_containers/array/comparison_operators/equal.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/array/comparison_operators/greater.cc b/libstdc++-v3/testsuite/23_containers/array/comparison_operators/greater.cc index aec584273f47..ae8a35323aa7 100644 --- a/libstdc++-v3/testsuite/23_containers/array/comparison_operators/greater.cc +++ b/libstdc++-v3/testsuite/23_containers/array/comparison_operators/greater.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/array/comparison_operators/greater_or_equal.cc b/libstdc++-v3/testsuite/23_containers/array/comparison_operators/greater_or_equal.cc index d76fab6288a6..9fe44a7c767c 100644 --- a/libstdc++-v3/testsuite/23_containers/array/comparison_operators/greater_or_equal.cc +++ b/libstdc++-v3/testsuite/23_containers/array/comparison_operators/greater_or_equal.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/array/comparison_operators/less.cc b/libstdc++-v3/testsuite/23_containers/array/comparison_operators/less.cc index 06b973bfaf3b..8d83bb9896df 100644 --- a/libstdc++-v3/testsuite/23_containers/array/comparison_operators/less.cc +++ b/libstdc++-v3/testsuite/23_containers/array/comparison_operators/less.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/23_containers/array/comparison_operators/less_or_equal.cc b/libstdc++-v3/testsuite/23_containers/array/comparison_operators/less_or_equal.cc index 7285358f0f48..d4b2f7988c97 100644 --- a/libstdc++-v3/testsuite/23_containers/array/comparison_operators/less_or_equal.cc +++ b/libstdc++-v3/testsuite/23_containers/array/comparison_operators/less_or_equal.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/array/comparison_operators/not_equal.cc b/libstdc++-v3/testsuite/23_containers/array/comparison_operators/not_equal.cc index b186acc371aa..f00e9704f845 100644 --- a/libstdc++-v3/testsuite/23_containers/array/comparison_operators/not_equal.cc +++ b/libstdc++-v3/testsuite/23_containers/array/comparison_operators/not_equal.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/array/cons/53361.cc b/libstdc++-v3/testsuite/23_containers/array/cons/53361.cc index 0447669b844f..95129f9daba2 100644 --- a/libstdc++-v3/testsuite/23_containers/array/cons/53361.cc +++ b/libstdc++-v3/testsuite/23_containers/array/cons/53361.cc @@ -1,7 +1,7 @@ // { dg-options "-Wno-missing-braces" } // { dg-do compile { target c++11 } } // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/array/cons/aggregate_initialization.cc b/libstdc++-v3/testsuite/23_containers/array/cons/aggregate_initialization.cc index e0f5981b57ef..759b90762fbc 100644 --- a/libstdc++-v3/testsuite/23_containers/array/cons/aggregate_initialization.cc +++ b/libstdc++-v3/testsuite/23_containers/array/cons/aggregate_initialization.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/array/debug/back1_neg.cc b/libstdc++-v3/testsuite/23_containers/array/debug/back1_neg.cc index a2cdb8aab6ec..ce04e8d2f190 100644 --- a/libstdc++-v3/testsuite/23_containers/array/debug/back1_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/array/debug/back1_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/array/debug/back2_neg.cc b/libstdc++-v3/testsuite/23_containers/array/debug/back2_neg.cc index 153a50d6cbd5..32043428dc7f 100644 --- a/libstdc++-v3/testsuite/23_containers/array/debug/back2_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/array/debug/back2_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/array/debug/front1_neg.cc b/libstdc++-v3/testsuite/23_containers/array/debug/front1_neg.cc index 72e371f9e396..64388f48049b 100644 --- a/libstdc++-v3/testsuite/23_containers/array/debug/front1_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/array/debug/front1_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/array/debug/front2_neg.cc b/libstdc++-v3/testsuite/23_containers/array/debug/front2_neg.cc index 690c64263668..035f1ee3bf26 100644 --- a/libstdc++-v3/testsuite/23_containers/array/debug/front2_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/array/debug/front2_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/array/debug/square_brackets_operator1_neg.cc b/libstdc++-v3/testsuite/23_containers/array/debug/square_brackets_operator1_neg.cc index 1ea562e7b90a..d8b3f64ac44a 100644 --- a/libstdc++-v3/testsuite/23_containers/array/debug/square_brackets_operator1_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/array/debug/square_brackets_operator1_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/array/debug/square_brackets_operator2_neg.cc b/libstdc++-v3/testsuite/23_containers/array/debug/square_brackets_operator2_neg.cc index 31649e8e17ae..5d4238aae51c 100644 --- a/libstdc++-v3/testsuite/23_containers/array/debug/square_brackets_operator2_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/array/debug/square_brackets_operator2_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/array/element_access/54388.cc b/libstdc++-v3/testsuite/23_containers/array/element_access/54388.cc index 77c46fedb0e8..d038aa8953a8 100644 --- a/libstdc++-v3/testsuite/23_containers/array/element_access/54388.cc +++ b/libstdc++-v3/testsuite/23_containers/array/element_access/54388.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/array/element_access/60497.cc b/libstdc++-v3/testsuite/23_containers/array/element_access/60497.cc index 431205adedb3..790de5d4498c 100644 --- a/libstdc++-v3/testsuite/23_containers/array/element_access/60497.cc +++ b/libstdc++-v3/testsuite/23_containers/array/element_access/60497.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } // -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/array/element_access/at_neg.cc b/libstdc++-v3/testsuite/23_containers/array/element_access/at_neg.cc index 7f86b6e2c963..598c8271d0aa 100644 --- a/libstdc++-v3/testsuite/23_containers/array/element_access/at_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/array/element_access/at_neg.cc @@ -1,6 +1,6 @@ // { dg-do run {target c++11 xfail *-*-* } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/array/element_access/at_out_of_range.cc b/libstdc++-v3/testsuite/23_containers/array/element_access/at_out_of_range.cc index c2dac6fe28fa..3d2f7e2b4ca5 100644 --- a/libstdc++-v3/testsuite/23_containers/array/element_access/at_out_of_range.cc +++ b/libstdc++-v3/testsuite/23_containers/array/element_access/at_out_of_range.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/array/element_access/back.cc b/libstdc++-v3/testsuite/23_containers/array/element_access/back.cc index d82fd8eb8e33..e3478a0a39d7 100644 --- a/libstdc++-v3/testsuite/23_containers/array/element_access/back.cc +++ b/libstdc++-v3/testsuite/23_containers/array/element_access/back.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/array/element_access/constexpr_element_access.cc b/libstdc++-v3/testsuite/23_containers/array/element_access/constexpr_element_access.cc index 65278f997fda..05089637e58b 100644 --- a/libstdc++-v3/testsuite/23_containers/array/element_access/constexpr_element_access.cc +++ b/libstdc++-v3/testsuite/23_containers/array/element_access/constexpr_element_access.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/array/element_access/data.cc b/libstdc++-v3/testsuite/23_containers/array/element_access/data.cc index 59ec682d5a4f..565a4f64f97f 100644 --- a/libstdc++-v3/testsuite/23_containers/array/element_access/data.cc +++ b/libstdc++-v3/testsuite/23_containers/array/element_access/data.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/array/element_access/front.cc b/libstdc++-v3/testsuite/23_containers/array/element_access/front.cc index d00d01699672..9e17588aadc3 100644 --- a/libstdc++-v3/testsuite/23_containers/array/element_access/front.cc +++ b/libstdc++-v3/testsuite/23_containers/array/element_access/front.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/array/iterators/end_is_one_past.cc b/libstdc++-v3/testsuite/23_containers/array/iterators/end_is_one_past.cc index d3eb094fadcf..d9b02fa30e7b 100644 --- a/libstdc++-v3/testsuite/23_containers/array/iterators/end_is_one_past.cc +++ b/libstdc++-v3/testsuite/23_containers/array/iterators/end_is_one_past.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/array/range_access.cc b/libstdc++-v3/testsuite/23_containers/array/range_access.cc index b64613ed12ee..cd1df1cdb25b 100644 --- a/libstdc++-v3/testsuite/23_containers/array/range_access.cc +++ b/libstdc++-v3/testsuite/23_containers/array/range_access.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/array/requirements/citerators.cc b/libstdc++-v3/testsuite/23_containers/array/requirements/citerators.cc index afb7d15ddd88..07dddb233a95 100644 --- a/libstdc++-v3/testsuite/23_containers/array/requirements/citerators.cc +++ b/libstdc++-v3/testsuite/23_containers/array/requirements/citerators.cc @@ -2,7 +2,7 @@ // 2007-10-15 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/array/requirements/contiguous.cc b/libstdc++-v3/testsuite/23_containers/array/requirements/contiguous.cc index 55e875372b10..8887980644b8 100644 --- a/libstdc++-v3/testsuite/23_containers/array/requirements/contiguous.cc +++ b/libstdc++-v3/testsuite/23_containers/array/requirements/contiguous.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/array/requirements/explicit_instantiation/1.cc b/libstdc++-v3/testsuite/23_containers/array/requirements/explicit_instantiation/1.cc index f6f1b15cbaf4..ad986a45569b 100644 --- a/libstdc++-v3/testsuite/23_containers/array/requirements/explicit_instantiation/1.cc +++ b/libstdc++-v3/testsuite/23_containers/array/requirements/explicit_instantiation/1.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/array/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/23_containers/array/requirements/explicit_instantiation/2.cc index 5b16d4372eb8..2e8643d0ca3c 100644 --- a/libstdc++-v3/testsuite/23_containers/array/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/23_containers/array/requirements/explicit_instantiation/2.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/array/requirements/explicit_instantiation/3.cc b/libstdc++-v3/testsuite/23_containers/array/requirements/explicit_instantiation/3.cc index 3ea9ef0678ee..a5ff31fb9938 100644 --- a/libstdc++-v3/testsuite/23_containers/array/requirements/explicit_instantiation/3.cc +++ b/libstdc++-v3/testsuite/23_containers/array/requirements/explicit_instantiation/3.cc @@ -2,7 +2,7 @@ // 2010-05-20 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/array/requirements/fill.cc b/libstdc++-v3/testsuite/23_containers/array/requirements/fill.cc index ca0c1c784f7f..b4131b01f016 100644 --- a/libstdc++-v3/testsuite/23_containers/array/requirements/fill.cc +++ b/libstdc++-v3/testsuite/23_containers/array/requirements/fill.cc @@ -2,7 +2,7 @@ // 2008-06-13 Paolo Carlini // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/23_containers/array/requirements/member_swap.cc b/libstdc++-v3/testsuite/23_containers/array/requirements/member_swap.cc index fd269807e654..b5da4fce78a4 100644 --- a/libstdc++-v3/testsuite/23_containers/array/requirements/member_swap.cc +++ b/libstdc++-v3/testsuite/23_containers/array/requirements/member_swap.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/array/requirements/non_default_constructible.cc b/libstdc++-v3/testsuite/23_containers/array/requirements/non_default_constructible.cc index bdb3dceb418a..31cc0507b571 100644 --- a/libstdc++-v3/testsuite/23_containers/array/requirements/non_default_constructible.cc +++ b/libstdc++-v3/testsuite/23_containers/array/requirements/non_default_constructible.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/array/requirements/typedefs.cc b/libstdc++-v3/testsuite/23_containers/array/requirements/typedefs.cc index 0f75091ce2fd..3d14c21747ec 100644 --- a/libstdc++-v3/testsuite/23_containers/array/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/23_containers/array/requirements/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/array/requirements/zero_sized_arrays.cc b/libstdc++-v3/testsuite/23_containers/array/requirements/zero_sized_arrays.cc index 5cf3ac43ecac..f5efdc52ec8b 100644 --- a/libstdc++-v3/testsuite/23_containers/array/requirements/zero_sized_arrays.cc +++ b/libstdc++-v3/testsuite/23_containers/array/requirements/zero_sized_arrays.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/array/specialized_algorithms/swap.cc b/libstdc++-v3/testsuite/23_containers/array/specialized_algorithms/swap.cc index cc17239fc7f7..4866ef4a1691 100644 --- a/libstdc++-v3/testsuite/23_containers/array/specialized_algorithms/swap.cc +++ b/libstdc++-v3/testsuite/23_containers/array/specialized_algorithms/swap.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/array/specialized_algorithms/swap_cxx17.cc b/libstdc++-v3/testsuite/23_containers/array/specialized_algorithms/swap_cxx17.cc index 2e93c4d9bd93..746e69f6d642 100644 --- a/libstdc++-v3/testsuite/23_containers/array/specialized_algorithms/swap_cxx17.cc +++ b/libstdc++-v3/testsuite/23_containers/array/specialized_algorithms/swap_cxx17.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/23_containers/array/tuple_interface/constexpr_get.cc b/libstdc++-v3/testsuite/23_containers/array/tuple_interface/constexpr_get.cc index d1f3f5b1e8c3..87cdf45dbe80 100644 --- a/libstdc++-v3/testsuite/23_containers/array/tuple_interface/constexpr_get.cc +++ b/libstdc++-v3/testsuite/23_containers/array/tuple_interface/constexpr_get.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/array/tuple_interface/get.cc b/libstdc++-v3/testsuite/23_containers/array/tuple_interface/get.cc index d017e10f17c7..a8c403c6cc79 100644 --- a/libstdc++-v3/testsuite/23_containers/array/tuple_interface/get.cc +++ b/libstdc++-v3/testsuite/23_containers/array/tuple_interface/get.cc @@ -2,7 +2,7 @@ // 2011-05-16 Paolo Carlini // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/array/tuple_interface/get_debug_neg.cc b/libstdc++-v3/testsuite/23_containers/array/tuple_interface/get_debug_neg.cc index 16761d31aa88..03d284b0a4ea 100644 --- a/libstdc++-v3/testsuite/23_containers/array/tuple_interface/get_debug_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/array/tuple_interface/get_debug_neg.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-debug-mode "" } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/array/tuple_interface/get_neg.cc b/libstdc++-v3/testsuite/23_containers/array/tuple_interface/get_neg.cc index 69d638b7c5ef..0b9ca95f57a1 100644 --- a/libstdc++-v3/testsuite/23_containers/array/tuple_interface/get_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/array/tuple_interface/get_neg.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-normal-mode "" } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/array/tuple_interface/tuple_element.cc b/libstdc++-v3/testsuite/23_containers/array/tuple_interface/tuple_element.cc index 0bc339119d58..f98dab426060 100644 --- a/libstdc++-v3/testsuite/23_containers/array/tuple_interface/tuple_element.cc +++ b/libstdc++-v3/testsuite/23_containers/array/tuple_interface/tuple_element.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/array/tuple_interface/tuple_element_cpp14.cc b/libstdc++-v3/testsuite/23_containers/array/tuple_interface/tuple_element_cpp14.cc index 861c41085c5d..969eb3e125e0 100644 --- a/libstdc++-v3/testsuite/23_containers/array/tuple_interface/tuple_element_cpp14.cc +++ b/libstdc++-v3/testsuite/23_containers/array/tuple_interface/tuple_element_cpp14.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } // -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/23_containers/array/tuple_interface/tuple_element_debug_neg.cc b/libstdc++-v3/testsuite/23_containers/array/tuple_interface/tuple_element_debug_neg.cc index 1f3a5edc07e3..894acefa3177 100644 --- a/libstdc++-v3/testsuite/23_containers/array/tuple_interface/tuple_element_debug_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/array/tuple_interface/tuple_element_debug_neg.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-debug-mode "" } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/array/tuple_interface/tuple_element_neg.cc b/libstdc++-v3/testsuite/23_containers/array/tuple_interface/tuple_element_neg.cc index 016c7478f211..c6a8d00218f9 100644 --- a/libstdc++-v3/testsuite/23_containers/array/tuple_interface/tuple_element_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/array/tuple_interface/tuple_element_neg.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-normal-mode "" } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/array/tuple_interface/tuple_size.cc b/libstdc++-v3/testsuite/23_containers/array/tuple_interface/tuple_size.cc index f79febce09d0..66b05e9b63fa 100644 --- a/libstdc++-v3/testsuite/23_containers/array/tuple_interface/tuple_size.cc +++ b/libstdc++-v3/testsuite/23_containers/array/tuple_interface/tuple_size.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/bitset/18604.cc b/libstdc++-v3/testsuite/23_containers/bitset/18604.cc index 9fa104e07207..135d4f387429 100644 --- a/libstdc++-v3/testsuite/23_containers/bitset/18604.cc +++ b/libstdc++-v3/testsuite/23_containers/bitset/18604.cc @@ -1,6 +1,6 @@ // 2005-05-09 Paolo Carlini -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/23_containers/bitset/45713.cc b/libstdc++-v3/testsuite/23_containers/bitset/45713.cc index 90ccaad95c0e..8f12ae00e783 100644 --- a/libstdc++-v3/testsuite/23_containers/bitset/45713.cc +++ b/libstdc++-v3/testsuite/23_containers/bitset/45713.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/bitset/all/1.cc b/libstdc++-v3/testsuite/23_containers/bitset/all/1.cc index b98732020709..6c4071a9f9c6 100644 --- a/libstdc++-v3/testsuite/23_containers/bitset/all/1.cc +++ b/libstdc++-v3/testsuite/23_containers/bitset/all/1.cc @@ -1,6 +1,6 @@ // 2007-11-23 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/bitset/cons/1.cc b/libstdc++-v3/testsuite/23_containers/bitset/cons/1.cc index 2217152994d1..e7a3dc446962 100644 --- a/libstdc++-v3/testsuite/23_containers/bitset/cons/1.cc +++ b/libstdc++-v3/testsuite/23_containers/bitset/cons/1.cc @@ -1,6 +1,6 @@ // 1999-06-08 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/23_containers/bitset/cons/16020.cc b/libstdc++-v3/testsuite/23_containers/bitset/cons/16020.cc index 470c139ded81..88db80490054 100644 --- a/libstdc++-v3/testsuite/23_containers/bitset/cons/16020.cc +++ b/libstdc++-v3/testsuite/23_containers/bitset/cons/16020.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/23_containers/bitset/cons/2.cc b/libstdc++-v3/testsuite/23_containers/bitset/cons/2.cc index 5985053044d2..21e11f18236b 100644 --- a/libstdc++-v3/testsuite/23_containers/bitset/cons/2.cc +++ b/libstdc++-v3/testsuite/23_containers/bitset/cons/2.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/bitset/cons/3.cc b/libstdc++-v3/testsuite/23_containers/bitset/cons/3.cc index c60763eac813..38e16d40413e 100644 --- a/libstdc++-v3/testsuite/23_containers/bitset/cons/3.cc +++ b/libstdc++-v3/testsuite/23_containers/bitset/cons/3.cc @@ -2,7 +2,7 @@ // 2009-12-31 Paolo Carlini -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/bitset/cons/38244.cc b/libstdc++-v3/testsuite/23_containers/bitset/cons/38244.cc index e851108b7e43..1ad82918e273 100644 --- a/libstdc++-v3/testsuite/23_containers/bitset/cons/38244.cc +++ b/libstdc++-v3/testsuite/23_containers/bitset/cons/38244.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/23_containers/bitset/cons/50268.cc b/libstdc++-v3/testsuite/23_containers/bitset/cons/50268.cc index ee9118da1125..74253173115b 100644 --- a/libstdc++-v3/testsuite/23_containers/bitset/cons/50268.cc +++ b/libstdc++-v3/testsuite/23_containers/bitset/cons/50268.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/bitset/cons/6282.cc b/libstdc++-v3/testsuite/23_containers/bitset/cons/6282.cc index 15cdd8483eff..280a6a6df32a 100644 --- a/libstdc++-v3/testsuite/23_containers/bitset/cons/6282.cc +++ b/libstdc++-v3/testsuite/23_containers/bitset/cons/6282.cc @@ -1,6 +1,6 @@ // 1999-06-08 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/23_containers/bitset/cons/constexpr.cc b/libstdc++-v3/testsuite/23_containers/bitset/cons/constexpr.cc index 37b5405e2b67..dda8ad28264d 100644 --- a/libstdc++-v3/testsuite/23_containers/bitset/cons/constexpr.cc +++ b/libstdc++-v3/testsuite/23_containers/bitset/cons/constexpr.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/bitset/cons/dr1325-1.cc b/libstdc++-v3/testsuite/23_containers/bitset/cons/dr1325-1.cc index c8c23e7d055d..af9a24dbc9ff 100644 --- a/libstdc++-v3/testsuite/23_containers/bitset/cons/dr1325-1.cc +++ b/libstdc++-v3/testsuite/23_containers/bitset/cons/dr1325-1.cc @@ -2,7 +2,7 @@ // 2010-10-11 Paolo Carlini -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/bitset/cons/dr1325-2.cc b/libstdc++-v3/testsuite/23_containers/bitset/cons/dr1325-2.cc index 3b80d212377b..b43d081b3d91 100644 --- a/libstdc++-v3/testsuite/23_containers/bitset/cons/dr1325-2.cc +++ b/libstdc++-v3/testsuite/23_containers/bitset/cons/dr1325-2.cc @@ -2,7 +2,7 @@ // 2010-10-11 Paolo Carlini -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/bitset/cons/dr396.cc b/libstdc++-v3/testsuite/23_containers/bitset/cons/dr396.cc index 7d4403951bbc..75971874ec07 100644 --- a/libstdc++-v3/testsuite/23_containers/bitset/cons/dr396.cc +++ b/libstdc++-v3/testsuite/23_containers/bitset/cons/dr396.cc @@ -1,6 +1,6 @@ // 2009-09-23 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/23_containers/bitset/count/6124.cc b/libstdc++-v3/testsuite/23_containers/bitset/count/6124.cc index 9983cfd538df..488586a4916f 100644 --- a/libstdc++-v3/testsuite/23_containers/bitset/count/6124.cc +++ b/libstdc++-v3/testsuite/23_containers/bitset/count/6124.cc @@ -1,6 +1,6 @@ // 2001-06-03 pme -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/23_containers/bitset/debug/invalidation/1.cc b/libstdc++-v3/testsuite/23_containers/bitset/debug/invalidation/1.cc index d75620038c23..4f43e21499ed 100644 --- a/libstdc++-v3/testsuite/23_containers/bitset/debug/invalidation/1.cc +++ b/libstdc++-v3/testsuite/23_containers/bitset/debug/invalidation/1.cc @@ -1,6 +1,6 @@ // Bitset reference invalidation tests -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/23_containers/bitset/ext/15361.cc b/libstdc++-v3/testsuite/23_containers/bitset/ext/15361.cc index 700e339390ad..0bc65154ae03 100644 --- a/libstdc++-v3/testsuite/23_containers/bitset/ext/15361.cc +++ b/libstdc++-v3/testsuite/23_containers/bitset/ext/15361.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/23_containers/bitset/hash/1.cc b/libstdc++-v3/testsuite/23_containers/bitset/hash/1.cc index c3c1320204b2..9c50c4c968bf 100644 --- a/libstdc++-v3/testsuite/23_containers/bitset/hash/1.cc +++ b/libstdc++-v3/testsuite/23_containers/bitset/hash/1.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/bitset/input/1.cc b/libstdc++-v3/testsuite/23_containers/bitset/input/1.cc index 28d1a2714538..9496752fedb7 100644 --- a/libstdc++-v3/testsuite/23_containers/bitset/input/1.cc +++ b/libstdc++-v3/testsuite/23_containers/bitset/input/1.cc @@ -1,6 +1,6 @@ // 2003-12-03 Paolo Carlini -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/23_containers/bitset/operations/1.cc b/libstdc++-v3/testsuite/23_containers/bitset/operations/1.cc index 160ce1675714..24657978524c 100644 --- a/libstdc++-v3/testsuite/23_containers/bitset/operations/1.cc +++ b/libstdc++-v3/testsuite/23_containers/bitset/operations/1.cc @@ -1,6 +1,6 @@ // 2000-01-15 Anders Widell -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/23_containers/bitset/operations/13838.cc b/libstdc++-v3/testsuite/23_containers/bitset/operations/13838.cc index b87297cb4b05..6edb438522d3 100644 --- a/libstdc++-v3/testsuite/23_containers/bitset/operations/13838.cc +++ b/libstdc++-v3/testsuite/23_containers/bitset/operations/13838.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/23_containers/bitset/operations/2.cc b/libstdc++-v3/testsuite/23_containers/bitset/operations/2.cc index 19978fd90738..ca9407cdbd8a 100644 --- a/libstdc++-v3/testsuite/23_containers/bitset/operations/2.cc +++ b/libstdc++-v3/testsuite/23_containers/bitset/operations/2.cc @@ -1,6 +1,6 @@ // 2000-01-15 Anders Widell -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/23_containers/bitset/operations/constexpr-2.cc b/libstdc++-v3/testsuite/23_containers/bitset/operations/constexpr-2.cc index 135a3a071633..f60a8fc6089f 100644 --- a/libstdc++-v3/testsuite/23_containers/bitset/operations/constexpr-2.cc +++ b/libstdc++-v3/testsuite/23_containers/bitset/operations/constexpr-2.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-normal-mode "" } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/bitset/operations/constexpr.cc b/libstdc++-v3/testsuite/23_containers/bitset/operations/constexpr.cc index 5ac5e5042016..2290429070f9 100644 --- a/libstdc++-v3/testsuite/23_containers/bitset/operations/constexpr.cc +++ b/libstdc++-v3/testsuite/23_containers/bitset/operations/constexpr.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/bitset/requirements/constexpr_functions.cc b/libstdc++-v3/testsuite/23_containers/bitset/requirements/constexpr_functions.cc index f1cd2253d9f3..70ef4862fe3c 100644 --- a/libstdc++-v3/testsuite/23_containers/bitset/requirements/constexpr_functions.cc +++ b/libstdc++-v3/testsuite/23_containers/bitset/requirements/constexpr_functions.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/bitset/requirements/explicit_instantiation/1.cc b/libstdc++-v3/testsuite/23_containers/bitset/requirements/explicit_instantiation/1.cc index a699fa8830c7..a72266289bb6 100644 --- a/libstdc++-v3/testsuite/23_containers/bitset/requirements/explicit_instantiation/1.cc +++ b/libstdc++-v3/testsuite/23_containers/bitset/requirements/explicit_instantiation/1.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/bitset/requirements/explicit_instantiation/1_c++0x.cc b/libstdc++-v3/testsuite/23_containers/bitset/requirements/explicit_instantiation/1_c++0x.cc index ad210cfdb827..f3b324c13c3f 100644 --- a/libstdc++-v3/testsuite/23_containers/bitset/requirements/explicit_instantiation/1_c++0x.cc +++ b/libstdc++-v3/testsuite/23_containers/bitset/requirements/explicit_instantiation/1_c++0x.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/bitset/test/1.cc b/libstdc++-v3/testsuite/23_containers/bitset/test/1.cc index 0637f39ac42c..f3d2866ca053 100644 --- a/libstdc++-v3/testsuite/23_containers/bitset/test/1.cc +++ b/libstdc++-v3/testsuite/23_containers/bitset/test/1.cc @@ -1,6 +1,6 @@ // 2001-06-03 pme -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/23_containers/bitset/to_string/1.cc b/libstdc++-v3/testsuite/23_containers/bitset/to_string/1.cc index f2bdbe651175..eaff22875bca 100644 --- a/libstdc++-v3/testsuite/23_containers/bitset/to_string/1.cc +++ b/libstdc++-v3/testsuite/23_containers/bitset/to_string/1.cc @@ -1,6 +1,6 @@ // 2004-11-17 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/23_containers/bitset/to_string/dr396.cc b/libstdc++-v3/testsuite/23_containers/bitset/to_string/dr396.cc index fed5564d9126..47d5c735165a 100644 --- a/libstdc++-v3/testsuite/23_containers/bitset/to_string/dr396.cc +++ b/libstdc++-v3/testsuite/23_containers/bitset/to_string/dr396.cc @@ -1,6 +1,6 @@ // 2008-09-23 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/23_containers/bitset/to_ullong/1.cc b/libstdc++-v3/testsuite/23_containers/bitset/to_ullong/1.cc index 51b22cf24f83..7539efc2a411 100644 --- a/libstdc++-v3/testsuite/23_containers/bitset/to_ullong/1.cc +++ b/libstdc++-v3/testsuite/23_containers/bitset/to_ullong/1.cc @@ -2,7 +2,7 @@ // 2009-12-29 Paolo Carlini -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/bitset/to_ulong/1.cc b/libstdc++-v3/testsuite/23_containers/bitset/to_ulong/1.cc index 7f81299e259a..f4e414cf2b76 100644 --- a/libstdc++-v3/testsuite/23_containers/bitset/to_ulong/1.cc +++ b/libstdc++-v3/testsuite/23_containers/bitset/to_ulong/1.cc @@ -1,6 +1,6 @@ // 2001-06-03 pme -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/23_containers/deque/14340.cc b/libstdc++-v3/testsuite/23_containers/deque/14340.cc index 82fff000d958..fa11d3a61c3d 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/14340.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/14340.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/23_containers/deque/18604.cc b/libstdc++-v3/testsuite/23_containers/deque/18604.cc index bb50241f99b8..cf8b8829d30b 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/18604.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/18604.cc @@ -1,6 +1,6 @@ // 2005-05-09 Paolo Carlini -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/23_containers/deque/58764.cc b/libstdc++-v3/testsuite/23_containers/deque/58764.cc index 6323b6ceb487..81329d958b69 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/58764.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/58764.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/deque/allocator/copy.cc b/libstdc++-v3/testsuite/23_containers/deque/allocator/copy.cc index 69a1edac6111..96ee0ee13f9a 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/allocator/copy.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/allocator/copy.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/deque/allocator/copy_assign.cc b/libstdc++-v3/testsuite/23_containers/deque/allocator/copy_assign.cc index 09387b19e675..06849bfe0a6b 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/allocator/copy_assign.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/allocator/copy_assign.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/deque/allocator/ext_ptr.cc b/libstdc++-v3/testsuite/23_containers/deque/allocator/ext_ptr.cc index e1d13fa239d9..5d558df705d0 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/allocator/ext_ptr.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/allocator/ext_ptr.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/deque/allocator/minimal.cc b/libstdc++-v3/testsuite/23_containers/deque/allocator/minimal.cc index 9f0ccf4c577a..e5b49e407ac8 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/allocator/minimal.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/allocator/minimal.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/deque/allocator/move-2.cc b/libstdc++-v3/testsuite/23_containers/deque/allocator/move-2.cc index c2b341f2910c..f176590a4e8b 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/allocator/move-2.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/allocator/move-2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/deque/allocator/move.cc b/libstdc++-v3/testsuite/23_containers/deque/allocator/move.cc index d525d68f3672..041cca3674a5 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/allocator/move.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/allocator/move.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/deque/allocator/move_assign-2.cc b/libstdc++-v3/testsuite/23_containers/deque/allocator/move_assign-2.cc index e5ecfe3cdc28..c86c2c9975a3 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/allocator/move_assign-2.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/allocator/move_assign-2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/deque/allocator/move_assign.cc b/libstdc++-v3/testsuite/23_containers/deque/allocator/move_assign.cc index e667b0df69d6..2d1399fbf5f4 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/allocator/move_assign.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/allocator/move_assign.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/deque/allocator/noexcept.cc b/libstdc++-v3/testsuite/23_containers/deque/allocator/noexcept.cc index 7438e88396f6..7806adb7cfbb 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/allocator/noexcept.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/allocator/noexcept.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/deque/allocator/swap.cc b/libstdc++-v3/testsuite/23_containers/deque/allocator/swap.cc index 2f0a1a0df4dc..b7e25bfbd6ab 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/allocator/swap.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/allocator/swap.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/deque/capacity/29134-2.cc b/libstdc++-v3/testsuite/23_containers/deque/capacity/29134-2.cc index c59895707f9a..d6e8c5cb4454 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/capacity/29134-2.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/capacity/29134-2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/23_containers/deque/capacity/29134.cc b/libstdc++-v3/testsuite/23_containers/deque/capacity/29134.cc index 1e7a1c896f85..3e1cbaa5caa8 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/capacity/29134.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/capacity/29134.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/23_containers/deque/capacity/moveable.cc b/libstdc++-v3/testsuite/23_containers/deque/capacity/moveable.cc index 320fa4fe9b93..2f30138ff789 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/capacity/moveable.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/capacity/moveable.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/23_containers/deque/capacity/resize_size.cc b/libstdc++-v3/testsuite/23_containers/deque/capacity/resize_size.cc index d1273da3a9df..264af5e8b493 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/capacity/resize_size.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/capacity/resize_size.cc @@ -2,7 +2,7 @@ // 2010-06-18 Paolo Carlini -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/deque/capacity/shrink_to_fit.cc b/libstdc++-v3/testsuite/23_containers/deque/capacity/shrink_to_fit.cc index 0f0703e4f2dc..cd2021a8ce14 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/capacity/shrink_to_fit.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/capacity/shrink_to_fit.cc @@ -2,7 +2,7 @@ // 2010-01-08 Paolo Carlini -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/deque/check_construct_destroy.cc b/libstdc++-v3/testsuite/23_containers/deque/check_construct_destroy.cc index e5e5cd7f0ad5..7073d37b92c8 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/check_construct_destroy.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/check_construct_destroy.cc @@ -1,6 +1,6 @@ // 2004-07-26 Matt Austern // -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/23_containers/deque/cons/1.cc b/libstdc++-v3/testsuite/23_containers/deque/cons/1.cc index 73110ed7363f..abc0b576da9a 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/cons/1.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/cons/1.cc @@ -1,6 +1,6 @@ // 2001-12-27 pme // -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/23_containers/deque/cons/2.cc b/libstdc++-v3/testsuite/23_containers/deque/cons/2.cc index 5eacacec0023..758acbf29356 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/cons/2.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/cons/2.cc @@ -1,6 +1,6 @@ // 2001-12-27 pme // -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/23_containers/deque/cons/55977.cc b/libstdc++-v3/testsuite/23_containers/deque/cons/55977.cc index c3878456172e..d70f5c05ce27 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/cons/55977.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/cons/55977.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/deque/cons/assign/1.cc b/libstdc++-v3/testsuite/23_containers/deque/cons/assign/1.cc index 215af713b6fb..3bf45cfd4cd3 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/cons/assign/1.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/cons/assign/1.cc @@ -1,6 +1,6 @@ // 2005-12-12 Paolo Carlini // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/23_containers/deque/cons/clear_allocator.cc b/libstdc++-v3/testsuite/23_containers/deque/cons/clear_allocator.cc index 725784732eff..95402a0efbf5 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/cons/clear_allocator.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/cons/clear_allocator.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/23_containers/deque/cons/cons_size.cc b/libstdc++-v3/testsuite/23_containers/deque/cons/cons_size.cc index 680c076d6634..a2815e33e36d 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/cons/cons_size.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/cons/cons_size.cc @@ -2,7 +2,7 @@ // 2010-06-18 Paolo Carlini -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/deque/cons/moveable.cc b/libstdc++-v3/testsuite/23_containers/deque/cons/moveable.cc index 551a3d9f35e6..11a854d64573 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/cons/moveable.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/cons/moveable.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/23_containers/deque/cons/moveable2.cc b/libstdc++-v3/testsuite/23_containers/deque/cons/moveable2.cc index 830c64269ea9..206ca21399d4 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/cons/moveable2.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/cons/moveable2.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/23_containers/deque/debug/assign1_neg.cc b/libstdc++-v3/testsuite/23_containers/deque/debug/assign1_neg.cc index dc3442dae7fd..057f7bc2c237 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/debug/assign1_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/debug/assign1_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/deque/debug/assign2_neg.cc b/libstdc++-v3/testsuite/23_containers/deque/debug/assign2_neg.cc index 5deed88f2c20..7e989b3d39ea 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/debug/assign2_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/debug/assign2_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/deque/debug/assign3_neg.cc b/libstdc++-v3/testsuite/23_containers/deque/debug/assign3_neg.cc index 761e8e995056..45c799bf5c63 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/debug/assign3_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/debug/assign3_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/deque/debug/assign4_neg.cc b/libstdc++-v3/testsuite/23_containers/deque/debug/assign4_neg.cc index 5d0f710b1fd2..a7ce5d243c8e 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/debug/assign4_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/debug/assign4_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/deque/debug/construct1_neg.cc b/libstdc++-v3/testsuite/23_containers/deque/debug/construct1_neg.cc index 637882fabb72..afd85df81368 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/debug/construct1_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/debug/construct1_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/deque/debug/construct2_neg.cc b/libstdc++-v3/testsuite/23_containers/deque/debug/construct2_neg.cc index 46b0ee1a18d1..08b549588c19 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/debug/construct2_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/debug/construct2_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/deque/debug/construct3_neg.cc b/libstdc++-v3/testsuite/23_containers/deque/debug/construct3_neg.cc index 7b52b3d523e6..94d94d641ae0 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/debug/construct3_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/debug/construct3_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/deque/debug/construct4_neg.cc b/libstdc++-v3/testsuite/23_containers/deque/debug/construct4_neg.cc index bb2c9b8f5083..12b5dd403850 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/debug/construct4_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/debug/construct4_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/deque/debug/insert1_neg.cc b/libstdc++-v3/testsuite/23_containers/deque/debug/insert1_neg.cc index 2b28689eef11..e4053fa3700c 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/debug/insert1_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/debug/insert1_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/deque/debug/insert2_neg.cc b/libstdc++-v3/testsuite/23_containers/deque/debug/insert2_neg.cc index 7e2696e4d2e8..667b936708df 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/debug/insert2_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/debug/insert2_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/deque/debug/insert3_neg.cc b/libstdc++-v3/testsuite/23_containers/deque/debug/insert3_neg.cc index 1c038167b3d7..96b080a06218 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/debug/insert3_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/debug/insert3_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/deque/debug/insert4_neg.cc b/libstdc++-v3/testsuite/23_containers/deque/debug/insert4_neg.cc index 2dbeef17ee7c..811112060a4e 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/debug/insert4_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/debug/insert4_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/deque/debug/insert5_neg.cc b/libstdc++-v3/testsuite/23_containers/deque/debug/insert5_neg.cc index a74d292c2ea9..aca2933aa6c3 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/debug/insert5_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/debug/insert5_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/deque/debug/invalidation/1.cc b/libstdc++-v3/testsuite/23_containers/deque/debug/invalidation/1.cc index e813ff07db96..eda9fc3413d1 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/debug/invalidation/1.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/debug/invalidation/1.cc @@ -1,6 +1,6 @@ // Deque iterator invalidation tests -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/23_containers/deque/debug/invalidation/2.cc b/libstdc++-v3/testsuite/23_containers/deque/debug/invalidation/2.cc index 052246f29dd0..dd980003acfc 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/debug/invalidation/2.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/debug/invalidation/2.cc @@ -1,6 +1,6 @@ // Deque iterator invalidation tests -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/23_containers/deque/debug/invalidation/3.cc b/libstdc++-v3/testsuite/23_containers/deque/debug/invalidation/3.cc index 633c5d71986c..4520f2772a47 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/debug/invalidation/3.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/debug/invalidation/3.cc @@ -1,6 +1,6 @@ // Deque iterator invalidation tests -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/23_containers/deque/debug/invalidation/4.cc b/libstdc++-v3/testsuite/23_containers/deque/debug/invalidation/4.cc index e6e520e21f38..54a3a2d0faa8 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/debug/invalidation/4.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/debug/invalidation/4.cc @@ -1,6 +1,6 @@ // Deque iterator invalidation tests -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/23_containers/deque/debug/iterator_self_move_assign_neg.cc b/libstdc++-v3/testsuite/23_containers/deque/debug/iterator_self_move_assign_neg.cc index 64bc35a9c3ad..c95d0e559456 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/debug/iterator_self_move_assign_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/debug/iterator_self_move_assign_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/deque/debug/self_move_assign_neg.cc b/libstdc++-v3/testsuite/23_containers/deque/debug/self_move_assign_neg.cc index 576c726de925..6023772a387c 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/debug/self_move_assign_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/debug/self_move_assign_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/deque/debug/shrink_to_fit.cc b/libstdc++-v3/testsuite/23_containers/deque/debug/shrink_to_fit.cc index 71819bb217ad..88b487eea699 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/debug/shrink_to_fit.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/debug/shrink_to_fit.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/deque/init-list.cc b/libstdc++-v3/testsuite/23_containers/deque/init-list.cc index 9f7108b842f0..bcc499373f22 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/init-list.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/init-list.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/23_containers/deque/modifiers/emplace/52799.cc b/libstdc++-v3/testsuite/23_containers/deque/modifiers/emplace/52799.cc index 77e2329a0d7f..995dd952a3d3 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/modifiers/emplace/52799.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/modifiers/emplace/52799.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/deque/modifiers/emplace/const_iterator.cc b/libstdc++-v3/testsuite/23_containers/deque/modifiers/emplace/const_iterator.cc index 76c94d421e57..47aeeaf69a49 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/modifiers/emplace/const_iterator.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/modifiers/emplace/const_iterator.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/deque/modifiers/emplace/cxx17_return.cc b/libstdc++-v3/testsuite/23_containers/deque/modifiers/emplace/cxx17_return.cc index 3e5da9602978..935123e13452 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/modifiers/emplace/cxx17_return.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/modifiers/emplace/cxx17_return.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/23_containers/deque/modifiers/erase/1.cc b/libstdc++-v3/testsuite/23_containers/deque/modifiers/erase/1.cc index 20a64f092bc9..d8ea1453097b 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/modifiers/erase/1.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/modifiers/erase/1.cc @@ -1,6 +1,6 @@ // 2005-11-25 Paolo Carlini -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/23_containers/deque/modifiers/erase/2.cc b/libstdc++-v3/testsuite/23_containers/deque/modifiers/erase/2.cc index a2e4dbfa0d41..081a9409c6b2 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/modifiers/erase/2.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/modifiers/erase/2.cc @@ -1,6 +1,6 @@ // 2005-11-25 Paolo Carlini -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/23_containers/deque/modifiers/erase/3.cc b/libstdc++-v3/testsuite/23_containers/deque/modifiers/erase/3.cc index 07aaee732d71..cdcc9df6bae5 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/modifiers/erase/3.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/modifiers/erase/3.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/deque/modifiers/erase/50529.cc b/libstdc++-v3/testsuite/23_containers/deque/modifiers/erase/50529.cc index 8471994704d1..594f56d1705c 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/modifiers/erase/50529.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/modifiers/erase/50529.cc @@ -2,7 +2,7 @@ // 2011-09-26 Paolo Carlini -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/deque/modifiers/erase/54577.cc b/libstdc++-v3/testsuite/23_containers/deque/modifiers/erase/54577.cc index 6b11866dfdcf..5114c1781587 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/modifiers/erase/54577.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/modifiers/erase/54577.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/deque/modifiers/erase/moveable.cc b/libstdc++-v3/testsuite/23_containers/deque/modifiers/erase/moveable.cc index 695b4e30a5d8..0e34a5e23b39 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/modifiers/erase/moveable.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/modifiers/erase/moveable.cc @@ -2,7 +2,7 @@ // 2007-10-28 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/deque/modifiers/insert/const_iterator.cc b/libstdc++-v3/testsuite/23_containers/deque/modifiers/insert/const_iterator.cc index 3ac8c94cef86..aa544aa6fedb 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/modifiers/insert/const_iterator.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/modifiers/insert/const_iterator.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/deque/modifiers/moveable.cc b/libstdc++-v3/testsuite/23_containers/deque/modifiers/moveable.cc index dd706aa0bbcc..1497903c43aa 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/modifiers/moveable.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/modifiers/moveable.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/23_containers/deque/modifiers/push_back/49836.cc b/libstdc++-v3/testsuite/23_containers/deque/modifiers/push_back/49836.cc index 74bbdbf96b19..496d1ce4dc9f 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/modifiers/push_back/49836.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/modifiers/push_back/49836.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/deque/modifiers/push_front/49836.cc b/libstdc++-v3/testsuite/23_containers/deque/modifiers/push_front/49836.cc index 8139ce47b5e9..b71d796fdfb5 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/modifiers/push_front/49836.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/modifiers/push_front/49836.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/deque/modifiers/swap/1.cc b/libstdc++-v3/testsuite/23_containers/deque/modifiers/swap/1.cc index a873914b5bf6..018b300aa14b 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/modifiers/swap/1.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/modifiers/swap/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/23_containers/deque/modifiers/swap/2.cc b/libstdc++-v3/testsuite/23_containers/deque/modifiers/swap/2.cc index f7c2a9e6798b..a53bf4576e05 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/modifiers/swap/2.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/modifiers/swap/2.cc @@ -1,6 +1,6 @@ // 2005-12-20 Paolo Carlini -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/23_containers/deque/modifiers/swap/3.cc b/libstdc++-v3/testsuite/23_containers/deque/modifiers/swap/3.cc index e07fc4c2f2e5..b95ff438d3a9 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/modifiers/swap/3.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/modifiers/swap/3.cc @@ -1,6 +1,6 @@ // 2005-12-20 Paolo Carlini -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/23_containers/deque/operators/1.cc b/libstdc++-v3/testsuite/23_containers/deque/operators/1.cc index b55325207e03..912b1fd74482 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/operators/1.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/operators/1.cc @@ -1,6 +1,6 @@ // 2002-05-18 Paolo Carlini -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/23_containers/deque/operators/2.cc b/libstdc++-v3/testsuite/23_containers/deque/operators/2.cc index 45653a628025..9fdcd1a2e0b4 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/operators/2.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/operators/2.cc @@ -1,6 +1,6 @@ // 2002-05-18 Paolo Carlini -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/23_containers/deque/range_access.cc b/libstdc++-v3/testsuite/23_containers/deque/range_access.cc index 5fcd5000ca09..bc69a295d50a 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/range_access.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/range_access.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/deque/requirements/citerators.cc b/libstdc++-v3/testsuite/23_containers/deque/requirements/citerators.cc index cd658ae50bd8..669cdec55827 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/requirements/citerators.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/requirements/citerators.cc @@ -2,7 +2,7 @@ // 2007-10-15 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/deque/requirements/do_the_right_thing.cc b/libstdc++-v3/testsuite/23_containers/deque/requirements/do_the_right_thing.cc index 64ea7e199053..5f52be145d31 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/requirements/do_the_right_thing.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/requirements/do_the_right_thing.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/deque/requirements/dr438/assign_neg.cc b/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/assign_neg.cc index 49a05e607f27..85db9c838ada 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/assign_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/assign_neg.cc @@ -1,6 +1,6 @@ // 2007-04-27 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/deque/requirements/dr438/constructor.cc b/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/constructor.cc index 5adeaf78dd9e..09b2bf473102 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/constructor.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/constructor.cc @@ -1,6 +1,6 @@ // 2007-04-27 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/deque/requirements/dr438/constructor_1_neg.cc b/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/constructor_1_neg.cc index 7b52fe2e3251..ee4de70d1614 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/constructor_1_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/constructor_1_neg.cc @@ -1,6 +1,6 @@ // 2007-04-27 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/deque/requirements/dr438/constructor_2_neg.cc b/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/constructor_2_neg.cc index 02a2d3b8a72c..f2ec094dd121 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/constructor_2_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/constructor_2_neg.cc @@ -1,6 +1,6 @@ // 2007-04-27 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/deque/requirements/dr438/insert_neg.cc b/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/insert_neg.cc index 90c004062f78..1a5b49beb7db 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/insert_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/insert_neg.cc @@ -1,6 +1,6 @@ // 2007-04-27 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/deque/requirements/exception/basic.cc b/libstdc++-v3/testsuite/23_containers/deque/requirements/exception/basic.cc index 34155869b6dc..508c46a7554a 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/requirements/exception/basic.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/requirements/exception/basic.cc @@ -3,7 +3,7 @@ // 2009-11-30 Benjamin Kosnik -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/deque/requirements/exception/generation_prohibited.cc b/libstdc++-v3/testsuite/23_containers/deque/requirements/exception/generation_prohibited.cc index e3a78bdfa98f..4086d684e970 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/requirements/exception/generation_prohibited.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/requirements/exception/generation_prohibited.cc @@ -3,7 +3,7 @@ // 2009-09-09 Benjamin Kosnik -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/deque/requirements/exception/propagation_consistent.cc b/libstdc++-v3/testsuite/23_containers/deque/requirements/exception/propagation_consistent.cc index ad022e5bde53..a05f31247e99 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/requirements/exception/propagation_consistent.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/requirements/exception/propagation_consistent.cc @@ -3,7 +3,7 @@ // 2009-09-09 Benjamin Kosnik -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/deque/requirements/explicit_instantiation/1.cc b/libstdc++-v3/testsuite/23_containers/deque/requirements/explicit_instantiation/1.cc index 2bd2f71f207d..8e3d06dcd358 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/requirements/explicit_instantiation/1.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/requirements/explicit_instantiation/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/23_containers/deque/requirements/explicit_instantiation/1_c++0x.cc b/libstdc++-v3/testsuite/23_containers/deque/requirements/explicit_instantiation/1_c++0x.cc index 590b8486faf0..a9df0afea02a 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/requirements/explicit_instantiation/1_c++0x.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/requirements/explicit_instantiation/1_c++0x.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/deque/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/23_containers/deque/requirements/explicit_instantiation/2.cc index 46ec7bb572cb..33dd8eb15daa 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/requirements/explicit_instantiation/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/23_containers/deque/requirements/explicit_instantiation/3.cc b/libstdc++-v3/testsuite/23_containers/deque/requirements/explicit_instantiation/3.cc index 8f0fb9b50f50..e1c74e0da689 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/requirements/explicit_instantiation/3.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/requirements/explicit_instantiation/3.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/23_containers/deque/requirements/explicit_instantiation/4.cc b/libstdc++-v3/testsuite/23_containers/deque/requirements/explicit_instantiation/4.cc index 616c67f60d31..337b7bb60ff0 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/requirements/explicit_instantiation/4.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/requirements/explicit_instantiation/4.cc @@ -1,6 +1,6 @@ // 2010-05-20 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/deque/requirements/partial_specialization/1.cc b/libstdc++-v3/testsuite/23_containers/deque/requirements/partial_specialization/1.cc index 6eb5dd7bf9ca..69d9d6af1e9f 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/requirements/partial_specialization/1.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/requirements/partial_specialization/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/23_containers/deque/requirements/typedefs.cc b/libstdc++-v3/testsuite/23_containers/deque/requirements/typedefs.cc index 308ba300efa4..c620445caf0e 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/requirements/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/deque/types/1.cc b/libstdc++-v3/testsuite/23_containers/deque/types/1.cc index d90c61cfe816..91c334c53349 100644 --- a/libstdc++-v3/testsuite/23_containers/deque/types/1.cc +++ b/libstdc++-v3/testsuite/23_containers/deque/types/1.cc @@ -1,6 +1,6 @@ // 2005-12-18 Paolo Carlini -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/23_containers/forward_list/allocator/copy.cc b/libstdc++-v3/testsuite/23_containers/forward_list/allocator/copy.cc index 83e8abe16891..d0cb6830a405 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/allocator/copy.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/allocator/copy.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/forward_list/allocator/copy_assign.cc b/libstdc++-v3/testsuite/23_containers/forward_list/allocator/copy_assign.cc index 30250f9d2157..fc2518b8cebf 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/allocator/copy_assign.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/allocator/copy_assign.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/forward_list/allocator/ext_ptr.cc b/libstdc++-v3/testsuite/23_containers/forward_list/allocator/ext_ptr.cc index ddda769b92cd..a321fd1c8768 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/allocator/ext_ptr.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/allocator/ext_ptr.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/forward_list/allocator/minimal.cc b/libstdc++-v3/testsuite/23_containers/forward_list/allocator/minimal.cc index e280fe875f7d..933e459c06ea 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/allocator/minimal.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/allocator/minimal.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/forward_list/allocator/move.cc b/libstdc++-v3/testsuite/23_containers/forward_list/allocator/move.cc index 39ec8ae23fdb..ef1360543485 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/allocator/move.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/allocator/move.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/forward_list/allocator/move_assign.cc b/libstdc++-v3/testsuite/23_containers/forward_list/allocator/move_assign.cc index 098c7023b4ee..1f5853ddff75 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/allocator/move_assign.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/allocator/move_assign.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/forward_list/allocator/noexcept.cc b/libstdc++-v3/testsuite/23_containers/forward_list/allocator/noexcept.cc index fe6ba667de9e..7fb8b18c4ea5 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/allocator/noexcept.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/allocator/noexcept.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/forward_list/allocator/swap.cc b/libstdc++-v3/testsuite/23_containers/forward_list/allocator/swap.cc index 499433e51b9e..30a08cc015c6 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/allocator/swap.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/allocator/swap.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/forward_list/capacity/1.cc b/libstdc++-v3/testsuite/23_containers/forward_list/capacity/1.cc index f5edcdc3747b..62bc6818a185 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/capacity/1.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/capacity/1.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/23_containers/forward_list/capacity/resize_size.cc b/libstdc++-v3/testsuite/23_containers/forward_list/capacity/resize_size.cc index 6e3d9bc03bf1..0156fb17d226 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/capacity/resize_size.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/capacity/resize_size.cc @@ -2,7 +2,7 @@ // 2010-02-01 Paolo Carlini -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/forward_list/comparable.cc b/libstdc++-v3/testsuite/23_containers/forward_list/comparable.cc index 1c4b3bc1ac09..f81481aa9c5b 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/comparable.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/comparable.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/23_containers/forward_list/cons/1.cc b/libstdc++-v3/testsuite/23_containers/forward_list/cons/1.cc index 415e3f80bc76..1dab369eb427 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/cons/1.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/cons/1.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/23_containers/forward_list/cons/10.cc b/libstdc++-v3/testsuite/23_containers/forward_list/cons/10.cc index 98fad90ca4cc..d322bc611885 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/cons/10.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/cons/10.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/forward_list/cons/11.cc b/libstdc++-v3/testsuite/23_containers/forward_list/cons/11.cc index ba5f741f8e0b..25b6abfd5416 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/cons/11.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/cons/11.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/forward_list/cons/12.cc b/libstdc++-v3/testsuite/23_containers/forward_list/cons/12.cc index 2d4dba5daab4..42e456d28845 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/cons/12.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/cons/12.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/forward_list/cons/13.cc b/libstdc++-v3/testsuite/23_containers/forward_list/cons/13.cc index cb775606e725..c55b554f222d 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/cons/13.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/cons/13.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/forward_list/cons/14.cc b/libstdc++-v3/testsuite/23_containers/forward_list/cons/14.cc index 036f0790c6ca..d366cb45dcaf 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/cons/14.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/cons/14.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/forward_list/cons/2.cc b/libstdc++-v3/testsuite/23_containers/forward_list/cons/2.cc index 657bdfb4497a..5851a418dfa0 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/cons/2.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/cons/2.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/23_containers/forward_list/cons/3.cc b/libstdc++-v3/testsuite/23_containers/forward_list/cons/3.cc index a9df8b85c061..5f387f13e565 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/cons/3.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/cons/3.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/23_containers/forward_list/cons/4.cc b/libstdc++-v3/testsuite/23_containers/forward_list/cons/4.cc index 25287fe2fcb1..9c8ad34c252e 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/cons/4.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/cons/4.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/23_containers/forward_list/cons/5.cc b/libstdc++-v3/testsuite/23_containers/forward_list/cons/5.cc index 8f2f1a980516..b46c92b9015b 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/cons/5.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/cons/5.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/23_containers/forward_list/cons/6.cc b/libstdc++-v3/testsuite/23_containers/forward_list/cons/6.cc index 73562997f08a..35642769ca59 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/cons/6.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/cons/6.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/23_containers/forward_list/cons/7.cc b/libstdc++-v3/testsuite/23_containers/forward_list/cons/7.cc index ba891e6e6e2a..e53cbacedcd9 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/cons/7.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/cons/7.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/23_containers/forward_list/cons/8.cc b/libstdc++-v3/testsuite/23_containers/forward_list/cons/8.cc index aa1049d4b771..a4db70657e76 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/cons/8.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/cons/8.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/23_containers/forward_list/cons/9.cc b/libstdc++-v3/testsuite/23_containers/forward_list/cons/9.cc index e76c8e29ca00..fadac6652354 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/cons/9.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/cons/9.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/23_containers/forward_list/cons/cons_size.cc b/libstdc++-v3/testsuite/23_containers/forward_list/cons/cons_size.cc index b20aced65cc7..c021f511a568 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/cons/cons_size.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/cons/cons_size.cc @@ -2,7 +2,7 @@ // 2010-02-01 Paolo Carlini -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/forward_list/cons/moveable.cc b/libstdc++-v3/testsuite/23_containers/forward_list/cons/moveable.cc index e28e84929e63..f67aa83ab371 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/cons/moveable.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/cons/moveable.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/23_containers/forward_list/cons/noexcept_move_construct.cc b/libstdc++-v3/testsuite/23_containers/forward_list/cons/noexcept_move_construct.cc index 50dc1b00ad87..8650d03207a0 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/cons/noexcept_move_construct.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/cons/noexcept_move_construct.cc @@ -2,7 +2,7 @@ // 2011-06-01 Paolo Carlini // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/forward_list/debug/60499.cc b/libstdc++-v3/testsuite/23_containers/forward_list/debug/60499.cc index d127fb0c964c..7b7ace0cc03c 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/debug/60499.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/debug/60499.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/forward_list/debug/clear.cc b/libstdc++-v3/testsuite/23_containers/forward_list/debug/clear.cc index fde79205b32c..6aa10a52f56c 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/debug/clear.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/debug/clear.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/forward_list/debug/construct1_neg.cc b/libstdc++-v3/testsuite/23_containers/forward_list/debug/construct1_neg.cc index 9a9709437937..dff1e66d2814 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/debug/construct1_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/debug/construct1_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/forward_list/debug/construct2_neg.cc b/libstdc++-v3/testsuite/23_containers/forward_list/debug/construct2_neg.cc index 7a47cd23b58c..3466457260fc 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/debug/construct2_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/debug/construct2_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/forward_list/debug/construct3_neg.cc b/libstdc++-v3/testsuite/23_containers/forward_list/debug/construct3_neg.cc index 63b489109d14..b39751d266c6 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/debug/construct3_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/debug/construct3_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/forward_list/debug/construct4_neg.cc b/libstdc++-v3/testsuite/23_containers/forward_list/debug/construct4_neg.cc index 9f7098eae01e..a03decfb4f86 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/debug/construct4_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/debug/construct4_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/forward_list/debug/erase_after1_neg.cc b/libstdc++-v3/testsuite/23_containers/forward_list/debug/erase_after1_neg.cc index 51a52ca992bb..b09e873adad5 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/debug/erase_after1_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/debug/erase_after1_neg.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 xfail *-*-* } } // { dg-require-debug-mode "" } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/forward_list/debug/erase_after2_neg.cc b/libstdc++-v3/testsuite/23_containers/forward_list/debug/erase_after2_neg.cc index 6234de0df4d6..d3c2aa157aa6 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/debug/erase_after2_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/debug/erase_after2_neg.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 xfail *-*-* } } // { dg-require-debug-mode "" } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/forward_list/debug/erase_after3_neg.cc b/libstdc++-v3/testsuite/23_containers/forward_list/debug/erase_after3_neg.cc index 813fbede9641..4fa8dc8f1a99 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/debug/erase_after3_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/debug/erase_after3_neg.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 xfail *-*-* } } // { dg-require-debug-mode "" } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/forward_list/debug/erase_after4_neg.cc b/libstdc++-v3/testsuite/23_containers/forward_list/debug/erase_after4_neg.cc index 3ef323329c62..abd61cc789c1 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/debug/erase_after4_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/debug/erase_after4_neg.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 xfail *-*-* } } // { dg-require-debug-mode "" } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/forward_list/debug/erase_after5_neg.cc b/libstdc++-v3/testsuite/23_containers/forward_list/debug/erase_after5_neg.cc index 376ac3727c6d..2021d92d2c48 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/debug/erase_after5_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/debug/erase_after5_neg.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 xfail *-*-* } } // { dg-require-debug-mode "" } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/forward_list/debug/erase_after6_neg.cc b/libstdc++-v3/testsuite/23_containers/forward_list/debug/erase_after6_neg.cc index ec0186d86240..e3815487dd50 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/debug/erase_after6_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/debug/erase_after6_neg.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 xfail *-*-* } } // { dg-require-debug-mode "" } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/forward_list/debug/erase_after7_neg.cc b/libstdc++-v3/testsuite/23_containers/forward_list/debug/erase_after7_neg.cc index b7f0323a70fc..3ecfe28b67bc 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/debug/erase_after7_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/debug/erase_after7_neg.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 xfail *-*-* } } // { dg-require-debug-mode "" } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/forward_list/debug/erase_after8_neg.cc b/libstdc++-v3/testsuite/23_containers/forward_list/debug/erase_after8_neg.cc index 81fe1428899b..1d5b5aee28c1 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/debug/erase_after8_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/debug/erase_after8_neg.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 xfail *-*-* } } // { dg-require-debug-mode "" } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/forward_list/debug/erase_after9_neg.cc b/libstdc++-v3/testsuite/23_containers/forward_list/debug/erase_after9_neg.cc index 11fbca0f1be3..2e523ad84376 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/debug/erase_after9_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/debug/erase_after9_neg.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 xfail *-*-* } } // { dg-require-debug-mode "" } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/forward_list/debug/insert_after1_neg.cc b/libstdc++-v3/testsuite/23_containers/forward_list/debug/insert_after1_neg.cc index 1e9f245bf389..0253ea04bd79 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/debug/insert_after1_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/debug/insert_after1_neg.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 xfail *-*-* } } // { dg-require-debug-mode "" } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/forward_list/debug/insert_after2_neg.cc b/libstdc++-v3/testsuite/23_containers/forward_list/debug/insert_after2_neg.cc index d2ea77ddf858..7115fda4c040 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/debug/insert_after2_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/debug/insert_after2_neg.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 xfail *-*-* } } // { dg-require-debug-mode "" } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/forward_list/debug/insert_after3_neg.cc b/libstdc++-v3/testsuite/23_containers/forward_list/debug/insert_after3_neg.cc index ca94bfec19cf..6cd2740de7ff 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/debug/insert_after3_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/debug/insert_after3_neg.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 xfail *-*-* } } // { dg-require-debug-mode "" } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/forward_list/debug/insert_after4_neg.cc b/libstdc++-v3/testsuite/23_containers/forward_list/debug/insert_after4_neg.cc index 78495313c042..98378b08b37e 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/debug/insert_after4_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/debug/insert_after4_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/forward_list/debug/iterator_self_move_assign_neg.cc b/libstdc++-v3/testsuite/23_containers/forward_list/debug/iterator_self_move_assign_neg.cc index 37f395728a6b..8339d4fa4549 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/debug/iterator_self_move_assign_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/debug/iterator_self_move_assign_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/forward_list/debug/move_assign_neg.cc b/libstdc++-v3/testsuite/23_containers/forward_list/debug/move_assign_neg.cc index 09b52df6dcc0..3b6e8c733b44 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/debug/move_assign_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/debug/move_assign_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/forward_list/debug/move_constructor.cc b/libstdc++-v3/testsuite/23_containers/forward_list/debug/move_constructor.cc index b36c7527f983..683b101ed96c 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/debug/move_constructor.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/debug/move_constructor.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/forward_list/debug/move_neg.cc b/libstdc++-v3/testsuite/23_containers/forward_list/debug/move_neg.cc index 1795a52cfb7b..743e4f4fced2 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/debug/move_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/debug/move_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/forward_list/debug/self_move_assign_neg.cc b/libstdc++-v3/testsuite/23_containers/forward_list/debug/self_move_assign_neg.cc index 505d654121e2..d8c1aa8ff422 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/debug/self_move_assign_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/debug/self_move_assign_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/forward_list/debug/splice_after.cc b/libstdc++-v3/testsuite/23_containers/forward_list/debug/splice_after.cc index 20430a9319cd..b6cbc6d4ba8d 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/debug/splice_after.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/debug/splice_after.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/forward_list/debug/splice_after1_neg.cc b/libstdc++-v3/testsuite/23_containers/forward_list/debug/splice_after1_neg.cc index 0222e1446b3f..c9ddd77d29f8 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/debug/splice_after1_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/debug/splice_after1_neg.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 xfail *-*-* } } // { dg-require-debug-mode "" } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/forward_list/debug/splice_after2_neg.cc b/libstdc++-v3/testsuite/23_containers/forward_list/debug/splice_after2_neg.cc index 87a467149ee2..eb463e839622 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/debug/splice_after2_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/debug/splice_after2_neg.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 xfail *-*-* } } // { dg-require-debug-mode "" } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/forward_list/debug/splice_after3_neg.cc b/libstdc++-v3/testsuite/23_containers/forward_list/debug/splice_after3_neg.cc index 0735789ccc6b..11beca0c8efc 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/debug/splice_after3_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/debug/splice_after3_neg.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 xfail *-*-* } } // { dg-require-debug-mode "" } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/forward_list/debug/splice_after4_neg.cc b/libstdc++-v3/testsuite/23_containers/forward_list/debug/splice_after4_neg.cc index 15888983ce47..fc475dc8376c 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/debug/splice_after4_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/debug/splice_after4_neg.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 xfail *-*-* } } // { dg-require-debug-mode "" } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/forward_list/debug/splice_after5_neg.cc b/libstdc++-v3/testsuite/23_containers/forward_list/debug/splice_after5_neg.cc index 14217b21c5d1..58cc726657e8 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/debug/splice_after5_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/debug/splice_after5_neg.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 xfail *-*-* } } // { dg-require-debug-mode "" } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/forward_list/debug/splice_after6_neg.cc b/libstdc++-v3/testsuite/23_containers/forward_list/debug/splice_after6_neg.cc index ca5a35678722..0fb011572261 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/debug/splice_after6_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/debug/splice_after6_neg.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 xfail *-*-* } } // { dg-require-debug-mode "" } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/forward_list/debug/splice_after7_neg.cc b/libstdc++-v3/testsuite/23_containers/forward_list/debug/splice_after7_neg.cc index d7c670ce9d58..ded4b8ce22b0 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/debug/splice_after7_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/debug/splice_after7_neg.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 xfail *-*-* } } // { dg-require-debug-mode "" } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/forward_list/debug/swap.cc b/libstdc++-v3/testsuite/23_containers/forward_list/debug/swap.cc index 91698a6c2ebf..84a855565b3b 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/debug/swap.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/debug/swap.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/forward_list/modifiers/1.cc b/libstdc++-v3/testsuite/23_containers/forward_list/modifiers/1.cc index c0a6c4c9f30e..380dc7e449c3 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/modifiers/1.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/modifiers/1.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/23_containers/forward_list/modifiers/2.cc b/libstdc++-v3/testsuite/23_containers/forward_list/modifiers/2.cc index a729b8d8ecbd..8c55d6aef179 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/modifiers/2.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/modifiers/2.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/23_containers/forward_list/modifiers/3.cc b/libstdc++-v3/testsuite/23_containers/forward_list/modifiers/3.cc index 1998c54a4a49..fca22e1e6d52 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/modifiers/3.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/modifiers/3.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/23_containers/forward_list/modifiers/4.cc b/libstdc++-v3/testsuite/23_containers/forward_list/modifiers/4.cc index 0459173894ec..f89d72a123ef 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/modifiers/4.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/modifiers/4.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/23_containers/forward_list/modifiers/5.cc b/libstdc++-v3/testsuite/23_containers/forward_list/modifiers/5.cc index 015583bbe6c7..f9c6c00d5d80 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/modifiers/5.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/modifiers/5.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/23_containers/forward_list/modifiers/6.cc b/libstdc++-v3/testsuite/23_containers/forward_list/modifiers/6.cc index 5628522a9c0f..466a9108eaaf 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/modifiers/6.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/modifiers/6.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/forward_list/modifiers/addressof.cc b/libstdc++-v3/testsuite/23_containers/forward_list/modifiers/addressof.cc index eb23215c99ee..9734c6355962 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/modifiers/addressof.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/modifiers/addressof.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/23_containers/forward_list/modifiers/emplace_cxx17_return.cc b/libstdc++-v3/testsuite/23_containers/forward_list/modifiers/emplace_cxx17_return.cc index b91c1ca3397a..eb0ffbd8fd8c 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/modifiers/emplace_cxx17_return.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/modifiers/emplace_cxx17_return.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/23_containers/forward_list/operations/1.cc b/libstdc++-v3/testsuite/23_containers/forward_list/operations/1.cc index 6e08f87bb3f9..4aa00aadfaa6 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/operations/1.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/operations/1.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/23_containers/forward_list/operations/2.cc b/libstdc++-v3/testsuite/23_containers/forward_list/operations/2.cc index 6d4459c690d8..55bf7ba7ffb8 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/operations/2.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/operations/2.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/23_containers/forward_list/operations/3.cc b/libstdc++-v3/testsuite/23_containers/forward_list/operations/3.cc index f5d62aa514bf..a8d1b1c33db4 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/operations/3.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/operations/3.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/23_containers/forward_list/operations/4.cc b/libstdc++-v3/testsuite/23_containers/forward_list/operations/4.cc index 19a04419b96d..eb301d996027 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/operations/4.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/operations/4.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/23_containers/forward_list/operations/5.cc b/libstdc++-v3/testsuite/23_containers/forward_list/operations/5.cc index 1e456d43d995..631193d10b64 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/operations/5.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/operations/5.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/23_containers/forward_list/operations/6.cc b/libstdc++-v3/testsuite/23_containers/forward_list/operations/6.cc index 0f75ba2377d4..9731a4fb1510 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/operations/6.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/operations/6.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/23_containers/forward_list/operations/7.cc b/libstdc++-v3/testsuite/23_containers/forward_list/operations/7.cc index 07b73825a42d..b8d6f5865598 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/operations/7.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/operations/7.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/23_containers/forward_list/operations/remove_freed.cc b/libstdc++-v3/testsuite/23_containers/forward_list/operations/remove_freed.cc index 1fa70b546931..51af31ea084d 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/operations/remove_freed.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/operations/remove_freed.cc @@ -2,7 +2,7 @@ // 2010-08-11 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/forward_list/range_access.cc b/libstdc++-v3/testsuite/23_containers/forward_list/range_access.cc index 446767bf8cd8..6fa5e0f76b84 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/range_access.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/range_access.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/forward_list/requirements/citerators.cc b/libstdc++-v3/testsuite/23_containers/forward_list/requirements/citerators.cc index db3b0bfcd87b..b29adf2c9a9d 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/requirements/citerators.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/requirements/citerators.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/forward_list/requirements/do_the_right_thing.cc b/libstdc++-v3/testsuite/23_containers/forward_list/requirements/do_the_right_thing.cc index 0cb64c21e48f..3ad15e087efa 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/requirements/do_the_right_thing.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/requirements/do_the_right_thing.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/forward_list/requirements/dr438/assign_neg.cc b/libstdc++-v3/testsuite/23_containers/forward_list/requirements/dr438/assign_neg.cc index 6ba5c784492c..369bfe3f1f1c 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/requirements/dr438/assign_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/requirements/dr438/assign_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/forward_list/requirements/dr438/constructor.cc b/libstdc++-v3/testsuite/23_containers/forward_list/requirements/dr438/constructor.cc index fae556e5a76a..acf02324440f 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/requirements/dr438/constructor.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/requirements/dr438/constructor.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/forward_list/requirements/dr438/constructor_1_neg.cc b/libstdc++-v3/testsuite/23_containers/forward_list/requirements/dr438/constructor_1_neg.cc index 3e931a355897..dd215315e345 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/requirements/dr438/constructor_1_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/requirements/dr438/constructor_1_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/forward_list/requirements/dr438/constructor_2_neg.cc b/libstdc++-v3/testsuite/23_containers/forward_list/requirements/dr438/constructor_2_neg.cc index 7a123ed8c81b..ac1e2b23d924 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/requirements/dr438/constructor_2_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/requirements/dr438/constructor_2_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/forward_list/requirements/dr438/insert_neg.cc b/libstdc++-v3/testsuite/23_containers/forward_list/requirements/dr438/insert_neg.cc index ee9076fdb1a1..e5fedc7c633c 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/requirements/dr438/insert_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/requirements/dr438/insert_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/forward_list/requirements/exception/basic.cc b/libstdc++-v3/testsuite/23_containers/forward_list/requirements/exception/basic.cc index af838173b95f..a2109bf12204 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/requirements/exception/basic.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/requirements/exception/basic.cc @@ -3,7 +3,7 @@ // 2009-11-30 Benjamin Kosnik -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/forward_list/requirements/exception/generation_prohibited.cc b/libstdc++-v3/testsuite/23_containers/forward_list/requirements/exception/generation_prohibited.cc index 8e79838509f8..4003096046aa 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/requirements/exception/generation_prohibited.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/requirements/exception/generation_prohibited.cc @@ -3,7 +3,7 @@ // 2009-09-09 Benjamin Kosnik -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/forward_list/requirements/exception/propagation_consistent.cc b/libstdc++-v3/testsuite/23_containers/forward_list/requirements/exception/propagation_consistent.cc index dd60673afe80..0c0bd47c4c33 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/requirements/exception/propagation_consistent.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/requirements/exception/propagation_consistent.cc @@ -3,7 +3,7 @@ // 2009-09-09 Benjamin Kosnik -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/forward_list/requirements/explicit_instantiation/1.cc b/libstdc++-v3/testsuite/23_containers/forward_list/requirements/explicit_instantiation/1.cc index 2152d0a178f4..2c260379ca22 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/requirements/explicit_instantiation/1.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/requirements/explicit_instantiation/1.cc @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/23_containers/forward_list/requirements/explicit_instantiation/3.cc b/libstdc++-v3/testsuite/23_containers/forward_list/requirements/explicit_instantiation/3.cc index e2a4e401b754..347c5ebdd726 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/requirements/explicit_instantiation/3.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/requirements/explicit_instantiation/3.cc @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/23_containers/forward_list/requirements/explicit_instantiation/4.cc b/libstdc++-v3/testsuite/23_containers/forward_list/requirements/explicit_instantiation/4.cc index bf4a31f36770..b7aa5010a88e 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/requirements/explicit_instantiation/4.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/requirements/explicit_instantiation/4.cc @@ -1,7 +1,7 @@ // 2010-05-20 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/forward_list/requirements/explicit_instantiation/5.cc b/libstdc++-v3/testsuite/23_containers/forward_list/requirements/explicit_instantiation/5.cc index bdd285db3c92..3346cec270a5 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/requirements/explicit_instantiation/5.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/requirements/explicit_instantiation/5.cc @@ -1,5 +1,5 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/forward_list/requirements/typedefs.cc b/libstdc++-v3/testsuite/23_containers/forward_list/requirements/typedefs.cc index c652724f9a68..d3ecba38e467 100644 --- a/libstdc++-v3/testsuite/23_containers/forward_list/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/23_containers/forward_list/requirements/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/headers/array/std_c++0x_neg.cc b/libstdc++-v3/testsuite/23_containers/headers/array/std_c++0x_neg.cc index 6a79085c9bf9..10671594b2ef 100644 --- a/libstdc++-v3/testsuite/23_containers/headers/array/std_c++0x_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/headers/array/std_c++0x_neg.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-options "-std=gnu++98" } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/headers/bitset/synopsis.cc b/libstdc++-v3/testsuite/23_containers/headers/bitset/synopsis.cc index 4706e746f23d..6ef085a5dc8a 100644 --- a/libstdc++-v3/testsuite/23_containers/headers/bitset/synopsis.cc +++ b/libstdc++-v3/testsuite/23_containers/headers/bitset/synopsis.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-require-normal-mode "" } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/headers/deque/synopsis.cc b/libstdc++-v3/testsuite/23_containers/headers/deque/synopsis.cc index a5fbff476105..aa2b7871145d 100644 --- a/libstdc++-v3/testsuite/23_containers/headers/deque/synopsis.cc +++ b/libstdc++-v3/testsuite/23_containers/headers/deque/synopsis.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-require-normal-mode "" } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/headers/forward_list/synopsis.cc b/libstdc++-v3/testsuite/23_containers/headers/forward_list/synopsis.cc index b12a1cd75258..b1792ceb4d9a 100644 --- a/libstdc++-v3/testsuite/23_containers/headers/forward_list/synopsis.cc +++ b/libstdc++-v3/testsuite/23_containers/headers/forward_list/synopsis.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-normal-mode "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/23_containers/headers/list/synopsis.cc b/libstdc++-v3/testsuite/23_containers/headers/list/synopsis.cc index b18681477e70..ab22b9fce7ef 100644 --- a/libstdc++-v3/testsuite/23_containers/headers/list/synopsis.cc +++ b/libstdc++-v3/testsuite/23_containers/headers/list/synopsis.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-require-normal-mode "" } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/headers/map/synopsis.cc b/libstdc++-v3/testsuite/23_containers/headers/map/synopsis.cc index 1237fe612475..f4a082652933 100644 --- a/libstdc++-v3/testsuite/23_containers/headers/map/synopsis.cc +++ b/libstdc++-v3/testsuite/23_containers/headers/map/synopsis.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-require-normal-mode "" } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/headers/queue/synopsis.cc b/libstdc++-v3/testsuite/23_containers/headers/queue/synopsis.cc index 64eea679bf5d..f03d5778161f 100644 --- a/libstdc++-v3/testsuite/23_containers/headers/queue/synopsis.cc +++ b/libstdc++-v3/testsuite/23_containers/headers/queue/synopsis.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/headers/set/synopsis.cc b/libstdc++-v3/testsuite/23_containers/headers/set/synopsis.cc index 9384dfcb264f..e50a044977c0 100644 --- a/libstdc++-v3/testsuite/23_containers/headers/set/synopsis.cc +++ b/libstdc++-v3/testsuite/23_containers/headers/set/synopsis.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-require-normal-mode "" } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/headers/stack/synopsis.cc b/libstdc++-v3/testsuite/23_containers/headers/stack/synopsis.cc index 66475d1ca941..f1bac94f0f22 100644 --- a/libstdc++-v3/testsuite/23_containers/headers/stack/synopsis.cc +++ b/libstdc++-v3/testsuite/23_containers/headers/stack/synopsis.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/headers/tuple/std_c++0x_neg.cc b/libstdc++-v3/testsuite/23_containers/headers/tuple/std_c++0x_neg.cc index 7db8875e3e9d..37168586ad66 100644 --- a/libstdc++-v3/testsuite/23_containers/headers/tuple/std_c++0x_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/headers/tuple/std_c++0x_neg.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-options "-std=gnu++98" } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/headers/tuple/types_std_c++0x.cc b/libstdc++-v3/testsuite/23_containers/headers/tuple/types_std_c++0x.cc index dbb53cebd1a9..eadf1a5ce4d4 100644 --- a/libstdc++-v3/testsuite/23_containers/headers/tuple/types_std_c++0x.cc +++ b/libstdc++-v3/testsuite/23_containers/headers/tuple/types_std_c++0x.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/headers/unordered_map/std_c++0x_neg.cc b/libstdc++-v3/testsuite/23_containers/headers/unordered_map/std_c++0x_neg.cc index be0ff8e374dd..05380a1ebdd7 100644 --- a/libstdc++-v3/testsuite/23_containers/headers/unordered_map/std_c++0x_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/headers/unordered_map/std_c++0x_neg.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-options "-std=gnu++98" } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/headers/unordered_set/std_c++0x_neg.cc b/libstdc++-v3/testsuite/23_containers/headers/unordered_set/std_c++0x_neg.cc index 45a79797fdf6..24a514267cb7 100644 --- a/libstdc++-v3/testsuite/23_containers/headers/unordered_set/std_c++0x_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/headers/unordered_set/std_c++0x_neg.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-options "-std=gnu++98" } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/headers/vector/synopsis.cc b/libstdc++-v3/testsuite/23_containers/headers/vector/synopsis.cc index c61ff717397a..c127b5dee17f 100644 --- a/libstdc++-v3/testsuite/23_containers/headers/vector/synopsis.cc +++ b/libstdc++-v3/testsuite/23_containers/headers/vector/synopsis.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-require-normal-mode "" } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/list/14340.cc b/libstdc++-v3/testsuite/23_containers/list/14340.cc index 37a9f01bd06b..1c4fd60fc2df 100644 --- a/libstdc++-v3/testsuite/23_containers/list/14340.cc +++ b/libstdc++-v3/testsuite/23_containers/list/14340.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/23_containers/list/18604.cc b/libstdc++-v3/testsuite/23_containers/list/18604.cc index 4754b798c023..34a4af72465e 100644 --- a/libstdc++-v3/testsuite/23_containers/list/18604.cc +++ b/libstdc++-v3/testsuite/23_containers/list/18604.cc @@ -1,6 +1,6 @@ // 2005-05-09 Paolo Carlini -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/23_containers/list/23781_neg.cc b/libstdc++-v3/testsuite/23_containers/list/23781_neg.cc index b46196ef8d97..f927a939c362 100644 --- a/libstdc++-v3/testsuite/23_containers/list/23781_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/list/23781_neg.cc @@ -1,6 +1,6 @@ // 2005-09-10 Paolo Carlini // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/23_containers/list/58764.cc b/libstdc++-v3/testsuite/23_containers/list/58764.cc index bf7a134a01f4..41a82d5aaa7c 100644 --- a/libstdc++-v3/testsuite/23_containers/list/58764.cc +++ b/libstdc++-v3/testsuite/23_containers/list/58764.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/list/61347.cc b/libstdc++-v3/testsuite/23_containers/list/61347.cc index 8551ef5256ca..bf5a20da45c8 100644 --- a/libstdc++-v3/testsuite/23_containers/list/61347.cc +++ b/libstdc++-v3/testsuite/23_containers/list/61347.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++11 } } // { dg-require-normal-mode "" } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/23_containers/list/allocator/copy.cc b/libstdc++-v3/testsuite/23_containers/list/allocator/copy.cc index 1e2978655405..d0b34ecc7cf3 100644 --- a/libstdc++-v3/testsuite/23_containers/list/allocator/copy.cc +++ b/libstdc++-v3/testsuite/23_containers/list/allocator/copy.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/23_containers/list/allocator/copy_assign.cc b/libstdc++-v3/testsuite/23_containers/list/allocator/copy_assign.cc index 3b4fb8f43744..5a5263c0b174 100644 --- a/libstdc++-v3/testsuite/23_containers/list/allocator/copy_assign.cc +++ b/libstdc++-v3/testsuite/23_containers/list/allocator/copy_assign.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/23_containers/list/allocator/minimal.cc b/libstdc++-v3/testsuite/23_containers/list/allocator/minimal.cc index 79fc01b986b8..7b571d9ac285 100644 --- a/libstdc++-v3/testsuite/23_containers/list/allocator/minimal.cc +++ b/libstdc++-v3/testsuite/23_containers/list/allocator/minimal.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/23_containers/list/allocator/move.cc b/libstdc++-v3/testsuite/23_containers/list/allocator/move.cc index 98c988f30157..5dc982c7f956 100644 --- a/libstdc++-v3/testsuite/23_containers/list/allocator/move.cc +++ b/libstdc++-v3/testsuite/23_containers/list/allocator/move.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/23_containers/list/allocator/move_assign.cc b/libstdc++-v3/testsuite/23_containers/list/allocator/move_assign.cc index 5cf0deb445ae..13ded79fa373 100644 --- a/libstdc++-v3/testsuite/23_containers/list/allocator/move_assign.cc +++ b/libstdc++-v3/testsuite/23_containers/list/allocator/move_assign.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/23_containers/list/allocator/noexcept.cc b/libstdc++-v3/testsuite/23_containers/list/allocator/noexcept.cc index f617e84e514f..39048ad20196 100644 --- a/libstdc++-v3/testsuite/23_containers/list/allocator/noexcept.cc +++ b/libstdc++-v3/testsuite/23_containers/list/allocator/noexcept.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/23_containers/list/allocator/swap.cc b/libstdc++-v3/testsuite/23_containers/list/allocator/swap.cc index 718731f9359c..63c82127f9e1 100644 --- a/libstdc++-v3/testsuite/23_containers/list/allocator/swap.cc +++ b/libstdc++-v3/testsuite/23_containers/list/allocator/swap.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/23_containers/list/capacity/1.cc b/libstdc++-v3/testsuite/23_containers/list/capacity/1.cc index cb09899491d9..34411e4c996a 100644 --- a/libstdc++-v3/testsuite/23_containers/list/capacity/1.cc +++ b/libstdc++-v3/testsuite/23_containers/list/capacity/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/23_containers/list/capacity/1.h b/libstdc++-v3/testsuite/23_containers/list/capacity/1.h index 9d5756324e24..a47c47d66066 100644 --- a/libstdc++-v3/testsuite/23_containers/list/capacity/1.h +++ b/libstdc++-v3/testsuite/23_containers/list/capacity/1.h @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/23_containers/list/capacity/29134.cc b/libstdc++-v3/testsuite/23_containers/list/capacity/29134.cc index 8abbeb492358..89c58d7d8cdc 100644 --- a/libstdc++-v3/testsuite/23_containers/list/capacity/29134.cc +++ b/libstdc++-v3/testsuite/23_containers/list/capacity/29134.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/23_containers/list/capacity/resize_size.cc b/libstdc++-v3/testsuite/23_containers/list/capacity/resize_size.cc index 063668675e4a..f12c8a64c94e 100644 --- a/libstdc++-v3/testsuite/23_containers/list/capacity/resize_size.cc +++ b/libstdc++-v3/testsuite/23_containers/list/capacity/resize_size.cc @@ -2,7 +2,7 @@ // 2010-06-18 Paolo Carlini -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/list/check_construct_destroy.cc b/libstdc++-v3/testsuite/23_containers/list/check_construct_destroy.cc index 9e333dec81db..701b2830e2f4 100644 --- a/libstdc++-v3/testsuite/23_containers/list/check_construct_destroy.cc +++ b/libstdc++-v3/testsuite/23_containers/list/check_construct_destroy.cc @@ -1,6 +1,6 @@ // 2004-07-26 Matt Austern // -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/23_containers/list/check_construct_destroy.h b/libstdc++-v3/testsuite/23_containers/list/check_construct_destroy.h index 25b135b9004f..f4206c38be10 100644 --- a/libstdc++-v3/testsuite/23_containers/list/check_construct_destroy.h +++ b/libstdc++-v3/testsuite/23_containers/list/check_construct_destroy.h @@ -1,6 +1,6 @@ // 2004-07-26 Matt Austern // -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/23_containers/list/cons/1.cc b/libstdc++-v3/testsuite/23_containers/list/cons/1.cc index 25c5f8e4d5e7..aee29d3c2660 100644 --- a/libstdc++-v3/testsuite/23_containers/list/cons/1.cc +++ b/libstdc++-v3/testsuite/23_containers/list/cons/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/23_containers/list/cons/1.h b/libstdc++-v3/testsuite/23_containers/list/cons/1.h index 95b86309cdb0..dfb3e71b17fd 100644 --- a/libstdc++-v3/testsuite/23_containers/list/cons/1.h +++ b/libstdc++-v3/testsuite/23_containers/list/cons/1.h @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/23_containers/list/cons/2.cc b/libstdc++-v3/testsuite/23_containers/list/cons/2.cc index 49b40dc23754..4bbc2de9e372 100644 --- a/libstdc++-v3/testsuite/23_containers/list/cons/2.cc +++ b/libstdc++-v3/testsuite/23_containers/list/cons/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/23_containers/list/cons/2.h b/libstdc++-v3/testsuite/23_containers/list/cons/2.h index 091385bc0d80..546372ba6f37 100644 --- a/libstdc++-v3/testsuite/23_containers/list/cons/2.h +++ b/libstdc++-v3/testsuite/23_containers/list/cons/2.h @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/23_containers/list/cons/3.cc b/libstdc++-v3/testsuite/23_containers/list/cons/3.cc index ad145c45bd5c..b251c667d923 100644 --- a/libstdc++-v3/testsuite/23_containers/list/cons/3.cc +++ b/libstdc++-v3/testsuite/23_containers/list/cons/3.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/23_containers/list/cons/3.h b/libstdc++-v3/testsuite/23_containers/list/cons/3.h index 40457dd42866..b7820262aa45 100644 --- a/libstdc++-v3/testsuite/23_containers/list/cons/3.h +++ b/libstdc++-v3/testsuite/23_containers/list/cons/3.h @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/23_containers/list/cons/4.cc b/libstdc++-v3/testsuite/23_containers/list/cons/4.cc index bf8c5f50176a..57f2f2c16dfc 100644 --- a/libstdc++-v3/testsuite/23_containers/list/cons/4.cc +++ b/libstdc++-v3/testsuite/23_containers/list/cons/4.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/23_containers/list/cons/4.h b/libstdc++-v3/testsuite/23_containers/list/cons/4.h index db1cac5efebd..5b12da51bec5 100644 --- a/libstdc++-v3/testsuite/23_containers/list/cons/4.h +++ b/libstdc++-v3/testsuite/23_containers/list/cons/4.h @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/23_containers/list/cons/5.cc b/libstdc++-v3/testsuite/23_containers/list/cons/5.cc index 1b6958a98174..ac1a7ad86a2b 100644 --- a/libstdc++-v3/testsuite/23_containers/list/cons/5.cc +++ b/libstdc++-v3/testsuite/23_containers/list/cons/5.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/23_containers/list/cons/5.h b/libstdc++-v3/testsuite/23_containers/list/cons/5.h index a88baa528e06..48c9a9357216 100644 --- a/libstdc++-v3/testsuite/23_containers/list/cons/5.h +++ b/libstdc++-v3/testsuite/23_containers/list/cons/5.h @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/23_containers/list/cons/55979.cc b/libstdc++-v3/testsuite/23_containers/list/cons/55979.cc index 9ad88ed4bc84..d4b38bb01a9a 100644 --- a/libstdc++-v3/testsuite/23_containers/list/cons/55979.cc +++ b/libstdc++-v3/testsuite/23_containers/list/cons/55979.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/list/cons/6.cc b/libstdc++-v3/testsuite/23_containers/list/cons/6.cc index f51be738321c..976270cf8375 100644 --- a/libstdc++-v3/testsuite/23_containers/list/cons/6.cc +++ b/libstdc++-v3/testsuite/23_containers/list/cons/6.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/23_containers/list/cons/6.h b/libstdc++-v3/testsuite/23_containers/list/cons/6.h index fef2deadfcb9..9a702fb72101 100644 --- a/libstdc++-v3/testsuite/23_containers/list/cons/6.h +++ b/libstdc++-v3/testsuite/23_containers/list/cons/6.h @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/23_containers/list/cons/7.cc b/libstdc++-v3/testsuite/23_containers/list/cons/7.cc index b1afa196f3b5..f6dcaa72846c 100644 --- a/libstdc++-v3/testsuite/23_containers/list/cons/7.cc +++ b/libstdc++-v3/testsuite/23_containers/list/cons/7.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/23_containers/list/cons/7.h b/libstdc++-v3/testsuite/23_containers/list/cons/7.h index b51345312b13..4339bbdb3c0e 100644 --- a/libstdc++-v3/testsuite/23_containers/list/cons/7.h +++ b/libstdc++-v3/testsuite/23_containers/list/cons/7.h @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/23_containers/list/cons/8.cc b/libstdc++-v3/testsuite/23_containers/list/cons/8.cc index ab27ba0018ad..f0e5a2b16578 100644 --- a/libstdc++-v3/testsuite/23_containers/list/cons/8.cc +++ b/libstdc++-v3/testsuite/23_containers/list/cons/8.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/23_containers/list/cons/8.h b/libstdc++-v3/testsuite/23_containers/list/cons/8.h index aefd0f617101..3ed4c83b1e47 100644 --- a/libstdc++-v3/testsuite/23_containers/list/cons/8.h +++ b/libstdc++-v3/testsuite/23_containers/list/cons/8.h @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/23_containers/list/cons/9.cc b/libstdc++-v3/testsuite/23_containers/list/cons/9.cc index c19d8ff9167c..0c6de9a17282 100644 --- a/libstdc++-v3/testsuite/23_containers/list/cons/9.cc +++ b/libstdc++-v3/testsuite/23_containers/list/cons/9.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/23_containers/list/cons/9.h b/libstdc++-v3/testsuite/23_containers/list/cons/9.h index a707e75f941f..846ae244447a 100644 --- a/libstdc++-v3/testsuite/23_containers/list/cons/9.h +++ b/libstdc++-v3/testsuite/23_containers/list/cons/9.h @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/23_containers/list/cons/clear_allocator.cc b/libstdc++-v3/testsuite/23_containers/list/cons/clear_allocator.cc index 656d677e0e78..aa8860ea239a 100644 --- a/libstdc++-v3/testsuite/23_containers/list/cons/clear_allocator.cc +++ b/libstdc++-v3/testsuite/23_containers/list/cons/clear_allocator.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/23_containers/list/cons/clear_allocator.h b/libstdc++-v3/testsuite/23_containers/list/cons/clear_allocator.h index 0cabb8383230..9a1a96086d29 100644 --- a/libstdc++-v3/testsuite/23_containers/list/cons/clear_allocator.h +++ b/libstdc++-v3/testsuite/23_containers/list/cons/clear_allocator.h @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/23_containers/list/cons/cons_size.cc b/libstdc++-v3/testsuite/23_containers/list/cons/cons_size.cc index 32eff630c519..92babb1f9df3 100644 --- a/libstdc++-v3/testsuite/23_containers/list/cons/cons_size.cc +++ b/libstdc++-v3/testsuite/23_containers/list/cons/cons_size.cc @@ -2,7 +2,7 @@ // 2010-06-18 Paolo Carlini -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/list/cons/moveable.cc b/libstdc++-v3/testsuite/23_containers/list/cons/moveable.cc index 8ec59109a964..f6c13ef8875d 100644 --- a/libstdc++-v3/testsuite/23_containers/list/cons/moveable.cc +++ b/libstdc++-v3/testsuite/23_containers/list/cons/moveable.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/list/cons/moveable.h b/libstdc++-v3/testsuite/23_containers/list/cons/moveable.h index 19448e976d66..0bb985084ca9 100644 --- a/libstdc++-v3/testsuite/23_containers/list/cons/moveable.h +++ b/libstdc++-v3/testsuite/23_containers/list/cons/moveable.h @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/list/cons/noexcept_move_construct.cc b/libstdc++-v3/testsuite/23_containers/list/cons/noexcept_move_construct.cc index b86d751e4444..899b8ebacbd9 100644 --- a/libstdc++-v3/testsuite/23_containers/list/cons/noexcept_move_construct.cc +++ b/libstdc++-v3/testsuite/23_containers/list/cons/noexcept_move_construct.cc @@ -2,7 +2,7 @@ // 2011-06-01 Paolo Carlini // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/list/debug/assign1_neg.cc b/libstdc++-v3/testsuite/23_containers/list/debug/assign1_neg.cc index 1eee86fc3170..108759542ce3 100644 --- a/libstdc++-v3/testsuite/23_containers/list/debug/assign1_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/list/debug/assign1_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/list/debug/assign2_neg.cc b/libstdc++-v3/testsuite/23_containers/list/debug/assign2_neg.cc index 41eb33ed6c57..5674aaa44ce4 100644 --- a/libstdc++-v3/testsuite/23_containers/list/debug/assign2_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/list/debug/assign2_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/list/debug/assign3_neg.cc b/libstdc++-v3/testsuite/23_containers/list/debug/assign3_neg.cc index e0a4fc15aa9a..4dd6bb649463 100644 --- a/libstdc++-v3/testsuite/23_containers/list/debug/assign3_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/list/debug/assign3_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/list/debug/assign4_neg.cc b/libstdc++-v3/testsuite/23_containers/list/debug/assign4_neg.cc index 54590cf6ab9f..dedffdbb5dac 100644 --- a/libstdc++-v3/testsuite/23_containers/list/debug/assign4_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/list/debug/assign4_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/list/debug/construct1_neg.cc b/libstdc++-v3/testsuite/23_containers/list/debug/construct1_neg.cc index fa60f5fc8e9a..f1e4da56f4a2 100644 --- a/libstdc++-v3/testsuite/23_containers/list/debug/construct1_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/list/debug/construct1_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/list/debug/construct2_neg.cc b/libstdc++-v3/testsuite/23_containers/list/debug/construct2_neg.cc index a56ebcb6d6da..9280fd58c3c6 100644 --- a/libstdc++-v3/testsuite/23_containers/list/debug/construct2_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/list/debug/construct2_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/list/debug/construct3_neg.cc b/libstdc++-v3/testsuite/23_containers/list/debug/construct3_neg.cc index bffb701b3718..809c7c821166 100644 --- a/libstdc++-v3/testsuite/23_containers/list/debug/construct3_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/list/debug/construct3_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/list/debug/construct4_neg.cc b/libstdc++-v3/testsuite/23_containers/list/debug/construct4_neg.cc index db4c0cc3ffd9..99211e5689ee 100644 --- a/libstdc++-v3/testsuite/23_containers/list/debug/construct4_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/list/debug/construct4_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/list/debug/insert1_neg.cc b/libstdc++-v3/testsuite/23_containers/list/debug/insert1_neg.cc index 54bd5cb8086e..a39bb1366d92 100644 --- a/libstdc++-v3/testsuite/23_containers/list/debug/insert1_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/list/debug/insert1_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/list/debug/insert2_neg.cc b/libstdc++-v3/testsuite/23_containers/list/debug/insert2_neg.cc index 4428aae7ab24..746eb42216d5 100644 --- a/libstdc++-v3/testsuite/23_containers/list/debug/insert2_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/list/debug/insert2_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/list/debug/insert3_neg.cc b/libstdc++-v3/testsuite/23_containers/list/debug/insert3_neg.cc index 0d93f5ac8519..f670dd85abde 100644 --- a/libstdc++-v3/testsuite/23_containers/list/debug/insert3_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/list/debug/insert3_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/list/debug/insert4_neg.cc b/libstdc++-v3/testsuite/23_containers/list/debug/insert4_neg.cc index 60135e385891..f2eedb36522b 100644 --- a/libstdc++-v3/testsuite/23_containers/list/debug/insert4_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/list/debug/insert4_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/list/debug/insert5_neg.cc b/libstdc++-v3/testsuite/23_containers/list/debug/insert5_neg.cc index cec84d026552..cd244724b26b 100644 --- a/libstdc++-v3/testsuite/23_containers/list/debug/insert5_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/list/debug/insert5_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/list/debug/invalidation/1.cc b/libstdc++-v3/testsuite/23_containers/list/debug/invalidation/1.cc index 932b1a36f43d..8427e9c127d4 100644 --- a/libstdc++-v3/testsuite/23_containers/list/debug/invalidation/1.cc +++ b/libstdc++-v3/testsuite/23_containers/list/debug/invalidation/1.cc @@ -1,6 +1,6 @@ // List iterator invalidation tests -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/23_containers/list/debug/invalidation/2.cc b/libstdc++-v3/testsuite/23_containers/list/debug/invalidation/2.cc index 92dd30a1d852..63ff182963e3 100644 --- a/libstdc++-v3/testsuite/23_containers/list/debug/invalidation/2.cc +++ b/libstdc++-v3/testsuite/23_containers/list/debug/invalidation/2.cc @@ -1,6 +1,6 @@ // List iterator invalidation tests -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/23_containers/list/debug/invalidation/3.cc b/libstdc++-v3/testsuite/23_containers/list/debug/invalidation/3.cc index 161e6e23831e..c555c1e4e24d 100644 --- a/libstdc++-v3/testsuite/23_containers/list/debug/invalidation/3.cc +++ b/libstdc++-v3/testsuite/23_containers/list/debug/invalidation/3.cc @@ -1,6 +1,6 @@ // List iterator invalidation tests -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/23_containers/list/debug/invalidation/4.cc b/libstdc++-v3/testsuite/23_containers/list/debug/invalidation/4.cc index b86221dcfd64..8dc6c09a872e 100644 --- a/libstdc++-v3/testsuite/23_containers/list/debug/invalidation/4.cc +++ b/libstdc++-v3/testsuite/23_containers/list/debug/invalidation/4.cc @@ -1,6 +1,6 @@ // List iterator invalidation tests -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/23_containers/list/debug/iterator_self_move_assign_neg.cc b/libstdc++-v3/testsuite/23_containers/list/debug/iterator_self_move_assign_neg.cc index 31f4f370c5cf..c0876a10508d 100644 --- a/libstdc++-v3/testsuite/23_containers/list/debug/iterator_self_move_assign_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/list/debug/iterator_self_move_assign_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/list/debug/self_move_assign_neg.cc b/libstdc++-v3/testsuite/23_containers/list/debug/self_move_assign_neg.cc index 833e95711f58..3a64053300d5 100644 --- a/libstdc++-v3/testsuite/23_containers/list/debug/self_move_assign_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/list/debug/self_move_assign_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/list/init-list.cc b/libstdc++-v3/testsuite/23_containers/list/init-list.cc index 0d767de6f35f..63b80cdd8565 100644 --- a/libstdc++-v3/testsuite/23_containers/list/init-list.cc +++ b/libstdc++-v3/testsuite/23_containers/list/init-list.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/23_containers/list/init-list.h b/libstdc++-v3/testsuite/23_containers/list/init-list.h index a314bf1cee82..a782b5bc9c54 100644 --- a/libstdc++-v3/testsuite/23_containers/list/init-list.h +++ b/libstdc++-v3/testsuite/23_containers/list/init-list.h @@ -1,4 +1,4 @@ -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/23_containers/list/modifiers/1.cc b/libstdc++-v3/testsuite/23_containers/list/modifiers/1.cc index 95e76967fbcc..8ddb93d8d5c1 100644 --- a/libstdc++-v3/testsuite/23_containers/list/modifiers/1.cc +++ b/libstdc++-v3/testsuite/23_containers/list/modifiers/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/23_containers/list/modifiers/1.h b/libstdc++-v3/testsuite/23_containers/list/modifiers/1.h index 4f0b73a23af2..fe4fe7b65afd 100644 --- a/libstdc++-v3/testsuite/23_containers/list/modifiers/1.h +++ b/libstdc++-v3/testsuite/23_containers/list/modifiers/1.h @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/23_containers/list/modifiers/1_c++0x.cc b/libstdc++-v3/testsuite/23_containers/list/modifiers/1_c++0x.cc index 754383a27b8f..3c59f689026c 100644 --- a/libstdc++-v3/testsuite/23_containers/list/modifiers/1_c++0x.cc +++ b/libstdc++-v3/testsuite/23_containers/list/modifiers/1_c++0x.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/list/modifiers/2.cc b/libstdc++-v3/testsuite/23_containers/list/modifiers/2.cc index e806e4e1aeee..991ca597ea87 100644 --- a/libstdc++-v3/testsuite/23_containers/list/modifiers/2.cc +++ b/libstdc++-v3/testsuite/23_containers/list/modifiers/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/23_containers/list/modifiers/2.h b/libstdc++-v3/testsuite/23_containers/list/modifiers/2.h index 85e9b524aab1..5813675f7c9f 100644 --- a/libstdc++-v3/testsuite/23_containers/list/modifiers/2.h +++ b/libstdc++-v3/testsuite/23_containers/list/modifiers/2.h @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/23_containers/list/modifiers/3.cc b/libstdc++-v3/testsuite/23_containers/list/modifiers/3.cc index 342f4b588176..52c473301c7a 100644 --- a/libstdc++-v3/testsuite/23_containers/list/modifiers/3.cc +++ b/libstdc++-v3/testsuite/23_containers/list/modifiers/3.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/23_containers/list/modifiers/3.h b/libstdc++-v3/testsuite/23_containers/list/modifiers/3.h index a1d62a6dcd32..4a6bbeb212ee 100644 --- a/libstdc++-v3/testsuite/23_containers/list/modifiers/3.h +++ b/libstdc++-v3/testsuite/23_containers/list/modifiers/3.h @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/23_containers/list/modifiers/addressof.cc b/libstdc++-v3/testsuite/23_containers/list/modifiers/addressof.cc index ba7b22ab4a07..b9d493d400e0 100644 --- a/libstdc++-v3/testsuite/23_containers/list/modifiers/addressof.cc +++ b/libstdc++-v3/testsuite/23_containers/list/modifiers/addressof.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/23_containers/list/modifiers/emplace/52799.cc b/libstdc++-v3/testsuite/23_containers/list/modifiers/emplace/52799.cc index 307f6d2b11de..912a5231b595 100644 --- a/libstdc++-v3/testsuite/23_containers/list/modifiers/emplace/52799.cc +++ b/libstdc++-v3/testsuite/23_containers/list/modifiers/emplace/52799.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/list/modifiers/emplace/const_iterator.cc b/libstdc++-v3/testsuite/23_containers/list/modifiers/emplace/const_iterator.cc index 866e867bb396..9d9754bbf2cd 100644 --- a/libstdc++-v3/testsuite/23_containers/list/modifiers/emplace/const_iterator.cc +++ b/libstdc++-v3/testsuite/23_containers/list/modifiers/emplace/const_iterator.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/list/modifiers/emplace/cxx17_return.cc b/libstdc++-v3/testsuite/23_containers/list/modifiers/emplace/cxx17_return.cc index c88d8d2426c1..3472c6d42870 100644 --- a/libstdc++-v3/testsuite/23_containers/list/modifiers/emplace/cxx17_return.cc +++ b/libstdc++-v3/testsuite/23_containers/list/modifiers/emplace/cxx17_return.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/23_containers/list/modifiers/erase/54577.cc b/libstdc++-v3/testsuite/23_containers/list/modifiers/erase/54577.cc index f69af2810ce3..b2ef8e1e31ea 100644 --- a/libstdc++-v3/testsuite/23_containers/list/modifiers/erase/54577.cc +++ b/libstdc++-v3/testsuite/23_containers/list/modifiers/erase/54577.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/list/modifiers/insert/25288.cc b/libstdc++-v3/testsuite/23_containers/list/modifiers/insert/25288.cc index 9f93e58e2281..7a9bdd398376 100644 --- a/libstdc++-v3/testsuite/23_containers/list/modifiers/insert/25288.cc +++ b/libstdc++-v3/testsuite/23_containers/list/modifiers/insert/25288.cc @@ -1,6 +1,6 @@ // { dg-require-time "" } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/23_containers/list/modifiers/insert/25288.h b/libstdc++-v3/testsuite/23_containers/list/modifiers/insert/25288.h index 809cd86aaf41..13559a6b762c 100644 --- a/libstdc++-v3/testsuite/23_containers/list/modifiers/insert/25288.h +++ b/libstdc++-v3/testsuite/23_containers/list/modifiers/insert/25288.h @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/23_containers/list/modifiers/insert/const_iterator.cc b/libstdc++-v3/testsuite/23_containers/list/modifiers/insert/const_iterator.cc index bd31e85cbfe6..9fd17edfaee8 100644 --- a/libstdc++-v3/testsuite/23_containers/list/modifiers/insert/const_iterator.cc +++ b/libstdc++-v3/testsuite/23_containers/list/modifiers/insert/const_iterator.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/list/modifiers/swap/1.cc b/libstdc++-v3/testsuite/23_containers/list/modifiers/swap/1.cc index 061a5a5a7df6..ee4e7bed146b 100644 --- a/libstdc++-v3/testsuite/23_containers/list/modifiers/swap/1.cc +++ b/libstdc++-v3/testsuite/23_containers/list/modifiers/swap/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/23_containers/list/modifiers/swap/1.h b/libstdc++-v3/testsuite/23_containers/list/modifiers/swap/1.h index 1a85c1c18b74..6475713e92d6 100644 --- a/libstdc++-v3/testsuite/23_containers/list/modifiers/swap/1.h +++ b/libstdc++-v3/testsuite/23_containers/list/modifiers/swap/1.h @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/23_containers/list/modifiers/swap/2.cc b/libstdc++-v3/testsuite/23_containers/list/modifiers/swap/2.cc index 803d3bc0662c..cb4325e1642a 100644 --- a/libstdc++-v3/testsuite/23_containers/list/modifiers/swap/2.cc +++ b/libstdc++-v3/testsuite/23_containers/list/modifiers/swap/2.cc @@ -1,6 +1,6 @@ // 2005-12-20 Paolo Carlini -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/23_containers/list/modifiers/swap/2.h b/libstdc++-v3/testsuite/23_containers/list/modifiers/swap/2.h index 5845271ab1f6..c51ebb16bada 100644 --- a/libstdc++-v3/testsuite/23_containers/list/modifiers/swap/2.h +++ b/libstdc++-v3/testsuite/23_containers/list/modifiers/swap/2.h @@ -1,6 +1,6 @@ // 2005-12-20 Paolo Carlini -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/23_containers/list/modifiers/swap/3.cc b/libstdc++-v3/testsuite/23_containers/list/modifiers/swap/3.cc index ac548d4b335a..3fa901961081 100644 --- a/libstdc++-v3/testsuite/23_containers/list/modifiers/swap/3.cc +++ b/libstdc++-v3/testsuite/23_containers/list/modifiers/swap/3.cc @@ -1,6 +1,6 @@ // 2005-12-20 Paolo Carlini -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/23_containers/list/modifiers/swap/3.h b/libstdc++-v3/testsuite/23_containers/list/modifiers/swap/3.h index a7841f9dba4a..e65c76bcf195 100644 --- a/libstdc++-v3/testsuite/23_containers/list/modifiers/swap/3.h +++ b/libstdc++-v3/testsuite/23_containers/list/modifiers/swap/3.h @@ -1,6 +1,6 @@ // 2005-12-20 Paolo Carlini -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/23_containers/list/operations/1.cc b/libstdc++-v3/testsuite/23_containers/list/operations/1.cc index c8ed47a5aad0..92b4ecb04356 100644 --- a/libstdc++-v3/testsuite/23_containers/list/operations/1.cc +++ b/libstdc++-v3/testsuite/23_containers/list/operations/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/23_containers/list/operations/1.h b/libstdc++-v3/testsuite/23_containers/list/operations/1.h index d9d557abfe1a..a55c779aed07 100644 --- a/libstdc++-v3/testsuite/23_containers/list/operations/1.h +++ b/libstdc++-v3/testsuite/23_containers/list/operations/1.h @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/23_containers/list/operations/2.cc b/libstdc++-v3/testsuite/23_containers/list/operations/2.cc index 0cd7109cd73f..3162c985df42 100644 --- a/libstdc++-v3/testsuite/23_containers/list/operations/2.cc +++ b/libstdc++-v3/testsuite/23_containers/list/operations/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/23_containers/list/operations/2.h b/libstdc++-v3/testsuite/23_containers/list/operations/2.h index 9d4dd6a91d86..f17c46d82780 100644 --- a/libstdc++-v3/testsuite/23_containers/list/operations/2.h +++ b/libstdc++-v3/testsuite/23_containers/list/operations/2.h @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/23_containers/list/operations/2_c++0x.cc b/libstdc++-v3/testsuite/23_containers/list/operations/2_c++0x.cc index 31c76d2b585f..24a73e6e9457 100644 --- a/libstdc++-v3/testsuite/23_containers/list/operations/2_c++0x.cc +++ b/libstdc++-v3/testsuite/23_containers/list/operations/2_c++0x.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/list/operations/3.cc b/libstdc++-v3/testsuite/23_containers/list/operations/3.cc index 16bec3dd5cd8..d42a4d45c555 100644 --- a/libstdc++-v3/testsuite/23_containers/list/operations/3.cc +++ b/libstdc++-v3/testsuite/23_containers/list/operations/3.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/23_containers/list/operations/3.h b/libstdc++-v3/testsuite/23_containers/list/operations/3.h index 4bcced53f801..8213d8e27c09 100644 --- a/libstdc++-v3/testsuite/23_containers/list/operations/3.h +++ b/libstdc++-v3/testsuite/23_containers/list/operations/3.h @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/23_containers/list/operations/35969.cc b/libstdc++-v3/testsuite/23_containers/list/operations/35969.cc index f2c457a642a9..626ed222ece9 100644 --- a/libstdc++-v3/testsuite/23_containers/list/operations/35969.cc +++ b/libstdc++-v3/testsuite/23_containers/list/operations/35969.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/23_containers/list/operations/3_c++0x.cc b/libstdc++-v3/testsuite/23_containers/list/operations/3_c++0x.cc index be36f0c85679..84da30d13509 100644 --- a/libstdc++-v3/testsuite/23_containers/list/operations/3_c++0x.cc +++ b/libstdc++-v3/testsuite/23_containers/list/operations/3_c++0x.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/list/operations/4.cc b/libstdc++-v3/testsuite/23_containers/list/operations/4.cc index e7f00e139d65..956d9ee577ac 100644 --- a/libstdc++-v3/testsuite/23_containers/list/operations/4.cc +++ b/libstdc++-v3/testsuite/23_containers/list/operations/4.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/23_containers/list/operations/4.h b/libstdc++-v3/testsuite/23_containers/list/operations/4.h index 208c8e2f1eac..482ff1287287 100644 --- a/libstdc++-v3/testsuite/23_containers/list/operations/4.h +++ b/libstdc++-v3/testsuite/23_containers/list/operations/4.h @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/23_containers/list/operations/42352.cc b/libstdc++-v3/testsuite/23_containers/list/operations/42352.cc index 9d7acd4e0aad..f5f23dac5451 100644 --- a/libstdc++-v3/testsuite/23_containers/list/operations/42352.cc +++ b/libstdc++-v3/testsuite/23_containers/list/operations/42352.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/list/operations/splice/const_iterator.cc b/libstdc++-v3/testsuite/23_containers/list/operations/splice/const_iterator.cc index 2e9bcba4590b..806040f6fc74 100644 --- a/libstdc++-v3/testsuite/23_containers/list/operations/splice/const_iterator.cc +++ b/libstdc++-v3/testsuite/23_containers/list/operations/splice/const_iterator.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/list/pthread1.cc b/libstdc++-v3/testsuite/23_containers/list/pthread1.cc index 6ec89bbf5dd5..a6949bee1f0f 100644 --- a/libstdc++-v3/testsuite/23_containers/list/pthread1.cc +++ b/libstdc++-v3/testsuite/23_containers/list/pthread1.cc @@ -1,6 +1,6 @@ // 2002-01-23 Loren J. Rittle // -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/23_containers/list/pthread5.cc b/libstdc++-v3/testsuite/23_containers/list/pthread5.cc index 239ab6f0f451..6320d51f7934 100644 --- a/libstdc++-v3/testsuite/23_containers/list/pthread5.cc +++ b/libstdc++-v3/testsuite/23_containers/list/pthread5.cc @@ -2,7 +2,7 @@ // Adpated from libstdc++/5464 submitted by jjessel@amadeus.net // Jean-Francois JESSEL (Amadeus SAS Development) // -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/23_containers/list/range_access.cc b/libstdc++-v3/testsuite/23_containers/list/range_access.cc index c7b168d1abbf..dc0310eb7195 100644 --- a/libstdc++-v3/testsuite/23_containers/list/range_access.cc +++ b/libstdc++-v3/testsuite/23_containers/list/range_access.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/list/requirements/citerators.cc b/libstdc++-v3/testsuite/23_containers/list/requirements/citerators.cc index 583b8e7609e0..2b40c6d4d2b5 100644 --- a/libstdc++-v3/testsuite/23_containers/list/requirements/citerators.cc +++ b/libstdc++-v3/testsuite/23_containers/list/requirements/citerators.cc @@ -2,7 +2,7 @@ // 2007-10-15 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/list/requirements/do_the_right_thing.cc b/libstdc++-v3/testsuite/23_containers/list/requirements/do_the_right_thing.cc index 501cdc29b4dc..762a013dcd8e 100644 --- a/libstdc++-v3/testsuite/23_containers/list/requirements/do_the_right_thing.cc +++ b/libstdc++-v3/testsuite/23_containers/list/requirements/do_the_right_thing.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/list/requirements/dr438/assign_neg.cc b/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/assign_neg.cc index 90e3c07e687e..f3020f44515a 100644 --- a/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/assign_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/assign_neg.cc @@ -1,6 +1,6 @@ // 2007-04-27 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/list/requirements/dr438/constructor.cc b/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/constructor.cc index 62ea64b7bc15..38a85e64fce2 100644 --- a/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/constructor.cc +++ b/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/constructor.cc @@ -1,6 +1,6 @@ // 2007-04-27 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/list/requirements/dr438/constructor_1_neg.cc b/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/constructor_1_neg.cc index 32815f446ec8..ad87ba7c83a4 100644 --- a/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/constructor_1_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/constructor_1_neg.cc @@ -1,6 +1,6 @@ // 2007-04-27 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/list/requirements/dr438/constructor_2_neg.cc b/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/constructor_2_neg.cc index 769d6156d8d6..806d2a0fc389 100644 --- a/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/constructor_2_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/constructor_2_neg.cc @@ -1,6 +1,6 @@ // 2007-04-27 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/list/requirements/dr438/insert_neg.cc b/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/insert_neg.cc index fff543e50ae9..5817b3ce68a7 100644 --- a/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/insert_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/insert_neg.cc @@ -1,6 +1,6 @@ // 2007-04-27 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/list/requirements/exception/basic.cc b/libstdc++-v3/testsuite/23_containers/list/requirements/exception/basic.cc index 070648564d8e..a88c9181718f 100644 --- a/libstdc++-v3/testsuite/23_containers/list/requirements/exception/basic.cc +++ b/libstdc++-v3/testsuite/23_containers/list/requirements/exception/basic.cc @@ -3,7 +3,7 @@ // 2009-11-30 Benjamin Kosnik -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/list/requirements/exception/generation_prohibited.cc b/libstdc++-v3/testsuite/23_containers/list/requirements/exception/generation_prohibited.cc index 9929f0c40e59..0b1517e91b94 100644 --- a/libstdc++-v3/testsuite/23_containers/list/requirements/exception/generation_prohibited.cc +++ b/libstdc++-v3/testsuite/23_containers/list/requirements/exception/generation_prohibited.cc @@ -3,7 +3,7 @@ // 2009-09-09 Benjamin Kosnik -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/list/requirements/exception/propagation_consistent.cc b/libstdc++-v3/testsuite/23_containers/list/requirements/exception/propagation_consistent.cc index 6043a2051bec..dcf47c4dd498 100644 --- a/libstdc++-v3/testsuite/23_containers/list/requirements/exception/propagation_consistent.cc +++ b/libstdc++-v3/testsuite/23_containers/list/requirements/exception/propagation_consistent.cc @@ -3,7 +3,7 @@ // 2009-09-09 Benjamin Kosnik -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/list/requirements/explicit_instantiation/1.cc b/libstdc++-v3/testsuite/23_containers/list/requirements/explicit_instantiation/1.cc index 8582fc582d0c..5cc5a5c7772d 100644 --- a/libstdc++-v3/testsuite/23_containers/list/requirements/explicit_instantiation/1.cc +++ b/libstdc++-v3/testsuite/23_containers/list/requirements/explicit_instantiation/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/23_containers/list/requirements/explicit_instantiation/1_c++0x.cc b/libstdc++-v3/testsuite/23_containers/list/requirements/explicit_instantiation/1_c++0x.cc index 2ddb44c80257..05819e290fbf 100644 --- a/libstdc++-v3/testsuite/23_containers/list/requirements/explicit_instantiation/1_c++0x.cc +++ b/libstdc++-v3/testsuite/23_containers/list/requirements/explicit_instantiation/1_c++0x.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/list/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/23_containers/list/requirements/explicit_instantiation/2.cc index b514958fc50f..1b8581593178 100644 --- a/libstdc++-v3/testsuite/23_containers/list/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/23_containers/list/requirements/explicit_instantiation/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/23_containers/list/requirements/explicit_instantiation/3.cc b/libstdc++-v3/testsuite/23_containers/list/requirements/explicit_instantiation/3.cc index f489a8b17623..32b898775622 100644 --- a/libstdc++-v3/testsuite/23_containers/list/requirements/explicit_instantiation/3.cc +++ b/libstdc++-v3/testsuite/23_containers/list/requirements/explicit_instantiation/3.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/23_containers/list/requirements/explicit_instantiation/4.cc b/libstdc++-v3/testsuite/23_containers/list/requirements/explicit_instantiation/4.cc index b4bd42f4bafd..57e01ca31b16 100644 --- a/libstdc++-v3/testsuite/23_containers/list/requirements/explicit_instantiation/4.cc +++ b/libstdc++-v3/testsuite/23_containers/list/requirements/explicit_instantiation/4.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 Free Software Foundation, Inc. // 2010-05-20 Paolo Carlini // diff --git a/libstdc++-v3/testsuite/23_containers/list/requirements/explicit_instantiation/5.cc b/libstdc++-v3/testsuite/23_containers/list/requirements/explicit_instantiation/5.cc index a69048cd4ac2..d9d0bbbafefc 100644 --- a/libstdc++-v3/testsuite/23_containers/list/requirements/explicit_instantiation/5.cc +++ b/libstdc++-v3/testsuite/23_containers/list/requirements/explicit_instantiation/5.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/list/requirements/explicit_instantiation/5_c++0x.cc b/libstdc++-v3/testsuite/23_containers/list/requirements/explicit_instantiation/5_c++0x.cc index d706d918ac65..3103b9afd9f0 100644 --- a/libstdc++-v3/testsuite/23_containers/list/requirements/explicit_instantiation/5_c++0x.cc +++ b/libstdc++-v3/testsuite/23_containers/list/requirements/explicit_instantiation/5_c++0x.cc @@ -1,5 +1,5 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/list/requirements/partial_specialization/1.cc b/libstdc++-v3/testsuite/23_containers/list/requirements/partial_specialization/1.cc index 0a27c6f9f392..cb89e8e01cec 100644 --- a/libstdc++-v3/testsuite/23_containers/list/requirements/partial_specialization/1.cc +++ b/libstdc++-v3/testsuite/23_containers/list/requirements/partial_specialization/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/23_containers/list/requirements/typedefs.cc b/libstdc++-v3/testsuite/23_containers/list/requirements/typedefs.cc index 365b50769f47..a7ebcfe872e5 100644 --- a/libstdc++-v3/testsuite/23_containers/list/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/23_containers/list/requirements/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/map/14340.cc b/libstdc++-v3/testsuite/23_containers/map/14340.cc index 92eba23eeae6..f5aef71775eb 100644 --- a/libstdc++-v3/testsuite/23_containers/map/14340.cc +++ b/libstdc++-v3/testsuite/23_containers/map/14340.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/23_containers/map/18604.cc b/libstdc++-v3/testsuite/23_containers/map/18604.cc index 268d8a93b4e6..83bbfbd61c17 100644 --- a/libstdc++-v3/testsuite/23_containers/map/18604.cc +++ b/libstdc++-v3/testsuite/23_containers/map/18604.cc @@ -1,6 +1,6 @@ // 2005-05-09 Paolo Carlini -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/23_containers/map/23781_neg.cc b/libstdc++-v3/testsuite/23_containers/map/23781_neg.cc index 4a3450db4a4e..69faf2c1304a 100644 --- a/libstdc++-v3/testsuite/23_containers/map/23781_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/map/23781_neg.cc @@ -1,6 +1,6 @@ // 2005-09-10 Paolo Carlini // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/23_containers/map/56613.cc b/libstdc++-v3/testsuite/23_containers/map/56613.cc index e646afe330db..672b4dd1a7db 100644 --- a/libstdc++-v3/testsuite/23_containers/map/56613.cc +++ b/libstdc++-v3/testsuite/23_containers/map/56613.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/map/58764.cc b/libstdc++-v3/testsuite/23_containers/map/58764.cc index 5a671d28db1a..fd263abddce3 100644 --- a/libstdc++-v3/testsuite/23_containers/map/58764.cc +++ b/libstdc++-v3/testsuite/23_containers/map/58764.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/map/59872.cc b/libstdc++-v3/testsuite/23_containers/map/59872.cc index 766588c160d4..19d05f31287b 100644 --- a/libstdc++-v3/testsuite/23_containers/map/59872.cc +++ b/libstdc++-v3/testsuite/23_containers/map/59872.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/map/77334.cc b/libstdc++-v3/testsuite/23_containers/map/77334.cc index 917896bed2bb..85d5da4a878c 100644 --- a/libstdc++-v3/testsuite/23_containers/map/77334.cc +++ b/libstdc++-v3/testsuite/23_containers/map/77334.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/23_containers/map/allocator/copy.cc b/libstdc++-v3/testsuite/23_containers/map/allocator/copy.cc index ad174cbd5ece..4580ebf78b2c 100644 --- a/libstdc++-v3/testsuite/23_containers/map/allocator/copy.cc +++ b/libstdc++-v3/testsuite/23_containers/map/allocator/copy.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/map/allocator/copy_assign.cc b/libstdc++-v3/testsuite/23_containers/map/allocator/copy_assign.cc index 46fc93d84868..05f461cecae7 100644 --- a/libstdc++-v3/testsuite/23_containers/map/allocator/copy_assign.cc +++ b/libstdc++-v3/testsuite/23_containers/map/allocator/copy_assign.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/map/allocator/init-list.cc b/libstdc++-v3/testsuite/23_containers/map/allocator/init-list.cc index 22a0b19034b1..812d0bf42243 100644 --- a/libstdc++-v3/testsuite/23_containers/map/allocator/init-list.cc +++ b/libstdc++-v3/testsuite/23_containers/map/allocator/init-list.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/map/allocator/minimal.cc b/libstdc++-v3/testsuite/23_containers/map/allocator/minimal.cc index fb866588440b..6471b6c76bbe 100644 --- a/libstdc++-v3/testsuite/23_containers/map/allocator/minimal.cc +++ b/libstdc++-v3/testsuite/23_containers/map/allocator/minimal.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/map/allocator/move.cc b/libstdc++-v3/testsuite/23_containers/map/allocator/move.cc index 296d7d4969bd..ffd693186afe 100644 --- a/libstdc++-v3/testsuite/23_containers/map/allocator/move.cc +++ b/libstdc++-v3/testsuite/23_containers/map/allocator/move.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/map/allocator/move_assign.cc b/libstdc++-v3/testsuite/23_containers/map/allocator/move_assign.cc index da7bfda41ca3..d249f293b12a 100644 --- a/libstdc++-v3/testsuite/23_containers/map/allocator/move_assign.cc +++ b/libstdc++-v3/testsuite/23_containers/map/allocator/move_assign.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/map/allocator/noexcept.cc b/libstdc++-v3/testsuite/23_containers/map/allocator/noexcept.cc index a9deae6f4795..183318c8e2ec 100644 --- a/libstdc++-v3/testsuite/23_containers/map/allocator/noexcept.cc +++ b/libstdc++-v3/testsuite/23_containers/map/allocator/noexcept.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/map/allocator/swap.cc b/libstdc++-v3/testsuite/23_containers/map/allocator/swap.cc index ce136b8e9728..cf8dc8dc1b8d 100644 --- a/libstdc++-v3/testsuite/23_containers/map/allocator/swap.cc +++ b/libstdc++-v3/testsuite/23_containers/map/allocator/swap.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/map/capacity/29134.cc b/libstdc++-v3/testsuite/23_containers/map/capacity/29134.cc index 0d7a82be91b2..753f741b911b 100644 --- a/libstdc++-v3/testsuite/23_containers/map/capacity/29134.cc +++ b/libstdc++-v3/testsuite/23_containers/map/capacity/29134.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/23_containers/map/cons/moveable.cc b/libstdc++-v3/testsuite/23_containers/map/cons/moveable.cc index 7918fedcb0cc..e0b4a59cc31a 100644 --- a/libstdc++-v3/testsuite/23_containers/map/cons/moveable.cc +++ b/libstdc++-v3/testsuite/23_containers/map/cons/moveable.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/23_containers/map/cons/noexcept_default_construct.cc b/libstdc++-v3/testsuite/23_containers/map/cons/noexcept_default_construct.cc index 1286d37a119f..766cc80f8bca 100644 --- a/libstdc++-v3/testsuite/23_containers/map/cons/noexcept_default_construct.cc +++ b/libstdc++-v3/testsuite/23_containers/map/cons/noexcept_default_construct.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/23_containers/map/cons/noexcept_move_construct.cc b/libstdc++-v3/testsuite/23_containers/map/cons/noexcept_move_construct.cc index 352d87966e3d..b172df7b2c42 100644 --- a/libstdc++-v3/testsuite/23_containers/map/cons/noexcept_move_construct.cc +++ b/libstdc++-v3/testsuite/23_containers/map/cons/noexcept_move_construct.cc @@ -2,7 +2,7 @@ // 2011-06-01 Paolo Carlini // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/map/debug/60499.cc b/libstdc++-v3/testsuite/23_containers/map/debug/60499.cc index ef12b3406bc1..e14b97a04020 100644 --- a/libstdc++-v3/testsuite/23_containers/map/debug/60499.cc +++ b/libstdc++-v3/testsuite/23_containers/map/debug/60499.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/map/debug/construct1_neg.cc b/libstdc++-v3/testsuite/23_containers/map/debug/construct1_neg.cc index e2589e85f2fe..329d91a220c1 100644 --- a/libstdc++-v3/testsuite/23_containers/map/debug/construct1_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/map/debug/construct1_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/map/debug/construct2_neg.cc b/libstdc++-v3/testsuite/23_containers/map/debug/construct2_neg.cc index f948438ff8fe..27a5605f04ff 100644 --- a/libstdc++-v3/testsuite/23_containers/map/debug/construct2_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/map/debug/construct2_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/map/debug/construct3_neg.cc b/libstdc++-v3/testsuite/23_containers/map/debug/construct3_neg.cc index 6732d18007da..a10bdbce190d 100644 --- a/libstdc++-v3/testsuite/23_containers/map/debug/construct3_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/map/debug/construct3_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/map/debug/construct4_neg.cc b/libstdc++-v3/testsuite/23_containers/map/debug/construct4_neg.cc index 22d6400f7b0b..e4b44caa273a 100644 --- a/libstdc++-v3/testsuite/23_containers/map/debug/construct4_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/map/debug/construct4_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/map/debug/construct5_neg.cc b/libstdc++-v3/testsuite/23_containers/map/debug/construct5_neg.cc index 9be8c0281f27..1fd25a8aa9b5 100644 --- a/libstdc++-v3/testsuite/23_containers/map/debug/construct5_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/map/debug/construct5_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/map/debug/insert1_neg.cc b/libstdc++-v3/testsuite/23_containers/map/debug/insert1_neg.cc index 351d9377de75..8220d50c735c 100644 --- a/libstdc++-v3/testsuite/23_containers/map/debug/insert1_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/map/debug/insert1_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/map/debug/insert2_neg.cc b/libstdc++-v3/testsuite/23_containers/map/debug/insert2_neg.cc index 46e1e078858b..a91d2b1fddbe 100644 --- a/libstdc++-v3/testsuite/23_containers/map/debug/insert2_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/map/debug/insert2_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/map/debug/insert3_neg.cc b/libstdc++-v3/testsuite/23_containers/map/debug/insert3_neg.cc index 58549e61fdde..3f5b261be7a6 100644 --- a/libstdc++-v3/testsuite/23_containers/map/debug/insert3_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/map/debug/insert3_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/map/debug/insert4_neg.cc b/libstdc++-v3/testsuite/23_containers/map/debug/insert4_neg.cc index db1ad6c7705f..ca1e174f3da2 100644 --- a/libstdc++-v3/testsuite/23_containers/map/debug/insert4_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/map/debug/insert4_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/map/debug/invalidation/1.cc b/libstdc++-v3/testsuite/23_containers/map/debug/invalidation/1.cc index 4d13bc5d89c4..d2db76396cda 100644 --- a/libstdc++-v3/testsuite/23_containers/map/debug/invalidation/1.cc +++ b/libstdc++-v3/testsuite/23_containers/map/debug/invalidation/1.cc @@ -1,6 +1,6 @@ // Map iterator invalidation tests -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/23_containers/map/debug/invalidation/2.cc b/libstdc++-v3/testsuite/23_containers/map/debug/invalidation/2.cc index 7a7c431d960c..d08a945e45b5 100644 --- a/libstdc++-v3/testsuite/23_containers/map/debug/invalidation/2.cc +++ b/libstdc++-v3/testsuite/23_containers/map/debug/invalidation/2.cc @@ -1,6 +1,6 @@ // Map iterator invalidation tests -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/23_containers/map/debug/iterator_self_move_assign_neg.cc b/libstdc++-v3/testsuite/23_containers/map/debug/iterator_self_move_assign_neg.cc index fa30d1bd1a68..fe5ea5cf4a5a 100644 --- a/libstdc++-v3/testsuite/23_containers/map/debug/iterator_self_move_assign_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/map/debug/iterator_self_move_assign_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/map/debug/move_assign_neg.cc b/libstdc++-v3/testsuite/23_containers/map/debug/move_assign_neg.cc index bb79b477a733..61735738ab02 100644 --- a/libstdc++-v3/testsuite/23_containers/map/debug/move_assign_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/map/debug/move_assign_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/map/debug/move_neg.cc b/libstdc++-v3/testsuite/23_containers/map/debug/move_neg.cc index f909af5f3e70..b691e930f09f 100644 --- a/libstdc++-v3/testsuite/23_containers/map/debug/move_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/map/debug/move_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/map/debug/self_move_assign_neg.cc b/libstdc++-v3/testsuite/23_containers/map/debug/self_move_assign_neg.cc index 822334536916..525e1eda04f2 100644 --- a/libstdc++-v3/testsuite/23_containers/map/debug/self_move_assign_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/map/debug/self_move_assign_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/map/element_access/1.cc b/libstdc++-v3/testsuite/23_containers/map/element_access/1.cc index 6a1ec5017876..0dba67ada06c 100644 --- a/libstdc++-v3/testsuite/23_containers/map/element_access/1.cc +++ b/libstdc++-v3/testsuite/23_containers/map/element_access/1.cc @@ -1,6 +1,6 @@ // 2005-08-29 Paolo Carlini // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/23_containers/map/element_access/2.cc b/libstdc++-v3/testsuite/23_containers/map/element_access/2.cc index 5762cfe75f21..d144d338abc9 100644 --- a/libstdc++-v3/testsuite/23_containers/map/element_access/2.cc +++ b/libstdc++-v3/testsuite/23_containers/map/element_access/2.cc @@ -2,7 +2,7 @@ // 2010-11-10 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/map/element_access/39901.cc b/libstdc++-v3/testsuite/23_containers/map/element_access/39901.cc index b2a944fc9fc6..47b1fa6ed5d8 100644 --- a/libstdc++-v3/testsuite/23_containers/map/element_access/39901.cc +++ b/libstdc++-v3/testsuite/23_containers/map/element_access/39901.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/map/element_access/46148.cc b/libstdc++-v3/testsuite/23_containers/map/element_access/46148.cc index 07252e14c874..e7df83644ee3 100644 --- a/libstdc++-v3/testsuite/23_containers/map/element_access/46148.cc +++ b/libstdc++-v3/testsuite/23_containers/map/element_access/46148.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/map/init-list.cc b/libstdc++-v3/testsuite/23_containers/map/init-list.cc index 2cc93f3deb85..5542586755f3 100644 --- a/libstdc++-v3/testsuite/23_containers/map/init-list.cc +++ b/libstdc++-v3/testsuite/23_containers/map/init-list.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/23_containers/map/modifiers/dr130.cc b/libstdc++-v3/testsuite/23_containers/map/modifiers/dr130.cc index f48bf89151c2..2bb7991268eb 100644 --- a/libstdc++-v3/testsuite/23_containers/map/modifiers/dr130.cc +++ b/libstdc++-v3/testsuite/23_containers/map/modifiers/dr130.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // 2008-07-22 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/map/modifiers/emplace/1.cc b/libstdc++-v3/testsuite/23_containers/map/modifiers/emplace/1.cc index 760090e369fe..f7cab8877e97 100644 --- a/libstdc++-v3/testsuite/23_containers/map/modifiers/emplace/1.cc +++ b/libstdc++-v3/testsuite/23_containers/map/modifiers/emplace/1.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/map/modifiers/erase/47628.cc b/libstdc++-v3/testsuite/23_containers/map/modifiers/erase/47628.cc index 81a38d56895c..6fb690bf64f9 100644 --- a/libstdc++-v3/testsuite/23_containers/map/modifiers/erase/47628.cc +++ b/libstdc++-v3/testsuite/23_containers/map/modifiers/erase/47628.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/map/modifiers/erase/51142.cc b/libstdc++-v3/testsuite/23_containers/map/modifiers/erase/51142.cc index be5790365b04..021d3c845a52 100644 --- a/libstdc++-v3/testsuite/23_containers/map/modifiers/erase/51142.cc +++ b/libstdc++-v3/testsuite/23_containers/map/modifiers/erase/51142.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/map/modifiers/erase/abi_tag.cc b/libstdc++-v3/testsuite/23_containers/map/modifiers/erase/abi_tag.cc index 0e9379f19fd4..65e85893781d 100644 --- a/libstdc++-v3/testsuite/23_containers/map/modifiers/erase/abi_tag.cc +++ b/libstdc++-v3/testsuite/23_containers/map/modifiers/erase/abi_tag.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-normal-mode "" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/map/modifiers/erase/dr130-linkage-check.cc b/libstdc++-v3/testsuite/23_containers/map/modifiers/erase/dr130-linkage-check.cc index 1fd60bf924a2..4f7f2be7f63d 100644 --- a/libstdc++-v3/testsuite/23_containers/map/modifiers/erase/dr130-linkage-check.cc +++ b/libstdc++-v3/testsuite/23_containers/map/modifiers/erase/dr130-linkage-check.cc @@ -4,7 +4,7 @@ // { dg-options "-fno-inline ./testsuite_shared.so" } // 2013-06-03 Benjamin Kosnik // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/map/modifiers/erase/end_neg.cc b/libstdc++-v3/testsuite/23_containers/map/modifiers/erase/end_neg.cc index f01a99b8e12b..77f596f7bebd 100644 --- a/libstdc++-v3/testsuite/23_containers/map/modifiers/erase/end_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/map/modifiers/erase/end_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/23_containers/map/modifiers/extract.cc b/libstdc++-v3/testsuite/23_containers/map/modifiers/extract.cc index 7622e482c601..097610067f03 100644 --- a/libstdc++-v3/testsuite/23_containers/map/modifiers/extract.cc +++ b/libstdc++-v3/testsuite/23_containers/map/modifiers/extract.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/23_containers/map/modifiers/insert/1.cc b/libstdc++-v3/testsuite/23_containers/map/modifiers/insert/1.cc index 2bc1b47ec4fa..d104bd1f8aef 100644 --- a/libstdc++-v3/testsuite/23_containers/map/modifiers/insert/1.cc +++ b/libstdc++-v3/testsuite/23_containers/map/modifiers/insert/1.cc @@ -1,6 +1,6 @@ // 2001-08-23 pme & Sylvain.Pion@sophia.inria.fr -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/23_containers/map/modifiers/insert/16813.cc b/libstdc++-v3/testsuite/23_containers/map/modifiers/insert/16813.cc index 77f59dd60d4b..625d40921fc8 100644 --- a/libstdc++-v3/testsuite/23_containers/map/modifiers/insert/16813.cc +++ b/libstdc++-v3/testsuite/23_containers/map/modifiers/insert/16813.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/23_containers/map/modifiers/insert/2.cc b/libstdc++-v3/testsuite/23_containers/map/modifiers/insert/2.cc index 807e3f9c0ad1..0f9c16123d91 100644 --- a/libstdc++-v3/testsuite/23_containers/map/modifiers/insert/2.cc +++ b/libstdc++-v3/testsuite/23_containers/map/modifiers/insert/2.cc @@ -2,7 +2,7 @@ // 2010-11-10 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/map/modifiers/insert/3.cc b/libstdc++-v3/testsuite/23_containers/map/modifiers/insert/3.cc index b2735884c510..1acf4e20269d 100644 --- a/libstdc++-v3/testsuite/23_containers/map/modifiers/insert/3.cc +++ b/libstdc++-v3/testsuite/23_containers/map/modifiers/insert/3.cc @@ -2,7 +2,7 @@ // 2010-11-10 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/map/modifiers/insert/4.cc b/libstdc++-v3/testsuite/23_containers/map/modifiers/insert/4.cc index 33a114410bf7..06a181670dd2 100644 --- a/libstdc++-v3/testsuite/23_containers/map/modifiers/insert/4.cc +++ b/libstdc++-v3/testsuite/23_containers/map/modifiers/insert/4.cc @@ -2,7 +2,7 @@ // 2010-11-10 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/map/modifiers/insert/5.cc b/libstdc++-v3/testsuite/23_containers/map/modifiers/insert/5.cc index 1c1d3ec9ed5a..381d98e9a45d 100644 --- a/libstdc++-v3/testsuite/23_containers/map/modifiers/insert/5.cc +++ b/libstdc++-v3/testsuite/23_containers/map/modifiers/insert/5.cc @@ -2,7 +2,7 @@ // 2010-11-10 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/map/modifiers/insert_or_assign/1.cc b/libstdc++-v3/testsuite/23_containers/map/modifiers/insert_or_assign/1.cc index bcce8ea8475e..61d46345c01c 100644 --- a/libstdc++-v3/testsuite/23_containers/map/modifiers/insert_or_assign/1.cc +++ b/libstdc++-v3/testsuite/23_containers/map/modifiers/insert_or_assign/1.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/23_containers/map/modifiers/merge.cc b/libstdc++-v3/testsuite/23_containers/map/modifiers/merge.cc index cc8da8fc5c76..36d78629d561 100644 --- a/libstdc++-v3/testsuite/23_containers/map/modifiers/merge.cc +++ b/libstdc++-v3/testsuite/23_containers/map/modifiers/merge.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/23_containers/map/modifiers/swap/1.cc b/libstdc++-v3/testsuite/23_containers/map/modifiers/swap/1.cc index 52c49224c6d8..c4a9a179b31e 100644 --- a/libstdc++-v3/testsuite/23_containers/map/modifiers/swap/1.cc +++ b/libstdc++-v3/testsuite/23_containers/map/modifiers/swap/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/23_containers/map/modifiers/swap/2.cc b/libstdc++-v3/testsuite/23_containers/map/modifiers/swap/2.cc index 51b46b53f62a..d386657b9dbc 100644 --- a/libstdc++-v3/testsuite/23_containers/map/modifiers/swap/2.cc +++ b/libstdc++-v3/testsuite/23_containers/map/modifiers/swap/2.cc @@ -1,6 +1,6 @@ // 2005-12-20 Paolo Carlini -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/23_containers/map/modifiers/swap/3.cc b/libstdc++-v3/testsuite/23_containers/map/modifiers/swap/3.cc index c3616df61a23..d31fa44941fa 100644 --- a/libstdc++-v3/testsuite/23_containers/map/modifiers/swap/3.cc +++ b/libstdc++-v3/testsuite/23_containers/map/modifiers/swap/3.cc @@ -1,6 +1,6 @@ // 2005-12-20 Paolo Carlini -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/23_containers/map/modifiers/try_emplace/1.cc b/libstdc++-v3/testsuite/23_containers/map/modifiers/try_emplace/1.cc index 9ea877055c17..6b7fdd23277a 100644 --- a/libstdc++-v3/testsuite/23_containers/map/modifiers/try_emplace/1.cc +++ b/libstdc++-v3/testsuite/23_containers/map/modifiers/try_emplace/1.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/23_containers/map/operations/1.cc b/libstdc++-v3/testsuite/23_containers/map/operations/1.cc index e172fc7ce9f5..0675b2ce28e3 100644 --- a/libstdc++-v3/testsuite/23_containers/map/operations/1.cc +++ b/libstdc++-v3/testsuite/23_containers/map/operations/1.cc @@ -1,6 +1,6 @@ // 2006-11-25 Paolo Carlini -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/23_containers/map/operations/2.cc b/libstdc++-v3/testsuite/23_containers/map/operations/2.cc index c1cd1a84d51b..650908486da0 100644 --- a/libstdc++-v3/testsuite/23_containers/map/operations/2.cc +++ b/libstdc++-v3/testsuite/23_containers/map/operations/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/23_containers/map/operations/31440.cc b/libstdc++-v3/testsuite/23_containers/map/operations/31440.cc index fe2da650e32d..6401bfe5a31e 100644 --- a/libstdc++-v3/testsuite/23_containers/map/operations/31440.cc +++ b/libstdc++-v3/testsuite/23_containers/map/operations/31440.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/map/operations/count.cc b/libstdc++-v3/testsuite/23_containers/map/operations/count.cc index ef226b6cc371..bd85607d25e9 100644 --- a/libstdc++-v3/testsuite/23_containers/map/operations/count.cc +++ b/libstdc++-v3/testsuite/23_containers/map/operations/count.cc @@ -1,6 +1,6 @@ // 2011-10-28 Paolo Carlini -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/map/operators/1.cc b/libstdc++-v3/testsuite/23_containers/map/operators/1.cc index 452ad485d15e..c7a9288ad5fe 100644 --- a/libstdc++-v3/testsuite/23_containers/map/operators/1.cc +++ b/libstdc++-v3/testsuite/23_containers/map/operators/1.cc @@ -2,7 +2,7 @@ // 2000-09-07 bgarcia@laurelnetworks.com -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/23_containers/map/operators/1_neg.cc b/libstdc++-v3/testsuite/23_containers/map/operators/1_neg.cc index d524f641092f..adddfe75015e 100644 --- a/libstdc++-v3/testsuite/23_containers/map/operators/1_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/map/operators/1_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/23_containers/map/operators/2.cc b/libstdc++-v3/testsuite/23_containers/map/operators/2.cc index fdc5bad2aa04..e3732134130b 100644 --- a/libstdc++-v3/testsuite/23_containers/map/operators/2.cc +++ b/libstdc++-v3/testsuite/23_containers/map/operators/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/map/pthread6.cc b/libstdc++-v3/testsuite/23_containers/map/pthread6.cc index 99e17c5ad2de..4d1d57f18cdc 100644 --- a/libstdc++-v3/testsuite/23_containers/map/pthread6.cc +++ b/libstdc++-v3/testsuite/23_containers/map/pthread6.cc @@ -1,7 +1,7 @@ // 2002-01-23 Loren J. Rittle // Adpated from libstdc++/5444 submitted by markus.breuer@materna.de // -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/23_containers/map/range_access.cc b/libstdc++-v3/testsuite/23_containers/map/range_access.cc index ffe478fd00cf..cf06110daf6e 100644 --- a/libstdc++-v3/testsuite/23_containers/map/range_access.cc +++ b/libstdc++-v3/testsuite/23_containers/map/range_access.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/map/requirements/citerators.cc b/libstdc++-v3/testsuite/23_containers/map/requirements/citerators.cc index 806a8eecfd46..c118fe2c7637 100644 --- a/libstdc++-v3/testsuite/23_containers/map/requirements/citerators.cc +++ b/libstdc++-v3/testsuite/23_containers/map/requirements/citerators.cc @@ -2,7 +2,7 @@ // 2007-10-15 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/map/requirements/exception/basic.cc b/libstdc++-v3/testsuite/23_containers/map/requirements/exception/basic.cc index f93e9a524393..272464f27780 100644 --- a/libstdc++-v3/testsuite/23_containers/map/requirements/exception/basic.cc +++ b/libstdc++-v3/testsuite/23_containers/map/requirements/exception/basic.cc @@ -3,7 +3,7 @@ // 2009-11-30 Benjamin Kosnik -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/map/requirements/exception/generation_prohibited.cc b/libstdc++-v3/testsuite/23_containers/map/requirements/exception/generation_prohibited.cc index 09675e68abd2..6eafdf76d52a 100644 --- a/libstdc++-v3/testsuite/23_containers/map/requirements/exception/generation_prohibited.cc +++ b/libstdc++-v3/testsuite/23_containers/map/requirements/exception/generation_prohibited.cc @@ -3,7 +3,7 @@ // 2009-09-09 Benjamin Kosnik -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/map/requirements/exception/propagation_consistent.cc b/libstdc++-v3/testsuite/23_containers/map/requirements/exception/propagation_consistent.cc index fb4c6969dbbf..40142ad4aeb0 100644 --- a/libstdc++-v3/testsuite/23_containers/map/requirements/exception/propagation_consistent.cc +++ b/libstdc++-v3/testsuite/23_containers/map/requirements/exception/propagation_consistent.cc @@ -3,7 +3,7 @@ // 2009-09-09 Benjamin Kosnik -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/map/requirements/explicit_instantiation/1.cc b/libstdc++-v3/testsuite/23_containers/map/requirements/explicit_instantiation/1.cc index fb7eb2435b44..c342fc8adcb8 100644 --- a/libstdc++-v3/testsuite/23_containers/map/requirements/explicit_instantiation/1.cc +++ b/libstdc++-v3/testsuite/23_containers/map/requirements/explicit_instantiation/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/23_containers/map/requirements/explicit_instantiation/1_c++0x.cc b/libstdc++-v3/testsuite/23_containers/map/requirements/explicit_instantiation/1_c++0x.cc index 7567046eb0ab..d60ca41fd1c5 100644 --- a/libstdc++-v3/testsuite/23_containers/map/requirements/explicit_instantiation/1_c++0x.cc +++ b/libstdc++-v3/testsuite/23_containers/map/requirements/explicit_instantiation/1_c++0x.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/map/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/23_containers/map/requirements/explicit_instantiation/2.cc index 6ad6561a0636..3a0f0d206c02 100644 --- a/libstdc++-v3/testsuite/23_containers/map/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/23_containers/map/requirements/explicit_instantiation/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/23_containers/map/requirements/explicit_instantiation/3.cc b/libstdc++-v3/testsuite/23_containers/map/requirements/explicit_instantiation/3.cc index 54480ee78f1d..574f69d394ff 100644 --- a/libstdc++-v3/testsuite/23_containers/map/requirements/explicit_instantiation/3.cc +++ b/libstdc++-v3/testsuite/23_containers/map/requirements/explicit_instantiation/3.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/23_containers/map/requirements/explicit_instantiation/4.cc b/libstdc++-v3/testsuite/23_containers/map/requirements/explicit_instantiation/4.cc index e6700ea92ae5..d8843cead522 100644 --- a/libstdc++-v3/testsuite/23_containers/map/requirements/explicit_instantiation/4.cc +++ b/libstdc++-v3/testsuite/23_containers/map/requirements/explicit_instantiation/4.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 Free Software Foundation, Inc. // 2010-05-20 Paolo Carlini // diff --git a/libstdc++-v3/testsuite/23_containers/map/requirements/explicit_instantiation/5.cc b/libstdc++-v3/testsuite/23_containers/map/requirements/explicit_instantiation/5.cc index ce76c988c002..a31992c28b8e 100644 --- a/libstdc++-v3/testsuite/23_containers/map/requirements/explicit_instantiation/5.cc +++ b/libstdc++-v3/testsuite/23_containers/map/requirements/explicit_instantiation/5.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/map/requirements/explicit_instantiation/5_c++0x.cc b/libstdc++-v3/testsuite/23_containers/map/requirements/explicit_instantiation/5_c++0x.cc index fa0978a02bc5..879356cb65de 100644 --- a/libstdc++-v3/testsuite/23_containers/map/requirements/explicit_instantiation/5_c++0x.cc +++ b/libstdc++-v3/testsuite/23_containers/map/requirements/explicit_instantiation/5_c++0x.cc @@ -1,5 +1,5 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/map/requirements/partial_specialization/1.cc b/libstdc++-v3/testsuite/23_containers/map/requirements/partial_specialization/1.cc index e28006cce282..e494c19eb5e6 100644 --- a/libstdc++-v3/testsuite/23_containers/map/requirements/partial_specialization/1.cc +++ b/libstdc++-v3/testsuite/23_containers/map/requirements/partial_specialization/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/23_containers/map/requirements/typedefs.cc b/libstdc++-v3/testsuite/23_containers/map/requirements/typedefs.cc index 3ae04dcb9828..f732effb06fa 100644 --- a/libstdc++-v3/testsuite/23_containers/map/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/23_containers/map/requirements/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/multimap/14340.cc b/libstdc++-v3/testsuite/23_containers/multimap/14340.cc index 19bd262fcb86..f05bc43bb07d 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/14340.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/14340.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/23_containers/multimap/23781_neg.cc b/libstdc++-v3/testsuite/23_containers/multimap/23781_neg.cc index e803e37430e9..2193e702069c 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/23781_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/23781_neg.cc @@ -1,6 +1,6 @@ // 2005-09-10 Paolo Carlini // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/23_containers/multimap/58764.cc b/libstdc++-v3/testsuite/23_containers/multimap/58764.cc index 33281bc470cc..031e41d5868d 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/58764.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/58764.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/multimap/allocator/copy.cc b/libstdc++-v3/testsuite/23_containers/multimap/allocator/copy.cc index 4b30945e9d92..ebcb0fdfaeb0 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/allocator/copy.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/allocator/copy.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/multimap/allocator/copy_assign.cc b/libstdc++-v3/testsuite/23_containers/multimap/allocator/copy_assign.cc index 6028c04ee7ff..e38f27c52aef 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/allocator/copy_assign.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/allocator/copy_assign.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/multimap/allocator/init-list.cc b/libstdc++-v3/testsuite/23_containers/multimap/allocator/init-list.cc index b9116b0d16ab..b47926a79bbe 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/allocator/init-list.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/allocator/init-list.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/multimap/allocator/minimal.cc b/libstdc++-v3/testsuite/23_containers/multimap/allocator/minimal.cc index 7da6ac8cefde..a39cc823d4f6 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/allocator/minimal.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/allocator/minimal.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/multimap/allocator/move.cc b/libstdc++-v3/testsuite/23_containers/multimap/allocator/move.cc index 4f311ea2977a..9a89205e8ef1 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/allocator/move.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/allocator/move.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/multimap/allocator/move_assign.cc b/libstdc++-v3/testsuite/23_containers/multimap/allocator/move_assign.cc index e1e051d85912..dbd954f169ec 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/allocator/move_assign.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/allocator/move_assign.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/multimap/allocator/noexcept.cc b/libstdc++-v3/testsuite/23_containers/multimap/allocator/noexcept.cc index 22bfa79274fa..66d811615ad3 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/allocator/noexcept.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/allocator/noexcept.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/multimap/allocator/swap.cc b/libstdc++-v3/testsuite/23_containers/multimap/allocator/swap.cc index 4f786bd6828f..972e774aeae8 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/allocator/swap.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/allocator/swap.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/multimap/capacity/29134.cc b/libstdc++-v3/testsuite/23_containers/multimap/capacity/29134.cc index 6e9953b10a0f..36dd3b6b0b6b 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/capacity/29134.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/capacity/29134.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/23_containers/multimap/cons/moveable.cc b/libstdc++-v3/testsuite/23_containers/multimap/cons/moveable.cc index 411faa8905ae..b2c5946a051c 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/cons/moveable.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/cons/moveable.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/23_containers/multimap/cons/noexcept_default_construct.cc b/libstdc++-v3/testsuite/23_containers/multimap/cons/noexcept_default_construct.cc index 30c0656956a0..861a59752cce 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/cons/noexcept_default_construct.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/cons/noexcept_default_construct.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/23_containers/multimap/cons/noexcept_move_construct.cc b/libstdc++-v3/testsuite/23_containers/multimap/cons/noexcept_move_construct.cc index 307d93b0df08..03ef4594a0ce 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/cons/noexcept_move_construct.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/cons/noexcept_move_construct.cc @@ -2,7 +2,7 @@ // 2011-06-01 Paolo Carlini // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/multimap/debug/60499.cc b/libstdc++-v3/testsuite/23_containers/multimap/debug/60499.cc index a226e392bd91..be74305ee8f0 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/debug/60499.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/debug/60499.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/multimap/debug/construct1_neg.cc b/libstdc++-v3/testsuite/23_containers/multimap/debug/construct1_neg.cc index d73daa96dcd2..190a31cc2da6 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/debug/construct1_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/debug/construct1_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/multimap/debug/construct2_neg.cc b/libstdc++-v3/testsuite/23_containers/multimap/debug/construct2_neg.cc index 89b9432d7c05..aa546c52cc6b 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/debug/construct2_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/debug/construct2_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/multimap/debug/construct3_neg.cc b/libstdc++-v3/testsuite/23_containers/multimap/debug/construct3_neg.cc index 998846025e14..d501302d477c 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/debug/construct3_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/debug/construct3_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/multimap/debug/construct4_neg.cc b/libstdc++-v3/testsuite/23_containers/multimap/debug/construct4_neg.cc index f0f00666403b..391950541121 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/debug/construct4_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/debug/construct4_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/multimap/debug/construct5_neg.cc b/libstdc++-v3/testsuite/23_containers/multimap/debug/construct5_neg.cc index 5a3212411d6b..29c0df9235d0 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/debug/construct5_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/debug/construct5_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/multimap/debug/insert1_neg.cc b/libstdc++-v3/testsuite/23_containers/multimap/debug/insert1_neg.cc index e0dc28dbfae3..78d89b467b14 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/debug/insert1_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/debug/insert1_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/multimap/debug/insert2_neg.cc b/libstdc++-v3/testsuite/23_containers/multimap/debug/insert2_neg.cc index edecbad6fe24..8cb6b44245f1 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/debug/insert2_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/debug/insert2_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/multimap/debug/insert3_neg.cc b/libstdc++-v3/testsuite/23_containers/multimap/debug/insert3_neg.cc index 1c860b439fec..ad5948630fcc 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/debug/insert3_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/debug/insert3_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/multimap/debug/insert4_neg.cc b/libstdc++-v3/testsuite/23_containers/multimap/debug/insert4_neg.cc index 7b4448f2354d..2e3852c31002 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/debug/insert4_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/debug/insert4_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/multimap/debug/invalidation/1.cc b/libstdc++-v3/testsuite/23_containers/multimap/debug/invalidation/1.cc index 0e4f6e8f7dc8..2c194e8d9b0a 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/debug/invalidation/1.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/debug/invalidation/1.cc @@ -1,6 +1,6 @@ // Multimap iterator invalidation tests -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/23_containers/multimap/debug/invalidation/2.cc b/libstdc++-v3/testsuite/23_containers/multimap/debug/invalidation/2.cc index 11cff951d350..ad2c224582c4 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/debug/invalidation/2.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/debug/invalidation/2.cc @@ -1,6 +1,6 @@ // Multimap iterator invalidation tests -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/23_containers/multimap/debug/iterator_self_move_assign_neg.cc b/libstdc++-v3/testsuite/23_containers/multimap/debug/iterator_self_move_assign_neg.cc index 6160a572410e..2b212bb1f4e0 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/debug/iterator_self_move_assign_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/debug/iterator_self_move_assign_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/multimap/debug/move_assign_neg.cc b/libstdc++-v3/testsuite/23_containers/multimap/debug/move_assign_neg.cc index ec117c5d68f5..17544c61b3bd 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/debug/move_assign_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/debug/move_assign_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/multimap/debug/move_neg.cc b/libstdc++-v3/testsuite/23_containers/multimap/debug/move_neg.cc index d376b214939e..f73b4e2c9f6e 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/debug/move_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/debug/move_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/multimap/debug/self_move_assign_neg.cc b/libstdc++-v3/testsuite/23_containers/multimap/debug/self_move_assign_neg.cc index 301c88443597..a562ce54ffcd 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/debug/self_move_assign_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/debug/self_move_assign_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/multimap/init-list.cc b/libstdc++-v3/testsuite/23_containers/multimap/init-list.cc index c2ce1c307aca..b08f127cc6ae 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/init-list.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/init-list.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/23_containers/multimap/modifiers/dr130.cc b/libstdc++-v3/testsuite/23_containers/multimap/modifiers/dr130.cc index f015227bf675..1958dece6075 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/modifiers/dr130.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/modifiers/dr130.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/multimap/modifiers/emplace/1.cc b/libstdc++-v3/testsuite/23_containers/multimap/modifiers/emplace/1.cc index 5378bb69f279..84a7fc63dc59 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/modifiers/emplace/1.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/modifiers/emplace/1.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/multimap/modifiers/erase/47628.cc b/libstdc++-v3/testsuite/23_containers/multimap/modifiers/erase/47628.cc index 18bda375d0b8..41fdb11d1ba9 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/modifiers/erase/47628.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/modifiers/erase/47628.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/multimap/modifiers/erase/51142.cc b/libstdc++-v3/testsuite/23_containers/multimap/modifiers/erase/51142.cc index b0eca431364a..de2dd178fdd7 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/modifiers/erase/51142.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/modifiers/erase/51142.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/multimap/modifiers/erase/abi_tag.cc b/libstdc++-v3/testsuite/23_containers/multimap/modifiers/erase/abi_tag.cc index e709cb69f013..a25dba74edb3 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/modifiers/erase/abi_tag.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/modifiers/erase/abi_tag.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-normal-mode "" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/multimap/modifiers/erase/dr130-linkage-check.cc b/libstdc++-v3/testsuite/23_containers/multimap/modifiers/erase/dr130-linkage-check.cc index 694851a7e3f0..1887f597c808 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/modifiers/erase/dr130-linkage-check.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/modifiers/erase/dr130-linkage-check.cc @@ -4,7 +4,7 @@ // { dg-options "-fno-inline ./testsuite_shared.so" } // 2013-06-03 Benjamin Kosnik // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/multimap/modifiers/extract.cc b/libstdc++-v3/testsuite/23_containers/multimap/modifiers/extract.cc index ec11aee493d4..260e97bf4dab 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/modifiers/extract.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/modifiers/extract.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/23_containers/multimap/modifiers/insert/1.cc b/libstdc++-v3/testsuite/23_containers/multimap/modifiers/insert/1.cc index 7d605e28735b..9e5b44826e50 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/modifiers/insert/1.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/modifiers/insert/1.cc @@ -2,7 +2,7 @@ // 2010-11-10 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/multimap/modifiers/insert/2.cc b/libstdc++-v3/testsuite/23_containers/multimap/modifiers/insert/2.cc index ed88fef35d8e..0bad1dd10be3 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/modifiers/insert/2.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/modifiers/insert/2.cc @@ -2,7 +2,7 @@ // 2010-11-10 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/multimap/modifiers/insert/22102.cc b/libstdc++-v3/testsuite/23_containers/multimap/modifiers/insert/22102.cc index 6e2168578269..9b85cd93b7d4 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/modifiers/insert/22102.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/modifiers/insert/22102.cc @@ -1,6 +1,6 @@ // 2006-01-07 Paolo Carlini -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/23_containers/multimap/modifiers/insert/3.cc b/libstdc++-v3/testsuite/23_containers/multimap/modifiers/insert/3.cc index f18575e644d8..fe520e33cef2 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/modifiers/insert/3.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/modifiers/insert/3.cc @@ -2,7 +2,7 @@ // 2010-11-10 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/multimap/modifiers/insert/4.cc b/libstdc++-v3/testsuite/23_containers/multimap/modifiers/insert/4.cc index 470e9d2a1d00..9f6b5eceeb7c 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/modifiers/insert/4.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/modifiers/insert/4.cc @@ -2,7 +2,7 @@ // 2010-11-10 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/multimap/modifiers/merge.cc b/libstdc++-v3/testsuite/23_containers/multimap/modifiers/merge.cc index 2cc8b2a5610f..4caca6102882 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/modifiers/merge.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/modifiers/merge.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/23_containers/multimap/modifiers/swap/1.cc b/libstdc++-v3/testsuite/23_containers/multimap/modifiers/swap/1.cc index b664e1e8e9d4..b7699cbbc8ab 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/modifiers/swap/1.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/modifiers/swap/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/23_containers/multimap/modifiers/swap/2.cc b/libstdc++-v3/testsuite/23_containers/multimap/modifiers/swap/2.cc index 6d96f5e7a8ee..6544b21dd53c 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/modifiers/swap/2.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/modifiers/swap/2.cc @@ -1,6 +1,6 @@ // 2005-12-20 Paolo Carlini -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/23_containers/multimap/modifiers/swap/3.cc b/libstdc++-v3/testsuite/23_containers/multimap/modifiers/swap/3.cc index eafc5c8e1f9b..ad8b6cb81be2 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/modifiers/swap/3.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/modifiers/swap/3.cc @@ -1,6 +1,6 @@ // 2005-12-20 Paolo Carlini -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/23_containers/multimap/operations/1.cc b/libstdc++-v3/testsuite/23_containers/multimap/operations/1.cc index 51a5ae8e1239..5902eddd69af 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/operations/1.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/operations/1.cc @@ -1,6 +1,6 @@ // 2006-11-25 Paolo Carlini -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/23_containers/multimap/operations/2.cc b/libstdc++-v3/testsuite/23_containers/multimap/operations/2.cc index 9eee2d6108d7..06e084d4e726 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/operations/2.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/operations/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/23_containers/multimap/operations/count.cc b/libstdc++-v3/testsuite/23_containers/multimap/operations/count.cc index d5ee57d18b5f..680cef9d973f 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/operations/count.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/operations/count.cc @@ -1,6 +1,6 @@ // 2011-10-28 Paolo Carlini -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/multimap/range_access.cc b/libstdc++-v3/testsuite/23_containers/multimap/range_access.cc index fb5360a49558..a89cb0282bc0 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/range_access.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/range_access.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/multimap/requirements/citerators.cc b/libstdc++-v3/testsuite/23_containers/multimap/requirements/citerators.cc index 1bfb36d642ca..9ebee31f545a 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/requirements/citerators.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/requirements/citerators.cc @@ -2,7 +2,7 @@ // 2007-10-15 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/multimap/requirements/exception/basic.cc b/libstdc++-v3/testsuite/23_containers/multimap/requirements/exception/basic.cc index d4c3dca8efcf..1f80a1e68009 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/requirements/exception/basic.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/requirements/exception/basic.cc @@ -3,7 +3,7 @@ // 2009-11-30 Benjamin Kosnik -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/multimap/requirements/exception/generation_prohibited.cc b/libstdc++-v3/testsuite/23_containers/multimap/requirements/exception/generation_prohibited.cc index 77253fd7b6ea..f63b939bfd86 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/requirements/exception/generation_prohibited.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/requirements/exception/generation_prohibited.cc @@ -3,7 +3,7 @@ // 2009-09-09 Benjamin Kosnik -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/multimap/requirements/exception/propagation_consistent.cc b/libstdc++-v3/testsuite/23_containers/multimap/requirements/exception/propagation_consistent.cc index 267a4d0f544a..aca4c960fdc9 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/requirements/exception/propagation_consistent.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/requirements/exception/propagation_consistent.cc @@ -3,7 +3,7 @@ // 2009-09-09 Benjamin Kosnik -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/multimap/requirements/explicit_instantiation/1.cc b/libstdc++-v3/testsuite/23_containers/multimap/requirements/explicit_instantiation/1.cc index b853fa3a7e49..28b9a63566b6 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/requirements/explicit_instantiation/1.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/requirements/explicit_instantiation/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/23_containers/multimap/requirements/explicit_instantiation/1_c++0x.cc b/libstdc++-v3/testsuite/23_containers/multimap/requirements/explicit_instantiation/1_c++0x.cc index 1f7000c8342c..84677b197fcd 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/requirements/explicit_instantiation/1_c++0x.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/requirements/explicit_instantiation/1_c++0x.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/multimap/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/23_containers/multimap/requirements/explicit_instantiation/2.cc index 949f143f8826..77c322679b66 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/requirements/explicit_instantiation/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/23_containers/multimap/requirements/explicit_instantiation/3.cc b/libstdc++-v3/testsuite/23_containers/multimap/requirements/explicit_instantiation/3.cc index 8da7e3baeed3..1aa6b6783345 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/requirements/explicit_instantiation/3.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/requirements/explicit_instantiation/3.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/23_containers/multimap/requirements/explicit_instantiation/4.cc b/libstdc++-v3/testsuite/23_containers/multimap/requirements/explicit_instantiation/4.cc index 931dd7b72dea..53b338301daa 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/requirements/explicit_instantiation/4.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/requirements/explicit_instantiation/4.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 Free Software Foundation, Inc. // 2010-05-20 Paolo Carlini // diff --git a/libstdc++-v3/testsuite/23_containers/multimap/requirements/explicit_instantiation/5.cc b/libstdc++-v3/testsuite/23_containers/multimap/requirements/explicit_instantiation/5.cc index c9095ea83478..de09a0e4f379 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/requirements/explicit_instantiation/5.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/requirements/explicit_instantiation/5.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/multimap/requirements/explicit_instantiation/5_c++0x.cc b/libstdc++-v3/testsuite/23_containers/multimap/requirements/explicit_instantiation/5_c++0x.cc index 3ca69283eb9b..10156b50d57a 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/requirements/explicit_instantiation/5_c++0x.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/requirements/explicit_instantiation/5_c++0x.cc @@ -1,5 +1,5 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/multimap/requirements/partial_specialization/1.cc b/libstdc++-v3/testsuite/23_containers/multimap/requirements/partial_specialization/1.cc index d6a6f04475da..4f6fc5fc3bff 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/requirements/partial_specialization/1.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/requirements/partial_specialization/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/23_containers/multimap/requirements/typedefs.cc b/libstdc++-v3/testsuite/23_containers/multimap/requirements/typedefs.cc index 1ae3309a90aa..ce9d41b2850a 100644 --- a/libstdc++-v3/testsuite/23_containers/multimap/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/23_containers/multimap/requirements/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/multiset/14340.cc b/libstdc++-v3/testsuite/23_containers/multiset/14340.cc index 136dca14b069..2713c9949b7e 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/14340.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/14340.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/23_containers/multiset/23781_neg.cc b/libstdc++-v3/testsuite/23_containers/multiset/23781_neg.cc index e34ac9d90838..e0b324f6187d 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/23781_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/23781_neg.cc @@ -1,6 +1,6 @@ // 2005-09-10 Paolo Carlini // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/23_containers/multiset/58764.cc b/libstdc++-v3/testsuite/23_containers/multiset/58764.cc index 3375f6baf567..15ed3f50748b 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/58764.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/58764.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/multiset/allocator/copy.cc b/libstdc++-v3/testsuite/23_containers/multiset/allocator/copy.cc index 32cece0ebaca..36f529d94eee 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/allocator/copy.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/allocator/copy.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/multiset/allocator/copy_assign.cc b/libstdc++-v3/testsuite/23_containers/multiset/allocator/copy_assign.cc index 3e63a0dbee5d..fb156e4d2431 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/allocator/copy_assign.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/allocator/copy_assign.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/multiset/allocator/init-list.cc b/libstdc++-v3/testsuite/23_containers/multiset/allocator/init-list.cc index 0e7c5647c0ec..920a856e51b5 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/allocator/init-list.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/allocator/init-list.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/multiset/allocator/minimal.cc b/libstdc++-v3/testsuite/23_containers/multiset/allocator/minimal.cc index 7f25f5fcbce6..079145164386 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/allocator/minimal.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/allocator/minimal.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/multiset/allocator/move.cc b/libstdc++-v3/testsuite/23_containers/multiset/allocator/move.cc index 37b922b8b73f..1a6dc1e9b168 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/allocator/move.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/allocator/move.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/multiset/allocator/move_assign.cc b/libstdc++-v3/testsuite/23_containers/multiset/allocator/move_assign.cc index be68af0344ab..6bf95e9a98d3 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/allocator/move_assign.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/allocator/move_assign.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/multiset/allocator/noexcept.cc b/libstdc++-v3/testsuite/23_containers/multiset/allocator/noexcept.cc index df317b758be4..7b24e03ec396 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/allocator/noexcept.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/allocator/noexcept.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/multiset/allocator/swap.cc b/libstdc++-v3/testsuite/23_containers/multiset/allocator/swap.cc index 3172a0c3a5de..e218357bfdec 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/allocator/swap.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/allocator/swap.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/multiset/capacity/29134.cc b/libstdc++-v3/testsuite/23_containers/multiset/capacity/29134.cc index 2a8ab0b9602f..ac318bbd6ddb 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/capacity/29134.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/capacity/29134.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/23_containers/multiset/cons/moveable.cc b/libstdc++-v3/testsuite/23_containers/multiset/cons/moveable.cc index 848c0e44a6f0..78f5cb3c6304 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/cons/moveable.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/cons/moveable.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/23_containers/multiset/cons/noexcept_default_construct.cc b/libstdc++-v3/testsuite/23_containers/multiset/cons/noexcept_default_construct.cc index d42fcd5e17a6..96c886ca5974 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/cons/noexcept_default_construct.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/cons/noexcept_default_construct.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/23_containers/multiset/cons/noexcept_move_construct.cc b/libstdc++-v3/testsuite/23_containers/multiset/cons/noexcept_move_construct.cc index 35c2953fe386..49878e096f70 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/cons/noexcept_move_construct.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/cons/noexcept_move_construct.cc @@ -2,7 +2,7 @@ // 2011-06-01 Paolo Carlini // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/multiset/debug/60499.cc b/libstdc++-v3/testsuite/23_containers/multiset/debug/60499.cc index 9b0f95db60b1..1190eba17d6d 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/debug/60499.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/debug/60499.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/multiset/debug/construct1_neg.cc b/libstdc++-v3/testsuite/23_containers/multiset/debug/construct1_neg.cc index bf167e25a5f3..7ef797ac3865 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/debug/construct1_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/debug/construct1_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/multiset/debug/construct2_neg.cc b/libstdc++-v3/testsuite/23_containers/multiset/debug/construct2_neg.cc index 87ed3ae95a01..7264402979e7 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/debug/construct2_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/debug/construct2_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/multiset/debug/construct3_neg.cc b/libstdc++-v3/testsuite/23_containers/multiset/debug/construct3_neg.cc index 743024050a08..ae0b25230def 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/debug/construct3_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/debug/construct3_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/multiset/debug/construct4_neg.cc b/libstdc++-v3/testsuite/23_containers/multiset/debug/construct4_neg.cc index b4c103c73e63..801e5759cd97 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/debug/construct4_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/debug/construct4_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/multiset/debug/construct5_neg.cc b/libstdc++-v3/testsuite/23_containers/multiset/debug/construct5_neg.cc index 3adbb703b1cf..ec89b2d76435 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/debug/construct5_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/debug/construct5_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/multiset/debug/insert1_neg.cc b/libstdc++-v3/testsuite/23_containers/multiset/debug/insert1_neg.cc index 275703ee1f00..4bacdb63df75 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/debug/insert1_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/debug/insert1_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/multiset/debug/insert2_neg.cc b/libstdc++-v3/testsuite/23_containers/multiset/debug/insert2_neg.cc index ee92d3887767..dab2f621509c 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/debug/insert2_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/debug/insert2_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/multiset/debug/insert3_neg.cc b/libstdc++-v3/testsuite/23_containers/multiset/debug/insert3_neg.cc index 3182dfccd419..4e738e8a7ee7 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/debug/insert3_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/debug/insert3_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/multiset/debug/insert4_neg.cc b/libstdc++-v3/testsuite/23_containers/multiset/debug/insert4_neg.cc index 25416f6acdf5..81720fd8d65a 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/debug/insert4_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/debug/insert4_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/multiset/debug/invalidation/1.cc b/libstdc++-v3/testsuite/23_containers/multiset/debug/invalidation/1.cc index f26e4cb7d275..08b087d3ff87 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/debug/invalidation/1.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/debug/invalidation/1.cc @@ -1,6 +1,6 @@ // Multiset iterator invalidation tests -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/23_containers/multiset/debug/invalidation/2.cc b/libstdc++-v3/testsuite/23_containers/multiset/debug/invalidation/2.cc index 6f9c18570d23..724b6d5d0b37 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/debug/invalidation/2.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/debug/invalidation/2.cc @@ -1,6 +1,6 @@ // Multiset iterator invalidation tests -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/23_containers/multiset/debug/iterator_self_move_assign_neg.cc b/libstdc++-v3/testsuite/23_containers/multiset/debug/iterator_self_move_assign_neg.cc index 3f3cacd81792..594b32d07cf3 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/debug/iterator_self_move_assign_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/debug/iterator_self_move_assign_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/multiset/debug/move_assign_neg.cc b/libstdc++-v3/testsuite/23_containers/multiset/debug/move_assign_neg.cc index 5e7d3574d39a..ed2eac497f83 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/debug/move_assign_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/debug/move_assign_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/multiset/debug/move_neg.cc b/libstdc++-v3/testsuite/23_containers/multiset/debug/move_neg.cc index 19d646c3ec8b..4ad777d862ac 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/debug/move_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/debug/move_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/multiset/debug/self_move_assign_neg.cc b/libstdc++-v3/testsuite/23_containers/multiset/debug/self_move_assign_neg.cc index e6b6fbc64b13..6e36c7fbaa90 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/debug/self_move_assign_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/debug/self_move_assign_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/multiset/init-list.cc b/libstdc++-v3/testsuite/23_containers/multiset/init-list.cc index 2f7d08be12f0..af53417454f7 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/init-list.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/init-list.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/23_containers/multiset/modifiers/dr130.cc b/libstdc++-v3/testsuite/23_containers/multiset/modifiers/dr130.cc index d7dbdfa2def2..142faddb7030 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/modifiers/dr130.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/modifiers/dr130.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/multiset/modifiers/emplace/1.cc b/libstdc++-v3/testsuite/23_containers/multiset/modifiers/emplace/1.cc index 7a84bf904448..683a94fa316a 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/modifiers/emplace/1.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/modifiers/emplace/1.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/multiset/modifiers/erase/51142.cc b/libstdc++-v3/testsuite/23_containers/multiset/modifiers/erase/51142.cc index 83c0cf03f1fb..348745aa4fe2 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/modifiers/erase/51142.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/modifiers/erase/51142.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/multiset/modifiers/erase/abi_tag.cc b/libstdc++-v3/testsuite/23_containers/multiset/modifiers/erase/abi_tag.cc index 7c95f9925509..fafe4b6609c2 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/modifiers/erase/abi_tag.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/modifiers/erase/abi_tag.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-normal-mode "" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/multiset/modifiers/erase/dr130-linkage-check.cc b/libstdc++-v3/testsuite/23_containers/multiset/modifiers/erase/dr130-linkage-check.cc index 879aaf10e738..c316c0efab19 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/modifiers/erase/dr130-linkage-check.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/modifiers/erase/dr130-linkage-check.cc @@ -4,7 +4,7 @@ // { dg-options "-fno-inline ./testsuite_shared.so" } // 2013-06-03 Benjamin Kosnik // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/multiset/modifiers/extract.cc b/libstdc++-v3/testsuite/23_containers/multiset/modifiers/extract.cc index 5f15feb02bc0..f1cbbe4c62a8 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/modifiers/extract.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/modifiers/extract.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/23_containers/multiset/modifiers/insert/1.cc b/libstdc++-v3/testsuite/23_containers/multiset/modifiers/insert/1.cc index d2992f328820..133b836ee65c 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/modifiers/insert/1.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/modifiers/insert/1.cc @@ -1,6 +1,6 @@ // 1999-06-24 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/23_containers/multiset/modifiers/insert/2.cc b/libstdc++-v3/testsuite/23_containers/multiset/modifiers/insert/2.cc index 531eb0724b60..d90d7f61fa49 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/modifiers/insert/2.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/modifiers/insert/2.cc @@ -1,6 +1,6 @@ // 2005-01-17 Paolo Carlini -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/23_containers/multiset/modifiers/insert/22102.cc b/libstdc++-v3/testsuite/23_containers/multiset/modifiers/insert/22102.cc index c96ae9f15c0d..b6cd463188db 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/modifiers/insert/22102.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/modifiers/insert/22102.cc @@ -1,6 +1,6 @@ // 2006-01-07 Paolo Carlini -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/23_containers/multiset/modifiers/insert/3.cc b/libstdc++-v3/testsuite/23_containers/multiset/modifiers/insert/3.cc index 0aca18753541..adb19c9e385a 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/modifiers/insert/3.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/modifiers/insert/3.cc @@ -2,7 +2,7 @@ // 2010-11-10 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/multiset/modifiers/insert/4.cc b/libstdc++-v3/testsuite/23_containers/multiset/modifiers/insert/4.cc index 0c3ad7810124..3f059c7d2e52 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/modifiers/insert/4.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/modifiers/insert/4.cc @@ -2,7 +2,7 @@ // 2010-11-10 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/multiset/modifiers/merge.cc b/libstdc++-v3/testsuite/23_containers/multiset/modifiers/merge.cc index f4a1f44f430d..9dc866b0ee92 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/modifiers/merge.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/modifiers/merge.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/23_containers/multiset/modifiers/swap/1.cc b/libstdc++-v3/testsuite/23_containers/multiset/modifiers/swap/1.cc index b8c8feeb0f6b..11cc1f6c60e1 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/modifiers/swap/1.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/modifiers/swap/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/23_containers/multiset/modifiers/swap/2.cc b/libstdc++-v3/testsuite/23_containers/multiset/modifiers/swap/2.cc index 52b29a2ccf06..63b06c24da80 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/modifiers/swap/2.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/modifiers/swap/2.cc @@ -1,6 +1,6 @@ // 2005-12-20 Paolo Carlini -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/23_containers/multiset/modifiers/swap/3.cc b/libstdc++-v3/testsuite/23_containers/multiset/modifiers/swap/3.cc index f81cfb4e9403..0ac7fa2be483 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/modifiers/swap/3.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/modifiers/swap/3.cc @@ -1,6 +1,6 @@ // 2005-12-20 Paolo Carlini -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/23_containers/multiset/operations/1.cc b/libstdc++-v3/testsuite/23_containers/multiset/operations/1.cc index 646ea0a61755..06d922804857 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/operations/1.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/operations/1.cc @@ -1,6 +1,6 @@ // 2006-11-25 Paolo Carlini -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/23_containers/multiset/operations/2.cc b/libstdc++-v3/testsuite/23_containers/multiset/operations/2.cc index c6483cf605d5..890016bcd2d7 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/operations/2.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/operations/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/23_containers/multiset/operations/count.cc b/libstdc++-v3/testsuite/23_containers/multiset/operations/count.cc index 869ccb7147c8..45606a68781c 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/operations/count.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/operations/count.cc @@ -1,6 +1,6 @@ // 2011-10-28 Paolo Carlini -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/multiset/range_access.cc b/libstdc++-v3/testsuite/23_containers/multiset/range_access.cc index 3de462ecdb37..8b62288c4c9f 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/range_access.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/range_access.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/multiset/requirements/citerators.cc b/libstdc++-v3/testsuite/23_containers/multiset/requirements/citerators.cc index 9b67daa2c613..11ef1069ba7c 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/requirements/citerators.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/requirements/citerators.cc @@ -2,7 +2,7 @@ // 2007-10-15 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/multiset/requirements/exception/basic.cc b/libstdc++-v3/testsuite/23_containers/multiset/requirements/exception/basic.cc index 7851362777da..a04ceb1a88e3 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/requirements/exception/basic.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/requirements/exception/basic.cc @@ -3,7 +3,7 @@ // 2009-11-30 Benjamin Kosnik -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/multiset/requirements/exception/generation_prohibited.cc b/libstdc++-v3/testsuite/23_containers/multiset/requirements/exception/generation_prohibited.cc index a56a04c8333f..7e4eee74de2e 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/requirements/exception/generation_prohibited.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/requirements/exception/generation_prohibited.cc @@ -3,7 +3,7 @@ // 2009-09-09 Benjamin Kosnik -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/multiset/requirements/exception/propagation_consistent.cc b/libstdc++-v3/testsuite/23_containers/multiset/requirements/exception/propagation_consistent.cc index 66b79f7a4271..bb92450653ae 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/requirements/exception/propagation_consistent.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/requirements/exception/propagation_consistent.cc @@ -3,7 +3,7 @@ // 2009-09-09 Benjamin Kosnik -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/multiset/requirements/explicit_instantiation/1.cc b/libstdc++-v3/testsuite/23_containers/multiset/requirements/explicit_instantiation/1.cc index b720176149cf..12fe430bc657 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/requirements/explicit_instantiation/1.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/requirements/explicit_instantiation/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/23_containers/multiset/requirements/explicit_instantiation/1_c++0x.cc b/libstdc++-v3/testsuite/23_containers/multiset/requirements/explicit_instantiation/1_c++0x.cc index ad05e6b13756..b031474d3a06 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/requirements/explicit_instantiation/1_c++0x.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/requirements/explicit_instantiation/1_c++0x.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/multiset/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/23_containers/multiset/requirements/explicit_instantiation/2.cc index 8998f0d6735e..5f68219dd2bc 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/requirements/explicit_instantiation/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/23_containers/multiset/requirements/explicit_instantiation/3.cc b/libstdc++-v3/testsuite/23_containers/multiset/requirements/explicit_instantiation/3.cc index fdaddab36b17..06d2456f483d 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/requirements/explicit_instantiation/3.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/requirements/explicit_instantiation/3.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/23_containers/multiset/requirements/explicit_instantiation/4.cc b/libstdc++-v3/testsuite/23_containers/multiset/requirements/explicit_instantiation/4.cc index 2ed9357db490..4920c5b38f13 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/requirements/explicit_instantiation/4.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/requirements/explicit_instantiation/4.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 Free Software Foundation, Inc. // 2010-05-20 Paolo Carlini // diff --git a/libstdc++-v3/testsuite/23_containers/multiset/requirements/explicit_instantiation/5.cc b/libstdc++-v3/testsuite/23_containers/multiset/requirements/explicit_instantiation/5.cc index 41bcb61a2dc0..c91845f53cde 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/requirements/explicit_instantiation/5.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/requirements/explicit_instantiation/5.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/multiset/requirements/explicit_instantiation/5_c++0x.cc b/libstdc++-v3/testsuite/23_containers/multiset/requirements/explicit_instantiation/5_c++0x.cc index 73e153771820..89ef02e2df0c 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/requirements/explicit_instantiation/5_c++0x.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/requirements/explicit_instantiation/5_c++0x.cc @@ -1,5 +1,5 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/multiset/requirements/partial_specialization/1.cc b/libstdc++-v3/testsuite/23_containers/multiset/requirements/partial_specialization/1.cc index be44636152ab..390b7a3800a1 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/requirements/partial_specialization/1.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/requirements/partial_specialization/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/23_containers/multiset/requirements/typedefs.cc b/libstdc++-v3/testsuite/23_containers/multiset/requirements/typedefs.cc index faabc0657eda..ec562698a82b 100644 --- a/libstdc++-v3/testsuite/23_containers/multiset/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/23_containers/multiset/requirements/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/priority_queue/allocator.cc b/libstdc++-v3/testsuite/23_containers/priority_queue/allocator.cc index dd6ca259c645..b0d58c9e4604 100644 --- a/libstdc++-v3/testsuite/23_containers/priority_queue/allocator.cc +++ b/libstdc++-v3/testsuite/23_containers/priority_queue/allocator.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/23_containers/priority_queue/members/7161.cc b/libstdc++-v3/testsuite/23_containers/priority_queue/members/7161.cc index 45eb5fe7fc8f..e2154d6bcfed 100644 --- a/libstdc++-v3/testsuite/23_containers/priority_queue/members/7161.cc +++ b/libstdc++-v3/testsuite/23_containers/priority_queue/members/7161.cc @@ -1,6 +1,6 @@ // 2002-06-28 pme -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/23_containers/priority_queue/moveable.cc b/libstdc++-v3/testsuite/23_containers/priority_queue/moveable.cc index 1912d2af40e8..77eba882e17f 100644 --- a/libstdc++-v3/testsuite/23_containers/priority_queue/moveable.cc +++ b/libstdc++-v3/testsuite/23_containers/priority_queue/moveable.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/priority_queue/requirements/explicit_instantiation/1.cc b/libstdc++-v3/testsuite/23_containers/priority_queue/requirements/explicit_instantiation/1.cc index 8a23fdf66265..7795547ea5ca 100644 --- a/libstdc++-v3/testsuite/23_containers/priority_queue/requirements/explicit_instantiation/1.cc +++ b/libstdc++-v3/testsuite/23_containers/priority_queue/requirements/explicit_instantiation/1.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/priority_queue/requirements/explicit_instantiation/1_c++0x.cc b/libstdc++-v3/testsuite/23_containers/priority_queue/requirements/explicit_instantiation/1_c++0x.cc index 15b389137f20..b4af73388b06 100644 --- a/libstdc++-v3/testsuite/23_containers/priority_queue/requirements/explicit_instantiation/1_c++0x.cc +++ b/libstdc++-v3/testsuite/23_containers/priority_queue/requirements/explicit_instantiation/1_c++0x.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/priority_queue/requirements/typedefs.cc b/libstdc++-v3/testsuite/23_containers/priority_queue/requirements/typedefs.cc index ab734070a237..74f45d83a295 100644 --- a/libstdc++-v3/testsuite/23_containers/priority_queue/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/23_containers/priority_queue/requirements/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/priority_queue/requirements/uses_allocator.cc b/libstdc++-v3/testsuite/23_containers/priority_queue/requirements/uses_allocator.cc index 735b46e6a5b9..ac3522aafb33 100644 --- a/libstdc++-v3/testsuite/23_containers/priority_queue/requirements/uses_allocator.cc +++ b/libstdc++-v3/testsuite/23_containers/priority_queue/requirements/uses_allocator.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/queue/members/7157.cc b/libstdc++-v3/testsuite/23_containers/queue/members/7157.cc index b30abaa4ecd2..dab7a09e784d 100644 --- a/libstdc++-v3/testsuite/23_containers/queue/members/7157.cc +++ b/libstdc++-v3/testsuite/23_containers/queue/members/7157.cc @@ -1,6 +1,6 @@ // 2002-06-28 pme -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/23_containers/queue/members/emplace_cxx17_return.cc b/libstdc++-v3/testsuite/23_containers/queue/members/emplace_cxx17_return.cc index a618e9ceb36d..53eb8a0d3d4c 100644 --- a/libstdc++-v3/testsuite/23_containers/queue/members/emplace_cxx17_return.cc +++ b/libstdc++-v3/testsuite/23_containers/queue/members/emplace_cxx17_return.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/23_containers/queue/moveable.cc b/libstdc++-v3/testsuite/23_containers/queue/moveable.cc index 929b88134f5e..7f0b35a6fd0a 100644 --- a/libstdc++-v3/testsuite/23_containers/queue/moveable.cc +++ b/libstdc++-v3/testsuite/23_containers/queue/moveable.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/queue/requirements/explicit_instantiation/1.cc b/libstdc++-v3/testsuite/23_containers/queue/requirements/explicit_instantiation/1.cc index 8aafa5f6881a..7e49daebc911 100644 --- a/libstdc++-v3/testsuite/23_containers/queue/requirements/explicit_instantiation/1.cc +++ b/libstdc++-v3/testsuite/23_containers/queue/requirements/explicit_instantiation/1.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/queue/requirements/explicit_instantiation/1_c++0x.cc b/libstdc++-v3/testsuite/23_containers/queue/requirements/explicit_instantiation/1_c++0x.cc index ff4b4b49e9cc..71a9003ab807 100644 --- a/libstdc++-v3/testsuite/23_containers/queue/requirements/explicit_instantiation/1_c++0x.cc +++ b/libstdc++-v3/testsuite/23_containers/queue/requirements/explicit_instantiation/1_c++0x.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/queue/requirements/typedefs.cc b/libstdc++-v3/testsuite/23_containers/queue/requirements/typedefs.cc index 436d6ae4776d..7db337c210d6 100644 --- a/libstdc++-v3/testsuite/23_containers/queue/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/23_containers/queue/requirements/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/queue/requirements/uses_allocator.cc b/libstdc++-v3/testsuite/23_containers/queue/requirements/uses_allocator.cc index 06b98d4d4cfc..e1f599045abc 100644 --- a/libstdc++-v3/testsuite/23_containers/queue/requirements/uses_allocator.cc +++ b/libstdc++-v3/testsuite/23_containers/queue/requirements/uses_allocator.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/set/14340.cc b/libstdc++-v3/testsuite/23_containers/set/14340.cc index 5908648447d2..1e6dba761a14 100644 --- a/libstdc++-v3/testsuite/23_containers/set/14340.cc +++ b/libstdc++-v3/testsuite/23_containers/set/14340.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/23_containers/set/18604.cc b/libstdc++-v3/testsuite/23_containers/set/18604.cc index 756cc071cc2a..45d2484bb2f3 100644 --- a/libstdc++-v3/testsuite/23_containers/set/18604.cc +++ b/libstdc++-v3/testsuite/23_containers/set/18604.cc @@ -1,6 +1,6 @@ // 2005-05-09 Paolo Carlini -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/23_containers/set/23781_neg.cc b/libstdc++-v3/testsuite/23_containers/set/23781_neg.cc index c11641254209..1565e48e2d3d 100644 --- a/libstdc++-v3/testsuite/23_containers/set/23781_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/set/23781_neg.cc @@ -1,6 +1,6 @@ // 2005-09-10 Paolo Carlini // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/23_containers/set/58764.cc b/libstdc++-v3/testsuite/23_containers/set/58764.cc index 53b54d6f026a..d7f314cdc7c2 100644 --- a/libstdc++-v3/testsuite/23_containers/set/58764.cc +++ b/libstdc++-v3/testsuite/23_containers/set/58764.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/set/allocator/71964.cc b/libstdc++-v3/testsuite/23_containers/set/allocator/71964.cc index 7472e8da9466..e54aed70069e 100644 --- a/libstdc++-v3/testsuite/23_containers/set/allocator/71964.cc +++ b/libstdc++-v3/testsuite/23_containers/set/allocator/71964.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/23_containers/set/allocator/copy.cc b/libstdc++-v3/testsuite/23_containers/set/allocator/copy.cc index b3db5c21b46f..e90cf52d6447 100644 --- a/libstdc++-v3/testsuite/23_containers/set/allocator/copy.cc +++ b/libstdc++-v3/testsuite/23_containers/set/allocator/copy.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/set/allocator/copy_assign.cc b/libstdc++-v3/testsuite/23_containers/set/allocator/copy_assign.cc index d522bf4a2684..5b0a1a3e1d85 100644 --- a/libstdc++-v3/testsuite/23_containers/set/allocator/copy_assign.cc +++ b/libstdc++-v3/testsuite/23_containers/set/allocator/copy_assign.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/set/allocator/init-list.cc b/libstdc++-v3/testsuite/23_containers/set/allocator/init-list.cc index d5e093b521bc..79c3ec11fc3b 100644 --- a/libstdc++-v3/testsuite/23_containers/set/allocator/init-list.cc +++ b/libstdc++-v3/testsuite/23_containers/set/allocator/init-list.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/set/allocator/minimal.cc b/libstdc++-v3/testsuite/23_containers/set/allocator/minimal.cc index f28cf4e93e1d..b87fefe8fa16 100644 --- a/libstdc++-v3/testsuite/23_containers/set/allocator/minimal.cc +++ b/libstdc++-v3/testsuite/23_containers/set/allocator/minimal.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/set/allocator/move.cc b/libstdc++-v3/testsuite/23_containers/set/allocator/move.cc index 2545e55ff9bf..fd984dceff9e 100644 --- a/libstdc++-v3/testsuite/23_containers/set/allocator/move.cc +++ b/libstdc++-v3/testsuite/23_containers/set/allocator/move.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/set/allocator/move_assign.cc b/libstdc++-v3/testsuite/23_containers/set/allocator/move_assign.cc index 60c0835b026d..d1005dbee940 100644 --- a/libstdc++-v3/testsuite/23_containers/set/allocator/move_assign.cc +++ b/libstdc++-v3/testsuite/23_containers/set/allocator/move_assign.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/set/allocator/noexcept.cc b/libstdc++-v3/testsuite/23_containers/set/allocator/noexcept.cc index b2e543b43563..30a6c5b00e20 100644 --- a/libstdc++-v3/testsuite/23_containers/set/allocator/noexcept.cc +++ b/libstdc++-v3/testsuite/23_containers/set/allocator/noexcept.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/set/allocator/swap.cc b/libstdc++-v3/testsuite/23_containers/set/allocator/swap.cc index e9fc18f964a3..265d7a006738 100644 --- a/libstdc++-v3/testsuite/23_containers/set/allocator/swap.cc +++ b/libstdc++-v3/testsuite/23_containers/set/allocator/swap.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/set/capacity/29134.cc b/libstdc++-v3/testsuite/23_containers/set/capacity/29134.cc index 0c5c5ae114d8..a52ee3d97f0d 100644 --- a/libstdc++-v3/testsuite/23_containers/set/capacity/29134.cc +++ b/libstdc++-v3/testsuite/23_containers/set/capacity/29134.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/23_containers/set/check_construct_destroy.cc b/libstdc++-v3/testsuite/23_containers/set/check_construct_destroy.cc index 6698561ad5b7..7bed4b2cd1f7 100644 --- a/libstdc++-v3/testsuite/23_containers/set/check_construct_destroy.cc +++ b/libstdc++-v3/testsuite/23_containers/set/check_construct_destroy.cc @@ -1,6 +1,6 @@ // 2004-07-26 Matt Austern // -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/23_containers/set/cons/61023.cc b/libstdc++-v3/testsuite/23_containers/set/cons/61023.cc index 910b3944c45b..22114ee85d79 100644 --- a/libstdc++-v3/testsuite/23_containers/set/cons/61023.cc +++ b/libstdc++-v3/testsuite/23_containers/set/cons/61023.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/set/cons/moveable.cc b/libstdc++-v3/testsuite/23_containers/set/cons/moveable.cc index 29cf909bd45a..dd407e3f4614 100644 --- a/libstdc++-v3/testsuite/23_containers/set/cons/moveable.cc +++ b/libstdc++-v3/testsuite/23_containers/set/cons/moveable.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/23_containers/set/cons/noexcept_default_construct.cc b/libstdc++-v3/testsuite/23_containers/set/cons/noexcept_default_construct.cc index 7aba0069f5c0..86077190544e 100644 --- a/libstdc++-v3/testsuite/23_containers/set/cons/noexcept_default_construct.cc +++ b/libstdc++-v3/testsuite/23_containers/set/cons/noexcept_default_construct.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/23_containers/set/cons/noexcept_move_construct.cc b/libstdc++-v3/testsuite/23_containers/set/cons/noexcept_move_construct.cc index 7d483ddd54af..95b5100c2b3c 100644 --- a/libstdc++-v3/testsuite/23_containers/set/cons/noexcept_move_construct.cc +++ b/libstdc++-v3/testsuite/23_containers/set/cons/noexcept_move_construct.cc @@ -2,7 +2,7 @@ // 2011-06-01 Paolo Carlini // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/set/debug/60499.cc b/libstdc++-v3/testsuite/23_containers/set/debug/60499.cc index 01dae77720ab..06e7679d2871 100644 --- a/libstdc++-v3/testsuite/23_containers/set/debug/60499.cc +++ b/libstdc++-v3/testsuite/23_containers/set/debug/60499.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/set/debug/construct1_neg.cc b/libstdc++-v3/testsuite/23_containers/set/debug/construct1_neg.cc index 0c6504d08ef9..934ba2b7591c 100644 --- a/libstdc++-v3/testsuite/23_containers/set/debug/construct1_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/set/debug/construct1_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/set/debug/construct2_neg.cc b/libstdc++-v3/testsuite/23_containers/set/debug/construct2_neg.cc index 366d9bd84ab8..1f858a4a7f8d 100644 --- a/libstdc++-v3/testsuite/23_containers/set/debug/construct2_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/set/debug/construct2_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/set/debug/construct3_neg.cc b/libstdc++-v3/testsuite/23_containers/set/debug/construct3_neg.cc index 3038ebbfddd1..15d181311e5e 100644 --- a/libstdc++-v3/testsuite/23_containers/set/debug/construct3_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/set/debug/construct3_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/set/debug/construct4_neg.cc b/libstdc++-v3/testsuite/23_containers/set/debug/construct4_neg.cc index 882f6644826f..91a0c16da40b 100644 --- a/libstdc++-v3/testsuite/23_containers/set/debug/construct4_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/set/debug/construct4_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/set/debug/construct5_neg.cc b/libstdc++-v3/testsuite/23_containers/set/debug/construct5_neg.cc index 095219e912a3..5d9faa3b3db8 100644 --- a/libstdc++-v3/testsuite/23_containers/set/debug/construct5_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/set/debug/construct5_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/set/debug/insert1_neg.cc b/libstdc++-v3/testsuite/23_containers/set/debug/insert1_neg.cc index 81eaaf55ff49..ef6173a1c24a 100644 --- a/libstdc++-v3/testsuite/23_containers/set/debug/insert1_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/set/debug/insert1_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/set/debug/insert2_neg.cc b/libstdc++-v3/testsuite/23_containers/set/debug/insert2_neg.cc index 699e5562915d..850d2dbee4eb 100644 --- a/libstdc++-v3/testsuite/23_containers/set/debug/insert2_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/set/debug/insert2_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/set/debug/insert3_neg.cc b/libstdc++-v3/testsuite/23_containers/set/debug/insert3_neg.cc index 6df317da5786..3a81c12d4ea0 100644 --- a/libstdc++-v3/testsuite/23_containers/set/debug/insert3_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/set/debug/insert3_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/set/debug/insert4_neg.cc b/libstdc++-v3/testsuite/23_containers/set/debug/insert4_neg.cc index d348950634ce..63ecf30cb4dc 100644 --- a/libstdc++-v3/testsuite/23_containers/set/debug/insert4_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/set/debug/insert4_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/set/debug/invalidation/1.cc b/libstdc++-v3/testsuite/23_containers/set/debug/invalidation/1.cc index 07be4115a738..caa46b0e1c36 100644 --- a/libstdc++-v3/testsuite/23_containers/set/debug/invalidation/1.cc +++ b/libstdc++-v3/testsuite/23_containers/set/debug/invalidation/1.cc @@ -1,6 +1,6 @@ // Set iterator invalidation tests -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/23_containers/set/debug/invalidation/2.cc b/libstdc++-v3/testsuite/23_containers/set/debug/invalidation/2.cc index 2787bdf3bc72..669a46e26c7b 100644 --- a/libstdc++-v3/testsuite/23_containers/set/debug/invalidation/2.cc +++ b/libstdc++-v3/testsuite/23_containers/set/debug/invalidation/2.cc @@ -1,6 +1,6 @@ // Set iterator invalidation tests -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/23_containers/set/debug/iterator_self_move_assign_neg.cc b/libstdc++-v3/testsuite/23_containers/set/debug/iterator_self_move_assign_neg.cc index 171cbc727527..3ca4c85a4e87 100644 --- a/libstdc++-v3/testsuite/23_containers/set/debug/iterator_self_move_assign_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/set/debug/iterator_self_move_assign_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/set/debug/move_assign_neg.cc b/libstdc++-v3/testsuite/23_containers/set/debug/move_assign_neg.cc index 1bf9768d2c2a..567a2723bded 100644 --- a/libstdc++-v3/testsuite/23_containers/set/debug/move_assign_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/set/debug/move_assign_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/set/debug/move_neg.cc b/libstdc++-v3/testsuite/23_containers/set/debug/move_neg.cc index 3388c178cc93..e271985ee376 100644 --- a/libstdc++-v3/testsuite/23_containers/set/debug/move_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/set/debug/move_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/set/debug/self_move_assign_neg.cc b/libstdc++-v3/testsuite/23_containers/set/debug/self_move_assign_neg.cc index b2f022c6d146..65939cbca0ec 100644 --- a/libstdc++-v3/testsuite/23_containers/set/debug/self_move_assign_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/set/debug/self_move_assign_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/set/init-list.cc b/libstdc++-v3/testsuite/23_containers/set/init-list.cc index f2f1cade5bdb..a91122aedae8 100644 --- a/libstdc++-v3/testsuite/23_containers/set/init-list.cc +++ b/libstdc++-v3/testsuite/23_containers/set/init-list.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/23_containers/set/modifiers/16728.cc b/libstdc++-v3/testsuite/23_containers/set/modifiers/16728.cc index 8b50cb2f7951..a7c8d692d6ee 100644 --- a/libstdc++-v3/testsuite/23_containers/set/modifiers/16728.cc +++ b/libstdc++-v3/testsuite/23_containers/set/modifiers/16728.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/23_containers/set/modifiers/17948.cc b/libstdc++-v3/testsuite/23_containers/set/modifiers/17948.cc index e5ab1309f7db..52ac49fd0098 100644 --- a/libstdc++-v3/testsuite/23_containers/set/modifiers/17948.cc +++ b/libstdc++-v3/testsuite/23_containers/set/modifiers/17948.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/23_containers/set/modifiers/dr130.cc b/libstdc++-v3/testsuite/23_containers/set/modifiers/dr130.cc index 438dddd526ef..bec710df5bb9 100644 --- a/libstdc++-v3/testsuite/23_containers/set/modifiers/dr130.cc +++ b/libstdc++-v3/testsuite/23_containers/set/modifiers/dr130.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // 2008-07-22 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/set/modifiers/emplace/1.cc b/libstdc++-v3/testsuite/23_containers/set/modifiers/emplace/1.cc index 739e1c22e51c..b2ceb5b52912 100644 --- a/libstdc++-v3/testsuite/23_containers/set/modifiers/emplace/1.cc +++ b/libstdc++-v3/testsuite/23_containers/set/modifiers/emplace/1.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/set/modifiers/erase/51142.cc b/libstdc++-v3/testsuite/23_containers/set/modifiers/erase/51142.cc index 6b25fd58914e..d2b798d467f9 100644 --- a/libstdc++-v3/testsuite/23_containers/set/modifiers/erase/51142.cc +++ b/libstdc++-v3/testsuite/23_containers/set/modifiers/erase/51142.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/set/modifiers/erase/abi_tag.cc b/libstdc++-v3/testsuite/23_containers/set/modifiers/erase/abi_tag.cc index 4a1c5057062e..9734e6ab437a 100644 --- a/libstdc++-v3/testsuite/23_containers/set/modifiers/erase/abi_tag.cc +++ b/libstdc++-v3/testsuite/23_containers/set/modifiers/erase/abi_tag.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-normal-mode "" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/set/modifiers/erase/dr130-linkage-check.cc b/libstdc++-v3/testsuite/23_containers/set/modifiers/erase/dr130-linkage-check.cc index 688b7ee7c099..15f56e441749 100644 --- a/libstdc++-v3/testsuite/23_containers/set/modifiers/erase/dr130-linkage-check.cc +++ b/libstdc++-v3/testsuite/23_containers/set/modifiers/erase/dr130-linkage-check.cc @@ -4,7 +4,7 @@ // { dg-options "-fno-inline ./testsuite_shared.so" } // 2013-06-03 Benjamin Kosnik // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/set/modifiers/extract.cc b/libstdc++-v3/testsuite/23_containers/set/modifiers/extract.cc index d70ad27ce31d..9da2a5721675 100644 --- a/libstdc++-v3/testsuite/23_containers/set/modifiers/extract.cc +++ b/libstdc++-v3/testsuite/23_containers/set/modifiers/extract.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/23_containers/set/modifiers/insert/1.cc b/libstdc++-v3/testsuite/23_containers/set/modifiers/insert/1.cc index 28141053c214..da2e3e1a4cee 100644 --- a/libstdc++-v3/testsuite/23_containers/set/modifiers/insert/1.cc +++ b/libstdc++-v3/testsuite/23_containers/set/modifiers/insert/1.cc @@ -1,6 +1,6 @@ // 2005-01-17 Paolo Carlini -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/23_containers/set/modifiers/insert/2.cc b/libstdc++-v3/testsuite/23_containers/set/modifiers/insert/2.cc index 001ce7be4bb3..c848026ee9bf 100644 --- a/libstdc++-v3/testsuite/23_containers/set/modifiers/insert/2.cc +++ b/libstdc++-v3/testsuite/23_containers/set/modifiers/insert/2.cc @@ -2,7 +2,7 @@ // 2010-11-10 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/set/modifiers/insert/3.cc b/libstdc++-v3/testsuite/23_containers/set/modifiers/insert/3.cc index bcb0113bb904..e1a74b3b9c34 100644 --- a/libstdc++-v3/testsuite/23_containers/set/modifiers/insert/3.cc +++ b/libstdc++-v3/testsuite/23_containers/set/modifiers/insert/3.cc @@ -2,7 +2,7 @@ // 2010-11-10 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/set/modifiers/merge.cc b/libstdc++-v3/testsuite/23_containers/set/modifiers/merge.cc index 85c1186e87d6..e049850ca550 100644 --- a/libstdc++-v3/testsuite/23_containers/set/modifiers/merge.cc +++ b/libstdc++-v3/testsuite/23_containers/set/modifiers/merge.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/23_containers/set/modifiers/swap/1.cc b/libstdc++-v3/testsuite/23_containers/set/modifiers/swap/1.cc index 4f14e3e4e5fc..9301030d9dce 100644 --- a/libstdc++-v3/testsuite/23_containers/set/modifiers/swap/1.cc +++ b/libstdc++-v3/testsuite/23_containers/set/modifiers/swap/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/23_containers/set/modifiers/swap/2.cc b/libstdc++-v3/testsuite/23_containers/set/modifiers/swap/2.cc index 395837899398..cb599c02b418 100644 --- a/libstdc++-v3/testsuite/23_containers/set/modifiers/swap/2.cc +++ b/libstdc++-v3/testsuite/23_containers/set/modifiers/swap/2.cc @@ -1,6 +1,6 @@ // 2005-12-20 Paolo Carlini -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/23_containers/set/modifiers/swap/3.cc b/libstdc++-v3/testsuite/23_containers/set/modifiers/swap/3.cc index 5dfa2b675a29..21859d7b08af 100644 --- a/libstdc++-v3/testsuite/23_containers/set/modifiers/swap/3.cc +++ b/libstdc++-v3/testsuite/23_containers/set/modifiers/swap/3.cc @@ -1,6 +1,6 @@ // 2005-12-20 Paolo Carlini -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/23_containers/set/move_comparison.cc b/libstdc++-v3/testsuite/23_containers/set/move_comparison.cc index 317821fad590..5ecc9576023b 100644 --- a/libstdc++-v3/testsuite/23_containers/set/move_comparison.cc +++ b/libstdc++-v3/testsuite/23_containers/set/move_comparison.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/23_containers/set/operations/1.cc b/libstdc++-v3/testsuite/23_containers/set/operations/1.cc index ad393f2fee5d..6628c0775b99 100644 --- a/libstdc++-v3/testsuite/23_containers/set/operations/1.cc +++ b/libstdc++-v3/testsuite/23_containers/set/operations/1.cc @@ -1,6 +1,6 @@ // 2006-11-25 Paolo Carlini -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/23_containers/set/operations/2.cc b/libstdc++-v3/testsuite/23_containers/set/operations/2.cc index d70473b76454..aa71ae5a8f6d 100644 --- a/libstdc++-v3/testsuite/23_containers/set/operations/2.cc +++ b/libstdc++-v3/testsuite/23_containers/set/operations/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/23_containers/set/operations/count.cc b/libstdc++-v3/testsuite/23_containers/set/operations/count.cc index 5ff15ab3fe94..b9a719f278ad 100644 --- a/libstdc++-v3/testsuite/23_containers/set/operations/count.cc +++ b/libstdc++-v3/testsuite/23_containers/set/operations/count.cc @@ -1,6 +1,6 @@ // 2011-10-28 Paolo Carlini -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/set/operators/1_neg.cc b/libstdc++-v3/testsuite/23_containers/set/operators/1_neg.cc index 9d9c80803432..fa3744b7e9ed 100644 --- a/libstdc++-v3/testsuite/23_containers/set/operators/1_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/set/operators/1_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/23_containers/set/range_access.cc b/libstdc++-v3/testsuite/23_containers/set/range_access.cc index 1a01005191cc..abeb736d8b26 100644 --- a/libstdc++-v3/testsuite/23_containers/set/range_access.cc +++ b/libstdc++-v3/testsuite/23_containers/set/range_access.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/set/requirements/citerators.cc b/libstdc++-v3/testsuite/23_containers/set/requirements/citerators.cc index b05448aeb1c1..473878c92370 100644 --- a/libstdc++-v3/testsuite/23_containers/set/requirements/citerators.cc +++ b/libstdc++-v3/testsuite/23_containers/set/requirements/citerators.cc @@ -2,7 +2,7 @@ // 2007-10-15 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/set/requirements/exception/basic.cc b/libstdc++-v3/testsuite/23_containers/set/requirements/exception/basic.cc index 50e26be88d89..861cace954d8 100644 --- a/libstdc++-v3/testsuite/23_containers/set/requirements/exception/basic.cc +++ b/libstdc++-v3/testsuite/23_containers/set/requirements/exception/basic.cc @@ -4,7 +4,7 @@ // 2009-11-30 Benjamin Kosnik -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/set/requirements/exception/generation_prohibited.cc b/libstdc++-v3/testsuite/23_containers/set/requirements/exception/generation_prohibited.cc index 06926ad95910..081e0afad9bf 100644 --- a/libstdc++-v3/testsuite/23_containers/set/requirements/exception/generation_prohibited.cc +++ b/libstdc++-v3/testsuite/23_containers/set/requirements/exception/generation_prohibited.cc @@ -3,7 +3,7 @@ // 2009-09-09 Benjamin Kosnik -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/set/requirements/exception/propagation_consistent.cc b/libstdc++-v3/testsuite/23_containers/set/requirements/exception/propagation_consistent.cc index b56e1bd9b70d..b4a998c2316b 100644 --- a/libstdc++-v3/testsuite/23_containers/set/requirements/exception/propagation_consistent.cc +++ b/libstdc++-v3/testsuite/23_containers/set/requirements/exception/propagation_consistent.cc @@ -3,7 +3,7 @@ // 2009-09-09 Benjamin Kosnik -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/set/requirements/explicit_instantiation/1.cc b/libstdc++-v3/testsuite/23_containers/set/requirements/explicit_instantiation/1.cc index 352bd7df66f6..d79516aa7676 100644 --- a/libstdc++-v3/testsuite/23_containers/set/requirements/explicit_instantiation/1.cc +++ b/libstdc++-v3/testsuite/23_containers/set/requirements/explicit_instantiation/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/23_containers/set/requirements/explicit_instantiation/1_c++0x.cc b/libstdc++-v3/testsuite/23_containers/set/requirements/explicit_instantiation/1_c++0x.cc index d45063d6cc12..726e5d6dda17 100644 --- a/libstdc++-v3/testsuite/23_containers/set/requirements/explicit_instantiation/1_c++0x.cc +++ b/libstdc++-v3/testsuite/23_containers/set/requirements/explicit_instantiation/1_c++0x.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/set/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/23_containers/set/requirements/explicit_instantiation/2.cc index d7377f9f2e4e..9736af8d927d 100644 --- a/libstdc++-v3/testsuite/23_containers/set/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/23_containers/set/requirements/explicit_instantiation/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/23_containers/set/requirements/explicit_instantiation/3.cc b/libstdc++-v3/testsuite/23_containers/set/requirements/explicit_instantiation/3.cc index 231556a3de80..ed5e5284d071 100644 --- a/libstdc++-v3/testsuite/23_containers/set/requirements/explicit_instantiation/3.cc +++ b/libstdc++-v3/testsuite/23_containers/set/requirements/explicit_instantiation/3.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/23_containers/set/requirements/explicit_instantiation/4.cc b/libstdc++-v3/testsuite/23_containers/set/requirements/explicit_instantiation/4.cc index bc2a9795904f..380115eb883d 100644 --- a/libstdc++-v3/testsuite/23_containers/set/requirements/explicit_instantiation/4.cc +++ b/libstdc++-v3/testsuite/23_containers/set/requirements/explicit_instantiation/4.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 Free Software Foundation, Inc. // 2010-05-20 Paolo Carlini // diff --git a/libstdc++-v3/testsuite/23_containers/set/requirements/explicit_instantiation/5.cc b/libstdc++-v3/testsuite/23_containers/set/requirements/explicit_instantiation/5.cc index c181007db222..bf3ea7d8ecf3 100644 --- a/libstdc++-v3/testsuite/23_containers/set/requirements/explicit_instantiation/5.cc +++ b/libstdc++-v3/testsuite/23_containers/set/requirements/explicit_instantiation/5.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/set/requirements/explicit_instantiation/5_c++0x.cc b/libstdc++-v3/testsuite/23_containers/set/requirements/explicit_instantiation/5_c++0x.cc index dc34a0e94615..d0b061b115c1 100644 --- a/libstdc++-v3/testsuite/23_containers/set/requirements/explicit_instantiation/5_c++0x.cc +++ b/libstdc++-v3/testsuite/23_containers/set/requirements/explicit_instantiation/5_c++0x.cc @@ -1,5 +1,5 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/set/requirements/partial_specialization/1.cc b/libstdc++-v3/testsuite/23_containers/set/requirements/partial_specialization/1.cc index 562c01253319..603ee035fa22 100644 --- a/libstdc++-v3/testsuite/23_containers/set/requirements/partial_specialization/1.cc +++ b/libstdc++-v3/testsuite/23_containers/set/requirements/partial_specialization/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/23_containers/set/requirements/typedefs.cc b/libstdc++-v3/testsuite/23_containers/set/requirements/typedefs.cc index 94d3908c4d63..f45eaad0ca0a 100644 --- a/libstdc++-v3/testsuite/23_containers/set/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/23_containers/set/requirements/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/stack/members/7158.cc b/libstdc++-v3/testsuite/23_containers/stack/members/7158.cc index eb113eacda6c..419fa65ad73c 100644 --- a/libstdc++-v3/testsuite/23_containers/stack/members/7158.cc +++ b/libstdc++-v3/testsuite/23_containers/stack/members/7158.cc @@ -1,6 +1,6 @@ // 2002-06-28 pme -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/23_containers/stack/members/emplace_cxx17_return.cc b/libstdc++-v3/testsuite/23_containers/stack/members/emplace_cxx17_return.cc index 76964ebe7a25..8b9c8888a0a5 100644 --- a/libstdc++-v3/testsuite/23_containers/stack/members/emplace_cxx17_return.cc +++ b/libstdc++-v3/testsuite/23_containers/stack/members/emplace_cxx17_return.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/23_containers/stack/requirements/explicit_instantiation/1.cc b/libstdc++-v3/testsuite/23_containers/stack/requirements/explicit_instantiation/1.cc index d7dfc1ac7801..fe90364c3709 100644 --- a/libstdc++-v3/testsuite/23_containers/stack/requirements/explicit_instantiation/1.cc +++ b/libstdc++-v3/testsuite/23_containers/stack/requirements/explicit_instantiation/1.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/stack/requirements/explicit_instantiation/1_c++0x.cc b/libstdc++-v3/testsuite/23_containers/stack/requirements/explicit_instantiation/1_c++0x.cc index 322ad8501e39..033f02f9348c 100644 --- a/libstdc++-v3/testsuite/23_containers/stack/requirements/explicit_instantiation/1_c++0x.cc +++ b/libstdc++-v3/testsuite/23_containers/stack/requirements/explicit_instantiation/1_c++0x.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/stack/requirements/typedefs.cc b/libstdc++-v3/testsuite/23_containers/stack/requirements/typedefs.cc index e1dcc29d2bf5..21cdfcccfcda 100644 --- a/libstdc++-v3/testsuite/23_containers/stack/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/23_containers/stack/requirements/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/stack/requirements/uses_allocator.cc b/libstdc++-v3/testsuite/23_containers/stack/requirements/uses_allocator.cc index 0305e99b7bf3..f3abc5918ff3 100644 --- a/libstdc++-v3/testsuite/23_containers/stack/requirements/uses_allocator.cc +++ b/libstdc++-v3/testsuite/23_containers/stack/requirements/uses_allocator.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/unordered_map/55043.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/55043.cc index 8653b801e0de..3a2020615642 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/55043.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/55043.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/unordered_map/59548.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/59548.cc index 09c96b9cdd16..a6900822fae4 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/59548.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/59548.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-debug-mode "" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/unordered_map/allocator/copy.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/allocator/copy.cc index cdad2760b8e7..b07a0aee3f55 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/allocator/copy.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/allocator/copy.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/unordered_map/allocator/copy_assign.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/allocator/copy_assign.cc index 434c09719d29..04d2a7f2cb16 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/allocator/copy_assign.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/allocator/copy_assign.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/unordered_map/allocator/minimal.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/allocator/minimal.cc index 1efc6ebee877..0933696a3e2c 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/allocator/minimal.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/allocator/minimal.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/unordered_map/allocator/move.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/allocator/move.cc index ca8fee13bd91..3635c5447e6f 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/allocator/move.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/allocator/move.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/unordered_map/allocator/move_assign.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/allocator/move_assign.cc index a399dd1a616c..83c010751eb2 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/allocator/move_assign.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/allocator/move_assign.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/unordered_map/allocator/noexcept.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/allocator/noexcept.cc index 661d808a0c5c..ced7825b302b 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/allocator/noexcept.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/allocator/noexcept.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/unordered_map/allocator/swap.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/allocator/swap.cc index cfbe09ce5d40..e1e87f36a4be 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/allocator/swap.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/allocator/swap.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/unordered_map/cons/56112.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/cons/56112.cc index ffbfd0726103..4a8ac6e00c21 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/cons/56112.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/cons/56112.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/unordered_map/cons/66055.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/cons/66055.cc index adde6f769aec..d8e68cdf26e9 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/cons/66055.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/cons/66055.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/23_containers/unordered_map/cons/moveable.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/cons/moveable.cc index d42f1c02f0e7..d3900f7118c3 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/cons/moveable.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/cons/moveable.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/unordered_map/debug/60499.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/debug/60499.cc index 6b00c818a91e..7d3c5e103a13 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/debug/60499.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/debug/60499.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/unordered_map/debug/begin1_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/debug/begin1_neg.cc index ca9e7d242bf8..5cc3f5f309b7 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/debug/begin1_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/debug/begin1_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_map/debug/begin2_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/debug/begin2_neg.cc index 26880d0d7408..2e95ef2b71e0 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/debug/begin2_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/debug/begin2_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_map/debug/bucket_size_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/debug/bucket_size_neg.cc index a8d856ff5bd5..0135b0fcdcfe 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/debug/bucket_size_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/debug/bucket_size_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_map/debug/cbegin_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/debug/cbegin_neg.cc index 016ae3e93c4d..0d5f705d6d9c 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/debug/cbegin_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/debug/cbegin_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_map/debug/cend_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/debug/cend_neg.cc index 318f4e925ccb..81e7cc27551b 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/debug/cend_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/debug/cend_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_map/debug/construct1_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/debug/construct1_neg.cc index 280773029f99..98e63e0fca7f 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/debug/construct1_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/debug/construct1_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_map/debug/construct2_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/debug/construct2_neg.cc index 3bca414fb49c..52888e623722 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/debug/construct2_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/debug/construct2_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_map/debug/construct3_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/debug/construct3_neg.cc index db865ee0ba2d..3e692812ebb2 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/debug/construct3_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/debug/construct3_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_map/debug/construct4_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/debug/construct4_neg.cc index 7702294cbe84..87d9ce361c0a 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/debug/construct4_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/debug/construct4_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_map/debug/construct5_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/debug/construct5_neg.cc index eae800c98dad..8c4b5300437f 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/debug/construct5_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/debug/construct5_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/unordered_map/debug/end1_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/debug/end1_neg.cc index cc0e37fd33ea..28ded7e7a6c2 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/debug/end1_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/debug/end1_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_map/debug/end2_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/debug/end2_neg.cc index 9f129ce3dfd5..294968c4ab6f 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/debug/end2_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/debug/end2_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_map/debug/insert1_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/debug/insert1_neg.cc index dde90d1eb0e4..669acf843cb7 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/debug/insert1_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/debug/insert1_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_map/debug/insert2_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/debug/insert2_neg.cc index e053ec81b3e7..69287966c783 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/debug/insert2_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/debug/insert2_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_map/debug/insert3_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/debug/insert3_neg.cc index 974e55d417e4..d9844f899af7 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/debug/insert3_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/debug/insert3_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_map/debug/insert4_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/debug/insert4_neg.cc index f8097f491640..ede1d51f24a6 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/debug/insert4_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/debug/insert4_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_map/debug/invalid_local_iterator_compare_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/debug/invalid_local_iterator_compare_neg.cc index 1bbbaa38d370..d84c73765e94 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/debug/invalid_local_iterator_compare_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/debug/invalid_local_iterator_compare_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/unordered_map/debug/invalid_local_iterator_range_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/debug/invalid_local_iterator_range_neg.cc index 3965d8379bda..4ce89f949b43 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/debug/invalid_local_iterator_range_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/debug/invalid_local_iterator_range_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/unordered_map/debug/iterator_self_move_assign_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/debug/iterator_self_move_assign_neg.cc index 252fb655c61c..3403b00867f0 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/debug/iterator_self_move_assign_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/debug/iterator_self_move_assign_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_map/debug/max_load_factor_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/debug/max_load_factor_neg.cc index 7044bc66c33d..af724fad683c 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/debug/max_load_factor_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/debug/max_load_factor_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_map/debug/move_assign_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/debug/move_assign_neg.cc index 321777b19c86..55e7a6bf3398 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/debug/move_assign_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/debug/move_assign_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/unordered_map/debug/move_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/debug/move_neg.cc index 0cca6ea6e332..59523cfd3149 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/debug/move_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/debug/move_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/unordered_map/debug/self_move_assign_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/debug/self_move_assign_neg.cc index 0e53680da3ec..69e33ecdc468 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/debug/self_move_assign_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/debug/self_move_assign_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_map/debug/use_erased_local_iterator_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/debug/use_erased_local_iterator_neg.cc index 73c433ec5fd4..824f32903f0f 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/debug/use_erased_local_iterator_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/debug/use_erased_local_iterator_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/unordered_map/debug/use_invalid_iterator_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/debug/use_invalid_iterator_neg.cc index d532f5a6e687..e76851c5d883 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/debug/use_invalid_iterator_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/debug/use_invalid_iterator_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/unordered_map/debug/use_invalid_local_iterator_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/debug/use_invalid_local_iterator_neg.cc index 9dad84f4a65a..4d7aee5ceb42 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/debug/use_invalid_local_iterator_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/debug/use_invalid_local_iterator_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/unordered_map/dr761.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/dr761.cc index 9307e28728ba..1fa5b5a903ec 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/dr761.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/dr761.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // 2008-05-22 Paolo Carlini // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/23_containers/unordered_map/erase/1.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/erase/1.cc index 84e12f0b1a69..65d039b4cc46 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/erase/1.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/erase/1.cc @@ -2,7 +2,7 @@ // 2010-02-10 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_map/erase/24061-map.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/erase/24061-map.cc index fab22acf3f73..04ccc3d485c8 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/erase/24061-map.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/erase/24061-map.cc @@ -2,7 +2,7 @@ // 2010-02-10 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_map/erase/51142.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/erase/51142.cc index 1267e766c6a5..f01eb2cc2da2 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/erase/51142.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/erase/51142.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/unordered_map/erase/54276.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/erase/54276.cc index f665fdd207f6..b01f890d5e2a 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/erase/54276.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/erase/54276.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_map/final_hash.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/final_hash.cc index 1e4f5904f3de..57f3c229bb28 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/final_hash.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/final_hash.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/unordered_map/hash_policy/dr1189.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/hash_policy/dr1189.cc index 344112abee30..4869a40cd829 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/hash_policy/dr1189.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/hash_policy/dr1189.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // 2010-03-10 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_map/init-list.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/init-list.cc index 04342a982cbe..17268d5f8e2c 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/init-list.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/init-list.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/23_containers/unordered_map/insert/24061-map.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/insert/24061-map.cc index 1e0495203e71..d9c5f181a9f2 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/insert/24061-map.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/insert/24061-map.cc @@ -2,7 +2,7 @@ // 2010-02-10 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_map/insert/57619.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/insert/57619.cc index 921b8f4c30c8..f641be201a7b 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/insert/57619.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/insert/57619.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/unordered_map/insert/array_syntax.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/insert/array_syntax.cc index 86cdee5e7e17..242c55150538 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/insert/array_syntax.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/insert/array_syntax.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_map/insert/array_syntax_move.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/insert/array_syntax_move.cc index f7b1c45aead4..0a541b45ce2c 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/insert/array_syntax_move.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/insert/array_syntax_move.cc @@ -2,7 +2,7 @@ // 2010-10-27 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_map/insert/map_range.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/insert/map_range.cc index a89400ffe3d2..335cb4282994 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/insert/map_range.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/insert/map_range.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_map/insert/map_single.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/insert/map_single.cc index eee277cb4eec..29facc90ccae 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/insert/map_single.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/insert/map_single.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_map/insert/map_single_move-1.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/insert/map_single_move-1.cc index 809f7bf24d3e..9fae4e12a3e8 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/insert/map_single_move-1.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/insert/map_single_move-1.cc @@ -2,7 +2,7 @@ // 2010-10-27 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_map/insert/map_single_move-2.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/insert/map_single_move-2.cc index 952a7f2a1394..7b14afcbd6fb 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/insert/map_single_move-2.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/insert/map_single_move-2.cc @@ -2,7 +2,7 @@ // 2010-10-27 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_map/modifiers/61667.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/modifiers/61667.cc index bf2e733ff8d2..deb468499a75 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/modifiers/61667.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/modifiers/61667.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/unordered_map/modifiers/emplace.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/modifiers/emplace.cc index 0027171d990e..219cead44f24 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/modifiers/emplace.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/modifiers/emplace.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/unordered_map/modifiers/extract.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/modifiers/extract.cc index 24609aef56fa..4cbfa6e8a241 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/modifiers/extract.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/modifiers/extract.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/23_containers/unordered_map/modifiers/insert_or_assign.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/modifiers/insert_or_assign.cc index 4a64398f78c1..67fd164a3701 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/modifiers/insert_or_assign.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/modifiers/insert_or_assign.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/23_containers/unordered_map/modifiers/merge.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/modifiers/merge.cc index e4350459f62c..f7044066072a 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/modifiers/merge.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/modifiers/merge.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/23_containers/unordered_map/modifiers/reserve.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/modifiers/reserve.cc index 1d1ced9424ff..7d5f66ae73bf 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/modifiers/reserve.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/modifiers/reserve.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_map/modifiers/try_emplace.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/modifiers/try_emplace.cc index 5887968a8bbd..f123850ecf1f 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/modifiers/try_emplace.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/modifiers/try_emplace.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/23_containers/unordered_map/observers.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/observers.cc index 8aa0d4ddf5ef..6aa95d7e4609 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/observers.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/observers.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_map/operations/count.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/operations/count.cc index 6c1f47f48a25..41696befda73 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/operations/count.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/operations/count.cc @@ -2,7 +2,7 @@ // 2011-10-28 Paolo Carlini -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/unordered_map/operators/1.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/operators/1.cc index ecda9f2e922e..4a342825c5a8 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/operators/1.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/operators/1.cc @@ -2,7 +2,7 @@ // 2010-03-25 Paolo Carlini -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_map/operators/2.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/operators/2.cc index 0126834d43ac..00dca11da370 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/operators/2.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/operators/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_map/range_access.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/range_access.cc index 9c9e70d5dd5e..de2299376da9 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/range_access.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/range_access.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_map/requirements/52942.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/52942.cc index ee97eb5ab6b8..f64782ac97d0 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/52942.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/52942.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_map/requirements/53067.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/53067.cc index 688998bbafc5..8ffad4f37d0c 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/53067.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/53067.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_map/requirements/53339.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/53339.cc index 009cf5e13094..38c959d0503b 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/53339.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/53339.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-excess-errors "XFAIL because of PR libstdc++/55043 fix" } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_map/requirements/citerators.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/citerators.cc index 2a92b7ed77ff..de6cf7cf34e1 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/citerators.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/citerators.cc @@ -2,7 +2,7 @@ // 2007-10-15 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/unordered_map/requirements/cliterators.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/cliterators.cc index b41ae6dacea3..5affbc831a88 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/cliterators.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/cliterators.cc @@ -2,7 +2,7 @@ // 2008-06-11 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/23_containers/unordered_map/requirements/debug_container.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/debug_container.cc index 7df6ec8f2412..2ba943a4e13d 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/debug_container.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/debug_container.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/unordered_map/requirements/debug_mode.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/debug_mode.cc index aeddf157925f..8eb8d19b945a 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/debug_mode.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/debug_mode.cc @@ -2,7 +2,7 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/unordered_map/requirements/exception/basic.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/exception/basic.cc index 2aee0c4ec55b..f00b16101512 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/exception/basic.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/exception/basic.cc @@ -3,7 +3,7 @@ // 2009-11-30 Benjamin Kosnik -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/unordered_map/requirements/exception/generation_prohibited.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/exception/generation_prohibited.cc index 49ecd8bf2613..051e3a5d73b6 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/exception/generation_prohibited.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/exception/generation_prohibited.cc @@ -3,7 +3,7 @@ // 2009-09-09 Benjamin Kosnik -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/unordered_map/requirements/exception/propagation_consistent.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/exception/propagation_consistent.cc index ebb6e38957bd..09728d9bd53e 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/exception/propagation_consistent.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/exception/propagation_consistent.cc @@ -3,7 +3,7 @@ // 2009-09-09 Benjamin Kosnik -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/unordered_map/requirements/explicit_instantiation/1.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/explicit_instantiation/1.cc index 900dc208c665..72f284430aaa 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/explicit_instantiation/1.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/explicit_instantiation/1.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/unordered_map/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/explicit_instantiation/2.cc index 1bf18971d480..001c7ba55b23 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/explicit_instantiation/2.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/unordered_map/requirements/explicit_instantiation/3.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/explicit_instantiation/3.cc index c003ffd746c4..31a1093530d5 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/explicit_instantiation/3.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/explicit_instantiation/3.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/unordered_map/requirements/explicit_instantiation/4.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/explicit_instantiation/4.cc index f7862d6ad0d6..44f9f16ffbb2 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/explicit_instantiation/4.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/explicit_instantiation/4.cc @@ -2,7 +2,7 @@ // 2010-05-20 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_map/requirements/explicit_instantiation/5.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/explicit_instantiation/5.cc index aa58e102919a..9e6cadb7b874 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/explicit_instantiation/5.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/explicit_instantiation/5.cc @@ -1,5 +1,5 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/unordered_map/requirements/typedefs.cc b/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/typedefs.cc index b39425a34c4f..505e1f78fdbd 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/unordered_multimap/55043.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/55043.cc index 1a94022a042c..8451a41e84b7 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/55043.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/55043.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/unordered_multimap/allocator/copy.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/allocator/copy.cc index 3253b64d0b01..b61bf712e52d 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/allocator/copy.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/allocator/copy.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/unordered_multimap/allocator/copy_assign.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/allocator/copy_assign.cc index 0f8e2675d5aa..6adb51da2e32 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/allocator/copy_assign.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/allocator/copy_assign.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/unordered_multimap/allocator/minimal.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/allocator/minimal.cc index 8a4151c27442..baff59890629 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/allocator/minimal.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/allocator/minimal.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/unordered_multimap/allocator/move.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/allocator/move.cc index ef5ed553fdbd..45cf413eeb0b 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/allocator/move.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/allocator/move.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/unordered_multimap/allocator/move_assign.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/allocator/move_assign.cc index 6b3ca9672442..2222b30f8ece 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/allocator/move_assign.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/allocator/move_assign.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/unordered_multimap/allocator/noexcept.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/allocator/noexcept.cc index 18295ea01808..bfa2f0335f7c 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/allocator/noexcept.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/allocator/noexcept.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/unordered_multimap/allocator/swap.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/allocator/swap.cc index c21b64f9bfb6..be59e6b2e5ba 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/allocator/swap.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/allocator/swap.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/unordered_multimap/cons/66055.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/cons/66055.cc index 89038f4b02f1..d90cc8a8f1b8 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/cons/66055.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/cons/66055.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/23_containers/unordered_multimap/cons/moveable.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/cons/moveable.cc index 9c0e854de7bf..43ea172f3996 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/cons/moveable.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/cons/moveable.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/unordered_multimap/debug/60499.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/60499.cc index d22651e51f63..21acc3d95bd3 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/60499.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/60499.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/unordered_multimap/debug/begin1_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/begin1_neg.cc index 51fb6c6824e3..664462f3442c 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/begin1_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/begin1_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_multimap/debug/begin2_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/begin2_neg.cc index 26880d0d7408..2e95ef2b71e0 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/begin2_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/begin2_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_multimap/debug/bucket_size_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/bucket_size_neg.cc index a8d856ff5bd5..0135b0fcdcfe 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/bucket_size_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/bucket_size_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_multimap/debug/cbegin_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/cbegin_neg.cc index 016ae3e93c4d..0d5f705d6d9c 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/cbegin_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/cbegin_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_multimap/debug/cend_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/cend_neg.cc index 318f4e925ccb..81e7cc27551b 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/cend_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/cend_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_multimap/debug/construct1_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/construct1_neg.cc index 348f89a073d7..e43dc07cd38c 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/construct1_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/construct1_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_multimap/debug/construct2_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/construct2_neg.cc index 1a11da2e93ff..793e90878fec 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/construct2_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/construct2_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_multimap/debug/construct3_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/construct3_neg.cc index ff7708d4d466..514cb6456e21 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/construct3_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/construct3_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_multimap/debug/construct4_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/construct4_neg.cc index c6fcf4cfdc63..e3f25ac0493c 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/construct4_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/construct4_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_multimap/debug/construct5_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/construct5_neg.cc index 237d1be4a73b..811c5a15458d 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/construct5_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/construct5_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/unordered_multimap/debug/end1_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/end1_neg.cc index cc0e37fd33ea..28ded7e7a6c2 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/end1_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/end1_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_multimap/debug/end2_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/end2_neg.cc index 9f129ce3dfd5..294968c4ab6f 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/end2_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/end2_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_multimap/debug/insert1_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/insert1_neg.cc index 80619e135e36..7ffecf48cb2d 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/insert1_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/insert1_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_multimap/debug/insert2_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/insert2_neg.cc index f9dfa53ac694..6f73932deebc 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/insert2_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/insert2_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_multimap/debug/insert3_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/insert3_neg.cc index 673a19190ac7..409754ce44a6 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/insert3_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/insert3_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_multimap/debug/insert4_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/insert4_neg.cc index 36cd683206a8..d147315e693b 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/insert4_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/insert4_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_multimap/debug/invalid_local_iterator_compare_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/invalid_local_iterator_compare_neg.cc index fccaa7790eab..a15c3f56e117 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/invalid_local_iterator_compare_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/invalid_local_iterator_compare_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/unordered_multimap/debug/invalid_local_iterator_range_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/invalid_local_iterator_range_neg.cc index 33c4e5d1a735..554ee834bb43 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/invalid_local_iterator_range_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/invalid_local_iterator_range_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/unordered_multimap/debug/iterator_self_move_assign_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/iterator_self_move_assign_neg.cc index c4dff78fcbbb..843cca1f4318 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/iterator_self_move_assign_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/iterator_self_move_assign_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_multimap/debug/max_load_factor_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/max_load_factor_neg.cc index 45715d49efb6..1f0d47c6a473 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/max_load_factor_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/max_load_factor_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_multimap/debug/move_assign_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/move_assign_neg.cc index ab75592ebe81..02ee26b84683 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/move_assign_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/move_assign_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/unordered_multimap/debug/move_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/move_neg.cc index 3bb3cf0f24aa..a86520788192 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/move_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/move_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/unordered_multimap/debug/self_move_assign_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/self_move_assign_neg.cc index e4294ccd44f8..e938c4663525 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/self_move_assign_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/self_move_assign_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_multimap/debug/use_erased_local_iterator_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/use_erased_local_iterator_neg.cc index 38720349e59f..fe0df8a49048 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/use_erased_local_iterator_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/use_erased_local_iterator_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/unordered_multimap/debug/use_invalid_iterator_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/use_invalid_iterator_neg.cc index bd5ff47b2e26..6d420ac2e1d5 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/use_invalid_iterator_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/use_invalid_iterator_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/unordered_multimap/debug/use_invalid_local_iterator_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/use_invalid_local_iterator_neg.cc index f9eae0e90bb3..9b9ce8fc7ad4 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/use_invalid_local_iterator_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/use_invalid_local_iterator_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/unordered_multimap/erase/1.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/erase/1.cc index 6b9a2981c747..3282d8bb8f1b 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/erase/1.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/erase/1.cc @@ -2,7 +2,7 @@ // 2010-02-10 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_multimap/erase/2.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/erase/2.cc index 4ab5884382e5..be87fdb6903f 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/erase/2.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/erase/2.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/unordered_multimap/erase/24061-multimap.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/erase/24061-multimap.cc index 80a5e7bb863e..dfb23bf89ea9 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/erase/24061-multimap.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/erase/24061-multimap.cc @@ -2,7 +2,7 @@ // 2010-02-10 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_multimap/erase/51142.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/erase/51142.cc index ba2628482323..38e7af617955 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/erase/51142.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/erase/51142.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/unordered_multimap/erase/51845-multimap.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/erase/51845-multimap.cc index 8469fd3977e9..58de0b82df00 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/erase/51845-multimap.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/erase/51845-multimap.cc @@ -2,7 +2,7 @@ // 2012-01-19 Jakub Jelinek // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_multimap/erase/54276.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/erase/54276.cc index 694db25324d1..8c6dcf6d3431 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/erase/54276.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/erase/54276.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_multimap/final_hash.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/final_hash.cc index 172b04ee6a87..bedd4ac2862b 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/final_hash.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/final_hash.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/unordered_multimap/hash_policy/dr1189.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/hash_policy/dr1189.cc index 3db89b7c19d1..e308c4ab39e0 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/hash_policy/dr1189.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/hash_policy/dr1189.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // 2010-03-10 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_multimap/init-list.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/init-list.cc index 51f3db9dc4f6..c78728984311 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/init-list.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/init-list.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/23_containers/unordered_multimap/insert/24061-multimap.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/insert/24061-multimap.cc index 902352cb8198..90fc67df1bc5 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/insert/24061-multimap.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/insert/24061-multimap.cc @@ -2,7 +2,7 @@ // 2010-02-10 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_multimap/insert/51866.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/insert/51866.cc index b040cc0aa480..7268bc47ca6f 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/insert/51866.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/insert/51866.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_multimap/insert/52476.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/insert/52476.cc index d91f7eeba155..60a3b9eaf945 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/insert/52476.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/insert/52476.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_multimap/insert/53115.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/insert/53115.cc index 9fc6fd3b1c3e..45d4c0b2375b 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/insert/53115.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/insert/53115.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_multimap/insert/55028-debug.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/insert/55028-debug.cc index 8b5d3f501533..a7552d7314f4 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/insert/55028-debug.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/insert/55028-debug.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_multimap/insert/57619.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/insert/57619.cc index 002f64eaae98..9d62145a9297 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/insert/57619.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/insert/57619.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/unordered_multimap/insert/hint.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/insert/hint.cc index 70b99437b5c7..22a154095b35 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/insert/hint.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/insert/hint.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/unordered_multimap/insert/multimap_range.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/insert/multimap_range.cc index 99f1340daa86..1b768979f801 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/insert/multimap_range.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/insert/multimap_range.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_multimap/insert/multimap_single.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/insert/multimap_single.cc index 7750d8f190ae..97fb55e587da 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/insert/multimap_single.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/insert/multimap_single.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_multimap/insert/multimap_single_move-1.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/insert/multimap_single_move-1.cc index f3b2819eb0c8..cb09c1986d1c 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/insert/multimap_single_move-1.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/insert/multimap_single_move-1.cc @@ -2,7 +2,7 @@ // 2010-10-27 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_multimap/insert/multimap_single_move-2.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/insert/multimap_single_move-2.cc index 56e157c0e37b..b9138de3865e 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/insert/multimap_single_move-2.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/insert/multimap_single_move-2.cc @@ -2,7 +2,7 @@ // 2010-10-27 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_multimap/modifiers/emplace.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/modifiers/emplace.cc index 06eddccbffad..a0b83a0febb9 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/modifiers/emplace.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/modifiers/emplace.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/unordered_multimap/modifiers/extract.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/modifiers/extract.cc index 85b2c99693d8..731992490641 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/modifiers/extract.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/modifiers/extract.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/23_containers/unordered_multimap/modifiers/merge.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/modifiers/merge.cc index ebb8f18fd4b2..d8185832945c 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/modifiers/merge.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/modifiers/merge.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/23_containers/unordered_multimap/modifiers/reserve.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/modifiers/reserve.cc index e79762c4bab9..5f667943ee2d 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/modifiers/reserve.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/modifiers/reserve.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_multimap/observers.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/observers.cc index 93c1c8706b3b..b537b93ea1a4 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/observers.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/observers.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_multimap/operations/count.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/operations/count.cc index dec07234b6d9..0228c57f12b9 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/operations/count.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/operations/count.cc @@ -2,7 +2,7 @@ // 2011-10-28 Paolo Carlini -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/unordered_multimap/operators/1.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/operators/1.cc index 73162f0bd979..d6a33ebd0dc6 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/operators/1.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/operators/1.cc @@ -2,7 +2,7 @@ // 2010-03-25 Paolo Carlini -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_multimap/operators/2.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/operators/2.cc index 07a600fc21ec..d0538efc8ffa 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/operators/2.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/operators/2.cc @@ -2,7 +2,7 @@ // 2010-03-25 Paolo Carlini -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_multimap/range_access.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/range_access.cc index 8000f46716b2..a8760203834b 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/range_access.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/range_access.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_multimap/requirements/53339.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/requirements/53339.cc index b9c48988d767..39929eba71b2 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/requirements/53339.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/requirements/53339.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-excess-errors "XFAIL because of PR libstdc++/55043 fix" } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_multimap/requirements/citerators.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/requirements/citerators.cc index e31b5e02e0ef..6be5b4f498f3 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/requirements/citerators.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/requirements/citerators.cc @@ -2,7 +2,7 @@ // 2007-10-15 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/unordered_multimap/requirements/cliterators.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/requirements/cliterators.cc index 7e1ac2a39d15..58fb120ec365 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/requirements/cliterators.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/requirements/cliterators.cc @@ -2,7 +2,7 @@ // 2008-06-11 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/23_containers/unordered_multimap/requirements/debug.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/requirements/debug.cc index c74da70329b7..16c7be1ff864 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/requirements/debug.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/requirements/debug.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/unordered_multimap/requirements/exception/basic.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/requirements/exception/basic.cc index 83b097efc757..2971d6c46550 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/requirements/exception/basic.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/requirements/exception/basic.cc @@ -3,7 +3,7 @@ // 2009-11-30 Benjamin Kosnik -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/unordered_multimap/requirements/exception/generation_prohibited.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/requirements/exception/generation_prohibited.cc index 0e163efb2514..8999b8e33652 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/requirements/exception/generation_prohibited.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/requirements/exception/generation_prohibited.cc @@ -3,7 +3,7 @@ // 2009-09-09 Benjamin Kosnik -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/unordered_multimap/requirements/exception/propagation_consistent.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/requirements/exception/propagation_consistent.cc index 8ff7286dccb8..cdf022d2100f 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/requirements/exception/propagation_consistent.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/requirements/exception/propagation_consistent.cc @@ -3,7 +3,7 @@ // 2009-09-09 Benjamin Kosnik -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/unordered_multimap/requirements/explicit_instantiation/1.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/requirements/explicit_instantiation/1.cc index 5e42a277714f..dcb667954a6a 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/requirements/explicit_instantiation/1.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/requirements/explicit_instantiation/1.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/unordered_multimap/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/requirements/explicit_instantiation/2.cc index e5b666d0eb5e..25aeb130dda2 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/requirements/explicit_instantiation/2.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/unordered_multimap/requirements/explicit_instantiation/3.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/requirements/explicit_instantiation/3.cc index bbd8dfcca49e..93cda599eff3 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/requirements/explicit_instantiation/3.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/requirements/explicit_instantiation/3.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/unordered_multimap/requirements/explicit_instantiation/4.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/requirements/explicit_instantiation/4.cc index fc10959573a6..9d4771cb431e 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/requirements/explicit_instantiation/4.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/requirements/explicit_instantiation/4.cc @@ -2,7 +2,7 @@ // 2010-05-20 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_multimap/requirements/explicit_instantiation/5.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/requirements/explicit_instantiation/5.cc index 70f6b85dae63..06b9044cca44 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/requirements/explicit_instantiation/5.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/requirements/explicit_instantiation/5.cc @@ -1,5 +1,5 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/unordered_multimap/requirements/typedefs.cc b/libstdc++-v3/testsuite/23_containers/unordered_multimap/requirements/typedefs.cc index 2340c1e876ab..1ad68b7e75c7 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multimap/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multimap/requirements/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/unordered_multiset/55043.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/55043.cc index d9aff3b54a50..b9999516ae0c 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/55043.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/55043.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/unordered_multiset/allocator/copy.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/allocator/copy.cc index 611d21239e6b..091c822e232e 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/allocator/copy.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/allocator/copy.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/unordered_multiset/allocator/copy_assign.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/allocator/copy_assign.cc index 8fbd02ed7cf2..82f4bd1f0fca 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/allocator/copy_assign.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/allocator/copy_assign.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/unordered_multiset/allocator/minimal.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/allocator/minimal.cc index be0321e23f31..d77a4c9e9f1f 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/allocator/minimal.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/allocator/minimal.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/unordered_multiset/allocator/move.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/allocator/move.cc index 0e8edd326fc9..2348a6a4c093 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/allocator/move.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/allocator/move.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/unordered_multiset/allocator/move_assign.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/allocator/move_assign.cc index 69e022b8053e..6e1785a5a1bd 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/allocator/move_assign.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/allocator/move_assign.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/unordered_multiset/allocator/noexcept.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/allocator/noexcept.cc index 2291e392763e..9a6906d5c127 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/allocator/noexcept.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/allocator/noexcept.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/unordered_multiset/allocator/swap.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/allocator/swap.cc index d89165da0738..f30073ef8630 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/allocator/swap.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/allocator/swap.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/unordered_multiset/cons/66055.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/cons/66055.cc index aa594f3c8858..a475aad18dde 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/cons/66055.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/cons/66055.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/23_containers/unordered_multiset/cons/copy.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/cons/copy.cc index 2f233f2843b1..a40c5e757ac5 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/cons/copy.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/cons/copy.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/unordered_multiset/cons/moveable.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/cons/moveable.cc index 1219517cca77..91db99d69252 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/cons/moveable.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/cons/moveable.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/unordered_multiset/debug/60499.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/60499.cc index aa7f818379ff..d81f07d93d3f 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/60499.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/60499.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/unordered_multiset/debug/begin1_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/begin1_neg.cc index 96a0df277a43..8e548a71ef01 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/begin1_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/begin1_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_multiset/debug/begin2_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/begin2_neg.cc index bf2019dc4894..8ac49ca2f9b8 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/begin2_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/begin2_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_multiset/debug/bucket_size_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/bucket_size_neg.cc index ed2b990d0656..b9dce62542b2 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/bucket_size_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/bucket_size_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_multiset/debug/cbegin_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/cbegin_neg.cc index b7b38256c8b8..9bf12cb0b01a 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/cbegin_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/cbegin_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_multiset/debug/cend_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/cend_neg.cc index f566ec3e8ac4..b662fc4cc72e 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/cend_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/cend_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_multiset/debug/construct1_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/construct1_neg.cc index 2ad5ff1c09a6..4b0ae33a873a 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/construct1_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/construct1_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_multiset/debug/construct2_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/construct2_neg.cc index a8b2b64cca45..4d4a4527bf90 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/construct2_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/construct2_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_multiset/debug/construct3_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/construct3_neg.cc index 206876aa3bdf..91f58b4b951a 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/construct3_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/construct3_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_multiset/debug/construct4_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/construct4_neg.cc index dfb20a3cd63c..1b9ce48a112e 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/construct4_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/construct4_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_multiset/debug/construct5_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/construct5_neg.cc index 2576e9627a5f..940225677f74 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/construct5_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/construct5_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/unordered_multiset/debug/end1_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/end1_neg.cc index 69393d23897c..755cf1e0ffe9 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/end1_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/end1_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_multiset/debug/end2_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/end2_neg.cc index eea80eda3dd3..efe62e418952 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/end2_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/end2_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_multiset/debug/insert1_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/insert1_neg.cc index 28daab54dc3c..7359a1217405 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/insert1_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/insert1_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_multiset/debug/insert2_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/insert2_neg.cc index 5dec12dc7abb..4204616437b9 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/insert2_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/insert2_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_multiset/debug/insert3_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/insert3_neg.cc index b10b59dc5f6b..4e2f04d7253e 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/insert3_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/insert3_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_multiset/debug/insert4_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/insert4_neg.cc index d52ff8fb8c64..13622bd3ff59 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/insert4_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/insert4_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_multiset/debug/invalid_local_iterator_compare_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/invalid_local_iterator_compare_neg.cc index cb500a0413cd..0c7972bcba23 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/invalid_local_iterator_compare_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/invalid_local_iterator_compare_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/unordered_multiset/debug/invalid_local_iterator_range_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/invalid_local_iterator_range_neg.cc index cb678ddffeff..f79f11c37c2a 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/invalid_local_iterator_range_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/invalid_local_iterator_range_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/unordered_multiset/debug/iterator_self_move_assign_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/iterator_self_move_assign_neg.cc index dbcecc809eec..e72540386633 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/iterator_self_move_assign_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/iterator_self_move_assign_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_multiset/debug/max_load_factor_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/max_load_factor_neg.cc index d7e31e63a380..85e14a0cf6e6 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/max_load_factor_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/max_load_factor_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_multiset/debug/move_assign_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/move_assign_neg.cc index 6d1fc4a1573f..e72e927dc91f 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/move_assign_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/move_assign_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/unordered_multiset/debug/move_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/move_neg.cc index 65e8dc34a37d..7f7b7c469631 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/move_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/move_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/unordered_multiset/debug/self_move_assign_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/self_move_assign_neg.cc index 4750d080c0eb..85b4d42b7b3f 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/self_move_assign_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/self_move_assign_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_multiset/debug/use_erased_local_iterator_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/use_erased_local_iterator_neg.cc index d5e0a8e66128..b4dc3da3f0c8 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/use_erased_local_iterator_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/use_erased_local_iterator_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/unordered_multiset/debug/use_invalid_iterator_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/use_invalid_iterator_neg.cc index 66670469e2aa..d8f9ac33a83f 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/use_invalid_iterator_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/use_invalid_iterator_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/unordered_multiset/debug/use_invalid_local_iterator_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/use_invalid_local_iterator_neg.cc index 927ee3b2ae8b..c72b3861aa55 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/use_invalid_local_iterator_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/use_invalid_local_iterator_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/unordered_multiset/erase/1.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/erase/1.cc index 238db49fa297..8de8b4597cd1 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/erase/1.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/erase/1.cc @@ -2,7 +2,7 @@ // 2010-02-10 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_multiset/erase/2.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/erase/2.cc index f76ccfa89a8f..512dfe10ae58 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/erase/2.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/erase/2.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/unordered_multiset/erase/24061-multiset.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/erase/24061-multiset.cc index ed8445b117e2..e397afb83069 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/erase/24061-multiset.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/erase/24061-multiset.cc @@ -2,7 +2,7 @@ // 2010-02-10 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_multiset/erase/51142.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/erase/51142.cc index 8f97c9d7e55d..bf0776a86e2f 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/erase/51142.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/erase/51142.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/unordered_multiset/final_hash.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/final_hash.cc index 4d1098086f74..45b72f96f97a 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/final_hash.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/final_hash.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/unordered_multiset/hash_policy/dr1189.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/hash_policy/dr1189.cc index 55ce8806c924..260d2e141264 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/hash_policy/dr1189.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/hash_policy/dr1189.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // 2010-03-10 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_multiset/init-list.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/init-list.cc index 3f1458826ead..271b5d7564d1 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/init-list.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/init-list.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/23_containers/unordered_multiset/insert/24061-multiset.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/insert/24061-multiset.cc index ac58f2985bca..9ba66699bed1 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/insert/24061-multiset.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/insert/24061-multiset.cc @@ -2,7 +2,7 @@ // 2010-02-10 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_multiset/insert/51866.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/insert/51866.cc index 7c8dfda3a76c..210bbc0d7cf6 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/insert/51866.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/insert/51866.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_multiset/insert/52476.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/insert/52476.cc index 6c10504a57c8..ca22baef2ee6 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/insert/52476.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/insert/52476.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_multiset/insert/53115.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/insert/53115.cc index 0085ee9e37af..9d1ba3acc25b 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/insert/53115.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/insert/53115.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_multiset/insert/hash_policy.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/insert/hash_policy.cc index 97a76f6136a0..add23eeb15fe 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/insert/hash_policy.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/insert/hash_policy.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/unordered_multiset/insert/multiset_range.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/insert/multiset_range.cc index 496df5de589d..e6d980aa1d7f 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/insert/multiset_range.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/insert/multiset_range.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_multiset/insert/multiset_single.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/insert/multiset_single.cc index f2abcf735f63..7c71b64d2e32 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/insert/multiset_single.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/insert/multiset_single.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_multiset/insert/multiset_single_move.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/insert/multiset_single_move.cc index 17e5e9618eee..5d0a4b694b8d 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/insert/multiset_single_move.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/insert/multiset_single_move.cc @@ -2,7 +2,7 @@ // 2010-10-27 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_multiset/modifiers/emplace.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/modifiers/emplace.cc index d9163345077e..8748e84acf0a 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/modifiers/emplace.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/modifiers/emplace.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/unordered_multiset/modifiers/extract.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/modifiers/extract.cc index 4b7414078f91..630eee6da933 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/modifiers/extract.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/modifiers/extract.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/23_containers/unordered_multiset/modifiers/merge.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/modifiers/merge.cc index 4c2569c8f198..a35b1b57255e 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/modifiers/merge.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/modifiers/merge.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/23_containers/unordered_multiset/modifiers/reserve.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/modifiers/reserve.cc index 9f5afb4780b0..614aca7c453c 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/modifiers/reserve.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/modifiers/reserve.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_multiset/observers.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/observers.cc index 5b518b03a9b5..3f34d0527cfb 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/observers.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/observers.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_multiset/operations/count.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/operations/count.cc index 9f4fb9b7f0ff..92f07a023ee2 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/operations/count.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/operations/count.cc @@ -2,7 +2,7 @@ // 2011-10-28 Paolo Carlini -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/unordered_multiset/operators/1.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/operators/1.cc index 1a3a4b094fb0..429b9789d874 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/operators/1.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/operators/1.cc @@ -2,7 +2,7 @@ // 2010-03-25 Paolo Carlini -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_multiset/range_access.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/range_access.cc index b10583e7f6df..cb3b1ea09f71 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/range_access.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/range_access.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_multiset/requirements/citerators.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/requirements/citerators.cc index 5d689e423f67..ef77d88858b0 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/requirements/citerators.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/requirements/citerators.cc @@ -2,7 +2,7 @@ // 2007-10-15 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/unordered_multiset/requirements/cliterators.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/requirements/cliterators.cc index 55ff4e860020..88a01f1a2a5c 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/requirements/cliterators.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/requirements/cliterators.cc @@ -2,7 +2,7 @@ // 2008-06-11 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/23_containers/unordered_multiset/requirements/debug.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/requirements/debug.cc index 85100e86ec5d..3ff90ac6e0d6 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/requirements/debug.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/requirements/debug.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/unordered_multiset/requirements/exception/basic.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/requirements/exception/basic.cc index 56e25d640d10..409305c1c10c 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/requirements/exception/basic.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/requirements/exception/basic.cc @@ -3,7 +3,7 @@ // 2009-11-30 Benjamin Kosnik -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/unordered_multiset/requirements/exception/generation_prohibited.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/requirements/exception/generation_prohibited.cc index 0d77cd30f3c8..9470cd0e589d 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/requirements/exception/generation_prohibited.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/requirements/exception/generation_prohibited.cc @@ -3,7 +3,7 @@ // 2009-09-09 Benjamin Kosnik -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/unordered_multiset/requirements/exception/propagation_consistent.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/requirements/exception/propagation_consistent.cc index c8cecd999a3e..6fb75738011e 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/requirements/exception/propagation_consistent.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/requirements/exception/propagation_consistent.cc @@ -3,7 +3,7 @@ // 2009-09-09 Benjamin Kosnik -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/unordered_multiset/requirements/explicit_instantiation/1.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/requirements/explicit_instantiation/1.cc index 370724775b51..0e3d991c81a0 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/requirements/explicit_instantiation/1.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/requirements/explicit_instantiation/1.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/unordered_multiset/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/requirements/explicit_instantiation/2.cc index 64aa5dbc0682..30dafb8c6a18 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/requirements/explicit_instantiation/2.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/unordered_multiset/requirements/explicit_instantiation/3.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/requirements/explicit_instantiation/3.cc index be61cee53bf6..b1cc6811b25d 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/requirements/explicit_instantiation/3.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/requirements/explicit_instantiation/3.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/unordered_multiset/requirements/explicit_instantiation/4.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/requirements/explicit_instantiation/4.cc index 6be5772aca1e..97cc7a7a60ff 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/requirements/explicit_instantiation/4.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/requirements/explicit_instantiation/4.cc @@ -2,7 +2,7 @@ // 2010-05-20 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_multiset/requirements/explicit_instantiation/5.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/requirements/explicit_instantiation/5.cc index 9be48fee562a..236bfb038e6a 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/requirements/explicit_instantiation/5.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/requirements/explicit_instantiation/5.cc @@ -1,5 +1,5 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/unordered_multiset/requirements/typedefs.cc b/libstdc++-v3/testsuite/23_containers/unordered_multiset/requirements/typedefs.cc index 207d4c911432..886428cdc48d 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_multiset/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_multiset/requirements/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/unordered_set/55043.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/55043.cc index b952fc280ca0..6034406d3f84 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/55043.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/55043.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/unordered_set/56267-2.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/56267-2.cc index c935445200e7..563ad8e1d089 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/56267-2.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/56267-2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/unordered_set/56267.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/56267.cc index 5480b40ddcdd..6693e76c1116 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/56267.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/56267.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/unordered_set/56278.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/56278.cc index e8a7cb398543..4452b233b85e 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/56278.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/56278.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/unordered_set/61143.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/61143.cc index 79100814a0f8..dc0a5eb6fca4 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/61143.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/61143.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/unordered_set/63456.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/63456.cc index cdda9717e9ca..2129666f038d 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/63456.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/63456.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/unordered_set/allocator/copy.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/allocator/copy.cc index d7998b0fbb3e..b4912dc7796a 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/allocator/copy.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/allocator/copy.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/unordered_set/allocator/copy_assign.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/allocator/copy_assign.cc index c7ec616c51a2..39b4cb42072c 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/allocator/copy_assign.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/allocator/copy_assign.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/unordered_set/allocator/ext_ptr.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/allocator/ext_ptr.cc index dba651eb0a82..f59b80884456 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/allocator/ext_ptr.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/allocator/ext_ptr.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/unordered_set/allocator/minimal.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/allocator/minimal.cc index e0e2864655ed..af4795aa8525 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/allocator/minimal.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/allocator/minimal.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_set/allocator/move.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/allocator/move.cc index 4ba9667fec17..add6b0f5beb2 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/allocator/move.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/allocator/move.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/unordered_set/allocator/move_assign.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/allocator/move_assign.cc index f0b420b3835b..01d4dd6c0a1c 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/allocator/move_assign.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/allocator/move_assign.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/unordered_set/allocator/noexcept.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/allocator/noexcept.cc index f3c85ebcca1c..12d2e3e35407 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/allocator/noexcept.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/allocator/noexcept.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/unordered_set/allocator/swap.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/allocator/swap.cc index 992ca05cd7ee..ae7e9e63cf2b 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/allocator/swap.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/allocator/swap.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/unordered_set/buckets/swap.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/buckets/swap.cc index a6e02262f83c..ccee48d6ee62 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/buckets/swap.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/buckets/swap.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/unordered_set/cons/66055.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/cons/66055.cc index 356c78dd3355..1b661b896f03 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/cons/66055.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/cons/66055.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/23_containers/unordered_set/cons/moveable.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/cons/moveable.cc index 1c18588e8d1f..3d7c35c72cff 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/cons/moveable.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/cons/moveable.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/unordered_set/debug/60499.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/debug/60499.cc index 305585859baf..ae3430e4bc3c 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/debug/60499.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/debug/60499.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/unordered_set/debug/begin1_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/debug/begin1_neg.cc index ed0519fce21b..b96adeddaede 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/debug/begin1_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/debug/begin1_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_set/debug/begin2_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/debug/begin2_neg.cc index c0741356b48f..cc1c7380ab52 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/debug/begin2_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/debug/begin2_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_set/debug/bucket_size_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/debug/bucket_size_neg.cc index 25436014e341..74714dae008a 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/debug/bucket_size_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/debug/bucket_size_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_set/debug/cbegin_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/debug/cbegin_neg.cc index 161c29c47416..2784aafcefb0 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/debug/cbegin_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/debug/cbegin_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_set/debug/cend_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/debug/cend_neg.cc index f1fa407ba7ad..c8e17aff066a 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/debug/cend_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/debug/cend_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_set/debug/construct1_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/debug/construct1_neg.cc index 6eb11cdfea1b..3c64c5fb9b91 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/debug/construct1_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/debug/construct1_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_set/debug/construct2_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/debug/construct2_neg.cc index 01a4479fff86..916f55afab4d 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/debug/construct2_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/debug/construct2_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_set/debug/construct3_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/debug/construct3_neg.cc index 4be9f40cebd0..bbc6ab66b012 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/debug/construct3_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/debug/construct3_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_set/debug/construct4_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/debug/construct4_neg.cc index ceefaa0b619c..5501a4e7afe1 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/debug/construct4_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/debug/construct4_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_set/debug/construct5_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/debug/construct5_neg.cc index a5c7dc460d6d..c95f31c8af79 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/debug/construct5_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/debug/construct5_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/unordered_set/debug/debug_functions.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/debug/debug_functions.cc index fe918fd08dcb..bbafcd8770e2 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/debug/debug_functions.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/debug/debug_functions.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/unordered_set/debug/end1_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/debug/end1_neg.cc index a57d4a96b6e9..50be60e180c9 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/debug/end1_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/debug/end1_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_set/debug/end2_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/debug/end2_neg.cc index 05a9fcb60beb..9022b7c62b3e 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/debug/end2_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/debug/end2_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_set/debug/insert1_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/debug/insert1_neg.cc index 6c9de873ddfa..064043ebbc94 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/debug/insert1_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/debug/insert1_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_set/debug/insert2_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/debug/insert2_neg.cc index 68b1a89dae4d..7914a044384c 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/debug/insert2_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/debug/insert2_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_set/debug/insert3_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/debug/insert3_neg.cc index 402b5e6c6de7..fadcbefe5d20 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/debug/insert3_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/debug/insert3_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_set/debug/insert4_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/debug/insert4_neg.cc index bdd3c1909b68..011808c65936 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/debug/insert4_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/debug/insert4_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_set/debug/invalid_local_iterator_compare_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/debug/invalid_local_iterator_compare_neg.cc index 15debce55251..85500dcd7265 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/debug/invalid_local_iterator_compare_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/debug/invalid_local_iterator_compare_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/unordered_set/debug/invalid_local_iterator_range_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/debug/invalid_local_iterator_range_neg.cc index 21ee94154994..56c80a1f4924 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/debug/invalid_local_iterator_range_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/debug/invalid_local_iterator_range_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/unordered_set/debug/iterator_self_move_assign_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/debug/iterator_self_move_assign_neg.cc index ee516d811629..d8c20463353c 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/debug/iterator_self_move_assign_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/debug/iterator_self_move_assign_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_set/debug/max_load_factor_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/debug/max_load_factor_neg.cc index bf5a09bfe07d..e39241595e10 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/debug/max_load_factor_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/debug/max_load_factor_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_set/debug/move_assign_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/debug/move_assign_neg.cc index 3dd4b3615088..295f7bae5c49 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/debug/move_assign_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/debug/move_assign_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/unordered_set/debug/move_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/debug/move_neg.cc index 8cd5aebaf1fc..845637eb1d53 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/debug/move_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/debug/move_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/unordered_set/debug/self_move_assign_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/debug/self_move_assign_neg.cc index f48d7ee0113a..3d28900e53db 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/debug/self_move_assign_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/debug/self_move_assign_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_set/debug/use_erased_local_iterator_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/debug/use_erased_local_iterator_neg.cc index 5d45df2d6806..5562a92a7ae2 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/debug/use_erased_local_iterator_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/debug/use_erased_local_iterator_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/unordered_set/debug/use_invalid_iterator_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/debug/use_invalid_iterator_neg.cc index 171dbbf3fb93..a7d4d2993ee5 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/debug/use_invalid_iterator_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/debug/use_invalid_iterator_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/unordered_set/debug/use_invalid_local_iterator_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/debug/use_invalid_local_iterator_neg.cc index 04e8c52b0ae0..77e9dedf0c80 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/debug/use_invalid_local_iterator_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/debug/use_invalid_local_iterator_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/unordered_set/erase/1.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/erase/1.cc index 84f00bc86e73..c09a2240f11c 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/erase/1.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/erase/1.cc @@ -2,7 +2,7 @@ // 2010-02-10 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_set/erase/24061-set.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/erase/24061-set.cc index 65bd7608e8e0..3407d5e848cf 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/erase/24061-set.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/erase/24061-set.cc @@ -2,7 +2,7 @@ // 2010-02-10 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_set/erase/51142.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/erase/51142.cc index 9f4b8a9f01e2..85703862a6ba 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/erase/51142.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/erase/51142.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/unordered_set/final_hash.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/final_hash.cc index da4e864c6f77..04a3aecddae8 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/final_hash.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/final_hash.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/unordered_set/hash_policy/26132.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/hash_policy/26132.cc index 0fae199e4f80..daa7ab2e222d 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/hash_policy/26132.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/hash_policy/26132.cc @@ -2,7 +2,7 @@ // 2010-08-13 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_set/hash_policy/71181.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/hash_policy/71181.cc index d6465d35c338..4f1599a6a3a7 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/hash_policy/71181.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/hash_policy/71181.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/23_containers/unordered_set/hash_policy/dr1189.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/hash_policy/dr1189.cc index 03d9b141e17a..b0860c0afe7a 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/hash_policy/dr1189.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/hash_policy/dr1189.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // 2010-03-10 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_set/hash_policy/load_factor.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/hash_policy/load_factor.cc index c54b07bdba88..5805419d3248 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/hash_policy/load_factor.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/hash_policy/load_factor.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/unordered_set/hash_policy/power2_rehash.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/hash_policy/power2_rehash.cc index d815291a8cff..2fdec85aadab 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/hash_policy/power2_rehash.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/hash_policy/power2_rehash.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/23_containers/unordered_set/hash_policy/prime_rehash.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/hash_policy/prime_rehash.cc index a653b104df34..a219d4fb6e0f 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/hash_policy/prime_rehash.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/hash_policy/prime_rehash.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/23_containers/unordered_set/hash_policy/rehash.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/hash_policy/rehash.cc index b6d986259b3b..0c40eeba1d9e 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/hash_policy/rehash.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/hash_policy/rehash.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/unordered_set/init-list.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/init-list.cc index 9f956f4a3be2..fd0079137816 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/init-list.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/init-list.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/23_containers/unordered_set/insert/24061-set.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/insert/24061-set.cc index 30b472d71229..475014d2a1db 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/insert/24061-set.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/insert/24061-set.cc @@ -2,7 +2,7 @@ // 2010-02-10 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_set/insert/hash_policy.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/insert/hash_policy.cc index 78bdaa38ed2c..ce854f7be83a 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/insert/hash_policy.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/insert/hash_policy.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/unordered_set/insert/move_range.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/insert/move_range.cc index c4a605749dfd..bff0685fad4c 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/insert/move_range.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/insert/move_range.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/unordered_set/insert/set_range.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/insert/set_range.cc index cbeb9c017601..b4d5843fa455 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/insert/set_range.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/insert/set_range.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_set/insert/set_single.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/insert/set_single.cc index d3801c2c2157..40967d159ff6 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/insert/set_single.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/insert/set_single.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_set/insert/set_single_move.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/insert/set_single_move.cc index 4cf76473a6fd..44e902b212bd 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/insert/set_single_move.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/insert/set_single_move.cc @@ -2,7 +2,7 @@ // 2010-10-27 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_set/instantiation_neg.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/instantiation_neg.cc index 5e8de37c4407..ac4477d6d927 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/instantiation_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/instantiation_neg.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-normal-mode "" } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/unordered_set/max_load_factor/robustness.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/max_load_factor/robustness.cc index 794ae0e9c18f..b32f99fc8d32 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/max_load_factor/robustness.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/max_load_factor/robustness.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/unordered_set/modifiers/emplace.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/modifiers/emplace.cc index e3ce2b5e70a9..018ba6dbfdf0 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/modifiers/emplace.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/modifiers/emplace.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/unordered_set/modifiers/extract.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/modifiers/extract.cc index a06835aed6aa..907a9ad76782 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/modifiers/extract.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/modifiers/extract.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/23_containers/unordered_set/modifiers/merge.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/modifiers/merge.cc index 817841092416..970239c48737 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/modifiers/merge.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/modifiers/merge.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/23_containers/unordered_set/modifiers/reserve.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/modifiers/reserve.cc index 732e14997e4f..615ec3315028 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/modifiers/reserve.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/modifiers/reserve.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_set/modifiers/swap.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/modifiers/swap.cc index 2c493e3e22bc..baa585f8d1ac 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/modifiers/swap.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/modifiers/swap.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/unordered_set/observers.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/observers.cc index 4c69466995f5..53d27bd51c47 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/observers.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/observers.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_set/operations/count.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/operations/count.cc index 1450b74e57ac..aabccc0f9cca 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/operations/count.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/operations/count.cc @@ -2,7 +2,7 @@ // 2011-10-28 Paolo Carlini -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/unordered_set/operators/1.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/operators/1.cc index eb0cac520a9b..460462788eda 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/operators/1.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/operators/1.cc @@ -2,7 +2,7 @@ // 2010-03-25 Paolo Carlini -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_set/operators/52309.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/operators/52309.cc index 836fc9fdabe0..037d3004c7a1 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/operators/52309.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/operators/52309.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_set/range_access.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/range_access.cc index a1cd9cbe99c1..1201a16a147b 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/range_access.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/range_access.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_set/requirements/52942.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/requirements/52942.cc index de56e0ff16fc..d0146c34694e 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/requirements/52942.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/requirements/52942.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_set/requirements/53067.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/requirements/53067.cc index 663846a4e4bd..dcbb21a0c006 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/requirements/53067.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/requirements/53067.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/unordered_set/requirements/citerators.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/requirements/citerators.cc index c6b46ed1c3b0..abdda506f709 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/requirements/citerators.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/requirements/citerators.cc @@ -2,7 +2,7 @@ // 2007-10-15 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/unordered_set/requirements/cliterators.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/requirements/cliterators.cc index 4aa6ef418b9c..37f511fc8c76 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/requirements/cliterators.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/requirements/cliterators.cc @@ -2,7 +2,7 @@ // 2007-06-11 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/23_containers/unordered_set/requirements/debug_container.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/requirements/debug_container.cc index 50a73c1c16f3..61c2fa66b8d8 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/requirements/debug_container.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/requirements/debug_container.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/unordered_set/requirements/debug_mode.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/requirements/debug_mode.cc index 091717c6758a..87dedd99d78b 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/requirements/debug_mode.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/requirements/debug_mode.cc @@ -2,7 +2,7 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/unordered_set/requirements/exception/basic.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/requirements/exception/basic.cc index fce2f4fe2105..a61645914cc4 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/requirements/exception/basic.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/requirements/exception/basic.cc @@ -3,7 +3,7 @@ // 2009-11-30 Benjamin Kosnik -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/unordered_set/requirements/exception/generation_prohibited.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/requirements/exception/generation_prohibited.cc index 8b30f59c8a2a..72f23f7bca39 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/requirements/exception/generation_prohibited.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/requirements/exception/generation_prohibited.cc @@ -3,7 +3,7 @@ // 2009-09-09 Benjamin Kosnik -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/unordered_set/requirements/exception/propagation_consistent.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/requirements/exception/propagation_consistent.cc index e52f254dd998..88a87160e42d 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/requirements/exception/propagation_consistent.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/requirements/exception/propagation_consistent.cc @@ -3,7 +3,7 @@ // 2009-09-09 Benjamin Kosnik -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/unordered_set/requirements/explicit_instantiation/1.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/requirements/explicit_instantiation/1.cc index a652b801a883..5a75cd78806b 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/requirements/explicit_instantiation/1.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/requirements/explicit_instantiation/1.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/unordered_set/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/requirements/explicit_instantiation/2.cc index 41d94eb19bd3..ff161be551c2 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/requirements/explicit_instantiation/2.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/unordered_set/requirements/explicit_instantiation/3.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/requirements/explicit_instantiation/3.cc index 7628abd30328..aac7b5b6f911 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/requirements/explicit_instantiation/3.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/requirements/explicit_instantiation/3.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/unordered_set/requirements/explicit_instantiation/4.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/requirements/explicit_instantiation/4.cc index 7878223b5185..8154a6f0967f 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/requirements/explicit_instantiation/4.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/requirements/explicit_instantiation/4.cc @@ -2,7 +2,7 @@ // 2010-05-20 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/unordered_set/requirements/explicit_instantiation/5.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/requirements/explicit_instantiation/5.cc index 2095ca944274..350e37b03e24 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/requirements/explicit_instantiation/5.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/requirements/explicit_instantiation/5.cc @@ -1,5 +1,5 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/unordered_set/requirements/typedefs.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/requirements/typedefs.cc index de075cd98fb4..120791f4c887 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/requirements/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/vector/14340.cc b/libstdc++-v3/testsuite/23_containers/vector/14340.cc index d79d906808d1..f19683817575 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/14340.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/14340.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/23_containers/vector/15523.cc b/libstdc++-v3/testsuite/23_containers/vector/15523.cc index 7b4d158006d6..67fffe1995c3 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/15523.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/15523.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/vector/18604.cc b/libstdc++-v3/testsuite/23_containers/vector/18604.cc index f65427185c25..5cb16e57e31b 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/18604.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/18604.cc @@ -1,6 +1,6 @@ // 2005-05-09 Paolo Carlini -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/23_containers/vector/26412-1.cc b/libstdc++-v3/testsuite/23_containers/vector/26412-1.cc index 25b2ac680285..fe7728f71df8 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/26412-1.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/26412-1.cc @@ -1,7 +1,7 @@ // { dg-do compile } // -*- C++ -*- -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/23_containers/vector/26412-2.cc b/libstdc++-v3/testsuite/23_containers/vector/26412-2.cc index 2d375904599c..e320fad9cf4b 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/26412-2.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/26412-2.cc @@ -1,7 +1,7 @@ // { dg-do compile } // -*- C++ -*- -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/23_containers/vector/40192.cc b/libstdc++-v3/testsuite/23_containers/vector/40192.cc index f9ccd4ca7d12..92dfd5ac8d4d 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/40192.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/40192.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/vector/52591.cc b/libstdc++-v3/testsuite/23_containers/vector/52591.cc index 6820967c4ea1..3c0d39ea3511 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/52591.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/52591.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/vector/58764.cc b/libstdc++-v3/testsuite/23_containers/vector/58764.cc index ec2411005093..02fe7902cf0e 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/58764.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/58764.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/vector/59829.cc b/libstdc++-v3/testsuite/23_containers/vector/59829.cc index 72329812a7a8..6ceffb38b6d9 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/59829.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/59829.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/vector/63500.cc b/libstdc++-v3/testsuite/23_containers/vector/63500.cc index 0acde16e1bde..771b0ef9baf3 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/63500.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/63500.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/vector/allocator/construction.cc b/libstdc++-v3/testsuite/23_containers/vector/allocator/construction.cc index 82d642cd1918..42c3fa8fd8b2 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/allocator/construction.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/allocator/construction.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/23_containers/vector/allocator/copy.cc b/libstdc++-v3/testsuite/23_containers/vector/allocator/copy.cc index 098f6e4c4e2f..340203f40866 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/allocator/copy.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/allocator/copy.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/vector/allocator/copy_assign.cc b/libstdc++-v3/testsuite/23_containers/vector/allocator/copy_assign.cc index 76b050007125..a3933eb20ce5 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/allocator/copy_assign.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/allocator/copy_assign.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/vector/allocator/ext_ptr.cc b/libstdc++-v3/testsuite/23_containers/vector/allocator/ext_ptr.cc index 605b1f7aca03..344441d4e6ec 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/allocator/ext_ptr.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/allocator/ext_ptr.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/vector/allocator/minimal.cc b/libstdc++-v3/testsuite/23_containers/vector/allocator/minimal.cc index bccd59303f55..6449aabd3b98 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/allocator/minimal.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/allocator/minimal.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/vector/allocator/move.cc b/libstdc++-v3/testsuite/23_containers/vector/allocator/move.cc index 1a79362592df..2cf068df0936 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/allocator/move.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/allocator/move.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/vector/allocator/move_assign.cc b/libstdc++-v3/testsuite/23_containers/vector/allocator/move_assign.cc index ba8f7c876751..585d97614dcd 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/allocator/move_assign.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/allocator/move_assign.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/vector/allocator/noexcept.cc b/libstdc++-v3/testsuite/23_containers/vector/allocator/noexcept.cc index 0d42dbc82213..a80b8cc726ec 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/allocator/noexcept.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/allocator/noexcept.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/vector/allocator/swap.cc b/libstdc++-v3/testsuite/23_containers/vector/allocator/swap.cc index 30532f2e6eae..71e011b6814e 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/allocator/swap.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/allocator/swap.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/vector/bool/1.cc b/libstdc++-v3/testsuite/23_containers/vector/bool/1.cc index 2d3feeffa39f..1c51396247ca 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/bool/1.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/bool/1.cc @@ -1,6 +1,6 @@ // 2002-03-05 Stephen M. Webb -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/23_containers/vector/bool/21244.cc b/libstdc++-v3/testsuite/23_containers/vector/bool/21244.cc index fca853170d1b..b3df710ca209 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/bool/21244.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/bool/21244.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/23_containers/vector/bool/23632.cc b/libstdc++-v3/testsuite/23_containers/vector/bool/23632.cc index e29c5d010cf9..430c8fec94b0 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/bool/23632.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/bool/23632.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/23_containers/vector/bool/6886.cc b/libstdc++-v3/testsuite/23_containers/vector/bool/6886.cc index 55e8fd6da36e..6dd2d7e6f13c 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/bool/6886.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/bool/6886.cc @@ -1,6 +1,6 @@ // 2002-03-05 Stephen M. Webb -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/23_containers/vector/bool/72847.cc b/libstdc++-v3/testsuite/23_containers/vector/bool/72847.cc index d5f3e6587b83..797ff0f24ac9 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/bool/72847.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/bool/72847.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/23_containers/vector/bool/allocator/copy.cc b/libstdc++-v3/testsuite/23_containers/vector/bool/allocator/copy.cc index 62b808f7ef53..8a0fc01d7430 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/bool/allocator/copy.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/bool/allocator/copy.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/vector/bool/allocator/copy_assign.cc b/libstdc++-v3/testsuite/23_containers/vector/bool/allocator/copy_assign.cc index 9177a8bf9b3a..3009137c2847 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/bool/allocator/copy_assign.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/bool/allocator/copy_assign.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/vector/bool/allocator/ext_ptr.cc b/libstdc++-v3/testsuite/23_containers/vector/bool/allocator/ext_ptr.cc index d0c69be3eba6..42d8e2cd9c07 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/bool/allocator/ext_ptr.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/bool/allocator/ext_ptr.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/vector/bool/allocator/minimal.cc b/libstdc++-v3/testsuite/23_containers/vector/bool/allocator/minimal.cc index a06696983318..98fdb8f946c5 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/bool/allocator/minimal.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/bool/allocator/minimal.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/vector/bool/allocator/move.cc b/libstdc++-v3/testsuite/23_containers/vector/bool/allocator/move.cc index a409a1415c28..bb6e33267e1a 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/bool/allocator/move.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/bool/allocator/move.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/vector/bool/allocator/move_assign.cc b/libstdc++-v3/testsuite/23_containers/vector/bool/allocator/move_assign.cc index 0354275f77ab..c7c85887cfbf 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/bool/allocator/move_assign.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/bool/allocator/move_assign.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/vector/bool/allocator/noexcept.cc b/libstdc++-v3/testsuite/23_containers/vector/bool/allocator/noexcept.cc index 74889508bfc7..7b9450393e46 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/bool/allocator/noexcept.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/bool/allocator/noexcept.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/vector/bool/allocator/swap.cc b/libstdc++-v3/testsuite/23_containers/vector/bool/allocator/swap.cc index f399525ba311..07f05b853909 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/bool/allocator/swap.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/bool/allocator/swap.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/vector/bool/capacity/1.cc b/libstdc++-v3/testsuite/23_containers/vector/bool/capacity/1.cc index fc2a5163102a..dee1a04ca204 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/bool/capacity/1.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/bool/capacity/1.cc @@ -1,6 +1,6 @@ // 2006-08-05 Paolo Carlini -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/23_containers/vector/bool/capacity/29134.cc b/libstdc++-v3/testsuite/23_containers/vector/bool/capacity/29134.cc index c86e7c3c1910..ea1665d1fc19 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/bool/capacity/29134.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/bool/capacity/29134.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/23_containers/vector/bool/capacity/shrink_to_fit.cc b/libstdc++-v3/testsuite/23_containers/vector/bool/capacity/shrink_to_fit.cc index 2603507e6aea..324581983e67 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/bool/capacity/shrink_to_fit.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/bool/capacity/shrink_to_fit.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/vector/bool/clear_allocator.cc b/libstdc++-v3/testsuite/23_containers/vector/bool/clear_allocator.cc index be2732b276c5..e28a79f2e9c8 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/bool/clear_allocator.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/bool/clear_allocator.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/23_containers/vector/bool/cons/1.cc b/libstdc++-v3/testsuite/23_containers/vector/bool/cons/1.cc index a55294b05f59..790316df5cdd 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/bool/cons/1.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/bool/cons/1.cc @@ -1,6 +1,6 @@ // 2006-08-09 Paolo Carlini -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/23_containers/vector/bool/cons/2.cc b/libstdc++-v3/testsuite/23_containers/vector/bool/cons/2.cc index 43b546a6720e..c2857b798c91 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/bool/cons/2.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/bool/cons/2.cc @@ -1,6 +1,6 @@ // 2006-08-09 Paolo Carlini -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/23_containers/vector/bool/cons/noexcept_move_construct.cc b/libstdc++-v3/testsuite/23_containers/vector/bool/cons/noexcept_move_construct.cc index 29e72e81af99..5c8b489fedc2 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/bool/cons/noexcept_move_construct.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/bool/cons/noexcept_move_construct.cc @@ -2,7 +2,7 @@ // 2011-06-01 Paolo Carlini // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/vector/bool/emplace.cc b/libstdc++-v3/testsuite/23_containers/vector/bool/emplace.cc index f12409611888..4252848a95e2 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/bool/emplace.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/bool/emplace.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/vector/bool/emplace_cxx17_return.cc b/libstdc++-v3/testsuite/23_containers/vector/bool/emplace_cxx17_return.cc index d4f70fb0de97..ea1745b91153 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/bool/emplace_cxx17_return.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/bool/emplace_cxx17_return.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/23_containers/vector/bool/hash/1.cc b/libstdc++-v3/testsuite/23_containers/vector/bool/hash/1.cc index db03ba5b64a2..cc944447c7d2 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/bool/hash/1.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/bool/hash/1.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/vector/bool/modifiers/erase/1.cc b/libstdc++-v3/testsuite/23_containers/vector/bool/modifiers/erase/1.cc index 1281e351684f..d8ec49ee7f8f 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/bool/modifiers/erase/1.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/bool/modifiers/erase/1.cc @@ -1,6 +1,6 @@ // 2005-12-23 Paolo Carlini -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/23_containers/vector/bool/modifiers/erase/54577.cc b/libstdc++-v3/testsuite/23_containers/vector/bool/modifiers/erase/54577.cc index ce0486e80485..df29ca2071ec 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/bool/modifiers/erase/54577.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/bool/modifiers/erase/54577.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/vector/bool/modifiers/insert/1.cc b/libstdc++-v3/testsuite/23_containers/vector/bool/modifiers/insert/1.cc index 335d9071e776..2c94e482e3b6 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/bool/modifiers/insert/1.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/bool/modifiers/insert/1.cc @@ -1,6 +1,6 @@ // 2006-08-05 Paolo Carlini -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/23_containers/vector/bool/modifiers/insert/31370.cc b/libstdc++-v3/testsuite/23_containers/vector/bool/modifiers/insert/31370.cc index f6ebd02b9250..57bae9fbf315 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/bool/modifiers/insert/31370.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/bool/modifiers/insert/31370.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/vector/bool/modifiers/insert/const_iterator.cc b/libstdc++-v3/testsuite/23_containers/vector/bool/modifiers/insert/const_iterator.cc index 025a610477fa..e841ff3f3088 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/bool/modifiers/insert/const_iterator.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/bool/modifiers/insert/const_iterator.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/vector/bool/modifiers/swap/1.cc b/libstdc++-v3/testsuite/23_containers/vector/bool/modifiers/swap/1.cc index 0e917e5f5929..6fbdb6df5544 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/bool/modifiers/swap/1.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/bool/modifiers/swap/1.cc @@ -1,6 +1,6 @@ // 2005-12-23 Paolo Carlini -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/23_containers/vector/bool/modifiers/swap/2.cc b/libstdc++-v3/testsuite/23_containers/vector/bool/modifiers/swap/2.cc index 4ffabc89fc15..652a62907cd5 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/bool/modifiers/swap/2.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/bool/modifiers/swap/2.cc @@ -1,6 +1,6 @@ // 2005-12-23 Paolo Carlini -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/23_containers/vector/bool/requirements/citerators.cc b/libstdc++-v3/testsuite/23_containers/vector/bool/requirements/citerators.cc index f2c058dce639..e400ac6bedaf 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/bool/requirements/citerators.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/bool/requirements/citerators.cc @@ -2,7 +2,7 @@ // 2007-10-15 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/vector/bool/requirements/dr438/constructor.cc b/libstdc++-v3/testsuite/23_containers/vector/bool/requirements/dr438/constructor.cc index 4f1eb935b897..c6610e11b730 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/bool/requirements/dr438/constructor.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/bool/requirements/dr438/constructor.cc @@ -1,6 +1,6 @@ // 2007-04-27 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/vector/bool/swap.cc b/libstdc++-v3/testsuite/23_containers/vector/bool/swap.cc index 316d8dfeff85..20d0e77ec567 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/bool/swap.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/bool/swap.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/vector/capacity/1.cc b/libstdc++-v3/testsuite/23_containers/vector/capacity/1.cc index 9fe5ea530adc..5f598216ff5e 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/capacity/1.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/capacity/1.cc @@ -1,7 +1,7 @@ // 1999-05-07 // bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/23_containers/vector/capacity/2.cc b/libstdc++-v3/testsuite/23_containers/vector/capacity/2.cc index 7544a452db74..dcaa665b9f99 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/capacity/2.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/capacity/2.cc @@ -1,7 +1,7 @@ // 1999-05-07 // bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/23_containers/vector/capacity/29134-2.cc b/libstdc++-v3/testsuite/23_containers/vector/capacity/29134-2.cc index 6d9165482c7a..f94d9c6bb7c7 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/capacity/29134-2.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/capacity/29134-2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/23_containers/vector/capacity/29134.cc b/libstdc++-v3/testsuite/23_containers/vector/capacity/29134.cc index de1e83b6a5ea..5a25306d49e0 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/capacity/29134.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/capacity/29134.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/23_containers/vector/capacity/44190.cc b/libstdc++-v3/testsuite/23_containers/vector/capacity/44190.cc index d317f1bf479e..ac6bd997e554 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/capacity/44190.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/capacity/44190.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/vector/capacity/8230.cc b/libstdc++-v3/testsuite/23_containers/vector/capacity/8230.cc index d770e1cab582..63b28c4f3e0f 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/capacity/8230.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/capacity/8230.cc @@ -1,7 +1,7 @@ // 1999-05-07 // bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/23_containers/vector/capacity/reserve/moveable.cc b/libstdc++-v3/testsuite/23_containers/vector/capacity/reserve/moveable.cc index 827b29ff3d61..b8fb2b9c59f3 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/capacity/reserve/moveable.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/capacity/reserve/moveable.cc @@ -2,7 +2,7 @@ // 2007-10-28 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/vector/capacity/reserve/moveable2.cc b/libstdc++-v3/testsuite/23_containers/vector/capacity/reserve/moveable2.cc index d317c9e38049..96e869d3256c 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/capacity/reserve/moveable2.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/capacity/reserve/moveable2.cc @@ -2,7 +2,7 @@ // 2011-06-07 Paolo Carlini -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/vector/capacity/resize/1.cc b/libstdc++-v3/testsuite/23_containers/vector/capacity/resize/1.cc index 1d424bf6740a..6290cbc2e5d7 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/capacity/resize/1.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/capacity/resize/1.cc @@ -1,7 +1,7 @@ // 1999-05-07 // bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/23_containers/vector/capacity/resize/moveable.cc b/libstdc++-v3/testsuite/23_containers/vector/capacity/resize/moveable.cc index f3282fb2e929..ca6d3eae8830 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/capacity/resize/moveable.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/capacity/resize/moveable.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/23_containers/vector/capacity/resize/moveable2.cc b/libstdc++-v3/testsuite/23_containers/vector/capacity/resize/moveable2.cc index dce754812404..378ddcd29f98 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/capacity/resize/moveable2.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/capacity/resize/moveable2.cc @@ -2,7 +2,7 @@ // 2011-06-07 Paolo Carlini -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/vector/capacity/resize/resize_size.cc b/libstdc++-v3/testsuite/23_containers/vector/capacity/resize/resize_size.cc index fb72151f63cb..8b16824e2504 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/capacity/resize/resize_size.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/capacity/resize/resize_size.cc @@ -2,7 +2,7 @@ // 2010-06-18 Paolo Carlini -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/vector/capacity/shrink_to_fit.cc b/libstdc++-v3/testsuite/23_containers/vector/capacity/shrink_to_fit.cc index 9c8e968a2cb8..81dc9dd021a5 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/capacity/shrink_to_fit.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/capacity/shrink_to_fit.cc @@ -2,7 +2,7 @@ // 2010-01-08 Paolo Carlini -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/vector/capacity/shrink_to_fit2.cc b/libstdc++-v3/testsuite/23_containers/vector/capacity/shrink_to_fit2.cc index aba249ad59fa..9f2f4e61939d 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/capacity/shrink_to_fit2.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/capacity/shrink_to_fit2.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/vector/check_construct_destroy.cc b/libstdc++-v3/testsuite/23_containers/vector/check_construct_destroy.cc index ddf0f9aa05bd..0cb1d6e98b3c 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/check_construct_destroy.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/check_construct_destroy.cc @@ -1,6 +1,6 @@ // 2004-07-26 Matt Austern // -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/23_containers/vector/cons/1.cc b/libstdc++-v3/testsuite/23_containers/vector/cons/1.cc index b74a506a3043..bc9d2a5cf648 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/cons/1.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/cons/1.cc @@ -1,6 +1,6 @@ // 1999-06-29 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/23_containers/vector/cons/2.cc b/libstdc++-v3/testsuite/23_containers/vector/cons/2.cc index 805f8dafdc07..640e80017cb3 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/cons/2.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/cons/2.cc @@ -1,6 +1,6 @@ // 1999-06-29 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/23_containers/vector/cons/3.cc b/libstdc++-v3/testsuite/23_containers/vector/cons/3.cc index e327b5e5260d..c8899ae2f419 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/cons/3.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/cons/3.cc @@ -1,6 +1,6 @@ // 1999-06-29 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/23_containers/vector/cons/4.cc b/libstdc++-v3/testsuite/23_containers/vector/cons/4.cc index 06604bc2e478..ab1af6dd4b63 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/cons/4.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/cons/4.cc @@ -1,6 +1,6 @@ // 1999-06-29 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/23_containers/vector/cons/55977.cc b/libstdc++-v3/testsuite/23_containers/vector/cons/55977.cc index 10ab52980a9a..790b8d71514d 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/cons/55977.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/cons/55977.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/vector/cons/6513.cc b/libstdc++-v3/testsuite/23_containers/vector/cons/6513.cc index a2953bcf710e..4adc6b6f8ef0 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/cons/6513.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/cons/6513.cc @@ -1,6 +1,6 @@ // 1999-06-29 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/23_containers/vector/cons/clear_allocator.cc b/libstdc++-v3/testsuite/23_containers/vector/cons/clear_allocator.cc index 5f211e03e378..603d6fd19696 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/cons/clear_allocator.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/cons/clear_allocator.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/23_containers/vector/cons/cons_size.cc b/libstdc++-v3/testsuite/23_containers/vector/cons/cons_size.cc index 0a5c17e74482..3aa2531e25c5 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/cons/cons_size.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/cons/cons_size.cc @@ -2,7 +2,7 @@ // 2010-06-18 Paolo Carlini -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/vector/cons/moveable.cc b/libstdc++-v3/testsuite/23_containers/vector/cons/moveable.cc index 9dee73f211b8..10269ec3e9e7 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/cons/moveable.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/cons/moveable.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/23_containers/vector/cons/moveable2.cc b/libstdc++-v3/testsuite/23_containers/vector/cons/moveable2.cc index 9744cab97ffe..915ec1c737fb 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/cons/moveable2.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/cons/moveable2.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/23_containers/vector/cons/noexcept_move_construct.cc b/libstdc++-v3/testsuite/23_containers/vector/cons/noexcept_move_construct.cc index 696d28ff77a3..95b80c33577a 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/cons/noexcept_move_construct.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/cons/noexcept_move_construct.cc @@ -2,7 +2,7 @@ // 2011-06-01 Paolo Carlini // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/vector/data_access/1.cc b/libstdc++-v3/testsuite/23_containers/vector/data_access/1.cc index 2f7e24b30045..2dabb89dc48f 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/data_access/1.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/data_access/1.cc @@ -1,6 +1,6 @@ // 2005-08-29 Paolo Carlini // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/23_containers/vector/debug/52433.cc b/libstdc++-v3/testsuite/23_containers/vector/debug/52433.cc index 6f5390e7d6ec..a3a30eb46e92 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/debug/52433.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/debug/52433.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/vector/debug/57779_neg.cc b/libstdc++-v3/testsuite/23_containers/vector/debug/57779_neg.cc index bb9b35e8ad84..5decc1da3ef8 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/debug/57779_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/debug/57779_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/vector/debug/60499.cc b/libstdc++-v3/testsuite/23_containers/vector/debug/60499.cc index 788ce2e20f02..199c1aa994a6 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/debug/60499.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/debug/60499.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/vector/debug/60587.cc b/libstdc++-v3/testsuite/23_containers/vector/debug/60587.cc index 91e698b2bda7..49b2ac3d8491 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/debug/60587.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/debug/60587.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/vector/debug/60587_neg.cc b/libstdc++-v3/testsuite/23_containers/vector/debug/60587_neg.cc index 51ebc84041e5..34d30b455304 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/debug/60587_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/debug/60587_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/vector/debug/alloc_prop.cc b/libstdc++-v3/testsuite/23_containers/vector/debug/alloc_prop.cc index 89a82bc93e7d..c8a1d0e17e5d 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/debug/alloc_prop.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/debug/alloc_prop.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/vector/debug/assign1_neg.cc b/libstdc++-v3/testsuite/23_containers/vector/debug/assign1_neg.cc index 9ee2067ed1ab..b6842f50e8f4 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/debug/assign1_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/debug/assign1_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/vector/debug/assign2_neg.cc b/libstdc++-v3/testsuite/23_containers/vector/debug/assign2_neg.cc index 974c80a16b4b..636baafb60a8 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/debug/assign2_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/debug/assign2_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/vector/debug/assign3_neg.cc b/libstdc++-v3/testsuite/23_containers/vector/debug/assign3_neg.cc index ac4aabd553d7..8947f6d34f50 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/debug/assign3_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/debug/assign3_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/vector/debug/assign4_neg.cc b/libstdc++-v3/testsuite/23_containers/vector/debug/assign4_neg.cc index b8caf01f3cae..035735d9c153 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/debug/assign4_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/debug/assign4_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/vector/debug/bool/shrink_to_fit.cc b/libstdc++-v3/testsuite/23_containers/vector/debug/bool/shrink_to_fit.cc index e8f791825ce6..7fa283f07e80 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/debug/bool/shrink_to_fit.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/debug/bool/shrink_to_fit.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/vector/debug/construct1_neg.cc b/libstdc++-v3/testsuite/23_containers/vector/debug/construct1_neg.cc index 0e51ca325143..799824646977 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/debug/construct1_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/debug/construct1_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/vector/debug/construct2_neg.cc b/libstdc++-v3/testsuite/23_containers/vector/debug/construct2_neg.cc index 5c91dadf00a8..fed6c42d0616 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/debug/construct2_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/debug/construct2_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/vector/debug/construct3_neg.cc b/libstdc++-v3/testsuite/23_containers/vector/debug/construct3_neg.cc index 63b3e1adf888..77b0fadb208c 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/debug/construct3_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/debug/construct3_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/vector/debug/construct4_neg.cc b/libstdc++-v3/testsuite/23_containers/vector/debug/construct4_neg.cc index 2e8336f0d164..464d2e2bd144 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/debug/construct4_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/debug/construct4_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/vector/debug/debug_functions.cc b/libstdc++-v3/testsuite/23_containers/vector/debug/debug_functions.cc index 62df7135d0dc..2bf147542bb6 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/debug/debug_functions.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/debug/debug_functions.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/vector/debug/insert1_neg.cc b/libstdc++-v3/testsuite/23_containers/vector/debug/insert1_neg.cc index 9d09983d0400..15670a67fb28 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/debug/insert1_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/debug/insert1_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/vector/debug/insert2_neg.cc b/libstdc++-v3/testsuite/23_containers/vector/debug/insert2_neg.cc index 4d8632c8e9e7..8b84a7fb6f64 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/debug/insert2_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/debug/insert2_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/vector/debug/insert3_neg.cc b/libstdc++-v3/testsuite/23_containers/vector/debug/insert3_neg.cc index 6514cca3ef5d..4756162ac354 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/debug/insert3_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/debug/insert3_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/vector/debug/insert4_neg.cc b/libstdc++-v3/testsuite/23_containers/vector/debug/insert4_neg.cc index af8551583fd6..f14012c010e0 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/debug/insert4_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/debug/insert4_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/vector/debug/insert5_neg.cc b/libstdc++-v3/testsuite/23_containers/vector/debug/insert5_neg.cc index 1cb29ecf8f37..af02fed77919 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/debug/insert5_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/debug/insert5_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/vector/debug/insert6_neg.cc b/libstdc++-v3/testsuite/23_containers/vector/debug/insert6_neg.cc index 9893293613f6..dfbe6e0a11c2 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/debug/insert6_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/debug/insert6_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/vector/debug/insert7_neg.cc b/libstdc++-v3/testsuite/23_containers/vector/debug/insert7_neg.cc index 01e70a3cc1fd..3debe0d5df77 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/debug/insert7_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/debug/insert7_neg.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/23_containers/vector/debug/invalidation/1.cc b/libstdc++-v3/testsuite/23_containers/vector/debug/invalidation/1.cc index d6336746cd98..0400aeb102c2 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/debug/invalidation/1.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/debug/invalidation/1.cc @@ -1,6 +1,6 @@ // Vector iterator invalidation tests -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/23_containers/vector/debug/invalidation/2.cc b/libstdc++-v3/testsuite/23_containers/vector/debug/invalidation/2.cc index 26aa1af9781f..9170ae2ab06f 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/debug/invalidation/2.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/debug/invalidation/2.cc @@ -1,6 +1,6 @@ // Vector iterator invalidation tests -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/23_containers/vector/debug/invalidation/3.cc b/libstdc++-v3/testsuite/23_containers/vector/debug/invalidation/3.cc index ff1ed517adba..2637f720887d 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/debug/invalidation/3.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/debug/invalidation/3.cc @@ -1,6 +1,6 @@ // Vector iterator invalidation tests -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/23_containers/vector/debug/invalidation/4.cc b/libstdc++-v3/testsuite/23_containers/vector/debug/invalidation/4.cc index 5a5652f0f52d..1d63910eaf84 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/debug/invalidation/4.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/debug/invalidation/4.cc @@ -1,6 +1,6 @@ // Vector iterator invalidation tests -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/23_containers/vector/debug/iterator_self_move_assign_neg.cc b/libstdc++-v3/testsuite/23_containers/vector/debug/iterator_self_move_assign_neg.cc index c6f238976edc..9af25f9b3f22 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/debug/iterator_self_move_assign_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/debug/iterator_self_move_assign_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/vector/debug/move_assign_neg.cc b/libstdc++-v3/testsuite/23_containers/vector/debug/move_assign_neg.cc index 89f5e7e2ab15..9cd671597358 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/debug/move_assign_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/debug/move_assign_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/vector/debug/move_neg.cc b/libstdc++-v3/testsuite/23_containers/vector/debug/move_neg.cc index 4722e5d68fdf..cd77ecd2cd37 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/debug/move_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/debug/move_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/23_containers/vector/debug/multithreaded_swap.cc b/libstdc++-v3/testsuite/23_containers/vector/debug/multithreaded_swap.cc index c9c3909151d5..26c7637656f0 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/debug/multithreaded_swap.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/debug/multithreaded_swap.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } // { dg-require-debug-mode "" } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/vector/debug/mutex_association.cc b/libstdc++-v3/testsuite/23_containers/vector/debug/mutex_association.cc index a3c56e2ca5d8..6df511820f23 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/debug/mutex_association.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/debug/mutex_association.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/23_containers/vector/debug/self_move_assign_neg.cc b/libstdc++-v3/testsuite/23_containers/vector/debug/self_move_assign_neg.cc index d82b6b73d276..38843863fca2 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/debug/self_move_assign_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/debug/self_move_assign_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/vector/debug/shrink_to_fit.cc b/libstdc++-v3/testsuite/23_containers/vector/debug/shrink_to_fit.cc index 0bd161ac5876..3cc7faacae3d 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/debug/shrink_to_fit.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/debug/shrink_to_fit.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/vector/debug_mode_requires_reallocation-1.cc b/libstdc++-v3/testsuite/23_containers/vector/debug_mode_requires_reallocation-1.cc index b1b8ff82de35..16360c6fa6aa 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/debug_mode_requires_reallocation-1.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/debug_mode_requires_reallocation-1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/23_containers/vector/debug_mode_requires_reallocation-2.cc b/libstdc++-v3/testsuite/23_containers/vector/debug_mode_requires_reallocation-2.cc index 0115bfff6e3e..39651209791b 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/debug_mode_requires_reallocation-2.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/debug_mode_requires_reallocation-2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/23_containers/vector/element_access/1.cc b/libstdc++-v3/testsuite/23_containers/vector/element_access/1.cc index a9d28c0ae586..844c3e56cc93 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/element_access/1.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/element_access/1.cc @@ -1,7 +1,7 @@ // 2000-09-06 // bkoz -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/23_containers/vector/ext_pointer/citerators.cc b/libstdc++-v3/testsuite/23_containers/vector/ext_pointer/citerators.cc index b476b50c15b1..1871817b75fb 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/ext_pointer/citerators.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/ext_pointer/citerators.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/23_containers/vector/ext_pointer/data_access.cc b/libstdc++-v3/testsuite/23_containers/vector/ext_pointer/data_access.cc index d7ba24fafe43..753a8f948b42 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/ext_pointer/data_access.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/ext_pointer/data_access.cc @@ -1,6 +1,6 @@ // Test for Container using non-standard pointer types. -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/23_containers/vector/ext_pointer/explicit_instantiation/1.cc b/libstdc++-v3/testsuite/23_containers/vector/ext_pointer/explicit_instantiation/1.cc index 95468ec3a66f..99478bb46377 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/ext_pointer/explicit_instantiation/1.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/ext_pointer/explicit_instantiation/1.cc @@ -1,6 +1,6 @@ // Test for Container using non-standard pointer types. -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/23_containers/vector/ext_pointer/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/23_containers/vector/ext_pointer/explicit_instantiation/2.cc index 4c560f0db837..725a4dfcceae 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/ext_pointer/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/ext_pointer/explicit_instantiation/2.cc @@ -1,6 +1,6 @@ // Test for Container using non-standard pointer types. -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/vector/ext_pointer/explicit_instantiation/3.cc b/libstdc++-v3/testsuite/23_containers/vector/ext_pointer/explicit_instantiation/3.cc index a7d1e6ed61d9..e401ee95492e 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/ext_pointer/explicit_instantiation/3.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/ext_pointer/explicit_instantiation/3.cc @@ -1,6 +1,6 @@ // Test for Container using non-standard pointer types. -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/23_containers/vector/ext_pointer/modifiers/element.cc b/libstdc++-v3/testsuite/23_containers/vector/ext_pointer/modifiers/element.cc index 74f112766bd7..9856459313ec 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/ext_pointer/modifiers/element.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/ext_pointer/modifiers/element.cc @@ -1,6 +1,6 @@ // Test for Container using non-standard pointer types. -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/23_containers/vector/ext_pointer/modifiers/erase.cc b/libstdc++-v3/testsuite/23_containers/vector/ext_pointer/modifiers/erase.cc index 608d62c34dfe..f263f5d86666 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/ext_pointer/modifiers/erase.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/ext_pointer/modifiers/erase.cc @@ -2,7 +2,7 @@ // Test for Container using non-standard pointer types. -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/23_containers/vector/ext_pointer/modifiers/insert.cc b/libstdc++-v3/testsuite/23_containers/vector/ext_pointer/modifiers/insert.cc index 45a64660bfa8..add35c7d863b 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/ext_pointer/modifiers/insert.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/ext_pointer/modifiers/insert.cc @@ -1,6 +1,6 @@ // Test for Container using non-standard pointer types. -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/23_containers/vector/ext_pointer/resize.cc b/libstdc++-v3/testsuite/23_containers/vector/ext_pointer/resize.cc index 889a59633a78..a91866d4bdd8 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/ext_pointer/resize.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/ext_pointer/resize.cc @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/23_containers/vector/ext_pointer/types/1.cc b/libstdc++-v3/testsuite/23_containers/vector/ext_pointer/types/1.cc index ac4fb6b5f769..ad0cb91ce922 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/ext_pointer/types/1.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/ext_pointer/types/1.cc @@ -1,6 +1,6 @@ // Test for Container using non-standard pointer types. -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/23_containers/vector/ext_pointer/types/2.cc b/libstdc++-v3/testsuite/23_containers/vector/ext_pointer/types/2.cc index 964d5d00195e..d1793c4e0463 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/ext_pointer/types/2.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/ext_pointer/types/2.cc @@ -1,6 +1,6 @@ // Test for Container using non-standard pointer types. -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/vector/init-list.cc b/libstdc++-v3/testsuite/23_containers/vector/init-list.cc index 19cce338b5d2..0cfd7b80d3c6 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/init-list.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/init-list.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/23_containers/vector/modifiers/1.cc b/libstdc++-v3/testsuite/23_containers/vector/modifiers/1.cc index cfa35816b672..b19bed41f99c 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/modifiers/1.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/modifiers/1.cc @@ -1,6 +1,6 @@ // 1999-11-09 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/23_containers/vector/modifiers/2.cc b/libstdc++-v3/testsuite/23_containers/vector/modifiers/2.cc index 2417d8725097..d62bbe35be20 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/modifiers/2.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/modifiers/2.cc @@ -1,6 +1,6 @@ // 1999-11-09 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/23_containers/vector/modifiers/emplace/52799.cc b/libstdc++-v3/testsuite/23_containers/vector/modifiers/emplace/52799.cc index 1b8928af2b93..6a6d0ebd2bfc 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/modifiers/emplace/52799.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/modifiers/emplace/52799.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/vector/modifiers/emplace/const_iterator.cc b/libstdc++-v3/testsuite/23_containers/vector/modifiers/emplace/const_iterator.cc index 5426b77fd299..2c27e4ecffcc 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/modifiers/emplace/const_iterator.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/modifiers/emplace/const_iterator.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/vector/modifiers/emplace/cxx17_return.cc b/libstdc++-v3/testsuite/23_containers/vector/modifiers/emplace/cxx17_return.cc index 9006dabbfc23..ee906a9dd329 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/modifiers/emplace/cxx17_return.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/modifiers/emplace/cxx17_return.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/23_containers/vector/modifiers/emplace/self_emplace.cc b/libstdc++-v3/testsuite/23_containers/vector/modifiers/emplace/self_emplace.cc index 83ed695ae5e1..92d146995405 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/modifiers/emplace/self_emplace.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/modifiers/emplace/self_emplace.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/23_containers/vector/modifiers/erase/1.cc b/libstdc++-v3/testsuite/23_containers/vector/modifiers/erase/1.cc index 21f286541867..aeb00c49003c 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/modifiers/erase/1.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/modifiers/erase/1.cc @@ -1,6 +1,6 @@ // 2005-11-02 Paolo Carlini -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/23_containers/vector/modifiers/erase/50529.cc b/libstdc++-v3/testsuite/23_containers/vector/modifiers/erase/50529.cc index 224da1e7d1e6..6c4751380050 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/modifiers/erase/50529.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/modifiers/erase/50529.cc @@ -2,7 +2,7 @@ // 2011-09-26 Paolo Carlini -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/vector/modifiers/erase/54577.cc b/libstdc++-v3/testsuite/23_containers/vector/modifiers/erase/54577.cc index 970b7ff33515..0599b433b6d1 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/modifiers/erase/54577.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/modifiers/erase/54577.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/vector/modifiers/erase/moveable.cc b/libstdc++-v3/testsuite/23_containers/vector/modifiers/erase/moveable.cc index e28f8061784e..9a1d64b7e0fc 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/modifiers/erase/moveable.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/modifiers/erase/moveable.cc @@ -2,7 +2,7 @@ // 2007-10-28 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/vector/modifiers/insert/1.cc b/libstdc++-v3/testsuite/23_containers/vector/modifiers/insert/1.cc index 5743a64f05ea..1f24197dc295 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/modifiers/insert/1.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/modifiers/insert/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/23_containers/vector/modifiers/insert/58148.cc b/libstdc++-v3/testsuite/23_containers/vector/modifiers/insert/58148.cc index 2e0bdea7a0c1..47bf5fb98496 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/modifiers/insert/58148.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/modifiers/insert/58148.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/vector/modifiers/insert/aliasing.cc b/libstdc++-v3/testsuite/23_containers/vector/modifiers/insert/aliasing.cc index 90985b6c398f..1256f500fe95 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/modifiers/insert/aliasing.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/modifiers/insert/aliasing.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/23_containers/vector/modifiers/insert/const_iterator.cc b/libstdc++-v3/testsuite/23_containers/vector/modifiers/insert/const_iterator.cc index 077c62bc1e4e..6502b0756a7d 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/modifiers/insert/const_iterator.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/modifiers/insert/const_iterator.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/23_containers/vector/modifiers/insert/self_insert.cc b/libstdc++-v3/testsuite/23_containers/vector/modifiers/insert/self_insert.cc index d6aa8105a200..50a571215cf2 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/modifiers/insert/self_insert.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/modifiers/insert/self_insert.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/23_containers/vector/modifiers/moveable.cc b/libstdc++-v3/testsuite/23_containers/vector/modifiers/moveable.cc index 9c11c27a3a11..65a34ce33959 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/modifiers/moveable.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/modifiers/moveable.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/23_containers/vector/modifiers/moveable2.cc b/libstdc++-v3/testsuite/23_containers/vector/modifiers/moveable2.cc index 344dcd6ccc2a..cb3a4ed7a0eb 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/modifiers/moveable2.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/modifiers/moveable2.cc @@ -2,7 +2,7 @@ // 2011-06-07 Paolo Carlini -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/vector/modifiers/push_back/49836.cc b/libstdc++-v3/testsuite/23_containers/vector/modifiers/push_back/49836.cc index 1bc3ab73805a..fa7586d662ab 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/modifiers/push_back/49836.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/modifiers/push_back/49836.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/23_containers/vector/modifiers/push_back/strong_guarantee.cc b/libstdc++-v3/testsuite/23_containers/vector/modifiers/push_back/strong_guarantee.cc index f916656ce050..ead90047f429 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/modifiers/push_back/strong_guarantee.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/modifiers/push_back/strong_guarantee.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/23_containers/vector/modifiers/swap/1.cc b/libstdc++-v3/testsuite/23_containers/vector/modifiers/swap/1.cc index e77efb6358fe..e7f12e8b336a 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/modifiers/swap/1.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/modifiers/swap/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/23_containers/vector/modifiers/swap/2.cc b/libstdc++-v3/testsuite/23_containers/vector/modifiers/swap/2.cc index 5a753c6397cf..6d259d67d554 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/modifiers/swap/2.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/modifiers/swap/2.cc @@ -1,6 +1,6 @@ // 2005-12-20 Paolo Carlini -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/23_containers/vector/modifiers/swap/3.cc b/libstdc++-v3/testsuite/23_containers/vector/modifiers/swap/3.cc index 61348af8a597..c45f5b40ede0 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/modifiers/swap/3.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/modifiers/swap/3.cc @@ -1,6 +1,6 @@ // 2005-12-20 Paolo Carlini -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/23_containers/vector/range_access.cc b/libstdc++-v3/testsuite/23_containers/vector/range_access.cc index 91f3ccbad24c..5483fa916c9f 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/range_access.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/range_access.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/vector/requirements/citerators.cc b/libstdc++-v3/testsuite/23_containers/vector/requirements/citerators.cc index 7ba6fea1acc4..a10a923169cc 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/requirements/citerators.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/requirements/citerators.cc @@ -2,7 +2,7 @@ // 2007-10-15 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/vector/requirements/do_the_right_thing.cc b/libstdc++-v3/testsuite/23_containers/vector/requirements/do_the_right_thing.cc index 76a4360b93ac..7fe5740df3ad 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/requirements/do_the_right_thing.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/requirements/do_the_right_thing.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/23_containers/vector/requirements/dr438/assign_neg.cc b/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/assign_neg.cc index 50e665d17d04..2d84426c8632 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/assign_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/assign_neg.cc @@ -1,6 +1,6 @@ // 2007-04-27 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/vector/requirements/dr438/constructor.cc b/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/constructor.cc index 70f8b755f289..425168f6ea43 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/constructor.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/constructor.cc @@ -1,6 +1,6 @@ // 2007-04-27 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/vector/requirements/dr438/constructor_1_neg.cc b/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/constructor_1_neg.cc index c8521b773c80..2666e8a71a4c 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/constructor_1_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/constructor_1_neg.cc @@ -1,6 +1,6 @@ // 2007-04-27 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/vector/requirements/dr438/constructor_2_neg.cc b/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/constructor_2_neg.cc index bc75eb4ae3ff..e50d8e14a36a 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/constructor_2_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/constructor_2_neg.cc @@ -1,6 +1,6 @@ // 2007-04-27 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/vector/requirements/dr438/insert_neg.cc b/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/insert_neg.cc index c73f861be5de..94ebd6d74775 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/insert_neg.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/insert_neg.cc @@ -1,6 +1,6 @@ // 2007-04-27 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/23_containers/vector/requirements/exception/basic.cc b/libstdc++-v3/testsuite/23_containers/vector/requirements/exception/basic.cc index e2489e35828a..daee4bd3fb04 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/requirements/exception/basic.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/requirements/exception/basic.cc @@ -3,7 +3,7 @@ // 2009-11-30 Benjamin Kosnik -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/vector/requirements/exception/generation_prohibited.cc b/libstdc++-v3/testsuite/23_containers/vector/requirements/exception/generation_prohibited.cc index 0de4020cc3e2..8fd7b069d971 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/requirements/exception/generation_prohibited.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/requirements/exception/generation_prohibited.cc @@ -3,7 +3,7 @@ // 2009-09-09 Benjamin Kosnik -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/vector/requirements/exception/propagation_consistent.cc b/libstdc++-v3/testsuite/23_containers/vector/requirements/exception/propagation_consistent.cc index eec74f794b3a..d430e0d5b827 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/requirements/exception/propagation_consistent.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/requirements/exception/propagation_consistent.cc @@ -3,7 +3,7 @@ // 2009-09-09 Benjamin Kosnik -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/vector/requirements/explicit_instantiation/1.cc b/libstdc++-v3/testsuite/23_containers/vector/requirements/explicit_instantiation/1.cc index 9b29d144bb07..b1c396b83c2b 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/requirements/explicit_instantiation/1.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/requirements/explicit_instantiation/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/23_containers/vector/requirements/explicit_instantiation/1_c++0x.cc b/libstdc++-v3/testsuite/23_containers/vector/requirements/explicit_instantiation/1_c++0x.cc index cde627bdcac8..cd87a7dc18d8 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/requirements/explicit_instantiation/1_c++0x.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/requirements/explicit_instantiation/1_c++0x.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/vector/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/23_containers/vector/requirements/explicit_instantiation/2.cc index 08972953fd81..486dd0be6750 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/requirements/explicit_instantiation/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/23_containers/vector/requirements/explicit_instantiation/3.cc b/libstdc++-v3/testsuite/23_containers/vector/requirements/explicit_instantiation/3.cc index 17d05a2f780e..1a7c06e73d94 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/requirements/explicit_instantiation/3.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/requirements/explicit_instantiation/3.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/23_containers/vector/requirements/explicit_instantiation/4.cc b/libstdc++-v3/testsuite/23_containers/vector/requirements/explicit_instantiation/4.cc index 575d3c2d2295..8c5704431071 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/requirements/explicit_instantiation/4.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/requirements/explicit_instantiation/4.cc @@ -1,6 +1,6 @@ // 2010-05-20 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/23_containers/vector/requirements/partial_specialization/1.cc b/libstdc++-v3/testsuite/23_containers/vector/requirements/partial_specialization/1.cc index d09c4095c132..e2f307965d40 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/requirements/partial_specialization/1.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/requirements/partial_specialization/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/23_containers/vector/requirements/typedefs.cc b/libstdc++-v3/testsuite/23_containers/vector/requirements/typedefs.cc index fd336041c221..7a74124f98b4 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/requirements/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/23_containers/vector/types/1.cc b/libstdc++-v3/testsuite/23_containers/vector/types/1.cc index dd95a340a69a..342fdd8624c5 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/types/1.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/types/1.cc @@ -1,6 +1,6 @@ // 2005-12-01 Paolo Carlini -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/23_containers/vector/types/23767.cc b/libstdc++-v3/testsuite/23_containers/vector/types/23767.cc index b11739213503..20553dc2a812 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/types/23767.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/types/23767.cc @@ -1,6 +1,6 @@ // 2005-09-12 Paolo Carlini // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/23_containers/vector/zero_sized_allocations.cc b/libstdc++-v3/testsuite/23_containers/vector/zero_sized_allocations.cc index 524241b3fdda..64cebd1ad936 100644 --- a/libstdc++-v3/testsuite/23_containers/vector/zero_sized_allocations.cc +++ b/libstdc++-v3/testsuite/23_containers/vector/zero_sized_allocations.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/24_iterators/back_insert_iterator/2.cc b/libstdc++-v3/testsuite/24_iterators/back_insert_iterator/2.cc index 14cb56131f3d..39467ba786ed 100644 --- a/libstdc++-v3/testsuite/24_iterators/back_insert_iterator/2.cc +++ b/libstdc++-v3/testsuite/24_iterators/back_insert_iterator/2.cc @@ -1,6 +1,6 @@ // 2001-06-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/24_iterators/back_insert_iterator/requirements/base_classes.cc b/libstdc++-v3/testsuite/24_iterators/back_insert_iterator/requirements/base_classes.cc index ba1af139625a..3cdc51363cea 100644 --- a/libstdc++-v3/testsuite/24_iterators/back_insert_iterator/requirements/base_classes.cc +++ b/libstdc++-v3/testsuite/24_iterators/back_insert_iterator/requirements/base_classes.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-06-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/24_iterators/back_insert_iterator/requirements/container.cc b/libstdc++-v3/testsuite/24_iterators/back_insert_iterator/requirements/container.cc index 2027c01ee920..e52b05130944 100644 --- a/libstdc++-v3/testsuite/24_iterators/back_insert_iterator/requirements/container.cc +++ b/libstdc++-v3/testsuite/24_iterators/back_insert_iterator/requirements/container.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-06-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/24_iterators/back_insert_iterator/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/24_iterators/back_insert_iterator/requirements/explicit_instantiation.cc index 5bdda89f146c..761d293f7e77 100644 --- a/libstdc++-v3/testsuite/24_iterators/back_insert_iterator/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/24_iterators/back_insert_iterator/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-06-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/24_iterators/back_insert_iterator/requirements/typedefs.cc b/libstdc++-v3/testsuite/24_iterators/back_insert_iterator/requirements/typedefs.cc index 7edd1c787ea8..8827dd344341 100644 --- a/libstdc++-v3/testsuite/24_iterators/back_insert_iterator/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/24_iterators/back_insert_iterator/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-06-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/24_iterators/container_access.cc b/libstdc++-v3/testsuite/24_iterators/container_access.cc index 262a62c74b58..42ecb410372c 100644 --- a/libstdc++-v3/testsuite/24_iterators/container_access.cc +++ b/libstdc++-v3/testsuite/24_iterators/container_access.cc @@ -1,7 +1,7 @@ // { dg-do run } // { dg-options "-std=gnu++17" } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/24_iterators/front_insert_iterator/2.cc b/libstdc++-v3/testsuite/24_iterators/front_insert_iterator/2.cc index 5faad4b328b5..445ed39ff18f 100644 --- a/libstdc++-v3/testsuite/24_iterators/front_insert_iterator/2.cc +++ b/libstdc++-v3/testsuite/24_iterators/front_insert_iterator/2.cc @@ -1,6 +1,6 @@ // 2001-06-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/24_iterators/front_insert_iterator/requirements/base_classes.cc b/libstdc++-v3/testsuite/24_iterators/front_insert_iterator/requirements/base_classes.cc index 2ba4502a70a2..81f4b1626a67 100644 --- a/libstdc++-v3/testsuite/24_iterators/front_insert_iterator/requirements/base_classes.cc +++ b/libstdc++-v3/testsuite/24_iterators/front_insert_iterator/requirements/base_classes.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-06-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/24_iterators/front_insert_iterator/requirements/container.cc b/libstdc++-v3/testsuite/24_iterators/front_insert_iterator/requirements/container.cc index aba7cb1b13e7..17d2ba95c1d1 100644 --- a/libstdc++-v3/testsuite/24_iterators/front_insert_iterator/requirements/container.cc +++ b/libstdc++-v3/testsuite/24_iterators/front_insert_iterator/requirements/container.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-06-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/24_iterators/front_insert_iterator/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/24_iterators/front_insert_iterator/requirements/explicit_instantiation.cc index 8b76e25727ec..6491e4055ef8 100644 --- a/libstdc++-v3/testsuite/24_iterators/front_insert_iterator/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/24_iterators/front_insert_iterator/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-06-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/24_iterators/front_insert_iterator/requirements/typedefs.cc b/libstdc++-v3/testsuite/24_iterators/front_insert_iterator/requirements/typedefs.cc index 4a592cfd66f9..8a70a3f2a5d0 100644 --- a/libstdc++-v3/testsuite/24_iterators/front_insert_iterator/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/24_iterators/front_insert_iterator/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-06-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/24_iterators/headers/iterator/range_access_c++11.cc b/libstdc++-v3/testsuite/24_iterators/headers/iterator/range_access_c++11.cc index 6961a2088344..e35877204658 100644 --- a/libstdc++-v3/testsuite/24_iterators/headers/iterator/range_access_c++11.cc +++ b/libstdc++-v3/testsuite/24_iterators/headers/iterator/range_access_c++11.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++11" } // { dg-do compile } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/24_iterators/headers/iterator/range_access_c++14.cc b/libstdc++-v3/testsuite/24_iterators/headers/iterator/range_access_c++14.cc index 6f39b56323ee..29ffcfdb1dd0 100644 --- a/libstdc++-v3/testsuite/24_iterators/headers/iterator/range_access_c++14.cc +++ b/libstdc++-v3/testsuite/24_iterators/headers/iterator/range_access_c++14.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++14" } // { dg-do compile } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/24_iterators/headers/iterator/range_access_c++17.cc b/libstdc++-v3/testsuite/24_iterators/headers/iterator/range_access_c++17.cc index 3318809f3e78..64ab1ecfd638 100644 --- a/libstdc++-v3/testsuite/24_iterators/headers/iterator/range_access_c++17.cc +++ b/libstdc++-v3/testsuite/24_iterators/headers/iterator/range_access_c++17.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/24_iterators/headers/iterator/synopsis.cc b/libstdc++-v3/testsuite/24_iterators/headers/iterator/synopsis.cc index 35284d06ea95..64659c59e4fa 100644 --- a/libstdc++-v3/testsuite/24_iterators/headers/iterator/synopsis.cc +++ b/libstdc++-v3/testsuite/24_iterators/headers/iterator/synopsis.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++98" } // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/24_iterators/headers/iterator/synopsis_c++11.cc b/libstdc++-v3/testsuite/24_iterators/headers/iterator/synopsis_c++11.cc index f0b620fe3365..ae3c2652ee03 100644 --- a/libstdc++-v3/testsuite/24_iterators/headers/iterator/synopsis_c++11.cc +++ b/libstdc++-v3/testsuite/24_iterators/headers/iterator/synopsis_c++11.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++11" } // { dg-do compile } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/24_iterators/headers/iterator/synopsis_c++14.cc b/libstdc++-v3/testsuite/24_iterators/headers/iterator/synopsis_c++14.cc index 7f6063fd0050..de7ae1fd38a3 100644 --- a/libstdc++-v3/testsuite/24_iterators/headers/iterator/synopsis_c++14.cc +++ b/libstdc++-v3/testsuite/24_iterators/headers/iterator/synopsis_c++14.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++14" } // { dg-do compile } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/24_iterators/headers/iterator/synopsis_c++17.cc b/libstdc++-v3/testsuite/24_iterators/headers/iterator/synopsis_c++17.cc index c2adc40adb06..0cfab7d3bf44 100644 --- a/libstdc++-v3/testsuite/24_iterators/headers/iterator/synopsis_c++17.cc +++ b/libstdc++-v3/testsuite/24_iterators/headers/iterator/synopsis_c++17.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/24_iterators/headers/iterator/types_std.cc b/libstdc++-v3/testsuite/24_iterators/headers/iterator/types_std.cc index ee572cc0b64b..7a5b4a2be24a 100644 --- a/libstdc++-v3/testsuite/24_iterators/headers/iterator/types_std.cc +++ b/libstdc++-v3/testsuite/24_iterators/headers/iterator/types_std.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/24_iterators/insert_iterator/2.cc b/libstdc++-v3/testsuite/24_iterators/insert_iterator/2.cc index ba11fcf2c73b..5d7a0284d872 100644 --- a/libstdc++-v3/testsuite/24_iterators/insert_iterator/2.cc +++ b/libstdc++-v3/testsuite/24_iterators/insert_iterator/2.cc @@ -1,6 +1,6 @@ // 2001-06-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/24_iterators/insert_iterator/requirements/base_classes.cc b/libstdc++-v3/testsuite/24_iterators/insert_iterator/requirements/base_classes.cc index d3cc9f3333b4..5bf0e272fc82 100644 --- a/libstdc++-v3/testsuite/24_iterators/insert_iterator/requirements/base_classes.cc +++ b/libstdc++-v3/testsuite/24_iterators/insert_iterator/requirements/base_classes.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-06-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/24_iterators/insert_iterator/requirements/container.cc b/libstdc++-v3/testsuite/24_iterators/insert_iterator/requirements/container.cc index bff6575ed9c2..44061ab4a10a 100644 --- a/libstdc++-v3/testsuite/24_iterators/insert_iterator/requirements/container.cc +++ b/libstdc++-v3/testsuite/24_iterators/insert_iterator/requirements/container.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-06-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/24_iterators/insert_iterator/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/24_iterators/insert_iterator/requirements/explicit_instantiation.cc index d4c45b966dfe..9387ce00f0fd 100644 --- a/libstdc++-v3/testsuite/24_iterators/insert_iterator/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/24_iterators/insert_iterator/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-06-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/24_iterators/insert_iterator/requirements/typedefs.cc b/libstdc++-v3/testsuite/24_iterators/insert_iterator/requirements/typedefs.cc index ec848998fd5b..766716fa1b1c 100644 --- a/libstdc++-v3/testsuite/24_iterators/insert_iterator/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/24_iterators/insert_iterator/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-06-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/24_iterators/istream_iterator/2.cc b/libstdc++-v3/testsuite/24_iterators/istream_iterator/2.cc index d0b435b6b3a9..98f4f5ebf8b2 100644 --- a/libstdc++-v3/testsuite/24_iterators/istream_iterator/2.cc +++ b/libstdc++-v3/testsuite/24_iterators/istream_iterator/2.cc @@ -1,6 +1,6 @@ // 2001-06-25 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/24_iterators/istream_iterator/70766.cc b/libstdc++-v3/testsuite/24_iterators/istream_iterator/70766.cc index 747de95d9ab9..fc6cf0e98720 100644 --- a/libstdc++-v3/testsuite/24_iterators/istream_iterator/70766.cc +++ b/libstdc++-v3/testsuite/24_iterators/istream_iterator/70766.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/24_iterators/istream_iterator/cons/constexpr.cc b/libstdc++-v3/testsuite/24_iterators/istream_iterator/cons/constexpr.cc index 6683b7f91096..f03a342bc856 100644 --- a/libstdc++-v3/testsuite/24_iterators/istream_iterator/cons/constexpr.cc +++ b/libstdc++-v3/testsuite/24_iterators/istream_iterator/cons/constexpr.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/24_iterators/istream_iterator/requirements/base_classes.cc b/libstdc++-v3/testsuite/24_iterators/istream_iterator/requirements/base_classes.cc index 565c7774eefe..10e8ed9b4492 100644 --- a/libstdc++-v3/testsuite/24_iterators/istream_iterator/requirements/base_classes.cc +++ b/libstdc++-v3/testsuite/24_iterators/istream_iterator/requirements/base_classes.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-06-25 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/24_iterators/istream_iterator/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/24_iterators/istream_iterator/requirements/explicit_instantiation.cc index 65e7ae1db8bf..0b8ac1570567 100644 --- a/libstdc++-v3/testsuite/24_iterators/istream_iterator/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/24_iterators/istream_iterator/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-06-25 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/24_iterators/istream_iterator/requirements/typedefs.cc b/libstdc++-v3/testsuite/24_iterators/istream_iterator/requirements/typedefs.cc index ef1b95353942..07c4be5998c0 100644 --- a/libstdc++-v3/testsuite/24_iterators/istream_iterator/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/24_iterators/istream_iterator/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-06-25 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/24_iterators/istreambuf_iterator/2.cc b/libstdc++-v3/testsuite/24_iterators/istreambuf_iterator/2.cc index b8cc4f18ca47..b81f4d443a9f 100644 --- a/libstdc++-v3/testsuite/24_iterators/istreambuf_iterator/2.cc +++ b/libstdc++-v3/testsuite/24_iterators/istreambuf_iterator/2.cc @@ -1,6 +1,6 @@ // 1999-06-28 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/24_iterators/istreambuf_iterator/2627.cc b/libstdc++-v3/testsuite/24_iterators/istreambuf_iterator/2627.cc index c2c5c8daaac9..411e851021f8 100644 --- a/libstdc++-v3/testsuite/24_iterators/istreambuf_iterator/2627.cc +++ b/libstdc++-v3/testsuite/24_iterators/istreambuf_iterator/2627.cc @@ -1,6 +1,6 @@ // 1999-06-28 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/24_iterators/istreambuf_iterator/cons/constexpr.cc b/libstdc++-v3/testsuite/24_iterators/istreambuf_iterator/cons/constexpr.cc index 60f15d05d568..f2870053cee2 100644 --- a/libstdc++-v3/testsuite/24_iterators/istreambuf_iterator/cons/constexpr.cc +++ b/libstdc++-v3/testsuite/24_iterators/istreambuf_iterator/cons/constexpr.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/24_iterators/istreambuf_iterator/requirements/base_classes.cc b/libstdc++-v3/testsuite/24_iterators/istreambuf_iterator/requirements/base_classes.cc index fb33a8f12167..679b15cf5ff3 100644 --- a/libstdc++-v3/testsuite/24_iterators/istreambuf_iterator/requirements/base_classes.cc +++ b/libstdc++-v3/testsuite/24_iterators/istreambuf_iterator/requirements/base_classes.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 1999-06-28 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/24_iterators/istreambuf_iterator/requirements/dr445.cc b/libstdc++-v3/testsuite/24_iterators/istreambuf_iterator/requirements/dr445.cc index fc93ca74fa78..8a03ed08adad 100644 --- a/libstdc++-v3/testsuite/24_iterators/istreambuf_iterator/requirements/dr445.cc +++ b/libstdc++-v3/testsuite/24_iterators/istreambuf_iterator/requirements/dr445.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/24_iterators/istreambuf_iterator/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/24_iterators/istreambuf_iterator/requirements/explicit_instantiation.cc index 1bb36132cedd..ac527a2e0214 100644 --- a/libstdc++-v3/testsuite/24_iterators/istreambuf_iterator/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/24_iterators/istreambuf_iterator/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 1999-06-28 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/24_iterators/istreambuf_iterator/requirements/typedefs.cc b/libstdc++-v3/testsuite/24_iterators/istreambuf_iterator/requirements/typedefs.cc index fb04a513ab48..99e5085a9953 100644 --- a/libstdc++-v3/testsuite/24_iterators/istreambuf_iterator/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/24_iterators/istreambuf_iterator/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 1999-06-28 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/24_iterators/move_iterator/dr2061.cc b/libstdc++-v3/testsuite/24_iterators/move_iterator/dr2061.cc index 64ed47813c08..d9012858ac02 100644 --- a/libstdc++-v3/testsuite/24_iterators/move_iterator/dr2061.cc +++ b/libstdc++-v3/testsuite/24_iterators/move_iterator/dr2061.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/24_iterators/move_iterator/dr2106.cc b/libstdc++-v3/testsuite/24_iterators/move_iterator/dr2106.cc index 740ca4083d80..af062b245ca4 100644 --- a/libstdc++-v3/testsuite/24_iterators/move_iterator/dr2106.cc +++ b/libstdc++-v3/testsuite/24_iterators/move_iterator/dr2106.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/24_iterators/move_iterator/greedy_ops.cc b/libstdc++-v3/testsuite/24_iterators/move_iterator/greedy_ops.cc index c99df6829473..b3be9e03d8db 100644 --- a/libstdc++-v3/testsuite/24_iterators/move_iterator/greedy_ops.cc +++ b/libstdc++-v3/testsuite/24_iterators/move_iterator/greedy_ops.cc @@ -1,5 +1,5 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/24_iterators/normal_iterator/58403.cc b/libstdc++-v3/testsuite/24_iterators/normal_iterator/58403.cc index 8092921e9f8b..6720e9050b01 100644 --- a/libstdc++-v3/testsuite/24_iterators/normal_iterator/58403.cc +++ b/libstdc++-v3/testsuite/24_iterators/normal_iterator/58403.cc @@ -1,6 +1,6 @@ // { dg-do link { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/24_iterators/normal_iterator/greedy_ops.cc b/libstdc++-v3/testsuite/24_iterators/normal_iterator/greedy_ops.cc index a019dcc5cdc7..47274049a8ee 100644 --- a/libstdc++-v3/testsuite/24_iterators/normal_iterator/greedy_ops.cc +++ b/libstdc++-v3/testsuite/24_iterators/normal_iterator/greedy_ops.cc @@ -1,5 +1,5 @@ // { dg-do compile } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/24_iterators/operations/40497.cc b/libstdc++-v3/testsuite/24_iterators/operations/40497.cc index 0c4a81161ded..020c1b6aef16 100644 --- a/libstdc++-v3/testsuite/24_iterators/operations/40497.cc +++ b/libstdc++-v3/testsuite/24_iterators/operations/40497.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/24_iterators/operations/next.cc b/libstdc++-v3/testsuite/24_iterators/operations/next.cc index 13bb70b3ef73..185bc1e6fc0a 100644 --- a/libstdc++-v3/testsuite/24_iterators/operations/next.cc +++ b/libstdc++-v3/testsuite/24_iterators/operations/next.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/24_iterators/operations/next_neg.cc b/libstdc++-v3/testsuite/24_iterators/operations/next_neg.cc index 8842ed070210..f3c20a195670 100644 --- a/libstdc++-v3/testsuite/24_iterators/operations/next_neg.cc +++ b/libstdc++-v3/testsuite/24_iterators/operations/next_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/24_iterators/operations/prev.cc b/libstdc++-v3/testsuite/24_iterators/operations/prev.cc index 4f3e5c40c752..e613ee03bcaf 100644 --- a/libstdc++-v3/testsuite/24_iterators/operations/prev.cc +++ b/libstdc++-v3/testsuite/24_iterators/operations/prev.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/24_iterators/operations/prev_neg.cc b/libstdc++-v3/testsuite/24_iterators/operations/prev_neg.cc index c1333ddadcf5..bcbde41093de 100644 --- a/libstdc++-v3/testsuite/24_iterators/operations/prev_neg.cc +++ b/libstdc++-v3/testsuite/24_iterators/operations/prev_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/24_iterators/ostream_iterator/70766.cc b/libstdc++-v3/testsuite/24_iterators/ostream_iterator/70766.cc index 8021e7b1ba36..31ee6c0c7e86 100644 --- a/libstdc++-v3/testsuite/24_iterators/ostream_iterator/70766.cc +++ b/libstdc++-v3/testsuite/24_iterators/ostream_iterator/70766.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/24_iterators/ostream_iterator/requirements/base_classes.cc b/libstdc++-v3/testsuite/24_iterators/ostream_iterator/requirements/base_classes.cc index 1b39c386ba11..70f17145f8bd 100644 --- a/libstdc++-v3/testsuite/24_iterators/ostream_iterator/requirements/base_classes.cc +++ b/libstdc++-v3/testsuite/24_iterators/ostream_iterator/requirements/base_classes.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-06-25 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/24_iterators/ostream_iterator/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/24_iterators/ostream_iterator/requirements/explicit_instantiation.cc index 4954723c3758..2aa63ecdf53f 100644 --- a/libstdc++-v3/testsuite/24_iterators/ostream_iterator/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/24_iterators/ostream_iterator/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-06-25 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/24_iterators/ostream_iterator/requirements/typedefs.cc b/libstdc++-v3/testsuite/24_iterators/ostream_iterator/requirements/typedefs.cc index c682aec6251b..fdf94da9607e 100644 --- a/libstdc++-v3/testsuite/24_iterators/ostream_iterator/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/24_iterators/ostream_iterator/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-06-25 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/24_iterators/ostreambuf_iterator/2.cc b/libstdc++-v3/testsuite/24_iterators/ostreambuf_iterator/2.cc index 140374f1750c..716e4c0d23aa 100644 --- a/libstdc++-v3/testsuite/24_iterators/ostreambuf_iterator/2.cc +++ b/libstdc++-v3/testsuite/24_iterators/ostreambuf_iterator/2.cc @@ -1,6 +1,6 @@ // 2001-04-30 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/24_iterators/ostreambuf_iterator/requirements/base_classes.cc b/libstdc++-v3/testsuite/24_iterators/ostreambuf_iterator/requirements/base_classes.cc index 576f406f3b9b..2c5a57459338 100644 --- a/libstdc++-v3/testsuite/24_iterators/ostreambuf_iterator/requirements/base_classes.cc +++ b/libstdc++-v3/testsuite/24_iterators/ostreambuf_iterator/requirements/base_classes.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-04-30 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/24_iterators/ostreambuf_iterator/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/24_iterators/ostreambuf_iterator/requirements/explicit_instantiation.cc index 23998a075643..ed9a9ee308f6 100644 --- a/libstdc++-v3/testsuite/24_iterators/ostreambuf_iterator/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/24_iterators/ostreambuf_iterator/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/24_iterators/ostreambuf_iterator/requirements/typedefs.cc b/libstdc++-v3/testsuite/24_iterators/ostreambuf_iterator/requirements/typedefs.cc index 2b92213b7f92..381f5e65b02d 100644 --- a/libstdc++-v3/testsuite/24_iterators/ostreambuf_iterator/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/24_iterators/ostreambuf_iterator/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-04-30 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/24_iterators/random_access_iterator/26020.cc b/libstdc++-v3/testsuite/24_iterators/random_access_iterator/26020.cc index 79e0888bc713..416b318645a5 100644 --- a/libstdc++-v3/testsuite/24_iterators/random_access_iterator/26020.cc +++ b/libstdc++-v3/testsuite/24_iterators/random_access_iterator/26020.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/24_iterators/random_access_iterator/string_vector_iterators.cc b/libstdc++-v3/testsuite/24_iterators/random_access_iterator/string_vector_iterators.cc index 6289dfdc06d4..c3c00111ac85 100644 --- a/libstdc++-v3/testsuite/24_iterators/random_access_iterator/string_vector_iterators.cc +++ b/libstdc++-v3/testsuite/24_iterators/random_access_iterator/string_vector_iterators.cc @@ -2,7 +2,7 @@ // 24.3.1 Iterator traits // (basic_string and vector implementations) // -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 Free Software Foundation, Inc. // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 3 of the License, or diff --git a/libstdc++-v3/testsuite/24_iterators/range_access.cc b/libstdc++-v3/testsuite/24_iterators/range_access.cc index 3c70442b288d..6ae5499b0d8d 100644 --- a/libstdc++-v3/testsuite/24_iterators/range_access.cc +++ b/libstdc++-v3/testsuite/24_iterators/range_access.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/24_iterators/range_access_cpp14.cc b/libstdc++-v3/testsuite/24_iterators/range_access_cpp14.cc index 1c80e9b33bbf..138b189aaa62 100644 --- a/libstdc++-v3/testsuite/24_iterators/range_access_cpp14.cc +++ b/libstdc++-v3/testsuite/24_iterators/range_access_cpp14.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/24_iterators/reverse_iterator/11729.cc b/libstdc++-v3/testsuite/24_iterators/reverse_iterator/11729.cc index fe7d690a0d4c..e03894d41a88 100644 --- a/libstdc++-v3/testsuite/24_iterators/reverse_iterator/11729.cc +++ b/libstdc++-v3/testsuite/24_iterators/reverse_iterator/11729.cc @@ -1,6 +1,6 @@ // 2005-10-04 Paolo Carlini -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/24_iterators/reverse_iterator/2.cc b/libstdc++-v3/testsuite/24_iterators/reverse_iterator/2.cc index b4424325addc..1fac9b1d4c16 100644 --- a/libstdc++-v3/testsuite/24_iterators/reverse_iterator/2.cc +++ b/libstdc++-v3/testsuite/24_iterators/reverse_iterator/2.cc @@ -1,6 +1,6 @@ // 2001-06-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/24_iterators/reverse_iterator/3.cc b/libstdc++-v3/testsuite/24_iterators/reverse_iterator/3.cc index 504e132787e9..2d3c2c67eeb1 100644 --- a/libstdc++-v3/testsuite/24_iterators/reverse_iterator/3.cc +++ b/libstdc++-v3/testsuite/24_iterators/reverse_iterator/3.cc @@ -1,6 +1,6 @@ // 2003-05-29 Paolo Carlini -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/24_iterators/reverse_iterator/71771.cc b/libstdc++-v3/testsuite/24_iterators/reverse_iterator/71771.cc index 41b5086b0529..ec45b7258506 100644 --- a/libstdc++-v3/testsuite/24_iterators/reverse_iterator/71771.cc +++ b/libstdc++-v3/testsuite/24_iterators/reverse_iterator/71771.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/24_iterators/reverse_iterator/greedy_ops.cc b/libstdc++-v3/testsuite/24_iterators/reverse_iterator/greedy_ops.cc index 1360029ebad9..2cb5118d8a33 100644 --- a/libstdc++-v3/testsuite/24_iterators/reverse_iterator/greedy_ops.cc +++ b/libstdc++-v3/testsuite/24_iterators/reverse_iterator/greedy_ops.cc @@ -1,5 +1,5 @@ // { dg-do compile } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/24_iterators/reverse_iterator/make.cc b/libstdc++-v3/testsuite/24_iterators/reverse_iterator/make.cc index a923a37eb8e1..4dbcde69fc9c 100644 --- a/libstdc++-v3/testsuite/24_iterators/reverse_iterator/make.cc +++ b/libstdc++-v3/testsuite/24_iterators/reverse_iterator/make.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/24_iterators/reverse_iterator/requirements/base_classes.cc b/libstdc++-v3/testsuite/24_iterators/reverse_iterator/requirements/base_classes.cc index 6e43efc25bd2..92f5c4c8bb99 100644 --- a/libstdc++-v3/testsuite/24_iterators/reverse_iterator/requirements/base_classes.cc +++ b/libstdc++-v3/testsuite/24_iterators/reverse_iterator/requirements/base_classes.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-06-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/24_iterators/reverse_iterator/requirements/current.cc b/libstdc++-v3/testsuite/24_iterators/reverse_iterator/requirements/current.cc index 0b3f7fb76fbb..7fef66887423 100644 --- a/libstdc++-v3/testsuite/24_iterators/reverse_iterator/requirements/current.cc +++ b/libstdc++-v3/testsuite/24_iterators/reverse_iterator/requirements/current.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-06-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/24_iterators/reverse_iterator/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/24_iterators/reverse_iterator/requirements/explicit_instantiation.cc index 1f131d275ecf..eba1ceece9aa 100644 --- a/libstdc++-v3/testsuite/24_iterators/reverse_iterator/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/24_iterators/reverse_iterator/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-06-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/24_iterators/reverse_iterator/requirements/typedefs.cc b/libstdc++-v3/testsuite/24_iterators/reverse_iterator/requirements/typedefs.cc index 949ff8757a40..cdd1fbfba462 100644 --- a/libstdc++-v3/testsuite/24_iterators/reverse_iterator/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/24_iterators/reverse_iterator/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2001-06-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/25_algorithms/adjacent_find/1.cc b/libstdc++-v3/testsuite/25_algorithms/adjacent_find/1.cc index 9350109a88a6..c0415d1f715d 100644 --- a/libstdc++-v3/testsuite/25_algorithms/adjacent_find/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/adjacent_find/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/adjacent_find/check_type.cc b/libstdc++-v3/testsuite/25_algorithms/adjacent_find/check_type.cc index 0150a5aa6ba2..44ac0d0ccd8e 100644 --- a/libstdc++-v3/testsuite/25_algorithms/adjacent_find/check_type.cc +++ b/libstdc++-v3/testsuite/25_algorithms/adjacent_find/check_type.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/adjacent_find/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/adjacent_find/requirements/explicit_instantiation/2.cc index 55271a6fde89..2a7b9b142413 100644 --- a/libstdc++-v3/testsuite/25_algorithms/adjacent_find/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/adjacent_find/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/adjacent_find/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/adjacent_find/requirements/explicit_instantiation/pod.cc index 68d58c66cff2..5ff2da7c4778 100644 --- a/libstdc++-v3/testsuite/25_algorithms/adjacent_find/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/adjacent_find/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/adjacent_find/vectorbool.cc b/libstdc++-v3/testsuite/25_algorithms/adjacent_find/vectorbool.cc index 30390df78410..b9db079b43a2 100644 --- a/libstdc++-v3/testsuite/25_algorithms/adjacent_find/vectorbool.cc +++ b/libstdc++-v3/testsuite/25_algorithms/adjacent_find/vectorbool.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/25_algorithms/all_of/1.cc b/libstdc++-v3/testsuite/25_algorithms/all_of/1.cc index a5f24fb2f500..fee8ef8b5c4d 100644 --- a/libstdc++-v3/testsuite/25_algorithms/all_of/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/all_of/1.cc @@ -2,7 +2,7 @@ // 2008-06-25 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/25_algorithms/all_of/check_type.cc b/libstdc++-v3/testsuite/25_algorithms/all_of/check_type.cc index 5379db23ba31..7f33611fcd27 100644 --- a/libstdc++-v3/testsuite/25_algorithms/all_of/check_type.cc +++ b/libstdc++-v3/testsuite/25_algorithms/all_of/check_type.cc @@ -1,6 +1,6 @@ // 2008-06-25 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/25_algorithms/all_of/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/all_of/requirements/explicit_instantiation/2.cc index 0a0050929436..9cc44a926bc9 100644 --- a/libstdc++-v3/testsuite/25_algorithms/all_of/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/all_of/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2008-06-25 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/25_algorithms/all_of/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/all_of/requirements/explicit_instantiation/pod.cc index ee71b1e72c73..7c78a18ac43e 100644 --- a/libstdc++-v3/testsuite/25_algorithms/all_of/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/all_of/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2008-06-25 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/25_algorithms/any_of/1.cc b/libstdc++-v3/testsuite/25_algorithms/any_of/1.cc index 57f08812a42b..c7e1782cd642 100644 --- a/libstdc++-v3/testsuite/25_algorithms/any_of/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/any_of/1.cc @@ -2,7 +2,7 @@ // 2008-06-25 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/25_algorithms/any_of/check_type.cc b/libstdc++-v3/testsuite/25_algorithms/any_of/check_type.cc index ace0821891dd..d49aca585343 100644 --- a/libstdc++-v3/testsuite/25_algorithms/any_of/check_type.cc +++ b/libstdc++-v3/testsuite/25_algorithms/any_of/check_type.cc @@ -1,6 +1,6 @@ // 2008-06-25 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/25_algorithms/any_of/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/any_of/requirements/explicit_instantiation/2.cc index 3e7dfee4ad44..ad9913bd4cbc 100644 --- a/libstdc++-v3/testsuite/25_algorithms/any_of/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/any_of/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2008-06-25 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/25_algorithms/any_of/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/any_of/requirements/explicit_instantiation/pod.cc index 913e2f3af0b8..d0b38f612fb8 100644 --- a/libstdc++-v3/testsuite/25_algorithms/any_of/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/any_of/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2008-06-25 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/25_algorithms/binary_search/1.cc b/libstdc++-v3/testsuite/25_algorithms/binary_search/1.cc index d8af2a52be03..ad0ef026fc0e 100644 --- a/libstdc++-v3/testsuite/25_algorithms/binary_search/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/binary_search/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/binary_search/2.cc b/libstdc++-v3/testsuite/25_algorithms/binary_search/2.cc index 42184f4567a0..31f641501ed9 100644 --- a/libstdc++-v3/testsuite/25_algorithms/binary_search/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/binary_search/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/25_algorithms/binary_search/check_type.cc b/libstdc++-v3/testsuite/25_algorithms/binary_search/check_type.cc index c3a2d924fa51..7a42173617b2 100644 --- a/libstdc++-v3/testsuite/25_algorithms/binary_search/check_type.cc +++ b/libstdc++-v3/testsuite/25_algorithms/binary_search/check_type.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/binary_search/partitioned.cc b/libstdc++-v3/testsuite/25_algorithms/binary_search/partitioned.cc index 019b20c4adca..fb8cea9f5c4e 100644 --- a/libstdc++-v3/testsuite/25_algorithms/binary_search/partitioned.cc +++ b/libstdc++-v3/testsuite/25_algorithms/binary_search/partitioned.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/25_algorithms/binary_search/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/binary_search/requirements/explicit_instantiation/2.cc index 441a40d2d88c..47880713a2b9 100644 --- a/libstdc++-v3/testsuite/25_algorithms/binary_search/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/binary_search/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/binary_search/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/binary_search/requirements/explicit_instantiation/pod.cc index 502dacbe6b0f..cdaf560f6581 100644 --- a/libstdc++-v3/testsuite/25_algorithms/binary_search/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/binary_search/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/clamp/1.cc b/libstdc++-v3/testsuite/25_algorithms/clamp/1.cc index 183c367ce5c0..991b10d1fe3c 100644 --- a/libstdc++-v3/testsuite/25_algorithms/clamp/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/clamp/1.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/25_algorithms/clamp/2.cc b/libstdc++-v3/testsuite/25_algorithms/clamp/2.cc index 10744953d4e8..ffc2d96d7bc8 100644 --- a/libstdc++-v3/testsuite/25_algorithms/clamp/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/clamp/2.cc @@ -1,6 +1,6 @@ // { dg-options "-std=gnu++17" } -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/25_algorithms/clamp/constexpr.cc b/libstdc++-v3/testsuite/25_algorithms/clamp/constexpr.cc index 4ff8798cfaee..0864b8e1d30e 100644 --- a/libstdc++-v3/testsuite/25_algorithms/clamp/constexpr.cc +++ b/libstdc++-v3/testsuite/25_algorithms/clamp/constexpr.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/25_algorithms/clamp/requirements/explicit_instantiation/1.cc b/libstdc++-v3/testsuite/25_algorithms/clamp/requirements/explicit_instantiation/1.cc index d8bf8d6dcee4..3cb5e78592fa 100644 --- a/libstdc++-v3/testsuite/25_algorithms/clamp/requirements/explicit_instantiation/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/clamp/requirements/explicit_instantiation/1.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/25_algorithms/clamp/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/clamp/requirements/explicit_instantiation/pod.cc index acb6d0f26b82..5b035c404942 100644 --- a/libstdc++-v3/testsuite/25_algorithms/clamp/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/clamp/requirements/explicit_instantiation/pod.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++17" } // { dg-do compile } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/25_algorithms/copy/1.cc b/libstdc++-v3/testsuite/25_algorithms/copy/1.cc index bf439a19b232..fb1167bae178 100644 --- a/libstdc++-v3/testsuite/25_algorithms/copy/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/copy/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/25_algorithms/copy/2.cc b/libstdc++-v3/testsuite/25_algorithms/copy/2.cc index 363d51fc6847..137da2320dc4 100644 --- a/libstdc++-v3/testsuite/25_algorithms/copy/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/copy/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/25_algorithms/copy/3.cc b/libstdc++-v3/testsuite/25_algorithms/copy/3.cc index 2d9dfc04bd1b..45ebe7d19a23 100644 --- a/libstdc++-v3/testsuite/25_algorithms/copy/3.cc +++ b/libstdc++-v3/testsuite/25_algorithms/copy/3.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/25_algorithms/copy/34595.cc b/libstdc++-v3/testsuite/25_algorithms/copy/34595.cc index ad7452b0da5f..2f9e1b0c0b3c 100644 --- a/libstdc++-v3/testsuite/25_algorithms/copy/34595.cc +++ b/libstdc++-v3/testsuite/25_algorithms/copy/34595.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/copy/4.cc b/libstdc++-v3/testsuite/25_algorithms/copy/4.cc index 427d0b026737..8cc29fba1191 100644 --- a/libstdc++-v3/testsuite/25_algorithms/copy/4.cc +++ b/libstdc++-v3/testsuite/25_algorithms/copy/4.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/25_algorithms/copy/58982.cc b/libstdc++-v3/testsuite/25_algorithms/copy/58982.cc index 9cebbc6a3cd8..fb25bf8aa382 100644 --- a/libstdc++-v3/testsuite/25_algorithms/copy/58982.cc +++ b/libstdc++-v3/testsuite/25_algorithms/copy/58982.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/25_algorithms/copy/move_iterators/1.cc b/libstdc++-v3/testsuite/25_algorithms/copy/move_iterators/1.cc index 198dba6dcc0a..b3be7cc5ecf4 100644 --- a/libstdc++-v3/testsuite/25_algorithms/copy/move_iterators/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/copy/move_iterators/1.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/copy/move_iterators/69478.cc b/libstdc++-v3/testsuite/25_algorithms/copy/move_iterators/69478.cc index faec8262a791..713fd43660b2 100644 --- a/libstdc++-v3/testsuite/25_algorithms/copy/move_iterators/69478.cc +++ b/libstdc++-v3/testsuite/25_algorithms/copy/move_iterators/69478.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/25_algorithms/copy/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/copy/requirements/explicit_instantiation/2.cc index a8a5521db255..00c24d800c67 100644 --- a/libstdc++-v3/testsuite/25_algorithms/copy/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/copy/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/copy/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/copy/requirements/explicit_instantiation/pod.cc index 9aaaf5b527b0..190db486b69d 100644 --- a/libstdc++-v3/testsuite/25_algorithms/copy/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/copy/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/copy/streambuf_iterators/char/1.cc b/libstdc++-v3/testsuite/25_algorithms/copy/streambuf_iterators/char/1.cc index 736b92e6d3b2..f0ffb3f5bd03 100644 --- a/libstdc++-v3/testsuite/25_algorithms/copy/streambuf_iterators/char/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/copy/streambuf_iterators/char/1.cc @@ -1,6 +1,6 @@ // 2006-03-20 Paolo Carlini -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/25_algorithms/copy/streambuf_iterators/char/2.cc b/libstdc++-v3/testsuite/25_algorithms/copy/streambuf_iterators/char/2.cc index 6f683636ad66..836ecb498094 100644 --- a/libstdc++-v3/testsuite/25_algorithms/copy/streambuf_iterators/char/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/copy/streambuf_iterators/char/2.cc @@ -1,6 +1,6 @@ // 2006-03-20 Paolo Carlini -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/25_algorithms/copy/streambuf_iterators/char/3.cc b/libstdc++-v3/testsuite/25_algorithms/copy/streambuf_iterators/char/3.cc index 1c9328309e15..4cbd16303737 100644 --- a/libstdc++-v3/testsuite/25_algorithms/copy/streambuf_iterators/char/3.cc +++ b/libstdc++-v3/testsuite/25_algorithms/copy/streambuf_iterators/char/3.cc @@ -1,6 +1,6 @@ // 2006-03-20 Paolo Carlini -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/25_algorithms/copy/streambuf_iterators/char/4.cc b/libstdc++-v3/testsuite/25_algorithms/copy/streambuf_iterators/char/4.cc index cd0353e6f7e7..e36987047475 100644 --- a/libstdc++-v3/testsuite/25_algorithms/copy/streambuf_iterators/char/4.cc +++ b/libstdc++-v3/testsuite/25_algorithms/copy/streambuf_iterators/char/4.cc @@ -1,6 +1,6 @@ // 2006-03-20 Paolo Carlini -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/25_algorithms/copy/streambuf_iterators/wchar_t/1.cc b/libstdc++-v3/testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/1.cc index c91411e89f52..25597e120733 100644 --- a/libstdc++-v3/testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/1.cc @@ -1,6 +1,6 @@ // 2006-03-20 Paolo Carlini -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/25_algorithms/copy/streambuf_iterators/wchar_t/2.cc b/libstdc++-v3/testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/2.cc index ed148a15b75a..dae67613832a 100644 --- a/libstdc++-v3/testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/2.cc @@ -1,6 +1,6 @@ // 2006-03-20 Paolo Carlini -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/25_algorithms/copy/streambuf_iterators/wchar_t/3.cc b/libstdc++-v3/testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/3.cc index 438193cd3e00..5c63170c7ea4 100644 --- a/libstdc++-v3/testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/3.cc +++ b/libstdc++-v3/testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/3.cc @@ -1,6 +1,6 @@ // 2006-03-20 Paolo Carlini -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/25_algorithms/copy/streambuf_iterators/wchar_t/4.cc b/libstdc++-v3/testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/4.cc index 2b4f49afaca5..bc292c7e79a6 100644 --- a/libstdc++-v3/testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/4.cc +++ b/libstdc++-v3/testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/4.cc @@ -1,6 +1,6 @@ // 2006-03-20 Paolo Carlini -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/25_algorithms/copy_backward/move_iterators/1.cc b/libstdc++-v3/testsuite/25_algorithms/copy_backward/move_iterators/1.cc index adf08cfbf365..7e571c952908 100644 --- a/libstdc++-v3/testsuite/25_algorithms/copy_backward/move_iterators/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/copy_backward/move_iterators/1.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/copy_backward/move_iterators/69478.cc b/libstdc++-v3/testsuite/25_algorithms/copy_backward/move_iterators/69478.cc index b9d82af92857..79c043a32955 100644 --- a/libstdc++-v3/testsuite/25_algorithms/copy_backward/move_iterators/69478.cc +++ b/libstdc++-v3/testsuite/25_algorithms/copy_backward/move_iterators/69478.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/25_algorithms/copy_backward/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/copy_backward/requirements/explicit_instantiation/2.cc index 0baa8cfc2d57..3c8eb5ba387a 100644 --- a/libstdc++-v3/testsuite/25_algorithms/copy_backward/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/copy_backward/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/copy_backward/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/copy_backward/requirements/explicit_instantiation/pod.cc index 695cab739d20..77e22498c4ca 100644 --- a/libstdc++-v3/testsuite/25_algorithms/copy_backward/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/copy_backward/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/copy_if/check_type.cc b/libstdc++-v3/testsuite/25_algorithms/copy_if/check_type.cc index 647a287d9869..88428f7b7b6a 100644 --- a/libstdc++-v3/testsuite/25_algorithms/copy_if/check_type.cc +++ b/libstdc++-v3/testsuite/25_algorithms/copy_if/check_type.cc @@ -1,6 +1,6 @@ // 2008-06-25 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/25_algorithms/copy_if/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/copy_if/requirements/explicit_instantiation/2.cc index 84c7a5fca11a..b6b0d459e84b 100644 --- a/libstdc++-v3/testsuite/25_algorithms/copy_if/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/copy_if/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2008-06-24 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/25_algorithms/copy_if/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/copy_if/requirements/explicit_instantiation/pod.cc index 00b521e9aa48..d37ef161b46f 100644 --- a/libstdc++-v3/testsuite/25_algorithms/copy_if/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/copy_if/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2008-06-24 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/25_algorithms/copy_n/1.cc b/libstdc++-v3/testsuite/25_algorithms/copy_n/1.cc index e0733662ebb5..675e48a60681 100644 --- a/libstdc++-v3/testsuite/25_algorithms/copy_n/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/copy_n/1.cc @@ -2,7 +2,7 @@ // 2008-06-29 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/25_algorithms/copy_n/2.cc b/libstdc++-v3/testsuite/25_algorithms/copy_n/2.cc index 3fd0972bb8ac..0bb0f7046911 100644 --- a/libstdc++-v3/testsuite/25_algorithms/copy_n/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/copy_n/2.cc @@ -2,7 +2,7 @@ // 2008-06-29 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/25_algorithms/copy_n/3.cc b/libstdc++-v3/testsuite/25_algorithms/copy_n/3.cc index f019b2cf7be3..b21d498ec7bd 100644 --- a/libstdc++-v3/testsuite/25_algorithms/copy_n/3.cc +++ b/libstdc++-v3/testsuite/25_algorithms/copy_n/3.cc @@ -2,7 +2,7 @@ // 2008-06-29 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/25_algorithms/copy_n/4.cc b/libstdc++-v3/testsuite/25_algorithms/copy_n/4.cc index 34626edf00cc..bd3ab7da354c 100644 --- a/libstdc++-v3/testsuite/25_algorithms/copy_n/4.cc +++ b/libstdc++-v3/testsuite/25_algorithms/copy_n/4.cc @@ -2,7 +2,7 @@ // 2008-06-29 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/25_algorithms/copy_n/50119.cc b/libstdc++-v3/testsuite/25_algorithms/copy_n/50119.cc index cd7bbb9cc39e..b8f3eefe1294 100644 --- a/libstdc++-v3/testsuite/25_algorithms/copy_n/50119.cc +++ b/libstdc++-v3/testsuite/25_algorithms/copy_n/50119.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/25_algorithms/copy_n/58982.cc b/libstdc++-v3/testsuite/25_algorithms/copy_n/58982.cc index a58026f87d60..05cba1537ed8 100644 --- a/libstdc++-v3/testsuite/25_algorithms/copy_n/58982.cc +++ b/libstdc++-v3/testsuite/25_algorithms/copy_n/58982.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/25_algorithms/copy_n/move_iterators/1.cc b/libstdc++-v3/testsuite/25_algorithms/copy_n/move_iterators/1.cc index b924604be4a7..faf2545d55be 100644 --- a/libstdc++-v3/testsuite/25_algorithms/copy_n/move_iterators/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/copy_n/move_iterators/1.cc @@ -2,7 +2,7 @@ // 2008-06-29 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/25_algorithms/copy_n/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/copy_n/requirements/explicit_instantiation/2.cc index 9a1481cbae63..1df736cfef2c 100644 --- a/libstdc++-v3/testsuite/25_algorithms/copy_n/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/copy_n/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2008-06-29 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/25_algorithms/copy_n/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/copy_n/requirements/explicit_instantiation/pod.cc index 190011ebb703..d523adcbeece 100644 --- a/libstdc++-v3/testsuite/25_algorithms/copy_n/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/copy_n/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2008-06-24 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/25_algorithms/count/1.cc b/libstdc++-v3/testsuite/25_algorithms/count/1.cc index 5cfc4d4a5cd9..d50746e6cd4d 100644 --- a/libstdc++-v3/testsuite/25_algorithms/count/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/count/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/count/check_type.cc b/libstdc++-v3/testsuite/25_algorithms/count/check_type.cc index cbe75773a060..ef2723777bda 100644 --- a/libstdc++-v3/testsuite/25_algorithms/count/check_type.cc +++ b/libstdc++-v3/testsuite/25_algorithms/count/check_type.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/count/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/count/requirements/explicit_instantiation/2.cc index 514da9e3ca3a..7de5307d07e1 100644 --- a/libstdc++-v3/testsuite/25_algorithms/count/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/count/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/count/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/count/requirements/explicit_instantiation/pod.cc index b99e42f93215..bfa22e21a41a 100644 --- a/libstdc++-v3/testsuite/25_algorithms/count/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/count/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/count_if/1.cc b/libstdc++-v3/testsuite/25_algorithms/count_if/1.cc index 2c4c56d6a827..09c14601ed56 100644 --- a/libstdc++-v3/testsuite/25_algorithms/count_if/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/count_if/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/count_if/check_type.cc b/libstdc++-v3/testsuite/25_algorithms/count_if/check_type.cc index 31bb5cb80fa0..092a40029a7a 100644 --- a/libstdc++-v3/testsuite/25_algorithms/count_if/check_type.cc +++ b/libstdc++-v3/testsuite/25_algorithms/count_if/check_type.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/count_if/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/count_if/requirements/explicit_instantiation/2.cc index 4bb8e568678a..a7a7f9eed78b 100644 --- a/libstdc++-v3/testsuite/25_algorithms/count_if/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/count_if/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/count_if/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/count_if/requirements/explicit_instantiation/pod.cc index 51dcef107e6f..d0aab55df84f 100644 --- a/libstdc++-v3/testsuite/25_algorithms/count_if/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/count_if/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/equal/1.cc b/libstdc++-v3/testsuite/25_algorithms/equal/1.cc index c4621c0eeb2f..22fa346d4c5e 100644 --- a/libstdc++-v3/testsuite/25_algorithms/equal/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/equal/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/equal/2.cc b/libstdc++-v3/testsuite/25_algorithms/equal/2.cc index 657736aac8e0..a653d5140068 100644 --- a/libstdc++-v3/testsuite/25_algorithms/equal/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/equal/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/25_algorithms/equal/check_type.cc b/libstdc++-v3/testsuite/25_algorithms/equal/check_type.cc index 36181f69c856..781f58d32bec 100644 --- a/libstdc++-v3/testsuite/25_algorithms/equal/check_type.cc +++ b/libstdc++-v3/testsuite/25_algorithms/equal/check_type.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/equal/check_type2.cc b/libstdc++-v3/testsuite/25_algorithms/equal/check_type2.cc index 2f943e225371..292cd6f451f4 100644 --- a/libstdc++-v3/testsuite/25_algorithms/equal/check_type2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/equal/check_type2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/25_algorithms/equal/no_operator_ne.cc b/libstdc++-v3/testsuite/25_algorithms/equal/no_operator_ne.cc index 73cba400abac..43201788d63b 100644 --- a/libstdc++-v3/testsuite/25_algorithms/equal/no_operator_ne.cc +++ b/libstdc++-v3/testsuite/25_algorithms/equal/no_operator_ne.cc @@ -1,6 +1,6 @@ // 2001-04-06 gdr -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/25_algorithms/equal/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/equal/requirements/explicit_instantiation/2.cc index b837a063b08e..67dfa475f0be 100644 --- a/libstdc++-v3/testsuite/25_algorithms/equal/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/equal/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/equal/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/equal/requirements/explicit_instantiation/pod.cc index f5df1039d1c9..fbdd95ce3cec 100644 --- a/libstdc++-v3/testsuite/25_algorithms/equal/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/equal/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/equal_range/1.cc b/libstdc++-v3/testsuite/25_algorithms/equal_range/1.cc index 913232f5d566..9f69a56c657b 100644 --- a/libstdc++-v3/testsuite/25_algorithms/equal_range/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/equal_range/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/equal_range/2.cc b/libstdc++-v3/testsuite/25_algorithms/equal_range/2.cc index d67e7d0fc881..4c5639378214 100644 --- a/libstdc++-v3/testsuite/25_algorithms/equal_range/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/equal_range/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/25_algorithms/equal_range/check_type.cc b/libstdc++-v3/testsuite/25_algorithms/equal_range/check_type.cc index 59f99da43727..99b2f5b1d64e 100644 --- a/libstdc++-v3/testsuite/25_algorithms/equal_range/check_type.cc +++ b/libstdc++-v3/testsuite/25_algorithms/equal_range/check_type.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/equal_range/partitioned.cc b/libstdc++-v3/testsuite/25_algorithms/equal_range/partitioned.cc index 6bcfe55cbc91..959abedabed8 100644 --- a/libstdc++-v3/testsuite/25_algorithms/equal_range/partitioned.cc +++ b/libstdc++-v3/testsuite/25_algorithms/equal_range/partitioned.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/25_algorithms/equal_range/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/equal_range/requirements/explicit_instantiation/2.cc index 191dad4279e4..5b995658ed7c 100644 --- a/libstdc++-v3/testsuite/25_algorithms/equal_range/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/equal_range/requirements/explicit_instantiation/2.cc @@ -3,7 +3,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/equal_range/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/equal_range/requirements/explicit_instantiation/pod.cc index 586e65c6f3ef..6606e7ab5539 100644 --- a/libstdc++-v3/testsuite/25_algorithms/equal_range/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/equal_range/requirements/explicit_instantiation/pod.cc @@ -3,7 +3,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/fill/1.cc b/libstdc++-v3/testsuite/25_algorithms/fill/1.cc index a8298113690d..1bc54d323a96 100644 --- a/libstdc++-v3/testsuite/25_algorithms/fill/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/fill/1.cc @@ -1,6 +1,6 @@ // 2004-06-25 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/25_algorithms/fill/2.cc b/libstdc++-v3/testsuite/25_algorithms/fill/2.cc index 00851809bfc3..a9604f0085e3 100644 --- a/libstdc++-v3/testsuite/25_algorithms/fill/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/fill/2.cc @@ -1,6 +1,6 @@ // 2004-06-25 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/25_algorithms/fill/3.cc b/libstdc++-v3/testsuite/25_algorithms/fill/3.cc index ba5f20d50543..d62063bed521 100644 --- a/libstdc++-v3/testsuite/25_algorithms/fill/3.cc +++ b/libstdc++-v3/testsuite/25_algorithms/fill/3.cc @@ -1,6 +1,6 @@ // 2007-01-13 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/fill/35725.cc b/libstdc++-v3/testsuite/25_algorithms/fill/35725.cc index e8013f3b31c1..ce759c206db8 100644 --- a/libstdc++-v3/testsuite/25_algorithms/fill/35725.cc +++ b/libstdc++-v3/testsuite/25_algorithms/fill/35725.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/25_algorithms/fill/4.cc b/libstdc++-v3/testsuite/25_algorithms/fill/4.cc index c4abc971d528..8542f3254ad5 100644 --- a/libstdc++-v3/testsuite/25_algorithms/fill/4.cc +++ b/libstdc++-v3/testsuite/25_algorithms/fill/4.cc @@ -1,6 +1,6 @@ // 2007-01-19 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/fill/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/fill/requirements/explicit_instantiation/2.cc index b1f9d23c1f7e..d528305f4943 100644 --- a/libstdc++-v3/testsuite/25_algorithms/fill/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/fill/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/fill/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/fill/requirements/explicit_instantiation/pod.cc index 0d7197c0ed4d..6b245cbba162 100644 --- a/libstdc++-v3/testsuite/25_algorithms/fill/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/fill/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/fill_n/1.cc b/libstdc++-v3/testsuite/25_algorithms/fill_n/1.cc index d6ec9d39580c..d446e7a7b60e 100644 --- a/libstdc++-v3/testsuite/25_algorithms/fill_n/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/fill_n/1.cc @@ -1,6 +1,6 @@ // 2007-01-19 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/fill_n/25306.cc b/libstdc++-v3/testsuite/25_algorithms/fill_n/25306.cc index 114ce4619b2c..f39760c72d5c 100644 --- a/libstdc++-v3/testsuite/25_algorithms/fill_n/25306.cc +++ b/libstdc++-v3/testsuite/25_algorithms/fill_n/25306.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/25_algorithms/fill_n/35725.cc b/libstdc++-v3/testsuite/25_algorithms/fill_n/35725.cc index 4db521edd188..ecd5772aaf84 100644 --- a/libstdc++-v3/testsuite/25_algorithms/fill_n/35725.cc +++ b/libstdc++-v3/testsuite/25_algorithms/fill_n/35725.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/25_algorithms/fill_n/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/fill_n/requirements/explicit_instantiation/2.cc index b837a063b08e..67dfa475f0be 100644 --- a/libstdc++-v3/testsuite/25_algorithms/fill_n/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/fill_n/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/fill_n/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/fill_n/requirements/explicit_instantiation/pod.cc index f5df1039d1c9..fbdd95ce3cec 100644 --- a/libstdc++-v3/testsuite/25_algorithms/fill_n/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/fill_n/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/find/1.cc b/libstdc++-v3/testsuite/25_algorithms/find/1.cc index edbc266a5efa..5422574c23fb 100644 --- a/libstdc++-v3/testsuite/25_algorithms/find/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/find/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/find/17441.cc b/libstdc++-v3/testsuite/25_algorithms/find/17441.cc index ba3ccfa0b2bf..2daa0c570f6a 100644 --- a/libstdc++-v3/testsuite/25_algorithms/find/17441.cc +++ b/libstdc++-v3/testsuite/25_algorithms/find/17441.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/25_algorithms/find/39546.cc b/libstdc++-v3/testsuite/25_algorithms/find/39546.cc index cffe2a3a15c0..79011ddeec1a 100644 --- a/libstdc++-v3/testsuite/25_algorithms/find/39546.cc +++ b/libstdc++-v3/testsuite/25_algorithms/find/39546.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/25_algorithms/find/check_type.cc b/libstdc++-v3/testsuite/25_algorithms/find/check_type.cc index 913fa651a305..4222276db7a5 100644 --- a/libstdc++-v3/testsuite/25_algorithms/find/check_type.cc +++ b/libstdc++-v3/testsuite/25_algorithms/find/check_type.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/find/istreambuf_iterators/char/1.cc b/libstdc++-v3/testsuite/25_algorithms/find/istreambuf_iterators/char/1.cc index 475161cf7195..f5a18876d3f6 100644 --- a/libstdc++-v3/testsuite/25_algorithms/find/istreambuf_iterators/char/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/find/istreambuf_iterators/char/1.cc @@ -1,6 +1,6 @@ // 2006-03-20 Paolo Carlini -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/25_algorithms/find/istreambuf_iterators/char/2.cc b/libstdc++-v3/testsuite/25_algorithms/find/istreambuf_iterators/char/2.cc index 92ba8ad7650b..125d59768c3b 100644 --- a/libstdc++-v3/testsuite/25_algorithms/find/istreambuf_iterators/char/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/find/istreambuf_iterators/char/2.cc @@ -1,6 +1,6 @@ // 2006-03-20 Paolo Carlini -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/25_algorithms/find/istreambuf_iterators/wchar_t/1.cc b/libstdc++-v3/testsuite/25_algorithms/find/istreambuf_iterators/wchar_t/1.cc index a1f6153013a2..13303bdb2b73 100644 --- a/libstdc++-v3/testsuite/25_algorithms/find/istreambuf_iterators/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/find/istreambuf_iterators/wchar_t/1.cc @@ -1,6 +1,6 @@ // 2006-03-20 Paolo Carlini -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/25_algorithms/find/istreambuf_iterators/wchar_t/2.cc b/libstdc++-v3/testsuite/25_algorithms/find/istreambuf_iterators/wchar_t/2.cc index 1ef5efe48014..e8d2b887e44f 100644 --- a/libstdc++-v3/testsuite/25_algorithms/find/istreambuf_iterators/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/find/istreambuf_iterators/wchar_t/2.cc @@ -1,6 +1,6 @@ // 2006-03-20 Paolo Carlini -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/25_algorithms/find/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/find/requirements/explicit_instantiation/2.cc index 05607d500c83..b8a4f2a2e9f2 100644 --- a/libstdc++-v3/testsuite/25_algorithms/find/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/find/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/find/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/find/requirements/explicit_instantiation/pod.cc index 98fb15266a2f..17611097de77 100644 --- a/libstdc++-v3/testsuite/25_algorithms/find/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/find/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/find/vectorbool.cc b/libstdc++-v3/testsuite/25_algorithms/find/vectorbool.cc index 52a198b0a2c9..a6a09b213bdc 100644 --- a/libstdc++-v3/testsuite/25_algorithms/find/vectorbool.cc +++ b/libstdc++-v3/testsuite/25_algorithms/find/vectorbool.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/25_algorithms/find_end/1.cc b/libstdc++-v3/testsuite/25_algorithms/find_end/1.cc index 351016b66d34..2aeecce65c81 100644 --- a/libstdc++-v3/testsuite/25_algorithms/find_end/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/find_end/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/find_end/check_type.cc b/libstdc++-v3/testsuite/25_algorithms/find_end/check_type.cc index 87bda66dbd44..ef370cdef477 100644 --- a/libstdc++-v3/testsuite/25_algorithms/find_end/check_type.cc +++ b/libstdc++-v3/testsuite/25_algorithms/find_end/check_type.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/find_end/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/find_end/requirements/explicit_instantiation/2.cc index 923efb4d3577..29123d4abe62 100644 --- a/libstdc++-v3/testsuite/25_algorithms/find_end/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/find_end/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/find_end/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/find_end/requirements/explicit_instantiation/pod.cc index f1b0ffe6fe5e..64951d48e28d 100644 --- a/libstdc++-v3/testsuite/25_algorithms/find_end/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/find_end/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/find_end/vectorbool.cc b/libstdc++-v3/testsuite/25_algorithms/find_end/vectorbool.cc index 4eaf0d78834e..3530b11bbf15 100644 --- a/libstdc++-v3/testsuite/25_algorithms/find_end/vectorbool.cc +++ b/libstdc++-v3/testsuite/25_algorithms/find_end/vectorbool.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/25_algorithms/find_first_of/1.cc b/libstdc++-v3/testsuite/25_algorithms/find_first_of/1.cc index 85ebba48d734..09f324ae77a9 100644 --- a/libstdc++-v3/testsuite/25_algorithms/find_first_of/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/find_first_of/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/find_first_of/check_type.cc b/libstdc++-v3/testsuite/25_algorithms/find_first_of/check_type.cc index f29f0b29ba71..df68aa88fe77 100644 --- a/libstdc++-v3/testsuite/25_algorithms/find_first_of/check_type.cc +++ b/libstdc++-v3/testsuite/25_algorithms/find_first_of/check_type.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/find_first_of/concept_check_1.cc b/libstdc++-v3/testsuite/25_algorithms/find_first_of/concept_check_1.cc index 7f40c3826b19..35d94ae91b00 100644 --- a/libstdc++-v3/testsuite/25_algorithms/find_first_of/concept_check_1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/find_first_of/concept_check_1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/25_algorithms/find_first_of/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/find_first_of/requirements/explicit_instantiation/2.cc index f34cb600aadd..b668c2f82666 100644 --- a/libstdc++-v3/testsuite/25_algorithms/find_first_of/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/find_first_of/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/find_first_of/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/find_first_of/requirements/explicit_instantiation/pod.cc index 3ee1cfd02b16..94c270d98435 100644 --- a/libstdc++-v3/testsuite/25_algorithms/find_first_of/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/find_first_of/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/find_first_of/vectorbool.cc b/libstdc++-v3/testsuite/25_algorithms/find_first_of/vectorbool.cc index 65e98583fe36..7de04338eec6 100644 --- a/libstdc++-v3/testsuite/25_algorithms/find_first_of/vectorbool.cc +++ b/libstdc++-v3/testsuite/25_algorithms/find_first_of/vectorbool.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/25_algorithms/find_if/1.cc b/libstdc++-v3/testsuite/25_algorithms/find_if/1.cc index 18fc7e5c672e..5aa1b42f0f99 100644 --- a/libstdc++-v3/testsuite/25_algorithms/find_if/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/find_if/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/find_if/check_type.cc b/libstdc++-v3/testsuite/25_algorithms/find_if/check_type.cc index d9520ea98ac4..d0ee8c36dd74 100644 --- a/libstdc++-v3/testsuite/25_algorithms/find_if/check_type.cc +++ b/libstdc++-v3/testsuite/25_algorithms/find_if/check_type.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/find_if/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/find_if/requirements/explicit_instantiation/2.cc index 57453df067c2..3666e6ad1aaf 100644 --- a/libstdc++-v3/testsuite/25_algorithms/find_if/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/find_if/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/find_if/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/find_if/requirements/explicit_instantiation/pod.cc index a60608a1c667..72ecb907b77b 100644 --- a/libstdc++-v3/testsuite/25_algorithms/find_if/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/find_if/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/find_if/vectorbool.cc b/libstdc++-v3/testsuite/25_algorithms/find_if/vectorbool.cc index 52a198b0a2c9..a6a09b213bdc 100644 --- a/libstdc++-v3/testsuite/25_algorithms/find_if/vectorbool.cc +++ b/libstdc++-v3/testsuite/25_algorithms/find_if/vectorbool.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/25_algorithms/find_if_not/1.cc b/libstdc++-v3/testsuite/25_algorithms/find_if_not/1.cc index 9055513ba063..4882b7504226 100644 --- a/libstdc++-v3/testsuite/25_algorithms/find_if_not/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/find_if_not/1.cc @@ -2,7 +2,7 @@ // 2008-06-25 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/25_algorithms/find_if_not/check_type.cc b/libstdc++-v3/testsuite/25_algorithms/find_if_not/check_type.cc index 8ed55457c693..d36f59b957da 100644 --- a/libstdc++-v3/testsuite/25_algorithms/find_if_not/check_type.cc +++ b/libstdc++-v3/testsuite/25_algorithms/find_if_not/check_type.cc @@ -1,6 +1,6 @@ // 2008-06-25 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/25_algorithms/find_if_not/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/find_if_not/requirements/explicit_instantiation/2.cc index a7c3d32c535d..bf031cf04328 100644 --- a/libstdc++-v3/testsuite/25_algorithms/find_if_not/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/find_if_not/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2008-06-25 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/25_algorithms/find_if_not/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/find_if_not/requirements/explicit_instantiation/pod.cc index 0d5ca841e097..0f3a692c0312 100644 --- a/libstdc++-v3/testsuite/25_algorithms/find_if_not/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/find_if_not/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2008-06-25 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/25_algorithms/find_if_not/vectorbool.cc b/libstdc++-v3/testsuite/25_algorithms/find_if_not/vectorbool.cc index 67c38a0dae8d..886da6c649ca 100644 --- a/libstdc++-v3/testsuite/25_algorithms/find_if_not/vectorbool.cc +++ b/libstdc++-v3/testsuite/25_algorithms/find_if_not/vectorbool.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/25_algorithms/for_each/1.cc b/libstdc++-v3/testsuite/25_algorithms/for_each/1.cc index 6a0171522808..8d57bcc418b4 100644 --- a/libstdc++-v3/testsuite/25_algorithms/for_each/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/for_each/1.cc @@ -2,7 +2,7 @@ // 2010-02-19 Paolo Carlini -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/25_algorithms/for_each/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/for_each/requirements/explicit_instantiation/2.cc index aabb4a280812..ef9a817cd7c8 100644 --- a/libstdc++-v3/testsuite/25_algorithms/for_each/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/for_each/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/for_each/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/for_each/requirements/explicit_instantiation/pod.cc index 5c7f783e927b..9b1b3a7e57d6 100644 --- a/libstdc++-v3/testsuite/25_algorithms/for_each/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/for_each/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/generate/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/generate/requirements/explicit_instantiation/2.cc index 212715bb605f..345abe519d0c 100644 --- a/libstdc++-v3/testsuite/25_algorithms/generate/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/generate/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/generate/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/generate/requirements/explicit_instantiation/pod.cc index 6fd086f602b4..ad2e27c559fb 100644 --- a/libstdc++-v3/testsuite/25_algorithms/generate/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/generate/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/generate_n/25306.cc b/libstdc++-v3/testsuite/25_algorithms/generate_n/25306.cc index f0cc4744d4c4..d11d751fc1b7 100644 --- a/libstdc++-v3/testsuite/25_algorithms/generate_n/25306.cc +++ b/libstdc++-v3/testsuite/25_algorithms/generate_n/25306.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/25_algorithms/generate_n/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/generate_n/requirements/explicit_instantiation/2.cc index ba5c2863dad3..d75e41f1cee0 100644 --- a/libstdc++-v3/testsuite/25_algorithms/generate_n/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/generate_n/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/generate_n/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/generate_n/requirements/explicit_instantiation/pod.cc index 0d1bc95ff0fd..3bdc1152c3eb 100644 --- a/libstdc++-v3/testsuite/25_algorithms/generate_n/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/generate_n/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/headers/algorithm/algorithm_parallel_mode.cc b/libstdc++-v3/testsuite/25_algorithms/headers/algorithm/algorithm_parallel_mode.cc index 4f17898c5a5e..5e53c9e771a5 100644 --- a/libstdc++-v3/testsuite/25_algorithms/headers/algorithm/algorithm_parallel_mode.cc +++ b/libstdc++-v3/testsuite/25_algorithms/headers/algorithm/algorithm_parallel_mode.cc @@ -2,7 +2,7 @@ // { dg-require-parallel-mode "" } // { dg-options "-D_GLIBCXX_PARALLEL -fopenmp" { target *-*-* } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/headers/algorithm/parallel_algorithm.cc b/libstdc++-v3/testsuite/25_algorithms/headers/algorithm/parallel_algorithm.cc index bf48069db1cf..43a7efee9ef8 100644 --- a/libstdc++-v3/testsuite/25_algorithms/headers/algorithm/parallel_algorithm.cc +++ b/libstdc++-v3/testsuite/25_algorithms/headers/algorithm/parallel_algorithm.cc @@ -2,7 +2,7 @@ // { dg-require-parallel-mode "" } // { dg-options "-fopenmp" { target *-*-* } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/headers/algorithm/parallel_algorithm_assert.cc b/libstdc++-v3/testsuite/25_algorithms/headers/algorithm/parallel_algorithm_assert.cc index b9a60169f6c4..29940cf8717a 100644 --- a/libstdc++-v3/testsuite/25_algorithms/headers/algorithm/parallel_algorithm_assert.cc +++ b/libstdc++-v3/testsuite/25_algorithms/headers/algorithm/parallel_algorithm_assert.cc @@ -2,7 +2,7 @@ // { dg-require-parallel-mode "" } // { dg-options "-fopenmp" { target *-*-* } } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/25_algorithms/headers/algorithm/parallel_algorithm_assert2.cc b/libstdc++-v3/testsuite/25_algorithms/headers/algorithm/parallel_algorithm_assert2.cc index 952e97a3fa52..959f668ef6df 100644 --- a/libstdc++-v3/testsuite/25_algorithms/headers/algorithm/parallel_algorithm_assert2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/headers/algorithm/parallel_algorithm_assert2.cc @@ -2,7 +2,7 @@ // { dg-require-parallel-mode "" } // { dg-options "-fopenmp -D_GLIBCXX_PARALLEL" { target *-*-* } } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/25_algorithms/headers/algorithm/parallel_algorithm_mixed1.cc b/libstdc++-v3/testsuite/25_algorithms/headers/algorithm/parallel_algorithm_mixed1.cc index b7d2d80f394d..98124e5f0e67 100644 --- a/libstdc++-v3/testsuite/25_algorithms/headers/algorithm/parallel_algorithm_mixed1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/headers/algorithm/parallel_algorithm_mixed1.cc @@ -2,7 +2,7 @@ // { dg-require-parallel-mode "" } // { dg-options "-fopenmp" { target *-*-* } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/headers/algorithm/parallel_algorithm_mixed2.cc b/libstdc++-v3/testsuite/25_algorithms/headers/algorithm/parallel_algorithm_mixed2.cc index 83c9a2cae554..1661a5b9b81b 100644 --- a/libstdc++-v3/testsuite/25_algorithms/headers/algorithm/parallel_algorithm_mixed2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/headers/algorithm/parallel_algorithm_mixed2.cc @@ -2,7 +2,7 @@ // { dg-require-parallel-mode "" } // { dg-options "-fopenmp" { target *-*-* } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/headers/algorithm/synopsis.cc b/libstdc++-v3/testsuite/25_algorithms/headers/algorithm/synopsis.cc index 792c3d154e85..b6cd20d72ad9 100644 --- a/libstdc++-v3/testsuite/25_algorithms/headers/algorithm/synopsis.cc +++ b/libstdc++-v3/testsuite/25_algorithms/headers/algorithm/synopsis.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/headers/cstdlib/functions_std.cc b/libstdc++-v3/testsuite/25_algorithms/headers/cstdlib/functions_std.cc index 320742e0594b..33f01125ea54 100644 --- a/libstdc++-v3/testsuite/25_algorithms/headers/cstdlib/functions_std.cc +++ b/libstdc++-v3/testsuite/25_algorithms/headers/cstdlib/functions_std.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/heap/1.cc b/libstdc++-v3/testsuite/25_algorithms/heap/1.cc index 26c4822b8c44..0c1d61f2f8a1 100644 --- a/libstdc++-v3/testsuite/25_algorithms/heap/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/heap/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/25_algorithms/heap/moveable.cc b/libstdc++-v3/testsuite/25_algorithms/heap/moveable.cc index 82e6938cb18c..d22aa261eb58 100644 --- a/libstdc++-v3/testsuite/25_algorithms/heap/moveable.cc +++ b/libstdc++-v3/testsuite/25_algorithms/heap/moveable.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/heap/moveable2.cc b/libstdc++-v3/testsuite/25_algorithms/heap/moveable2.cc index 01e33a8b6e11..dc789fed1733 100644 --- a/libstdc++-v3/testsuite/25_algorithms/heap/moveable2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/heap/moveable2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/25_algorithms/heap/vectorbool.cc b/libstdc++-v3/testsuite/25_algorithms/heap/vectorbool.cc index 3364b0d85d22..cd1be286601d 100644 --- a/libstdc++-v3/testsuite/25_algorithms/heap/vectorbool.cc +++ b/libstdc++-v3/testsuite/25_algorithms/heap/vectorbool.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/25_algorithms/includes/1.cc b/libstdc++-v3/testsuite/25_algorithms/includes/1.cc index 5057c3a571ac..390819b8d5a9 100644 --- a/libstdc++-v3/testsuite/25_algorithms/includes/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/includes/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/includes/check_type.cc b/libstdc++-v3/testsuite/25_algorithms/includes/check_type.cc index 6b2611eceb35..8b8f97c53603 100644 --- a/libstdc++-v3/testsuite/25_algorithms/includes/check_type.cc +++ b/libstdc++-v3/testsuite/25_algorithms/includes/check_type.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/includes/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/includes/requirements/explicit_instantiation/2.cc index a46fcaa0208d..6e0f57409681 100644 --- a/libstdc++-v3/testsuite/25_algorithms/includes/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/includes/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/includes/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/includes/requirements/explicit_instantiation/pod.cc index 700c259d3797..24ba9d341cb0 100644 --- a/libstdc++-v3/testsuite/25_algorithms/includes/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/includes/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/inplace_merge/1.cc b/libstdc++-v3/testsuite/25_algorithms/inplace_merge/1.cc index bcaa47253985..19e6b3769a7b 100644 --- a/libstdc++-v3/testsuite/25_algorithms/inplace_merge/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/inplace_merge/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/inplace_merge/49559.cc b/libstdc++-v3/testsuite/25_algorithms/inplace_merge/49559.cc index 958a7e157837..8496ba937938 100644 --- a/libstdc++-v3/testsuite/25_algorithms/inplace_merge/49559.cc +++ b/libstdc++-v3/testsuite/25_algorithms/inplace_merge/49559.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/25_algorithms/inplace_merge/check_type.cc b/libstdc++-v3/testsuite/25_algorithms/inplace_merge/check_type.cc index 10c699fdc266..9ae5637c7cfe 100644 --- a/libstdc++-v3/testsuite/25_algorithms/inplace_merge/check_type.cc +++ b/libstdc++-v3/testsuite/25_algorithms/inplace_merge/check_type.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/inplace_merge/moveable.cc b/libstdc++-v3/testsuite/25_algorithms/inplace_merge/moveable.cc index c5ca70173059..999d439a622a 100644 --- a/libstdc++-v3/testsuite/25_algorithms/inplace_merge/moveable.cc +++ b/libstdc++-v3/testsuite/25_algorithms/inplace_merge/moveable.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/25_algorithms/inplace_merge/moveable2.cc b/libstdc++-v3/testsuite/25_algorithms/inplace_merge/moveable2.cc index 0d825338f7e6..ddb957327324 100644 --- a/libstdc++-v3/testsuite/25_algorithms/inplace_merge/moveable2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/inplace_merge/moveable2.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/25_algorithms/inplace_merge/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/inplace_merge/requirements/explicit_instantiation/2.cc index 05929165e951..14bfceaafe35 100644 --- a/libstdc++-v3/testsuite/25_algorithms/inplace_merge/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/inplace_merge/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/inplace_merge/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/inplace_merge/requirements/explicit_instantiation/pod.cc index 4676b7e642a7..e177100e9c31 100644 --- a/libstdc++-v3/testsuite/25_algorithms/inplace_merge/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/inplace_merge/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/is_heap/1.cc b/libstdc++-v3/testsuite/25_algorithms/is_heap/1.cc index 89a633304037..81ce7851c070 100644 --- a/libstdc++-v3/testsuite/25_algorithms/is_heap/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/is_heap/1.cc @@ -2,7 +2,7 @@ // 2007-10-12 Paolo Carlini // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/is_heap/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/is_heap/requirements/explicit_instantiation/2.cc index eba41d0043ad..e936ee611f58 100644 --- a/libstdc++-v3/testsuite/25_algorithms/is_heap/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/is_heap/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-10-12 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/is_heap/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/is_heap/requirements/explicit_instantiation/pod.cc index e39b13b99e93..185358766ce0 100644 --- a/libstdc++-v3/testsuite/25_algorithms/is_heap/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/is_heap/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-10-12 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/is_heap_until/1.cc b/libstdc++-v3/testsuite/25_algorithms/is_heap_until/1.cc index 7a8ba293a3a4..5de940c87dd0 100644 --- a/libstdc++-v3/testsuite/25_algorithms/is_heap_until/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/is_heap_until/1.cc @@ -2,7 +2,7 @@ // 2007-10-12 Paolo Carlini // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/is_heap_until/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/is_heap_until/requirements/explicit_instantiation/2.cc index e910686826ff..2f7c90812fb7 100644 --- a/libstdc++-v3/testsuite/25_algorithms/is_heap_until/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/is_heap_until/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-10-12 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/is_heap_until/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/is_heap_until/requirements/explicit_instantiation/pod.cc index b83887ff6d44..2d64077d0533 100644 --- a/libstdc++-v3/testsuite/25_algorithms/is_heap_until/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/is_heap_until/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-10-12 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/is_partitioned/1.cc b/libstdc++-v3/testsuite/25_algorithms/is_partitioned/1.cc index bd7bfcc1ab03..ce53da927b87 100644 --- a/libstdc++-v3/testsuite/25_algorithms/is_partitioned/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/is_partitioned/1.cc @@ -2,7 +2,7 @@ // 2008-06-27 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/25_algorithms/is_partitioned/check_type.cc b/libstdc++-v3/testsuite/25_algorithms/is_partitioned/check_type.cc index 77ac646def0e..8c44addacf2f 100644 --- a/libstdc++-v3/testsuite/25_algorithms/is_partitioned/check_type.cc +++ b/libstdc++-v3/testsuite/25_algorithms/is_partitioned/check_type.cc @@ -1,6 +1,6 @@ // 2008-06-27 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/25_algorithms/is_partitioned/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/is_partitioned/requirements/explicit_instantiation/2.cc index 0ad11e4ab567..1ce580a6fb4c 100644 --- a/libstdc++-v3/testsuite/25_algorithms/is_partitioned/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/is_partitioned/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2008-06-27 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/25_algorithms/is_partitioned/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/is_partitioned/requirements/explicit_instantiation/pod.cc index ebcf2fc04fe5..493f38977cf8 100644 --- a/libstdc++-v3/testsuite/25_algorithms/is_partitioned/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/is_partitioned/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2008-06-27 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/25_algorithms/is_permutation/1.cc b/libstdc++-v3/testsuite/25_algorithms/is_permutation/1.cc index 8a030be5f788..965d613aa8eb 100644 --- a/libstdc++-v3/testsuite/25_algorithms/is_permutation/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/is_permutation/1.cc @@ -2,7 +2,7 @@ // 2011-01-13 Paolo Carlini // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/25_algorithms/is_permutation/2.cc b/libstdc++-v3/testsuite/25_algorithms/is_permutation/2.cc index 864ca24832f6..ded18a4a917a 100644 --- a/libstdc++-v3/testsuite/25_algorithms/is_permutation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/is_permutation/2.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/25_algorithms/is_permutation/64646.cc b/libstdc++-v3/testsuite/25_algorithms/is_permutation/64646.cc index 61480478f8dc..9427be192f33 100644 --- a/libstdc++-v3/testsuite/25_algorithms/is_permutation/64646.cc +++ b/libstdc++-v3/testsuite/25_algorithms/is_permutation/64646.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/25_algorithms/is_permutation/check_type.cc b/libstdc++-v3/testsuite/25_algorithms/is_permutation/check_type.cc index 66d710ed9532..d7259526349d 100644 --- a/libstdc++-v3/testsuite/25_algorithms/is_permutation/check_type.cc +++ b/libstdc++-v3/testsuite/25_algorithms/is_permutation/check_type.cc @@ -1,7 +1,7 @@ // 2011-01-13 Paolo Carlini // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/25_algorithms/is_permutation/check_type2.cc b/libstdc++-v3/testsuite/25_algorithms/is_permutation/check_type2.cc index dbdcfcebd2ea..8127f27b96c5 100644 --- a/libstdc++-v3/testsuite/25_algorithms/is_permutation/check_type2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/is_permutation/check_type2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/25_algorithms/is_permutation/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/is_permutation/requirements/explicit_instantiation/2.cc index 7a9222c28e68..aad463093663 100644 --- a/libstdc++-v3/testsuite/25_algorithms/is_permutation/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/is_permutation/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2011-01-13 Paolo Carlini // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/25_algorithms/is_permutation/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/is_permutation/requirements/explicit_instantiation/pod.cc index 77d932436bd6..0f3b8e5f7a4a 100644 --- a/libstdc++-v3/testsuite/25_algorithms/is_permutation/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/is_permutation/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2011-01-13 Paolo Carlini // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/25_algorithms/is_permutation/vectorbool.cc b/libstdc++-v3/testsuite/25_algorithms/is_permutation/vectorbool.cc index 87f09afa893f..17912e9878f5 100644 --- a/libstdc++-v3/testsuite/25_algorithms/is_permutation/vectorbool.cc +++ b/libstdc++-v3/testsuite/25_algorithms/is_permutation/vectorbool.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/25_algorithms/is_sorted/1.cc b/libstdc++-v3/testsuite/25_algorithms/is_sorted/1.cc index 57183c781fee..bdfb4bc6302d 100644 --- a/libstdc++-v3/testsuite/25_algorithms/is_sorted/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/is_sorted/1.cc @@ -2,7 +2,7 @@ // 2007-10-14 Paolo Carlini // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/is_sorted/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/is_sorted/requirements/explicit_instantiation/2.cc index 342f1ff44b3f..fa9b77ccebc8 100644 --- a/libstdc++-v3/testsuite/25_algorithms/is_sorted/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/is_sorted/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-10-14 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/is_sorted/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/is_sorted/requirements/explicit_instantiation/pod.cc index aa633a729334..e6eb2cc3e399 100644 --- a/libstdc++-v3/testsuite/25_algorithms/is_sorted/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/is_sorted/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-10-14 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/is_sorted_until/1.cc b/libstdc++-v3/testsuite/25_algorithms/is_sorted_until/1.cc index 4c0c0cf38165..0ce445e37ccb 100644 --- a/libstdc++-v3/testsuite/25_algorithms/is_sorted_until/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/is_sorted_until/1.cc @@ -2,7 +2,7 @@ // 2007-10-14 Paolo Carlini // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/is_sorted_until/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/is_sorted_until/requirements/explicit_instantiation/2.cc index 83c002fa0621..1c5dcc0c9aec 100644 --- a/libstdc++-v3/testsuite/25_algorithms/is_sorted_until/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/is_sorted_until/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-10-14 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/is_sorted_until/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/is_sorted_until/requirements/explicit_instantiation/pod.cc index 9f5088d51a54..25cbdc16ae94 100644 --- a/libstdc++-v3/testsuite/25_algorithms/is_sorted_until/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/is_sorted_until/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-10-14 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/iter_swap/20577.cc b/libstdc++-v3/testsuite/25_algorithms/iter_swap/20577.cc index 02decbffbfab..7dc323a563d6 100644 --- a/libstdc++-v3/testsuite/25_algorithms/iter_swap/20577.cc +++ b/libstdc++-v3/testsuite/25_algorithms/iter_swap/20577.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/iter_swap/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/iter_swap/requirements/explicit_instantiation/2.cc index d2a0d1cd0599..797d1385fd01 100644 --- a/libstdc++-v3/testsuite/25_algorithms/iter_swap/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/iter_swap/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/iter_swap/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/iter_swap/requirements/explicit_instantiation/pod.cc index 4078b241060a..89402325796d 100644 --- a/libstdc++-v3/testsuite/25_algorithms/iter_swap/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/iter_swap/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/lexicographical_compare/1.cc b/libstdc++-v3/testsuite/25_algorithms/lexicographical_compare/1.cc index 076d0aefd883..04812f8d8178 100644 --- a/libstdc++-v3/testsuite/25_algorithms/lexicographical_compare/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/lexicographical_compare/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/lexicographical_compare/71545.cc b/libstdc++-v3/testsuite/25_algorithms/lexicographical_compare/71545.cc index b20a3cdee6d4..c8a4eab4a3bb 100644 --- a/libstdc++-v3/testsuite/25_algorithms/lexicographical_compare/71545.cc +++ b/libstdc++-v3/testsuite/25_algorithms/lexicographical_compare/71545.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/25_algorithms/lexicographical_compare/check_type.cc b/libstdc++-v3/testsuite/25_algorithms/lexicographical_compare/check_type.cc index 0a6e57e35bbf..79ab2702b65e 100644 --- a/libstdc++-v3/testsuite/25_algorithms/lexicographical_compare/check_type.cc +++ b/libstdc++-v3/testsuite/25_algorithms/lexicographical_compare/check_type.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/lexicographical_compare/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/lexicographical_compare/requirements/explicit_instantiation/2.cc index 4c8f127e8d3f..a1d842a84b99 100644 --- a/libstdc++-v3/testsuite/25_algorithms/lexicographical_compare/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/lexicographical_compare/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/lexicographical_compare/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/lexicographical_compare/requirements/explicit_instantiation/pod.cc index 762f511504b1..21347e20560a 100644 --- a/libstdc++-v3/testsuite/25_algorithms/lexicographical_compare/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/lexicographical_compare/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/lower_bound/1.cc b/libstdc++-v3/testsuite/25_algorithms/lower_bound/1.cc index ac652ee987a7..fc34adc9d950 100644 --- a/libstdc++-v3/testsuite/25_algorithms/lower_bound/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/lower_bound/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/lower_bound/2.cc b/libstdc++-v3/testsuite/25_algorithms/lower_bound/2.cc index d545a8e99da3..6844c0108e54 100644 --- a/libstdc++-v3/testsuite/25_algorithms/lower_bound/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/lower_bound/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/25_algorithms/lower_bound/33613.cc b/libstdc++-v3/testsuite/25_algorithms/lower_bound/33613.cc index 3dc1fa56a90e..f15139f4264f 100644 --- a/libstdc++-v3/testsuite/25_algorithms/lower_bound/33613.cc +++ b/libstdc++-v3/testsuite/25_algorithms/lower_bound/33613.cc @@ -1,6 +1,6 @@ // 2007-10-02 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/lower_bound/check_type.cc b/libstdc++-v3/testsuite/25_algorithms/lower_bound/check_type.cc index bc15f42fcab0..a745d3886431 100644 --- a/libstdc++-v3/testsuite/25_algorithms/lower_bound/check_type.cc +++ b/libstdc++-v3/testsuite/25_algorithms/lower_bound/check_type.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/lower_bound/debug/irreflexive.cc b/libstdc++-v3/testsuite/25_algorithms/lower_bound/debug/irreflexive.cc index 08a3170ee58a..675dfe7753cc 100644 --- a/libstdc++-v3/testsuite/25_algorithms/lower_bound/debug/irreflexive.cc +++ b/libstdc++-v3/testsuite/25_algorithms/lower_bound/debug/irreflexive.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/25_algorithms/lower_bound/no_operator_ne.cc b/libstdc++-v3/testsuite/25_algorithms/lower_bound/no_operator_ne.cc index 219e0934b10a..cc8d66a39be2 100644 --- a/libstdc++-v3/testsuite/25_algorithms/lower_bound/no_operator_ne.cc +++ b/libstdc++-v3/testsuite/25_algorithms/lower_bound/no_operator_ne.cc @@ -1,5 +1,5 @@ // { dg-do compile } -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/25_algorithms/lower_bound/partitioned.cc b/libstdc++-v3/testsuite/25_algorithms/lower_bound/partitioned.cc index e2cb3d28ec4e..cf1ea566b420 100644 --- a/libstdc++-v3/testsuite/25_algorithms/lower_bound/partitioned.cc +++ b/libstdc++-v3/testsuite/25_algorithms/lower_bound/partitioned.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/25_algorithms/lower_bound/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/lower_bound/requirements/explicit_instantiation/2.cc index 599896c43cbc..9fd012f160c9 100644 --- a/libstdc++-v3/testsuite/25_algorithms/lower_bound/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/lower_bound/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/lower_bound/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/lower_bound/requirements/explicit_instantiation/pod.cc index 87400b3cea21..23aed75f3597 100644 --- a/libstdc++-v3/testsuite/25_algorithms/lower_bound/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/lower_bound/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/make_heap/complexity.cc b/libstdc++-v3/testsuite/25_algorithms/make_heap/complexity.cc index d555288c8de9..c67d910001c5 100644 --- a/libstdc++-v3/testsuite/25_algorithms/make_heap/complexity.cc +++ b/libstdc++-v3/testsuite/25_algorithms/make_heap/complexity.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/25_algorithms/make_heap/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/make_heap/requirements/explicit_instantiation/2.cc index 6315248da28f..382bf07137b2 100644 --- a/libstdc++-v3/testsuite/25_algorithms/make_heap/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/make_heap/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/make_heap/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/make_heap/requirements/explicit_instantiation/pod.cc index 008313274ebe..bcc5b87c0ce2 100644 --- a/libstdc++-v3/testsuite/25_algorithms/make_heap/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/make_heap/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/max/1.cc b/libstdc++-v3/testsuite/25_algorithms/max/1.cc index 265d976fba61..c0d6a12da5d8 100644 --- a/libstdc++-v3/testsuite/25_algorithms/max/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/max/1.cc @@ -1,6 +1,6 @@ // 2000-03-29 sss/bkoz -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/25_algorithms/max/2.cc b/libstdc++-v3/testsuite/25_algorithms/max/2.cc index bf965d5b15f9..12d3312423f2 100644 --- a/libstdc++-v3/testsuite/25_algorithms/max/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/max/2.cc @@ -1,6 +1,6 @@ // 2000-03-29 sss/bkoz -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/25_algorithms/max/3.cc b/libstdc++-v3/testsuite/25_algorithms/max/3.cc index 542115ce7c5b..bc2e6e40b31c 100644 --- a/libstdc++-v3/testsuite/25_algorithms/max/3.cc +++ b/libstdc++-v3/testsuite/25_algorithms/max/3.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/25_algorithms/max/37547.cc b/libstdc++-v3/testsuite/25_algorithms/max/37547.cc index fe908dc5ef80..57b663484fb1 100644 --- a/libstdc++-v3/testsuite/25_algorithms/max/37547.cc +++ b/libstdc++-v3/testsuite/25_algorithms/max/37547.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/25_algorithms/max/4.cc b/libstdc++-v3/testsuite/25_algorithms/max/4.cc index 1123a24a1034..6ccb7f0f7eb2 100644 --- a/libstdc++-v3/testsuite/25_algorithms/max/4.cc +++ b/libstdc++-v3/testsuite/25_algorithms/max/4.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/25_algorithms/max/constexpr.cc b/libstdc++-v3/testsuite/25_algorithms/max/constexpr.cc index fcf5aa27b22b..d1dd52b1fe9b 100644 --- a/libstdc++-v3/testsuite/25_algorithms/max/constexpr.cc +++ b/libstdc++-v3/testsuite/25_algorithms/max/constexpr.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/25_algorithms/max/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/max/requirements/explicit_instantiation/2.cc index f6125af1ec3d..9ed8a2a00a21 100644 --- a/libstdc++-v3/testsuite/25_algorithms/max/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/max/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/max/requirements/explicit_instantiation/3.cc b/libstdc++-v3/testsuite/25_algorithms/max/requirements/explicit_instantiation/3.cc index e50c9ea63782..d216a851d221 100644 --- a/libstdc++-v3/testsuite/25_algorithms/max/requirements/explicit_instantiation/3.cc +++ b/libstdc++-v3/testsuite/25_algorithms/max/requirements/explicit_instantiation/3.cc @@ -2,7 +2,7 @@ // 2008-09-16 Chris Fairles -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/25_algorithms/max/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/max/requirements/explicit_instantiation/pod.cc index d9f4ac77dcec..3676d88d2f6f 100644 --- a/libstdc++-v3/testsuite/25_algorithms/max/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/max/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/max/requirements/explicit_instantiation/pod2.cc b/libstdc++-v3/testsuite/25_algorithms/max/requirements/explicit_instantiation/pod2.cc index e695412403e0..51c6b2a2fa9a 100644 --- a/libstdc++-v3/testsuite/25_algorithms/max/requirements/explicit_instantiation/pod2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/max/requirements/explicit_instantiation/pod2.cc @@ -2,7 +2,7 @@ // 2008-09-16 Chris Fairles -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/25_algorithms/max_element/1.cc b/libstdc++-v3/testsuite/25_algorithms/max_element/1.cc index 1bbdcb17d168..8ed890eeb154 100644 --- a/libstdc++-v3/testsuite/25_algorithms/max_element/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/max_element/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/max_element/check_type.cc b/libstdc++-v3/testsuite/25_algorithms/max_element/check_type.cc index 5945ffc75354..6210fc331c77 100644 --- a/libstdc++-v3/testsuite/25_algorithms/max_element/check_type.cc +++ b/libstdc++-v3/testsuite/25_algorithms/max_element/check_type.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/max_element/constexpr.cc b/libstdc++-v3/testsuite/25_algorithms/max_element/constexpr.cc index cc2fc5cc1038..d748c85a7398 100644 --- a/libstdc++-v3/testsuite/25_algorithms/max_element/constexpr.cc +++ b/libstdc++-v3/testsuite/25_algorithms/max_element/constexpr.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/25_algorithms/max_element/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/max_element/requirements/explicit_instantiation/2.cc index 7f7cd8d5a191..8ee1387ea2d6 100644 --- a/libstdc++-v3/testsuite/25_algorithms/max_element/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/max_element/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/max_element/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/max_element/requirements/explicit_instantiation/pod.cc index 06f1f27c2279..e3d8e58cf79f 100644 --- a/libstdc++-v3/testsuite/25_algorithms/max_element/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/max_element/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/merge/1.cc b/libstdc++-v3/testsuite/25_algorithms/merge/1.cc index fe76bec6cc0d..0df8a38ab5c7 100644 --- a/libstdc++-v3/testsuite/25_algorithms/merge/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/merge/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/merge/check_type.cc b/libstdc++-v3/testsuite/25_algorithms/merge/check_type.cc index fd4d66bd5f9d..5b15c30eb94c 100644 --- a/libstdc++-v3/testsuite/25_algorithms/merge/check_type.cc +++ b/libstdc++-v3/testsuite/25_algorithms/merge/check_type.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/merge/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/merge/requirements/explicit_instantiation/2.cc index ff27732cd122..5df47be08e13 100644 --- a/libstdc++-v3/testsuite/25_algorithms/merge/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/merge/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/merge/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/merge/requirements/explicit_instantiation/pod.cc index 1a8c36e0f115..a9796d85fca3 100644 --- a/libstdc++-v3/testsuite/25_algorithms/merge/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/merge/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/min/1.cc b/libstdc++-v3/testsuite/25_algorithms/min/1.cc index d237c45a3408..05062981635f 100644 --- a/libstdc++-v3/testsuite/25_algorithms/min/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/min/1.cc @@ -1,6 +1,6 @@ // 2000-03-29 sss/bkoz -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/25_algorithms/min/2.cc b/libstdc++-v3/testsuite/25_algorithms/min/2.cc index 48885aa971c3..02c9d18a6668 100644 --- a/libstdc++-v3/testsuite/25_algorithms/min/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/min/2.cc @@ -1,6 +1,6 @@ // 2000-03-29 sss/bkoz -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/25_algorithms/min/3.cc b/libstdc++-v3/testsuite/25_algorithms/min/3.cc index bef823ebc7f2..91d60f6711d1 100644 --- a/libstdc++-v3/testsuite/25_algorithms/min/3.cc +++ b/libstdc++-v3/testsuite/25_algorithms/min/3.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/25_algorithms/min/37547.cc b/libstdc++-v3/testsuite/25_algorithms/min/37547.cc index eb1b496c6fb1..7146a8a8cb98 100644 --- a/libstdc++-v3/testsuite/25_algorithms/min/37547.cc +++ b/libstdc++-v3/testsuite/25_algorithms/min/37547.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/25_algorithms/min/4.cc b/libstdc++-v3/testsuite/25_algorithms/min/4.cc index 7c694f85643e..1e01135a04c0 100644 --- a/libstdc++-v3/testsuite/25_algorithms/min/4.cc +++ b/libstdc++-v3/testsuite/25_algorithms/min/4.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/25_algorithms/min/constexpr.cc b/libstdc++-v3/testsuite/25_algorithms/min/constexpr.cc index e18a6a9eb6ee..173ac9649c99 100644 --- a/libstdc++-v3/testsuite/25_algorithms/min/constexpr.cc +++ b/libstdc++-v3/testsuite/25_algorithms/min/constexpr.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/25_algorithms/min/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/min/requirements/explicit_instantiation/2.cc index 3c9d73ec7592..e5b18a2844fb 100644 --- a/libstdc++-v3/testsuite/25_algorithms/min/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/min/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/min/requirements/explicit_instantiation/3.cc b/libstdc++-v3/testsuite/25_algorithms/min/requirements/explicit_instantiation/3.cc index 1d5e4ca87619..7f09501fbeac 100644 --- a/libstdc++-v3/testsuite/25_algorithms/min/requirements/explicit_instantiation/3.cc +++ b/libstdc++-v3/testsuite/25_algorithms/min/requirements/explicit_instantiation/3.cc @@ -2,7 +2,7 @@ // 2008-09-16 Chris Fairles -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/25_algorithms/min/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/min/requirements/explicit_instantiation/pod.cc index 062d6d5fc721..adc380ce7441 100644 --- a/libstdc++-v3/testsuite/25_algorithms/min/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/min/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/min/requirements/explicit_instantiation/pod2.cc b/libstdc++-v3/testsuite/25_algorithms/min/requirements/explicit_instantiation/pod2.cc index 3f9170a1aca1..2d71bfb98188 100644 --- a/libstdc++-v3/testsuite/25_algorithms/min/requirements/explicit_instantiation/pod2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/min/requirements/explicit_instantiation/pod2.cc @@ -2,7 +2,7 @@ // 2008-09-16 Chris Fairles -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/25_algorithms/min_element/1.cc b/libstdc++-v3/testsuite/25_algorithms/min_element/1.cc index 684cc9257b2f..ba038221f509 100644 --- a/libstdc++-v3/testsuite/25_algorithms/min_element/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/min_element/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/min_element/check_type.cc b/libstdc++-v3/testsuite/25_algorithms/min_element/check_type.cc index d40b60d5525a..685576eaa80c 100644 --- a/libstdc++-v3/testsuite/25_algorithms/min_element/check_type.cc +++ b/libstdc++-v3/testsuite/25_algorithms/min_element/check_type.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/min_element/constexpr.cc b/libstdc++-v3/testsuite/25_algorithms/min_element/constexpr.cc index dca1a3ce467d..5c04e8aa354a 100644 --- a/libstdc++-v3/testsuite/25_algorithms/min_element/constexpr.cc +++ b/libstdc++-v3/testsuite/25_algorithms/min_element/constexpr.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/25_algorithms/min_element/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/min_element/requirements/explicit_instantiation/2.cc index 91dd4020dda2..85d61a312145 100644 --- a/libstdc++-v3/testsuite/25_algorithms/min_element/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/min_element/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/min_element/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/min_element/requirements/explicit_instantiation/pod.cc index a00810d86f6a..b812ed95514d 100644 --- a/libstdc++-v3/testsuite/25_algorithms/min_element/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/min_element/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/minmax/1.cc b/libstdc++-v3/testsuite/25_algorithms/minmax/1.cc index e46126c95085..fede22ea2af4 100644 --- a/libstdc++-v3/testsuite/25_algorithms/minmax/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/minmax/1.cc @@ -2,7 +2,7 @@ // 2007-11-01 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/25_algorithms/minmax/3.cc b/libstdc++-v3/testsuite/25_algorithms/minmax/3.cc index 0c4fd9781b5f..5366a7659bba 100644 --- a/libstdc++-v3/testsuite/25_algorithms/minmax/3.cc +++ b/libstdc++-v3/testsuite/25_algorithms/minmax/3.cc @@ -2,7 +2,7 @@ // 2008-09-16 Chris Fairles -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/25_algorithms/minmax/37547.cc b/libstdc++-v3/testsuite/25_algorithms/minmax/37547.cc index 3fae0777c43c..8fdf4ef5c4eb 100644 --- a/libstdc++-v3/testsuite/25_algorithms/minmax/37547.cc +++ b/libstdc++-v3/testsuite/25_algorithms/minmax/37547.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/25_algorithms/minmax/constexpr.cc b/libstdc++-v3/testsuite/25_algorithms/minmax/constexpr.cc index 4bd41f5a47f9..f229a2916e45 100644 --- a/libstdc++-v3/testsuite/25_algorithms/minmax/constexpr.cc +++ b/libstdc++-v3/testsuite/25_algorithms/minmax/constexpr.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/25_algorithms/minmax/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/minmax/requirements/explicit_instantiation/2.cc index f64c148640d3..0649268e7ad8 100644 --- a/libstdc++-v3/testsuite/25_algorithms/minmax/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/minmax/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-11-01 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/minmax/requirements/explicit_instantiation/3.cc b/libstdc++-v3/testsuite/25_algorithms/minmax/requirements/explicit_instantiation/3.cc index cd25c5948d89..891ad3cf3b02 100644 --- a/libstdc++-v3/testsuite/25_algorithms/minmax/requirements/explicit_instantiation/3.cc +++ b/libstdc++-v3/testsuite/25_algorithms/minmax/requirements/explicit_instantiation/3.cc @@ -2,7 +2,7 @@ // 2008-09-16 Chris Fairles -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/25_algorithms/minmax/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/minmax/requirements/explicit_instantiation/pod.cc index bb471e3755f3..e1009785d0d5 100644 --- a/libstdc++-v3/testsuite/25_algorithms/minmax/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/minmax/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-11-01 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/minmax/requirements/explicit_instantiation/pod2.cc b/libstdc++-v3/testsuite/25_algorithms/minmax/requirements/explicit_instantiation/pod2.cc index ed541f6c995f..3c9e648caa6c 100644 --- a/libstdc++-v3/testsuite/25_algorithms/minmax/requirements/explicit_instantiation/pod2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/minmax/requirements/explicit_instantiation/pod2.cc @@ -2,7 +2,7 @@ // 2008-09-16 Chris Fairles -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/25_algorithms/minmax_element/1.cc b/libstdc++-v3/testsuite/25_algorithms/minmax_element/1.cc index bc2efd75c749..ea1aa3583eea 100644 --- a/libstdc++-v3/testsuite/25_algorithms/minmax_element/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/minmax_element/1.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/minmax_element/check_type.cc b/libstdc++-v3/testsuite/25_algorithms/minmax_element/check_type.cc index 7a7f93b71ba7..979fd1e96a4f 100644 --- a/libstdc++-v3/testsuite/25_algorithms/minmax_element/check_type.cc +++ b/libstdc++-v3/testsuite/25_algorithms/minmax_element/check_type.cc @@ -1,5 +1,5 @@ -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/minmax_element/constexpr.cc b/libstdc++-v3/testsuite/25_algorithms/minmax_element/constexpr.cc index 4e0acfce97a1..aec49136f32f 100644 --- a/libstdc++-v3/testsuite/25_algorithms/minmax_element/constexpr.cc +++ b/libstdc++-v3/testsuite/25_algorithms/minmax_element/constexpr.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/25_algorithms/minmax_element/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/minmax_element/requirements/explicit_instantiation/2.cc index 056a22b386f8..ed79b5c404e5 100644 --- a/libstdc++-v3/testsuite/25_algorithms/minmax_element/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/minmax_element/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-11-01 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/minmax_element/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/minmax_element/requirements/explicit_instantiation/pod.cc index d98ca098b579..ad9c721f2877 100644 --- a/libstdc++-v3/testsuite/25_algorithms/minmax_element/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/minmax_element/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-11-01 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/mismatch/1.cc b/libstdc++-v3/testsuite/25_algorithms/mismatch/1.cc index 75236b5fc8b1..86544dbf321f 100644 --- a/libstdc++-v3/testsuite/25_algorithms/mismatch/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/mismatch/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/mismatch/2.cc b/libstdc++-v3/testsuite/25_algorithms/mismatch/2.cc index e4c83d08d6ec..f2e48ee59409 100644 --- a/libstdc++-v3/testsuite/25_algorithms/mismatch/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/mismatch/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/25_algorithms/mismatch/check_type.cc b/libstdc++-v3/testsuite/25_algorithms/mismatch/check_type.cc index dee2b9ea9af5..3a10e96dc032 100644 --- a/libstdc++-v3/testsuite/25_algorithms/mismatch/check_type.cc +++ b/libstdc++-v3/testsuite/25_algorithms/mismatch/check_type.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/mismatch/check_type2.cc b/libstdc++-v3/testsuite/25_algorithms/mismatch/check_type2.cc index d60e04fe5e7c..3b14d2039d78 100644 --- a/libstdc++-v3/testsuite/25_algorithms/mismatch/check_type2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/mismatch/check_type2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/move/1.cc b/libstdc++-v3/testsuite/25_algorithms/move/1.cc index a0ee9b6a2eb3..dda1880e11cd 100644 --- a/libstdc++-v3/testsuite/25_algorithms/move/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/move/1.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/move/69478.cc b/libstdc++-v3/testsuite/25_algorithms/move/69478.cc index 8bc6c8745658..cd452887bd45 100644 --- a/libstdc++-v3/testsuite/25_algorithms/move/69478.cc +++ b/libstdc++-v3/testsuite/25_algorithms/move/69478.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/25_algorithms/move/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/move/requirements/explicit_instantiation/2.cc index b5293a3b7465..726ae86922fb 100644 --- a/libstdc++-v3/testsuite/25_algorithms/move/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/move/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-10-19 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/move/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/move/requirements/explicit_instantiation/pod.cc index d21e524bfbc9..e03011497bc7 100644 --- a/libstdc++-v3/testsuite/25_algorithms/move/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/move/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-10-19 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/move_backward/1.cc b/libstdc++-v3/testsuite/25_algorithms/move_backward/1.cc index b0ce1ed71738..da7b2001dd3f 100644 --- a/libstdc++-v3/testsuite/25_algorithms/move_backward/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/move_backward/1.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/move_backward/69478.cc b/libstdc++-v3/testsuite/25_algorithms/move_backward/69478.cc index d0b1c91f87b0..b99922fd268f 100644 --- a/libstdc++-v3/testsuite/25_algorithms/move_backward/69478.cc +++ b/libstdc++-v3/testsuite/25_algorithms/move_backward/69478.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/25_algorithms/move_backward/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/move_backward/requirements/explicit_instantiation/2.cc index 0259ab99dd48..f7269495ae42 100644 --- a/libstdc++-v3/testsuite/25_algorithms/move_backward/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/move_backward/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-10-19 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/move_backward/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/move_backward/requirements/explicit_instantiation/pod.cc index 370a568e280a..9e9369e2ef2e 100644 --- a/libstdc++-v3/testsuite/25_algorithms/move_backward/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/move_backward/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-10-19 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/next_permutation/1.cc b/libstdc++-v3/testsuite/25_algorithms/next_permutation/1.cc index 96fa35f5631b..789bd665f6b6 100644 --- a/libstdc++-v3/testsuite/25_algorithms/next_permutation/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/next_permutation/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/next_permutation/check_type.cc b/libstdc++-v3/testsuite/25_algorithms/next_permutation/check_type.cc index 5df7ecc0ffb0..12b5a32c51b8 100644 --- a/libstdc++-v3/testsuite/25_algorithms/next_permutation/check_type.cc +++ b/libstdc++-v3/testsuite/25_algorithms/next_permutation/check_type.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/next_permutation/moveable.cc b/libstdc++-v3/testsuite/25_algorithms/next_permutation/moveable.cc index 537fc40a5e2d..072136bb9d36 100644 --- a/libstdc++-v3/testsuite/25_algorithms/next_permutation/moveable.cc +++ b/libstdc++-v3/testsuite/25_algorithms/next_permutation/moveable.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/25_algorithms/next_permutation/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/next_permutation/requirements/explicit_instantiation/2.cc index edae658ab4f6..e9f56ebba973 100644 --- a/libstdc++-v3/testsuite/25_algorithms/next_permutation/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/next_permutation/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/next_permutation/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/next_permutation/requirements/explicit_instantiation/pod.cc index 9bae5a5f2fd1..c6d9707c1c7a 100644 --- a/libstdc++-v3/testsuite/25_algorithms/next_permutation/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/next_permutation/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/none_of/1.cc b/libstdc++-v3/testsuite/25_algorithms/none_of/1.cc index 5b654fce4686..54d9061a22a1 100644 --- a/libstdc++-v3/testsuite/25_algorithms/none_of/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/none_of/1.cc @@ -2,7 +2,7 @@ // 2008-06-25 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/25_algorithms/none_of/check_type.cc b/libstdc++-v3/testsuite/25_algorithms/none_of/check_type.cc index cf44883c05d5..20a683cdc2c8 100644 --- a/libstdc++-v3/testsuite/25_algorithms/none_of/check_type.cc +++ b/libstdc++-v3/testsuite/25_algorithms/none_of/check_type.cc @@ -1,6 +1,6 @@ // 2008-06-25 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/25_algorithms/none_of/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/none_of/requirements/explicit_instantiation/2.cc index 23f06ef2bf7f..4b89ccce8c74 100644 --- a/libstdc++-v3/testsuite/25_algorithms/none_of/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/none_of/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2008-06-25 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/25_algorithms/none_of/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/none_of/requirements/explicit_instantiation/pod.cc index 98ab31143af8..5e91c6ae8e07 100644 --- a/libstdc++-v3/testsuite/25_algorithms/none_of/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/none_of/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2008-06-25 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/25_algorithms/nth_element/1.cc b/libstdc++-v3/testsuite/25_algorithms/nth_element/1.cc index 301b71563ef4..21f85b9934b0 100644 --- a/libstdc++-v3/testsuite/25_algorithms/nth_element/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/nth_element/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/nth_element/2.cc b/libstdc++-v3/testsuite/25_algorithms/nth_element/2.cc index 71bad0058ca5..3c733d106913 100644 --- a/libstdc++-v3/testsuite/25_algorithms/nth_element/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/nth_element/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/25_algorithms/nth_element/3.cc b/libstdc++-v3/testsuite/25_algorithms/nth_element/3.cc index 4ac045bb0033..895ddee0fa39 100644 --- a/libstdc++-v3/testsuite/25_algorithms/nth_element/3.cc +++ b/libstdc++-v3/testsuite/25_algorithms/nth_element/3.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/25_algorithms/nth_element/58800.cc b/libstdc++-v3/testsuite/25_algorithms/nth_element/58800.cc index 0f42f682fc77..da0a2dc2183a 100644 --- a/libstdc++-v3/testsuite/25_algorithms/nth_element/58800.cc +++ b/libstdc++-v3/testsuite/25_algorithms/nth_element/58800.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/25_algorithms/nth_element/check_type.cc b/libstdc++-v3/testsuite/25_algorithms/nth_element/check_type.cc index f684bbf16049..533a346d4bfc 100644 --- a/libstdc++-v3/testsuite/25_algorithms/nth_element/check_type.cc +++ b/libstdc++-v3/testsuite/25_algorithms/nth_element/check_type.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/nth_element/moveable.cc b/libstdc++-v3/testsuite/25_algorithms/nth_element/moveable.cc index 5178a4c54837..0d3f5aea4f04 100644 --- a/libstdc++-v3/testsuite/25_algorithms/nth_element/moveable.cc +++ b/libstdc++-v3/testsuite/25_algorithms/nth_element/moveable.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/nth_element/random_test.cc b/libstdc++-v3/testsuite/25_algorithms/nth_element/random_test.cc index e1e95001c3f8..a732645085c0 100644 --- a/libstdc++-v3/testsuite/25_algorithms/nth_element/random_test.cc +++ b/libstdc++-v3/testsuite/25_algorithms/nth_element/random_test.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/25_algorithms/nth_element/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/nth_element/requirements/explicit_instantiation/2.cc index 468510ddb65a..3a683a9a0eaf 100644 --- a/libstdc++-v3/testsuite/25_algorithms/nth_element/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/nth_element/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/nth_element/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/nth_element/requirements/explicit_instantiation/pod.cc index 574a08e33c8a..6e0e4ad285f2 100644 --- a/libstdc++-v3/testsuite/25_algorithms/nth_element/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/nth_element/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/partial_sort/1.cc b/libstdc++-v3/testsuite/25_algorithms/partial_sort/1.cc index aa61bfb225b4..dfb856788ff1 100644 --- a/libstdc++-v3/testsuite/25_algorithms/partial_sort/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/partial_sort/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/partial_sort/2.cc b/libstdc++-v3/testsuite/25_algorithms/partial_sort/2.cc index 02a082fcc8a3..da7e96ae4247 100644 --- a/libstdc++-v3/testsuite/25_algorithms/partial_sort/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/partial_sort/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/25_algorithms/partial_sort/check_compare_by_value.cc b/libstdc++-v3/testsuite/25_algorithms/partial_sort/check_compare_by_value.cc index 0bbdb22f72e4..761449fd0635 100644 --- a/libstdc++-v3/testsuite/25_algorithms/partial_sort/check_compare_by_value.cc +++ b/libstdc++-v3/testsuite/25_algorithms/partial_sort/check_compare_by_value.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/25_algorithms/partial_sort/check_type.cc b/libstdc++-v3/testsuite/25_algorithms/partial_sort/check_type.cc index 3de3004f3fe7..93f68dc6cb10 100644 --- a/libstdc++-v3/testsuite/25_algorithms/partial_sort/check_type.cc +++ b/libstdc++-v3/testsuite/25_algorithms/partial_sort/check_type.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/partial_sort/moveable.cc b/libstdc++-v3/testsuite/25_algorithms/partial_sort/moveable.cc index 5c4522ef821c..8c490d68efb1 100644 --- a/libstdc++-v3/testsuite/25_algorithms/partial_sort/moveable.cc +++ b/libstdc++-v3/testsuite/25_algorithms/partial_sort/moveable.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/partial_sort/random_test.cc b/libstdc++-v3/testsuite/25_algorithms/partial_sort/random_test.cc index af8600f8a599..551d6119e7d1 100644 --- a/libstdc++-v3/testsuite/25_algorithms/partial_sort/random_test.cc +++ b/libstdc++-v3/testsuite/25_algorithms/partial_sort/random_test.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/25_algorithms/partial_sort/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/partial_sort/requirements/explicit_instantiation/2.cc index 34e3c2c485e7..5ac61238512f 100644 --- a/libstdc++-v3/testsuite/25_algorithms/partial_sort/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/partial_sort/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/partial_sort/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/partial_sort/requirements/explicit_instantiation/pod.cc index ce90d023384b..2b08e7621dc6 100644 --- a/libstdc++-v3/testsuite/25_algorithms/partial_sort/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/partial_sort/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/partial_sort_copy/1.cc b/libstdc++-v3/testsuite/25_algorithms/partial_sort_copy/1.cc index 530510eba076..bebcfe369dd3 100644 --- a/libstdc++-v3/testsuite/25_algorithms/partial_sort_copy/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/partial_sort_copy/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/partial_sort_copy/2.cc b/libstdc++-v3/testsuite/25_algorithms/partial_sort_copy/2.cc index ddfc7ee10120..d62364e0c7dc 100644 --- a/libstdc++-v3/testsuite/25_algorithms/partial_sort_copy/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/partial_sort_copy/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/25_algorithms/partial_sort_copy/check_type.cc b/libstdc++-v3/testsuite/25_algorithms/partial_sort_copy/check_type.cc index d64c139c3d47..a1f873fe2a78 100644 --- a/libstdc++-v3/testsuite/25_algorithms/partial_sort_copy/check_type.cc +++ b/libstdc++-v3/testsuite/25_algorithms/partial_sort_copy/check_type.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/partial_sort_copy/debug/irreflexive_neg.cc b/libstdc++-v3/testsuite/25_algorithms/partial_sort_copy/debug/irreflexive_neg.cc index 52076aaf4b8e..1ca3bf187edb 100644 --- a/libstdc++-v3/testsuite/25_algorithms/partial_sort_copy/debug/irreflexive_neg.cc +++ b/libstdc++-v3/testsuite/25_algorithms/partial_sort_copy/debug/irreflexive_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/25_algorithms/partial_sort_copy/random_test.cc b/libstdc++-v3/testsuite/25_algorithms/partial_sort_copy/random_test.cc index 93b6fd434208..78dd7e2833c7 100644 --- a/libstdc++-v3/testsuite/25_algorithms/partial_sort_copy/random_test.cc +++ b/libstdc++-v3/testsuite/25_algorithms/partial_sort_copy/random_test.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/25_algorithms/partial_sort_copy/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/partial_sort_copy/requirements/explicit_instantiation/2.cc index cb1874b6909d..03410ccfcc7a 100644 --- a/libstdc++-v3/testsuite/25_algorithms/partial_sort_copy/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/partial_sort_copy/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/partial_sort_copy/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/partial_sort_copy/requirements/explicit_instantiation/pod.cc index 431b99ea9e08..5b030471fc63 100644 --- a/libstdc++-v3/testsuite/25_algorithms/partial_sort_copy/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/partial_sort_copy/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/partition/1.cc b/libstdc++-v3/testsuite/25_algorithms/partition/1.cc index e703f2a0d745..0d8c0443e881 100644 --- a/libstdc++-v3/testsuite/25_algorithms/partition/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/partition/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/25_algorithms/partition/moveable.cc b/libstdc++-v3/testsuite/25_algorithms/partition/moveable.cc index 60b916ae458f..3e1de0c79260 100644 --- a/libstdc++-v3/testsuite/25_algorithms/partition/moveable.cc +++ b/libstdc++-v3/testsuite/25_algorithms/partition/moveable.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/partition/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/partition/requirements/explicit_instantiation/2.cc index 9c0aeae91923..3acf7bc3904d 100644 --- a/libstdc++-v3/testsuite/25_algorithms/partition/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/partition/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/partition/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/partition/requirements/explicit_instantiation/pod.cc index 14c54b01cb4a..436eabbb6251 100644 --- a/libstdc++-v3/testsuite/25_algorithms/partition/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/partition/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/partition_copy/1.cc b/libstdc++-v3/testsuite/25_algorithms/partition_copy/1.cc index 1bbc340f9cae..fe4d46e42ba6 100644 --- a/libstdc++-v3/testsuite/25_algorithms/partition_copy/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/partition_copy/1.cc @@ -2,7 +2,7 @@ // 2008-06-26 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/25_algorithms/partition_copy/check_type.cc b/libstdc++-v3/testsuite/25_algorithms/partition_copy/check_type.cc index 1628e9d67bb8..e9f29a48b9b4 100644 --- a/libstdc++-v3/testsuite/25_algorithms/partition_copy/check_type.cc +++ b/libstdc++-v3/testsuite/25_algorithms/partition_copy/check_type.cc @@ -1,6 +1,6 @@ // 2008-06-26 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/25_algorithms/partition_copy/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/partition_copy/requirements/explicit_instantiation/2.cc index 111252f0ea6f..c85bea74ff1d 100644 --- a/libstdc++-v3/testsuite/25_algorithms/partition_copy/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/partition_copy/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2008-06-26 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/25_algorithms/partition_copy/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/partition_copy/requirements/explicit_instantiation/pod.cc index c49b25f7bf3d..53d84c919bbb 100644 --- a/libstdc++-v3/testsuite/25_algorithms/partition_copy/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/partition_copy/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2008-06-26 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/25_algorithms/partition_point/1.cc b/libstdc++-v3/testsuite/25_algorithms/partition_point/1.cc index 2227a1921790..86c2be32815d 100644 --- a/libstdc++-v3/testsuite/25_algorithms/partition_point/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/partition_point/1.cc @@ -2,7 +2,7 @@ // 2008-06-28 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/25_algorithms/partition_point/check_type.cc b/libstdc++-v3/testsuite/25_algorithms/partition_point/check_type.cc index fbd128460192..ba2c9489b366 100644 --- a/libstdc++-v3/testsuite/25_algorithms/partition_point/check_type.cc +++ b/libstdc++-v3/testsuite/25_algorithms/partition_point/check_type.cc @@ -1,6 +1,6 @@ // 2008-06-28 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/25_algorithms/partition_point/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/partition_point/requirements/explicit_instantiation/2.cc index 2d879d275a53..187004c529ce 100644 --- a/libstdc++-v3/testsuite/25_algorithms/partition_point/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/partition_point/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2008-06-28 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/25_algorithms/partition_point/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/partition_point/requirements/explicit_instantiation/pod.cc index 87422bc26c1d..a1aaca6fb798 100644 --- a/libstdc++-v3/testsuite/25_algorithms/partition_point/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/partition_point/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2008-06-28 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/25_algorithms/pop_heap/57010.cc b/libstdc++-v3/testsuite/25_algorithms/pop_heap/57010.cc index 8f71cd720425..2b07c5012d3d 100644 --- a/libstdc++-v3/testsuite/25_algorithms/pop_heap/57010.cc +++ b/libstdc++-v3/testsuite/25_algorithms/pop_heap/57010.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/25_algorithms/pop_heap/complexity.cc b/libstdc++-v3/testsuite/25_algorithms/pop_heap/complexity.cc index b632fb3ce89e..3c7dfcf77e38 100644 --- a/libstdc++-v3/testsuite/25_algorithms/pop_heap/complexity.cc +++ b/libstdc++-v3/testsuite/25_algorithms/pop_heap/complexity.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/25_algorithms/pop_heap/empty2_neg.cc b/libstdc++-v3/testsuite/25_algorithms/pop_heap/empty2_neg.cc index 5bc2d99dd039..18482c3d29d8 100644 --- a/libstdc++-v3/testsuite/25_algorithms/pop_heap/empty2_neg.cc +++ b/libstdc++-v3/testsuite/25_algorithms/pop_heap/empty2_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/25_algorithms/pop_heap/empty_neg.cc b/libstdc++-v3/testsuite/25_algorithms/pop_heap/empty_neg.cc index 96c1ab973276..4cda347743d1 100644 --- a/libstdc++-v3/testsuite/25_algorithms/pop_heap/empty_neg.cc +++ b/libstdc++-v3/testsuite/25_algorithms/pop_heap/empty_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/25_algorithms/pop_heap/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/pop_heap/requirements/explicit_instantiation/2.cc index 85f761ba0dab..e074f388d166 100644 --- a/libstdc++-v3/testsuite/25_algorithms/pop_heap/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/pop_heap/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/pop_heap/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/pop_heap/requirements/explicit_instantiation/pod.cc index f4d25bff1507..f9e37241f767 100644 --- a/libstdc++-v3/testsuite/25_algorithms/pop_heap/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/pop_heap/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/prev_permutation/1.cc b/libstdc++-v3/testsuite/25_algorithms/prev_permutation/1.cc index eb6d4778ddfd..86dc43514684 100644 --- a/libstdc++-v3/testsuite/25_algorithms/prev_permutation/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/prev_permutation/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/prev_permutation/check_type.cc b/libstdc++-v3/testsuite/25_algorithms/prev_permutation/check_type.cc index c9e37881bc77..460db82fe147 100644 --- a/libstdc++-v3/testsuite/25_algorithms/prev_permutation/check_type.cc +++ b/libstdc++-v3/testsuite/25_algorithms/prev_permutation/check_type.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/prev_permutation/moveable.cc b/libstdc++-v3/testsuite/25_algorithms/prev_permutation/moveable.cc index d46c0696f16c..5b7bb4de0675 100644 --- a/libstdc++-v3/testsuite/25_algorithms/prev_permutation/moveable.cc +++ b/libstdc++-v3/testsuite/25_algorithms/prev_permutation/moveable.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/25_algorithms/prev_permutation/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/prev_permutation/requirements/explicit_instantiation/2.cc index b0e30425dab1..0aa47e9b5e18 100644 --- a/libstdc++-v3/testsuite/25_algorithms/prev_permutation/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/prev_permutation/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/prev_permutation/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/prev_permutation/requirements/explicit_instantiation/pod.cc index 1f3b51c10474..7fc00be6bac0 100644 --- a/libstdc++-v3/testsuite/25_algorithms/prev_permutation/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/prev_permutation/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/push_heap/complexity.cc b/libstdc++-v3/testsuite/25_algorithms/push_heap/complexity.cc index c80eac787fae..ec454e60de08 100644 --- a/libstdc++-v3/testsuite/25_algorithms/push_heap/complexity.cc +++ b/libstdc++-v3/testsuite/25_algorithms/push_heap/complexity.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/25_algorithms/push_heap/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/push_heap/requirements/explicit_instantiation/2.cc index f4158cd3a131..db4a753e0b82 100644 --- a/libstdc++-v3/testsuite/25_algorithms/push_heap/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/push_heap/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/push_heap/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/push_heap/requirements/explicit_instantiation/pod.cc index 27c1128782cb..7198acee6728 100644 --- a/libstdc++-v3/testsuite/25_algorithms/push_heap/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/push_heap/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/random_shuffle/1.cc b/libstdc++-v3/testsuite/25_algorithms/random_shuffle/1.cc index 3e3ccc69583b..e3894cd5236f 100644 --- a/libstdc++-v3/testsuite/25_algorithms/random_shuffle/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/random_shuffle/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/25_algorithms/random_shuffle/59603.cc b/libstdc++-v3/testsuite/25_algorithms/random_shuffle/59603.cc index e9cb98e11124..ba59665ffded 100644 --- a/libstdc++-v3/testsuite/25_algorithms/random_shuffle/59603.cc +++ b/libstdc++-v3/testsuite/25_algorithms/random_shuffle/59603.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/25_algorithms/random_shuffle/moveable.cc b/libstdc++-v3/testsuite/25_algorithms/random_shuffle/moveable.cc index da89e1d16c39..ba2a7ffd417f 100644 --- a/libstdc++-v3/testsuite/25_algorithms/random_shuffle/moveable.cc +++ b/libstdc++-v3/testsuite/25_algorithms/random_shuffle/moveable.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/25_algorithms/random_shuffle/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/random_shuffle/requirements/explicit_instantiation/2.cc index 0090a059efee..6e79d4b8fce0 100644 --- a/libstdc++-v3/testsuite/25_algorithms/random_shuffle/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/random_shuffle/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/random_shuffle/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/random_shuffle/requirements/explicit_instantiation/pod.cc index d48cb70c8983..e863d8fa3101 100644 --- a/libstdc++-v3/testsuite/25_algorithms/random_shuffle/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/random_shuffle/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/remove/1.cc b/libstdc++-v3/testsuite/25_algorithms/remove/1.cc index 831c24e2465a..590963880667 100644 --- a/libstdc++-v3/testsuite/25_algorithms/remove/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/remove/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/remove/check_type.cc b/libstdc++-v3/testsuite/25_algorithms/remove/check_type.cc index 7c497ade8b44..1cd4235c9507 100644 --- a/libstdc++-v3/testsuite/25_algorithms/remove/check_type.cc +++ b/libstdc++-v3/testsuite/25_algorithms/remove/check_type.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/remove/moveable.cc b/libstdc++-v3/testsuite/25_algorithms/remove/moveable.cc index a805257858ed..7ebeddac8070 100644 --- a/libstdc++-v3/testsuite/25_algorithms/remove/moveable.cc +++ b/libstdc++-v3/testsuite/25_algorithms/remove/moveable.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/remove/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/remove/requirements/explicit_instantiation/2.cc index 95ebde932e52..edcb07786f0c 100644 --- a/libstdc++-v3/testsuite/25_algorithms/remove/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/remove/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/remove/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/remove/requirements/explicit_instantiation/pod.cc index 2b59b8f755c6..1215e071380c 100644 --- a/libstdc++-v3/testsuite/25_algorithms/remove/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/remove/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/remove_copy/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/remove_copy/requirements/explicit_instantiation/2.cc index 3d9a23a49cb8..284a2e6ff1be 100644 --- a/libstdc++-v3/testsuite/25_algorithms/remove_copy/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/remove_copy/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/remove_copy/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/remove_copy/requirements/explicit_instantiation/pod.cc index c6c2f55cb0c7..4128df44abc3 100644 --- a/libstdc++-v3/testsuite/25_algorithms/remove_copy/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/remove_copy/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/remove_copy_if/check_type.cc b/libstdc++-v3/testsuite/25_algorithms/remove_copy_if/check_type.cc index a53728b8686c..df3e5507fd61 100644 --- a/libstdc++-v3/testsuite/25_algorithms/remove_copy_if/check_type.cc +++ b/libstdc++-v3/testsuite/25_algorithms/remove_copy_if/check_type.cc @@ -1,6 +1,6 @@ // 2008-06-25 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/25_algorithms/remove_copy_if/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/remove_copy_if/requirements/explicit_instantiation/2.cc index d29270f4522e..998bd969a6a4 100644 --- a/libstdc++-v3/testsuite/25_algorithms/remove_copy_if/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/remove_copy_if/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/remove_copy_if/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/remove_copy_if/requirements/explicit_instantiation/pod.cc index 2c226e2b30d0..e7092dde7b8c 100644 --- a/libstdc++-v3/testsuite/25_algorithms/remove_copy_if/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/remove_copy_if/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/remove_if/1.cc b/libstdc++-v3/testsuite/25_algorithms/remove_if/1.cc index 81cade5c0993..d64ee3069d5e 100644 --- a/libstdc++-v3/testsuite/25_algorithms/remove_if/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/remove_if/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/remove_if/check_type.cc b/libstdc++-v3/testsuite/25_algorithms/remove_if/check_type.cc index be5d675866ee..b77e702af59c 100644 --- a/libstdc++-v3/testsuite/25_algorithms/remove_if/check_type.cc +++ b/libstdc++-v3/testsuite/25_algorithms/remove_if/check_type.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/remove_if/moveable.cc b/libstdc++-v3/testsuite/25_algorithms/remove_if/moveable.cc index 733a92aa1097..f0f7cf62c73a 100644 --- a/libstdc++-v3/testsuite/25_algorithms/remove_if/moveable.cc +++ b/libstdc++-v3/testsuite/25_algorithms/remove_if/moveable.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/remove_if/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/remove_if/requirements/explicit_instantiation/2.cc index ad7281d11402..24f1788bc080 100644 --- a/libstdc++-v3/testsuite/25_algorithms/remove_if/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/remove_if/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/remove_if/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/remove_if/requirements/explicit_instantiation/pod.cc index 16b39c312d53..45bbd3cfde92 100644 --- a/libstdc++-v3/testsuite/25_algorithms/remove_if/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/remove_if/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/replace/1.cc b/libstdc++-v3/testsuite/25_algorithms/replace/1.cc index 973a6917c9c7..7628a0b90032 100644 --- a/libstdc++-v3/testsuite/25_algorithms/replace/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/replace/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/replace/check_type.cc b/libstdc++-v3/testsuite/25_algorithms/replace/check_type.cc index c548dbd7faf8..0a8c539d314a 100644 --- a/libstdc++-v3/testsuite/25_algorithms/replace/check_type.cc +++ b/libstdc++-v3/testsuite/25_algorithms/replace/check_type.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/replace/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/replace/requirements/explicit_instantiation/2.cc index 53fdf539820e..fecaeea5f769 100644 --- a/libstdc++-v3/testsuite/25_algorithms/replace/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/replace/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/replace/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/replace/requirements/explicit_instantiation/pod.cc index ea274d44590e..48f7a8daa80d 100644 --- a/libstdc++-v3/testsuite/25_algorithms/replace/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/replace/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/replace_copy/1.cc b/libstdc++-v3/testsuite/25_algorithms/replace_copy/1.cc index 47177c5dc992..5160ac5cc389 100644 --- a/libstdc++-v3/testsuite/25_algorithms/replace_copy/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/replace_copy/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/replace_copy/check_type.cc b/libstdc++-v3/testsuite/25_algorithms/replace_copy/check_type.cc index a12e3f12ea06..57ee0f07cbbe 100644 --- a/libstdc++-v3/testsuite/25_algorithms/replace_copy/check_type.cc +++ b/libstdc++-v3/testsuite/25_algorithms/replace_copy/check_type.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/replace_copy/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/replace_copy/requirements/explicit_instantiation/2.cc index 7c63bba98bc6..9a75cf982147 100644 --- a/libstdc++-v3/testsuite/25_algorithms/replace_copy/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/replace_copy/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/replace_copy/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/replace_copy/requirements/explicit_instantiation/pod.cc index c5e83e06637c..212ecb9f435e 100644 --- a/libstdc++-v3/testsuite/25_algorithms/replace_copy/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/replace_copy/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/replace_copy_if/1.cc b/libstdc++-v3/testsuite/25_algorithms/replace_copy_if/1.cc index 5590d07b37b9..b76374cd1f42 100644 --- a/libstdc++-v3/testsuite/25_algorithms/replace_copy_if/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/replace_copy_if/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/replace_copy_if/check_type.cc b/libstdc++-v3/testsuite/25_algorithms/replace_copy_if/check_type.cc index a9c5f15e2036..39473e099f53 100644 --- a/libstdc++-v3/testsuite/25_algorithms/replace_copy_if/check_type.cc +++ b/libstdc++-v3/testsuite/25_algorithms/replace_copy_if/check_type.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/replace_copy_if/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/replace_copy_if/requirements/explicit_instantiation/2.cc index 65da6dd6cd84..fae5c72a31c2 100644 --- a/libstdc++-v3/testsuite/25_algorithms/replace_copy_if/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/replace_copy_if/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/replace_copy_if/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/replace_copy_if/requirements/explicit_instantiation/pod.cc index 3f6ca6bbb98f..212e9c34e68f 100644 --- a/libstdc++-v3/testsuite/25_algorithms/replace_copy_if/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/replace_copy_if/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/replace_if/1.cc b/libstdc++-v3/testsuite/25_algorithms/replace_if/1.cc index f1a52a782e48..28a39d73cbad 100644 --- a/libstdc++-v3/testsuite/25_algorithms/replace_if/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/replace_if/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/replace_if/check_type.cc b/libstdc++-v3/testsuite/25_algorithms/replace_if/check_type.cc index dc8e6832e203..4cc8b45bc383 100644 --- a/libstdc++-v3/testsuite/25_algorithms/replace_if/check_type.cc +++ b/libstdc++-v3/testsuite/25_algorithms/replace_if/check_type.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/replace_if/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/replace_if/requirements/explicit_instantiation/2.cc index b626c6f5e0f6..a427f2452ade 100644 --- a/libstdc++-v3/testsuite/25_algorithms/replace_if/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/replace_if/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/replace_if/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/replace_if/requirements/explicit_instantiation/pod.cc index be332ee2f292..fdf5d650acfd 100644 --- a/libstdc++-v3/testsuite/25_algorithms/replace_if/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/replace_if/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/reverse/moveable.cc b/libstdc++-v3/testsuite/25_algorithms/reverse/moveable.cc index f9a25d30f444..3daf5b7c2e80 100644 --- a/libstdc++-v3/testsuite/25_algorithms/reverse/moveable.cc +++ b/libstdc++-v3/testsuite/25_algorithms/reverse/moveable.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/reverse/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/reverse/requirements/explicit_instantiation/2.cc index 0e76efc5acc8..dae2b9704b88 100644 --- a/libstdc++-v3/testsuite/25_algorithms/reverse/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/reverse/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/reverse/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/reverse/requirements/explicit_instantiation/pod.cc index 558eb4826d3a..f0c51e774cb5 100644 --- a/libstdc++-v3/testsuite/25_algorithms/reverse/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/reverse/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/reverse_copy/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/reverse_copy/explicit_instantiation/2.cc index 1b733cdf7914..22bc3e5e3106 100644 --- a/libstdc++-v3/testsuite/25_algorithms/reverse_copy/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/reverse_copy/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/reverse_copy/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/reverse_copy/explicit_instantiation/pod.cc index c52784d9cab2..227a7054b0fc 100644 --- a/libstdc++-v3/testsuite/25_algorithms/reverse_copy/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/reverse_copy/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/rotate/1.cc b/libstdc++-v3/testsuite/25_algorithms/rotate/1.cc index 4c8e46b9322c..a7506156641c 100644 --- a/libstdc++-v3/testsuite/25_algorithms/rotate/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/rotate/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/rotate/check_type.cc b/libstdc++-v3/testsuite/25_algorithms/rotate/check_type.cc index 875a135f1f7c..6b857a8afe94 100644 --- a/libstdc++-v3/testsuite/25_algorithms/rotate/check_type.cc +++ b/libstdc++-v3/testsuite/25_algorithms/rotate/check_type.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/rotate/dr488.cc b/libstdc++-v3/testsuite/25_algorithms/rotate/dr488.cc index fa24b070c5ac..24c3e12df3ea 100644 --- a/libstdc++-v3/testsuite/25_algorithms/rotate/dr488.cc +++ b/libstdc++-v3/testsuite/25_algorithms/rotate/dr488.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/25_algorithms/rotate/moveable.cc b/libstdc++-v3/testsuite/25_algorithms/rotate/moveable.cc index 69e12393c32a..41e8c5561145 100644 --- a/libstdc++-v3/testsuite/25_algorithms/rotate/moveable.cc +++ b/libstdc++-v3/testsuite/25_algorithms/rotate/moveable.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/rotate/moveable2.cc b/libstdc++-v3/testsuite/25_algorithms/rotate/moveable2.cc index 5aeaaba8c00c..3926d932241d 100644 --- a/libstdc++-v3/testsuite/25_algorithms/rotate/moveable2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/rotate/moveable2.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/25_algorithms/rotate/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/rotate/requirements/explicit_instantiation/2.cc index 2ecb2a50eeca..0b7483997fc4 100644 --- a/libstdc++-v3/testsuite/25_algorithms/rotate/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/rotate/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/rotate/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/rotate/requirements/explicit_instantiation/pod.cc index ac6bed651e3d..68417f45ce32 100644 --- a/libstdc++-v3/testsuite/25_algorithms/rotate/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/rotate/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/rotate/rotate.cc b/libstdc++-v3/testsuite/25_algorithms/rotate/rotate.cc index 383bf8e5a013..3e7b0eb14ed4 100644 --- a/libstdc++-v3/testsuite/25_algorithms/rotate/rotate.cc +++ b/libstdc++-v3/testsuite/25_algorithms/rotate/rotate.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/25_algorithms/rotate_copy/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/rotate_copy/requirements/explicit_instantiation/2.cc index 7dc25ed79f62..f007757d4a98 100644 --- a/libstdc++-v3/testsuite/25_algorithms/rotate_copy/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/rotate_copy/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/rotate_copy/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/rotate_copy/requirements/explicit_instantiation/pod.cc index bd41a771ceca..f4b24b2e11aa 100644 --- a/libstdc++-v3/testsuite/25_algorithms/rotate_copy/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/rotate_copy/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/sample/1.cc b/libstdc++-v3/testsuite/25_algorithms/sample/1.cc index 10376e2add5d..7b8700a339b8 100644 --- a/libstdc++-v3/testsuite/25_algorithms/sample/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/sample/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/25_algorithms/sample/2.cc b/libstdc++-v3/testsuite/25_algorithms/sample/2.cc index 8865e18f728c..94ded717e624 100644 --- a/libstdc++-v3/testsuite/25_algorithms/sample/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/sample/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/25_algorithms/search/1.cc b/libstdc++-v3/testsuite/25_algorithms/search/1.cc index 5be2b7f880ce..ec5d600081a3 100644 --- a/libstdc++-v3/testsuite/25_algorithms/search/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/search/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/search/check_type.cc b/libstdc++-v3/testsuite/25_algorithms/search/check_type.cc index 51ad74135c41..3be13ab450f0 100644 --- a/libstdc++-v3/testsuite/25_algorithms/search/check_type.cc +++ b/libstdc++-v3/testsuite/25_algorithms/search/check_type.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/search/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/search/requirements/explicit_instantiation/2.cc index 775d898c04b1..2d1076bcabe9 100644 --- a/libstdc++-v3/testsuite/25_algorithms/search/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/search/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/search/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/search/requirements/explicit_instantiation/pod.cc index bc33d0d3e8db..87adad3f4c3c 100644 --- a/libstdc++-v3/testsuite/25_algorithms/search/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/search/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/search_n/11400.cc b/libstdc++-v3/testsuite/25_algorithms/search_n/11400.cc index 3483c157a527..8f25ef16d470 100644 --- a/libstdc++-v3/testsuite/25_algorithms/search_n/11400.cc +++ b/libstdc++-v3/testsuite/25_algorithms/search_n/11400.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/25_algorithms/search_n/58358.cc b/libstdc++-v3/testsuite/25_algorithms/search_n/58358.cc index 5962ac879bb5..30fac73bda8d 100644 --- a/libstdc++-v3/testsuite/25_algorithms/search_n/58358.cc +++ b/libstdc++-v3/testsuite/25_algorithms/search_n/58358.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/25_algorithms/search_n/check_type.cc b/libstdc++-v3/testsuite/25_algorithms/search_n/check_type.cc index 329351b681a5..f1b8e0edfa5e 100644 --- a/libstdc++-v3/testsuite/25_algorithms/search_n/check_type.cc +++ b/libstdc++-v3/testsuite/25_algorithms/search_n/check_type.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/search_n/iterator.cc b/libstdc++-v3/testsuite/25_algorithms/search_n/iterator.cc index 3189e7ffe4b2..6fa248a5a9f9 100644 --- a/libstdc++-v3/testsuite/25_algorithms/search_n/iterator.cc +++ b/libstdc++-v3/testsuite/25_algorithms/search_n/iterator.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/25_algorithms/search_n/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/search_n/requirements/explicit_instantiation/2.cc index 5a426f41e0ce..2635270b7574 100644 --- a/libstdc++-v3/testsuite/25_algorithms/search_n/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/search_n/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/search_n/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/search_n/requirements/explicit_instantiation/pod.cc index fea985011129..72fdabedd93e 100644 --- a/libstdc++-v3/testsuite/25_algorithms/search_n/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/search_n/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/set_difference/1.cc b/libstdc++-v3/testsuite/25_algorithms/set_difference/1.cc index fd375a5dadea..814e6409f19c 100644 --- a/libstdc++-v3/testsuite/25_algorithms/set_difference/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/set_difference/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/set_difference/35541.cc b/libstdc++-v3/testsuite/25_algorithms/set_difference/35541.cc index 381907365bb7..e41945d24893 100644 --- a/libstdc++-v3/testsuite/25_algorithms/set_difference/35541.cc +++ b/libstdc++-v3/testsuite/25_algorithms/set_difference/35541.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/25_algorithms/set_difference/check_type.cc b/libstdc++-v3/testsuite/25_algorithms/set_difference/check_type.cc index 5cd648a0627b..5018f54c4e97 100644 --- a/libstdc++-v3/testsuite/25_algorithms/set_difference/check_type.cc +++ b/libstdc++-v3/testsuite/25_algorithms/set_difference/check_type.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/set_difference/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/set_difference/requirements/explicit_instantiation/2.cc index 4a729c8c0ff8..0ae951b1e408 100644 --- a/libstdc++-v3/testsuite/25_algorithms/set_difference/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/set_difference/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/set_difference/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/set_difference/requirements/explicit_instantiation/pod.cc index f10ffd2e8376..0eeeb922bbf7 100644 --- a/libstdc++-v3/testsuite/25_algorithms/set_difference/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/set_difference/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/set_intersection/1.cc b/libstdc++-v3/testsuite/25_algorithms/set_intersection/1.cc index af02ace5d9ab..5f17399079c5 100644 --- a/libstdc++-v3/testsuite/25_algorithms/set_intersection/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/set_intersection/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/set_intersection/34730.cc b/libstdc++-v3/testsuite/25_algorithms/set_intersection/34730.cc index 4d92e25515b6..248957a127b5 100644 --- a/libstdc++-v3/testsuite/25_algorithms/set_intersection/34730.cc +++ b/libstdc++-v3/testsuite/25_algorithms/set_intersection/34730.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/25_algorithms/set_intersection/check_type.cc b/libstdc++-v3/testsuite/25_algorithms/set_intersection/check_type.cc index 21076fda4b23..7182793b15a5 100644 --- a/libstdc++-v3/testsuite/25_algorithms/set_intersection/check_type.cc +++ b/libstdc++-v3/testsuite/25_algorithms/set_intersection/check_type.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/set_intersection/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/set_intersection/requirements/explicit_instantiation/2.cc index e22533c57a27..6b514f4f0538 100644 --- a/libstdc++-v3/testsuite/25_algorithms/set_intersection/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/set_intersection/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/set_intersection/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/set_intersection/requirements/explicit_instantiation/pod.cc index b921abf90079..c55d8649dac3 100644 --- a/libstdc++-v3/testsuite/25_algorithms/set_intersection/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/set_intersection/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/set_symmetric_difference/1.cc b/libstdc++-v3/testsuite/25_algorithms/set_symmetric_difference/1.cc index 580bdc2f8bb0..851ff756182c 100644 --- a/libstdc++-v3/testsuite/25_algorithms/set_symmetric_difference/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/set_symmetric_difference/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/set_symmetric_difference/check_type.cc b/libstdc++-v3/testsuite/25_algorithms/set_symmetric_difference/check_type.cc index 8e8f32adbbbe..cd703d841a80 100644 --- a/libstdc++-v3/testsuite/25_algorithms/set_symmetric_difference/check_type.cc +++ b/libstdc++-v3/testsuite/25_algorithms/set_symmetric_difference/check_type.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/set_symmetric_difference/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/set_symmetric_difference/requirements/explicit_instantiation/2.cc index b3352072f89b..971087b11f6b 100644 --- a/libstdc++-v3/testsuite/25_algorithms/set_symmetric_difference/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/set_symmetric_difference/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/set_symmetric_difference/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/set_symmetric_difference/requirements/explicit_instantiation/pod.cc index fe7962c21d0d..0bd53f1b737c 100644 --- a/libstdc++-v3/testsuite/25_algorithms/set_symmetric_difference/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/set_symmetric_difference/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/set_union/1.cc b/libstdc++-v3/testsuite/25_algorithms/set_union/1.cc index 435bd249116a..4efa157d9510 100644 --- a/libstdc++-v3/testsuite/25_algorithms/set_union/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/set_union/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/set_union/check_type.cc b/libstdc++-v3/testsuite/25_algorithms/set_union/check_type.cc index 1294ded6daac..e7bb1357e9d2 100644 --- a/libstdc++-v3/testsuite/25_algorithms/set_union/check_type.cc +++ b/libstdc++-v3/testsuite/25_algorithms/set_union/check_type.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/set_union/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/set_union/requirements/explicit_instantiation/2.cc index 4b16db8289c1..f047ace4b4bc 100644 --- a/libstdc++-v3/testsuite/25_algorithms/set_union/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/set_union/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/set_union/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/set_union/requirements/explicit_instantiation/pod.cc index 07a2b808fcfc..c1d8198a9952 100644 --- a/libstdc++-v3/testsuite/25_algorithms/set_union/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/set_union/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/shuffle/1.cc b/libstdc++-v3/testsuite/25_algorithms/shuffle/1.cc index d3b233228e53..7a8f16c2ead9 100644 --- a/libstdc++-v3/testsuite/25_algorithms/shuffle/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/shuffle/1.cc @@ -3,7 +3,7 @@ // 2010-03-19 Paolo Carlini -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/25_algorithms/shuffle/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/shuffle/requirements/explicit_instantiation/2.cc index 9387a86dc019..542caa4008ae 100644 --- a/libstdc++-v3/testsuite/25_algorithms/shuffle/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/shuffle/requirements/explicit_instantiation/2.cc @@ -3,7 +3,7 @@ // 2010-03-19 Paolo Carlini -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/25_algorithms/shuffle/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/shuffle/requirements/explicit_instantiation/pod.cc index 8585d325b41d..746ff65f3019 100644 --- a/libstdc++-v3/testsuite/25_algorithms/shuffle/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/shuffle/requirements/explicit_instantiation/pod.cc @@ -3,7 +3,7 @@ // 2010-03-19 Paolo Carlini -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/25_algorithms/sort/1.cc b/libstdc++-v3/testsuite/25_algorithms/sort/1.cc index cd399f099e19..6fd09b68e475 100644 --- a/libstdc++-v3/testsuite/25_algorithms/sort/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/sort/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/25_algorithms/sort/34095.cc b/libstdc++-v3/testsuite/25_algorithms/sort/34095.cc index 037746906b7e..e4523e45a1ef 100644 --- a/libstdc++-v3/testsuite/25_algorithms/sort/34095.cc +++ b/libstdc++-v3/testsuite/25_algorithms/sort/34095.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/25_algorithms/sort/34636.cc b/libstdc++-v3/testsuite/25_algorithms/sort/34636.cc index 9e1e9d2b622c..416146bcb6f2 100644 --- a/libstdc++-v3/testsuite/25_algorithms/sort/34636.cc +++ b/libstdc++-v3/testsuite/25_algorithms/sort/34636.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/25_algorithms/sort/35588.cc b/libstdc++-v3/testsuite/25_algorithms/sort/35588.cc index a4d54cfa42bd..1c85835b2aea 100644 --- a/libstdc++-v3/testsuite/25_algorithms/sort/35588.cc +++ b/libstdc++-v3/testsuite/25_algorithms/sort/35588.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/25_algorithms/sort/check_compare_by_value.cc b/libstdc++-v3/testsuite/25_algorithms/sort/check_compare_by_value.cc index 5e5641fc9799..035ae027fa03 100644 --- a/libstdc++-v3/testsuite/25_algorithms/sort/check_compare_by_value.cc +++ b/libstdc++-v3/testsuite/25_algorithms/sort/check_compare_by_value.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/25_algorithms/sort/moveable.cc b/libstdc++-v3/testsuite/25_algorithms/sort/moveable.cc index 4d100b82017e..e689b481ea44 100644 --- a/libstdc++-v3/testsuite/25_algorithms/sort/moveable.cc +++ b/libstdc++-v3/testsuite/25_algorithms/sort/moveable.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/sort/random_test.cc b/libstdc++-v3/testsuite/25_algorithms/sort/random_test.cc index dbf5c529b60d..562d7bbe7205 100644 --- a/libstdc++-v3/testsuite/25_algorithms/sort/random_test.cc +++ b/libstdc++-v3/testsuite/25_algorithms/sort/random_test.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/25_algorithms/sort/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/sort/requirements/explicit_instantiation/2.cc index 59a81e88c757..70c556708356 100644 --- a/libstdc++-v3/testsuite/25_algorithms/sort/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/sort/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/sort/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/sort/requirements/explicit_instantiation/pod.cc index fa9880d2b405..91060869cd50 100644 --- a/libstdc++-v3/testsuite/25_algorithms/sort/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/sort/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/sort/vectorbool.cc b/libstdc++-v3/testsuite/25_algorithms/sort/vectorbool.cc index 45cda370986d..dc2cf4f4cdf2 100644 --- a/libstdc++-v3/testsuite/25_algorithms/sort/vectorbool.cc +++ b/libstdc++-v3/testsuite/25_algorithms/sort/vectorbool.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/sort_heap/check_compare_by_value.cc b/libstdc++-v3/testsuite/25_algorithms/sort_heap/check_compare_by_value.cc index 80aec6ef0af4..2f0d43fe1eae 100644 --- a/libstdc++-v3/testsuite/25_algorithms/sort_heap/check_compare_by_value.cc +++ b/libstdc++-v3/testsuite/25_algorithms/sort_heap/check_compare_by_value.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/25_algorithms/sort_heap/complexity.cc b/libstdc++-v3/testsuite/25_algorithms/sort_heap/complexity.cc index a9f11f96fe38..c0ec8bc9e444 100644 --- a/libstdc++-v3/testsuite/25_algorithms/sort_heap/complexity.cc +++ b/libstdc++-v3/testsuite/25_algorithms/sort_heap/complexity.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/25_algorithms/sort_heap/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/sort_heap/requirements/explicit_instantiation/2.cc index dfab466b7b49..d0c9fffbe513 100644 --- a/libstdc++-v3/testsuite/25_algorithms/sort_heap/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/sort_heap/requirements/explicit_instantiation/2.cc @@ -3,7 +3,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/sort_heap/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/sort_heap/requirements/explicit_instantiation/pod.cc index 28e63100c9fc..3dc6bcd1f0af 100644 --- a/libstdc++-v3/testsuite/25_algorithms/sort_heap/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/sort_heap/requirements/explicit_instantiation/pod.cc @@ -3,7 +3,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/stable_partition/1.cc b/libstdc++-v3/testsuite/25_algorithms/stable_partition/1.cc index 8f80d27a16f9..758515782679 100644 --- a/libstdc++-v3/testsuite/25_algorithms/stable_partition/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/stable_partition/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/25_algorithms/stable_partition/mem_check.cc b/libstdc++-v3/testsuite/25_algorithms/stable_partition/mem_check.cc index 280efa530949..c1b14c13a18c 100644 --- a/libstdc++-v3/testsuite/25_algorithms/stable_partition/mem_check.cc +++ b/libstdc++-v3/testsuite/25_algorithms/stable_partition/mem_check.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/25_algorithms/stable_partition/moveable.cc b/libstdc++-v3/testsuite/25_algorithms/stable_partition/moveable.cc index 24b7a4b41cc5..222e1327568e 100644 --- a/libstdc++-v3/testsuite/25_algorithms/stable_partition/moveable.cc +++ b/libstdc++-v3/testsuite/25_algorithms/stable_partition/moveable.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/25_algorithms/stable_partition/pr52822.cc b/libstdc++-v3/testsuite/25_algorithms/stable_partition/pr52822.cc index e27270c52673..32fb3cd8d24c 100644 --- a/libstdc++-v3/testsuite/25_algorithms/stable_partition/pr52822.cc +++ b/libstdc++-v3/testsuite/25_algorithms/stable_partition/pr52822.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/25_algorithms/stable_partition/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/stable_partition/requirements/explicit_instantiation/2.cc index 5f0c159ae9d2..7fd63b73e766 100644 --- a/libstdc++-v3/testsuite/25_algorithms/stable_partition/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/stable_partition/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/stable_partition/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/stable_partition/requirements/explicit_instantiation/pod.cc index a2856eb11a83..4b4e49bd8aa4 100644 --- a/libstdc++-v3/testsuite/25_algorithms/stable_partition/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/stable_partition/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/stable_sort/1.cc b/libstdc++-v3/testsuite/25_algorithms/stable_sort/1.cc index 45b0e9e0a338..fd9325ab0965 100644 --- a/libstdc++-v3/testsuite/25_algorithms/stable_sort/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/stable_sort/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/stable_sort/2.cc b/libstdc++-v3/testsuite/25_algorithms/stable_sort/2.cc index f1166463f531..2c6f901bf164 100644 --- a/libstdc++-v3/testsuite/25_algorithms/stable_sort/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/stable_sort/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/25_algorithms/stable_sort/3.cc b/libstdc++-v3/testsuite/25_algorithms/stable_sort/3.cc index db2409eca0ab..c03561a5188e 100644 --- a/libstdc++-v3/testsuite/25_algorithms/stable_sort/3.cc +++ b/libstdc++-v3/testsuite/25_algorithms/stable_sort/3.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/25_algorithms/stable_sort/49559.cc b/libstdc++-v3/testsuite/25_algorithms/stable_sort/49559.cc index 50e6db74994a..2f3b796b3649 100644 --- a/libstdc++-v3/testsuite/25_algorithms/stable_sort/49559.cc +++ b/libstdc++-v3/testsuite/25_algorithms/stable_sort/49559.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/25_algorithms/stable_sort/check_compare_by_value.cc b/libstdc++-v3/testsuite/25_algorithms/stable_sort/check_compare_by_value.cc index 6c99ecd802f8..921629f2ad78 100644 --- a/libstdc++-v3/testsuite/25_algorithms/stable_sort/check_compare_by_value.cc +++ b/libstdc++-v3/testsuite/25_algorithms/stable_sort/check_compare_by_value.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/25_algorithms/stable_sort/check_type.cc b/libstdc++-v3/testsuite/25_algorithms/stable_sort/check_type.cc index 09e9f630afe1..570293ce0fed 100644 --- a/libstdc++-v3/testsuite/25_algorithms/stable_sort/check_type.cc +++ b/libstdc++-v3/testsuite/25_algorithms/stable_sort/check_type.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/stable_sort/mem_check.cc b/libstdc++-v3/testsuite/25_algorithms/stable_sort/mem_check.cc index 79cccae93f1e..958db9eefe7d 100644 --- a/libstdc++-v3/testsuite/25_algorithms/stable_sort/mem_check.cc +++ b/libstdc++-v3/testsuite/25_algorithms/stable_sort/mem_check.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/25_algorithms/stable_sort/moveable.cc b/libstdc++-v3/testsuite/25_algorithms/stable_sort/moveable.cc index dcc1941a368d..805c32cfe020 100644 --- a/libstdc++-v3/testsuite/25_algorithms/stable_sort/moveable.cc +++ b/libstdc++-v3/testsuite/25_algorithms/stable_sort/moveable.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/25_algorithms/stable_sort/moveable2.cc b/libstdc++-v3/testsuite/25_algorithms/stable_sort/moveable2.cc index 9d82f1ae95ed..b3c7a89f654e 100644 --- a/libstdc++-v3/testsuite/25_algorithms/stable_sort/moveable2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/stable_sort/moveable2.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/25_algorithms/stable_sort/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/stable_sort/requirements/explicit_instantiation/2.cc index a8c0e68ed9bf..a869d8e5609f 100644 --- a/libstdc++-v3/testsuite/25_algorithms/stable_sort/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/stable_sort/requirements/explicit_instantiation/2.cc @@ -3,7 +3,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/stable_sort/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/stable_sort/requirements/explicit_instantiation/pod.cc index 16b511620bbb..fd51f3d1e54d 100644 --- a/libstdc++-v3/testsuite/25_algorithms/stable_sort/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/stable_sort/requirements/explicit_instantiation/pod.cc @@ -3,7 +3,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/swap/68877.cc b/libstdc++-v3/testsuite/25_algorithms/swap/68877.cc index 9530840ba819..0691b28367c1 100644 --- a/libstdc++-v3/testsuite/25_algorithms/swap/68877.cc +++ b/libstdc++-v3/testsuite/25_algorithms/swap/68877.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2015 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/25_algorithms/swap/dr809.cc b/libstdc++-v3/testsuite/25_algorithms/swap/dr809.cc index ed9452d54ba0..d3316f6faea0 100644 --- a/libstdc++-v3/testsuite/25_algorithms/swap/dr809.cc +++ b/libstdc++-v3/testsuite/25_algorithms/swap/dr809.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/25_algorithms/swap/noexcept.cc b/libstdc++-v3/testsuite/25_algorithms/swap/noexcept.cc index dd19dd2b1f48..61df4c5ab25e 100644 --- a/libstdc++-v3/testsuite/25_algorithms/swap/noexcept.cc +++ b/libstdc++-v3/testsuite/25_algorithms/swap/noexcept.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/25_algorithms/swap/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/swap/requirements/explicit_instantiation/2.cc index 2f6832f7f5ea..7371785f8373 100644 --- a/libstdc++-v3/testsuite/25_algorithms/swap/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/swap/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/swap/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/swap/requirements/explicit_instantiation/pod.cc index 096117adf7e6..7e04c1d4381c 100644 --- a/libstdc++-v3/testsuite/25_algorithms/swap/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/swap/requirements/explicit_instantiation/pod.cc @@ -3,7 +3,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/swap_ranges/1.cc b/libstdc++-v3/testsuite/25_algorithms/swap_ranges/1.cc index 3841808f6661..08e54ef585c6 100644 --- a/libstdc++-v3/testsuite/25_algorithms/swap_ranges/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/swap_ranges/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/swap_ranges/check_type.cc b/libstdc++-v3/testsuite/25_algorithms/swap_ranges/check_type.cc index 4fe55ccb5d02..f50dfcb22b6d 100644 --- a/libstdc++-v3/testsuite/25_algorithms/swap_ranges/check_type.cc +++ b/libstdc++-v3/testsuite/25_algorithms/swap_ranges/check_type.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/swap_ranges/moveable.cc b/libstdc++-v3/testsuite/25_algorithms/swap_ranges/moveable.cc index 0c6fbbf04ae5..3fa4733e4582 100644 --- a/libstdc++-v3/testsuite/25_algorithms/swap_ranges/moveable.cc +++ b/libstdc++-v3/testsuite/25_algorithms/swap_ranges/moveable.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/swap_ranges/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/swap_ranges/requirements/explicit_instantiation/2.cc index 63d78665d1cb..bab08391f3b7 100644 --- a/libstdc++-v3/testsuite/25_algorithms/swap_ranges/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/swap_ranges/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/swap_ranges/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/swap_ranges/requirements/explicit_instantiation/pod.cc index c6a12af80e4f..f621555ec8bc 100644 --- a/libstdc++-v3/testsuite/25_algorithms/swap_ranges/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/swap_ranges/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/transform/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/transform/requirements/explicit_instantiation/2.cc index eb2e42baf7b6..7546c60af574 100644 --- a/libstdc++-v3/testsuite/25_algorithms/transform/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/transform/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/transform/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/transform/requirements/explicit_instantiation/pod.cc index 5007068ec1b8..ae3ce6749751 100644 --- a/libstdc++-v3/testsuite/25_algorithms/transform/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/transform/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/unique/1.cc b/libstdc++-v3/testsuite/25_algorithms/unique/1.cc index 8accfb06a011..45ae9cf30d91 100644 --- a/libstdc++-v3/testsuite/25_algorithms/unique/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/unique/1.cc @@ -1,6 +1,6 @@ // 2001-07-19 Peter Schmid -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/25_algorithms/unique/11480.cc b/libstdc++-v3/testsuite/25_algorithms/unique/11480.cc index 8f5ed8e6d8bb..f35443abbf09 100644 --- a/libstdc++-v3/testsuite/25_algorithms/unique/11480.cc +++ b/libstdc++-v3/testsuite/25_algorithms/unique/11480.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/25_algorithms/unique/2.cc b/libstdc++-v3/testsuite/25_algorithms/unique/2.cc index 1870a5045b6e..9a083af358be 100644 --- a/libstdc++-v3/testsuite/25_algorithms/unique/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/unique/2.cc @@ -1,6 +1,6 @@ // 2003-10-14 Paolo Carlini -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/25_algorithms/unique/moveable.cc b/libstdc++-v3/testsuite/25_algorithms/unique/moveable.cc index 7a2d86ee8148..5b24bb8a8438 100644 --- a/libstdc++-v3/testsuite/25_algorithms/unique/moveable.cc +++ b/libstdc++-v3/testsuite/25_algorithms/unique/moveable.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/unique/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/unique/requirements/explicit_instantiation/2.cc index 8c7520dabc16..0037a63ae402 100644 --- a/libstdc++-v3/testsuite/25_algorithms/unique/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/unique/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/unique/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/unique/requirements/explicit_instantiation/pod.cc index 02f399ee90f6..e6d53beade0e 100644 --- a/libstdc++-v3/testsuite/25_algorithms/unique/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/unique/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/unique_copy/1.cc b/libstdc++-v3/testsuite/25_algorithms/unique_copy/1.cc index b74672be695a..457049116b2f 100644 --- a/libstdc++-v3/testsuite/25_algorithms/unique_copy/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/unique_copy/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/unique_copy/2.cc b/libstdc++-v3/testsuite/25_algorithms/unique_copy/2.cc index 6b336a2b0bbe..d248f17b5f5c 100644 --- a/libstdc++-v3/testsuite/25_algorithms/unique_copy/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/unique_copy/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/25_algorithms/unique_copy/26133.cc b/libstdc++-v3/testsuite/25_algorithms/unique_copy/26133.cc index a6c21da34d66..87063ef69f43 100644 --- a/libstdc++-v3/testsuite/25_algorithms/unique_copy/26133.cc +++ b/libstdc++-v3/testsuite/25_algorithms/unique_copy/26133.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/25_algorithms/unique_copy/check_type.cc b/libstdc++-v3/testsuite/25_algorithms/unique_copy/check_type.cc index 361caeabb1a4..ad34c473a7c0 100644 --- a/libstdc++-v3/testsuite/25_algorithms/unique_copy/check_type.cc +++ b/libstdc++-v3/testsuite/25_algorithms/unique_copy/check_type.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/unique_copy/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/unique_copy/requirements/explicit_instantiation/2.cc index 34e8c8088f69..a34357d34e2b 100644 --- a/libstdc++-v3/testsuite/25_algorithms/unique_copy/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/unique_copy/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/unique_copy/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/unique_copy/requirements/explicit_instantiation/pod.cc index 1568c439f5e3..12d97288433f 100644 --- a/libstdc++-v3/testsuite/25_algorithms/unique_copy/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/unique_copy/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/upper_bound/1.cc b/libstdc++-v3/testsuite/25_algorithms/upper_bound/1.cc index ba3fd0af7e61..a4c30d6095b1 100644 --- a/libstdc++-v3/testsuite/25_algorithms/upper_bound/1.cc +++ b/libstdc++-v3/testsuite/25_algorithms/upper_bound/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/upper_bound/2.cc b/libstdc++-v3/testsuite/25_algorithms/upper_bound/2.cc index 75074131f9c4..5cd0d8029a0b 100644 --- a/libstdc++-v3/testsuite/25_algorithms/upper_bound/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/upper_bound/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/25_algorithms/upper_bound/33613.cc b/libstdc++-v3/testsuite/25_algorithms/upper_bound/33613.cc index e3f726217211..9d98dcf1fb10 100644 --- a/libstdc++-v3/testsuite/25_algorithms/upper_bound/33613.cc +++ b/libstdc++-v3/testsuite/25_algorithms/upper_bound/33613.cc @@ -1,6 +1,6 @@ // 2007-10-02 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/upper_bound/check_type.cc b/libstdc++-v3/testsuite/25_algorithms/upper_bound/check_type.cc index 3bb5cf569438..f9514be72e10 100644 --- a/libstdc++-v3/testsuite/25_algorithms/upper_bound/check_type.cc +++ b/libstdc++-v3/testsuite/25_algorithms/upper_bound/check_type.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/25_algorithms/upper_bound/partitioned.cc b/libstdc++-v3/testsuite/25_algorithms/upper_bound/partitioned.cc index 868663bcf339..71b17ac14973 100644 --- a/libstdc++-v3/testsuite/25_algorithms/upper_bound/partitioned.cc +++ b/libstdc++-v3/testsuite/25_algorithms/upper_bound/partitioned.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/25_algorithms/upper_bound/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/25_algorithms/upper_bound/requirements/explicit_instantiation/2.cc index f9dbc5d53adc..5c4b4754af3d 100644 --- a/libstdc++-v3/testsuite/25_algorithms/upper_bound/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/25_algorithms/upper_bound/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/25_algorithms/upper_bound/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/25_algorithms/upper_bound/requirements/explicit_instantiation/pod.cc index dd38673e43e8..8f6d70234869 100644 --- a/libstdc++-v3/testsuite/25_algorithms/upper_bound/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/25_algorithms/upper_bound/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/26_numerics/accumulate/1.cc b/libstdc++-v3/testsuite/26_numerics/accumulate/1.cc index d4b1d3f7db1f..ded5b4ef3447 100644 --- a/libstdc++-v3/testsuite/26_numerics/accumulate/1.cc +++ b/libstdc++-v3/testsuite/26_numerics/accumulate/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/26_numerics/accumulate/48750.cc b/libstdc++-v3/testsuite/26_numerics/accumulate/48750.cc index 02e19fd00a6d..e3bec29d626d 100644 --- a/libstdc++-v3/testsuite/26_numerics/accumulate/48750.cc +++ b/libstdc++-v3/testsuite/26_numerics/accumulate/48750.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/26_numerics/accumulate/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/26_numerics/accumulate/requirements/explicit_instantiation/2.cc index a7322632c72a..41acbdd3a98f 100644 --- a/libstdc++-v3/testsuite/26_numerics/accumulate/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/26_numerics/accumulate/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/26_numerics/accumulate/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/26_numerics/accumulate/requirements/explicit_instantiation/pod.cc index 0204d1df3f43..b459b29ebaab 100644 --- a/libstdc++-v3/testsuite/26_numerics/accumulate/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/26_numerics/accumulate/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/26_numerics/adjacent_difference/1.cc b/libstdc++-v3/testsuite/26_numerics/adjacent_difference/1.cc index db10404f8f07..e78d2dee76bf 100644 --- a/libstdc++-v3/testsuite/26_numerics/adjacent_difference/1.cc +++ b/libstdc++-v3/testsuite/26_numerics/adjacent_difference/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/26_numerics/adjacent_difference/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/26_numerics/adjacent_difference/requirements/explicit_instantiation/2.cc index 3ee67e3a21f3..e90724612c02 100644 --- a/libstdc++-v3/testsuite/26_numerics/adjacent_difference/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/26_numerics/adjacent_difference/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/26_numerics/adjacent_difference/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/26_numerics/adjacent_difference/requirements/explicit_instantiation/pod.cc index 2526acfd3b00..82ea8c311ed9 100644 --- a/libstdc++-v3/testsuite/26_numerics/adjacent_difference/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/26_numerics/adjacent_difference/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/26_numerics/complex/13450.cc b/libstdc++-v3/testsuite/26_numerics/complex/13450.cc index fa1ade349cfa..922ba4f15727 100644 --- a/libstdc++-v3/testsuite/26_numerics/complex/13450.cc +++ b/libstdc++-v3/testsuite/26_numerics/complex/13450.cc @@ -1,6 +1,6 @@ // { dg-do run { xfail broken_cplxf_arg } } -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/26_numerics/complex/50880.cc b/libstdc++-v3/testsuite/26_numerics/complex/50880.cc index 8d6e6637f0f5..03bdbab4c1ab 100644 --- a/libstdc++-v3/testsuite/26_numerics/complex/50880.cc +++ b/libstdc++-v3/testsuite/26_numerics/complex/50880.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/26_numerics/complex/51083.cc b/libstdc++-v3/testsuite/26_numerics/complex/51083.cc index 6132f2b265db..830aa500fa00 100644 --- a/libstdc++-v3/testsuite/26_numerics/complex/51083.cc +++ b/libstdc++-v3/testsuite/26_numerics/complex/51083.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/26_numerics/complex/56111.cc b/libstdc++-v3/testsuite/26_numerics/complex/56111.cc index cb38b44c15b1..756dfb95bbbe 100644 --- a/libstdc++-v3/testsuite/26_numerics/complex/56111.cc +++ b/libstdc++-v3/testsuite/26_numerics/complex/56111.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-options "-std=c++98" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/26_numerics/complex/buggy_complex.cc b/libstdc++-v3/testsuite/26_numerics/complex/buggy_complex.cc index bf4636051683..e9c0a8cb44f2 100644 --- a/libstdc++-v3/testsuite/26_numerics/complex/buggy_complex.cc +++ b/libstdc++-v3/testsuite/26_numerics/complex/buggy_complex.cc @@ -1,7 +1,7 @@ // 2000-02-09 // Gabriel Dos Reis -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/26_numerics/complex/c99.cc b/libstdc++-v3/testsuite/26_numerics/complex/c99.cc index b8b1aabefca1..70189627ca25 100644 --- a/libstdc++-v3/testsuite/26_numerics/complex/c99.cc +++ b/libstdc++-v3/testsuite/26_numerics/complex/c99.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-options "-Wno-pedantic" } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/26_numerics/complex/comparison_operators/constexpr.cc b/libstdc++-v3/testsuite/26_numerics/complex/comparison_operators/constexpr.cc index cdbc24779003..f447305c8999 100644 --- a/libstdc++-v3/testsuite/26_numerics/complex/comparison_operators/constexpr.cc +++ b/libstdc++-v3/testsuite/26_numerics/complex/comparison_operators/constexpr.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/complex/cons/48760.cc b/libstdc++-v3/testsuite/26_numerics/complex/cons/48760.cc index e7dbd1cc2152..1e5a81e815d1 100644 --- a/libstdc++-v3/testsuite/26_numerics/complex/cons/48760.cc +++ b/libstdc++-v3/testsuite/26_numerics/complex/cons/48760.cc @@ -1,6 +1,6 @@ // { dg-require-c-std "" } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/26_numerics/complex/cons/48760_c++0x.cc b/libstdc++-v3/testsuite/26_numerics/complex/cons/48760_c++0x.cc index 1a308379049c..c445d95b3a5b 100644 --- a/libstdc++-v3/testsuite/26_numerics/complex/cons/48760_c++0x.cc +++ b/libstdc++-v3/testsuite/26_numerics/complex/cons/48760_c++0x.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-c-std "" } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/26_numerics/complex/cons/constexpr.cc b/libstdc++-v3/testsuite/26_numerics/complex/cons/constexpr.cc index 6d46cfc7426e..13fc2b8822b1 100644 --- a/libstdc++-v3/testsuite/26_numerics/complex/cons/constexpr.cc +++ b/libstdc++-v3/testsuite/26_numerics/complex/cons/constexpr.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/complex/cons/constexpr_primary.cc b/libstdc++-v3/testsuite/26_numerics/complex/cons/constexpr_primary.cc index a14456d47208..d05903c137b5 100644 --- a/libstdc++-v3/testsuite/26_numerics/complex/cons/constexpr_primary.cc +++ b/libstdc++-v3/testsuite/26_numerics/complex/cons/constexpr_primary.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/complex/dr387_2.cc b/libstdc++-v3/testsuite/26_numerics/complex/dr387_2.cc index 8def010931fc..1ba54c0847fe 100644 --- a/libstdc++-v3/testsuite/26_numerics/complex/dr387_2.cc +++ b/libstdc++-v3/testsuite/26_numerics/complex/dr387_2.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } // -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/26_numerics/complex/dr781_dr1137.cc b/libstdc++-v3/testsuite/26_numerics/complex/dr781_dr1137.cc index d7a91ba2db97..861208799fed 100644 --- a/libstdc++-v3/testsuite/26_numerics/complex/dr781_dr1137.cc +++ b/libstdc++-v3/testsuite/26_numerics/complex/dr781_dr1137.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // 2008-05-22 Paolo Carlini // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/complex/dr844.cc b/libstdc++-v3/testsuite/26_numerics/complex/dr844.cc index dced71049b69..99ff2ae3d2d4 100644 --- a/libstdc++-v3/testsuite/26_numerics/complex/dr844.cc +++ b/libstdc++-v3/testsuite/26_numerics/complex/dr844.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // 2008-06-12 Paolo Carlini // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/complex/inserters_extractors/char/1.cc b/libstdc++-v3/testsuite/26_numerics/complex/inserters_extractors/char/1.cc index e3bd714d91c1..0a13f92d3161 100644 --- a/libstdc++-v3/testsuite/26_numerics/complex/inserters_extractors/char/1.cc +++ b/libstdc++-v3/testsuite/26_numerics/complex/inserters_extractors/char/1.cc @@ -1,7 +1,7 @@ // 2000-02-10 // Petter Urkedal -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/26_numerics/complex/inserters_extractors/wchar_t/1.cc b/libstdc++-v3/testsuite/26_numerics/complex/inserters_extractors/wchar_t/1.cc index a08f19b19f1c..b26bbc55f47e 100644 --- a/libstdc++-v3/testsuite/26_numerics/complex/inserters_extractors/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/26_numerics/complex/inserters_extractors/wchar_t/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/26_numerics/complex/literals/types.cc b/libstdc++-v3/testsuite/26_numerics/complex/literals/types.cc index ad9b863b79d7..7329bb80b9d0 100644 --- a/libstdc++-v3/testsuite/26_numerics/complex/literals/types.cc +++ b/libstdc++-v3/testsuite/26_numerics/complex/literals/types.cc @@ -3,7 +3,7 @@ // { dg-options "-std=c++14" } // { dg-do compile } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/26_numerics/complex/literals/values.cc b/libstdc++-v3/testsuite/26_numerics/complex/literals/values.cc index b7b814a8a7a1..4b724237f1a3 100644 --- a/libstdc++-v3/testsuite/26_numerics/complex/literals/values.cc +++ b/libstdc++-v3/testsuite/26_numerics/complex/literals/values.cc @@ -1,7 +1,7 @@ // { dg-options "-Wno-pedantic" } // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/26_numerics/complex/requirements/constexpr_functions.cc b/libstdc++-v3/testsuite/26_numerics/complex/requirements/constexpr_functions.cc index 10062bd5bad8..831fc8571794 100644 --- a/libstdc++-v3/testsuite/26_numerics/complex/requirements/constexpr_functions.cc +++ b/libstdc++-v3/testsuite/26_numerics/complex/requirements/constexpr_functions.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/complex/value_operations/1.cc b/libstdc++-v3/testsuite/26_numerics/complex/value_operations/1.cc index 35fc7214a78a..304eb2f19dc1 100644 --- a/libstdc++-v3/testsuite/26_numerics/complex/value_operations/1.cc +++ b/libstdc++-v3/testsuite/26_numerics/complex/value_operations/1.cc @@ -3,7 +3,7 @@ // 2000-11-20 // Benjamin Kosnik bkoz@redhat.com -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/26_numerics/complex/value_operations/constexpr.cc b/libstdc++-v3/testsuite/26_numerics/complex/value_operations/constexpr.cc index 3dd03e08592f..e6d34988a97b 100644 --- a/libstdc++-v3/testsuite/26_numerics/complex/value_operations/constexpr.cc +++ b/libstdc++-v3/testsuite/26_numerics/complex/value_operations/constexpr.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/complex/value_operations/constexpr2.cc b/libstdc++-v3/testsuite/26_numerics/complex/value_operations/constexpr2.cc index 37c98b1df77b..94840eca56b6 100644 --- a/libstdc++-v3/testsuite/26_numerics/complex/value_operations/constexpr2.cc +++ b/libstdc++-v3/testsuite/26_numerics/complex/value_operations/constexpr2.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/26_numerics/complex/value_operations/dr387.cc b/libstdc++-v3/testsuite/26_numerics/complex/value_operations/dr387.cc index 752d42aa0dc6..8f4cab727731 100644 --- a/libstdc++-v3/testsuite/26_numerics/complex/value_operations/dr387.cc +++ b/libstdc++-v3/testsuite/26_numerics/complex/value_operations/dr387.cc @@ -1,6 +1,6 @@ // 2008-05-22 Paolo Carlini // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/gcd/1.cc b/libstdc++-v3/testsuite/26_numerics/gcd/1.cc index 8e162571fb3c..17e97a7e0ae5 100644 --- a/libstdc++-v3/testsuite/26_numerics/gcd/1.cc +++ b/libstdc++-v3/testsuite/26_numerics/gcd/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/26_numerics/gcd/gcd_neg.cc b/libstdc++-v3/testsuite/26_numerics/gcd/gcd_neg.cc index 231ce8daec25..d88f145d7545 100644 --- a/libstdc++-v3/testsuite/26_numerics/gcd/gcd_neg.cc +++ b/libstdc++-v3/testsuite/26_numerics/gcd/gcd_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/26_numerics/headers/ccomplex/std_c++0x_neg.cc b/libstdc++-v3/testsuite/26_numerics/headers/ccomplex/std_c++0x_neg.cc index 428e98551797..34b46da55cde 100644 --- a/libstdc++-v3/testsuite/26_numerics/headers/ccomplex/std_c++0x_neg.cc +++ b/libstdc++-v3/testsuite/26_numerics/headers/ccomplex/std_c++0x_neg.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-options "-std=gnu++98" } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/26_numerics/headers/cfenv/std_c++0x_neg.cc b/libstdc++-v3/testsuite/26_numerics/headers/cfenv/std_c++0x_neg.cc index b48adcd654b1..35d3dfa791ff 100644 --- a/libstdc++-v3/testsuite/26_numerics/headers/cfenv/std_c++0x_neg.cc +++ b/libstdc++-v3/testsuite/26_numerics/headers/cfenv/std_c++0x_neg.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-options "-std=gnu++98" } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/26_numerics/headers/cfenv/types_std_c++0x.cc b/libstdc++-v3/testsuite/26_numerics/headers/cfenv/types_std_c++0x.cc index a3fc9ed4f180..3dd989e48255 100644 --- a/libstdc++-v3/testsuite/26_numerics/headers/cfenv/types_std_c++0x.cc +++ b/libstdc++-v3/testsuite/26_numerics/headers/cfenv/types_std_c++0x.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/26_numerics/headers/cmath/14608.cc b/libstdc++-v3/testsuite/26_numerics/headers/cmath/14608.cc index b5fd803d0d62..7a39b5e085bc 100644 --- a/libstdc++-v3/testsuite/26_numerics/headers/cmath/14608.cc +++ b/libstdc++-v3/testsuite/26_numerics/headers/cmath/14608.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/26_numerics/headers/cmath/19322.cc b/libstdc++-v3/testsuite/26_numerics/headers/cmath/19322.cc index 394c52cc7c4b..dc60e81ff318 100644 --- a/libstdc++-v3/testsuite/26_numerics/headers/cmath/19322.cc +++ b/libstdc++-v3/testsuite/26_numerics/headers/cmath/19322.cc @@ -1,6 +1,6 @@ // { dg-require-c-std "" } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/26_numerics/headers/cmath/25913.cc b/libstdc++-v3/testsuite/26_numerics/headers/cmath/25913.cc index f729b62d45c4..c1d6eb40f22b 100644 --- a/libstdc++-v3/testsuite/26_numerics/headers/cmath/25913.cc +++ b/libstdc++-v3/testsuite/26_numerics/headers/cmath/25913.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/26_numerics/headers/cmath/37582.cc b/libstdc++-v3/testsuite/26_numerics/headers/cmath/37582.cc index 8925e018c573..6cda914efc5c 100644 --- a/libstdc++-v3/testsuite/26_numerics/headers/cmath/37582.cc +++ b/libstdc++-v3/testsuite/26_numerics/headers/cmath/37582.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/headers/cmath/48891.cc b/libstdc++-v3/testsuite/26_numerics/headers/cmath/48891.cc index f535cc25627b..286714cf2276 100644 --- a/libstdc++-v3/testsuite/26_numerics/headers/cmath/48891.cc +++ b/libstdc++-v3/testsuite/26_numerics/headers/cmath/48891.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/26_numerics/headers/cmath/51083.cc b/libstdc++-v3/testsuite/26_numerics/headers/cmath/51083.cc index cf292d1fc761..820897a3ad4d 100644 --- a/libstdc++-v3/testsuite/26_numerics/headers/cmath/51083.cc +++ b/libstdc++-v3/testsuite/26_numerics/headers/cmath/51083.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/26_numerics/headers/cmath/53503.cc b/libstdc++-v3/testsuite/26_numerics/headers/cmath/53503.cc index 91d146e3db97..5e2e129185d1 100644 --- a/libstdc++-v3/testsuite/26_numerics/headers/cmath/53503.cc +++ b/libstdc++-v3/testsuite/26_numerics/headers/cmath/53503.cc @@ -1,7 +1,7 @@ // { dg-options "-fno-trapping-math" } // { dg-do compile { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/26_numerics/headers/cmath/60401.cc b/libstdc++-v3/testsuite/26_numerics/headers/cmath/60401.cc index 2788a920eba3..7be1792d9d22 100644 --- a/libstdc++-v3/testsuite/26_numerics/headers/cmath/60401.cc +++ b/libstdc++-v3/testsuite/26_numerics/headers/cmath/60401.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/26_numerics/headers/cmath/60637.cc b/libstdc++-v3/testsuite/26_numerics/headers/cmath/60637.cc index 16a78963e6cb..0c742e06db3d 100644 --- a/libstdc++-v3/testsuite/26_numerics/headers/cmath/60637.cc +++ b/libstdc++-v3/testsuite/26_numerics/headers/cmath/60637.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/26_numerics/headers/cmath/c99_classification_macros_c++11.cc b/libstdc++-v3/testsuite/26_numerics/headers/cmath/c99_classification_macros_c++11.cc index 9387d53a866c..1e21a2f3b9a3 100644 --- a/libstdc++-v3/testsuite/26_numerics/headers/cmath/c99_classification_macros_c++11.cc +++ b/libstdc++-v3/testsuite/26_numerics/headers/cmath/c99_classification_macros_c++11.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/headers/cmath/c99_classification_macros_c++98.cc b/libstdc++-v3/testsuite/26_numerics/headers/cmath/c99_classification_macros_c++98.cc index e494d1a7ee6c..253e503e20b8 100644 --- a/libstdc++-v3/testsuite/26_numerics/headers/cmath/c99_classification_macros_c++98.cc +++ b/libstdc++-v3/testsuite/26_numerics/headers/cmath/c99_classification_macros_c++98.cc @@ -1,6 +1,6 @@ // 2001-04-06 gdr -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/26_numerics/headers/cmath/c99_classification_macros_c.cc b/libstdc++-v3/testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc index 8a42db4b43b7..dcdc89e82301 100644 --- a/libstdc++-v3/testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc +++ b/libstdc++-v3/testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc @@ -1,6 +1,6 @@ // 2001-04-06 gdr -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/26_numerics/headers/cmath/c_math.cc b/libstdc++-v3/testsuite/26_numerics/headers/cmath/c_math.cc index 38804656a9a0..92cb19f32164 100644 --- a/libstdc++-v3/testsuite/26_numerics/headers/cmath/c_math.cc +++ b/libstdc++-v3/testsuite/26_numerics/headers/cmath/c_math.cc @@ -1,7 +1,7 @@ // 1999-06-05 // Gabriel Dos Reis -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/26_numerics/headers/cmath/c_math_dynamic.cc b/libstdc++-v3/testsuite/26_numerics/headers/cmath/c_math_dynamic.cc index d279c93d3b9b..178695e4f249 100644 --- a/libstdc++-v3/testsuite/26_numerics/headers/cmath/c_math_dynamic.cc +++ b/libstdc++-v3/testsuite/26_numerics/headers/cmath/c_math_dynamic.cc @@ -1,6 +1,6 @@ // Inspired by libstdc++/7680 & 26_numerics/c_math.cc, 2003-04-12 ljr -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/26_numerics/headers/cmath/dr2192.cc b/libstdc++-v3/testsuite/26_numerics/headers/cmath/dr2192.cc index b8d13cdfd705..cfa476e618c1 100644 --- a/libstdc++-v3/testsuite/26_numerics/headers/cmath/dr2192.cc +++ b/libstdc++-v3/testsuite/26_numerics/headers/cmath/dr2192.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/26_numerics/headers/cmath/dr2192_neg.cc b/libstdc++-v3/testsuite/26_numerics/headers/cmath/dr2192_neg.cc index bda980a0eda0..384e0bc57508 100644 --- a/libstdc++-v3/testsuite/26_numerics/headers/cmath/dr2192_neg.cc +++ b/libstdc++-v3/testsuite/26_numerics/headers/cmath/dr2192_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/26_numerics/headers/cmath/dr550.cc b/libstdc++-v3/testsuite/26_numerics/headers/cmath/dr550.cc index ee3f30953a84..8c62f724aa0f 100644 --- a/libstdc++-v3/testsuite/26_numerics/headers/cmath/dr550.cc +++ b/libstdc++-v3/testsuite/26_numerics/headers/cmath/dr550.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // 2008-05-26 Paolo Carlini // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/headers/cmath/fabs_inline.cc b/libstdc++-v3/testsuite/26_numerics/headers/cmath/fabs_inline.cc index 82c596456fb0..e77f0c0175c6 100644 --- a/libstdc++-v3/testsuite/26_numerics/headers/cmath/fabs_inline.cc +++ b/libstdc++-v3/testsuite/26_numerics/headers/cmath/fabs_inline.cc @@ -1,4 +1,4 @@ -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/26_numerics/headers/cmath/functions_std.cc b/libstdc++-v3/testsuite/26_numerics/headers/cmath/functions_std.cc index 8c74d310f28a..62afa20cd06b 100644 --- a/libstdc++-v3/testsuite/26_numerics/headers/cmath/functions_std.cc +++ b/libstdc++-v3/testsuite/26_numerics/headers/cmath/functions_std.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/26_numerics/headers/cmath/functions_std_c++17.cc b/libstdc++-v3/testsuite/26_numerics/headers/cmath/functions_std_c++17.cc index 481b659f8c20..9cc7cf815bb1 100644 --- a/libstdc++-v3/testsuite/26_numerics/headers/cmath/functions_std_c++17.cc +++ b/libstdc++-v3/testsuite/26_numerics/headers/cmath/functions_std_c++17.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/26_numerics/headers/cmath/hypot.cc b/libstdc++-v3/testsuite/26_numerics/headers/cmath/hypot.cc index b4df3bae1b7f..c17ba97a00f5 100644 --- a/libstdc++-v3/testsuite/26_numerics/headers/cmath/hypot.cc +++ b/libstdc++-v3/testsuite/26_numerics/headers/cmath/hypot.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/26_numerics/headers/cmath/macros.cc b/libstdc++-v3/testsuite/26_numerics/headers/cmath/macros.cc index 219a7f3dc4cd..34f74bdc5c8c 100644 --- a/libstdc++-v3/testsuite/26_numerics/headers/cmath/macros.cc +++ b/libstdc++-v3/testsuite/26_numerics/headers/cmath/macros.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/26_numerics/headers/cmath/overloads.cc b/libstdc++-v3/testsuite/26_numerics/headers/cmath/overloads.cc index 08d9bf330dae..aae3d2ae6424 100644 --- a/libstdc++-v3/testsuite/26_numerics/headers/cmath/overloads.cc +++ b/libstdc++-v3/testsuite/26_numerics/headers/cmath/overloads.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/26_numerics/headers/cmath/overloads_c++0x_neg.cc b/libstdc++-v3/testsuite/26_numerics/headers/cmath/overloads_c++0x_neg.cc index a847953ec173..94a49f147098 100644 --- a/libstdc++-v3/testsuite/26_numerics/headers/cmath/overloads_c++0x_neg.cc +++ b/libstdc++-v3/testsuite/26_numerics/headers/cmath/overloads_c++0x_neg.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cmath "" } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/26_numerics/headers/cmath/powi.cc b/libstdc++-v3/testsuite/26_numerics/headers/cmath/powi.cc index ea9a1604e565..71527b239d1f 100644 --- a/libstdc++-v3/testsuite/26_numerics/headers/cmath/powi.cc +++ b/libstdc++-v3/testsuite/26_numerics/headers/cmath/powi.cc @@ -1,6 +1,6 @@ // 2005-02-13 Paolo Carlini -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/26_numerics/headers/cmath/types_std_c++0x.cc b/libstdc++-v3/testsuite/26_numerics/headers/cmath/types_std_c++0x.cc index 3163e0c98572..f3606e9de58c 100644 --- a/libstdc++-v3/testsuite/26_numerics/headers/cmath/types_std_c++0x.cc +++ b/libstdc++-v3/testsuite/26_numerics/headers/cmath/types_std_c++0x.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/26_numerics/headers/cmath/types_std_c++0x_neg.cc b/libstdc++-v3/testsuite/26_numerics/headers/cmath/types_std_c++0x_neg.cc index 14be44755ffa..9f7960cc8d74 100644 --- a/libstdc++-v3/testsuite/26_numerics/headers/cmath/types_std_c++0x_neg.cc +++ b/libstdc++-v3/testsuite/26_numerics/headers/cmath/types_std_c++0x_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile { target { ! c++1z } } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/26_numerics/headers/complex/synopsis.cc b/libstdc++-v3/testsuite/26_numerics/headers/complex/synopsis.cc index 9ebd1b698e1a..115318628821 100644 --- a/libstdc++-v3/testsuite/26_numerics/headers/complex/synopsis.cc +++ b/libstdc++-v3/testsuite/26_numerics/headers/complex/synopsis.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/26_numerics/headers/cstdlib/13943.cc b/libstdc++-v3/testsuite/26_numerics/headers/cstdlib/13943.cc index 4259ba67e140..7fce77251e28 100644 --- a/libstdc++-v3/testsuite/26_numerics/headers/cstdlib/13943.cc +++ b/libstdc++-v3/testsuite/26_numerics/headers/cstdlib/13943.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/26_numerics/headers/cstdlib/2190.cc b/libstdc++-v3/testsuite/26_numerics/headers/cstdlib/2190.cc index 88f0d0bb007c..cf526cfec358 100644 --- a/libstdc++-v3/testsuite/26_numerics/headers/cstdlib/2190.cc +++ b/libstdc++-v3/testsuite/26_numerics/headers/cstdlib/2190.cc @@ -1,6 +1,6 @@ // 2000-01-01 bkoz -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/26_numerics/headers/cstdlib/54686.cc b/libstdc++-v3/testsuite/26_numerics/headers/cstdlib/54686.cc index 94898892a554..c34106814035 100644 --- a/libstdc++-v3/testsuite/26_numerics/headers/cstdlib/54686.cc +++ b/libstdc++-v3/testsuite/26_numerics/headers/cstdlib/54686.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/26_numerics/headers/cstdlib/60401.cc b/libstdc++-v3/testsuite/26_numerics/headers/cstdlib/60401.cc index 5bfb85794043..870febef10a7 100644 --- a/libstdc++-v3/testsuite/26_numerics/headers/cstdlib/60401.cc +++ b/libstdc++-v3/testsuite/26_numerics/headers/cstdlib/60401.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/26_numerics/headers/cstdlib/dr2192.cc b/libstdc++-v3/testsuite/26_numerics/headers/cstdlib/dr2192.cc index 312e907728c7..4ba81ca4e68d 100644 --- a/libstdc++-v3/testsuite/26_numerics/headers/cstdlib/dr2192.cc +++ b/libstdc++-v3/testsuite/26_numerics/headers/cstdlib/dr2192.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/26_numerics/headers/cstdlib/dr2192_neg.cc b/libstdc++-v3/testsuite/26_numerics/headers/cstdlib/dr2192_neg.cc index 9f0046f93ca2..fdb925714d45 100644 --- a/libstdc++-v3/testsuite/26_numerics/headers/cstdlib/dr2192_neg.cc +++ b/libstdc++-v3/testsuite/26_numerics/headers/cstdlib/dr2192_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/26_numerics/headers/cstdlib/functions_std.cc b/libstdc++-v3/testsuite/26_numerics/headers/cstdlib/functions_std.cc index ccf286f4c6d3..1dfbdf8004c9 100644 --- a/libstdc++-v3/testsuite/26_numerics/headers/cstdlib/functions_std.cc +++ b/libstdc++-v3/testsuite/26_numerics/headers/cstdlib/functions_std.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/26_numerics/headers/cstdlib/macros.cc b/libstdc++-v3/testsuite/26_numerics/headers/cstdlib/macros.cc index 1474ccf27cc9..283596fbedcc 100644 --- a/libstdc++-v3/testsuite/26_numerics/headers/cstdlib/macros.cc +++ b/libstdc++-v3/testsuite/26_numerics/headers/cstdlib/macros.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/26_numerics/headers/cstdlib/types_std.cc b/libstdc++-v3/testsuite/26_numerics/headers/cstdlib/types_std.cc index 11dbf9bb4c32..3c2af9fc59d4 100644 --- a/libstdc++-v3/testsuite/26_numerics/headers/cstdlib/types_std.cc +++ b/libstdc++-v3/testsuite/26_numerics/headers/cstdlib/types_std.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/26_numerics/headers/cstdlib/types_std_c++0x.cc b/libstdc++-v3/testsuite/26_numerics/headers/cstdlib/types_std_c++0x.cc index 6b5c5fa95dd2..756c77fa91ed 100644 --- a/libstdc++-v3/testsuite/26_numerics/headers/cstdlib/types_std_c++0x.cc +++ b/libstdc++-v3/testsuite/26_numerics/headers/cstdlib/types_std_c++0x.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/26_numerics/headers/ctgmath/complex.cc b/libstdc++-v3/testsuite/26_numerics/headers/ctgmath/complex.cc index 2ea6b9dd225d..c27cb0b2aba9 100644 --- a/libstdc++-v3/testsuite/26_numerics/headers/ctgmath/complex.cc +++ b/libstdc++-v3/testsuite/26_numerics/headers/ctgmath/complex.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/26_numerics/headers/ctgmath/std_c++0x_neg.cc b/libstdc++-v3/testsuite/26_numerics/headers/ctgmath/std_c++0x_neg.cc index 8d08c591edc8..f0d51f042b47 100644 --- a/libstdc++-v3/testsuite/26_numerics/headers/ctgmath/std_c++0x_neg.cc +++ b/libstdc++-v3/testsuite/26_numerics/headers/ctgmath/std_c++0x_neg.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-options "-std=gnu++98" } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/26_numerics/headers/numeric/numeric_parallel_mode.cc b/libstdc++-v3/testsuite/26_numerics/headers/numeric/numeric_parallel_mode.cc index 4d78876adaf0..4c3e7991cca2 100644 --- a/libstdc++-v3/testsuite/26_numerics/headers/numeric/numeric_parallel_mode.cc +++ b/libstdc++-v3/testsuite/26_numerics/headers/numeric/numeric_parallel_mode.cc @@ -2,7 +2,7 @@ // { dg-require-parallel-mode "" } // { dg-options "-D_GLIBCXX_PARALLEL -fopenmp" { target *-*-* } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/26_numerics/headers/numeric/parallel_numeric.cc b/libstdc++-v3/testsuite/26_numerics/headers/numeric/parallel_numeric.cc index c59235fd577a..87b5c0eb25da 100644 --- a/libstdc++-v3/testsuite/26_numerics/headers/numeric/parallel_numeric.cc +++ b/libstdc++-v3/testsuite/26_numerics/headers/numeric/parallel_numeric.cc @@ -2,7 +2,7 @@ // { dg-require-parallel-mode "" } // { dg-options "-fopenmp" { target *-*-* } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/26_numerics/headers/numeric/parallel_numeric_mixed1.cc b/libstdc++-v3/testsuite/26_numerics/headers/numeric/parallel_numeric_mixed1.cc index a888b29d588e..6806a3199f68 100644 --- a/libstdc++-v3/testsuite/26_numerics/headers/numeric/parallel_numeric_mixed1.cc +++ b/libstdc++-v3/testsuite/26_numerics/headers/numeric/parallel_numeric_mixed1.cc @@ -2,7 +2,7 @@ // { dg-require-parallel-mode "" } // { dg-options "-fopenmp" { target *-*-* } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/26_numerics/headers/numeric/parallel_numeric_mixed2.cc b/libstdc++-v3/testsuite/26_numerics/headers/numeric/parallel_numeric_mixed2.cc index 15a9b9768ee2..dc91a8bcf68e 100644 --- a/libstdc++-v3/testsuite/26_numerics/headers/numeric/parallel_numeric_mixed2.cc +++ b/libstdc++-v3/testsuite/26_numerics/headers/numeric/parallel_numeric_mixed2.cc @@ -2,7 +2,7 @@ // { dg-require-parallel-mode "" } // { dg-options "-fopenmp" { target *-*-* } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/26_numerics/headers/numeric/synopsis.cc b/libstdc++-v3/testsuite/26_numerics/headers/numeric/synopsis.cc index 9e8e5230b519..e6a8dac26bc7 100644 --- a/libstdc++-v3/testsuite/26_numerics/headers/numeric/synopsis.cc +++ b/libstdc++-v3/testsuite/26_numerics/headers/numeric/synopsis.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/26_numerics/headers/random/std_c++0x_neg.cc b/libstdc++-v3/testsuite/26_numerics/headers/random/std_c++0x_neg.cc index 3ca1d1884614..6dbf3e52d002 100644 --- a/libstdc++-v3/testsuite/26_numerics/headers/random/std_c++0x_neg.cc +++ b/libstdc++-v3/testsuite/26_numerics/headers/random/std_c++0x_neg.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-options "-std=gnu++98" } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/26_numerics/headers/random/types_std_c++0x.cc b/libstdc++-v3/testsuite/26_numerics/headers/random/types_std_c++0x.cc index 228406388984..59ef268776e8 100644 --- a/libstdc++-v3/testsuite/26_numerics/headers/random/types_std_c++0x.cc +++ b/libstdc++-v3/testsuite/26_numerics/headers/random/types_std_c++0x.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/26_numerics/headers/valarray/synopsis.cc b/libstdc++-v3/testsuite/26_numerics/headers/valarray/synopsis.cc index 69a6442d7206..2983aa733556 100644 --- a/libstdc++-v3/testsuite/26_numerics/headers/valarray/synopsis.cc +++ b/libstdc++-v3/testsuite/26_numerics/headers/valarray/synopsis.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/26_numerics/headers/valarray/types_std.cc b/libstdc++-v3/testsuite/26_numerics/headers/valarray/types_std.cc index d94931571dee..066358ad1092 100644 --- a/libstdc++-v3/testsuite/26_numerics/headers/valarray/types_std.cc +++ b/libstdc++-v3/testsuite/26_numerics/headers/valarray/types_std.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/26_numerics/inner_product/1.cc b/libstdc++-v3/testsuite/26_numerics/inner_product/1.cc index 17fb528ec57f..e6f9b0602c99 100644 --- a/libstdc++-v3/testsuite/26_numerics/inner_product/1.cc +++ b/libstdc++-v3/testsuite/26_numerics/inner_product/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/26_numerics/inner_product/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/26_numerics/inner_product/requirements/explicit_instantiation/2.cc index 557d54102e4f..424adc1cdd4e 100644 --- a/libstdc++-v3/testsuite/26_numerics/inner_product/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/26_numerics/inner_product/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/26_numerics/inner_product/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/26_numerics/inner_product/requirements/explicit_instantiation/pod.cc index 9b5fe705ec4d..f8bc175cd3d0 100644 --- a/libstdc++-v3/testsuite/26_numerics/inner_product/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/26_numerics/inner_product/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/26_numerics/iota/1.cc b/libstdc++-v3/testsuite/26_numerics/iota/1.cc index 7cfdd2ae3434..2fc3994cb798 100644 --- a/libstdc++-v3/testsuite/26_numerics/iota/1.cc +++ b/libstdc++-v3/testsuite/26_numerics/iota/1.cc @@ -2,7 +2,7 @@ // 2008-06-27 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/iota/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/26_numerics/iota/requirements/explicit_instantiation/2.cc index ab6653411945..54387243f36f 100644 --- a/libstdc++-v3/testsuite/26_numerics/iota/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/26_numerics/iota/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2008-06-27 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/iota/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/26_numerics/iota/requirements/explicit_instantiation/pod.cc index 2c0ca289c151..f2ebc0848a11 100644 --- a/libstdc++-v3/testsuite/26_numerics/iota/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/26_numerics/iota/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2008-06-27 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/lcm/1.cc b/libstdc++-v3/testsuite/26_numerics/lcm/1.cc index caa2032bd66a..81cb91437ba2 100644 --- a/libstdc++-v3/testsuite/26_numerics/lcm/1.cc +++ b/libstdc++-v3/testsuite/26_numerics/lcm/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/26_numerics/lcm/lcm_neg.cc b/libstdc++-v3/testsuite/26_numerics/lcm/lcm_neg.cc index 085ad77a8dc8..f2d828945314 100644 --- a/libstdc++-v3/testsuite/26_numerics/lcm/lcm_neg.cc +++ b/libstdc++-v3/testsuite/26_numerics/lcm/lcm_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/26_numerics/partial_sum/1.cc b/libstdc++-v3/testsuite/26_numerics/partial_sum/1.cc index 6710f19c9b9a..1db6eae7ab60 100644 --- a/libstdc++-v3/testsuite/26_numerics/partial_sum/1.cc +++ b/libstdc++-v3/testsuite/26_numerics/partial_sum/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/26_numerics/partial_sum/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/26_numerics/partial_sum/requirements/explicit_instantiation/2.cc index efd7c1adb3c9..355139c73e70 100644 --- a/libstdc++-v3/testsuite/26_numerics/partial_sum/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/26_numerics/partial_sum/requirements/explicit_instantiation/2.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/26_numerics/partial_sum/requirements/explicit_instantiation/pod.cc b/libstdc++-v3/testsuite/26_numerics/partial_sum/requirements/explicit_instantiation/pod.cc index 99bfb967fcc9..fc46fbaa444a 100644 --- a/libstdc++-v3/testsuite/26_numerics/partial_sum/requirements/explicit_instantiation/pod.cc +++ b/libstdc++-v3/testsuite/26_numerics/partial_sum/requirements/explicit_instantiation/pod.cc @@ -2,7 +2,7 @@ // 2007-09-20 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/26_numerics/random/bernoulli_distribution/cons/default.cc b/libstdc++-v3/testsuite/26_numerics/random/bernoulli_distribution/cons/default.cc index 0ce5aad4be73..51e250b187e6 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/bernoulli_distribution/cons/default.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/bernoulli_distribution/cons/default.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/bernoulli_distribution/cons/parms.cc b/libstdc++-v3/testsuite/26_numerics/random/bernoulli_distribution/cons/parms.cc index 8e6ca43195d3..b1b246d838e5 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/bernoulli_distribution/cons/parms.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/bernoulli_distribution/cons/parms.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/bernoulli_distribution/operators/equal.cc b/libstdc++-v3/testsuite/26_numerics/random/bernoulli_distribution/operators/equal.cc index cdee2c176377..c4d55c1810da 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/bernoulli_distribution/operators/equal.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/bernoulli_distribution/operators/equal.cc @@ -3,7 +3,7 @@ // // 2010-03-16 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/bernoulli_distribution/operators/inequal.cc b/libstdc++-v3/testsuite/26_numerics/random/bernoulli_distribution/operators/inequal.cc index fc57210952df..fa6ea815f95a 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/bernoulli_distribution/operators/inequal.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/bernoulli_distribution/operators/inequal.cc @@ -3,7 +3,7 @@ // // 2010-03-16 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/bernoulli_distribution/operators/serialize.cc b/libstdc++-v3/testsuite/26_numerics/random/bernoulli_distribution/operators/serialize.cc index 18216bfe392a..91a62325b97a 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/bernoulli_distribution/operators/serialize.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/bernoulli_distribution/operators/serialize.cc @@ -3,7 +3,7 @@ // // 2009-08-14 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/26_numerics/random/bernoulli_distribution/operators/values.cc b/libstdc++-v3/testsuite/26_numerics/random/bernoulli_distribution/operators/values.cc index 8bf6dd2adc89..0f31a5e6824e 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/bernoulli_distribution/operators/values.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/bernoulli_distribution/operators/values.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-cstdint "" } // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/26_numerics/random/bernoulli_distribution/requirements/typedefs.cc b/libstdc++-v3/testsuite/26_numerics/random/bernoulli_distribution/requirements/typedefs.cc index a1e6b2d61098..4a882460ec00 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/bernoulli_distribution/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/bernoulli_distribution/requirements/typedefs.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/binomial_distribution/cons/default.cc b/libstdc++-v3/testsuite/26_numerics/random/binomial_distribution/cons/default.cc index 38a0c3ff1bc7..c5583905af9a 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/binomial_distribution/cons/default.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/binomial_distribution/cons/default.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/binomial_distribution/cons/parms.cc b/libstdc++-v3/testsuite/26_numerics/random/binomial_distribution/cons/parms.cc index e93f0c390089..12747f23a69c 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/binomial_distribution/cons/parms.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/binomial_distribution/cons/parms.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/binomial_distribution/operators/equal.cc b/libstdc++-v3/testsuite/26_numerics/random/binomial_distribution/operators/equal.cc index 3e93edf9ccd0..e7927b8cea01 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/binomial_distribution/operators/equal.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/binomial_distribution/operators/equal.cc @@ -3,7 +3,7 @@ // // 2010-03-16 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/binomial_distribution/operators/inequal.cc b/libstdc++-v3/testsuite/26_numerics/random/binomial_distribution/operators/inequal.cc index e01ff8e33b33..b69d3f983477 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/binomial_distribution/operators/inequal.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/binomial_distribution/operators/inequal.cc @@ -3,7 +3,7 @@ // // 2010-03-16 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/binomial_distribution/operators/serialize.cc b/libstdc++-v3/testsuite/26_numerics/random/binomial_distribution/operators/serialize.cc index 00d8935bdcb9..6642f4ff3a51 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/binomial_distribution/operators/serialize.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/binomial_distribution/operators/serialize.cc @@ -3,7 +3,7 @@ // // 2009-08-14 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/26_numerics/random/binomial_distribution/operators/values.cc b/libstdc++-v3/testsuite/26_numerics/random/binomial_distribution/operators/values.cc index 7c39b46c5134..4dd21e979068 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/binomial_distribution/operators/values.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/binomial_distribution/operators/values.cc @@ -2,7 +2,7 @@ // { dg-require-cstdint "" } // { dg-require-cmath "" } // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/26_numerics/random/binomial_distribution/operators/values2.cc b/libstdc++-v3/testsuite/26_numerics/random/binomial_distribution/operators/values2.cc index 8db37f864b35..baf726e25555 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/binomial_distribution/operators/values2.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/binomial_distribution/operators/values2.cc @@ -2,7 +2,7 @@ // { dg-require-cstdint "" } // { dg-require-cmath "" } // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/26_numerics/random/binomial_distribution/operators/values3.cc b/libstdc++-v3/testsuite/26_numerics/random/binomial_distribution/operators/values3.cc index 1c742f5b3cdf..db24ad9a93db 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/binomial_distribution/operators/values3.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/binomial_distribution/operators/values3.cc @@ -2,7 +2,7 @@ // { dg-require-cstdint "" } // { dg-require-cmath "" } // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/26_numerics/random/binomial_distribution/operators/values4.cc b/libstdc++-v3/testsuite/26_numerics/random/binomial_distribution/operators/values4.cc index 0550d3101980..fe08dc9333db 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/binomial_distribution/operators/values4.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/binomial_distribution/operators/values4.cc @@ -2,7 +2,7 @@ // { dg-require-cstdint "" } // { dg-require-cmath "" } // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/26_numerics/random/binomial_distribution/operators/values5.cc b/libstdc++-v3/testsuite/26_numerics/random/binomial_distribution/operators/values5.cc index 712e146c751b..1237f86283ca 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/binomial_distribution/operators/values5.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/binomial_distribution/operators/values5.cc @@ -2,7 +2,7 @@ // { dg-require-cstdint "" } // { dg-require-cmath "" } // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/26_numerics/random/binomial_distribution/requirements/explicit_instantiation/1.cc b/libstdc++-v3/testsuite/26_numerics/random/binomial_distribution/requirements/explicit_instantiation/1.cc index 3ab9c548a6ad..22fd84145d8e 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/binomial_distribution/requirements/explicit_instantiation/1.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/binomial_distribution/requirements/explicit_instantiation/1.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/26_numerics/random/binomial_distribution/requirements/typedefs.cc b/libstdc++-v3/testsuite/26_numerics/random/binomial_distribution/requirements/typedefs.cc index 61a510548bb7..cc037ff6fc98 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/binomial_distribution/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/binomial_distribution/requirements/typedefs.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/cauchy_distribution/cons/default.cc b/libstdc++-v3/testsuite/26_numerics/random/cauchy_distribution/cons/default.cc index 2ada9129eb00..31384d62042c 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/cauchy_distribution/cons/default.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/cauchy_distribution/cons/default.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/cauchy_distribution/cons/parms.cc b/libstdc++-v3/testsuite/26_numerics/random/cauchy_distribution/cons/parms.cc index 6bd0e1cd6431..63e7efe2a8b0 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/cauchy_distribution/cons/parms.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/cauchy_distribution/cons/parms.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/cauchy_distribution/operators/equal.cc b/libstdc++-v3/testsuite/26_numerics/random/cauchy_distribution/operators/equal.cc index 6a95f1e11bf2..53ff44823b28 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/cauchy_distribution/operators/equal.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/cauchy_distribution/operators/equal.cc @@ -3,7 +3,7 @@ // // 2010-03-16 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/cauchy_distribution/operators/inequal.cc b/libstdc++-v3/testsuite/26_numerics/random/cauchy_distribution/operators/inequal.cc index c0bd9b46020f..5d382441b2c0 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/cauchy_distribution/operators/inequal.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/cauchy_distribution/operators/inequal.cc @@ -3,7 +3,7 @@ // // 2010-03-16 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/cauchy_distribution/operators/serialize.cc b/libstdc++-v3/testsuite/26_numerics/random/cauchy_distribution/operators/serialize.cc index a980bc94449c..0f4b8f5c7972 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/cauchy_distribution/operators/serialize.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/cauchy_distribution/operators/serialize.cc @@ -3,7 +3,7 @@ // // 2009-08-14 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/26_numerics/random/cauchy_distribution/requirements/explicit_instantiation/1.cc b/libstdc++-v3/testsuite/26_numerics/random/cauchy_distribution/requirements/explicit_instantiation/1.cc index 6f54d70d3b07..a5ccffbef16b 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/cauchy_distribution/requirements/explicit_instantiation/1.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/cauchy_distribution/requirements/explicit_instantiation/1.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/26_numerics/random/cauchy_distribution/requirements/typedefs.cc b/libstdc++-v3/testsuite/26_numerics/random/cauchy_distribution/requirements/typedefs.cc index b5b4f7a5ad28..481ace11b13e 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/cauchy_distribution/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/cauchy_distribution/requirements/typedefs.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/chi_squared_distribution/cons/default.cc b/libstdc++-v3/testsuite/26_numerics/random/chi_squared_distribution/cons/default.cc index 381b18b04ebd..4a9db9551195 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/chi_squared_distribution/cons/default.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/chi_squared_distribution/cons/default.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/chi_squared_distribution/cons/parms.cc b/libstdc++-v3/testsuite/26_numerics/random/chi_squared_distribution/cons/parms.cc index d6d9e0b6d231..b6d26e265707 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/chi_squared_distribution/cons/parms.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/chi_squared_distribution/cons/parms.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/chi_squared_distribution/operators/equal.cc b/libstdc++-v3/testsuite/26_numerics/random/chi_squared_distribution/operators/equal.cc index c2c9bd4182f0..33c7ebc247b0 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/chi_squared_distribution/operators/equal.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/chi_squared_distribution/operators/equal.cc @@ -3,7 +3,7 @@ // // 2010-03-16 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/chi_squared_distribution/operators/inequal.cc b/libstdc++-v3/testsuite/26_numerics/random/chi_squared_distribution/operators/inequal.cc index a1ba055ba4d6..b5bf699c1b62 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/chi_squared_distribution/operators/inequal.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/chi_squared_distribution/operators/inequal.cc @@ -3,7 +3,7 @@ // // 2010-03-16 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/chi_squared_distribution/operators/serialize.cc b/libstdc++-v3/testsuite/26_numerics/random/chi_squared_distribution/operators/serialize.cc index d1353d1b7dad..99e68b63a25f 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/chi_squared_distribution/operators/serialize.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/chi_squared_distribution/operators/serialize.cc @@ -3,7 +3,7 @@ // // 2009-08-14 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/26_numerics/random/chi_squared_distribution/requirements/explicit_instantiation/1.cc b/libstdc++-v3/testsuite/26_numerics/random/chi_squared_distribution/requirements/explicit_instantiation/1.cc index dce6379fd2a9..e65670de7309 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/chi_squared_distribution/requirements/explicit_instantiation/1.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/chi_squared_distribution/requirements/explicit_instantiation/1.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/26_numerics/random/chi_squared_distribution/requirements/typedefs.cc b/libstdc++-v3/testsuite/26_numerics/random/chi_squared_distribution/requirements/typedefs.cc index ce9139c29c37..0afbb2cbaa3f 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/chi_squared_distribution/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/chi_squared_distribution/requirements/typedefs.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/default_random_engine.cc b/libstdc++-v3/testsuite/26_numerics/random/default_random_engine.cc index ad2f0dc23416..72a12fc6724f 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/default_random_engine.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/default_random_engine.cc @@ -3,7 +3,7 @@ // // 2008-11-18 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/26_numerics/random/discard_block_engine/cons/55215.cc b/libstdc++-v3/testsuite/26_numerics/random/discard_block_engine/cons/55215.cc index 36ab8ace53c2..b67898769d4c 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/discard_block_engine/cons/55215.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/discard_block_engine/cons/55215.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-cstdint "" } // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/26_numerics/random/discard_block_engine/cons/base_copy.cc b/libstdc++-v3/testsuite/26_numerics/random/discard_block_engine/cons/base_copy.cc index d5d70bf1e8c2..d77fafd5634b 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/discard_block_engine/cons/base_copy.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/discard_block_engine/cons/base_copy.cc @@ -3,7 +3,7 @@ // // 2008-12-07 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/discard_block_engine/cons/base_move.cc b/libstdc++-v3/testsuite/26_numerics/random/discard_block_engine/cons/base_move.cc index b47748d558d7..5f01b8fe395f 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/discard_block_engine/cons/base_move.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/discard_block_engine/cons/base_move.cc @@ -3,7 +3,7 @@ // // 2008-12-07 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/discard_block_engine/cons/copy.cc b/libstdc++-v3/testsuite/26_numerics/random/discard_block_engine/cons/copy.cc index 21a38adde1e5..e01ee147f14a 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/discard_block_engine/cons/copy.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/discard_block_engine/cons/copy.cc @@ -3,7 +3,7 @@ // // 2010-02-16 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/discard_block_engine/cons/default.cc b/libstdc++-v3/testsuite/26_numerics/random/discard_block_engine/cons/default.cc index 696a55c89647..7c241e0f0f8c 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/discard_block_engine/cons/default.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/discard_block_engine/cons/default.cc @@ -3,7 +3,7 @@ // // 2008-12-07 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/discard_block_engine/cons/seed1.cc b/libstdc++-v3/testsuite/26_numerics/random/discard_block_engine/cons/seed1.cc index 0ab8ef6c1884..c256d89cad51 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/discard_block_engine/cons/seed1.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/discard_block_engine/cons/seed1.cc @@ -3,7 +3,7 @@ // // 2008-12-07 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/discard_block_engine/cons/seed2.cc b/libstdc++-v3/testsuite/26_numerics/random/discard_block_engine/cons/seed2.cc index 001577ad525b..b7905ac5a0a8 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/discard_block_engine/cons/seed2.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/discard_block_engine/cons/seed2.cc @@ -3,7 +3,7 @@ // // 2008-12-07 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/discard_block_engine/cons/seed_seq.cc b/libstdc++-v3/testsuite/26_numerics/random/discard_block_engine/cons/seed_seq.cc index e88680340d1c..8bbf8f2bc3c8 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/discard_block_engine/cons/seed_seq.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/discard_block_engine/cons/seed_seq.cc @@ -3,7 +3,7 @@ // // 2008-12-07 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/discard_block_engine/operators/equal.cc b/libstdc++-v3/testsuite/26_numerics/random/discard_block_engine/operators/equal.cc index 1d0658d5ea61..d199e57705dd 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/discard_block_engine/operators/equal.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/discard_block_engine/operators/equal.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/discard_block_engine/operators/inequal.cc b/libstdc++-v3/testsuite/26_numerics/random/discard_block_engine/operators/inequal.cc index 93dd53f1f315..22006cd29e6b 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/discard_block_engine/operators/inequal.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/discard_block_engine/operators/inequal.cc @@ -3,7 +3,7 @@ // // 2010-03-16 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/discard_block_engine/operators/serialize.cc b/libstdc++-v3/testsuite/26_numerics/random/discard_block_engine/operators/serialize.cc index c0baa7a16a12..3082d3f21005 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/discard_block_engine/operators/serialize.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/discard_block_engine/operators/serialize.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/discard_block_engine/requirements/constexpr_data.cc b/libstdc++-v3/testsuite/26_numerics/random/discard_block_engine/requirements/constexpr_data.cc index 9e9a35a638a6..bf695afdf7d8 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/discard_block_engine/requirements/constexpr_data.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/discard_block_engine/requirements/constexpr_data.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/discard_block_engine/requirements/constexpr_functions.cc b/libstdc++-v3/testsuite/26_numerics/random/discard_block_engine/requirements/constexpr_functions.cc index 0c21b47735b1..ece1c2c5e91c 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/discard_block_engine/requirements/constexpr_functions.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/discard_block_engine/requirements/constexpr_functions.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/discard_block_engine/requirements/typedefs.cc b/libstdc++-v3/testsuite/26_numerics/random/discard_block_engine/requirements/typedefs.cc index 2cabd7ba560a..69cfba61b148 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/discard_block_engine/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/discard_block_engine/requirements/typedefs.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/discrete_distribution/cons/default.cc b/libstdc++-v3/testsuite/26_numerics/random/discrete_distribution/cons/default.cc index 4cd8b2eeeb92..7bf4e58f8f7e 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/discrete_distribution/cons/default.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/discrete_distribution/cons/default.cc @@ -3,7 +3,7 @@ // // 2008-12-03 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/discrete_distribution/cons/initlist.cc b/libstdc++-v3/testsuite/26_numerics/random/discrete_distribution/cons/initlist.cc index 35d3018ba846..d122e9594aac 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/discrete_distribution/cons/initlist.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/discrete_distribution/cons/initlist.cc @@ -3,7 +3,7 @@ // // 2008-12-03 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/discrete_distribution/cons/num_xbound_fun.cc b/libstdc++-v3/testsuite/26_numerics/random/discrete_distribution/cons/num_xbound_fun.cc index 45fc3550fcca..6379f4e17ac3 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/discrete_distribution/cons/num_xbound_fun.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/discrete_distribution/cons/num_xbound_fun.cc @@ -3,7 +3,7 @@ // // 2008-12-03 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/discrete_distribution/cons/range.cc b/libstdc++-v3/testsuite/26_numerics/random/discrete_distribution/cons/range.cc index 13e8c9c51dfe..e7cc3b1ad898 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/discrete_distribution/cons/range.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/discrete_distribution/cons/range.cc @@ -3,7 +3,7 @@ // // 2008-12-03 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/discrete_distribution/operators/call-default.cc b/libstdc++-v3/testsuite/26_numerics/random/discrete_distribution/operators/call-default.cc index 9d8010638f61..d54a19580d36 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/discrete_distribution/operators/call-default.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/discrete_distribution/operators/call-default.cc @@ -3,7 +3,7 @@ // // 2010-10-13 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/discrete_distribution/operators/equal.cc b/libstdc++-v3/testsuite/26_numerics/random/discrete_distribution/operators/equal.cc index 78218415e291..65c62d103b39 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/discrete_distribution/operators/equal.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/discrete_distribution/operators/equal.cc @@ -3,7 +3,7 @@ // // 2010-03-16 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/discrete_distribution/operators/inequal.cc b/libstdc++-v3/testsuite/26_numerics/random/discrete_distribution/operators/inequal.cc index 786c316acc2a..7d30d513453d 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/discrete_distribution/operators/inequal.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/discrete_distribution/operators/inequal.cc @@ -3,7 +3,7 @@ // // 2010-03-16 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/discrete_distribution/operators/serialize.cc b/libstdc++-v3/testsuite/26_numerics/random/discrete_distribution/operators/serialize.cc index 8cfa29892ea0..bf8ecef1c725 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/discrete_distribution/operators/serialize.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/discrete_distribution/operators/serialize.cc @@ -3,7 +3,7 @@ // // 2009-08-14 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/26_numerics/random/discrete_distribution/operators/values.cc b/libstdc++-v3/testsuite/26_numerics/random/discrete_distribution/operators/values.cc index 94d3b9a2c1b2..d0d251bac311 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/discrete_distribution/operators/values.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/discrete_distribution/operators/values.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-cstdint "" } // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/26_numerics/random/discrete_distribution/requirements/explicit_instantiation/1.cc b/libstdc++-v3/testsuite/26_numerics/random/discrete_distribution/requirements/explicit_instantiation/1.cc index e1e485c9cd1c..4812f2e9dde2 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/discrete_distribution/requirements/explicit_instantiation/1.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/discrete_distribution/requirements/explicit_instantiation/1.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/26_numerics/random/discrete_distribution/requirements/typedefs.cc b/libstdc++-v3/testsuite/26_numerics/random/discrete_distribution/requirements/typedefs.cc index 074f3ba9a414..b02bbaba7526 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/discrete_distribution/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/discrete_distribution/requirements/typedefs.cc @@ -3,7 +3,7 @@ // // 2008-12-03 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/exponential_distribution/cons/default.cc b/libstdc++-v3/testsuite/26_numerics/random/exponential_distribution/cons/default.cc index ba3f62d794fb..ce7022cd2d4b 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/exponential_distribution/cons/default.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/exponential_distribution/cons/default.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/exponential_distribution/cons/parms.cc b/libstdc++-v3/testsuite/26_numerics/random/exponential_distribution/cons/parms.cc index 1c9a7b34bc81..94d61e1febe2 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/exponential_distribution/cons/parms.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/exponential_distribution/cons/parms.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/exponential_distribution/operators/equal.cc b/libstdc++-v3/testsuite/26_numerics/random/exponential_distribution/operators/equal.cc index dabc9c4954e3..84575d2ff2f7 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/exponential_distribution/operators/equal.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/exponential_distribution/operators/equal.cc @@ -3,7 +3,7 @@ // // 2010-03-16 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/exponential_distribution/operators/inequal.cc b/libstdc++-v3/testsuite/26_numerics/random/exponential_distribution/operators/inequal.cc index a3f31609d37d..96f9bde39e89 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/exponential_distribution/operators/inequal.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/exponential_distribution/operators/inequal.cc @@ -3,7 +3,7 @@ // // 2010-03-16 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/exponential_distribution/operators/serialize.cc b/libstdc++-v3/testsuite/26_numerics/random/exponential_distribution/operators/serialize.cc index bc68a7ea8992..e100be0d4ba4 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/exponential_distribution/operators/serialize.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/exponential_distribution/operators/serialize.cc @@ -3,7 +3,7 @@ // // 2009-08-14 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/26_numerics/random/exponential_distribution/requirements/explicit_instantiation/1.cc b/libstdc++-v3/testsuite/26_numerics/random/exponential_distribution/requirements/explicit_instantiation/1.cc index 03f6460a0dfa..c093eda8999e 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/exponential_distribution/requirements/explicit_instantiation/1.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/exponential_distribution/requirements/explicit_instantiation/1.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/26_numerics/random/exponential_distribution/requirements/typedefs.cc b/libstdc++-v3/testsuite/26_numerics/random/exponential_distribution/requirements/typedefs.cc index 627378444bf5..305bdbe121a0 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/exponential_distribution/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/exponential_distribution/requirements/typedefs.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/extreme_value_distribution/cons/default.cc b/libstdc++-v3/testsuite/26_numerics/random/extreme_value_distribution/cons/default.cc index cbad3e29c4cd..6bf8e13d4ab3 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/extreme_value_distribution/cons/default.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/extreme_value_distribution/cons/default.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/extreme_value_distribution/cons/parms.cc b/libstdc++-v3/testsuite/26_numerics/random/extreme_value_distribution/cons/parms.cc index 86675514aafb..8dc1daf89203 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/extreme_value_distribution/cons/parms.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/extreme_value_distribution/cons/parms.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/extreme_value_distribution/operators/equal.cc b/libstdc++-v3/testsuite/26_numerics/random/extreme_value_distribution/operators/equal.cc index 71f4618bf6ae..ac7b70c1fe63 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/extreme_value_distribution/operators/equal.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/extreme_value_distribution/operators/equal.cc @@ -3,7 +3,7 @@ // // 2010-03-16 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/extreme_value_distribution/operators/inequal.cc b/libstdc++-v3/testsuite/26_numerics/random/extreme_value_distribution/operators/inequal.cc index 3e82315856cd..e6d79ac4234d 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/extreme_value_distribution/operators/inequal.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/extreme_value_distribution/operators/inequal.cc @@ -3,7 +3,7 @@ // // 2010-03-16 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/extreme_value_distribution/operators/serialize.cc b/libstdc++-v3/testsuite/26_numerics/random/extreme_value_distribution/operators/serialize.cc index f65053a625a4..c2fbaee916e6 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/extreme_value_distribution/operators/serialize.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/extreme_value_distribution/operators/serialize.cc @@ -3,7 +3,7 @@ // // 2009-08-14 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/26_numerics/random/extreme_value_distribution/requirements/explicit_instantiation/1.cc b/libstdc++-v3/testsuite/26_numerics/random/extreme_value_distribution/requirements/explicit_instantiation/1.cc index d95ba32b2357..e991c538222c 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/extreme_value_distribution/requirements/explicit_instantiation/1.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/extreme_value_distribution/requirements/explicit_instantiation/1.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/26_numerics/random/extreme_value_distribution/requirements/typedefs.cc b/libstdc++-v3/testsuite/26_numerics/random/extreme_value_distribution/requirements/typedefs.cc index 60dedd725bf0..dea7b34283a6 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/extreme_value_distribution/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/extreme_value_distribution/requirements/typedefs.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/fisher_f_distribution/cons/default.cc b/libstdc++-v3/testsuite/26_numerics/random/fisher_f_distribution/cons/default.cc index 18837fbc80bd..9868d065f891 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/fisher_f_distribution/cons/default.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/fisher_f_distribution/cons/default.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/fisher_f_distribution/cons/parms.cc b/libstdc++-v3/testsuite/26_numerics/random/fisher_f_distribution/cons/parms.cc index de7a3acc5f51..2a0cf71703de 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/fisher_f_distribution/cons/parms.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/fisher_f_distribution/cons/parms.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/fisher_f_distribution/operators/equal.cc b/libstdc++-v3/testsuite/26_numerics/random/fisher_f_distribution/operators/equal.cc index 336017f2632e..44cac6656ece 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/fisher_f_distribution/operators/equal.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/fisher_f_distribution/operators/equal.cc @@ -3,7 +3,7 @@ // // 2010-03-16 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/fisher_f_distribution/operators/inequal.cc b/libstdc++-v3/testsuite/26_numerics/random/fisher_f_distribution/operators/inequal.cc index 9ae879bfa1fb..369771ebc035 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/fisher_f_distribution/operators/inequal.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/fisher_f_distribution/operators/inequal.cc @@ -3,7 +3,7 @@ // // 2010-03-16 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/fisher_f_distribution/operators/serialize.cc b/libstdc++-v3/testsuite/26_numerics/random/fisher_f_distribution/operators/serialize.cc index 94ad68639386..b23fe5f1c2a2 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/fisher_f_distribution/operators/serialize.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/fisher_f_distribution/operators/serialize.cc @@ -3,7 +3,7 @@ // // 2009-08-14 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/26_numerics/random/fisher_f_distribution/requirements/explicit_instantiation/1.cc b/libstdc++-v3/testsuite/26_numerics/random/fisher_f_distribution/requirements/explicit_instantiation/1.cc index 8eb0165475f2..1e9e9e027434 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/fisher_f_distribution/requirements/explicit_instantiation/1.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/fisher_f_distribution/requirements/explicit_instantiation/1.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/26_numerics/random/fisher_f_distribution/requirements/typedefs.cc b/libstdc++-v3/testsuite/26_numerics/random/fisher_f_distribution/requirements/typedefs.cc index 9751333a260b..ed48f0dbc5d9 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/fisher_f_distribution/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/fisher_f_distribution/requirements/typedefs.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/gamma_distribution/cons/default.cc b/libstdc++-v3/testsuite/26_numerics/random/gamma_distribution/cons/default.cc index 4288e0c2b2dc..daa988e1b40a 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/gamma_distribution/cons/default.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/gamma_distribution/cons/default.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/gamma_distribution/cons/parms.cc b/libstdc++-v3/testsuite/26_numerics/random/gamma_distribution/cons/parms.cc index a2d752874d54..ec291cfba6d0 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/gamma_distribution/cons/parms.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/gamma_distribution/cons/parms.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/gamma_distribution/operators/equal.cc b/libstdc++-v3/testsuite/26_numerics/random/gamma_distribution/operators/equal.cc index 88259ae9989e..00a10a39e324 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/gamma_distribution/operators/equal.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/gamma_distribution/operators/equal.cc @@ -3,7 +3,7 @@ // // 2010-03-16 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/gamma_distribution/operators/inequal.cc b/libstdc++-v3/testsuite/26_numerics/random/gamma_distribution/operators/inequal.cc index 29032eea28f7..772e4e858ceb 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/gamma_distribution/operators/inequal.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/gamma_distribution/operators/inequal.cc @@ -3,7 +3,7 @@ // // 2010-03-16 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/gamma_distribution/operators/serialize.cc b/libstdc++-v3/testsuite/26_numerics/random/gamma_distribution/operators/serialize.cc index 61725c1eeb51..6216b79da4ae 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/gamma_distribution/operators/serialize.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/gamma_distribution/operators/serialize.cc @@ -3,7 +3,7 @@ // // 2009-08-14 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/26_numerics/random/gamma_distribution/requirements/explicit_instantiation/1.cc b/libstdc++-v3/testsuite/26_numerics/random/gamma_distribution/requirements/explicit_instantiation/1.cc index 9574a2a5ea2d..7813a173d5a3 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/gamma_distribution/requirements/explicit_instantiation/1.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/gamma_distribution/requirements/explicit_instantiation/1.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/26_numerics/random/gamma_distribution/requirements/typedefs.cc b/libstdc++-v3/testsuite/26_numerics/random/gamma_distribution/requirements/typedefs.cc index b7ddf787cafb..9a9a4155f9b9 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/gamma_distribution/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/gamma_distribution/requirements/typedefs.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/geometric_distribution/cons/default.cc b/libstdc++-v3/testsuite/26_numerics/random/geometric_distribution/cons/default.cc index 4d2fdd576c2c..8b8276514f44 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/geometric_distribution/cons/default.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/geometric_distribution/cons/default.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/geometric_distribution/cons/parms.cc b/libstdc++-v3/testsuite/26_numerics/random/geometric_distribution/cons/parms.cc index 21c2b668a935..618b2bf627ac 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/geometric_distribution/cons/parms.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/geometric_distribution/cons/parms.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/geometric_distribution/operators/equal.cc b/libstdc++-v3/testsuite/26_numerics/random/geometric_distribution/operators/equal.cc index 3e6ed589fb56..c5e16fe7c1ba 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/geometric_distribution/operators/equal.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/geometric_distribution/operators/equal.cc @@ -3,7 +3,7 @@ // // 2010-03-16 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/geometric_distribution/operators/inequal.cc b/libstdc++-v3/testsuite/26_numerics/random/geometric_distribution/operators/inequal.cc index 602284e30a70..b8deccd5a39d 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/geometric_distribution/operators/inequal.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/geometric_distribution/operators/inequal.cc @@ -3,7 +3,7 @@ // // 2010-03-16 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/geometric_distribution/operators/serialize.cc b/libstdc++-v3/testsuite/26_numerics/random/geometric_distribution/operators/serialize.cc index bf267be05a79..32a953a65aac 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/geometric_distribution/operators/serialize.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/geometric_distribution/operators/serialize.cc @@ -3,7 +3,7 @@ // // 2009-08-14 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/26_numerics/random/geometric_distribution/operators/values.cc b/libstdc++-v3/testsuite/26_numerics/random/geometric_distribution/operators/values.cc index 09855526a94d..a28d7a701827 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/geometric_distribution/operators/values.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/geometric_distribution/operators/values.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-cstdint "" } // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/26_numerics/random/geometric_distribution/requirements/explicit_instantiation/1.cc b/libstdc++-v3/testsuite/26_numerics/random/geometric_distribution/requirements/explicit_instantiation/1.cc index 4b1667f2986c..13da5cf89101 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/geometric_distribution/requirements/explicit_instantiation/1.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/geometric_distribution/requirements/explicit_instantiation/1.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/26_numerics/random/geometric_distribution/requirements/typedefs.cc b/libstdc++-v3/testsuite/26_numerics/random/geometric_distribution/requirements/typedefs.cc index f51269990053..c5f0716ffc48 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/geometric_distribution/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/geometric_distribution/requirements/typedefs.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/independent_bits_engine/cons/55215.cc b/libstdc++-v3/testsuite/26_numerics/random/independent_bits_engine/cons/55215.cc index e1fc65633fad..611d91483ccd 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/independent_bits_engine/cons/55215.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/independent_bits_engine/cons/55215.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-cstdint "" } // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/26_numerics/random/independent_bits_engine/cons/base_copy.cc b/libstdc++-v3/testsuite/26_numerics/random/independent_bits_engine/cons/base_copy.cc index 8cbbebf4c068..e397142376ff 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/independent_bits_engine/cons/base_copy.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/independent_bits_engine/cons/base_copy.cc @@ -3,7 +3,7 @@ // // 2008-12-07 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/independent_bits_engine/cons/base_move.cc b/libstdc++-v3/testsuite/26_numerics/random/independent_bits_engine/cons/base_move.cc index ab3cf71fda3f..874ddcb77910 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/independent_bits_engine/cons/base_move.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/independent_bits_engine/cons/base_move.cc @@ -3,7 +3,7 @@ // // 2008-12-07 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/independent_bits_engine/cons/copy.cc b/libstdc++-v3/testsuite/26_numerics/random/independent_bits_engine/cons/copy.cc index 5a17e87cf9ef..835a8c042f70 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/independent_bits_engine/cons/copy.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/independent_bits_engine/cons/copy.cc @@ -3,7 +3,7 @@ // // 2010-02-16 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/independent_bits_engine/cons/default.cc b/libstdc++-v3/testsuite/26_numerics/random/independent_bits_engine/cons/default.cc index 08bc817db79a..ec84e1b3305d 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/independent_bits_engine/cons/default.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/independent_bits_engine/cons/default.cc @@ -3,7 +3,7 @@ // // 2008-12-07 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/independent_bits_engine/cons/seed1.cc b/libstdc++-v3/testsuite/26_numerics/random/independent_bits_engine/cons/seed1.cc index 58958969304c..33e2f05c636d 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/independent_bits_engine/cons/seed1.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/independent_bits_engine/cons/seed1.cc @@ -3,7 +3,7 @@ // // 2008-12-07 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/independent_bits_engine/cons/seed2.cc b/libstdc++-v3/testsuite/26_numerics/random/independent_bits_engine/cons/seed2.cc index f65d851e071d..245c4888a35d 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/independent_bits_engine/cons/seed2.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/independent_bits_engine/cons/seed2.cc @@ -3,7 +3,7 @@ // // 2008-12-07 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/independent_bits_engine/cons/seed_seq.cc b/libstdc++-v3/testsuite/26_numerics/random/independent_bits_engine/cons/seed_seq.cc index 46f8cf74f8d9..ad0516461a44 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/independent_bits_engine/cons/seed_seq.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/independent_bits_engine/cons/seed_seq.cc @@ -3,7 +3,7 @@ // // 2008-12-07 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/independent_bits_engine/operators/equal.cc b/libstdc++-v3/testsuite/26_numerics/random/independent_bits_engine/operators/equal.cc index dba33126651f..d8e4e29aafe9 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/independent_bits_engine/operators/equal.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/independent_bits_engine/operators/equal.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/independent_bits_engine/operators/inequal.cc b/libstdc++-v3/testsuite/26_numerics/random/independent_bits_engine/operators/inequal.cc index 9e21224a2d93..c7308646a81c 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/independent_bits_engine/operators/inequal.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/independent_bits_engine/operators/inequal.cc @@ -3,7 +3,7 @@ // // 2010-03-16 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/independent_bits_engine/operators/serialize.cc b/libstdc++-v3/testsuite/26_numerics/random/independent_bits_engine/operators/serialize.cc index 8b102bdd24e5..d409a9dc7172 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/independent_bits_engine/operators/serialize.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/independent_bits_engine/operators/serialize.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/independent_bits_engine/requirements/constexpr_functions.cc b/libstdc++-v3/testsuite/26_numerics/random/independent_bits_engine/requirements/constexpr_functions.cc index 62eb1038e301..dae584d8e613 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/independent_bits_engine/requirements/constexpr_functions.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/independent_bits_engine/requirements/constexpr_functions.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/independent_bits_engine/requirements/typedefs.cc b/libstdc++-v3/testsuite/26_numerics/random/independent_bits_engine/requirements/typedefs.cc index eb39fe40fd84..6f72241460b4 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/independent_bits_engine/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/independent_bits_engine/requirements/typedefs.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/knuth_b.cc b/libstdc++-v3/testsuite/26_numerics/random/knuth_b.cc index c01d120dbe6a..1cdefc47e12c 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/knuth_b.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/knuth_b.cc @@ -3,7 +3,7 @@ // // 2008-11-18 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/26_numerics/random/linear_congruential_engine/cons/55215.cc b/libstdc++-v3/testsuite/26_numerics/random/linear_congruential_engine/cons/55215.cc index 5c0604f50611..0a69eff16ba2 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/linear_congruential_engine/cons/55215.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/linear_congruential_engine/cons/55215.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-cstdint "" } // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/26_numerics/random/linear_congruential_engine/cons/copy.cc b/libstdc++-v3/testsuite/26_numerics/random/linear_congruential_engine/cons/copy.cc index 47e903f83cb3..7fda213a45cb 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/linear_congruential_engine/cons/copy.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/linear_congruential_engine/cons/copy.cc @@ -3,7 +3,7 @@ // // 2010-02-16 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/linear_congruential_engine/cons/default.cc b/libstdc++-v3/testsuite/26_numerics/random/linear_congruential_engine/cons/default.cc index 0f8b61649383..9cd549786c59 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/linear_congruential_engine/cons/default.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/linear_congruential_engine/cons/default.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/linear_congruential_engine/cons/seed1.cc b/libstdc++-v3/testsuite/26_numerics/random/linear_congruential_engine/cons/seed1.cc index d69bfaf47bfd..3059e36c73bd 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/linear_congruential_engine/cons/seed1.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/linear_congruential_engine/cons/seed1.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/linear_congruential_engine/cons/seed2.cc b/libstdc++-v3/testsuite/26_numerics/random/linear_congruential_engine/cons/seed2.cc index 88c624c783f4..6f60318b8147 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/linear_congruential_engine/cons/seed2.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/linear_congruential_engine/cons/seed2.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/linear_congruential_engine/cons/seed_seq.cc b/libstdc++-v3/testsuite/26_numerics/random/linear_congruential_engine/cons/seed_seq.cc index de26cb018ad9..94b2d4ba849b 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/linear_congruential_engine/cons/seed_seq.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/linear_congruential_engine/cons/seed_seq.cc @@ -3,7 +3,7 @@ // // 2010-02-01 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/linear_congruential_engine/operators/51795.cc b/libstdc++-v3/testsuite/26_numerics/random/linear_congruential_engine/operators/51795.cc index b21ec4737c72..a0c14f5bb057 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/linear_congruential_engine/operators/51795.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/linear_congruential_engine/operators/51795.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-cstdint "" } // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/26_numerics/random/linear_congruential_engine/operators/equal.cc b/libstdc++-v3/testsuite/26_numerics/random/linear_congruential_engine/operators/equal.cc index 0be657ecbafe..336393b1ebc3 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/linear_congruential_engine/operators/equal.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/linear_congruential_engine/operators/equal.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/linear_congruential_engine/operators/inequal.cc b/libstdc++-v3/testsuite/26_numerics/random/linear_congruential_engine/operators/inequal.cc index b935847aad77..e36eae626380 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/linear_congruential_engine/operators/inequal.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/linear_congruential_engine/operators/inequal.cc @@ -3,7 +3,7 @@ // // 2010-03-16 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/linear_congruential_engine/operators/serialize.cc b/libstdc++-v3/testsuite/26_numerics/random/linear_congruential_engine/operators/serialize.cc index cfdea122579e..a334ba9d7661 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/linear_congruential_engine/operators/serialize.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/linear_congruential_engine/operators/serialize.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/linear_congruential_engine/requirements/constants.cc b/libstdc++-v3/testsuite/26_numerics/random/linear_congruential_engine/requirements/constants.cc index 8e0ab9ad11fa..bd41acfd5396 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/linear_congruential_engine/requirements/constants.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/linear_congruential_engine/requirements/constants.cc @@ -3,7 +3,7 @@ // // 2009-09-29 Paolo Carlini // -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/26_numerics/random/linear_congruential_engine/requirements/constexpr_data.cc b/libstdc++-v3/testsuite/26_numerics/random/linear_congruential_engine/requirements/constexpr_data.cc index 19406bcb148c..354c7ac186f7 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/linear_congruential_engine/requirements/constexpr_data.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/linear_congruential_engine/requirements/constexpr_data.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/linear_congruential_engine/requirements/constexpr_functions.cc b/libstdc++-v3/testsuite/26_numerics/random/linear_congruential_engine/requirements/constexpr_functions.cc index 5091d37b2e2d..8250bb742031 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/linear_congruential_engine/requirements/constexpr_functions.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/linear_congruential_engine/requirements/constexpr_functions.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/linear_congruential_engine/requirements/non_uint_neg.cc b/libstdc++-v3/testsuite/26_numerics/random/linear_congruential_engine/requirements/non_uint_neg.cc index e6fc31facff1..62c76629f767 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/linear_congruential_engine/requirements/non_uint_neg.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/linear_congruential_engine/requirements/non_uint_neg.cc @@ -1,7 +1,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/linear_congruential_engine/requirements/typedefs.cc b/libstdc++-v3/testsuite/26_numerics/random/linear_congruential_engine/requirements/typedefs.cc index d0e2d96891d6..b2fc6a548c10 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/linear_congruential_engine/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/linear_congruential_engine/requirements/typedefs.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/lognormal_distribution/cons/default.cc b/libstdc++-v3/testsuite/26_numerics/random/lognormal_distribution/cons/default.cc index 69d21bbca484..1fb3a1fb9428 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/lognormal_distribution/cons/default.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/lognormal_distribution/cons/default.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/lognormal_distribution/cons/parms.cc b/libstdc++-v3/testsuite/26_numerics/random/lognormal_distribution/cons/parms.cc index 3009a239b3d1..fed2756fb658 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/lognormal_distribution/cons/parms.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/lognormal_distribution/cons/parms.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/lognormal_distribution/operators/equal.cc b/libstdc++-v3/testsuite/26_numerics/random/lognormal_distribution/operators/equal.cc index 418f92c7bb3c..d98cb92b3050 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/lognormal_distribution/operators/equal.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/lognormal_distribution/operators/equal.cc @@ -3,7 +3,7 @@ // // 2010-03-16 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/lognormal_distribution/operators/inequal.cc b/libstdc++-v3/testsuite/26_numerics/random/lognormal_distribution/operators/inequal.cc index c6f9e4cca815..c4ebcfe80dcf 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/lognormal_distribution/operators/inequal.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/lognormal_distribution/operators/inequal.cc @@ -3,7 +3,7 @@ // // 2010-03-16 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/lognormal_distribution/operators/serialize.cc b/libstdc++-v3/testsuite/26_numerics/random/lognormal_distribution/operators/serialize.cc index 903a57ce9be4..d499221aed3f 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/lognormal_distribution/operators/serialize.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/lognormal_distribution/operators/serialize.cc @@ -3,7 +3,7 @@ // // 2009-08-14 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/26_numerics/random/lognormal_distribution/requirements/explicit_instantiation/1.cc b/libstdc++-v3/testsuite/26_numerics/random/lognormal_distribution/requirements/explicit_instantiation/1.cc index 060ca2b6e23b..a7895b1eee4f 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/lognormal_distribution/requirements/explicit_instantiation/1.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/lognormal_distribution/requirements/explicit_instantiation/1.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/26_numerics/random/lognormal_distribution/requirements/typedefs.cc b/libstdc++-v3/testsuite/26_numerics/random/lognormal_distribution/requirements/typedefs.cc index 970b3cc39ebf..11c63c4f5cee 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/lognormal_distribution/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/lognormal_distribution/requirements/typedefs.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/mersenne_twister_engine/cons/55215.cc b/libstdc++-v3/testsuite/26_numerics/random/mersenne_twister_engine/cons/55215.cc index 3e5d7517ffda..df522bc4d020 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/mersenne_twister_engine/cons/55215.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/mersenne_twister_engine/cons/55215.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-cstdint "" } // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/26_numerics/random/mersenne_twister_engine/cons/copy.cc b/libstdc++-v3/testsuite/26_numerics/random/mersenne_twister_engine/cons/copy.cc index a31ac426d712..432e58780c3d 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/mersenne_twister_engine/cons/copy.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/mersenne_twister_engine/cons/copy.cc @@ -3,7 +3,7 @@ // // 2010-02-16 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/mersenne_twister_engine/cons/default.cc b/libstdc++-v3/testsuite/26_numerics/random/mersenne_twister_engine/cons/default.cc index 535291105a3b..237bd3d7926f 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/mersenne_twister_engine/cons/default.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/mersenne_twister_engine/cons/default.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/mersenne_twister_engine/cons/seed1.cc b/libstdc++-v3/testsuite/26_numerics/random/mersenne_twister_engine/cons/seed1.cc index 30732393d5be..84d4fae1d7af 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/mersenne_twister_engine/cons/seed1.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/mersenne_twister_engine/cons/seed1.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/mersenne_twister_engine/cons/seed2.cc b/libstdc++-v3/testsuite/26_numerics/random/mersenne_twister_engine/cons/seed2.cc index 097f16b536f8..33bbf2bed65d 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/mersenne_twister_engine/cons/seed2.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/mersenne_twister_engine/cons/seed2.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/mersenne_twister_engine/cons/seed_seq.cc b/libstdc++-v3/testsuite/26_numerics/random/mersenne_twister_engine/cons/seed_seq.cc index 06484bce2505..43725632493d 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/mersenne_twister_engine/cons/seed_seq.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/mersenne_twister_engine/cons/seed_seq.cc @@ -3,7 +3,7 @@ // // 2010-02-01 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/mersenne_twister_engine/operators/equal.cc b/libstdc++-v3/testsuite/26_numerics/random/mersenne_twister_engine/operators/equal.cc index 2ca1cce2281e..668f61dde205 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/mersenne_twister_engine/operators/equal.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/mersenne_twister_engine/operators/equal.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/mersenne_twister_engine/operators/inequal.cc b/libstdc++-v3/testsuite/26_numerics/random/mersenne_twister_engine/operators/inequal.cc index 7dbaf599d8cf..501e23692e64 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/mersenne_twister_engine/operators/inequal.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/mersenne_twister_engine/operators/inequal.cc @@ -3,7 +3,7 @@ // // 2010-03-16 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/mersenne_twister_engine/operators/serialize.cc b/libstdc++-v3/testsuite/26_numerics/random/mersenne_twister_engine/operators/serialize.cc index 0f2ebb11c51d..6fda0a79e67b 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/mersenne_twister_engine/operators/serialize.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/mersenne_twister_engine/operators/serialize.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/mersenne_twister_engine/requirements/constants.cc b/libstdc++-v3/testsuite/26_numerics/random/mersenne_twister_engine/requirements/constants.cc index d2ab4b6746d7..997b6ef62ad3 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/mersenne_twister_engine/requirements/constants.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/mersenne_twister_engine/requirements/constants.cc @@ -3,7 +3,7 @@ // // 2009-09-29 Paolo Carlini // -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/26_numerics/random/mersenne_twister_engine/requirements/constexpr_data.cc b/libstdc++-v3/testsuite/26_numerics/random/mersenne_twister_engine/requirements/constexpr_data.cc index 4829c1122e56..44eb13ace984 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/mersenne_twister_engine/requirements/constexpr_data.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/mersenne_twister_engine/requirements/constexpr_data.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/mersenne_twister_engine/requirements/constexpr_functions.cc b/libstdc++-v3/testsuite/26_numerics/random/mersenne_twister_engine/requirements/constexpr_functions.cc index 4f5d85323b0e..3e18c7fe2df3 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/mersenne_twister_engine/requirements/constexpr_functions.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/mersenne_twister_engine/requirements/constexpr_functions.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/mersenne_twister_engine/requirements/typedefs.cc b/libstdc++-v3/testsuite/26_numerics/random/mersenne_twister_engine/requirements/typedefs.cc index 1e06a9b666e7..8595c772d9b7 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/mersenne_twister_engine/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/mersenne_twister_engine/requirements/typedefs.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/minstd_rand.cc b/libstdc++-v3/testsuite/26_numerics/random/minstd_rand.cc index 7f079279265d..fd22044aea15 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/minstd_rand.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/minstd_rand.cc @@ -3,7 +3,7 @@ // // 2008-11-18 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/26_numerics/random/minstd_rand0.cc b/libstdc++-v3/testsuite/26_numerics/random/minstd_rand0.cc index 4fe102cacd0b..9b406fee81ed 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/minstd_rand0.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/minstd_rand0.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/mt19937.cc b/libstdc++-v3/testsuite/26_numerics/random/mt19937.cc index 7796a9cfa4d0..49d75dc66ec3 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/mt19937.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/mt19937.cc @@ -3,7 +3,7 @@ // // 2008-11-18 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/26_numerics/random/mt19937_64.cc b/libstdc++-v3/testsuite/26_numerics/random/mt19937_64.cc index d004baaff9df..4bc660dfe6a0 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/mt19937_64.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/mt19937_64.cc @@ -3,7 +3,7 @@ // // 2008-11-18 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/negative_binomial_distribution/cons/default.cc b/libstdc++-v3/testsuite/26_numerics/random/negative_binomial_distribution/cons/default.cc index fdfc882c7ddc..7b1418cd2c11 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/negative_binomial_distribution/cons/default.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/negative_binomial_distribution/cons/default.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/negative_binomial_distribution/cons/parms.cc b/libstdc++-v3/testsuite/26_numerics/random/negative_binomial_distribution/cons/parms.cc index 41e2ef9d3877..c94d4216b261 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/negative_binomial_distribution/cons/parms.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/negative_binomial_distribution/cons/parms.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/negative_binomial_distribution/operators/58302.cc b/libstdc++-v3/testsuite/26_numerics/random/negative_binomial_distribution/operators/58302.cc index 3ba008c83367..f3de37669594 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/negative_binomial_distribution/operators/58302.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/negative_binomial_distribution/operators/58302.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/26_numerics/random/negative_binomial_distribution/operators/equal.cc b/libstdc++-v3/testsuite/26_numerics/random/negative_binomial_distribution/operators/equal.cc index b2b99a211842..b28f0f76d55f 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/negative_binomial_distribution/operators/equal.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/negative_binomial_distribution/operators/equal.cc @@ -3,7 +3,7 @@ // // 2010-03-16 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/negative_binomial_distribution/operators/inequal.cc b/libstdc++-v3/testsuite/26_numerics/random/negative_binomial_distribution/operators/inequal.cc index e1643b4ff740..735f7d2c66a6 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/negative_binomial_distribution/operators/inequal.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/negative_binomial_distribution/operators/inequal.cc @@ -3,7 +3,7 @@ // // 2010-03-16 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/negative_binomial_distribution/operators/serialize.cc b/libstdc++-v3/testsuite/26_numerics/random/negative_binomial_distribution/operators/serialize.cc index 1ab05217e87e..86c10bd0fa8d 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/negative_binomial_distribution/operators/serialize.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/negative_binomial_distribution/operators/serialize.cc @@ -3,7 +3,7 @@ // // 2009-08-14 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/26_numerics/random/negative_binomial_distribution/operators/values.cc b/libstdc++-v3/testsuite/26_numerics/random/negative_binomial_distribution/operators/values.cc index eb59909da372..4175a60ff55b 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/negative_binomial_distribution/operators/values.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/negative_binomial_distribution/operators/values.cc @@ -2,7 +2,7 @@ // { dg-require-cstdint "" } // { dg-require-cmath "" } // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/26_numerics/random/negative_binomial_distribution/requirements/explicit_instantiation/1.cc b/libstdc++-v3/testsuite/26_numerics/random/negative_binomial_distribution/requirements/explicit_instantiation/1.cc index 87b32a0c900d..01d77bc0f883 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/negative_binomial_distribution/requirements/explicit_instantiation/1.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/negative_binomial_distribution/requirements/explicit_instantiation/1.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/26_numerics/random/negative_binomial_distribution/requirements/typedefs.cc b/libstdc++-v3/testsuite/26_numerics/random/negative_binomial_distribution/requirements/typedefs.cc index ff227ba90203..2246fc139a6b 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/negative_binomial_distribution/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/negative_binomial_distribution/requirements/typedefs.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/normal_distribution/cons/default.cc b/libstdc++-v3/testsuite/26_numerics/random/normal_distribution/cons/default.cc index 7bcae800af64..a8daaf44b24c 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/normal_distribution/cons/default.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/normal_distribution/cons/default.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/normal_distribution/cons/parms.cc b/libstdc++-v3/testsuite/26_numerics/random/normal_distribution/cons/parms.cc index 497c7e1e0774..04a24f8c418a 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/normal_distribution/cons/parms.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/normal_distribution/cons/parms.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/normal_distribution/operators/equal.cc b/libstdc++-v3/testsuite/26_numerics/random/normal_distribution/operators/equal.cc index 8ccbc2adc773..5efb11655615 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/normal_distribution/operators/equal.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/normal_distribution/operators/equal.cc @@ -3,7 +3,7 @@ // // 2010-03-16 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/normal_distribution/operators/inequal.cc b/libstdc++-v3/testsuite/26_numerics/random/normal_distribution/operators/inequal.cc index 0944a2acd226..6db9c4c32e7f 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/normal_distribution/operators/inequal.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/normal_distribution/operators/inequal.cc @@ -3,7 +3,7 @@ // // 2010-03-16 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/normal_distribution/operators/serialize.cc b/libstdc++-v3/testsuite/26_numerics/random/normal_distribution/operators/serialize.cc index 6d45bd965766..78e3873efcc3 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/normal_distribution/operators/serialize.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/normal_distribution/operators/serialize.cc @@ -3,7 +3,7 @@ // // 2009-08-14 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/26_numerics/random/normal_distribution/requirements/explicit_instantiation/1.cc b/libstdc++-v3/testsuite/26_numerics/random/normal_distribution/requirements/explicit_instantiation/1.cc index 069261d78a95..b823843ff1dd 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/normal_distribution/requirements/explicit_instantiation/1.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/normal_distribution/requirements/explicit_instantiation/1.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/26_numerics/random/normal_distribution/requirements/typedefs.cc b/libstdc++-v3/testsuite/26_numerics/random/normal_distribution/requirements/typedefs.cc index bc12a9f2f99a..8193e48af7f4 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/normal_distribution/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/normal_distribution/requirements/typedefs.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/piecewise_constant_distribution/cons/default.cc b/libstdc++-v3/testsuite/26_numerics/random/piecewise_constant_distribution/cons/default.cc index be3100feac16..e4bc7b21119b 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/piecewise_constant_distribution/cons/default.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/piecewise_constant_distribution/cons/default.cc @@ -3,7 +3,7 @@ // // 2008-12-03 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/piecewise_constant_distribution/cons/initlist_fun.cc b/libstdc++-v3/testsuite/26_numerics/random/piecewise_constant_distribution/cons/initlist_fun.cc index 3b894a2c98a1..4895dbe939d2 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/piecewise_constant_distribution/cons/initlist_fun.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/piecewise_constant_distribution/cons/initlist_fun.cc @@ -3,7 +3,7 @@ // // 2008-12-03 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/piecewise_constant_distribution/cons/num_xbound_fun.cc b/libstdc++-v3/testsuite/26_numerics/random/piecewise_constant_distribution/cons/num_xbound_fun.cc index a678ff2d27a6..2ff1b41783d2 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/piecewise_constant_distribution/cons/num_xbound_fun.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/piecewise_constant_distribution/cons/num_xbound_fun.cc @@ -3,7 +3,7 @@ // // 2008-12-03 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/piecewise_constant_distribution/cons/range.cc b/libstdc++-v3/testsuite/26_numerics/random/piecewise_constant_distribution/cons/range.cc index b455e575df54..524b77988be6 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/piecewise_constant_distribution/cons/range.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/piecewise_constant_distribution/cons/range.cc @@ -3,7 +3,7 @@ // // 2008-12-03 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/piecewise_constant_distribution/operators/call-default.cc b/libstdc++-v3/testsuite/26_numerics/random/piecewise_constant_distribution/operators/call-default.cc index 321f9500a0cd..af30e3b021bd 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/piecewise_constant_distribution/operators/call-default.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/piecewise_constant_distribution/operators/call-default.cc @@ -3,7 +3,7 @@ // // 2010-10-13 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/piecewise_constant_distribution/operators/equal.cc b/libstdc++-v3/testsuite/26_numerics/random/piecewise_constant_distribution/operators/equal.cc index ff0ce4ac6b7d..1eede802a2f7 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/piecewise_constant_distribution/operators/equal.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/piecewise_constant_distribution/operators/equal.cc @@ -3,7 +3,7 @@ // // 2010-03-16 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/piecewise_constant_distribution/operators/inequal.cc b/libstdc++-v3/testsuite/26_numerics/random/piecewise_constant_distribution/operators/inequal.cc index 4c0efff510b9..6c750766d84c 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/piecewise_constant_distribution/operators/inequal.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/piecewise_constant_distribution/operators/inequal.cc @@ -3,7 +3,7 @@ // // 2010-03-16 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/piecewise_constant_distribution/operators/serialize.cc b/libstdc++-v3/testsuite/26_numerics/random/piecewise_constant_distribution/operators/serialize.cc index 44ee0f66bcfb..7a6ad4383008 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/piecewise_constant_distribution/operators/serialize.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/piecewise_constant_distribution/operators/serialize.cc @@ -3,7 +3,7 @@ // // 2009-08-14 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/26_numerics/random/piecewise_constant_distribution/requirements/explicit_instantiation/1.cc b/libstdc++-v3/testsuite/26_numerics/random/piecewise_constant_distribution/requirements/explicit_instantiation/1.cc index c4446d6f971f..5db586a953ff 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/piecewise_constant_distribution/requirements/explicit_instantiation/1.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/piecewise_constant_distribution/requirements/explicit_instantiation/1.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/26_numerics/random/piecewise_constant_distribution/requirements/typedefs.cc b/libstdc++-v3/testsuite/26_numerics/random/piecewise_constant_distribution/requirements/typedefs.cc index 0550715c42ca..defc8d2260ef 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/piecewise_constant_distribution/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/piecewise_constant_distribution/requirements/typedefs.cc @@ -3,7 +3,7 @@ // // 2008-12-03 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/piecewise_linear_distribution/cons/default.cc b/libstdc++-v3/testsuite/26_numerics/random/piecewise_linear_distribution/cons/default.cc index 94f214f0a831..0c7f9c5c97c1 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/piecewise_linear_distribution/cons/default.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/piecewise_linear_distribution/cons/default.cc @@ -3,7 +3,7 @@ // // 2008-12-03 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/piecewise_linear_distribution/cons/initlist_fun.cc b/libstdc++-v3/testsuite/26_numerics/random/piecewise_linear_distribution/cons/initlist_fun.cc index 9c4a7bcf9b38..4d95dd483cbf 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/piecewise_linear_distribution/cons/initlist_fun.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/piecewise_linear_distribution/cons/initlist_fun.cc @@ -3,7 +3,7 @@ // // 2008-12-03 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/piecewise_linear_distribution/cons/num_xbound_fun.cc b/libstdc++-v3/testsuite/26_numerics/random/piecewise_linear_distribution/cons/num_xbound_fun.cc index cb1213313784..707a90494e0a 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/piecewise_linear_distribution/cons/num_xbound_fun.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/piecewise_linear_distribution/cons/num_xbound_fun.cc @@ -3,7 +3,7 @@ // // 2008-12-03 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/piecewise_linear_distribution/cons/range.cc b/libstdc++-v3/testsuite/26_numerics/random/piecewise_linear_distribution/cons/range.cc index e30e2824c798..1e41b5e9ff7e 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/piecewise_linear_distribution/cons/range.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/piecewise_linear_distribution/cons/range.cc @@ -3,7 +3,7 @@ // // 2008-12-03 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/piecewise_linear_distribution/operators/call-default.cc b/libstdc++-v3/testsuite/26_numerics/random/piecewise_linear_distribution/operators/call-default.cc index ffe0f7142b36..c7c2781a88d6 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/piecewise_linear_distribution/operators/call-default.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/piecewise_linear_distribution/operators/call-default.cc @@ -3,7 +3,7 @@ // // 2010-10-12 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/piecewise_linear_distribution/operators/equal.cc b/libstdc++-v3/testsuite/26_numerics/random/piecewise_linear_distribution/operators/equal.cc index 8060120f13e9..2309a250c1b7 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/piecewise_linear_distribution/operators/equal.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/piecewise_linear_distribution/operators/equal.cc @@ -3,7 +3,7 @@ // // 2010-03-16 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/piecewise_linear_distribution/operators/inequal.cc b/libstdc++-v3/testsuite/26_numerics/random/piecewise_linear_distribution/operators/inequal.cc index 8b933bc7c587..69d5950efa83 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/piecewise_linear_distribution/operators/inequal.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/piecewise_linear_distribution/operators/inequal.cc @@ -3,7 +3,7 @@ // // 2010-03-16 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/piecewise_linear_distribution/operators/serialize.cc b/libstdc++-v3/testsuite/26_numerics/random/piecewise_linear_distribution/operators/serialize.cc index 89718cec7ea8..1ad126e371da 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/piecewise_linear_distribution/operators/serialize.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/piecewise_linear_distribution/operators/serialize.cc @@ -3,7 +3,7 @@ // // 2009-08-14 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/26_numerics/random/piecewise_linear_distribution/requirements/explicit_instantiation/1.cc b/libstdc++-v3/testsuite/26_numerics/random/piecewise_linear_distribution/requirements/explicit_instantiation/1.cc index 961e35ada1da..c2602a1c59b7 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/piecewise_linear_distribution/requirements/explicit_instantiation/1.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/piecewise_linear_distribution/requirements/explicit_instantiation/1.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/26_numerics/random/piecewise_linear_distribution/requirements/typedefs.cc b/libstdc++-v3/testsuite/26_numerics/random/piecewise_linear_distribution/requirements/typedefs.cc index 7aff9dd9e0a2..5bd6a92b0f72 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/piecewise_linear_distribution/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/piecewise_linear_distribution/requirements/typedefs.cc @@ -3,7 +3,7 @@ // // 2008-12-03 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/poisson_distribution/cons/default.cc b/libstdc++-v3/testsuite/26_numerics/random/poisson_distribution/cons/default.cc index bf735a8fb334..40fef3ceabf9 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/poisson_distribution/cons/default.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/poisson_distribution/cons/default.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/poisson_distribution/cons/parms.cc b/libstdc++-v3/testsuite/26_numerics/random/poisson_distribution/cons/parms.cc index 4b2cbe055391..0881956259c1 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/poisson_distribution/cons/parms.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/poisson_distribution/cons/parms.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/poisson_distribution/operators/equal.cc b/libstdc++-v3/testsuite/26_numerics/random/poisson_distribution/operators/equal.cc index ea336522d73c..e3524d027b78 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/poisson_distribution/operators/equal.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/poisson_distribution/operators/equal.cc @@ -3,7 +3,7 @@ // // 2010-03-16 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/poisson_distribution/operators/inequal.cc b/libstdc++-v3/testsuite/26_numerics/random/poisson_distribution/operators/inequal.cc index 68a01171669e..5d7291977ec2 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/poisson_distribution/operators/inequal.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/poisson_distribution/operators/inequal.cc @@ -3,7 +3,7 @@ // // 2010-03-16 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/poisson_distribution/operators/serialize.cc b/libstdc++-v3/testsuite/26_numerics/random/poisson_distribution/operators/serialize.cc index c70e3e43514c..fe3c575b6d3f 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/poisson_distribution/operators/serialize.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/poisson_distribution/operators/serialize.cc @@ -3,7 +3,7 @@ // // 2009-08-14 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/26_numerics/random/poisson_distribution/operators/values.cc b/libstdc++-v3/testsuite/26_numerics/random/poisson_distribution/operators/values.cc index e30c16894fb6..0039b7dbd0a6 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/poisson_distribution/operators/values.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/poisson_distribution/operators/values.cc @@ -2,7 +2,7 @@ // { dg-require-cstdint "" } // { dg-require-cmath "" } // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/26_numerics/random/poisson_distribution/requirements/explicit_instantiation/1.cc b/libstdc++-v3/testsuite/26_numerics/random/poisson_distribution/requirements/explicit_instantiation/1.cc index 5969a9baac64..a99bc3911ca3 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/poisson_distribution/requirements/explicit_instantiation/1.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/poisson_distribution/requirements/explicit_instantiation/1.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/26_numerics/random/poisson_distribution/requirements/typedefs.cc b/libstdc++-v3/testsuite/26_numerics/random/poisson_distribution/requirements/typedefs.cc index a5a6b1678b9e..46ef7b2627a8 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/poisson_distribution/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/poisson_distribution/requirements/typedefs.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/random_device/cons/default.cc b/libstdc++-v3/testsuite/26_numerics/random/random_device/cons/default.cc index da9e658f54cb..45cdc5b2b6ac 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/random_device/cons/default.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/random_device/cons/default.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/random_device/cons/token.cc b/libstdc++-v3/testsuite/26_numerics/random/random_device/cons/token.cc index b146998ec7e1..1b6b63bd0b19 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/random_device/cons/token.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/random_device/cons/token.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/random_device/requirements/typedefs.cc b/libstdc++-v3/testsuite/26_numerics/random/random_device/requirements/typedefs.cc index 605283efaf83..30676bbdf36b 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/random_device/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/random_device/requirements/typedefs.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/ranlux24.cc b/libstdc++-v3/testsuite/26_numerics/random/ranlux24.cc index 5df380ea42ee..830ea119efe2 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/ranlux24.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/ranlux24.cc @@ -3,7 +3,7 @@ // // 2008-11-18 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/ranlux24_base.cc b/libstdc++-v3/testsuite/26_numerics/random/ranlux24_base.cc index c23f0635870f..532f8a8121f3 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/ranlux24_base.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/ranlux24_base.cc @@ -3,7 +3,7 @@ // // 2008-11-18 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/ranlux48.cc b/libstdc++-v3/testsuite/26_numerics/random/ranlux48.cc index 530212f59f7c..37efc625f826 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/ranlux48.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/ranlux48.cc @@ -3,7 +3,7 @@ // // 2008-11-18 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/ranlux48_base.cc b/libstdc++-v3/testsuite/26_numerics/random/ranlux48_base.cc index 03b9faaf1523..f59560a6be73 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/ranlux48_base.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/ranlux48_base.cc @@ -3,7 +3,7 @@ // // 2008-11-18 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/seed_seq/cons/65631.cc b/libstdc++-v3/testsuite/26_numerics/random/seed_seq/cons/65631.cc index 5960a70bf26b..771f8628a5f4 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/seed_seq/cons/65631.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/seed_seq/cons/65631.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/26_numerics/random/seed_seq/cons/default.cc b/libstdc++-v3/testsuite/26_numerics/random/seed_seq/cons/default.cc index 5ee35d2ced3a..cf8afbff304d 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/seed_seq/cons/default.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/seed_seq/cons/default.cc @@ -3,7 +3,7 @@ // // 2008-12-05 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/seed_seq/cons/initlist.cc b/libstdc++-v3/testsuite/26_numerics/random/seed_seq/cons/initlist.cc index 7fcd53ed17cd..469f559cab31 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/seed_seq/cons/initlist.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/seed_seq/cons/initlist.cc @@ -3,7 +3,7 @@ // // 2009-02-13 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/26_numerics/random/seed_seq/cons/range.cc b/libstdc++-v3/testsuite/26_numerics/random/seed_seq/cons/range.cc index 85f34997a258..4f3206e7448d 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/seed_seq/cons/range.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/seed_seq/cons/range.cc @@ -3,7 +3,7 @@ // // 2008-12-05 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/seed_seq/requirements/typedefs.cc b/libstdc++-v3/testsuite/26_numerics/random/seed_seq/requirements/typedefs.cc index e72165832011..6521620f23d9 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/seed_seq/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/seed_seq/requirements/typedefs.cc @@ -3,7 +3,7 @@ // // 2008-12-05 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/shuffle_order_engine/cons/55215.cc b/libstdc++-v3/testsuite/26_numerics/random/shuffle_order_engine/cons/55215.cc index 7fede12d73a1..706dcc1fdec7 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/shuffle_order_engine/cons/55215.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/shuffle_order_engine/cons/55215.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-cstdint "" } // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/26_numerics/random/shuffle_order_engine/cons/base_copy.cc b/libstdc++-v3/testsuite/26_numerics/random/shuffle_order_engine/cons/base_copy.cc index d69e46375e63..aa047f9f63be 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/shuffle_order_engine/cons/base_copy.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/shuffle_order_engine/cons/base_copy.cc @@ -3,7 +3,7 @@ // // 2008-12-07 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/shuffle_order_engine/cons/base_move.cc b/libstdc++-v3/testsuite/26_numerics/random/shuffle_order_engine/cons/base_move.cc index e039d66eab3e..a5034f7a8e72 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/shuffle_order_engine/cons/base_move.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/shuffle_order_engine/cons/base_move.cc @@ -3,7 +3,7 @@ // // 2008-12-07 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/shuffle_order_engine/cons/copy.cc b/libstdc++-v3/testsuite/26_numerics/random/shuffle_order_engine/cons/copy.cc index 5ba043cb1f74..bc7a99049133 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/shuffle_order_engine/cons/copy.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/shuffle_order_engine/cons/copy.cc @@ -3,7 +3,7 @@ // // 2010-02-16 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/shuffle_order_engine/cons/default.cc b/libstdc++-v3/testsuite/26_numerics/random/shuffle_order_engine/cons/default.cc index 19e01de0deb2..17820149c5be 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/shuffle_order_engine/cons/default.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/shuffle_order_engine/cons/default.cc @@ -3,7 +3,7 @@ // // 2008-12-07 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/shuffle_order_engine/cons/seed1.cc b/libstdc++-v3/testsuite/26_numerics/random/shuffle_order_engine/cons/seed1.cc index addbcacda1c4..a1415926a4fa 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/shuffle_order_engine/cons/seed1.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/shuffle_order_engine/cons/seed1.cc @@ -3,7 +3,7 @@ // // 2008-12-07 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/shuffle_order_engine/cons/seed2.cc b/libstdc++-v3/testsuite/26_numerics/random/shuffle_order_engine/cons/seed2.cc index 2e832e91f0c1..70a73d4d6518 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/shuffle_order_engine/cons/seed2.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/shuffle_order_engine/cons/seed2.cc @@ -3,7 +3,7 @@ // // 2008-12-07 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/shuffle_order_engine/cons/seed_seq.cc b/libstdc++-v3/testsuite/26_numerics/random/shuffle_order_engine/cons/seed_seq.cc index 295ebebce6a3..546c13a22efd 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/shuffle_order_engine/cons/seed_seq.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/shuffle_order_engine/cons/seed_seq.cc @@ -3,7 +3,7 @@ // // 2008-12-07 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/shuffle_order_engine/operators/equal.cc b/libstdc++-v3/testsuite/26_numerics/random/shuffle_order_engine/operators/equal.cc index 62f51877d2f4..8654b7f9fd97 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/shuffle_order_engine/operators/equal.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/shuffle_order_engine/operators/equal.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/shuffle_order_engine/operators/inequal.cc b/libstdc++-v3/testsuite/26_numerics/random/shuffle_order_engine/operators/inequal.cc index a141cded7c38..0d905bfba4b9 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/shuffle_order_engine/operators/inequal.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/shuffle_order_engine/operators/inequal.cc @@ -3,7 +3,7 @@ // // 2010-03-16 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/shuffle_order_engine/operators/serialize.cc b/libstdc++-v3/testsuite/26_numerics/random/shuffle_order_engine/operators/serialize.cc index 1892291ca081..cb9d102dc300 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/shuffle_order_engine/operators/serialize.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/shuffle_order_engine/operators/serialize.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/shuffle_order_engine/requirements/constants.cc b/libstdc++-v3/testsuite/26_numerics/random/shuffle_order_engine/requirements/constants.cc index d7dee977b435..533df73ebd67 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/shuffle_order_engine/requirements/constants.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/shuffle_order_engine/requirements/constants.cc @@ -3,7 +3,7 @@ // // 2009-09-29 Paolo Carlini // -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/26_numerics/random/shuffle_order_engine/requirements/constexpr_data.cc b/libstdc++-v3/testsuite/26_numerics/random/shuffle_order_engine/requirements/constexpr_data.cc index a9b87a30f78e..55f442d61e9f 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/shuffle_order_engine/requirements/constexpr_data.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/shuffle_order_engine/requirements/constexpr_data.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/shuffle_order_engine/requirements/constexpr_functions.cc b/libstdc++-v3/testsuite/26_numerics/random/shuffle_order_engine/requirements/constexpr_functions.cc index 56886359917f..43dbe42a38c6 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/shuffle_order_engine/requirements/constexpr_functions.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/shuffle_order_engine/requirements/constexpr_functions.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/shuffle_order_engine/requirements/typedefs.cc b/libstdc++-v3/testsuite/26_numerics/random/shuffle_order_engine/requirements/typedefs.cc index 7f58a2deafb5..13d5f5bd2dae 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/shuffle_order_engine/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/shuffle_order_engine/requirements/typedefs.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/student_t_distribution/cons/default.cc b/libstdc++-v3/testsuite/26_numerics/random/student_t_distribution/cons/default.cc index befc58bf6128..ba46fda14993 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/student_t_distribution/cons/default.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/student_t_distribution/cons/default.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/student_t_distribution/cons/parms.cc b/libstdc++-v3/testsuite/26_numerics/random/student_t_distribution/cons/parms.cc index c01cd69b280e..28e025cd4a35 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/student_t_distribution/cons/parms.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/student_t_distribution/cons/parms.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/student_t_distribution/operators/equal.cc b/libstdc++-v3/testsuite/26_numerics/random/student_t_distribution/operators/equal.cc index 75f8c891b3f0..d84ec3e7bcdf 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/student_t_distribution/operators/equal.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/student_t_distribution/operators/equal.cc @@ -3,7 +3,7 @@ // // 2010-03-16 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/student_t_distribution/operators/inequal.cc b/libstdc++-v3/testsuite/26_numerics/random/student_t_distribution/operators/inequal.cc index 59a4e92a4a69..508f5d026a17 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/student_t_distribution/operators/inequal.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/student_t_distribution/operators/inequal.cc @@ -3,7 +3,7 @@ // // 2010-03-16 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/student_t_distribution/operators/serialize.cc b/libstdc++-v3/testsuite/26_numerics/random/student_t_distribution/operators/serialize.cc index 1a57b8dbac88..6011d2b5db21 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/student_t_distribution/operators/serialize.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/student_t_distribution/operators/serialize.cc @@ -3,7 +3,7 @@ // // 2009-08-14 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/26_numerics/random/student_t_distribution/requirements/explicit_instantiation/1.cc b/libstdc++-v3/testsuite/26_numerics/random/student_t_distribution/requirements/explicit_instantiation/1.cc index e9bad996ef48..3a84826fdc33 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/student_t_distribution/requirements/explicit_instantiation/1.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/student_t_distribution/requirements/explicit_instantiation/1.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/26_numerics/random/student_t_distribution/requirements/typedefs.cc b/libstdc++-v3/testsuite/26_numerics/random/student_t_distribution/requirements/typedefs.cc index a4f630e4d743..6315ad9a587e 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/student_t_distribution/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/student_t_distribution/requirements/typedefs.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/subtract_with_carry_engine/cons/55215.cc b/libstdc++-v3/testsuite/26_numerics/random/subtract_with_carry_engine/cons/55215.cc index 9197640145c8..ed3a4d38b2b8 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/subtract_with_carry_engine/cons/55215.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/subtract_with_carry_engine/cons/55215.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-cstdint "" } // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/26_numerics/random/subtract_with_carry_engine/cons/copy.cc b/libstdc++-v3/testsuite/26_numerics/random/subtract_with_carry_engine/cons/copy.cc index 41d028b8bf6f..ab70d54d1909 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/subtract_with_carry_engine/cons/copy.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/subtract_with_carry_engine/cons/copy.cc @@ -3,7 +3,7 @@ // // 2010-02-16 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/subtract_with_carry_engine/cons/default.cc b/libstdc++-v3/testsuite/26_numerics/random/subtract_with_carry_engine/cons/default.cc index 1096599cb08d..e58fb4683712 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/subtract_with_carry_engine/cons/default.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/subtract_with_carry_engine/cons/default.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/subtract_with_carry_engine/cons/seed1.cc b/libstdc++-v3/testsuite/26_numerics/random/subtract_with_carry_engine/cons/seed1.cc index 4e6e8a5b8c89..ea24896ece25 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/subtract_with_carry_engine/cons/seed1.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/subtract_with_carry_engine/cons/seed1.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/subtract_with_carry_engine/cons/seed2.cc b/libstdc++-v3/testsuite/26_numerics/random/subtract_with_carry_engine/cons/seed2.cc index 283657c87584..76af6b26c354 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/subtract_with_carry_engine/cons/seed2.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/subtract_with_carry_engine/cons/seed2.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/subtract_with_carry_engine/cons/seed_seq.cc b/libstdc++-v3/testsuite/26_numerics/random/subtract_with_carry_engine/cons/seed_seq.cc index 5e6f8697704c..aecf437f09f1 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/subtract_with_carry_engine/cons/seed_seq.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/subtract_with_carry_engine/cons/seed_seq.cc @@ -3,7 +3,7 @@ // // 2010-02-01 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/subtract_with_carry_engine/operators/equal.cc b/libstdc++-v3/testsuite/26_numerics/random/subtract_with_carry_engine/operators/equal.cc index 22b327c8c94e..f09c53aef78d 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/subtract_with_carry_engine/operators/equal.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/subtract_with_carry_engine/operators/equal.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/subtract_with_carry_engine/operators/inequal.cc b/libstdc++-v3/testsuite/26_numerics/random/subtract_with_carry_engine/operators/inequal.cc index 15538a93d9c2..f369a92d33be 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/subtract_with_carry_engine/operators/inequal.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/subtract_with_carry_engine/operators/inequal.cc @@ -3,7 +3,7 @@ // // 2010-03-16 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/subtract_with_carry_engine/operators/serialize.cc b/libstdc++-v3/testsuite/26_numerics/random/subtract_with_carry_engine/operators/serialize.cc index 270f34b23632..dbfe6266a4f2 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/subtract_with_carry_engine/operators/serialize.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/subtract_with_carry_engine/operators/serialize.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/subtract_with_carry_engine/requirements/constants.cc b/libstdc++-v3/testsuite/26_numerics/random/subtract_with_carry_engine/requirements/constants.cc index 5328964d72cd..de163f881cd0 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/subtract_with_carry_engine/requirements/constants.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/subtract_with_carry_engine/requirements/constants.cc @@ -3,7 +3,7 @@ // // 2009-09-29 Paolo Carlini // -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/26_numerics/random/subtract_with_carry_engine/requirements/constexpr_data.cc b/libstdc++-v3/testsuite/26_numerics/random/subtract_with_carry_engine/requirements/constexpr_data.cc index ed7034dced51..83a92a11fb61 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/subtract_with_carry_engine/requirements/constexpr_data.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/subtract_with_carry_engine/requirements/constexpr_data.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/subtract_with_carry_engine/requirements/constexpr_functions.cc b/libstdc++-v3/testsuite/26_numerics/random/subtract_with_carry_engine/requirements/constexpr_functions.cc index 572a6b615d3a..2799948baa18 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/subtract_with_carry_engine/requirements/constexpr_functions.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/subtract_with_carry_engine/requirements/constexpr_functions.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/subtract_with_carry_engine/requirements/typedefs.cc b/libstdc++-v3/testsuite/26_numerics/random/subtract_with_carry_engine/requirements/typedefs.cc index f3e8fe9c5745..66361d993847 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/subtract_with_carry_engine/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/subtract_with_carry_engine/requirements/typedefs.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/uniform_int_distribution/cons/default.cc b/libstdc++-v3/testsuite/26_numerics/random/uniform_int_distribution/cons/default.cc index 6541a1824e42..3af0b1e09f59 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/uniform_int_distribution/cons/default.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/uniform_int_distribution/cons/default.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/uniform_int_distribution/cons/parms.cc b/libstdc++-v3/testsuite/26_numerics/random/uniform_int_distribution/cons/parms.cc index 0b5fdb5bc091..d31152f282ea 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/uniform_int_distribution/cons/parms.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/uniform_int_distribution/cons/parms.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/uniform_int_distribution/operators/equal.cc b/libstdc++-v3/testsuite/26_numerics/random/uniform_int_distribution/operators/equal.cc index 08fdb6d157ee..8cccf4580d64 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/uniform_int_distribution/operators/equal.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/uniform_int_distribution/operators/equal.cc @@ -3,7 +3,7 @@ // // 2010-03-16 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/uniform_int_distribution/operators/inequal.cc b/libstdc++-v3/testsuite/26_numerics/random/uniform_int_distribution/operators/inequal.cc index 44503e00accf..f696727faa60 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/uniform_int_distribution/operators/inequal.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/uniform_int_distribution/operators/inequal.cc @@ -3,7 +3,7 @@ // // 2010-03-16 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/uniform_int_distribution/operators/serialize.cc b/libstdc++-v3/testsuite/26_numerics/random/uniform_int_distribution/operators/serialize.cc index bd481e4fe2d5..29c81c419583 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/uniform_int_distribution/operators/serialize.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/uniform_int_distribution/operators/serialize.cc @@ -3,7 +3,7 @@ // // 2009-08-14 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/26_numerics/random/uniform_int_distribution/operators/values.cc b/libstdc++-v3/testsuite/26_numerics/random/uniform_int_distribution/operators/values.cc index 2b689b947d92..3b87bd5b1cda 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/uniform_int_distribution/operators/values.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/uniform_int_distribution/operators/values.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-cstdint "" } // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/26_numerics/random/uniform_int_distribution/requirements/explicit_instantiation/1.cc b/libstdc++-v3/testsuite/26_numerics/random/uniform_int_distribution/requirements/explicit_instantiation/1.cc index 4d53e38cc063..cccdc6f38f72 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/uniform_int_distribution/requirements/explicit_instantiation/1.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/uniform_int_distribution/requirements/explicit_instantiation/1.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/26_numerics/random/uniform_int_distribution/requirements/typedefs.cc b/libstdc++-v3/testsuite/26_numerics/random/uniform_int_distribution/requirements/typedefs.cc index b6affa741586..e4bb71ab6a34 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/uniform_int_distribution/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/uniform_int_distribution/requirements/typedefs.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/uniform_real_distribution/cons/default.cc b/libstdc++-v3/testsuite/26_numerics/random/uniform_real_distribution/cons/default.cc index ff31394838c8..65859dc9f286 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/uniform_real_distribution/cons/default.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/uniform_real_distribution/cons/default.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/uniform_real_distribution/cons/parms.cc b/libstdc++-v3/testsuite/26_numerics/random/uniform_real_distribution/cons/parms.cc index 2a35b3bce0af..212978b45e6a 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/uniform_real_distribution/cons/parms.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/uniform_real_distribution/cons/parms.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/uniform_real_distribution/operators/64351.cc b/libstdc++-v3/testsuite/26_numerics/random/uniform_real_distribution/operators/64351.cc index c11120ba6926..ddb67e881bd0 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/uniform_real_distribution/operators/64351.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/uniform_real_distribution/operators/64351.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/26_numerics/random/uniform_real_distribution/operators/equal.cc b/libstdc++-v3/testsuite/26_numerics/random/uniform_real_distribution/operators/equal.cc index f6e53ac6c5ba..c9dd4fba7a2c 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/uniform_real_distribution/operators/equal.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/uniform_real_distribution/operators/equal.cc @@ -3,7 +3,7 @@ // // 2010-03-16 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/uniform_real_distribution/operators/inequal.cc b/libstdc++-v3/testsuite/26_numerics/random/uniform_real_distribution/operators/inequal.cc index 398ddd59e75c..fb25a9bb8c11 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/uniform_real_distribution/operators/inequal.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/uniform_real_distribution/operators/inequal.cc @@ -3,7 +3,7 @@ // // 2010-03-16 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/uniform_real_distribution/operators/serialize.cc b/libstdc++-v3/testsuite/26_numerics/random/uniform_real_distribution/operators/serialize.cc index 1fb754e03e22..6735713d30e9 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/uniform_real_distribution/operators/serialize.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/uniform_real_distribution/operators/serialize.cc @@ -3,7 +3,7 @@ // // 2009-08-14 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/26_numerics/random/uniform_real_distribution/requirements/explicit_instantiation/1.cc b/libstdc++-v3/testsuite/26_numerics/random/uniform_real_distribution/requirements/explicit_instantiation/1.cc index 1958b7649add..f3534d567d27 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/uniform_real_distribution/requirements/explicit_instantiation/1.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/uniform_real_distribution/requirements/explicit_instantiation/1.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/26_numerics/random/uniform_real_distribution/requirements/typedefs.cc b/libstdc++-v3/testsuite/26_numerics/random/uniform_real_distribution/requirements/typedefs.cc index 97a11b8c6d6d..1aa970669c3d 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/uniform_real_distribution/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/uniform_real_distribution/requirements/typedefs.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/weibull_distribution/cons/default.cc b/libstdc++-v3/testsuite/26_numerics/random/weibull_distribution/cons/default.cc index c7c41a43cf2d..562d0070b7f7 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/weibull_distribution/cons/default.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/weibull_distribution/cons/default.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/weibull_distribution/cons/parms.cc b/libstdc++-v3/testsuite/26_numerics/random/weibull_distribution/cons/parms.cc index 88dd2daabe52..ba9d5c2efd08 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/weibull_distribution/cons/parms.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/weibull_distribution/cons/parms.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/random/weibull_distribution/operators/equal.cc b/libstdc++-v3/testsuite/26_numerics/random/weibull_distribution/operators/equal.cc index b721be9f1937..ba1e36133a5c 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/weibull_distribution/operators/equal.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/weibull_distribution/operators/equal.cc @@ -3,7 +3,7 @@ // // 2010-03-16 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/weibull_distribution/operators/inequal.cc b/libstdc++-v3/testsuite/26_numerics/random/weibull_distribution/operators/inequal.cc index d98a2173ad68..dece6f077fb8 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/weibull_distribution/operators/inequal.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/weibull_distribution/operators/inequal.cc @@ -3,7 +3,7 @@ // // 2010-03-16 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/random/weibull_distribution/operators/serialize.cc b/libstdc++-v3/testsuite/26_numerics/random/weibull_distribution/operators/serialize.cc index 3944829b4e74..bc5c968e1156 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/weibull_distribution/operators/serialize.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/weibull_distribution/operators/serialize.cc @@ -3,7 +3,7 @@ // // 2009-08-14 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/26_numerics/random/weibull_distribution/requirements/explicit_instantiation/1.cc b/libstdc++-v3/testsuite/26_numerics/random/weibull_distribution/requirements/explicit_instantiation/1.cc index 7a01708a5b8e..6f3487e2a239 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/weibull_distribution/requirements/explicit_instantiation/1.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/weibull_distribution/requirements/explicit_instantiation/1.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/26_numerics/random/weibull_distribution/requirements/typedefs.cc b/libstdc++-v3/testsuite/26_numerics/random/weibull_distribution/requirements/typedefs.cc index fd1885a4d641..6378e67a470f 100644 --- a/libstdc++-v3/testsuite/26_numerics/random/weibull_distribution/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/26_numerics/random/weibull_distribution/requirements/typedefs.cc @@ -3,7 +3,7 @@ // // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/slice/1.cc b/libstdc++-v3/testsuite/26_numerics/slice/1.cc index 130c7b280db1..58c54a0e365e 100644 --- a/libstdc++-v3/testsuite/26_numerics/slice/1.cc +++ b/libstdc++-v3/testsuite/26_numerics/slice/1.cc @@ -1,6 +1,6 @@ // 20020717 gdr -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/26_numerics/slice_array/array_assignment.cc b/libstdc++-v3/testsuite/26_numerics/slice_array/array_assignment.cc index a5725f3b4fe2..3249ba905a90 100644 --- a/libstdc++-v3/testsuite/26_numerics/slice_array/array_assignment.cc +++ b/libstdc++-v3/testsuite/26_numerics/slice_array/array_assignment.cc @@ -1,6 +1,6 @@ // 20010613 gdr -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/26_numerics/slice_array/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/26_numerics/slice_array/requirements/explicit_instantiation.cc index 9fe831028468..623fc3649e39 100644 --- a/libstdc++-v3/testsuite/26_numerics/slice_array/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/26_numerics/slice_array/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/26_numerics/slice_array/requirements/typedefs.cc b/libstdc++-v3/testsuite/26_numerics/slice_array/requirements/typedefs.cc index 99bf12d4e00c..47b7c9683adc 100644 --- a/libstdc++-v3/testsuite/26_numerics/slice_array/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/26_numerics/slice_array/requirements/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/26_numerics/valarray/27867.cc b/libstdc++-v3/testsuite/26_numerics/valarray/27867.cc index cfc29203f110..63dffbf0c762 100644 --- a/libstdc++-v3/testsuite/26_numerics/valarray/27867.cc +++ b/libstdc++-v3/testsuite/26_numerics/valarray/27867.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/26_numerics/valarray/28277.cc b/libstdc++-v3/testsuite/26_numerics/valarray/28277.cc index fdd5d2b216cc..be6974bc47f6 100644 --- a/libstdc++-v3/testsuite/26_numerics/valarray/28277.cc +++ b/libstdc++-v3/testsuite/26_numerics/valarray/28277.cc @@ -1,6 +1,6 @@ // 2006-07-15 Paolo Carlini -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/26_numerics/valarray/30416.cc b/libstdc++-v3/testsuite/26_numerics/valarray/30416.cc index cfb305509f1c..65ceacab456d 100644 --- a/libstdc++-v3/testsuite/26_numerics/valarray/30416.cc +++ b/libstdc++-v3/testsuite/26_numerics/valarray/30416.cc @@ -1,6 +1,6 @@ // 2007-01-11 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/26_numerics/valarray/33084.cc b/libstdc++-v3/testsuite/26_numerics/valarray/33084.cc index 5d65aee0f568..b834979583f7 100644 --- a/libstdc++-v3/testsuite/26_numerics/valarray/33084.cc +++ b/libstdc++-v3/testsuite/26_numerics/valarray/33084.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/26_numerics/valarray/40691.cc b/libstdc++-v3/testsuite/26_numerics/valarray/40691.cc index d6bfa8115fbe..9c2fbdb74b96 100644 --- a/libstdc++-v3/testsuite/26_numerics/valarray/40691.cc +++ b/libstdc++-v3/testsuite/26_numerics/valarray/40691.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/26_numerics/valarray/69116.cc b/libstdc++-v3/testsuite/26_numerics/valarray/69116.cc index ef9826778cf0..1f20dc168bc4 100644 --- a/libstdc++-v3/testsuite/26_numerics/valarray/69116.cc +++ b/libstdc++-v3/testsuite/26_numerics/valarray/69116.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/26_numerics/valarray/algo.cc b/libstdc++-v3/testsuite/26_numerics/valarray/algo.cc index 51ae02213c0d..814f9efabb90 100644 --- a/libstdc++-v3/testsuite/26_numerics/valarray/algo.cc +++ b/libstdc++-v3/testsuite/26_numerics/valarray/algo.cc @@ -1,6 +1,6 @@ // 19990404 gdr -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/26_numerics/valarray/const_bracket.cc b/libstdc++-v3/testsuite/26_numerics/valarray/const_bracket.cc index 8dea41f3c566..a61ef587f3b2 100644 --- a/libstdc++-v3/testsuite/26_numerics/valarray/const_bracket.cc +++ b/libstdc++-v3/testsuite/26_numerics/valarray/const_bracket.cc @@ -1,6 +1,6 @@ // 20010518 gdr -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/26_numerics/valarray/dr543.cc b/libstdc++-v3/testsuite/26_numerics/valarray/dr543.cc index bb79e63d557c..f988e5f48e89 100644 --- a/libstdc++-v3/testsuite/26_numerics/valarray/dr543.cc +++ b/libstdc++-v3/testsuite/26_numerics/valarray/dr543.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/26_numerics/valarray/dr630-1.cc b/libstdc++-v3/testsuite/26_numerics/valarray/dr630-1.cc index 5f1ea778ee93..2a444af0f3f0 100644 --- a/libstdc++-v3/testsuite/26_numerics/valarray/dr630-1.cc +++ b/libstdc++-v3/testsuite/26_numerics/valarray/dr630-1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/26_numerics/valarray/dr630-2.cc b/libstdc++-v3/testsuite/26_numerics/valarray/dr630-2.cc index 2d84d0ddb043..707d116b27f9 100644 --- a/libstdc++-v3/testsuite/26_numerics/valarray/dr630-2.cc +++ b/libstdc++-v3/testsuite/26_numerics/valarray/dr630-2.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/26_numerics/valarray/dr630-3.C b/libstdc++-v3/testsuite/26_numerics/valarray/dr630-3.C index 590d167787fe..7b7c3e70b513 100644 --- a/libstdc++-v3/testsuite/26_numerics/valarray/dr630-3.C +++ b/libstdc++-v3/testsuite/26_numerics/valarray/dr630-3.C @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/26_numerics/valarray/init-list.cc b/libstdc++-v3/testsuite/26_numerics/valarray/init-list.cc index 698c8d50123a..2014b9c964b7 100644 --- a/libstdc++-v3/testsuite/26_numerics/valarray/init-list.cc +++ b/libstdc++-v3/testsuite/26_numerics/valarray/init-list.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/26_numerics/valarray/moveable.cc b/libstdc++-v3/testsuite/26_numerics/valarray/moveable.cc index d0162c95d8dc..14935a701ac7 100644 --- a/libstdc++-v3/testsuite/26_numerics/valarray/moveable.cc +++ b/libstdc++-v3/testsuite/26_numerics/valarray/moveable.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/26_numerics/valarray/name_lookup.cc b/libstdc++-v3/testsuite/26_numerics/valarray/name_lookup.cc index cf7ab60c1258..5d5a8d76495d 100644 --- a/libstdc++-v3/testsuite/26_numerics/valarray/name_lookup.cc +++ b/libstdc++-v3/testsuite/26_numerics/valarray/name_lookup.cc @@ -1,6 +1,6 @@ // 2002-08-02 gdr -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/26_numerics/valarray/noexcept_move_construct.cc b/libstdc++-v3/testsuite/26_numerics/valarray/noexcept_move_construct.cc index df488ff477b2..e604472c2b83 100644 --- a/libstdc++-v3/testsuite/26_numerics/valarray/noexcept_move_construct.cc +++ b/libstdc++-v3/testsuite/26_numerics/valarray/noexcept_move_construct.cc @@ -2,7 +2,7 @@ // 2011-06-14 Paolo Carlini // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/26_numerics/valarray/operators.cc b/libstdc++-v3/testsuite/26_numerics/valarray/operators.cc index ea02210c2f0c..a3c8b7732add 100644 --- a/libstdc++-v3/testsuite/26_numerics/valarray/operators.cc +++ b/libstdc++-v3/testsuite/26_numerics/valarray/operators.cc @@ -1,7 +1,7 @@ // { dg-do run } // 2003-02-03 Volker Reichelt -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/26_numerics/valarray/range_access.cc b/libstdc++-v3/testsuite/26_numerics/valarray/range_access.cc index eda57a3f1729..da04bb4df803 100644 --- a/libstdc++-v3/testsuite/26_numerics/valarray/range_access.cc +++ b/libstdc++-v3/testsuite/26_numerics/valarray/range_access.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/26_numerics/valarray/range_access2.cc b/libstdc++-v3/testsuite/26_numerics/valarray/range_access2.cc index cf0ffabe7061..fbdaeea1e5c5 100644 --- a/libstdc++-v3/testsuite/26_numerics/valarray/range_access2.cc +++ b/libstdc++-v3/testsuite/26_numerics/valarray/range_access2.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/26_numerics/valarray/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/26_numerics/valarray/requirements/explicit_instantiation.cc index f5767d2f0093..6fc26be95a84 100644 --- a/libstdc++-v3/testsuite/26_numerics/valarray/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/26_numerics/valarray/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/26_numerics/valarray/requirements/typedefs.cc b/libstdc++-v3/testsuite/26_numerics/valarray/requirements/typedefs.cc index 09412e8257b8..890930988c99 100644 --- a/libstdc++-v3/testsuite/26_numerics/valarray/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/26_numerics/valarray/requirements/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/26_numerics/valarray/subset_assignment.cc b/libstdc++-v3/testsuite/26_numerics/valarray/subset_assignment.cc index 1ad447bb18c7..a445548dc5cf 100644 --- a/libstdc++-v3/testsuite/26_numerics/valarray/subset_assignment.cc +++ b/libstdc++-v3/testsuite/26_numerics/valarray/subset_assignment.cc @@ -1,6 +1,6 @@ // 2004-01-03 Jerry Quinn -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/26_numerics/valarray/swap.cc b/libstdc++-v3/testsuite/26_numerics/valarray/swap.cc index 091ae44564fc..3c405c70065d 100644 --- a/libstdc++-v3/testsuite/26_numerics/valarray/swap.cc +++ b/libstdc++-v3/testsuite/26_numerics/valarray/swap.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/27_io/basic_filebuf/close/12790-1.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/close/12790-1.cc index b9b0cb95bd4c..5f4396639f23 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/close/12790-1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/close/12790-1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/close/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/close/char/1.cc index 575313f6e7b1..d98354d0484f 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/close/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/close/char/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/close/char/12790-1.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/close/char/12790-1.cc index 89a674053a4c..88dac61c1223 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/close/char/12790-1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/close/char/12790-1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/close/char/12790-2.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/close/char/12790-2.cc index 0234193ca238..83a6918b7b0c 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/close/char/12790-2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/close/char/12790-2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/close/char/12790-3.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/close/char/12790-3.cc index bcdaefa96be9..7b007be6cd94 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/close/char/12790-3.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/close/char/12790-3.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/close/char/12790-4.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/close/char/12790-4.cc index 0318816d236b..6c10b881cb43 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/close/char/12790-4.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/close/char/12790-4.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/close/char/2.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/close/char/2.cc index eb6dd9bd96fb..7789b3bc960c 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/close/char/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/close/char/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/close/char/3.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/close/char/3.cc index fd094d5ab013..81d0cd4eb390 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/close/char/3.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/close/char/3.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/close/char/4.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/close/char/4.cc index b8af5962eebc..c4c433884bc5 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/close/char/4.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/close/char/4.cc @@ -1,6 +1,6 @@ // 2003-05-19 Paolo Carlini -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/close/char/4879.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/close/char/4879.cc index 5c6bb871d824..485d08eaca74 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/close/char/4879.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/close/char/4879.cc @@ -1,7 +1,7 @@ // { dg-require-fork "" } // { dg-require-mkfifo "" } -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/close/char/5.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/close/char/5.cc index ff5e13d204f6..3382a56f1104 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/close/char/5.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/close/char/5.cc @@ -1,6 +1,6 @@ // 2003-05-20 Paolo Carlini -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/close/char/9964.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/close/char/9964.cc index 106d1229d937..b63c8f297d06 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/close/char/9964.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/close/char/9964.cc @@ -1,7 +1,7 @@ // { dg-require-fork "" } // { dg-require-mkfifo "" } -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/close/wchar_t/12790-1.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/close/wchar_t/12790-1.cc index efc9a8c02465..645f96132afd 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/close/wchar_t/12790-1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/close/wchar_t/12790-1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/close/wchar_t/12790-2.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/close/wchar_t/12790-2.cc index 25d40867038f..ea005b657a38 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/close/wchar_t/12790-2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/close/wchar_t/12790-2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/close/wchar_t/12790-3.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/close/wchar_t/12790-3.cc index 0f94190d75a6..0cbb96426cc1 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/close/wchar_t/12790-3.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/close/wchar_t/12790-3.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/close/wchar_t/12790-4.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/close/wchar_t/12790-4.cc index 8c79d9b46572..dc057f1c9c6a 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/close/wchar_t/12790-4.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/close/wchar_t/12790-4.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/cons/2020.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/cons/2020.cc index 985b38113c49..42f6e1af0950 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/cons/2020.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/cons/2020.cc @@ -1,6 +1,6 @@ // 1999-01-17 bkoz test functionality of basic_filebuf for char_type == char -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/27_io/basic_filebuf/cons/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/cons/char/1.cc index 0629888a6372..f5ecf7d76636 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/cons/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/cons/char/1.cc @@ -1,6 +1,6 @@ // 2004-09-29 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_filebuf/cons/char/copy_neg.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/cons/char/copy_neg.cc index 80831783335f..1a14cb04759b 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/cons/char/copy_neg.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/cons/char/copy_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/27_io/basic_filebuf/cons/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/cons/wchar_t/1.cc index 5840001b0998..7c8ad1f50b89 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/cons/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/cons/wchar_t/1.cc @@ -1,6 +1,6 @@ // 2004-09-29 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_filebuf/cons/wchar_t/10132-1.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/cons/wchar_t/10132-1.cc index df1822acd905..ff5590abcb11 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/cons/wchar_t/10132-1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/cons/wchar_t/10132-1.cc @@ -1,5 +1,5 @@ // 2003-04-24 Pétur Runólfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/imbue/12206.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/12206.cc index 2d2b2de740af..a3bc205580dd 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/12206.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/12206.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/imbue/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/char/1.cc index 3bd9e41cdf81..b5e94e232701 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/char/1.cc @@ -1,6 +1,6 @@ // 981208 bkoz test functionality of basic_stringbuf for char_type == char -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/27_io/basic_filebuf/imbue/char/13007.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/char/13007.cc index 3c8a38723670..983a8a0342a5 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/char/13007.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/char/13007.cc @@ -1,6 +1,6 @@ // { dg-require-namedlocale "fr_FR.ISO8859-15" } -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/imbue/char/13171-1.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/char/13171-1.cc index 6135b01c9d8c..b6cfd06a6275 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/char/13171-1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/char/13171-1.cc @@ -1,6 +1,6 @@ // { dg-require-namedlocale "en_US.ISO8859-1" } -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/imbue/char/13171-2.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/char/13171-2.cc index ecda598d8b79..92b018bfc690 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/char/13171-2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/char/13171-2.cc @@ -3,7 +3,7 @@ // { dg-require-fork "" } // { dg-require-mkfifo "" } -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/imbue/char/13171-4.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/char/13171-4.cc index 3ffed53cbe0e..96eca8486496 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/char/13171-4.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/char/13171-4.cc @@ -1,7 +1,7 @@ // { dg-require-namedlocale "en_US.ISO8859-1" } // { dg-require-namedlocale "fr_FR.ISO8859-15" } -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/imbue/char/13582-2.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/char/13582-2.cc index 40fcbbd6d550..f740a8b514ce 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/char/13582-2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/char/13582-2.cc @@ -5,7 +5,7 @@ // 2004-01-11 Petur Runolfsson -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_filebuf/imbue/char/14975-1.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/char/14975-1.cc index d6ba911fd855..8ea43df78a47 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/char/14975-1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/char/14975-1.cc @@ -2,7 +2,7 @@ // 2004-04-16 Petur Runolfsson -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_filebuf/imbue/char/2.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/char/2.cc index cf7b9255f439..196a79b18cc1 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/char/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/char/2.cc @@ -2,7 +2,7 @@ // 2003-05-13 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/imbue/char/3.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/char/3.cc index e431473a12eb..69273daa38d2 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/char/3.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/char/3.cc @@ -1,6 +1,6 @@ // 2003-05-13 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/imbue/char/9322.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/char/9322.cc index 8328bca8f22a..96b96b3ddd5f 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/char/9322.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/char/9322.cc @@ -3,7 +3,7 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/imbue/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/wchar_t/1.cc index e9d4d7a0bd2f..078ec7eddd02 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/wchar_t/1.cc @@ -1,6 +1,6 @@ // 981208 bkoz test functionality of basic_stringbuf for char_type == char -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/27_io/basic_filebuf/imbue/wchar_t/12868.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/wchar_t/12868.cc index 3b87ef9cb970..3dfce7feda49 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/wchar_t/12868.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/wchar_t/12868.cc @@ -1,6 +1,6 @@ // { dg-require-namedlocale "is_IS.UTF-8" } -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/imbue/wchar_t/13007.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/wchar_t/13007.cc index 545b1f880217..0b5a9e9ee56c 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/wchar_t/13007.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/wchar_t/13007.cc @@ -1,6 +1,6 @@ // { dg-require-namedlocale "fr_FR.ISO8859-15" } -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/imbue/wchar_t/13171-3.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/wchar_t/13171-3.cc index ab7a6f45346f..bb1d54db790d 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/wchar_t/13171-3.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/wchar_t/13171-3.cc @@ -2,7 +2,7 @@ // { dg-require-namedlocale "en_US.ISO8859-1" } // { dg-require-namedlocale "de_DE.ISO8859-15" } -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/imbue/wchar_t/13582-2.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/wchar_t/13582-2.cc index 1e4dc433a7c0..72e192adfd0b 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/wchar_t/13582-2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/wchar_t/13582-2.cc @@ -5,7 +5,7 @@ // 2004-01-11 Petur Runolfsson -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_filebuf/imbue/wchar_t/13582-3.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/wchar_t/13582-3.cc index b1b5f77e517d..041f5d6008cb 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/wchar_t/13582-3.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/wchar_t/13582-3.cc @@ -3,7 +3,7 @@ // 2004-01-11 Petur Runolfsson -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_filebuf/imbue/wchar_t/14975-2.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/wchar_t/14975-2.cc index d9e7d7d6e534..be72f1ee73ff 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/wchar_t/14975-2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/wchar_t/14975-2.cc @@ -4,7 +4,7 @@ // 2004-04-16 Petur Runolfsson -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_filebuf/imbue/wchar_t/2.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/wchar_t/2.cc index 97e78171d9b7..a15d1d72b18a 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/wchar_t/2.cc @@ -2,7 +2,7 @@ // 2003-05-13 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/imbue/wchar_t/3.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/wchar_t/3.cc index 71368b62692a..e8e976443a51 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/wchar_t/3.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/wchar_t/3.cc @@ -1,6 +1,6 @@ // 2003-05-13 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/imbue/wchar_t/9322.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/wchar_t/9322.cc index 795fb4f8da3c..d2d36f98942f 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/wchar_t/9322.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/wchar_t/9322.cc @@ -3,7 +3,7 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/in_avail/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/in_avail/char/1.cc index 5872c9f7ab1e..3ad911f566f5 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/in_avail/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/in_avail/char/1.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/in_avail/char/9701-3.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/in_avail/char/9701-3.cc index f7fb685565b2..aaef80697fd2 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/in_avail/char/9701-3.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/in_avail/char/9701-3.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/is_open/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/is_open/char/1.cc index 899cc49e547a..f53ec4ba402b 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/is_open/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/is_open/char/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/open/12790-1.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/open/12790-1.cc index 5b2b9250e294..70ba6008a2bb 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/open/12790-1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/open/12790-1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/open/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/open/char/1.cc index 8d621fc261a7..d8b8b8be533e 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/open/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/open/char/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/open/char/2.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/open/char/2.cc index 7f104d32fa70..7eec200f65c6 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/open/char/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/open/char/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/open/char/3.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/open/char/3.cc index 4e88b897eae1..22ba7eb4a067 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/open/char/3.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/open/char/3.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/open/char/4.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/open/char/4.cc index 1cda2e5a3fa8..c68c2a516c91 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/open/char/4.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/open/char/4.cc @@ -1,6 +1,6 @@ // 2006-10-01 Paolo Carlini -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/27_io/basic_filebuf/open/char/5.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/open/char/5.cc index 079fe0d5be1d..9108cdc27473 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/open/char/5.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/open/char/5.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/27_io/basic_filebuf/open/char/9507.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/open/char/9507.cc index 7686bec7ab67..248b25d810a2 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/open/char/9507.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/open/char/9507.cc @@ -1,6 +1,6 @@ // { dg-require-mkfifo "" } -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/overflow/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/char/1.cc index 84052f6c5cce..94630773d891 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/char/1.cc @@ -1,6 +1,6 @@ // 1999-10-11 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_filebuf/overflow/char/13858.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/char/13858.cc index 6bd45b2b30c5..3160d9e66c32 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/char/13858.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/char/13858.cc @@ -1,6 +1,6 @@ // 2004-02-14 Petur Runolfsson -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_filebuf/overflow/char/2-unbuf.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/char/2-unbuf.cc index 1c461c88a469..828daece5615 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/char/2-unbuf.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/char/2-unbuf.cc @@ -1,6 +1,6 @@ // 2003-06-10 Paolo Carlini -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/overflow/char/2.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/char/2.cc index a9413219914f..0bfb60b6f7bd 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/char/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/char/2.cc @@ -1,6 +1,6 @@ // 2003-06-10 Paolo Carlini -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/overflow/char/3599.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/char/3599.cc index 70da6b19e59d..1e21cd38a798 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/char/3599.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/char/3599.cc @@ -1,6 +1,6 @@ // 1999-10-11 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_filebuf/overflow/char/9169.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/char/9169.cc index 1455fceb2098..3a0b4b41bf00 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/char/9169.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/char/9169.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/overflow/char/9182-2.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/char/9182-2.cc index 1e137b723291..0744de6b0416 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/char/9182-2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/char/9182-2.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/overflow/char/9988.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/char/9988.cc index 41015f663a49..51c9b6f75853 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/char/9988.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/char/9988.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/overflow/wchar_t/11305-1.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-1.cc index 866f4f7b963e..421de811a38d 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-1.cc @@ -1,6 +1,6 @@ // { dg-require-namedlocale "en_US.UTF-8" } -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/overflow/wchar_t/11305-2.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-2.cc index 8986f4a2cf7e..9154277f596d 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-2.cc @@ -1,6 +1,6 @@ // { dg-require-namedlocale "en_US.UTF-8" } -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/overflow/wchar_t/11305-3.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-3.cc index 6c529eae7b66..28c5a6a05536 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-3.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-3.cc @@ -1,6 +1,6 @@ // { dg-require-namedlocale "en_US.UTF-8" } -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/overflow/wchar_t/11305-4.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-4.cc index 6f2e7ce04cb4..b160239b2947 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-4.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/wchar_t/11305-4.cc @@ -1,6 +1,6 @@ // { dg-require-namedlocale "en_US.UTF-8" } -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/overflow/wchar_t/13858.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/wchar_t/13858.cc index 709b91f52374..6c6de6ef8135 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/wchar_t/13858.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/wchar_t/13858.cc @@ -1,6 +1,6 @@ // 2004-02-14 Petur Runolfsson -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_filebuf/pbackfail/char/9761.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/pbackfail/char/9761.cc index 3a1cb04d4dc9..7c2baa4da79f 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/pbackfail/char/9761.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/pbackfail/char/9761.cc @@ -1,6 +1,6 @@ // 2003-06-02 Paolo Carlini -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/requirements/base_classes.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/requirements/base_classes.cc index 0511dc56f451..49566302834b 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/requirements/base_classes.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/requirements/base_classes.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2003-03-26 B enjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/requirements/explicit_instantiation.cc index 1e0130b35519..0f3ef4955ba9 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 1999-01-17 bkoz test functionality of basic_filebuf for char_type == char -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/27_io/basic_filebuf/requirements/typedefs.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/requirements/typedefs.cc index 81ea995a48b3..368d7eae6f9f 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 1999-01-17 bkoz test functionality of basic_filebuf for char_type == char -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/27_io/basic_filebuf/sbumpc/char/1-in.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/sbumpc/char/1-in.cc index 504e7e214656..8bb3f833cd1a 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/sbumpc/char/1-in.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/sbumpc/char/1-in.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/sbumpc/char/1-io.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/sbumpc/char/1-io.cc index f17a22a185bb..06ec4057e90a 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/sbumpc/char/1-io.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/sbumpc/char/1-io.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/sbumpc/char/1-out.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/sbumpc/char/1-out.cc index 0f5d81760380..00fbcdc96cf4 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/sbumpc/char/1-out.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/sbumpc/char/1-out.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/sbumpc/char/2-in.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/sbumpc/char/2-in.cc index f295c20fbb41..d3d5ca6679f4 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/sbumpc/char/2-in.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/sbumpc/char/2-in.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/sbumpc/char/2-io.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/sbumpc/char/2-io.cc index 13f51da90dcf..90def5619ab5 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/sbumpc/char/2-io.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/sbumpc/char/2-io.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/sbumpc/char/2-out.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/sbumpc/char/2-out.cc index a5cfa6a996c5..001b492c5ef2 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/sbumpc/char/2-out.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/sbumpc/char/2-out.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/sbumpc/char/9825.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/sbumpc/char/9825.cc index 4fa2d1c4b6ce..96ecc7faa4b7 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/sbumpc/char/9825.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/sbumpc/char/9825.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/seekoff/10132-2.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/10132-2.cc index b765035abac3..da4a07ef8f44 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/10132-2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/10132-2.cc @@ -1,6 +1,6 @@ // 2003-04-24 bkoz -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/seekoff/12790-1.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/12790-1.cc index 7d347b759aac..bb1e29754860 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/12790-1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/12790-1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/seekoff/12790-2.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/12790-2.cc index e9192e17d452..c3abf99ebe97 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/12790-2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/12790-2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/seekoff/12790-3.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/12790-3.cc index 90ad94328b20..8c6a86d79f5e 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/12790-3.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/12790-3.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/seekoff/12790-4.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/12790-4.cc index 8e20ddf25250..886bc0f2d68c 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/12790-4.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/12790-4.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/seekoff/45628-2.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/45628-2.cc index 44b13df52676..acec1630dfeb 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/45628-2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/45628-2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/27_io/basic_filebuf/seekoff/char/1-in.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/1-in.cc index ae3278dd1d94..fe56a89dbb69 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/1-in.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/1-in.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/seekoff/char/1-io.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/1-io.cc index 0a2fc34bf0a2..d3e8ba8e6e52 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/1-io.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/1-io.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/seekoff/char/1-out.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/1-out.cc index 60ceab3631e8..545141d63fc4 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/1-out.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/1-out.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/seekoff/char/11543.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/11543.cc index 4bb51f8f276c..d6bec26cb8f0 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/11543.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/11543.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/seekoff/char/12232.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/12232.cc index 9e2cf037381b..c1a32367061c 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/12232.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/12232.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/seekoff/char/12790-1.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/12790-1.cc index e490e2b7193d..2b74b0a997f0 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/12790-1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/12790-1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/seekoff/char/12790-2.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/12790-2.cc index 05376b5347da..f3ea0e7cf160 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/12790-2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/12790-2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/seekoff/char/12790-3.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/12790-3.cc index c168c2d3cf1e..f48cad6f773c 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/12790-3.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/12790-3.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/seekoff/char/12790-4.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/12790-4.cc index cb021c053017..87c892996ad2 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/12790-4.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/12790-4.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/seekoff/char/2-in.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/2-in.cc index b2b26f928277..6806fb60372d 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/2-in.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/2-in.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/seekoff/char/2-io.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/2-io.cc index b0b41509012f..ec7284b5e388 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/2-io.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/2-io.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/seekoff/char/2-out.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/2-out.cc index d58ec91b924e..af54e4b5a209 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/2-out.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/2-out.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/seekoff/char/26777.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/26777.cc index 6748a610673b..6c4c1271d77b 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/26777.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/26777.cc @@ -3,7 +3,7 @@ // 2006-03-22 Paolo Carlini -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/27_io/basic_filebuf/seekoff/char/3-in.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/3-in.cc index 4732aa1500e2..b49cf44d6d17 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/3-in.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/3-in.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/seekoff/char/3-io.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/3-io.cc index 11ba91e05318..96b2b83ce56b 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/3-io.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/3-io.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/seekoff/char/3-out.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/3-out.cc index 023e2665462b..267950490073 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/3-out.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/3-out.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/seekoff/char/4.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/4.cc index f740592ae45d..985d40f58342 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/4.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/4.cc @@ -1,6 +1,6 @@ // { dg-require-fileio "" } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/27_io/basic_filebuf/seekoff/char/45628-1.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/45628-1.cc index b67c0e0ec256..26661851e003 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/45628-1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/45628-1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/27_io/basic_filebuf/seekoff/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/wchar_t/1.cc index 3ed42c86f4ce..0f7cc25e2901 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/wchar_t/1.cc @@ -2,7 +2,7 @@ // 2003-09-08 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/seekoff/wchar_t/11543.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/wchar_t/11543.cc index 0dec62dd3940..c02ab1c15e53 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/wchar_t/11543.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/wchar_t/11543.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/seekoff/wchar_t/12790-1.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/wchar_t/12790-1.cc index 00bfd23b3e52..1725c8a7a693 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/wchar_t/12790-1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/wchar_t/12790-1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/seekoff/wchar_t/12790-2.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/wchar_t/12790-2.cc index ba11940584d0..ee057809c684 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/wchar_t/12790-2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/wchar_t/12790-2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/seekoff/wchar_t/12790-3.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/wchar_t/12790-3.cc index 92b18afa3ddc..5b55bf316caa 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/wchar_t/12790-3.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/wchar_t/12790-3.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/seekoff/wchar_t/12790-4.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/wchar_t/12790-4.cc index cc200c55b2c2..33e2f22be986 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/wchar_t/12790-4.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/wchar_t/12790-4.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/seekoff/wchar_t/2.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/wchar_t/2.cc index c2c492607116..50936732c3d4 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/wchar_t/2.cc @@ -2,7 +2,7 @@ // 2003-09-08 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/seekoff/wchar_t/3.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/wchar_t/3.cc index 502cc4ce2884..0ade1456c10d 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/wchar_t/3.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/wchar_t/3.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/seekoff/wchar_t/4.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/wchar_t/4.cc index 2f5adf464d7b..40d2909e760c 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/wchar_t/4.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/wchar_t/4.cc @@ -1,6 +1,6 @@ // { dg-require-fileio "" } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/27_io/basic_filebuf/seekoff/wchar_t/9875_seekoff.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/wchar_t/9875_seekoff.cc index 882372fc0f3f..879818b50933 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/wchar_t/9875_seekoff.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/wchar_t/9875_seekoff.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/seekpos/10132-3.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/10132-3.cc index f5f0782ea58e..fc8a3074fb77 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/10132-3.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/10132-3.cc @@ -1,6 +1,6 @@ // 2003-04-24 bkoz -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/seekpos/12790-1.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/12790-1.cc index e89572efcd52..51082ee1b96d 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/12790-1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/12790-1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/seekpos/12790-2.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/12790-2.cc index d462a120fe7d..fc8fa3e58b84 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/12790-2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/12790-2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/seekpos/12790-3.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/12790-3.cc index 01a6827d65a4..4aad0d242fbb 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/12790-3.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/12790-3.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/seekpos/char/1-in.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/char/1-in.cc index 32f68bdf796f..50eff9c6f24a 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/char/1-in.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/char/1-in.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/seekpos/char/1-io.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/char/1-io.cc index b9d4c57fc530..1a72707abf25 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/char/1-io.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/char/1-io.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/seekpos/char/1-out.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/char/1-out.cc index 943f84e38b88..1668623cf748 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/char/1-out.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/char/1-out.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/seekpos/char/12790-1.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/char/12790-1.cc index bba6f03cf60e..09a45c76a0ad 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/char/12790-1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/char/12790-1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/seekpos/char/12790-2.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/char/12790-2.cc index 836233d3161b..9b6c2eafa012 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/char/12790-2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/char/12790-2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/seekpos/char/12790-3.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/char/12790-3.cc index 1c20a51db4f0..81548888a39b 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/char/12790-3.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/char/12790-3.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/seekpos/char/12790-4.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/char/12790-4.cc index 574bd372dec5..9dd2fbbcbd00 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/char/12790-4.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/char/12790-4.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/seekpos/char/2-in.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/char/2-in.cc index 4b4758c56988..b94c7ed5b39d 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/char/2-in.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/char/2-in.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/seekpos/char/2-io.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/char/2-io.cc index 1504efd55bc5..921464d46597 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/char/2-io.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/char/2-io.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/seekpos/char/2-out.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/char/2-out.cc index 7e96b1f8c342..9e242718fdc2 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/char/2-out.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/char/2-out.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/seekpos/char/3-in.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/char/3-in.cc index ca9972d9afc5..7f7b4507ef9c 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/char/3-in.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/char/3-in.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/seekpos/char/3-io.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/char/3-io.cc index e58717558b0f..83d27460a650 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/char/3-io.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/char/3-io.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/seekpos/char/3-out.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/char/3-out.cc index 4e789f68e412..ae0db4b02ae1 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/char/3-out.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/char/3-out.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/seekpos/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/wchar_t/1.cc index 13bb2d1c9044..c5069a60014a 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/wchar_t/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/seekpos/wchar_t/12790-1.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/wchar_t/12790-1.cc index c5a7a6188ef0..37c99dd9c3c9 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/wchar_t/12790-1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/wchar_t/12790-1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/seekpos/wchar_t/12790-2.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/wchar_t/12790-2.cc index f101a1fb0d3b..98af4762747a 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/wchar_t/12790-2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/wchar_t/12790-2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/seekpos/wchar_t/12790-3.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/wchar_t/12790-3.cc index 1f8f14297293..1b4d9a5f346a 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/wchar_t/12790-3.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/wchar_t/12790-3.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/seekpos/wchar_t/12790-4.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/wchar_t/12790-4.cc index beddf9cac37c..91c4a58bce7e 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/wchar_t/12790-4.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/wchar_t/12790-4.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/seekpos/wchar_t/9874.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/wchar_t/9874.cc index 42c2c05d8dd5..ea60f494700a 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/wchar_t/9874.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/wchar_t/9874.cc @@ -2,7 +2,7 @@ // 2003-10-07 Petur Runolfsson // -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/seekpos/wchar_t/9875_seekpos.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/wchar_t/9875_seekpos.cc index 1d18fdb717db..6921c45cd17a 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/wchar_t/9875_seekpos.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/wchar_t/9875_seekpos.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/setbuf/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/setbuf/char/1.cc index 89bb0f26ff94..15f9bd70d599 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/setbuf/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/setbuf/char/1.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/setbuf/char/12875-1.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/setbuf/char/12875-1.cc index 9b2b8b530160..a74b7c8b157b 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/setbuf/char/12875-1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/setbuf/char/12875-1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/setbuf/char/12875-2.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/setbuf/char/12875-2.cc index 2ef84314bda5..04a0c11b18c8 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/setbuf/char/12875-2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/setbuf/char/12875-2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/setbuf/char/2.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/setbuf/char/2.cc index f34f556516c3..87fd5fb40e5c 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/setbuf/char/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/setbuf/char/2.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/setbuf/char/3.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/setbuf/char/3.cc index d5180f9c4c92..91d9edd87cac 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/setbuf/char/3.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/setbuf/char/3.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/sgetc/char/1-in.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/sgetc/char/1-in.cc index 9c7e486731f1..ba2841e9ba9e 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/sgetc/char/1-in.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/sgetc/char/1-in.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/sgetc/char/1-io.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/sgetc/char/1-io.cc index 45d857da6fe3..bb2c6dba2575 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/sgetc/char/1-io.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/sgetc/char/1-io.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/sgetc/char/1-out.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/sgetc/char/1-out.cc index b9881e7e4549..eab9dd888f24 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/sgetc/char/1-out.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/sgetc/char/1-out.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/sgetc/char/2-in.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/sgetc/char/2-in.cc index f9937395f08c..bd57f01586ab 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/sgetc/char/2-in.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/sgetc/char/2-in.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/sgetc/char/2-io.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/sgetc/char/2-io.cc index 5eaf353e9408..29968d42039e 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/sgetc/char/2-io.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/sgetc/char/2-io.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/sgetc/char/2-out.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/sgetc/char/2-out.cc index 8256b253bbf7..81d26c8f4f5f 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/sgetc/char/2-out.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/sgetc/char/2-out.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/sgetn/char/1-in.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/sgetn/char/1-in.cc index 98beb9dfd31e..80ce52b1c26c 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/sgetn/char/1-in.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/sgetn/char/1-in.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/sgetn/char/1-io.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/sgetn/char/1-io.cc index 89e2bc7d044e..a93be3f3f64d 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/sgetn/char/1-io.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/sgetn/char/1-io.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/sgetn/char/1-out.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/sgetn/char/1-out.cc index 66f0ece6b666..c928492e0cdf 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/sgetn/char/1-out.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/sgetn/char/1-out.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/sgetn/char/2-in.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/sgetn/char/2-in.cc index 044bdb727b98..3e7a9eed262b 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/sgetn/char/2-in.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/sgetn/char/2-in.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/sgetn/char/2-io.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/sgetn/char/2-io.cc index a928b7c20800..d41e69737e34 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/sgetn/char/2-io.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/sgetn/char/2-io.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/sgetn/char/2-out.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/sgetn/char/2-out.cc index c482731d445f..828cd393d383 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/sgetn/char/2-out.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/sgetn/char/2-out.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/sgetn/char/3.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/sgetn/char/3.cc index 16d7b0ca05f9..179f813d6376 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/sgetn/char/3.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/sgetn/char/3.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/showmanyc/char/9533-1.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/showmanyc/char/9533-1.cc index fcfcd027d569..179b5d858134 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/showmanyc/char/9533-1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/showmanyc/char/9533-1.cc @@ -1,7 +1,7 @@ // { dg-require-fork "" } // { dg-require-mkfifo "" } -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/showmanyc/char/9533-2.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/showmanyc/char/9533-2.cc index 646f4bb4724a..cbc43d4fcbc9 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/showmanyc/char/9533-2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/showmanyc/char/9533-2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/snextc/char/1-in.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/snextc/char/1-in.cc index 356dc73e3ed8..e89fd63cd865 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/snextc/char/1-in.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/snextc/char/1-in.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/snextc/char/1-io.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/snextc/char/1-io.cc index 8efb68f521a3..f76eaa7b7826 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/snextc/char/1-io.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/snextc/char/1-io.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/snextc/char/1-out.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/snextc/char/1-out.cc index a173cd3ab9be..e6798ba5346f 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/snextc/char/1-out.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/snextc/char/1-out.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/snextc/char/2-in.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/snextc/char/2-in.cc index 91890f4ca4ff..c1bde20e172d 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/snextc/char/2-in.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/snextc/char/2-in.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/snextc/char/2-io.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/snextc/char/2-io.cc index 1804104b0060..c706beaba7d8 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/snextc/char/2-io.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/snextc/char/2-io.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/snextc/char/2-out.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/snextc/char/2-out.cc index 756d4ecf715c..2cd2e9dfbf4b 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/snextc/char/2-out.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/snextc/char/2-out.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/sputbackc/char/1-in.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/sputbackc/char/1-in.cc index a97bc7803b5b..618605d33769 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/sputbackc/char/1-in.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/sputbackc/char/1-in.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/sputbackc/char/1-io.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/sputbackc/char/1-io.cc index 62f84bca718b..d4d76459f7aa 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/sputbackc/char/1-io.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/sputbackc/char/1-io.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/sputbackc/char/1-out.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/sputbackc/char/1-out.cc index 45ead84fcd44..efc3e80704cb 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/sputbackc/char/1-out.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/sputbackc/char/1-out.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/sputbackc/char/2-in.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/sputbackc/char/2-in.cc index a31778a75c6c..157a80c05f7c 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/sputbackc/char/2-in.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/sputbackc/char/2-in.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/sputbackc/char/2-io.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/sputbackc/char/2-io.cc index a5a6087a4698..9305b15cebec 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/sputbackc/char/2-io.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/sputbackc/char/2-io.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/sputbackc/char/2-out.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/sputbackc/char/2-out.cc index 888f2b9e5651..fa71a91d72ed 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/sputbackc/char/2-out.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/sputbackc/char/2-out.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/sputbackc/char/9425.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/sputbackc/char/9425.cc index 97b3dd264583..0aca141659da 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/sputbackc/char/9425.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/sputbackc/char/9425.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/sputc/char/1-in.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/sputc/char/1-in.cc index 0db6a29f759d..6d98744a4938 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/sputc/char/1-in.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/sputc/char/1-in.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/sputc/char/1-io.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/sputc/char/1-io.cc index 604e65466812..a397754cad04 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/sputc/char/1-io.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/sputc/char/1-io.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/sputc/char/1-out.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/sputc/char/1-out.cc index dbacc85ef1f4..1f1234519ee6 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/sputc/char/1-out.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/sputc/char/1-out.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/sputc/char/1057.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/sputc/char/1057.cc index 560cf986795c..1f88bdee577c 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/sputc/char/1057.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/sputc/char/1057.cc @@ -1,6 +1,6 @@ // 1999-10-11 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_filebuf/sputc/char/2-in.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/sputc/char/2-in.cc index 0e2e09b53336..20970033c2a5 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/sputc/char/2-in.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/sputc/char/2-in.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/sputc/char/2-io.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/sputc/char/2-io.cc index b9e938ddef41..74f4fffcf665 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/sputc/char/2-io.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/sputc/char/2-io.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/sputc/char/2-out.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/sputc/char/2-out.cc index def88ced5f04..b5b9d0dd3ddb 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/sputc/char/2-out.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/sputc/char/2-out.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/sputc/char/59427.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/sputc/char/59427.cc index 5652dc1817eb..c55843b125ec 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/sputc/char/59427.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/sputc/char/59427.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/27_io/basic_filebuf/sputc/char/9701-2.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/sputc/char/9701-2.cc index 595b0ec4007f..8585d8553898 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/sputc/char/9701-2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/sputc/char/9701-2.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/sputn/char/1-in.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/sputn/char/1-in.cc index fddb68084c78..9875ec60c33f 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/sputn/char/1-in.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/sputn/char/1-in.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/sputn/char/1-io.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/sputn/char/1-io.cc index d1e305dca60f..88e716c4eee4 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/sputn/char/1-io.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/sputn/char/1-io.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/sputn/char/1-out.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/sputn/char/1-out.cc index dd9488e4b8bb..936ea49419b8 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/sputn/char/1-out.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/sputn/char/1-out.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/sputn/char/1057.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/sputn/char/1057.cc index 0a9dcf0e0edd..038ae22b42dc 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/sputn/char/1057.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/sputn/char/1057.cc @@ -1,6 +1,6 @@ // 1999-10-11 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_filebuf/sputn/char/2-in.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/sputn/char/2-in.cc index 4aec8143b0f1..a4f2b4057b11 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/sputn/char/2-in.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/sputn/char/2-in.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/sputn/char/2-io.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/sputn/char/2-io.cc index a4ab4cbe8722..e520ad308eb0 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/sputn/char/2-io.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/sputn/char/2-io.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/sputn/char/2-out.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/sputn/char/2-out.cc index 217b8e3d4e10..487631223a1a 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/sputn/char/2-out.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/sputn/char/2-out.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/sputn/char/59427.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/sputn/char/59427.cc index 54685f01ec66..fc94bcfaa753 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/sputn/char/59427.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/sputn/char/59427.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/27_io/basic_filebuf/sputn/char/9339.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/sputn/char/9339.cc index 59dc2bc5fa51..6a5d8550b91e 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/sputn/char/9339.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/sputn/char/9339.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/sputn/char/9701-1.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/sputn/char/9701-1.cc index 5888a2b17918..2c78a6ad1896 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/sputn/char/9701-1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/sputn/char/9701-1.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/sungetc/char/1-in.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/sungetc/char/1-in.cc index c8429aadde70..5134d9f58fdc 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/sungetc/char/1-in.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/sungetc/char/1-in.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/sungetc/char/1-io.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/sungetc/char/1-io.cc index 8c3b326783ca..41eb5cff4073 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/sungetc/char/1-io.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/sungetc/char/1-io.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/sungetc/char/1-out.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/sungetc/char/1-out.cc index 6ff702e318b9..26519b210c42 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/sungetc/char/1-out.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/sungetc/char/1-out.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/sungetc/char/2-in.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/sungetc/char/2-in.cc index 0af8d2466579..cc3f73846e1a 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/sungetc/char/2-in.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/sungetc/char/2-in.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/sungetc/char/2-io.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/sungetc/char/2-io.cc index 2df1d8e75ec9..b66a2800f286 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/sungetc/char/2-io.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/sungetc/char/2-io.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/sungetc/char/2-out.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/sungetc/char/2-out.cc index 41819def5a10..1bfa6b6ad47a 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/sungetc/char/2-out.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/sungetc/char/2-out.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/sync/char/1057.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/sync/char/1057.cc index c491070099ed..9d07a692755a 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/sync/char/1057.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/sync/char/1057.cc @@ -1,6 +1,6 @@ // 1999-10-11 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_filebuf/sync/char/9182-1.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/sync/char/9182-1.cc index de60cff846ac..54e294a9d780 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/sync/char/9182-1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/sync/char/9182-1.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/underflow/10096.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/10096.cc index 69bdfadbc5f0..a0cde0bf4f6a 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/10096.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/10096.cc @@ -1,6 +1,6 @@ // 2003-05-03 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/underflow/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/char/1.cc index 18894f75fa75..3c60165722b1 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/char/1.cc @@ -1,6 +1,6 @@ // 2003-05-03 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/underflow/char/10097.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/char/10097.cc index 6b149c5797c6..3a02002cf5e0 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/char/10097.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/char/10097.cc @@ -3,7 +3,7 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_filebuf/underflow/char/2.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/char/2.cc index 9c21b4ac26f9..09de4a76f71b 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/char/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/char/2.cc @@ -1,6 +1,6 @@ // 2003-06-25 Paolo Carlini -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/underflow/char/3.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/char/3.cc index c476fd84990d..c7df88adb96f 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/char/3.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/char/3.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/27_io/basic_filebuf/underflow/char/45841.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/char/45841.cc index 5b3837f8626c..643d1d701790 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/char/45841.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/char/45841.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/27_io/basic_filebuf/underflow/char/9027.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/char/9027.cc index 06ed5bd27b7a..c4f16e22df3f 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/char/9027.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/char/9027.cc @@ -1,6 +1,6 @@ // 2003-05-03 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/underflow/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/1.cc index 717d1dad5514..519f419b4a6b 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/1.cc @@ -2,7 +2,7 @@ // 2003-09-04 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/underflow/wchar_t/11389-1.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/11389-1.cc index c580e8d279fe..4448addb29e8 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/11389-1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/11389-1.cc @@ -1,6 +1,6 @@ // { dg-require-namedlocale "en_US.UTF-8" } -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/underflow/wchar_t/11389-2.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/11389-2.cc index 13bc42fe1a0f..a9593a591fb8 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/11389-2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/11389-2.cc @@ -1,6 +1,6 @@ // { dg-require-namedlocale "en_US.UTF-8" } -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/underflow/wchar_t/11389-3.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/11389-3.cc index 8df4d6095580..9e0850e908c2 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/11389-3.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/11389-3.cc @@ -1,6 +1,6 @@ // { dg-require-namedlocale "en_US.UTF-8" } -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/underflow/wchar_t/11389-4.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/11389-4.cc index 92913c7f5d9e..f0d14cadc8ca 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/11389-4.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/11389-4.cc @@ -1,6 +1,6 @@ // { dg-require-namedlocale "en_US.UTF-8" } -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/underflow/wchar_t/11544-1.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/11544-1.cc index 729d34a3e4fb..9ae45ed5c190 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/11544-1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/11544-1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/underflow/wchar_t/11544-2.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/11544-2.cc index 32e15e75ee65..8515f92cee63 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/11544-2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/11544-2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/underflow/wchar_t/11603.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/11603.cc index a0046a96c463..a57cecedf78d 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/11603.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/11603.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/underflow/wchar_t/2.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/2.cc index bba83846a4f0..6369a8d65ab7 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/2.cc @@ -2,7 +2,7 @@ // 2003-09-04 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/underflow/wchar_t/3.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/3.cc index 0dfeb59d646f..c1260e0dfb87 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/3.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/3.cc @@ -2,7 +2,7 @@ // 2003-09-04 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/underflow/wchar_t/4.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/4.cc index 4579b7dbdffa..8d4773b28fd9 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/4.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/4.cc @@ -3,7 +3,7 @@ // 2003-09-04 Petur Runolfsson // Adapted from 27_io/basic_filebuf/underflow/char/2.cc -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/underflow/wchar_t/45841.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/45841.cc index 36e3345c61f9..a6a5fafa0fca 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/45841.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/45841.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/27_io/basic_filebuf/underflow/wchar_t/5.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/5.cc index 63050f835219..e88acdc42843 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/5.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/5.cc @@ -2,7 +2,7 @@ // 2003-09-04 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/underflow/wchar_t/9178.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/9178.cc index e7b3d92ee677..6e4791afcf07 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/9178.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/9178.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_filebuf/underflow/wchar_t/9520.cc b/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/9520.cc index 6b7f9e56f24c..f7de47672831 100644 --- a/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/9520.cc +++ b/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/9520.cc @@ -2,7 +2,7 @@ // 2003-05-03 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_fstream/assign/1.cc b/libstdc++-v3/testsuite/27_io/basic_fstream/assign/1.cc index ff2373365293..c520ab13e846 100644 --- a/libstdc++-v3/testsuite/27_io/basic_fstream/assign/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_fstream/assign/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/27_io/basic_fstream/cons/1.cc b/libstdc++-v3/testsuite/27_io/basic_fstream/cons/1.cc index 90699a10091e..ed6864528d83 100644 --- a/libstdc++-v3/testsuite/27_io/basic_fstream/cons/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_fstream/cons/1.cc @@ -1,6 +1,6 @@ // 1999-01-17 bkoz test functionality of basic_filebuf for char_type == char -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/27_io/basic_fstream/cons/base.cc b/libstdc++-v3/testsuite/27_io/basic_fstream/cons/base.cc index dc89d4c1cebc..21fa2e641771 100644 --- a/libstdc++-v3/testsuite/27_io/basic_fstream/cons/base.cc +++ b/libstdc++-v3/testsuite/27_io/basic_fstream/cons/base.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/27_io/basic_fstream/cons/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_fstream/cons/char/1.cc index 05f02798ff89..80fd94953f36 100644 --- a/libstdc++-v3/testsuite/27_io/basic_fstream/cons/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_fstream/cons/char/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/27_io/basic_fstream/cons/move.cc b/libstdc++-v3/testsuite/27_io/basic_fstream/cons/move.cc index bd9edd14ee2f..ca53b5de3683 100644 --- a/libstdc++-v3/testsuite/27_io/basic_fstream/cons/move.cc +++ b/libstdc++-v3/testsuite/27_io/basic_fstream/cons/move.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/27_io/basic_fstream/open/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_fstream/open/char/1.cc index 1073ef35bc44..99bb161e6fc4 100644 --- a/libstdc++-v3/testsuite/27_io/basic_fstream/open/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_fstream/open/char/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/27_io/basic_fstream/rdbuf/char/2832.cc b/libstdc++-v3/testsuite/27_io/basic_fstream/rdbuf/char/2832.cc index f73b9df2d383..71ce8f746223 100644 --- a/libstdc++-v3/testsuite/27_io/basic_fstream/rdbuf/char/2832.cc +++ b/libstdc++-v3/testsuite/27_io/basic_fstream/rdbuf/char/2832.cc @@ -1,6 +1,6 @@ // 2001-05-24 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_fstream/requirements/base_classes.cc b/libstdc++-v3/testsuite/27_io/basic_fstream/requirements/base_classes.cc index 3f12fcbcc3d5..65d5b4c5f960 100644 --- a/libstdc++-v3/testsuite/27_io/basic_fstream/requirements/base_classes.cc +++ b/libstdc++-v3/testsuite/27_io/basic_fstream/requirements/base_classes.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2003-03-26 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_fstream/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/27_io/basic_fstream/requirements/explicit_instantiation.cc index 0bbaa74ac483..c0b55bf9dfaa 100644 --- a/libstdc++-v3/testsuite/27_io/basic_fstream/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/27_io/basic_fstream/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2002-07-25 Benjamin Kosnik -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/27_io/basic_fstream/requirements/typedefs.cc b/libstdc++-v3/testsuite/27_io/basic_fstream/requirements/typedefs.cc index d34eb6422f7b..f1c038933206 100644 --- a/libstdc++-v3/testsuite/27_io/basic_fstream/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/27_io/basic_fstream/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2002-07-25 Benjamin Kosnik -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/27_io/basic_ifstream/assign/1.cc b/libstdc++-v3/testsuite/27_io/basic_ifstream/assign/1.cc index 357b7eeeb0e9..fcf834db7628 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ifstream/assign/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ifstream/assign/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/27_io/basic_ifstream/cons/2020.cc b/libstdc++-v3/testsuite/27_io/basic_ifstream/cons/2020.cc index b0109cc39ee5..e45b28953741 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ifstream/cons/2020.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ifstream/cons/2020.cc @@ -1,6 +1,6 @@ // 1999-01-17 bkoz test functionality of basic_filebuf for char_type == char -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/27_io/basic_ifstream/cons/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_ifstream/cons/char/1.cc index 70e48e54d583..7253e3dd3f28 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ifstream/cons/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ifstream/cons/char/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/27_io/basic_ifstream/cons/char/2.cc b/libstdc++-v3/testsuite/27_io/basic_ifstream/cons/char/2.cc index 105dd9538408..95062e098ea0 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ifstream/cons/char/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ifstream/cons/char/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/27_io/basic_ifstream/cons/move.cc b/libstdc++-v3/testsuite/27_io/basic_ifstream/cons/move.cc index 44c4f773970b..a636c6f22c2a 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ifstream/cons/move.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ifstream/cons/move.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/27_io/basic_ifstream/open/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_ifstream/open/char/1.cc index 55d8a3d7e317..21f97a5429e1 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ifstream/open/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ifstream/open/char/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/27_io/basic_ifstream/open/char/2.cc b/libstdc++-v3/testsuite/27_io/basic_ifstream/open/char/2.cc index 31318c1a7076..404ec8d8b163 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ifstream/open/char/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ifstream/open/char/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/27_io/basic_ifstream/rdbuf/char/2832.cc b/libstdc++-v3/testsuite/27_io/basic_ifstream/rdbuf/char/2832.cc index 0550ca274864..10f1375ffb95 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ifstream/rdbuf/char/2832.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ifstream/rdbuf/char/2832.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/27_io/basic_ifstream/requirements/base_classes.cc b/libstdc++-v3/testsuite/27_io/basic_ifstream/requirements/base_classes.cc index 9aff2c1f1836..23f7208dfd82 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ifstream/requirements/base_classes.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ifstream/requirements/base_classes.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2003-03-26 B enjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_ifstream/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/27_io/basic_ifstream/requirements/explicit_instantiation.cc index 377bfb49b51b..26f835154ea0 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ifstream/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ifstream/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2002-07-25 Benjamin Kosnik -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/27_io/basic_ifstream/requirements/typedefs.cc b/libstdc++-v3/testsuite/27_io/basic_ifstream/requirements/typedefs.cc index 8812db932866..61a006eea978 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ifstream/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ifstream/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2002-07-25 Benjamin Kosnik -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/27_io/basic_ios/clear/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_ios/clear/char/1.cc index df86f284305d..9bae1cacae9a 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ios/clear/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ios/clear/char/1.cc @@ -1,6 +1,6 @@ // 1999-09-20 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_ios/cons/2020.cc b/libstdc++-v3/testsuite/27_io/basic_ios/cons/2020.cc index 73085c1c47d7..0067fc8ed03a 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ios/cons/2020.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ios/cons/2020.cc @@ -1,6 +1,6 @@ // 1999-01-17 bkoz test functionality of basic_filebuf for char_type == char -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/27_io/basic_ios/cons/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_ios/cons/char/1.cc index f32375b3e57b..e0a49158fcc6 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ios/cons/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ios/cons/char/1.cc @@ -1,6 +1,6 @@ // 1999-07-23 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_ios/cons/char/2.cc b/libstdc++-v3/testsuite/27_io/basic_ios/cons/char/2.cc index 37f4b7c9ad60..9347bf6c206a 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ios/cons/char/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ios/cons/char/2.cc @@ -1,6 +1,6 @@ // 2001-06-05 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_ios/cons/char/3.cc b/libstdc++-v3/testsuite/27_io/basic_ios/cons/char/3.cc index eadf90590c9f..8019bf133941 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ios/cons/char/3.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ios/cons/char/3.cc @@ -1,6 +1,6 @@ // 2001-06-05 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_ios/conv/bool.cc b/libstdc++-v3/testsuite/27_io/basic_ios/conv/bool.cc index 7326f0f4051d..44315c14c5b4 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ios/conv/bool.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ios/conv/bool.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/27_io/basic_ios/conv/bool_neg.cc b/libstdc++-v3/testsuite/27_io/basic_ios/conv/bool_neg.cc index 9524010259d0..af494c1fcd56 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ios/conv/bool_neg.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ios/conv/bool_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/27_io/basic_ios/conv/voidptr.cc b/libstdc++-v3/testsuite/27_io/basic_ios/conv/voidptr.cc index 3fdee31ce750..46c63114859d 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ios/conv/voidptr.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ios/conv/voidptr.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/27_io/basic_ios/copyfmt/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_ios/copyfmt/char/1.cc index 8df6ba472ccd..e1a30f3dad15 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ios/copyfmt/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ios/copyfmt/char/1.cc @@ -1,6 +1,6 @@ // 1999-09-20 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_ios/copyfmt/char/2.cc b/libstdc++-v3/testsuite/27_io/basic_ios/copyfmt/char/2.cc index 794b4950175c..ab3aa6e02674 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ios/copyfmt/char/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ios/copyfmt/char/2.cc @@ -2,7 +2,7 @@ // 1999-09-20 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_ios/exceptions/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_ios/exceptions/char/1.cc index 6db11e7bcd9a..df073cf094e2 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ios/exceptions/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ios/exceptions/char/1.cc @@ -1,6 +1,6 @@ // 1999-09-20 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_ios/exceptions/char/2.cc b/libstdc++-v3/testsuite/27_io/basic_ios/exceptions/char/2.cc index 68336eba2017..eef06400602b 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ios/exceptions/char/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ios/exceptions/char/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_ios/imbue/14072.cc b/libstdc++-v3/testsuite/27_io/basic_ios/imbue/14072.cc index d668377e8986..9d958c3696ac 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ios/imbue/14072.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ios/imbue/14072.cc @@ -1,6 +1,6 @@ // 2004-02-09 Petur Runolfsson -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_ios/locales/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_ios/locales/char/1.cc index f399a60a91ec..76f69fa6c283 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ios/locales/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ios/locales/char/1.cc @@ -1,6 +1,6 @@ // 1999-09-20 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_ios/requirements/base_classes.cc b/libstdc++-v3/testsuite/27_io/basic_ios/requirements/base_classes.cc index a3976db9a6bd..87b7eb264e52 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ios/requirements/base_classes.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ios/requirements/base_classes.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2003-03-26 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_ios/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/27_io/basic_ios/requirements/explicit_instantiation.cc index 78eba63fef75..9cfd3bd2dfad 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ios/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ios/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2002-07-25 Benjamin Kosnik -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/27_io/basic_ios/requirements/typedefs.cc b/libstdc++-v3/testsuite/27_io/basic_ios/requirements/typedefs.cc index 8ebb0854d6a0..3bf5572404ab 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ios/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ios/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2002-07-25 Benjamin Kosnik -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/27_io/basic_iostream/cons/16251.C b/libstdc++-v3/testsuite/27_io/basic_iostream/cons/16251.C index 2d7e4c669509..96cee131f66c 100644 --- a/libstdc++-v3/testsuite/27_io/basic_iostream/cons/16251.C +++ b/libstdc++-v3/testsuite/27_io/basic_iostream/cons/16251.C @@ -1,4 +1,4 @@ -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/27_io/basic_iostream/cons/2020.cc b/libstdc++-v3/testsuite/27_io/basic_iostream/cons/2020.cc index 2a278e771139..19c3f5f5885d 100644 --- a/libstdc++-v3/testsuite/27_io/basic_iostream/cons/2020.cc +++ b/libstdc++-v3/testsuite/27_io/basic_iostream/cons/2020.cc @@ -1,6 +1,6 @@ // 1999-01-17 bkoz test functionality of basic_filebuf for char_type == char -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/27_io/basic_iostream/requirements/base_classes.cc b/libstdc++-v3/testsuite/27_io/basic_iostream/requirements/base_classes.cc index 03cf63f04080..694cf34e3c1f 100644 --- a/libstdc++-v3/testsuite/27_io/basic_iostream/requirements/base_classes.cc +++ b/libstdc++-v3/testsuite/27_io/basic_iostream/requirements/base_classes.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2003-03-26 B enjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_iostream/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/27_io/basic_iostream/requirements/explicit_instantiation.cc index f7776181c27e..67a461718ddc 100644 --- a/libstdc++-v3/testsuite/27_io/basic_iostream/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/27_io/basic_iostream/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2002-01-08 bkoz -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/27_io/basic_iostream/requirements/typedefs.cc b/libstdc++-v3/testsuite/27_io/basic_iostream/requirements/typedefs.cc index 65f824f4e9d3..cd90ec4b49c8 100644 --- a/libstdc++-v3/testsuite/27_io/basic_iostream/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/27_io/basic_iostream/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2002-01-08 bkoz -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/27_io/basic_istream/cons/3.cc b/libstdc++-v3/testsuite/27_io/basic_istream/cons/3.cc index efc9a642261e..42841c99e2bb 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/cons/3.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/cons/3.cc @@ -1,6 +1,6 @@ // 1999-01-17 bkoz test functionality of basic_filebuf for char_type == char -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/27_io/basic_istream/exceptions/char/9561.cc b/libstdc++-v3/testsuite/27_io/basic_istream/exceptions/char/9561.cc index 7901be367014..ab1d2b12ed44 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/exceptions/char/9561.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/exceptions/char/9561.cc @@ -1,6 +1,6 @@ // 2003-03-08 Jerry Quinn -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_istream/exceptions/wchar_t/9561.cc b/libstdc++-v3/testsuite/27_io/basic_istream/exceptions/wchar_t/9561.cc index 01684ba82288..4424fbd8b3e1 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/exceptions/wchar_t/9561.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/exceptions/wchar_t/9561.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/extractors_arithmetic/char/01.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/01.cc index 1e3367a1b7bf..5706c603fce0 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/01.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/01.cc @@ -1,6 +1,6 @@ // 1999-04-12 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_istream/extractors_arithmetic/char/02.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/02.cc index 77d39cf90ebf..3a686ae88016 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/02.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/02.cc @@ -1,6 +1,6 @@ // 1999-04-12 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_istream/extractors_arithmetic/char/03.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/03.cc index 42d4bc7d6c9e..06ec58bf91d6 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/03.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/03.cc @@ -1,6 +1,6 @@ // 1999-04-12 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_istream/extractors_arithmetic/char/06.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/06.cc index a769356cac63..a0f956874c90 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/06.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/06.cc @@ -1,6 +1,6 @@ // 1999-04-12 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_istream/extractors_arithmetic/char/07.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/07.cc index c32bc4559efd..7d07fe76e955 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/07.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/07.cc @@ -1,6 +1,6 @@ // 1999-04-12 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_istream/extractors_arithmetic/char/08.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/08.cc index ec0c9a3febbc..c98e6e29fcef 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/08.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/08.cc @@ -1,6 +1,6 @@ // 1999-04-12 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_istream/extractors_arithmetic/char/09.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/09.cc index 21e5b2414e5e..d7cbcc1629c2 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/09.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/09.cc @@ -1,6 +1,6 @@ // 1999-04-12 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_istream/extractors_arithmetic/char/10.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/10.cc index 0448115f3117..e1d00b24b6cd 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/10.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/10.cc @@ -1,6 +1,6 @@ // 1999-04-12 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_istream/extractors_arithmetic/char/11.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/11.cc index fe0184e49b4b..f48dc4ff8abd 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/11.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/11.cc @@ -1,6 +1,6 @@ // 1999-04-12 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_istream/extractors_arithmetic/char/12.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/12.cc index 8ce21fd2bb8c..24cd2f5d4be9 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/12.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/12.cc @@ -1,6 +1,6 @@ // 1999-04-12 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_istream/extractors_arithmetic/char/13.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/13.cc index 0394c0047a0e..11ea5046d1f5 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/13.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/13.cc @@ -1,6 +1,6 @@ // 1999-04-12 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_istream/extractors_arithmetic/char/9555-ia.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/9555-ia.cc index 765d23d75531..f78091e7a869 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/9555-ia.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/9555-ia.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_istream/extractors_arithmetic/char/dr696.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/dr696.cc index 365948fad387..eb11aefd3347 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/dr696.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/dr696.cc @@ -1,6 +1,6 @@ // 2009-07-15 Paolo Carlini // -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/27_io/basic_istream/extractors_arithmetic/char/exceptions_badbit_throw.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/exceptions_badbit_throw.cc index 337830932f68..bd009513ce95 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/exceptions_badbit_throw.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/exceptions_badbit_throw.cc @@ -1,6 +1,6 @@ // 2003-03-08 Jerry Quinn -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_istream/extractors_arithmetic/char/exceptions_failbit.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/exceptions_failbit.cc index 7b31ec6edcc8..ecbbf18df253 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/exceptions_failbit.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/exceptions_failbit.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_istream/extractors_arithmetic/char/exceptions_failbit_throw.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/exceptions_failbit_throw.cc index 7b0defb503f9..dd2e91ae828a 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/exceptions_failbit_throw.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/exceptions_failbit_throw.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_istream/extractors_arithmetic/pod/3983-1.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/pod/3983-1.cc index d9dceef30fd0..414e7a51208d 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/pod/3983-1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/pod/3983-1.cc @@ -1,6 +1,6 @@ // 2001-06-05 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_istream/extractors_arithmetic/wchar_t/01.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/01.cc index 4bea06131116..674366d860bb 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/01.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/01.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/extractors_arithmetic/wchar_t/02.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/02.cc index ac1283cd00c9..860f97f6f8c0 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/02.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/02.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/extractors_arithmetic/wchar_t/03.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/03.cc index 3da90c3469e8..e15f86e57977 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/03.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/03.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/extractors_arithmetic/wchar_t/06.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/06.cc index 4852a7671524..79ccf4f941d1 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/06.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/06.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/extractors_arithmetic/wchar_t/07.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/07.cc index 395ee4e55459..29e6356b6be5 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/07.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/07.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/extractors_arithmetic/wchar_t/08.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/08.cc index 912c82302ac2..fc81fc1e245d 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/08.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/08.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/extractors_arithmetic/wchar_t/09.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/09.cc index c6d72bbeabdf..a30d45c4db91 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/09.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/09.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/extractors_arithmetic/wchar_t/10.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/10.cc index c6052640dd03..7aee35b94019 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/10.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/10.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/extractors_arithmetic/wchar_t/11.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/11.cc index ebe47c8bb0c8..72c8b1647634 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/11.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/11.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/extractors_arithmetic/wchar_t/12.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/12.cc index ec6a998c7272..0d91aba3274e 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/12.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/12.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/extractors_arithmetic/wchar_t/13.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/13.cc index 3ae3edd2f3d0..32b3f1f8121e 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/13.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/13.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/extractors_arithmetic/wchar_t/9555-ia.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/9555-ia.cc index eb3158d07167..339d6a75ffc1 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/9555-ia.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/9555-ia.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/extractors_arithmetic/wchar_t/dr696.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/dr696.cc index 65a7ef45a00c..a30acd87ee8f 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/dr696.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/dr696.cc @@ -1,6 +1,6 @@ // 2009-07-15 Paolo Carlini // -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/27_io/basic_istream/extractors_arithmetic/wchar_t/exceptions_badbit_throw.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/exceptions_badbit_throw.cc index 3a9c280661ea..bc8d6ced5c2a 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/exceptions_badbit_throw.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/exceptions_badbit_throw.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/extractors_arithmetic/wchar_t/exceptions_failbit.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/exceptions_failbit.cc index d9e721a590be..ebe8f70bf1ec 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/exceptions_failbit.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/exceptions_failbit.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/extractors_arithmetic/wchar_t/exceptions_failbit_throw.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/exceptions_failbit_throw.cc index ad32a98ac154..7ec54072d681 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/exceptions_failbit_throw.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/exceptions_failbit_throw.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/extractors_character/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/char/1.cc index daa462963ee2..6e974fe08955 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/char/1.cc @@ -1,6 +1,6 @@ // 1999-07-26 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_istream/extractors_character/char/11095-i.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/char/11095-i.cc index f90d95792430..b8467d06f35b 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/char/11095-i.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/char/11095-i.cc @@ -1,6 +1,6 @@ // 2003-06-05 Paolo Carlini -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_istream/extractors_character/char/2.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/char/2.cc index 77e4bbcd6e29..27d94e097fa5 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/char/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/char/2.cc @@ -1,6 +1,6 @@ // 1999-07-26 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_istream/extractors_character/char/3.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/char/3.cc index 90b12fb3f430..b7097813cbde 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/char/3.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/char/3.cc @@ -1,6 +1,6 @@ // 1999-07-26 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_istream/extractors_character/char/4.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/char/4.cc index f6517d05a2f1..ecdcce50af95 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/char/4.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/char/4.cc @@ -1,6 +1,6 @@ // 2005-07-22 Paolo Carlini -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/27_io/basic_istream/extractors_character/char/9555-ic.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/char/9555-ic.cc index 4b6dc7468a79..177983137050 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/char/9555-ic.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/char/9555-ic.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_istream/extractors_character/char/9826.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/char/9826.cc index ef0cd03b8455..92aeac19450e 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/char/9826.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/char/9826.cc @@ -1,6 +1,6 @@ // 2002-07-25 Benjamin Kosnik -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/27_io/basic_istream/extractors_character/pod/3983-2.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/pod/3983-2.cc index 9562c8179558..04b931efa3a6 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/pod/3983-2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/pod/3983-2.cc @@ -1,6 +1,6 @@ // 2001-06-05 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_istream/extractors_character/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/wchar_t/1.cc index 451bbbf090d5..2ac6fedc1e41 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/wchar_t/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/extractors_character/wchar_t/11095-i.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/wchar_t/11095-i.cc index 2f70387709c6..72371c541fc4 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/wchar_t/11095-i.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/wchar_t/11095-i.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/extractors_character/wchar_t/2.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/wchar_t/2.cc index 744b6970e11a..3e6a47b99ad3 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/wchar_t/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/extractors_character/wchar_t/3.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/wchar_t/3.cc index 90dc751e930a..8e003390bcee 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/wchar_t/3.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/wchar_t/3.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/extractors_character/wchar_t/4.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/wchar_t/4.cc index 76b12c5c7b69..d377ac81e572 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/wchar_t/4.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/wchar_t/4.cc @@ -1,6 +1,6 @@ // 2005-07-22 Paolo Carlini -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/27_io/basic_istream/extractors_character/wchar_t/9555-ic.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/wchar_t/9555-ic.cc index 55281695f635..8d534df14619 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/wchar_t/9555-ic.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/wchar_t/9555-ic.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/extractors_other/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/char/1.cc index 365eb1c4eebd..8bd62c067057 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/char/1.cc @@ -1,6 +1,6 @@ // 1999-07-28 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_istream/extractors_other/char/2.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/char/2.cc index 08125bafde01..c41077b40af6 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/char/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/char/2.cc @@ -1,6 +1,6 @@ // 1999-07-28 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_istream/extractors_other/char/26181.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/char/26181.cc index 96529c22c58a..2ae613081c10 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/char/26181.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/char/26181.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/27_io/basic_istream/extractors_other/char/3.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/char/3.cc index e34529db4a14..3b8c9d587413 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/char/3.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/char/3.cc @@ -1,6 +1,6 @@ // 1999-07-28 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_istream/extractors_other/char/4.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/char/4.cc index 0922b0b643cf..1301f99846fb 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/char/4.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/char/4.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/27_io/basic_istream/extractors_other/char/9318-in.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/char/9318-in.cc index 65e88122f59d..a194d141c257 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/char/9318-in.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/char/9318-in.cc @@ -1,6 +1,6 @@ // 1999-10-11 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_istream/extractors_other/char/9424-in.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/char/9424-in.cc index a5a69f8720d7..e2ae41a71d6c 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/char/9424-in.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/char/9424-in.cc @@ -1,6 +1,6 @@ // 1999-10-11 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_istream/extractors_other/char/9555-io.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/char/9555-io.cc index 3058e5a7a92f..4f49dcb162a5 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/char/9555-io.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/char/9555-io.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_istream/extractors_other/char/error_failbit.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/char/error_failbit.cc index c0d9e41c3c86..1f1592db620c 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/char/error_failbit.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/char/error_failbit.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_istream/extractors_other/char/exceptions_badbit_throw.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/char/exceptions_badbit_throw.cc index 16291c08bbb5..fec69af6d9e5 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/char/exceptions_badbit_throw.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/char/exceptions_badbit_throw.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_istream/extractors_other/char/exceptions_failbit_throw.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/char/exceptions_failbit_throw.cc index d466b0b7786a..1f66fdead747 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/char/exceptions_failbit_throw.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/char/exceptions_failbit_throw.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_istream/extractors_other/char/exceptions_null.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/char/exceptions_null.cc index c86542f863ed..7ff320466ed7 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/char/exceptions_null.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/char/exceptions_null.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_istream/extractors_other/pod/3983-3.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/pod/3983-3.cc index 49221eeb2d53..2a18fc585f65 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/pod/3983-3.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/pod/3983-3.cc @@ -1,6 +1,6 @@ // 2001-06-05 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_istream/extractors_other/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/wchar_t/1.cc index bdd56fdab324..149b03122bab 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/wchar_t/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/extractors_other/wchar_t/2.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/wchar_t/2.cc index 1a9aca02c9f6..8d8a6363c766 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/wchar_t/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/extractors_other/wchar_t/26181.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/wchar_t/26181.cc index 218ab80722c7..6d99f67aee86 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/wchar_t/26181.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/wchar_t/26181.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/27_io/basic_istream/extractors_other/wchar_t/3.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/wchar_t/3.cc index bb42f091400c..5a3933fddfe7 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/wchar_t/3.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/wchar_t/3.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/extractors_other/wchar_t/4.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/wchar_t/4.cc index 87c4ce420de7..855cda42cce9 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/wchar_t/4.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/wchar_t/4.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/27_io/basic_istream/extractors_other/wchar_t/9318-in.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/wchar_t/9318-in.cc index d46133ea22d5..6a9330ffedd6 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/wchar_t/9318-in.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/wchar_t/9318-in.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/extractors_other/wchar_t/9424-in.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/wchar_t/9424-in.cc index 82b935ef53a5..bd0d939b8362 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/wchar_t/9424-in.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/wchar_t/9424-in.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/extractors_other/wchar_t/9555-io.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/wchar_t/9555-io.cc index 517d1cb1d81f..070c70261873 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/wchar_t/9555-io.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/wchar_t/9555-io.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/extractors_other/wchar_t/error_failbit.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/wchar_t/error_failbit.cc index 4d2499214006..b719c1d8415e 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/wchar_t/error_failbit.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/wchar_t/error_failbit.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_istream/extractors_other/wchar_t/exceptions_badbit_throw.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/wchar_t/exceptions_badbit_throw.cc index 18214d6e9c36..bd7609ddc2ec 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/wchar_t/exceptions_badbit_throw.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/wchar_t/exceptions_badbit_throw.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/extractors_other/wchar_t/exceptions_failbit_throw.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/wchar_t/exceptions_failbit_throw.cc index e6b44f75ddf2..a58f4fe88090 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/wchar_t/exceptions_failbit_throw.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/wchar_t/exceptions_failbit_throw.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/extractors_other/wchar_t/exceptions_null.cc b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/wchar_t/exceptions_null.cc index 9dd99d3cfe0c..499ed774e78d 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/wchar_t/exceptions_null.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/wchar_t/exceptions_null.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/get/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_istream/get/char/1.cc index 6f5734e935b6..c1bd609dc60f 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/get/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/get/char/1.cc @@ -1,6 +1,6 @@ // 1999-08-11 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_istream/get/char/2.cc b/libstdc++-v3/testsuite/27_io/basic_istream/get/char/2.cc index 52975e7e5439..58d40d0b811b 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/get/char/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/get/char/2.cc @@ -1,6 +1,6 @@ // 1999-08-11 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_istream/get/char/3.cc b/libstdc++-v3/testsuite/27_io/basic_istream/get/char/3.cc index 1e718964e8ed..97e2bf5007d3 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/get/char/3.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/get/char/3.cc @@ -1,6 +1,6 @@ // 2004-11-26 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/get/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_istream/get/wchar_t/1.cc index 5d8aa5dbbb1b..08554ed2288f 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/get/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/get/wchar_t/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/get/wchar_t/2.cc b/libstdc++-v3/testsuite/27_io/basic_istream/get/wchar_t/2.cc index d73a16ebed75..f78bbfea145c 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/get/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/get/wchar_t/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/get/wchar_t/3.cc b/libstdc++-v3/testsuite/27_io/basic_istream/get/wchar_t/3.cc index 932391ae27d1..3e235179577e 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/get/wchar_t/3.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/get/wchar_t/3.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/getline/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_istream/getline/char/1.cc index eb83fa7a3434..8ef93059f6bf 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/getline/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/getline/char/1.cc @@ -1,6 +1,6 @@ // 1999-08-11 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_istream/getline/char/2.cc b/libstdc++-v3/testsuite/27_io/basic_istream/getline/char/2.cc index c5088ea32c63..01e53481414d 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/getline/char/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/getline/char/2.cc @@ -1,6 +1,6 @@ // 1999-08-11 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_istream/getline/char/3.cc b/libstdc++-v3/testsuite/27_io/basic_istream/getline/char/3.cc index 825c72cbe6c1..c4b640c903dd 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/getline/char/3.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/getline/char/3.cc @@ -1,6 +1,6 @@ // 1999-08-11 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_istream/getline/char/4.cc b/libstdc++-v3/testsuite/27_io/basic_istream/getline/char/4.cc index 8c8374b1d4e8..b4a06816ae02 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/getline/char/4.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/getline/char/4.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/getline/char/5.cc b/libstdc++-v3/testsuite/27_io/basic_istream/getline/char/5.cc index 368b200ec44e..aa59a652534b 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/getline/char/5.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/getline/char/5.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/getline/char/6.cc b/libstdc++-v3/testsuite/27_io/basic_istream/getline/char/6.cc index 8eaf6e464945..5b05e234b977 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/getline/char/6.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/getline/char/6.cc @@ -1,6 +1,6 @@ // 2004-11-26 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/getline/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_istream/getline/wchar_t/1.cc index 5711dd2e2bb9..f6476008d50f 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/getline/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/getline/wchar_t/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/getline/wchar_t/2.cc b/libstdc++-v3/testsuite/27_io/basic_istream/getline/wchar_t/2.cc index 062fbfd83d35..ef53c6cf4082 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/getline/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/getline/wchar_t/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/getline/wchar_t/3.cc b/libstdc++-v3/testsuite/27_io/basic_istream/getline/wchar_t/3.cc index 2277d1992c08..9ce373022c45 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/getline/wchar_t/3.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/getline/wchar_t/3.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/getline/wchar_t/4.cc b/libstdc++-v3/testsuite/27_io/basic_istream/getline/wchar_t/4.cc index 6ff688faa06c..64bd49b075b8 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/getline/wchar_t/4.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/getline/wchar_t/4.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/getline/wchar_t/5.cc b/libstdc++-v3/testsuite/27_io/basic_istream/getline/wchar_t/5.cc index 698afdfcabbc..2f8cd2fa0601 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/getline/wchar_t/5.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/getline/wchar_t/5.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/getline/wchar_t/6.cc b/libstdc++-v3/testsuite/27_io/basic_istream/getline/wchar_t/6.cc index e23d2bd56653..b146c6445627 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/getline/wchar_t/6.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/getline/wchar_t/6.cc @@ -1,6 +1,6 @@ // 2004-11-26 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/ignore/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_istream/ignore/char/1.cc index 3fff5a2a2265..29614c1e73db 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/ignore/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/ignore/char/1.cc @@ -1,6 +1,6 @@ // 1999-08-11 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_istream/ignore/char/2.cc b/libstdc++-v3/testsuite/27_io/basic_istream/ignore/char/2.cc index e64c29864d04..2a72ee6bf008 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/ignore/char/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/ignore/char/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/ignore/char/3.cc b/libstdc++-v3/testsuite/27_io/basic_istream/ignore/char/3.cc index 1ff24a69a150..69542c096d34 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/ignore/char/3.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/ignore/char/3.cc @@ -1,6 +1,6 @@ // 2004-06-20 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/ignore/char/6360.cc b/libstdc++-v3/testsuite/27_io/basic_istream/ignore/char/6360.cc index b75355ef9936..1afc5d2b5959 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/ignore/char/6360.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/ignore/char/6360.cc @@ -1,6 +1,6 @@ // 1999-08-11 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_istream/ignore/char/7220.cc b/libstdc++-v3/testsuite/27_io/basic_istream/ignore/char/7220.cc index 3ac70ba98abe..7e3f13a9442d 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/ignore/char/7220.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/ignore/char/7220.cc @@ -1,6 +1,6 @@ // 1999-08-11 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_istream/ignore/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_istream/ignore/wchar_t/1.cc index 2bd14a246222..4a2d7ab1cf1c 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/ignore/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/ignore/wchar_t/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/ignore/wchar_t/2.cc b/libstdc++-v3/testsuite/27_io/basic_istream/ignore/wchar_t/2.cc index c732eeb746de..b82f89c9e008 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/ignore/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/ignore/wchar_t/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/ignore/wchar_t/3.cc b/libstdc++-v3/testsuite/27_io/basic_istream/ignore/wchar_t/3.cc index b7d7c85fc11f..bf6ec1510f4a 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/ignore/wchar_t/3.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/ignore/wchar_t/3.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/ignore/wchar_t/6360.cc b/libstdc++-v3/testsuite/27_io/basic_istream/ignore/wchar_t/6360.cc index d5e8773a27ba..745917832ca4 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/ignore/wchar_t/6360.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/ignore/wchar_t/6360.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/ignore/wchar_t/7220.cc b/libstdc++-v3/testsuite/27_io/basic_istream/ignore/wchar_t/7220.cc index bde00d5e076c..7d4b7d24fe27 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/ignore/wchar_t/7220.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/ignore/wchar_t/7220.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/peek/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_istream/peek/char/1.cc index ac7adfb55760..d1410a08a79d 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/peek/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/peek/char/1.cc @@ -1,6 +1,6 @@ // 1999-08-11 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_istream/peek/char/12296.cc b/libstdc++-v3/testsuite/27_io/basic_istream/peek/char/12296.cc index b05df1b65cd4..af2f6e7f3dc5 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/peek/char/12296.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/peek/char/12296.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_istream/peek/char/6414.cc b/libstdc++-v3/testsuite/27_io/basic_istream/peek/char/6414.cc index ed3335ce1e0b..778f4341e753 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/peek/char/6414.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/peek/char/6414.cc @@ -1,6 +1,6 @@ // 2000-06-29 bkoz -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/27_io/basic_istream/peek/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_istream/peek/wchar_t/1.cc index a829f44cb693..8c5213e7577b 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/peek/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/peek/wchar_t/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/peek/wchar_t/12296.cc b/libstdc++-v3/testsuite/27_io/basic_istream/peek/wchar_t/12296.cc index b9773d638019..8ce5fba1a519 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/peek/wchar_t/12296.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/peek/wchar_t/12296.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/peek/wchar_t/6414.cc b/libstdc++-v3/testsuite/27_io/basic_istream/peek/wchar_t/6414.cc index 6aa44694e790..01d91736cfd1 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/peek/wchar_t/6414.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/peek/wchar_t/6414.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/putback/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_istream/putback/char/1.cc index 6aa72302c93b..3b602affbc0e 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/putback/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/putback/char/1.cc @@ -1,6 +1,6 @@ // 1999-08-11 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_istream/putback/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_istream/putback/wchar_t/1.cc index 9d6c0493be1a..ace217ce97d3 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/putback/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/putback/wchar_t/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/read/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_istream/read/char/1.cc index b71bd884793c..e2e607034eed 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/read/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/read/char/1.cc @@ -1,6 +1,6 @@ // 1999-08-11 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_istream/read/char/2.cc b/libstdc++-v3/testsuite/27_io/basic_istream/read/char/2.cc index f7d0c6114c58..a14a532bf4cf 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/read/char/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/read/char/2.cc @@ -1,6 +1,6 @@ // 1999-08-11 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_istream/read/char/3.cc b/libstdc++-v3/testsuite/27_io/basic_istream/read/char/3.cc index 1a4f24fb521e..52281d944600 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/read/char/3.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/read/char/3.cc @@ -1,6 +1,6 @@ // 1999-08-11 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_istream/read/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_istream/read/wchar_t/1.cc index 4f215748254f..66b7893385b3 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/read/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/read/wchar_t/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/read/wchar_t/2.cc b/libstdc++-v3/testsuite/27_io/basic_istream/read/wchar_t/2.cc index 2d7234f652b6..e7d616d27409 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/read/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/read/wchar_t/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/read/wchar_t/3.cc b/libstdc++-v3/testsuite/27_io/basic_istream/read/wchar_t/3.cc index efcf09ab7035..87f630c11132 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/read/wchar_t/3.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/read/wchar_t/3.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/readsome/char/6746-1.cc b/libstdc++-v3/testsuite/27_io/basic_istream/readsome/char/6746-1.cc index 07523b17fad5..96a77c6b0261 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/readsome/char/6746-1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/readsome/char/6746-1.cc @@ -1,6 +1,6 @@ // 1999-08-11 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_istream/readsome/char/6746-2.cc b/libstdc++-v3/testsuite/27_io/basic_istream/readsome/char/6746-2.cc index 4c1862769eb0..2aeec4f8d260 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/readsome/char/6746-2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/readsome/char/6746-2.cc @@ -1,6 +1,6 @@ // 1999-08-11 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_istream/readsome/char/8258.cc b/libstdc++-v3/testsuite/27_io/basic_istream/readsome/char/8258.cc index 64ef334e0494..aff82042540c 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/readsome/char/8258.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/readsome/char/8258.cc @@ -1,6 +1,6 @@ // 1999-08-11 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_istream/readsome/wchar_t/6746-1.cc b/libstdc++-v3/testsuite/27_io/basic_istream/readsome/wchar_t/6746-1.cc index f9d08c870ef2..b1cae0907e42 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/readsome/wchar_t/6746-1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/readsome/wchar_t/6746-1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/readsome/wchar_t/6746-2.cc b/libstdc++-v3/testsuite/27_io/basic_istream/readsome/wchar_t/6746-2.cc index a7922d7e1516..b977ba0d1a33 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/readsome/wchar_t/6746-2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/readsome/wchar_t/6746-2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/readsome/wchar_t/8258.cc b/libstdc++-v3/testsuite/27_io/basic_istream/readsome/wchar_t/8258.cc index 78f87dfa2964..a0ea370cb9aa 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/readsome/wchar_t/8258.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/readsome/wchar_t/8258.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/requirements/base_classes.cc b/libstdc++-v3/testsuite/27_io/basic_istream/requirements/base_classes.cc index dba41d4de113..7807705a7c54 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/requirements/base_classes.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/requirements/base_classes.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2003-03-26 B enjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_istream/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/27_io/basic_istream/requirements/explicit_instantiation.cc index 17cd0b70025d..aacd167577e2 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 1999-09-20 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_istream/requirements/typedefs.cc b/libstdc++-v3/testsuite/27_io/basic_istream/requirements/typedefs.cc index e96f1d96d46b..424e5bf328b6 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 1999-09-20 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_istream/seekg/char/2.cc b/libstdc++-v3/testsuite/27_io/basic_istream/seekg/char/2.cc index f2e71a6a4c19..eeafb587a992 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/seekg/char/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/seekg/char/2.cc @@ -1,6 +1,6 @@ // 2003-04-22 pme -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_istream/seekg/char/26211.cc b/libstdc++-v3/testsuite/27_io/basic_istream/seekg/char/26211.cc index d0b5d5cbd0c9..2e1fb6e87094 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/seekg/char/26211.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/seekg/char/26211.cc @@ -1,6 +1,6 @@ // 2010-11-18 Paolo Carlini -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/27_io/basic_istream/seekg/char/8348-1.cc b/libstdc++-v3/testsuite/27_io/basic_istream/seekg/char/8348-1.cc index 7f3d515d74a8..99715afeef3f 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/seekg/char/8348-1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/seekg/char/8348-1.cc @@ -1,6 +1,6 @@ // 2000-06-29 bkoz -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/27_io/basic_istream/seekg/char/8348-2.cc b/libstdc++-v3/testsuite/27_io/basic_istream/seekg/char/8348-2.cc index d6ef6dbe5a6f..c7ca3d84adfe 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/seekg/char/8348-2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/seekg/char/8348-2.cc @@ -1,6 +1,6 @@ // 2000-06-29 bkoz -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/27_io/basic_istream/seekg/char/exceptions_badbit_throw.cc b/libstdc++-v3/testsuite/27_io/basic_istream/seekg/char/exceptions_badbit_throw.cc index cc22226ddd48..30063983f35d 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/seekg/char/exceptions_badbit_throw.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/seekg/char/exceptions_badbit_throw.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_istream/seekg/char/fstream.cc b/libstdc++-v3/testsuite/27_io/basic_istream/seekg/char/fstream.cc index 14c703533dea..026b58b7e99f 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/seekg/char/fstream.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/seekg/char/fstream.cc @@ -1,6 +1,6 @@ // 2000-06-29 bkoz -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/27_io/basic_istream/seekg/char/sstream.cc b/libstdc++-v3/testsuite/27_io/basic_istream/seekg/char/sstream.cc index 5bb7dcec3a78..7166136081db 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/seekg/char/sstream.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/seekg/char/sstream.cc @@ -1,6 +1,6 @@ // 2000-06-29 bkoz -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/27_io/basic_istream/seekg/wchar_t/2.cc b/libstdc++-v3/testsuite/27_io/basic_istream/seekg/wchar_t/2.cc index 4456c88028d5..6648f9c71c4a 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/seekg/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/seekg/wchar_t/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/seekg/wchar_t/26211.cc b/libstdc++-v3/testsuite/27_io/basic_istream/seekg/wchar_t/26211.cc index e60cb300afa7..381cc4955777 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/seekg/wchar_t/26211.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/seekg/wchar_t/26211.cc @@ -1,6 +1,6 @@ // 2010-11-18 Paolo Carlini -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/27_io/basic_istream/seekg/wchar_t/8348-1.cc b/libstdc++-v3/testsuite/27_io/basic_istream/seekg/wchar_t/8348-1.cc index c7dc8af373b5..6a342ca3d3f5 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/seekg/wchar_t/8348-1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/seekg/wchar_t/8348-1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/seekg/wchar_t/8348-2.cc b/libstdc++-v3/testsuite/27_io/basic_istream/seekg/wchar_t/8348-2.cc index 918296a0efc9..f8794feda64c 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/seekg/wchar_t/8348-2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/seekg/wchar_t/8348-2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/seekg/wchar_t/exceptions_badbit_throw.cc b/libstdc++-v3/testsuite/27_io/basic_istream/seekg/wchar_t/exceptions_badbit_throw.cc index a260fcdd5862..45ba8015678f 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/seekg/wchar_t/exceptions_badbit_throw.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/seekg/wchar_t/exceptions_badbit_throw.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/seekg/wchar_t/fstream.cc b/libstdc++-v3/testsuite/27_io/basic_istream/seekg/wchar_t/fstream.cc index d5daa365b5d4..cd84c026a461 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/seekg/wchar_t/fstream.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/seekg/wchar_t/fstream.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/seekg/wchar_t/sstream.cc b/libstdc++-v3/testsuite/27_io/basic_istream/seekg/wchar_t/sstream.cc index b6fc400044ad..334868e4f592 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/seekg/wchar_t/sstream.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/seekg/wchar_t/sstream.cc @@ -1,6 +1,6 @@ // 2000-06-29 bkoz -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/27_io/basic_istream/sentry/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_istream/sentry/char/1.cc index ddd134b3514f..d3366c478dc0 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/sentry/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/sentry/char/1.cc @@ -1,6 +1,6 @@ // 1999-10-14 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_istream/sentry/char/12297.cc b/libstdc++-v3/testsuite/27_io/basic_istream/sentry/char/12297.cc index 6ffbc06ae000..50829fdebfaa 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/sentry/char/12297.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/sentry/char/12297.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_istream/sentry/char/2.cc b/libstdc++-v3/testsuite/27_io/basic_istream/sentry/char/2.cc index 70c89c966d45..67cedd0d4922 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/sentry/char/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/sentry/char/2.cc @@ -1,6 +1,6 @@ // 1999-10-14 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_istream/sentry/char/3.cc b/libstdc++-v3/testsuite/27_io/basic_istream/sentry/char/3.cc index abf03bc7da32..27cb207832ab 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/sentry/char/3.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/sentry/char/3.cc @@ -1,6 +1,6 @@ // 1999-10-14 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_istream/sentry/pod/1.cc b/libstdc++-v3/testsuite/27_io/basic_istream/sentry/pod/1.cc index 2f46f7535e7c..8813712950af 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/sentry/pod/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/sentry/pod/1.cc @@ -1,6 +1,6 @@ // 1999-10-14 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_istream/sentry/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_istream/sentry/wchar_t/1.cc index 24f94fd353f8..66b6c2bf1abf 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/sentry/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/sentry/wchar_t/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/sentry/wchar_t/12297.cc b/libstdc++-v3/testsuite/27_io/basic_istream/sentry/wchar_t/12297.cc index ccc519e0b28d..f56ad5543c90 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/sentry/wchar_t/12297.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/sentry/wchar_t/12297.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/sentry/wchar_t/2.cc b/libstdc++-v3/testsuite/27_io/basic_istream/sentry/wchar_t/2.cc index 6fb4a4f857b1..f1067791c716 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/sentry/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/sentry/wchar_t/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/sentry/wchar_t/3.cc b/libstdc++-v3/testsuite/27_io/basic_istream/sentry/wchar_t/3.cc index a8b4d940048e..47e032a40001 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/sentry/wchar_t/3.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/sentry/wchar_t/3.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/tellg/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_istream/tellg/char/1.cc index ce04b22a4469..5a24c147867c 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/tellg/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/tellg/char/1.cc @@ -1,6 +1,6 @@ // 2000-06-29 bkoz -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/27_io/basic_istream/tellg/char/2.cc b/libstdc++-v3/testsuite/27_io/basic_istream/tellg/char/2.cc index c097fed95bbe..7591e1029b79 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/tellg/char/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/tellg/char/2.cc @@ -1,6 +1,6 @@ // 2003-04-22 pme -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_istream/tellg/char/26211.cc b/libstdc++-v3/testsuite/27_io/basic_istream/tellg/char/26211.cc index 502a46d684a1..38065b68cc92 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/tellg/char/26211.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/tellg/char/26211.cc @@ -1,6 +1,6 @@ // 2010-11-18 Paolo Carlini -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/27_io/basic_istream/tellg/char/8348.cc b/libstdc++-v3/testsuite/27_io/basic_istream/tellg/char/8348.cc index f69298836e91..04890e33c238 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/tellg/char/8348.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/tellg/char/8348.cc @@ -1,6 +1,6 @@ // 2000-06-29 bkoz -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/27_io/basic_istream/tellg/char/exceptions_badbit_throw.cc b/libstdc++-v3/testsuite/27_io/basic_istream/tellg/char/exceptions_badbit_throw.cc index 5d5122218ee3..d730ccd24406 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/tellg/char/exceptions_badbit_throw.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/tellg/char/exceptions_badbit_throw.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_istream/tellg/char/fstream.cc b/libstdc++-v3/testsuite/27_io/basic_istream/tellg/char/fstream.cc index af22926824f1..43167a48f34b 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/tellg/char/fstream.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/tellg/char/fstream.cc @@ -1,6 +1,6 @@ // 2000-06-29 bkoz -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/27_io/basic_istream/tellg/char/sstream.cc b/libstdc++-v3/testsuite/27_io/basic_istream/tellg/char/sstream.cc index 2adf5d93ba8f..76418341dde5 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/tellg/char/sstream.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/tellg/char/sstream.cc @@ -1,6 +1,6 @@ // 2000-06-29 bkoz -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/27_io/basic_istream/tellg/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_istream/tellg/wchar_t/1.cc index 1ec1a0b74ebc..e8d73f61eaa0 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/tellg/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/tellg/wchar_t/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/tellg/wchar_t/2.cc b/libstdc++-v3/testsuite/27_io/basic_istream/tellg/wchar_t/2.cc index 620cd273f23b..342c13167b91 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/tellg/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/tellg/wchar_t/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/tellg/wchar_t/26211.cc b/libstdc++-v3/testsuite/27_io/basic_istream/tellg/wchar_t/26211.cc index bb8095bf280e..6b32082187ab 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/tellg/wchar_t/26211.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/tellg/wchar_t/26211.cc @@ -1,6 +1,6 @@ // 2010-11-18 Paolo Carlini -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/27_io/basic_istream/tellg/wchar_t/8348.cc b/libstdc++-v3/testsuite/27_io/basic_istream/tellg/wchar_t/8348.cc index c75e2bb8b7ac..84242f5ad895 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/tellg/wchar_t/8348.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/tellg/wchar_t/8348.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/tellg/wchar_t/exceptions_badbit_throw.cc b/libstdc++-v3/testsuite/27_io/basic_istream/tellg/wchar_t/exceptions_badbit_throw.cc index e38832fa0c6a..f786c8697a9f 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/tellg/wchar_t/exceptions_badbit_throw.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/tellg/wchar_t/exceptions_badbit_throw.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/tellg/wchar_t/fstream.cc b/libstdc++-v3/testsuite/27_io/basic_istream/tellg/wchar_t/fstream.cc index ca049b2edd1f..383c632b6f46 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/tellg/wchar_t/fstream.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/tellg/wchar_t/fstream.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/tellg/wchar_t/sstream.cc b/libstdc++-v3/testsuite/27_io/basic_istream/tellg/wchar_t/sstream.cc index a88b565d25c8..18e37214c931 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/tellg/wchar_t/sstream.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/tellg/wchar_t/sstream.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istream/ws/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_istream/ws/char/1.cc index fdd4d23ae7ec..eed8d4991ab2 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/ws/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/ws/char/1.cc @@ -1,6 +1,6 @@ // 1999-07-22 bkoz -// Copyright (C) 1994-2016 Free Software Foundation, Inc. +// Copyright (C) 1994-2017 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/27_io/basic_istream/ws/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_istream/ws/wchar_t/1.cc index 89163ffc7e0f..612bfcddf7a0 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istream/ws/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istream/ws/wchar_t/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istringstream/assign/1.cc b/libstdc++-v3/testsuite/27_io/basic_istringstream/assign/1.cc index af6da89d3f2a..9f04158131cd 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istringstream/assign/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istringstream/assign/1.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/27_io/basic_istringstream/cons/2020.cc b/libstdc++-v3/testsuite/27_io/basic_istringstream/cons/2020.cc index cce982fec638..145165923fa4 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istringstream/cons/2020.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istringstream/cons/2020.cc @@ -1,6 +1,6 @@ // 1999-01-17 bkoz test functionality of basic_filebuf for char_type == char -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/27_io/basic_istringstream/cons/move.cc b/libstdc++-v3/testsuite/27_io/basic_istringstream/cons/move.cc index 519541606d4e..b8272e38c4f0 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istringstream/cons/move.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istringstream/cons/move.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/27_io/basic_istringstream/rdbuf/char/2832.cc b/libstdc++-v3/testsuite/27_io/basic_istringstream/rdbuf/char/2832.cc index 5793fd94db17..7955951ef8e4 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istringstream/rdbuf/char/2832.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istringstream/rdbuf/char/2832.cc @@ -1,6 +1,6 @@ // 2000-01-10 bkoz -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/27_io/basic_istringstream/rdbuf/wchar_t/2832.cc b/libstdc++-v3/testsuite/27_io/basic_istringstream/rdbuf/wchar_t/2832.cc index fb395f8af6f5..bbc1959797ce 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istringstream/rdbuf/wchar_t/2832.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istringstream/rdbuf/wchar_t/2832.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_istringstream/requirements/base_classes.cc b/libstdc++-v3/testsuite/27_io/basic_istringstream/requirements/base_classes.cc index d628bef367e2..456ee73ea6df 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istringstream/requirements/base_classes.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istringstream/requirements/base_classes.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2003-03-26 B enjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_istringstream/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/27_io/basic_istringstream/requirements/explicit_instantiation.cc index 6ffab87c696d..1189254addc0 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istringstream/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istringstream/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2002-07-25 Benjamin Kosnik -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/27_io/basic_istringstream/requirements/typedefs.cc b/libstdc++-v3/testsuite/27_io/basic_istringstream/requirements/typedefs.cc index 51c47091dca5..86913030f4bb 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istringstream/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istringstream/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2002-07-25 Benjamin Kosnik -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/27_io/basic_istringstream/str/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_istringstream/str/char/1.cc index b2526df9d87d..2fec12f62134 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istringstream/str/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istringstream/str/char/1.cc @@ -1,6 +1,6 @@ // 2000-01-10 bkoz -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/27_io/basic_istringstream/str/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_istringstream/str/wchar_t/1.cc index 0530cbb1f449..7d3033107dce 100644 --- a/libstdc++-v3/testsuite/27_io/basic_istringstream/str/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_istringstream/str/wchar_t/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_ofstream/assign/1.cc b/libstdc++-v3/testsuite/27_io/basic_ofstream/assign/1.cc index 94e2b608fc86..7a3574be6788 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ofstream/assign/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ofstream/assign/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/27_io/basic_ofstream/cons/2020.cc b/libstdc++-v3/testsuite/27_io/basic_ofstream/cons/2020.cc index f8f1147109b5..c3881675497d 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ofstream/cons/2020.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ofstream/cons/2020.cc @@ -1,6 +1,6 @@ // 1999-01-17 bkoz test functionality of basic_filebuf for char_type == char -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/27_io/basic_ofstream/cons/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_ofstream/cons/char/1.cc index 169b4e3512b1..50c80f28b37b 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ofstream/cons/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ofstream/cons/char/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/27_io/basic_ofstream/cons/char/2.cc b/libstdc++-v3/testsuite/27_io/basic_ofstream/cons/char/2.cc index 4bb4d6ecf831..d5ac2c47e66c 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ofstream/cons/char/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ofstream/cons/char/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/27_io/basic_ofstream/cons/move.cc b/libstdc++-v3/testsuite/27_io/basic_ofstream/cons/move.cc index 95ebaadc95fd..a65afe201342 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ofstream/cons/move.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ofstream/cons/move.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/27_io/basic_ofstream/open/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_ofstream/open/char/1.cc index 2b9729f33582..08011aac2699 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ofstream/open/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ofstream/open/char/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/27_io/basic_ofstream/open/char/2.cc b/libstdc++-v3/testsuite/27_io/basic_ofstream/open/char/2.cc index edd54a6eb052..a4e278b01d5f 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ofstream/open/char/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ofstream/open/char/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/27_io/basic_ofstream/pthread2.cc b/libstdc++-v3/testsuite/27_io/basic_ofstream/pthread2.cc index 29b2285112a7..f93a5249958a 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ofstream/pthread2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ofstream/pthread2.cc @@ -1,7 +1,7 @@ // 2002-01-23 Loren J. Rittle // Adpated from libstdc++/5347 submitted by markus.breuer@materna.de // -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/27_io/basic_ofstream/rdbuf/char/2832.cc b/libstdc++-v3/testsuite/27_io/basic_ofstream/rdbuf/char/2832.cc index 651f71d858d5..044721d27117 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ofstream/rdbuf/char/2832.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ofstream/rdbuf/char/2832.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/27_io/basic_ofstream/requirements/base_classes.cc b/libstdc++-v3/testsuite/27_io/basic_ofstream/requirements/base_classes.cc index f8ef8189b94f..95a8c230019c 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ofstream/requirements/base_classes.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ofstream/requirements/base_classes.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2003-03-26 B enjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_ofstream/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/27_io/basic_ofstream/requirements/explicit_instantiation.cc index 046e9eaa983e..df60a3110f0f 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ofstream/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ofstream/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2002-07-25 Benjamin Kosnik -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/27_io/basic_ofstream/requirements/typedefs.cc b/libstdc++-v3/testsuite/27_io/basic_ofstream/requirements/typedefs.cc index 497c1d186834..47acddca1c9a 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ofstream/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ofstream/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2002-07-25 Benjamin Kosnik -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/27_io/basic_ostream/cons/2020.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/cons/2020.cc index a5d5e1adee9d..816d86b74923 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/cons/2020.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/cons/2020.cc @@ -1,6 +1,6 @@ // 1999-01-17 bkoz test functionality of basic_filebuf for char_type == char -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/27_io/basic_ostream/cons/char/9827.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/cons/char/9827.cc index 2802043f27b7..837577a14b1a 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/cons/char/9827.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/cons/char/9827.cc @@ -1,6 +1,6 @@ // 2003-02-24 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_ostream/cons/char/null.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/cons/char/null.cc index 6571184e7f2d..06199ab47333 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/cons/char/null.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/cons/char/null.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/27_io/basic_ostream/cons/wchar_t/9827.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/cons/wchar_t/9827.cc index 42e4baa648c0..f2143cdbb2c7 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/cons/wchar_t/9827.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/cons/wchar_t/9827.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/27_io/basic_ostream/endl/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/endl/char/1.cc index ec6fe5dc3721..6ce57a75b28f 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/endl/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/endl/char/1.cc @@ -1,6 +1,6 @@ // 1999-07-22 bkoz -// Copyright (C) 1994-2016 Free Software Foundation, Inc. +// Copyright (C) 1994-2017 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/27_io/basic_ostream/endl/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/endl/wchar_t/1.cc index d8eb12b8271e..37af75eeb336 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/endl/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/endl/wchar_t/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/27_io/basic_ostream/ends/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/ends/char/1.cc index 94c5f1277a64..293923e187e1 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/ends/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/ends/char/1.cc @@ -1,6 +1,6 @@ // 1999-07-22 bkoz -// Copyright (C) 1994-2016 Free Software Foundation, Inc. +// Copyright (C) 1994-2017 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/27_io/basic_ostream/ends/char/2.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/ends/char/2.cc index e7029d7be872..56e3b0a15aee 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/ends/char/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/ends/char/2.cc @@ -1,6 +1,6 @@ // 1999-07-22 bkoz -// Copyright (C) 1994-2016 Free Software Foundation, Inc. +// Copyright (C) 1994-2017 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/27_io/basic_ostream/ends/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/ends/wchar_t/1.cc index 5675042fb13e..e5cca0e13888 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/ends/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/ends/wchar_t/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/27_io/basic_ostream/ends/wchar_t/2.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/ends/wchar_t/2.cc index 1c4101812ba4..ca32942675d3 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/ends/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/ends/wchar_t/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/27_io/basic_ostream/exceptions/char/9561.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/exceptions/char/9561.cc index 4543ab75ebc0..a4f3d66dc325 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/exceptions/char/9561.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/exceptions/char/9561.cc @@ -1,6 +1,6 @@ // 2003-03-08 Jerry Quinn -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_ostream/exceptions/wchar_t/9561.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/exceptions/wchar_t/9561.cc index 08796a56f9d5..6786af057289 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/exceptions/wchar_t/9561.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/exceptions/wchar_t/9561.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/27_io/basic_ostream/flush/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/flush/char/1.cc index 72913ba6e1cd..817ebb635687 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/flush/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/flush/char/1.cc @@ -1,6 +1,6 @@ // 1999-07-22 bkoz -// Copyright (C) 1994-2016 Free Software Foundation, Inc. +// Copyright (C) 1994-2017 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/27_io/basic_ostream/flush/char/2.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/flush/char/2.cc index fee1f03b15c4..7b7c3d5f6f72 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/flush/char/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/flush/char/2.cc @@ -1,6 +1,6 @@ // 2003-09-22 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_ostream/flush/char/exceptions_badbit_throw.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/flush/char/exceptions_badbit_throw.cc index 96bd5aebc7dd..e3e97b403b1c 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/flush/char/exceptions_badbit_throw.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/flush/char/exceptions_badbit_throw.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_ostream/flush/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/flush/wchar_t/1.cc index 2816bd753830..452a59b6678c 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/flush/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/flush/wchar_t/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/27_io/basic_ostream/flush/wchar_t/2.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/flush/wchar_t/2.cc index 496fb6120129..b0f0c7364537 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/flush/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/flush/wchar_t/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/27_io/basic_ostream/flush/wchar_t/exceptions_badbit_throw.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/flush/wchar_t/exceptions_badbit_throw.cc index 4f5985893f65..bb7a4a712eaf 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/flush/wchar_t/exceptions_badbit_throw.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/flush/wchar_t/exceptions_badbit_throw.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/27_io/basic_ostream/inserters_arithmetic/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/1.cc index 2098b39b7684..e18a7a599b67 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/1.cc @@ -1,7 +1,7 @@ // 1999-11-15 Kevin Ediger // test the floating point inserters (facet num_put) -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_ostream/inserters_arithmetic/char/2.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/2.cc index 3dd3b7de91c4..7b831f235893 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/2.cc @@ -3,7 +3,7 @@ // 1999-11-15 Kevin Ediger // test the floating point inserters (facet num_put) -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_ostream/inserters_arithmetic/char/23871.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/23871.cc index e1cea4739222..ba5f2a3d7444 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/23871.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/23871.cc @@ -1,6 +1,6 @@ // 2005-09-15 Janis Johnson -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/27_io/basic_ostream/inserters_arithmetic/char/3.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/3.cc index fe3eff67c257..db62d598f9c1 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/3.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/3.cc @@ -1,7 +1,7 @@ // 1999-11-15 Kevin Ediger // test the floating point inserters (facet num_put) -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_ostream/inserters_arithmetic/char/31031.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/31031.cc index 3537d044387e..c91d078bfdc7 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/31031.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/31031.cc @@ -2,7 +2,7 @@ // 2007-03-03 Paolo Carlini // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/27_io/basic_ostream/inserters_arithmetic/char/4.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/4.cc index 3e44d87da9d8..5021a943ffed 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/4.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/4.cc @@ -1,7 +1,7 @@ // 1999-11-15 Kevin Ediger // test the floating point inserters (facet num_put) -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_ostream/inserters_arithmetic/char/4402.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/4402.cc index 117c55137124..e58e831878c5 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/4402.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/4402.cc @@ -1,7 +1,7 @@ // 1999-11-15 Kevin Ediger // test the floating point inserters (facet num_put) -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_ostream/inserters_arithmetic/char/5.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/5.cc index ee8c973d4856..29b7d99e6a50 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/5.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/5.cc @@ -1,7 +1,7 @@ // 1999-11-15 Kevin Ediger // test the floating point inserters (facet num_put) -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_ostream/inserters_arithmetic/char/6.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/6.cc index 7acfc3cebc95..eb493e9ab1ef 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/6.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/6.cc @@ -1,7 +1,7 @@ // 1999-11-15 Kevin Ediger // test the floating point inserters (facet num_put) -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_ostream/inserters_arithmetic/char/7.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/7.cc index e15b74125f11..66c70ca76a2e 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/7.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/7.cc @@ -1,6 +1,6 @@ // 2005-07-11 Paolo Carlini -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/27_io/basic_ostream/inserters_arithmetic/char/9555-oa.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/9555-oa.cc index 48c20b408a4c..17b61893544a 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/9555-oa.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/9555-oa.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_ostream/inserters_arithmetic/char/exceptions_badbit_throw.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/exceptions_badbit_throw.cc index 4bd27e13b33b..87f13c9140c6 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/exceptions_badbit_throw.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/exceptions_badbit_throw.cc @@ -1,6 +1,6 @@ // 2003-03-08 Jerry Quinn -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_ostream/inserters_arithmetic/char/exceptions_failbit_throw.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/exceptions_failbit_throw.cc index 535c5d4d9a71..9d0ce648a380 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/exceptions_failbit_throw.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/exceptions_failbit_throw.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc index 839037917c95..c0fbe0d319bb 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc @@ -6,7 +6,7 @@ // 2014-03-27 Rüdiger Sonderfeld // test the hexadecimal floating point inserters (facet num_put) -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/27_io/basic_ostream/inserters_arithmetic/pod/23875.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/pod/23875.cc index f9172b90f45c..633ec16e6ea8 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/pod/23875.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/pod/23875.cc @@ -1,6 +1,6 @@ // 2005-09-15 Paolo Carlini -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/27_io/basic_ostream/inserters_arithmetic/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/1.cc index d8b25db97237..5514b75e6bb0 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/1.cc @@ -1,7 +1,7 @@ // 1999-11-15 Kevin Ediger // test the floating point inserters (facet num_put) -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_ostream/inserters_arithmetic/wchar_t/2.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/2.cc index ca0634d4e9f3..845984c17d66 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/2.cc @@ -1,6 +1,6 @@ // { dg-require-namedlocale "de_DE.ISO8859-15" } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/27_io/basic_ostream/inserters_arithmetic/wchar_t/3.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/3.cc index 019df5dece95..e8553707d3b3 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/3.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/3.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/27_io/basic_ostream/inserters_arithmetic/wchar_t/31031.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/31031.cc index 2660110c0521..2a199bc5f0ad 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/31031.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/31031.cc @@ -2,7 +2,7 @@ // 2007-03-03 Paolo Carlini // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/27_io/basic_ostream/inserters_arithmetic/wchar_t/4.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/4.cc index 76be3836c3e5..a5d9119d5e87 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/4.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/4.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/27_io/basic_ostream/inserters_arithmetic/wchar_t/4402.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/4402.cc index 54317ddfa717..a9a8b696e2cf 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/4402.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/4402.cc @@ -1,6 +1,6 @@ // { dg-require-swprintf "" } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/27_io/basic_ostream/inserters_arithmetic/wchar_t/5.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/5.cc index f1eae418e07c..06cbd0728c5f 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/5.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/5.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/27_io/basic_ostream/inserters_arithmetic/wchar_t/6.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/6.cc index 6b23bc6ea4b1..f937f02d7815 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/6.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/6.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/27_io/basic_ostream/inserters_arithmetic/wchar_t/7.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/7.cc index e9ca6c5d2659..a5de03f3efc5 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/7.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/7.cc @@ -1,6 +1,6 @@ // 2005-07-11 Paolo Carlini -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/27_io/basic_ostream/inserters_arithmetic/wchar_t/9555-oa.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/9555-oa.cc index 066658b2e066..b5db1dfc5f40 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/9555-oa.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/9555-oa.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/27_io/basic_ostream/inserters_arithmetic/wchar_t/exceptions_badbit_throw.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/exceptions_badbit_throw.cc index 608fece3b349..dc01d7d09558 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/exceptions_badbit_throw.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/exceptions_badbit_throw.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/27_io/basic_ostream/inserters_arithmetic/wchar_t/exceptions_failbit_throw.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/exceptions_failbit_throw.cc index 7c7719d85074..a5b4701314a4 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/exceptions_failbit_throw.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/exceptions_failbit_throw.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/27_io/basic_ostream/inserters_character/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char/1.cc index a20332ca1e1a..8ea5468804f4 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char/1.cc @@ -1,6 +1,6 @@ // 1999-08-16 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_ostream/inserters_character/char/11095-oa.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char/11095-oa.cc index 782b6677e55e..dcda04518c5b 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char/11095-oa.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char/11095-oa.cc @@ -1,6 +1,6 @@ // 2003-06-05 Paolo Carlini -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_ostream/inserters_character/char/11095-ob.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char/11095-ob.cc index c87714cea335..5a94439a6730 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char/11095-ob.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char/11095-ob.cc @@ -1,6 +1,6 @@ // 2003-06-05 Paolo Carlini -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_ostream/inserters_character/char/11095-oc.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char/11095-oc.cc index 0d65873fd6d1..d5474968d2a3 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char/11095-oc.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char/11095-oc.cc @@ -1,6 +1,6 @@ // 2003-06-05 Paolo Carlini -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_ostream/inserters_character/char/2.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char/2.cc index c35bb5c9a62c..6e144fd92ad4 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char/2.cc @@ -1,6 +1,6 @@ // 1999-08-16 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_ostream/inserters_character/char/28277-3.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char/28277-3.cc index 43ba92c244ca..40ce84f601a0 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char/28277-3.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char/28277-3.cc @@ -1,6 +1,6 @@ // 2006-10-12 Paolo Carlini -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/27_io/basic_ostream/inserters_character/char/28277-4.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char/28277-4.cc index ea83586f9e0c..7a667f7d4e06 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char/28277-4.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char/28277-4.cc @@ -1,6 +1,6 @@ // 2006-10-12 Paolo Carlini -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/27_io/basic_ostream/inserters_character/char/3.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char/3.cc index aac04cba3c44..073fa488cfa9 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char/3.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char/3.cc @@ -1,6 +1,6 @@ // 1999-08-16 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_ostream/inserters_character/char/4.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char/4.cc index 4805c4737e35..5a4a50b48ec0 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char/4.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char/4.cc @@ -1,6 +1,6 @@ // 1999-08-16 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_ostream/inserters_character/char/5.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char/5.cc index 4683855fe522..ca838bf28e25 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char/5.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char/5.cc @@ -1,6 +1,6 @@ // 1999-08-16 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_ostream/inserters_character/char/6.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char/6.cc index 070c3f52ec34..c7ca412fe28b 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char/6.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char/6.cc @@ -1,6 +1,6 @@ // 1999-08-16 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_ostream/inserters_character/char/8.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char/8.cc index 09716b4b6378..d790ea55670e 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char/8.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char/8.cc @@ -1,6 +1,6 @@ // 1999-08-16 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_ostream/inserters_character/char/9555-oc.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char/9555-oc.cc index fd6db05c38a8..5a794eeaeaa9 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char/9555-oc.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/char/9555-oc.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_ostream/inserters_character/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/1.cc index a9a521969587..7d76c76e657d 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/27_io/basic_ostream/inserters_character/wchar_t/11095-od.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/11095-od.cc index a57913bcaa24..f2be019a656d 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/11095-od.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/11095-od.cc @@ -1,6 +1,6 @@ // 2003-06-05 Paolo Carlini -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_ostream/inserters_character/wchar_t/11095-oe.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/11095-oe.cc index 49094cb4eb66..15cb1cd5800e 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/11095-oe.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/11095-oe.cc @@ -1,6 +1,6 @@ // 2003-06-05 Paolo Carlini -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_ostream/inserters_character/wchar_t/11095-of.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/11095-of.cc index 15a194c42d1c..1e30e797029c 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/11095-of.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/11095-of.cc @@ -1,6 +1,6 @@ // 2003-06-05 Paolo Carlini -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_ostream/inserters_character/wchar_t/2.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/2.cc index 91bdf76abcda..0bc70653855b 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/27_io/basic_ostream/inserters_character/wchar_t/28277-1.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/28277-1.cc index 2b0e928f9c88..af5ad78fad84 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/28277-1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/28277-1.cc @@ -1,6 +1,6 @@ // 2006-07-15 Paolo Carlini -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/27_io/basic_ostream/inserters_character/wchar_t/28277-2.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/28277-2.cc index 171be122ad33..75ab004f060a 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/28277-2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/28277-2.cc @@ -1,6 +1,6 @@ // 2006-10-12 Paolo Carlini -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/27_io/basic_ostream/inserters_character/wchar_t/28277-3.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/28277-3.cc index 6853df124a81..b47f510e1455 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/28277-3.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/28277-3.cc @@ -1,6 +1,6 @@ // 2006-10-12 Paolo Carlini -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/27_io/basic_ostream/inserters_character/wchar_t/28277-4.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/28277-4.cc index 7982afab6ce4..1c240b57f4bb 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/28277-4.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/28277-4.cc @@ -1,6 +1,6 @@ // 2006-10-12 Paolo Carlini -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/27_io/basic_ostream/inserters_character/wchar_t/3.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/3.cc index 0ae1d670f9e1..85744c7b3d72 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/3.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/3.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/27_io/basic_ostream/inserters_character/wchar_t/4.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/4.cc index 811ec293f265..e214dbbd40eb 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/4.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/4.cc @@ -1,6 +1,6 @@ // 1999-08-16 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_ostream/inserters_character/wchar_t/5.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/5.cc index 003d6ec4ee05..5510fbc641de 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/5.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/5.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/27_io/basic_ostream/inserters_character/wchar_t/6.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/6.cc index 74d99add12f8..1a510fbf3ddc 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/6.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/6.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/27_io/basic_ostream/inserters_character/wchar_t/7.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/7.cc index 5c60ac928193..8a4333c7c644 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/7.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/7.cc @@ -1,6 +1,6 @@ // 1999-08-16 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_ostream/inserters_character/wchar_t/8.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/8.cc index 72b0211b9cce..054507f85759 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/8.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/8.cc @@ -1,6 +1,6 @@ // 1999-08-16 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_ostream/inserters_character/wchar_t/9555-oc.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/9555-oc.cc index 6f68aaebfa51..95ffb51b40f2 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/9555-oc.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_character/wchar_t/9555-oc.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/27_io/basic_ostream/inserters_other/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/1.cc index 413deb66464d..a7afd3f0b5bb 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/1.cc @@ -1,7 +1,7 @@ // 1999-08-16 bkoz // 1999-11-01 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_ostream/inserters_other/char/2.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/2.cc index 4c34b095f4a3..39a2aaf7c8ec 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/2.cc @@ -1,7 +1,7 @@ // 1999-08-16 bkoz // 1999-11-01 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_ostream/inserters_other/char/3.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/3.cc index 7dec74f5a089..788f78f4e0a4 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/3.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/3.cc @@ -1,7 +1,7 @@ // 1999-08-16 bkoz // 1999-11-01 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_ostream/inserters_other/char/4.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/4.cc index 94af46901cdd..55047cb0b58b 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/4.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/4.cc @@ -1,7 +1,7 @@ // 1999-08-16 bkoz // 1999-11-01 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_ostream/inserters_other/char/5.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/5.cc index 62d90e682b32..986e0d185ddb 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/5.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/5.cc @@ -1,6 +1,6 @@ // 2003-09-22 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_ostream/inserters_other/char/6.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/6.cc index f5b27f9ce1b4..bf181c37ae9b 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/6.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/6.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/27_io/basic_ostream/inserters_other/char/9318-out.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/9318-out.cc index 7aabc3ec4d50..1984cbcc60da 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/9318-out.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/9318-out.cc @@ -1,6 +1,6 @@ // 1999-10-11 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_ostream/inserters_other/char/9424-out.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/9424-out.cc index d670524e409e..1f222aacc9da 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/9424-out.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/9424-out.cc @@ -1,6 +1,6 @@ // 1999-10-11 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_ostream/inserters_other/char/9555-oo.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/9555-oo.cc index 76fec738eb6c..e0a818aa1c93 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/9555-oo.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/9555-oo.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_ostream/inserters_other/char/error_code.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/error_code.cc index 99e40ea8c606..c70e00859534 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/error_code.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/error_code.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/27_io/basic_ostream/inserters_other/char/error_failbit.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/error_failbit.cc index 0bc4993f6cba..4137996bb30a 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/error_failbit.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/error_failbit.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_ostream/inserters_other/char/exceptions_badbit_throw.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/exceptions_badbit_throw.cc index 7386dfb6c0fa..51e7e9340d3c 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/exceptions_badbit_throw.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/exceptions_badbit_throw.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_ostream/inserters_other/char/exceptions_failbit_throw.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/exceptions_failbit_throw.cc index c59d4a6c503d..239475497dd1 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/exceptions_failbit_throw.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/exceptions_failbit_throw.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_ostream/inserters_other/char/exceptions_null.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/exceptions_null.cc index 06f4ad0485c3..d83fe7f26054 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/exceptions_null.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/exceptions_null.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_ostream/inserters_other/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/wchar_t/1.cc index acbb27d2f638..9e09a023a8ac 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/wchar_t/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/27_io/basic_ostream/inserters_other/wchar_t/2.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/wchar_t/2.cc index d46e35a61b45..628613e7809b 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/wchar_t/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/27_io/basic_ostream/inserters_other/wchar_t/3.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/wchar_t/3.cc index 2da361b95780..f07c35428d85 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/wchar_t/3.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/wchar_t/3.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/27_io/basic_ostream/inserters_other/wchar_t/4.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/wchar_t/4.cc index d911ce6995b5..0203502bffb7 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/wchar_t/4.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/wchar_t/4.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/27_io/basic_ostream/inserters_other/wchar_t/5.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/wchar_t/5.cc index 1a6ac2e2f05c..3adac302262d 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/wchar_t/5.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/wchar_t/5.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/27_io/basic_ostream/inserters_other/wchar_t/6.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/wchar_t/6.cc index 1aed058f2e62..6edd3e1986a1 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/wchar_t/6.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/wchar_t/6.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/27_io/basic_ostream/inserters_other/wchar_t/9318-out.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/wchar_t/9318-out.cc index 72bcfdc6a782..dc6476e31242 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/wchar_t/9318-out.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/wchar_t/9318-out.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/27_io/basic_ostream/inserters_other/wchar_t/9424-out.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/wchar_t/9424-out.cc index acdcb1e913e9..0fd4538eefba 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/wchar_t/9424-out.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/wchar_t/9424-out.cc @@ -1,6 +1,6 @@ // 1999-10-11 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_ostream/inserters_other/wchar_t/9555-oo.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/wchar_t/9555-oo.cc index f0737377ff3b..21a91d317198 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/wchar_t/9555-oo.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/wchar_t/9555-oo.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/27_io/basic_ostream/inserters_other/wchar_t/error_code.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/wchar_t/error_code.cc index bb3c1a381dc9..eacd5e9a432c 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/wchar_t/error_code.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/wchar_t/error_code.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-swprintf "" } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/27_io/basic_ostream/inserters_other/wchar_t/error_failbit.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/wchar_t/error_failbit.cc index a8dbeb30c3b1..542b845af39b 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/wchar_t/error_failbit.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/wchar_t/error_failbit.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/27_io/basic_ostream/inserters_other/wchar_t/exceptions_badbit_throw.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/wchar_t/exceptions_badbit_throw.cc index dc4a1b77edf5..80790164057c 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/wchar_t/exceptions_badbit_throw.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/wchar_t/exceptions_badbit_throw.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/27_io/basic_ostream/inserters_other/wchar_t/exceptions_failbit_throw.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/wchar_t/exceptions_failbit_throw.cc index 9bf8078ce147..0941b39203f0 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/wchar_t/exceptions_failbit_throw.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/wchar_t/exceptions_failbit_throw.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/27_io/basic_ostream/inserters_other/wchar_t/exceptions_null.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/wchar_t/exceptions_null.cc index ebe430784292..ddf38db91ec7 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/wchar_t/exceptions_null.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/wchar_t/exceptions_null.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/27_io/basic_ostream/put/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/put/char/1.cc index bf599b1f581d..d8f836e769e2 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/put/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/put/char/1.cc @@ -1,6 +1,6 @@ // 2003-09-22 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_ostream/put/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/put/wchar_t/1.cc index 1694c27a9c2a..f28f4af01114 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/put/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/put/wchar_t/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/27_io/basic_ostream/requirements/base_classes.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/requirements/base_classes.cc index 74f4af954a2e..a004c4e27627 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/requirements/base_classes.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/requirements/base_classes.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2003-03-26 B enjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_ostream/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/requirements/explicit_instantiation.cc index 261519609bb5..9ad281caa4ba 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 1999-09-20 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_ostream/requirements/typedefs.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/requirements/typedefs.cc index 8138df1b6575..fa169f69e5a8 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 1999-09-20 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_ostream/seekp/char/2346-fstream.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/seekp/char/2346-fstream.cc index c846e365cba1..f31c127eeed8 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/seekp/char/2346-fstream.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/seekp/char/2346-fstream.cc @@ -1,6 +1,6 @@ // 2000-06-29 bkoz -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/27_io/basic_ostream/seekp/char/2346-sstream.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/seekp/char/2346-sstream.cc index 0c65dd7560be..4b6455deaa90 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/seekp/char/2346-sstream.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/seekp/char/2346-sstream.cc @@ -1,6 +1,6 @@ // 2000-06-29 bkoz -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/27_io/basic_ostream/seekp/char/exceptions_badbit_throw.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/seekp/char/exceptions_badbit_throw.cc index e6d89a3d7272..dfe2ea8f306e 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/seekp/char/exceptions_badbit_throw.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/seekp/char/exceptions_badbit_throw.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_ostream/seekp/wchar_t/2346-fstream.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/seekp/wchar_t/2346-fstream.cc index c3df3306d78f..d2f3b61897f8 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/seekp/wchar_t/2346-fstream.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/seekp/wchar_t/2346-fstream.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/27_io/basic_ostream/seekp/wchar_t/2346-sstream.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/seekp/wchar_t/2346-sstream.cc index faa4262cc181..ca2bb3fcc6c3 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/seekp/wchar_t/2346-sstream.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/seekp/wchar_t/2346-sstream.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/27_io/basic_ostream/seekp/wchar_t/exceptions_badbit_throw.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/seekp/wchar_t/exceptions_badbit_throw.cc index da6dd513a3a2..a04123bebb5c 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/seekp/wchar_t/exceptions_badbit_throw.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/seekp/wchar_t/exceptions_badbit_throw.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/27_io/basic_ostream/sentry/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/sentry/char/1.cc index 46b3a8258c52..bf9432a4050a 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/sentry/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/sentry/char/1.cc @@ -1,6 +1,6 @@ // 2003-02-06 Paolo Carlini -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_ostream/sentry/char/2.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/sentry/char/2.cc index af078a8e6c37..5457464881e0 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/sentry/char/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/sentry/char/2.cc @@ -1,6 +1,6 @@ // 2003-02-06 Paolo Carlini -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_ostream/sentry/pod/1.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/sentry/pod/1.cc index 602ea7644e33..8b2d289fe2ce 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/sentry/pod/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/sentry/pod/1.cc @@ -1,6 +1,6 @@ // 1999-10-14 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_ostream/sentry/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/sentry/wchar_t/1.cc index 81f1052f36cc..7072362c89cf 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/sentry/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/sentry/wchar_t/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/27_io/basic_ostream/sentry/wchar_t/2.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/sentry/wchar_t/2.cc index 1d6f6d3b702f..0afba15f2b1a 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/sentry/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/sentry/wchar_t/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/27_io/basic_ostream/tellp/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/tellp/char/1.cc index 105cc9401ad6..b88014af801c 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/tellp/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/tellp/char/1.cc @@ -1,6 +1,6 @@ // 2000-06-29 bkoz -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/27_io/basic_ostream/tellp/char/2.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/tellp/char/2.cc index e3b3dcd5cb00..cffcdacdb650 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/tellp/char/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/tellp/char/2.cc @@ -1,6 +1,6 @@ // 2000-03-23 bkoz -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/27_io/basic_ostream/tellp/char/exceptions_badbit_throw.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/tellp/char/exceptions_badbit_throw.cc index 39162c96c8af..a7faf88ecc53 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/tellp/char/exceptions_badbit_throw.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/tellp/char/exceptions_badbit_throw.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_ostream/tellp/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/tellp/wchar_t/1.cc index a9b8240ac0f8..181de32b4d23 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/tellp/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/tellp/wchar_t/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/27_io/basic_ostream/tellp/wchar_t/2.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/tellp/wchar_t/2.cc index 5d4c5bf5ab15..714a13cc67af 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/tellp/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/tellp/wchar_t/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/27_io/basic_ostream/tellp/wchar_t/exceptions_badbit_throw.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/tellp/wchar_t/exceptions_badbit_throw.cc index 7b9efd8a7f7c..1913421dd3cc 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/tellp/wchar_t/exceptions_badbit_throw.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/tellp/wchar_t/exceptions_badbit_throw.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/27_io/basic_ostream/write/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/write/char/1.cc index c41e37af7a2a..18bf17ac7a78 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/write/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/write/char/1.cc @@ -1,6 +1,6 @@ // 2003-09-22 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_ostream/write/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_ostream/write/wchar_t/1.cc index bc7fc97adb47..0bf17df98d36 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostream/write/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostream/write/wchar_t/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/27_io/basic_ostringstream/assign/1.cc b/libstdc++-v3/testsuite/27_io/basic_ostringstream/assign/1.cc index 5d42236625a2..caecd4a92a77 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostringstream/assign/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostringstream/assign/1.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/27_io/basic_ostringstream/cons/2020.cc b/libstdc++-v3/testsuite/27_io/basic_ostringstream/cons/2020.cc index 216785eeed5c..026193d410a1 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostringstream/cons/2020.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostringstream/cons/2020.cc @@ -1,6 +1,6 @@ // 1999-01-17 bkoz test functionality of basic_filebuf for char_type == char -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/27_io/basic_ostringstream/cons/char/3.cc b/libstdc++-v3/testsuite/27_io/basic_ostringstream/cons/char/3.cc index c3ac128d971b..76b01a4ceaf9 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostringstream/cons/char/3.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostringstream/cons/char/3.cc @@ -1,6 +1,6 @@ // 2001-05-23 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_ostringstream/cons/move.cc b/libstdc++-v3/testsuite/27_io/basic_ostringstream/cons/move.cc index 87010931c131..a5baab67a797 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostringstream/cons/move.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostringstream/cons/move.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/27_io/basic_ostringstream/cons/wchar_t/3.cc b/libstdc++-v3/testsuite/27_io/basic_ostringstream/cons/wchar_t/3.cc index af82b4ad983d..e817b9f45cf3 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostringstream/cons/wchar_t/3.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostringstream/cons/wchar_t/3.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_ostringstream/pthread3.cc b/libstdc++-v3/testsuite/27_io/basic_ostringstream/pthread3.cc index 0a8a6170d979..2678190e877f 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostringstream/pthread3.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostringstream/pthread3.cc @@ -1,7 +1,7 @@ // 2002-01-23 Loren J. Rittle // Adpated from libstdc++/5347 submitted by markus.breuer@materna.de // -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/27_io/basic_ostringstream/rdbuf/char/2832.cc b/libstdc++-v3/testsuite/27_io/basic_ostringstream/rdbuf/char/2832.cc index cf78db50ca4b..2d6153ed7727 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostringstream/rdbuf/char/2832.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostringstream/rdbuf/char/2832.cc @@ -1,6 +1,6 @@ // 2001-05-23 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_ostringstream/rdbuf/wchar_t/2832.cc b/libstdc++-v3/testsuite/27_io/basic_ostringstream/rdbuf/wchar_t/2832.cc index 8f0ac4d5976d..1c26eb2a6c0c 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostringstream/rdbuf/wchar_t/2832.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostringstream/rdbuf/wchar_t/2832.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_ostringstream/requirements/base_classes.cc b/libstdc++-v3/testsuite/27_io/basic_ostringstream/requirements/base_classes.cc index fae0ed62c02c..2d71f404c238 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostringstream/requirements/base_classes.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostringstream/requirements/base_classes.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2003-03-26 B enjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_ostringstream/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/27_io/basic_ostringstream/requirements/explicit_instantiation.cc index 98d37e13e648..3fc8b5fb176d 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostringstream/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostringstream/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2002-07-25 Benjamin Kosnik -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/27_io/basic_ostringstream/requirements/typedefs.cc b/libstdc++-v3/testsuite/27_io/basic_ostringstream/requirements/typedefs.cc index 3761b722f6ab..5d9efeee4a77 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostringstream/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostringstream/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2002-07-25 Benjamin Kosnik -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/27_io/basic_ostringstream/str/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_ostringstream/str/char/1.cc index ac8756d96e57..082c47238d40 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostringstream/str/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostringstream/str/char/1.cc @@ -1,6 +1,6 @@ // 2001-05-23 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_ostringstream/str/char/2.cc b/libstdc++-v3/testsuite/27_io/basic_ostringstream/str/char/2.cc index 4273ac2c6d84..b785f3c42f82 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostringstream/str/char/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostringstream/str/char/2.cc @@ -1,6 +1,6 @@ // 2001-05-23 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_ostringstream/str/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_ostringstream/str/wchar_t/1.cc index eb176ae1adcf..ac2dbf99b3b6 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostringstream/str/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostringstream/str/wchar_t/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_ostringstream/str/wchar_t/2.cc b/libstdc++-v3/testsuite/27_io/basic_ostringstream/str/wchar_t/2.cc index ee66d63d66ea..edf2021ab548 100644 --- a/libstdc++-v3/testsuite/27_io/basic_ostringstream/str/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_ostringstream/str/wchar_t/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_streambuf/cons/2020.cc b/libstdc++-v3/testsuite/27_io/basic_streambuf/cons/2020.cc index b5e97cdf974f..b157c9b98d73 100644 --- a/libstdc++-v3/testsuite/27_io/basic_streambuf/cons/2020.cc +++ b/libstdc++-v3/testsuite/27_io/basic_streambuf/cons/2020.cc @@ -1,6 +1,6 @@ // 1999-01-17 bkoz test functionality of basic_filebuf for char_type == char -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/27_io/basic_streambuf/cons/57394.cc b/libstdc++-v3/testsuite/27_io/basic_streambuf/cons/57394.cc index 580e71f4b544..73cd8767a2c6 100644 --- a/libstdc++-v3/testsuite/27_io/basic_streambuf/cons/57394.cc +++ b/libstdc++-v3/testsuite/27_io/basic_streambuf/cons/57394.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/27_io/basic_streambuf/cons/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_streambuf/cons/char/1.cc index 029945589787..f579b6637906 100644 --- a/libstdc++-v3/testsuite/27_io/basic_streambuf/cons/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_streambuf/cons/char/1.cc @@ -1,6 +1,6 @@ // 1999-10-11 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_streambuf/cons/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_streambuf/cons/wchar_t/1.cc index 6e597d72f904..4e3ba6a04c75 100644 --- a/libstdc++-v3/testsuite/27_io/basic_streambuf/cons/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_streambuf/cons/wchar_t/1.cc @@ -1,6 +1,6 @@ // 1999-10-11 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_streambuf/imbue/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_streambuf/imbue/char/1.cc index 7726b000cb05..13aae09453e3 100644 --- a/libstdc++-v3/testsuite/27_io/basic_streambuf/imbue/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_streambuf/imbue/char/1.cc @@ -1,6 +1,6 @@ // 981208 bkoz test functionality of basic_stringbuf for char_type == char -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/27_io/basic_streambuf/imbue/char/13007-1.cc b/libstdc++-v3/testsuite/27_io/basic_streambuf/imbue/char/13007-1.cc index 1a735ce556a7..d85be94e2bb1 100644 --- a/libstdc++-v3/testsuite/27_io/basic_streambuf/imbue/char/13007-1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_streambuf/imbue/char/13007-1.cc @@ -1,6 +1,6 @@ // { dg-require-namedlocale "is_IS.UTF-8" } -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_streambuf/imbue/char/13007-2.cc b/libstdc++-v3/testsuite/27_io/basic_streambuf/imbue/char/13007-2.cc index 68bf14c056fc..cf56bbf27c7d 100644 --- a/libstdc++-v3/testsuite/27_io/basic_streambuf/imbue/char/13007-2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_streambuf/imbue/char/13007-2.cc @@ -1,6 +1,6 @@ // { dg-require-namedlocale "en_US.ISO8859-1" } -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_streambuf/imbue/char/9322.cc b/libstdc++-v3/testsuite/27_io/basic_streambuf/imbue/char/9322.cc index 43155f9aee6a..063f0a029058 100644 --- a/libstdc++-v3/testsuite/27_io/basic_streambuf/imbue/char/9322.cc +++ b/libstdc++-v3/testsuite/27_io/basic_streambuf/imbue/char/9322.cc @@ -3,7 +3,7 @@ // 1999-10-11 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_streambuf/imbue/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_streambuf/imbue/wchar_t/1.cc index 5f6b69acbf2e..6413b1183d35 100644 --- a/libstdc++-v3/testsuite/27_io/basic_streambuf/imbue/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_streambuf/imbue/wchar_t/1.cc @@ -1,6 +1,6 @@ // 981208 bkoz test functionality of basic_streambuf for char_type == wchar_t -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/27_io/basic_streambuf/imbue/wchar_t/13007-1.cc b/libstdc++-v3/testsuite/27_io/basic_streambuf/imbue/wchar_t/13007-1.cc index 4359085fe4e8..3de870daa8d6 100644 --- a/libstdc++-v3/testsuite/27_io/basic_streambuf/imbue/wchar_t/13007-1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_streambuf/imbue/wchar_t/13007-1.cc @@ -1,6 +1,6 @@ // { dg-require-namedlocale "is_IS.UTF-8" } -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_streambuf/imbue/wchar_t/13007-2.cc b/libstdc++-v3/testsuite/27_io/basic_streambuf/imbue/wchar_t/13007-2.cc index 6727778ecb66..e6f9f7488c10 100644 --- a/libstdc++-v3/testsuite/27_io/basic_streambuf/imbue/wchar_t/13007-2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_streambuf/imbue/wchar_t/13007-2.cc @@ -1,6 +1,6 @@ // { dg-require-namedlocale "en_US.ISO8859-1" } -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_streambuf/imbue/wchar_t/9322.cc b/libstdc++-v3/testsuite/27_io/basic_streambuf/imbue/wchar_t/9322.cc index 83982b028eb3..3e3ea19e4af3 100644 --- a/libstdc++-v3/testsuite/27_io/basic_streambuf/imbue/wchar_t/9322.cc +++ b/libstdc++-v3/testsuite/27_io/basic_streambuf/imbue/wchar_t/9322.cc @@ -3,7 +3,7 @@ // 1999-10-11 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_streambuf/in_avail/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_streambuf/in_avail/char/1.cc index a21ef93ea6e6..32cd286389e7 100644 --- a/libstdc++-v3/testsuite/27_io/basic_streambuf/in_avail/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_streambuf/in_avail/char/1.cc @@ -1,6 +1,6 @@ // 2005-06-07 Benjamin Kosnik -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/27_io/basic_streambuf/in_avail/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_streambuf/in_avail/wchar_t/1.cc index f58fdae284c8..1f559202950f 100644 --- a/libstdc++-v3/testsuite/27_io/basic_streambuf/in_avail/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_streambuf/in_avail/wchar_t/1.cc @@ -1,6 +1,6 @@ // 2005-06-07 Benjamin Kosnik -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/27_io/basic_streambuf/overflow/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_streambuf/overflow/char/1.cc index 83eefbb1c514..d012066bb8cc 100644 --- a/libstdc++-v3/testsuite/27_io/basic_streambuf/overflow/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_streambuf/overflow/char/1.cc @@ -1,6 +1,6 @@ // 1999-10-11 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_streambuf/overflow/char/2.cc b/libstdc++-v3/testsuite/27_io/basic_streambuf/overflow/char/2.cc index 04e447f838c7..c8b65b24b02d 100644 --- a/libstdc++-v3/testsuite/27_io/basic_streambuf/overflow/char/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_streambuf/overflow/char/2.cc @@ -1,6 +1,6 @@ // 1999-10-11 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_streambuf/overflow/char/3599.cc b/libstdc++-v3/testsuite/27_io/basic_streambuf/overflow/char/3599.cc index e769836548f0..5ef113959abe 100644 --- a/libstdc++-v3/testsuite/27_io/basic_streambuf/overflow/char/3599.cc +++ b/libstdc++-v3/testsuite/27_io/basic_streambuf/overflow/char/3599.cc @@ -1,6 +1,6 @@ // 1999-10-11 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_streambuf/overflow/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_streambuf/overflow/wchar_t/1.cc index bbd97a337c5b..e9ea272caf3f 100644 --- a/libstdc++-v3/testsuite/27_io/basic_streambuf/overflow/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_streambuf/overflow/wchar_t/1.cc @@ -1,6 +1,6 @@ // 1999-10-11 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_streambuf/overflow/wchar_t/2.cc b/libstdc++-v3/testsuite/27_io/basic_streambuf/overflow/wchar_t/2.cc index a9ebffa1254d..f026896c7244 100644 --- a/libstdc++-v3/testsuite/27_io/basic_streambuf/overflow/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_streambuf/overflow/wchar_t/2.cc @@ -1,6 +1,6 @@ // 1999-10-11 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_streambuf/overflow/wchar_t/3599.cc b/libstdc++-v3/testsuite/27_io/basic_streambuf/overflow/wchar_t/3599.cc index ce35a613aee7..66bcfcd826a1 100644 --- a/libstdc++-v3/testsuite/27_io/basic_streambuf/overflow/wchar_t/3599.cc +++ b/libstdc++-v3/testsuite/27_io/basic_streambuf/overflow/wchar_t/3599.cc @@ -1,6 +1,6 @@ // 1999-10-11 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_streambuf/requirements/base_classes.cc b/libstdc++-v3/testsuite/27_io/basic_streambuf/requirements/base_classes.cc index df05dd35aa8b..68846a8d19d8 100644 --- a/libstdc++-v3/testsuite/27_io/basic_streambuf/requirements/base_classes.cc +++ b/libstdc++-v3/testsuite/27_io/basic_streambuf/requirements/base_classes.cc @@ -1,6 +1,6 @@ // 2002-07-25 Benjamin Kosnik -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/27_io/basic_streambuf/requirements/typedefs.cc b/libstdc++-v3/testsuite/27_io/basic_streambuf/requirements/typedefs.cc index bafb1fa3a066..7e1f113545fa 100644 --- a/libstdc++-v3/testsuite/27_io/basic_streambuf/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/27_io/basic_streambuf/requirements/typedefs.cc @@ -1,6 +1,6 @@ // 2002-07-25 Benjamin Kosnik -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/27_io/basic_streambuf/sgetc/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_streambuf/sgetc/char/1.cc index 34defa9aeb2f..6c96fdd8c49d 100644 --- a/libstdc++-v3/testsuite/27_io/basic_streambuf/sgetc/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_streambuf/sgetc/char/1.cc @@ -1,6 +1,6 @@ // 1999-10-11 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_streambuf/sgetc/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_streambuf/sgetc/wchar_t/1.cc index dc243544a0e9..33331caf0cbb 100644 --- a/libstdc++-v3/testsuite/27_io/basic_streambuf/sgetc/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_streambuf/sgetc/wchar_t/1.cc @@ -1,6 +1,6 @@ // 1999-10-11 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_streambuf/sgetn/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_streambuf/sgetn/char/1.cc index 37b4faec5eb0..cdb6b9735887 100644 --- a/libstdc++-v3/testsuite/27_io/basic_streambuf/sgetn/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_streambuf/sgetn/char/1.cc @@ -1,6 +1,6 @@ // 1999-10-11 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_streambuf/sgetn/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_streambuf/sgetn/wchar_t/1.cc index a75f613cd549..46b238613b04 100644 --- a/libstdc++-v3/testsuite/27_io/basic_streambuf/sgetn/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_streambuf/sgetn/wchar_t/1.cc @@ -1,6 +1,6 @@ // 1999-10-11 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_streambuf/sputbackc/char/9538.cc b/libstdc++-v3/testsuite/27_io/basic_streambuf/sputbackc/char/9538.cc index 9ff6aa19062b..91ffd168f6db 100644 --- a/libstdc++-v3/testsuite/27_io/basic_streambuf/sputbackc/char/9538.cc +++ b/libstdc++-v3/testsuite/27_io/basic_streambuf/sputbackc/char/9538.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_streambuf/sputbackc/wchar_t/9538.cc b/libstdc++-v3/testsuite/27_io/basic_streambuf/sputbackc/wchar_t/9538.cc index e5770fcbabba..419edfcfc84a 100644 --- a/libstdc++-v3/testsuite/27_io/basic_streambuf/sputbackc/wchar_t/9538.cc +++ b/libstdc++-v3/testsuite/27_io/basic_streambuf/sputbackc/wchar_t/9538.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_streambuf/sputc/char/1057.cc b/libstdc++-v3/testsuite/27_io/basic_streambuf/sputc/char/1057.cc index 705babcdf354..cc30c4735a22 100644 --- a/libstdc++-v3/testsuite/27_io/basic_streambuf/sputc/char/1057.cc +++ b/libstdc++-v3/testsuite/27_io/basic_streambuf/sputc/char/1057.cc @@ -1,6 +1,6 @@ // 1999-10-11 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_streambuf/sputc/wchar_t/1057.cc b/libstdc++-v3/testsuite/27_io/basic_streambuf/sputc/wchar_t/1057.cc index 49644ae0a790..6a55b28b847c 100644 --- a/libstdc++-v3/testsuite/27_io/basic_streambuf/sputc/wchar_t/1057.cc +++ b/libstdc++-v3/testsuite/27_io/basic_streambuf/sputc/wchar_t/1057.cc @@ -1,6 +1,6 @@ // 1999-10-11 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_streambuf/sputn/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_streambuf/sputn/char/1.cc index cf71df4ca11a..c546baae9312 100644 --- a/libstdc++-v3/testsuite/27_io/basic_streambuf/sputn/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_streambuf/sputn/char/1.cc @@ -1,6 +1,6 @@ // 1999-10-11 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_streambuf/sputn/char/1057.cc b/libstdc++-v3/testsuite/27_io/basic_streambuf/sputn/char/1057.cc index 0da95fb67244..1fae99f34650 100644 --- a/libstdc++-v3/testsuite/27_io/basic_streambuf/sputn/char/1057.cc +++ b/libstdc++-v3/testsuite/27_io/basic_streambuf/sputn/char/1057.cc @@ -1,6 +1,6 @@ // 1999-10-11 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_streambuf/sputn/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_streambuf/sputn/wchar_t/1.cc index 8dbd72d74fc6..1e097d3fb654 100644 --- a/libstdc++-v3/testsuite/27_io/basic_streambuf/sputn/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_streambuf/sputn/wchar_t/1.cc @@ -1,6 +1,6 @@ // 1999-10-11 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_streambuf/sputn/wchar_t/1057.cc b/libstdc++-v3/testsuite/27_io/basic_streambuf/sputn/wchar_t/1057.cc index b2103d502714..2ca9290a8764 100644 --- a/libstdc++-v3/testsuite/27_io/basic_streambuf/sputn/wchar_t/1057.cc +++ b/libstdc++-v3/testsuite/27_io/basic_streambuf/sputn/wchar_t/1057.cc @@ -1,6 +1,6 @@ // 1999-10-11 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_streambuf/sync/char/1057.cc b/libstdc++-v3/testsuite/27_io/basic_streambuf/sync/char/1057.cc index a5cd3f952002..af871b8c4cba 100644 --- a/libstdc++-v3/testsuite/27_io/basic_streambuf/sync/char/1057.cc +++ b/libstdc++-v3/testsuite/27_io/basic_streambuf/sync/char/1057.cc @@ -1,6 +1,6 @@ // 1999-10-11 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_streambuf/sync/wchar_t/1057.cc b/libstdc++-v3/testsuite/27_io/basic_streambuf/sync/wchar_t/1057.cc index fba0fe885f7b..5fb13249d0b5 100644 --- a/libstdc++-v3/testsuite/27_io/basic_streambuf/sync/wchar_t/1057.cc +++ b/libstdc++-v3/testsuite/27_io/basic_streambuf/sync/wchar_t/1057.cc @@ -1,6 +1,6 @@ // 1999-10-11 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_stringbuf/cons/2020.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/cons/2020.cc index 06f4163278ce..8d02d1a0edd4 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/cons/2020.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/cons/2020.cc @@ -1,6 +1,6 @@ // 1999-01-17 bkoz test functionality of basic_filebuf for char_type == char -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/27_io/basic_stringbuf/cons/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/cons/char/1.cc index 2c3643b5331a..c37d54f5f8fc 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/cons/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/cons/char/1.cc @@ -1,6 +1,6 @@ // 2004-09-29 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_stringbuf/cons/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/cons/wchar_t/1.cc index 6efc1b1fc9cf..35849abecd68 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/cons/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/cons/wchar_t/1.cc @@ -1,6 +1,6 @@ // 2004-09-29 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_stringbuf/imbue/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/imbue/char/1.cc index b58033f55152..e6693e83e7dc 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/imbue/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/imbue/char/1.cc @@ -1,6 +1,6 @@ // 981208 bkoz test functionality of basic_stringbuf for char_type == char -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/27_io/basic_stringbuf/imbue/char/9322.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/imbue/char/9322.cc index c92bfd6d62b9..aad623a2d214 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/imbue/char/9322.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/imbue/char/9322.cc @@ -3,7 +3,7 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_stringbuf/imbue/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/imbue/wchar_t/1.cc index f66cff3810aa..6fb709a4e101 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/imbue/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/imbue/wchar_t/1.cc @@ -1,6 +1,6 @@ // 981208 bkoz test functionality of basic_stringbuf for char_type == wchar_t -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/27_io/basic_stringbuf/imbue/wchar_t/9322.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/imbue/wchar_t/9322.cc index c60eef1dd06c..5a4ddde586f0 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/imbue/wchar_t/9322.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/imbue/wchar_t/9322.cc @@ -3,7 +3,7 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_stringbuf/in_avail/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/in_avail/char/1.cc index 10fb4c409ba2..b20d75f2bad5 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/in_avail/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/in_avail/char/1.cc @@ -1,6 +1,6 @@ // 981208 bkoz test functionality of basic_stringbuf for char_type == char -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/27_io/basic_stringbuf/in_avail/char/21955.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/in_avail/char/21955.cc index 8832a3898247..8290bfd6765e 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/in_avail/char/21955.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/in_avail/char/21955.cc @@ -1,6 +1,6 @@ // 2005-06-07 Benjamin Kosnik -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/27_io/basic_stringbuf/in_avail/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/in_avail/wchar_t/1.cc index a720b278e04c..80746167f9ab 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/in_avail/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/in_avail/wchar_t/1.cc @@ -1,6 +1,6 @@ // 981208 bkoz test functionality of basic_stringbuf for char_type == wchar_t -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/27_io/basic_stringbuf/overflow/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/overflow/char/1.cc index 285eca9eb925..4b4533e375df 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/overflow/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/overflow/char/1.cc @@ -1,6 +1,6 @@ // 2004-07-07 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_stringbuf/overflow/char/2.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/overflow/char/2.cc index 934302fee0e8..4f00146b230e 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/overflow/char/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/overflow/char/2.cc @@ -1,6 +1,6 @@ // 1999-10-11 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_stringbuf/overflow/char/26250.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/overflow/char/26250.cc index f6cc1c319252..f7c004c17022 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/overflow/char/26250.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/overflow/char/26250.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/27_io/basic_stringbuf/overflow/char/3599.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/overflow/char/3599.cc index ca08931e14e5..b890a7684a39 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/overflow/char/3599.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/overflow/char/3599.cc @@ -1,6 +1,6 @@ // 1999-10-11 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_stringbuf/overflow/char/9988.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/overflow/char/9988.cc index b44a679b17b5..0d2286c273ad 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/overflow/char/9988.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/overflow/char/9988.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_stringbuf/overflow/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/overflow/wchar_t/1.cc index 2f0afbc34c09..e989d83919e4 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/overflow/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/overflow/wchar_t/1.cc @@ -1,6 +1,6 @@ // 2004-07-07 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_stringbuf/overflow/wchar_t/2.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/overflow/wchar_t/2.cc index c09e0ddaae71..9ee29443caaf 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/overflow/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/overflow/wchar_t/2.cc @@ -1,6 +1,6 @@ // 1999-10-11 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_stringbuf/overflow/wchar_t/26250.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/overflow/wchar_t/26250.cc index 7fc4a1647899..d42a697d0f91 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/overflow/wchar_t/26250.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/overflow/wchar_t/26250.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/27_io/basic_stringbuf/overflow/wchar_t/3599.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/overflow/wchar_t/3599.cc index 39cc9e3b0636..a9c95b0e9a4c 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/overflow/wchar_t/3599.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/overflow/wchar_t/3599.cc @@ -1,6 +1,6 @@ // 1999-10-11 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_stringbuf/overflow/wchar_t/9988.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/overflow/wchar_t/9988.cc index beefa8d4baf3..36720beb5afb 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/overflow/wchar_t/9988.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/overflow/wchar_t/9988.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_stringbuf/pbackfail/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/pbackfail/char/1.cc index af0eeb1889d8..21787337a0a3 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/pbackfail/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/pbackfail/char/1.cc @@ -1,6 +1,6 @@ // 2004-10-01 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_stringbuf/pbackfail/char/2.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/pbackfail/char/2.cc index 6ed963fed96d..0c9b0d2163fe 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/pbackfail/char/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/pbackfail/char/2.cc @@ -1,6 +1,6 @@ // 2004-10-01 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_stringbuf/pbackfail/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/pbackfail/wchar_t/1.cc index f358ac3bbcbc..818636740044 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/pbackfail/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/pbackfail/wchar_t/1.cc @@ -1,6 +1,6 @@ // 2004-10-01 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_stringbuf/pbackfail/wchar_t/2.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/pbackfail/wchar_t/2.cc index efa2894e0ff8..44f55ed99abd 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/pbackfail/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/pbackfail/wchar_t/2.cc @@ -1,6 +1,6 @@ // 2004-10-01 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_stringbuf/requirements/base_classes.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/requirements/base_classes.cc index c602d6019915..e47f11bb883e 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/requirements/base_classes.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/requirements/base_classes.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2003-03-26 B enjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_stringbuf/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/requirements/explicit_instantiation/2.cc index b0e090538124..3251ba73faf8 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/requirements/explicit_instantiation/2.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 1999-01-17 bkoz test functionality of basic_filebuf for char_type == char -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/27_io/basic_stringbuf/requirements/explicit_instantiation/4.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/requirements/explicit_instantiation/4.cc index c411fa057769..36527750557c 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/requirements/explicit_instantiation/4.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/requirements/explicit_instantiation/4.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2003-04-07 bkoz -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_stringbuf/requirements/typedefs.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/requirements/typedefs.cc index a9b447ae399b..26a903c1e662 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2002-07-25 Benjamin Kosnik -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/27_io/basic_stringbuf/sbumpc/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sbumpc/char/1.cc index 66783b941df1..1bb9174e4bbd 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/sbumpc/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sbumpc/char/1.cc @@ -1,6 +1,6 @@ // 981208 bkoz test functionality of basic_stringbuf for char_type == char -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/27_io/basic_stringbuf/sbumpc/char/9825.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sbumpc/char/9825.cc index b6345f0e936e..dcbf71c94792 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/sbumpc/char/9825.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sbumpc/char/9825.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_stringbuf/sbumpc/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sbumpc/wchar_t/1.cc index 3c45fa2db1e1..699f2bae6ff3 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/sbumpc/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sbumpc/wchar_t/1.cc @@ -1,6 +1,6 @@ // 981208 bkoz test functionality of basic_stringbuf for char_type == wchar_t -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/27_io/basic_stringbuf/sbumpc/wchar_t/9825.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sbumpc/wchar_t/9825.cc index 9e1b5d0a7ee7..209168af7e2f 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/sbumpc/wchar_t/9825.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sbumpc/wchar_t/9825.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_stringbuf/seekoff/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekoff/char/1.cc index 37aa5fa76f59..1242d6c84dd3 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekoff/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekoff/char/1.cc @@ -1,6 +1,6 @@ // 981208 bkoz test functionality of basic_stringbuf for char_type == char -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/27_io/basic_stringbuf/seekoff/char/10975.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekoff/char/10975.cc index c1349592ff3b..88d881501d2a 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekoff/char/10975.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekoff/char/10975.cc @@ -1,6 +1,6 @@ // 2004-09-30 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_stringbuf/seekoff/char/16956.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekoff/char/16956.cc index 2d48ee39df60..34282904df8d 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekoff/char/16956.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekoff/char/16956.cc @@ -1,6 +1,6 @@ // 2004-08-12 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_stringbuf/seekoff/char/2.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekoff/char/2.cc index d9f370288bbd..145ec7745536 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekoff/char/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekoff/char/2.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_stringbuf/seekoff/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekoff/wchar_t/1.cc index f4d74f6857b8..6fa58ea450ab 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekoff/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekoff/wchar_t/1.cc @@ -1,6 +1,6 @@ // 981208 bkoz test functionality of basic_stringbuf for char_type == wchar_t -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/27_io/basic_stringbuf/seekoff/wchar_t/10975.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekoff/wchar_t/10975.cc index e08b0efb4a95..de86cd012323 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekoff/wchar_t/10975.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekoff/wchar_t/10975.cc @@ -1,6 +1,6 @@ // 2004-09-30 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_stringbuf/seekoff/wchar_t/16956.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekoff/wchar_t/16956.cc index a6b4f3141b43..d825abc0de10 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekoff/wchar_t/16956.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekoff/wchar_t/16956.cc @@ -1,6 +1,6 @@ // 2004-08-12 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_stringbuf/seekoff/wchar_t/2.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekoff/wchar_t/2.cc index 5e20481c96aa..54985998188a 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekoff/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekoff/wchar_t/2.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_stringbuf/seekpos/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekpos/char/1.cc index f35882d84a9e..396984e05700 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekpos/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekpos/char/1.cc @@ -1,6 +1,6 @@ // 981208 bkoz test functionality of basic_stringbuf for char_type == char -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/27_io/basic_stringbuf/seekpos/char/2.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekpos/char/2.cc index fb483994a2c1..5730cb2ab6c2 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekpos/char/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekpos/char/2.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_stringbuf/seekpos/char/29354.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekpos/char/29354.cc index a53417357b9c..8bd74173e67c 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekpos/char/29354.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekpos/char/29354.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/27_io/basic_stringbuf/seekpos/char/3.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekpos/char/3.cc index fd839cc87920..d7576261d465 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekpos/char/3.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekpos/char/3.cc @@ -1,6 +1,6 @@ // 2003-05-30 Paolo Carlini -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_stringbuf/seekpos/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekpos/wchar_t/1.cc index f100fef59a9d..296a1874588e 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekpos/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekpos/wchar_t/1.cc @@ -1,6 +1,6 @@ // 981208 bkoz test functionality of basic_stringbuf for char_type == wchar_t -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/27_io/basic_stringbuf/seekpos/wchar_t/2.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekpos/wchar_t/2.cc index 9bfd3a8d96a1..be3cc0774601 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekpos/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekpos/wchar_t/2.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_stringbuf/seekpos/wchar_t/29354.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekpos/wchar_t/29354.cc index e5c5e63b4073..005434b9188d 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekpos/wchar_t/29354.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekpos/wchar_t/29354.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/27_io/basic_stringbuf/seekpos/wchar_t/3.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekpos/wchar_t/3.cc index f715cf474c8d..3f8947abe9d0 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekpos/wchar_t/3.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekpos/wchar_t/3.cc @@ -1,6 +1,6 @@ // 2003-05-30 Paolo Carlini -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_stringbuf/setbuf/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/setbuf/char/1.cc index 9796b24a46f1..bf6b16e49dd1 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/setbuf/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/setbuf/char/1.cc @@ -1,6 +1,6 @@ // 981208 bkoz test functionality of basic_stringbuf for char_type == char -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/27_io/basic_stringbuf/setbuf/char/2.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/setbuf/char/2.cc index 16b8ff6b4fef..f24edfa86878 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/setbuf/char/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/setbuf/char/2.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_stringbuf/setbuf/char/3.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/setbuf/char/3.cc index 185973d663ea..ccef5ea367eb 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/setbuf/char/3.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/setbuf/char/3.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_stringbuf/setbuf/char/4.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/setbuf/char/4.cc index eaf9ed76009f..3cfc91347865 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/setbuf/char/4.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/setbuf/char/4.cc @@ -1,6 +1,6 @@ // 2004-10-06 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_stringbuf/setbuf/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/setbuf/wchar_t/1.cc index 0ec0d0e0595e..418ae02cbaf6 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/setbuf/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/setbuf/wchar_t/1.cc @@ -1,6 +1,6 @@ // 981208 bkoz test functionality of basic_stringbuf for char_type == wchar_t -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/27_io/basic_stringbuf/setbuf/wchar_t/2.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/setbuf/wchar_t/2.cc index c0280c972310..cd575592f667 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/setbuf/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/setbuf/wchar_t/2.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_stringbuf/setbuf/wchar_t/3.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/setbuf/wchar_t/3.cc index 0bc0bd463cc0..036f4246e933 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/setbuf/wchar_t/3.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/setbuf/wchar_t/3.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_stringbuf/setbuf/wchar_t/4.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/setbuf/wchar_t/4.cc index b3318e88b836..30bc772c3f60 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/setbuf/wchar_t/4.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/setbuf/wchar_t/4.cc @@ -1,6 +1,6 @@ // 2004-10-06 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_stringbuf/sgetc/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sgetc/char/1.cc index 321d673ee45d..cec0e13f06a7 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/sgetc/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sgetc/char/1.cc @@ -1,6 +1,6 @@ // 981208 bkoz test functionality of basic_stringbuf for char_type == char -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/27_io/basic_stringbuf/sgetc/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sgetc/wchar_t/1.cc index e60b4940d203..ff19ef7ee5f4 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/sgetc/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sgetc/wchar_t/1.cc @@ -1,6 +1,6 @@ // 981208 bkoz test functionality of basic_stringbuf for char_type == wchar_t -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/27_io/basic_stringbuf/sgetn/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sgetn/char/1.cc index 4065b36c4199..d2d191dfea13 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/sgetn/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sgetn/char/1.cc @@ -1,6 +1,6 @@ // 981208 bkoz test functionality of basic_stringbuf for char_type == char -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/27_io/basic_stringbuf/sgetn/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sgetn/wchar_t/1.cc index 7eaea1ee4c8e..96b54031993a 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/sgetn/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sgetn/wchar_t/1.cc @@ -1,6 +1,6 @@ // 981208 bkoz test functionality of basic_stringbuf for char_type == wchar_t -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/27_io/basic_stringbuf/snextc/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/snextc/char/1.cc index 3551dbf65b24..6a2d3f4828fd 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/snextc/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/snextc/char/1.cc @@ -1,6 +1,6 @@ // 981208 bkoz test functionality of basic_stringbuf for char_type == char -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/27_io/basic_stringbuf/snextc/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/snextc/wchar_t/1.cc index fbeeffbdd07a..9881fdba9606 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/snextc/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/snextc/wchar_t/1.cc @@ -1,6 +1,6 @@ // 981208 bkoz test functionality of basic_stringbuf for char_type == wchar_t -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/27_io/basic_stringbuf/sputbackc/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputbackc/char/1.cc index 94e0420c1482..d548c33261b3 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputbackc/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputbackc/char/1.cc @@ -1,6 +1,6 @@ // 981208 bkoz test functionality of basic_stringbuf for char_type == char -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/27_io/basic_stringbuf/sputbackc/char/9425.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputbackc/char/9425.cc index 60b76134533c..d46f35d7bf4d 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputbackc/char/9425.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputbackc/char/9425.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_stringbuf/sputbackc/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputbackc/wchar_t/1.cc index aad8054a9c64..46522764af38 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputbackc/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputbackc/wchar_t/1.cc @@ -1,6 +1,6 @@ // 981208 bkoz test functionality of basic_stringbuf for char_type == wchar_t -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/27_io/basic_stringbuf/sputbackc/wchar_t/9425.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputbackc/wchar_t/9425.cc index ca91a046e181..c5a3a64d0b69 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputbackc/wchar_t/9425.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputbackc/wchar_t/9425.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_stringbuf/sputc/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputc/char/1.cc index 160c329fe4c4..315b35891d79 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputc/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputc/char/1.cc @@ -1,6 +1,6 @@ // 981208 bkoz test functionality of basic_stringbuf for char_type == char -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/27_io/basic_stringbuf/sputc/char/1057.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputc/char/1057.cc index ab737298b7cd..e7471bb69e1c 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputc/char/1057.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputc/char/1057.cc @@ -1,6 +1,6 @@ // 1999-10-11 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_stringbuf/sputc/char/9404-1.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputc/char/9404-1.cc index 2bc32fecab10..9eb55535bc2b 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputc/char/9404-1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputc/char/9404-1.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_stringbuf/sputc/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputc/wchar_t/1.cc index a05b2b09c17f..0b785e16262e 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputc/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputc/wchar_t/1.cc @@ -1,6 +1,6 @@ // 981208 bkoz test functionality of basic_stringbuf for char_type == wchar_t -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/27_io/basic_stringbuf/sputc/wchar_t/1057.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputc/wchar_t/1057.cc index b50c340ae5ff..1856566951ba 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputc/wchar_t/1057.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputc/wchar_t/1057.cc @@ -1,6 +1,6 @@ // 1999-10-11 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_stringbuf/sputc/wchar_t/9404-1.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputc/wchar_t/9404-1.cc index 9319b86d29b4..9e8cfd3ea46d 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputc/wchar_t/9404-1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputc/wchar_t/9404-1.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_stringbuf/sputn/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputn/char/1.cc index 04b30a45da6e..33944c918d08 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputn/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputn/char/1.cc @@ -1,6 +1,6 @@ // 981208 bkoz test functionality of basic_stringbuf for char_type == char -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/27_io/basic_stringbuf/sputn/char/1057.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputn/char/1057.cc index ad09b5857c60..59ef30ee4a45 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputn/char/1057.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputn/char/1057.cc @@ -1,6 +1,6 @@ // 1999-10-11 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_stringbuf/sputn/char/9404-2.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputn/char/9404-2.cc index 3a32c2d942f1..63e13ac02ef9 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputn/char/9404-2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputn/char/9404-2.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_stringbuf/sputn/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputn/wchar_t/1.cc index fa8220146d37..f325a56a8710 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputn/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputn/wchar_t/1.cc @@ -1,6 +1,6 @@ // 981208 bkoz test functionality of basic_stringbuf for char_type == wchar_t -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/27_io/basic_stringbuf/sputn/wchar_t/1057.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputn/wchar_t/1057.cc index 22bbb09f4cb8..a0de18407f3b 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputn/wchar_t/1057.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputn/wchar_t/1057.cc @@ -1,6 +1,6 @@ // 1999-10-11 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_stringbuf/sputn/wchar_t/9404-2.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputn/wchar_t/9404-2.cc index 5f1b7c8a0a55..c35a1dc00850 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputn/wchar_t/9404-2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sputn/wchar_t/9404-2.cc @@ -1,6 +1,6 @@ // 2001-05-21 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_stringbuf/str/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/str/char/1.cc index 20a0ca3099b7..c202f522d1dc 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/str/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/str/char/1.cc @@ -1,6 +1,6 @@ // 981208 bkoz test functionality of basic_stringbuf for char_type == char -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/27_io/basic_stringbuf/str/char/2.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/str/char/2.cc index f7bd2aa0700d..72b06518ce89 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/str/char/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/str/char/2.cc @@ -1,6 +1,6 @@ // 981208 bkoz test functionality of basic_stringbuf for char_type == char -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/27_io/basic_stringbuf/str/char/3.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/str/char/3.cc index 95503ebadecf..a05d33bdb389 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/str/char/3.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/str/char/3.cc @@ -1,6 +1,6 @@ // 981208 bkoz test functionality of basic_stringbuf for char_type == char -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/27_io/basic_stringbuf/str/char/3955.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/str/char/3955.cc index cea95b25fdd8..3afc8cc1043f 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/str/char/3955.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/str/char/3955.cc @@ -1,6 +1,6 @@ // 981208 bkoz test functionality of basic_stringbuf for char_type == char -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/27_io/basic_stringbuf/str/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/str/wchar_t/1.cc index 4ccaeecdab0f..627601879cce 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/str/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/str/wchar_t/1.cc @@ -1,6 +1,6 @@ // 981208 bkoz test functionality of basic_stringbuf for char_type == wchar_t -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/27_io/basic_stringbuf/str/wchar_t/2.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/str/wchar_t/2.cc index 6ef88c6f649a..cdd6f29e722b 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/str/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/str/wchar_t/2.cc @@ -1,6 +1,6 @@ // 981208 bkoz test functionality of basic_stringbuf for char_type == wchar_t -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/27_io/basic_stringbuf/str/wchar_t/3.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/str/wchar_t/3.cc index 24e82272c604..c4a739e367a4 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/str/wchar_t/3.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/str/wchar_t/3.cc @@ -1,6 +1,6 @@ // 981208 bkoz test functionality of basic_stringbuf for char_type == wchar_t -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/27_io/basic_stringbuf/str/wchar_t/3955.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/str/wchar_t/3955.cc index aa0cc6a6d6e0..0b7c9b9c22ce 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/str/wchar_t/3955.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/str/wchar_t/3955.cc @@ -1,6 +1,6 @@ // 981208 bkoz test functionality of basic_stringbuf for char_type == wchar_t -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/27_io/basic_stringbuf/sungetc/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sungetc/char/1.cc index f5ee11450bd2..0f1fc1f9f7eb 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/sungetc/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sungetc/char/1.cc @@ -1,6 +1,6 @@ // 981208 bkoz test functionality of basic_stringbuf for char_type == char -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/27_io/basic_stringbuf/sungetc/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sungetc/wchar_t/1.cc index 6871588a1c42..96ba38678b26 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/sungetc/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sungetc/wchar_t/1.cc @@ -1,6 +1,6 @@ // 981208 bkoz test functionality of basic_stringbuf for char_type == wchar_t -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/27_io/basic_stringbuf/sync/char/1057.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sync/char/1057.cc index d099b2b3580c..1bbe8210d040 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/sync/char/1057.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sync/char/1057.cc @@ -1,6 +1,6 @@ // 1999-10-11 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_stringbuf/sync/wchar_t/1057.cc b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sync/wchar_t/1057.cc index 6fcedbfd5196..5017ce783cd7 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringbuf/sync/wchar_t/1057.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringbuf/sync/wchar_t/1057.cc @@ -1,6 +1,6 @@ // 1999-10-11 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/basic_stringstream/assign/1.cc b/libstdc++-v3/testsuite/27_io/basic_stringstream/assign/1.cc index c1555e598b7b..b1e60ef8f36a 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringstream/assign/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringstream/assign/1.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/27_io/basic_stringstream/cons/2020.cc b/libstdc++-v3/testsuite/27_io/basic_stringstream/cons/2020.cc index 277b33a1da6a..ffd65951c05b 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringstream/cons/2020.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringstream/cons/2020.cc @@ -1,6 +1,6 @@ // 1999-01-17 bkoz test functionality of basic_filebuf for char_type == char -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/27_io/basic_stringstream/cons/move.cc b/libstdc++-v3/testsuite/27_io/basic_stringstream/cons/move.cc index 2f67dba795f4..bec1252d0c1e 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringstream/cons/move.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringstream/cons/move.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/27_io/basic_stringstream/rdbuf/char/2832.cc b/libstdc++-v3/testsuite/27_io/basic_stringstream/rdbuf/char/2832.cc index 5c3008483944..20a700ee66b8 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringstream/rdbuf/char/2832.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringstream/rdbuf/char/2832.cc @@ -1,6 +1,6 @@ // 2003-04-01 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_stringstream/rdbuf/wchar_t/2832.cc b/libstdc++-v3/testsuite/27_io/basic_stringstream/rdbuf/wchar_t/2832.cc index a6c2b9cbc0bd..bb919fcee073 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringstream/rdbuf/wchar_t/2832.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringstream/rdbuf/wchar_t/2832.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_stringstream/requirements/base_classes.cc b/libstdc++-v3/testsuite/27_io/basic_stringstream/requirements/base_classes.cc index abc075f25f5c..f561b4ae320a 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringstream/requirements/base_classes.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringstream/requirements/base_classes.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2003-03-26 B enjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/basic_stringstream/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/27_io/basic_stringstream/requirements/explicit_instantiation.cc index 2a86faf134fe..663943989449 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringstream/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringstream/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2002-07-25 Benjamin Kosnik -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/27_io/basic_stringstream/requirements/typedefs.cc b/libstdc++-v3/testsuite/27_io/basic_stringstream/requirements/typedefs.cc index 23750c02d26a..a6c66879c80a 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringstream/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringstream/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2002-07-25 Benjamin Kosnik -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/27_io/basic_stringstream/str/char/1.cc b/libstdc++-v3/testsuite/27_io/basic_stringstream/str/char/1.cc index 3e31378a5ef3..4960cd328652 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringstream/str/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringstream/str/char/1.cc @@ -1,6 +1,6 @@ // 2001-05-24 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_stringstream/str/char/2.cc b/libstdc++-v3/testsuite/27_io/basic_stringstream/str/char/2.cc index 9ce8ebd30ec7..24d551e9949b 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringstream/str/char/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringstream/str/char/2.cc @@ -1,6 +1,6 @@ // 2001-05-24 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_stringstream/str/char/3.cc b/libstdc++-v3/testsuite/27_io/basic_stringstream/str/char/3.cc index 8d6613f8b27b..961db65b7c4d 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringstream/str/char/3.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringstream/str/char/3.cc @@ -1,6 +1,6 @@ // 2001-05-24 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_stringstream/str/char/4.cc b/libstdc++-v3/testsuite/27_io/basic_stringstream/str/char/4.cc index ae5cf82ec2d2..3bd574e5fdba 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringstream/str/char/4.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringstream/str/char/4.cc @@ -1,6 +1,6 @@ // 2001-05-24 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/basic_stringstream/str/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/basic_stringstream/str/wchar_t/1.cc index 7b0677033a62..ab6535a2fe7c 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringstream/str/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringstream/str/wchar_t/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_stringstream/str/wchar_t/2.cc b/libstdc++-v3/testsuite/27_io/basic_stringstream/str/wchar_t/2.cc index 689d054dae70..d7a82c4671ab 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringstream/str/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringstream/str/wchar_t/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_stringstream/str/wchar_t/3.cc b/libstdc++-v3/testsuite/27_io/basic_stringstream/str/wchar_t/3.cc index dbc009a555b3..2ed08a0c1ea9 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringstream/str/wchar_t/3.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringstream/str/wchar_t/3.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/basic_stringstream/str/wchar_t/4.cc b/libstdc++-v3/testsuite/27_io/basic_stringstream/str/wchar_t/4.cc index 9263596facb7..dda331615562 100644 --- a/libstdc++-v3/testsuite/27_io/basic_stringstream/str/wchar_t/4.cc +++ b/libstdc++-v3/testsuite/27_io/basic_stringstream/str/wchar_t/4.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/fpos/11450.cc b/libstdc++-v3/testsuite/27_io/fpos/11450.cc index 9d8463d6a6a2..8102bb57513e 100644 --- a/libstdc++-v3/testsuite/27_io/fpos/11450.cc +++ b/libstdc++-v3/testsuite/27_io/fpos/11450.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/fpos/14252.cc b/libstdc++-v3/testsuite/27_io/fpos/14252.cc index f51e3c14d03c..cdd3cf894428 100644 --- a/libstdc++-v3/testsuite/27_io/fpos/14252.cc +++ b/libstdc++-v3/testsuite/27_io/fpos/14252.cc @@ -1,6 +1,6 @@ // 2004-02-24 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/fpos/14320-1.cc b/libstdc++-v3/testsuite/27_io/fpos/14320-1.cc index 4a1eadd7d6ea..0316923c9f9b 100644 --- a/libstdc++-v3/testsuite/27_io/fpos/14320-1.cc +++ b/libstdc++-v3/testsuite/27_io/fpos/14320-1.cc @@ -1,6 +1,6 @@ // 2004-03-02 Petur Runolfsson -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/fpos/14320-2.cc b/libstdc++-v3/testsuite/27_io/fpos/14320-2.cc index 771ae58649ab..cbe3d2963c4d 100644 --- a/libstdc++-v3/testsuite/27_io/fpos/14320-2.cc +++ b/libstdc++-v3/testsuite/27_io/fpos/14320-2.cc @@ -1,6 +1,6 @@ // 2004-03-02 Petur Runolfsson -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/fpos/14320-3.cc b/libstdc++-v3/testsuite/27_io/fpos/14320-3.cc index 7530bf251316..583ae5dfa05e 100644 --- a/libstdc++-v3/testsuite/27_io/fpos/14320-3.cc +++ b/libstdc++-v3/testsuite/27_io/fpos/14320-3.cc @@ -1,6 +1,6 @@ // 2004-03-02 Petur Runolfsson -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/fpos/14320-4.cc b/libstdc++-v3/testsuite/27_io/fpos/14320-4.cc index 82017113ea82..d279f158deaf 100644 --- a/libstdc++-v3/testsuite/27_io/fpos/14320-4.cc +++ b/libstdc++-v3/testsuite/27_io/fpos/14320-4.cc @@ -1,6 +1,6 @@ // 2004-03-02 Petur Runolfsson -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/fpos/14320-5.cc b/libstdc++-v3/testsuite/27_io/fpos/14320-5.cc index 5f1388225c47..34cec1b6bfbe 100644 --- a/libstdc++-v3/testsuite/27_io/fpos/14320-5.cc +++ b/libstdc++-v3/testsuite/27_io/fpos/14320-5.cc @@ -1,6 +1,6 @@ // 2004-03-02 Petur Runolfsson -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/fpos/14775.cc b/libstdc++-v3/testsuite/27_io/fpos/14775.cc index ef0bfa94db37..af361ccf8f69 100644 --- a/libstdc++-v3/testsuite/27_io/fpos/14775.cc +++ b/libstdc++-v3/testsuite/27_io/fpos/14775.cc @@ -1,6 +1,6 @@ // 2004-03-31 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/fpos/mbstate_t/1.cc b/libstdc++-v3/testsuite/27_io/fpos/mbstate_t/1.cc index 72030e7481c9..261086df9284 100644 --- a/libstdc++-v3/testsuite/27_io/fpos/mbstate_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/fpos/mbstate_t/1.cc @@ -1,6 +1,6 @@ // 1999-09-20 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/fpos/mbstate_t/12065.cc b/libstdc++-v3/testsuite/27_io/fpos/mbstate_t/12065.cc index 12b51d9465c1..927e0e0fa980 100644 --- a/libstdc++-v3/testsuite/27_io/fpos/mbstate_t/12065.cc +++ b/libstdc++-v3/testsuite/27_io/fpos/mbstate_t/12065.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/fpos/mbstate_t/2.cc b/libstdc++-v3/testsuite/27_io/fpos/mbstate_t/2.cc index 720914cc0f4f..fed2bbde3787 100644 --- a/libstdc++-v3/testsuite/27_io/fpos/mbstate_t/2.cc +++ b/libstdc++-v3/testsuite/27_io/fpos/mbstate_t/2.cc @@ -1,6 +1,6 @@ // 1999-09-20 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/fpos/mbstate_t/3.cc b/libstdc++-v3/testsuite/27_io/fpos/mbstate_t/3.cc index ce96cdac1954..c9c3a6e24ac3 100644 --- a/libstdc++-v3/testsuite/27_io/fpos/mbstate_t/3.cc +++ b/libstdc++-v3/testsuite/27_io/fpos/mbstate_t/3.cc @@ -1,6 +1,6 @@ // 1999-09-20 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/fpos/mbstate_t/4_neg.cc b/libstdc++-v3/testsuite/27_io/fpos/mbstate_t/4_neg.cc index 15b5dec42d7c..f1956262a829 100644 --- a/libstdc++-v3/testsuite/27_io/fpos/mbstate_t/4_neg.cc +++ b/libstdc++-v3/testsuite/27_io/fpos/mbstate_t/4_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/fpos/mbstate_t/5.cc b/libstdc++-v3/testsuite/27_io/fpos/mbstate_t/5.cc index b51906968b09..a2756be88493 100644 --- a/libstdc++-v3/testsuite/27_io/fpos/mbstate_t/5.cc +++ b/libstdc++-v3/testsuite/27_io/fpos/mbstate_t/5.cc @@ -2,7 +2,7 @@ // 2006-03-13 Paolo Carlini -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/27_io/fpos/mbstate_t/6.cc b/libstdc++-v3/testsuite/27_io/fpos/mbstate_t/6.cc index 99732d02c1b3..bc6e0ac14b35 100644 --- a/libstdc++-v3/testsuite/27_io/fpos/mbstate_t/6.cc +++ b/libstdc++-v3/testsuite/27_io/fpos/mbstate_t/6.cc @@ -2,7 +2,7 @@ // 2006-06-21 Paolo Carlini -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/27_io/fpos/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/27_io/fpos/requirements/explicit_instantiation.cc index 7a373f767cfe..6b6f451eedf7 100644 --- a/libstdc++-v3/testsuite/27_io/fpos/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/27_io/fpos/requirements/explicit_instantiation.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/headers/cinttypes/std_c++0x_neg.cc b/libstdc++-v3/testsuite/27_io/headers/cinttypes/std_c++0x_neg.cc index 9dc1970ca428..8b5e89e7836a 100644 --- a/libstdc++-v3/testsuite/27_io/headers/cinttypes/std_c++0x_neg.cc +++ b/libstdc++-v3/testsuite/27_io/headers/cinttypes/std_c++0x_neg.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-options "-std=gnu++98" } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/27_io/headers/cinttypes/types_std_c++0x.cc b/libstdc++-v3/testsuite/27_io/headers/cinttypes/types_std_c++0x.cc index afff4c6f1b92..bcd8cd36f20a 100644 --- a/libstdc++-v3/testsuite/27_io/headers/cinttypes/types_std_c++0x.cc +++ b/libstdc++-v3/testsuite/27_io/headers/cinttypes/types_std_c++0x.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/27_io/headers/cstdio/functions_neg.cc b/libstdc++-v3/testsuite/27_io/headers/cstdio/functions_neg.cc index f9e5f86ed378..fc437034e851 100644 --- a/libstdc++-v3/testsuite/27_io/headers/cstdio/functions_neg.cc +++ b/libstdc++-v3/testsuite/27_io/headers/cstdio/functions_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/27_io/headers/cstdio/functions_std.cc b/libstdc++-v3/testsuite/27_io/headers/cstdio/functions_std.cc index 029f0837ed0d..1f8855987336 100644 --- a/libstdc++-v3/testsuite/27_io/headers/cstdio/functions_std.cc +++ b/libstdc++-v3/testsuite/27_io/headers/cstdio/functions_std.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/27_io/headers/cstdio/macros.cc b/libstdc++-v3/testsuite/27_io/headers/cstdio/macros.cc index 1a5dcfaabd7d..69772cf36095 100644 --- a/libstdc++-v3/testsuite/27_io/headers/cstdio/macros.cc +++ b/libstdc++-v3/testsuite/27_io/headers/cstdio/macros.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/27_io/headers/cstdio/types_std.cc b/libstdc++-v3/testsuite/27_io/headers/cstdio/types_std.cc index b08ad133548f..c76ecb64c79d 100644 --- a/libstdc++-v3/testsuite/27_io/headers/cstdio/types_std.cc +++ b/libstdc++-v3/testsuite/27_io/headers/cstdio/types_std.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/27_io/headers/fstream/synopsis.cc b/libstdc++-v3/testsuite/27_io/headers/fstream/synopsis.cc index 98ea9ba9522a..f434f40ad2cd 100644 --- a/libstdc++-v3/testsuite/27_io/headers/fstream/synopsis.cc +++ b/libstdc++-v3/testsuite/27_io/headers/fstream/synopsis.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/27_io/headers/fstream/types_std.cc b/libstdc++-v3/testsuite/27_io/headers/fstream/types_std.cc index 1597853641eb..dafca034d923 100644 --- a/libstdc++-v3/testsuite/27_io/headers/fstream/types_std.cc +++ b/libstdc++-v3/testsuite/27_io/headers/fstream/types_std.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-require-c-std "" } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/27_io/headers/iomanip/synopsis.cc b/libstdc++-v3/testsuite/27_io/headers/iomanip/synopsis.cc index f8e68be355ee..ee3ec561ddbe 100644 --- a/libstdc++-v3/testsuite/27_io/headers/iomanip/synopsis.cc +++ b/libstdc++-v3/testsuite/27_io/headers/iomanip/synopsis.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/27_io/headers/ios/synopsis.cc b/libstdc++-v3/testsuite/27_io/headers/ios/synopsis.cc index 012e6ac606b5..c16d677fac2f 100644 --- a/libstdc++-v3/testsuite/27_io/headers/ios/synopsis.cc +++ b/libstdc++-v3/testsuite/27_io/headers/ios/synopsis.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/27_io/headers/ios/types_std.cc b/libstdc++-v3/testsuite/27_io/headers/ios/types_std.cc index 119328906f53..0ef508c9e1c2 100644 --- a/libstdc++-v3/testsuite/27_io/headers/ios/types_std.cc +++ b/libstdc++-v3/testsuite/27_io/headers/ios/types_std.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/27_io/headers/iostream/synopsis.cc b/libstdc++-v3/testsuite/27_io/headers/iostream/synopsis.cc index a6e6907b091e..b5790a3684e7 100644 --- a/libstdc++-v3/testsuite/27_io/headers/iostream/synopsis.cc +++ b/libstdc++-v3/testsuite/27_io/headers/iostream/synopsis.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-require-c-std "" } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/27_io/headers/iostream/types_std.cc b/libstdc++-v3/testsuite/27_io/headers/iostream/types_std.cc index 29fcdbaef589..00beaeb81c02 100644 --- a/libstdc++-v3/testsuite/27_io/headers/iostream/types_std.cc +++ b/libstdc++-v3/testsuite/27_io/headers/iostream/types_std.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-require-c-std "" } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/27_io/headers/istream/synopsis.cc b/libstdc++-v3/testsuite/27_io/headers/istream/synopsis.cc index aca8fa6947b2..0173f1c30d1a 100644 --- a/libstdc++-v3/testsuite/27_io/headers/istream/synopsis.cc +++ b/libstdc++-v3/testsuite/27_io/headers/istream/synopsis.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/27_io/headers/istream/types_std.cc b/libstdc++-v3/testsuite/27_io/headers/istream/types_std.cc index 784b763dc740..aebf1b3c4279 100644 --- a/libstdc++-v3/testsuite/27_io/headers/istream/types_std.cc +++ b/libstdc++-v3/testsuite/27_io/headers/istream/types_std.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-require-c-std "" } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/27_io/headers/ostream/synopsis.cc b/libstdc++-v3/testsuite/27_io/headers/ostream/synopsis.cc index ce4491b28462..7529c7760ee4 100644 --- a/libstdc++-v3/testsuite/27_io/headers/ostream/synopsis.cc +++ b/libstdc++-v3/testsuite/27_io/headers/ostream/synopsis.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/27_io/headers/ostream/types_std.cc b/libstdc++-v3/testsuite/27_io/headers/ostream/types_std.cc index 08437f8919a3..95c2f1b51c0d 100644 --- a/libstdc++-v3/testsuite/27_io/headers/ostream/types_std.cc +++ b/libstdc++-v3/testsuite/27_io/headers/ostream/types_std.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-require-c-std "" } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/27_io/headers/sstream/synopsis.cc b/libstdc++-v3/testsuite/27_io/headers/sstream/synopsis.cc index 693c53c0c6ad..b925ee85a87f 100644 --- a/libstdc++-v3/testsuite/27_io/headers/sstream/synopsis.cc +++ b/libstdc++-v3/testsuite/27_io/headers/sstream/synopsis.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/27_io/headers/sstream/types_std.cc b/libstdc++-v3/testsuite/27_io/headers/sstream/types_std.cc index 4a35512e9da3..e83eb6f93067 100644 --- a/libstdc++-v3/testsuite/27_io/headers/sstream/types_std.cc +++ b/libstdc++-v3/testsuite/27_io/headers/sstream/types_std.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-require-c-std "" } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/27_io/headers/streambuf/synopsis.cc b/libstdc++-v3/testsuite/27_io/headers/streambuf/synopsis.cc index 200d31abb554..2af15bbcfc41 100644 --- a/libstdc++-v3/testsuite/27_io/headers/streambuf/synopsis.cc +++ b/libstdc++-v3/testsuite/27_io/headers/streambuf/synopsis.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/27_io/headers/streambuf/types_std.cc b/libstdc++-v3/testsuite/27_io/headers/streambuf/types_std.cc index bcb016a27780..9d68d6633d7c 100644 --- a/libstdc++-v3/testsuite/27_io/headers/streambuf/types_std.cc +++ b/libstdc++-v3/testsuite/27_io/headers/streambuf/types_std.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-require-c-std "" } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/27_io/ios_base/callbacks/1.cc b/libstdc++-v3/testsuite/27_io/ios_base/callbacks/1.cc index 0336c5c64f1f..fbc3f18ec5e7 100644 --- a/libstdc++-v3/testsuite/27_io/ios_base/callbacks/1.cc +++ b/libstdc++-v3/testsuite/27_io/ios_base/callbacks/1.cc @@ -1,6 +1,6 @@ // 1999-11-10 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/ios_base/cons/assign_neg.cc b/libstdc++-v3/testsuite/27_io/ios_base/cons/assign_neg.cc index 2dc8504f3ac1..db88d35de7b9 100644 --- a/libstdc++-v3/testsuite/27_io/ios_base/cons/assign_neg.cc +++ b/libstdc++-v3/testsuite/27_io/ios_base/cons/assign_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/ios_base/cons/copy_neg.cc b/libstdc++-v3/testsuite/27_io/ios_base/cons/copy_neg.cc index e6f550cfd5ab..acd85bb64500 100644 --- a/libstdc++-v3/testsuite/27_io/ios_base/cons/copy_neg.cc +++ b/libstdc++-v3/testsuite/27_io/ios_base/cons/copy_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/ios_base/failure/cons_virtual_derivation.cc b/libstdc++-v3/testsuite/27_io/ios_base/failure/cons_virtual_derivation.cc index 1ef340a13345..76193d604990 100644 --- a/libstdc++-v3/testsuite/27_io/ios_base/failure/cons_virtual_derivation.cc +++ b/libstdc++-v3/testsuite/27_io/ios_base/failure/cons_virtual_derivation.cc @@ -1,6 +1,6 @@ // 2007-05-29 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/27_io/ios_base/failure/cxx11.cc b/libstdc++-v3/testsuite/27_io/ios_base/failure/cxx11.cc index 35c12e46f887..99ad9292381c 100644 --- a/libstdc++-v3/testsuite/27_io/ios_base/failure/cxx11.cc +++ b/libstdc++-v3/testsuite/27_io/ios_base/failure/cxx11.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/27_io/ios_base/failure/what-1.cc b/libstdc++-v3/testsuite/27_io/ios_base/failure/what-1.cc index 58e82888001a..a56f78743ae3 100644 --- a/libstdc++-v3/testsuite/27_io/ios_base/failure/what-1.cc +++ b/libstdc++-v3/testsuite/27_io/ios_base/failure/what-1.cc @@ -1,6 +1,6 @@ // 2001-02-26 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/ios_base/failure/what-2.cc b/libstdc++-v3/testsuite/27_io/ios_base/failure/what-2.cc index be086177e249..ed69cd4e11b6 100644 --- a/libstdc++-v3/testsuite/27_io/ios_base/failure/what-2.cc +++ b/libstdc++-v3/testsuite/27_io/ios_base/failure/what-2.cc @@ -1,6 +1,6 @@ // 2001-02-26 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/ios_base/failure/what-3.cc b/libstdc++-v3/testsuite/27_io/ios_base/failure/what-3.cc index c2febb4dcaa2..f69f17b8134a 100644 --- a/libstdc++-v3/testsuite/27_io/ios_base/failure/what-3.cc +++ b/libstdc++-v3/testsuite/27_io/ios_base/failure/what-3.cc @@ -1,6 +1,6 @@ // 2001-02-26 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/ios_base/failure/what-big.cc b/libstdc++-v3/testsuite/27_io/ios_base/failure/what-big.cc index 1e58f1ed44b7..2b3dd50306a2 100644 --- a/libstdc++-v3/testsuite/27_io/ios_base/failure/what-big.cc +++ b/libstdc++-v3/testsuite/27_io/ios_base/failure/what-big.cc @@ -1,6 +1,6 @@ // 2007-05-29 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/27_io/ios_base/state/1.cc b/libstdc++-v3/testsuite/27_io/ios_base/state/1.cc index bb1ce4c9b8a0..56fd609ea800 100644 --- a/libstdc++-v3/testsuite/27_io/ios_base/state/1.cc +++ b/libstdc++-v3/testsuite/27_io/ios_base/state/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/27_io/ios_base/storage/1.cc b/libstdc++-v3/testsuite/27_io/ios_base/storage/1.cc index 40813449d691..b897c7d3f778 100644 --- a/libstdc++-v3/testsuite/27_io/ios_base/storage/1.cc +++ b/libstdc++-v3/testsuite/27_io/ios_base/storage/1.cc @@ -1,6 +1,6 @@ // 2000-12-19 bkoz -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/27_io/ios_base/storage/11584.cc b/libstdc++-v3/testsuite/27_io/ios_base/storage/11584.cc index 032c175faf65..37707d1a8117 100644 --- a/libstdc++-v3/testsuite/27_io/ios_base/storage/11584.cc +++ b/libstdc++-v3/testsuite/27_io/ios_base/storage/11584.cc @@ -2,7 +2,7 @@ // 2004-01-25 jlquinn@gcc.gnu.org -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/ios_base/storage/2.cc b/libstdc++-v3/testsuite/27_io/ios_base/storage/2.cc index 26c19f1601a9..4a9e1201ea91 100644 --- a/libstdc++-v3/testsuite/27_io/ios_base/storage/2.cc +++ b/libstdc++-v3/testsuite/27_io/ios_base/storage/2.cc @@ -1,6 +1,6 @@ // 2000-12-19 bkoz -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/27_io/ios_base/storage/3.cc b/libstdc++-v3/testsuite/27_io/ios_base/storage/3.cc index 4b56e07f1c87..37051e316c05 100644 --- a/libstdc++-v3/testsuite/27_io/ios_base/storage/3.cc +++ b/libstdc++-v3/testsuite/27_io/ios_base/storage/3.cc @@ -1,6 +1,6 @@ // 2000-12-19 bkoz -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/27_io/ios_base/sync_with_stdio/1.cc b/libstdc++-v3/testsuite/27_io/ios_base/sync_with_stdio/1.cc index d7f965187355..8ca1f97da3d6 100644 --- a/libstdc++-v3/testsuite/27_io/ios_base/sync_with_stdio/1.cc +++ b/libstdc++-v3/testsuite/27_io/ios_base/sync_with_stdio/1.cc @@ -2,7 +2,7 @@ // 2000-05-21 Benjamin Kosnik // 2001-01-17 Loren J. Rittle -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/ios_base/sync_with_stdio/16959.cc b/libstdc++-v3/testsuite/27_io/ios_base/sync_with_stdio/16959.cc index 27309d52c410..965cdc665065 100644 --- a/libstdc++-v3/testsuite/27_io/ios_base/sync_with_stdio/16959.cc +++ b/libstdc++-v3/testsuite/27_io/ios_base/sync_with_stdio/16959.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/ios_base/sync_with_stdio/2.cc b/libstdc++-v3/testsuite/27_io/ios_base/sync_with_stdio/2.cc index 499f002fc17d..bf4b6a44271a 100644 --- a/libstdc++-v3/testsuite/27_io/ios_base/sync_with_stdio/2.cc +++ b/libstdc++-v3/testsuite/27_io/ios_base/sync_with_stdio/2.cc @@ -2,7 +2,7 @@ // 2000-05-21 Benjamin Kosnik // 2001-01-17 Loren J. Rittle -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/27_io/ios_base/sync_with_stdio/9523.cc b/libstdc++-v3/testsuite/27_io/ios_base/sync_with_stdio/9523.cc index 3473be2210ab..fb13af5cb180 100644 --- a/libstdc++-v3/testsuite/27_io/ios_base/sync_with_stdio/9523.cc +++ b/libstdc++-v3/testsuite/27_io/ios_base/sync_with_stdio/9523.cc @@ -1,6 +1,6 @@ // 2003-04-26 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/ios_base/types/fmtflags/bitmask_operators.cc b/libstdc++-v3/testsuite/27_io/ios_base/types/fmtflags/bitmask_operators.cc index 1b963241c251..f41c950041b0 100644 --- a/libstdc++-v3/testsuite/27_io/ios_base/types/fmtflags/bitmask_operators.cc +++ b/libstdc++-v3/testsuite/27_io/ios_base/types/fmtflags/bitmask_operators.cc @@ -1,7 +1,7 @@ // { dg-do compile } // -*- C++ -*- -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 Free Software Foundation, Inc. // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License as diff --git a/libstdc++-v3/testsuite/27_io/ios_base/types/fmtflags/case_label.cc b/libstdc++-v3/testsuite/27_io/ios_base/types/fmtflags/case_label.cc index c0e94877aaca..8263218109fe 100644 --- a/libstdc++-v3/testsuite/27_io/ios_base/types/fmtflags/case_label.cc +++ b/libstdc++-v3/testsuite/27_io/ios_base/types/fmtflags/case_label.cc @@ -2,7 +2,7 @@ // { dg-options "-Wall" } // -*- C++ -*- -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 Free Software Foundation, Inc. // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License as diff --git a/libstdc++-v3/testsuite/27_io/ios_base/types/fmtflags/constexpr_operators.cc b/libstdc++-v3/testsuite/27_io/ios_base/types/fmtflags/constexpr_operators.cc index 30a7c36a2782..adcf0878804b 100644 --- a/libstdc++-v3/testsuite/27_io/ios_base/types/fmtflags/constexpr_operators.cc +++ b/libstdc++-v3/testsuite/27_io/ios_base/types/fmtflags/constexpr_operators.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/27_io/ios_base/types/iostate/bitmask_operators.cc b/libstdc++-v3/testsuite/27_io/ios_base/types/iostate/bitmask_operators.cc index a329e07358ea..233f381ad29c 100644 --- a/libstdc++-v3/testsuite/27_io/ios_base/types/iostate/bitmask_operators.cc +++ b/libstdc++-v3/testsuite/27_io/ios_base/types/iostate/bitmask_operators.cc @@ -1,7 +1,7 @@ // { dg-do compile } // -*- C++ -*- -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 Free Software Foundation, Inc. // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License as diff --git a/libstdc++-v3/testsuite/27_io/ios_base/types/iostate/case_label.cc b/libstdc++-v3/testsuite/27_io/ios_base/types/iostate/case_label.cc index 5ca9f5f87595..cc5b2d7888a0 100644 --- a/libstdc++-v3/testsuite/27_io/ios_base/types/iostate/case_label.cc +++ b/libstdc++-v3/testsuite/27_io/ios_base/types/iostate/case_label.cc @@ -2,7 +2,7 @@ // { dg-options "-Wall" } // -*- C++ -*- -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 Free Software Foundation, Inc. // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License as diff --git a/libstdc++-v3/testsuite/27_io/ios_base/types/iostate/constexpr_operators.cc b/libstdc++-v3/testsuite/27_io/ios_base/types/iostate/constexpr_operators.cc index 9aeb4ff2c129..9bcf38c9a051 100644 --- a/libstdc++-v3/testsuite/27_io/ios_base/types/iostate/constexpr_operators.cc +++ b/libstdc++-v3/testsuite/27_io/ios_base/types/iostate/constexpr_operators.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/27_io/ios_base/types/openmode/bitmask_operators.cc b/libstdc++-v3/testsuite/27_io/ios_base/types/openmode/bitmask_operators.cc index b174355e2394..5b9648355d00 100644 --- a/libstdc++-v3/testsuite/27_io/ios_base/types/openmode/bitmask_operators.cc +++ b/libstdc++-v3/testsuite/27_io/ios_base/types/openmode/bitmask_operators.cc @@ -1,7 +1,7 @@ // { dg-do compile } // -*- C++ -*- -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 Free Software Foundation, Inc. // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License as diff --git a/libstdc++-v3/testsuite/27_io/ios_base/types/openmode/case_label.cc b/libstdc++-v3/testsuite/27_io/ios_base/types/openmode/case_label.cc index 14a4984105b5..800caa8ec187 100644 --- a/libstdc++-v3/testsuite/27_io/ios_base/types/openmode/case_label.cc +++ b/libstdc++-v3/testsuite/27_io/ios_base/types/openmode/case_label.cc @@ -2,7 +2,7 @@ // { dg-options "-Wall" } // -*- C++ -*- -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 Free Software Foundation, Inc. // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License as diff --git a/libstdc++-v3/testsuite/27_io/ios_base/types/openmode/constexpr_operators.cc b/libstdc++-v3/testsuite/27_io/ios_base/types/openmode/constexpr_operators.cc index 3837dd511d8f..284c1fcf931d 100644 --- a/libstdc++-v3/testsuite/27_io/ios_base/types/openmode/constexpr_operators.cc +++ b/libstdc++-v3/testsuite/27_io/ios_base/types/openmode/constexpr_operators.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/27_io/ios_base/types/seekdir/case_label.cc b/libstdc++-v3/testsuite/27_io/ios_base/types/seekdir/case_label.cc index 0b59912f8d76..e35178f9e2a1 100644 --- a/libstdc++-v3/testsuite/27_io/ios_base/types/seekdir/case_label.cc +++ b/libstdc++-v3/testsuite/27_io/ios_base/types/seekdir/case_label.cc @@ -2,7 +2,7 @@ // { dg-options "-Wall" { target *-*-* } } // -*- C++ -*- -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 Free Software Foundation, Inc. // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License as diff --git a/libstdc++-v3/testsuite/27_io/manipulators/adjustfield/char/1.cc b/libstdc++-v3/testsuite/27_io/manipulators/adjustfield/char/1.cc index 59028350b936..82d2dd6e40f8 100644 --- a/libstdc++-v3/testsuite/27_io/manipulators/adjustfield/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/manipulators/adjustfield/char/1.cc @@ -1,6 +1,6 @@ // 981027 ncm work with libstdc++v3 -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/27_io/manipulators/adjustfield/char/2.cc b/libstdc++-v3/testsuite/27_io/manipulators/adjustfield/char/2.cc index 827abd28562a..38c1e274975b 100644 --- a/libstdc++-v3/testsuite/27_io/manipulators/adjustfield/char/2.cc +++ b/libstdc++-v3/testsuite/27_io/manipulators/adjustfield/char/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/27_io/manipulators/adjustfield/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/manipulators/adjustfield/wchar_t/1.cc index d8fea6d7f91b..ed4a21c7222f 100644 --- a/libstdc++-v3/testsuite/27_io/manipulators/adjustfield/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/manipulators/adjustfield/wchar_t/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/manipulators/adjustfield/wchar_t/2.cc b/libstdc++-v3/testsuite/27_io/manipulators/adjustfield/wchar_t/2.cc index 7809848d5600..24ec8d070194 100644 --- a/libstdc++-v3/testsuite/27_io/manipulators/adjustfield/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/27_io/manipulators/adjustfield/wchar_t/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/manipulators/basefield/char/1.cc b/libstdc++-v3/testsuite/27_io/manipulators/basefield/char/1.cc index 2912404b5682..c07e9f1e0516 100644 --- a/libstdc++-v3/testsuite/27_io/manipulators/basefield/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/manipulators/basefield/char/1.cc @@ -1,6 +1,6 @@ // 981027 ncm work with libstdc++v3 -// Copyright (C) 1997-2016 Free Software Foundation, Inc. +// Copyright (C) 1997-2017 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/27_io/manipulators/basefield/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/manipulators/basefield/wchar_t/1.cc index a8561bc2a4c1..7dc65a881335 100644 --- a/libstdc++-v3/testsuite/27_io/manipulators/basefield/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/manipulators/basefield/wchar_t/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/manipulators/extended/get_money/char/1.cc b/libstdc++-v3/testsuite/27_io/manipulators/extended/get_money/char/1.cc index 7f26e492829f..2e687e18462f 100644 --- a/libstdc++-v3/testsuite/27_io/manipulators/extended/get_money/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/manipulators/extended/get_money/char/1.cc @@ -3,7 +3,7 @@ // 2010-03-01 Paolo Carlini -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/27_io/manipulators/extended/get_money/char/51288.cc b/libstdc++-v3/testsuite/27_io/manipulators/extended/get_money/char/51288.cc index 3bc88a4aff66..25cd5e37ecf1 100644 --- a/libstdc++-v3/testsuite/27_io/manipulators/extended/get_money/char/51288.cc +++ b/libstdc++-v3/testsuite/27_io/manipulators/extended/get_money/char/51288.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-namedlocale "en_US.UTF-8" } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/27_io/manipulators/extended/get_money/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/manipulators/extended/get_money/wchar_t/1.cc index 9f1f1c28d464..29eca921b0d0 100644 --- a/libstdc++-v3/testsuite/27_io/manipulators/extended/get_money/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/manipulators/extended/get_money/wchar_t/1.cc @@ -3,7 +3,7 @@ // 2010-03-01 Paolo Carlini -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/27_io/manipulators/extended/get_money/wchar_t/51288.cc b/libstdc++-v3/testsuite/27_io/manipulators/extended/get_money/wchar_t/51288.cc index 1a87e504308b..6034cf555181 100644 --- a/libstdc++-v3/testsuite/27_io/manipulators/extended/get_money/wchar_t/51288.cc +++ b/libstdc++-v3/testsuite/27_io/manipulators/extended/get_money/wchar_t/51288.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-namedlocale "en_US.UTF-8" } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/27_io/manipulators/extended/get_time/char/1.cc b/libstdc++-v3/testsuite/27_io/manipulators/extended/get_time/char/1.cc index 57b142815e83..2db997ffe5a3 100644 --- a/libstdc++-v3/testsuite/27_io/manipulators/extended/get_time/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/manipulators/extended/get_time/char/1.cc @@ -2,7 +2,7 @@ // 2014-04-14 Rüdiger Sonderfeld -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/27_io/manipulators/extended/get_time/char/2.cc b/libstdc++-v3/testsuite/27_io/manipulators/extended/get_time/char/2.cc index 1a64cc4df427..0cfeaac61da3 100644 --- a/libstdc++-v3/testsuite/27_io/manipulators/extended/get_time/char/2.cc +++ b/libstdc++-v3/testsuite/27_io/manipulators/extended/get_time/char/2.cc @@ -3,7 +3,7 @@ // 2014-04-14 Rüdiger Sonderfeld -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/27_io/manipulators/extended/get_time/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/manipulators/extended/get_time/wchar_t/1.cc index 717e7139e1f9..a376089e5a54 100644 --- a/libstdc++-v3/testsuite/27_io/manipulators/extended/get_time/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/manipulators/extended/get_time/wchar_t/1.cc @@ -2,7 +2,7 @@ // 2014-04-14 Rüdiger Sonderfeld -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/27_io/manipulators/extended/get_time/wchar_t/2.cc b/libstdc++-v3/testsuite/27_io/manipulators/extended/get_time/wchar_t/2.cc index 44224613136c..cd29f7f45182 100644 --- a/libstdc++-v3/testsuite/27_io/manipulators/extended/get_time/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/27_io/manipulators/extended/get_time/wchar_t/2.cc @@ -3,7 +3,7 @@ // 2014-04-14 Rüdiger Sonderfeld -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/27_io/manipulators/extended/put_money/char/1.cc b/libstdc++-v3/testsuite/27_io/manipulators/extended/put_money/char/1.cc index 4f2fcd0c73c4..782a23d99c3e 100644 --- a/libstdc++-v3/testsuite/27_io/manipulators/extended/put_money/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/manipulators/extended/put_money/char/1.cc @@ -3,7 +3,7 @@ // 2010-03-01 Paolo Carlini -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/27_io/manipulators/extended/put_money/char/51288.cc b/libstdc++-v3/testsuite/27_io/manipulators/extended/put_money/char/51288.cc index aa892b041ff3..3b92b099a7fa 100644 --- a/libstdc++-v3/testsuite/27_io/manipulators/extended/put_money/char/51288.cc +++ b/libstdc++-v3/testsuite/27_io/manipulators/extended/put_money/char/51288.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-namedlocale "en_US.UTF-8" } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/27_io/manipulators/extended/put_money/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/manipulators/extended/put_money/wchar_t/1.cc index 9dde3989a022..76cc0793d2d2 100644 --- a/libstdc++-v3/testsuite/27_io/manipulators/extended/put_money/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/manipulators/extended/put_money/wchar_t/1.cc @@ -3,7 +3,7 @@ // 2010-03-01 Paolo Carlini -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/27_io/manipulators/extended/put_money/wchar_t/51288.cc b/libstdc++-v3/testsuite/27_io/manipulators/extended/put_money/wchar_t/51288.cc index e5158787f2d5..89c3355d4a4c 100644 --- a/libstdc++-v3/testsuite/27_io/manipulators/extended/put_money/wchar_t/51288.cc +++ b/libstdc++-v3/testsuite/27_io/manipulators/extended/put_money/wchar_t/51288.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-namedlocale "en_US.UTF-8" } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/27_io/manipulators/extended/put_time/char/1.cc b/libstdc++-v3/testsuite/27_io/manipulators/extended/put_time/char/1.cc index 46b728c91428..f4d08b63ea45 100644 --- a/libstdc++-v3/testsuite/27_io/manipulators/extended/put_time/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/manipulators/extended/put_time/char/1.cc @@ -2,7 +2,7 @@ // 2014-04-14 Rüdiger Sonderfeld -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/27_io/manipulators/extended/put_time/char/2.cc b/libstdc++-v3/testsuite/27_io/manipulators/extended/put_time/char/2.cc index fd3b2f824aa9..561cac1e1488 100644 --- a/libstdc++-v3/testsuite/27_io/manipulators/extended/put_time/char/2.cc +++ b/libstdc++-v3/testsuite/27_io/manipulators/extended/put_time/char/2.cc @@ -3,7 +3,7 @@ // 2014-04-14 Rüdiger Sonderfeld -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/27_io/manipulators/extended/put_time/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/manipulators/extended/put_time/wchar_t/1.cc index 7edb10a7edd9..ccf007cb1138 100644 --- a/libstdc++-v3/testsuite/27_io/manipulators/extended/put_time/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/manipulators/extended/put_time/wchar_t/1.cc @@ -2,7 +2,7 @@ // 2014-04-14 Rüdiger Sonderfeld -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/27_io/manipulators/extended/put_time/wchar_t/2.cc b/libstdc++-v3/testsuite/27_io/manipulators/extended/put_time/wchar_t/2.cc index af2fa26e46f2..b42391413674 100644 --- a/libstdc++-v3/testsuite/27_io/manipulators/extended/put_time/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/27_io/manipulators/extended/put_time/wchar_t/2.cc @@ -3,7 +3,7 @@ // 2014-04-14 Rüdiger Sonderfeld -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/27_io/manipulators/standard/char/1.cc b/libstdc++-v3/testsuite/27_io/manipulators/standard/char/1.cc index 0bcd8027d3d8..240fbb52d78a 100644 --- a/libstdc++-v3/testsuite/27_io/manipulators/standard/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/manipulators/standard/char/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/27_io/manipulators/standard/char/2.cc b/libstdc++-v3/testsuite/27_io/manipulators/standard/char/2.cc index cc5505b2c373..cf908eb40c1f 100644 --- a/libstdc++-v3/testsuite/27_io/manipulators/standard/char/2.cc +++ b/libstdc++-v3/testsuite/27_io/manipulators/standard/char/2.cc @@ -1,6 +1,6 @@ // { dg-options "-fno-implicit-templates" } -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/manipulators/standard/char/60270.cc b/libstdc++-v3/testsuite/27_io/manipulators/standard/char/60270.cc index 4fe722df6b28..ab424eb3f812 100644 --- a/libstdc++-v3/testsuite/27_io/manipulators/standard/char/60270.cc +++ b/libstdc++-v3/testsuite/27_io/manipulators/standard/char/60270.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/27_io/manipulators/standard/char/dr2344.cc b/libstdc++-v3/testsuite/27_io/manipulators/standard/char/dr2344.cc index b7de0df1436f..43013b764738 100644 --- a/libstdc++-v3/testsuite/27_io/manipulators/standard/char/dr2344.cc +++ b/libstdc++-v3/testsuite/27_io/manipulators/standard/char/dr2344.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/27_io/manipulators/standard/char/quoted.cc b/libstdc++-v3/testsuite/27_io/manipulators/standard/char/quoted.cc index 540e3607269f..8fc701563ef8 100644 --- a/libstdc++-v3/testsuite/27_io/manipulators/standard/char/quoted.cc +++ b/libstdc++-v3/testsuite/27_io/manipulators/standard/char/quoted.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/27_io/manipulators/standard/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/manipulators/standard/wchar_t/1.cc index 9c7c97802eb0..ea15d2b69af7 100644 --- a/libstdc++-v3/testsuite/27_io/manipulators/standard/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/manipulators/standard/wchar_t/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/manipulators/standard/wchar_t/2.cc b/libstdc++-v3/testsuite/27_io/manipulators/standard/wchar_t/2.cc index 397e0e212fbb..6f0be69ea8f2 100644 --- a/libstdc++-v3/testsuite/27_io/manipulators/standard/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/27_io/manipulators/standard/wchar_t/2.cc @@ -1,6 +1,6 @@ // { dg-options "-fno-implicit-templates" } -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/manipulators/standard/wchar_t/dr2344.cc b/libstdc++-v3/testsuite/27_io/manipulators/standard/wchar_t/dr2344.cc index 4b7dad66071e..3ce95f629737 100644 --- a/libstdc++-v3/testsuite/27_io/manipulators/standard/wchar_t/dr2344.cc +++ b/libstdc++-v3/testsuite/27_io/manipulators/standard/wchar_t/dr2344.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/27_io/manipulators/standard/wchar_t/quoted.cc b/libstdc++-v3/testsuite/27_io/manipulators/standard/wchar_t/quoted.cc index 4297731107b4..b58a6b98e68f 100644 --- a/libstdc++-v3/testsuite/27_io/manipulators/standard/wchar_t/quoted.cc +++ b/libstdc++-v3/testsuite/27_io/manipulators/standard/wchar_t/quoted.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/27_io/objects/char/1.cc b/libstdc++-v3/testsuite/27_io/objects/char/1.cc index bed0b6285e30..28c3d584bf73 100644 --- a/libstdc++-v3/testsuite/27_io/objects/char/1.cc +++ b/libstdc++-v3/testsuite/27_io/objects/char/1.cc @@ -1,6 +1,6 @@ // 2000-08-02 bkoz -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/27_io/objects/char/10.cc b/libstdc++-v3/testsuite/27_io/objects/char/10.cc index bd7d6a5f0d6d..0c23f45e2e62 100644 --- a/libstdc++-v3/testsuite/27_io/objects/char/10.cc +++ b/libstdc++-v3/testsuite/27_io/objects/char/10.cc @@ -1,6 +1,6 @@ // 2003-05-01 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/objects/char/12048-1.cc b/libstdc++-v3/testsuite/27_io/objects/char/12048-1.cc index e12f8da7e158..326492aab0f7 100644 --- a/libstdc++-v3/testsuite/27_io/objects/char/12048-1.cc +++ b/libstdc++-v3/testsuite/27_io/objects/char/12048-1.cc @@ -1,7 +1,7 @@ // Derived from libstdc++/12048 by LJR with // reminder from Petur Runolfsson . -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/objects/char/12048-2.cc b/libstdc++-v3/testsuite/27_io/objects/char/12048-2.cc index 27343f2a79bb..d18a34b0be67 100644 --- a/libstdc++-v3/testsuite/27_io/objects/char/12048-2.cc +++ b/libstdc++-v3/testsuite/27_io/objects/char/12048-2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/objects/char/12048-3.cc b/libstdc++-v3/testsuite/27_io/objects/char/12048-3.cc index 7c99c75e0e29..64bbac4d9426 100644 --- a/libstdc++-v3/testsuite/27_io/objects/char/12048-3.cc +++ b/libstdc++-v3/testsuite/27_io/objects/char/12048-3.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/objects/char/12048-4.cc b/libstdc++-v3/testsuite/27_io/objects/char/12048-4.cc index 74350f5b1ece..b3e9faa148bf 100644 --- a/libstdc++-v3/testsuite/27_io/objects/char/12048-4.cc +++ b/libstdc++-v3/testsuite/27_io/objects/char/12048-4.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/objects/char/12048-5.cc b/libstdc++-v3/testsuite/27_io/objects/char/12048-5.cc index 582ba35528fa..0ec2e1231747 100644 --- a/libstdc++-v3/testsuite/27_io/objects/char/12048-5.cc +++ b/libstdc++-v3/testsuite/27_io/objects/char/12048-5.cc @@ -1,7 +1,7 @@ // Derived from libstdc++/12048 by LJR with // reminder from Petur Runolfsson . -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/objects/char/2.cc b/libstdc++-v3/testsuite/27_io/objects/char/2.cc index 9dc196fb3001..e77110f2ded6 100644 --- a/libstdc++-v3/testsuite/27_io/objects/char/2.cc +++ b/libstdc++-v3/testsuite/27_io/objects/char/2.cc @@ -1,6 +1,6 @@ // 2000-08-02 bkoz -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/27_io/objects/char/2523-1_xin.cc b/libstdc++-v3/testsuite/27_io/objects/char/2523-1_xin.cc index 28a487844c0c..0e41e817705c 100644 --- a/libstdc++-v3/testsuite/27_io/objects/char/2523-1_xin.cc +++ b/libstdc++-v3/testsuite/27_io/objects/char/2523-1_xin.cc @@ -1,6 +1,6 @@ // 2000-08-02 bkoz -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/27_io/objects/char/2523-2_xin.cc b/libstdc++-v3/testsuite/27_io/objects/char/2523-2_xin.cc index c4dffea79115..3fd9567b45a3 100644 --- a/libstdc++-v3/testsuite/27_io/objects/char/2523-2_xin.cc +++ b/libstdc++-v3/testsuite/27_io/objects/char/2523-2_xin.cc @@ -1,6 +1,6 @@ // 2000-08-02 bkoz -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/27_io/objects/char/3045.cc b/libstdc++-v3/testsuite/27_io/objects/char/3045.cc index baa81353b6c6..65619091f768 100644 --- a/libstdc++-v3/testsuite/27_io/objects/char/3045.cc +++ b/libstdc++-v3/testsuite/27_io/objects/char/3045.cc @@ -1,6 +1,6 @@ // 2001-06-05 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/objects/char/3647.cc b/libstdc++-v3/testsuite/27_io/objects/char/3647.cc index f9b4a803654f..4668ceaa7396 100644 --- a/libstdc++-v3/testsuite/27_io/objects/char/3647.cc +++ b/libstdc++-v3/testsuite/27_io/objects/char/3647.cc @@ -1,6 +1,6 @@ // 2002-01-08 bkoz -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/27_io/objects/char/3_xin.cc b/libstdc++-v3/testsuite/27_io/objects/char/3_xin.cc index 94586a744e05..e6088dd94813 100644 --- a/libstdc++-v3/testsuite/27_io/objects/char/3_xin.cc +++ b/libstdc++-v3/testsuite/27_io/objects/char/3_xin.cc @@ -1,6 +1,6 @@ // 2000-08-02 bkoz -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/27_io/objects/char/41037.cc b/libstdc++-v3/testsuite/27_io/objects/char/41037.cc index 0a1b248e10cb..57204d65de45 100644 --- a/libstdc++-v3/testsuite/27_io/objects/char/41037.cc +++ b/libstdc++-v3/testsuite/27_io/objects/char/41037.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/27_io/objects/char/4_xin.cc b/libstdc++-v3/testsuite/27_io/objects/char/4_xin.cc index f328c7ca5ec3..c69e7404d7d1 100644 --- a/libstdc++-v3/testsuite/27_io/objects/char/4_xin.cc +++ b/libstdc++-v3/testsuite/27_io/objects/char/4_xin.cc @@ -1,6 +1,6 @@ // 2000-08-02 bkoz -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/27_io/objects/char/5.cc b/libstdc++-v3/testsuite/27_io/objects/char/5.cc index 24abdee0cde9..cd6176e2cdff 100644 --- a/libstdc++-v3/testsuite/27_io/objects/char/5.cc +++ b/libstdc++-v3/testsuite/27_io/objects/char/5.cc @@ -1,6 +1,6 @@ // 2003-04-26 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/objects/char/5268.cc b/libstdc++-v3/testsuite/27_io/objects/char/5268.cc index e770f9947764..682144792158 100644 --- a/libstdc++-v3/testsuite/27_io/objects/char/5268.cc +++ b/libstdc++-v3/testsuite/27_io/objects/char/5268.cc @@ -1,6 +1,6 @@ // 2001-06-05 Benjamin Kosnik -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/objects/char/5280_xin.cc b/libstdc++-v3/testsuite/27_io/objects/char/5280_xin.cc index 3c2767c23b19..a97e967cc135 100644 --- a/libstdc++-v3/testsuite/27_io/objects/char/5280_xin.cc +++ b/libstdc++-v3/testsuite/27_io/objects/char/5280_xin.cc @@ -1,6 +1,6 @@ // 2000-08-02 bkoz -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/27_io/objects/char/6.cc b/libstdc++-v3/testsuite/27_io/objects/char/6.cc index 247ba04a2214..6345d156ad45 100644 --- a/libstdc++-v3/testsuite/27_io/objects/char/6.cc +++ b/libstdc++-v3/testsuite/27_io/objects/char/6.cc @@ -1,6 +1,6 @@ // 2003-04-26 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/objects/char/6548_xin.cc b/libstdc++-v3/testsuite/27_io/objects/char/6548_xin.cc index de8730c56ba6..8633d881dfba 100644 --- a/libstdc++-v3/testsuite/27_io/objects/char/6548_xin.cc +++ b/libstdc++-v3/testsuite/27_io/objects/char/6548_xin.cc @@ -1,6 +1,6 @@ // 2000-08-02 bkoz -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/27_io/objects/char/6648-1_xin.cc b/libstdc++-v3/testsuite/27_io/objects/char/6648-1_xin.cc index a4d8a2eae162..c6125d15ae3c 100644 --- a/libstdc++-v3/testsuite/27_io/objects/char/6648-1_xin.cc +++ b/libstdc++-v3/testsuite/27_io/objects/char/6648-1_xin.cc @@ -1,6 +1,6 @@ // 2000-08-02 bkoz -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/27_io/objects/char/6648-2_xin.cc b/libstdc++-v3/testsuite/27_io/objects/char/6648-2_xin.cc index b74a3004e62d..9d0d51521549 100644 --- a/libstdc++-v3/testsuite/27_io/objects/char/6648-2_xin.cc +++ b/libstdc++-v3/testsuite/27_io/objects/char/6648-2_xin.cc @@ -1,6 +1,6 @@ // 2000-08-02 bkoz -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/27_io/objects/char/7.cc b/libstdc++-v3/testsuite/27_io/objects/char/7.cc index f016c04df881..5340937f4ff9 100644 --- a/libstdc++-v3/testsuite/27_io/objects/char/7.cc +++ b/libstdc++-v3/testsuite/27_io/objects/char/7.cc @@ -3,7 +3,7 @@ // 2003-04-26 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/objects/char/7744_xin.cc b/libstdc++-v3/testsuite/27_io/objects/char/7744_xin.cc index 761836795fc7..d0b17fa3da15 100644 --- a/libstdc++-v3/testsuite/27_io/objects/char/7744_xin.cc +++ b/libstdc++-v3/testsuite/27_io/objects/char/7744_xin.cc @@ -1,6 +1,6 @@ // 2000-08-02 bkoz -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/27_io/objects/char/8.cc b/libstdc++-v3/testsuite/27_io/objects/char/8.cc index d43f4cf506e4..ea3cb2c087ec 100644 --- a/libstdc++-v3/testsuite/27_io/objects/char/8.cc +++ b/libstdc++-v3/testsuite/27_io/objects/char/8.cc @@ -1,6 +1,6 @@ // 2003-04-28 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/objects/char/9.cc b/libstdc++-v3/testsuite/27_io/objects/char/9.cc index a36807aad00e..8de5aa2cbb9d 100644 --- a/libstdc++-v3/testsuite/27_io/objects/char/9.cc +++ b/libstdc++-v3/testsuite/27_io/objects/char/9.cc @@ -1,6 +1,6 @@ // 2003-05-01 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/objects/char/9661-1.cc b/libstdc++-v3/testsuite/27_io/objects/char/9661-1.cc index 12da7c9940ce..d4bd8d6c2478 100644 --- a/libstdc++-v3/testsuite/27_io/objects/char/9661-1.cc +++ b/libstdc++-v3/testsuite/27_io/objects/char/9661-1.cc @@ -3,7 +3,7 @@ // 2003-04-30 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/objects/char/9661-2_xin.cc b/libstdc++-v3/testsuite/27_io/objects/char/9661-2_xin.cc index 68f8eaada4eb..b5763ccbf0a4 100644 --- a/libstdc++-v3/testsuite/27_io/objects/char/9661-2_xin.cc +++ b/libstdc++-v3/testsuite/27_io/objects/char/9661-2_xin.cc @@ -1,6 +1,6 @@ // 2003-04-30 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/objects/char/dr455.cc b/libstdc++-v3/testsuite/27_io/objects/char/dr455.cc index 6ae017bca0b9..e8e95e422b19 100644 --- a/libstdc++-v3/testsuite/27_io/objects/char/dr455.cc +++ b/libstdc++-v3/testsuite/27_io/objects/char/dr455.cc @@ -1,6 +1,6 @@ // 2006-03-08 Paolo Carlini -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/27_io/objects/wchar_t/1.cc b/libstdc++-v3/testsuite/27_io/objects/wchar_t/1.cc index 1c5992726bd9..e4182ffcba04 100644 --- a/libstdc++-v3/testsuite/27_io/objects/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/27_io/objects/wchar_t/1.cc @@ -1,6 +1,6 @@ // 2003-05-01 Petur Runolfsson -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/27_io/objects/wchar_t/10.cc b/libstdc++-v3/testsuite/27_io/objects/wchar_t/10.cc index b6fae902f736..506db4114226 100644 --- a/libstdc++-v3/testsuite/27_io/objects/wchar_t/10.cc +++ b/libstdc++-v3/testsuite/27_io/objects/wchar_t/10.cc @@ -2,7 +2,7 @@ // 2003-05-01 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/objects/wchar_t/11.cc b/libstdc++-v3/testsuite/27_io/objects/wchar_t/11.cc index 560d9e715436..b82d185154e7 100644 --- a/libstdc++-v3/testsuite/27_io/objects/wchar_t/11.cc +++ b/libstdc++-v3/testsuite/27_io/objects/wchar_t/11.cc @@ -2,7 +2,7 @@ // 2003-05-01 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/objects/wchar_t/12.cc b/libstdc++-v3/testsuite/27_io/objects/wchar_t/12.cc index 90481c93bbd8..3936b6943ad1 100644 --- a/libstdc++-v3/testsuite/27_io/objects/wchar_t/12.cc +++ b/libstdc++-v3/testsuite/27_io/objects/wchar_t/12.cc @@ -2,7 +2,7 @@ // 2003-09-04 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/objects/wchar_t/12048-1.cc b/libstdc++-v3/testsuite/27_io/objects/wchar_t/12048-1.cc index 6daf79c447a2..939a323a7aa9 100644 --- a/libstdc++-v3/testsuite/27_io/objects/wchar_t/12048-1.cc +++ b/libstdc++-v3/testsuite/27_io/objects/wchar_t/12048-1.cc @@ -1,7 +1,7 @@ // Derived from libstdc++/12048 by LJR with // reminder from Petur Runolfsson . -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/objects/wchar_t/12048-2.cc b/libstdc++-v3/testsuite/27_io/objects/wchar_t/12048-2.cc index e9b1a502339d..9fef592339f0 100644 --- a/libstdc++-v3/testsuite/27_io/objects/wchar_t/12048-2.cc +++ b/libstdc++-v3/testsuite/27_io/objects/wchar_t/12048-2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/objects/wchar_t/12048-3.cc b/libstdc++-v3/testsuite/27_io/objects/wchar_t/12048-3.cc index 0b017baec802..12f9a4191ed6 100644 --- a/libstdc++-v3/testsuite/27_io/objects/wchar_t/12048-3.cc +++ b/libstdc++-v3/testsuite/27_io/objects/wchar_t/12048-3.cc @@ -1,7 +1,7 @@ // Derived from libstdc++/12048 by LJR with // reminder from Petur Runolfsson . -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/objects/wchar_t/12048-4.cc b/libstdc++-v3/testsuite/27_io/objects/wchar_t/12048-4.cc index 72b2cacfa175..69a5fdb5fcc8 100644 --- a/libstdc++-v3/testsuite/27_io/objects/wchar_t/12048-4.cc +++ b/libstdc++-v3/testsuite/27_io/objects/wchar_t/12048-4.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/objects/wchar_t/12048-5.cc b/libstdc++-v3/testsuite/27_io/objects/wchar_t/12048-5.cc index 1b7c9eb20c9a..39dd75ea94a5 100644 --- a/libstdc++-v3/testsuite/27_io/objects/wchar_t/12048-5.cc +++ b/libstdc++-v3/testsuite/27_io/objects/wchar_t/12048-5.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/objects/wchar_t/13.cc b/libstdc++-v3/testsuite/27_io/objects/wchar_t/13.cc index 6955a775d1f5..4362fc99097a 100644 --- a/libstdc++-v3/testsuite/27_io/objects/wchar_t/13.cc +++ b/libstdc++-v3/testsuite/27_io/objects/wchar_t/13.cc @@ -2,7 +2,7 @@ // 2003-09-04 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/objects/wchar_t/13582-1_xin.cc b/libstdc++-v3/testsuite/27_io/objects/wchar_t/13582-1_xin.cc index b02e886a1d5a..103efca728b4 100644 --- a/libstdc++-v3/testsuite/27_io/objects/wchar_t/13582-1_xin.cc +++ b/libstdc++-v3/testsuite/27_io/objects/wchar_t/13582-1_xin.cc @@ -1,6 +1,6 @@ // 2004-01-11 Petur Runolfsson -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/27_io/objects/wchar_t/2.cc b/libstdc++-v3/testsuite/27_io/objects/wchar_t/2.cc index d2f7f70ebe29..aacfd56839bf 100644 --- a/libstdc++-v3/testsuite/27_io/objects/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/27_io/objects/wchar_t/2.cc @@ -1,6 +1,6 @@ // 2003-05-01 Petur Runolfsson -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/27_io/objects/wchar_t/2523-1_xin.cc b/libstdc++-v3/testsuite/27_io/objects/wchar_t/2523-1_xin.cc index ea363342bb74..a6a4b6eb96ac 100644 --- a/libstdc++-v3/testsuite/27_io/objects/wchar_t/2523-1_xin.cc +++ b/libstdc++-v3/testsuite/27_io/objects/wchar_t/2523-1_xin.cc @@ -1,6 +1,6 @@ // 2003-05-01 Petur Runolfsson -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/27_io/objects/wchar_t/2523-2_xin.cc b/libstdc++-v3/testsuite/27_io/objects/wchar_t/2523-2_xin.cc index e3a648689d73..ea6fa232e9ad 100644 --- a/libstdc++-v3/testsuite/27_io/objects/wchar_t/2523-2_xin.cc +++ b/libstdc++-v3/testsuite/27_io/objects/wchar_t/2523-2_xin.cc @@ -1,6 +1,6 @@ // 2003-05-01 Petur Runolfsson -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/27_io/objects/wchar_t/3045.cc b/libstdc++-v3/testsuite/27_io/objects/wchar_t/3045.cc index c654a0524430..0f4fac17ef54 100644 --- a/libstdc++-v3/testsuite/27_io/objects/wchar_t/3045.cc +++ b/libstdc++-v3/testsuite/27_io/objects/wchar_t/3045.cc @@ -1,6 +1,6 @@ // 2003-05-01 Petur Runolfsson -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/objects/wchar_t/3647.cc b/libstdc++-v3/testsuite/27_io/objects/wchar_t/3647.cc index c51bbfd20ef5..4950afb06396 100644 --- a/libstdc++-v3/testsuite/27_io/objects/wchar_t/3647.cc +++ b/libstdc++-v3/testsuite/27_io/objects/wchar_t/3647.cc @@ -1,6 +1,6 @@ // 2003-05-01 Petur Runolfsson -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/27_io/objects/wchar_t/3_xin.cc b/libstdc++-v3/testsuite/27_io/objects/wchar_t/3_xin.cc index 11cbb54d37b0..866df12414dd 100644 --- a/libstdc++-v3/testsuite/27_io/objects/wchar_t/3_xin.cc +++ b/libstdc++-v3/testsuite/27_io/objects/wchar_t/3_xin.cc @@ -1,6 +1,6 @@ // 2003-05-01 Petur Runolfsson -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/27_io/objects/wchar_t/41037.cc b/libstdc++-v3/testsuite/27_io/objects/wchar_t/41037.cc index 4177062496c2..2b7fa3b813bb 100644 --- a/libstdc++-v3/testsuite/27_io/objects/wchar_t/41037.cc +++ b/libstdc++-v3/testsuite/27_io/objects/wchar_t/41037.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/27_io/objects/wchar_t/4_xin.cc b/libstdc++-v3/testsuite/27_io/objects/wchar_t/4_xin.cc index cb9c78d2212f..86521688dff5 100644 --- a/libstdc++-v3/testsuite/27_io/objects/wchar_t/4_xin.cc +++ b/libstdc++-v3/testsuite/27_io/objects/wchar_t/4_xin.cc @@ -1,6 +1,6 @@ // 2003-05-01 Petur Runolfsson -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/27_io/objects/wchar_t/5.cc b/libstdc++-v3/testsuite/27_io/objects/wchar_t/5.cc index 578bef1f498e..318835baf89e 100644 --- a/libstdc++-v3/testsuite/27_io/objects/wchar_t/5.cc +++ b/libstdc++-v3/testsuite/27_io/objects/wchar_t/5.cc @@ -1,6 +1,6 @@ // 2003-05-01 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/objects/wchar_t/5268.cc b/libstdc++-v3/testsuite/27_io/objects/wchar_t/5268.cc index 0f6be93a625d..7f95a320e260 100644 --- a/libstdc++-v3/testsuite/27_io/objects/wchar_t/5268.cc +++ b/libstdc++-v3/testsuite/27_io/objects/wchar_t/5268.cc @@ -1,6 +1,6 @@ // 2003-05-01 Petur Runolfsson -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/27_io/objects/wchar_t/5280_xin.cc b/libstdc++-v3/testsuite/27_io/objects/wchar_t/5280_xin.cc index e794e84ac109..c51beab5a8d1 100644 --- a/libstdc++-v3/testsuite/27_io/objects/wchar_t/5280_xin.cc +++ b/libstdc++-v3/testsuite/27_io/objects/wchar_t/5280_xin.cc @@ -1,6 +1,6 @@ // 2003-05-01 Petur Runolfsson -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/27_io/objects/wchar_t/6.cc b/libstdc++-v3/testsuite/27_io/objects/wchar_t/6.cc index b37fef2c3ac8..d9850682d2c1 100644 --- a/libstdc++-v3/testsuite/27_io/objects/wchar_t/6.cc +++ b/libstdc++-v3/testsuite/27_io/objects/wchar_t/6.cc @@ -1,6 +1,6 @@ // 2003-05-01 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/objects/wchar_t/6548_xin.cc b/libstdc++-v3/testsuite/27_io/objects/wchar_t/6548_xin.cc index 71aa93af9139..f8a1c688cbc9 100644 --- a/libstdc++-v3/testsuite/27_io/objects/wchar_t/6548_xin.cc +++ b/libstdc++-v3/testsuite/27_io/objects/wchar_t/6548_xin.cc @@ -1,6 +1,6 @@ // 2003-05-01 Petur Runolfsson -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/27_io/objects/wchar_t/6648-1_xin.cc b/libstdc++-v3/testsuite/27_io/objects/wchar_t/6648-1_xin.cc index 30297cdd040a..9639d8330797 100644 --- a/libstdc++-v3/testsuite/27_io/objects/wchar_t/6648-1_xin.cc +++ b/libstdc++-v3/testsuite/27_io/objects/wchar_t/6648-1_xin.cc @@ -1,6 +1,6 @@ // 2003-05-01 Petur Runolfsson -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/27_io/objects/wchar_t/6648-2_xin.cc b/libstdc++-v3/testsuite/27_io/objects/wchar_t/6648-2_xin.cc index 9937f6904bcc..1c08678f5f22 100644 --- a/libstdc++-v3/testsuite/27_io/objects/wchar_t/6648-2_xin.cc +++ b/libstdc++-v3/testsuite/27_io/objects/wchar_t/6648-2_xin.cc @@ -1,6 +1,6 @@ // 2003-05-01 Petur Runolfsson -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/27_io/objects/wchar_t/7.cc b/libstdc++-v3/testsuite/27_io/objects/wchar_t/7.cc index 3e63fe011445..d9189a78eb70 100644 --- a/libstdc++-v3/testsuite/27_io/objects/wchar_t/7.cc +++ b/libstdc++-v3/testsuite/27_io/objects/wchar_t/7.cc @@ -3,7 +3,7 @@ // 2003-05-01 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/objects/wchar_t/7744_xin.cc b/libstdc++-v3/testsuite/27_io/objects/wchar_t/7744_xin.cc index b166f27bd577..89af797591cb 100644 --- a/libstdc++-v3/testsuite/27_io/objects/wchar_t/7744_xin.cc +++ b/libstdc++-v3/testsuite/27_io/objects/wchar_t/7744_xin.cc @@ -1,6 +1,6 @@ // 2003-05-01 Petur Runolfsson -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/27_io/objects/wchar_t/8.cc b/libstdc++-v3/testsuite/27_io/objects/wchar_t/8.cc index a389c349e24c..a3e6ca895d10 100644 --- a/libstdc++-v3/testsuite/27_io/objects/wchar_t/8.cc +++ b/libstdc++-v3/testsuite/27_io/objects/wchar_t/8.cc @@ -1,6 +1,6 @@ // 2003-05-01 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/objects/wchar_t/9520.cc b/libstdc++-v3/testsuite/27_io/objects/wchar_t/9520.cc index a2c5b8ff40bf..781f0b6b1847 100644 --- a/libstdc++-v3/testsuite/27_io/objects/wchar_t/9520.cc +++ b/libstdc++-v3/testsuite/27_io/objects/wchar_t/9520.cc @@ -2,7 +2,7 @@ // 2003-04-30 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/objects/wchar_t/9661-1.cc b/libstdc++-v3/testsuite/27_io/objects/wchar_t/9661-1.cc index b2e595706d56..5cf3936f5dee 100644 --- a/libstdc++-v3/testsuite/27_io/objects/wchar_t/9661-1.cc +++ b/libstdc++-v3/testsuite/27_io/objects/wchar_t/9661-1.cc @@ -3,7 +3,7 @@ // 2003-04-30 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/objects/wchar_t/9661-2_xin.cc b/libstdc++-v3/testsuite/27_io/objects/wchar_t/9661-2_xin.cc index 61919b2380e9..b30a3ca88802 100644 --- a/libstdc++-v3/testsuite/27_io/objects/wchar_t/9661-2_xin.cc +++ b/libstdc++-v3/testsuite/27_io/objects/wchar_t/9661-2_xin.cc @@ -1,6 +1,6 @@ // 2003-04-30 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/objects/wchar_t/9662.cc b/libstdc++-v3/testsuite/27_io/objects/wchar_t/9662.cc index c005a0d21439..3b285bf7cd8c 100644 --- a/libstdc++-v3/testsuite/27_io/objects/wchar_t/9662.cc +++ b/libstdc++-v3/testsuite/27_io/objects/wchar_t/9662.cc @@ -1,6 +1,6 @@ // 2003-04-30 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/objects/wchar_t/9_xin.cc b/libstdc++-v3/testsuite/27_io/objects/wchar_t/9_xin.cc index aa6e208b4d7b..ddbbe7a7b705 100644 --- a/libstdc++-v3/testsuite/27_io/objects/wchar_t/9_xin.cc +++ b/libstdc++-v3/testsuite/27_io/objects/wchar_t/9_xin.cc @@ -1,6 +1,6 @@ // 2003-05-01 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/objects/wchar_t/dr455.cc b/libstdc++-v3/testsuite/27_io/objects/wchar_t/dr455.cc index 13fd21813fb8..040812b7120c 100644 --- a/libstdc++-v3/testsuite/27_io/objects/wchar_t/dr455.cc +++ b/libstdc++-v3/testsuite/27_io/objects/wchar_t/dr455.cc @@ -1,6 +1,6 @@ // 2006-03-08 Paolo Carlini -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/27_io/rvalue_streams-2.cc b/libstdc++-v3/testsuite/27_io/rvalue_streams-2.cc index 19e855954afd..2b46aa1cc69e 100644 --- a/libstdc++-v3/testsuite/27_io/rvalue_streams-2.cc +++ b/libstdc++-v3/testsuite/27_io/rvalue_streams-2.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/27_io/rvalue_streams.cc b/libstdc++-v3/testsuite/27_io/rvalue_streams.cc index f232c11d18d1..bb9385f5f2e5 100644 --- a/libstdc++-v3/testsuite/27_io/rvalue_streams.cc +++ b/libstdc++-v3/testsuite/27_io/rvalue_streams.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/27_io/types/1.cc b/libstdc++-v3/testsuite/27_io/types/1.cc index 9fec273582f0..88f6ff868d7a 100644 --- a/libstdc++-v3/testsuite/27_io/types/1.cc +++ b/libstdc++-v3/testsuite/27_io/types/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/27_io/types/2.cc b/libstdc++-v3/testsuite/27_io/types/2.cc index 633ae8fa0e34..fb92d2abd2c6 100644 --- a/libstdc++-v3/testsuite/27_io/types/2.cc +++ b/libstdc++-v3/testsuite/27_io/types/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/27_io/types/3.cc b/libstdc++-v3/testsuite/27_io/types/3.cc index 4c253be8d884..007dc67dba76 100644 --- a/libstdc++-v3/testsuite/27_io/types/3.cc +++ b/libstdc++-v3/testsuite/27_io/types/3.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/28_regex/algorithms/regex_match/awk/cstring_01.cc b/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/awk/cstring_01.cc index 08798babbb5e..7829fb4d38e6 100644 --- a/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/awk/cstring_01.cc +++ b/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/awk/cstring_01.cc @@ -3,7 +3,7 @@ // // 2013-08-26 Tim Shen // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/28_regex/algorithms/regex_match/basic/empty_range.cc b/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/basic/empty_range.cc index d53cfdfb8fb1..bab41d5ac5c8 100644 --- a/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/basic/empty_range.cc +++ b/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/basic/empty_range.cc @@ -3,7 +3,7 @@ // // 2013-08-26 Tim Shen // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/28_regex/algorithms/regex_match/basic/string_01.cc b/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/basic/string_01.cc index 1e442e911224..c3c69116eba2 100644 --- a/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/basic/string_01.cc +++ b/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/basic/string_01.cc @@ -3,7 +3,7 @@ // // 2010-06-11 Stephen M. Webb // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/algorithms/regex_match/basic/string_range_00_03.cc b/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/basic/string_range_00_03.cc index 82737192ea9e..c146e8a7e77e 100644 --- a/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/basic/string_range_00_03.cc +++ b/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/basic/string_range_00_03.cc @@ -3,7 +3,7 @@ // // 2010-06-16 Stephen M. Webb // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/algorithms/regex_match/basic/string_range_01_03.cc b/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/basic/string_range_01_03.cc index 799b804a5163..3b03d06bc236 100644 --- a/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/basic/string_range_01_03.cc +++ b/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/basic/string_range_01_03.cc @@ -3,7 +3,7 @@ // // 2010-06-16 Stephen M. Webb // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/algorithms/regex_match/basic/string_range_02_03.cc b/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/basic/string_range_02_03.cc index 0ec594e83a61..656b42d7b2e2 100644 --- a/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/basic/string_range_02_03.cc +++ b/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/basic/string_range_02_03.cc @@ -3,7 +3,7 @@ // // 2010-06-16 Stephen M. Webb // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/algorithms/regex_match/cstring_bracket_01.cc b/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/cstring_bracket_01.cc index d3acf5ea19be..9ab851f14360 100644 --- a/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/cstring_bracket_01.cc +++ b/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/cstring_bracket_01.cc @@ -3,7 +3,7 @@ // // 2013-08-01 Tim Shen // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/28_regex/algorithms/regex_match/dr2329_neg.cc b/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/dr2329_neg.cc index e6a683c5ea69..060e6ad64ce2 100644 --- a/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/dr2329_neg.cc +++ b/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/dr2329_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/28_regex/algorithms/regex_match/ecma/char/53622.cc b/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/53622.cc index 82cf96b8752c..6c65c3750e04 100644 --- a/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/53622.cc +++ b/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/53622.cc @@ -3,7 +3,7 @@ // // 2013-07-23 Tim Shen // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/28_regex/algorithms/regex_match/ecma/char/57173.cc b/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/57173.cc index fb2f79ad3c29..5aacb223bed4 100644 --- a/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/57173.cc +++ b/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/57173.cc @@ -3,7 +3,7 @@ // // 2013-07-23 Tim Shen // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/28_regex/algorithms/regex_match/ecma/char/58576.cc b/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/58576.cc index ab8772b7bb82..83fb3bf2e523 100644 --- a/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/58576.cc +++ b/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/58576.cc @@ -3,7 +3,7 @@ // // 2013-10-01 Tim Shen // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/28_regex/algorithms/regex_match/ecma/char/61601.cc b/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/61601.cc index e9aa57dc0af1..1a21037aa505 100644 --- a/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/61601.cc +++ b/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/61601.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/28_regex/algorithms/regex_match/ecma/char/68863.cc b/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/68863.cc index 0a7fc404a5d8..c0324f9cfbb6 100644 --- a/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/68863.cc +++ b/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/68863.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/28_regex/algorithms/regex_match/ecma/char/anymatcher.cc b/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/anymatcher.cc index ba66c693055e..9bf445a08901 100644 --- a/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/anymatcher.cc +++ b/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/anymatcher.cc @@ -3,7 +3,7 @@ // // 2013-09-02 Tim Shen // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/28_regex/algorithms/regex_match/ecma/char/backref.cc b/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/backref.cc index 5e0ddbcbc691..6abd343a89b9 100644 --- a/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/backref.cc +++ b/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/backref.cc @@ -3,7 +3,7 @@ // // 2013-09-02 Tim Shen // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/28_regex/algorithms/regex_match/ecma/char/empty_range.cc b/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/empty_range.cc index 71e815d418b8..7c5b8599ee71 100644 --- a/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/empty_range.cc +++ b/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/empty_range.cc @@ -3,7 +3,7 @@ // // 2013-09-02 Tim Shen // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/28_regex/algorithms/regex_match/ecma/char/emptygroup.cc b/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/emptygroup.cc index 8de6ad82b9d0..78077b4e172a 100644 --- a/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/emptygroup.cc +++ b/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/emptygroup.cc @@ -3,7 +3,7 @@ // // 2013-09-02 Tim Shen // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/28_regex/algorithms/regex_match/ecma/char/hex.cc b/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/hex.cc index 20dad639a8cd..a306bac87254 100644 --- a/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/hex.cc +++ b/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/hex.cc @@ -3,7 +3,7 @@ // // 2013-09-02 Tim Shen // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/28_regex/algorithms/regex_match/ecma/char/quoted_char.cc b/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/quoted_char.cc index 6277818a2fec..d7db0fe7bcbd 100644 --- a/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/quoted_char.cc +++ b/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/quoted_char.cc @@ -3,7 +3,7 @@ // // 2013-09-05 Tim Shen // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/28_regex/algorithms/regex_match/ecma/char/ungreedy.cc b/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/ungreedy.cc index 2936e88b8e3e..a326ffa0bb8e 100644 --- a/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/ungreedy.cc +++ b/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/ungreedy.cc @@ -3,7 +3,7 @@ // // 2013-10-24 Tim Shen // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/28_regex/algorithms/regex_match/ecma/wchar_t/63199.cc b/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/wchar_t/63199.cc index 2e4de780ae8b..427cc4421023 100644 --- a/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/wchar_t/63199.cc +++ b/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/wchar_t/63199.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/28_regex/algorithms/regex_match/ecma/wchar_t/anymatcher.cc b/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/wchar_t/anymatcher.cc index 758f6d47cb61..1aee948d432f 100644 --- a/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/wchar_t/anymatcher.cc +++ b/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/wchar_t/anymatcher.cc @@ -3,7 +3,7 @@ // // 2013-09-02 Tim Shen // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/28_regex/algorithms/regex_match/ecma/wchar_t/cjk_match.cc b/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/wchar_t/cjk_match.cc index ef15553394cf..b14b4fb3d942 100644 --- a/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/wchar_t/cjk_match.cc +++ b/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/wchar_t/cjk_match.cc @@ -3,7 +3,7 @@ // // 2013-10-18 Tim Shen // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/28_regex/algorithms/regex_match/ecma/wchar_t/hex.cc b/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/wchar_t/hex.cc index 9ff06d461ceb..0087078e7ac4 100644 --- a/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/wchar_t/hex.cc +++ b/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/wchar_t/hex.cc @@ -3,7 +3,7 @@ // // 2013-09-02 Tim Shen // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/28_regex/algorithms/regex_match/extended/cstring_plus.cc b/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/cstring_plus.cc index abd21449c9ee..d92fc5527033 100644 --- a/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/cstring_plus.cc +++ b/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/cstring_plus.cc @@ -3,7 +3,7 @@ // // 2010-06-21 Stephen M. Webb // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/algorithms/regex_match/extended/cstring_questionmark.cc b/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/cstring_questionmark.cc index 81356b61e1c2..d13411540ff0 100644 --- a/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/cstring_questionmark.cc +++ b/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/cstring_questionmark.cc @@ -3,7 +3,7 @@ // // 2010-06-21 Stephen M. Webb // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/algorithms/regex_match/extended/cstring_range.cc b/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/cstring_range.cc index eb7a8142ae1a..667fa9bca2f6 100644 --- a/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/cstring_range.cc +++ b/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/cstring_range.cc @@ -3,7 +3,7 @@ // // 2013-09-05 Tim Shen // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/28_regex/algorithms/regex_match/extended/string_any.cc b/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/string_any.cc index a4198011f5fb..293d90e6cdc9 100644 --- a/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/string_any.cc +++ b/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/string_any.cc @@ -3,7 +3,7 @@ // // 2010-06-11 Stephen M. Webb // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/algorithms/regex_match/extended/string_range_00_03.cc b/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/string_range_00_03.cc index e2ec64ec94d2..30f804216d51 100644 --- a/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/string_range_00_03.cc +++ b/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/string_range_00_03.cc @@ -3,7 +3,7 @@ // // 2010-06-16 Stephen M. Webb // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/algorithms/regex_match/extended/string_range_01_03.cc b/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/string_range_01_03.cc index 27dac9fb1d12..9ee51eb57101 100644 --- a/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/string_range_01_03.cc +++ b/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/string_range_01_03.cc @@ -3,7 +3,7 @@ // // 2010-06-16 Stephen M. Webb // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/algorithms/regex_match/extended/string_range_02_03.cc b/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/string_range_02_03.cc index ed44ff0736ac..ea4996caf2ee 100644 --- a/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/string_range_02_03.cc +++ b/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/string_range_02_03.cc @@ -3,7 +3,7 @@ // // 2010-06-16 Stephen M. Webb // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/algorithms/regex_match/extended/wstring_locale.cc b/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/wstring_locale.cc index ff04858026ea..f369adf92ade 100644 --- a/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/wstring_locale.cc +++ b/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/wstring_locale.cc @@ -4,7 +4,7 @@ // // 2013-08-29 Tim Shen // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/28_regex/algorithms/regex_replace/char/51711.cc b/libstdc++-v3/testsuite/28_regex/algorithms/regex_replace/char/51711.cc index 5dd1f15d40d7..cd53778fbf2c 100644 --- a/libstdc++-v3/testsuite/28_regex/algorithms/regex_replace/char/51711.cc +++ b/libstdc++-v3/testsuite/28_regex/algorithms/regex_replace/char/51711.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/28_regex/algorithms/regex_replace/char/basic_replace.cc b/libstdc++-v3/testsuite/28_regex/algorithms/regex_replace/char/basic_replace.cc index 4af05ddf866d..d21dd1cec610 100644 --- a/libstdc++-v3/testsuite/28_regex/algorithms/regex_replace/char/basic_replace.cc +++ b/libstdc++-v3/testsuite/28_regex/algorithms/regex_replace/char/basic_replace.cc @@ -3,7 +3,7 @@ // // 2013-09-24 Tim Shen // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/28_regex/algorithms/regex_replace/char/dr2213.cc b/libstdc++-v3/testsuite/28_regex/algorithms/regex_replace/char/dr2213.cc index 169dd086c03d..ee25d38b7515 100644 --- a/libstdc++-v3/testsuite/28_regex/algorithms/regex_replace/char/dr2213.cc +++ b/libstdc++-v3/testsuite/28_regex/algorithms/regex_replace/char/dr2213.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/28_regex/algorithms/regex_replace/wchar_t/51711.cc b/libstdc++-v3/testsuite/28_regex/algorithms/regex_replace/wchar_t/51711.cc index bfbc7b3e3181..7b79600c77ea 100644 --- a/libstdc++-v3/testsuite/28_regex/algorithms/regex_replace/wchar_t/51711.cc +++ b/libstdc++-v3/testsuite/28_regex/algorithms/regex_replace/wchar_t/51711.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/28_regex/algorithms/regex_search/61424.cc b/libstdc++-v3/testsuite/28_regex/algorithms/regex_search/61424.cc index ce9cd03ea43c..db1b0e8677fa 100644 --- a/libstdc++-v3/testsuite/28_regex/algorithms/regex_search/61424.cc +++ b/libstdc++-v3/testsuite/28_regex/algorithms/regex_search/61424.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/28_regex/algorithms/regex_search/61720.cc b/libstdc++-v3/testsuite/28_regex/algorithms/regex_search/61720.cc index b4726922b69c..022b2d417b8f 100644 --- a/libstdc++-v3/testsuite/28_regex/algorithms/regex_search/61720.cc +++ b/libstdc++-v3/testsuite/28_regex/algorithms/regex_search/61720.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/28_regex/algorithms/regex_search/basic/string_01.cc b/libstdc++-v3/testsuite/28_regex/algorithms/regex_search/basic/string_01.cc index d11a2b860a42..b561d7b90677 100644 --- a/libstdc++-v3/testsuite/28_regex/algorithms/regex_search/basic/string_01.cc +++ b/libstdc++-v3/testsuite/28_regex/algorithms/regex_search/basic/string_01.cc @@ -3,7 +3,7 @@ // // 2013-07-17 Tim Shen // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/28_regex/algorithms/regex_search/dr2332_neg.cc b/libstdc++-v3/testsuite/28_regex/algorithms/regex_search/dr2332_neg.cc index 95ef30fddcb6..c32d22acd3a8 100644 --- a/libstdc++-v3/testsuite/28_regex/algorithms/regex_search/dr2332_neg.cc +++ b/libstdc++-v3/testsuite/28_regex/algorithms/regex_search/dr2332_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/28_regex/algorithms/regex_search/ecma/assertion.cc b/libstdc++-v3/testsuite/28_regex/algorithms/regex_search/ecma/assertion.cc index 9686643d06aa..b416f3deda47 100644 --- a/libstdc++-v3/testsuite/28_regex/algorithms/regex_search/ecma/assertion.cc +++ b/libstdc++-v3/testsuite/28_regex/algorithms/regex_search/ecma/assertion.cc @@ -3,7 +3,7 @@ // // 2013-09-14 Tim Shen // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/28_regex/algorithms/regex_search/ecma/flags.cc b/libstdc++-v3/testsuite/28_regex/algorithms/regex_search/ecma/flags.cc index 69c6c2ab8be6..6df84d68fc88 100644 --- a/libstdc++-v3/testsuite/28_regex/algorithms/regex_search/ecma/flags.cc +++ b/libstdc++-v3/testsuite/28_regex/algorithms/regex_search/ecma/flags.cc @@ -3,7 +3,7 @@ // // 2013-09-18 Tim Shen // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/28_regex/algorithms/regex_search/ecma/greedy.cc b/libstdc++-v3/testsuite/28_regex/algorithms/regex_search/ecma/greedy.cc index f3d10363adad..a05eb0968ad0 100644 --- a/libstdc++-v3/testsuite/28_regex/algorithms/regex_search/ecma/greedy.cc +++ b/libstdc++-v3/testsuite/28_regex/algorithms/regex_search/ecma/greedy.cc @@ -3,7 +3,7 @@ // // 2013-09-14 Tim Shen // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/28_regex/algorithms/regex_search/ecma/string_01.cc b/libstdc++-v3/testsuite/28_regex/algorithms/regex_search/ecma/string_01.cc index e3df1b461a36..fb61118a7dae 100644 --- a/libstdc++-v3/testsuite/28_regex/algorithms/regex_search/ecma/string_01.cc +++ b/libstdc++-v3/testsuite/28_regex/algorithms/regex_search/ecma/string_01.cc @@ -3,7 +3,7 @@ // // 2013-08-26 Tim Shen // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/28_regex/basic_regex/assign/char/cstring.cc b/libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/cstring.cc index e8ca82949e89..84fdebbbb15b 100644 --- a/libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/cstring.cc +++ b/libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/cstring.cc @@ -2,7 +2,7 @@ // 2009-06-05 Stephen M. Webb // -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/28_regex/basic_regex/assign/char/cstring_op.cc b/libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/cstring_op.cc index 590518128c26..372dea1b0982 100644 --- a/libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/cstring_op.cc +++ b/libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/cstring_op.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/basic_regex/assign/char/moveable.cc b/libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/moveable.cc index 1bf4b00cc3b6..71a9cf676970 100644 --- a/libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/moveable.cc +++ b/libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/moveable.cc @@ -2,7 +2,7 @@ // 2010-07-07 Stephen M. Webb // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/basic_regex/assign/char/pstring.cc b/libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/pstring.cc index 4eaf572cf042..5a1864ad7a8b 100644 --- a/libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/pstring.cc +++ b/libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/pstring.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/basic_regex/assign/char/range.cc b/libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/range.cc index c7867776534d..44c6ee1c0170 100644 --- a/libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/range.cc +++ b/libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/range.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/basic_regex/assign/char/string.cc b/libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/string.cc index 097f4662fc41..9dd8fbcd9cf3 100644 --- a/libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/string.cc +++ b/libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/string.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/basic_regex/assign/char/string_op.cc b/libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/string_op.cc index 6f129f40e6c3..afc5b78a805d 100644 --- a/libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/string_op.cc +++ b/libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/string_op.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/basic_regex/assign/wchar_t/cstring.cc b/libstdc++-v3/testsuite/28_regex/basic_regex/assign/wchar_t/cstring.cc index 8bc685848012..27e58cc16044 100644 --- a/libstdc++-v3/testsuite/28_regex/basic_regex/assign/wchar_t/cstring.cc +++ b/libstdc++-v3/testsuite/28_regex/basic_regex/assign/wchar_t/cstring.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/basic_regex/assign/wchar_t/cstring_op.cc b/libstdc++-v3/testsuite/28_regex/basic_regex/assign/wchar_t/cstring_op.cc index 3eaa79c233ff..af41c286ee5a 100644 --- a/libstdc++-v3/testsuite/28_regex/basic_regex/assign/wchar_t/cstring_op.cc +++ b/libstdc++-v3/testsuite/28_regex/basic_regex/assign/wchar_t/cstring_op.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/basic_regex/assign/wchar_t/pstring.cc b/libstdc++-v3/testsuite/28_regex/basic_regex/assign/wchar_t/pstring.cc index 0aa690ce87bd..0a820c66b25b 100644 --- a/libstdc++-v3/testsuite/28_regex/basic_regex/assign/wchar_t/pstring.cc +++ b/libstdc++-v3/testsuite/28_regex/basic_regex/assign/wchar_t/pstring.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/basic_regex/assign/wchar_t/range.cc b/libstdc++-v3/testsuite/28_regex/basic_regex/assign/wchar_t/range.cc index e15cd6bbc9ad..21a515511e32 100644 --- a/libstdc++-v3/testsuite/28_regex/basic_regex/assign/wchar_t/range.cc +++ b/libstdc++-v3/testsuite/28_regex/basic_regex/assign/wchar_t/range.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/basic_regex/assign/wchar_t/string.cc b/libstdc++-v3/testsuite/28_regex/basic_regex/assign/wchar_t/string.cc index 5869cb1d68db..0d51818b64ef 100644 --- a/libstdc++-v3/testsuite/28_regex/basic_regex/assign/wchar_t/string.cc +++ b/libstdc++-v3/testsuite/28_regex/basic_regex/assign/wchar_t/string.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/basic_regex/assign/wchar_t/string_op.cc b/libstdc++-v3/testsuite/28_regex/basic_regex/assign/wchar_t/string_op.cc index 969f682fb2e2..5a8dd3b07443 100644 --- a/libstdc++-v3/testsuite/28_regex/basic_regex/assign/wchar_t/string_op.cc +++ b/libstdc++-v3/testsuite/28_regex/basic_regex/assign/wchar_t/string_op.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/basic_regex/ctors/47724.cc b/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/47724.cc index e8c7761dd51a..e171c1687259 100644 --- a/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/47724.cc +++ b/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/47724.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/28_regex/basic_regex/ctors/basic/cstring.cc b/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/basic/cstring.cc index 4c337d9fcf90..0cd27aef885e 100644 --- a/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/basic/cstring.cc +++ b/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/basic/cstring.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/28_regex/basic_regex/ctors/basic/default.cc b/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/basic/default.cc index 929fa066da83..feda1bd52a3e 100644 --- a/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/basic/default.cc +++ b/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/basic/default.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/28_regex/basic_regex/ctors/basic/pstring_char.cc b/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/basic/pstring_char.cc index 71f07412dc42..e9a72aed6da1 100644 --- a/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/basic/pstring_char.cc +++ b/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/basic/pstring_char.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/basic_regex/ctors/basic/pstring_wchar_t.cc b/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/basic/pstring_wchar_t.cc index 6e68af835881..6346bfcbb8ad 100644 --- a/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/basic/pstring_wchar_t.cc +++ b/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/basic/pstring_wchar_t.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/basic_regex/ctors/basic/raw_string.cc b/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/basic/raw_string.cc index c2ac90114836..08822e68cf33 100644 --- a/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/basic/raw_string.cc +++ b/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/basic/raw_string.cc @@ -2,7 +2,7 @@ // 2012-08-20 Benjamin Kosnik // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/28_regex/basic_regex/ctors/basic/string_range_01_02_03.cc b/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/basic/string_range_01_02_03.cc index 45844a62fb60..fc53c746db26 100644 --- a/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/basic/string_range_01_02_03.cc +++ b/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/basic/string_range_01_02_03.cc @@ -3,7 +3,7 @@ // // 2010-06-16 Stephen M. Webb // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/basic_regex/ctors/char/cstring.cc b/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/char/cstring.cc index 5c21cbb2cefd..6d5e701c64b5 100644 --- a/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/char/cstring.cc +++ b/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/char/cstring.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/basic_regex/ctors/char/cstring_awk.cc b/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/char/cstring_awk.cc index 1e666888dc35..386003d881b6 100644 --- a/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/char/cstring_awk.cc +++ b/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/char/cstring_awk.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/28_regex/basic_regex/ctors/char/cstring_ecma.cc b/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/char/cstring_ecma.cc index a1ea386ca14a..09480d629346 100644 --- a/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/char/cstring_ecma.cc +++ b/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/char/cstring_ecma.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/28_regex/basic_regex/ctors/char/cstring_egrep.cc b/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/char/cstring_egrep.cc index 80d2b93cfecf..1628e41b9079 100644 --- a/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/char/cstring_egrep.cc +++ b/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/char/cstring_egrep.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/28_regex/basic_regex/ctors/char/cstring_grep.cc b/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/char/cstring_grep.cc index d0a67f34d8bd..b7fd9b60bcb7 100644 --- a/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/char/cstring_grep.cc +++ b/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/char/cstring_grep.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/28_regex/basic_regex/ctors/char/default.cc b/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/char/default.cc index 49b71a3a5054..e633f7eabe23 100644 --- a/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/char/default.cc +++ b/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/char/default.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/basic_regex/ctors/char/range.cc b/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/char/range.cc index 02dbf896174f..394019101a74 100644 --- a/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/char/range.cc +++ b/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/char/range.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/basic_regex/ctors/copy_char.cc b/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/copy_char.cc index 519038e1754f..8c09fe7aec0a 100644 --- a/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/copy_char.cc +++ b/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/copy_char.cc @@ -2,7 +2,7 @@ // 2010-07-07 Stephen M. Webb // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/basic_regex/ctors/extended/cstring.cc b/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/extended/cstring.cc index be9d241b3892..3eadb4452099 100644 --- a/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/extended/cstring.cc +++ b/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/extended/cstring.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/28_regex/basic_regex/ctors/extended/string_range_01_02_03.cc b/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/extended/string_range_01_02_03.cc index 673f581ff702..9734107c43f9 100644 --- a/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/extended/string_range_01_02_03.cc +++ b/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/extended/string_range_01_02_03.cc @@ -3,7 +3,7 @@ // // 2010-06-16 Stephen M. Webb // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/basic_regex/ctors/move_char.cc b/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/move_char.cc index c001aca28302..42542bcfb9b9 100644 --- a/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/move_char.cc +++ b/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/move_char.cc @@ -2,7 +2,7 @@ // 2010-07-07 Stephen M. Webb // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/basic_regex/ctors/string_char.cc b/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/string_char.cc index 44eacb9cd50e..19805d1fe6df 100644 --- a/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/string_char.cc +++ b/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/string_char.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/basic_regex/ctors/string_wchar_t.cc b/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/string_wchar_t.cc index 2252ec7e4098..a44cde5ba9d2 100644 --- a/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/string_wchar_t.cc +++ b/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/string_wchar_t.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/basic_regex/ctors/wchar_t/cstring.cc b/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/wchar_t/cstring.cc index 904b6df1904f..ea952062b994 100644 --- a/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/wchar_t/cstring.cc +++ b/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/wchar_t/cstring.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/basic_regex/ctors/wchar_t/default.cc b/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/wchar_t/default.cc index daf132dae40b..cd4e90a7ca93 100644 --- a/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/wchar_t/default.cc +++ b/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/wchar_t/default.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/basic_regex/ctors/wchar_t/range.cc b/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/wchar_t/range.cc index 8e57e99db647..7daac5488c1a 100644 --- a/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/wchar_t/range.cc +++ b/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/wchar_t/range.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/basic_regex/imbue/string.cc b/libstdc++-v3/testsuite/28_regex/basic_regex/imbue/string.cc index 6042f9bd40c1..17c461b9ed50 100644 --- a/libstdc++-v3/testsuite/28_regex/basic_regex/imbue/string.cc +++ b/libstdc++-v3/testsuite/28_regex/basic_regex/imbue/string.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/28_regex/basic_regex/multiple_quantifiers.cc b/libstdc++-v3/testsuite/28_regex/basic_regex/multiple_quantifiers.cc index 91e7424d1e28..72203cc498ab 100644 --- a/libstdc++-v3/testsuite/28_regex/basic_regex/multiple_quantifiers.cc +++ b/libstdc++-v3/testsuite/28_regex/basic_regex/multiple_quantifiers.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/28_regex/basic_regex/requirements/constexpr_data.cc b/libstdc++-v3/testsuite/28_regex/basic_regex/requirements/constexpr_data.cc index f70980f108c6..98ba7ad74f90 100644 --- a/libstdc++-v3/testsuite/28_regex/basic_regex/requirements/constexpr_data.cc +++ b/libstdc++-v3/testsuite/28_regex/basic_regex/requirements/constexpr_data.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/constants/constexpr.cc b/libstdc++-v3/testsuite/28_regex/constants/constexpr.cc index cecea58d3d2e..3aca59fc8ce4 100644 --- a/libstdc++-v3/testsuite/28_regex/constants/constexpr.cc +++ b/libstdc++-v3/testsuite/28_regex/constants/constexpr.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } // -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/28_regex/constants/error_type.cc b/libstdc++-v3/testsuite/28_regex/constants/error_type.cc index 2c424d576cd0..b726a1c5fdbf 100644 --- a/libstdc++-v3/testsuite/28_regex/constants/error_type.cc +++ b/libstdc++-v3/testsuite/28_regex/constants/error_type.cc @@ -2,7 +2,7 @@ // // 2009-06-17 Stephen M. Webb // -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/28_regex/constants/match_flag_type.cc b/libstdc++-v3/testsuite/28_regex/constants/match_flag_type.cc index d1e7c3719577..db17fc885703 100644 --- a/libstdc++-v3/testsuite/28_regex/constants/match_flag_type.cc +++ b/libstdc++-v3/testsuite/28_regex/constants/match_flag_type.cc @@ -2,7 +2,7 @@ // // 2009-06-17 Stephen M. Webb // -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/28_regex/constants/syntax_option_type.cc b/libstdc++-v3/testsuite/28_regex/constants/syntax_option_type.cc index 33ee43bd9d2f..3ff889545960 100644 --- a/libstdc++-v3/testsuite/28_regex/constants/syntax_option_type.cc +++ b/libstdc++-v3/testsuite/28_regex/constants/syntax_option_type.cc @@ -2,7 +2,7 @@ // // 2009-06-17 Stephen M. Webb // -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/28_regex/headers/regex/std_c++0x_neg.cc b/libstdc++-v3/testsuite/28_regex/headers/regex/std_c++0x_neg.cc index f9a154ffc6c9..d06a64205f39 100644 --- a/libstdc++-v3/testsuite/28_regex/headers/regex/std_c++0x_neg.cc +++ b/libstdc++-v3/testsuite/28_regex/headers/regex/std_c++0x_neg.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-options "-std=gnu++98" } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/28_regex/init-list.cc b/libstdc++-v3/testsuite/28_regex/init-list.cc index 09b12803aec8..72fbaed0b45d 100644 --- a/libstdc++-v3/testsuite/28_regex/init-list.cc +++ b/libstdc++-v3/testsuite/28_regex/init-list.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/28_regex/iterators/regex_iterator/char/64140.cc b/libstdc++-v3/testsuite/28_regex/iterators/regex_iterator/char/64140.cc index f6bfe269c848..8721e08783b3 100644 --- a/libstdc++-v3/testsuite/28_regex/iterators/regex_iterator/char/64140.cc +++ b/libstdc++-v3/testsuite/28_regex/iterators/regex_iterator/char/64140.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/28_regex/iterators/regex_iterator/char/string_01.cc b/libstdc++-v3/testsuite/28_regex/iterators/regex_iterator/char/string_01.cc index eab981572c9d..b5f36fd40e77 100644 --- a/libstdc++-v3/testsuite/28_regex/iterators/regex_iterator/char/string_01.cc +++ b/libstdc++-v3/testsuite/28_regex/iterators/regex_iterator/char/string_01.cc @@ -3,7 +3,7 @@ // // 2013-07-20 Tim Shen // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/28_regex/iterators/regex_iterator/char/string_position_01.cc b/libstdc++-v3/testsuite/28_regex/iterators/regex_iterator/char/string_position_01.cc index db7b04a766dc..b4f2b2a1cc47 100644 --- a/libstdc++-v3/testsuite/28_regex/iterators/regex_iterator/char/string_position_01.cc +++ b/libstdc++-v3/testsuite/28_regex/iterators/regex_iterator/char/string_position_01.cc @@ -3,7 +3,7 @@ // // 2013-07-25 Tim Shen // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/28_regex/iterators/regex_iterator/ctors/char/default.cc b/libstdc++-v3/testsuite/28_regex/iterators/regex_iterator/ctors/char/default.cc index 53d55d31e84e..cad980a720e5 100644 --- a/libstdc++-v3/testsuite/28_regex/iterators/regex_iterator/ctors/char/default.cc +++ b/libstdc++-v3/testsuite/28_regex/iterators/regex_iterator/ctors/char/default.cc @@ -3,7 +3,7 @@ // // 2010-06-10 Stephen M. Webb // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/iterators/regex_iterator/ctors/char/dr2332_neg.cc b/libstdc++-v3/testsuite/28_regex/iterators/regex_iterator/ctors/char/dr2332_neg.cc index 118aeb38e60c..4440613f3e6e 100644 --- a/libstdc++-v3/testsuite/28_regex/iterators/regex_iterator/ctors/char/dr2332_neg.cc +++ b/libstdc++-v3/testsuite/28_regex/iterators/regex_iterator/ctors/char/dr2332_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/28_regex/iterators/regex_iterator/ctors/wchar_t/default.cc b/libstdc++-v3/testsuite/28_regex/iterators/regex_iterator/ctors/wchar_t/default.cc index f745097fd825..73e2fe0cdaa0 100644 --- a/libstdc++-v3/testsuite/28_regex/iterators/regex_iterator/ctors/wchar_t/default.cc +++ b/libstdc++-v3/testsuite/28_regex/iterators/regex_iterator/ctors/wchar_t/default.cc @@ -3,7 +3,7 @@ // // 2010-06-10 Stephen M. Webb // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/iterators/regex_iterator/typedefs.cc b/libstdc++-v3/testsuite/28_regex/iterators/regex_iterator/typedefs.cc index 35fe0fab371b..ca705fe676e8 100644 --- a/libstdc++-v3/testsuite/28_regex/iterators/regex_iterator/typedefs.cc +++ b/libstdc++-v3/testsuite/28_regex/iterators/regex_iterator/typedefs.cc @@ -3,7 +3,7 @@ // // 2010-06-10 Stephen M. Webb // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/iterators/regex_iterator/wchar_t/string_01.cc b/libstdc++-v3/testsuite/28_regex/iterators/regex_iterator/wchar_t/string_01.cc index 7a48dadca454..c35db4d7f66b 100644 --- a/libstdc++-v3/testsuite/28_regex/iterators/regex_iterator/wchar_t/string_01.cc +++ b/libstdc++-v3/testsuite/28_regex/iterators/regex_iterator/wchar_t/string_01.cc @@ -3,7 +3,7 @@ // // 2013-07-20 Tim Shen // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/28_regex/iterators/regex_iterator/wchar_t/string_02.cc b/libstdc++-v3/testsuite/28_regex/iterators/regex_iterator/wchar_t/string_02.cc index fde100625de1..fce3ef79b447 100644 --- a/libstdc++-v3/testsuite/28_regex/iterators/regex_iterator/wchar_t/string_02.cc +++ b/libstdc++-v3/testsuite/28_regex/iterators/regex_iterator/wchar_t/string_02.cc @@ -4,7 +4,7 @@ // // 2013-09-05 Tim Shen // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/28_regex/iterators/regex_token_iterator/64303.cc b/libstdc++-v3/testsuite/28_regex/iterators/regex_token_iterator/64303.cc index 0a7087ba0029..0aaf6bb22a55 100644 --- a/libstdc++-v3/testsuite/28_regex/iterators/regex_token_iterator/64303.cc +++ b/libstdc++-v3/testsuite/28_regex/iterators/regex_token_iterator/64303.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/28_regex/iterators/regex_token_iterator/char/string_01.cc b/libstdc++-v3/testsuite/28_regex/iterators/regex_token_iterator/char/string_01.cc index 9d10e8f00f1d..af57962891ca 100644 --- a/libstdc++-v3/testsuite/28_regex/iterators/regex_token_iterator/char/string_01.cc +++ b/libstdc++-v3/testsuite/28_regex/iterators/regex_token_iterator/char/string_01.cc @@ -3,7 +3,7 @@ // // 2013-07-20 Tim Shen // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/28_regex/iterators/regex_token_iterator/ctors/char/default.cc b/libstdc++-v3/testsuite/28_regex/iterators/regex_token_iterator/ctors/char/default.cc index 4c58414002bd..43d724c01f4e 100644 --- a/libstdc++-v3/testsuite/28_regex/iterators/regex_token_iterator/ctors/char/default.cc +++ b/libstdc++-v3/testsuite/28_regex/iterators/regex_token_iterator/ctors/char/default.cc @@ -3,7 +3,7 @@ // // 2010-06-10 Stephen M. Webb // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/iterators/regex_token_iterator/ctors/char/dr2332_neg.cc b/libstdc++-v3/testsuite/28_regex/iterators/regex_token_iterator/ctors/char/dr2332_neg.cc index b15f83eea5ef..15487887bff0 100644 --- a/libstdc++-v3/testsuite/28_regex/iterators/regex_token_iterator/ctors/char/dr2332_neg.cc +++ b/libstdc++-v3/testsuite/28_regex/iterators/regex_token_iterator/ctors/char/dr2332_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/28_regex/iterators/regex_token_iterator/ctors/wchar_t/default.cc b/libstdc++-v3/testsuite/28_regex/iterators/regex_token_iterator/ctors/wchar_t/default.cc index 18183ec6f4b4..f5c8c04ae489 100644 --- a/libstdc++-v3/testsuite/28_regex/iterators/regex_token_iterator/ctors/wchar_t/default.cc +++ b/libstdc++-v3/testsuite/28_regex/iterators/regex_token_iterator/ctors/wchar_t/default.cc @@ -3,7 +3,7 @@ // // 2010-06-10 Stephen M. Webb // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/iterators/regex_token_iterator/typedefs.cc b/libstdc++-v3/testsuite/28_regex/iterators/regex_token_iterator/typedefs.cc index b9ac98ed7db0..77b64c08defe 100644 --- a/libstdc++-v3/testsuite/28_regex/iterators/regex_token_iterator/typedefs.cc +++ b/libstdc++-v3/testsuite/28_regex/iterators/regex_token_iterator/typedefs.cc @@ -3,7 +3,7 @@ // // 2010-06-10 Stephen M. Webb // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/iterators/regex_token_iterator/wchar_t/string_01.cc b/libstdc++-v3/testsuite/28_regex/iterators/regex_token_iterator/wchar_t/string_01.cc index 8feb2b892c1b..f534bc09673a 100644 --- a/libstdc++-v3/testsuite/28_regex/iterators/regex_token_iterator/wchar_t/string_01.cc +++ b/libstdc++-v3/testsuite/28_regex/iterators/regex_token_iterator/wchar_t/string_01.cc @@ -3,7 +3,7 @@ // // 2013-07-20 Tim Shen // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/28_regex/iterators/regex_token_iterator/wchar_t/wstring_02.cc b/libstdc++-v3/testsuite/28_regex/iterators/regex_token_iterator/wchar_t/wstring_02.cc index 5c66fee33f17..67d5226231a2 100644 --- a/libstdc++-v3/testsuite/28_regex/iterators/regex_token_iterator/wchar_t/wstring_02.cc +++ b/libstdc++-v3/testsuite/28_regex/iterators/regex_token_iterator/wchar_t/wstring_02.cc @@ -4,7 +4,7 @@ // // 2013-08-29 Tim Shen // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/28_regex/match_results/ctors/char/default.cc b/libstdc++-v3/testsuite/28_regex/match_results/ctors/char/default.cc index fb49bc323e7b..a6d1375df9e4 100644 --- a/libstdc++-v3/testsuite/28_regex/match_results/ctors/char/default.cc +++ b/libstdc++-v3/testsuite/28_regex/match_results/ctors/char/default.cc @@ -2,7 +2,7 @@ // 2009-06-10 Stephen M. Webb // -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/28_regex/match_results/ctors/wchar_t/default.cc b/libstdc++-v3/testsuite/28_regex/match_results/ctors/wchar_t/default.cc index 425184f03c19..f1d0a3f1191a 100644 --- a/libstdc++-v3/testsuite/28_regex/match_results/ctors/wchar_t/default.cc +++ b/libstdc++-v3/testsuite/28_regex/match_results/ctors/wchar_t/default.cc @@ -2,7 +2,7 @@ // 2009-06-05 Stephen M. Webb // -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/28_regex/match_results/format.cc b/libstdc++-v3/testsuite/28_regex/match_results/format.cc index ff047c527691..2e1caba58cd1 100644 --- a/libstdc++-v3/testsuite/28_regex/match_results/format.cc +++ b/libstdc++-v3/testsuite/28_regex/match_results/format.cc @@ -3,7 +3,7 @@ // // 2013-09-24 Tim Shen // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/28_regex/match_results/out_of_range_submatches.cc b/libstdc++-v3/testsuite/28_regex/match_results/out_of_range_submatches.cc index eb83131cac34..03a9bea23bc1 100644 --- a/libstdc++-v3/testsuite/28_regex/match_results/out_of_range_submatches.cc +++ b/libstdc++-v3/testsuite/28_regex/match_results/out_of_range_submatches.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/28_regex/match_results/swap.cc b/libstdc++-v3/testsuite/28_regex/match_results/swap.cc index b25b02d083e7..9d7c64ae6eb6 100644 --- a/libstdc++-v3/testsuite/28_regex/match_results/swap.cc +++ b/libstdc++-v3/testsuite/28_regex/match_results/swap.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/28_regex/match_results/typedefs.cc b/libstdc++-v3/testsuite/28_regex/match_results/typedefs.cc index ad96752723d3..fb39b5be7862 100644 --- a/libstdc++-v3/testsuite/28_regex/match_results/typedefs.cc +++ b/libstdc++-v3/testsuite/28_regex/match_results/typedefs.cc @@ -3,7 +3,7 @@ // // 2010-06-10 Stephen M. Webb // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/range_access.cc b/libstdc++-v3/testsuite/28_regex/range_access.cc index f56c2eb46515..d19519bfeacd 100644 --- a/libstdc++-v3/testsuite/28_regex/range_access.cc +++ b/libstdc++-v3/testsuite/28_regex/range_access.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/regex_error/base.cc b/libstdc++-v3/testsuite/28_regex/regex_error/base.cc index 05a9183da147..08e02589cac1 100644 --- a/libstdc++-v3/testsuite/28_regex/regex_error/base.cc +++ b/libstdc++-v3/testsuite/28_regex/regex_error/base.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/28_regex/regex_error/regex_error.cc b/libstdc++-v3/testsuite/28_regex/regex_error/regex_error.cc index a87f0e5e3ce6..72a4f681d2db 100644 --- a/libstdc++-v3/testsuite/28_regex/regex_error/regex_error.cc +++ b/libstdc++-v3/testsuite/28_regex/regex_error/regex_error.cc @@ -2,7 +2,7 @@ // // 2009-06-17 Stephen M. Webb // -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/28_regex/regression.cc b/libstdc++-v3/testsuite/28_regex/regression.cc index 5214fe3dbc29..ee4d3e1e6f87 100644 --- a/libstdc++-v3/testsuite/28_regex/regression.cc +++ b/libstdc++-v3/testsuite/28_regex/regression.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/28_regex/requirements/typedefs.cc b/libstdc++-v3/testsuite/28_regex/requirements/typedefs.cc index 22d83c18f8e4..ed49cd0887bf 100644 --- a/libstdc++-v3/testsuite/28_regex/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/28_regex/requirements/typedefs.cc @@ -3,7 +3,7 @@ // // 2010-02-17 Stephen M. Webb // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/sub_match/cast_char.cc b/libstdc++-v3/testsuite/28_regex/sub_match/cast_char.cc index 267f4e5295f2..452afb9e8404 100644 --- a/libstdc++-v3/testsuite/28_regex/sub_match/cast_char.cc +++ b/libstdc++-v3/testsuite/28_regex/sub_match/cast_char.cc @@ -3,7 +3,7 @@ // // 2010-06-09 Stephen M. Webb // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/sub_match/cast_wchar_t.cc b/libstdc++-v3/testsuite/28_regex/sub_match/cast_wchar_t.cc index 49f9bd3c6d25..ff35da513d19 100644 --- a/libstdc++-v3/testsuite/28_regex/sub_match/cast_wchar_t.cc +++ b/libstdc++-v3/testsuite/28_regex/sub_match/cast_wchar_t.cc @@ -3,7 +3,7 @@ // // 2010-06-09 Stephen M. Webb // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/sub_match/embedded_zeros_cmp.cc b/libstdc++-v3/testsuite/28_regex/sub_match/embedded_zeros_cmp.cc index 9244f9dae1a4..c30e573c45b4 100644 --- a/libstdc++-v3/testsuite/28_regex/sub_match/embedded_zeros_cmp.cc +++ b/libstdc++-v3/testsuite/28_regex/sub_match/embedded_zeros_cmp.cc @@ -3,7 +3,7 @@ // // 2014-11-13 Daniel Kruegler // -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/28_regex/sub_match/length.cc b/libstdc++-v3/testsuite/28_regex/sub_match/length.cc index 6f6bb24be9b4..683307bc8e6b 100644 --- a/libstdc++-v3/testsuite/28_regex/sub_match/length.cc +++ b/libstdc++-v3/testsuite/28_regex/sub_match/length.cc @@ -3,7 +3,7 @@ // // 2010-06-09 Stephen M. Webb // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/sub_match/typedefs.cc b/libstdc++-v3/testsuite/28_regex/sub_match/typedefs.cc index 9f6594416daf..66ee3e63bdeb 100644 --- a/libstdc++-v3/testsuite/28_regex/sub_match/typedefs.cc +++ b/libstdc++-v3/testsuite/28_regex/sub_match/typedefs.cc @@ -3,7 +3,7 @@ // // 2010-06-07 Stephen M. Webb // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/traits/char/ctor.cc b/libstdc++-v3/testsuite/28_regex/traits/char/ctor.cc index 5ab57497a98a..46460c4960c6 100644 --- a/libstdc++-v3/testsuite/28_regex/traits/char/ctor.cc +++ b/libstdc++-v3/testsuite/28_regex/traits/char/ctor.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/traits/char/icase.cc b/libstdc++-v3/testsuite/28_regex/traits/char/icase.cc index 97bbd079f517..602abddd837b 100644 --- a/libstdc++-v3/testsuite/28_regex/traits/char/icase.cc +++ b/libstdc++-v3/testsuite/28_regex/traits/char/icase.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/28_regex/traits/char/isctype.cc b/libstdc++-v3/testsuite/28_regex/traits/char/isctype.cc index 01f8a6f4ca35..2ed3a5c25e49 100644 --- a/libstdc++-v3/testsuite/28_regex/traits/char/isctype.cc +++ b/libstdc++-v3/testsuite/28_regex/traits/char/isctype.cc @@ -4,7 +4,7 @@ // // 2010-06-23 Stephen M. Webb // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/traits/char/length.cc b/libstdc++-v3/testsuite/28_regex/traits/char/length.cc index ddd00f8c5762..78ae5d42a6f9 100644 --- a/libstdc++-v3/testsuite/28_regex/traits/char/length.cc +++ b/libstdc++-v3/testsuite/28_regex/traits/char/length.cc @@ -3,7 +3,7 @@ // // 2010-02-17 Stephen M. Webb // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/traits/char/lookup_classname.cc b/libstdc++-v3/testsuite/28_regex/traits/char/lookup_classname.cc index 6b93d616e13b..b033d811ed02 100644 --- a/libstdc++-v3/testsuite/28_regex/traits/char/lookup_classname.cc +++ b/libstdc++-v3/testsuite/28_regex/traits/char/lookup_classname.cc @@ -3,7 +3,7 @@ // // 2010-06-23 Stephen M. Webb // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/traits/char/lookup_collatename.cc b/libstdc++-v3/testsuite/28_regex/traits/char/lookup_collatename.cc index 7fcbc2f8439c..be645045684d 100644 --- a/libstdc++-v3/testsuite/28_regex/traits/char/lookup_collatename.cc +++ b/libstdc++-v3/testsuite/28_regex/traits/char/lookup_collatename.cc @@ -3,7 +3,7 @@ // // 2010-06-23 Stephen M. Webb // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/traits/char/transform.cc b/libstdc++-v3/testsuite/28_regex/traits/char/transform.cc index e3eda194a9e3..7ea1bed68054 100644 --- a/libstdc++-v3/testsuite/28_regex/traits/char/transform.cc +++ b/libstdc++-v3/testsuite/28_regex/traits/char/transform.cc @@ -3,7 +3,7 @@ // // 2010-02-17 Stephen M. Webb // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/traits/char/transform_primary.cc b/libstdc++-v3/testsuite/28_regex/traits/char/transform_primary.cc index 2a65256d1bd8..fe9c8332e83a 100644 --- a/libstdc++-v3/testsuite/28_regex/traits/char/transform_primary.cc +++ b/libstdc++-v3/testsuite/28_regex/traits/char/transform_primary.cc @@ -3,7 +3,7 @@ // // 2010-02-17 Stephen M. Webb // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/traits/char/translate.cc b/libstdc++-v3/testsuite/28_regex/traits/char/translate.cc index 6709d63b0af5..0ed3d7a920e4 100644 --- a/libstdc++-v3/testsuite/28_regex/traits/char/translate.cc +++ b/libstdc++-v3/testsuite/28_regex/traits/char/translate.cc @@ -4,7 +4,7 @@ // // 2010-02-17 Stephen M. Webb // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/traits/char/translate_nocase.cc b/libstdc++-v3/testsuite/28_regex/traits/char/translate_nocase.cc index fab1859d3b43..d92708f52437 100644 --- a/libstdc++-v3/testsuite/28_regex/traits/char/translate_nocase.cc +++ b/libstdc++-v3/testsuite/28_regex/traits/char/translate_nocase.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/traits/char/user_defined.cc b/libstdc++-v3/testsuite/28_regex/traits/char/user_defined.cc index d4f4abcc4066..aa3425903874 100644 --- a/libstdc++-v3/testsuite/28_regex/traits/char/user_defined.cc +++ b/libstdc++-v3/testsuite/28_regex/traits/char/user_defined.cc @@ -3,7 +3,7 @@ // // 2014-01-07 Tim Shen // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/traits/char/value.cc b/libstdc++-v3/testsuite/28_regex/traits/char/value.cc index cecfc8787da8..763731be1a04 100644 --- a/libstdc++-v3/testsuite/28_regex/traits/char/value.cc +++ b/libstdc++-v3/testsuite/28_regex/traits/char/value.cc @@ -2,7 +2,7 @@ // 2008-08-11 Stephen M. Webb // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/traits/wchar_t/ctor.cc b/libstdc++-v3/testsuite/28_regex/traits/wchar_t/ctor.cc index 378ce3570e76..9f88f2163ba1 100644 --- a/libstdc++-v3/testsuite/28_regex/traits/wchar_t/ctor.cc +++ b/libstdc++-v3/testsuite/28_regex/traits/wchar_t/ctor.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/traits/wchar_t/isctype.cc b/libstdc++-v3/testsuite/28_regex/traits/wchar_t/isctype.cc index bcaafb74edfb..fac2c18cc1cd 100644 --- a/libstdc++-v3/testsuite/28_regex/traits/wchar_t/isctype.cc +++ b/libstdc++-v3/testsuite/28_regex/traits/wchar_t/isctype.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-additional-options "-DNEWLINE_IN_CLASS_BLANK" { target newlib } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/traits/wchar_t/length.cc b/libstdc++-v3/testsuite/28_regex/traits/wchar_t/length.cc index ff5c5284027a..1585c131117c 100644 --- a/libstdc++-v3/testsuite/28_regex/traits/wchar_t/length.cc +++ b/libstdc++-v3/testsuite/28_regex/traits/wchar_t/length.cc @@ -3,7 +3,7 @@ // // 2010-02-17 Stephen M. Webb // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/traits/wchar_t/lookup_classname.cc b/libstdc++-v3/testsuite/28_regex/traits/wchar_t/lookup_classname.cc index 665ce176b970..6601ed2ed341 100644 --- a/libstdc++-v3/testsuite/28_regex/traits/wchar_t/lookup_classname.cc +++ b/libstdc++-v3/testsuite/28_regex/traits/wchar_t/lookup_classname.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/traits/wchar_t/lookup_collatename.cc b/libstdc++-v3/testsuite/28_regex/traits/wchar_t/lookup_collatename.cc index 171f24895aa9..8a0f254bff25 100644 --- a/libstdc++-v3/testsuite/28_regex/traits/wchar_t/lookup_collatename.cc +++ b/libstdc++-v3/testsuite/28_regex/traits/wchar_t/lookup_collatename.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/traits/wchar_t/transform.cc b/libstdc++-v3/testsuite/28_regex/traits/wchar_t/transform.cc index 795f62a09788..40ca3171db63 100644 --- a/libstdc++-v3/testsuite/28_regex/traits/wchar_t/transform.cc +++ b/libstdc++-v3/testsuite/28_regex/traits/wchar_t/transform.cc @@ -3,7 +3,7 @@ // // 2010-02-17 Stephen M. Webb // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/traits/wchar_t/transform_primary.cc b/libstdc++-v3/testsuite/28_regex/traits/wchar_t/transform_primary.cc index 0a6fb920446b..150436e74ad8 100644 --- a/libstdc++-v3/testsuite/28_regex/traits/wchar_t/transform_primary.cc +++ b/libstdc++-v3/testsuite/28_regex/traits/wchar_t/transform_primary.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/traits/wchar_t/translate.cc b/libstdc++-v3/testsuite/28_regex/traits/wchar_t/translate.cc index abf822be7985..90402426801e 100644 --- a/libstdc++-v3/testsuite/28_regex/traits/wchar_t/translate.cc +++ b/libstdc++-v3/testsuite/28_regex/traits/wchar_t/translate.cc @@ -3,7 +3,7 @@ // // 2010-02-17 Stephen M. Webb // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/traits/wchar_t/translate_nocase.cc b/libstdc++-v3/testsuite/28_regex/traits/wchar_t/translate_nocase.cc index a935b1ab74ca..02b588a3a01a 100644 --- a/libstdc++-v3/testsuite/28_regex/traits/wchar_t/translate_nocase.cc +++ b/libstdc++-v3/testsuite/28_regex/traits/wchar_t/translate_nocase.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/traits/wchar_t/user_defined.cc b/libstdc++-v3/testsuite/28_regex/traits/wchar_t/user_defined.cc index 901e042ba894..d2a8eeae74cf 100644 --- a/libstdc++-v3/testsuite/28_regex/traits/wchar_t/user_defined.cc +++ b/libstdc++-v3/testsuite/28_regex/traits/wchar_t/user_defined.cc @@ -3,7 +3,7 @@ // // 2014-01-07 Tim Shen // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/28_regex/traits/wchar_t/value.cc b/libstdc++-v3/testsuite/28_regex/traits/wchar_t/value.cc index 92dd046397f8..d0ae349d51fb 100644 --- a/libstdc++-v3/testsuite/28_regex/traits/wchar_t/value.cc +++ b/libstdc++-v3/testsuite/28_regex/traits/wchar_t/value.cc @@ -2,7 +2,7 @@ // 2008-08-11 Stephen M. Webb // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/29_atomics/atomic/60658.cc b/libstdc++-v3/testsuite/29_atomics/atomic/60658.cc index cf14e8e4dae3..024b34d11fac 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic/60658.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic/60658.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-atomic-builtins "" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/29_atomics/atomic/60695.cc b/libstdc++-v3/testsuite/29_atomics/atomic/60695.cc index d4913282eac9..b24daaee609c 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic/60695.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic/60695.cc @@ -2,7 +2,7 @@ // { dg-require-atomic-builtins "" } // { dg-options "-Wno-pedantic" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/29_atomics/atomic/62259.cc b/libstdc++-v3/testsuite/29_atomics/atomic/62259.cc index 37d84adaf436..0015da2c39fb 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic/62259.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic/62259.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/29_atomics/atomic/64658.cc b/libstdc++-v3/testsuite/29_atomics/atomic/64658.cc index 4a8369da474a..8c245548b13f 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic/64658.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic/64658.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/29_atomics/atomic/65147.cc b/libstdc++-v3/testsuite/29_atomics/atomic/65147.cc index 21b08b7d3848..7b92712e81cb 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic/65147.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic/65147.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/29_atomics/atomic/65913.cc b/libstdc++-v3/testsuite/29_atomics/atomic/65913.cc index becafad3b33f..43492bc4de9b 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic/65913.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic/65913.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/29_atomics/atomic/70766.cc b/libstdc++-v3/testsuite/29_atomics/atomic/70766.cc index 961282a1ab69..c08df3a32f22 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic/70766.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic/70766.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/29_atomics/atomic/cons/49445.cc b/libstdc++-v3/testsuite/29_atomics/atomic/cons/49445.cc index f4445dee22ff..b2e6a329a3e9 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic/cons/49445.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic/cons/49445.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-atomic-builtins "" } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/29_atomics/atomic/cons/assign_neg.cc b/libstdc++-v3/testsuite/29_atomics/atomic/cons/assign_neg.cc index 4136944b1628..3e4005f288a7 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic/cons/assign_neg.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic/cons/assign_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/29_atomics/atomic/cons/constexpr.cc b/libstdc++-v3/testsuite/29_atomics/atomic/cons/constexpr.cc index 7e87bca31afd..31f7c1f86ac9 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic/cons/constexpr.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic/cons/constexpr.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/29_atomics/atomic/cons/copy_list.cc b/libstdc++-v3/testsuite/29_atomics/atomic/cons/copy_list.cc index 59942fa98f51..92cccfd6f54b 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic/cons/copy_list.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic/cons/copy_list.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/29_atomics/atomic/cons/copy_neg.cc b/libstdc++-v3/testsuite/29_atomics/atomic/cons/copy_neg.cc index ffc2dc24179f..8db343f49827 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic/cons/copy_neg.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic/cons/copy_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/29_atomics/atomic/cons/default.cc b/libstdc++-v3/testsuite/29_atomics/atomic/cons/default.cc index e066d672b547..3f23a7c0a565 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic/cons/default.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic/cons/default.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/29_atomics/atomic/cons/direct_list.cc b/libstdc++-v3/testsuite/29_atomics/atomic/cons/direct_list.cc index f17b3c9bcb28..23f01934df0b 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic/cons/direct_list.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic/cons/direct_list.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/29_atomics/atomic/cons/single_value.cc b/libstdc++-v3/testsuite/29_atomics/atomic/cons/single_value.cc index 0012f03b99a9..75664e1b4db2 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic/cons/single_value.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic/cons/single_value.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/29_atomics/atomic/cons/user_pod.cc b/libstdc++-v3/testsuite/29_atomics/atomic/cons/user_pod.cc index e6c838bbbf24..54a5dd00640c 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic/cons/user_pod.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic/cons/user_pod.cc @@ -1,6 +1,6 @@ // { dg-do link { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/29_atomics/atomic/is_always_lock_free.cc b/libstdc++-v3/testsuite/29_atomics/atomic/is_always_lock_free.cc index 9383cea3344c..ce14fbc0bcf0 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic/is_always_lock_free.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic/is_always_lock_free.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/29_atomics/atomic/operators/51811.cc b/libstdc++-v3/testsuite/29_atomics/atomic/operators/51811.cc index 7b013d4c32f0..9ef87f4fece2 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic/operators/51811.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic/operators/51811.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-atomic-builtins "" } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/29_atomics/atomic/operators/56011.cc b/libstdc++-v3/testsuite/29_atomics/atomic/operators/56011.cc index 0e2b6408a744..4cd8006fd298 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic/operators/56011.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic/operators/56011.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/29_atomics/atomic/operators/integral_assignment.cc b/libstdc++-v3/testsuite/29_atomics/atomic/operators/integral_assignment.cc index d94f2897dcc0..2065cfd73196 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic/operators/integral_assignment.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic/operators/integral_assignment.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/29_atomics/atomic/operators/integral_conversion.cc b/libstdc++-v3/testsuite/29_atomics/atomic/operators/integral_conversion.cc index 003eedc9df86..f192baf33c29 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic/operators/integral_conversion.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic/operators/integral_conversion.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/29_atomics/atomic/operators/pointer_partial_void.cc b/libstdc++-v3/testsuite/29_atomics/atomic/operators/pointer_partial_void.cc index 1535454fc267..1fb4c9c76d46 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic/operators/pointer_partial_void.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic/operators/pointer_partial_void.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-atomic-builtins "" } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/29_atomics/atomic/requirements/base_classes.cc b/libstdc++-v3/testsuite/29_atomics/atomic/requirements/base_classes.cc index 7d7bb0b9801f..c01b67aa7f1a 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic/requirements/base_classes.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic/requirements/base_classes.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/29_atomics/atomic/requirements/compare_exchange_lowering.cc b/libstdc++-v3/testsuite/29_atomics/atomic/requirements/compare_exchange_lowering.cc index 70a7bbce5c28..6702dacce992 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic/requirements/compare_exchange_lowering.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic/requirements/compare_exchange_lowering.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/29_atomics/atomic/requirements/explicit_instantiation/1.cc b/libstdc++-v3/testsuite/29_atomics/atomic/requirements/explicit_instantiation/1.cc index 66508f5726ca..b288f3179f9d 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic/requirements/explicit_instantiation/1.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic/requirements/explicit_instantiation/1.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/29_atomics/atomic_flag/clear/1.cc b/libstdc++-v3/testsuite/29_atomics/atomic_flag/clear/1.cc index 1457dc90bb3b..0e11972ed7f0 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic_flag/clear/1.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic_flag/clear/1.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-thread-fence "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/29_atomics/atomic_flag/cons/1.cc b/libstdc++-v3/testsuite/29_atomics/atomic_flag/cons/1.cc index 2930fd12d98e..55a16737b282 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic_flag/cons/1.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic_flag/cons/1.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/29_atomics/atomic_flag/cons/56012.cc b/libstdc++-v3/testsuite/29_atomics/atomic_flag/cons/56012.cc index 31de5b6cebd1..ddbec7a0dc6d 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic_flag/cons/56012.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic_flag/cons/56012.cc @@ -1,7 +1,7 @@ // { dg-options "-Wsystem-headers -Wnarrowing" } // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/29_atomics/atomic_flag/cons/aggregate.cc b/libstdc++-v3/testsuite/29_atomics/atomic_flag/cons/aggregate.cc index 3694860337eb..0954be8899ee 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic_flag/cons/aggregate.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic_flag/cons/aggregate.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/29_atomics/atomic_flag/cons/assign_neg.cc b/libstdc++-v3/testsuite/29_atomics/atomic_flag/cons/assign_neg.cc index 8d85cf90e37b..f2626a7c49d8 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic_flag/cons/assign_neg.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic_flag/cons/assign_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/29_atomics/atomic_flag/cons/copy_neg.cc b/libstdc++-v3/testsuite/29_atomics/atomic_flag/cons/copy_neg.cc index 479abd98f69e..b889621ab54b 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic_flag/cons/copy_neg.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic_flag/cons/copy_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/29_atomics/atomic_flag/cons/default.cc b/libstdc++-v3/testsuite/29_atomics/atomic_flag/cons/default.cc index 1eb88575874e..a631f563e6fa 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic_flag/cons/default.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic_flag/cons/default.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/29_atomics/atomic_flag/requirements/standard_layout.cc b/libstdc++-v3/testsuite/29_atomics/atomic_flag/requirements/standard_layout.cc index de702c77ac14..f7cc38e0da92 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic_flag/requirements/standard_layout.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic_flag/requirements/standard_layout.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/29_atomics/atomic_flag/requirements/trivial.cc b/libstdc++-v3/testsuite/29_atomics/atomic_flag/requirements/trivial.cc index 80356d52b24d..5606ac9a5322 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic_flag/requirements/trivial.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic_flag/requirements/trivial.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/29_atomics/atomic_flag/test_and_set/explicit-hle.cc b/libstdc++-v3/testsuite/29_atomics/atomic_flag/test_and_set/explicit-hle.cc index 1ec988e44d53..62930f890a73 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic_flag/test_and_set/explicit-hle.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic_flag/test_and_set/explicit-hle.cc @@ -6,7 +6,7 @@ // { dg-final { scan-assembler-times "xacquire\|\.byte\[^\n\r]*0xf2" 14 } } // { dg-final { scan-assembler-times "xrelease\|\.byte\[^\n\r]*0xf3" 14 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/29_atomics/atomic_flag/test_and_set/explicit.cc b/libstdc++-v3/testsuite/29_atomics/atomic_flag/test_and_set/explicit.cc index 51efdb181f1f..abd639ebf19f 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic_flag/test_and_set/explicit.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic_flag/test_and_set/explicit.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-thread-fence "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/29_atomics/atomic_flag/test_and_set/implicit.cc b/libstdc++-v3/testsuite/29_atomics/atomic_flag/test_and_set/implicit.cc index feb8bb082780..d832895b7e2b 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic_flag/test_and_set/implicit.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic_flag/test_and_set/implicit.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-thread-fence "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/29_atomics/atomic_integral/60940.cc b/libstdc++-v3/testsuite/29_atomics/atomic_integral/60940.cc index 53b1882ec833..c3eb28458898 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic_integral/60940.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic_integral/60940.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/29_atomics/atomic_integral/65147.cc b/libstdc++-v3/testsuite/29_atomics/atomic_integral/65147.cc index e03afa7da271..e5a1c579ebe4 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic_integral/65147.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic_integral/65147.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/29_atomics/atomic_integral/cons/assign_neg.cc b/libstdc++-v3/testsuite/29_atomics/atomic_integral/cons/assign_neg.cc index 20f263c79bd6..824234b46474 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic_integral/cons/assign_neg.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic_integral/cons/assign_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/29_atomics/atomic_integral/cons/constexpr.cc b/libstdc++-v3/testsuite/29_atomics/atomic_integral/cons/constexpr.cc index 54dbecb2c7b1..9cba903c141a 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic_integral/cons/constexpr.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic_integral/cons/constexpr.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/29_atomics/atomic_integral/cons/copy_list.cc b/libstdc++-v3/testsuite/29_atomics/atomic_integral/cons/copy_list.cc index 1f0d19555457..80d510a36386 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic_integral/cons/copy_list.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic_integral/cons/copy_list.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/29_atomics/atomic_integral/cons/copy_neg.cc b/libstdc++-v3/testsuite/29_atomics/atomic_integral/cons/copy_neg.cc index bf7cda863658..d6f00f4e3e5f 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic_integral/cons/copy_neg.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic_integral/cons/copy_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/29_atomics/atomic_integral/cons/default.cc b/libstdc++-v3/testsuite/29_atomics/atomic_integral/cons/default.cc index 4ed3e049590e..fe0322292697 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic_integral/cons/default.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic_integral/cons/default.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/29_atomics/atomic_integral/cons/direct_list.cc b/libstdc++-v3/testsuite/29_atomics/atomic_integral/cons/direct_list.cc index b01b0e67de50..fa18bfcd7ff4 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic_integral/cons/direct_list.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic_integral/cons/direct_list.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/29_atomics/atomic_integral/cons/single_value.cc b/libstdc++-v3/testsuite/29_atomics/atomic_integral/cons/single_value.cc index 519e44430349..d2fc2d93a112 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic_integral/cons/single_value.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic_integral/cons/single_value.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/29_atomics/atomic_integral/is_always_lock_free.cc b/libstdc++-v3/testsuite/29_atomics/atomic_integral/is_always_lock_free.cc index defa673e9a2d..d0abbebf0090 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic_integral/is_always_lock_free.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic_integral/is_always_lock_free.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/29_atomics/atomic_integral/operators/bitwise.cc b/libstdc++-v3/testsuite/29_atomics/atomic_integral/operators/bitwise.cc index 450abdf1223a..2d5342a2037e 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic_integral/operators/bitwise.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic_integral/operators/bitwise.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // -*- C++ -*- -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 Free Software Foundation, Inc. // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License as diff --git a/libstdc++-v3/testsuite/29_atomics/atomic_integral/operators/bitwise_neg.cc b/libstdc++-v3/testsuite/29_atomics/atomic_integral/operators/bitwise_neg.cc index 731513b1ef5f..50677778ece0 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic_integral/operators/bitwise_neg.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic_integral/operators/bitwise_neg.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // -*- C++ -*- -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 Free Software Foundation, Inc. // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License as diff --git a/libstdc++-v3/testsuite/29_atomics/atomic_integral/operators/decrement.cc b/libstdc++-v3/testsuite/29_atomics/atomic_integral/operators/decrement.cc index 40bf70554527..9ae67efc5bae 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic_integral/operators/decrement.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic_integral/operators/decrement.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // -*- C++ -*- -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 Free Software Foundation, Inc. // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License as diff --git a/libstdc++-v3/testsuite/29_atomics/atomic_integral/operators/decrement_neg.cc b/libstdc++-v3/testsuite/29_atomics/atomic_integral/operators/decrement_neg.cc index 1c284da4ee86..b65be4710dcf 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic_integral/operators/decrement_neg.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic_integral/operators/decrement_neg.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // -*- C++ -*- -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 Free Software Foundation, Inc. // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License as diff --git a/libstdc++-v3/testsuite/29_atomics/atomic_integral/operators/increment.cc b/libstdc++-v3/testsuite/29_atomics/atomic_integral/operators/increment.cc index 89af3628dd63..124df3a5abeb 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic_integral/operators/increment.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic_integral/operators/increment.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // -*- C++ -*- -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 Free Software Foundation, Inc. // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License as diff --git a/libstdc++-v3/testsuite/29_atomics/atomic_integral/operators/increment_neg.cc b/libstdc++-v3/testsuite/29_atomics/atomic_integral/operators/increment_neg.cc index 4d0c96581deb..22f65c648595 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic_integral/operators/increment_neg.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic_integral/operators/increment_neg.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // -*- C++ -*- -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 Free Software Foundation, Inc. // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License as diff --git a/libstdc++-v3/testsuite/29_atomics/atomic_integral/operators/integral_assignment.cc b/libstdc++-v3/testsuite/29_atomics/atomic_integral/operators/integral_assignment.cc index 5f5f22b7985b..9c10b1469ecc 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic_integral/operators/integral_assignment.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic_integral/operators/integral_assignment.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/29_atomics/atomic_integral/operators/integral_conversion.cc b/libstdc++-v3/testsuite/29_atomics/atomic_integral/operators/integral_conversion.cc index aae12713903e..7c81633b6e4a 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic_integral/operators/integral_conversion.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic_integral/operators/integral_conversion.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/29_atomics/atomic_integral/requirements/standard_layout.cc b/libstdc++-v3/testsuite/29_atomics/atomic_integral/requirements/standard_layout.cc index ec0109700536..308d7e25229a 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic_integral/requirements/standard_layout.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic_integral/requirements/standard_layout.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // 2008-10-22 Benjamin Kosnik -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/29_atomics/atomic_integral/requirements/trivial.cc b/libstdc++-v3/testsuite/29_atomics/atomic_integral/requirements/trivial.cc index 3e8435328f11..ef0f90fa6e3f 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic_integral/requirements/trivial.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic_integral/requirements/trivial.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/29_atomics/headers/atomic/functions_std_c++0x.cc b/libstdc++-v3/testsuite/29_atomics/headers/atomic/functions_std_c++0x.cc index 7d3c55b6b643..6692c5592a82 100644 --- a/libstdc++-v3/testsuite/29_atomics/headers/atomic/functions_std_c++0x.cc +++ b/libstdc++-v3/testsuite/29_atomics/headers/atomic/functions_std_c++0x.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/29_atomics/headers/atomic/macros.cc b/libstdc++-v3/testsuite/29_atomics/headers/atomic/macros.cc index 4cb3e1ae9886..2ee32c4d0cbd 100644 --- a/libstdc++-v3/testsuite/29_atomics/headers/atomic/macros.cc +++ b/libstdc++-v3/testsuite/29_atomics/headers/atomic/macros.cc @@ -1,6 +1,6 @@ // { dg-do preprocess { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/29_atomics/headers/atomic/std_c++0x_neg.cc b/libstdc++-v3/testsuite/29_atomics/headers/atomic/std_c++0x_neg.cc index 1f56f5a58158..486052ad3b3c 100644 --- a/libstdc++-v3/testsuite/29_atomics/headers/atomic/std_c++0x_neg.cc +++ b/libstdc++-v3/testsuite/29_atomics/headers/atomic/std_c++0x_neg.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-options "-std=gnu++98" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/29_atomics/headers/atomic/types_std_c++0x.cc b/libstdc++-v3/testsuite/29_atomics/headers/atomic/types_std_c++0x.cc index cfd5557c5343..aa759eddc27b 100644 --- a/libstdc++-v3/testsuite/29_atomics/headers/atomic/types_std_c++0x.cc +++ b/libstdc++-v3/testsuite/29_atomics/headers/atomic/types_std_c++0x.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/29_atomics/headers/atomic/types_std_c++0x_neg.cc b/libstdc++-v3/testsuite/29_atomics/headers/atomic/types_std_c++0x_neg.cc index a0eec7c96a22..beeb4c09cc49 100644 --- a/libstdc++-v3/testsuite/29_atomics/headers/atomic/types_std_c++0x_neg.cc +++ b/libstdc++-v3/testsuite/29_atomics/headers/atomic/types_std_c++0x_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/async/42819.cc b/libstdc++-v3/testsuite/30_threads/async/42819.cc index b8368778cedc..9a605fb51db5 100644 --- a/libstdc++-v3/testsuite/30_threads/async/42819.cc +++ b/libstdc++-v3/testsuite/30_threads/async/42819.cc @@ -5,7 +5,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/30_threads/async/49668.cc b/libstdc++-v3/testsuite/30_threads/async/49668.cc index fe597c0d9498..1da2e45d91ca 100644 --- a/libstdc++-v3/testsuite/30_threads/async/49668.cc +++ b/libstdc++-v3/testsuite/30_threads/async/49668.cc @@ -5,7 +5,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/30_threads/async/54297.cc b/libstdc++-v3/testsuite/30_threads/async/54297.cc index 756fd97f04e2..68b1be00de43 100644 --- a/libstdc++-v3/testsuite/30_threads/async/54297.cc +++ b/libstdc++-v3/testsuite/30_threads/async/54297.cc @@ -6,7 +6,7 @@ // { dg-require-atomic-builtins "" } // { dg-require-sleep "" } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/30_threads/async/any.cc b/libstdc++-v3/testsuite/30_threads/async/any.cc index a78b0e56f461..27fe8c75d3a6 100644 --- a/libstdc++-v3/testsuite/30_threads/async/any.cc +++ b/libstdc++-v3/testsuite/30_threads/async/any.cc @@ -5,7 +5,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/30_threads/async/async.cc b/libstdc++-v3/testsuite/30_threads/async/async.cc index 02c497c1b9a1..3c90bcaf0d86 100644 --- a/libstdc++-v3/testsuite/30_threads/async/async.cc +++ b/libstdc++-v3/testsuite/30_threads/async/async.cc @@ -5,7 +5,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/30_threads/async/except.cc b/libstdc++-v3/testsuite/30_threads/async/except.cc index 1a63680f622d..6047d0c5a03e 100644 --- a/libstdc++-v3/testsuite/30_threads/async/except.cc +++ b/libstdc++-v3/testsuite/30_threads/async/except.cc @@ -5,7 +5,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/30_threads/async/forced_unwind.cc b/libstdc++-v3/testsuite/30_threads/async/forced_unwind.cc index b344b740543c..85ece1d565a7 100644 --- a/libstdc++-v3/testsuite/30_threads/async/forced_unwind.cc +++ b/libstdc++-v3/testsuite/30_threads/async/forced_unwind.cc @@ -5,7 +5,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/30_threads/async/launch.cc b/libstdc++-v3/testsuite/30_threads/async/launch.cc index 7064c91aeea0..65420ffc633f 100644 --- a/libstdc++-v3/testsuite/30_threads/async/launch.cc +++ b/libstdc++-v3/testsuite/30_threads/async/launch.cc @@ -5,7 +5,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/30_threads/async/lwg2021.cc b/libstdc++-v3/testsuite/30_threads/async/lwg2021.cc index 62fbf2779a33..ffcb623fd596 100644 --- a/libstdc++-v3/testsuite/30_threads/async/lwg2021.cc +++ b/libstdc++-v3/testsuite/30_threads/async/lwg2021.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/30_threads/async/sync.cc b/libstdc++-v3/testsuite/30_threads/async/sync.cc index b4d47597e1cf..07cbff9b5062 100644 --- a/libstdc++-v3/testsuite/30_threads/async/sync.cc +++ b/libstdc++-v3/testsuite/30_threads/async/sync.cc @@ -5,7 +5,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/30_threads/call_once/39909.cc b/libstdc++-v3/testsuite/30_threads/call_once/39909.cc index 50682695c9e5..da95f7d82b0c 100644 --- a/libstdc++-v3/testsuite/30_threads/call_once/39909.cc +++ b/libstdc++-v3/testsuite/30_threads/call_once/39909.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/call_once/49668.cc b/libstdc++-v3/testsuite/30_threads/call_once/49668.cc index 6203a29d034a..ed5189ca5689 100644 --- a/libstdc++-v3/testsuite/30_threads/call_once/49668.cc +++ b/libstdc++-v3/testsuite/30_threads/call_once/49668.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/30_threads/call_once/60497.cc b/libstdc++-v3/testsuite/30_threads/call_once/60497.cc index a9e6449080e3..d010d46b5e32 100644 --- a/libstdc++-v3/testsuite/30_threads/call_once/60497.cc +++ b/libstdc++-v3/testsuite/30_threads/call_once/60497.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/30_threads/call_once/call_once1.cc b/libstdc++-v3/testsuite/30_threads/call_once/call_once1.cc index 5b88ba1825fa..63b31c1d4cf8 100644 --- a/libstdc++-v3/testsuite/30_threads/call_once/call_once1.cc +++ b/libstdc++-v3/testsuite/30_threads/call_once/call_once1.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/call_once/constexpr.cc b/libstdc++-v3/testsuite/30_threads/call_once/constexpr.cc index 0960c6417162..0fe374f9c179 100644 --- a/libstdc++-v3/testsuite/30_threads/call_once/constexpr.cc +++ b/libstdc++-v3/testsuite/30_threads/call_once/constexpr.cc @@ -2,7 +2,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/30_threads/call_once/dr2442.cc b/libstdc++-v3/testsuite/30_threads/call_once/dr2442.cc index 5b6668798dc5..378e4137f170 100644 --- a/libstdc++-v3/testsuite/30_threads/call_once/dr2442.cc +++ b/libstdc++-v3/testsuite/30_threads/call_once/dr2442.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/30_threads/call_once/once_flag.cc b/libstdc++-v3/testsuite/30_threads/call_once/once_flag.cc index 7054e8abdb6c..94e02f2390e6 100644 --- a/libstdc++-v3/testsuite/30_threads/call_once/once_flag.cc +++ b/libstdc++-v3/testsuite/30_threads/call_once/once_flag.cc @@ -2,7 +2,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/condition_variable/54185.cc b/libstdc++-v3/testsuite/30_threads/condition_variable/54185.cc index 5530b596452c..16abe3cd0f21 100644 --- a/libstdc++-v3/testsuite/30_threads/condition_variable/54185.cc +++ b/libstdc++-v3/testsuite/30_threads/condition_variable/54185.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/30_threads/condition_variable/cons/1.cc b/libstdc++-v3/testsuite/30_threads/condition_variable/cons/1.cc index e1db8d943efc..c16a04f678d4 100644 --- a/libstdc++-v3/testsuite/30_threads/condition_variable/cons/1.cc +++ b/libstdc++-v3/testsuite/30_threads/condition_variable/cons/1.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/condition_variable/cons/assign_neg.cc b/libstdc++-v3/testsuite/30_threads/condition_variable/cons/assign_neg.cc index 3ca483a30d05..59353b64708b 100644 --- a/libstdc++-v3/testsuite/30_threads/condition_variable/cons/assign_neg.cc +++ b/libstdc++-v3/testsuite/30_threads/condition_variable/cons/assign_neg.cc @@ -2,7 +2,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/condition_variable/cons/copy_neg.cc b/libstdc++-v3/testsuite/30_threads/condition_variable/cons/copy_neg.cc index 2c60c0ffdb11..0f033060fae4 100644 --- a/libstdc++-v3/testsuite/30_threads/condition_variable/cons/copy_neg.cc +++ b/libstdc++-v3/testsuite/30_threads/condition_variable/cons/copy_neg.cc @@ -2,7 +2,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/condition_variable/members/1.cc b/libstdc++-v3/testsuite/30_threads/condition_variable/members/1.cc index a703efb40bd5..f684a63e93dd 100644 --- a/libstdc++-v3/testsuite/30_threads/condition_variable/members/1.cc +++ b/libstdc++-v3/testsuite/30_threads/condition_variable/members/1.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/condition_variable/members/2.cc b/libstdc++-v3/testsuite/30_threads/condition_variable/members/2.cc index 12a7a1b6cdeb..50279751e871 100644 --- a/libstdc++-v3/testsuite/30_threads/condition_variable/members/2.cc +++ b/libstdc++-v3/testsuite/30_threads/condition_variable/members/2.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/condition_variable/members/3.cc b/libstdc++-v3/testsuite/30_threads/condition_variable/members/3.cc index d36dc2d089d4..3f6885d1942b 100644 --- a/libstdc++-v3/testsuite/30_threads/condition_variable/members/3.cc +++ b/libstdc++-v3/testsuite/30_threads/condition_variable/members/3.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/30_threads/condition_variable/members/53841.cc b/libstdc++-v3/testsuite/30_threads/condition_variable/members/53841.cc index 19badc6f464b..eeb922bcd191 100644 --- a/libstdc++-v3/testsuite/30_threads/condition_variable/members/53841.cc +++ b/libstdc++-v3/testsuite/30_threads/condition_variable/members/53841.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/30_threads/condition_variable/native_handle/typesizes.cc b/libstdc++-v3/testsuite/30_threads/condition_variable/native_handle/typesizes.cc index 920d15328eeb..01bd9d967c80 100644 --- a/libstdc++-v3/testsuite/30_threads/condition_variable/native_handle/typesizes.cc +++ b/libstdc++-v3/testsuite/30_threads/condition_variable/native_handle/typesizes.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/condition_variable/requirements/standard_layout.cc b/libstdc++-v3/testsuite/30_threads/condition_variable/requirements/standard_layout.cc index e70614fd7950..42273e489cec 100644 --- a/libstdc++-v3/testsuite/30_threads/condition_variable/requirements/standard_layout.cc +++ b/libstdc++-v3/testsuite/30_threads/condition_variable/requirements/standard_layout.cc @@ -2,7 +2,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/condition_variable/requirements/typedefs.cc b/libstdc++-v3/testsuite/30_threads/condition_variable/requirements/typedefs.cc index c4725bd5a3aa..279a9abd2bb4 100644 --- a/libstdc++-v3/testsuite/30_threads/condition_variable/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/30_threads/condition_variable/requirements/typedefs.cc @@ -3,7 +3,7 @@ // { dg-require-gthreads "" } // 2009-01-28 Benjamin Kosnik -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/condition_variable_any/50862.cc b/libstdc++-v3/testsuite/30_threads/condition_variable_any/50862.cc index d4d498196b92..fd7356cd3fb0 100644 --- a/libstdc++-v3/testsuite/30_threads/condition_variable_any/50862.cc +++ b/libstdc++-v3/testsuite/30_threads/condition_variable_any/50862.cc @@ -5,7 +5,7 @@ // { dg-require-gthreads "" } // { dg-require-sched-yield "" } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/30_threads/condition_variable_any/53830.cc b/libstdc++-v3/testsuite/30_threads/condition_variable_any/53830.cc index af6d30411e41..1cae685317dc 100644 --- a/libstdc++-v3/testsuite/30_threads/condition_variable_any/53830.cc +++ b/libstdc++-v3/testsuite/30_threads/condition_variable_any/53830.cc @@ -6,7 +6,7 @@ // { dg-require-sched-yield "" } // { dg-require-sleep "" } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/30_threads/condition_variable_any/cons/1.cc b/libstdc++-v3/testsuite/30_threads/condition_variable_any/cons/1.cc index 0cdb62f22ee8..970058103a99 100644 --- a/libstdc++-v3/testsuite/30_threads/condition_variable_any/cons/1.cc +++ b/libstdc++-v3/testsuite/30_threads/condition_variable_any/cons/1.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/condition_variable_any/cons/assign_neg.cc b/libstdc++-v3/testsuite/30_threads/condition_variable_any/cons/assign_neg.cc index f75e67389f5a..541a54709e53 100644 --- a/libstdc++-v3/testsuite/30_threads/condition_variable_any/cons/assign_neg.cc +++ b/libstdc++-v3/testsuite/30_threads/condition_variable_any/cons/assign_neg.cc @@ -2,7 +2,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/condition_variable_any/cons/copy_neg.cc b/libstdc++-v3/testsuite/30_threads/condition_variable_any/cons/copy_neg.cc index 85c76dfb6ba2..2ec085b521f6 100644 --- a/libstdc++-v3/testsuite/30_threads/condition_variable_any/cons/copy_neg.cc +++ b/libstdc++-v3/testsuite/30_threads/condition_variable_any/cons/copy_neg.cc @@ -2,7 +2,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/condition_variable_any/members/1.cc b/libstdc++-v3/testsuite/30_threads/condition_variable_any/members/1.cc index db3ea991b203..e8b76264d61e 100644 --- a/libstdc++-v3/testsuite/30_threads/condition_variable_any/members/1.cc +++ b/libstdc++-v3/testsuite/30_threads/condition_variable_any/members/1.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/30_threads/condition_variable_any/members/2.cc b/libstdc++-v3/testsuite/30_threads/condition_variable_any/members/2.cc index 6cbbaf78bcb7..d03b3f5cfd63 100644 --- a/libstdc++-v3/testsuite/30_threads/condition_variable_any/members/2.cc +++ b/libstdc++-v3/testsuite/30_threads/condition_variable_any/members/2.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/30_threads/future/cons/assign_neg.cc b/libstdc++-v3/testsuite/30_threads/future/cons/assign_neg.cc index a36dafb5d411..53dd4fad08c2 100644 --- a/libstdc++-v3/testsuite/30_threads/future/cons/assign_neg.cc +++ b/libstdc++-v3/testsuite/30_threads/future/cons/assign_neg.cc @@ -3,7 +3,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/future/cons/constexpr.cc b/libstdc++-v3/testsuite/30_threads/future/cons/constexpr.cc index dcafe3e195a1..25de49f4afc8 100644 --- a/libstdc++-v3/testsuite/30_threads/future/cons/constexpr.cc +++ b/libstdc++-v3/testsuite/30_threads/future/cons/constexpr.cc @@ -6,7 +6,7 @@ // { dg-final { scan-assembler-not "_ZNSt6futureIvEC2Ev" } } // { dg-final { scan-assembler-not "_ZNSt6futureIiEC2Ev" } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/30_threads/future/cons/copy_neg.cc b/libstdc++-v3/testsuite/30_threads/future/cons/copy_neg.cc index 8fc5de622686..be3a53940af6 100644 --- a/libstdc++-v3/testsuite/30_threads/future/cons/copy_neg.cc +++ b/libstdc++-v3/testsuite/30_threads/future/cons/copy_neg.cc @@ -3,7 +3,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/future/cons/default.cc b/libstdc++-v3/testsuite/30_threads/future/cons/default.cc index b9424be1e306..b2e148e7546d 100644 --- a/libstdc++-v3/testsuite/30_threads/future/cons/default.cc +++ b/libstdc++-v3/testsuite/30_threads/future/cons/default.cc @@ -3,7 +3,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/30_threads/future/cons/move.cc b/libstdc++-v3/testsuite/30_threads/future/cons/move.cc index 63b017fe0c02..5a3c0efcfe2b 100644 --- a/libstdc++-v3/testsuite/30_threads/future/cons/move.cc +++ b/libstdc++-v3/testsuite/30_threads/future/cons/move.cc @@ -5,7 +5,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/future/cons/move_assign.cc b/libstdc++-v3/testsuite/30_threads/future/cons/move_assign.cc index 50971f3bff3a..52cb2dda67e6 100644 --- a/libstdc++-v3/testsuite/30_threads/future/cons/move_assign.cc +++ b/libstdc++-v3/testsuite/30_threads/future/cons/move_assign.cc @@ -3,7 +3,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/30_threads/future/members/45133.cc b/libstdc++-v3/testsuite/30_threads/future/members/45133.cc index 1f914839af93..e16fd0898bf1 100644 --- a/libstdc++-v3/testsuite/30_threads/future/members/45133.cc +++ b/libstdc++-v3/testsuite/30_threads/future/members/45133.cc @@ -5,7 +5,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/30_threads/future/members/get.cc b/libstdc++-v3/testsuite/30_threads/future/members/get.cc index b99837e0cab3..44509e3645f8 100644 --- a/libstdc++-v3/testsuite/30_threads/future/members/get.cc +++ b/libstdc++-v3/testsuite/30_threads/future/members/get.cc @@ -5,7 +5,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/future/members/get2.cc b/libstdc++-v3/testsuite/30_threads/future/members/get2.cc index 6a259e70a7d9..da8c048ab107 100644 --- a/libstdc++-v3/testsuite/30_threads/future/members/get2.cc +++ b/libstdc++-v3/testsuite/30_threads/future/members/get2.cc @@ -5,7 +5,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/future/members/share.cc b/libstdc++-v3/testsuite/30_threads/future/members/share.cc index cb163e2329e9..d08b8d0415de 100644 --- a/libstdc++-v3/testsuite/30_threads/future/members/share.cc +++ b/libstdc++-v3/testsuite/30_threads/future/members/share.cc @@ -5,7 +5,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/30_threads/future/members/valid.cc b/libstdc++-v3/testsuite/30_threads/future/members/valid.cc index e473dc16a7df..66a5db7957bb 100644 --- a/libstdc++-v3/testsuite/30_threads/future/members/valid.cc +++ b/libstdc++-v3/testsuite/30_threads/future/members/valid.cc @@ -5,7 +5,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/30_threads/future/members/wait.cc b/libstdc++-v3/testsuite/30_threads/future/members/wait.cc index 6d082430b39c..157a28c8676a 100644 --- a/libstdc++-v3/testsuite/30_threads/future/members/wait.cc +++ b/libstdc++-v3/testsuite/30_threads/future/members/wait.cc @@ -5,7 +5,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/future/members/wait_for.cc b/libstdc++-v3/testsuite/30_threads/future/members/wait_for.cc index 1b8707d22bf2..408066f35341 100644 --- a/libstdc++-v3/testsuite/30_threads/future/members/wait_for.cc +++ b/libstdc++-v3/testsuite/30_threads/future/members/wait_for.cc @@ -5,7 +5,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/future/members/wait_until.cc b/libstdc++-v3/testsuite/30_threads/future/members/wait_until.cc index ed71c5096293..998eda6eeb5a 100644 --- a/libstdc++-v3/testsuite/30_threads/future/members/wait_until.cc +++ b/libstdc++-v3/testsuite/30_threads/future/members/wait_until.cc @@ -5,7 +5,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/future/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/30_threads/future/requirements/explicit_instantiation.cc index 87d423f1e8b7..aa2ae0aa0a92 100644 --- a/libstdc++-v3/testsuite/30_threads/future/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/30_threads/future/requirements/explicit_instantiation.cc @@ -3,7 +3,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/headers/condition_variable/std_c++0x_neg.cc b/libstdc++-v3/testsuite/30_threads/headers/condition_variable/std_c++0x_neg.cc index c6cb91859748..57a5aa903ac6 100644 --- a/libstdc++-v3/testsuite/30_threads/headers/condition_variable/std_c++0x_neg.cc +++ b/libstdc++-v3/testsuite/30_threads/headers/condition_variable/std_c++0x_neg.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-options "-std=gnu++98" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/headers/condition_variable/types_std_c++0x.cc b/libstdc++-v3/testsuite/30_threads/headers/condition_variable/types_std_c++0x.cc index fff8a2001752..8b7c70635c79 100644 --- a/libstdc++-v3/testsuite/30_threads/headers/condition_variable/types_std_c++0x.cc +++ b/libstdc++-v3/testsuite/30_threads/headers/condition_variable/types_std_c++0x.cc @@ -2,7 +2,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/headers/future/std_c++0x_neg.cc b/libstdc++-v3/testsuite/30_threads/headers/future/std_c++0x_neg.cc index 5418da19faac..bee7a876af7c 100644 --- a/libstdc++-v3/testsuite/30_threads/headers/future/std_c++0x_neg.cc +++ b/libstdc++-v3/testsuite/30_threads/headers/future/std_c++0x_neg.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-options "-std=gnu++98" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/headers/future/types_std_c++0x.cc b/libstdc++-v3/testsuite/30_threads/headers/future/types_std_c++0x.cc index 3f9d2732c038..0c30622d6ae0 100644 --- a/libstdc++-v3/testsuite/30_threads/headers/future/types_std_c++0x.cc +++ b/libstdc++-v3/testsuite/30_threads/headers/future/types_std_c++0x.cc @@ -3,7 +3,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/headers/mutex/std_c++0x_neg.cc b/libstdc++-v3/testsuite/30_threads/headers/mutex/std_c++0x_neg.cc index 9a5de0dd222a..ea8c31748074 100644 --- a/libstdc++-v3/testsuite/30_threads/headers/mutex/std_c++0x_neg.cc +++ b/libstdc++-v3/testsuite/30_threads/headers/mutex/std_c++0x_neg.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-options "-std=gnu++98" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/headers/mutex/types_std_c++0x.cc b/libstdc++-v3/testsuite/30_threads/headers/mutex/types_std_c++0x.cc index 19f8b9c205c1..c4e1520614fc 100644 --- a/libstdc++-v3/testsuite/30_threads/headers/mutex/types_std_c++0x.cc +++ b/libstdc++-v3/testsuite/30_threads/headers/mutex/types_std_c++0x.cc @@ -2,7 +2,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/headers/thread/std_c++0x_neg.cc b/libstdc++-v3/testsuite/30_threads/headers/thread/std_c++0x_neg.cc index f5a97ee6f759..0735675b04e3 100644 --- a/libstdc++-v3/testsuite/30_threads/headers/thread/std_c++0x_neg.cc +++ b/libstdc++-v3/testsuite/30_threads/headers/thread/std_c++0x_neg.cc @@ -3,7 +3,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/headers/thread/types_std_c++0x.cc b/libstdc++-v3/testsuite/30_threads/headers/thread/types_std_c++0x.cc index cd13ed361194..a4e374d4cc09 100644 --- a/libstdc++-v3/testsuite/30_threads/headers/thread/types_std_c++0x.cc +++ b/libstdc++-v3/testsuite/30_threads/headers/thread/types_std_c++0x.cc @@ -2,7 +2,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/lock/1.cc b/libstdc++-v3/testsuite/30_threads/lock/1.cc index 0de4a744a38b..9ac6e3600172 100644 --- a/libstdc++-v3/testsuite/30_threads/lock/1.cc +++ b/libstdc++-v3/testsuite/30_threads/lock/1.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/30_threads/lock/2.cc b/libstdc++-v3/testsuite/30_threads/lock/2.cc index c92d00b76387..a2888c5f3318 100644 --- a/libstdc++-v3/testsuite/30_threads/lock/2.cc +++ b/libstdc++-v3/testsuite/30_threads/lock/2.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/30_threads/lock/3.cc b/libstdc++-v3/testsuite/30_threads/lock/3.cc index 0f8cfa28f53e..98dec9e75e92 100644 --- a/libstdc++-v3/testsuite/30_threads/lock/3.cc +++ b/libstdc++-v3/testsuite/30_threads/lock/3.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/30_threads/lock/4.cc b/libstdc++-v3/testsuite/30_threads/lock/4.cc index 1b442843a9ce..842350862936 100644 --- a/libstdc++-v3/testsuite/30_threads/lock/4.cc +++ b/libstdc++-v3/testsuite/30_threads/lock/4.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/30_threads/lock_guard/cons/1.cc b/libstdc++-v3/testsuite/30_threads/lock_guard/cons/1.cc index 414b678c6c9d..4f3c278f9c79 100644 --- a/libstdc++-v3/testsuite/30_threads/lock_guard/cons/1.cc +++ b/libstdc++-v3/testsuite/30_threads/lock_guard/cons/1.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-cstdint "" } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/30_threads/lock_guard/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/30_threads/lock_guard/requirements/explicit_instantiation.cc index 40ccece2cb2f..26ab3f514c63 100644 --- a/libstdc++-v3/testsuite/30_threads/lock_guard/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/30_threads/lock_guard/requirements/explicit_instantiation.cc @@ -4,7 +4,7 @@ // 2008-03-14 Benjamin Kosnik -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/lock_guard/requirements/typedefs.cc b/libstdc++-v3/testsuite/30_threads/lock_guard/requirements/typedefs.cc index 480b89dcdb12..dcfcceb7ad3d 100644 --- a/libstdc++-v3/testsuite/30_threads/lock_guard/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/30_threads/lock_guard/requirements/typedefs.cc @@ -4,7 +4,7 @@ // 2008-03-14 Benjamin Kosnik -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/mutex/cons/1.cc b/libstdc++-v3/testsuite/30_threads/mutex/cons/1.cc index 6b825c02ba24..e8a904c5e174 100644 --- a/libstdc++-v3/testsuite/30_threads/mutex/cons/1.cc +++ b/libstdc++-v3/testsuite/30_threads/mutex/cons/1.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/mutex/cons/assign_neg.cc b/libstdc++-v3/testsuite/30_threads/mutex/cons/assign_neg.cc index ddd9dfaadabd..3cbfb6eea112 100644 --- a/libstdc++-v3/testsuite/30_threads/mutex/cons/assign_neg.cc +++ b/libstdc++-v3/testsuite/30_threads/mutex/cons/assign_neg.cc @@ -2,7 +2,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/mutex/cons/constexpr.cc b/libstdc++-v3/testsuite/30_threads/mutex/cons/constexpr.cc index 0960c6417162..0fe374f9c179 100644 --- a/libstdc++-v3/testsuite/30_threads/mutex/cons/constexpr.cc +++ b/libstdc++-v3/testsuite/30_threads/mutex/cons/constexpr.cc @@ -2,7 +2,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/30_threads/mutex/cons/copy_neg.cc b/libstdc++-v3/testsuite/30_threads/mutex/cons/copy_neg.cc index 4b94ef82e735..169b12c6e70c 100644 --- a/libstdc++-v3/testsuite/30_threads/mutex/cons/copy_neg.cc +++ b/libstdc++-v3/testsuite/30_threads/mutex/cons/copy_neg.cc @@ -2,7 +2,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/mutex/dest/destructor_locked.cc b/libstdc++-v3/testsuite/30_threads/mutex/dest/destructor_locked.cc index 23d177e5558b..4b505b6c7040 100644 --- a/libstdc++-v3/testsuite/30_threads/mutex/dest/destructor_locked.cc +++ b/libstdc++-v3/testsuite/30_threads/mutex/dest/destructor_locked.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/mutex/lock/1.cc b/libstdc++-v3/testsuite/30_threads/mutex/lock/1.cc index d71843d44be9..8caa78c8e0dc 100644 --- a/libstdc++-v3/testsuite/30_threads/mutex/lock/1.cc +++ b/libstdc++-v3/testsuite/30_threads/mutex/lock/1.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/mutex/native_handle/1.cc b/libstdc++-v3/testsuite/30_threads/mutex/native_handle/1.cc index 137e18ca7432..fdb735deeb29 100644 --- a/libstdc++-v3/testsuite/30_threads/mutex/native_handle/1.cc +++ b/libstdc++-v3/testsuite/30_threads/mutex/native_handle/1.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/mutex/native_handle/typesizes.cc b/libstdc++-v3/testsuite/30_threads/mutex/native_handle/typesizes.cc index 5e31dbf084de..c52c43106eb5 100644 --- a/libstdc++-v3/testsuite/30_threads/mutex/native_handle/typesizes.cc +++ b/libstdc++-v3/testsuite/30_threads/mutex/native_handle/typesizes.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/mutex/requirements/standard_layout.cc b/libstdc++-v3/testsuite/30_threads/mutex/requirements/standard_layout.cc index bad1b8be3030..924336d6ab0f 100644 --- a/libstdc++-v3/testsuite/30_threads/mutex/requirements/standard_layout.cc +++ b/libstdc++-v3/testsuite/30_threads/mutex/requirements/standard_layout.cc @@ -2,7 +2,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/mutex/requirements/typedefs.cc b/libstdc++-v3/testsuite/30_threads/mutex/requirements/typedefs.cc index d773e126755c..a2ab3361c57e 100644 --- a/libstdc++-v3/testsuite/30_threads/mutex/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/30_threads/mutex/requirements/typedefs.cc @@ -3,7 +3,7 @@ // { dg-require-gthreads "" } // 2008-03-18 Benjamin Kosnik -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/mutex/try_lock/1.cc b/libstdc++-v3/testsuite/30_threads/mutex/try_lock/1.cc index 51f8bc7b3795..e14fb2501276 100644 --- a/libstdc++-v3/testsuite/30_threads/mutex/try_lock/1.cc +++ b/libstdc++-v3/testsuite/30_threads/mutex/try_lock/1.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/mutex/try_lock/2.cc b/libstdc++-v3/testsuite/30_threads/mutex/try_lock/2.cc index 2f8d23ac34b0..00da1ede09f2 100644 --- a/libstdc++-v3/testsuite/30_threads/mutex/try_lock/2.cc +++ b/libstdc++-v3/testsuite/30_threads/mutex/try_lock/2.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/mutex/unlock/1.cc b/libstdc++-v3/testsuite/30_threads/mutex/unlock/1.cc index 0cd513f8a68f..c17610e6d24a 100644 --- a/libstdc++-v3/testsuite/30_threads/mutex/unlock/1.cc +++ b/libstdc++-v3/testsuite/30_threads/mutex/unlock/1.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/mutex/unlock/2.cc b/libstdc++-v3/testsuite/30_threads/mutex/unlock/2.cc index 52bb526035b8..a10311d6d1f4 100644 --- a/libstdc++-v3/testsuite/30_threads/mutex/unlock/2.cc +++ b/libstdc++-v3/testsuite/30_threads/mutex/unlock/2.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/30_threads/once_flag/cons/constexpr.cc b/libstdc++-v3/testsuite/30_threads/once_flag/cons/constexpr.cc index 08d5d49800e7..be69abb7a726 100644 --- a/libstdc++-v3/testsuite/30_threads/once_flag/cons/constexpr.cc +++ b/libstdc++-v3/testsuite/30_threads/once_flag/cons/constexpr.cc @@ -2,7 +2,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/30_threads/packaged_task/49668.cc b/libstdc++-v3/testsuite/30_threads/packaged_task/49668.cc index 1ab9d192ac5d..a8fb01bd80f8 100644 --- a/libstdc++-v3/testsuite/30_threads/packaged_task/49668.cc +++ b/libstdc++-v3/testsuite/30_threads/packaged_task/49668.cc @@ -5,7 +5,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/30_threads/packaged_task/60564.cc b/libstdc++-v3/testsuite/30_threads/packaged_task/60564.cc index f2f4ce9b5627..a80f4b6a029c 100644 --- a/libstdc++-v3/testsuite/30_threads/packaged_task/60564.cc +++ b/libstdc++-v3/testsuite/30_threads/packaged_task/60564.cc @@ -5,7 +5,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/30_threads/packaged_task/cons/1.cc b/libstdc++-v3/testsuite/30_threads/packaged_task/cons/1.cc index ce8d6c1843d3..c922038a43f4 100644 --- a/libstdc++-v3/testsuite/30_threads/packaged_task/cons/1.cc +++ b/libstdc++-v3/testsuite/30_threads/packaged_task/cons/1.cc @@ -5,7 +5,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/packaged_task/cons/2.cc b/libstdc++-v3/testsuite/30_threads/packaged_task/cons/2.cc index f267192765ee..8264d19daac9 100644 --- a/libstdc++-v3/testsuite/30_threads/packaged_task/cons/2.cc +++ b/libstdc++-v3/testsuite/30_threads/packaged_task/cons/2.cc @@ -5,7 +5,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/packaged_task/cons/3.cc b/libstdc++-v3/testsuite/30_threads/packaged_task/cons/3.cc index 6903778dd191..e74d3e7b4d0f 100644 --- a/libstdc++-v3/testsuite/30_threads/packaged_task/cons/3.cc +++ b/libstdc++-v3/testsuite/30_threads/packaged_task/cons/3.cc @@ -5,7 +5,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/30_threads/packaged_task/cons/56492.cc b/libstdc++-v3/testsuite/30_threads/packaged_task/cons/56492.cc index 718608e7b349..37f704316c24 100644 --- a/libstdc++-v3/testsuite/30_threads/packaged_task/cons/56492.cc +++ b/libstdc++-v3/testsuite/30_threads/packaged_task/cons/56492.cc @@ -5,7 +5,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/30_threads/packaged_task/cons/alloc.cc b/libstdc++-v3/testsuite/30_threads/packaged_task/cons/alloc.cc index c0830e3f5b9e..e6ba6313543d 100644 --- a/libstdc++-v3/testsuite/30_threads/packaged_task/cons/alloc.cc +++ b/libstdc++-v3/testsuite/30_threads/packaged_task/cons/alloc.cc @@ -5,7 +5,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/30_threads/packaged_task/cons/alloc2.cc b/libstdc++-v3/testsuite/30_threads/packaged_task/cons/alloc2.cc index ebfc00a27107..e2ebceb5b44e 100644 --- a/libstdc++-v3/testsuite/30_threads/packaged_task/cons/alloc2.cc +++ b/libstdc++-v3/testsuite/30_threads/packaged_task/cons/alloc2.cc @@ -3,7 +3,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/30_threads/packaged_task/cons/alloc_min.cc b/libstdc++-v3/testsuite/30_threads/packaged_task/cons/alloc_min.cc index e67f9fda0eab..23f713397a4b 100644 --- a/libstdc++-v3/testsuite/30_threads/packaged_task/cons/alloc_min.cc +++ b/libstdc++-v3/testsuite/30_threads/packaged_task/cons/alloc_min.cc @@ -3,7 +3,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/30_threads/packaged_task/cons/assign_neg.cc b/libstdc++-v3/testsuite/30_threads/packaged_task/cons/assign_neg.cc index 1c88262bc70c..7c4edb9ba85d 100644 --- a/libstdc++-v3/testsuite/30_threads/packaged_task/cons/assign_neg.cc +++ b/libstdc++-v3/testsuite/30_threads/packaged_task/cons/assign_neg.cc @@ -3,7 +3,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/packaged_task/cons/copy_neg.cc b/libstdc++-v3/testsuite/30_threads/packaged_task/cons/copy_neg.cc index 7f1156faae8d..f95fbfd264fd 100644 --- a/libstdc++-v3/testsuite/30_threads/packaged_task/cons/copy_neg.cc +++ b/libstdc++-v3/testsuite/30_threads/packaged_task/cons/copy_neg.cc @@ -3,7 +3,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/packaged_task/cons/move.cc b/libstdc++-v3/testsuite/30_threads/packaged_task/cons/move.cc index 1fa2d7774d96..5bc750bb1c15 100644 --- a/libstdc++-v3/testsuite/30_threads/packaged_task/cons/move.cc +++ b/libstdc++-v3/testsuite/30_threads/packaged_task/cons/move.cc @@ -5,7 +5,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/packaged_task/cons/move_assign.cc b/libstdc++-v3/testsuite/30_threads/packaged_task/cons/move_assign.cc index 2ee50183990d..6d89b087d817 100644 --- a/libstdc++-v3/testsuite/30_threads/packaged_task/cons/move_assign.cc +++ b/libstdc++-v3/testsuite/30_threads/packaged_task/cons/move_assign.cc @@ -5,7 +5,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/packaged_task/forced_unwind.cc b/libstdc++-v3/testsuite/30_threads/packaged_task/forced_unwind.cc index 9059542e598d..2d63602b8511 100644 --- a/libstdc++-v3/testsuite/30_threads/packaged_task/forced_unwind.cc +++ b/libstdc++-v3/testsuite/30_threads/packaged_task/forced_unwind.cc @@ -3,7 +3,7 @@ // { dg-require-effective-target c++11 } // { dg-require-atomic-builtins "" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/30_threads/packaged_task/members/at_thread_exit.cc b/libstdc++-v3/testsuite/30_threads/packaged_task/members/at_thread_exit.cc index 72d1e660c5d6..3cc2a9c6e18c 100644 --- a/libstdc++-v3/testsuite/30_threads/packaged_task/members/at_thread_exit.cc +++ b/libstdc++-v3/testsuite/30_threads/packaged_task/members/at_thread_exit.cc @@ -5,7 +5,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/30_threads/packaged_task/members/get_future.cc b/libstdc++-v3/testsuite/30_threads/packaged_task/members/get_future.cc index 85bbf5befc0b..039384cca4b2 100644 --- a/libstdc++-v3/testsuite/30_threads/packaged_task/members/get_future.cc +++ b/libstdc++-v3/testsuite/30_threads/packaged_task/members/get_future.cc @@ -5,7 +5,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/packaged_task/members/get_future2.cc b/libstdc++-v3/testsuite/30_threads/packaged_task/members/get_future2.cc index 0ffd7460e0aa..57c2f457792b 100644 --- a/libstdc++-v3/testsuite/30_threads/packaged_task/members/get_future2.cc +++ b/libstdc++-v3/testsuite/30_threads/packaged_task/members/get_future2.cc @@ -5,7 +5,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/packaged_task/members/invoke.cc b/libstdc++-v3/testsuite/30_threads/packaged_task/members/invoke.cc index fe4778a74731..1755998cc578 100644 --- a/libstdc++-v3/testsuite/30_threads/packaged_task/members/invoke.cc +++ b/libstdc++-v3/testsuite/30_threads/packaged_task/members/invoke.cc @@ -5,7 +5,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/packaged_task/members/invoke2.cc b/libstdc++-v3/testsuite/30_threads/packaged_task/members/invoke2.cc index 27662d96f1f3..5dd85c2ad3e8 100644 --- a/libstdc++-v3/testsuite/30_threads/packaged_task/members/invoke2.cc +++ b/libstdc++-v3/testsuite/30_threads/packaged_task/members/invoke2.cc @@ -5,7 +5,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/packaged_task/members/invoke3.cc b/libstdc++-v3/testsuite/30_threads/packaged_task/members/invoke3.cc index c3f5cecc5b96..1cce1802630a 100644 --- a/libstdc++-v3/testsuite/30_threads/packaged_task/members/invoke3.cc +++ b/libstdc++-v3/testsuite/30_threads/packaged_task/members/invoke3.cc @@ -5,7 +5,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/packaged_task/members/invoke4.cc b/libstdc++-v3/testsuite/30_threads/packaged_task/members/invoke4.cc index fb95c00fffc9..f3439deb7d33 100644 --- a/libstdc++-v3/testsuite/30_threads/packaged_task/members/invoke4.cc +++ b/libstdc++-v3/testsuite/30_threads/packaged_task/members/invoke4.cc @@ -5,7 +5,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/packaged_task/members/invoke5.cc b/libstdc++-v3/testsuite/30_threads/packaged_task/members/invoke5.cc index 61fcb4a025e7..a4231ea6dfa8 100644 --- a/libstdc++-v3/testsuite/30_threads/packaged_task/members/invoke5.cc +++ b/libstdc++-v3/testsuite/30_threads/packaged_task/members/invoke5.cc @@ -5,7 +5,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/packaged_task/members/reset.cc b/libstdc++-v3/testsuite/30_threads/packaged_task/members/reset.cc index 1581b54afd9c..bde58d3fa068 100644 --- a/libstdc++-v3/testsuite/30_threads/packaged_task/members/reset.cc +++ b/libstdc++-v3/testsuite/30_threads/packaged_task/members/reset.cc @@ -5,7 +5,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/packaged_task/members/reset2.cc b/libstdc++-v3/testsuite/30_threads/packaged_task/members/reset2.cc index 7581e3606df4..2eb2d099447f 100644 --- a/libstdc++-v3/testsuite/30_threads/packaged_task/members/reset2.cc +++ b/libstdc++-v3/testsuite/30_threads/packaged_task/members/reset2.cc @@ -5,7 +5,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/packaged_task/members/swap.cc b/libstdc++-v3/testsuite/30_threads/packaged_task/members/swap.cc index fa50b1dc3ed9..aec95d7860ce 100644 --- a/libstdc++-v3/testsuite/30_threads/packaged_task/members/swap.cc +++ b/libstdc++-v3/testsuite/30_threads/packaged_task/members/swap.cc @@ -5,7 +5,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/packaged_task/members/valid.cc b/libstdc++-v3/testsuite/30_threads/packaged_task/members/valid.cc index 9b26152ede05..f1318271853f 100644 --- a/libstdc++-v3/testsuite/30_threads/packaged_task/members/valid.cc +++ b/libstdc++-v3/testsuite/30_threads/packaged_task/members/valid.cc @@ -5,7 +5,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/30_threads/packaged_task/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/30_threads/packaged_task/requirements/explicit_instantiation.cc index e3b61e4f4188..a508b3131c9a 100644 --- a/libstdc++-v3/testsuite/30_threads/packaged_task/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/30_threads/packaged_task/requirements/explicit_instantiation.cc @@ -3,7 +3,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/packaged_task/uses_allocator.cc b/libstdc++-v3/testsuite/30_threads/packaged_task/uses_allocator.cc index 1e2e9e0f9757..76fd7d82b7f6 100644 --- a/libstdc++-v3/testsuite/30_threads/packaged_task/uses_allocator.cc +++ b/libstdc++-v3/testsuite/30_threads/packaged_task/uses_allocator.cc @@ -3,7 +3,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/30_threads/promise/60966.cc b/libstdc++-v3/testsuite/30_threads/promise/60966.cc index 4030ff879c66..dff1540acfdc 100644 --- a/libstdc++-v3/testsuite/30_threads/promise/60966.cc +++ b/libstdc++-v3/testsuite/30_threads/promise/60966.cc @@ -5,7 +5,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/30_threads/promise/69106.cc b/libstdc++-v3/testsuite/30_threads/promise/69106.cc index 322a2f470798..e59d6a7de0bb 100644 --- a/libstdc++-v3/testsuite/30_threads/promise/69106.cc +++ b/libstdc++-v3/testsuite/30_threads/promise/69106.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/30_threads/promise/cons/1.cc b/libstdc++-v3/testsuite/30_threads/promise/cons/1.cc index 2ca2a9e1c671..035f6058c482 100644 --- a/libstdc++-v3/testsuite/30_threads/promise/cons/1.cc +++ b/libstdc++-v3/testsuite/30_threads/promise/cons/1.cc @@ -5,7 +5,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/promise/cons/alloc.cc b/libstdc++-v3/testsuite/30_threads/promise/cons/alloc.cc index d23ee2966be2..f233be2097db 100644 --- a/libstdc++-v3/testsuite/30_threads/promise/cons/alloc.cc +++ b/libstdc++-v3/testsuite/30_threads/promise/cons/alloc.cc @@ -5,7 +5,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/30_threads/promise/cons/alloc2.cc b/libstdc++-v3/testsuite/30_threads/promise/cons/alloc2.cc index e7567afb09af..0febeb3d26b6 100644 --- a/libstdc++-v3/testsuite/30_threads/promise/cons/alloc2.cc +++ b/libstdc++-v3/testsuite/30_threads/promise/cons/alloc2.cc @@ -3,7 +3,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/30_threads/promise/cons/alloc_min.cc b/libstdc++-v3/testsuite/30_threads/promise/cons/alloc_min.cc index bdac11ea7b8a..002ea042776d 100644 --- a/libstdc++-v3/testsuite/30_threads/promise/cons/alloc_min.cc +++ b/libstdc++-v3/testsuite/30_threads/promise/cons/alloc_min.cc @@ -3,7 +3,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/30_threads/promise/cons/assign_neg.cc b/libstdc++-v3/testsuite/30_threads/promise/cons/assign_neg.cc index 4cbef6d7a749..32e3a6a30c89 100644 --- a/libstdc++-v3/testsuite/30_threads/promise/cons/assign_neg.cc +++ b/libstdc++-v3/testsuite/30_threads/promise/cons/assign_neg.cc @@ -3,7 +3,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/promise/cons/copy_neg.cc b/libstdc++-v3/testsuite/30_threads/promise/cons/copy_neg.cc index e66d0473791c..921f18b42aec 100644 --- a/libstdc++-v3/testsuite/30_threads/promise/cons/copy_neg.cc +++ b/libstdc++-v3/testsuite/30_threads/promise/cons/copy_neg.cc @@ -3,7 +3,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/promise/cons/move.cc b/libstdc++-v3/testsuite/30_threads/promise/cons/move.cc index 5518840c6eb0..9d7e1e88d7c1 100644 --- a/libstdc++-v3/testsuite/30_threads/promise/cons/move.cc +++ b/libstdc++-v3/testsuite/30_threads/promise/cons/move.cc @@ -5,7 +5,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/promise/cons/move_assign.cc b/libstdc++-v3/testsuite/30_threads/promise/cons/move_assign.cc index 61ba48847170..efd44b7a97db 100644 --- a/libstdc++-v3/testsuite/30_threads/promise/cons/move_assign.cc +++ b/libstdc++-v3/testsuite/30_threads/promise/cons/move_assign.cc @@ -5,7 +5,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/promise/members/at_thread_exit.cc b/libstdc++-v3/testsuite/30_threads/promise/members/at_thread_exit.cc index 5e8d9f3ce8a7..867ff7f8035a 100644 --- a/libstdc++-v3/testsuite/30_threads/promise/members/at_thread_exit.cc +++ b/libstdc++-v3/testsuite/30_threads/promise/members/at_thread_exit.cc @@ -5,7 +5,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/30_threads/promise/members/get_future.cc b/libstdc++-v3/testsuite/30_threads/promise/members/get_future.cc index 209f545bd45f..f20316a3dab0 100644 --- a/libstdc++-v3/testsuite/30_threads/promise/members/get_future.cc +++ b/libstdc++-v3/testsuite/30_threads/promise/members/get_future.cc @@ -5,7 +5,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/promise/members/get_future2.cc b/libstdc++-v3/testsuite/30_threads/promise/members/get_future2.cc index 931da7130f69..229577a16de4 100644 --- a/libstdc++-v3/testsuite/30_threads/promise/members/get_future2.cc +++ b/libstdc++-v3/testsuite/30_threads/promise/members/get_future2.cc @@ -5,7 +5,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/promise/members/set_exception.cc b/libstdc++-v3/testsuite/30_threads/promise/members/set_exception.cc index 3672d186b7c1..f285e7269600 100644 --- a/libstdc++-v3/testsuite/30_threads/promise/members/set_exception.cc +++ b/libstdc++-v3/testsuite/30_threads/promise/members/set_exception.cc @@ -5,7 +5,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/promise/members/set_exception2.cc b/libstdc++-v3/testsuite/30_threads/promise/members/set_exception2.cc index e15d912fc8b2..6fd84956c0b9 100644 --- a/libstdc++-v3/testsuite/30_threads/promise/members/set_exception2.cc +++ b/libstdc++-v3/testsuite/30_threads/promise/members/set_exception2.cc @@ -5,7 +5,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/promise/members/set_value.cc b/libstdc++-v3/testsuite/30_threads/promise/members/set_value.cc index e3b7301e3260..fcfa187e391a 100644 --- a/libstdc++-v3/testsuite/30_threads/promise/members/set_value.cc +++ b/libstdc++-v3/testsuite/30_threads/promise/members/set_value.cc @@ -5,7 +5,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/promise/members/set_value2.cc b/libstdc++-v3/testsuite/30_threads/promise/members/set_value2.cc index bb26948f9220..9f3839ab5675 100644 --- a/libstdc++-v3/testsuite/30_threads/promise/members/set_value2.cc +++ b/libstdc++-v3/testsuite/30_threads/promise/members/set_value2.cc @@ -5,7 +5,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/promise/members/set_value3.cc b/libstdc++-v3/testsuite/30_threads/promise/members/set_value3.cc index 1fa9d5379e70..595f0e943940 100644 --- a/libstdc++-v3/testsuite/30_threads/promise/members/set_value3.cc +++ b/libstdc++-v3/testsuite/30_threads/promise/members/set_value3.cc @@ -5,7 +5,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/promise/members/swap.cc b/libstdc++-v3/testsuite/30_threads/promise/members/swap.cc index b445d74d22ec..d0d4b7309817 100644 --- a/libstdc++-v3/testsuite/30_threads/promise/members/swap.cc +++ b/libstdc++-v3/testsuite/30_threads/promise/members/swap.cc @@ -5,7 +5,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/promise/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/30_threads/promise/requirements/explicit_instantiation.cc index 4a220a9deb6b..3b125e99e1c1 100644 --- a/libstdc++-v3/testsuite/30_threads/promise/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/30_threads/promise/requirements/explicit_instantiation.cc @@ -3,7 +3,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/promise/uses_allocator.cc b/libstdc++-v3/testsuite/30_threads/promise/uses_allocator.cc index e19a891b6404..71a6c648e7c8 100644 --- a/libstdc++-v3/testsuite/30_threads/promise/uses_allocator.cc +++ b/libstdc++-v3/testsuite/30_threads/promise/uses_allocator.cc @@ -3,7 +3,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/30_threads/recursive_mutex/cons/1.cc b/libstdc++-v3/testsuite/30_threads/recursive_mutex/cons/1.cc index bf26662f4b6a..cf38ba7ea182 100644 --- a/libstdc++-v3/testsuite/30_threads/recursive_mutex/cons/1.cc +++ b/libstdc++-v3/testsuite/30_threads/recursive_mutex/cons/1.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/recursive_mutex/cons/assign_neg.cc b/libstdc++-v3/testsuite/30_threads/recursive_mutex/cons/assign_neg.cc index a5b592b11e6d..244c9d0b434c 100644 --- a/libstdc++-v3/testsuite/30_threads/recursive_mutex/cons/assign_neg.cc +++ b/libstdc++-v3/testsuite/30_threads/recursive_mutex/cons/assign_neg.cc @@ -2,7 +2,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/recursive_mutex/cons/copy_neg.cc b/libstdc++-v3/testsuite/30_threads/recursive_mutex/cons/copy_neg.cc index 29699acf8608..bd103b6ede20 100644 --- a/libstdc++-v3/testsuite/30_threads/recursive_mutex/cons/copy_neg.cc +++ b/libstdc++-v3/testsuite/30_threads/recursive_mutex/cons/copy_neg.cc @@ -2,7 +2,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/recursive_mutex/dest/destructor_locked.cc b/libstdc++-v3/testsuite/30_threads/recursive_mutex/dest/destructor_locked.cc index ce6a8385262d..b933adc29a2a 100644 --- a/libstdc++-v3/testsuite/30_threads/recursive_mutex/dest/destructor_locked.cc +++ b/libstdc++-v3/testsuite/30_threads/recursive_mutex/dest/destructor_locked.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/recursive_mutex/lock/1.cc b/libstdc++-v3/testsuite/30_threads/recursive_mutex/lock/1.cc index 7747a34b6782..a1b1c0dc627b 100644 --- a/libstdc++-v3/testsuite/30_threads/recursive_mutex/lock/1.cc +++ b/libstdc++-v3/testsuite/30_threads/recursive_mutex/lock/1.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/recursive_mutex/native_handle/1.cc b/libstdc++-v3/testsuite/30_threads/recursive_mutex/native_handle/1.cc index 8405fa672516..68477c671a20 100644 --- a/libstdc++-v3/testsuite/30_threads/recursive_mutex/native_handle/1.cc +++ b/libstdc++-v3/testsuite/30_threads/recursive_mutex/native_handle/1.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/recursive_mutex/native_handle/typesizes.cc b/libstdc++-v3/testsuite/30_threads/recursive_mutex/native_handle/typesizes.cc index b8cde1e6b63b..4bb14dff9abb 100644 --- a/libstdc++-v3/testsuite/30_threads/recursive_mutex/native_handle/typesizes.cc +++ b/libstdc++-v3/testsuite/30_threads/recursive_mutex/native_handle/typesizes.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/recursive_mutex/requirements/standard_layout.cc b/libstdc++-v3/testsuite/30_threads/recursive_mutex/requirements/standard_layout.cc index cb620eee8d95..20b8abce11cf 100644 --- a/libstdc++-v3/testsuite/30_threads/recursive_mutex/requirements/standard_layout.cc +++ b/libstdc++-v3/testsuite/30_threads/recursive_mutex/requirements/standard_layout.cc @@ -2,7 +2,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/recursive_mutex/requirements/typedefs.cc b/libstdc++-v3/testsuite/30_threads/recursive_mutex/requirements/typedefs.cc index b4d48fe86991..2d0bb418d6df 100644 --- a/libstdc++-v3/testsuite/30_threads/recursive_mutex/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/30_threads/recursive_mutex/requirements/typedefs.cc @@ -4,7 +4,7 @@ // 2008-03-18 Benjamin Kosnik -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/recursive_mutex/try_lock/1.cc b/libstdc++-v3/testsuite/30_threads/recursive_mutex/try_lock/1.cc index ba2af979109d..9bc629f8187c 100644 --- a/libstdc++-v3/testsuite/30_threads/recursive_mutex/try_lock/1.cc +++ b/libstdc++-v3/testsuite/30_threads/recursive_mutex/try_lock/1.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/recursive_mutex/try_lock/2.cc b/libstdc++-v3/testsuite/30_threads/recursive_mutex/try_lock/2.cc index 77a7ab4fbb30..bc50e8fa35d1 100644 --- a/libstdc++-v3/testsuite/30_threads/recursive_mutex/try_lock/2.cc +++ b/libstdc++-v3/testsuite/30_threads/recursive_mutex/try_lock/2.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/recursive_mutex/unlock/1.cc b/libstdc++-v3/testsuite/30_threads/recursive_mutex/unlock/1.cc index afeb4415a8b4..243177c52b40 100644 --- a/libstdc++-v3/testsuite/30_threads/recursive_mutex/unlock/1.cc +++ b/libstdc++-v3/testsuite/30_threads/recursive_mutex/unlock/1.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/recursive_mutex/unlock/2.cc b/libstdc++-v3/testsuite/30_threads/recursive_mutex/unlock/2.cc index c8ba2468a43b..677a75fc1047 100644 --- a/libstdc++-v3/testsuite/30_threads/recursive_mutex/unlock/2.cc +++ b/libstdc++-v3/testsuite/30_threads/recursive_mutex/unlock/2.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/30_threads/recursive_timed_mutex/cons/1.cc b/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/cons/1.cc index e4acf5268df5..448ca751e76a 100644 --- a/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/cons/1.cc +++ b/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/cons/1.cc @@ -3,7 +3,7 @@ // { dg-require-effective-target c++11 } // { dg-require-cstdint "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/recursive_timed_mutex/cons/assign_neg.cc b/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/cons/assign_neg.cc index acb82aefa77d..0355361e7a43 100644 --- a/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/cons/assign_neg.cc +++ b/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/cons/assign_neg.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/recursive_timed_mutex/cons/copy_neg.cc b/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/cons/copy_neg.cc index 8c613b00653a..041ab70f421d 100644 --- a/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/cons/copy_neg.cc +++ b/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/cons/copy_neg.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/recursive_timed_mutex/dest/destructor_locked.cc b/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/dest/destructor_locked.cc index 769842dc62f4..4bb5904804e2 100644 --- a/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/dest/destructor_locked.cc +++ b/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/dest/destructor_locked.cc @@ -3,7 +3,7 @@ // { dg-require-effective-target c++11 } // { dg-require-cstdint "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/recursive_timed_mutex/lock/1.cc b/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/lock/1.cc index b79e7350780e..e7d56e2479a0 100644 --- a/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/lock/1.cc +++ b/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/lock/1.cc @@ -3,7 +3,7 @@ // { dg-require-effective-target c++11 } // { dg-require-cstdint "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/recursive_timed_mutex/lock/2.cc b/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/lock/2.cc index ca218359fbb3..b3d88ef61c8c 100644 --- a/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/lock/2.cc +++ b/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/lock/2.cc @@ -3,7 +3,7 @@ // { dg-require-effective-target c++11 } // { dg-require-cstdint "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/recursive_timed_mutex/native_handle/1.cc b/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/native_handle/1.cc index 53f2eec48e3a..347713e3225d 100644 --- a/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/native_handle/1.cc +++ b/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/native_handle/1.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads-timed "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/recursive_timed_mutex/native_handle/typesizes.cc b/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/native_handle/typesizes.cc index 17d0cc33bc6b..4ddb52da868b 100644 --- a/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/native_handle/typesizes.cc +++ b/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/native_handle/typesizes.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads-timed "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/recursive_timed_mutex/requirements/typedefs.cc b/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/requirements/typedefs.cc index 29c81d290bdc..8de81066f63c 100644 --- a/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/requirements/typedefs.cc @@ -4,7 +4,7 @@ // 2008-03-18 Benjamin Kosnik -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/recursive_timed_mutex/try_lock/1.cc b/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/try_lock/1.cc index 182b727a3d0a..e85e6c7b72e6 100644 --- a/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/try_lock/1.cc +++ b/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/try_lock/1.cc @@ -3,7 +3,7 @@ // { dg-require-effective-target c++11 } // { dg-require-cstdint "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/recursive_timed_mutex/try_lock/2.cc b/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/try_lock/2.cc index a3e3d27b4dd6..b0d4e12701bb 100644 --- a/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/try_lock/2.cc +++ b/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/try_lock/2.cc @@ -3,7 +3,7 @@ // { dg-require-effective-target c++11 } // { dg-require-cstdint "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/recursive_timed_mutex/try_lock_for/1.cc b/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/try_lock_for/1.cc index 4cf885eb3b40..676101b69201 100644 --- a/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/try_lock_for/1.cc +++ b/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/try_lock_for/1.cc @@ -3,7 +3,7 @@ // { dg-require-effective-target c++11 } // { dg-require-cstdint "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/recursive_timed_mutex/try_lock_for/2.cc b/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/try_lock_for/2.cc index 791909f588b3..7ba67dc3e0ad 100644 --- a/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/try_lock_for/2.cc +++ b/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/try_lock_for/2.cc @@ -3,7 +3,7 @@ // { dg-require-effective-target c++11 } // { dg-require-cstdint "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/recursive_timed_mutex/try_lock_for/3.cc b/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/try_lock_for/3.cc index 7c93e404bfa4..170ac56129a0 100644 --- a/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/try_lock_for/3.cc +++ b/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/try_lock_for/3.cc @@ -3,7 +3,7 @@ // { dg-require-effective-target c++11 } // { dg-require-cstdint "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/recursive_timed_mutex/try_lock_until/1.cc b/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/try_lock_until/1.cc index 182b727a3d0a..e85e6c7b72e6 100644 --- a/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/try_lock_until/1.cc +++ b/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/try_lock_until/1.cc @@ -3,7 +3,7 @@ // { dg-require-effective-target c++11 } // { dg-require-cstdint "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/recursive_timed_mutex/try_lock_until/2.cc b/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/try_lock_until/2.cc index f157cc18ad84..fe9b7a4e6c1f 100644 --- a/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/try_lock_until/2.cc +++ b/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/try_lock_until/2.cc @@ -3,7 +3,7 @@ // { dg-require-effective-target c++11 } // { dg-require-cstdint "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/recursive_timed_mutex/unlock/1.cc b/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/unlock/1.cc index cbe230d16619..fbc95fb8d9c0 100644 --- a/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/unlock/1.cc +++ b/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/unlock/1.cc @@ -3,7 +3,7 @@ // { dg-require-effective-target c++11 } // { dg-require-cstdint "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/recursive_timed_mutex/unlock/2.cc b/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/unlock/2.cc index 0477cd5e257d..9e472b543ab3 100644 --- a/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/unlock/2.cc +++ b/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/unlock/2.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/30_threads/shared_future/cons/assign.cc b/libstdc++-v3/testsuite/30_threads/shared_future/cons/assign.cc index 572c6582094f..a1d70ff002fb 100644 --- a/libstdc++-v3/testsuite/30_threads/shared_future/cons/assign.cc +++ b/libstdc++-v3/testsuite/30_threads/shared_future/cons/assign.cc @@ -3,7 +3,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/30_threads/shared_future/cons/constexpr.cc b/libstdc++-v3/testsuite/30_threads/shared_future/cons/constexpr.cc index d0a5fe267d6a..e8e5594889c2 100644 --- a/libstdc++-v3/testsuite/30_threads/shared_future/cons/constexpr.cc +++ b/libstdc++-v3/testsuite/30_threads/shared_future/cons/constexpr.cc @@ -6,7 +6,7 @@ // { dg-final { scan-assembler-not "_ZNSt13shared_futureIvEC2Ev" } } // { dg-final { scan-assembler-not "_ZNSt13shared_futureIiEC2Ev" } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/30_threads/shared_future/cons/copy.cc b/libstdc++-v3/testsuite/30_threads/shared_future/cons/copy.cc index 4628858b169e..fe1308ea0cd9 100644 --- a/libstdc++-v3/testsuite/30_threads/shared_future/cons/copy.cc +++ b/libstdc++-v3/testsuite/30_threads/shared_future/cons/copy.cc @@ -3,7 +3,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/shared_future/cons/default.cc b/libstdc++-v3/testsuite/30_threads/shared_future/cons/default.cc index ba96ab3dfd88..9d8040c73438 100644 --- a/libstdc++-v3/testsuite/30_threads/shared_future/cons/default.cc +++ b/libstdc++-v3/testsuite/30_threads/shared_future/cons/default.cc @@ -3,7 +3,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/30_threads/shared_future/cons/move.cc b/libstdc++-v3/testsuite/30_threads/shared_future/cons/move.cc index 3d2666c3f7a4..24777e6891f3 100644 --- a/libstdc++-v3/testsuite/30_threads/shared_future/cons/move.cc +++ b/libstdc++-v3/testsuite/30_threads/shared_future/cons/move.cc @@ -5,7 +5,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/shared_future/cons/move_assign.cc b/libstdc++-v3/testsuite/30_threads/shared_future/cons/move_assign.cc index ae20b01b9b54..f9f71d801a1a 100644 --- a/libstdc++-v3/testsuite/30_threads/shared_future/cons/move_assign.cc +++ b/libstdc++-v3/testsuite/30_threads/shared_future/cons/move_assign.cc @@ -3,7 +3,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/30_threads/shared_future/members/45133.cc b/libstdc++-v3/testsuite/30_threads/shared_future/members/45133.cc index 4548fcca1faf..0e205ae882ea 100644 --- a/libstdc++-v3/testsuite/30_threads/shared_future/members/45133.cc +++ b/libstdc++-v3/testsuite/30_threads/shared_future/members/45133.cc @@ -5,7 +5,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/30_threads/shared_future/members/get.cc b/libstdc++-v3/testsuite/30_threads/shared_future/members/get.cc index efb84dfd53c3..270edab98697 100644 --- a/libstdc++-v3/testsuite/30_threads/shared_future/members/get.cc +++ b/libstdc++-v3/testsuite/30_threads/shared_future/members/get.cc @@ -5,7 +5,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/shared_future/members/get2.cc b/libstdc++-v3/testsuite/30_threads/shared_future/members/get2.cc index 20db446b673e..6c50ce491608 100644 --- a/libstdc++-v3/testsuite/30_threads/shared_future/members/get2.cc +++ b/libstdc++-v3/testsuite/30_threads/shared_future/members/get2.cc @@ -5,7 +5,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/shared_future/members/valid.cc b/libstdc++-v3/testsuite/30_threads/shared_future/members/valid.cc index 747456c173be..1c436c079a6b 100644 --- a/libstdc++-v3/testsuite/30_threads/shared_future/members/valid.cc +++ b/libstdc++-v3/testsuite/30_threads/shared_future/members/valid.cc @@ -5,7 +5,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/30_threads/shared_future/members/wait.cc b/libstdc++-v3/testsuite/30_threads/shared_future/members/wait.cc index bf925f1750c5..6f98a862cbc8 100644 --- a/libstdc++-v3/testsuite/30_threads/shared_future/members/wait.cc +++ b/libstdc++-v3/testsuite/30_threads/shared_future/members/wait.cc @@ -5,7 +5,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/shared_future/members/wait_for.cc b/libstdc++-v3/testsuite/30_threads/shared_future/members/wait_for.cc index 714c4d26e25b..7220af1c83ef 100644 --- a/libstdc++-v3/testsuite/30_threads/shared_future/members/wait_for.cc +++ b/libstdc++-v3/testsuite/30_threads/shared_future/members/wait_for.cc @@ -5,7 +5,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/shared_future/members/wait_until.cc b/libstdc++-v3/testsuite/30_threads/shared_future/members/wait_until.cc index e99979a273fc..ce0133b861ed 100644 --- a/libstdc++-v3/testsuite/30_threads/shared_future/members/wait_until.cc +++ b/libstdc++-v3/testsuite/30_threads/shared_future/members/wait_until.cc @@ -5,7 +5,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/shared_future/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/30_threads/shared_future/requirements/explicit_instantiation.cc index 715b7fe39c4b..69747d6b2474 100644 --- a/libstdc++-v3/testsuite/30_threads/shared_future/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/30_threads/shared_future/requirements/explicit_instantiation.cc @@ -3,7 +3,7 @@ // { dg-require-gthreads "" } // { dg-require-atomic-builtins "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/shared_lock/70766.cc b/libstdc++-v3/testsuite/30_threads/shared_lock/70766.cc index 940b7b17281d..d41374c4bec9 100644 --- a/libstdc++-v3/testsuite/30_threads/shared_lock/70766.cc +++ b/libstdc++-v3/testsuite/30_threads/shared_lock/70766.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/30_threads/shared_lock/cons/1.cc b/libstdc++-v3/testsuite/30_threads/shared_lock/cons/1.cc index e9c2ea3482b2..f0c1f71e324a 100644 --- a/libstdc++-v3/testsuite/30_threads/shared_lock/cons/1.cc +++ b/libstdc++-v3/testsuite/30_threads/shared_lock/cons/1.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/30_threads/shared_lock/cons/2.cc b/libstdc++-v3/testsuite/30_threads/shared_lock/cons/2.cc index e84fd9cc9f44..b386898903ba 100644 --- a/libstdc++-v3/testsuite/30_threads/shared_lock/cons/2.cc +++ b/libstdc++-v3/testsuite/30_threads/shared_lock/cons/2.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/30_threads/shared_lock/cons/3.cc b/libstdc++-v3/testsuite/30_threads/shared_lock/cons/3.cc index 481f23ced26a..649c76df1b34 100644 --- a/libstdc++-v3/testsuite/30_threads/shared_lock/cons/3.cc +++ b/libstdc++-v3/testsuite/30_threads/shared_lock/cons/3.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/30_threads/shared_lock/cons/4.cc b/libstdc++-v3/testsuite/30_threads/shared_lock/cons/4.cc index 6043fa15e678..836def65d1f6 100644 --- a/libstdc++-v3/testsuite/30_threads/shared_lock/cons/4.cc +++ b/libstdc++-v3/testsuite/30_threads/shared_lock/cons/4.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/30_threads/shared_lock/cons/5.cc b/libstdc++-v3/testsuite/30_threads/shared_lock/cons/5.cc index dc2ad95990c9..3487cbf0ad2f 100644 --- a/libstdc++-v3/testsuite/30_threads/shared_lock/cons/5.cc +++ b/libstdc++-v3/testsuite/30_threads/shared_lock/cons/5.cc @@ -3,7 +3,7 @@ // { dg-require-effective-target c++14 } // { dg-require-cstdint "" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/30_threads/shared_lock/cons/6.cc b/libstdc++-v3/testsuite/30_threads/shared_lock/cons/6.cc index 151db279e545..197bf3fead1c 100644 --- a/libstdc++-v3/testsuite/30_threads/shared_lock/cons/6.cc +++ b/libstdc++-v3/testsuite/30_threads/shared_lock/cons/6.cc @@ -3,7 +3,7 @@ // { dg-require-effective-target c++14 } // { dg-require-cstdint "" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/30_threads/shared_lock/locking/1.cc b/libstdc++-v3/testsuite/30_threads/shared_lock/locking/1.cc index 353bf927661e..aa52a17a6499 100644 --- a/libstdc++-v3/testsuite/30_threads/shared_lock/locking/1.cc +++ b/libstdc++-v3/testsuite/30_threads/shared_lock/locking/1.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/30_threads/shared_lock/locking/2.cc b/libstdc++-v3/testsuite/30_threads/shared_lock/locking/2.cc index db230bc0f6ae..a9dcbfd4191b 100644 --- a/libstdc++-v3/testsuite/30_threads/shared_lock/locking/2.cc +++ b/libstdc++-v3/testsuite/30_threads/shared_lock/locking/2.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/30_threads/shared_lock/locking/3.cc b/libstdc++-v3/testsuite/30_threads/shared_lock/locking/3.cc index 58b0f1554da1..db4efa552715 100644 --- a/libstdc++-v3/testsuite/30_threads/shared_lock/locking/3.cc +++ b/libstdc++-v3/testsuite/30_threads/shared_lock/locking/3.cc @@ -3,7 +3,7 @@ // { dg-require-effective-target c++14 } // { dg-require-cstdint "" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/30_threads/shared_lock/locking/4.cc b/libstdc++-v3/testsuite/30_threads/shared_lock/locking/4.cc index f2509326a61f..66edaa1adc50 100644 --- a/libstdc++-v3/testsuite/30_threads/shared_lock/locking/4.cc +++ b/libstdc++-v3/testsuite/30_threads/shared_lock/locking/4.cc @@ -3,7 +3,7 @@ // { dg-require-effective-target c++14 } // { dg-require-cstdint "" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/30_threads/shared_lock/modifiers/1.cc b/libstdc++-v3/testsuite/30_threads/shared_lock/modifiers/1.cc index e0b68b4b88f4..9f8c66ceca27 100644 --- a/libstdc++-v3/testsuite/30_threads/shared_lock/modifiers/1.cc +++ b/libstdc++-v3/testsuite/30_threads/shared_lock/modifiers/1.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/30_threads/shared_lock/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/30_threads/shared_lock/requirements/explicit_instantiation.cc index acea4b86f725..aa918c1a4233 100644 --- a/libstdc++-v3/testsuite/30_threads/shared_lock/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/30_threads/shared_lock/requirements/explicit_instantiation.cc @@ -2,7 +2,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/30_threads/shared_lock/requirements/typedefs.cc b/libstdc++-v3/testsuite/30_threads/shared_lock/requirements/typedefs.cc index 4bad454d1f3c..057cf97ea84b 100644 --- a/libstdc++-v3/testsuite/30_threads/shared_lock/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/30_threads/shared_lock/requirements/typedefs.cc @@ -2,7 +2,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/30_threads/shared_mutex/cons/1.cc b/libstdc++-v3/testsuite/30_threads/shared_mutex/cons/1.cc index 8f8b01c8cda1..a48b91d9f682 100644 --- a/libstdc++-v3/testsuite/30_threads/shared_mutex/cons/1.cc +++ b/libstdc++-v3/testsuite/30_threads/shared_mutex/cons/1.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/30_threads/shared_mutex/cons/assign_neg.cc b/libstdc++-v3/testsuite/30_threads/shared_mutex/cons/assign_neg.cc index cb4e65352eb9..0c6090cb67c7 100644 --- a/libstdc++-v3/testsuite/30_threads/shared_mutex/cons/assign_neg.cc +++ b/libstdc++-v3/testsuite/30_threads/shared_mutex/cons/assign_neg.cc @@ -3,7 +3,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/30_threads/shared_mutex/cons/copy_neg.cc b/libstdc++-v3/testsuite/30_threads/shared_mutex/cons/copy_neg.cc index 9fd513f97ce9..395032105f6e 100644 --- a/libstdc++-v3/testsuite/30_threads/shared_mutex/cons/copy_neg.cc +++ b/libstdc++-v3/testsuite/30_threads/shared_mutex/cons/copy_neg.cc @@ -3,7 +3,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/30_threads/shared_mutex/requirements/standard_layout.cc b/libstdc++-v3/testsuite/30_threads/shared_mutex/requirements/standard_layout.cc index 8aa0964e3f3b..1ecb4b74d19c 100644 --- a/libstdc++-v3/testsuite/30_threads/shared_mutex/requirements/standard_layout.cc +++ b/libstdc++-v3/testsuite/30_threads/shared_mutex/requirements/standard_layout.cc @@ -3,7 +3,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/30_threads/shared_mutex/try_lock/1.cc b/libstdc++-v3/testsuite/30_threads/shared_mutex/try_lock/1.cc index 087945a4b1c5..e08ce902f85f 100644 --- a/libstdc++-v3/testsuite/30_threads/shared_mutex/try_lock/1.cc +++ b/libstdc++-v3/testsuite/30_threads/shared_mutex/try_lock/1.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/30_threads/shared_mutex/try_lock/2.cc b/libstdc++-v3/testsuite/30_threads/shared_mutex/try_lock/2.cc index 38e06bf86e3b..3bd443a0385b 100644 --- a/libstdc++-v3/testsuite/30_threads/shared_mutex/try_lock/2.cc +++ b/libstdc++-v3/testsuite/30_threads/shared_mutex/try_lock/2.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/30_threads/shared_mutex/unlock/1.cc b/libstdc++-v3/testsuite/30_threads/shared_mutex/unlock/1.cc index 202024305451..0b94562587c3 100644 --- a/libstdc++-v3/testsuite/30_threads/shared_mutex/unlock/1.cc +++ b/libstdc++-v3/testsuite/30_threads/shared_mutex/unlock/1.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/30_threads/shared_timed_mutex/cons/1.cc b/libstdc++-v3/testsuite/30_threads/shared_timed_mutex/cons/1.cc index 8db2f6640c9a..69ee0f395b36 100644 --- a/libstdc++-v3/testsuite/30_threads/shared_timed_mutex/cons/1.cc +++ b/libstdc++-v3/testsuite/30_threads/shared_timed_mutex/cons/1.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/30_threads/shared_timed_mutex/cons/assign_neg.cc b/libstdc++-v3/testsuite/30_threads/shared_timed_mutex/cons/assign_neg.cc index 8093a39a5d2e..736bb82cbcb5 100644 --- a/libstdc++-v3/testsuite/30_threads/shared_timed_mutex/cons/assign_neg.cc +++ b/libstdc++-v3/testsuite/30_threads/shared_timed_mutex/cons/assign_neg.cc @@ -2,7 +2,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/shared_timed_mutex/cons/copy_neg.cc b/libstdc++-v3/testsuite/30_threads/shared_timed_mutex/cons/copy_neg.cc index 21084ebd851b..2dbb880dd6fb 100644 --- a/libstdc++-v3/testsuite/30_threads/shared_timed_mutex/cons/copy_neg.cc +++ b/libstdc++-v3/testsuite/30_threads/shared_timed_mutex/cons/copy_neg.cc @@ -2,7 +2,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/30_threads/shared_timed_mutex/requirements/standard_layout.cc b/libstdc++-v3/testsuite/30_threads/shared_timed_mutex/requirements/standard_layout.cc index 6486ebc11c46..04072c781c46 100644 --- a/libstdc++-v3/testsuite/30_threads/shared_timed_mutex/requirements/standard_layout.cc +++ b/libstdc++-v3/testsuite/30_threads/shared_timed_mutex/requirements/standard_layout.cc @@ -2,7 +2,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/30_threads/shared_timed_mutex/try_lock/1.cc b/libstdc++-v3/testsuite/30_threads/shared_timed_mutex/try_lock/1.cc index df580a9042ce..75882cf92072 100644 --- a/libstdc++-v3/testsuite/30_threads/shared_timed_mutex/try_lock/1.cc +++ b/libstdc++-v3/testsuite/30_threads/shared_timed_mutex/try_lock/1.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/30_threads/shared_timed_mutex/try_lock/2.cc b/libstdc++-v3/testsuite/30_threads/shared_timed_mutex/try_lock/2.cc index e0b6f18c762c..5da51d91ea3d 100644 --- a/libstdc++-v3/testsuite/30_threads/shared_timed_mutex/try_lock/2.cc +++ b/libstdc++-v3/testsuite/30_threads/shared_timed_mutex/try_lock/2.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/30_threads/shared_timed_mutex/try_lock/3.cc b/libstdc++-v3/testsuite/30_threads/shared_timed_mutex/try_lock/3.cc index bb7206fb2cad..996a0350a9d7 100644 --- a/libstdc++-v3/testsuite/30_threads/shared_timed_mutex/try_lock/3.cc +++ b/libstdc++-v3/testsuite/30_threads/shared_timed_mutex/try_lock/3.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/30_threads/shared_timed_mutex/unlock/1.cc b/libstdc++-v3/testsuite/30_threads/shared_timed_mutex/unlock/1.cc index 2af19d461ad0..c37e91171b82 100644 --- a/libstdc++-v3/testsuite/30_threads/shared_timed_mutex/unlock/1.cc +++ b/libstdc++-v3/testsuite/30_threads/shared_timed_mutex/unlock/1.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/30_threads/this_thread/1.cc b/libstdc++-v3/testsuite/30_threads/this_thread/1.cc index 613b9cc35201..7440c3f25908 100644 --- a/libstdc++-v3/testsuite/30_threads/this_thread/1.cc +++ b/libstdc++-v3/testsuite/30_threads/this_thread/1.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/this_thread/2.cc b/libstdc++-v3/testsuite/30_threads/this_thread/2.cc index e0715e835f7e..a53992d539f2 100644 --- a/libstdc++-v3/testsuite/30_threads/this_thread/2.cc +++ b/libstdc++-v3/testsuite/30_threads/this_thread/2.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/this_thread/3.cc b/libstdc++-v3/testsuite/30_threads/this_thread/3.cc index 32e8de9e6dd0..96c812541168 100644 --- a/libstdc++-v3/testsuite/30_threads/this_thread/3.cc +++ b/libstdc++-v3/testsuite/30_threads/this_thread/3.cc @@ -5,7 +5,7 @@ // { dg-require-gthreads "" } // { dg-require-sleep "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/this_thread/4.cc b/libstdc++-v3/testsuite/30_threads/this_thread/4.cc index 4d856bb5ee23..ef9f951d02ef 100644 --- a/libstdc++-v3/testsuite/30_threads/this_thread/4.cc +++ b/libstdc++-v3/testsuite/30_threads/this_thread/4.cc @@ -5,7 +5,7 @@ // { dg-require-gthreads "" } // { dg-require-sleep "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/this_thread/57060.cc b/libstdc++-v3/testsuite/30_threads/this_thread/57060.cc index edb6973a5a53..5d478f894996 100644 --- a/libstdc++-v3/testsuite/30_threads/this_thread/57060.cc +++ b/libstdc++-v3/testsuite/30_threads/this_thread/57060.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/30_threads/this_thread/58038.cc b/libstdc++-v3/testsuite/30_threads/this_thread/58038.cc index 59460e78a636..c1efe433fd63 100644 --- a/libstdc++-v3/testsuite/30_threads/this_thread/58038.cc +++ b/libstdc++-v3/testsuite/30_threads/this_thread/58038.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/30_threads/this_thread/60421.cc b/libstdc++-v3/testsuite/30_threads/this_thread/60421.cc index 889cef708545..2e7248b0d338 100644 --- a/libstdc++-v3/testsuite/30_threads/this_thread/60421.cc +++ b/libstdc++-v3/testsuite/30_threads/this_thread/60421.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/30_threads/thread/70503.cc b/libstdc++-v3/testsuite/30_threads/thread/70503.cc index 206c459cc657..bf373aa9a3d7 100644 --- a/libstdc++-v3/testsuite/30_threads/thread/70503.cc +++ b/libstdc++-v3/testsuite/30_threads/thread/70503.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/30_threads/thread/adl.cc b/libstdc++-v3/testsuite/30_threads/thread/adl.cc index 4c05690c3da5..66ce19f7e2d1 100644 --- a/libstdc++-v3/testsuite/30_threads/thread/adl.cc +++ b/libstdc++-v3/testsuite/30_threads/thread/adl.cc @@ -2,7 +2,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/30_threads/thread/cons/1.cc b/libstdc++-v3/testsuite/30_threads/thread/cons/1.cc index c577a12d93ba..991327dbd256 100644 --- a/libstdc++-v3/testsuite/30_threads/thread/cons/1.cc +++ b/libstdc++-v3/testsuite/30_threads/thread/cons/1.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/thread/cons/2.cc b/libstdc++-v3/testsuite/30_threads/thread/cons/2.cc index f37a1f748541..e41479457622 100644 --- a/libstdc++-v3/testsuite/30_threads/thread/cons/2.cc +++ b/libstdc++-v3/testsuite/30_threads/thread/cons/2.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/thread/cons/3.cc b/libstdc++-v3/testsuite/30_threads/thread/cons/3.cc index 1b482961954a..21c9f48179d7 100644 --- a/libstdc++-v3/testsuite/30_threads/thread/cons/3.cc +++ b/libstdc++-v3/testsuite/30_threads/thread/cons/3.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/thread/cons/4.cc b/libstdc++-v3/testsuite/30_threads/thread/cons/4.cc index 799e752fa32e..b5dc15fab8fd 100644 --- a/libstdc++-v3/testsuite/30_threads/thread/cons/4.cc +++ b/libstdc++-v3/testsuite/30_threads/thread/cons/4.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/thread/cons/49668.cc b/libstdc++-v3/testsuite/30_threads/thread/cons/49668.cc index c9e135203708..842f1b1c0816 100644 --- a/libstdc++-v3/testsuite/30_threads/thread/cons/49668.cc +++ b/libstdc++-v3/testsuite/30_threads/thread/cons/49668.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/30_threads/thread/cons/5.cc b/libstdc++-v3/testsuite/30_threads/thread/cons/5.cc index f1b4b821285a..a00ecab9a4fb 100644 --- a/libstdc++-v3/testsuite/30_threads/thread/cons/5.cc +++ b/libstdc++-v3/testsuite/30_threads/thread/cons/5.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/thread/cons/6.cc b/libstdc++-v3/testsuite/30_threads/thread/cons/6.cc index b74390bd421d..c49c9796daa9 100644 --- a/libstdc++-v3/testsuite/30_threads/thread/cons/6.cc +++ b/libstdc++-v3/testsuite/30_threads/thread/cons/6.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/thread/cons/7.cc b/libstdc++-v3/testsuite/30_threads/thread/cons/7.cc index b0d999f3f324..c5b82448d1ec 100644 --- a/libstdc++-v3/testsuite/30_threads/thread/cons/7.cc +++ b/libstdc++-v3/testsuite/30_threads/thread/cons/7.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/thread/cons/8.cc b/libstdc++-v3/testsuite/30_threads/thread/cons/8.cc index 0bf61873784f..1a1d375f8d60 100644 --- a/libstdc++-v3/testsuite/30_threads/thread/cons/8.cc +++ b/libstdc++-v3/testsuite/30_threads/thread/cons/8.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/thread/cons/9.cc b/libstdc++-v3/testsuite/30_threads/thread/cons/9.cc index 31bacde30b67..3ac19964d0fa 100644 --- a/libstdc++-v3/testsuite/30_threads/thread/cons/9.cc +++ b/libstdc++-v3/testsuite/30_threads/thread/cons/9.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/thread/cons/assign_neg.cc b/libstdc++-v3/testsuite/30_threads/thread/cons/assign_neg.cc index 93e725fd3fc5..770ce389d600 100644 --- a/libstdc++-v3/testsuite/30_threads/thread/cons/assign_neg.cc +++ b/libstdc++-v3/testsuite/30_threads/thread/cons/assign_neg.cc @@ -2,7 +2,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/thread/cons/copy_neg.cc b/libstdc++-v3/testsuite/30_threads/thread/cons/copy_neg.cc index 3eda3070a3d1..503634d06d04 100644 --- a/libstdc++-v3/testsuite/30_threads/thread/cons/copy_neg.cc +++ b/libstdc++-v3/testsuite/30_threads/thread/cons/copy_neg.cc @@ -2,7 +2,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/thread/cons/moveable.cc b/libstdc++-v3/testsuite/30_threads/thread/cons/moveable.cc index 7efa355d062c..7d572bf2398d 100644 --- a/libstdc++-v3/testsuite/30_threads/thread/cons/moveable.cc +++ b/libstdc++-v3/testsuite/30_threads/thread/cons/moveable.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/thread/id/70294.cc b/libstdc++-v3/testsuite/30_threads/thread/id/70294.cc index 9b91477ccb18..34bd66c825a9 100644 --- a/libstdc++-v3/testsuite/30_threads/thread/id/70294.cc +++ b/libstdc++-v3/testsuite/30_threads/thread/id/70294.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/30_threads/thread/id/hash.cc b/libstdc++-v3/testsuite/30_threads/thread/id/hash.cc index af04a4cb314f..54a741e1d7e9 100644 --- a/libstdc++-v3/testsuite/30_threads/thread/id/hash.cc +++ b/libstdc++-v3/testsuite/30_threads/thread/id/hash.cc @@ -2,7 +2,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/30_threads/thread/id/operators.cc b/libstdc++-v3/testsuite/30_threads/thread/id/operators.cc index c1b4dd0fb5ca..7c1dfe6dc469 100644 --- a/libstdc++-v3/testsuite/30_threads/thread/id/operators.cc +++ b/libstdc++-v3/testsuite/30_threads/thread/id/operators.cc @@ -2,7 +2,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/thread/members/1.cc b/libstdc++-v3/testsuite/30_threads/thread/members/1.cc index c9e04675cc05..af261f8825e9 100644 --- a/libstdc++-v3/testsuite/30_threads/thread/members/1.cc +++ b/libstdc++-v3/testsuite/30_threads/thread/members/1.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/thread/members/2.cc b/libstdc++-v3/testsuite/30_threads/thread/members/2.cc index 15df4fbfecd4..e2c211be37e6 100644 --- a/libstdc++-v3/testsuite/30_threads/thread/members/2.cc +++ b/libstdc++-v3/testsuite/30_threads/thread/members/2.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/thread/members/3.cc b/libstdc++-v3/testsuite/30_threads/thread/members/3.cc index 00057fe35b71..a23b2312ba62 100644 --- a/libstdc++-v3/testsuite/30_threads/thread/members/3.cc +++ b/libstdc++-v3/testsuite/30_threads/thread/members/3.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/thread/members/4.cc b/libstdc++-v3/testsuite/30_threads/thread/members/4.cc index f7769ed9f5fd..4fbca26de26b 100644 --- a/libstdc++-v3/testsuite/30_threads/thread/members/4.cc +++ b/libstdc++-v3/testsuite/30_threads/thread/members/4.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/thread/members/5.cc b/libstdc++-v3/testsuite/30_threads/thread/members/5.cc index 2e6672992746..2a8a8d21af85 100644 --- a/libstdc++-v3/testsuite/30_threads/thread/members/5.cc +++ b/libstdc++-v3/testsuite/30_threads/thread/members/5.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/thread/members/hardware_concurrency.cc b/libstdc++-v3/testsuite/30_threads/thread/members/hardware_concurrency.cc index d5e50c9577f4..19c8fc47c825 100644 --- a/libstdc++-v3/testsuite/30_threads/thread/members/hardware_concurrency.cc +++ b/libstdc++-v3/testsuite/30_threads/thread/members/hardware_concurrency.cc @@ -5,7 +5,7 @@ // { dg-require-gthreads "" } // { dg-require-nprocs "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/thread/native_handle/cancel.cc b/libstdc++-v3/testsuite/30_threads/thread/native_handle/cancel.cc index db04b0521e65..997375c44070 100644 --- a/libstdc++-v3/testsuite/30_threads/thread/native_handle/cancel.cc +++ b/libstdc++-v3/testsuite/30_threads/thread/native_handle/cancel.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/30_threads/thread/native_handle/typesizes.cc b/libstdc++-v3/testsuite/30_threads/thread/native_handle/typesizes.cc index 9d36fffc4834..84885877989c 100644 --- a/libstdc++-v3/testsuite/30_threads/thread/native_handle/typesizes.cc +++ b/libstdc++-v3/testsuite/30_threads/thread/native_handle/typesizes.cc @@ -3,7 +3,7 @@ // { dg-require-effective-target c++11 } // { dg-require-gthreads "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/thread/swap/1.cc b/libstdc++-v3/testsuite/30_threads/thread/swap/1.cc index 1b11f20b21f1..1dededc3c9ef 100644 --- a/libstdc++-v3/testsuite/30_threads/thread/swap/1.cc +++ b/libstdc++-v3/testsuite/30_threads/thread/swap/1.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/timed_mutex/cons/1.cc b/libstdc++-v3/testsuite/30_threads/timed_mutex/cons/1.cc index cca3ae6cfb0b..e706ac7ce260 100644 --- a/libstdc++-v3/testsuite/30_threads/timed_mutex/cons/1.cc +++ b/libstdc++-v3/testsuite/30_threads/timed_mutex/cons/1.cc @@ -3,7 +3,7 @@ // { dg-require-effective-target c++11 } // { dg-require-cstdint "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/timed_mutex/cons/assign_neg.cc b/libstdc++-v3/testsuite/30_threads/timed_mutex/cons/assign_neg.cc index 468cc060d479..2955b7430aa7 100644 --- a/libstdc++-v3/testsuite/30_threads/timed_mutex/cons/assign_neg.cc +++ b/libstdc++-v3/testsuite/30_threads/timed_mutex/cons/assign_neg.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/timed_mutex/cons/copy_neg.cc b/libstdc++-v3/testsuite/30_threads/timed_mutex/cons/copy_neg.cc index 064e8531fa73..5678300cc746 100644 --- a/libstdc++-v3/testsuite/30_threads/timed_mutex/cons/copy_neg.cc +++ b/libstdc++-v3/testsuite/30_threads/timed_mutex/cons/copy_neg.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/timed_mutex/dest/destructor_locked.cc b/libstdc++-v3/testsuite/30_threads/timed_mutex/dest/destructor_locked.cc index 7dcc399e5d3f..604f9597a09f 100644 --- a/libstdc++-v3/testsuite/30_threads/timed_mutex/dest/destructor_locked.cc +++ b/libstdc++-v3/testsuite/30_threads/timed_mutex/dest/destructor_locked.cc @@ -3,7 +3,7 @@ // { dg-require-effective-target c++11 } // { dg-require-cstdint "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/timed_mutex/lock/1.cc b/libstdc++-v3/testsuite/30_threads/timed_mutex/lock/1.cc index cd8ab6fb3d05..3ba135867f8c 100644 --- a/libstdc++-v3/testsuite/30_threads/timed_mutex/lock/1.cc +++ b/libstdc++-v3/testsuite/30_threads/timed_mutex/lock/1.cc @@ -3,7 +3,7 @@ // { dg-require-effective-target c++11 } // { dg-require-cstdint "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/timed_mutex/native_handle/1.cc b/libstdc++-v3/testsuite/30_threads/timed_mutex/native_handle/1.cc index e34031d4e655..f65c60e5d2ba 100644 --- a/libstdc++-v3/testsuite/30_threads/timed_mutex/native_handle/1.cc +++ b/libstdc++-v3/testsuite/30_threads/timed_mutex/native_handle/1.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads-timed "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/timed_mutex/native_handle/typesizes.cc b/libstdc++-v3/testsuite/30_threads/timed_mutex/native_handle/typesizes.cc index cabe79808b6d..c9438f62f820 100644 --- a/libstdc++-v3/testsuite/30_threads/timed_mutex/native_handle/typesizes.cc +++ b/libstdc++-v3/testsuite/30_threads/timed_mutex/native_handle/typesizes.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads-timed "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/timed_mutex/requirements/standard_layout.cc b/libstdc++-v3/testsuite/30_threads/timed_mutex/requirements/standard_layout.cc index 42cbc57f4449..61a6b45bb98c 100644 --- a/libstdc++-v3/testsuite/30_threads/timed_mutex/requirements/standard_layout.cc +++ b/libstdc++-v3/testsuite/30_threads/timed_mutex/requirements/standard_layout.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/30_threads/timed_mutex/requirements/typedefs.cc b/libstdc++-v3/testsuite/30_threads/timed_mutex/requirements/typedefs.cc index 756c4a2df97c..a39418b826aa 100644 --- a/libstdc++-v3/testsuite/30_threads/timed_mutex/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/30_threads/timed_mutex/requirements/typedefs.cc @@ -4,7 +4,7 @@ // 2008-07-23 Chris Fairles -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/timed_mutex/try_lock/1.cc b/libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock/1.cc index 184199489bf0..aea1670cc07d 100644 --- a/libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock/1.cc +++ b/libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock/1.cc @@ -3,7 +3,7 @@ // { dg-require-effective-target c++11 } // { dg-require-cstdint "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/timed_mutex/try_lock/2.cc b/libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock/2.cc index 75d2484bd1b4..dfe91384cc0b 100644 --- a/libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock/2.cc +++ b/libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock/2.cc @@ -3,7 +3,7 @@ // { dg-require-effective-target c++11 } // { dg-require-cstdint "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/timed_mutex/try_lock_for/1.cc b/libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock_for/1.cc index a533f87114b2..0987c6085f1b 100644 --- a/libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock_for/1.cc +++ b/libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock_for/1.cc @@ -3,7 +3,7 @@ // { dg-require-effective-target c++11 } // { dg-require-cstdint "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/timed_mutex/try_lock_for/2.cc b/libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock_for/2.cc index 3d4852f2626d..d4af3c92ae17 100644 --- a/libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock_for/2.cc +++ b/libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock_for/2.cc @@ -3,7 +3,7 @@ // { dg-require-effective-target c++11 } // { dg-require-cstdint "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/timed_mutex/try_lock_for/3.cc b/libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock_for/3.cc index 565b3d73b8a9..99d779b572ef 100644 --- a/libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock_for/3.cc +++ b/libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock_for/3.cc @@ -3,7 +3,7 @@ // { dg-require-effective-target c++11 } // { dg-require-cstdint "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/timed_mutex/try_lock_until/1.cc b/libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock_until/1.cc index 184199489bf0..aea1670cc07d 100644 --- a/libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock_until/1.cc +++ b/libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock_until/1.cc @@ -3,7 +3,7 @@ // { dg-require-effective-target c++11 } // { dg-require-cstdint "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/timed_mutex/try_lock_until/2.cc b/libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock_until/2.cc index 75d2484bd1b4..dfe91384cc0b 100644 --- a/libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock_until/2.cc +++ b/libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock_until/2.cc @@ -3,7 +3,7 @@ // { dg-require-effective-target c++11 } // { dg-require-cstdint "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/timed_mutex/try_lock_until/57641.cc b/libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock_until/57641.cc index 214507bd7bd7..4ee66c10e933 100644 --- a/libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock_until/57641.cc +++ b/libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock_until/57641.cc @@ -3,7 +3,7 @@ // { dg-require-effective-target c++11 } // { dg-require-cstdint "" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/30_threads/timed_mutex/unlock/1.cc b/libstdc++-v3/testsuite/30_threads/timed_mutex/unlock/1.cc index 8e1694d00509..70c5b08cdba7 100644 --- a/libstdc++-v3/testsuite/30_threads/timed_mutex/unlock/1.cc +++ b/libstdc++-v3/testsuite/30_threads/timed_mutex/unlock/1.cc @@ -3,7 +3,7 @@ // { dg-require-effective-target c++11 } // { dg-require-cstdint "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/timed_mutex/unlock/2.cc b/libstdc++-v3/testsuite/30_threads/timed_mutex/unlock/2.cc index 7e1323ab99c1..4f146e9a0cca 100644 --- a/libstdc++-v3/testsuite/30_threads/timed_mutex/unlock/2.cc +++ b/libstdc++-v3/testsuite/30_threads/timed_mutex/unlock/2.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/30_threads/try_lock/1.cc b/libstdc++-v3/testsuite/30_threads/try_lock/1.cc index a843683c2d3d..53c7ac0fc9c7 100644 --- a/libstdc++-v3/testsuite/30_threads/try_lock/1.cc +++ b/libstdc++-v3/testsuite/30_threads/try_lock/1.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/try_lock/2.cc b/libstdc++-v3/testsuite/30_threads/try_lock/2.cc index a56f97aa0c71..b2ec64b68b96 100644 --- a/libstdc++-v3/testsuite/30_threads/try_lock/2.cc +++ b/libstdc++-v3/testsuite/30_threads/try_lock/2.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/try_lock/3.cc b/libstdc++-v3/testsuite/30_threads/try_lock/3.cc index 478651ea21df..4947d8edd942 100644 --- a/libstdc++-v3/testsuite/30_threads/try_lock/3.cc +++ b/libstdc++-v3/testsuite/30_threads/try_lock/3.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/try_lock/4.cc b/libstdc++-v3/testsuite/30_threads/try_lock/4.cc index 68b971cc6c8e..f82890690c12 100644 --- a/libstdc++-v3/testsuite/30_threads/try_lock/4.cc +++ b/libstdc++-v3/testsuite/30_threads/try_lock/4.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/30_threads/unique_lock/cons/1.cc b/libstdc++-v3/testsuite/30_threads/unique_lock/cons/1.cc index e7b4b6514f1e..ba513f13e777 100644 --- a/libstdc++-v3/testsuite/30_threads/unique_lock/cons/1.cc +++ b/libstdc++-v3/testsuite/30_threads/unique_lock/cons/1.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/unique_lock/cons/2.cc b/libstdc++-v3/testsuite/30_threads/unique_lock/cons/2.cc index bacf5141a3cf..6c2c8511bae1 100644 --- a/libstdc++-v3/testsuite/30_threads/unique_lock/cons/2.cc +++ b/libstdc++-v3/testsuite/30_threads/unique_lock/cons/2.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/unique_lock/cons/3.cc b/libstdc++-v3/testsuite/30_threads/unique_lock/cons/3.cc index 7bad60374422..f33229a9eea6 100644 --- a/libstdc++-v3/testsuite/30_threads/unique_lock/cons/3.cc +++ b/libstdc++-v3/testsuite/30_threads/unique_lock/cons/3.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/unique_lock/cons/4.cc b/libstdc++-v3/testsuite/30_threads/unique_lock/cons/4.cc index 6bcc061cc154..dc10f6628a48 100644 --- a/libstdc++-v3/testsuite/30_threads/unique_lock/cons/4.cc +++ b/libstdc++-v3/testsuite/30_threads/unique_lock/cons/4.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/unique_lock/cons/5.cc b/libstdc++-v3/testsuite/30_threads/unique_lock/cons/5.cc index 4e72187953a0..9aec5a5b7de4 100644 --- a/libstdc++-v3/testsuite/30_threads/unique_lock/cons/5.cc +++ b/libstdc++-v3/testsuite/30_threads/unique_lock/cons/5.cc @@ -3,7 +3,7 @@ // { dg-require-effective-target c++11 } // { dg-require-cstdint "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/unique_lock/cons/6.cc b/libstdc++-v3/testsuite/30_threads/unique_lock/cons/6.cc index e9ddb1c9b887..899882ff9820 100644 --- a/libstdc++-v3/testsuite/30_threads/unique_lock/cons/6.cc +++ b/libstdc++-v3/testsuite/30_threads/unique_lock/cons/6.cc @@ -3,7 +3,7 @@ // { dg-require-effective-target c++11 } // { dg-require-cstdint "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/unique_lock/cons/60497.cc b/libstdc++-v3/testsuite/30_threads/unique_lock/cons/60497.cc index c6c6f3722055..a617e5e535d3 100644 --- a/libstdc++-v3/testsuite/30_threads/unique_lock/cons/60497.cc +++ b/libstdc++-v3/testsuite/30_threads/unique_lock/cons/60497.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/30_threads/unique_lock/locking/1.cc b/libstdc++-v3/testsuite/30_threads/unique_lock/locking/1.cc index ca86c42443eb..e8b097e71be8 100644 --- a/libstdc++-v3/testsuite/30_threads/unique_lock/locking/1.cc +++ b/libstdc++-v3/testsuite/30_threads/unique_lock/locking/1.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/unique_lock/locking/2.cc b/libstdc++-v3/testsuite/30_threads/unique_lock/locking/2.cc index 77f10a5cde6a..11889c751152 100644 --- a/libstdc++-v3/testsuite/30_threads/unique_lock/locking/2.cc +++ b/libstdc++-v3/testsuite/30_threads/unique_lock/locking/2.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/unique_lock/locking/3.cc b/libstdc++-v3/testsuite/30_threads/unique_lock/locking/3.cc index 7cf240978956..4c24b246b945 100644 --- a/libstdc++-v3/testsuite/30_threads/unique_lock/locking/3.cc +++ b/libstdc++-v3/testsuite/30_threads/unique_lock/locking/3.cc @@ -3,7 +3,7 @@ // { dg-require-effective-target c++11 } // { dg-require-cstdint "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/unique_lock/locking/4.cc b/libstdc++-v3/testsuite/30_threads/unique_lock/locking/4.cc index 8da6ce50a918..ebb7c332f95c 100644 --- a/libstdc++-v3/testsuite/30_threads/unique_lock/locking/4.cc +++ b/libstdc++-v3/testsuite/30_threads/unique_lock/locking/4.cc @@ -3,7 +3,7 @@ // { dg-require-effective-target c++11 } // { dg-require-cstdint "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/unique_lock/modifiers/1.cc b/libstdc++-v3/testsuite/30_threads/unique_lock/modifiers/1.cc index c579686b2b95..a87097900eec 100644 --- a/libstdc++-v3/testsuite/30_threads/unique_lock/modifiers/1.cc +++ b/libstdc++-v3/testsuite/30_threads/unique_lock/modifiers/1.cc @@ -4,7 +4,7 @@ // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/unique_lock/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/30_threads/unique_lock/requirements/explicit_instantiation.cc index cefea77441c3..81cf477d3e20 100644 --- a/libstdc++-v3/testsuite/30_threads/unique_lock/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/30_threads/unique_lock/requirements/explicit_instantiation.cc @@ -4,7 +4,7 @@ // 2008-03-14 Benjamin Kosnik -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/30_threads/unique_lock/requirements/typedefs.cc b/libstdc++-v3/testsuite/30_threads/unique_lock/requirements/typedefs.cc index f15c8c3ba8a9..de86cc940244 100644 --- a/libstdc++-v3/testsuite/30_threads/unique_lock/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/30_threads/unique_lock/requirements/typedefs.cc @@ -4,7 +4,7 @@ // 2008-03-14 Benjamin Kosnik -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/Makefile.am b/libstdc++-v3/testsuite/Makefile.am index 65848f0166ec..d604fb2344d5 100644 --- a/libstdc++-v3/testsuite/Makefile.am +++ b/libstdc++-v3/testsuite/Makefile.am @@ -1,6 +1,6 @@ ## Makefile for the testsuite subdirectory of the GNU C++ Standard library. ## -## Copyright (C) 2001-2016 Free Software Foundation, Inc. +## Copyright (C) 2001-2017 Free Software Foundation, Inc. ## ## This file is part of the libstdc++ version 3 distribution. ## Process this file with automake to produce Makefile.in. diff --git a/libstdc++-v3/testsuite/abi/30586.cc b/libstdc++-v3/testsuite/abi/30586.cc index f13d48c8590c..46a44507855d 100644 --- a/libstdc++-v3/testsuite/abi/30586.cc +++ b/libstdc++-v3/testsuite/abi/30586.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/abi/cxx_runtime_only_linkage.cc b/libstdc++-v3/testsuite/abi/cxx_runtime_only_linkage.cc index 047196408eef..ebb478c7f527 100644 --- a/libstdc++-v3/testsuite/abi/cxx_runtime_only_linkage.cc +++ b/libstdc++-v3/testsuite/abi/cxx_runtime_only_linkage.cc @@ -1,6 +1,6 @@ // { dg-do link } // { dg-options "-x c -lsupc++" } -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/abi/demangle/abi_examples/01.cc b/libstdc++-v3/testsuite/abi/demangle/abi_examples/01.cc index 0b440ad4437a..eda9042e766e 100644 --- a/libstdc++-v3/testsuite/abi/demangle/abi_examples/01.cc +++ b/libstdc++-v3/testsuite/abi/demangle/abi_examples/01.cc @@ -1,6 +1,6 @@ // 2003-02-26 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/abi_examples/02.cc b/libstdc++-v3/testsuite/abi/demangle/abi_examples/02.cc index 0fbc56ed014e..db4fba17e60c 100644 --- a/libstdc++-v3/testsuite/abi/demangle/abi_examples/02.cc +++ b/libstdc++-v3/testsuite/abi/demangle/abi_examples/02.cc @@ -1,6 +1,6 @@ // 2003-02-26 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/abi_examples/03.cc b/libstdc++-v3/testsuite/abi/demangle/abi_examples/03.cc index 2b9b07e8b8ac..247ba42f48ef 100644 --- a/libstdc++-v3/testsuite/abi/demangle/abi_examples/03.cc +++ b/libstdc++-v3/testsuite/abi/demangle/abi_examples/03.cc @@ -1,6 +1,6 @@ // 2003-02-26 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/abi_examples/04.cc b/libstdc++-v3/testsuite/abi/demangle/abi_examples/04.cc index 559ddc39b4b6..22b3362a75c2 100644 --- a/libstdc++-v3/testsuite/abi/demangle/abi_examples/04.cc +++ b/libstdc++-v3/testsuite/abi/demangle/abi_examples/04.cc @@ -1,6 +1,6 @@ // 2003-02-26 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/abi_examples/05.cc b/libstdc++-v3/testsuite/abi/demangle/abi_examples/05.cc index 8a376431b8f2..a575e8e02596 100644 --- a/libstdc++-v3/testsuite/abi/demangle/abi_examples/05.cc +++ b/libstdc++-v3/testsuite/abi/demangle/abi_examples/05.cc @@ -1,6 +1,6 @@ // 2003-02-26 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/abi_examples/06.cc b/libstdc++-v3/testsuite/abi/demangle/abi_examples/06.cc index 6cf4a85d0537..4f9abfe6245c 100644 --- a/libstdc++-v3/testsuite/abi/demangle/abi_examples/06.cc +++ b/libstdc++-v3/testsuite/abi/demangle/abi_examples/06.cc @@ -1,6 +1,6 @@ // 2003-02-26 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/abi_examples/07.cc b/libstdc++-v3/testsuite/abi/demangle/abi_examples/07.cc index f64814b0314a..9a361814f86a 100644 --- a/libstdc++-v3/testsuite/abi/demangle/abi_examples/07.cc +++ b/libstdc++-v3/testsuite/abi/demangle/abi_examples/07.cc @@ -1,6 +1,6 @@ // 2003-02-26 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/abi_examples/08.cc b/libstdc++-v3/testsuite/abi/demangle/abi_examples/08.cc index 018f332095bd..2ffce47268b4 100644 --- a/libstdc++-v3/testsuite/abi/demangle/abi_examples/08.cc +++ b/libstdc++-v3/testsuite/abi/demangle/abi_examples/08.cc @@ -1,6 +1,6 @@ // 2003-02-26 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/abi_examples/09.cc b/libstdc++-v3/testsuite/abi/demangle/abi_examples/09.cc index 10d86ab7e9e4..8d41b260866a 100644 --- a/libstdc++-v3/testsuite/abi/demangle/abi_examples/09.cc +++ b/libstdc++-v3/testsuite/abi/demangle/abi_examples/09.cc @@ -1,6 +1,6 @@ // 2003-02-26 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/abi_examples/10.cc b/libstdc++-v3/testsuite/abi/demangle/abi_examples/10.cc index dbfc6dc9cf4f..eb82c15ce07e 100644 --- a/libstdc++-v3/testsuite/abi/demangle/abi_examples/10.cc +++ b/libstdc++-v3/testsuite/abi/demangle/abi_examples/10.cc @@ -1,6 +1,6 @@ // 2003-02-26 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/abi_examples/11.cc b/libstdc++-v3/testsuite/abi/demangle/abi_examples/11.cc index 9d9f9c82e3d0..e9194ea9f5c5 100644 --- a/libstdc++-v3/testsuite/abi/demangle/abi_examples/11.cc +++ b/libstdc++-v3/testsuite/abi/demangle/abi_examples/11.cc @@ -1,6 +1,6 @@ // 2003-02-26 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/abi_examples/12.cc b/libstdc++-v3/testsuite/abi/demangle/abi_examples/12.cc index d0d50e150e68..3d9403f6ffd6 100644 --- a/libstdc++-v3/testsuite/abi/demangle/abi_examples/12.cc +++ b/libstdc++-v3/testsuite/abi/demangle/abi_examples/12.cc @@ -1,6 +1,6 @@ // 2003-02-26 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/abi_examples/13.cc b/libstdc++-v3/testsuite/abi/demangle/abi_examples/13.cc index 2088496133e8..0ea28b37ef62 100644 --- a/libstdc++-v3/testsuite/abi/demangle/abi_examples/13.cc +++ b/libstdc++-v3/testsuite/abi/demangle/abi_examples/13.cc @@ -1,6 +1,6 @@ // 2003-02-26 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/abi_examples/14.cc b/libstdc++-v3/testsuite/abi/demangle/abi_examples/14.cc index 3f828acf5f21..530430680a7d 100644 --- a/libstdc++-v3/testsuite/abi/demangle/abi_examples/14.cc +++ b/libstdc++-v3/testsuite/abi/demangle/abi_examples/14.cc @@ -1,6 +1,6 @@ // 2003-02-26 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/abi_examples/15.cc b/libstdc++-v3/testsuite/abi/demangle/abi_examples/15.cc index 1f2fe79f7084..cad8560b3a5d 100644 --- a/libstdc++-v3/testsuite/abi/demangle/abi_examples/15.cc +++ b/libstdc++-v3/testsuite/abi/demangle/abi_examples/15.cc @@ -1,6 +1,6 @@ // 2003-02-26 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/abi_examples/16.cc b/libstdc++-v3/testsuite/abi/demangle/abi_examples/16.cc index ff5a5ee9054f..4c03d90aeea6 100644 --- a/libstdc++-v3/testsuite/abi/demangle/abi_examples/16.cc +++ b/libstdc++-v3/testsuite/abi/demangle/abi_examples/16.cc @@ -1,6 +1,6 @@ // 2003-02-26 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/abi_examples/17.cc b/libstdc++-v3/testsuite/abi/demangle/abi_examples/17.cc index 50c731509962..7be1160ddc2f 100644 --- a/libstdc++-v3/testsuite/abi/demangle/abi_examples/17.cc +++ b/libstdc++-v3/testsuite/abi/demangle/abi_examples/17.cc @@ -1,6 +1,6 @@ // 2003-02-26 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/abi_examples/18.cc b/libstdc++-v3/testsuite/abi/demangle/abi_examples/18.cc index 6a5e840d2d49..bbe6cc36c629 100644 --- a/libstdc++-v3/testsuite/abi/demangle/abi_examples/18.cc +++ b/libstdc++-v3/testsuite/abi/demangle/abi_examples/18.cc @@ -1,6 +1,6 @@ // 2003-02-26 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/abi_examples/19.cc b/libstdc++-v3/testsuite/abi/demangle/abi_examples/19.cc index f357dd8c263f..db91cc24520b 100644 --- a/libstdc++-v3/testsuite/abi/demangle/abi_examples/19.cc +++ b/libstdc++-v3/testsuite/abi/demangle/abi_examples/19.cc @@ -1,6 +1,6 @@ // 2003-02-26 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/abi_examples/20.cc b/libstdc++-v3/testsuite/abi/demangle/abi_examples/20.cc index 4087d3bf8e48..3bfb63952a1c 100644 --- a/libstdc++-v3/testsuite/abi/demangle/abi_examples/20.cc +++ b/libstdc++-v3/testsuite/abi/demangle/abi_examples/20.cc @@ -1,6 +1,6 @@ // 2003-02-26 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/abi_examples/21.cc b/libstdc++-v3/testsuite/abi/demangle/abi_examples/21.cc index 429398daa24e..568a3bfb42a7 100644 --- a/libstdc++-v3/testsuite/abi/demangle/abi_examples/21.cc +++ b/libstdc++-v3/testsuite/abi/demangle/abi_examples/21.cc @@ -1,6 +1,6 @@ // 2003-02-26 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/abi_examples/22.cc b/libstdc++-v3/testsuite/abi/demangle/abi_examples/22.cc index 429398daa24e..568a3bfb42a7 100644 --- a/libstdc++-v3/testsuite/abi/demangle/abi_examples/22.cc +++ b/libstdc++-v3/testsuite/abi/demangle/abi_examples/22.cc @@ -1,6 +1,6 @@ // 2003-02-26 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/abi_examples/23.cc b/libstdc++-v3/testsuite/abi/demangle/abi_examples/23.cc index d6a86d412a04..e4043c30b745 100644 --- a/libstdc++-v3/testsuite/abi/demangle/abi_examples/23.cc +++ b/libstdc++-v3/testsuite/abi/demangle/abi_examples/23.cc @@ -1,6 +1,6 @@ // 2003-02-26 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/abi_examples/24.cc b/libstdc++-v3/testsuite/abi/demangle/abi_examples/24.cc index 20572adaf819..6f3a2c9dc0dd 100644 --- a/libstdc++-v3/testsuite/abi/demangle/abi_examples/24.cc +++ b/libstdc++-v3/testsuite/abi/demangle/abi_examples/24.cc @@ -1,6 +1,6 @@ // 2003-02-26 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/abi_examples/25.cc b/libstdc++-v3/testsuite/abi/demangle/abi_examples/25.cc index b92eec767887..4ffca9f39856 100644 --- a/libstdc++-v3/testsuite/abi/demangle/abi_examples/25.cc +++ b/libstdc++-v3/testsuite/abi/demangle/abi_examples/25.cc @@ -1,6 +1,6 @@ // 2003-02-26 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/abi_examples/26.cc b/libstdc++-v3/testsuite/abi/demangle/abi_examples/26.cc index 0b309b359adf..abf17eebeda3 100644 --- a/libstdc++-v3/testsuite/abi/demangle/abi_examples/26.cc +++ b/libstdc++-v3/testsuite/abi/demangle/abi_examples/26.cc @@ -1,6 +1,6 @@ // 2003-02-26 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/abi_text/01.cc b/libstdc++-v3/testsuite/abi/demangle/abi_text/01.cc index 94a51571ac63..5a7bb5d54160 100644 --- a/libstdc++-v3/testsuite/abi/demangle/abi_text/01.cc +++ b/libstdc++-v3/testsuite/abi/demangle/abi_text/01.cc @@ -1,6 +1,6 @@ // 2003-02-26 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/abi_text/02.cc b/libstdc++-v3/testsuite/abi/demangle/abi_text/02.cc index 1bc9e663b949..2ca7382bdc2b 100644 --- a/libstdc++-v3/testsuite/abi/demangle/abi_text/02.cc +++ b/libstdc++-v3/testsuite/abi/demangle/abi_text/02.cc @@ -1,6 +1,6 @@ // 2003-02-26 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/abi_text/03.cc b/libstdc++-v3/testsuite/abi/demangle/abi_text/03.cc index 142c8b2ff5f3..7c6ccbd6f639 100644 --- a/libstdc++-v3/testsuite/abi/demangle/abi_text/03.cc +++ b/libstdc++-v3/testsuite/abi/demangle/abi_text/03.cc @@ -1,6 +1,6 @@ // 2003-02-26 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/abi_text/04.cc b/libstdc++-v3/testsuite/abi/demangle/abi_text/04.cc index 7f1fb956f5f6..9f7a64d13798 100644 --- a/libstdc++-v3/testsuite/abi/demangle/abi_text/04.cc +++ b/libstdc++-v3/testsuite/abi/demangle/abi_text/04.cc @@ -1,6 +1,6 @@ // 2003-02-26 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/abi_text/05.cc b/libstdc++-v3/testsuite/abi/demangle/abi_text/05.cc index 455c4d6ca139..983d2b057c2b 100644 --- a/libstdc++-v3/testsuite/abi/demangle/abi_text/05.cc +++ b/libstdc++-v3/testsuite/abi/demangle/abi_text/05.cc @@ -1,6 +1,6 @@ // 2003-02-26 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/abi_text/06.cc b/libstdc++-v3/testsuite/abi/demangle/abi_text/06.cc index a0a8cb9f01a9..b2b6138470d4 100644 --- a/libstdc++-v3/testsuite/abi/demangle/abi_text/06.cc +++ b/libstdc++-v3/testsuite/abi/demangle/abi_text/06.cc @@ -1,6 +1,6 @@ // 2003-02-26 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/abi_text/07.cc b/libstdc++-v3/testsuite/abi/demangle/abi_text/07.cc index fc4f82b76ea1..17e7bd4d19eb 100644 --- a/libstdc++-v3/testsuite/abi/demangle/abi_text/07.cc +++ b/libstdc++-v3/testsuite/abi/demangle/abi_text/07.cc @@ -1,6 +1,6 @@ // 2003-02-26 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/abi_text/08.cc b/libstdc++-v3/testsuite/abi/demangle/abi_text/08.cc index 60cb9b41afcd..3c83ef9d9112 100644 --- a/libstdc++-v3/testsuite/abi/demangle/abi_text/08.cc +++ b/libstdc++-v3/testsuite/abi/demangle/abi_text/08.cc @@ -1,6 +1,6 @@ // 2003-02-26 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/abi_text/09.cc b/libstdc++-v3/testsuite/abi/demangle/abi_text/09.cc index 8504f947bf6d..bfd8acbf83bf 100644 --- a/libstdc++-v3/testsuite/abi/demangle/abi_text/09.cc +++ b/libstdc++-v3/testsuite/abi/demangle/abi_text/09.cc @@ -1,6 +1,6 @@ // 2003-02-26 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/abi_text/10.cc b/libstdc++-v3/testsuite/abi/demangle/abi_text/10.cc index e7965b044fde..bac9ceea8a08 100644 --- a/libstdc++-v3/testsuite/abi/demangle/abi_text/10.cc +++ b/libstdc++-v3/testsuite/abi/demangle/abi_text/10.cc @@ -1,6 +1,6 @@ // 2003-02-26 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/abi_text/11.cc b/libstdc++-v3/testsuite/abi/demangle/abi_text/11.cc index af243940dad7..2aca6726776b 100644 --- a/libstdc++-v3/testsuite/abi/demangle/abi_text/11.cc +++ b/libstdc++-v3/testsuite/abi/demangle/abi_text/11.cc @@ -1,6 +1,6 @@ // 2003-02-26 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/abi_text/12.cc b/libstdc++-v3/testsuite/abi/demangle/abi_text/12.cc index d9532c36fb9f..f1a0f02448df 100644 --- a/libstdc++-v3/testsuite/abi/demangle/abi_text/12.cc +++ b/libstdc++-v3/testsuite/abi/demangle/abi_text/12.cc @@ -1,6 +1,6 @@ // 2003-02-26 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/abi_text/13.cc b/libstdc++-v3/testsuite/abi/demangle/abi_text/13.cc index 72aa78053792..bf8ad2c020f2 100644 --- a/libstdc++-v3/testsuite/abi/demangle/abi_text/13.cc +++ b/libstdc++-v3/testsuite/abi/demangle/abi_text/13.cc @@ -1,6 +1,6 @@ // 2003-02-26 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/abi_text/14.cc b/libstdc++-v3/testsuite/abi/demangle/abi_text/14.cc index efc396efbc74..6f5f81fd227c 100644 --- a/libstdc++-v3/testsuite/abi/demangle/abi_text/14.cc +++ b/libstdc++-v3/testsuite/abi/demangle/abi_text/14.cc @@ -1,6 +1,6 @@ // 2003-02-26 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/cxx0x/rref.cc b/libstdc++-v3/testsuite/abi/demangle/cxx0x/rref.cc index b26be12a79a0..a5f8fef96f15 100644 --- a/libstdc++-v3/testsuite/abi/demangle/cxx0x/rref.cc +++ b/libstdc++-v3/testsuite/abi/demangle/cxx0x/rref.cc @@ -1,6 +1,6 @@ // 2007-06-28 Douglas Gregor -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/abi/demangle/regression/3111-1.cc b/libstdc++-v3/testsuite/abi/demangle/regression/3111-1.cc index 980fbb71091d..9744ed46fa5d 100644 --- a/libstdc++-v3/testsuite/abi/demangle/regression/3111-1.cc +++ b/libstdc++-v3/testsuite/abi/demangle/regression/3111-1.cc @@ -1,6 +1,6 @@ // 2003-02-26 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/regression/3111-2.cc b/libstdc++-v3/testsuite/abi/demangle/regression/3111-2.cc index de99763cdf14..c25511074400 100644 --- a/libstdc++-v3/testsuite/abi/demangle/regression/3111-2.cc +++ b/libstdc++-v3/testsuite/abi/demangle/regression/3111-2.cc @@ -1,6 +1,6 @@ // 2003-02-26 Carlo Wood -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/regression/7986-01.cc b/libstdc++-v3/testsuite/abi/demangle/regression/7986-01.cc index bbf707ac2cd3..b4662156eb41 100644 --- a/libstdc++-v3/testsuite/abi/demangle/regression/7986-01.cc +++ b/libstdc++-v3/testsuite/abi/demangle/regression/7986-01.cc @@ -1,6 +1,6 @@ // 2003-02-26 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/regression/7986-02.cc b/libstdc++-v3/testsuite/abi/demangle/regression/7986-02.cc index 0fad722d3f66..0c65de7bb832 100644 --- a/libstdc++-v3/testsuite/abi/demangle/regression/7986-02.cc +++ b/libstdc++-v3/testsuite/abi/demangle/regression/7986-02.cc @@ -1,6 +1,6 @@ // 2003-02-26 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/regression/7986-03.cc b/libstdc++-v3/testsuite/abi/demangle/regression/7986-03.cc index 4d646a2e28be..64d324431a23 100644 --- a/libstdc++-v3/testsuite/abi/demangle/regression/7986-03.cc +++ b/libstdc++-v3/testsuite/abi/demangle/regression/7986-03.cc @@ -1,6 +1,6 @@ // 2003-02-26 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/regression/7986-04.cc b/libstdc++-v3/testsuite/abi/demangle/regression/7986-04.cc index de0bae8f3890..84eac41f9993 100644 --- a/libstdc++-v3/testsuite/abi/demangle/regression/7986-04.cc +++ b/libstdc++-v3/testsuite/abi/demangle/regression/7986-04.cc @@ -1,6 +1,6 @@ // 2003-02-26 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/regression/7986-05.cc b/libstdc++-v3/testsuite/abi/demangle/regression/7986-05.cc index c3a74b6c9ff3..aa0fecb54ad4 100644 --- a/libstdc++-v3/testsuite/abi/demangle/regression/7986-05.cc +++ b/libstdc++-v3/testsuite/abi/demangle/regression/7986-05.cc @@ -1,6 +1,6 @@ // 2003-02-26 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/regression/7986-06.cc b/libstdc++-v3/testsuite/abi/demangle/regression/7986-06.cc index ba0a17aeb06f..9ea37f666cff 100644 --- a/libstdc++-v3/testsuite/abi/demangle/regression/7986-06.cc +++ b/libstdc++-v3/testsuite/abi/demangle/regression/7986-06.cc @@ -1,6 +1,6 @@ // 2003-02-26 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/regression/7986-07.cc b/libstdc++-v3/testsuite/abi/demangle/regression/7986-07.cc index 4c7eb93821bb..cd2976c25e13 100644 --- a/libstdc++-v3/testsuite/abi/demangle/regression/7986-07.cc +++ b/libstdc++-v3/testsuite/abi/demangle/regression/7986-07.cc @@ -1,6 +1,6 @@ // 2003-02-26 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/regression/7986-08.cc b/libstdc++-v3/testsuite/abi/demangle/regression/7986-08.cc index 048cb2f0194a..0159ca2ae80e 100644 --- a/libstdc++-v3/testsuite/abi/demangle/regression/7986-08.cc +++ b/libstdc++-v3/testsuite/abi/demangle/regression/7986-08.cc @@ -1,6 +1,6 @@ // 2003-02-26 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/regression/7986-09.cc b/libstdc++-v3/testsuite/abi/demangle/regression/7986-09.cc index e4aa0d9864ad..911b36c91ba8 100644 --- a/libstdc++-v3/testsuite/abi/demangle/regression/7986-09.cc +++ b/libstdc++-v3/testsuite/abi/demangle/regression/7986-09.cc @@ -1,6 +1,6 @@ // 2003-02-26 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/regression/7986-10.cc b/libstdc++-v3/testsuite/abi/demangle/regression/7986-10.cc index 0350d7db5a6b..19596baabe5d 100644 --- a/libstdc++-v3/testsuite/abi/demangle/regression/7986-10.cc +++ b/libstdc++-v3/testsuite/abi/demangle/regression/7986-10.cc @@ -1,6 +1,6 @@ // 2003-02-26 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/regression/7986-11.cc b/libstdc++-v3/testsuite/abi/demangle/regression/7986-11.cc index 29fbffcc4d01..a88a236caacd 100644 --- a/libstdc++-v3/testsuite/abi/demangle/regression/7986-11.cc +++ b/libstdc++-v3/testsuite/abi/demangle/regression/7986-11.cc @@ -1,6 +1,6 @@ // 2003-02-26 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/regression/7986-12.cc b/libstdc++-v3/testsuite/abi/demangle/regression/7986-12.cc index 62d134af0426..98ae737171de 100644 --- a/libstdc++-v3/testsuite/abi/demangle/regression/7986-12.cc +++ b/libstdc++-v3/testsuite/abi/demangle/regression/7986-12.cc @@ -1,6 +1,6 @@ // 2003-02-26 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/regression/7986.cc b/libstdc++-v3/testsuite/abi/demangle/regression/7986.cc index ed551910d52b..5afb29a907dc 100644 --- a/libstdc++-v3/testsuite/abi/demangle/regression/7986.cc +++ b/libstdc++-v3/testsuite/abi/demangle/regression/7986.cc @@ -1,6 +1,6 @@ // 2003-02-26 Carlo Wood -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/regression/8897.cc b/libstdc++-v3/testsuite/abi/demangle/regression/8897.cc index bc94f424230d..94bff737896f 100644 --- a/libstdc++-v3/testsuite/abi/demangle/regression/8897.cc +++ b/libstdc++-v3/testsuite/abi/demangle/regression/8897.cc @@ -1,6 +1,6 @@ // 2003-02-26 Martin v. Loewis -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/regression/cw-01.cc b/libstdc++-v3/testsuite/abi/demangle/regression/cw-01.cc index ab4837126eb1..6a504ca57566 100644 --- a/libstdc++-v3/testsuite/abi/demangle/regression/cw-01.cc +++ b/libstdc++-v3/testsuite/abi/demangle/regression/cw-01.cc @@ -1,6 +1,6 @@ // 2003-02-26 Carlo Wood -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/regression/cw-02.cc b/libstdc++-v3/testsuite/abi/demangle/regression/cw-02.cc index 081580b702f5..c269761d2cde 100644 --- a/libstdc++-v3/testsuite/abi/demangle/regression/cw-02.cc +++ b/libstdc++-v3/testsuite/abi/demangle/regression/cw-02.cc @@ -1,6 +1,6 @@ // 2003-02-26 Carlo Wood -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/regression/cw-03.cc b/libstdc++-v3/testsuite/abi/demangle/regression/cw-03.cc index eacd95c3a3e0..b139c1d84326 100644 --- a/libstdc++-v3/testsuite/abi/demangle/regression/cw-03.cc +++ b/libstdc++-v3/testsuite/abi/demangle/regression/cw-03.cc @@ -1,6 +1,6 @@ // 2003-02-26 Carlo Wood -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/regression/cw-04.cc b/libstdc++-v3/testsuite/abi/demangle/regression/cw-04.cc index b43d0179d6a2..5f20c5d5867a 100644 --- a/libstdc++-v3/testsuite/abi/demangle/regression/cw-04.cc +++ b/libstdc++-v3/testsuite/abi/demangle/regression/cw-04.cc @@ -1,6 +1,6 @@ // 2003-02-26 Carlo Wood -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/regression/cw-05.cc b/libstdc++-v3/testsuite/abi/demangle/regression/cw-05.cc index 6ffb9a3e0ad9..f0b0e881f46e 100644 --- a/libstdc++-v3/testsuite/abi/demangle/regression/cw-05.cc +++ b/libstdc++-v3/testsuite/abi/demangle/regression/cw-05.cc @@ -1,6 +1,6 @@ // 2003-02-26 Carlo Wood -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/regression/cw-06.cc b/libstdc++-v3/testsuite/abi/demangle/regression/cw-06.cc index b6f11438e3ac..e7636e88a2df 100644 --- a/libstdc++-v3/testsuite/abi/demangle/regression/cw-06.cc +++ b/libstdc++-v3/testsuite/abi/demangle/regression/cw-06.cc @@ -1,6 +1,6 @@ // 2003-02-26 Carlo Wood -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/regression/cw-07.cc b/libstdc++-v3/testsuite/abi/demangle/regression/cw-07.cc index 5ba9f4c266e6..71b601522810 100644 --- a/libstdc++-v3/testsuite/abi/demangle/regression/cw-07.cc +++ b/libstdc++-v3/testsuite/abi/demangle/regression/cw-07.cc @@ -1,6 +1,6 @@ // 2003-02-26 Carlo Wood -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/regression/cw-08.cc b/libstdc++-v3/testsuite/abi/demangle/regression/cw-08.cc index cf08fc21d88b..65f04908f201 100644 --- a/libstdc++-v3/testsuite/abi/demangle/regression/cw-08.cc +++ b/libstdc++-v3/testsuite/abi/demangle/regression/cw-08.cc @@ -1,6 +1,6 @@ // 2003-02-26 Carlo Wood -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/regression/cw-09.cc b/libstdc++-v3/testsuite/abi/demangle/regression/cw-09.cc index 90686905ec32..224cd18bf7e5 100644 --- a/libstdc++-v3/testsuite/abi/demangle/regression/cw-09.cc +++ b/libstdc++-v3/testsuite/abi/demangle/regression/cw-09.cc @@ -1,6 +1,6 @@ // 2003-02-26 Carlo Wood -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/regression/cw-10.cc b/libstdc++-v3/testsuite/abi/demangle/regression/cw-10.cc index eba235954435..0b1c337d15c5 100644 --- a/libstdc++-v3/testsuite/abi/demangle/regression/cw-10.cc +++ b/libstdc++-v3/testsuite/abi/demangle/regression/cw-10.cc @@ -1,6 +1,6 @@ // 2003-02-26 Carlo Wood -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/regression/cw-11.cc b/libstdc++-v3/testsuite/abi/demangle/regression/cw-11.cc index 6a050c6763ba..906aa1047047 100644 --- a/libstdc++-v3/testsuite/abi/demangle/regression/cw-11.cc +++ b/libstdc++-v3/testsuite/abi/demangle/regression/cw-11.cc @@ -1,6 +1,6 @@ // 2003-02-26 Carlo Wood -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/regression/cw-12.cc b/libstdc++-v3/testsuite/abi/demangle/regression/cw-12.cc index cf47fd38f134..7c0a279b5faf 100644 --- a/libstdc++-v3/testsuite/abi/demangle/regression/cw-12.cc +++ b/libstdc++-v3/testsuite/abi/demangle/regression/cw-12.cc @@ -1,6 +1,6 @@ // 2003-02-26 Carlo Wood -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/regression/cw-13.cc b/libstdc++-v3/testsuite/abi/demangle/regression/cw-13.cc index c096fa92de60..8f93125b7e8d 100644 --- a/libstdc++-v3/testsuite/abi/demangle/regression/cw-13.cc +++ b/libstdc++-v3/testsuite/abi/demangle/regression/cw-13.cc @@ -1,6 +1,6 @@ // 2003-02-26 Carlo Wood -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/regression/cw-14.cc b/libstdc++-v3/testsuite/abi/demangle/regression/cw-14.cc index a928e786c897..58c41abab34c 100644 --- a/libstdc++-v3/testsuite/abi/demangle/regression/cw-14.cc +++ b/libstdc++-v3/testsuite/abi/demangle/regression/cw-14.cc @@ -1,6 +1,6 @@ // 2003-02-26 Carlo Wood -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/regression/cw-15.cc b/libstdc++-v3/testsuite/abi/demangle/regression/cw-15.cc index 44e7b4e2fb27..565da71149c1 100644 --- a/libstdc++-v3/testsuite/abi/demangle/regression/cw-15.cc +++ b/libstdc++-v3/testsuite/abi/demangle/regression/cw-15.cc @@ -1,6 +1,6 @@ // 2003-10-14 Carlo Wood -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/regression/cw-16.cc b/libstdc++-v3/testsuite/abi/demangle/regression/cw-16.cc index 0a8a8c299c07..e6fd26edaf0b 100644 --- a/libstdc++-v3/testsuite/abi/demangle/regression/cw-16.cc +++ b/libstdc++-v3/testsuite/abi/demangle/regression/cw-16.cc @@ -1,6 +1,6 @@ // 2003-11-07 Carlo Wood -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/demangle/regression/old.cc b/libstdc++-v3/testsuite/abi/demangle/regression/old.cc index bc6619ce5249..7b6a3cb29df6 100644 --- a/libstdc++-v3/testsuite/abi/demangle/regression/old.cc +++ b/libstdc++-v3/testsuite/abi/demangle/regression/old.cc @@ -1,6 +1,6 @@ // 2003-02-26 Benjamin Kosnik -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/abi/header_cxxabi.c b/libstdc++-v3/testsuite/abi/header_cxxabi.c index 3b1a7dceda2b..adbafe4fd55a 100644 --- a/libstdc++-v3/testsuite/abi/header_cxxabi.c +++ b/libstdc++-v3/testsuite/abi/header_cxxabi.c @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-skip-if "invalid options for C" { *-*-* } { "-std=c++??" "-std=gnu++??" } } // { dg-options "-x c" } -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/backward/11460.cc b/libstdc++-v3/testsuite/backward/11460.cc index 8aa55995c029..05d2d9eadcce 100644 --- a/libstdc++-v3/testsuite/backward/11460.cc +++ b/libstdc++-v3/testsuite/backward/11460.cc @@ -1,5 +1,5 @@ // { dg-options "-Wno-deprecated" } -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/backward/hash_map/1.cc b/libstdc++-v3/testsuite/backward/hash_map/1.cc index a9b4210c0f1a..bd05d1d9c088 100644 --- a/libstdc++-v3/testsuite/backward/hash_map/1.cc +++ b/libstdc++-v3/testsuite/backward/hash_map/1.cc @@ -1,6 +1,6 @@ // { dg-options "-Wno-deprecated" } -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/backward/hash_map/14648.cc b/libstdc++-v3/testsuite/backward/hash_map/14648.cc index 363cf29237d9..3977044d2848 100644 --- a/libstdc++-v3/testsuite/backward/hash_map/14648.cc +++ b/libstdc++-v3/testsuite/backward/hash_map/14648.cc @@ -1,6 +1,6 @@ // { dg-options "-Wno-deprecated" } -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/backward/hash_map/23528.cc b/libstdc++-v3/testsuite/backward/hash_map/23528.cc index 4b1dac00d735..562186d81ad6 100644 --- a/libstdc++-v3/testsuite/backward/hash_map/23528.cc +++ b/libstdc++-v3/testsuite/backward/hash_map/23528.cc @@ -1,7 +1,7 @@ // { dg-options "-Wno-deprecated" } // { dg-do compile } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/backward/hash_map/25896.cc b/libstdc++-v3/testsuite/backward/hash_map/25896.cc index cf1610bf3f79..6b51496011a6 100644 --- a/libstdc++-v3/testsuite/backward/hash_map/25896.cc +++ b/libstdc++-v3/testsuite/backward/hash_map/25896.cc @@ -1,6 +1,6 @@ // { dg-options "-Wno-deprecated" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/backward/hash_map/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/backward/hash_map/requirements/explicit_instantiation.cc index 5e46a0f6330f..3da46399f292 100644 --- a/libstdc++-v3/testsuite/backward/hash_map/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/backward/hash_map/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-options "-Wno-deprecated" } // { dg-do compile } -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/backward/hash_set/1.cc b/libstdc++-v3/testsuite/backward/hash_set/1.cc index aea81e279e73..0e1a21f3c52b 100644 --- a/libstdc++-v3/testsuite/backward/hash_set/1.cc +++ b/libstdc++-v3/testsuite/backward/hash_set/1.cc @@ -3,7 +3,7 @@ // 2002-04-28 Paolo Carlini // Peter Schmid -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/backward/hash_set/25896.cc b/libstdc++-v3/testsuite/backward/hash_set/25896.cc index bfedf5109ee2..0021e6dbdfc8 100644 --- a/libstdc++-v3/testsuite/backward/hash_set/25896.cc +++ b/libstdc++-v3/testsuite/backward/hash_set/25896.cc @@ -1,6 +1,6 @@ // { dg-options "-Wno-deprecated" } // -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/backward/hash_set/check_construct_destroy.cc b/libstdc++-v3/testsuite/backward/hash_set/check_construct_destroy.cc index 821cb29b4115..1705bcd41992 100644 --- a/libstdc++-v3/testsuite/backward/hash_set/check_construct_destroy.cc +++ b/libstdc++-v3/testsuite/backward/hash_set/check_construct_destroy.cc @@ -2,7 +2,7 @@ // 2004-07-26 Matt Austern // -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/backward/hash_set/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/backward/hash_set/requirements/explicit_instantiation.cc index 8dcf4f8b5020..3b4a41d75c86 100644 --- a/libstdc++-v3/testsuite/backward/hash_set/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/backward/hash_set/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-options "-Wno-deprecated" } // { dg-do compile } -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/backward/strstream_members.cc b/libstdc++-v3/testsuite/backward/strstream_members.cc index fff7cbd4d56c..5ce2dc03f199 100644 --- a/libstdc++-v3/testsuite/backward/strstream_members.cc +++ b/libstdc++-v3/testsuite/backward/strstream_members.cc @@ -1,5 +1,5 @@ // { dg-options "-Wno-deprecated" } -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/config/default.exp b/libstdc++-v3/testsuite/config/default.exp index a2abf8668d40..1c1c8f11c2c8 100644 --- a/libstdc++-v3/testsuite/config/default.exp +++ b/libstdc++-v3/testsuite/config/default.exp @@ -1,6 +1,6 @@ # libstdc++ "tool-and-target file" for DejaGNU -# Copyright (C) 2001-2016 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/libstdc++-v3/testsuite/decimal/binary-arith.cc b/libstdc++-v3/testsuite/decimal/binary-arith.cc index eb6ac3e34fce..88ba5f28dfd6 100644 --- a/libstdc++-v3/testsuite/decimal/binary-arith.cc +++ b/libstdc++-v3/testsuite/decimal/binary-arith.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/decimal/cast_neg.cc b/libstdc++-v3/testsuite/decimal/cast_neg.cc index f54be9f2b40e..34b504685cb4 100644 --- a/libstdc++-v3/testsuite/decimal/cast_neg.cc +++ b/libstdc++-v3/testsuite/decimal/cast_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/decimal/comparison.cc b/libstdc++-v3/testsuite/decimal/comparison.cc index 5834e4ec891c..87056a78bf03 100644 --- a/libstdc++-v3/testsuite/decimal/comparison.cc +++ b/libstdc++-v3/testsuite/decimal/comparison.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/decimal/compound-assignment-memfunc.cc b/libstdc++-v3/testsuite/decimal/compound-assignment-memfunc.cc index aa2a756b3f5f..1df5ea99bdc8 100644 --- a/libstdc++-v3/testsuite/decimal/compound-assignment-memfunc.cc +++ b/libstdc++-v3/testsuite/decimal/compound-assignment-memfunc.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/decimal/compound-assignment.cc b/libstdc++-v3/testsuite/decimal/compound-assignment.cc index ff70268200b1..62b19dc730c1 100644 --- a/libstdc++-v3/testsuite/decimal/compound-assignment.cc +++ b/libstdc++-v3/testsuite/decimal/compound-assignment.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/decimal/conversion-from-float.cc b/libstdc++-v3/testsuite/decimal/conversion-from-float.cc index 8e2ab87c7a69..ef379a0fe0a4 100644 --- a/libstdc++-v3/testsuite/decimal/conversion-from-float.cc +++ b/libstdc++-v3/testsuite/decimal/conversion-from-float.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/decimal/conversion-from-integral.cc b/libstdc++-v3/testsuite/decimal/conversion-from-integral.cc index 9f11890f3a70..8b22a9cdb682 100644 --- a/libstdc++-v3/testsuite/decimal/conversion-from-integral.cc +++ b/libstdc++-v3/testsuite/decimal/conversion-from-integral.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/decimal/conversion-to-generic-float.cc b/libstdc++-v3/testsuite/decimal/conversion-to-generic-float.cc index afdd73acc4e3..4a9d4d46effd 100644 --- a/libstdc++-v3/testsuite/decimal/conversion-to-generic-float.cc +++ b/libstdc++-v3/testsuite/decimal/conversion-to-generic-float.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/decimal/conversion-to-integral.cc b/libstdc++-v3/testsuite/decimal/conversion-to-integral.cc index 913b92135272..6fd59a67b708 100644 --- a/libstdc++-v3/testsuite/decimal/conversion-to-integral.cc +++ b/libstdc++-v3/testsuite/decimal/conversion-to-integral.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/decimal/ctor.cc b/libstdc++-v3/testsuite/decimal/ctor.cc index d873f26e2d4a..2890d3e6a39b 100644 --- a/libstdc++-v3/testsuite/decimal/ctor.cc +++ b/libstdc++-v3/testsuite/decimal/ctor.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/decimal/incdec-memfunc.cc b/libstdc++-v3/testsuite/decimal/incdec-memfunc.cc index 36f911036088..4d6a8c29cb1e 100644 --- a/libstdc++-v3/testsuite/decimal/incdec-memfunc.cc +++ b/libstdc++-v3/testsuite/decimal/incdec-memfunc.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/decimal/incdec.cc b/libstdc++-v3/testsuite/decimal/incdec.cc index 11c81408619d..a76af5bdd577 100644 --- a/libstdc++-v3/testsuite/decimal/incdec.cc +++ b/libstdc++-v3/testsuite/decimal/incdec.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/decimal/make-decimal.cc b/libstdc++-v3/testsuite/decimal/make-decimal.cc index 1ed0ebe27ee0..49e60d6dc902 100644 --- a/libstdc++-v3/testsuite/decimal/make-decimal.cc +++ b/libstdc++-v3/testsuite/decimal/make-decimal.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/decimal/mixed-mode-arith_neg.cc b/libstdc++-v3/testsuite/decimal/mixed-mode-arith_neg.cc index ac4de759df63..610be0b00c8f 100644 --- a/libstdc++-v3/testsuite/decimal/mixed-mode-arith_neg.cc +++ b/libstdc++-v3/testsuite/decimal/mixed-mode-arith_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/decimal/mixed-mode-cmp_neg.cc b/libstdc++-v3/testsuite/decimal/mixed-mode-cmp_neg.cc index 1aed1be6cbb5..72601f47676a 100644 --- a/libstdc++-v3/testsuite/decimal/mixed-mode-cmp_neg.cc +++ b/libstdc++-v3/testsuite/decimal/mixed-mode-cmp_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/decimal/operator_neg.cc b/libstdc++-v3/testsuite/decimal/operator_neg.cc index 74f1dfc651cc..7ec922dc711c 100644 --- a/libstdc++-v3/testsuite/decimal/operator_neg.cc +++ b/libstdc++-v3/testsuite/decimal/operator_neg.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/decimal/pr54036-1.cc b/libstdc++-v3/testsuite/decimal/pr54036-1.cc index 9b6d6040c7b4..8fecd3ab9b81 100644 --- a/libstdc++-v3/testsuite/decimal/pr54036-1.cc +++ b/libstdc++-v3/testsuite/decimal/pr54036-1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/decimal/pr54036-2.cc b/libstdc++-v3/testsuite/decimal/pr54036-2.cc index 158735b5b312..6cb5e024b3d2 100644 --- a/libstdc++-v3/testsuite/decimal/pr54036-2.cc +++ b/libstdc++-v3/testsuite/decimal/pr54036-2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/decimal/pr54036-3.cc b/libstdc++-v3/testsuite/decimal/pr54036-3.cc index 36a0984b4e0b..f55d0b530c1a 100644 --- a/libstdc++-v3/testsuite/decimal/pr54036-3.cc +++ b/libstdc++-v3/testsuite/decimal/pr54036-3.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/decimal/pr58815.cc b/libstdc++-v3/testsuite/decimal/pr58815.cc index 491805074a8d..dcb23360bb25 100644 --- a/libstdc++-v3/testsuite/decimal/pr58815.cc +++ b/libstdc++-v3/testsuite/decimal/pr58815.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/decimal/unary-arith.cc b/libstdc++-v3/testsuite/decimal/unary-arith.cc index 702996097860..22317a50e07a 100644 --- a/libstdc++-v3/testsuite/decimal/unary-arith.cc +++ b/libstdc++-v3/testsuite/decimal/unary-arith.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/experimental/algorithm/sample.cc b/libstdc++-v3/testsuite/experimental/algorithm/sample.cc index e3c25e81ed81..ccfbf9ac832e 100644 --- a/libstdc++-v3/testsuite/experimental/algorithm/sample.cc +++ b/libstdc++-v3/testsuite/experimental/algorithm/sample.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/algorithm/search.cc b/libstdc++-v3/testsuite/experimental/algorithm/search.cc index c7d4d5911754..6f51319c3613 100644 --- a/libstdc++-v3/testsuite/experimental/algorithm/search.cc +++ b/libstdc++-v3/testsuite/experimental/algorithm/search.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/any/assign/1.cc b/libstdc++-v3/testsuite/experimental/any/assign/1.cc index aee151582e1d..73b1cfe457b8 100644 --- a/libstdc++-v3/testsuite/experimental/any/assign/1.cc +++ b/libstdc++-v3/testsuite/experimental/any/assign/1.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/any/assign/2.cc b/libstdc++-v3/testsuite/experimental/any/assign/2.cc index 0232af6c6d2e..111d83fd60c8 100644 --- a/libstdc++-v3/testsuite/experimental/any/assign/2.cc +++ b/libstdc++-v3/testsuite/experimental/any/assign/2.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/any/assign/exception.cc b/libstdc++-v3/testsuite/experimental/any/assign/exception.cc index f125213ded1a..d54567bbab0d 100644 --- a/libstdc++-v3/testsuite/experimental/any/assign/exception.cc +++ b/libstdc++-v3/testsuite/experimental/any/assign/exception.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/experimental/any/assign/self.cc b/libstdc++-v3/testsuite/experimental/any/assign/self.cc index c40d2bbcd193..cefc6419c1cf 100644 --- a/libstdc++-v3/testsuite/experimental/any/assign/self.cc +++ b/libstdc++-v3/testsuite/experimental/any/assign/self.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/any/cons/1.cc b/libstdc++-v3/testsuite/experimental/any/cons/1.cc index c32d833393aa..abe6515c5eaf 100644 --- a/libstdc++-v3/testsuite/experimental/any/cons/1.cc +++ b/libstdc++-v3/testsuite/experimental/any/cons/1.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/any/cons/2.cc b/libstdc++-v3/testsuite/experimental/any/cons/2.cc index c79573b3ea94..90eadbe95098 100644 --- a/libstdc++-v3/testsuite/experimental/any/cons/2.cc +++ b/libstdc++-v3/testsuite/experimental/any/cons/2.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/any/cons/aligned.cc b/libstdc++-v3/testsuite/experimental/any/cons/aligned.cc index 52b2b02498f9..e3266e13fcd5 100644 --- a/libstdc++-v3/testsuite/experimental/any/cons/aligned.cc +++ b/libstdc++-v3/testsuite/experimental/any/cons/aligned.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/any/cons/nontrivial.cc b/libstdc++-v3/testsuite/experimental/any/cons/nontrivial.cc index a5a04c4cc85b..6e11c0c3f5ef 100644 --- a/libstdc++-v3/testsuite/experimental/any/cons/nontrivial.cc +++ b/libstdc++-v3/testsuite/experimental/any/cons/nontrivial.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/any/misc/any_cast.cc b/libstdc++-v3/testsuite/experimental/any/misc/any_cast.cc index e7882268b32e..b6cc114e9985 100644 --- a/libstdc++-v3/testsuite/experimental/any/misc/any_cast.cc +++ b/libstdc++-v3/testsuite/experimental/any/misc/any_cast.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/any/misc/any_cast_neg.cc b/libstdc++-v3/testsuite/experimental/any/misc/any_cast_neg.cc index 924e798854ea..697b0f03e2b1 100644 --- a/libstdc++-v3/testsuite/experimental/any/misc/any_cast_neg.cc +++ b/libstdc++-v3/testsuite/experimental/any/misc/any_cast_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/any/misc/any_cast_no_rtti.cc b/libstdc++-v3/testsuite/experimental/any/misc/any_cast_no_rtti.cc index 9fbdab36ba28..633d59469d6e 100644 --- a/libstdc++-v3/testsuite/experimental/any/misc/any_cast_no_rtti.cc +++ b/libstdc++-v3/testsuite/experimental/any/misc/any_cast_no_rtti.cc @@ -1,7 +1,7 @@ // { dg-options "-fno-rtti" } // { dg-do run { target c++14 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/any/misc/swap.cc b/libstdc++-v3/testsuite/experimental/any/misc/swap.cc index 6b4735b34a9b..acd8eb16404a 100644 --- a/libstdc++-v3/testsuite/experimental/any/misc/swap.cc +++ b/libstdc++-v3/testsuite/experimental/any/misc/swap.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/any/modifiers/1.cc b/libstdc++-v3/testsuite/experimental/any/modifiers/1.cc index 8af3e61aae62..02bbc3484116 100644 --- a/libstdc++-v3/testsuite/experimental/any/modifiers/1.cc +++ b/libstdc++-v3/testsuite/experimental/any/modifiers/1.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/any/observers/type.cc b/libstdc++-v3/testsuite/experimental/any/observers/type.cc index a5725fbdd85b..9ae6ddb6b363 100644 --- a/libstdc++-v3/testsuite/experimental/any/observers/type.cc +++ b/libstdc++-v3/testsuite/experimental/any/observers/type.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/any/typedefs.cc b/libstdc++-v3/testsuite/experimental/any/typedefs.cc index 82a5719e1dc9..c1ccba23e95b 100644 --- a/libstdc++-v3/testsuite/experimental/any/typedefs.cc +++ b/libstdc++-v3/testsuite/experimental/any/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/array/make_array.cc b/libstdc++-v3/testsuite/experimental/array/make_array.cc index cce66f10d623..45b192037e63 100644 --- a/libstdc++-v3/testsuite/experimental/array/make_array.cc +++ b/libstdc++-v3/testsuite/experimental/array/make_array.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/array/neg.cc b/libstdc++-v3/testsuite/experimental/array/neg.cc index 8084a4a1f2a0..790933d4acf8 100644 --- a/libstdc++-v3/testsuite/experimental/array/neg.cc +++ b/libstdc++-v3/testsuite/experimental/array/neg.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/chrono/value.cc b/libstdc++-v3/testsuite/experimental/chrono/value.cc index 62b796407936..343b065c3d1c 100644 --- a/libstdc++-v3/testsuite/experimental/chrono/value.cc +++ b/libstdc++-v3/testsuite/experimental/chrono/value.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/deque/erasure.cc b/libstdc++-v3/testsuite/experimental/deque/erasure.cc index 8f1738cc5800..4b69c81b6d6c 100644 --- a/libstdc++-v3/testsuite/experimental/deque/erasure.cc +++ b/libstdc++-v3/testsuite/experimental/deque/erasure.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/filesystem/iterators/directory_iterator.cc b/libstdc++-v3/testsuite/experimental/filesystem/iterators/directory_iterator.cc index d1f2c543513d..d6c4c0aa4fb2 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/iterators/directory_iterator.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/iterators/directory_iterator.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/filesystem/iterators/pop.cc b/libstdc++-v3/testsuite/experimental/filesystem/iterators/pop.cc index 9306c0331ee8..b7527d9321e0 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/iterators/pop.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/iterators/pop.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/experimental/filesystem/iterators/recursive_directory_iterator.cc b/libstdc++-v3/testsuite/experimental/filesystem/iterators/recursive_directory_iterator.cc index 3dc7ba2df650..e7b5e53d43dc 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/iterators/recursive_directory_iterator.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/iterators/recursive_directory_iterator.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/filesystem/operations/absolute.cc b/libstdc++-v3/testsuite/experimental/filesystem/operations/absolute.cc index 512447d46f43..aa1b634a781c 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/operations/absolute.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/operations/absolute.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++11 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/filesystem/operations/canonical.cc b/libstdc++-v3/testsuite/experimental/filesystem/operations/canonical.cc index b643048c9637..8d6f5af041e4 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/operations/canonical.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/operations/canonical.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/filesystem/operations/copy.cc b/libstdc++-v3/testsuite/experimental/filesystem/operations/copy.cc index 7173788c4511..faab52165013 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/operations/copy.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/operations/copy.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++11 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/filesystem/operations/copy_file.cc b/libstdc++-v3/testsuite/experimental/filesystem/operations/copy_file.cc index 1e487cd0b0cc..d1aca6943a5c 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/operations/copy_file.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/operations/copy_file.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/experimental/filesystem/operations/create_directories.cc b/libstdc++-v3/testsuite/experimental/filesystem/operations/create_directories.cc index efc005cfd097..e93f7aa8d590 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/operations/create_directories.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/operations/create_directories.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/filesystem/operations/create_directory.cc b/libstdc++-v3/testsuite/experimental/filesystem/operations/create_directory.cc index e34c7704a52e..f1c50a6e8e31 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/operations/create_directory.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/operations/create_directory.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/experimental/filesystem/operations/create_symlink.cc b/libstdc++-v3/testsuite/experimental/filesystem/operations/create_symlink.cc index 7297259d8c0e..0a779b4fa3b4 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/operations/create_symlink.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/operations/create_symlink.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/experimental/filesystem/operations/current_path.cc b/libstdc++-v3/testsuite/experimental/filesystem/operations/current_path.cc index ad1a84ea5d07..dea1886dd7b8 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/operations/current_path.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/operations/current_path.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++11 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/filesystem/operations/equivalent.cc b/libstdc++-v3/testsuite/experimental/filesystem/operations/equivalent.cc index 77ed05477122..eb91ee1dc7df 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/operations/equivalent.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/operations/equivalent.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/experimental/filesystem/operations/exists.cc b/libstdc++-v3/testsuite/experimental/filesystem/operations/exists.cc index 7dbc8e96db91..384ad0422a24 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/operations/exists.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/operations/exists.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/filesystem/operations/file_size.cc b/libstdc++-v3/testsuite/experimental/filesystem/operations/file_size.cc index 6ca8b6598830..dc8c659d3514 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/operations/file_size.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/operations/file_size.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/filesystem/operations/is_empty.cc b/libstdc++-v3/testsuite/experimental/filesystem/operations/is_empty.cc index 5a666376ec75..978883d95b58 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/operations/is_empty.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/operations/is_empty.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/experimental/filesystem/operations/last_write_time.cc b/libstdc++-v3/testsuite/experimental/filesystem/operations/last_write_time.cc index a60a25f4a624..300e1cc8bcde 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/operations/last_write_time.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/operations/last_write_time.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/experimental/filesystem/operations/permissions.cc b/libstdc++-v3/testsuite/experimental/filesystem/operations/permissions.cc index 61471a35f7ba..a0df48603155 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/operations/permissions.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/operations/permissions.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/experimental/filesystem/operations/read_symlink.cc b/libstdc++-v3/testsuite/experimental/filesystem/operations/read_symlink.cc index c67b3184fdb2..56046fa15ec2 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/operations/read_symlink.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/operations/read_symlink.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/experimental/filesystem/operations/remove_all.cc b/libstdc++-v3/testsuite/experimental/filesystem/operations/remove_all.cc index 57d15af9c5cb..f4b5513b2023 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/operations/remove_all.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/operations/remove_all.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/experimental/filesystem/operations/status.cc b/libstdc++-v3/testsuite/experimental/filesystem/operations/status.cc index 257cbceb77a3..2f86b91d2f44 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/operations/status.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/operations/status.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/filesystem/operations/temp_directory_path.cc b/libstdc++-v3/testsuite/experimental/filesystem/operations/temp_directory_path.cc index f0431955ff2e..e8a6dd3cd857 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/operations/temp_directory_path.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/operations/temp_directory_path.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/filesystem/path/append/path.cc b/libstdc++-v3/testsuite/experimental/filesystem/path/append/path.cc index 5c0f934a417f..25bfb02b93af 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/path/append/path.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/path/append/path.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++11 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/filesystem/path/assign/assign.cc b/libstdc++-v3/testsuite/experimental/filesystem/path/assign/assign.cc index 10191732268f..e3eaf485f4d0 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/path/assign/assign.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/path/assign/assign.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++11 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/filesystem/path/assign/copy.cc b/libstdc++-v3/testsuite/experimental/filesystem/path/assign/copy.cc index 4567f50792e8..b0d4c5f1ed1d 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/path/assign/copy.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/path/assign/copy.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++11 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/filesystem/path/compare/compare.cc b/libstdc++-v3/testsuite/experimental/filesystem/path/compare/compare.cc index 3ce6b532bb1a..7bc6585652ca 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/path/compare/compare.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/path/compare/compare.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++11 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/filesystem/path/compare/path.cc b/libstdc++-v3/testsuite/experimental/filesystem/path/compare/path.cc index 01531569e31f..11a4f9f3cf83 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/path/compare/path.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/path/compare/path.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++11 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/filesystem/path/compare/strings.cc b/libstdc++-v3/testsuite/experimental/filesystem/path/compare/strings.cc index 9732118afb75..56e2bb32fac6 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/path/compare/strings.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/path/compare/strings.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++11 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/filesystem/path/concat/path.cc b/libstdc++-v3/testsuite/experimental/filesystem/path/concat/path.cc index 3b8a11fecd9c..4ed18a8791ba 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/path/concat/path.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/path/concat/path.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++11 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/filesystem/path/concat/strings.cc b/libstdc++-v3/testsuite/experimental/filesystem/path/concat/strings.cc index 33834a5ead2f..47767b2f917f 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/path/concat/strings.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/path/concat/strings.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++11 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/filesystem/path/construct/copy.cc b/libstdc++-v3/testsuite/experimental/filesystem/path/construct/copy.cc index 60627576c881..832c0b20e4db 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/path/construct/copy.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/path/construct/copy.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++11 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/filesystem/path/construct/default.cc b/libstdc++-v3/testsuite/experimental/filesystem/path/construct/default.cc index d069ac6a4bed..4dad0d05c04c 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/path/construct/default.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/path/construct/default.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++11 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/filesystem/path/construct/locale.cc b/libstdc++-v3/testsuite/experimental/filesystem/path/construct/locale.cc index 9feb19ec15e0..27a7800fb66f 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/path/construct/locale.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/path/construct/locale.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++11 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/filesystem/path/construct/range.cc b/libstdc++-v3/testsuite/experimental/filesystem/path/construct/range.cc index 9e51e0a5bf53..d6eca68b7bd3 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/path/construct/range.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/path/construct/range.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++11 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/filesystem/path/construct/string_view.cc b/libstdc++-v3/testsuite/experimental/filesystem/path/construct/string_view.cc index 13ebaaa905a1..6d55c027b012 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/path/construct/string_view.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/path/construct/string_view.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++1z } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/experimental/filesystem/path/decompose/extension.cc b/libstdc++-v3/testsuite/experimental/filesystem/path/decompose/extension.cc index c989458315c7..faf1be1c662f 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/path/decompose/extension.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/path/decompose/extension.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++11 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/filesystem/path/decompose/filename.cc b/libstdc++-v3/testsuite/experimental/filesystem/path/decompose/filename.cc index cbbe1c1387d9..a76d63273b06 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/path/decompose/filename.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/path/decompose/filename.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++11 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/filesystem/path/decompose/parent_path.cc b/libstdc++-v3/testsuite/experimental/filesystem/path/decompose/parent_path.cc index eb2b09e73d18..b72bc58f7c40 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/path/decompose/parent_path.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/path/decompose/parent_path.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++11 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/filesystem/path/decompose/relative_path.cc b/libstdc++-v3/testsuite/experimental/filesystem/path/decompose/relative_path.cc index 762417e5d5b3..e4cfb6f14ccb 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/path/decompose/relative_path.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/path/decompose/relative_path.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++11 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/filesystem/path/decompose/root_directory.cc b/libstdc++-v3/testsuite/experimental/filesystem/path/decompose/root_directory.cc index 315553c69990..f414ab05ddb7 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/path/decompose/root_directory.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/path/decompose/root_directory.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++11 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/filesystem/path/decompose/root_name.cc b/libstdc++-v3/testsuite/experimental/filesystem/path/decompose/root_name.cc index 4f448b1c62a9..106c131d0ff7 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/path/decompose/root_name.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/path/decompose/root_name.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++11 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/filesystem/path/decompose/root_path.cc b/libstdc++-v3/testsuite/experimental/filesystem/path/decompose/root_path.cc index 307e2dfaf721..65ef449bfc00 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/path/decompose/root_path.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/path/decompose/root_path.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++11 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/filesystem/path/decompose/stem.cc b/libstdc++-v3/testsuite/experimental/filesystem/path/decompose/stem.cc index 1b9a3ea1a893..b07c6d61b32f 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/path/decompose/stem.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/path/decompose/stem.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++11 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/filesystem/path/generic/generic_string.cc b/libstdc++-v3/testsuite/experimental/filesystem/path/generic/generic_string.cc index 422b0c9ef246..f845130f73a1 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/path/generic/generic_string.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/path/generic/generic_string.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++11 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/filesystem/path/itr/traversal.cc b/libstdc++-v3/testsuite/experimental/filesystem/path/itr/traversal.cc index bf8f9f3823d6..bc1091476b57 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/path/itr/traversal.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/path/itr/traversal.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++11 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/filesystem/path/modifiers/clear.cc b/libstdc++-v3/testsuite/experimental/filesystem/path/modifiers/clear.cc index dac2495519d5..bb2cb76ba285 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/path/modifiers/clear.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/path/modifiers/clear.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++11 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/filesystem/path/modifiers/make_preferred.cc b/libstdc++-v3/testsuite/experimental/filesystem/path/modifiers/make_preferred.cc index 262336bc2502..67492b685976 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/path/modifiers/make_preferred.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/path/modifiers/make_preferred.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++11 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/filesystem/path/modifiers/remove_filename.cc b/libstdc++-v3/testsuite/experimental/filesystem/path/modifiers/remove_filename.cc index 04c889f94211..30d05fe4dbb0 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/path/modifiers/remove_filename.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/path/modifiers/remove_filename.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++11 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/filesystem/path/modifiers/replace_extension.cc b/libstdc++-v3/testsuite/experimental/filesystem/path/modifiers/replace_extension.cc index 036eff9557b7..fafbce7b05f1 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/path/modifiers/replace_extension.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/path/modifiers/replace_extension.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++11 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/filesystem/path/modifiers/replace_filename.cc b/libstdc++-v3/testsuite/experimental/filesystem/path/modifiers/replace_filename.cc index 406c1cb1f336..8453ab29e294 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/path/modifiers/replace_filename.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/path/modifiers/replace_filename.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++11 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/filesystem/path/modifiers/swap.cc b/libstdc++-v3/testsuite/experimental/filesystem/path/modifiers/swap.cc index 7ee76ab6b043..5089c5495233 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/path/modifiers/swap.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/path/modifiers/swap.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++11 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/filesystem/path/native/string.cc b/libstdc++-v3/testsuite/experimental/filesystem/path/native/string.cc index 2bf0edc39c54..9755fee9d490 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/path/native/string.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/path/native/string.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/experimental/filesystem/path/nonmember/hash_value.cc b/libstdc++-v3/testsuite/experimental/filesystem/path/nonmember/hash_value.cc index 6b3aef34de75..e8f444bad36b 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/path/nonmember/hash_value.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/path/nonmember/hash_value.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++11 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/filesystem/path/query/empty.cc b/libstdc++-v3/testsuite/experimental/filesystem/path/query/empty.cc index 378d7b1ccdd0..e55440f04052 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/path/query/empty.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/path/query/empty.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++11 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/filesystem/path/query/has_extension.cc b/libstdc++-v3/testsuite/experimental/filesystem/path/query/has_extension.cc index 5ed8e54783c3..04ee54c4bcd1 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/path/query/has_extension.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/path/query/has_extension.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++11 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/filesystem/path/query/has_filename.cc b/libstdc++-v3/testsuite/experimental/filesystem/path/query/has_filename.cc index 1ab64c896eb7..950e615e4999 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/path/query/has_filename.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/path/query/has_filename.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++11 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/filesystem/path/query/has_parent_path.cc b/libstdc++-v3/testsuite/experimental/filesystem/path/query/has_parent_path.cc index 42573b419179..ed34b3479627 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/path/query/has_parent_path.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/path/query/has_parent_path.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++11 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/filesystem/path/query/has_relative_path.cc b/libstdc++-v3/testsuite/experimental/filesystem/path/query/has_relative_path.cc index bec43d5dc93a..20ef397153cb 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/path/query/has_relative_path.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/path/query/has_relative_path.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++11 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/filesystem/path/query/has_root_directory.cc b/libstdc++-v3/testsuite/experimental/filesystem/path/query/has_root_directory.cc index 06bae55b41b9..2d830cd3cb4e 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/path/query/has_root_directory.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/path/query/has_root_directory.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++11 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/filesystem/path/query/has_root_name.cc b/libstdc++-v3/testsuite/experimental/filesystem/path/query/has_root_name.cc index 8da90097852d..6d991c579746 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/path/query/has_root_name.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/path/query/has_root_name.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++11 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/filesystem/path/query/has_root_path.cc b/libstdc++-v3/testsuite/experimental/filesystem/path/query/has_root_path.cc index c92e977d829d..e1320dd6d3ac 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/path/query/has_root_path.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/path/query/has_root_path.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++11 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/filesystem/path/query/has_stem.cc b/libstdc++-v3/testsuite/experimental/filesystem/path/query/has_stem.cc index 66c7193a04cc..a690a5f686b8 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/path/query/has_stem.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/path/query/has_stem.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++11 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/filesystem/path/query/is_relative.cc b/libstdc++-v3/testsuite/experimental/filesystem/path/query/is_relative.cc index 8305a51d1d0e..393d52602637 100644 --- a/libstdc++-v3/testsuite/experimental/filesystem/path/query/is_relative.cc +++ b/libstdc++-v3/testsuite/experimental/filesystem/path/query/is_relative.cc @@ -2,7 +2,7 @@ // { dg-do run { target c++11 } } // { dg-require-filesystem-ts "" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/forward_list/erasure.cc b/libstdc++-v3/testsuite/experimental/forward_list/erasure.cc index ab2e7b1f4240..4c702c2f472b 100644 --- a/libstdc++-v3/testsuite/experimental/forward_list/erasure.cc +++ b/libstdc++-v3/testsuite/experimental/forward_list/erasure.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/functional/not_fn.cc b/libstdc++-v3/testsuite/experimental/functional/not_fn.cc index 525f59cde4da..17f118dbe15b 100644 --- a/libstdc++-v3/testsuite/experimental/functional/not_fn.cc +++ b/libstdc++-v3/testsuite/experimental/functional/not_fn.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/functional/searchers.cc b/libstdc++-v3/testsuite/experimental/functional/searchers.cc index 7965cbb1f8c8..e20fd92b442c 100644 --- a/libstdc++-v3/testsuite/experimental/functional/searchers.cc +++ b/libstdc++-v3/testsuite/experimental/functional/searchers.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/functional/value.cc b/libstdc++-v3/testsuite/experimental/functional/value.cc index 96a2b78a45b8..6354bca14417 100644 --- a/libstdc++-v3/testsuite/experimental/functional/value.cc +++ b/libstdc++-v3/testsuite/experimental/functional/value.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/iterator/make_ostream_joiner.cc b/libstdc++-v3/testsuite/experimental/iterator/make_ostream_joiner.cc index 1cde67a427af..69f4bb0d484e 100644 --- a/libstdc++-v3/testsuite/experimental/iterator/make_ostream_joiner.cc +++ b/libstdc++-v3/testsuite/experimental/iterator/make_ostream_joiner.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/iterator/ostream_joiner.cc b/libstdc++-v3/testsuite/experimental/iterator/ostream_joiner.cc index 0ed8c5ed79a6..f07eb3362443 100644 --- a/libstdc++-v3/testsuite/experimental/iterator/ostream_joiner.cc +++ b/libstdc++-v3/testsuite/experimental/iterator/ostream_joiner.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/iterator/requirements.cc b/libstdc++-v3/testsuite/experimental/iterator/requirements.cc index 83ff54597907..8a8e79e24571 100644 --- a/libstdc++-v3/testsuite/experimental/iterator/requirements.cc +++ b/libstdc++-v3/testsuite/experimental/iterator/requirements.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/list/erasure.cc b/libstdc++-v3/testsuite/experimental/list/erasure.cc index dd839588649d..ce49c8da0afb 100644 --- a/libstdc++-v3/testsuite/experimental/list/erasure.cc +++ b/libstdc++-v3/testsuite/experimental/list/erasure.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/map/erasure.cc b/libstdc++-v3/testsuite/experimental/map/erasure.cc index bf0d396086d3..735356730059 100644 --- a/libstdc++-v3/testsuite/experimental/map/erasure.cc +++ b/libstdc++-v3/testsuite/experimental/map/erasure.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/memory/observer_ptr/assignment/assign.cc b/libstdc++-v3/testsuite/experimental/memory/observer_ptr/assignment/assign.cc index c6a8cccce424..fb2402dd5cc5 100644 --- a/libstdc++-v3/testsuite/experimental/memory/observer_ptr/assignment/assign.cc +++ b/libstdc++-v3/testsuite/experimental/memory/observer_ptr/assignment/assign.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/memory/observer_ptr/cons/cons.cc b/libstdc++-v3/testsuite/experimental/memory/observer_ptr/cons/cons.cc index 5715e59ebbb6..80009a2c48fa 100644 --- a/libstdc++-v3/testsuite/experimental/memory/observer_ptr/cons/cons.cc +++ b/libstdc++-v3/testsuite/experimental/memory/observer_ptr/cons/cons.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/memory/observer_ptr/hash/hash.cc b/libstdc++-v3/testsuite/experimental/memory/observer_ptr/hash/hash.cc index 3ae887eb7b69..f2cf86f5bebd 100644 --- a/libstdc++-v3/testsuite/experimental/memory/observer_ptr/hash/hash.cc +++ b/libstdc++-v3/testsuite/experimental/memory/observer_ptr/hash/hash.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/memory/observer_ptr/make_observer.cc b/libstdc++-v3/testsuite/experimental/memory/observer_ptr/make_observer.cc index 1a9d36be5915..5be4e9b9a6d7 100644 --- a/libstdc++-v3/testsuite/experimental/memory/observer_ptr/make_observer.cc +++ b/libstdc++-v3/testsuite/experimental/memory/observer_ptr/make_observer.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/memory/observer_ptr/relops/relops.cc b/libstdc++-v3/testsuite/experimental/memory/observer_ptr/relops/relops.cc index e39c1f30f363..fdd3463690aa 100644 --- a/libstdc++-v3/testsuite/experimental/memory/observer_ptr/relops/relops.cc +++ b/libstdc++-v3/testsuite/experimental/memory/observer_ptr/relops/relops.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/memory/observer_ptr/requirements.cc b/libstdc++-v3/testsuite/experimental/memory/observer_ptr/requirements.cc index 707e9412af31..64a55f89a35e 100644 --- a/libstdc++-v3/testsuite/experimental/memory/observer_ptr/requirements.cc +++ b/libstdc++-v3/testsuite/experimental/memory/observer_ptr/requirements.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/memory/observer_ptr/swap/swap.cc b/libstdc++-v3/testsuite/experimental/memory/observer_ptr/swap/swap.cc index cedaa08bd112..805344b7e041 100644 --- a/libstdc++-v3/testsuite/experimental/memory/observer_ptr/swap/swap.cc +++ b/libstdc++-v3/testsuite/experimental/memory/observer_ptr/swap/swap.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/memory/observer_ptr/typedefs.cc b/libstdc++-v3/testsuite/experimental/memory/observer_ptr/typedefs.cc index a2c448b2d94f..1dfe42fb1916 100644 --- a/libstdc++-v3/testsuite/experimental/memory/observer_ptr/typedefs.cc +++ b/libstdc++-v3/testsuite/experimental/memory/observer_ptr/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/memory/shared_ptr/assign/assign.cc b/libstdc++-v3/testsuite/experimental/memory/shared_ptr/assign/assign.cc index 4ad5a82eb505..5b568985ccb9 100644 --- a/libstdc++-v3/testsuite/experimental/memory/shared_ptr/assign/assign.cc +++ b/libstdc++-v3/testsuite/experimental/memory/shared_ptr/assign/assign.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/memory/shared_ptr/cast/cast.cc b/libstdc++-v3/testsuite/experimental/memory/shared_ptr/cast/cast.cc index d4074fed396e..5ceb12c0879e 100644 --- a/libstdc++-v3/testsuite/experimental/memory/shared_ptr/cast/cast.cc +++ b/libstdc++-v3/testsuite/experimental/memory/shared_ptr/cast/cast.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/memory/shared_ptr/comparison/comparison.cc b/libstdc++-v3/testsuite/experimental/memory/shared_ptr/comparison/comparison.cc index d73381158acb..b3fbc62d5d9c 100644 --- a/libstdc++-v3/testsuite/experimental/memory/shared_ptr/comparison/comparison.cc +++ b/libstdc++-v3/testsuite/experimental/memory/shared_ptr/comparison/comparison.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/memory/shared_ptr/cons/alias_ctor.cc b/libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/alias_ctor.cc index 3e96139ef9cd..5abaf942666e 100644 --- a/libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/alias_ctor.cc +++ b/libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/alias_ctor.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/memory/shared_ptr/cons/alloc_ctor.cc b/libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/alloc_ctor.cc index b0f0b1ecfb4b..e58af5c56fda 100644 --- a/libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/alloc_ctor.cc +++ b/libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/alloc_ctor.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/memory/shared_ptr/cons/copy_ctor.cc b/libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/copy_ctor.cc index 1f1c70b79425..1664a200ffbd 100644 --- a/libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/copy_ctor.cc +++ b/libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/copy_ctor.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/memory/shared_ptr/cons/copy_ctor_neg.cc b/libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/copy_ctor_neg.cc index c2cc4d3b4b4b..4b54e4f854ab 100644 --- a/libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/copy_ctor_neg.cc +++ b/libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/copy_ctor_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/memory/shared_ptr/cons/default_ctor.cc b/libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/default_ctor.cc index e675c57cdfe1..222af1448f1f 100644 --- a/libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/default_ctor.cc +++ b/libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/default_ctor.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/memory/shared_ptr/cons/enable_shared_from_this.cc b/libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/enable_shared_from_this.cc index 5374f7545582..6746d46db316 100644 --- a/libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/enable_shared_from_this.cc +++ b/libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/enable_shared_from_this.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/experimental/memory/shared_ptr/cons/move_ctor.cc b/libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/move_ctor.cc index f1040577a1d1..fce5794f4694 100644 --- a/libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/move_ctor.cc +++ b/libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/move_ctor.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/memory/shared_ptr/cons/pointer_ctor.cc b/libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/pointer_ctor.cc index 1fff0225386a..1d07140325a5 100644 --- a/libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/pointer_ctor.cc +++ b/libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/pointer_ctor.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/memory/shared_ptr/cons/pointer_ctor_neg.cc b/libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/pointer_ctor_neg.cc index 8fcd40ce8f08..d693eb57cb1a 100644 --- a/libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/pointer_ctor_neg.cc +++ b/libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/pointer_ctor_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/experimental/memory/shared_ptr/cons/torture.cc b/libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/torture.cc index bade9d83dd45..c31189527e70 100644 --- a/libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/torture.cc +++ b/libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/torture.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/experimental/memory/shared_ptr/cons/unique_ptr_ctor.cc b/libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/unique_ptr_ctor.cc index eb241765589f..f87b6bdbc55e 100644 --- a/libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/unique_ptr_ctor.cc +++ b/libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/unique_ptr_ctor.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/memory/shared_ptr/cons/weak_ptr_ctor.cc b/libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/weak_ptr_ctor.cc index 3436c01eea16..d7a1e3405b9d 100644 --- a/libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/weak_ptr_ctor.cc +++ b/libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/weak_ptr_ctor.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/memory/shared_ptr/dest/dest.cc b/libstdc++-v3/testsuite/experimental/memory/shared_ptr/dest/dest.cc index 600c0c6c2c09..c05265f788c5 100644 --- a/libstdc++-v3/testsuite/experimental/memory/shared_ptr/dest/dest.cc +++ b/libstdc++-v3/testsuite/experimental/memory/shared_ptr/dest/dest.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/memory/shared_ptr/modifiers/reset.cc b/libstdc++-v3/testsuite/experimental/memory/shared_ptr/modifiers/reset.cc index 8df0602f4f86..a2257c74a84b 100644 --- a/libstdc++-v3/testsuite/experimental/memory/shared_ptr/modifiers/reset.cc +++ b/libstdc++-v3/testsuite/experimental/memory/shared_ptr/modifiers/reset.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/memory/shared_ptr/modifiers/reset_neg.cc b/libstdc++-v3/testsuite/experimental/memory/shared_ptr/modifiers/reset_neg.cc index 0332c4e7603e..633538efc250 100644 --- a/libstdc++-v3/testsuite/experimental/memory/shared_ptr/modifiers/reset_neg.cc +++ b/libstdc++-v3/testsuite/experimental/memory/shared_ptr/modifiers/reset_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/experimental/memory/shared_ptr/modifiers/swap.cc b/libstdc++-v3/testsuite/experimental/memory/shared_ptr/modifiers/swap.cc index 8d74422240d7..f712dcc3fb00 100644 --- a/libstdc++-v3/testsuite/experimental/memory/shared_ptr/modifiers/swap.cc +++ b/libstdc++-v3/testsuite/experimental/memory/shared_ptr/modifiers/swap.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/memory/shared_ptr/observers/bool_conv.cc b/libstdc++-v3/testsuite/experimental/memory/shared_ptr/observers/bool_conv.cc index 75bb4903df37..17041fb065d8 100644 --- a/libstdc++-v3/testsuite/experimental/memory/shared_ptr/observers/bool_conv.cc +++ b/libstdc++-v3/testsuite/experimental/memory/shared_ptr/observers/bool_conv.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/memory/shared_ptr/observers/operators.cc b/libstdc++-v3/testsuite/experimental/memory/shared_ptr/observers/operators.cc index 94a65889ae2c..284a756427a3 100644 --- a/libstdc++-v3/testsuite/experimental/memory/shared_ptr/observers/operators.cc +++ b/libstdc++-v3/testsuite/experimental/memory/shared_ptr/observers/operators.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/memory/shared_ptr/observers/owner_before.cc b/libstdc++-v3/testsuite/experimental/memory/shared_ptr/observers/owner_before.cc index 0303b1f73e75..18028182596b 100644 --- a/libstdc++-v3/testsuite/experimental/memory/shared_ptr/observers/owner_before.cc +++ b/libstdc++-v3/testsuite/experimental/memory/shared_ptr/observers/owner_before.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/memory/shared_ptr/observers/use_count.cc b/libstdc++-v3/testsuite/experimental/memory/shared_ptr/observers/use_count.cc index a91a92a43b15..da2604970af8 100644 --- a/libstdc++-v3/testsuite/experimental/memory/shared_ptr/observers/use_count.cc +++ b/libstdc++-v3/testsuite/experimental/memory/shared_ptr/observers/use_count.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/memory_resource/1.cc b/libstdc++-v3/testsuite/experimental/memory_resource/1.cc index 16007b900f99..64498eadd300 100644 --- a/libstdc++-v3/testsuite/experimental/memory_resource/1.cc +++ b/libstdc++-v3/testsuite/experimental/memory_resource/1.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++14 } } // { dg-require-atomic-builtins "" } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/memory_resource/null_memory_resource.cc b/libstdc++-v3/testsuite/experimental/memory_resource/null_memory_resource.cc index 7d9b55f37e15..8e5a5216df12 100644 --- a/libstdc++-v3/testsuite/experimental/memory_resource/null_memory_resource.cc +++ b/libstdc++-v3/testsuite/experimental/memory_resource/null_memory_resource.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/experimental/memory_resource/resource_adaptor.cc b/libstdc++-v3/testsuite/experimental/memory_resource/resource_adaptor.cc index 980dd5b88fd7..8e639f223803 100644 --- a/libstdc++-v3/testsuite/experimental/memory_resource/resource_adaptor.cc +++ b/libstdc++-v3/testsuite/experimental/memory_resource/resource_adaptor.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/experimental/numeric/77801.cc b/libstdc++-v3/testsuite/experimental/numeric/77801.cc index c4c8bfbfa449..97de5086d8e7 100644 --- a/libstdc++-v3/testsuite/experimental/numeric/77801.cc +++ b/libstdc++-v3/testsuite/experimental/numeric/77801.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/experimental/numeric/gcd.cc b/libstdc++-v3/testsuite/experimental/numeric/gcd.cc index d90c15275413..d14af775bb6f 100644 --- a/libstdc++-v3/testsuite/experimental/numeric/gcd.cc +++ b/libstdc++-v3/testsuite/experimental/numeric/gcd.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/numeric/lcm.cc b/libstdc++-v3/testsuite/experimental/numeric/lcm.cc index b3345dc5e6d7..a4017f7494d2 100644 --- a/libstdc++-v3/testsuite/experimental/numeric/lcm.cc +++ b/libstdc++-v3/testsuite/experimental/numeric/lcm.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/optional/77288.cc b/libstdc++-v3/testsuite/experimental/optional/77288.cc index 9b5b80ac3d8c..9a3cbb23307e 100644 --- a/libstdc++-v3/testsuite/experimental/optional/77288.cc +++ b/libstdc++-v3/testsuite/experimental/optional/77288.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/experimental/optional/assignment/1.cc b/libstdc++-v3/testsuite/experimental/optional/assignment/1.cc index f4e9431cc38f..d2b6472960ca 100644 --- a/libstdc++-v3/testsuite/experimental/optional/assignment/1.cc +++ b/libstdc++-v3/testsuite/experimental/optional/assignment/1.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/optional/assignment/2.cc b/libstdc++-v3/testsuite/experimental/optional/assignment/2.cc index 0f1ff7a1f2ac..89bc95779e2f 100644 --- a/libstdc++-v3/testsuite/experimental/optional/assignment/2.cc +++ b/libstdc++-v3/testsuite/experimental/optional/assignment/2.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/optional/assignment/3.cc b/libstdc++-v3/testsuite/experimental/optional/assignment/3.cc index 1478be4f5e0e..4e588549f5ee 100644 --- a/libstdc++-v3/testsuite/experimental/optional/assignment/3.cc +++ b/libstdc++-v3/testsuite/experimental/optional/assignment/3.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/optional/assignment/4.cc b/libstdc++-v3/testsuite/experimental/optional/assignment/4.cc index bbdb441fc29c..aaf59795db35 100644 --- a/libstdc++-v3/testsuite/experimental/optional/assignment/4.cc +++ b/libstdc++-v3/testsuite/experimental/optional/assignment/4.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/optional/assignment/5.cc b/libstdc++-v3/testsuite/experimental/optional/assignment/5.cc index da8517a655eb..e1cc4fa2f7ac 100644 --- a/libstdc++-v3/testsuite/experimental/optional/assignment/5.cc +++ b/libstdc++-v3/testsuite/experimental/optional/assignment/5.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/optional/assignment/6.cc b/libstdc++-v3/testsuite/experimental/optional/assignment/6.cc index 2072753f6737..3c7718c8541e 100644 --- a/libstdc++-v3/testsuite/experimental/optional/assignment/6.cc +++ b/libstdc++-v3/testsuite/experimental/optional/assignment/6.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/optional/cons/77727.cc b/libstdc++-v3/testsuite/experimental/optional/cons/77727.cc index 4bb422dbc299..4d659b14ffdd 100644 --- a/libstdc++-v3/testsuite/experimental/optional/cons/77727.cc +++ b/libstdc++-v3/testsuite/experimental/optional/cons/77727.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/experimental/optional/cons/copy.cc b/libstdc++-v3/testsuite/experimental/optional/cons/copy.cc index 40f5af0272ac..c5e634eebc78 100644 --- a/libstdc++-v3/testsuite/experimental/optional/cons/copy.cc +++ b/libstdc++-v3/testsuite/experimental/optional/cons/copy.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/optional/cons/default.cc b/libstdc++-v3/testsuite/experimental/optional/cons/default.cc index d9214b53eaeb..886c833485ba 100644 --- a/libstdc++-v3/testsuite/experimental/optional/cons/default.cc +++ b/libstdc++-v3/testsuite/experimental/optional/cons/default.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/optional/cons/move.cc b/libstdc++-v3/testsuite/experimental/optional/cons/move.cc index 021dc628d52e..0c98536c6814 100644 --- a/libstdc++-v3/testsuite/experimental/optional/cons/move.cc +++ b/libstdc++-v3/testsuite/experimental/optional/cons/move.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/optional/cons/value.cc b/libstdc++-v3/testsuite/experimental/optional/cons/value.cc index 4e2b1efdae33..40a2368fb807 100644 --- a/libstdc++-v3/testsuite/experimental/optional/cons/value.cc +++ b/libstdc++-v3/testsuite/experimental/optional/cons/value.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/optional/cons/value_neg.cc b/libstdc++-v3/testsuite/experimental/optional/cons/value_neg.cc index a3fabd19aed2..aaf629354f53 100644 --- a/libstdc++-v3/testsuite/experimental/optional/cons/value_neg.cc +++ b/libstdc++-v3/testsuite/experimental/optional/cons/value_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/optional/constexpr/cons/default.cc b/libstdc++-v3/testsuite/experimental/optional/constexpr/cons/default.cc index 667f2fe096c1..995ea5ab3dce 100644 --- a/libstdc++-v3/testsuite/experimental/optional/constexpr/cons/default.cc +++ b/libstdc++-v3/testsuite/experimental/optional/constexpr/cons/default.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/optional/constexpr/cons/value.cc b/libstdc++-v3/testsuite/experimental/optional/constexpr/cons/value.cc index 37194fe50243..63a685b90256 100644 --- a/libstdc++-v3/testsuite/experimental/optional/constexpr/cons/value.cc +++ b/libstdc++-v3/testsuite/experimental/optional/constexpr/cons/value.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/optional/constexpr/in_place.cc b/libstdc++-v3/testsuite/experimental/optional/constexpr/in_place.cc index 53f5cfaa2a23..0c24562778ce 100644 --- a/libstdc++-v3/testsuite/experimental/optional/constexpr/in_place.cc +++ b/libstdc++-v3/testsuite/experimental/optional/constexpr/in_place.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/optional/constexpr/make_optional.cc b/libstdc++-v3/testsuite/experimental/optional/constexpr/make_optional.cc index ad059de47a45..198b42e9acd1 100644 --- a/libstdc++-v3/testsuite/experimental/optional/constexpr/make_optional.cc +++ b/libstdc++-v3/testsuite/experimental/optional/constexpr/make_optional.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/optional/constexpr/nullopt.cc b/libstdc++-v3/testsuite/experimental/optional/constexpr/nullopt.cc index 955a759a99d2..43bcdc8715fb 100644 --- a/libstdc++-v3/testsuite/experimental/optional/constexpr/nullopt.cc +++ b/libstdc++-v3/testsuite/experimental/optional/constexpr/nullopt.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/optional/constexpr/observers/1.cc b/libstdc++-v3/testsuite/experimental/optional/constexpr/observers/1.cc index 3a52dfb38fb2..c9f7bbc77ef4 100644 --- a/libstdc++-v3/testsuite/experimental/optional/constexpr/observers/1.cc +++ b/libstdc++-v3/testsuite/experimental/optional/constexpr/observers/1.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/optional/constexpr/observers/2.cc b/libstdc++-v3/testsuite/experimental/optional/constexpr/observers/2.cc index c982a16393b0..601efd2bbb21 100644 --- a/libstdc++-v3/testsuite/experimental/optional/constexpr/observers/2.cc +++ b/libstdc++-v3/testsuite/experimental/optional/constexpr/observers/2.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/optional/constexpr/observers/3.cc b/libstdc++-v3/testsuite/experimental/optional/constexpr/observers/3.cc index 4b114faa7ff0..a12b8180dae3 100644 --- a/libstdc++-v3/testsuite/experimental/optional/constexpr/observers/3.cc +++ b/libstdc++-v3/testsuite/experimental/optional/constexpr/observers/3.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/optional/constexpr/observers/4.cc b/libstdc++-v3/testsuite/experimental/optional/constexpr/observers/4.cc index 8ac375d164b0..3635e369789e 100644 --- a/libstdc++-v3/testsuite/experimental/optional/constexpr/observers/4.cc +++ b/libstdc++-v3/testsuite/experimental/optional/constexpr/observers/4.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/optional/constexpr/observers/5.cc b/libstdc++-v3/testsuite/experimental/optional/constexpr/observers/5.cc index 96d0dbc35100..040ad5de21b9 100644 --- a/libstdc++-v3/testsuite/experimental/optional/constexpr/observers/5.cc +++ b/libstdc++-v3/testsuite/experimental/optional/constexpr/observers/5.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/optional/constexpr/relops/1.cc b/libstdc++-v3/testsuite/experimental/optional/constexpr/relops/1.cc index 22bff0cd9f7b..292076887e30 100644 --- a/libstdc++-v3/testsuite/experimental/optional/constexpr/relops/1.cc +++ b/libstdc++-v3/testsuite/experimental/optional/constexpr/relops/1.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/optional/constexpr/relops/2.cc b/libstdc++-v3/testsuite/experimental/optional/constexpr/relops/2.cc index 8df589924328..e2148be2bd85 100644 --- a/libstdc++-v3/testsuite/experimental/optional/constexpr/relops/2.cc +++ b/libstdc++-v3/testsuite/experimental/optional/constexpr/relops/2.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/optional/constexpr/relops/3.cc b/libstdc++-v3/testsuite/experimental/optional/constexpr/relops/3.cc index b8c3103f4c39..1d547155a199 100644 --- a/libstdc++-v3/testsuite/experimental/optional/constexpr/relops/3.cc +++ b/libstdc++-v3/testsuite/experimental/optional/constexpr/relops/3.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/optional/constexpr/relops/4.cc b/libstdc++-v3/testsuite/experimental/optional/constexpr/relops/4.cc index 0e47ffeb8a75..95ec26365999 100644 --- a/libstdc++-v3/testsuite/experimental/optional/constexpr/relops/4.cc +++ b/libstdc++-v3/testsuite/experimental/optional/constexpr/relops/4.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/optional/constexpr/relops/5.cc b/libstdc++-v3/testsuite/experimental/optional/constexpr/relops/5.cc index 05e7f8c8bc42..646bda78988d 100644 --- a/libstdc++-v3/testsuite/experimental/optional/constexpr/relops/5.cc +++ b/libstdc++-v3/testsuite/experimental/optional/constexpr/relops/5.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/optional/constexpr/relops/6.cc b/libstdc++-v3/testsuite/experimental/optional/constexpr/relops/6.cc index ac646fe53348..c814266521d5 100644 --- a/libstdc++-v3/testsuite/experimental/optional/constexpr/relops/6.cc +++ b/libstdc++-v3/testsuite/experimental/optional/constexpr/relops/6.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/optional/in_place.cc b/libstdc++-v3/testsuite/experimental/optional/in_place.cc index f81702b2ec1d..00393efb62dc 100644 --- a/libstdc++-v3/testsuite/experimental/optional/in_place.cc +++ b/libstdc++-v3/testsuite/experimental/optional/in_place.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/optional/make_optional.cc b/libstdc++-v3/testsuite/experimental/optional/make_optional.cc index 56ed6f603c54..0cf9579f4411 100644 --- a/libstdc++-v3/testsuite/experimental/optional/make_optional.cc +++ b/libstdc++-v3/testsuite/experimental/optional/make_optional.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/optional/nullopt.cc b/libstdc++-v3/testsuite/experimental/optional/nullopt.cc index 8df10483ff82..abc67b996317 100644 --- a/libstdc++-v3/testsuite/experimental/optional/nullopt.cc +++ b/libstdc++-v3/testsuite/experimental/optional/nullopt.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/optional/observers/1.cc b/libstdc++-v3/testsuite/experimental/optional/observers/1.cc index dfe053267ef0..d60b6147ec0c 100644 --- a/libstdc++-v3/testsuite/experimental/optional/observers/1.cc +++ b/libstdc++-v3/testsuite/experimental/optional/observers/1.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/optional/observers/2.cc b/libstdc++-v3/testsuite/experimental/optional/observers/2.cc index bb210acbffa4..b502eb5eb2f0 100644 --- a/libstdc++-v3/testsuite/experimental/optional/observers/2.cc +++ b/libstdc++-v3/testsuite/experimental/optional/observers/2.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/optional/observers/3.cc b/libstdc++-v3/testsuite/experimental/optional/observers/3.cc index f56db0e95eea..872d742bf950 100644 --- a/libstdc++-v3/testsuite/experimental/optional/observers/3.cc +++ b/libstdc++-v3/testsuite/experimental/optional/observers/3.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/optional/observers/4.cc b/libstdc++-v3/testsuite/experimental/optional/observers/4.cc index ec9fad70fa38..983c2a1719c9 100644 --- a/libstdc++-v3/testsuite/experimental/optional/observers/4.cc +++ b/libstdc++-v3/testsuite/experimental/optional/observers/4.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/optional/observers/5.cc b/libstdc++-v3/testsuite/experimental/optional/observers/5.cc index 03df39bacb8d..ebfa30d1c380 100644 --- a/libstdc++-v3/testsuite/experimental/optional/observers/5.cc +++ b/libstdc++-v3/testsuite/experimental/optional/observers/5.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/optional/relops/1.cc b/libstdc++-v3/testsuite/experimental/optional/relops/1.cc index 56fd7dba415d..f111945d7c80 100644 --- a/libstdc++-v3/testsuite/experimental/optional/relops/1.cc +++ b/libstdc++-v3/testsuite/experimental/optional/relops/1.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/optional/relops/2.cc b/libstdc++-v3/testsuite/experimental/optional/relops/2.cc index fcf6e359130b..93853cdf6466 100644 --- a/libstdc++-v3/testsuite/experimental/optional/relops/2.cc +++ b/libstdc++-v3/testsuite/experimental/optional/relops/2.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/optional/relops/3.cc b/libstdc++-v3/testsuite/experimental/optional/relops/3.cc index 8fbfb0472d1c..0ab44aa81a5b 100644 --- a/libstdc++-v3/testsuite/experimental/optional/relops/3.cc +++ b/libstdc++-v3/testsuite/experimental/optional/relops/3.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/optional/relops/4.cc b/libstdc++-v3/testsuite/experimental/optional/relops/4.cc index 8dfd54da1366..ae3b2bd66ca8 100644 --- a/libstdc++-v3/testsuite/experimental/optional/relops/4.cc +++ b/libstdc++-v3/testsuite/experimental/optional/relops/4.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/optional/relops/5.cc b/libstdc++-v3/testsuite/experimental/optional/relops/5.cc index 8877f8904caa..ad0949cfcef4 100644 --- a/libstdc++-v3/testsuite/experimental/optional/relops/5.cc +++ b/libstdc++-v3/testsuite/experimental/optional/relops/5.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/optional/relops/6.cc b/libstdc++-v3/testsuite/experimental/optional/relops/6.cc index 136874f8e0c4..641fdcf500d4 100644 --- a/libstdc++-v3/testsuite/experimental/optional/relops/6.cc +++ b/libstdc++-v3/testsuite/experimental/optional/relops/6.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/optional/requirements.cc b/libstdc++-v3/testsuite/experimental/optional/requirements.cc index ee742abaeaff..ae3e2dce2ccc 100644 --- a/libstdc++-v3/testsuite/experimental/optional/requirements.cc +++ b/libstdc++-v3/testsuite/experimental/optional/requirements.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/optional/swap/1.cc b/libstdc++-v3/testsuite/experimental/optional/swap/1.cc index 738cfb9a0ebe..118abea15ef2 100644 --- a/libstdc++-v3/testsuite/experimental/optional/swap/1.cc +++ b/libstdc++-v3/testsuite/experimental/optional/swap/1.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/optional/typedefs.cc b/libstdc++-v3/testsuite/experimental/optional/typedefs.cc index a0f411dac3bf..f95eb6fb4ada 100644 --- a/libstdc++-v3/testsuite/experimental/optional/typedefs.cc +++ b/libstdc++-v3/testsuite/experimental/optional/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/propagate_const/assignment/copy.cc b/libstdc++-v3/testsuite/experimental/propagate_const/assignment/copy.cc index 108d26966293..f9b13799ac90 100644 --- a/libstdc++-v3/testsuite/experimental/propagate_const/assignment/copy.cc +++ b/libstdc++-v3/testsuite/experimental/propagate_const/assignment/copy.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/propagate_const/assignment/move.cc b/libstdc++-v3/testsuite/experimental/propagate_const/assignment/move.cc index d6ae963cc111..e5052bde459e 100644 --- a/libstdc++-v3/testsuite/experimental/propagate_const/assignment/move.cc +++ b/libstdc++-v3/testsuite/experimental/propagate_const/assignment/move.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/propagate_const/assignment/move_neg.cc b/libstdc++-v3/testsuite/experimental/propagate_const/assignment/move_neg.cc index 1423220abe81..040e30b81a2b 100644 --- a/libstdc++-v3/testsuite/experimental/propagate_const/assignment/move_neg.cc +++ b/libstdc++-v3/testsuite/experimental/propagate_const/assignment/move_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/propagate_const/cons/copy.cc b/libstdc++-v3/testsuite/experimental/propagate_const/cons/copy.cc index 141d0dd83364..e626e3495a15 100644 --- a/libstdc++-v3/testsuite/experimental/propagate_const/cons/copy.cc +++ b/libstdc++-v3/testsuite/experimental/propagate_const/cons/copy.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/propagate_const/cons/default.cc b/libstdc++-v3/testsuite/experimental/propagate_const/cons/default.cc index 5bddc3be5211..3838233c6159 100644 --- a/libstdc++-v3/testsuite/experimental/propagate_const/cons/default.cc +++ b/libstdc++-v3/testsuite/experimental/propagate_const/cons/default.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/propagate_const/cons/move.cc b/libstdc++-v3/testsuite/experimental/propagate_const/cons/move.cc index 76644f14c0e2..afd9ae954a67 100644 --- a/libstdc++-v3/testsuite/experimental/propagate_const/cons/move.cc +++ b/libstdc++-v3/testsuite/experimental/propagate_const/cons/move.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/propagate_const/cons/move_neg.cc b/libstdc++-v3/testsuite/experimental/propagate_const/cons/move_neg.cc index 5955dc6a4d51..743658f5f9e1 100644 --- a/libstdc++-v3/testsuite/experimental/propagate_const/cons/move_neg.cc +++ b/libstdc++-v3/testsuite/experimental/propagate_const/cons/move_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/propagate_const/hash/1.cc b/libstdc++-v3/testsuite/experimental/propagate_const/hash/1.cc index a92b6b901fec..cdfc97b68dee 100644 --- a/libstdc++-v3/testsuite/experimental/propagate_const/hash/1.cc +++ b/libstdc++-v3/testsuite/experimental/propagate_const/hash/1.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/propagate_const/observers/1.cc b/libstdc++-v3/testsuite/experimental/propagate_const/observers/1.cc index 6261f4759d2a..f79319a9cd33 100644 --- a/libstdc++-v3/testsuite/experimental/propagate_const/observers/1.cc +++ b/libstdc++-v3/testsuite/experimental/propagate_const/observers/1.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/propagate_const/relops/1.cc b/libstdc++-v3/testsuite/experimental/propagate_const/relops/1.cc index 3de205cedfa1..153242181522 100644 --- a/libstdc++-v3/testsuite/experimental/propagate_const/relops/1.cc +++ b/libstdc++-v3/testsuite/experimental/propagate_const/relops/1.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/propagate_const/requirements1.cc b/libstdc++-v3/testsuite/experimental/propagate_const/requirements1.cc index 26340a597583..78ad93d65d28 100644 --- a/libstdc++-v3/testsuite/experimental/propagate_const/requirements1.cc +++ b/libstdc++-v3/testsuite/experimental/propagate_const/requirements1.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/propagate_const/requirements2.cc b/libstdc++-v3/testsuite/experimental/propagate_const/requirements2.cc index d713911d8971..6f8fef80aca8 100644 --- a/libstdc++-v3/testsuite/experimental/propagate_const/requirements2.cc +++ b/libstdc++-v3/testsuite/experimental/propagate_const/requirements2.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/propagate_const/requirements3.cc b/libstdc++-v3/testsuite/experimental/propagate_const/requirements3.cc index 415d795c5d5c..0498b0bafa42 100644 --- a/libstdc++-v3/testsuite/experimental/propagate_const/requirements3.cc +++ b/libstdc++-v3/testsuite/experimental/propagate_const/requirements3.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/propagate_const/requirements4.cc b/libstdc++-v3/testsuite/experimental/propagate_const/requirements4.cc index 7df1f391937c..d662af82fee1 100644 --- a/libstdc++-v3/testsuite/experimental/propagate_const/requirements4.cc +++ b/libstdc++-v3/testsuite/experimental/propagate_const/requirements4.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/propagate_const/requirements5.cc b/libstdc++-v3/testsuite/experimental/propagate_const/requirements5.cc index d38c5a0de4ab..adf0809858ac 100644 --- a/libstdc++-v3/testsuite/experimental/propagate_const/requirements5.cc +++ b/libstdc++-v3/testsuite/experimental/propagate_const/requirements5.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/propagate_const/swap/1.cc b/libstdc++-v3/testsuite/experimental/propagate_const/swap/1.cc index 7662db24f5d5..dbf686160bab 100644 --- a/libstdc++-v3/testsuite/experimental/propagate_const/swap/1.cc +++ b/libstdc++-v3/testsuite/experimental/propagate_const/swap/1.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/propagate_const/typedefs.cc b/libstdc++-v3/testsuite/experimental/propagate_const/typedefs.cc index 6b1d327d5757..8f442590f0fb 100644 --- a/libstdc++-v3/testsuite/experimental/propagate_const/typedefs.cc +++ b/libstdc++-v3/testsuite/experimental/propagate_const/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/random/randint.cc b/libstdc++-v3/testsuite/experimental/random/randint.cc index 2f8aa78d5b10..3d84aa7c0146 100644 --- a/libstdc++-v3/testsuite/experimental/random/randint.cc +++ b/libstdc++-v3/testsuite/experimental/random/randint.cc @@ -2,7 +2,7 @@ // { dg-require-effective-target tls_runtime } // { dg-add-options tls } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/ratio/value.cc b/libstdc++-v3/testsuite/experimental/ratio/value.cc index 3e1433315894..536eef67963b 100644 --- a/libstdc++-v3/testsuite/experimental/ratio/value.cc +++ b/libstdc++-v3/testsuite/experimental/ratio/value.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/set/erasure.cc b/libstdc++-v3/testsuite/experimental/set/erasure.cc index 9a98f109cffa..88409b433d77 100644 --- a/libstdc++-v3/testsuite/experimental/set/erasure.cc +++ b/libstdc++-v3/testsuite/experimental/set/erasure.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/string/erasure.cc b/libstdc++-v3/testsuite/experimental/string/erasure.cc index d6d20efbf55f..4083ab7222d7 100644 --- a/libstdc++-v3/testsuite/experimental/string/erasure.cc +++ b/libstdc++-v3/testsuite/experimental/string/erasure.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/string_view/capacity/1.cc b/libstdc++-v3/testsuite/experimental/string_view/capacity/1.cc index f6cb3eae67ed..4fc9886ce0ec 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/capacity/1.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/capacity/1.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/string_view/cons/char/1.cc b/libstdc++-v3/testsuite/experimental/string_view/cons/char/1.cc index a90d78a2641d..9ace3d695d9e 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/cons/char/1.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/cons/char/1.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/string_view/cons/char/2.cc b/libstdc++-v3/testsuite/experimental/string_view/cons/char/2.cc index a40001ef7cd4..431263b43de3 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/cons/char/2.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/cons/char/2.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/string_view/cons/char/3.cc b/libstdc++-v3/testsuite/experimental/string_view/cons/char/3.cc index d2f3aafd6fca..59aa94ea3c64 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/cons/char/3.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/cons/char/3.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/string_view/cons/wchar_t/1.cc b/libstdc++-v3/testsuite/experimental/string_view/cons/wchar_t/1.cc index 515bde356617..c19374b7abc7 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/cons/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/cons/wchar_t/1.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/string_view/cons/wchar_t/2.cc b/libstdc++-v3/testsuite/experimental/string_view/cons/wchar_t/2.cc index dfce0a482aee..44a76d4da0e3 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/cons/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/cons/wchar_t/2.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/string_view/cons/wchar_t/3.cc b/libstdc++-v3/testsuite/experimental/string_view/cons/wchar_t/3.cc index d8c24f692a12..21909689e1ec 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/cons/wchar_t/3.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/cons/wchar_t/3.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/string_view/element_access/char/1.cc b/libstdc++-v3/testsuite/experimental/string_view/element_access/char/1.cc index 1e8c99bfd937..f2cd3e5ed1bb 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/element_access/char/1.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/element_access/char/1.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/string_view/element_access/char/2.cc b/libstdc++-v3/testsuite/experimental/string_view/element_access/char/2.cc index 6eb9f1682d01..cc6b5f4dcdd1 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/element_access/char/2.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/element_access/char/2.cc @@ -2,7 +2,7 @@ // { dg-options "-O0" } // { dg-require-debug-mode "" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/string_view/element_access/char/front_back.cc b/libstdc++-v3/testsuite/experimental/string_view/element_access/char/front_back.cc index 352ceefd6d00..b0908907f005 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/element_access/char/front_back.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/element_access/char/front_back.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++14 } } // { dg-require-string-conversions "" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/string_view/element_access/wchar_t/1.cc b/libstdc++-v3/testsuite/experimental/string_view/element_access/wchar_t/1.cc index c6b7f68744a7..b8f1316ac2df 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/element_access/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/element_access/wchar_t/1.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/string_view/element_access/wchar_t/2.cc b/libstdc++-v3/testsuite/experimental/string_view/element_access/wchar_t/2.cc index b36c02b14ac0..d2c494e18f2a 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/element_access/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/element_access/wchar_t/2.cc @@ -2,7 +2,7 @@ // { dg-options "-O0" } // { dg-require-debug-mode "" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/string_view/element_access/wchar_t/empty.cc b/libstdc++-v3/testsuite/experimental/string_view/element_access/wchar_t/empty.cc index d747cee2b02e..a257b7607895 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/element_access/wchar_t/empty.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/element_access/wchar_t/empty.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/string_view/element_access/wchar_t/front_back.cc b/libstdc++-v3/testsuite/experimental/string_view/element_access/wchar_t/front_back.cc index 49a81e21c015..90a983b618be 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/element_access/wchar_t/front_back.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/element_access/wchar_t/front_back.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++14 } } // { dg-require-string-conversions "" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/string_view/include.cc b/libstdc++-v3/testsuite/experimental/string_view/include.cc index f0cf5b9010ed..aa30d51ec4cb 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/include.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/include.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/string_view/inserters/char/1.cc b/libstdc++-v3/testsuite/experimental/string_view/inserters/char/1.cc index 285b26479632..aa7f9f275841 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/inserters/char/1.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/inserters/char/1.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/string_view/inserters/char/2.cc b/libstdc++-v3/testsuite/experimental/string_view/inserters/char/2.cc index 8cb97f628095..249650ccd5e8 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/inserters/char/2.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/inserters/char/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/string_view/inserters/char/3.cc b/libstdc++-v3/testsuite/experimental/string_view/inserters/char/3.cc index f9011cd1d817..505ea947e720 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/inserters/char/3.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/inserters/char/3.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/string_view/inserters/pod/10081-out.cc b/libstdc++-v3/testsuite/experimental/string_view/inserters/pod/10081-out.cc index d16d003115e3..fe2b1263eaca 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/inserters/pod/10081-out.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/inserters/pod/10081-out.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/string_view/inserters/wchar_t/1.cc b/libstdc++-v3/testsuite/experimental/string_view/inserters/wchar_t/1.cc index 12ee3f915996..7e57fe7f2f75 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/inserters/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/inserters/wchar_t/1.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/string_view/inserters/wchar_t/2.cc b/libstdc++-v3/testsuite/experimental/string_view/inserters/wchar_t/2.cc index 20ed9bcd56dc..29a34e3c7127 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/inserters/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/inserters/wchar_t/2.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/string_view/inserters/wchar_t/3.cc b/libstdc++-v3/testsuite/experimental/string_view/inserters/wchar_t/3.cc index af9fc1c4c9bd..c884856790ee 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/inserters/wchar_t/3.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/inserters/wchar_t/3.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/string_view/literals/types.cc b/libstdc++-v3/testsuite/experimental/string_view/literals/types.cc index 8fe095437426..2fb36d9937dc 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/literals/types.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/literals/types.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/string_view/literals/values.cc b/libstdc++-v3/testsuite/experimental/string_view/literals/values.cc index b51fd4555ff1..b1efc644a36f 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/literals/values.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/literals/values.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/string_view/modifiers/remove_prefix/char/1.cc b/libstdc++-v3/testsuite/experimental/string_view/modifiers/remove_prefix/char/1.cc index a0b5f3989df9..a62fc8457958 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/modifiers/remove_prefix/char/1.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/modifiers/remove_prefix/char/1.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/string_view/modifiers/remove_prefix/wchar_t/1.cc b/libstdc++-v3/testsuite/experimental/string_view/modifiers/remove_prefix/wchar_t/1.cc index 9ebff02155a7..c355d58ebc0a 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/modifiers/remove_prefix/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/modifiers/remove_prefix/wchar_t/1.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/string_view/modifiers/remove_suffix/char/1.cc b/libstdc++-v3/testsuite/experimental/string_view/modifiers/remove_suffix/char/1.cc index ab0b396b4e8b..482ededc0198 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/modifiers/remove_suffix/char/1.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/modifiers/remove_suffix/char/1.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/string_view/modifiers/remove_suffix/wchar_t/1.cc b/libstdc++-v3/testsuite/experimental/string_view/modifiers/remove_suffix/wchar_t/1.cc index 48194586ac97..7efccae0000a 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/modifiers/remove_suffix/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/modifiers/remove_suffix/wchar_t/1.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/string_view/operations/compare/char/1.cc b/libstdc++-v3/testsuite/experimental/string_view/operations/compare/char/1.cc index 4b4350fecce6..6e281f506b7c 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/operations/compare/char/1.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/operations/compare/char/1.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/string_view/operations/compare/char/13650.cc b/libstdc++-v3/testsuite/experimental/string_view/operations/compare/char/13650.cc index 3b5d02ff25c9..fb80843484d7 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/operations/compare/char/13650.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/operations/compare/char/13650.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/string_view/operations/compare/wchar_t/1.cc b/libstdc++-v3/testsuite/experimental/string_view/operations/compare/wchar_t/1.cc index 772fb8969c92..b753c4a79658 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/operations/compare/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/operations/compare/wchar_t/1.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/string_view/operations/compare/wchar_t/13650.cc b/libstdc++-v3/testsuite/experimental/string_view/operations/compare/wchar_t/13650.cc index 696dd21cee1d..77713c19312e 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/operations/compare/wchar_t/13650.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/operations/compare/wchar_t/13650.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/string_view/operations/copy/char/1.cc b/libstdc++-v3/testsuite/experimental/string_view/operations/copy/char/1.cc index 9f33bd07c20b..5514f58f53f6 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/operations/copy/char/1.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/operations/copy/char/1.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/string_view/operations/copy/wchar_t/1.cc b/libstdc++-v3/testsuite/experimental/string_view/operations/copy/wchar_t/1.cc index e14c375b7079..14238f64e19a 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/operations/copy/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/operations/copy/wchar_t/1.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/string_view/operations/find/char/1.cc b/libstdc++-v3/testsuite/experimental/string_view/operations/find/char/1.cc index f28534eee840..7d219da516e5 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/operations/find/char/1.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/operations/find/char/1.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/string_view/operations/find/char/2.cc b/libstdc++-v3/testsuite/experimental/string_view/operations/find/char/2.cc index facb3caec863..6acae780aa73 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/operations/find/char/2.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/operations/find/char/2.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/string_view/operations/find/char/3.cc b/libstdc++-v3/testsuite/experimental/string_view/operations/find/char/3.cc index 54633ebac2a8..3dc3c1648fa8 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/operations/find/char/3.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/operations/find/char/3.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/string_view/operations/find/char/4.cc b/libstdc++-v3/testsuite/experimental/string_view/operations/find/char/4.cc index 330be3ebb2e8..74235e0453d7 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/operations/find/char/4.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/operations/find/char/4.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/string_view/operations/find/wchar_t/1.cc b/libstdc++-v3/testsuite/experimental/string_view/operations/find/wchar_t/1.cc index fb8151e2b170..09b5160f3269 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/operations/find/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/operations/find/wchar_t/1.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/string_view/operations/find/wchar_t/2.cc b/libstdc++-v3/testsuite/experimental/string_view/operations/find/wchar_t/2.cc index a25eee2e19b8..db7b7249a5df 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/operations/find/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/operations/find/wchar_t/2.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/string_view/operations/find/wchar_t/3.cc b/libstdc++-v3/testsuite/experimental/string_view/operations/find/wchar_t/3.cc index 323bc69d6907..52ec56aa06a1 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/operations/find/wchar_t/3.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/operations/find/wchar_t/3.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/string_view/operations/find/wchar_t/4.cc b/libstdc++-v3/testsuite/experimental/string_view/operations/find/wchar_t/4.cc index 68a0c44d5f5e..c6038f61e55e 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/operations/find/wchar_t/4.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/operations/find/wchar_t/4.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/string_view/operations/rfind/char/1.cc b/libstdc++-v3/testsuite/experimental/string_view/operations/rfind/char/1.cc index e81cff0d4807..cfc8e19b2362 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/operations/rfind/char/1.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/operations/rfind/char/1.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/string_view/operations/rfind/char/2.cc b/libstdc++-v3/testsuite/experimental/string_view/operations/rfind/char/2.cc index 01fc6278ad63..e0428c9f8759 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/operations/rfind/char/2.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/operations/rfind/char/2.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/string_view/operations/rfind/char/3.cc b/libstdc++-v3/testsuite/experimental/string_view/operations/rfind/char/3.cc index 9fbb32676a8c..62cf6ca1764f 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/operations/rfind/char/3.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/operations/rfind/char/3.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/string_view/operations/rfind/wchar_t/1.cc b/libstdc++-v3/testsuite/experimental/string_view/operations/rfind/wchar_t/1.cc index f1686f40e7b1..f2c434e01b3f 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/operations/rfind/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/operations/rfind/wchar_t/1.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/string_view/operations/rfind/wchar_t/2.cc b/libstdc++-v3/testsuite/experimental/string_view/operations/rfind/wchar_t/2.cc index 8b9f8fd96a27..b460e5dbe80d 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/operations/rfind/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/operations/rfind/wchar_t/2.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/string_view/operations/rfind/wchar_t/3.cc b/libstdc++-v3/testsuite/experimental/string_view/operations/rfind/wchar_t/3.cc index 1a2ccd555b2e..3d12fad96bc8 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/operations/rfind/wchar_t/3.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/operations/rfind/wchar_t/3.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/string_view/operations/substr/char/1.cc b/libstdc++-v3/testsuite/experimental/string_view/operations/substr/char/1.cc index 6763b987e791..5a3af91521d1 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/operations/substr/char/1.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/operations/substr/char/1.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/string_view/operations/substr/wchar_t/1.cc b/libstdc++-v3/testsuite/experimental/string_view/operations/substr/wchar_t/1.cc index 8de2946dde4c..3448660a9c9d 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/operations/substr/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/operations/substr/wchar_t/1.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/string_view/operations/to_string/1.cc b/libstdc++-v3/testsuite/experimental/string_view/operations/to_string/1.cc index 6662de50a8e2..98ca86f95e41 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/operations/to_string/1.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/operations/to_string/1.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/string_view/operators/char/2.cc b/libstdc++-v3/testsuite/experimental/string_view/operators/char/2.cc index 819f565c8b53..c42dae99dbf3 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/operators/char/2.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/operators/char/2.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/string_view/operators/wchar_t/2.cc b/libstdc++-v3/testsuite/experimental/string_view/operators/wchar_t/2.cc index cb8f57e8fbf1..f9ce5cc6807b 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/operators/wchar_t/2.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/operators/wchar_t/2.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/string_view/range_access/char/1.cc b/libstdc++-v3/testsuite/experimental/string_view/range_access/char/1.cc index eef89ab40efd..60041cbcb205 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/range_access/char/1.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/range_access/char/1.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/string_view/range_access/wchar_t/1.cc b/libstdc++-v3/testsuite/experimental/string_view/range_access/wchar_t/1.cc index 62dfa70ad0e5..2dbdd1a418b8 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/range_access/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/range_access/wchar_t/1.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/string_view/requirements/explicit_instantiation/1.cc b/libstdc++-v3/testsuite/experimental/string_view/requirements/explicit_instantiation/1.cc index 9c572aea0b07..c257f556e1b6 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/requirements/explicit_instantiation/1.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/requirements/explicit_instantiation/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/string_view/requirements/explicit_instantiation/char/1.cc b/libstdc++-v3/testsuite/experimental/string_view/requirements/explicit_instantiation/char/1.cc index 9b970ab849b9..0696c1564416 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/requirements/explicit_instantiation/char/1.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/requirements/explicit_instantiation/char/1.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/string_view/requirements/explicit_instantiation/char16_t/1.cc b/libstdc++-v3/testsuite/experimental/string_view/requirements/explicit_instantiation/char16_t/1.cc index d32e150676be..8114e21d0889 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/requirements/explicit_instantiation/char16_t/1.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/requirements/explicit_instantiation/char16_t/1.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++14 } } // { dg-require-cstdint "" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/string_view/requirements/explicit_instantiation/char32_t/1.cc b/libstdc++-v3/testsuite/experimental/string_view/requirements/explicit_instantiation/char32_t/1.cc index 05d367feddf6..6059831435cf 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/requirements/explicit_instantiation/char32_t/1.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/requirements/explicit_instantiation/char32_t/1.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++14 } } // { dg-require-cstdint "" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/string_view/requirements/explicit_instantiation/wchar_t/1.cc b/libstdc++-v3/testsuite/experimental/string_view/requirements/explicit_instantiation/wchar_t/1.cc index 9762b8020625..a5cab8ee5d9c 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/requirements/explicit_instantiation/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/requirements/explicit_instantiation/wchar_t/1.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/string_view/requirements/typedefs.cc b/libstdc++-v3/testsuite/experimental/string_view/requirements/typedefs.cc index 106ad6cf67a6..c64268724df2 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/requirements/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/string_view/typedefs.cc b/libstdc++-v3/testsuite/experimental/string_view/typedefs.cc index c43308161f45..d00f3829e091 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/typedefs.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/string_view/types/1.cc b/libstdc++-v3/testsuite/experimental/string_view/types/1.cc index c0c7fefa0d2c..6b548fdca507 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/types/1.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/types/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/experimental/system_error/value.cc b/libstdc++-v3/testsuite/experimental/system_error/value.cc index 346ed5425b7f..cbc2d5583809 100644 --- a/libstdc++-v3/testsuite/experimental/system_error/value.cc +++ b/libstdc++-v3/testsuite/experimental/system_error/value.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/tuple/apply.cc b/libstdc++-v3/testsuite/experimental/tuple/apply.cc index 8010f09bb654..f3cca2f10e8e 100644 --- a/libstdc++-v3/testsuite/experimental/tuple/apply.cc +++ b/libstdc++-v3/testsuite/experimental/tuple/apply.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/tuple/tuple_size.cc b/libstdc++-v3/testsuite/experimental/tuple/tuple_size.cc index ce3344e40384..fbcd166feafb 100644 --- a/libstdc++-v3/testsuite/experimental/tuple/tuple_size.cc +++ b/libstdc++-v3/testsuite/experimental/tuple/tuple_size.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/type_erased_allocator/2.cc b/libstdc++-v3/testsuite/experimental/type_erased_allocator/2.cc index 0b733595e816..0cf011bd385d 100644 --- a/libstdc++-v3/testsuite/experimental/type_erased_allocator/2.cc +++ b/libstdc++-v3/testsuite/experimental/type_erased_allocator/2.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++14 } } // { dg-require-thread-fence "" } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/type_erased_allocator/uses_allocator.cc b/libstdc++-v3/testsuite/experimental/type_erased_allocator/uses_allocator.cc index d3d53ee566ac..ec1af63c8661 100644 --- a/libstdc++-v3/testsuite/experimental/type_erased_allocator/uses_allocator.cc +++ b/libstdc++-v3/testsuite/experimental/type_erased_allocator/uses_allocator.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/type_traits/detection.cc b/libstdc++-v3/testsuite/experimental/type_traits/detection.cc index f505d74d2641..f6008513268b 100644 --- a/libstdc++-v3/testsuite/experimental/type_traits/detection.cc +++ b/libstdc++-v3/testsuite/experimental/type_traits/detection.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/type_traits/value.cc b/libstdc++-v3/testsuite/experimental/type_traits/value.cc index 19287dc60460..27e4a4aaaf31 100644 --- a/libstdc++-v3/testsuite/experimental/type_traits/value.cc +++ b/libstdc++-v3/testsuite/experimental/type_traits/value.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++14 } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/experimental/unordered_map/erasure.cc b/libstdc++-v3/testsuite/experimental/unordered_map/erasure.cc index ff47071ada2f..c13d4dad1be9 100644 --- a/libstdc++-v3/testsuite/experimental/unordered_map/erasure.cc +++ b/libstdc++-v3/testsuite/experimental/unordered_map/erasure.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/unordered_set/erasure.cc b/libstdc++-v3/testsuite/experimental/unordered_set/erasure.cc index c9517c607e0c..ca467fbf3d4d 100644 --- a/libstdc++-v3/testsuite/experimental/unordered_set/erasure.cc +++ b/libstdc++-v3/testsuite/experimental/unordered_set/erasure.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/experimental/vector/erasure.cc b/libstdc++-v3/testsuite/experimental/vector/erasure.cc index 045299eac178..77f9f272fe61 100644 --- a/libstdc++-v3/testsuite/experimental/vector/erasure.cc +++ b/libstdc++-v3/testsuite/experimental/vector/erasure.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++14 } } -// Copyright (C) 2015-2016 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/ext/array_allocator/1.cc b/libstdc++-v3/testsuite/ext/array_allocator/1.cc index 232ef1d0dcbc..005962201423 100644 --- a/libstdc++-v3/testsuite/ext/array_allocator/1.cc +++ b/libstdc++-v3/testsuite/ext/array_allocator/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/ext/array_allocator/2.cc b/libstdc++-v3/testsuite/ext/array_allocator/2.cc index 743485f232ee..e79a91c8c13d 100644 --- a/libstdc++-v3/testsuite/ext/array_allocator/2.cc +++ b/libstdc++-v3/testsuite/ext/array_allocator/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/ext/array_allocator/26875.cc b/libstdc++-v3/testsuite/ext/array_allocator/26875.cc index cd74d3605f8f..625b0ddfa497 100644 --- a/libstdc++-v3/testsuite/ext/array_allocator/26875.cc +++ b/libstdc++-v3/testsuite/ext/array_allocator/26875.cc @@ -1,5 +1,5 @@ // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/ext/array_allocator/3.cc b/libstdc++-v3/testsuite/ext/array_allocator/3.cc index 4904d36b1d0f..4762b36e12e3 100644 --- a/libstdc++-v3/testsuite/ext/array_allocator/3.cc +++ b/libstdc++-v3/testsuite/ext/array_allocator/3.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/ext/array_allocator/check_allocate_max_size.cc b/libstdc++-v3/testsuite/ext/array_allocator/check_allocate_max_size.cc index 3c964fec5568..0c9269366d96 100644 --- a/libstdc++-v3/testsuite/ext/array_allocator/check_allocate_max_size.cc +++ b/libstdc++-v3/testsuite/ext/array_allocator/check_allocate_max_size.cc @@ -1,5 +1,5 @@ // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/ext/array_allocator/check_deallocate_null.cc b/libstdc++-v3/testsuite/ext/array_allocator/check_deallocate_null.cc index 9c83b53cce40..f2926b20b643 100644 --- a/libstdc++-v3/testsuite/ext/array_allocator/check_deallocate_null.cc +++ b/libstdc++-v3/testsuite/ext/array_allocator/check_deallocate_null.cc @@ -1,5 +1,5 @@ // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/ext/array_allocator/check_delete.cc b/libstdc++-v3/testsuite/ext/array_allocator/check_delete.cc index 56a8bce07fef..cf3b82d19862 100644 --- a/libstdc++-v3/testsuite/ext/array_allocator/check_delete.cc +++ b/libstdc++-v3/testsuite/ext/array_allocator/check_delete.cc @@ -1,6 +1,6 @@ // 2001-11-25 Phil Edwards // -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/ext/array_allocator/check_new.cc b/libstdc++-v3/testsuite/ext/array_allocator/check_new.cc index 2882d9405e6b..739d964bbf32 100644 --- a/libstdc++-v3/testsuite/ext/array_allocator/check_new.cc +++ b/libstdc++-v3/testsuite/ext/array_allocator/check_new.cc @@ -1,6 +1,6 @@ // 2001-11-25 Phil Edwards // -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/ext/array_allocator/variadic_construct.cc b/libstdc++-v3/testsuite/ext/array_allocator/variadic_construct.cc index d92501419ad8..5d69d29c4e6e 100644 --- a/libstdc++-v3/testsuite/ext/array_allocator/variadic_construct.cc +++ b/libstdc++-v3/testsuite/ext/array_allocator/variadic_construct.cc @@ -3,7 +3,7 @@ // 2007-10-27 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/ext/bitmap_allocator/check_allocate_max_size.cc b/libstdc++-v3/testsuite/ext/bitmap_allocator/check_allocate_max_size.cc index 1fb71eba9497..11039ac463a4 100644 --- a/libstdc++-v3/testsuite/ext/bitmap_allocator/check_allocate_max_size.cc +++ b/libstdc++-v3/testsuite/ext/bitmap_allocator/check_allocate_max_size.cc @@ -1,5 +1,5 @@ // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/ext/bitmap_allocator/check_deallocate_null.cc b/libstdc++-v3/testsuite/ext/bitmap_allocator/check_deallocate_null.cc index d6add32f4fd9..3f3549313b29 100644 --- a/libstdc++-v3/testsuite/ext/bitmap_allocator/check_deallocate_null.cc +++ b/libstdc++-v3/testsuite/ext/bitmap_allocator/check_deallocate_null.cc @@ -1,5 +1,5 @@ // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/ext/bitmap_allocator/check_delete.cc b/libstdc++-v3/testsuite/ext/bitmap_allocator/check_delete.cc index 848ec13c6a90..bc36ed595e05 100644 --- a/libstdc++-v3/testsuite/ext/bitmap_allocator/check_delete.cc +++ b/libstdc++-v3/testsuite/ext/bitmap_allocator/check_delete.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/ext/bitmap_allocator/check_new.cc b/libstdc++-v3/testsuite/ext/bitmap_allocator/check_new.cc index 5fd332f3b0fe..073d588f3b90 100644 --- a/libstdc++-v3/testsuite/ext/bitmap_allocator/check_new.cc +++ b/libstdc++-v3/testsuite/ext/bitmap_allocator/check_new.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/ext/bitmap_allocator/overaligned.cc b/libstdc++-v3/testsuite/ext/bitmap_allocator/overaligned.cc index 7d365dec6294..aa07258c41cc 100644 --- a/libstdc++-v3/testsuite/ext/bitmap_allocator/overaligned.cc +++ b/libstdc++-v3/testsuite/ext/bitmap_allocator/overaligned.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/ext/bitmap_allocator/variadic_construct.cc b/libstdc++-v3/testsuite/ext/bitmap_allocator/variadic_construct.cc index 5fed671ff2b7..87bfc82b40e2 100644 --- a/libstdc++-v3/testsuite/ext/bitmap_allocator/variadic_construct.cc +++ b/libstdc++-v3/testsuite/ext/bitmap_allocator/variadic_construct.cc @@ -2,7 +2,7 @@ // 2007-10-26 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/ext/codecvt/1.cc b/libstdc++-v3/testsuite/ext/codecvt/1.cc index 48d243c48a1c..5d6e5c533f15 100644 --- a/libstdc++-v3/testsuite/ext/codecvt/1.cc +++ b/libstdc++-v3/testsuite/ext/codecvt/1.cc @@ -2,7 +2,7 @@ // { dg-require-iconv "ISO-8859-15" } // 2003-02-06 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/ext/codecvt/char-1.cc b/libstdc++-v3/testsuite/ext/codecvt/char-1.cc index aef05c45bf4b..94ac346d1b84 100644 --- a/libstdc++-v3/testsuite/ext/codecvt/char-1.cc +++ b/libstdc++-v3/testsuite/ext/codecvt/char-1.cc @@ -3,7 +3,7 @@ // 2000-08-22 Benjamin Kosnik -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/ext/codecvt/char-2.cc b/libstdc++-v3/testsuite/ext/codecvt/char-2.cc index 2b035f4c3f4f..e08a215a719d 100644 --- a/libstdc++-v3/testsuite/ext/codecvt/char-2.cc +++ b/libstdc++-v3/testsuite/ext/codecvt/char-2.cc @@ -3,7 +3,7 @@ // 2000-08-22 Benjamin Kosnik -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/ext/codecvt/wchar_t.cc b/libstdc++-v3/testsuite/ext/codecvt/wchar_t.cc index 62fde65fe807..9e7ac24cb0f6 100644 --- a/libstdc++-v3/testsuite/ext/codecvt/wchar_t.cc +++ b/libstdc++-v3/testsuite/ext/codecvt/wchar_t.cc @@ -3,7 +3,7 @@ // 2000-08-23 Benjamin Kosnik -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/ext/concept_checks.cc b/libstdc++-v3/testsuite/ext/concept_checks.cc index ea36f9d2e253..a622d647a133 100644 --- a/libstdc++-v3/testsuite/ext/concept_checks.cc +++ b/libstdc++-v3/testsuite/ext/concept_checks.cc @@ -1,6 +1,6 @@ // 2001-12-28 Phil Edwards // -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/ext/concurrence_lock_error/cons_virtual_derivation.cc b/libstdc++-v3/testsuite/ext/concurrence_lock_error/cons_virtual_derivation.cc index 49c200cc40df..96e6ac6cd337 100644 --- a/libstdc++-v3/testsuite/ext/concurrence_lock_error/cons_virtual_derivation.cc +++ b/libstdc++-v3/testsuite/ext/concurrence_lock_error/cons_virtual_derivation.cc @@ -1,6 +1,6 @@ // 2007-05-29 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/ext/concurrence_unlock_error/cons_virtual_derivation.cc b/libstdc++-v3/testsuite/ext/concurrence_unlock_error/cons_virtual_derivation.cc index 9093a78e09b9..9bb1e116b0b9 100644 --- a/libstdc++-v3/testsuite/ext/concurrence_unlock_error/cons_virtual_derivation.cc +++ b/libstdc++-v3/testsuite/ext/concurrence_unlock_error/cons_virtual_derivation.cc @@ -1,6 +1,6 @@ // 2007-05-29 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/ext/debug_allocator/56170.cc b/libstdc++-v3/testsuite/ext/debug_allocator/56170.cc index 3c759abe702a..eb93eb134d88 100644 --- a/libstdc++-v3/testsuite/ext/debug_allocator/56170.cc +++ b/libstdc++-v3/testsuite/ext/debug_allocator/56170.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/ext/debug_allocator/check_deallocate_null.cc b/libstdc++-v3/testsuite/ext/debug_allocator/check_deallocate_null.cc index 9d26044e0643..96f6513529e7 100644 --- a/libstdc++-v3/testsuite/ext/debug_allocator/check_deallocate_null.cc +++ b/libstdc++-v3/testsuite/ext/debug_allocator/check_deallocate_null.cc @@ -1,5 +1,5 @@ // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/ext/debug_allocator/check_delete.cc b/libstdc++-v3/testsuite/ext/debug_allocator/check_delete.cc index 8e4a25d8bae1..c4513d9039e5 100644 --- a/libstdc++-v3/testsuite/ext/debug_allocator/check_delete.cc +++ b/libstdc++-v3/testsuite/ext/debug_allocator/check_delete.cc @@ -1,6 +1,6 @@ // 2001-11-25 Phil Edwards // -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/ext/debug_allocator/check_new.cc b/libstdc++-v3/testsuite/ext/debug_allocator/check_new.cc index 246b6f8b96df..3bf3accbe0ab 100644 --- a/libstdc++-v3/testsuite/ext/debug_allocator/check_new.cc +++ b/libstdc++-v3/testsuite/ext/debug_allocator/check_new.cc @@ -1,6 +1,6 @@ // 2001-11-25 Phil Edwards // -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/ext/debug_allocator/explicit_instantiation.cc b/libstdc++-v3/testsuite/ext/debug_allocator/explicit_instantiation.cc index 9faff2cb5805..b2ad88da2500 100644 --- a/libstdc++-v3/testsuite/ext/debug_allocator/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/ext/debug_allocator/explicit_instantiation.cc @@ -2,7 +2,7 @@ // 2001-11-25 Phil Edwards // -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/ext/enc_filebuf/char/13189.cc b/libstdc++-v3/testsuite/ext/enc_filebuf/char/13189.cc index c5a6d2e892cd..db6cf8c9cc81 100644 --- a/libstdc++-v3/testsuite/ext/enc_filebuf/char/13189.cc +++ b/libstdc++-v3/testsuite/ext/enc_filebuf/char/13189.cc @@ -1,6 +1,6 @@ // { dg-require-iconv "ISO-8859-1" } -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/ext/enc_filebuf/char/13598.cc b/libstdc++-v3/testsuite/ext/enc_filebuf/char/13598.cc index f83f478784c6..d42c8d3a2b34 100644 --- a/libstdc++-v3/testsuite/ext/enc_filebuf/char/13598.cc +++ b/libstdc++-v3/testsuite/ext/enc_filebuf/char/13598.cc @@ -4,7 +4,7 @@ // { dg-do run { xfail *-*-solaris2.10 } } // { dg-require-iconv "ISO-8859-1" } -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/ext/enc_filebuf/wchar_t/13189.cc b/libstdc++-v3/testsuite/ext/enc_filebuf/wchar_t/13189.cc index 169af8d828ca..1f7fb6600572 100644 --- a/libstdc++-v3/testsuite/ext/enc_filebuf/wchar_t/13189.cc +++ b/libstdc++-v3/testsuite/ext/enc_filebuf/wchar_t/13189.cc @@ -1,6 +1,6 @@ // { dg-require-iconv "ISO-8859-1" } -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/ext/ext_pointer/1.cc b/libstdc++-v3/testsuite/ext/ext_pointer/1.cc index f4160d92350d..096a15fb6715 100644 --- a/libstdc++-v3/testsuite/ext/ext_pointer/1.cc +++ b/libstdc++-v3/testsuite/ext/ext_pointer/1.cc @@ -1,6 +1,6 @@ // Test for Container using non-standard pointer types. -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/ext/ext_pointer/1_neg.cc b/libstdc++-v3/testsuite/ext/ext_pointer/1_neg.cc index d27f885cc96f..c41be53d09a0 100644 --- a/libstdc++-v3/testsuite/ext/ext_pointer/1_neg.cc +++ b/libstdc++-v3/testsuite/ext/ext_pointer/1_neg.cc @@ -2,7 +2,7 @@ // Test for Container using non-standard pointer types. -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/ext/forced_error/cons_virtual_derivation.cc b/libstdc++-v3/testsuite/ext/forced_error/cons_virtual_derivation.cc index 7574ed7e1de1..3258a068e99d 100644 --- a/libstdc++-v3/testsuite/ext/forced_error/cons_virtual_derivation.cc +++ b/libstdc++-v3/testsuite/ext/forced_error/cons_virtual_derivation.cc @@ -1,6 +1,6 @@ // 2007-05-29 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/ext/headers.cc b/libstdc++-v3/testsuite/ext/headers.cc index dac8d0d89569..922d512ca871 100644 --- a/libstdc++-v3/testsuite/ext/headers.cc +++ b/libstdc++-v3/testsuite/ext/headers.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 1999-06-23 bkoz -// Copyright (C) 1999-2016 Free Software Foundation, Inc. +// Copyright (C) 1999-2017 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/ext/iota/cxx0x.cc b/libstdc++-v3/testsuite/ext/iota/cxx0x.cc index 38f595fd900a..da6a1e32c9c5 100644 --- a/libstdc++-v3/testsuite/ext/iota/cxx0x.cc +++ b/libstdc++-v3/testsuite/ext/iota/cxx0x.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/ext/is_heap/1.cc b/libstdc++-v3/testsuite/ext/is_heap/1.cc index 19a6fbfe6e69..77b530cc5698 100644 --- a/libstdc++-v3/testsuite/ext/is_heap/1.cc +++ b/libstdc++-v3/testsuite/ext/is_heap/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/ext/is_heap/47709.cc b/libstdc++-v3/testsuite/ext/is_heap/47709.cc index 033260afba23..562e65f3af68 100644 --- a/libstdc++-v3/testsuite/ext/is_heap/47709.cc +++ b/libstdc++-v3/testsuite/ext/is_heap/47709.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/ext/is_heap/check_type.cc b/libstdc++-v3/testsuite/ext/is_heap/check_type.cc index 47902fcfee32..a58f7342282c 100644 --- a/libstdc++-v3/testsuite/ext/is_heap/check_type.cc +++ b/libstdc++-v3/testsuite/ext/is_heap/check_type.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/ext/is_sorted/cxx0x.cc b/libstdc++-v3/testsuite/ext/is_sorted/cxx0x.cc index a52728700063..1cea5336aca5 100644 --- a/libstdc++-v3/testsuite/ext/is_sorted/cxx0x.cc +++ b/libstdc++-v3/testsuite/ext/is_sorted/cxx0x.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/ext/malloc_allocator/check_allocate_max_size.cc b/libstdc++-v3/testsuite/ext/malloc_allocator/check_allocate_max_size.cc index fc9c5758667a..7af21c039324 100644 --- a/libstdc++-v3/testsuite/ext/malloc_allocator/check_allocate_max_size.cc +++ b/libstdc++-v3/testsuite/ext/malloc_allocator/check_allocate_max_size.cc @@ -1,5 +1,5 @@ // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/ext/malloc_allocator/check_deallocate_null.cc b/libstdc++-v3/testsuite/ext/malloc_allocator/check_deallocate_null.cc index 10046aa79302..979029219eff 100644 --- a/libstdc++-v3/testsuite/ext/malloc_allocator/check_deallocate_null.cc +++ b/libstdc++-v3/testsuite/ext/malloc_allocator/check_deallocate_null.cc @@ -1,5 +1,5 @@ // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/ext/malloc_allocator/check_delete.cc b/libstdc++-v3/testsuite/ext/malloc_allocator/check_delete.cc index 54d6f7462ad3..6913c1d448d3 100644 --- a/libstdc++-v3/testsuite/ext/malloc_allocator/check_delete.cc +++ b/libstdc++-v3/testsuite/ext/malloc_allocator/check_delete.cc @@ -1,6 +1,6 @@ // 2001-11-25 Phil Edwards // -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/ext/malloc_allocator/check_new.cc b/libstdc++-v3/testsuite/ext/malloc_allocator/check_new.cc index 5da97cdce941..885423e1573a 100644 --- a/libstdc++-v3/testsuite/ext/malloc_allocator/check_new.cc +++ b/libstdc++-v3/testsuite/ext/malloc_allocator/check_new.cc @@ -1,6 +1,6 @@ // 2001-11-25 Phil Edwards // -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/ext/malloc_allocator/deallocate_global.cc b/libstdc++-v3/testsuite/ext/malloc_allocator/deallocate_global.cc index 4f1532300aff..1ecc9c5e3eae 100644 --- a/libstdc++-v3/testsuite/ext/malloc_allocator/deallocate_global.cc +++ b/libstdc++-v3/testsuite/ext/malloc_allocator/deallocate_global.cc @@ -1,5 +1,5 @@ // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/ext/malloc_allocator/deallocate_local.cc b/libstdc++-v3/testsuite/ext/malloc_allocator/deallocate_local.cc index b4c160ae876f..96cdf8be0043 100644 --- a/libstdc++-v3/testsuite/ext/malloc_allocator/deallocate_local.cc +++ b/libstdc++-v3/testsuite/ext/malloc_allocator/deallocate_local.cc @@ -1,5 +1,5 @@ // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/ext/malloc_allocator/explicit_instantiation.cc b/libstdc++-v3/testsuite/ext/malloc_allocator/explicit_instantiation.cc index 4459c5167ec5..ae999ebd681f 100644 --- a/libstdc++-v3/testsuite/ext/malloc_allocator/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/ext/malloc_allocator/explicit_instantiation.cc @@ -2,7 +2,7 @@ // 2001-11-25 Phil Edwards // -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/ext/malloc_allocator/overaligned.cc b/libstdc++-v3/testsuite/ext/malloc_allocator/overaligned.cc index 87182f157a92..54ff2a820df9 100644 --- a/libstdc++-v3/testsuite/ext/malloc_allocator/overaligned.cc +++ b/libstdc++-v3/testsuite/ext/malloc_allocator/overaligned.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/ext/malloc_allocator/sanity.cc b/libstdc++-v3/testsuite/ext/malloc_allocator/sanity.cc index b59e709fa1b4..312e387b9ba5 100644 --- a/libstdc++-v3/testsuite/ext/malloc_allocator/sanity.cc +++ b/libstdc++-v3/testsuite/ext/malloc_allocator/sanity.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/ext/malloc_allocator/variadic_construct.cc b/libstdc++-v3/testsuite/ext/malloc_allocator/variadic_construct.cc index 065c67a6daf7..b68a017654d8 100644 --- a/libstdc++-v3/testsuite/ext/malloc_allocator/variadic_construct.cc +++ b/libstdc++-v3/testsuite/ext/malloc_allocator/variadic_construct.cc @@ -2,7 +2,7 @@ // 2007-10-26 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/ext/median.cc b/libstdc++-v3/testsuite/ext/median.cc index 2a5b484377ad..2e36ea5a59c8 100644 --- a/libstdc++-v3/testsuite/ext/median.cc +++ b/libstdc++-v3/testsuite/ext/median.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/ext/mt_allocator/22309_thread.cc b/libstdc++-v3/testsuite/ext/mt_allocator/22309_thread.cc index 3006beb98629..0cd4b7cf7484 100644 --- a/libstdc++-v3/testsuite/ext/mt_allocator/22309_thread.cc +++ b/libstdc++-v3/testsuite/ext/mt_allocator/22309_thread.cc @@ -1,7 +1,7 @@ // { dg-require-sharedlib "" } // { dg-options "-g -O2 -pthread -ldl" { target *-*-linux* *-*-gnu* } } -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/ext/mt_allocator/check_allocate_big_per_type.cc b/libstdc++-v3/testsuite/ext/mt_allocator/check_allocate_big_per_type.cc index a29b2775b63c..f07938542261 100644 --- a/libstdc++-v3/testsuite/ext/mt_allocator/check_allocate_big_per_type.cc +++ b/libstdc++-v3/testsuite/ext/mt_allocator/check_allocate_big_per_type.cc @@ -1,6 +1,6 @@ // 2005-01-26 Paolo Carlini // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/ext/mt_allocator/check_allocate_max_size.cc b/libstdc++-v3/testsuite/ext/mt_allocator/check_allocate_max_size.cc index eb884647001e..876a4cef12d2 100644 --- a/libstdc++-v3/testsuite/ext/mt_allocator/check_allocate_max_size.cc +++ b/libstdc++-v3/testsuite/ext/mt_allocator/check_allocate_max_size.cc @@ -1,5 +1,5 @@ // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/ext/mt_allocator/check_deallocate_null.cc b/libstdc++-v3/testsuite/ext/mt_allocator/check_deallocate_null.cc index 5f0c1c759d99..a704295b190a 100644 --- a/libstdc++-v3/testsuite/ext/mt_allocator/check_deallocate_null.cc +++ b/libstdc++-v3/testsuite/ext/mt_allocator/check_deallocate_null.cc @@ -1,5 +1,5 @@ // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/ext/mt_allocator/check_deallocate_null_thread.cc b/libstdc++-v3/testsuite/ext/mt_allocator/check_deallocate_null_thread.cc index 0f26374e017e..9c8be1183a52 100644 --- a/libstdc++-v3/testsuite/ext/mt_allocator/check_deallocate_null_thread.cc +++ b/libstdc++-v3/testsuite/ext/mt_allocator/check_deallocate_null_thread.cc @@ -1,5 +1,5 @@ // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/ext/mt_allocator/check_delete.cc b/libstdc++-v3/testsuite/ext/mt_allocator/check_delete.cc index 3a832fecbd16..138104a3f0f9 100644 --- a/libstdc++-v3/testsuite/ext/mt_allocator/check_delete.cc +++ b/libstdc++-v3/testsuite/ext/mt_allocator/check_delete.cc @@ -1,6 +1,6 @@ // 2001-11-25 Phil Edwards // -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/ext/mt_allocator/check_new.cc b/libstdc++-v3/testsuite/ext/mt_allocator/check_new.cc index a2e79ea3eb80..da2701c09362 100644 --- a/libstdc++-v3/testsuite/ext/mt_allocator/check_new.cc +++ b/libstdc++-v3/testsuite/ext/mt_allocator/check_new.cc @@ -2,7 +2,7 @@ // 2001-11-25 Phil Edwards // -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/ext/mt_allocator/deallocate_global-2.cc b/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_global-2.cc index f4072f728684..858886c39fdf 100644 --- a/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_global-2.cc +++ b/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_global-2.cc @@ -1,5 +1,5 @@ // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/ext/mt_allocator/deallocate_global-4.cc b/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_global-4.cc index aa80116af85a..a2eddd13ec1c 100644 --- a/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_global-4.cc +++ b/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_global-4.cc @@ -1,5 +1,5 @@ // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/ext/mt_allocator/deallocate_global_thread-1.cc b/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_global_thread-1.cc index 52a57216a846..450984d9792e 100644 --- a/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_global_thread-1.cc +++ b/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_global_thread-1.cc @@ -1,5 +1,5 @@ // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/ext/mt_allocator/deallocate_global_thread-3.cc b/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_global_thread-3.cc index 0cfb2d3586be..705338271f25 100644 --- a/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_global_thread-3.cc +++ b/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_global_thread-3.cc @@ -1,5 +1,5 @@ // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/ext/mt_allocator/deallocate_local-2.cc b/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local-2.cc index 5f4b5416bb86..a53d56810eeb 100644 --- a/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local-2.cc +++ b/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local-2.cc @@ -1,5 +1,5 @@ // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/ext/mt_allocator/deallocate_local-4.cc b/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local-4.cc index dc0f337c98c2..78beb03acf72 100644 --- a/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local-4.cc +++ b/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local-4.cc @@ -1,5 +1,5 @@ // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/ext/mt_allocator/deallocate_local-6.cc b/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local-6.cc index 51cffce221d1..00460f6a3852 100644 --- a/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local-6.cc +++ b/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local-6.cc @@ -1,6 +1,6 @@ // { dg-require-cxa-atexit "" } -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/ext/mt_allocator/deallocate_local-8.cc b/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local-8.cc index 484708414435..9c61a0b70cef 100644 --- a/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local-8.cc +++ b/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local-8.cc @@ -1,6 +1,6 @@ // { dg-require-cxa-atexit "" } -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/ext/mt_allocator/deallocate_local_thread-1.cc b/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local_thread-1.cc index d2d456a05bf6..99eeb804feba 100644 --- a/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local_thread-1.cc +++ b/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local_thread-1.cc @@ -1,5 +1,5 @@ // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/ext/mt_allocator/deallocate_local_thread-3.cc b/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local_thread-3.cc index 02dbdd75d0bf..e90e21fd7863 100644 --- a/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local_thread-3.cc +++ b/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local_thread-3.cc @@ -1,5 +1,5 @@ // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/ext/mt_allocator/deallocate_local_thread-5.cc b/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local_thread-5.cc index 7dbcf64d5b13..9e0e41710d58 100644 --- a/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local_thread-5.cc +++ b/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local_thread-5.cc @@ -1,6 +1,6 @@ // { dg-require-cxa-atexit "" } -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/ext/mt_allocator/deallocate_local_thread-7.cc b/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local_thread-7.cc index 41ffe8c2515a..fc6ad2c47d07 100644 --- a/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local_thread-7.cc +++ b/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local_thread-7.cc @@ -1,6 +1,6 @@ // { dg-require-cxa-atexit "" } -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/ext/mt_allocator/explicit_instantiation.cc b/libstdc++-v3/testsuite/ext/mt_allocator/explicit_instantiation.cc index 913c1999eb44..4e840fcfa6e0 100644 --- a/libstdc++-v3/testsuite/ext/mt_allocator/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/ext/mt_allocator/explicit_instantiation.cc @@ -2,7 +2,7 @@ // 2001-11-25 Phil Edwards // -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/ext/mt_allocator/overaligned.cc b/libstdc++-v3/testsuite/ext/mt_allocator/overaligned.cc index 41b8b46243c7..d91572c9a421 100644 --- a/libstdc++-v3/testsuite/ext/mt_allocator/overaligned.cc +++ b/libstdc++-v3/testsuite/ext/mt_allocator/overaligned.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/ext/mt_allocator/tune-1.cc b/libstdc++-v3/testsuite/ext/mt_allocator/tune-1.cc index c75a08fcb96d..0d17bf753186 100644 --- a/libstdc++-v3/testsuite/ext/mt_allocator/tune-1.cc +++ b/libstdc++-v3/testsuite/ext/mt_allocator/tune-1.cc @@ -1,6 +1,6 @@ // 2004-08-25 Benjamin Kosnik // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/ext/mt_allocator/tune-2.cc b/libstdc++-v3/testsuite/ext/mt_allocator/tune-2.cc index 2480cf538758..a176eebe5048 100644 --- a/libstdc++-v3/testsuite/ext/mt_allocator/tune-2.cc +++ b/libstdc++-v3/testsuite/ext/mt_allocator/tune-2.cc @@ -1,6 +1,6 @@ // 2004-08-25 Benjamin Kosnik // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/ext/mt_allocator/tune-3.cc b/libstdc++-v3/testsuite/ext/mt_allocator/tune-3.cc index d897f361e245..43d03920f3d0 100644 --- a/libstdc++-v3/testsuite/ext/mt_allocator/tune-3.cc +++ b/libstdc++-v3/testsuite/ext/mt_allocator/tune-3.cc @@ -1,6 +1,6 @@ // 2004-08-25 Benjamin Kosnik // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/ext/mt_allocator/tune-4.cc b/libstdc++-v3/testsuite/ext/mt_allocator/tune-4.cc index 780ebff9fc72..ce1517a60b6a 100644 --- a/libstdc++-v3/testsuite/ext/mt_allocator/tune-4.cc +++ b/libstdc++-v3/testsuite/ext/mt_allocator/tune-4.cc @@ -1,6 +1,6 @@ // 2004-08-25 Benjamin Kosnik // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/ext/mt_allocator/variadic_construct.cc b/libstdc++-v3/testsuite/ext/mt_allocator/variadic_construct.cc index b54e9efc1bc5..ccacef25fe93 100644 --- a/libstdc++-v3/testsuite/ext/mt_allocator/variadic_construct.cc +++ b/libstdc++-v3/testsuite/ext/mt_allocator/variadic_construct.cc @@ -2,7 +2,7 @@ // 2007-10-26 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/ext/new_allocator/check_allocate_max_size.cc b/libstdc++-v3/testsuite/ext/new_allocator/check_allocate_max_size.cc index 5601d7c363c6..d746b74939a6 100644 --- a/libstdc++-v3/testsuite/ext/new_allocator/check_allocate_max_size.cc +++ b/libstdc++-v3/testsuite/ext/new_allocator/check_allocate_max_size.cc @@ -1,5 +1,5 @@ // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/ext/new_allocator/check_deallocate_null.cc b/libstdc++-v3/testsuite/ext/new_allocator/check_deallocate_null.cc index 5f13066b9da5..c2789f18f654 100644 --- a/libstdc++-v3/testsuite/ext/new_allocator/check_deallocate_null.cc +++ b/libstdc++-v3/testsuite/ext/new_allocator/check_deallocate_null.cc @@ -1,5 +1,5 @@ // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/ext/new_allocator/check_delete.cc b/libstdc++-v3/testsuite/ext/new_allocator/check_delete.cc index a1f9db1c9d6a..ce6c1da3e279 100644 --- a/libstdc++-v3/testsuite/ext/new_allocator/check_delete.cc +++ b/libstdc++-v3/testsuite/ext/new_allocator/check_delete.cc @@ -1,6 +1,6 @@ // 2001-11-25 Phil Edwards // -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/ext/new_allocator/check_new.cc b/libstdc++-v3/testsuite/ext/new_allocator/check_new.cc index 16e1d57e5804..d410f5f7feb3 100644 --- a/libstdc++-v3/testsuite/ext/new_allocator/check_new.cc +++ b/libstdc++-v3/testsuite/ext/new_allocator/check_new.cc @@ -1,6 +1,6 @@ // 2001-11-25 Phil Edwards // -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/ext/new_allocator/deallocate_global.cc b/libstdc++-v3/testsuite/ext/new_allocator/deallocate_global.cc index 29d2ec6c02ab..495cccc64358 100644 --- a/libstdc++-v3/testsuite/ext/new_allocator/deallocate_global.cc +++ b/libstdc++-v3/testsuite/ext/new_allocator/deallocate_global.cc @@ -1,7 +1,7 @@ // { dg-require-cxa-atexit "" } // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/ext/new_allocator/deallocate_local.cc b/libstdc++-v3/testsuite/ext/new_allocator/deallocate_local.cc index f1e891c50bf6..99a8fd52fbf9 100644 --- a/libstdc++-v3/testsuite/ext/new_allocator/deallocate_local.cc +++ b/libstdc++-v3/testsuite/ext/new_allocator/deallocate_local.cc @@ -1,5 +1,5 @@ // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/ext/new_allocator/instantiate.cc b/libstdc++-v3/testsuite/ext/new_allocator/instantiate.cc index 2aaa8e96552e..6a086f4a7926 100644 --- a/libstdc++-v3/testsuite/ext/new_allocator/instantiate.cc +++ b/libstdc++-v3/testsuite/ext/new_allocator/instantiate.cc @@ -2,7 +2,7 @@ // 2001-11-25 Phil Edwards // -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/ext/new_allocator/overaligned.cc b/libstdc++-v3/testsuite/ext/new_allocator/overaligned.cc index 27413cfb26db..1fdefcf2fbb3 100644 --- a/libstdc++-v3/testsuite/ext/new_allocator/overaligned.cc +++ b/libstdc++-v3/testsuite/ext/new_allocator/overaligned.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/ext/new_allocator/variadic_construct.cc b/libstdc++-v3/testsuite/ext/new_allocator/variadic_construct.cc index cde3828b8594..e7f2a541ff45 100644 --- a/libstdc++-v3/testsuite/ext/new_allocator/variadic_construct.cc +++ b/libstdc++-v3/testsuite/ext/new_allocator/variadic_construct.cc @@ -2,7 +2,7 @@ // 2007-10-26 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/ext/numeric_traits/numeric_traits.cc b/libstdc++-v3/testsuite/ext/numeric_traits/numeric_traits.cc index 6653625be8c2..86ac5e5a3070 100644 --- a/libstdc++-v3/testsuite/ext/numeric_traits/numeric_traits.cc +++ b/libstdc++-v3/testsuite/ext/numeric_traits/numeric_traits.cc @@ -2,7 +2,7 @@ // { dg-options "-pedantic" } // -*- C++ -*- -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/ext/pb_ds/example/assoc_container_traits.cc b/libstdc++-v3/testsuite/ext/pb_ds/example/assoc_container_traits.cc index b2b3970a01c7..97fe6cf549de 100644 --- a/libstdc++-v3/testsuite/ext/pb_ds/example/assoc_container_traits.cc +++ b/libstdc++-v3/testsuite/ext/pb_ds/example/assoc_container_traits.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/ext/pb_ds/example/basic_map.cc b/libstdc++-v3/testsuite/ext/pb_ds/example/basic_map.cc index d73d26b1bf68..c38f8187a8eb 100644 --- a/libstdc++-v3/testsuite/ext/pb_ds/example/basic_map.cc +++ b/libstdc++-v3/testsuite/ext/pb_ds/example/basic_map.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/ext/pb_ds/example/basic_multimap.cc b/libstdc++-v3/testsuite/ext/pb_ds/example/basic_multimap.cc index 89dd4943b3df..fbadad1c0e96 100644 --- a/libstdc++-v3/testsuite/ext/pb_ds/example/basic_multimap.cc +++ b/libstdc++-v3/testsuite/ext/pb_ds/example/basic_multimap.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/ext/pb_ds/example/basic_multiset.cc b/libstdc++-v3/testsuite/ext/pb_ds/example/basic_multiset.cc index 30ac9045c324..e9d86e6ef6fa 100644 --- a/libstdc++-v3/testsuite/ext/pb_ds/example/basic_multiset.cc +++ b/libstdc++-v3/testsuite/ext/pb_ds/example/basic_multiset.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/ext/pb_ds/example/basic_priority_queue.cc b/libstdc++-v3/testsuite/ext/pb_ds/example/basic_priority_queue.cc index 284b4d51af39..a65106782dcd 100644 --- a/libstdc++-v3/testsuite/ext/pb_ds/example/basic_priority_queue.cc +++ b/libstdc++-v3/testsuite/ext/pb_ds/example/basic_priority_queue.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/ext/pb_ds/example/basic_set.cc b/libstdc++-v3/testsuite/ext/pb_ds/example/basic_set.cc index 71a73e60fa15..d65aab27c6ff 100644 --- a/libstdc++-v3/testsuite/ext/pb_ds/example/basic_set.cc +++ b/libstdc++-v3/testsuite/ext/pb_ds/example/basic_set.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/ext/pb_ds/example/erase_if.cc b/libstdc++-v3/testsuite/ext/pb_ds/example/erase_if.cc index b36bdbbf9685..55f983fca24a 100644 --- a/libstdc++-v3/testsuite/ext/pb_ds/example/erase_if.cc +++ b/libstdc++-v3/testsuite/ext/pb_ds/example/erase_if.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/ext/pb_ds/example/hash_find_neg.cc b/libstdc++-v3/testsuite/ext/pb_ds/example/hash_find_neg.cc index 88bf5fb46383..63e10a76eb03 100644 --- a/libstdc++-v3/testsuite/ext/pb_ds/example/hash_find_neg.cc +++ b/libstdc++-v3/testsuite/ext/pb_ds/example/hash_find_neg.cc @@ -1,7 +1,7 @@ // { dg-do compile } // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/ext/pb_ds/example/hash_illegal_resize.cc b/libstdc++-v3/testsuite/ext/pb_ds/example/hash_illegal_resize.cc index 56ebc0767307..27d048e66498 100644 --- a/libstdc++-v3/testsuite/ext/pb_ds/example/hash_illegal_resize.cc +++ b/libstdc++-v3/testsuite/ext/pb_ds/example/hash_illegal_resize.cc @@ -2,7 +2,7 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/ext/pb_ds/example/hash_initial_size.cc b/libstdc++-v3/testsuite/ext/pb_ds/example/hash_initial_size.cc index 755d10dd65c4..5ef292a9c48f 100644 --- a/libstdc++-v3/testsuite/ext/pb_ds/example/hash_initial_size.cc +++ b/libstdc++-v3/testsuite/ext/pb_ds/example/hash_initial_size.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/ext/pb_ds/example/hash_load_set_change.cc b/libstdc++-v3/testsuite/ext/pb_ds/example/hash_load_set_change.cc index 0665444cd34d..4e0b58a0791d 100644 --- a/libstdc++-v3/testsuite/ext/pb_ds/example/hash_load_set_change.cc +++ b/libstdc++-v3/testsuite/ext/pb_ds/example/hash_load_set_change.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/ext/pb_ds/example/hash_mod.cc b/libstdc++-v3/testsuite/ext/pb_ds/example/hash_mod.cc index f919bd0b4b3b..73b247805d63 100644 --- a/libstdc++-v3/testsuite/ext/pb_ds/example/hash_mod.cc +++ b/libstdc++-v3/testsuite/ext/pb_ds/example/hash_mod.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/ext/pb_ds/example/hash_resize.cc b/libstdc++-v3/testsuite/ext/pb_ds/example/hash_resize.cc index 4fcf620ffe6a..29cdbf4432a8 100644 --- a/libstdc++-v3/testsuite/ext/pb_ds/example/hash_resize.cc +++ b/libstdc++-v3/testsuite/ext/pb_ds/example/hash_resize.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/ext/pb_ds/example/hash_resize_neg.cc b/libstdc++-v3/testsuite/ext/pb_ds/example/hash_resize_neg.cc index 7c0fa4cc1e2c..93debe18280b 100644 --- a/libstdc++-v3/testsuite/ext/pb_ds/example/hash_resize_neg.cc +++ b/libstdc++-v3/testsuite/ext/pb_ds/example/hash_resize_neg.cc @@ -1,7 +1,7 @@ // { dg-do compile } // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/ext/pb_ds/example/hash_shift_mask.cc b/libstdc++-v3/testsuite/ext/pb_ds/example/hash_shift_mask.cc index 71a68c3d86f5..d68fc312ebde 100644 --- a/libstdc++-v3/testsuite/ext/pb_ds/example/hash_shift_mask.cc +++ b/libstdc++-v3/testsuite/ext/pb_ds/example/hash_shift_mask.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/ext/pb_ds/example/priority_queue_container_traits.cc b/libstdc++-v3/testsuite/ext/pb_ds/example/priority_queue_container_traits.cc index 631ca9373c41..71c5488c3d01 100644 --- a/libstdc++-v3/testsuite/ext/pb_ds/example/priority_queue_container_traits.cc +++ b/libstdc++-v3/testsuite/ext/pb_ds/example/priority_queue_container_traits.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/ext/pb_ds/example/priority_queue_dijkstra.cc b/libstdc++-v3/testsuite/ext/pb_ds/example/priority_queue_dijkstra.cc index 17b20336c64b..cb927bbb0dc2 100644 --- a/libstdc++-v3/testsuite/ext/pb_ds/example/priority_queue_dijkstra.cc +++ b/libstdc++-v3/testsuite/ext/pb_ds/example/priority_queue_dijkstra.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/ext/pb_ds/example/priority_queue_erase_if.cc b/libstdc++-v3/testsuite/ext/pb_ds/example/priority_queue_erase_if.cc index fa1f5bd59724..2df38719b18e 100644 --- a/libstdc++-v3/testsuite/ext/pb_ds/example/priority_queue_erase_if.cc +++ b/libstdc++-v3/testsuite/ext/pb_ds/example/priority_queue_erase_if.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/ext/pb_ds/example/priority_queue_split_join.cc b/libstdc++-v3/testsuite/ext/pb_ds/example/priority_queue_split_join.cc index 5c44e0495ed2..ca129fc3155c 100644 --- a/libstdc++-v3/testsuite/ext/pb_ds/example/priority_queue_split_join.cc +++ b/libstdc++-v3/testsuite/ext/pb_ds/example/priority_queue_split_join.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/ext/pb_ds/example/priority_queue_xref.cc b/libstdc++-v3/testsuite/ext/pb_ds/example/priority_queue_xref.cc index 0b27de387c0b..49885cbbf25c 100644 --- a/libstdc++-v3/testsuite/ext/pb_ds/example/priority_queue_xref.cc +++ b/libstdc++-v3/testsuite/ext/pb_ds/example/priority_queue_xref.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/ext/pb_ds/example/ranged_hash.cc b/libstdc++-v3/testsuite/ext/pb_ds/example/ranged_hash.cc index 7cd115b53577..193177565b84 100644 --- a/libstdc++-v3/testsuite/ext/pb_ds/example/ranged_hash.cc +++ b/libstdc++-v3/testsuite/ext/pb_ds/example/ranged_hash.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/ext/pb_ds/example/store_hash.cc b/libstdc++-v3/testsuite/ext/pb_ds/example/store_hash.cc index 86a91fd2e940..52359c58a02d 100644 --- a/libstdc++-v3/testsuite/ext/pb_ds/example/store_hash.cc +++ b/libstdc++-v3/testsuite/ext/pb_ds/example/store_hash.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/ext/pb_ds/example/tree_intervals.cc b/libstdc++-v3/testsuite/ext/pb_ds/example/tree_intervals.cc index a2ce6b221811..1656905ecdb3 100644 --- a/libstdc++-v3/testsuite/ext/pb_ds/example/tree_intervals.cc +++ b/libstdc++-v3/testsuite/ext/pb_ds/example/tree_intervals.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/ext/pb_ds/example/tree_join.cc b/libstdc++-v3/testsuite/ext/pb_ds/example/tree_join.cc index aad328aea8f4..4740f83c911a 100644 --- a/libstdc++-v3/testsuite/ext/pb_ds/example/tree_join.cc +++ b/libstdc++-v3/testsuite/ext/pb_ds/example/tree_join.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/ext/pb_ds/example/tree_order_statistics.cc b/libstdc++-v3/testsuite/ext/pb_ds/example/tree_order_statistics.cc index cc7877ea3d3c..bb55fbb4602a 100644 --- a/libstdc++-v3/testsuite/ext/pb_ds/example/tree_order_statistics.cc +++ b/libstdc++-v3/testsuite/ext/pb_ds/example/tree_order_statistics.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/ext/pb_ds/example/tree_order_statistics_join.cc b/libstdc++-v3/testsuite/ext/pb_ds/example/tree_order_statistics_join.cc index 97acd63f29d0..b2df46df39b4 100644 --- a/libstdc++-v3/testsuite/ext/pb_ds/example/tree_order_statistics_join.cc +++ b/libstdc++-v3/testsuite/ext/pb_ds/example/tree_order_statistics_join.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/ext/pb_ds/example/trie_dna.cc b/libstdc++-v3/testsuite/ext/pb_ds/example/trie_dna.cc index ec677191ed86..0582bbbf2f41 100644 --- a/libstdc++-v3/testsuite/ext/pb_ds/example/trie_dna.cc +++ b/libstdc++-v3/testsuite/ext/pb_ds/example/trie_dna.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/ext/pb_ds/example/trie_prefix_search.cc b/libstdc++-v3/testsuite/ext/pb_ds/example/trie_prefix_search.cc index 78a629c07dc8..6490c31953a4 100644 --- a/libstdc++-v3/testsuite/ext/pb_ds/example/trie_prefix_search.cc +++ b/libstdc++-v3/testsuite/ext/pb_ds/example/trie_prefix_search.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/ext/pb_ds/example/trie_split.cc b/libstdc++-v3/testsuite/ext/pb_ds/example/trie_split.cc index 6846a4d669cc..db6dec30a4f7 100644 --- a/libstdc++-v3/testsuite/ext/pb_ds/example/trie_split.cc +++ b/libstdc++-v3/testsuite/ext/pb_ds/example/trie_split.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/ext/pb_ds/regression/associative_containers.cc b/libstdc++-v3/testsuite/ext/pb_ds/regression/associative_containers.cc index dfcaeb439e88..42db64d932f6 100644 --- a/libstdc++-v3/testsuite/ext/pb_ds/regression/associative_containers.cc +++ b/libstdc++-v3/testsuite/ext/pb_ds/regression/associative_containers.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/ext/pb_ds/regression/hash_map_rand.cc b/libstdc++-v3/testsuite/ext/pb_ds/regression/hash_map_rand.cc index ce50a3022fa9..c5cdd1d89430 100644 --- a/libstdc++-v3/testsuite/ext/pb_ds/regression/hash_map_rand.cc +++ b/libstdc++-v3/testsuite/ext/pb_ds/regression/hash_map_rand.cc @@ -7,7 +7,7 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/ext/pb_ds/regression/hash_map_rand_debug.cc b/libstdc++-v3/testsuite/ext/pb_ds/regression/hash_map_rand_debug.cc index 130627821128..09408e2f5f6d 100644 --- a/libstdc++-v3/testsuite/ext/pb_ds/regression/hash_map_rand_debug.cc +++ b/libstdc++-v3/testsuite/ext/pb_ds/regression/hash_map_rand_debug.cc @@ -6,7 +6,7 @@ // -*- C++ -*- -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/ext/pb_ds/regression/hash_set_rand.cc b/libstdc++-v3/testsuite/ext/pb_ds/regression/hash_set_rand.cc index f476efb87de8..fc0d9aa6fc1a 100644 --- a/libstdc++-v3/testsuite/ext/pb_ds/regression/hash_set_rand.cc +++ b/libstdc++-v3/testsuite/ext/pb_ds/regression/hash_set_rand.cc @@ -7,7 +7,7 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/ext/pb_ds/regression/hash_set_rand_debug.cc b/libstdc++-v3/testsuite/ext/pb_ds/regression/hash_set_rand_debug.cc index 3ef23b9458c6..8d465236ad1a 100644 --- a/libstdc++-v3/testsuite/ext/pb_ds/regression/hash_set_rand_debug.cc +++ b/libstdc++-v3/testsuite/ext/pb_ds/regression/hash_set_rand_debug.cc @@ -6,7 +6,7 @@ // -*- C++ -*- -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/ext/pb_ds/regression/list_update_map_rand.cc b/libstdc++-v3/testsuite/ext/pb_ds/regression/list_update_map_rand.cc index b06060942035..9058660cec32 100644 --- a/libstdc++-v3/testsuite/ext/pb_ds/regression/list_update_map_rand.cc +++ b/libstdc++-v3/testsuite/ext/pb_ds/regression/list_update_map_rand.cc @@ -4,7 +4,7 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/ext/pb_ds/regression/list_update_map_rand_debug.cc b/libstdc++-v3/testsuite/ext/pb_ds/regression/list_update_map_rand_debug.cc index a10e63c7bf71..8b4403d9a4b5 100644 --- a/libstdc++-v3/testsuite/ext/pb_ds/regression/list_update_map_rand_debug.cc +++ b/libstdc++-v3/testsuite/ext/pb_ds/regression/list_update_map_rand_debug.cc @@ -4,7 +4,7 @@ // -*- C++ -*- -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/ext/pb_ds/regression/list_update_set_rand.cc b/libstdc++-v3/testsuite/ext/pb_ds/regression/list_update_set_rand.cc index 7ba175f55042..fdf0effdba8a 100644 --- a/libstdc++-v3/testsuite/ext/pb_ds/regression/list_update_set_rand.cc +++ b/libstdc++-v3/testsuite/ext/pb_ds/regression/list_update_set_rand.cc @@ -4,7 +4,7 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/ext/pb_ds/regression/list_update_set_rand_debug.cc b/libstdc++-v3/testsuite/ext/pb_ds/regression/list_update_set_rand_debug.cc index af755309c23d..3c758117059e 100644 --- a/libstdc++-v3/testsuite/ext/pb_ds/regression/list_update_set_rand_debug.cc +++ b/libstdc++-v3/testsuite/ext/pb_ds/regression/list_update_set_rand_debug.cc @@ -4,7 +4,7 @@ // -*- C++ -*- -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/ext/pb_ds/regression/priority_queue_rand.cc b/libstdc++-v3/testsuite/ext/pb_ds/regression/priority_queue_rand.cc index a94d37de491e..f513b4fb4c03 100644 --- a/libstdc++-v3/testsuite/ext/pb_ds/regression/priority_queue_rand.cc +++ b/libstdc++-v3/testsuite/ext/pb_ds/regression/priority_queue_rand.cc @@ -7,7 +7,7 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/ext/pb_ds/regression/priority_queue_rand_debug.cc b/libstdc++-v3/testsuite/ext/pb_ds/regression/priority_queue_rand_debug.cc index a2ef119439cc..409a154052c1 100644 --- a/libstdc++-v3/testsuite/ext/pb_ds/regression/priority_queue_rand_debug.cc +++ b/libstdc++-v3/testsuite/ext/pb_ds/regression/priority_queue_rand_debug.cc @@ -6,7 +6,7 @@ // -*- C++ -*- -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/ext/pb_ds/regression/priority_queues.cc b/libstdc++-v3/testsuite/ext/pb_ds/regression/priority_queues.cc index 330c3331fff2..4a1b34fce802 100644 --- a/libstdc++-v3/testsuite/ext/pb_ds/regression/priority_queues.cc +++ b/libstdc++-v3/testsuite/ext/pb_ds/regression/priority_queues.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/ext/pb_ds/regression/tree_map_rand.cc b/libstdc++-v3/testsuite/ext/pb_ds/regression/tree_map_rand.cc index 2a4f17491505..f0436a8a675c 100644 --- a/libstdc++-v3/testsuite/ext/pb_ds/regression/tree_map_rand.cc +++ b/libstdc++-v3/testsuite/ext/pb_ds/regression/tree_map_rand.cc @@ -7,7 +7,7 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/ext/pb_ds/regression/tree_map_rand_debug.cc b/libstdc++-v3/testsuite/ext/pb_ds/regression/tree_map_rand_debug.cc index 8fd0b82f8621..c1c5f73d1845 100644 --- a/libstdc++-v3/testsuite/ext/pb_ds/regression/tree_map_rand_debug.cc +++ b/libstdc++-v3/testsuite/ext/pb_ds/regression/tree_map_rand_debug.cc @@ -6,7 +6,7 @@ // -*- C++ -*- -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/ext/pb_ds/regression/tree_set_rand.cc b/libstdc++-v3/testsuite/ext/pb_ds/regression/tree_set_rand.cc index 46e718da94e4..a28c77966b35 100644 --- a/libstdc++-v3/testsuite/ext/pb_ds/regression/tree_set_rand.cc +++ b/libstdc++-v3/testsuite/ext/pb_ds/regression/tree_set_rand.cc @@ -7,7 +7,7 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/ext/pb_ds/regression/tree_set_rand_debug.cc b/libstdc++-v3/testsuite/ext/pb_ds/regression/tree_set_rand_debug.cc index 0b9706f3882b..7bd74baa0ba3 100644 --- a/libstdc++-v3/testsuite/ext/pb_ds/regression/tree_set_rand_debug.cc +++ b/libstdc++-v3/testsuite/ext/pb_ds/regression/tree_set_rand_debug.cc @@ -6,7 +6,7 @@ // -*- C++ -*- -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/ext/pb_ds/regression/trie_map_rand.cc b/libstdc++-v3/testsuite/ext/pb_ds/regression/trie_map_rand.cc index 2286a8538d70..702936899664 100644 --- a/libstdc++-v3/testsuite/ext/pb_ds/regression/trie_map_rand.cc +++ b/libstdc++-v3/testsuite/ext/pb_ds/regression/trie_map_rand.cc @@ -7,7 +7,7 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/ext/pb_ds/regression/trie_map_rand_debug.cc b/libstdc++-v3/testsuite/ext/pb_ds/regression/trie_map_rand_debug.cc index cf5af245c24d..3e546298c610 100644 --- a/libstdc++-v3/testsuite/ext/pb_ds/regression/trie_map_rand_debug.cc +++ b/libstdc++-v3/testsuite/ext/pb_ds/regression/trie_map_rand_debug.cc @@ -6,7 +6,7 @@ // -*- C++ -*- -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/ext/pb_ds/regression/trie_set_rand.cc b/libstdc++-v3/testsuite/ext/pb_ds/regression/trie_set_rand.cc index 52faa6e24030..d3ee98349f61 100644 --- a/libstdc++-v3/testsuite/ext/pb_ds/regression/trie_set_rand.cc +++ b/libstdc++-v3/testsuite/ext/pb_ds/regression/trie_set_rand.cc @@ -7,7 +7,7 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/ext/pb_ds/regression/trie_set_rand_debug.cc b/libstdc++-v3/testsuite/ext/pb_ds/regression/trie_set_rand_debug.cc index 5cc66d52f476..c2532c31cc11 100644 --- a/libstdc++-v3/testsuite/ext/pb_ds/regression/trie_set_rand_debug.cc +++ b/libstdc++-v3/testsuite/ext/pb_ds/regression/trie_set_rand_debug.cc @@ -6,7 +6,7 @@ // -*- C++ -*- -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/ext/pod_char_traits.cc b/libstdc++-v3/testsuite/ext/pod_char_traits.cc index 384c04e95398..4cf95565a7da 100644 --- a/libstdc++-v3/testsuite/ext/pod_char_traits.cc +++ b/libstdc++-v3/testsuite/ext/pod_char_traits.cc @@ -1,6 +1,6 @@ // POD character, std::char_traits specialization -*- C++ -*- -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/ext/pool_allocator/allocate_chunk.cc b/libstdc++-v3/testsuite/ext/pool_allocator/allocate_chunk.cc index 78380398421e..24e9a85612f5 100644 --- a/libstdc++-v3/testsuite/ext/pool_allocator/allocate_chunk.cc +++ b/libstdc++-v3/testsuite/ext/pool_allocator/allocate_chunk.cc @@ -1,6 +1,6 @@ // 2004-10-10 Paolo Carlini -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/ext/pool_allocator/check_allocate_max_size.cc b/libstdc++-v3/testsuite/ext/pool_allocator/check_allocate_max_size.cc index 25520094879a..f603fad0c498 100644 --- a/libstdc++-v3/testsuite/ext/pool_allocator/check_allocate_max_size.cc +++ b/libstdc++-v3/testsuite/ext/pool_allocator/check_allocate_max_size.cc @@ -1,5 +1,5 @@ // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/ext/pool_allocator/check_deallocate_null.cc b/libstdc++-v3/testsuite/ext/pool_allocator/check_deallocate_null.cc index ba3d7f58c357..4c4f8220af0c 100644 --- a/libstdc++-v3/testsuite/ext/pool_allocator/check_deallocate_null.cc +++ b/libstdc++-v3/testsuite/ext/pool_allocator/check_deallocate_null.cc @@ -1,5 +1,5 @@ // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/ext/pool_allocator/check_delete.cc b/libstdc++-v3/testsuite/ext/pool_allocator/check_delete.cc index 38e871672bff..2b4598596ce5 100644 --- a/libstdc++-v3/testsuite/ext/pool_allocator/check_delete.cc +++ b/libstdc++-v3/testsuite/ext/pool_allocator/check_delete.cc @@ -1,6 +1,6 @@ // 2001-11-25 Phil Edwards // -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/ext/pool_allocator/check_new.cc b/libstdc++-v3/testsuite/ext/pool_allocator/check_new.cc index bfd0e42e052b..0b361fce8774 100644 --- a/libstdc++-v3/testsuite/ext/pool_allocator/check_new.cc +++ b/libstdc++-v3/testsuite/ext/pool_allocator/check_new.cc @@ -2,7 +2,7 @@ // 2001-11-25 Phil Edwards // -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/ext/pool_allocator/explicit_instantiation.cc b/libstdc++-v3/testsuite/ext/pool_allocator/explicit_instantiation.cc index c4ee32324865..5a73fb23078e 100644 --- a/libstdc++-v3/testsuite/ext/pool_allocator/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/ext/pool_allocator/explicit_instantiation.cc @@ -2,7 +2,7 @@ // 2001-11-25 Phil Edwards // -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/ext/pool_allocator/overaligned.cc b/libstdc++-v3/testsuite/ext/pool_allocator/overaligned.cc index b509b7958bb2..28d20e0231bd 100644 --- a/libstdc++-v3/testsuite/ext/pool_allocator/overaligned.cc +++ b/libstdc++-v3/testsuite/ext/pool_allocator/overaligned.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/ext/pool_allocator/variadic_construct.cc b/libstdc++-v3/testsuite/ext/pool_allocator/variadic_construct.cc index 8e48eec6b3bc..ea904b252708 100644 --- a/libstdc++-v3/testsuite/ext/pool_allocator/variadic_construct.cc +++ b/libstdc++-v3/testsuite/ext/pool_allocator/variadic_construct.cc @@ -2,7 +2,7 @@ // 2007-10-26 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/ext/profile/all.cc b/libstdc++-v3/testsuite/ext/profile/all.cc index c1eb4407f35c..059977856cdc 100644 --- a/libstdc++-v3/testsuite/ext/profile/all.cc +++ b/libstdc++-v3/testsuite/ext/profile/all.cc @@ -5,7 +5,7 @@ // -*- C++ -*- -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/ext/profile/mutex_extensions_neg.cc b/libstdc++-v3/testsuite/ext/profile/mutex_extensions_neg.cc index 15cebed38f8a..32a4e91cfb0b 100644 --- a/libstdc++-v3/testsuite/ext/profile/mutex_extensions_neg.cc +++ b/libstdc++-v3/testsuite/ext/profile/mutex_extensions_neg.cc @@ -6,7 +6,7 @@ // Otherwise we may get *multiple* errors. #undef _GLIBCXX_PARALLEL -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/ext/profile/profiler_algos.cc b/libstdc++-v3/testsuite/ext/profile/profiler_algos.cc index 3edc8f406a42..02c7cee0a097 100644 --- a/libstdc++-v3/testsuite/ext/profile/profiler_algos.cc +++ b/libstdc++-v3/testsuite/ext/profile/profiler_algos.cc @@ -4,7 +4,7 @@ // Unit tests for profile/impl/profile_algos.h. -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/ext/profile/replace_new.cc b/libstdc++-v3/testsuite/ext/profile/replace_new.cc index 9c9459488e47..bbab7f4d1e83 100644 --- a/libstdc++-v3/testsuite/ext/profile/replace_new.cc +++ b/libstdc++-v3/testsuite/ext/profile/replace_new.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/ext/random/arcsine_distribution/cons/default.cc b/libstdc++-v3/testsuite/ext/random/arcsine_distribution/cons/default.cc index dec037fdb503..9b6f4fb95f6f 100644 --- a/libstdc++-v3/testsuite/ext/random/arcsine_distribution/cons/default.cc +++ b/libstdc++-v3/testsuite/ext/random/arcsine_distribution/cons/default.cc @@ -3,7 +3,7 @@ // // 2012-10-12 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/ext/random/arcsine_distribution/cons/parms.cc b/libstdc++-v3/testsuite/ext/random/arcsine_distribution/cons/parms.cc index d01d550826a0..3f17deaee2a4 100644 --- a/libstdc++-v3/testsuite/ext/random/arcsine_distribution/cons/parms.cc +++ b/libstdc++-v3/testsuite/ext/random/arcsine_distribution/cons/parms.cc @@ -3,7 +3,7 @@ // // 2012-10-12 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/ext/random/arcsine_distribution/operators/equal.cc b/libstdc++-v3/testsuite/ext/random/arcsine_distribution/operators/equal.cc index 55c4b24d8b18..640eb8665006 100644 --- a/libstdc++-v3/testsuite/ext/random/arcsine_distribution/operators/equal.cc +++ b/libstdc++-v3/testsuite/ext/random/arcsine_distribution/operators/equal.cc @@ -3,7 +3,7 @@ // // 2012-10-12 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/ext/random/arcsine_distribution/operators/inequal.cc b/libstdc++-v3/testsuite/ext/random/arcsine_distribution/operators/inequal.cc index abf678d82ded..9f5d0b99e83b 100644 --- a/libstdc++-v3/testsuite/ext/random/arcsine_distribution/operators/inequal.cc +++ b/libstdc++-v3/testsuite/ext/random/arcsine_distribution/operators/inequal.cc @@ -3,7 +3,7 @@ // // 2012-10-12 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/ext/random/arcsine_distribution/operators/serialize.cc b/libstdc++-v3/testsuite/ext/random/arcsine_distribution/operators/serialize.cc index 3c0faa394ff8..86c1855cbbae 100644 --- a/libstdc++-v3/testsuite/ext/random/arcsine_distribution/operators/serialize.cc +++ b/libstdc++-v3/testsuite/ext/random/arcsine_distribution/operators/serialize.cc @@ -3,7 +3,7 @@ // // 2012-10-12 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/ext/random/arcsine_distribution/requirements/explicit_instantiation/1.cc b/libstdc++-v3/testsuite/ext/random/arcsine_distribution/requirements/explicit_instantiation/1.cc index f7fd4ed51949..53d525d93487 100644 --- a/libstdc++-v3/testsuite/ext/random/arcsine_distribution/requirements/explicit_instantiation/1.cc +++ b/libstdc++-v3/testsuite/ext/random/arcsine_distribution/requirements/explicit_instantiation/1.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/ext/random/arcsine_distribution/requirements/typedefs.cc b/libstdc++-v3/testsuite/ext/random/arcsine_distribution/requirements/typedefs.cc index 7bd61cab6037..e787881a3b9c 100644 --- a/libstdc++-v3/testsuite/ext/random/arcsine_distribution/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/ext/random/arcsine_distribution/requirements/typedefs.cc @@ -3,7 +3,7 @@ // // 2012-10-12 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/ext/random/beta_distribution/cons/default.cc b/libstdc++-v3/testsuite/ext/random/beta_distribution/cons/default.cc index 713b20b255b3..953c25ba5655 100644 --- a/libstdc++-v3/testsuite/ext/random/beta_distribution/cons/default.cc +++ b/libstdc++-v3/testsuite/ext/random/beta_distribution/cons/default.cc @@ -4,7 +4,7 @@ // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // 2012-09-04 Ulrich Drepper // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/ext/random/beta_distribution/cons/parms.cc b/libstdc++-v3/testsuite/ext/random/beta_distribution/cons/parms.cc index 56214393238f..70709a02c869 100644 --- a/libstdc++-v3/testsuite/ext/random/beta_distribution/cons/parms.cc +++ b/libstdc++-v3/testsuite/ext/random/beta_distribution/cons/parms.cc @@ -4,7 +4,7 @@ // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // 2012-09-04 Ulrich Drepper // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/ext/random/beta_distribution/operators/equal.cc b/libstdc++-v3/testsuite/ext/random/beta_distribution/operators/equal.cc index e304c5b5d03b..00489dc7c0f4 100644 --- a/libstdc++-v3/testsuite/ext/random/beta_distribution/operators/equal.cc +++ b/libstdc++-v3/testsuite/ext/random/beta_distribution/operators/equal.cc @@ -4,7 +4,7 @@ // 2010-03-16 Paolo Carlini // 2012-09-04 Ulrich Drepper // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/ext/random/beta_distribution/operators/inequal.cc b/libstdc++-v3/testsuite/ext/random/beta_distribution/operators/inequal.cc index e4ca655c4318..aff0cf1f94f0 100644 --- a/libstdc++-v3/testsuite/ext/random/beta_distribution/operators/inequal.cc +++ b/libstdc++-v3/testsuite/ext/random/beta_distribution/operators/inequal.cc @@ -4,7 +4,7 @@ // 2010-03-16 Paolo Carlini // 2012-09-04 Ulrich Drepper // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/ext/random/beta_distribution/operators/serialize.cc b/libstdc++-v3/testsuite/ext/random/beta_distribution/operators/serialize.cc index 60e6ae68e152..a5ca7109b826 100644 --- a/libstdc++-v3/testsuite/ext/random/beta_distribution/operators/serialize.cc +++ b/libstdc++-v3/testsuite/ext/random/beta_distribution/operators/serialize.cc @@ -4,7 +4,7 @@ // 2009-08-14 Edward M. Smith-Rowland <3dw4rd@verizon.net> // 2012-09-04 Ulrich Drepper // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/ext/random/beta_distribution/requirements/explicit_instantiation/1.cc b/libstdc++-v3/testsuite/ext/random/beta_distribution/requirements/explicit_instantiation/1.cc index 55438054fde3..6ef9d5569bee 100644 --- a/libstdc++-v3/testsuite/ext/random/beta_distribution/requirements/explicit_instantiation/1.cc +++ b/libstdc++-v3/testsuite/ext/random/beta_distribution/requirements/explicit_instantiation/1.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/ext/random/beta_distribution/requirements/typedefs.cc b/libstdc++-v3/testsuite/ext/random/beta_distribution/requirements/typedefs.cc index f74b2577c46e..62d78a904b4b 100644 --- a/libstdc++-v3/testsuite/ext/random/beta_distribution/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/ext/random/beta_distribution/requirements/typedefs.cc @@ -4,7 +4,7 @@ // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // 2012-09-04 Ulrich Drepper // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/ext/random/hoyt_distribution/cons/default.cc b/libstdc++-v3/testsuite/ext/random/hoyt_distribution/cons/default.cc index db8231803808..fec267406a2f 100644 --- a/libstdc++-v3/testsuite/ext/random/hoyt_distribution/cons/default.cc +++ b/libstdc++-v3/testsuite/ext/random/hoyt_distribution/cons/default.cc @@ -3,7 +3,7 @@ // // 2012-10-12 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/ext/random/hoyt_distribution/cons/parms.cc b/libstdc++-v3/testsuite/ext/random/hoyt_distribution/cons/parms.cc index b6ea0b8dba99..6ecc5f821dea 100644 --- a/libstdc++-v3/testsuite/ext/random/hoyt_distribution/cons/parms.cc +++ b/libstdc++-v3/testsuite/ext/random/hoyt_distribution/cons/parms.cc @@ -3,7 +3,7 @@ // // 2012-10-12 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/ext/random/hoyt_distribution/operators/equal.cc b/libstdc++-v3/testsuite/ext/random/hoyt_distribution/operators/equal.cc index 03775f8c652f..5d3edc27735f 100644 --- a/libstdc++-v3/testsuite/ext/random/hoyt_distribution/operators/equal.cc +++ b/libstdc++-v3/testsuite/ext/random/hoyt_distribution/operators/equal.cc @@ -3,7 +3,7 @@ // // 2012-10-12 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/ext/random/hoyt_distribution/operators/inequal.cc b/libstdc++-v3/testsuite/ext/random/hoyt_distribution/operators/inequal.cc index 1c07cfc1b6d8..b3d2ed9ddf92 100644 --- a/libstdc++-v3/testsuite/ext/random/hoyt_distribution/operators/inequal.cc +++ b/libstdc++-v3/testsuite/ext/random/hoyt_distribution/operators/inequal.cc @@ -3,7 +3,7 @@ // // 2012-10-12 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/ext/random/hoyt_distribution/operators/serialize.cc b/libstdc++-v3/testsuite/ext/random/hoyt_distribution/operators/serialize.cc index a2c1f2cfc86b..63fd26a0e550 100644 --- a/libstdc++-v3/testsuite/ext/random/hoyt_distribution/operators/serialize.cc +++ b/libstdc++-v3/testsuite/ext/random/hoyt_distribution/operators/serialize.cc @@ -3,7 +3,7 @@ // // 2012-10-12 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/ext/random/hoyt_distribution/requirements/explicit_instantiation/1.cc b/libstdc++-v3/testsuite/ext/random/hoyt_distribution/requirements/explicit_instantiation/1.cc index 1a4600e48ec9..3a6f5edfbd18 100644 --- a/libstdc++-v3/testsuite/ext/random/hoyt_distribution/requirements/explicit_instantiation/1.cc +++ b/libstdc++-v3/testsuite/ext/random/hoyt_distribution/requirements/explicit_instantiation/1.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/ext/random/hoyt_distribution/requirements/typedefs.cc b/libstdc++-v3/testsuite/ext/random/hoyt_distribution/requirements/typedefs.cc index d0c13f8b0269..3d4e4a567c76 100644 --- a/libstdc++-v3/testsuite/ext/random/hoyt_distribution/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/ext/random/hoyt_distribution/requirements/typedefs.cc @@ -3,7 +3,7 @@ // // 2012-10-12 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/ext/random/hypergeometric_distribution/cons/default.cc b/libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/cons/default.cc index f17f081cef08..df434da3a45a 100644 --- a/libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/cons/default.cc +++ b/libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/cons/default.cc @@ -3,7 +3,7 @@ // // 2013-11-18 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/ext/random/hypergeometric_distribution/cons/parms.cc b/libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/cons/parms.cc index ac5ec68e0246..e8c12e647d1b 100644 --- a/libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/cons/parms.cc +++ b/libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/cons/parms.cc @@ -3,7 +3,7 @@ // // 2013-11-18 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/ext/random/hypergeometric_distribution/operators/equal.cc b/libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/operators/equal.cc index ed0072ba9003..1e48fd1cc964 100644 --- a/libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/operators/equal.cc +++ b/libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/operators/equal.cc @@ -3,7 +3,7 @@ // // 2013-11-18 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/ext/random/hypergeometric_distribution/operators/inequal.cc b/libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/operators/inequal.cc index b40a74a81dad..80ade05d3182 100644 --- a/libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/operators/inequal.cc +++ b/libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/operators/inequal.cc @@ -3,7 +3,7 @@ // // 2013-11-18 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/ext/random/hypergeometric_distribution/operators/serialize.cc b/libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/operators/serialize.cc index f4cdd0c24861..89e9ada82167 100644 --- a/libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/operators/serialize.cc +++ b/libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/operators/serialize.cc @@ -3,7 +3,7 @@ // // 2013-11-18 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/ext/random/hypergeometric_distribution/operators/values.cc b/libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/operators/values.cc index 06528f904f62..02dada29d29b 100644 --- a/libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/operators/values.cc +++ b/libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/operators/values.cc @@ -4,7 +4,7 @@ // // 2013-11-18 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/ext/random/hypergeometric_distribution/requirements/explicit_instantiation/1.cc b/libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/requirements/explicit_instantiation/1.cc index d875e8d7d69c..fff410367c8b 100644 --- a/libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/requirements/explicit_instantiation/1.cc +++ b/libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/requirements/explicit_instantiation/1.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/ext/random/hypergeometric_distribution/requirements/typedefs.cc b/libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/requirements/typedefs.cc index d4ae6e6e8b07..5cbb52c2d6d4 100644 --- a/libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/requirements/typedefs.cc @@ -3,7 +3,7 @@ // // 2013-11-18 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/ext/random/k_distribution/cons/default.cc b/libstdc++-v3/testsuite/ext/random/k_distribution/cons/default.cc index cbe41714acd8..56a3f2b6def8 100644 --- a/libstdc++-v3/testsuite/ext/random/k_distribution/cons/default.cc +++ b/libstdc++-v3/testsuite/ext/random/k_distribution/cons/default.cc @@ -3,7 +3,7 @@ // // 2012-09-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/ext/random/k_distribution/cons/parms.cc b/libstdc++-v3/testsuite/ext/random/k_distribution/cons/parms.cc index abdbe05f7631..d73871167f7e 100644 --- a/libstdc++-v3/testsuite/ext/random/k_distribution/cons/parms.cc +++ b/libstdc++-v3/testsuite/ext/random/k_distribution/cons/parms.cc @@ -3,7 +3,7 @@ // // 2012-09-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/ext/random/k_distribution/operators/equal.cc b/libstdc++-v3/testsuite/ext/random/k_distribution/operators/equal.cc index d216d38eeb6d..7e45ed6c6ac2 100644 --- a/libstdc++-v3/testsuite/ext/random/k_distribution/operators/equal.cc +++ b/libstdc++-v3/testsuite/ext/random/k_distribution/operators/equal.cc @@ -3,7 +3,7 @@ // // 2012-09-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/ext/random/k_distribution/operators/inequal.cc b/libstdc++-v3/testsuite/ext/random/k_distribution/operators/inequal.cc index fae841704fbd..5891610e91a2 100644 --- a/libstdc++-v3/testsuite/ext/random/k_distribution/operators/inequal.cc +++ b/libstdc++-v3/testsuite/ext/random/k_distribution/operators/inequal.cc @@ -3,7 +3,7 @@ // // 2012-09-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/ext/random/k_distribution/operators/serialize.cc b/libstdc++-v3/testsuite/ext/random/k_distribution/operators/serialize.cc index d572cc9b7ae5..921cc569ec6e 100644 --- a/libstdc++-v3/testsuite/ext/random/k_distribution/operators/serialize.cc +++ b/libstdc++-v3/testsuite/ext/random/k_distribution/operators/serialize.cc @@ -3,7 +3,7 @@ // // 2012-09-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/ext/random/k_distribution/requirements/explicit_instantiation/1.cc b/libstdc++-v3/testsuite/ext/random/k_distribution/requirements/explicit_instantiation/1.cc index ff0a292d84f2..0d6bd57532a0 100644 --- a/libstdc++-v3/testsuite/ext/random/k_distribution/requirements/explicit_instantiation/1.cc +++ b/libstdc++-v3/testsuite/ext/random/k_distribution/requirements/explicit_instantiation/1.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/ext/random/k_distribution/requirements/typedefs.cc b/libstdc++-v3/testsuite/ext/random/k_distribution/requirements/typedefs.cc index fd32c4ac3a36..b649e4ce961d 100644 --- a/libstdc++-v3/testsuite/ext/random/k_distribution/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/ext/random/k_distribution/requirements/typedefs.cc @@ -3,7 +3,7 @@ // // 2012-09-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/ext/random/logistic_distribution/cons/default.cc b/libstdc++-v3/testsuite/ext/random/logistic_distribution/cons/default.cc index b7340654cdab..7a56688c26f5 100644 --- a/libstdc++-v3/testsuite/ext/random/logistic_distribution/cons/default.cc +++ b/libstdc++-v3/testsuite/ext/random/logistic_distribution/cons/default.cc @@ -3,7 +3,7 @@ // // 2014-07-11 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/ext/random/logistic_distribution/cons/parms.cc b/libstdc++-v3/testsuite/ext/random/logistic_distribution/cons/parms.cc index b222fd7d43e3..35d602ff64e6 100644 --- a/libstdc++-v3/testsuite/ext/random/logistic_distribution/cons/parms.cc +++ b/libstdc++-v3/testsuite/ext/random/logistic_distribution/cons/parms.cc @@ -3,7 +3,7 @@ // // 2014-07-11 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/ext/random/logistic_distribution/operators/equal.cc b/libstdc++-v3/testsuite/ext/random/logistic_distribution/operators/equal.cc index 051ac58fe0d8..3d07ec81d4e6 100644 --- a/libstdc++-v3/testsuite/ext/random/logistic_distribution/operators/equal.cc +++ b/libstdc++-v3/testsuite/ext/random/logistic_distribution/operators/equal.cc @@ -3,7 +3,7 @@ // // 2014-07-11 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/ext/random/logistic_distribution/operators/inequal.cc b/libstdc++-v3/testsuite/ext/random/logistic_distribution/operators/inequal.cc index c4a7fc9d908c..d93997fcf011 100644 --- a/libstdc++-v3/testsuite/ext/random/logistic_distribution/operators/inequal.cc +++ b/libstdc++-v3/testsuite/ext/random/logistic_distribution/operators/inequal.cc @@ -3,7 +3,7 @@ // // 2014-07-11 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/ext/random/logistic_distribution/operators/serialize.cc b/libstdc++-v3/testsuite/ext/random/logistic_distribution/operators/serialize.cc index 4e1c45816377..abf889dc2684 100644 --- a/libstdc++-v3/testsuite/ext/random/logistic_distribution/operators/serialize.cc +++ b/libstdc++-v3/testsuite/ext/random/logistic_distribution/operators/serialize.cc @@ -3,7 +3,7 @@ // // 2014-07-11 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/ext/random/logistic_distribution/requirements/typedefs.cc b/libstdc++-v3/testsuite/ext/random/logistic_distribution/requirements/typedefs.cc index d50ab23722e9..4da8812097ae 100644 --- a/libstdc++-v3/testsuite/ext/random/logistic_distribution/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/ext/random/logistic_distribution/requirements/typedefs.cc @@ -3,7 +3,7 @@ // // 2014-07-11 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/ext/random/nakagami_distribution/cons/default.cc b/libstdc++-v3/testsuite/ext/random/nakagami_distribution/cons/default.cc index 08c650cfc528..d07eac560b25 100644 --- a/libstdc++-v3/testsuite/ext/random/nakagami_distribution/cons/default.cc +++ b/libstdc++-v3/testsuite/ext/random/nakagami_distribution/cons/default.cc @@ -3,7 +3,7 @@ // // 2012-09-18 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/ext/random/nakagami_distribution/cons/parms.cc b/libstdc++-v3/testsuite/ext/random/nakagami_distribution/cons/parms.cc index 4cdc4866f4d5..adb7fc66d118 100644 --- a/libstdc++-v3/testsuite/ext/random/nakagami_distribution/cons/parms.cc +++ b/libstdc++-v3/testsuite/ext/random/nakagami_distribution/cons/parms.cc @@ -3,7 +3,7 @@ // // 2012-09-18 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/ext/random/nakagami_distribution/operators/equal.cc b/libstdc++-v3/testsuite/ext/random/nakagami_distribution/operators/equal.cc index 0b7de2969546..44d118fce71f 100644 --- a/libstdc++-v3/testsuite/ext/random/nakagami_distribution/operators/equal.cc +++ b/libstdc++-v3/testsuite/ext/random/nakagami_distribution/operators/equal.cc @@ -3,7 +3,7 @@ // // 2012-09-18 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/ext/random/nakagami_distribution/operators/inequal.cc b/libstdc++-v3/testsuite/ext/random/nakagami_distribution/operators/inequal.cc index e9807a874899..d4672d27e98f 100644 --- a/libstdc++-v3/testsuite/ext/random/nakagami_distribution/operators/inequal.cc +++ b/libstdc++-v3/testsuite/ext/random/nakagami_distribution/operators/inequal.cc @@ -3,7 +3,7 @@ // // 2012-09-18 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/ext/random/nakagami_distribution/operators/serialize.cc b/libstdc++-v3/testsuite/ext/random/nakagami_distribution/operators/serialize.cc index c2f90f56f51f..4b8f3046c53a 100644 --- a/libstdc++-v3/testsuite/ext/random/nakagami_distribution/operators/serialize.cc +++ b/libstdc++-v3/testsuite/ext/random/nakagami_distribution/operators/serialize.cc @@ -3,7 +3,7 @@ // // 2012-09-18 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/ext/random/nakagami_distribution/requirements/explicit_instantiation/1.cc b/libstdc++-v3/testsuite/ext/random/nakagami_distribution/requirements/explicit_instantiation/1.cc index be0e1397c091..4b08c72521f6 100644 --- a/libstdc++-v3/testsuite/ext/random/nakagami_distribution/requirements/explicit_instantiation/1.cc +++ b/libstdc++-v3/testsuite/ext/random/nakagami_distribution/requirements/explicit_instantiation/1.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/ext/random/nakagami_distribution/requirements/typedefs.cc b/libstdc++-v3/testsuite/ext/random/nakagami_distribution/requirements/typedefs.cc index ae86c6465010..c36f7ec0a237 100644 --- a/libstdc++-v3/testsuite/ext/random/nakagami_distribution/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/ext/random/nakagami_distribution/requirements/typedefs.cc @@ -3,7 +3,7 @@ // // 2012-09-18 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/ext/random/normal_mv_distribution/cons/default.cc b/libstdc++-v3/testsuite/ext/random/normal_mv_distribution/cons/default.cc index 0c261118fd2a..36b71af79e50 100644 --- a/libstdc++-v3/testsuite/ext/random/normal_mv_distribution/cons/default.cc +++ b/libstdc++-v3/testsuite/ext/random/normal_mv_distribution/cons/default.cc @@ -4,7 +4,7 @@ // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // 2012-09-04 Ulrich Drepper // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/ext/random/normal_mv_distribution/cons/parms.cc b/libstdc++-v3/testsuite/ext/random/normal_mv_distribution/cons/parms.cc index 33c4cfbe6856..b4b0ff8725b3 100644 --- a/libstdc++-v3/testsuite/ext/random/normal_mv_distribution/cons/parms.cc +++ b/libstdc++-v3/testsuite/ext/random/normal_mv_distribution/cons/parms.cc @@ -4,7 +4,7 @@ // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // 2012-09-04 Ulrich Drepper // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/ext/random/normal_mv_distribution/operators/equal.cc b/libstdc++-v3/testsuite/ext/random/normal_mv_distribution/operators/equal.cc index 523d196df1ba..90e6fccb6738 100644 --- a/libstdc++-v3/testsuite/ext/random/normal_mv_distribution/operators/equal.cc +++ b/libstdc++-v3/testsuite/ext/random/normal_mv_distribution/operators/equal.cc @@ -4,7 +4,7 @@ // 2010-03-16 Paolo Carlini // 2012-09-04 Ulrich Drepper // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/ext/random/normal_mv_distribution/operators/inequal.cc b/libstdc++-v3/testsuite/ext/random/normal_mv_distribution/operators/inequal.cc index 0d11698f248d..2d4caae00a4d 100644 --- a/libstdc++-v3/testsuite/ext/random/normal_mv_distribution/operators/inequal.cc +++ b/libstdc++-v3/testsuite/ext/random/normal_mv_distribution/operators/inequal.cc @@ -4,7 +4,7 @@ // 2010-03-16 Paolo Carlini // 2012-09-04 Ulrich Drepper // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/ext/random/normal_mv_distribution/operators/serialize.cc b/libstdc++-v3/testsuite/ext/random/normal_mv_distribution/operators/serialize.cc index f06991a20ed4..49495e25c0d4 100644 --- a/libstdc++-v3/testsuite/ext/random/normal_mv_distribution/operators/serialize.cc +++ b/libstdc++-v3/testsuite/ext/random/normal_mv_distribution/operators/serialize.cc @@ -4,7 +4,7 @@ // 2009-08-14 Edward M. Smith-Rowland <3dw4rd@verizon.net> // 2012-09-04 Ulrich Drepper // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/ext/random/normal_mv_distribution/requirements/explicit_instantiation/1.cc b/libstdc++-v3/testsuite/ext/random/normal_mv_distribution/requirements/explicit_instantiation/1.cc index 7493c875004d..2e89a8ef1364 100644 --- a/libstdc++-v3/testsuite/ext/random/normal_mv_distribution/requirements/explicit_instantiation/1.cc +++ b/libstdc++-v3/testsuite/ext/random/normal_mv_distribution/requirements/explicit_instantiation/1.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/ext/random/normal_mv_distribution/requirements/typedefs.cc b/libstdc++-v3/testsuite/ext/random/normal_mv_distribution/requirements/typedefs.cc index 3bdf692fee2a..c2b7cb9d8458 100644 --- a/libstdc++-v3/testsuite/ext/random/normal_mv_distribution/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/ext/random/normal_mv_distribution/requirements/typedefs.cc @@ -4,7 +4,7 @@ // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // 2012-09-04 Ulrich Drepper // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/ext/random/pareto_distribution/cons/default.cc b/libstdc++-v3/testsuite/ext/random/pareto_distribution/cons/default.cc index 8035023fc5ca..2b9e5c206cf5 100644 --- a/libstdc++-v3/testsuite/ext/random/pareto_distribution/cons/default.cc +++ b/libstdc++-v3/testsuite/ext/random/pareto_distribution/cons/default.cc @@ -3,7 +3,7 @@ // // 2012-09-21 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/ext/random/pareto_distribution/cons/parms.cc b/libstdc++-v3/testsuite/ext/random/pareto_distribution/cons/parms.cc index 16c06f97a230..5a24658eed6a 100644 --- a/libstdc++-v3/testsuite/ext/random/pareto_distribution/cons/parms.cc +++ b/libstdc++-v3/testsuite/ext/random/pareto_distribution/cons/parms.cc @@ -3,7 +3,7 @@ // // 2012-09-21 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/ext/random/pareto_distribution/operators/equal.cc b/libstdc++-v3/testsuite/ext/random/pareto_distribution/operators/equal.cc index 9e254f9c7a93..0fafadf71af7 100644 --- a/libstdc++-v3/testsuite/ext/random/pareto_distribution/operators/equal.cc +++ b/libstdc++-v3/testsuite/ext/random/pareto_distribution/operators/equal.cc @@ -3,7 +3,7 @@ // // 2012-09-21 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/ext/random/pareto_distribution/operators/inequal.cc b/libstdc++-v3/testsuite/ext/random/pareto_distribution/operators/inequal.cc index 3bfeccbdc0d4..b6573809f28b 100644 --- a/libstdc++-v3/testsuite/ext/random/pareto_distribution/operators/inequal.cc +++ b/libstdc++-v3/testsuite/ext/random/pareto_distribution/operators/inequal.cc @@ -3,7 +3,7 @@ // // 2012-09-21 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/ext/random/pareto_distribution/operators/serialize.cc b/libstdc++-v3/testsuite/ext/random/pareto_distribution/operators/serialize.cc index 4143bd29df89..69e886716751 100644 --- a/libstdc++-v3/testsuite/ext/random/pareto_distribution/operators/serialize.cc +++ b/libstdc++-v3/testsuite/ext/random/pareto_distribution/operators/serialize.cc @@ -3,7 +3,7 @@ // // 2012-09-21 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/ext/random/pareto_distribution/requirements/explicit_instantiation/1.cc b/libstdc++-v3/testsuite/ext/random/pareto_distribution/requirements/explicit_instantiation/1.cc index afbb7f955438..6431ed6a0417 100644 --- a/libstdc++-v3/testsuite/ext/random/pareto_distribution/requirements/explicit_instantiation/1.cc +++ b/libstdc++-v3/testsuite/ext/random/pareto_distribution/requirements/explicit_instantiation/1.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/ext/random/pareto_distribution/requirements/typedefs.cc b/libstdc++-v3/testsuite/ext/random/pareto_distribution/requirements/typedefs.cc index deec53c2f840..763484a376cb 100644 --- a/libstdc++-v3/testsuite/ext/random/pareto_distribution/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/ext/random/pareto_distribution/requirements/typedefs.cc @@ -3,7 +3,7 @@ // // 2012-09-21 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/ext/random/rice_distribution/cons/default.cc b/libstdc++-v3/testsuite/ext/random/rice_distribution/cons/default.cc index f2c7766305e4..5742eed08563 100644 --- a/libstdc++-v3/testsuite/ext/random/rice_distribution/cons/default.cc +++ b/libstdc++-v3/testsuite/ext/random/rice_distribution/cons/default.cc @@ -3,7 +3,7 @@ // // 2012-01-28 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/ext/random/rice_distribution/cons/parms.cc b/libstdc++-v3/testsuite/ext/random/rice_distribution/cons/parms.cc index fb1bd0cb5223..04e34f352e4e 100644 --- a/libstdc++-v3/testsuite/ext/random/rice_distribution/cons/parms.cc +++ b/libstdc++-v3/testsuite/ext/random/rice_distribution/cons/parms.cc @@ -3,7 +3,7 @@ // // 2012-01-28 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/ext/random/rice_distribution/operators/equal.cc b/libstdc++-v3/testsuite/ext/random/rice_distribution/operators/equal.cc index 67a44d51e725..7a8de837f193 100644 --- a/libstdc++-v3/testsuite/ext/random/rice_distribution/operators/equal.cc +++ b/libstdc++-v3/testsuite/ext/random/rice_distribution/operators/equal.cc @@ -3,7 +3,7 @@ // // 2012-01-28 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/ext/random/rice_distribution/operators/inequal.cc b/libstdc++-v3/testsuite/ext/random/rice_distribution/operators/inequal.cc index f3a7871e6706..9f795b5d4e27 100644 --- a/libstdc++-v3/testsuite/ext/random/rice_distribution/operators/inequal.cc +++ b/libstdc++-v3/testsuite/ext/random/rice_distribution/operators/inequal.cc @@ -3,7 +3,7 @@ // // 2012-01-28 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/ext/random/rice_distribution/operators/serialize.cc b/libstdc++-v3/testsuite/ext/random/rice_distribution/operators/serialize.cc index c830fadf79e6..2970f35e2346 100644 --- a/libstdc++-v3/testsuite/ext/random/rice_distribution/operators/serialize.cc +++ b/libstdc++-v3/testsuite/ext/random/rice_distribution/operators/serialize.cc @@ -3,7 +3,7 @@ // // 2012-01-28 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/ext/random/rice_distribution/requirements/explicit_instantiation/1.cc b/libstdc++-v3/testsuite/ext/random/rice_distribution/requirements/explicit_instantiation/1.cc index 777617db661b..0d8c8db5421c 100644 --- a/libstdc++-v3/testsuite/ext/random/rice_distribution/requirements/explicit_instantiation/1.cc +++ b/libstdc++-v3/testsuite/ext/random/rice_distribution/requirements/explicit_instantiation/1.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/ext/random/rice_distribution/requirements/typedefs.cc b/libstdc++-v3/testsuite/ext/random/rice_distribution/requirements/typedefs.cc index 461ff0fb8d06..db977b2f4944 100644 --- a/libstdc++-v3/testsuite/ext/random/rice_distribution/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/ext/random/rice_distribution/requirements/typedefs.cc @@ -3,7 +3,7 @@ // // 2012-01-28 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/ext/random/simd_fast_mersenne_twister_engine/cons/copy.cc b/libstdc++-v3/testsuite/ext/random/simd_fast_mersenne_twister_engine/cons/copy.cc index 1b14a1acb498..7357f2a7df77 100644 --- a/libstdc++-v3/testsuite/ext/random/simd_fast_mersenne_twister_engine/cons/copy.cc +++ b/libstdc++-v3/testsuite/ext/random/simd_fast_mersenne_twister_engine/cons/copy.cc @@ -5,7 +5,7 @@ // 2010-02-16 Paolo Carlini // 2012-08-28 Ulrich Drepper , adapted for SFMT // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/ext/random/simd_fast_mersenne_twister_engine/cons/default.cc b/libstdc++-v3/testsuite/ext/random/simd_fast_mersenne_twister_engine/cons/default.cc index 8e600ee538f0..65bb21ed2815 100644 --- a/libstdc++-v3/testsuite/ext/random/simd_fast_mersenne_twister_engine/cons/default.cc +++ b/libstdc++-v3/testsuite/ext/random/simd_fast_mersenne_twister_engine/cons/default.cc @@ -5,7 +5,7 @@ // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // 2012-08-28 Ulrich Drepper , adapted for SFMT // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/ext/random/simd_fast_mersenne_twister_engine/cons/seed1.cc b/libstdc++-v3/testsuite/ext/random/simd_fast_mersenne_twister_engine/cons/seed1.cc index 1e85c48ea67e..016d63f5e69c 100644 --- a/libstdc++-v3/testsuite/ext/random/simd_fast_mersenne_twister_engine/cons/seed1.cc +++ b/libstdc++-v3/testsuite/ext/random/simd_fast_mersenne_twister_engine/cons/seed1.cc @@ -5,7 +5,7 @@ // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // 2012-08-28 Ulrich Drepper , adapted for SFMT // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/ext/random/simd_fast_mersenne_twister_engine/cons/seed2.cc b/libstdc++-v3/testsuite/ext/random/simd_fast_mersenne_twister_engine/cons/seed2.cc index 201d8bef81d4..5a7efd6566b1 100644 --- a/libstdc++-v3/testsuite/ext/random/simd_fast_mersenne_twister_engine/cons/seed2.cc +++ b/libstdc++-v3/testsuite/ext/random/simd_fast_mersenne_twister_engine/cons/seed2.cc @@ -5,7 +5,7 @@ // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // 2012-08-28 Ulrich Drepper , adapted for SFMT // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/ext/random/simd_fast_mersenne_twister_engine/cons/seed_seq.cc b/libstdc++-v3/testsuite/ext/random/simd_fast_mersenne_twister_engine/cons/seed_seq.cc index 7af805f3d5f8..21cc46303b24 100644 --- a/libstdc++-v3/testsuite/ext/random/simd_fast_mersenne_twister_engine/cons/seed_seq.cc +++ b/libstdc++-v3/testsuite/ext/random/simd_fast_mersenne_twister_engine/cons/seed_seq.cc @@ -5,7 +5,7 @@ // 2010-02-01 Paolo Carlini // 2012-08-28 Ulrich Drepper , adapted for SFMT // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/ext/random/simd_fast_mersenne_twister_engine/operators/equal.cc b/libstdc++-v3/testsuite/ext/random/simd_fast_mersenne_twister_engine/operators/equal.cc index d1b4943e16d8..e90c70dec4d4 100644 --- a/libstdc++-v3/testsuite/ext/random/simd_fast_mersenne_twister_engine/operators/equal.cc +++ b/libstdc++-v3/testsuite/ext/random/simd_fast_mersenne_twister_engine/operators/equal.cc @@ -5,7 +5,7 @@ // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // 2012-08-28 Ulrich Drepper , adapted for SFMT // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/ext/random/simd_fast_mersenne_twister_engine/operators/inequal.cc b/libstdc++-v3/testsuite/ext/random/simd_fast_mersenne_twister_engine/operators/inequal.cc index e0e2cd932296..c39f64450d2d 100644 --- a/libstdc++-v3/testsuite/ext/random/simd_fast_mersenne_twister_engine/operators/inequal.cc +++ b/libstdc++-v3/testsuite/ext/random/simd_fast_mersenne_twister_engine/operators/inequal.cc @@ -5,7 +5,7 @@ // 2010-03-16 Paolo Carlini // 2012-08-28 Ulrich Drepper , adapted for SFMT // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/ext/random/simd_fast_mersenne_twister_engine/operators/serialize.cc b/libstdc++-v3/testsuite/ext/random/simd_fast_mersenne_twister_engine/operators/serialize.cc index 7abba194f765..930a0bdad788 100644 --- a/libstdc++-v3/testsuite/ext/random/simd_fast_mersenne_twister_engine/operators/serialize.cc +++ b/libstdc++-v3/testsuite/ext/random/simd_fast_mersenne_twister_engine/operators/serialize.cc @@ -5,7 +5,7 @@ // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // 2012-08-28 Ulrich Drepper , adapted for SFMT // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/ext/random/triangular_distribution/cons/default.cc b/libstdc++-v3/testsuite/ext/random/triangular_distribution/cons/default.cc index 3cc37685243e..ee4c9e315524 100644 --- a/libstdc++-v3/testsuite/ext/random/triangular_distribution/cons/default.cc +++ b/libstdc++-v3/testsuite/ext/random/triangular_distribution/cons/default.cc @@ -4,7 +4,7 @@ // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // 2013-03-02 Ulrich Drepper // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/ext/random/triangular_distribution/cons/parms.cc b/libstdc++-v3/testsuite/ext/random/triangular_distribution/cons/parms.cc index 400590a19809..1a6c2b04a22e 100644 --- a/libstdc++-v3/testsuite/ext/random/triangular_distribution/cons/parms.cc +++ b/libstdc++-v3/testsuite/ext/random/triangular_distribution/cons/parms.cc @@ -4,7 +4,7 @@ // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // 2013-03-02 Ulrich Drepper // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/ext/random/triangular_distribution/operators/equal.cc b/libstdc++-v3/testsuite/ext/random/triangular_distribution/operators/equal.cc index 84d547eb397a..f9beb2750a79 100644 --- a/libstdc++-v3/testsuite/ext/random/triangular_distribution/operators/equal.cc +++ b/libstdc++-v3/testsuite/ext/random/triangular_distribution/operators/equal.cc @@ -4,7 +4,7 @@ // 2010-03-16 Paolo Carlini // 2013-03-02 Ulrich Drepper // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/ext/random/triangular_distribution/operators/inequal.cc b/libstdc++-v3/testsuite/ext/random/triangular_distribution/operators/inequal.cc index eae39074f6c4..7d65f952b77a 100644 --- a/libstdc++-v3/testsuite/ext/random/triangular_distribution/operators/inequal.cc +++ b/libstdc++-v3/testsuite/ext/random/triangular_distribution/operators/inequal.cc @@ -4,7 +4,7 @@ // 2010-03-16 Paolo Carlini // 2013-03-02 Ulrich Drepper // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/ext/random/triangular_distribution/operators/serialize.cc b/libstdc++-v3/testsuite/ext/random/triangular_distribution/operators/serialize.cc index 7e75b01a6b70..491412c2aadb 100644 --- a/libstdc++-v3/testsuite/ext/random/triangular_distribution/operators/serialize.cc +++ b/libstdc++-v3/testsuite/ext/random/triangular_distribution/operators/serialize.cc @@ -4,7 +4,7 @@ // 2009-08-14 Edward M. Smith-Rowland <3dw4rd@verizon.net> // 2013-03-02 Ulrich Drepper // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/ext/random/triangular_distribution/requirements/explicit_instantiation/1.cc b/libstdc++-v3/testsuite/ext/random/triangular_distribution/requirements/explicit_instantiation/1.cc index eb874b0c8edb..944b65a71c9e 100644 --- a/libstdc++-v3/testsuite/ext/random/triangular_distribution/requirements/explicit_instantiation/1.cc +++ b/libstdc++-v3/testsuite/ext/random/triangular_distribution/requirements/explicit_instantiation/1.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/ext/random/triangular_distribution/requirements/typedefs.cc b/libstdc++-v3/testsuite/ext/random/triangular_distribution/requirements/typedefs.cc index 2669fc1cf60a..2e9b818fa300 100644 --- a/libstdc++-v3/testsuite/ext/random/triangular_distribution/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/ext/random/triangular_distribution/requirements/typedefs.cc @@ -4,7 +4,7 @@ // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // 2013-03-02 Ulrich Drepper // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/ext/random/uniform_inside_sphere_distribution/cons/default.cc b/libstdc++-v3/testsuite/ext/random/uniform_inside_sphere_distribution/cons/default.cc index ff5bcb37aaa5..f283429f63b4 100644 --- a/libstdc++-v3/testsuite/ext/random/uniform_inside_sphere_distribution/cons/default.cc +++ b/libstdc++-v3/testsuite/ext/random/uniform_inside_sphere_distribution/cons/default.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-cstdint "" } // -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/ext/random/uniform_inside_sphere_distribution/cons/parms.cc b/libstdc++-v3/testsuite/ext/random/uniform_inside_sphere_distribution/cons/parms.cc index 6a6ea2c2c04f..f33626593aed 100644 --- a/libstdc++-v3/testsuite/ext/random/uniform_inside_sphere_distribution/cons/parms.cc +++ b/libstdc++-v3/testsuite/ext/random/uniform_inside_sphere_distribution/cons/parms.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-cstdint "" } // -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/ext/random/uniform_inside_sphere_distribution/operators/equal.cc b/libstdc++-v3/testsuite/ext/random/uniform_inside_sphere_distribution/operators/equal.cc index 1210946eaf0a..eb6c434eaf0f 100644 --- a/libstdc++-v3/testsuite/ext/random/uniform_inside_sphere_distribution/operators/equal.cc +++ b/libstdc++-v3/testsuite/ext/random/uniform_inside_sphere_distribution/operators/equal.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-cstdint "" } // -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/ext/random/uniform_inside_sphere_distribution/operators/generate.cc b/libstdc++-v3/testsuite/ext/random/uniform_inside_sphere_distribution/operators/generate.cc index e9a7ca71d0e2..b1a0b5d32e62 100644 --- a/libstdc++-v3/testsuite/ext/random/uniform_inside_sphere_distribution/operators/generate.cc +++ b/libstdc++-v3/testsuite/ext/random/uniform_inside_sphere_distribution/operators/generate.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-cstdint "" } // -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/ext/random/uniform_inside_sphere_distribution/operators/inequal.cc b/libstdc++-v3/testsuite/ext/random/uniform_inside_sphere_distribution/operators/inequal.cc index ca0d380dbc3e..587e2359fbef 100644 --- a/libstdc++-v3/testsuite/ext/random/uniform_inside_sphere_distribution/operators/inequal.cc +++ b/libstdc++-v3/testsuite/ext/random/uniform_inside_sphere_distribution/operators/inequal.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-cstdint "" } // -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/ext/random/uniform_inside_sphere_distribution/operators/serialize.cc b/libstdc++-v3/testsuite/ext/random/uniform_inside_sphere_distribution/operators/serialize.cc index 89eb6049d766..c86b0befc3b0 100644 --- a/libstdc++-v3/testsuite/ext/random/uniform_inside_sphere_distribution/operators/serialize.cc +++ b/libstdc++-v3/testsuite/ext/random/uniform_inside_sphere_distribution/operators/serialize.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-cstdint "" } // -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/ext/random/uniform_on_sphere_distribution/cons/default.cc b/libstdc++-v3/testsuite/ext/random/uniform_on_sphere_distribution/cons/default.cc index b945357ed514..b738c8eb21ad 100644 --- a/libstdc++-v3/testsuite/ext/random/uniform_on_sphere_distribution/cons/default.cc +++ b/libstdc++-v3/testsuite/ext/random/uniform_on_sphere_distribution/cons/default.cc @@ -3,7 +3,7 @@ // // 2014-04-15 Ulrich Drepper // -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/ext/random/uniform_on_sphere_distribution/operators/equal.cc b/libstdc++-v3/testsuite/ext/random/uniform_on_sphere_distribution/operators/equal.cc index 3a3e3552ce4a..b5c06a58f4f4 100644 --- a/libstdc++-v3/testsuite/ext/random/uniform_on_sphere_distribution/operators/equal.cc +++ b/libstdc++-v3/testsuite/ext/random/uniform_on_sphere_distribution/operators/equal.cc @@ -3,7 +3,7 @@ // // 2014-04-15 Ulrich Drepper // -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/ext/random/uniform_on_sphere_distribution/operators/generate.cc b/libstdc++-v3/testsuite/ext/random/uniform_on_sphere_distribution/operators/generate.cc index f7f584b75e98..5d346b281d55 100644 --- a/libstdc++-v3/testsuite/ext/random/uniform_on_sphere_distribution/operators/generate.cc +++ b/libstdc++-v3/testsuite/ext/random/uniform_on_sphere_distribution/operators/generate.cc @@ -3,7 +3,7 @@ // // 2014-08-09 Ulrich Drepper // -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/ext/random/uniform_on_sphere_distribution/operators/inequal.cc b/libstdc++-v3/testsuite/ext/random/uniform_on_sphere_distribution/operators/inequal.cc index 124335053507..183cc248b93f 100644 --- a/libstdc++-v3/testsuite/ext/random/uniform_on_sphere_distribution/operators/inequal.cc +++ b/libstdc++-v3/testsuite/ext/random/uniform_on_sphere_distribution/operators/inequal.cc @@ -3,7 +3,7 @@ // // 2014-04-15 Ulrich Drepper // -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/ext/random/uniform_on_sphere_distribution/operators/serialize.cc b/libstdc++-v3/testsuite/ext/random/uniform_on_sphere_distribution/operators/serialize.cc index 1157e3129568..564347aa1425 100644 --- a/libstdc++-v3/testsuite/ext/random/uniform_on_sphere_distribution/operators/serialize.cc +++ b/libstdc++-v3/testsuite/ext/random/uniform_on_sphere_distribution/operators/serialize.cc @@ -3,7 +3,7 @@ // // 2014-04-15 Ulrich Drepper // -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/ext/random/von_mises_distribution/cons/default.cc b/libstdc++-v3/testsuite/ext/random/von_mises_distribution/cons/default.cc index 022e51e4fe48..bbf2dfb2eb65 100644 --- a/libstdc++-v3/testsuite/ext/random/von_mises_distribution/cons/default.cc +++ b/libstdc++-v3/testsuite/ext/random/von_mises_distribution/cons/default.cc @@ -4,7 +4,7 @@ // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // 2013-03-02 Ulrich Drepper // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/ext/random/von_mises_distribution/cons/parms.cc b/libstdc++-v3/testsuite/ext/random/von_mises_distribution/cons/parms.cc index aee72f91bbc2..79e443313348 100644 --- a/libstdc++-v3/testsuite/ext/random/von_mises_distribution/cons/parms.cc +++ b/libstdc++-v3/testsuite/ext/random/von_mises_distribution/cons/parms.cc @@ -4,7 +4,7 @@ // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // 2013-03-02 Ulrich Drepper // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/ext/random/von_mises_distribution/operators/equal.cc b/libstdc++-v3/testsuite/ext/random/von_mises_distribution/operators/equal.cc index 65fc6844462b..71f90e6fa2d1 100644 --- a/libstdc++-v3/testsuite/ext/random/von_mises_distribution/operators/equal.cc +++ b/libstdc++-v3/testsuite/ext/random/von_mises_distribution/operators/equal.cc @@ -4,7 +4,7 @@ // 2010-03-16 Paolo Carlini // 2013-03-02 Ulrich Drepper // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/ext/random/von_mises_distribution/operators/inequal.cc b/libstdc++-v3/testsuite/ext/random/von_mises_distribution/operators/inequal.cc index cf19415555f7..71d1cb9d072c 100644 --- a/libstdc++-v3/testsuite/ext/random/von_mises_distribution/operators/inequal.cc +++ b/libstdc++-v3/testsuite/ext/random/von_mises_distribution/operators/inequal.cc @@ -4,7 +4,7 @@ // 2010-03-16 Paolo Carlini // 2013-03-02 Ulrich Drepper // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/ext/random/von_mises_distribution/operators/serialize.cc b/libstdc++-v3/testsuite/ext/random/von_mises_distribution/operators/serialize.cc index 155bff613c99..720f043dbea8 100644 --- a/libstdc++-v3/testsuite/ext/random/von_mises_distribution/operators/serialize.cc +++ b/libstdc++-v3/testsuite/ext/random/von_mises_distribution/operators/serialize.cc @@ -4,7 +4,7 @@ // 2009-08-14 Edward M. Smith-Rowland <3dw4rd@verizon.net> // 2013-03-02 Ulrich Drepper // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/ext/random/von_mises_distribution/requirements/explicit_instantiation/1.cc b/libstdc++-v3/testsuite/ext/random/von_mises_distribution/requirements/explicit_instantiation/1.cc index 2ec4560ca1da..6cbd7aadc181 100644 --- a/libstdc++-v3/testsuite/ext/random/von_mises_distribution/requirements/explicit_instantiation/1.cc +++ b/libstdc++-v3/testsuite/ext/random/von_mises_distribution/requirements/explicit_instantiation/1.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-require-cstdint "" } // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/ext/random/von_mises_distribution/requirements/typedefs.cc b/libstdc++-v3/testsuite/ext/random/von_mises_distribution/requirements/typedefs.cc index 3415c3b2e5fa..2aa5f5ce50d1 100644 --- a/libstdc++-v3/testsuite/ext/random/von_mises_distribution/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/ext/random/von_mises_distribution/requirements/typedefs.cc @@ -4,7 +4,7 @@ // 2008-11-24 Edward M. Smith-Rowland <3dw4rd@verizon.net> // 2013-03-02 Ulrich Drepper // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/ext/rope/1.cc b/libstdc++-v3/testsuite/ext/rope/1.cc index 5bf04ccce145..9f63acddbd70 100644 --- a/libstdc++-v3/testsuite/ext/rope/1.cc +++ b/libstdc++-v3/testsuite/ext/rope/1.cc @@ -1,6 +1,6 @@ // 2001-10-03 From: Dimitris Vyzovitis -// Copyright (C) 2001-2016 Free Software Foundation, Inc. +// Copyright (C) 2001-2017 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/ext/rope/2.cc b/libstdc++-v3/testsuite/ext/rope/2.cc index 374472376231..ae818a043bfb 100644 --- a/libstdc++-v3/testsuite/ext/rope/2.cc +++ b/libstdc++-v3/testsuite/ext/rope/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/ext/rope/3.cc b/libstdc++-v3/testsuite/ext/rope/3.cc index 4277dfab8a75..a65ef7a99271 100644 --- a/libstdc++-v3/testsuite/ext/rope/3.cc +++ b/libstdc++-v3/testsuite/ext/rope/3.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/ext/rope/36832.cc b/libstdc++-v3/testsuite/ext/rope/36832.cc index 33d543a6e9d8..51923ccf7883 100644 --- a/libstdc++-v3/testsuite/ext/rope/36832.cc +++ b/libstdc++-v3/testsuite/ext/rope/36832.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/ext/rope/4.cc b/libstdc++-v3/testsuite/ext/rope/4.cc index 39ef43445be7..902a7fdef747 100644 --- a/libstdc++-v3/testsuite/ext/rope/4.cc +++ b/libstdc++-v3/testsuite/ext/rope/4.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/ext/rope/40299.cc b/libstdc++-v3/testsuite/ext/rope/40299.cc index ebd46a4f26a9..f272bdc71b66 100644 --- a/libstdc++-v3/testsuite/ext/rope/40299.cc +++ b/libstdc++-v3/testsuite/ext/rope/40299.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/ext/rope/44708.cc b/libstdc++-v3/testsuite/ext/rope/44708.cc index 4d3d9db57359..f35ed5302864 100644 --- a/libstdc++-v3/testsuite/ext/rope/44708.cc +++ b/libstdc++-v3/testsuite/ext/rope/44708.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/ext/rope/44963.cc b/libstdc++-v3/testsuite/ext/rope/44963.cc index 2bee89306971..c62a77617e04 100644 --- a/libstdc++-v3/testsuite/ext/rope/44963.cc +++ b/libstdc++-v3/testsuite/ext/rope/44963.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/ext/rope/5.cc b/libstdc++-v3/testsuite/ext/rope/5.cc index 18eb415f4cb1..47f91c6e16a4 100644 --- a/libstdc++-v3/testsuite/ext/rope/5.cc +++ b/libstdc++-v3/testsuite/ext/rope/5.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/ext/rope/6.cc b/libstdc++-v3/testsuite/ext/rope/6.cc index 77fdc0a4fa15..7ed80c208b73 100644 --- a/libstdc++-v3/testsuite/ext/rope/6.cc +++ b/libstdc++-v3/testsuite/ext/rope/6.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/ext/rope/61946.cc b/libstdc++-v3/testsuite/ext/rope/61946.cc index e078f31f5120..d368600a410c 100644 --- a/libstdc++-v3/testsuite/ext/rope/61946.cc +++ b/libstdc++-v3/testsuite/ext/rope/61946.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/ext/rope/pthread7-rope.cc b/libstdc++-v3/testsuite/ext/rope/pthread7-rope.cc index 068f02328dd0..5c52567d8b62 100644 --- a/libstdc++-v3/testsuite/ext/rope/pthread7-rope.cc +++ b/libstdc++-v3/testsuite/ext/rope/pthread7-rope.cc @@ -1,6 +1,6 @@ // 2003-05-03 Loren J. Rittle // -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/ext/slist/23781_neg.cc b/libstdc++-v3/testsuite/ext/slist/23781_neg.cc index de9953de9ef5..1197c1a9db44 100644 --- a/libstdc++-v3/testsuite/ext/slist/23781_neg.cc +++ b/libstdc++-v3/testsuite/ext/slist/23781_neg.cc @@ -1,6 +1,6 @@ // 2005-09-10 Paolo Carlini // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/ext/slist/check_construct_destroy.cc b/libstdc++-v3/testsuite/ext/slist/check_construct_destroy.cc index a5576dbf2fb1..7b5d4deec112 100644 --- a/libstdc++-v3/testsuite/ext/slist/check_construct_destroy.cc +++ b/libstdc++-v3/testsuite/ext/slist/check_construct_destroy.cc @@ -1,6 +1,6 @@ // 2004-07-26 Matt Austern // -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/ext/slist/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/ext/slist/requirements/explicit_instantiation.cc index 9b7cdbe7a244..39b32a70fa5f 100644 --- a/libstdc++-v3/testsuite/ext/slist/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/ext/slist/requirements/explicit_instantiation.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/ext/special_functions/conf_hyperg/check_nan.cc b/libstdc++-v3/testsuite/ext/special_functions/conf_hyperg/check_nan.cc index bffdb4e13d0b..0adcc3cea26c 100644 --- a/libstdc++-v3/testsuite/ext/special_functions/conf_hyperg/check_nan.cc +++ b/libstdc++-v3/testsuite/ext/special_functions/conf_hyperg/check_nan.cc @@ -3,7 +3,7 @@ // { dg-add-options ieee } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/ext/special_functions/conf_hyperg/check_value.cc b/libstdc++-v3/testsuite/ext/special_functions/conf_hyperg/check_value.cc index b1001642ddd4..d35e2ae9e2e7 100644 --- a/libstdc++-v3/testsuite/ext/special_functions/conf_hyperg/check_value.cc +++ b/libstdc++-v3/testsuite/ext/special_functions/conf_hyperg/check_value.cc @@ -1,7 +1,7 @@ // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // { dg-do run { target c++11 } } // -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/ext/special_functions/conf_hyperg/compile.cc b/libstdc++-v3/testsuite/ext/special_functions/conf_hyperg/compile.cc index 36f9a2cc4a90..727a41a76f57 100644 --- a/libstdc++-v3/testsuite/ext/special_functions/conf_hyperg/compile.cc +++ b/libstdc++-v3/testsuite/ext/special_functions/conf_hyperg/compile.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/ext/special_functions/hyperg/check_nan.cc b/libstdc++-v3/testsuite/ext/special_functions/hyperg/check_nan.cc index 7127096f5c3f..ff184b7b26c1 100644 --- a/libstdc++-v3/testsuite/ext/special_functions/hyperg/check_nan.cc +++ b/libstdc++-v3/testsuite/ext/special_functions/hyperg/check_nan.cc @@ -3,7 +3,7 @@ // { dg-add-options ieee } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/ext/special_functions/hyperg/check_value.cc b/libstdc++-v3/testsuite/ext/special_functions/hyperg/check_value.cc index e605b619aee2..e526f1d2e99d 100644 --- a/libstdc++-v3/testsuite/ext/special_functions/hyperg/check_value.cc +++ b/libstdc++-v3/testsuite/ext/special_functions/hyperg/check_value.cc @@ -2,7 +2,7 @@ // { dg-additional-options "-ffloat-store" { target { m68*-*-* || ia32 } } } // { dg-do run { target c++11 } } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/ext/special_functions/hyperg/compile.cc b/libstdc++-v3/testsuite/ext/special_functions/hyperg/compile.cc index 3748f6ebd3e2..51007326dabc 100644 --- a/libstdc++-v3/testsuite/ext/special_functions/hyperg/compile.cc +++ b/libstdc++-v3/testsuite/ext/special_functions/hyperg/compile.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/ext/stdio_filebuf/char/10063-1.cc b/libstdc++-v3/testsuite/ext/stdio_filebuf/char/10063-1.cc index ce9668461af7..00114d299ddc 100644 --- a/libstdc++-v3/testsuite/ext/stdio_filebuf/char/10063-1.cc +++ b/libstdc++-v3/testsuite/ext/stdio_filebuf/char/10063-1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/ext/stdio_filebuf/char/10063-2.cc b/libstdc++-v3/testsuite/ext/stdio_filebuf/char/10063-2.cc index 35dee4e04c87..55c7990f045c 100644 --- a/libstdc++-v3/testsuite/ext/stdio_filebuf/char/10063-2.cc +++ b/libstdc++-v3/testsuite/ext/stdio_filebuf/char/10063-2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/ext/stdio_filebuf/char/10063-3.cc b/libstdc++-v3/testsuite/ext/stdio_filebuf/char/10063-3.cc index b4d5d02c1885..5235300a3179 100644 --- a/libstdc++-v3/testsuite/ext/stdio_filebuf/char/10063-3.cc +++ b/libstdc++-v3/testsuite/ext/stdio_filebuf/char/10063-3.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/ext/stdio_filebuf/char/2.cc b/libstdc++-v3/testsuite/ext/stdio_filebuf/char/2.cc index 0f35ee4d6e41..44515327ed79 100644 --- a/libstdc++-v3/testsuite/ext/stdio_filebuf/char/2.cc +++ b/libstdc++-v3/testsuite/ext/stdio_filebuf/char/2.cc @@ -1,6 +1,6 @@ // 2003-04-12 Paolo Carlini -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/ext/stdio_filebuf/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/ext/stdio_filebuf/requirements/explicit_instantiation.cc index b659cabe146e..960f92131b8b 100644 --- a/libstdc++-v3/testsuite/ext/stdio_filebuf/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/ext/stdio_filebuf/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // 2003-02-11 Paolo Carlini -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/ext/stdio_sync_filebuf/char/1.cc b/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/char/1.cc index 00269941bb27..2536d840432a 100644 --- a/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/char/1.cc +++ b/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/char/1.cc @@ -1,6 +1,6 @@ // 2003-05-01 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/ext/stdio_sync_filebuf/char/12048-1.cc b/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/char/12048-1.cc index 69156faef16c..188b4fc7e383 100644 --- a/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/char/12048-1.cc +++ b/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/char/12048-1.cc @@ -1,6 +1,6 @@ // 2003-05-01 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/ext/stdio_sync_filebuf/char/12048-2.cc b/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/char/12048-2.cc index 6f9ad6910e6a..39914141b866 100644 --- a/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/char/12048-2.cc +++ b/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/char/12048-2.cc @@ -1,6 +1,6 @@ // 2003-05-01 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/ext/stdio_sync_filebuf/char/12048-3.cc b/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/char/12048-3.cc index 943977d5f435..da4a0846494c 100644 --- a/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/char/12048-3.cc +++ b/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/char/12048-3.cc @@ -1,6 +1,6 @@ // 2003-05-01 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/ext/stdio_sync_filebuf/char/12048-4.cc b/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/char/12048-4.cc index 309f40a75821..a4022c625d0d 100644 --- a/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/char/12048-4.cc +++ b/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/char/12048-4.cc @@ -1,6 +1,6 @@ // 2003-05-01 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/ext/stdio_sync_filebuf/char/35209.cc b/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/char/35209.cc index 203c6212ab91..033039d0c466 100644 --- a/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/char/35209.cc +++ b/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/char/35209.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/ext/stdio_sync_filebuf/wchar_t/1.cc b/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/wchar_t/1.cc index 08d2c0584d46..9177fcc08eb7 100644 --- a/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/wchar_t/1.cc @@ -1,6 +1,6 @@ // 2003-05-01 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/ext/stdio_sync_filebuf/wchar_t/12077.cc b/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/wchar_t/12077.cc index 23e3a5e336db..fe47b49886b1 100644 --- a/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/wchar_t/12077.cc +++ b/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/wchar_t/12077.cc @@ -1,6 +1,6 @@ // { dg-require-namedlocale "is_IS.UTF-8" } -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/ext/stdio_sync_filebuf/wchar_t/12948-1.cc b/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/wchar_t/12948-1.cc index e6f93ab4a96f..a3a21c42dfb3 100644 --- a/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/wchar_t/12948-1.cc +++ b/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/wchar_t/12948-1.cc @@ -1,6 +1,6 @@ // 2003-05-01 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/ext/stdio_sync_filebuf/wchar_t/12948-2.cc b/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/wchar_t/12948-2.cc index a7ffdb2636b0..3dc34511f443 100644 --- a/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/wchar_t/12948-2.cc +++ b/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/wchar_t/12948-2.cc @@ -1,6 +1,6 @@ // 2003-05-01 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/ext/stdio_sync_filebuf/wchar_t/12948-3.cc b/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/wchar_t/12948-3.cc index de79ded78a76..eaa0491211e9 100644 --- a/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/wchar_t/12948-3.cc +++ b/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/wchar_t/12948-3.cc @@ -1,6 +1,6 @@ // 2003-05-01 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/ext/stdio_sync_filebuf/wchar_t/12948-4.cc b/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/wchar_t/12948-4.cc index e6d79361550c..f18f719b0914 100644 --- a/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/wchar_t/12948-4.cc +++ b/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/wchar_t/12948-4.cc @@ -1,6 +1,6 @@ // 2003-05-01 Petur Runolfsson -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/ext/stdio_sync_filebuf/wchar_t/35209.cc b/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/wchar_t/35209.cc index 0a8eaf627b15..8c0eb823490c 100644 --- a/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/wchar_t/35209.cc +++ b/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/wchar_t/35209.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/ext/throw_allocator/check_allocate_max_size.cc b/libstdc++-v3/testsuite/ext/throw_allocator/check_allocate_max_size.cc index 3e40d3729edf..21bedca27f99 100644 --- a/libstdc++-v3/testsuite/ext/throw_allocator/check_allocate_max_size.cc +++ b/libstdc++-v3/testsuite/ext/throw_allocator/check_allocate_max_size.cc @@ -1,5 +1,5 @@ // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/ext/throw_allocator/check_deallocate_null.cc b/libstdc++-v3/testsuite/ext/throw_allocator/check_deallocate_null.cc index f798ed687f6a..5d03991f1d96 100644 --- a/libstdc++-v3/testsuite/ext/throw_allocator/check_deallocate_null.cc +++ b/libstdc++-v3/testsuite/ext/throw_allocator/check_deallocate_null.cc @@ -1,5 +1,5 @@ // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/ext/throw_allocator/check_delete.cc b/libstdc++-v3/testsuite/ext/throw_allocator/check_delete.cc index 0a5de1adc3f9..f99ec7174276 100644 --- a/libstdc++-v3/testsuite/ext/throw_allocator/check_delete.cc +++ b/libstdc++-v3/testsuite/ext/throw_allocator/check_delete.cc @@ -1,5 +1,5 @@ // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/ext/throw_allocator/check_new.cc b/libstdc++-v3/testsuite/ext/throw_allocator/check_new.cc index 3ae0e3cb8c71..c961d2b29437 100644 --- a/libstdc++-v3/testsuite/ext/throw_allocator/check_new.cc +++ b/libstdc++-v3/testsuite/ext/throw_allocator/check_new.cc @@ -1,5 +1,5 @@ // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/ext/throw_allocator/deallocate_global.cc b/libstdc++-v3/testsuite/ext/throw_allocator/deallocate_global.cc index 272fb8e2e9ec..0f344ea6594d 100644 --- a/libstdc++-v3/testsuite/ext/throw_allocator/deallocate_global.cc +++ b/libstdc++-v3/testsuite/ext/throw_allocator/deallocate_global.cc @@ -1,7 +1,7 @@ // { dg-require-cxa-atexit "" } // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/ext/throw_allocator/deallocate_local.cc b/libstdc++-v3/testsuite/ext/throw_allocator/deallocate_local.cc index 55dd23808d80..baded8e883c4 100644 --- a/libstdc++-v3/testsuite/ext/throw_allocator/deallocate_local.cc +++ b/libstdc++-v3/testsuite/ext/throw_allocator/deallocate_local.cc @@ -1,5 +1,5 @@ // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/ext/throw_allocator/explicit_instantiation.cc b/libstdc++-v3/testsuite/ext/throw_allocator/explicit_instantiation.cc index b28f8cb76688..c8cfc93ab9d4 100644 --- a/libstdc++-v3/testsuite/ext/throw_allocator/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/ext/throw_allocator/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/ext/throw_allocator/variadic_construct.cc b/libstdc++-v3/testsuite/ext/throw_allocator/variadic_construct.cc index 60fc96bd2619..642ca9f70879 100644 --- a/libstdc++-v3/testsuite/ext/throw_allocator/variadic_construct.cc +++ b/libstdc++-v3/testsuite/ext/throw_allocator/variadic_construct.cc @@ -2,7 +2,7 @@ // 2007-10-26 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/ext/throw_value/cons.cc b/libstdc++-v3/testsuite/ext/throw_value/cons.cc index 04ff9cefdece..3fc8d4dfae04 100644 --- a/libstdc++-v3/testsuite/ext/throw_value/cons.cc +++ b/libstdc++-v3/testsuite/ext/throw_value/cons.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/ext/type_traits/add_unsigned.cc b/libstdc++-v3/testsuite/ext/type_traits/add_unsigned.cc index 0825e2fa68f7..81423a8ae751 100644 --- a/libstdc++-v3/testsuite/ext/type_traits/add_unsigned.cc +++ b/libstdc++-v3/testsuite/ext/type_traits/add_unsigned.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/ext/type_traits/add_unsigned_floating_neg.cc b/libstdc++-v3/testsuite/ext/type_traits/add_unsigned_floating_neg.cc index 09d2c7c41a42..fa567a1a7253 100644 --- a/libstdc++-v3/testsuite/ext/type_traits/add_unsigned_floating_neg.cc +++ b/libstdc++-v3/testsuite/ext/type_traits/add_unsigned_floating_neg.cc @@ -1,7 +1,7 @@ // { dg-do compile } // -*- C++ -*- -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/ext/type_traits/add_unsigned_integer_neg.cc b/libstdc++-v3/testsuite/ext/type_traits/add_unsigned_integer_neg.cc index 567684ee958f..4f27f2eb01b9 100644 --- a/libstdc++-v3/testsuite/ext/type_traits/add_unsigned_integer_neg.cc +++ b/libstdc++-v3/testsuite/ext/type_traits/add_unsigned_integer_neg.cc @@ -1,7 +1,7 @@ // { dg-do compile } // -*- C++ -*- -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/ext/type_traits/remove_unsigned.cc b/libstdc++-v3/testsuite/ext/type_traits/remove_unsigned.cc index 013c5490404a..1debf512a9b6 100644 --- a/libstdc++-v3/testsuite/ext/type_traits/remove_unsigned.cc +++ b/libstdc++-v3/testsuite/ext/type_traits/remove_unsigned.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/ext/type_traits/remove_unsigned_floating_neg.cc b/libstdc++-v3/testsuite/ext/type_traits/remove_unsigned_floating_neg.cc index c946a4f0ad6f..758120bd99ff 100644 --- a/libstdc++-v3/testsuite/ext/type_traits/remove_unsigned_floating_neg.cc +++ b/libstdc++-v3/testsuite/ext/type_traits/remove_unsigned_floating_neg.cc @@ -1,7 +1,7 @@ // { dg-do compile } // -*- C++ -*- -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/ext/type_traits/remove_unsigned_integer_neg.cc b/libstdc++-v3/testsuite/ext/type_traits/remove_unsigned_integer_neg.cc index a2cc4c768c24..8e39731a0705 100644 --- a/libstdc++-v3/testsuite/ext/type_traits/remove_unsigned_integer_neg.cc +++ b/libstdc++-v3/testsuite/ext/type_traits/remove_unsigned_integer_neg.cc @@ -1,7 +1,7 @@ // { dg-do compile } // -*- C++ -*- -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/ext/vstring/capacity/29134.cc b/libstdc++-v3/testsuite/ext/vstring/capacity/29134.cc index 779ab8523ca2..ea1c01ab1ba5 100644 --- a/libstdc++-v3/testsuite/ext/vstring/capacity/29134.cc +++ b/libstdc++-v3/testsuite/ext/vstring/capacity/29134.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/ext/vstring/capacity/shrink_to_fit.cc b/libstdc++-v3/testsuite/ext/vstring/capacity/shrink_to_fit.cc index 604802f9cb31..8e0cf98c8173 100644 --- a/libstdc++-v3/testsuite/ext/vstring/capacity/shrink_to_fit.cc +++ b/libstdc++-v3/testsuite/ext/vstring/capacity/shrink_to_fit.cc @@ -2,7 +2,7 @@ // 2010-01-08 Paolo Carlini -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/ext/vstring/cons/58415-1.cc b/libstdc++-v3/testsuite/ext/vstring/cons/58415-1.cc index bad61125a526..b793d7de47a4 100644 --- a/libstdc++-v3/testsuite/ext/vstring/cons/58415-1.cc +++ b/libstdc++-v3/testsuite/ext/vstring/cons/58415-1.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-string-conversions "" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/ext/vstring/cons/58415-2.cc b/libstdc++-v3/testsuite/ext/vstring/cons/58415-2.cc index c37ce025117a..d53954b1490c 100644 --- a/libstdc++-v3/testsuite/ext/vstring/cons/58415-2.cc +++ b/libstdc++-v3/testsuite/ext/vstring/cons/58415-2.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-string-conversions "" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/ext/vstring/cons/moveable.cc b/libstdc++-v3/testsuite/ext/vstring/cons/moveable.cc index 289735cbfcd9..343409cedbe2 100644 --- a/libstdc++-v3/testsuite/ext/vstring/cons/moveable.cc +++ b/libstdc++-v3/testsuite/ext/vstring/cons/moveable.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-string-conversions "" } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/ext/vstring/cons/noexcept_move_construct.cc b/libstdc++-v3/testsuite/ext/vstring/cons/noexcept_move_construct.cc index 836099dd5554..444c59815b98 100644 --- a/libstdc++-v3/testsuite/ext/vstring/cons/noexcept_move_construct.cc +++ b/libstdc++-v3/testsuite/ext/vstring/cons/noexcept_move_construct.cc @@ -2,7 +2,7 @@ // 2011-06-01 Paolo Carlini // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/ext/vstring/element_access/char/58163.cc b/libstdc++-v3/testsuite/ext/vstring/element_access/char/58163.cc index 372861fb0fde..075b8a7009f6 100644 --- a/libstdc++-v3/testsuite/ext/vstring/element_access/char/58163.cc +++ b/libstdc++-v3/testsuite/ext/vstring/element_access/char/58163.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/ext/vstring/element_access/char/front_back.cc b/libstdc++-v3/testsuite/ext/vstring/element_access/char/front_back.cc index 86765a08c68d..dd54f03136e9 100644 --- a/libstdc++-v3/testsuite/ext/vstring/element_access/char/front_back.cc +++ b/libstdc++-v3/testsuite/ext/vstring/element_access/char/front_back.cc @@ -3,7 +3,7 @@ // 2007-10-16 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/ext/vstring/element_access/wchar_t/58163.cc b/libstdc++-v3/testsuite/ext/vstring/element_access/wchar_t/58163.cc index ff7890c0d078..88c6becb440a 100644 --- a/libstdc++-v3/testsuite/ext/vstring/element_access/wchar_t/58163.cc +++ b/libstdc++-v3/testsuite/ext/vstring/element_access/wchar_t/58163.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/ext/vstring/element_access/wchar_t/front_back.cc b/libstdc++-v3/testsuite/ext/vstring/element_access/wchar_t/front_back.cc index ed26bb0e03b2..c6b38a38b2b4 100644 --- a/libstdc++-v3/testsuite/ext/vstring/element_access/wchar_t/front_back.cc +++ b/libstdc++-v3/testsuite/ext/vstring/element_access/wchar_t/front_back.cc @@ -3,7 +3,7 @@ // 2007-10-16 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/ext/vstring/hash/char/1.cc b/libstdc++-v3/testsuite/ext/vstring/hash/char/1.cc index 93caa1239a9c..c48c372b6b87 100644 --- a/libstdc++-v3/testsuite/ext/vstring/hash/char/1.cc +++ b/libstdc++-v3/testsuite/ext/vstring/hash/char/1.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-string-conversions "" } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/ext/vstring/hash/wchar_t/1.cc b/libstdc++-v3/testsuite/ext/vstring/hash/wchar_t/1.cc index 392f5ab6ce6d..770c8a226ff3 100644 --- a/libstdc++-v3/testsuite/ext/vstring/hash/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/ext/vstring/hash/wchar_t/1.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-string-conversions "" } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/ext/vstring/init-list.cc b/libstdc++-v3/testsuite/ext/vstring/init-list.cc index 41ef3b37e88e..a4cc16412827 100644 --- a/libstdc++-v3/testsuite/ext/vstring/init-list.cc +++ b/libstdc++-v3/testsuite/ext/vstring/init-list.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/ext/vstring/inserters_extractors/char/28277.cc b/libstdc++-v3/testsuite/ext/vstring/inserters_extractors/char/28277.cc index fa26196cf2c0..59a19111a376 100644 --- a/libstdc++-v3/testsuite/ext/vstring/inserters_extractors/char/28277.cc +++ b/libstdc++-v3/testsuite/ext/vstring/inserters_extractors/char/28277.cc @@ -1,6 +1,6 @@ // 2007-04-09 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/ext/vstring/inserters_extractors/wchar_t/28277.cc b/libstdc++-v3/testsuite/ext/vstring/inserters_extractors/wchar_t/28277.cc index aa8c0d757c5d..628e79ab90a5 100644 --- a/libstdc++-v3/testsuite/ext/vstring/inserters_extractors/wchar_t/28277.cc +++ b/libstdc++-v3/testsuite/ext/vstring/inserters_extractors/wchar_t/28277.cc @@ -1,6 +1,6 @@ // 2007-04-09 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/ext/vstring/modifiers/assign/move_assign.cc b/libstdc++-v3/testsuite/ext/vstring/modifiers/assign/move_assign.cc index 73a6559f3223..13feae23a545 100644 --- a/libstdc++-v3/testsuite/ext/vstring/modifiers/assign/move_assign.cc +++ b/libstdc++-v3/testsuite/ext/vstring/modifiers/assign/move_assign.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-require-string-conversions "" } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/ext/vstring/modifiers/clear/56166.cc b/libstdc++-v3/testsuite/ext/vstring/modifiers/clear/56166.cc index 109e6227372d..96efa95d0d42 100644 --- a/libstdc++-v3/testsuite/ext/vstring/modifiers/clear/56166.cc +++ b/libstdc++-v3/testsuite/ext/vstring/modifiers/clear/56166.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/ext/vstring/modifiers/erase/char/54577.cc b/libstdc++-v3/testsuite/ext/vstring/modifiers/erase/char/54577.cc index 3642019ec851..4251d473baca 100644 --- a/libstdc++-v3/testsuite/ext/vstring/modifiers/erase/char/54577.cc +++ b/libstdc++-v3/testsuite/ext/vstring/modifiers/erase/char/54577.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/ext/vstring/modifiers/erase/wchar_t/54577.cc b/libstdc++-v3/testsuite/ext/vstring/modifiers/erase/wchar_t/54577.cc index dc83391d4fe9..8ec008e83e59 100644 --- a/libstdc++-v3/testsuite/ext/vstring/modifiers/erase/wchar_t/54577.cc +++ b/libstdc++-v3/testsuite/ext/vstring/modifiers/erase/wchar_t/54577.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/ext/vstring/modifiers/insert/char/const_iterator.cc b/libstdc++-v3/testsuite/ext/vstring/modifiers/insert/char/const_iterator.cc index 785abb326ce5..399a89220f2e 100644 --- a/libstdc++-v3/testsuite/ext/vstring/modifiers/insert/char/const_iterator.cc +++ b/libstdc++-v3/testsuite/ext/vstring/modifiers/insert/char/const_iterator.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/ext/vstring/modifiers/insert/wchar_t/const_iterator.cc b/libstdc++-v3/testsuite/ext/vstring/modifiers/insert/wchar_t/const_iterator.cc index cd111851f4c8..abcfb0301865 100644 --- a/libstdc++-v3/testsuite/ext/vstring/modifiers/insert/wchar_t/const_iterator.cc +++ b/libstdc++-v3/testsuite/ext/vstring/modifiers/insert/wchar_t/const_iterator.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/ext/vstring/modifiers/pop_back/char/1.cc b/libstdc++-v3/testsuite/ext/vstring/modifiers/pop_back/char/1.cc index eec61b243f94..fb26d2883c73 100644 --- a/libstdc++-v3/testsuite/ext/vstring/modifiers/pop_back/char/1.cc +++ b/libstdc++-v3/testsuite/ext/vstring/modifiers/pop_back/char/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/ext/vstring/modifiers/pop_back/wchar_t/1.cc b/libstdc++-v3/testsuite/ext/vstring/modifiers/pop_back/wchar_t/1.cc index 9a2127f88442..5870133d1083 100644 --- a/libstdc++-v3/testsuite/ext/vstring/modifiers/pop_back/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/ext/vstring/modifiers/pop_back/wchar_t/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/ext/vstring/modifiers/replace/char/const_iterator.cc b/libstdc++-v3/testsuite/ext/vstring/modifiers/replace/char/const_iterator.cc index 50758bcb1f4d..c2d2f858be16 100644 --- a/libstdc++-v3/testsuite/ext/vstring/modifiers/replace/char/const_iterator.cc +++ b/libstdc++-v3/testsuite/ext/vstring/modifiers/replace/char/const_iterator.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/ext/vstring/modifiers/replace/wchar_t/const_iterator.cc b/libstdc++-v3/testsuite/ext/vstring/modifiers/replace/wchar_t/const_iterator.cc index 3782a7a56ba2..57d72a9a9375 100644 --- a/libstdc++-v3/testsuite/ext/vstring/modifiers/replace/wchar_t/const_iterator.cc +++ b/libstdc++-v3/testsuite/ext/vstring/modifiers/replace/wchar_t/const_iterator.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/ext/vstring/operators/1.cc b/libstdc++-v3/testsuite/ext/vstring/operators/1.cc index b5b4da380b47..6407619b17ac 100644 --- a/libstdc++-v3/testsuite/ext/vstring/operators/1.cc +++ b/libstdc++-v3/testsuite/ext/vstring/operators/1.cc @@ -1,6 +1,6 @@ // 2010-12-15 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/ext/vstring/operators/2.cc b/libstdc++-v3/testsuite/ext/vstring/operators/2.cc index 8196b4feff53..56167117272a 100644 --- a/libstdc++-v3/testsuite/ext/vstring/operators/2.cc +++ b/libstdc++-v3/testsuite/ext/vstring/operators/2.cc @@ -1,6 +1,6 @@ // 2010-12-19 Paolo Carlini // -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/ext/vstring/range_access.cc b/libstdc++-v3/testsuite/ext/vstring/range_access.cc index f90ea1d3bd4d..30533a37dfeb 100644 --- a/libstdc++-v3/testsuite/ext/vstring/range_access.cc +++ b/libstdc++-v3/testsuite/ext/vstring/range_access.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/ext/vstring/requirements/citerators.cc b/libstdc++-v3/testsuite/ext/vstring/requirements/citerators.cc index 7f9a8b6c5648..7600e7cffe76 100644 --- a/libstdc++-v3/testsuite/ext/vstring/requirements/citerators.cc +++ b/libstdc++-v3/testsuite/ext/vstring/requirements/citerators.cc @@ -3,7 +3,7 @@ // 2007-10-15 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/ext/vstring/requirements/do_the_right_thing.cc b/libstdc++-v3/testsuite/ext/vstring/requirements/do_the_right_thing.cc index 04d8b1a285db..995b57d69f5a 100644 --- a/libstdc++-v3/testsuite/ext/vstring/requirements/do_the_right_thing.cc +++ b/libstdc++-v3/testsuite/ext/vstring/requirements/do_the_right_thing.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/ext/vstring/requirements/dr438/constructor.cc b/libstdc++-v3/testsuite/ext/vstring/requirements/dr438/constructor.cc index 75dd1b9cbbe1..bd0b8b4e2b84 100644 --- a/libstdc++-v3/testsuite/ext/vstring/requirements/dr438/constructor.cc +++ b/libstdc++-v3/testsuite/ext/vstring/requirements/dr438/constructor.cc @@ -1,6 +1,6 @@ // 2007-04-27 Paolo Carlini -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/ext/vstring/requirements/exception/basic.cc b/libstdc++-v3/testsuite/ext/vstring/requirements/exception/basic.cc index 44cde5fafe1c..4e7a61501708 100644 --- a/libstdc++-v3/testsuite/ext/vstring/requirements/exception/basic.cc +++ b/libstdc++-v3/testsuite/ext/vstring/requirements/exception/basic.cc @@ -3,7 +3,7 @@ // 2009-11-10 Benjamin Kosnik -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/ext/vstring/requirements/exception/generation_prohibited.cc b/libstdc++-v3/testsuite/ext/vstring/requirements/exception/generation_prohibited.cc index 31b8ac9847b5..860b3918d83a 100644 --- a/libstdc++-v3/testsuite/ext/vstring/requirements/exception/generation_prohibited.cc +++ b/libstdc++-v3/testsuite/ext/vstring/requirements/exception/generation_prohibited.cc @@ -3,7 +3,7 @@ // 2009-09-14 Benjamin Kosnik -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/ext/vstring/requirements/exception/propagation_consistent.cc b/libstdc++-v3/testsuite/ext/vstring/requirements/exception/propagation_consistent.cc index 589ae24a86ac..c50d67ef951f 100644 --- a/libstdc++-v3/testsuite/ext/vstring/requirements/exception/propagation_consistent.cc +++ b/libstdc++-v3/testsuite/ext/vstring/requirements/exception/propagation_consistent.cc @@ -3,7 +3,7 @@ // 2009-09-14 Benjamin Kosnik -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/ext/vstring/requirements/explicit_instantiation/1.cc b/libstdc++-v3/testsuite/ext/vstring/requirements/explicit_instantiation/1.cc index 4278e570f9c7..d1d70df2af91 100644 --- a/libstdc++-v3/testsuite/ext/vstring/requirements/explicit_instantiation/1.cc +++ b/libstdc++-v3/testsuite/ext/vstring/requirements/explicit_instantiation/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/ext/vstring/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/ext/vstring/requirements/explicit_instantiation/2.cc index a25a7300b632..e2540401f793 100644 --- a/libstdc++-v3/testsuite/ext/vstring/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/ext/vstring/requirements/explicit_instantiation/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/ext/vstring/requirements/explicit_instantiation/char/1.cc b/libstdc++-v3/testsuite/ext/vstring/requirements/explicit_instantiation/char/1.cc index 652ac443eba9..ec6f8718bb4b 100644 --- a/libstdc++-v3/testsuite/ext/vstring/requirements/explicit_instantiation/char/1.cc +++ b/libstdc++-v3/testsuite/ext/vstring/requirements/explicit_instantiation/char/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/ext/vstring/requirements/explicit_instantiation/char16_t/1.cc b/libstdc++-v3/testsuite/ext/vstring/requirements/explicit_instantiation/char16_t/1.cc index 1d94cc76bcba..705c975a6aad 100644 --- a/libstdc++-v3/testsuite/ext/vstring/requirements/explicit_instantiation/char16_t/1.cc +++ b/libstdc++-v3/testsuite/ext/vstring/requirements/explicit_instantiation/char16_t/1.cc @@ -2,7 +2,7 @@ // { dg-require-cstdint "" } // { dg-require-string-conversions "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/ext/vstring/requirements/explicit_instantiation/char32_t/1.cc b/libstdc++-v3/testsuite/ext/vstring/requirements/explicit_instantiation/char32_t/1.cc index 177f2c1def2a..e5f685bb4565 100644 --- a/libstdc++-v3/testsuite/ext/vstring/requirements/explicit_instantiation/char32_t/1.cc +++ b/libstdc++-v3/testsuite/ext/vstring/requirements/explicit_instantiation/char32_t/1.cc @@ -2,7 +2,7 @@ // { dg-require-cstdint "" } // { dg-require-string-conversions "" } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/ext/vstring/requirements/explicit_instantiation/wchar_t/1.cc b/libstdc++-v3/testsuite/ext/vstring/requirements/explicit_instantiation/wchar_t/1.cc index 4356e1024f0b..6e55071300f9 100644 --- a/libstdc++-v3/testsuite/ext/vstring/requirements/explicit_instantiation/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/ext/vstring/requirements/explicit_instantiation/wchar_t/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/ext/vstring/requirements/typedefs.cc b/libstdc++-v3/testsuite/ext/vstring/requirements/typedefs.cc index 92d02b742278..3f5e5e8f5a74 100644 --- a/libstdc++-v3/testsuite/ext/vstring/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/ext/vstring/requirements/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/ext/vstring/types/23767.cc b/libstdc++-v3/testsuite/ext/vstring/types/23767.cc index 1f2060329499..ac88da24b83c 100644 --- a/libstdc++-v3/testsuite/ext/vstring/types/23767.cc +++ b/libstdc++-v3/testsuite/ext/vstring/types/23767.cc @@ -1,6 +1,6 @@ // 2005-09-12 Paolo Carlini // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/lib/dg-options.exp b/libstdc++-v3/testsuite/lib/dg-options.exp index d726da835c03..0dbf6592c14e 100644 --- a/libstdc++-v3/testsuite/lib/dg-options.exp +++ b/libstdc++-v3/testsuite/lib/dg-options.exp @@ -1,6 +1,6 @@ # Handlers for additional dg-xxx keywords in tests. -# Copyright (C) 2004-2016 Free Software Foundation, Inc. +# Copyright (C) 2004-2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/libstdc++-v3/testsuite/lib/gdb-test.exp b/libstdc++-v3/testsuite/lib/gdb-test.exp index 3ebbf6b4d2d6..050783795c32 100644 --- a/libstdc++-v3/testsuite/lib/gdb-test.exp +++ b/libstdc++-v3/testsuite/lib/gdb-test.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 Free Software Foundation, Inc. +# Copyright (C) 2009-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/libstdc++-v3/testsuite/lib/libstdc++.exp b/libstdc++-v3/testsuite/lib/libstdc++.exp index 190f070a5d04..9f0e26b87250 100644 --- a/libstdc++-v3/testsuite/lib/libstdc++.exp +++ b/libstdc++-v3/testsuite/lib/libstdc++.exp @@ -1,6 +1,6 @@ # libstdc++ "tool init file" for DejaGNU -# Copyright (C) 2001-2016 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/libstdc++-v3/testsuite/lib/prune.exp b/libstdc++-v3/testsuite/lib/prune.exp index 8b5b42da31f0..9160ed8f251a 100644 --- a/libstdc++-v3/testsuite/lib/prune.exp +++ b/libstdc++-v3/testsuite/lib/prune.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1997-2016 Free Software Foundation, Inc. +# Copyright (C) 1997-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/libstdc++-v3/testsuite/libstdc++-abi/abi.exp b/libstdc++-v3/testsuite/libstdc++-abi/abi.exp index f75eaae5153d..1a8b8f6c8eaf 100644 --- a/libstdc++-v3/testsuite/libstdc++-abi/abi.exp +++ b/libstdc++-v3/testsuite/libstdc++-abi/abi.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2016 Free Software Foundation, Inc. +# Copyright (C) 2005-2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/libstdc++-v3/testsuite/libstdc++-dg/conformance.exp b/libstdc++-v3/testsuite/libstdc++-dg/conformance.exp index 32a38a742bf9..dc23c7791a48 100644 --- a/libstdc++-v3/testsuite/libstdc++-dg/conformance.exp +++ b/libstdc++-v3/testsuite/libstdc++-dg/conformance.exp @@ -1,6 +1,6 @@ # Functional and regression tests in C++ for libstdc++. -# Copyright (C) 2001-2016 Free Software Foundation, Inc. +# Copyright (C) 2001-2017 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/libstdc++-v3/testsuite/libstdc++-prettyprinters/48362.cc b/libstdc++-v3/testsuite/libstdc++-prettyprinters/48362.cc index e9cac87cc527..16ef07b8fb8c 100644 --- a/libstdc++-v3/testsuite/libstdc++-prettyprinters/48362.cc +++ b/libstdc++-v3/testsuite/libstdc++-prettyprinters/48362.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-options "-g -O0" } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/libstdc++-prettyprinters/59161.cc b/libstdc++-v3/testsuite/libstdc++-prettyprinters/59161.cc index d8fef27bbb5f..53c5210c36f8 100644 --- a/libstdc++-v3/testsuite/libstdc++-prettyprinters/59161.cc +++ b/libstdc++-v3/testsuite/libstdc++-prettyprinters/59161.cc @@ -1,7 +1,7 @@ // { dg-do run } // { dg-options "-g -O0" } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/libstdc++-prettyprinters/cxx11.cc b/libstdc++-v3/testsuite/libstdc++-prettyprinters/cxx11.cc index e02997a5f798..6d05ed57565c 100644 --- a/libstdc++-v3/testsuite/libstdc++-prettyprinters/cxx11.cc +++ b/libstdc++-v3/testsuite/libstdc++-prettyprinters/cxx11.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-options "-g -O0" } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/libstdc++-prettyprinters/cxx17.cc b/libstdc++-v3/testsuite/libstdc++-prettyprinters/cxx17.cc index 69c16c10e910..1df6b658ffbc 100644 --- a/libstdc++-v3/testsuite/libstdc++-prettyprinters/cxx17.cc +++ b/libstdc++-v3/testsuite/libstdc++-prettyprinters/cxx17.cc @@ -1,7 +1,7 @@ // { dg-options "-g -O0 -std=gnu++1z" } // { dg-do run { target c++1z } } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/libstdc++-prettyprinters/debug.cc b/libstdc++-v3/testsuite/libstdc++-prettyprinters/debug.cc index 833b557b4f17..7bcb5fcad98e 100644 --- a/libstdc++-v3/testsuite/libstdc++-prettyprinters/debug.cc +++ b/libstdc++-v3/testsuite/libstdc++-prettyprinters/debug.cc @@ -1,7 +1,7 @@ // { dg-do run } // { dg-options "-g -O0 -std=gnu++98" } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/libstdc++-prettyprinters/debug_cxx11.cc b/libstdc++-v3/testsuite/libstdc++-prettyprinters/debug_cxx11.cc index 27c3bbf56c9c..4fc3f04bb176 100644 --- a/libstdc++-v3/testsuite/libstdc++-prettyprinters/debug_cxx11.cc +++ b/libstdc++-v3/testsuite/libstdc++-prettyprinters/debug_cxx11.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-options "-g -O0" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/libstdc++-prettyprinters/libfundts.cc b/libstdc++-v3/testsuite/libstdc++-prettyprinters/libfundts.cc index 534c55f0509f..cc202534ff4e 100644 --- a/libstdc++-v3/testsuite/libstdc++-prettyprinters/libfundts.cc +++ b/libstdc++-v3/testsuite/libstdc++-prettyprinters/libfundts.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++14 } } // { dg-options "-g -O0" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/libstdc++-prettyprinters/prettyprinters.exp b/libstdc++-v3/testsuite/libstdc++-prettyprinters/prettyprinters.exp index cc003cddafde..2132e1f8a70e 100644 --- a/libstdc++-v3/testsuite/libstdc++-prettyprinters/prettyprinters.exp +++ b/libstdc++-v3/testsuite/libstdc++-prettyprinters/prettyprinters.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2011-2016 Free Software Foundation, Inc. +# Copyright (C) 2011-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/libstdc++-v3/testsuite/libstdc++-prettyprinters/shared_ptr.cc b/libstdc++-v3/testsuite/libstdc++-prettyprinters/shared_ptr.cc index 952886025493..b630f98c6738 100644 --- a/libstdc++-v3/testsuite/libstdc++-prettyprinters/shared_ptr.cc +++ b/libstdc++-v3/testsuite/libstdc++-prettyprinters/shared_ptr.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-options "-g -O0" } -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/libstdc++-prettyprinters/simple.cc b/libstdc++-v3/testsuite/libstdc++-prettyprinters/simple.cc index 35fbb90816bb..b47e0e73ea20 100644 --- a/libstdc++-v3/testsuite/libstdc++-prettyprinters/simple.cc +++ b/libstdc++-v3/testsuite/libstdc++-prettyprinters/simple.cc @@ -3,7 +3,7 @@ // { dg-do run } // { dg-options "-g -O0 -std=gnu++98" } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/libstdc++-prettyprinters/simple11.cc b/libstdc++-v3/testsuite/libstdc++-prettyprinters/simple11.cc index 8efe00e81348..b1c6c7a6b207 100644 --- a/libstdc++-v3/testsuite/libstdc++-prettyprinters/simple11.cc +++ b/libstdc++-v3/testsuite/libstdc++-prettyprinters/simple11.cc @@ -3,7 +3,7 @@ // { dg-do run { target c++11 } } // { dg-options "-g -O0" } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/libstdc++-prettyprinters/tr1.cc b/libstdc++-v3/testsuite/libstdc++-prettyprinters/tr1.cc index 609b1f0c6340..f4ef32e8230f 100644 --- a/libstdc++-v3/testsuite/libstdc++-prettyprinters/tr1.cc +++ b/libstdc++-v3/testsuite/libstdc++-prettyprinters/tr1.cc @@ -1,7 +1,7 @@ // { dg-do run } // { dg-options "-g" } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/libstdc++-prettyprinters/whatis.cc b/libstdc++-v3/testsuite/libstdc++-prettyprinters/whatis.cc index 3f79f92dff15..31ded8bb0473 100644 --- a/libstdc++-v3/testsuite/libstdc++-prettyprinters/whatis.cc +++ b/libstdc++-v3/testsuite/libstdc++-prettyprinters/whatis.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-options "-g -O0" } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/libstdc++-xmethods/array.cc b/libstdc++-v3/testsuite/libstdc++-xmethods/array.cc index e845ab8c0b86..cbe24711cf24 100644 --- a/libstdc++-v3/testsuite/libstdc++-xmethods/array.cc +++ b/libstdc++-v3/testsuite/libstdc++-xmethods/array.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-options "-g -O0" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/libstdc++-xmethods/associative-containers.cc b/libstdc++-v3/testsuite/libstdc++-xmethods/associative-containers.cc index 6cfe215c787d..57f5fa30e14f 100644 --- a/libstdc++-v3/testsuite/libstdc++-xmethods/associative-containers.cc +++ b/libstdc++-v3/testsuite/libstdc++-xmethods/associative-containers.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-options "-g -O0" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/libstdc++-xmethods/deque.cc b/libstdc++-v3/testsuite/libstdc++-xmethods/deque.cc index aaffea31da51..1d3e3d12c276 100644 --- a/libstdc++-v3/testsuite/libstdc++-xmethods/deque.cc +++ b/libstdc++-v3/testsuite/libstdc++-xmethods/deque.cc @@ -1,7 +1,7 @@ // { dg-do run } // { dg-options "-g -O0" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/libstdc++-xmethods/forwardlist.cc b/libstdc++-v3/testsuite/libstdc++-xmethods/forwardlist.cc index 561c491354f8..2ea7b7e97c32 100644 --- a/libstdc++-v3/testsuite/libstdc++-xmethods/forwardlist.cc +++ b/libstdc++-v3/testsuite/libstdc++-xmethods/forwardlist.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-options "-g -O0" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/libstdc++-xmethods/list.cc b/libstdc++-v3/testsuite/libstdc++-xmethods/list.cc index 8fe0ad77f58f..546446abc46d 100644 --- a/libstdc++-v3/testsuite/libstdc++-xmethods/list.cc +++ b/libstdc++-v3/testsuite/libstdc++-xmethods/list.cc @@ -1,7 +1,7 @@ // { dg-do run } // { dg-options "-g -O0" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/libstdc++-xmethods/shared_ptr.cc b/libstdc++-v3/testsuite/libstdc++-xmethods/shared_ptr.cc index c90dd01d8654..b22fb80a8243 100644 --- a/libstdc++-v3/testsuite/libstdc++-xmethods/shared_ptr.cc +++ b/libstdc++-v3/testsuite/libstdc++-xmethods/shared_ptr.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-options "-g -O0" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/libstdc++-xmethods/unique_ptr.cc b/libstdc++-v3/testsuite/libstdc++-xmethods/unique_ptr.cc index 5559e2769c9f..40cce76f2f77 100644 --- a/libstdc++-v3/testsuite/libstdc++-xmethods/unique_ptr.cc +++ b/libstdc++-v3/testsuite/libstdc++-xmethods/unique_ptr.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-options "-g -O0" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/libstdc++-xmethods/vector.cc b/libstdc++-v3/testsuite/libstdc++-xmethods/vector.cc index 682a197451e7..9febffc791ac 100644 --- a/libstdc++-v3/testsuite/libstdc++-xmethods/vector.cc +++ b/libstdc++-v3/testsuite/libstdc++-xmethods/vector.cc @@ -1,7 +1,7 @@ // { dg-do run } // { dg-options "-g -O0" } -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/libstdc++-xmethods/xmethods.exp b/libstdc++-v3/testsuite/libstdc++-xmethods/xmethods.exp index e580d730a564..c97fcceb2476 100644 --- a/libstdc++-v3/testsuite/libstdc++-xmethods/xmethods.exp +++ b/libstdc++-v3/testsuite/libstdc++-xmethods/xmethods.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Free Software Foundation, Inc. +# Copyright (C) 2014-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/libstdc++-v3/testsuite/performance/21_strings/append-1.cc b/libstdc++-v3/testsuite/performance/21_strings/append-1.cc index 7cc843552e45..62588477ea21 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-2016 Free Software Foundation, Inc. + // Copyright (C) 2003-2017 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 6b63a4c59ede..d2416474f309 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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 15a4137d6e8b..bfae0fb80e91 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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 9fb7fd8a1d94..e3272d4c9539 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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 98e73bb72c29..649b771b27d3 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-2016 Free Software Foundation, Inc. + // Copyright (C) 2004-2017 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 ef52bc1d5e86..421b05455c3c 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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 ab0ef73587b1..25b9703286d3 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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 653e9d3ac007..d4cff312d129 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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 87704188be7e..bb3c44b43bcd 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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 1cccb3c83be0..5f2b21f8e539 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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 5e7127050a8a..87835cfb2f34 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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 a5d9d3fa1b9e..14dfb53091e0 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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 4f78c8cd2d3c..ded2243f16a9 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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 a0c706ebfef5..bed2ea17febb 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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 008730202a4c..66df709c75ac 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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 4c635fa82571..9bc89d85ebe6 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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 c7ccd2a3eda8..45044d88d4e9 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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 dab54e7cf726..08a4ab5e36dd 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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 6078144eacbd..b08cec24aaa8 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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 afd76d662af2..171c9bda4849 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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 c001128a4ed3..ac278b5a5bfd 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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 13db63cbf90b..a6495e0f2b6c 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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 be424744311b..e4d97f227020 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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 7185fd3aa4a9..df12ee46fd59 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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 eb8a99acbce0..08556e9f63c3 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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 c409b465cecd..c735a5588312 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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 6f5c9e9f27f2..9c13a508a2f8 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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 c93caba4c72e..fd55f616e734 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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 bdc03605b1d6..93f4ad7e2bf1 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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 36b1d6a7425c..02a017e80337 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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 31e414cad5cf..cf4ca3f3b718 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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 5b2d14f18bfc..aaa2e4ec8c0e 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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 d66fd409d27a..253daae209f5 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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 015db5a64c11..86b99823abb8 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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 c597225fab34..3b45728b4ac0 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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 ef374ba4d02b..bf2f4ed45356 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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 ea2dd493dc3c..b8c47ba058d3 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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 580b53401a33..d798d43d56f7 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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 39bcf388623a..061a2b9e4cda 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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 f6e7356dbdfe..621cc9667745 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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 40f797a122c3..2a00c9354546 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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 b2938881de8b..f594a62da183 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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 2e7dcb4c596b..6d5ad1a21fa8 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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 eb40329d78a1..2aba94a0b9fe 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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 a6305baf76d5..f2615e902751 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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 46b7adc6ff05..dcb553c1e50b 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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 88b7f3a54281..f9485e317486 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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 848e4c5d67a7..5a82b6e8af88 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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 ddf582239dfb..46833daa8fff 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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 b724bb011992..a9e9e1944193 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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 5a6bf4d1093a..bf2a599de709 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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 ddcd6589f2da..88eed5930285 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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 77d539e748b2..86a7f41124eb 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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 936c380084bb..7ce3b440f7cb 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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 143316b9cb45..12d0469d08e9 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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 e79612691c11..89a782bd0eac 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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 bbc583106fd7..739d6f382d39 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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 c63ef4bfe6de..f47bd9536a31 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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 f86173878ea6..b09c50e977a5 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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 4c5d6a4d1dfa..35e87efac343 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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 009586af92d1..a856cb8a005b 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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 2a672a38652b..1f0ebe76c1f0 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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 f72e7208de52..8d5b5b55c3c0 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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-2016 Free Software Foundation, Inc.\n\ +// Copyright (C) 2013-2017 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 b971fb443831..414e214d36f2 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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 ad6ea78c537d..9b118e7fc471 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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 ee1e5eefd28e..d77631abae98 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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 f0a81c458fb5..648a3b7fff75 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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 173ce163e118..0de31c68695f 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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 0fd5cb28589d..831ed882393a 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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 9fd0f4f8cbab..a1e74820696c 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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 c945756c6a44..30c9f8e15d86 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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 51d8d815df1d..ddef28c6425c 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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 21e402fe63f6..44d3203583fb 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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 1bfea4ca794b..57a40566069e 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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 0f39e1f76d46..3f94ea36d98d 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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 6648ec17f882..2158c46af9c4 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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 3cb7c129d1ff..b35eec1ef643 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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 1b1f356791a1..99a8d85726c9 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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 1a3909341f94..e8cbd386d331 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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 81f7ac31ca69..732ef928ae07 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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 f6b0a2252a14..d74279e8f2cf 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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 c940fd0cce1f..4846f7c258ae 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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 07416449749a..5cee8ec8cb6a 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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 55407909f3f6..564777525c23 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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 edf8b63de632..a72f4ee480ae 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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 31c351bb3322..60622a47bafd 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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 5319d744c7b7..865d28ffd3dc 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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 6e78afded9d1..e7a5e22be115 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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 71b0a010dd2d..db6382dcf7d0 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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 4801586da43e..e661cbd9ef3f 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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 2146e4a30d97..55d8ce8f9d61 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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 5834cd14fae5..6de76e7f79da 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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 fcd86319a37b..fb700a9a3ea7 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-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/special_functions/01_assoc_laguerre/check_nan.cc b/libstdc++-v3/testsuite/special_functions/01_assoc_laguerre/check_nan.cc index 664502c5c432..77335679519f 100644 --- a/libstdc++-v3/testsuite/special_functions/01_assoc_laguerre/check_nan.cc +++ b/libstdc++-v3/testsuite/special_functions/01_assoc_laguerre/check_nan.cc @@ -3,7 +3,7 @@ // { dg-add-options ieee } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/01_assoc_laguerre/check_value.cc b/libstdc++-v3/testsuite/special_functions/01_assoc_laguerre/check_value.cc index d38775d3a037..96618f2b7946 100644 --- a/libstdc++-v3/testsuite/special_functions/01_assoc_laguerre/check_value.cc +++ b/libstdc++-v3/testsuite/special_functions/01_assoc_laguerre/check_value.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/01_assoc_laguerre/compile.cc b/libstdc++-v3/testsuite/special_functions/01_assoc_laguerre/compile.cc index c2d32b793870..970c64da9eaf 100644 --- a/libstdc++-v3/testsuite/special_functions/01_assoc_laguerre/compile.cc +++ b/libstdc++-v3/testsuite/special_functions/01_assoc_laguerre/compile.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/01_assoc_laguerre/compile_2.cc b/libstdc++-v3/testsuite/special_functions/01_assoc_laguerre/compile_2.cc index d6a0ad1727d1..39bdb19adbce 100644 --- a/libstdc++-v3/testsuite/special_functions/01_assoc_laguerre/compile_2.cc +++ b/libstdc++-v3/testsuite/special_functions/01_assoc_laguerre/compile_2.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/02_assoc_legendre/check_nan.cc b/libstdc++-v3/testsuite/special_functions/02_assoc_legendre/check_nan.cc index e15c93415830..4aeb77ef1328 100644 --- a/libstdc++-v3/testsuite/special_functions/02_assoc_legendre/check_nan.cc +++ b/libstdc++-v3/testsuite/special_functions/02_assoc_legendre/check_nan.cc @@ -3,7 +3,7 @@ // { dg-add-options ieee } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/02_assoc_legendre/check_value.cc b/libstdc++-v3/testsuite/special_functions/02_assoc_legendre/check_value.cc index b7e975f81308..3812795be5bb 100644 --- a/libstdc++-v3/testsuite/special_functions/02_assoc_legendre/check_value.cc +++ b/libstdc++-v3/testsuite/special_functions/02_assoc_legendre/check_value.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__ -ffp-contract=off" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/02_assoc_legendre/compile.cc b/libstdc++-v3/testsuite/special_functions/02_assoc_legendre/compile.cc index e088030370d0..6e37fe135a5b 100644 --- a/libstdc++-v3/testsuite/special_functions/02_assoc_legendre/compile.cc +++ b/libstdc++-v3/testsuite/special_functions/02_assoc_legendre/compile.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/02_assoc_legendre/compile_2.cc b/libstdc++-v3/testsuite/special_functions/02_assoc_legendre/compile_2.cc index 06b9a9a7c830..93dc97009418 100644 --- a/libstdc++-v3/testsuite/special_functions/02_assoc_legendre/compile_2.cc +++ b/libstdc++-v3/testsuite/special_functions/02_assoc_legendre/compile_2.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/03_beta/check_nan.cc b/libstdc++-v3/testsuite/special_functions/03_beta/check_nan.cc index e88451833740..3c840c9bdb4f 100644 --- a/libstdc++-v3/testsuite/special_functions/03_beta/check_nan.cc +++ b/libstdc++-v3/testsuite/special_functions/03_beta/check_nan.cc @@ -3,7 +3,7 @@ // { dg-add-options ieee } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/03_beta/check_value.cc b/libstdc++-v3/testsuite/special_functions/03_beta/check_value.cc index 5c516033928f..a5ad95968c4d 100644 --- a/libstdc++-v3/testsuite/special_functions/03_beta/check_value.cc +++ b/libstdc++-v3/testsuite/special_functions/03_beta/check_value.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/03_beta/compile.cc b/libstdc++-v3/testsuite/special_functions/03_beta/compile.cc index 25e5f063ea1c..d25ea2f5458e 100644 --- a/libstdc++-v3/testsuite/special_functions/03_beta/compile.cc +++ b/libstdc++-v3/testsuite/special_functions/03_beta/compile.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/03_beta/compile_2.cc b/libstdc++-v3/testsuite/special_functions/03_beta/compile_2.cc index 76ee9fcdbedf..bc0643f68e47 100644 --- a/libstdc++-v3/testsuite/special_functions/03_beta/compile_2.cc +++ b/libstdc++-v3/testsuite/special_functions/03_beta/compile_2.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/04_comp_ellint_1/check_nan.cc b/libstdc++-v3/testsuite/special_functions/04_comp_ellint_1/check_nan.cc index c8e5dc07658e..94672ab1e74a 100644 --- a/libstdc++-v3/testsuite/special_functions/04_comp_ellint_1/check_nan.cc +++ b/libstdc++-v3/testsuite/special_functions/04_comp_ellint_1/check_nan.cc @@ -3,7 +3,7 @@ // { dg-add-options ieee } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/04_comp_ellint_1/check_value.cc b/libstdc++-v3/testsuite/special_functions/04_comp_ellint_1/check_value.cc index 06de6fc13074..0c8058bcea95 100644 --- a/libstdc++-v3/testsuite/special_functions/04_comp_ellint_1/check_value.cc +++ b/libstdc++-v3/testsuite/special_functions/04_comp_ellint_1/check_value.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/04_comp_ellint_1/compile.cc b/libstdc++-v3/testsuite/special_functions/04_comp_ellint_1/compile.cc index 87987f56bd44..28a879ba1f62 100644 --- a/libstdc++-v3/testsuite/special_functions/04_comp_ellint_1/compile.cc +++ b/libstdc++-v3/testsuite/special_functions/04_comp_ellint_1/compile.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/04_comp_ellint_1/compile_2.cc b/libstdc++-v3/testsuite/special_functions/04_comp_ellint_1/compile_2.cc index b3d6bfd15797..51f8d8089a3f 100644 --- a/libstdc++-v3/testsuite/special_functions/04_comp_ellint_1/compile_2.cc +++ b/libstdc++-v3/testsuite/special_functions/04_comp_ellint_1/compile_2.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/05_comp_ellint_2/check_nan.cc b/libstdc++-v3/testsuite/special_functions/05_comp_ellint_2/check_nan.cc index 80ff3bc1c1c1..49cfd23f16ec 100644 --- a/libstdc++-v3/testsuite/special_functions/05_comp_ellint_2/check_nan.cc +++ b/libstdc++-v3/testsuite/special_functions/05_comp_ellint_2/check_nan.cc @@ -3,7 +3,7 @@ // { dg-add-options ieee } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/05_comp_ellint_2/check_value.cc b/libstdc++-v3/testsuite/special_functions/05_comp_ellint_2/check_value.cc index 85ae28268324..c20ec7cdf1bc 100644 --- a/libstdc++-v3/testsuite/special_functions/05_comp_ellint_2/check_value.cc +++ b/libstdc++-v3/testsuite/special_functions/05_comp_ellint_2/check_value.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/05_comp_ellint_2/compile.cc b/libstdc++-v3/testsuite/special_functions/05_comp_ellint_2/compile.cc index 9fe4058f4d65..2e5e52331152 100644 --- a/libstdc++-v3/testsuite/special_functions/05_comp_ellint_2/compile.cc +++ b/libstdc++-v3/testsuite/special_functions/05_comp_ellint_2/compile.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/05_comp_ellint_2/compile_2.cc b/libstdc++-v3/testsuite/special_functions/05_comp_ellint_2/compile_2.cc index 6d198ff14e36..eda9a75895e6 100644 --- a/libstdc++-v3/testsuite/special_functions/05_comp_ellint_2/compile_2.cc +++ b/libstdc++-v3/testsuite/special_functions/05_comp_ellint_2/compile_2.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/06_comp_ellint_3/check_nan.cc b/libstdc++-v3/testsuite/special_functions/06_comp_ellint_3/check_nan.cc index f41022ca88e2..be595f2fdc3f 100644 --- a/libstdc++-v3/testsuite/special_functions/06_comp_ellint_3/check_nan.cc +++ b/libstdc++-v3/testsuite/special_functions/06_comp_ellint_3/check_nan.cc @@ -3,7 +3,7 @@ // { dg-add-options ieee } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/06_comp_ellint_3/check_value.cc b/libstdc++-v3/testsuite/special_functions/06_comp_ellint_3/check_value.cc index 016cf48e62c9..1a3dbac3d2da 100644 --- a/libstdc++-v3/testsuite/special_functions/06_comp_ellint_3/check_value.cc +++ b/libstdc++-v3/testsuite/special_functions/06_comp_ellint_3/check_value.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/06_comp_ellint_3/compile.cc b/libstdc++-v3/testsuite/special_functions/06_comp_ellint_3/compile.cc index e38010e5df70..d85007f62cdd 100644 --- a/libstdc++-v3/testsuite/special_functions/06_comp_ellint_3/compile.cc +++ b/libstdc++-v3/testsuite/special_functions/06_comp_ellint_3/compile.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/06_comp_ellint_3/compile_2.cc b/libstdc++-v3/testsuite/special_functions/06_comp_ellint_3/compile_2.cc index e09580ffad58..f44830708642 100644 --- a/libstdc++-v3/testsuite/special_functions/06_comp_ellint_3/compile_2.cc +++ b/libstdc++-v3/testsuite/special_functions/06_comp_ellint_3/compile_2.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/07_cyl_bessel_i/check_nan.cc b/libstdc++-v3/testsuite/special_functions/07_cyl_bessel_i/check_nan.cc index e7f515c52fae..144024664770 100644 --- a/libstdc++-v3/testsuite/special_functions/07_cyl_bessel_i/check_nan.cc +++ b/libstdc++-v3/testsuite/special_functions/07_cyl_bessel_i/check_nan.cc @@ -3,7 +3,7 @@ // { dg-add-options ieee } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/07_cyl_bessel_i/check_value.cc b/libstdc++-v3/testsuite/special_functions/07_cyl_bessel_i/check_value.cc index d958dbad9da1..4de6fd01368e 100644 --- a/libstdc++-v3/testsuite/special_functions/07_cyl_bessel_i/check_value.cc +++ b/libstdc++-v3/testsuite/special_functions/07_cyl_bessel_i/check_value.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/07_cyl_bessel_i/compile.cc b/libstdc++-v3/testsuite/special_functions/07_cyl_bessel_i/compile.cc index 1237398be5f9..2e8728e9acd0 100644 --- a/libstdc++-v3/testsuite/special_functions/07_cyl_bessel_i/compile.cc +++ b/libstdc++-v3/testsuite/special_functions/07_cyl_bessel_i/compile.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/07_cyl_bessel_i/compile_2.cc b/libstdc++-v3/testsuite/special_functions/07_cyl_bessel_i/compile_2.cc index 39dddc820ae2..0736130476cd 100644 --- a/libstdc++-v3/testsuite/special_functions/07_cyl_bessel_i/compile_2.cc +++ b/libstdc++-v3/testsuite/special_functions/07_cyl_bessel_i/compile_2.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/07_cyl_bessel_i/pr56216.cc b/libstdc++-v3/testsuite/special_functions/07_cyl_bessel_i/pr56216.cc index cb6d8e746fb7..e952a37ab9fa 100644 --- a/libstdc++-v3/testsuite/special_functions/07_cyl_bessel_i/pr56216.cc +++ b/libstdc++-v3/testsuite/special_functions/07_cyl_bessel_i/pr56216.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2015 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/special_functions/08_cyl_bessel_j/check_nan.cc b/libstdc++-v3/testsuite/special_functions/08_cyl_bessel_j/check_nan.cc index 07bab72133f9..573a01a3597f 100644 --- a/libstdc++-v3/testsuite/special_functions/08_cyl_bessel_j/check_nan.cc +++ b/libstdc++-v3/testsuite/special_functions/08_cyl_bessel_j/check_nan.cc @@ -3,7 +3,7 @@ // { dg-add-options ieee } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/08_cyl_bessel_j/check_value.cc b/libstdc++-v3/testsuite/special_functions/08_cyl_bessel_j/check_value.cc index d183ba9e435d..237f484958e6 100644 --- a/libstdc++-v3/testsuite/special_functions/08_cyl_bessel_j/check_value.cc +++ b/libstdc++-v3/testsuite/special_functions/08_cyl_bessel_j/check_value.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/08_cyl_bessel_j/compile.cc b/libstdc++-v3/testsuite/special_functions/08_cyl_bessel_j/compile.cc index 7a55aa07ecb2..af68c7637bce 100644 --- a/libstdc++-v3/testsuite/special_functions/08_cyl_bessel_j/compile.cc +++ b/libstdc++-v3/testsuite/special_functions/08_cyl_bessel_j/compile.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/08_cyl_bessel_j/compile_2.cc b/libstdc++-v3/testsuite/special_functions/08_cyl_bessel_j/compile_2.cc index 1b2cf615623a..1eda7fe6c455 100644 --- a/libstdc++-v3/testsuite/special_functions/08_cyl_bessel_j/compile_2.cc +++ b/libstdc++-v3/testsuite/special_functions/08_cyl_bessel_j/compile_2.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/09_cyl_bessel_k/check_nan.cc b/libstdc++-v3/testsuite/special_functions/09_cyl_bessel_k/check_nan.cc index 5d324341560f..cb900f859cb9 100644 --- a/libstdc++-v3/testsuite/special_functions/09_cyl_bessel_k/check_nan.cc +++ b/libstdc++-v3/testsuite/special_functions/09_cyl_bessel_k/check_nan.cc @@ -3,7 +3,7 @@ // { dg-add-options ieee } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/09_cyl_bessel_k/check_value.cc b/libstdc++-v3/testsuite/special_functions/09_cyl_bessel_k/check_value.cc index 0d9782a2c8d0..6d9e44a3876d 100644 --- a/libstdc++-v3/testsuite/special_functions/09_cyl_bessel_k/check_value.cc +++ b/libstdc++-v3/testsuite/special_functions/09_cyl_bessel_k/check_value.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/09_cyl_bessel_k/compile.cc b/libstdc++-v3/testsuite/special_functions/09_cyl_bessel_k/compile.cc index db2c447b43df..b48d81a742fb 100644 --- a/libstdc++-v3/testsuite/special_functions/09_cyl_bessel_k/compile.cc +++ b/libstdc++-v3/testsuite/special_functions/09_cyl_bessel_k/compile.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/09_cyl_bessel_k/compile_2.cc b/libstdc++-v3/testsuite/special_functions/09_cyl_bessel_k/compile_2.cc index 6e50bdbdbb8f..0c12d433985c 100644 --- a/libstdc++-v3/testsuite/special_functions/09_cyl_bessel_k/compile_2.cc +++ b/libstdc++-v3/testsuite/special_functions/09_cyl_bessel_k/compile_2.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/10_cyl_neumann/check_nan.cc b/libstdc++-v3/testsuite/special_functions/10_cyl_neumann/check_nan.cc index 589f36eadd1c..1ac20aeb491a 100644 --- a/libstdc++-v3/testsuite/special_functions/10_cyl_neumann/check_nan.cc +++ b/libstdc++-v3/testsuite/special_functions/10_cyl_neumann/check_nan.cc @@ -3,7 +3,7 @@ // { dg-add-options ieee } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/10_cyl_neumann/check_value.cc b/libstdc++-v3/testsuite/special_functions/10_cyl_neumann/check_value.cc index c9f0cd5946ec..33fe0a2f82c4 100644 --- a/libstdc++-v3/testsuite/special_functions/10_cyl_neumann/check_value.cc +++ b/libstdc++-v3/testsuite/special_functions/10_cyl_neumann/check_value.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/10_cyl_neumann/compile.cc b/libstdc++-v3/testsuite/special_functions/10_cyl_neumann/compile.cc index 9a7db53d0eb0..8999b4de0451 100644 --- a/libstdc++-v3/testsuite/special_functions/10_cyl_neumann/compile.cc +++ b/libstdc++-v3/testsuite/special_functions/10_cyl_neumann/compile.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/10_cyl_neumann/compile_2.cc b/libstdc++-v3/testsuite/special_functions/10_cyl_neumann/compile_2.cc index 1d1eabd03c0a..e0cae285a6e0 100644 --- a/libstdc++-v3/testsuite/special_functions/10_cyl_neumann/compile_2.cc +++ b/libstdc++-v3/testsuite/special_functions/10_cyl_neumann/compile_2.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/11_ellint_1/check_nan.cc b/libstdc++-v3/testsuite/special_functions/11_ellint_1/check_nan.cc index 54151348c618..a16942e52cb2 100644 --- a/libstdc++-v3/testsuite/special_functions/11_ellint_1/check_nan.cc +++ b/libstdc++-v3/testsuite/special_functions/11_ellint_1/check_nan.cc @@ -3,7 +3,7 @@ // { dg-add-options ieee } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/11_ellint_1/check_value.cc b/libstdc++-v3/testsuite/special_functions/11_ellint_1/check_value.cc index 139323ed6dbd..07838eb9a5e7 100644 --- a/libstdc++-v3/testsuite/special_functions/11_ellint_1/check_value.cc +++ b/libstdc++-v3/testsuite/special_functions/11_ellint_1/check_value.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/11_ellint_1/compile.cc b/libstdc++-v3/testsuite/special_functions/11_ellint_1/compile.cc index 50ad2e15adf0..56bfe1bddd49 100644 --- a/libstdc++-v3/testsuite/special_functions/11_ellint_1/compile.cc +++ b/libstdc++-v3/testsuite/special_functions/11_ellint_1/compile.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/11_ellint_1/compile_2.cc b/libstdc++-v3/testsuite/special_functions/11_ellint_1/compile_2.cc index 568d0c64edb8..807b5a10589f 100644 --- a/libstdc++-v3/testsuite/special_functions/11_ellint_1/compile_2.cc +++ b/libstdc++-v3/testsuite/special_functions/11_ellint_1/compile_2.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/12_ellint_2/check_nan.cc b/libstdc++-v3/testsuite/special_functions/12_ellint_2/check_nan.cc index a122e23ff26b..a7e64ca4993f 100644 --- a/libstdc++-v3/testsuite/special_functions/12_ellint_2/check_nan.cc +++ b/libstdc++-v3/testsuite/special_functions/12_ellint_2/check_nan.cc @@ -3,7 +3,7 @@ // { dg-add-options ieee } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/12_ellint_2/check_value.cc b/libstdc++-v3/testsuite/special_functions/12_ellint_2/check_value.cc index e936f270207b..31564aca3d48 100644 --- a/libstdc++-v3/testsuite/special_functions/12_ellint_2/check_value.cc +++ b/libstdc++-v3/testsuite/special_functions/12_ellint_2/check_value.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/12_ellint_2/compile.cc b/libstdc++-v3/testsuite/special_functions/12_ellint_2/compile.cc index 71206de5e4e3..c952609346a3 100644 --- a/libstdc++-v3/testsuite/special_functions/12_ellint_2/compile.cc +++ b/libstdc++-v3/testsuite/special_functions/12_ellint_2/compile.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/12_ellint_2/compile_2.cc b/libstdc++-v3/testsuite/special_functions/12_ellint_2/compile_2.cc index e0f8cb047731..043706b3b3b8 100644 --- a/libstdc++-v3/testsuite/special_functions/12_ellint_2/compile_2.cc +++ b/libstdc++-v3/testsuite/special_functions/12_ellint_2/compile_2.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/13_ellint_3/check_nan.cc b/libstdc++-v3/testsuite/special_functions/13_ellint_3/check_nan.cc index 7d6977bacbaf..942d70649ee9 100644 --- a/libstdc++-v3/testsuite/special_functions/13_ellint_3/check_nan.cc +++ b/libstdc++-v3/testsuite/special_functions/13_ellint_3/check_nan.cc @@ -3,7 +3,7 @@ // { dg-add-options ieee } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/13_ellint_3/check_value.cc b/libstdc++-v3/testsuite/special_functions/13_ellint_3/check_value.cc index a7051d596373..8a7202fdb2c3 100644 --- a/libstdc++-v3/testsuite/special_functions/13_ellint_3/check_value.cc +++ b/libstdc++-v3/testsuite/special_functions/13_ellint_3/check_value.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/13_ellint_3/compile.cc b/libstdc++-v3/testsuite/special_functions/13_ellint_3/compile.cc index 0bba92475f8e..d0269a28428c 100644 --- a/libstdc++-v3/testsuite/special_functions/13_ellint_3/compile.cc +++ b/libstdc++-v3/testsuite/special_functions/13_ellint_3/compile.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/13_ellint_3/compile_2.cc b/libstdc++-v3/testsuite/special_functions/13_ellint_3/compile_2.cc index 7e4fa00b8211..d419b32b9225 100644 --- a/libstdc++-v3/testsuite/special_functions/13_ellint_3/compile_2.cc +++ b/libstdc++-v3/testsuite/special_functions/13_ellint_3/compile_2.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/14_expint/check_nan.cc b/libstdc++-v3/testsuite/special_functions/14_expint/check_nan.cc index f7a228ad3e08..5f0d15bcc31d 100644 --- a/libstdc++-v3/testsuite/special_functions/14_expint/check_nan.cc +++ b/libstdc++-v3/testsuite/special_functions/14_expint/check_nan.cc @@ -3,7 +3,7 @@ // { dg-add-options ieee } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/14_expint/check_value.cc b/libstdc++-v3/testsuite/special_functions/14_expint/check_value.cc index 4b276c98433a..6610790027b5 100644 --- a/libstdc++-v3/testsuite/special_functions/14_expint/check_value.cc +++ b/libstdc++-v3/testsuite/special_functions/14_expint/check_value.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/14_expint/compile.cc b/libstdc++-v3/testsuite/special_functions/14_expint/compile.cc index facdab9ae188..599cca376c1a 100644 --- a/libstdc++-v3/testsuite/special_functions/14_expint/compile.cc +++ b/libstdc++-v3/testsuite/special_functions/14_expint/compile.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/14_expint/compile_2.cc b/libstdc++-v3/testsuite/special_functions/14_expint/compile_2.cc index 452b35f4de26..9d19256afb34 100644 --- a/libstdc++-v3/testsuite/special_functions/14_expint/compile_2.cc +++ b/libstdc++-v3/testsuite/special_functions/14_expint/compile_2.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/15_hermite/check_nan.cc b/libstdc++-v3/testsuite/special_functions/15_hermite/check_nan.cc index 4227b78f2fa5..5b8b2da545d4 100644 --- a/libstdc++-v3/testsuite/special_functions/15_hermite/check_nan.cc +++ b/libstdc++-v3/testsuite/special_functions/15_hermite/check_nan.cc @@ -3,7 +3,7 @@ // { dg-add-options ieee } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/15_hermite/check_value.cc b/libstdc++-v3/testsuite/special_functions/15_hermite/check_value.cc index f71e0a68d7a2..adc8a38f64c4 100644 --- a/libstdc++-v3/testsuite/special_functions/15_hermite/check_value.cc +++ b/libstdc++-v3/testsuite/special_functions/15_hermite/check_value.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/15_hermite/compile.cc b/libstdc++-v3/testsuite/special_functions/15_hermite/compile.cc index d97d2d4e5bfa..4ac20897807f 100644 --- a/libstdc++-v3/testsuite/special_functions/15_hermite/compile.cc +++ b/libstdc++-v3/testsuite/special_functions/15_hermite/compile.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/15_hermite/compile_2.cc b/libstdc++-v3/testsuite/special_functions/15_hermite/compile_2.cc index 28a525bde506..d60bd8161756 100644 --- a/libstdc++-v3/testsuite/special_functions/15_hermite/compile_2.cc +++ b/libstdc++-v3/testsuite/special_functions/15_hermite/compile_2.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/16_laguerre/check_nan.cc b/libstdc++-v3/testsuite/special_functions/16_laguerre/check_nan.cc index 9c8cd69a564a..2dd02bb2a67f 100644 --- a/libstdc++-v3/testsuite/special_functions/16_laguerre/check_nan.cc +++ b/libstdc++-v3/testsuite/special_functions/16_laguerre/check_nan.cc @@ -3,7 +3,7 @@ // { dg-add-options ieee } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/16_laguerre/check_value.cc b/libstdc++-v3/testsuite/special_functions/16_laguerre/check_value.cc index bed4f9cb4fa0..db79caa3f43f 100644 --- a/libstdc++-v3/testsuite/special_functions/16_laguerre/check_value.cc +++ b/libstdc++-v3/testsuite/special_functions/16_laguerre/check_value.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/16_laguerre/compile.cc b/libstdc++-v3/testsuite/special_functions/16_laguerre/compile.cc index 7e2486122975..b85224e22e40 100644 --- a/libstdc++-v3/testsuite/special_functions/16_laguerre/compile.cc +++ b/libstdc++-v3/testsuite/special_functions/16_laguerre/compile.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/16_laguerre/compile_2.cc b/libstdc++-v3/testsuite/special_functions/16_laguerre/compile_2.cc index 5bb244531e19..73c49ac27a20 100644 --- a/libstdc++-v3/testsuite/special_functions/16_laguerre/compile_2.cc +++ b/libstdc++-v3/testsuite/special_functions/16_laguerre/compile_2.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/17_legendre/check_nan.cc b/libstdc++-v3/testsuite/special_functions/17_legendre/check_nan.cc index b45f2b35ad0b..65435f319d23 100644 --- a/libstdc++-v3/testsuite/special_functions/17_legendre/check_nan.cc +++ b/libstdc++-v3/testsuite/special_functions/17_legendre/check_nan.cc @@ -3,7 +3,7 @@ // { dg-add-options ieee } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/17_legendre/check_value.cc b/libstdc++-v3/testsuite/special_functions/17_legendre/check_value.cc index 34db45e5a0e3..bd691e229b06 100644 --- a/libstdc++-v3/testsuite/special_functions/17_legendre/check_value.cc +++ b/libstdc++-v3/testsuite/special_functions/17_legendre/check_value.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/17_legendre/compile.cc b/libstdc++-v3/testsuite/special_functions/17_legendre/compile.cc index 4d60fb91b758..afc6d7b69bf5 100644 --- a/libstdc++-v3/testsuite/special_functions/17_legendre/compile.cc +++ b/libstdc++-v3/testsuite/special_functions/17_legendre/compile.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/17_legendre/compile_2.cc b/libstdc++-v3/testsuite/special_functions/17_legendre/compile_2.cc index ff720fb072aa..3167010fac23 100644 --- a/libstdc++-v3/testsuite/special_functions/17_legendre/compile_2.cc +++ b/libstdc++-v3/testsuite/special_functions/17_legendre/compile_2.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/18_riemann_zeta/check_nan.cc b/libstdc++-v3/testsuite/special_functions/18_riemann_zeta/check_nan.cc index d795161e7a8d..3f76fa98a35d 100644 --- a/libstdc++-v3/testsuite/special_functions/18_riemann_zeta/check_nan.cc +++ b/libstdc++-v3/testsuite/special_functions/18_riemann_zeta/check_nan.cc @@ -3,7 +3,7 @@ // { dg-add-options ieee } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/18_riemann_zeta/check_value.cc b/libstdc++-v3/testsuite/special_functions/18_riemann_zeta/check_value.cc index 90b7dda73596..4bfe13c0ecc0 100644 --- a/libstdc++-v3/testsuite/special_functions/18_riemann_zeta/check_value.cc +++ b/libstdc++-v3/testsuite/special_functions/18_riemann_zeta/check_value.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/18_riemann_zeta/compile.cc b/libstdc++-v3/testsuite/special_functions/18_riemann_zeta/compile.cc index d14dbed976b4..50cc1a96d593 100644 --- a/libstdc++-v3/testsuite/special_functions/18_riemann_zeta/compile.cc +++ b/libstdc++-v3/testsuite/special_functions/18_riemann_zeta/compile.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/18_riemann_zeta/compile_2.cc b/libstdc++-v3/testsuite/special_functions/18_riemann_zeta/compile_2.cc index 9b7c3d144af4..b1eea88296ed 100644 --- a/libstdc++-v3/testsuite/special_functions/18_riemann_zeta/compile_2.cc +++ b/libstdc++-v3/testsuite/special_functions/18_riemann_zeta/compile_2.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/19_sph_bessel/check_nan.cc b/libstdc++-v3/testsuite/special_functions/19_sph_bessel/check_nan.cc index 50df77d3eb0c..a11c8137149c 100644 --- a/libstdc++-v3/testsuite/special_functions/19_sph_bessel/check_nan.cc +++ b/libstdc++-v3/testsuite/special_functions/19_sph_bessel/check_nan.cc @@ -3,7 +3,7 @@ // { dg-add-options ieee } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/19_sph_bessel/check_value.cc b/libstdc++-v3/testsuite/special_functions/19_sph_bessel/check_value.cc index 27b7633c53d7..324c214c32e8 100644 --- a/libstdc++-v3/testsuite/special_functions/19_sph_bessel/check_value.cc +++ b/libstdc++-v3/testsuite/special_functions/19_sph_bessel/check_value.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/19_sph_bessel/compile.cc b/libstdc++-v3/testsuite/special_functions/19_sph_bessel/compile.cc index c7ec036c261f..eee19c0b7149 100644 --- a/libstdc++-v3/testsuite/special_functions/19_sph_bessel/compile.cc +++ b/libstdc++-v3/testsuite/special_functions/19_sph_bessel/compile.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/19_sph_bessel/compile_2.cc b/libstdc++-v3/testsuite/special_functions/19_sph_bessel/compile_2.cc index 054e44294f86..c2c7c108d98a 100644 --- a/libstdc++-v3/testsuite/special_functions/19_sph_bessel/compile_2.cc +++ b/libstdc++-v3/testsuite/special_functions/19_sph_bessel/compile_2.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/20_sph_legendre/check_nan.cc b/libstdc++-v3/testsuite/special_functions/20_sph_legendre/check_nan.cc index e96263b796e8..893fb6bdb33e 100644 --- a/libstdc++-v3/testsuite/special_functions/20_sph_legendre/check_nan.cc +++ b/libstdc++-v3/testsuite/special_functions/20_sph_legendre/check_nan.cc @@ -3,7 +3,7 @@ // { dg-add-options ieee } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/20_sph_legendre/check_value.cc b/libstdc++-v3/testsuite/special_functions/20_sph_legendre/check_value.cc index 65594efaec28..87d9fda8a561 100644 --- a/libstdc++-v3/testsuite/special_functions/20_sph_legendre/check_value.cc +++ b/libstdc++-v3/testsuite/special_functions/20_sph_legendre/check_value.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/20_sph_legendre/compile.cc b/libstdc++-v3/testsuite/special_functions/20_sph_legendre/compile.cc index 89ffc218d0d7..7683fc478363 100644 --- a/libstdc++-v3/testsuite/special_functions/20_sph_legendre/compile.cc +++ b/libstdc++-v3/testsuite/special_functions/20_sph_legendre/compile.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/20_sph_legendre/compile_2.cc b/libstdc++-v3/testsuite/special_functions/20_sph_legendre/compile_2.cc index 357dbdea8717..f9e55722ff91 100644 --- a/libstdc++-v3/testsuite/special_functions/20_sph_legendre/compile_2.cc +++ b/libstdc++-v3/testsuite/special_functions/20_sph_legendre/compile_2.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/21_sph_neumann/check_nan.cc b/libstdc++-v3/testsuite/special_functions/21_sph_neumann/check_nan.cc index 51dbb7840de0..ce22ccccc24e 100644 --- a/libstdc++-v3/testsuite/special_functions/21_sph_neumann/check_nan.cc +++ b/libstdc++-v3/testsuite/special_functions/21_sph_neumann/check_nan.cc @@ -3,7 +3,7 @@ // { dg-add-options ieee } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/21_sph_neumann/check_value.cc b/libstdc++-v3/testsuite/special_functions/21_sph_neumann/check_value.cc index 001fa530a788..a5fa16da93a7 100644 --- a/libstdc++-v3/testsuite/special_functions/21_sph_neumann/check_value.cc +++ b/libstdc++-v3/testsuite/special_functions/21_sph_neumann/check_value.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } // -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/21_sph_neumann/compile.cc b/libstdc++-v3/testsuite/special_functions/21_sph_neumann/compile.cc index 02404b5cffc1..3926a47e88fc 100644 --- a/libstdc++-v3/testsuite/special_functions/21_sph_neumann/compile.cc +++ b/libstdc++-v3/testsuite/special_functions/21_sph_neumann/compile.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/special_functions/21_sph_neumann/compile_2.cc b/libstdc++-v3/testsuite/special_functions/21_sph_neumann/compile_2.cc index 456d98624d30..d089aa4bfe3f 100644 --- a/libstdc++-v3/testsuite/special_functions/21_sph_neumann/compile_2.cc +++ b/libstdc++-v3/testsuite/special_functions/21_sph_neumann/compile_2.cc @@ -1,7 +1,7 @@ // { dg-do compile { target c++11 } } // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/tr1/2_general_utilities/enable_shared_from_this/1.cc b/libstdc++-v3/testsuite/tr1/2_general_utilities/enable_shared_from_this/1.cc index 621d48ce1d9e..0253f59a7596 100644 --- a/libstdc++-v3/testsuite/tr1/2_general_utilities/enable_shared_from_this/1.cc +++ b/libstdc++-v3/testsuite/tr1/2_general_utilities/enable_shared_from_this/1.cc @@ -1,6 +1,6 @@ // 2006-09-24 Paolo Carlini -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/2_general_utilities/enable_shared_from_this/not_shared.cc b/libstdc++-v3/testsuite/tr1/2_general_utilities/enable_shared_from_this/not_shared.cc index 7f36933b48e6..4afda1a96cea 100644 --- a/libstdc++-v3/testsuite/tr1/2_general_utilities/enable_shared_from_this/not_shared.cc +++ b/libstdc++-v3/testsuite/tr1/2_general_utilities/enable_shared_from_this/not_shared.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/2_general_utilities/enable_shared_from_this/not_shared2.cc b/libstdc++-v3/testsuite/tr1/2_general_utilities/enable_shared_from_this/not_shared2.cc index c55a5da623d7..f0db560ba3fc 100644 --- a/libstdc++-v3/testsuite/tr1/2_general_utilities/enable_shared_from_this/not_shared2.cc +++ b/libstdc++-v3/testsuite/tr1/2_general_utilities/enable_shared_from_this/not_shared2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/2_general_utilities/enable_shared_from_this/not_shared3.cc b/libstdc++-v3/testsuite/tr1/2_general_utilities/enable_shared_from_this/not_shared3.cc index d94f7ddb270e..ab9cf9062502 100644 --- a/libstdc++-v3/testsuite/tr1/2_general_utilities/enable_shared_from_this/not_shared3.cc +++ b/libstdc++-v3/testsuite/tr1/2_general_utilities/enable_shared_from_this/not_shared3.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/2_general_utilities/enable_shared_from_this/requirements/explicit_instantiation/1.cc b/libstdc++-v3/testsuite/tr1/2_general_utilities/enable_shared_from_this/requirements/explicit_instantiation/1.cc index 18d94dfa71c2..1f4b460f6cdb 100644 --- a/libstdc++-v3/testsuite/tr1/2_general_utilities/enable_shared_from_this/requirements/explicit_instantiation/1.cc +++ b/libstdc++-v3/testsuite/tr1/2_general_utilities/enable_shared_from_this/requirements/explicit_instantiation/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/2_general_utilities/enable_shared_from_this/shared.cc b/libstdc++-v3/testsuite/tr1/2_general_utilities/enable_shared_from_this/shared.cc index b92efb0c4ac4..61cc1ef1ad44 100644 --- a/libstdc++-v3/testsuite/tr1/2_general_utilities/enable_shared_from_this/shared.cc +++ b/libstdc++-v3/testsuite/tr1/2_general_utilities/enable_shared_from_this/shared.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/2_general_utilities/enable_shared_from_this/still_shared.cc b/libstdc++-v3/testsuite/tr1/2_general_utilities/enable_shared_from_this/still_shared.cc index 5710d82897d2..3c7fad949dcc 100644 --- a/libstdc++-v3/testsuite/tr1/2_general_utilities/enable_shared_from_this/still_shared.cc +++ b/libstdc++-v3/testsuite/tr1/2_general_utilities/enable_shared_from_this/still_shared.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/2_general_utilities/headers/functional/synopsis.cc b/libstdc++-v3/testsuite/tr1/2_general_utilities/headers/functional/synopsis.cc index 78ac25bcdf78..09907578055c 100644 --- a/libstdc++-v3/testsuite/tr1/2_general_utilities/headers/functional/synopsis.cc +++ b/libstdc++-v3/testsuite/tr1/2_general_utilities/headers/functional/synopsis.cc @@ -2,7 +2,7 @@ // 2007-02-04 Benjamin Kosnik // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/2_general_utilities/headers/memory/synopsis.cc b/libstdc++-v3/testsuite/tr1/2_general_utilities/headers/memory/synopsis.cc index 94ea1cb5da3f..faa51161bd9a 100644 --- a/libstdc++-v3/testsuite/tr1/2_general_utilities/headers/memory/synopsis.cc +++ b/libstdc++-v3/testsuite/tr1/2_general_utilities/headers/memory/synopsis.cc @@ -2,7 +2,7 @@ // 2007-02-04 Benjamin Kosnik // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/2_general_utilities/headers/memory/types_std_tr1.cc b/libstdc++-v3/testsuite/tr1/2_general_utilities/headers/memory/types_std_tr1.cc index d2d86998e34e..a508145c91ec 100644 --- a/libstdc++-v3/testsuite/tr1/2_general_utilities/headers/memory/types_std_tr1.cc +++ b/libstdc++-v3/testsuite/tr1/2_general_utilities/headers/memory/types_std_tr1.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/2_general_utilities/shared_ptr/assign/assign.cc b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/assign/assign.cc index c7c4055a8090..cf51b78d05c0 100644 --- a/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/assign/assign.cc +++ b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/assign/assign.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/2_general_utilities/shared_ptr/assign/auto_ptr.cc b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/assign/auto_ptr.cc index fe2f56f65788..efc3788c2d8c 100644 --- a/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/assign/auto_ptr.cc +++ b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/assign/auto_ptr.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/2_general_utilities/shared_ptr/assign/auto_ptr_neg.cc b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/assign/auto_ptr_neg.cc index 08592fb8bfe0..aab5e05aae36 100644 --- a/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/assign/auto_ptr_neg.cc +++ b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/assign/auto_ptr_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/2_general_utilities/shared_ptr/assign/auto_ptr_rvalue_neg.cc b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/assign/auto_ptr_rvalue_neg.cc index 23d487b03a99..1a249ba92a68 100644 --- a/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/assign/auto_ptr_rvalue_neg.cc +++ b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/assign/auto_ptr_rvalue_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/2_general_utilities/shared_ptr/assign/dr541.cc b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/assign/dr541.cc index b0f020443f6b..826d0f73e419 100644 --- a/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/assign/dr541.cc +++ b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/assign/dr541.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/2_general_utilities/shared_ptr/assign/shared_ptr.cc b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/assign/shared_ptr.cc index 31d690756cfb..763e54f6f789 100644 --- a/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/assign/shared_ptr.cc +++ b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/assign/shared_ptr.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/2_general_utilities/shared_ptr/assign/shared_ptr_neg.cc b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/assign/shared_ptr_neg.cc index fd7bdedb666b..ce45aeca1d81 100644 --- a/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/assign/shared_ptr_neg.cc +++ b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/assign/shared_ptr_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/2_general_utilities/shared_ptr/casts/1.cc b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/casts/1.cc index 25dc08939d2b..5df290247f6a 100644 --- a/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/casts/1.cc +++ b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/casts/1.cc @@ -1,6 +1,6 @@ // 2006-09-24 Paolo Carlini -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/2_general_utilities/shared_ptr/comparison/cmp.cc b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/comparison/cmp.cc index 9e3856660ce9..4f8a085316de 100644 --- a/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/comparison/cmp.cc +++ b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/comparison/cmp.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/2_general_utilities/shared_ptr/cons/39405.cc b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/cons/39405.cc index c5ed875bc01f..ba8371bab271 100644 --- a/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/cons/39405.cc +++ b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/cons/39405.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/tr1/2_general_utilities/shared_ptr/cons/43820_neg.cc b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/cons/43820_neg.cc index e2445054169d..44315fd3cf82 100644 --- a/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/cons/43820_neg.cc +++ b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/cons/43820_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/tr1/2_general_utilities/shared_ptr/cons/auto_ptr.cc b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/cons/auto_ptr.cc index 3d1b7e01cf10..99c6dcc7725b 100644 --- a/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/cons/auto_ptr.cc +++ b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/cons/auto_ptr.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/2_general_utilities/shared_ptr/cons/auto_ptr_neg.cc b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/cons/auto_ptr_neg.cc index 7d83d7a5e377..cc6edb3ebc7e 100644 --- a/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/cons/auto_ptr_neg.cc +++ b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/cons/auto_ptr_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/2_general_utilities/shared_ptr/cons/copy.cc b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/cons/copy.cc index dbb5ad0aabaa..f210ca1729ad 100644 --- a/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/cons/copy.cc +++ b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/cons/copy.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/2_general_utilities/shared_ptr/cons/default.cc b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/cons/default.cc index cddb17517baa..cea31eda5ffd 100644 --- a/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/cons/default.cc +++ b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/cons/default.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/2_general_utilities/shared_ptr/cons/pointer.cc b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/cons/pointer.cc index de8c0d853f73..9ddba75535ad 100644 --- a/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/cons/pointer.cc +++ b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/cons/pointer.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/2_general_utilities/shared_ptr/cons/weak_ptr.cc b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/cons/weak_ptr.cc index d558a603dd7c..16f732d4ed8b 100644 --- a/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/cons/weak_ptr.cc +++ b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/cons/weak_ptr.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/2_general_utilities/shared_ptr/cons/weak_ptr_expired.cc b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/cons/weak_ptr_expired.cc index 38de116dd229..f1a199adb50f 100644 --- a/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/cons/weak_ptr_expired.cc +++ b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/cons/weak_ptr_expired.cc @@ -1,5 +1,5 @@ // { dg-do run } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/2_general_utilities/shared_ptr/dest/dest.cc b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/dest/dest.cc index 7774a49326d6..b82fca1507c2 100644 --- a/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/dest/dest.cc +++ b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/dest/dest.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/2_general_utilities/shared_ptr/misc/24595.cc b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/misc/24595.cc index c005c19753a3..85fd4b318958 100644 --- a/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/misc/24595.cc +++ b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/misc/24595.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/2_general_utilities/shared_ptr/misc/42019.cc b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/misc/42019.cc index d50bf56a0662..2835bbf7ff0f 100644 --- a/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/misc/42019.cc +++ b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/misc/42019.cc @@ -1,5 +1,5 @@ // { dg-options "-fno-rtti" } -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/tr1/2_general_utilities/shared_ptr/misc/io.cc b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/misc/io.cc index 81be328d335c..98b6bdd75f51 100644 --- a/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/misc/io.cc +++ b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/misc/io.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/2_general_utilities/shared_ptr/misc/swap.cc b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/misc/swap.cc index 51501593cb6f..898faf7de239 100644 --- a/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/misc/swap.cc +++ b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/misc/swap.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/2_general_utilities/shared_ptr/modifiers/24805.cc b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/modifiers/24805.cc index 0c432e84eba4..e918c36d104d 100644 --- a/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/modifiers/24805.cc +++ b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/modifiers/24805.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/2_general_utilities/shared_ptr/modifiers/reset.cc b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/modifiers/reset.cc index 5ce19e86b8e9..4168aed20cb6 100644 --- a/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/modifiers/reset.cc +++ b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/modifiers/reset.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/2_general_utilities/shared_ptr/modifiers/reset_neg.cc b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/modifiers/reset_neg.cc index 09073d91cd43..dd96eaa27a3e 100644 --- a/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/modifiers/reset_neg.cc +++ b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/modifiers/reset_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/2_general_utilities/shared_ptr/modifiers/swap.cc b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/modifiers/swap.cc index 8aceb964ea38..1c76246604b9 100644 --- a/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/modifiers/swap.cc +++ b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/modifiers/swap.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/2_general_utilities/shared_ptr/modifiers/swap_neg.cc b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/modifiers/swap_neg.cc index 649d881a2ea1..51f12a71c6dd 100644 --- a/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/modifiers/swap_neg.cc +++ b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/modifiers/swap_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/2_general_utilities/shared_ptr/observers/bool_conv.cc b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/observers/bool_conv.cc index efc210c7f0b7..106eedfd6ff0 100644 --- a/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/observers/bool_conv.cc +++ b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/observers/bool_conv.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/2_general_utilities/shared_ptr/observers/get.cc b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/observers/get.cc index fe82c2926ebe..86f3d7c2338f 100644 --- a/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/observers/get.cc +++ b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/observers/get.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/2_general_utilities/shared_ptr/observers/unique.cc b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/observers/unique.cc index 51189d05541f..71fa16b26e9e 100644 --- a/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/observers/unique.cc +++ b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/observers/unique.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/2_general_utilities/shared_ptr/observers/use_count.cc b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/observers/use_count.cc index 79e62f654991..76280f285900 100644 --- a/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/observers/use_count.cc +++ b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/observers/use_count.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/2_general_utilities/shared_ptr/requirements/explicit_instantiation/1.cc b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/requirements/explicit_instantiation/1.cc index 918822d06814..7c987cd2cc27 100644 --- a/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/requirements/explicit_instantiation/1.cc +++ b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/requirements/explicit_instantiation/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/2_general_utilities/shared_ptr/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/requirements/explicit_instantiation/2.cc index 870e888b3822..a07cc2b9d8a6 100644 --- a/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/requirements/explicit_instantiation/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/2_general_utilities/shared_ptr/thread/default_weaktoshared.cc b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/thread/default_weaktoshared.cc index b5ea9e52cdec..ccd75f486811 100644 --- a/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/thread/default_weaktoshared.cc +++ b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/thread/default_weaktoshared.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/2_general_utilities/shared_ptr/thread/mutex_weaktoshared.cc b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/thread/mutex_weaktoshared.cc index 53bf2a72d997..2fa5e59b62eb 100644 --- a/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/thread/mutex_weaktoshared.cc +++ b/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/thread/mutex_weaktoshared.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/2_general_utilities/weak_ptr/lock/1.cc b/libstdc++-v3/testsuite/tr1/2_general_utilities/weak_ptr/lock/1.cc index c72e0b1048b9..34c02d75961a 100644 --- a/libstdc++-v3/testsuite/tr1/2_general_utilities/weak_ptr/lock/1.cc +++ b/libstdc++-v3/testsuite/tr1/2_general_utilities/weak_ptr/lock/1.cc @@ -1,6 +1,6 @@ // 2006-09-24 Paolo Carlini -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/2_general_utilities/weak_ptr/requirements/explicit_instantiation/1.cc b/libstdc++-v3/testsuite/tr1/2_general_utilities/weak_ptr/requirements/explicit_instantiation/1.cc index 0680ead9c3e2..3b53755e134d 100644 --- a/libstdc++-v3/testsuite/tr1/2_general_utilities/weak_ptr/requirements/explicit_instantiation/1.cc +++ b/libstdc++-v3/testsuite/tr1/2_general_utilities/weak_ptr/requirements/explicit_instantiation/1.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/2_general_utilities/weak_ptr/requirements/explicit_instantiation/2.cc b/libstdc++-v3/testsuite/tr1/2_general_utilities/weak_ptr/requirements/explicit_instantiation/2.cc index 31617c9152c0..c891733499d2 100644 --- a/libstdc++-v3/testsuite/tr1/2_general_utilities/weak_ptr/requirements/explicit_instantiation/2.cc +++ b/libstdc++-v3/testsuite/tr1/2_general_utilities/weak_ptr/requirements/explicit_instantiation/2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/3_function_objects/bind/all_bound.cc b/libstdc++-v3/testsuite/tr1/3_function_objects/bind/all_bound.cc index 91f1a442396f..69b03509f1dc 100644 --- a/libstdc++-v3/testsuite/tr1/3_function_objects/bind/all_bound.cc +++ b/libstdc++-v3/testsuite/tr1/3_function_objects/bind/all_bound.cc @@ -1,6 +1,6 @@ // 2005-03-20 Douglas Gregor // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/3_function_objects/bind/cv_quals.cc b/libstdc++-v3/testsuite/tr1/3_function_objects/bind/cv_quals.cc index f3867febb50b..d64c8f7cd694 100644 --- a/libstdc++-v3/testsuite/tr1/3_function_objects/bind/cv_quals.cc +++ b/libstdc++-v3/testsuite/tr1/3_function_objects/bind/cv_quals.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/tr1/3_function_objects/bind/mixed.cc b/libstdc++-v3/testsuite/tr1/3_function_objects/bind/mixed.cc index ca4d86add561..a94359752cf6 100644 --- a/libstdc++-v3/testsuite/tr1/3_function_objects/bind/mixed.cc +++ b/libstdc++-v3/testsuite/tr1/3_function_objects/bind/mixed.cc @@ -1,7 +1,7 @@ // { dg-do run { target c++11 } } // 2011-11-20 Jonathan Wakely // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/tr1/3_function_objects/bind/nested.cc b/libstdc++-v3/testsuite/tr1/3_function_objects/bind/nested.cc index 2424ecbab94d..64affa969051 100644 --- a/libstdc++-v3/testsuite/tr1/3_function_objects/bind/nested.cc +++ b/libstdc++-v3/testsuite/tr1/3_function_objects/bind/nested.cc @@ -1,6 +1,6 @@ // 2005-03-20 Douglas Gregor // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/3_function_objects/bind/placeholders.cc b/libstdc++-v3/testsuite/tr1/3_function_objects/bind/placeholders.cc index e81ebd490ece..abe3527c2078 100644 --- a/libstdc++-v3/testsuite/tr1/3_function_objects/bind/placeholders.cc +++ b/libstdc++-v3/testsuite/tr1/3_function_objects/bind/placeholders.cc @@ -1,6 +1,6 @@ // 2005-03-20 Douglas Gregor // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/3_function_objects/bind/ref.cc b/libstdc++-v3/testsuite/tr1/3_function_objects/bind/ref.cc index 377b4dcca36a..7f4446117e09 100644 --- a/libstdc++-v3/testsuite/tr1/3_function_objects/bind/ref.cc +++ b/libstdc++-v3/testsuite/tr1/3_function_objects/bind/ref.cc @@ -1,6 +1,6 @@ // 2005-03-20 Douglas Gregor // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/3_function_objects/function/1.cc b/libstdc++-v3/testsuite/tr1/3_function_objects/function/1.cc index 06d561c05a6b..ff96935db34a 100644 --- a/libstdc++-v3/testsuite/tr1/3_function_objects/function/1.cc +++ b/libstdc++-v3/testsuite/tr1/3_function_objects/function/1.cc @@ -1,6 +1,6 @@ // 2005-01-15 Douglas Gregor // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/3_function_objects/function/10.cc b/libstdc++-v3/testsuite/tr1/3_function_objects/function/10.cc index 2c1edafa11a8..e2d40225885b 100644 --- a/libstdc++-v3/testsuite/tr1/3_function_objects/function/10.cc +++ b/libstdc++-v3/testsuite/tr1/3_function_objects/function/10.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/tr1/3_function_objects/function/2.cc b/libstdc++-v3/testsuite/tr1/3_function_objects/function/2.cc index 9622035258fe..ce98e9557988 100644 --- a/libstdc++-v3/testsuite/tr1/3_function_objects/function/2.cc +++ b/libstdc++-v3/testsuite/tr1/3_function_objects/function/2.cc @@ -1,6 +1,6 @@ // 2005-01-15 Douglas Gregor // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/3_function_objects/function/3.cc b/libstdc++-v3/testsuite/tr1/3_function_objects/function/3.cc index 9d032106f04a..0685528ef78e 100644 --- a/libstdc++-v3/testsuite/tr1/3_function_objects/function/3.cc +++ b/libstdc++-v3/testsuite/tr1/3_function_objects/function/3.cc @@ -1,6 +1,6 @@ // 2005-01-15 Douglas Gregor // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/3_function_objects/function/4.cc b/libstdc++-v3/testsuite/tr1/3_function_objects/function/4.cc index 3f03e059b2d4..b9288f67b8f7 100644 --- a/libstdc++-v3/testsuite/tr1/3_function_objects/function/4.cc +++ b/libstdc++-v3/testsuite/tr1/3_function_objects/function/4.cc @@ -1,6 +1,6 @@ // 2005-01-15 Douglas Gregor // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/3_function_objects/function/5.cc b/libstdc++-v3/testsuite/tr1/3_function_objects/function/5.cc index c20e26ea1739..b85838bf73ac 100644 --- a/libstdc++-v3/testsuite/tr1/3_function_objects/function/5.cc +++ b/libstdc++-v3/testsuite/tr1/3_function_objects/function/5.cc @@ -1,6 +1,6 @@ // 2005-01-15 Douglas Gregor // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/3_function_objects/function/6.cc b/libstdc++-v3/testsuite/tr1/3_function_objects/function/6.cc index 922f6235b8f8..98a339548b03 100644 --- a/libstdc++-v3/testsuite/tr1/3_function_objects/function/6.cc +++ b/libstdc++-v3/testsuite/tr1/3_function_objects/function/6.cc @@ -1,6 +1,6 @@ // 2005-01-15 Douglas Gregor // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/3_function_objects/function/63840.cc b/libstdc++-v3/testsuite/tr1/3_function_objects/function/63840.cc index 1072abbe0b9e..80283b6679af 100644 --- a/libstdc++-v3/testsuite/tr1/3_function_objects/function/63840.cc +++ b/libstdc++-v3/testsuite/tr1/3_function_objects/function/63840.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/tr1/3_function_objects/function/7.cc b/libstdc++-v3/testsuite/tr1/3_function_objects/function/7.cc index def7ad6b13b9..5e0382dc65ef 100644 --- a/libstdc++-v3/testsuite/tr1/3_function_objects/function/7.cc +++ b/libstdc++-v3/testsuite/tr1/3_function_objects/function/7.cc @@ -1,6 +1,6 @@ // 2005-01-15 Douglas Gregor // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/3_function_objects/function/8.cc b/libstdc++-v3/testsuite/tr1/3_function_objects/function/8.cc index f4fc0762d435..a4f46b0cad10 100644 --- a/libstdc++-v3/testsuite/tr1/3_function_objects/function/8.cc +++ b/libstdc++-v3/testsuite/tr1/3_function_objects/function/8.cc @@ -1,6 +1,6 @@ // 2005-01-15 Douglas Gregor // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/3_function_objects/function/9.cc b/libstdc++-v3/testsuite/tr1/3_function_objects/function/9.cc index aa50b2c7d073..ab9bc3982769 100644 --- a/libstdc++-v3/testsuite/tr1/3_function_objects/function/9.cc +++ b/libstdc++-v3/testsuite/tr1/3_function_objects/function/9.cc @@ -1,6 +1,6 @@ // 2005-01-15 Douglas Gregor // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/3_function_objects/headers/functional/synopsis.cc b/libstdc++-v3/testsuite/tr1/3_function_objects/headers/functional/synopsis.cc index 5d675a905cc7..076954de2f91 100644 --- a/libstdc++-v3/testsuite/tr1/3_function_objects/headers/functional/synopsis.cc +++ b/libstdc++-v3/testsuite/tr1/3_function_objects/headers/functional/synopsis.cc @@ -2,7 +2,7 @@ // 2007-02-04 Benjamin Kosnik // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/3_function_objects/headers/functional/types_std_tr1.cc b/libstdc++-v3/testsuite/tr1/3_function_objects/headers/functional/types_std_tr1.cc index 93fe96969ae0..24d4cc3c672f 100644 --- a/libstdc++-v3/testsuite/tr1/3_function_objects/headers/functional/types_std_tr1.cc +++ b/libstdc++-v3/testsuite/tr1/3_function_objects/headers/functional/types_std_tr1.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/3_function_objects/headers/functional/using_namespace_std_tr1_placeholders.cc b/libstdc++-v3/testsuite/tr1/3_function_objects/headers/functional/using_namespace_std_tr1_placeholders.cc index 09c1946ddd9e..f71443efdd90 100644 --- a/libstdc++-v3/testsuite/tr1/3_function_objects/headers/functional/using_namespace_std_tr1_placeholders.cc +++ b/libstdc++-v3/testsuite/tr1/3_function_objects/headers/functional/using_namespace_std_tr1_placeholders.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/3_function_objects/mem_fn.cc b/libstdc++-v3/testsuite/tr1/3_function_objects/mem_fn.cc index 7edf0adacad3..69271b88b1a6 100644 --- a/libstdc++-v3/testsuite/tr1/3_function_objects/mem_fn.cc +++ b/libstdc++-v3/testsuite/tr1/3_function_objects/mem_fn.cc @@ -1,6 +1,6 @@ // 2005-01-26 Douglas Gregor // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/3_function_objects/reference_wrapper/invoke.cc b/libstdc++-v3/testsuite/tr1/3_function_objects/reference_wrapper/invoke.cc index 92c18fd2198c..55b5ad87e427 100644 --- a/libstdc++-v3/testsuite/tr1/3_function_objects/reference_wrapper/invoke.cc +++ b/libstdc++-v3/testsuite/tr1/3_function_objects/reference_wrapper/invoke.cc @@ -1,6 +1,6 @@ // 2005-02-27 Douglas Gregor // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/3_function_objects/reference_wrapper/typedefs.cc b/libstdc++-v3/testsuite/tr1/3_function_objects/reference_wrapper/typedefs.cc index 0b083039cc1e..10f242fcdac7 100644 --- a/libstdc++-v3/testsuite/tr1/3_function_objects/reference_wrapper/typedefs.cc +++ b/libstdc++-v3/testsuite/tr1/3_function_objects/reference_wrapper/typedefs.cc @@ -1,6 +1,6 @@ // 2005-02-27 Douglas Gregor // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/3_function_objects/result_of.cc b/libstdc++-v3/testsuite/tr1/3_function_objects/result_of.cc index cd26b17a3b34..2dffc89fd913 100644 --- a/libstdc++-v3/testsuite/tr1/3_function_objects/result_of.cc +++ b/libstdc++-v3/testsuite/tr1/3_function_objects/result_of.cc @@ -1,6 +1,6 @@ // 2005-01-26 Douglas Gregor // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/4_metaprogramming/add_const/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/add_const/requirements/explicit_instantiation.cc index 7c2206171c1e..53c09e630e3f 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/add_const/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/add_const/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2007-04-30 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/4_metaprogramming/add_const/value.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/add_const/value.cc index 5ad37ab2054b..ae6f2e556d67 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/add_const/value.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/add_const/value.cc @@ -1,6 +1,6 @@ // 2004-12-16 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/add_cv/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/add_cv/requirements/explicit_instantiation.cc index 768c29d7cd79..e6ad295e1232 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/add_cv/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/add_cv/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2007-04-30 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/4_metaprogramming/add_cv/value.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/add_cv/value.cc index f7ca8b8da003..d92b4abc6aa2 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/add_cv/value.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/add_cv/value.cc @@ -1,6 +1,6 @@ // 2004-12-16 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/add_pointer/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/add_pointer/requirements/explicit_instantiation.cc index ca827439d314..3a6d0447cf35 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/add_pointer/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/add_pointer/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2007-04-30 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/4_metaprogramming/add_pointer/value.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/add_pointer/value.cc index 4edc9881beee..72729b5e8e4f 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/add_pointer/value.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/add_pointer/value.cc @@ -1,6 +1,6 @@ // 2004-12-12 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/add_reference/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/add_reference/requirements/explicit_instantiation.cc index 811d8f66a95a..3b99497c20fa 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/add_reference/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/add_reference/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2007-04-30 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/4_metaprogramming/add_reference/value.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/add_reference/value.cc index c4b3eedcb9c2..73746edbba13 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/add_reference/value.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/add_reference/value.cc @@ -1,6 +1,6 @@ // 2004-12-08 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/add_volatile/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/add_volatile/requirements/explicit_instantiation.cc index 587bd427adca..d1a4cf7e9b8c 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/add_volatile/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/add_volatile/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2007-04-30 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/4_metaprogramming/add_volatile/value.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/add_volatile/value.cc index 329533d13ab7..2a1a2f836910 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/add_volatile/value.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/add_volatile/value.cc @@ -1,6 +1,6 @@ // 2004-12-16 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/aligned_storage/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/aligned_storage/requirements/explicit_instantiation.cc index a391501d3e5c..d59c97d06b69 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/aligned_storage/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/aligned_storage/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2007-04-30 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/4_metaprogramming/aligned_storage/value.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/aligned_storage/value.cc index be4bf742cb65..f676b6109def 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/aligned_storage/value.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/aligned_storage/value.cc @@ -1,6 +1,6 @@ // 2005-01-11 Paolo Carlini // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/4_metaprogramming/alignment_of/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/alignment_of/requirements/explicit_instantiation.cc index 2dcc261cf7f8..18c9c7ad2207 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/alignment_of/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/alignment_of/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2007-04-30 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/4_metaprogramming/alignment_of/requirements/typedefs.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/alignment_of/requirements/typedefs.cc index 863cc102f2b5..7fb5b376613c 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/alignment_of/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/alignment_of/requirements/typedefs.cc @@ -1,6 +1,6 @@ // 2005-01-11 Paolo Carlini // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/4_metaprogramming/alignment_of/value.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/alignment_of/value.cc index 11aa47a6dfa2..49bfede7ec3d 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/alignment_of/value.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/alignment_of/value.cc @@ -1,6 +1,6 @@ // 2005-01-11 Paolo Carlini // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/4_metaprogramming/extent/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/extent/requirements/explicit_instantiation.cc index 32adf6466355..5239bac6b005 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/extent/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/extent/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2007-04-30 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/4_metaprogramming/extent/requirements/typedefs.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/extent/requirements/typedefs.cc index 83c6153010be..76183a31c080 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/extent/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/extent/requirements/typedefs.cc @@ -1,6 +1,6 @@ // 2004-12-12 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/extent/value.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/extent/value.cc index b544805d2b45..b6d7c371879e 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/extent/value.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/extent/value.cc @@ -1,6 +1,6 @@ // 2004-12-12 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/has_nothrow_assign/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_nothrow_assign/requirements/explicit_instantiation.cc index 9a1dbb3a9a58..daef8bdfee4d 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_nothrow_assign/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_nothrow_assign/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2007-04-30 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/4_metaprogramming/has_nothrow_assign/requirements/typedefs.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_nothrow_assign/requirements/typedefs.cc index f11d58aa1516..d6acd99971a9 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_nothrow_assign/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_nothrow_assign/requirements/typedefs.cc @@ -1,6 +1,6 @@ // 2004-12-30 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/has_nothrow_assign/value.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_nothrow_assign/value.cc index edf901aaaec4..bebc722b80f0 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_nothrow_assign/value.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_nothrow_assign/value.cc @@ -1,6 +1,6 @@ // 2004-12-30 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/has_nothrow_constructor/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_nothrow_constructor/requirements/explicit_instantiation.cc index de69f2062c11..3f17d821ba39 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_nothrow_constructor/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_nothrow_constructor/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2007-04-30 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/4_metaprogramming/has_nothrow_constructor/requirements/typedefs.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_nothrow_constructor/requirements/typedefs.cc index 651972dd3fc6..60ad92f0c5f2 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_nothrow_constructor/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_nothrow_constructor/requirements/typedefs.cc @@ -1,6 +1,6 @@ // 2004-12-29 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/has_nothrow_constructor/value.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_nothrow_constructor/value.cc index 8ccb5a6b76cc..124ed4591875 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_nothrow_constructor/value.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_nothrow_constructor/value.cc @@ -1,6 +1,6 @@ // 2004-12-29 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/has_nothrow_copy/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_nothrow_copy/requirements/explicit_instantiation.cc index a6ca2aaf0e20..2261283ca7d1 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_nothrow_copy/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_nothrow_copy/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2007-04-30 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/4_metaprogramming/has_nothrow_copy/requirements/typedefs.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_nothrow_copy/requirements/typedefs.cc index 3d945bd18c6f..7aec325b66e6 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_nothrow_copy/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_nothrow_copy/requirements/typedefs.cc @@ -1,6 +1,6 @@ // 2004-12-30 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/has_nothrow_copy/value.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_nothrow_copy/value.cc index bb1ae0774942..387933fcec6b 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_nothrow_copy/value.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_nothrow_copy/value.cc @@ -1,6 +1,6 @@ // 2004-12-30 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/has_trivial_assign/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_trivial_assign/requirements/explicit_instantiation.cc index 5864b853ebd0..6f0ae241ae56 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_trivial_assign/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_trivial_assign/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2007-04-30 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/4_metaprogramming/has_trivial_assign/requirements/typedefs.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_trivial_assign/requirements/typedefs.cc index ae0baf89ca57..2598b693fe64 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_trivial_assign/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_trivial_assign/requirements/typedefs.cc @@ -1,6 +1,6 @@ // 2004-12-30 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/has_trivial_assign/value.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_trivial_assign/value.cc index 2b9dca9d154a..fbb277624abf 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_trivial_assign/value.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_trivial_assign/value.cc @@ -1,6 +1,6 @@ // 2004-12-30 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/has_trivial_constructor/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_trivial_constructor/requirements/explicit_instantiation.cc index ac5c0b010614..f4704b0eadc1 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_trivial_constructor/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_trivial_constructor/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2007-04-30 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/4_metaprogramming/has_trivial_constructor/requirements/typedefs.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_trivial_constructor/requirements/typedefs.cc index 8fb9cca4b6ea..e97359e5c87d 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_trivial_constructor/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_trivial_constructor/requirements/typedefs.cc @@ -1,6 +1,6 @@ // 2004-12-26 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/has_trivial_constructor/value.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_trivial_constructor/value.cc index 1a944f17f060..e36d1d4adf3f 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_trivial_constructor/value.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_trivial_constructor/value.cc @@ -1,6 +1,6 @@ // 2004-12-26 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/has_trivial_copy/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_trivial_copy/requirements/explicit_instantiation.cc index ffbb1f5e596a..85064e028ee6 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_trivial_copy/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_trivial_copy/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2007-04-30 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/4_metaprogramming/has_trivial_copy/requirements/typedefs.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_trivial_copy/requirements/typedefs.cc index 2f723dc64a33..81c949f3b0f3 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_trivial_copy/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_trivial_copy/requirements/typedefs.cc @@ -1,6 +1,6 @@ // 2004-12-30 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/has_trivial_copy/value.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_trivial_copy/value.cc index 218455b313b2..1762482e8bf9 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_trivial_copy/value.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_trivial_copy/value.cc @@ -1,6 +1,6 @@ // 2004-12-30 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/has_trivial_destructor/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_trivial_destructor/requirements/explicit_instantiation.cc index 8332dc02f178..5b03235d4b40 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_trivial_destructor/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_trivial_destructor/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2007-04-30 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/4_metaprogramming/has_trivial_destructor/requirements/typedefs.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_trivial_destructor/requirements/typedefs.cc index ab120bca6c7b..10a2319d45bb 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_trivial_destructor/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_trivial_destructor/requirements/typedefs.cc @@ -1,6 +1,6 @@ // 2004-12-26 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/has_trivial_destructor/value.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_trivial_destructor/value.cc index ce4fda276c88..26c7a62e8497 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_trivial_destructor/value.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_trivial_destructor/value.cc @@ -1,6 +1,6 @@ // 2004-12-26 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/has_virtual_destructor/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_virtual_destructor/requirements/explicit_instantiation.cc index 709ee9d6adaa..b00e726b5164 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_virtual_destructor/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_virtual_destructor/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2007-04-30 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/4_metaprogramming/has_virtual_destructor/requirements/typedefs.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_virtual_destructor/requirements/typedefs.cc index 1c904224651c..2fc82bcf5bd5 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_virtual_destructor/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_virtual_destructor/requirements/typedefs.cc @@ -1,6 +1,6 @@ // 2007-04-08 Paolo Carlini // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/4_metaprogramming/has_virtual_destructor/value.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_virtual_destructor/value.cc index 6ee848d9c3e7..857a08d31f64 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_virtual_destructor/value.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/has_virtual_destructor/value.cc @@ -1,6 +1,6 @@ // 2007-04-08 Paolo Carlini // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/4_metaprogramming/headers/type_traits/synopsis.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/headers/type_traits/synopsis.cc index c06a784470b6..4a69d1135ce4 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/headers/type_traits/synopsis.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/headers/type_traits/synopsis.cc @@ -2,7 +2,7 @@ // 2007-02-04 Benjamin Kosnik // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/4_metaprogramming/headers/type_traits/types_std_tr1.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/headers/type_traits/types_std_tr1.cc index d2befc6a02f1..ae411d7dc912 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/headers/type_traits/types_std_tr1.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/headers/type_traits/types_std_tr1.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/4_metaprogramming/integral_constant/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/integral_constant/requirements/explicit_instantiation.cc index 9df3813beac9..0e3f40c52692 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/integral_constant/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/integral_constant/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2007-04-30 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/4_metaprogramming/integral_constant/requirements/typedefs.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/integral_constant/requirements/typedefs.cc index 42ed234f3d6f..f92ed1d06ceb 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/integral_constant/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/integral_constant/requirements/typedefs.cc @@ -1,6 +1,6 @@ // 2004-12-03 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/integral_constant/static_definition.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/integral_constant/static_definition.cc index 23bac70dad2f..f4677b548120 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/integral_constant/static_definition.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/integral_constant/static_definition.cc @@ -1,6 +1,6 @@ // 2006-05-07 Paolo Carlini // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/4_metaprogramming/integral_constant/true_false_type_typedefs.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/integral_constant/true_false_type_typedefs.cc index 696fa297c311..06f16290aa87 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/integral_constant/true_false_type_typedefs.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/integral_constant/true_false_type_typedefs.cc @@ -1,6 +1,6 @@ // 2004-12-03 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/integral_constant/true_false_value.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/integral_constant/true_false_value.cc index fadcd6e1eec3..85f3161aee39 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/integral_constant/true_false_value.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/integral_constant/true_false_value.cc @@ -1,6 +1,6 @@ // 2004-12-03 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/is_abstract/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_abstract/requirements/explicit_instantiation.cc index 0ab465342fd8..ba0b5190f8cd 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_abstract/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_abstract/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2007-04-30 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/4_metaprogramming/is_abstract/requirements/typedefs.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_abstract/requirements/typedefs.cc index 40382e2b64a2..755d86da467d 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_abstract/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_abstract/requirements/typedefs.cc @@ -1,6 +1,6 @@ // 2005-01-28 Paolo Carlini // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/4_metaprogramming/is_abstract/value.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_abstract/value.cc index e5c03b79a232..f668d9b77062 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_abstract/value.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_abstract/value.cc @@ -1,6 +1,6 @@ // 2005-01-28 Paolo Carlini // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/4_metaprogramming/is_arithmetic/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_arithmetic/requirements/explicit_instantiation.cc index 1c748df88b1b..a6c85f483517 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_arithmetic/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_arithmetic/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2007-04-30 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/4_metaprogramming/is_arithmetic/requirements/typedefs.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_arithmetic/requirements/typedefs.cc index af3e1f5b4ca4..dc994f547d61 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_arithmetic/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_arithmetic/requirements/typedefs.cc @@ -1,6 +1,6 @@ // 2004-12-03 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/is_arithmetic/value.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_arithmetic/value.cc index 1a942835575e..9f183b80ebbe 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_arithmetic/value.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_arithmetic/value.cc @@ -1,6 +1,6 @@ // 2004-12-03 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/is_array/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_array/requirements/explicit_instantiation.cc index 99857972832b..8a96dcb3ba00 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_array/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_array/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2007-04-30 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/4_metaprogramming/is_array/requirements/typedefs.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_array/requirements/typedefs.cc index 904e9dae1011..1906647eae76 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_array/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_array/requirements/typedefs.cc @@ -1,6 +1,6 @@ // 2004-12-03 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/is_array/value.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_array/value.cc index e3e204cb68fd..41ec2651e122 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_array/value.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_array/value.cc @@ -1,6 +1,6 @@ // 2004-12-03 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/is_base_of/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_base_of/requirements/explicit_instantiation.cc index 70e4143bf171..3e3a8811e22e 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_base_of/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_base_of/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2007-04-30 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/4_metaprogramming/is_base_of/requirements/typedefs.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_base_of/requirements/typedefs.cc index e746db798902..1fe88e3f20e5 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_base_of/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_base_of/requirements/typedefs.cc @@ -1,6 +1,6 @@ // 2005-03-04 Paolo Carlini // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/4_metaprogramming/is_base_of/value.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_base_of/value.cc index 73aec0ac6b6a..9e0e25fc4bcc 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_base_of/value.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_base_of/value.cc @@ -1,6 +1,6 @@ // 2005-03-04 Paolo Carlini // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/4_metaprogramming/is_class/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_class/requirements/explicit_instantiation.cc index 7c6775b82a65..d65b1f15e484 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_class/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_class/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2007-04-30 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/4_metaprogramming/is_class/requirements/typedefs.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_class/requirements/typedefs.cc index d16eab2974b6..fb4a20aa8484 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_class/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_class/requirements/typedefs.cc @@ -1,6 +1,6 @@ // 2007-04-08 Paolo Carlini // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/4_metaprogramming/is_class/value.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_class/value.cc index c058a4396f5d..41a23a53aff4 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_class/value.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_class/value.cc @@ -1,6 +1,6 @@ // 2007-04-08 Paolo Carlini // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/4_metaprogramming/is_compound/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_compound/requirements/explicit_instantiation.cc index 9de62cb34783..ba34caa65494 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_compound/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_compound/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2007-04-30 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/4_metaprogramming/is_compound/requirements/typedefs.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_compound/requirements/typedefs.cc index 079947c230d5..1d234a3a1d12 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_compound/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_compound/requirements/typedefs.cc @@ -1,6 +1,6 @@ // 2004-12-11 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/is_compound/value.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_compound/value.cc index c3dd21d4c154..1eedef257ac5 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_compound/value.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_compound/value.cc @@ -1,6 +1,6 @@ // 2004-12-11 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/is_const/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_const/requirements/explicit_instantiation.cc index dc773051ad4b..af724079be8e 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_const/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_const/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2007-04-30 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/4_metaprogramming/is_const/requirements/typedefs.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_const/requirements/typedefs.cc index 83387208c1f6..27ffbaa7c735 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_const/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_const/requirements/typedefs.cc @@ -1,6 +1,6 @@ // 2004-12-07 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/is_const/value.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_const/value.cc index 09c98c6a88e3..087c4863faf1 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_const/value.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_const/value.cc @@ -1,6 +1,6 @@ // 2004-12-07 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/is_convertible/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_convertible/requirements/explicit_instantiation.cc index ebb20dff65f0..46b32dd1056b 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_convertible/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_convertible/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2007-04-30 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/4_metaprogramming/is_convertible/requirements/typedefs.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_convertible/requirements/typedefs.cc index 2177d13c92cc..b45c14bdee74 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_convertible/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_convertible/requirements/typedefs.cc @@ -1,6 +1,6 @@ // 2005-02-23 Paolo Carlini // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/4_metaprogramming/is_convertible/value.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_convertible/value.cc index e431eab2b24e..3967ae2fafd1 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_convertible/value.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_convertible/value.cc @@ -1,6 +1,6 @@ // 2005-02-23 Paolo Carlini // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/4_metaprogramming/is_empty/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_empty/requirements/explicit_instantiation.cc index cf38fde4f758..878b0898a004 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_empty/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_empty/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2007-04-30 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/4_metaprogramming/is_empty/requirements/typedefs.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_empty/requirements/typedefs.cc index f6c51d833d03..4aaf6cf41686 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_empty/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_empty/requirements/typedefs.cc @@ -1,6 +1,6 @@ // 2005-01-28 Paolo Carlini // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/4_metaprogramming/is_empty/value.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_empty/value.cc index 6116f62628dc..fe1d6814cd64 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_empty/value.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_empty/value.cc @@ -1,6 +1,6 @@ // 2005-01-28 Paolo Carlini // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/4_metaprogramming/is_enum/24808.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_enum/24808.cc index 76395bfcfedd..10dd2cc722ee 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_enum/24808.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_enum/24808.cc @@ -1,6 +1,6 @@ // 2005-11-11 Paolo Carlini // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/4_metaprogramming/is_enum/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_enum/requirements/explicit_instantiation.cc index 91d20e873ace..6106c537752e 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_enum/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_enum/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2007-04-30 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/4_metaprogramming/is_enum/requirements/typedefs.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_enum/requirements/typedefs.cc index f2624f6280f0..8143645f24a2 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_enum/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_enum/requirements/typedefs.cc @@ -1,6 +1,6 @@ // 2004-12-25 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/is_enum/value.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_enum/value.cc index d4ef99871800..17808df3b464 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_enum/value.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_enum/value.cc @@ -1,6 +1,6 @@ // 2004-12-25 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/is_floating_point/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_floating_point/requirements/explicit_instantiation.cc index 0224a929a5d9..e86910fa5255 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_floating_point/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_floating_point/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2007-04-30 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/4_metaprogramming/is_floating_point/requirements/typedefs.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_floating_point/requirements/typedefs.cc index 3a9ad91371dd..7cdf4f546882 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_floating_point/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_floating_point/requirements/typedefs.cc @@ -1,6 +1,6 @@ // 2004-12-03 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/is_floating_point/value.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_floating_point/value.cc index a161c2b2fb66..645edcb7d898 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_floating_point/value.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_floating_point/value.cc @@ -1,6 +1,6 @@ // 2004-12-03 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/is_function/24808.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_function/24808.cc index 71f1a27bd585..cd5520b9700f 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_function/24808.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_function/24808.cc @@ -1,6 +1,6 @@ // 2005-11-11 Paolo Carlini // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/4_metaprogramming/is_function/35637.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_function/35637.cc index 805ad29e3efd..352311bf58c7 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_function/35637.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_function/35637.cc @@ -1,7 +1,7 @@ // { dg-options "-pedantic-errors" } // { dg-do compile } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/tr1/4_metaprogramming/is_function/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_function/requirements/explicit_instantiation.cc index a8cd3326fd49..b79c260a0d7b 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_function/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_function/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2007-04-30 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/4_metaprogramming/is_function/requirements/typedefs.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_function/requirements/typedefs.cc index a32e19b0cea6..bb7abe3e9463 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_function/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_function/requirements/typedefs.cc @@ -1,6 +1,6 @@ // 2004-12-16 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/is_function/value.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_function/value.cc index fefd396d5148..5de7cffa5149 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_function/value.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_function/value.cc @@ -1,6 +1,6 @@ // 2004-12-16 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/is_fundamental/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_fundamental/requirements/explicit_instantiation.cc index 60e4f8d4b352..501031e76f71 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_fundamental/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_fundamental/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2007-04-30 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/4_metaprogramming/is_fundamental/requirements/typedefs.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_fundamental/requirements/typedefs.cc index 4765ab84f29b..3ac725d84cc4 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_fundamental/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_fundamental/requirements/typedefs.cc @@ -1,6 +1,6 @@ // 2004-12-03 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/is_fundamental/value.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_fundamental/value.cc index 9890ebfb964e..7e30c706ffa6 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_fundamental/value.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_fundamental/value.cc @@ -1,6 +1,6 @@ // 2004-12-03 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/is_integral/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_integral/requirements/explicit_instantiation.cc index f2e4cc1441bd..62b6d5121ade 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_integral/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_integral/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2007-04-30 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/4_metaprogramming/is_integral/requirements/typedefs.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_integral/requirements/typedefs.cc index f0372b84f368..4b00577145a9 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_integral/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_integral/requirements/typedefs.cc @@ -1,6 +1,6 @@ // 2004-12-03 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/is_integral/value.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_integral/value.cc index 33244bfe6383..7eba52fa22b7 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_integral/value.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_integral/value.cc @@ -1,6 +1,6 @@ // 2004-12-03 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/is_member_function_pointer/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_member_function_pointer/requirements/explicit_instantiation.cc index 8a3c55b77f05..f86d68b9d4cd 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_member_function_pointer/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_member_function_pointer/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2007-04-30 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/4_metaprogramming/is_member_function_pointer/requirements/typedefs.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_member_function_pointer/requirements/typedefs.cc index 4cd01c4fbd83..6800dad0d277 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_member_function_pointer/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_member_function_pointer/requirements/typedefs.cc @@ -1,6 +1,6 @@ // 2004-12-24 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/is_member_function_pointer/value.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_member_function_pointer/value.cc index 6e5e8c711e40..beef0352a197 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_member_function_pointer/value.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_member_function_pointer/value.cc @@ -1,6 +1,6 @@ // 2004-12-24 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/is_member_object_pointer/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_member_object_pointer/requirements/explicit_instantiation.cc index 58d78e85c4d6..5fc7f2d355b7 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_member_object_pointer/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_member_object_pointer/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2007-04-30 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/4_metaprogramming/is_member_object_pointer/requirements/typedefs.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_member_object_pointer/requirements/typedefs.cc index c892adb156f4..531e2a384940 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_member_object_pointer/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_member_object_pointer/requirements/typedefs.cc @@ -1,6 +1,6 @@ // 2004-12-24 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/is_member_object_pointer/value.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_member_object_pointer/value.cc index 07571e47a3c2..45662a81aa66 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_member_object_pointer/value.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_member_object_pointer/value.cc @@ -1,6 +1,6 @@ // 2004-12-24 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/is_member_pointer/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_member_pointer/requirements/explicit_instantiation.cc index f980c4594bc9..7e667fab2e50 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_member_pointer/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_member_pointer/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2007-04-30 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/4_metaprogramming/is_member_pointer/requirements/typedefs.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_member_pointer/requirements/typedefs.cc index 0b31abfc0a22..163e1c3975a8 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_member_pointer/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_member_pointer/requirements/typedefs.cc @@ -1,6 +1,6 @@ // 2004-12-24 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/is_member_pointer/value.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_member_pointer/value.cc index 71d13139509c..9d93f9831a1d 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_member_pointer/value.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_member_pointer/value.cc @@ -1,6 +1,6 @@ // 2004-12-24 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/is_object/24808.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_object/24808.cc index 9183a89a9cab..af9e492e7d43 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_object/24808.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_object/24808.cc @@ -1,6 +1,6 @@ // 2005-11-11 Paolo Carlini // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/4_metaprogramming/is_object/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_object/requirements/explicit_instantiation.cc index 69ec2e72f100..2acc7fc0bacd 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_object/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_object/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2007-04-30 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/4_metaprogramming/is_object/requirements/typedefs.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_object/requirements/typedefs.cc index 68573f6bc694..0f43129ac517 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_object/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_object/requirements/typedefs.cc @@ -1,6 +1,6 @@ // 2004-12-16 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/is_object/value.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_object/value.cc index af8d0977ec46..1970485c98b3 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_object/value.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_object/value.cc @@ -1,6 +1,6 @@ // 2004-12-16 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/is_pod/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_pod/requirements/explicit_instantiation.cc index 6d44f2b861e2..e345a43f597e 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_pod/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_pod/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2007-04-30 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/4_metaprogramming/is_pod/requirements/typedefs.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_pod/requirements/typedefs.cc index 289ca549603a..fc43fa9ca399 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_pod/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_pod/requirements/typedefs.cc @@ -1,6 +1,6 @@ // 2004-12-26 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/is_pod/value.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_pod/value.cc index 97f3e9f37aa3..c84c6394ddea 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_pod/value.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_pod/value.cc @@ -1,6 +1,6 @@ // 2004-12-26 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/is_pointer/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_pointer/requirements/explicit_instantiation.cc index f828f82472fa..d7b702015a42 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_pointer/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_pointer/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2007-04-30 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/4_metaprogramming/is_pointer/requirements/typedefs.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_pointer/requirements/typedefs.cc index 38ab90f82d5b..3f33f613eb3d 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_pointer/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_pointer/requirements/typedefs.cc @@ -1,6 +1,6 @@ // 2004-12-12 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/is_pointer/value.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_pointer/value.cc index d6cd02a0429e..35a11053696c 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_pointer/value.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_pointer/value.cc @@ -1,6 +1,6 @@ // 2004-12-12 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/is_polymorphic/24809.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_polymorphic/24809.cc index 6570b027e29a..bbb12c9ac3e2 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_polymorphic/24809.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_polymorphic/24809.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/4_metaprogramming/is_polymorphic/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_polymorphic/requirements/explicit_instantiation.cc index da17acc17343..a3bf09ada836 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_polymorphic/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_polymorphic/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2007-04-30 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/4_metaprogramming/is_polymorphic/requirements/typedefs.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_polymorphic/requirements/typedefs.cc index c1515748ee62..81cd9fd81130 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_polymorphic/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_polymorphic/requirements/typedefs.cc @@ -1,6 +1,6 @@ // 2005-03-03 Paolo Carlini // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/4_metaprogramming/is_polymorphic/value.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_polymorphic/value.cc index 9b187fb23d0e..259ff8344599 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_polymorphic/value.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_polymorphic/value.cc @@ -1,6 +1,6 @@ // 2005-03-03 Paolo Carlini // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/4_metaprogramming/is_reference/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_reference/requirements/explicit_instantiation.cc index 7a611089379a..bfcd6320bc9d 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_reference/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_reference/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2007-04-30 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/4_metaprogramming/is_reference/requirements/typedefs.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_reference/requirements/typedefs.cc index a43c8d758bc8..39d78b21dbbd 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_reference/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_reference/requirements/typedefs.cc @@ -1,6 +1,6 @@ // 2004-12-06 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/is_reference/value.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_reference/value.cc index e766b315db86..65a52c17264d 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_reference/value.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_reference/value.cc @@ -1,6 +1,6 @@ // 2004-12-06 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/is_same/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_same/requirements/explicit_instantiation.cc index c25c06787ddb..7c3c76d4298e 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_same/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_same/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2007-04-30 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/4_metaprogramming/is_same/requirements/typedefs.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_same/requirements/typedefs.cc index 64cf599003d8..5ca8933e871e 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_same/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_same/requirements/typedefs.cc @@ -1,6 +1,6 @@ // 2004-12-08 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/is_same/value.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_same/value.cc index c8e8cb4e5f72..4c31e035d92e 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_same/value.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_same/value.cc @@ -1,6 +1,6 @@ // 2004-12-08 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/is_scalar/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_scalar/requirements/explicit_instantiation.cc index 90ee56c3a53e..9793a36aa585 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_scalar/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_scalar/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2007-04-30 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/4_metaprogramming/is_scalar/requirements/typedefs.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_scalar/requirements/typedefs.cc index 9af9a0f3acb8..b73c5e9575b6 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_scalar/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_scalar/requirements/typedefs.cc @@ -1,6 +1,6 @@ // 2004-12-25 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/is_scalar/value.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_scalar/value.cc index 82309aa460ff..fa9481df8bdc 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_scalar/value.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_scalar/value.cc @@ -1,6 +1,6 @@ // 2004-12-25 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/is_signed/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_signed/requirements/explicit_instantiation.cc index 4a00f41479d5..4daca19e230b 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_signed/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_signed/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2007-04-30 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/4_metaprogramming/is_signed/requirements/typedefs.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_signed/requirements/typedefs.cc index 53ec4636648d..12c8aa257727 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_signed/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_signed/requirements/typedefs.cc @@ -1,6 +1,6 @@ // 2005-01-24 Paolo Carlini // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/4_metaprogramming/is_signed/value.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_signed/value.cc index ee8cba9f168d..3d7a4871ff62 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_signed/value.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_signed/value.cc @@ -1,6 +1,6 @@ // 2005-01-24 Paolo Carlini // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/4_metaprogramming/is_union/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_union/requirements/explicit_instantiation.cc index 3aaf63e39c9d..275169bcddc2 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_union/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_union/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2007-04-30 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/4_metaprogramming/is_union/requirements/typedefs.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_union/requirements/typedefs.cc index d46d1c99a84d..86f062673045 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_union/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_union/requirements/typedefs.cc @@ -1,6 +1,6 @@ // 2007-04-08 Paolo Carlini // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/4_metaprogramming/is_union/value.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_union/value.cc index ad316730b60f..d45548a18c2f 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_union/value.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_union/value.cc @@ -1,6 +1,6 @@ // 2007-04-08 Paolo Carlini // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/4_metaprogramming/is_unsigned/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_unsigned/requirements/explicit_instantiation.cc index e2a140b1b3cf..7de3208c1aa5 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_unsigned/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_unsigned/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2007-04-30 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/4_metaprogramming/is_unsigned/requirements/typedefs.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_unsigned/requirements/typedefs.cc index a6e9f53add12..555214fc93fb 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_unsigned/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_unsigned/requirements/typedefs.cc @@ -1,6 +1,6 @@ // 2005-01-24 Paolo Carlini // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/4_metaprogramming/is_unsigned/value.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_unsigned/value.cc index 946987021d8f..da404a0a52dc 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_unsigned/value.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_unsigned/value.cc @@ -1,6 +1,6 @@ // 2005-01-24 Paolo Carlini // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/4_metaprogramming/is_void/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_void/requirements/explicit_instantiation.cc index 77d9534401a7..68100dd67a5a 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_void/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_void/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2007-04-30 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/4_metaprogramming/is_void/requirements/typedefs.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_void/requirements/typedefs.cc index 3c131992e7f3..13913371cdf0 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_void/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_void/requirements/typedefs.cc @@ -1,6 +1,6 @@ // 2004-12-03 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/is_void/value.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_void/value.cc index 3536450eb571..bdeb56faf499 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_void/value.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_void/value.cc @@ -1,6 +1,6 @@ // 2004-12-03 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/is_volatile/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_volatile/requirements/explicit_instantiation.cc index 9fab57463419..b9880c0d774d 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_volatile/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_volatile/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2007-04-30 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/4_metaprogramming/is_volatile/requirements/typedefs.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_volatile/requirements/typedefs.cc index 6109c54c6832..910ec9a7c40a 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_volatile/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_volatile/requirements/typedefs.cc @@ -1,6 +1,6 @@ // 2004-12-07 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/is_volatile/value.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_volatile/value.cc index a848043fced4..8981cb4ab8e3 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_volatile/value.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_volatile/value.cc @@ -1,6 +1,6 @@ // 2004-12-07 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/rank/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/rank/requirements/explicit_instantiation.cc index 8fe0b22cbe97..0cb3d55a7743 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/rank/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/rank/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2007-04-30 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/4_metaprogramming/rank/requirements/typedefs.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/rank/requirements/typedefs.cc index 788c9c2b7bc6..40fa31d7453e 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/rank/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/rank/requirements/typedefs.cc @@ -1,6 +1,6 @@ // 2004-12-11 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/rank/value.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/rank/value.cc index 8c3c845c252a..9c612538848c 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/rank/value.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/rank/value.cc @@ -1,6 +1,6 @@ // 2004-12-11 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/remove_all_extents/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/remove_all_extents/requirements/explicit_instantiation.cc index 8f847ab0f791..c5cb529b9e9b 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/remove_all_extents/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/remove_all_extents/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2007-04-30 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/4_metaprogramming/remove_all_extents/value.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/remove_all_extents/value.cc index c6651d315422..a19049234908 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/remove_all_extents/value.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/remove_all_extents/value.cc @@ -1,6 +1,6 @@ // 2004-12-09 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/remove_const/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/remove_const/requirements/explicit_instantiation.cc index 523ae5ba8d3d..e8621dd812ef 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/remove_const/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/remove_const/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2007-04-30 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/4_metaprogramming/remove_const/value.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/remove_const/value.cc index 2b4b30f9d836..5c374799ed4b 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/remove_const/value.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/remove_const/value.cc @@ -1,6 +1,6 @@ // 2004-12-10 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/remove_cv/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/remove_cv/requirements/explicit_instantiation.cc index 4e9c1802e7d9..afd9a645fc84 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/remove_cv/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/remove_cv/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2007-04-30 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/4_metaprogramming/remove_cv/value.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/remove_cv/value.cc index ddff43dc00b3..a6e877c89ebd 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/remove_cv/value.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/remove_cv/value.cc @@ -1,6 +1,6 @@ // 2004-12-10 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/remove_extent/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/remove_extent/requirements/explicit_instantiation.cc index c8537eeb9616..48c5e0c3ed2f 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/remove_extent/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/remove_extent/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2007-04-30 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/4_metaprogramming/remove_extent/value.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/remove_extent/value.cc index e6d704f48e1d..a87f42ad9500 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/remove_extent/value.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/remove_extent/value.cc @@ -1,6 +1,6 @@ // 2004-12-09 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/remove_pointer/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/remove_pointer/requirements/explicit_instantiation.cc index be110976e5ec..b2367a367fb6 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/remove_pointer/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/remove_pointer/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2007-04-30 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/4_metaprogramming/remove_pointer/value.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/remove_pointer/value.cc index 1ee2a4a3a8c0..b77a942fe475 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/remove_pointer/value.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/remove_pointer/value.cc @@ -1,6 +1,6 @@ // 2004-12-12 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/remove_reference/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/remove_reference/requirements/explicit_instantiation.cc index 12bd180750d3..3d220c6658e5 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/remove_reference/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/remove_reference/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2007-04-30 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/4_metaprogramming/remove_reference/value.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/remove_reference/value.cc index f696154641cc..586f7386abf0 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/remove_reference/value.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/remove_reference/value.cc @@ -1,6 +1,6 @@ // 2004-12-08 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/4_metaprogramming/remove_volatile/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/remove_volatile/requirements/explicit_instantiation.cc index 6ad50f01b8ee..4dc3e5053f0d 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/remove_volatile/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/remove_volatile/requirements/explicit_instantiation.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2007-04-30 Benjamin Kosnik -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/4_metaprogramming/remove_volatile/value.cc b/libstdc++-v3/testsuite/tr1/4_metaprogramming/remove_volatile/value.cc index 2577d17204ac..c03d0d166169 100644 --- a/libstdc++-v3/testsuite/tr1/4_metaprogramming/remove_volatile/value.cc +++ b/libstdc++-v3/testsuite/tr1/4_metaprogramming/remove_volatile/value.cc @@ -1,6 +1,6 @@ // 2004-12-10 Paolo Carlini // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/5_numerical_facilities/headers/random/synopsis.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/headers/random/synopsis.cc index 50cf21d9ead7..360cc759936b 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/headers/random/synopsis.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/headers/random/synopsis.cc @@ -2,7 +2,7 @@ // 2007-02-04 Benjamin Kosnik // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/5_numerical_facilities/headers/random/types_std_tr1.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/headers/random/types_std_tr1.cc index 1381c09eb854..64e77228ca2d 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/headers/random/types_std_tr1.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/headers/random/types_std_tr1.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/5_numerical_facilities/random/bernoulli_distribution/requirements/typedefs.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/bernoulli_distribution/requirements/typedefs.cc index 3c119045da4d..551ef2b7aab5 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/bernoulli_distribution/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/bernoulli_distribution/requirements/typedefs.cc @@ -2,7 +2,7 @@ // // 2006-06-24 Paolo Carlini // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/random/binomial_distribution/requirements/typedefs.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/binomial_distribution/requirements/typedefs.cc index bcaf3a4c5b68..4a79d8af3f1a 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/binomial_distribution/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/binomial_distribution/requirements/typedefs.cc @@ -2,7 +2,7 @@ // // 2006-08-18 Paolo Carlini // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/random/discard_block/operators/equal.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/discard_block/operators/equal.cc index 81280dbb6051..b6712bb30bc9 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/discard_block/operators/equal.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/discard_block/operators/equal.cc @@ -1,6 +1,6 @@ // 2006-06-19 Paolo Carlini // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/random/discard_block/operators/not_equal.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/discard_block/operators/not_equal.cc index e7e7a8167bd6..ce2abe238767 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/discard_block/operators/not_equal.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/discard_block/operators/not_equal.cc @@ -1,6 +1,6 @@ // 2006-06-19 Paolo Carlini // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/random/discard_block/operators/serialize.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/discard_block/operators/serialize.cc index 577aab389f44..2c2c528bcf3b 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/discard_block/operators/serialize.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/discard_block/operators/serialize.cc @@ -1,6 +1,6 @@ // 2006-06-19 Paolo Carlini // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/random/discard_block/requirements/constants.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/discard_block/requirements/constants.cc index 1b86417a303b..ea6e56ff2e7d 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/discard_block/requirements/constants.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/discard_block/requirements/constants.cc @@ -2,7 +2,7 @@ // // 2009-09-29 Paolo Carlini // -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/tr1/5_numerical_facilities/random/discard_block/requirements/typedefs.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/discard_block/requirements/typedefs.cc index 06bf731a9514..7a08e996cde8 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/discard_block/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/discard_block/requirements/typedefs.cc @@ -2,7 +2,7 @@ // // 2006-06-04 Stephen M. Webb // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/random/exponential_distribution/requirements/typedefs.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/exponential_distribution/requirements/typedefs.cc index 21dc15b56363..a48a42df77c3 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/exponential_distribution/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/exponential_distribution/requirements/typedefs.cc @@ -2,7 +2,7 @@ // // 2006-06-24 Paolo Carlini // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/random/gamma_distribution/requirements/typedefs.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/gamma_distribution/requirements/typedefs.cc index 64c03d7716c1..8cdd40f3c8e6 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/gamma_distribution/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/gamma_distribution/requirements/typedefs.cc @@ -2,7 +2,7 @@ // // 2006-07-06 Paolo Carlini // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/random/geometric_distribution/requirements/typedefs.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/geometric_distribution/requirements/typedefs.cc index 7f834c858a14..c4d2dd63ce85 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/geometric_distribution/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/geometric_distribution/requirements/typedefs.cc @@ -2,7 +2,7 @@ // // 2006-06-24 Paolo Carlini // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/random/linear_congruential/cons/default.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/linear_congruential/cons/default.cc index 2e62cc8c8061..fd2e8d5c2ec6 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/linear_congruential/cons/default.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/linear_congruential/cons/default.cc @@ -1,6 +1,6 @@ // 2006-06-04 Stephen M. Webb // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/random/linear_congruential/cons/gen1.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/linear_congruential/cons/gen1.cc index baefb8b0912f..71e098ab0b50 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/linear_congruential/cons/gen1.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/linear_congruential/cons/gen1.cc @@ -1,6 +1,6 @@ // 2006-06-04 Stephen M. Webb // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/random/linear_congruential/cons/seed1.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/linear_congruential/cons/seed1.cc index d4ca873b8246..dcbe6f651b45 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/linear_congruential/cons/seed1.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/linear_congruential/cons/seed1.cc @@ -1,6 +1,6 @@ // 2006-06-04 Stephen M. Webb // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/random/linear_congruential/cons/seed2.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/linear_congruential/cons/seed2.cc index 45804ed50a70..20c86cf31087 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/linear_congruential/cons/seed2.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/linear_congruential/cons/seed2.cc @@ -1,6 +1,6 @@ // 2006-06-04 Stephen M. Webb // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/random/linear_congruential/operators/equal.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/linear_congruential/operators/equal.cc index d6c9a5657d7e..ea3b6e7581fb 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/linear_congruential/operators/equal.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/linear_congruential/operators/equal.cc @@ -1,6 +1,6 @@ // 2006-06-04 Stephen M. Webb // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/random/linear_congruential/operators/not_equal.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/linear_congruential/operators/not_equal.cc index 5ba13a42cc24..3ffc05c717c6 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/linear_congruential/operators/not_equal.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/linear_congruential/operators/not_equal.cc @@ -1,6 +1,6 @@ // 2006-06-04 Stephen M. Webb // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/random/linear_congruential/operators/serialize.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/linear_congruential/operators/serialize.cc index 0377759bfcf7..66933d1b4755 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/linear_congruential/operators/serialize.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/linear_congruential/operators/serialize.cc @@ -1,6 +1,6 @@ // 2006-06-04 Stephen M. Webb // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/random/linear_congruential/requirements/constants.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/linear_congruential/requirements/constants.cc index fb31cc38894b..bff5e58324bd 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/linear_congruential/requirements/constants.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/linear_congruential/requirements/constants.cc @@ -2,7 +2,7 @@ // // 2009-09-29 Paolo Carlini // -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/tr1/5_numerical_facilities/random/linear_congruential/requirements/non_uint_neg.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/linear_congruential/requirements/non_uint_neg.cc index 33bf768b775a..3b5d34984ac6 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/linear_congruential/requirements/non_uint_neg.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/linear_congruential/requirements/non_uint_neg.cc @@ -1,6 +1,6 @@ // 2006-06-04 Stephen M. Webb // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/random/linear_congruential/requirements/typedefs.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/linear_congruential/requirements/typedefs.cc index cbb23b349a57..b3bd427fe61c 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/linear_congruential/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/linear_congruential/requirements/typedefs.cc @@ -2,7 +2,7 @@ // // 2006-06-04 Stephen M. Webb // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/random/mersenne_twister/cons/default.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/mersenne_twister/cons/default.cc index b175adcf3fd8..bf664b2f998c 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/mersenne_twister/cons/default.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/mersenne_twister/cons/default.cc @@ -1,6 +1,6 @@ // 2006-06-04 Stephen M. Webb // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/random/mersenne_twister/cons/gen1.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/mersenne_twister/cons/gen1.cc index ac7fd59042ef..790fb04b7c47 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/mersenne_twister/cons/gen1.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/mersenne_twister/cons/gen1.cc @@ -1,6 +1,6 @@ // 2006-06-04 Stephen M. Webb // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/random/mersenne_twister/cons/seed1.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/mersenne_twister/cons/seed1.cc index 598c228a3b48..a2daeb81626b 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/mersenne_twister/cons/seed1.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/mersenne_twister/cons/seed1.cc @@ -1,6 +1,6 @@ // 2006-06-04 Stephen M. Webb // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/random/mersenne_twister/cons/seed2.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/mersenne_twister/cons/seed2.cc index 126d612be500..9e3942da564f 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/mersenne_twister/cons/seed2.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/mersenne_twister/cons/seed2.cc @@ -1,6 +1,6 @@ // 2006-06-04 Stephen M. Webb // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/random/mersenne_twister/operators/equal.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/mersenne_twister/operators/equal.cc index 0717a8a44f26..373481a09554 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/mersenne_twister/operators/equal.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/mersenne_twister/operators/equal.cc @@ -1,6 +1,6 @@ // 2006-06-06 Paolo Carlini // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/random/mersenne_twister/operators/not_equal.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/mersenne_twister/operators/not_equal.cc index d1be6d1dc013..0a148fb44b0e 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/mersenne_twister/operators/not_equal.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/mersenne_twister/operators/not_equal.cc @@ -1,6 +1,6 @@ // 2006-06-06 Paolo Carlini // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/random/mersenne_twister/operators/serialize.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/mersenne_twister/operators/serialize.cc index 37b7c3c024d9..6cb0505dcdc6 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/mersenne_twister/operators/serialize.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/mersenne_twister/operators/serialize.cc @@ -1,6 +1,6 @@ // 2006-06-06 Paolo Carlini // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/random/mersenne_twister/requirements/constants.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/mersenne_twister/requirements/constants.cc index 2404c4810cce..8d17062ea49a 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/mersenne_twister/requirements/constants.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/mersenne_twister/requirements/constants.cc @@ -2,7 +2,7 @@ // // 2009-09-29 Paolo Carlini // -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/tr1/5_numerical_facilities/random/mersenne_twister/requirements/typedefs.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/mersenne_twister/requirements/typedefs.cc index a31b4d524cba..a8e7a49e6426 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/mersenne_twister/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/mersenne_twister/requirements/typedefs.cc @@ -2,7 +2,7 @@ // // 2006-06-04 Stephen M. Webb // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/random/minstd_rand.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/minstd_rand.cc index 4083d7ee3b12..781dcddab17a 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/minstd_rand.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/minstd_rand.cc @@ -1,6 +1,6 @@ // 2006-06-04 Stephen M. Webb // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/random/minstd_rand0.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/minstd_rand0.cc index 75efbd2f14bb..effc48ef6e92 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/minstd_rand0.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/minstd_rand0.cc @@ -1,6 +1,6 @@ // 2006-06-04 Stephen M. Webb // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/random/mt19937.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/mt19937.cc index 2891c1f38867..6f8fd4ee343e 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/mt19937.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/mt19937.cc @@ -1,6 +1,6 @@ // 2006-06-04 Stephen M. Webb // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/random/normal_distribution/requirements/typedefs.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/normal_distribution/requirements/typedefs.cc index 9541e19660d3..4b1b64cdc824 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/normal_distribution/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/normal_distribution/requirements/typedefs.cc @@ -2,7 +2,7 @@ // // 2006-06-24 Paolo Carlini // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/random/poisson_distribution/requirements/typedefs.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/poisson_distribution/requirements/typedefs.cc index 91f672854c10..d332489d98ae 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/poisson_distribution/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/poisson_distribution/requirements/typedefs.cc @@ -2,7 +2,7 @@ // // 2006-08-13 Paolo Carlini // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/random/random_device/cons/default.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/random_device/cons/default.cc index b61d14a98af0..685d859a4e88 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/random_device/cons/default.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/random_device/cons/default.cc @@ -1,6 +1,6 @@ // 2006-06-09 Paolo Carlini // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/random/random_device/cons/token.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/random_device/cons/token.cc index 2804cca7f4a8..db5465e5e270 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/random_device/cons/token.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/random_device/cons/token.cc @@ -1,6 +1,6 @@ // 2006-06-09 Paolo Carlini // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/random/random_device/requirements/typedefs.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/random_device/requirements/typedefs.cc index f8290ac95919..0dabeeee5032 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/random_device/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/random_device/requirements/typedefs.cc @@ -2,7 +2,7 @@ // // 2006-06-09 Paolo Carlini // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/random/ranlux3.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/ranlux3.cc index 70b560f9c8a0..e12c2257499d 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/ranlux3.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/ranlux3.cc @@ -1,6 +1,6 @@ // 2006-06-04 Stephen M. Webb // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/random/ranlux3_01.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/ranlux3_01.cc index 52a46f52f6cc..978c4e8fe735 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/ranlux3_01.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/ranlux3_01.cc @@ -1,6 +1,6 @@ // 2006-08-22 Paolo Carlini // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/random/ranlux4.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/ranlux4.cc index faf08bd98697..e57aabc09ea1 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/ranlux4.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/ranlux4.cc @@ -1,6 +1,6 @@ // 2006-06-04 Stephen M. Webb // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/random/ranlux4_01.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/ranlux4_01.cc index c353cc25672d..19c6b76cecfc 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/ranlux4_01.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/ranlux4_01.cc @@ -1,6 +1,6 @@ // 2006-08-22 Paolo Carlini // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/random/subtract_with_carry/cons/default.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/subtract_with_carry/cons/default.cc index a7bd2313e350..cf2dc9dcc7a7 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/subtract_with_carry/cons/default.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/subtract_with_carry/cons/default.cc @@ -1,6 +1,6 @@ // 2006-06-04 Stephen M. Webb // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/random/subtract_with_carry/cons/gen1.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/subtract_with_carry/cons/gen1.cc index d9bfe043fd2c..e1b2eb1d238b 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/subtract_with_carry/cons/gen1.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/subtract_with_carry/cons/gen1.cc @@ -1,6 +1,6 @@ // 2006-06-04 Stephen M. Webb // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/random/subtract_with_carry/cons/seed1.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/subtract_with_carry/cons/seed1.cc index df6a74ea92ca..9027c7d8a7f6 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/subtract_with_carry/cons/seed1.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/subtract_with_carry/cons/seed1.cc @@ -1,6 +1,6 @@ // 2006-06-04 Stephen M. Webb // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/random/subtract_with_carry/cons/seed2.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/subtract_with_carry/cons/seed2.cc index e14ac627cde7..c116dbe4d231 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/subtract_with_carry/cons/seed2.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/subtract_with_carry/cons/seed2.cc @@ -1,6 +1,6 @@ // 2006-06-04 Stephen M. Webb // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/random/subtract_with_carry/operators/equal.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/subtract_with_carry/operators/equal.cc index ae6b2e1424b3..515ef9891ccd 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/subtract_with_carry/operators/equal.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/subtract_with_carry/operators/equal.cc @@ -1,6 +1,6 @@ // 2006-06-04 Stephen M. Webb // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/random/subtract_with_carry/operators/not_equal.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/subtract_with_carry/operators/not_equal.cc index 6e0eb1ef3fa0..3914982c5548 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/subtract_with_carry/operators/not_equal.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/subtract_with_carry/operators/not_equal.cc @@ -1,6 +1,6 @@ // 2006-06-04 Stephen M. Webb // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/random/subtract_with_carry/operators/serialize.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/subtract_with_carry/operators/serialize.cc index 6aa3e75c1b0e..bd1e2b3cdaeb 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/subtract_with_carry/operators/serialize.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/subtract_with_carry/operators/serialize.cc @@ -1,6 +1,6 @@ // 2006-06-04 Stephen M. Webb // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/random/subtract_with_carry/requirements/constants.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/subtract_with_carry/requirements/constants.cc index a82f3a04a5a7..d372a5df7cec 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/subtract_with_carry/requirements/constants.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/subtract_with_carry/requirements/constants.cc @@ -2,7 +2,7 @@ // // 2009-09-29 Paolo Carlini // -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/tr1/5_numerical_facilities/random/subtract_with_carry/requirements/typedefs.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/subtract_with_carry/requirements/typedefs.cc index 7d0ddd4d6fd4..30aa410a4e7f 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/subtract_with_carry/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/subtract_with_carry/requirements/typedefs.cc @@ -2,7 +2,7 @@ // // 2006-06-04 Stephen M. Webb // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/random/subtract_with_carry_01/cons/default.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/subtract_with_carry_01/cons/default.cc index de5a175b1e29..1364436553ab 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/subtract_with_carry_01/cons/default.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/subtract_with_carry_01/cons/default.cc @@ -1,6 +1,6 @@ // 2006-08-22 Paolo Carlini // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/random/subtract_with_carry_01/cons/gen1.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/subtract_with_carry_01/cons/gen1.cc index 0dde7c40b72c..a84c281586ae 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/subtract_with_carry_01/cons/gen1.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/subtract_with_carry_01/cons/gen1.cc @@ -1,6 +1,6 @@ // 2006-08-22 Paolo Carlini // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/random/subtract_with_carry_01/cons/seed1.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/subtract_with_carry_01/cons/seed1.cc index 68b1f2291ee1..2df1a8069d86 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/subtract_with_carry_01/cons/seed1.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/subtract_with_carry_01/cons/seed1.cc @@ -1,6 +1,6 @@ // 2006-08-22 Paolo Carlini // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/random/subtract_with_carry_01/cons/seed2.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/subtract_with_carry_01/cons/seed2.cc index c6722329bcee..a02e42616cbc 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/subtract_with_carry_01/cons/seed2.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/subtract_with_carry_01/cons/seed2.cc @@ -1,6 +1,6 @@ // 2006-08-22 Paolo Carlini // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/random/subtract_with_carry_01/operators/equal.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/subtract_with_carry_01/operators/equal.cc index 942d144cc684..3671a3aac399 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/subtract_with_carry_01/operators/equal.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/subtract_with_carry_01/operators/equal.cc @@ -1,6 +1,6 @@ // 2006-08-22 Paolo Carlini // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/random/subtract_with_carry_01/operators/not_equal.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/subtract_with_carry_01/operators/not_equal.cc index 2b20d854b174..0f89e993bba0 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/subtract_with_carry_01/operators/not_equal.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/subtract_with_carry_01/operators/not_equal.cc @@ -1,6 +1,6 @@ // 2006-08-22 Paolo Carlini // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/random/subtract_with_carry_01/operators/serialize.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/subtract_with_carry_01/operators/serialize.cc index 93102ffac429..da7089a7b6d7 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/subtract_with_carry_01/operators/serialize.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/subtract_with_carry_01/operators/serialize.cc @@ -1,6 +1,6 @@ // 2006-08-22 Paolo Carlini // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/random/subtract_with_carry_01/requirements/constants.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/subtract_with_carry_01/requirements/constants.cc index f8328827487e..b5b5db9007f1 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/subtract_with_carry_01/requirements/constants.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/subtract_with_carry_01/requirements/constants.cc @@ -2,7 +2,7 @@ // // 2009-09-29 Paolo Carlini // -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/tr1/5_numerical_facilities/random/subtract_with_carry_01/requirements/typedefs.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/subtract_with_carry_01/requirements/typedefs.cc index 4ecaddb9ef27..4a2903e249cf 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/subtract_with_carry_01/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/subtract_with_carry_01/requirements/typedefs.cc @@ -2,7 +2,7 @@ // // 2006-08-22 Paolo Carlini // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/random/uniform_int/33128.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/uniform_int/33128.cc index 150b88f78e7c..fed7186c98fc 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/uniform_int/33128.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/uniform_int/33128.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/5_numerical_facilities/random/uniform_int/cons/default.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/uniform_int/cons/default.cc index 1ba8dbd4bbea..48a6fa75d6b2 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/uniform_int/cons/default.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/uniform_int/cons/default.cc @@ -1,6 +1,6 @@ // 2006-06-04 Stephen M. Webb // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/random/uniform_int/cons/range.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/uniform_int/cons/range.cc index d45cb27ab089..dcd61c53cdb0 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/uniform_int/cons/range.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/uniform_int/cons/range.cc @@ -1,6 +1,6 @@ // 2006-06-04 Stephen M. Webb // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/random/uniform_int/requirements/typedefs.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/uniform_int/requirements/typedefs.cc index ab1433f3d6f9..1d128c09e208 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/uniform_int/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/uniform_int/requirements/typedefs.cc @@ -2,7 +2,7 @@ // // 2006-06-04 Stephen M. Webb // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/random/uniform_real/requirements/typedefs.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/uniform_real/requirements/typedefs.cc index 14e25e429f53..238485717d75 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/uniform_real/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/uniform_real/requirements/typedefs.cc @@ -2,7 +2,7 @@ // // 2006-06-04 Stephen M. Webb // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/random/variate_generator/37986.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/variate_generator/37986.cc index 54616e362339..b25d1230361f 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/variate_generator/37986.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/variate_generator/37986.cc @@ -1,6 +1,6 @@ // { dg-do compile } // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/tr1/5_numerical_facilities/random/variate_generator/requirements/typedefs.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/variate_generator/requirements/typedefs.cc index eebd50aa6c94..2c2c1bdda926 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/variate_generator/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/variate_generator/requirements/typedefs.cc @@ -2,7 +2,7 @@ // // 2006-06-04 Stephen M. Webb // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/random/xor_combine/cons/default.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/xor_combine/cons/default.cc index faf2f664c400..8b2e943a70b7 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/xor_combine/cons/default.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/xor_combine/cons/default.cc @@ -1,6 +1,6 @@ // 2006-06-15 Paolo Carlini // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/random/xor_combine/operators/equal.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/xor_combine/operators/equal.cc index ab0bf69b429a..1e5c69fb4a30 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/xor_combine/operators/equal.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/xor_combine/operators/equal.cc @@ -1,6 +1,6 @@ // 2006-06-19 Paolo Carlini // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/random/xor_combine/operators/not_equal.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/xor_combine/operators/not_equal.cc index 39b32c2be0ce..0693a18deee9 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/xor_combine/operators/not_equal.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/xor_combine/operators/not_equal.cc @@ -1,6 +1,6 @@ // 2006-06-19 Paolo Carlini // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/random/xor_combine/operators/serialize.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/xor_combine/operators/serialize.cc index b4df7ac074bd..3ba9863c24c7 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/xor_combine/operators/serialize.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/xor_combine/operators/serialize.cc @@ -1,6 +1,6 @@ // 2006-06-19 Paolo Carlini // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/random/xor_combine/requirements/constants.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/xor_combine/requirements/constants.cc index ab29d03f769f..03dbcc4bb206 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/xor_combine/requirements/constants.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/xor_combine/requirements/constants.cc @@ -2,7 +2,7 @@ // // 2009-09-29 Paolo Carlini // -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/tr1/5_numerical_facilities/random/xor_combine/requirements/typedefs.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/xor_combine/requirements/typedefs.cc index 4a5336b7fc8c..b578723a5eb8 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/xor_combine/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/xor_combine/requirements/typedefs.cc @@ -2,7 +2,7 @@ // // 2006-06-04 Stephen M. Webb // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/special_functions/01_assoc_laguerre/check_nan.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/01_assoc_laguerre/check_nan.cc index a5fc3198c3e0..079e258339fb 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/01_assoc_laguerre/check_nan.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/01_assoc_laguerre/check_nan.cc @@ -3,7 +3,7 @@ // 2006-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/special_functions/01_assoc_laguerre/check_value.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/01_assoc_laguerre/check_value.cc index 363561065cc8..49118ffcb5fb 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/01_assoc_laguerre/check_value.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/01_assoc_laguerre/check_value.cc @@ -1,6 +1,6 @@ // 2007-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/5_numerical_facilities/special_functions/01_assoc_laguerre/compile.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/01_assoc_laguerre/compile.cc index 9b02f5e05c49..74c31e33b0ae 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/01_assoc_laguerre/compile.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/01_assoc_laguerre/compile.cc @@ -2,7 +2,7 @@ // 2006-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/special_functions/01_assoc_laguerre/compile_2.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/01_assoc_laguerre/compile_2.cc index a562ccd40ae1..27b36b8b5acf 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/01_assoc_laguerre/compile_2.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/01_assoc_laguerre/compile_2.cc @@ -2,7 +2,7 @@ // 2006-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/special_functions/02_assoc_legendre/check_nan.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/02_assoc_legendre/check_nan.cc index 5937a8d199b0..c2cd36006839 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/02_assoc_legendre/check_nan.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/02_assoc_legendre/check_nan.cc @@ -3,7 +3,7 @@ // 2007-01-10 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/special_functions/02_assoc_legendre/check_value.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/02_assoc_legendre/check_value.cc index b523b41a070c..7c5f0864de32 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/02_assoc_legendre/check_value.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/02_assoc_legendre/check_value.cc @@ -1,6 +1,6 @@ // 2007-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/5_numerical_facilities/special_functions/02_assoc_legendre/compile.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/02_assoc_legendre/compile.cc index fbeef5984453..cf5e9f2e60a1 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/02_assoc_legendre/compile.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/02_assoc_legendre/compile.cc @@ -2,7 +2,7 @@ // 2006-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/special_functions/02_assoc_legendre/compile_2.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/02_assoc_legendre/compile_2.cc index a2dc043990ee..8a34eeba1731 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/02_assoc_legendre/compile_2.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/02_assoc_legendre/compile_2.cc @@ -2,7 +2,7 @@ // 2006-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/special_functions/03_beta/check_nan.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/03_beta/check_nan.cc index 64530b69470b..7fda15dfe4a1 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/03_beta/check_nan.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/03_beta/check_nan.cc @@ -3,7 +3,7 @@ // 2007-01-10 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/5_numerical_facilities/special_functions/03_beta/check_value.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/03_beta/check_value.cc index ac6f9040f933..65dc2cff2bad 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/03_beta/check_value.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/03_beta/check_value.cc @@ -1,6 +1,6 @@ // 2007-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/5_numerical_facilities/special_functions/03_beta/compile.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/03_beta/compile.cc index dbc1145b225a..3c471482b53a 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/03_beta/compile.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/03_beta/compile.cc @@ -2,7 +2,7 @@ // 2006-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/special_functions/03_beta/compile_2.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/03_beta/compile_2.cc index 49de3befcce0..bd4be36511c0 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/03_beta/compile_2.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/03_beta/compile_2.cc @@ -2,7 +2,7 @@ // 2006-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/special_functions/04_comp_ellint_1/check_nan.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/04_comp_ellint_1/check_nan.cc index aac5f0318c78..02482fd16ba4 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/04_comp_ellint_1/check_nan.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/04_comp_ellint_1/check_nan.cc @@ -3,7 +3,7 @@ // 2007-01-10 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/special_functions/04_comp_ellint_1/check_value.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/04_comp_ellint_1/check_value.cc index ea75143811f1..1f7d1dbb8415 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/04_comp_ellint_1/check_value.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/04_comp_ellint_1/check_value.cc @@ -1,6 +1,6 @@ // 2007-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/5_numerical_facilities/special_functions/04_comp_ellint_1/compile.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/04_comp_ellint_1/compile.cc index 128197c8ee76..8513aac0cfa0 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/04_comp_ellint_1/compile.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/04_comp_ellint_1/compile.cc @@ -2,7 +2,7 @@ // 2006-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/special_functions/04_comp_ellint_1/compile_2.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/04_comp_ellint_1/compile_2.cc index 977fb83315f5..998840b35419 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/04_comp_ellint_1/compile_2.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/04_comp_ellint_1/compile_2.cc @@ -2,7 +2,7 @@ // 2006-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/special_functions/05_comp_ellint_2/check_nan.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/05_comp_ellint_2/check_nan.cc index 121098bb52fe..e7d3eb574333 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/05_comp_ellint_2/check_nan.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/05_comp_ellint_2/check_nan.cc @@ -3,7 +3,7 @@ // 2007-01-10 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/special_functions/05_comp_ellint_2/check_value.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/05_comp_ellint_2/check_value.cc index 32c43ed4a873..dda928526081 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/05_comp_ellint_2/check_value.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/05_comp_ellint_2/check_value.cc @@ -1,6 +1,6 @@ // 2007-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/5_numerical_facilities/special_functions/05_comp_ellint_2/compile.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/05_comp_ellint_2/compile.cc index f95e77fba693..70f8ed6b9174 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/05_comp_ellint_2/compile.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/05_comp_ellint_2/compile.cc @@ -2,7 +2,7 @@ // 2006-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/special_functions/05_comp_ellint_2/compile_2.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/05_comp_ellint_2/compile_2.cc index 0c3c8b95a281..0cbedfe953d0 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/05_comp_ellint_2/compile_2.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/05_comp_ellint_2/compile_2.cc @@ -2,7 +2,7 @@ // 2006-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/special_functions/06_comp_ellint_3/check_nan.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/06_comp_ellint_3/check_nan.cc index 6a60a7b1440c..fcdfc31ed334 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/06_comp_ellint_3/check_nan.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/06_comp_ellint_3/check_nan.cc @@ -3,7 +3,7 @@ // 2007-01-10 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/5_numerical_facilities/special_functions/06_comp_ellint_3/check_value.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/06_comp_ellint_3/check_value.cc index 3b0adcc15e69..0c187d711882 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/06_comp_ellint_3/check_value.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/06_comp_ellint_3/check_value.cc @@ -1,6 +1,6 @@ // 2007-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/5_numerical_facilities/special_functions/06_comp_ellint_3/compile.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/06_comp_ellint_3/compile.cc index a71683a2e2df..48e861c71927 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/06_comp_ellint_3/compile.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/06_comp_ellint_3/compile.cc @@ -2,7 +2,7 @@ // 2006-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/special_functions/06_comp_ellint_3/compile_2.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/06_comp_ellint_3/compile_2.cc index 6f95aa6528a0..c5b3bc219d66 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/06_comp_ellint_3/compile_2.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/06_comp_ellint_3/compile_2.cc @@ -2,7 +2,7 @@ // 2006-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/special_functions/07_conf_hyperg/check_nan.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/07_conf_hyperg/check_nan.cc index ecfebdc48454..10f928db94d1 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/07_conf_hyperg/check_nan.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/07_conf_hyperg/check_nan.cc @@ -3,7 +3,7 @@ // 2007-01-10 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/5_numerical_facilities/special_functions/07_conf_hyperg/check_value.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/07_conf_hyperg/check_value.cc index 369a977234ad..390e70c189dc 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/07_conf_hyperg/check_value.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/07_conf_hyperg/check_value.cc @@ -1,6 +1,6 @@ // 2007-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/5_numerical_facilities/special_functions/07_conf_hyperg/compile.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/07_conf_hyperg/compile.cc index 648a38cc76f3..c999148acf62 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/07_conf_hyperg/compile.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/07_conf_hyperg/compile.cc @@ -2,7 +2,7 @@ // 2006-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/special_functions/07_conf_hyperg/compile_2.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/07_conf_hyperg/compile_2.cc index b601d3cdf21f..46a4000debed 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/07_conf_hyperg/compile_2.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/07_conf_hyperg/compile_2.cc @@ -2,7 +2,7 @@ // 2006-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/special_functions/08_cyl_bessel_i/check_nan.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/08_cyl_bessel_i/check_nan.cc index e8b0bcc9c960..aeca78ecaaab 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/08_cyl_bessel_i/check_nan.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/08_cyl_bessel_i/check_nan.cc @@ -3,7 +3,7 @@ // 2007-01-10 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/5_numerical_facilities/special_functions/08_cyl_bessel_i/check_value.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/08_cyl_bessel_i/check_value.cc index 09251d5de097..13bee82448bb 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/08_cyl_bessel_i/check_value.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/08_cyl_bessel_i/check_value.cc @@ -1,6 +1,6 @@ // 2007-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/5_numerical_facilities/special_functions/08_cyl_bessel_i/compile.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/08_cyl_bessel_i/compile.cc index 9e3825bda467..ab4186279e18 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/08_cyl_bessel_i/compile.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/08_cyl_bessel_i/compile.cc @@ -2,7 +2,7 @@ // 2006-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/special_functions/08_cyl_bessel_i/compile_2.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/08_cyl_bessel_i/compile_2.cc index a939c73c7e3e..07792a96f2b7 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/08_cyl_bessel_i/compile_2.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/08_cyl_bessel_i/compile_2.cc @@ -2,7 +2,7 @@ // 2006-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/special_functions/08_cyl_bessel_i/pr56216.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/08_cyl_bessel_i/pr56216.cc index 50ca79b84903..faa64b9af497 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/08_cyl_bessel_i/pr56216.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/08_cyl_bessel_i/pr56216.cc @@ -1,6 +1,6 @@ // 2013-02-08 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/tr1/5_numerical_facilities/special_functions/09_cyl_bessel_j/check_nan.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/09_cyl_bessel_j/check_nan.cc index bce5fdc1f4d7..431f0d51e9d5 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/09_cyl_bessel_j/check_nan.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/09_cyl_bessel_j/check_nan.cc @@ -3,7 +3,7 @@ // 2007-01-10 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/5_numerical_facilities/special_functions/09_cyl_bessel_j/check_value.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/09_cyl_bessel_j/check_value.cc index ab0bacb20403..da28a2251e51 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/09_cyl_bessel_j/check_value.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/09_cyl_bessel_j/check_value.cc @@ -1,6 +1,6 @@ // 2007-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/5_numerical_facilities/special_functions/09_cyl_bessel_j/compile.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/09_cyl_bessel_j/compile.cc index f2bef82acaeb..07a4ed1a51f8 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/09_cyl_bessel_j/compile.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/09_cyl_bessel_j/compile.cc @@ -2,7 +2,7 @@ // 2006-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/special_functions/09_cyl_bessel_j/compile_2.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/09_cyl_bessel_j/compile_2.cc index 4bddacaffe45..64f683a1bc43 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/09_cyl_bessel_j/compile_2.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/09_cyl_bessel_j/compile_2.cc @@ -2,7 +2,7 @@ // 2006-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/special_functions/10_cyl_bessel_k/airy.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/10_cyl_bessel_k/airy.cc index f3aa2ed5c1f3..9441a340431e 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/10_cyl_bessel_k/airy.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/10_cyl_bessel_k/airy.cc @@ -2,7 +2,7 @@ // 2013-06-12 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/tr1/5_numerical_facilities/special_functions/10_cyl_bessel_k/check_nan.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/10_cyl_bessel_k/check_nan.cc index 2e0b14d5b248..17c65d9bbf0e 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/10_cyl_bessel_k/check_nan.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/10_cyl_bessel_k/check_nan.cc @@ -3,7 +3,7 @@ // 2007-01-10 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/5_numerical_facilities/special_functions/10_cyl_bessel_k/check_value.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/10_cyl_bessel_k/check_value.cc index ed9b806e1fd8..a445a91aaad2 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/10_cyl_bessel_k/check_value.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/10_cyl_bessel_k/check_value.cc @@ -1,6 +1,6 @@ // 2007-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/5_numerical_facilities/special_functions/10_cyl_bessel_k/compile.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/10_cyl_bessel_k/compile.cc index 43a8e5ff1d62..49b2c17bd3c0 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/10_cyl_bessel_k/compile.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/10_cyl_bessel_k/compile.cc @@ -2,7 +2,7 @@ // 2006-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/special_functions/10_cyl_bessel_k/compile_2.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/10_cyl_bessel_k/compile_2.cc index 31cdad2540f0..813947577711 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/10_cyl_bessel_k/compile_2.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/10_cyl_bessel_k/compile_2.cc @@ -2,7 +2,7 @@ // 2006-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/special_functions/11_cyl_neumann/check_nan.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/11_cyl_neumann/check_nan.cc index 875e537ac49b..368fe5a02663 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/11_cyl_neumann/check_nan.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/11_cyl_neumann/check_nan.cc @@ -3,7 +3,7 @@ // 2007-01-10 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/5_numerical_facilities/special_functions/11_cyl_neumann/check_value.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/11_cyl_neumann/check_value.cc index da89c6ce05ed..9c8a0674e56f 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/11_cyl_neumann/check_value.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/11_cyl_neumann/check_value.cc @@ -1,6 +1,6 @@ // 2007-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/5_numerical_facilities/special_functions/11_cyl_neumann/compile.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/11_cyl_neumann/compile.cc index 79f112485c54..ca03338a5259 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/11_cyl_neumann/compile.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/11_cyl_neumann/compile.cc @@ -2,7 +2,7 @@ // 2006-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/special_functions/11_cyl_neumann/compile_2.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/11_cyl_neumann/compile_2.cc index ae80780bb14d..a71bda358747 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/11_cyl_neumann/compile_2.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/11_cyl_neumann/compile_2.cc @@ -2,7 +2,7 @@ // 2006-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/special_functions/12_ellint_1/check_nan.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/12_ellint_1/check_nan.cc index f9ef8678ad11..fafcc6e7a278 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/12_ellint_1/check_nan.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/12_ellint_1/check_nan.cc @@ -3,7 +3,7 @@ // 2007-01-10 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/5_numerical_facilities/special_functions/12_ellint_1/check_value.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/12_ellint_1/check_value.cc index 4964e36f3a73..0126acccd4e0 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/12_ellint_1/check_value.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/12_ellint_1/check_value.cc @@ -1,6 +1,6 @@ // 2007-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/5_numerical_facilities/special_functions/12_ellint_1/compile.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/12_ellint_1/compile.cc index 9b5d8e1facd5..6a26bb42442e 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/12_ellint_1/compile.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/12_ellint_1/compile.cc @@ -2,7 +2,7 @@ // 2006-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/special_functions/12_ellint_1/compile_2.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/12_ellint_1/compile_2.cc index 19e1872701fa..8a54eb47b25d 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/12_ellint_1/compile_2.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/12_ellint_1/compile_2.cc @@ -2,7 +2,7 @@ // 2006-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/special_functions/13_ellint_2/check_nan.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/13_ellint_2/check_nan.cc index 637a9aa64cd6..6a73ba4fa881 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/13_ellint_2/check_nan.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/13_ellint_2/check_nan.cc @@ -3,7 +3,7 @@ // 2007-01-10 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/5_numerical_facilities/special_functions/13_ellint_2/check_value.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/13_ellint_2/check_value.cc index 530078d787f2..e0717ba37929 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/13_ellint_2/check_value.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/13_ellint_2/check_value.cc @@ -1,6 +1,6 @@ // 2007-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/5_numerical_facilities/special_functions/13_ellint_2/compile.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/13_ellint_2/compile.cc index f43ca16bc646..4ce3ed194ced 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/13_ellint_2/compile.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/13_ellint_2/compile.cc @@ -2,7 +2,7 @@ // 2006-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/special_functions/13_ellint_2/compile_2.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/13_ellint_2/compile_2.cc index 6cf80317a167..e969ccf6566b 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/13_ellint_2/compile_2.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/13_ellint_2/compile_2.cc @@ -2,7 +2,7 @@ // 2006-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/special_functions/14_ellint_3/check_nan.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/14_ellint_3/check_nan.cc index 4ecf187b9aed..88ee370120df 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/14_ellint_3/check_nan.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/14_ellint_3/check_nan.cc @@ -3,7 +3,7 @@ // 2007-01-10 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/5_numerical_facilities/special_functions/14_ellint_3/check_value.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/14_ellint_3/check_value.cc index c98169edce4e..2e402c68793e 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/14_ellint_3/check_value.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/14_ellint_3/check_value.cc @@ -1,6 +1,6 @@ // 2007-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/5_numerical_facilities/special_functions/14_ellint_3/compile.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/14_ellint_3/compile.cc index 8937bdb28848..91594e60290c 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/14_ellint_3/compile.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/14_ellint_3/compile.cc @@ -2,7 +2,7 @@ // 2006-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/special_functions/14_ellint_3/compile_2.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/14_ellint_3/compile_2.cc index bb35b1ae03e1..19dc318e38f8 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/14_ellint_3/compile_2.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/14_ellint_3/compile_2.cc @@ -2,7 +2,7 @@ // 2006-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/special_functions/15_expint/check_nan.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/15_expint/check_nan.cc index 761f1a6395b2..3cd096df62fa 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/15_expint/check_nan.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/15_expint/check_nan.cc @@ -3,7 +3,7 @@ // 2007-01-10 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/special_functions/15_expint/check_value_neg.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/15_expint/check_value_neg.cc index 8b8e06326b1e..145bb3723d06 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/15_expint/check_value_neg.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/15_expint/check_value_neg.cc @@ -1,6 +1,6 @@ // 2007-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/5_numerical_facilities/special_functions/15_expint/check_value_pos.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/15_expint/check_value_pos.cc index f400ece64a8c..3a327d372aa9 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/15_expint/check_value_pos.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/15_expint/check_value_pos.cc @@ -1,6 +1,6 @@ // 2007-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/5_numerical_facilities/special_functions/15_expint/compile.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/15_expint/compile.cc index 43cfdc288a0c..deaad87a0f22 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/15_expint/compile.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/15_expint/compile.cc @@ -2,7 +2,7 @@ // 2006-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/special_functions/15_expint/compile_2.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/15_expint/compile_2.cc index a342bac75cac..bd57fd4cfafe 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/15_expint/compile_2.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/15_expint/compile_2.cc @@ -2,7 +2,7 @@ // 2006-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/special_functions/16_hermite/check_nan.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/16_hermite/check_nan.cc index 0804fd35f037..2d13f9b35510 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/16_hermite/check_nan.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/16_hermite/check_nan.cc @@ -3,7 +3,7 @@ // 2007-01-10 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/special_functions/16_hermite/check_value.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/16_hermite/check_value.cc index 109d78d68960..65ab3c387c5d 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/16_hermite/check_value.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/16_hermite/check_value.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/tr1/5_numerical_facilities/special_functions/16_hermite/compile.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/16_hermite/compile.cc index 6e6a2d589da0..260388a05ee1 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/16_hermite/compile.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/16_hermite/compile.cc @@ -2,7 +2,7 @@ // 2006-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/special_functions/16_hermite/compile_2.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/16_hermite/compile_2.cc index 6121b748bf36..72cdf400d7df 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/16_hermite/compile_2.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/16_hermite/compile_2.cc @@ -2,7 +2,7 @@ // 2006-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/special_functions/17_hyperg/check_nan.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/17_hyperg/check_nan.cc index 962c117f5605..fd79c1089045 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/17_hyperg/check_nan.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/17_hyperg/check_nan.cc @@ -3,7 +3,7 @@ // 2007-01-10 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/5_numerical_facilities/special_functions/17_hyperg/check_value.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/17_hyperg/check_value.cc index 69a3a63ef56f..93c9ba08cc26 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/17_hyperg/check_value.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/17_hyperg/check_value.cc @@ -1,6 +1,6 @@ // 2007-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/5_numerical_facilities/special_functions/17_hyperg/compile.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/17_hyperg/compile.cc index 50f3a5952980..236e4c351271 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/17_hyperg/compile.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/17_hyperg/compile.cc @@ -2,7 +2,7 @@ // 2006-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/special_functions/17_hyperg/compile_2.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/17_hyperg/compile_2.cc index a14469eb2917..0226f16e928f 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/17_hyperg/compile_2.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/17_hyperg/compile_2.cc @@ -2,7 +2,7 @@ // 2006-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/special_functions/18_laguerre/check_nan.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/18_laguerre/check_nan.cc index 4a569635d41a..909a20913390 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/18_laguerre/check_nan.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/18_laguerre/check_nan.cc @@ -3,7 +3,7 @@ // 2007-01-10 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/special_functions/18_laguerre/check_value.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/18_laguerre/check_value.cc index 9ff20b32188f..e7182735de70 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/18_laguerre/check_value.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/18_laguerre/check_value.cc @@ -1,6 +1,6 @@ // 2007-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/5_numerical_facilities/special_functions/18_laguerre/compile.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/18_laguerre/compile.cc index df822e07fd5a..f20bd51e4934 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/18_laguerre/compile.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/18_laguerre/compile.cc @@ -2,7 +2,7 @@ // 2006-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/special_functions/18_laguerre/compile_2.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/18_laguerre/compile_2.cc index e67b462aef58..0a0f07a97885 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/18_laguerre/compile_2.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/18_laguerre/compile_2.cc @@ -2,7 +2,7 @@ // 2006-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/special_functions/19_legendre/check_nan.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/19_legendre/check_nan.cc index d3aa82833101..461745fb9e29 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/19_legendre/check_nan.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/19_legendre/check_nan.cc @@ -3,7 +3,7 @@ // 2007-01-10 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/special_functions/19_legendre/check_value.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/19_legendre/check_value.cc index 703d0de4f45b..fc78e05fbc3a 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/19_legendre/check_value.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/19_legendre/check_value.cc @@ -1,6 +1,6 @@ // 2007-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/5_numerical_facilities/special_functions/19_legendre/compile.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/19_legendre/compile.cc index 93c78f524dda..bb47495b26d3 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/19_legendre/compile.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/19_legendre/compile.cc @@ -2,7 +2,7 @@ // 2006-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/special_functions/19_legendre/compile_2.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/19_legendre/compile_2.cc index f010a6782cbf..55b0e109ec5d 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/19_legendre/compile_2.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/19_legendre/compile_2.cc @@ -2,7 +2,7 @@ // 2006-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/special_functions/20_riemann_zeta/check_nan.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/20_riemann_zeta/check_nan.cc index 95cf3b3d88d4..c4dea2663a91 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/20_riemann_zeta/check_nan.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/20_riemann_zeta/check_nan.cc @@ -3,7 +3,7 @@ // 2007-01-10 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/special_functions/20_riemann_zeta/check_value_neg.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/20_riemann_zeta/check_value_neg.cc index b1e4eae29602..a679118d5758 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/20_riemann_zeta/check_value_neg.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/20_riemann_zeta/check_value_neg.cc @@ -1,6 +1,6 @@ // 2007-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/5_numerical_facilities/special_functions/20_riemann_zeta/check_value_pos.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/20_riemann_zeta/check_value_pos.cc index ec4009429e07..d09d10bb448d 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/20_riemann_zeta/check_value_pos.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/20_riemann_zeta/check_value_pos.cc @@ -1,6 +1,6 @@ // 2007-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/5_numerical_facilities/special_functions/20_riemann_zeta/compile.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/20_riemann_zeta/compile.cc index 7ddeba82978c..3745b1ce94e5 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/20_riemann_zeta/compile.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/20_riemann_zeta/compile.cc @@ -2,7 +2,7 @@ // 2006-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/special_functions/20_riemann_zeta/compile_2.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/20_riemann_zeta/compile_2.cc index f9a32ed725ce..7d8deed2ece2 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/20_riemann_zeta/compile_2.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/20_riemann_zeta/compile_2.cc @@ -2,7 +2,7 @@ // 2006-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/special_functions/21_sph_bessel/check_nan.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/21_sph_bessel/check_nan.cc index 3f0c867a7db4..2cbe19e0eed2 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/21_sph_bessel/check_nan.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/21_sph_bessel/check_nan.cc @@ -3,7 +3,7 @@ // 2007-01-10 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/5_numerical_facilities/special_functions/21_sph_bessel/check_value.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/21_sph_bessel/check_value.cc index 10456786ccf0..5154c8386cd3 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/21_sph_bessel/check_value.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/21_sph_bessel/check_value.cc @@ -1,6 +1,6 @@ // 2007-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/5_numerical_facilities/special_functions/21_sph_bessel/compile.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/21_sph_bessel/compile.cc index 03055d764658..eb3d85761db7 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/21_sph_bessel/compile.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/21_sph_bessel/compile.cc @@ -2,7 +2,7 @@ // 2006-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/special_functions/21_sph_bessel/compile_2.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/21_sph_bessel/compile_2.cc index cea548b44ee7..1f4dddeb9e34 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/21_sph_bessel/compile_2.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/21_sph_bessel/compile_2.cc @@ -2,7 +2,7 @@ // 2006-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/special_functions/22_sph_legendre/check_nan.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/22_sph_legendre/check_nan.cc index 6da5e872cf91..0a720978fd5e 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/22_sph_legendre/check_nan.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/22_sph_legendre/check_nan.cc @@ -3,7 +3,7 @@ // 2007-01-10 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/special_functions/22_sph_legendre/check_value.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/22_sph_legendre/check_value.cc index eadb171057fa..66a649d596ca 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/22_sph_legendre/check_value.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/22_sph_legendre/check_value.cc @@ -1,6 +1,6 @@ // 2007-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/5_numerical_facilities/special_functions/22_sph_legendre/compile.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/22_sph_legendre/compile.cc index f17590cc71ad..385bf16ff194 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/22_sph_legendre/compile.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/22_sph_legendre/compile.cc @@ -2,7 +2,7 @@ // 2006-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/special_functions/22_sph_legendre/compile_2.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/22_sph_legendre/compile_2.cc index e52f1e5d7a95..ec1c83d0cf2c 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/22_sph_legendre/compile_2.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/22_sph_legendre/compile_2.cc @@ -2,7 +2,7 @@ // 2006-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/special_functions/23_sph_neumann/check_nan.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/23_sph_neumann/check_nan.cc index c800aa57a7f0..f5be9ae0c05e 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/23_sph_neumann/check_nan.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/23_sph_neumann/check_nan.cc @@ -3,7 +3,7 @@ // 2007-01-10 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/5_numerical_facilities/special_functions/23_sph_neumann/check_value.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/23_sph_neumann/check_value.cc index be9e5acec9d9..bae80dd50be4 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/23_sph_neumann/check_value.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/23_sph_neumann/check_value.cc @@ -1,6 +1,6 @@ // 2007-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/5_numerical_facilities/special_functions/23_sph_neumann/compile.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/23_sph_neumann/compile.cc index 9c7cc0ef929a..ea8b01b9c92e 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/23_sph_neumann/compile.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/23_sph_neumann/compile.cc @@ -2,7 +2,7 @@ // 2006-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/special_functions/23_sph_neumann/compile_2.cc b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/23_sph_neumann/compile_2.cc index 1c967d183306..17216df06a3b 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/23_sph_neumann/compile_2.cc +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/23_sph_neumann/compile_2.cc @@ -2,7 +2,7 @@ // 2006-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/5_numerical_facilities/special_functions/testcase.h b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/testcase.h index e8b4fc9c4a2e..d8108311fe78 100644 --- a/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/testcase.h +++ b/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/testcase.h @@ -1,6 +1,6 @@ // 2007-02-04 Edward Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/6_containers/array/capacity/empty.cc b/libstdc++-v3/testsuite/tr1/6_containers/array/capacity/empty.cc index e02c8f424a59..b8e89f2f0f78 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/array/capacity/empty.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/array/capacity/empty.cc @@ -1,6 +1,6 @@ // 2004-10-20 Benjamin Kosnik // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/6_containers/array/capacity/max_size.cc b/libstdc++-v3/testsuite/tr1/6_containers/array/capacity/max_size.cc index 44f367e15883..04ab51aee648 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/array/capacity/max_size.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/array/capacity/max_size.cc @@ -1,6 +1,6 @@ // 2004-10-20 Benjamin Kosnik // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/6_containers/array/capacity/size.cc b/libstdc++-v3/testsuite/tr1/6_containers/array/capacity/size.cc index 22671a23c66c..1d5be9b7ea3b 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/array/capacity/size.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/array/capacity/size.cc @@ -1,6 +1,6 @@ // 2004-10-20 Benjamin Kosnik // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/6_containers/array/comparison_operators/equal.cc b/libstdc++-v3/testsuite/tr1/6_containers/array/comparison_operators/equal.cc index daec95b7b5f8..483618b16cf3 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/array/comparison_operators/equal.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/array/comparison_operators/equal.cc @@ -1,6 +1,6 @@ // 2004-10-20 Benjamin Kosnik // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/6_containers/array/comparison_operators/greater.cc b/libstdc++-v3/testsuite/tr1/6_containers/array/comparison_operators/greater.cc index adf4c317f7a1..0ea9b2847fca 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/array/comparison_operators/greater.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/array/comparison_operators/greater.cc @@ -1,6 +1,6 @@ // 2004-10-20 Benjamin Kosnik // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/6_containers/array/comparison_operators/greater_or_equal.cc b/libstdc++-v3/testsuite/tr1/6_containers/array/comparison_operators/greater_or_equal.cc index d2c80f10af20..291315494970 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/array/comparison_operators/greater_or_equal.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/array/comparison_operators/greater_or_equal.cc @@ -1,6 +1,6 @@ // 2004-10-20 Benjamin Kosnik // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/6_containers/array/comparison_operators/less.cc b/libstdc++-v3/testsuite/tr1/6_containers/array/comparison_operators/less.cc index 50909ed05eca..c696f798334c 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/array/comparison_operators/less.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/array/comparison_operators/less.cc @@ -1,6 +1,6 @@ // 2004-10-20 Benjamin Kosnik // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/6_containers/array/comparison_operators/less_or_equal.cc b/libstdc++-v3/testsuite/tr1/6_containers/array/comparison_operators/less_or_equal.cc index 319d281dacf0..72c5243f0d38 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/array/comparison_operators/less_or_equal.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/array/comparison_operators/less_or_equal.cc @@ -1,6 +1,6 @@ // 2004-10-20 Benjamin Kosnik // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/6_containers/array/comparison_operators/not_equal.cc b/libstdc++-v3/testsuite/tr1/6_containers/array/comparison_operators/not_equal.cc index 19f20bdecacb..47f61f3af9b1 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/array/comparison_operators/not_equal.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/array/comparison_operators/not_equal.cc @@ -1,6 +1,6 @@ // 2004-10-20 Benjamin Kosnik // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/6_containers/array/cons/aggregate_initialization.cc b/libstdc++-v3/testsuite/tr1/6_containers/array/cons/aggregate_initialization.cc index a4b1a5442aa6..09a64a9ae88b 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/array/cons/aggregate_initialization.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/array/cons/aggregate_initialization.cc @@ -2,7 +2,7 @@ // 2004-10-20 Benjamin Kosnik // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/6_containers/array/element_access/at_out_of_range.cc b/libstdc++-v3/testsuite/tr1/6_containers/array/element_access/at_out_of_range.cc index 49a2df7ad44c..06ae3c73fb64 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/array/element_access/at_out_of_range.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/array/element_access/at_out_of_range.cc @@ -1,6 +1,6 @@ // 2004-10-20 Benjamin Kosnik // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/6_containers/array/element_access/back.cc b/libstdc++-v3/testsuite/tr1/6_containers/array/element_access/back.cc index 1ff764a0b519..b636a7f8a46a 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/array/element_access/back.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/array/element_access/back.cc @@ -1,6 +1,6 @@ // 2005-08-26 Paolo Carlini // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/6_containers/array/element_access/data.cc b/libstdc++-v3/testsuite/tr1/6_containers/array/element_access/data.cc index f73010158a42..9794281401c7 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/array/element_access/data.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/array/element_access/data.cc @@ -1,6 +1,6 @@ // 2005-08-26 Paolo Carlini // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/6_containers/array/element_access/front.cc b/libstdc++-v3/testsuite/tr1/6_containers/array/element_access/front.cc index 9b7e64284c1b..fe9b3cd78914 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/array/element_access/front.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/array/element_access/front.cc @@ -1,6 +1,6 @@ // 2005-08-26 Paolo Carlini // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/6_containers/array/iterators/end_is_one_past.cc b/libstdc++-v3/testsuite/tr1/6_containers/array/iterators/end_is_one_past.cc index 3cab9a82b8ad..f55d75e2dd90 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/array/iterators/end_is_one_past.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/array/iterators/end_is_one_past.cc @@ -1,6 +1,6 @@ // 2004-10-20 Benjamin Kosnik // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/6_containers/array/requirements/assign.cc b/libstdc++-v3/testsuite/tr1/6_containers/array/requirements/assign.cc index 1ca248f06beb..13fc602af6d7 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/array/requirements/assign.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/array/requirements/assign.cc @@ -1,6 +1,6 @@ // 2006-02-24 Paolo Carlini // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/6_containers/array/requirements/contiguous.cc b/libstdc++-v3/testsuite/tr1/6_containers/array/requirements/contiguous.cc index 6aed44f76b49..9780a071fd95 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/array/requirements/contiguous.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/array/requirements/contiguous.cc @@ -1,6 +1,6 @@ // 2004-10-20 Benjamin Kosnik // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/6_containers/array/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/tr1/6_containers/array/requirements/explicit_instantiation.cc index 356229c5cf67..add115406b7d 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/array/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/array/requirements/explicit_instantiation.cc @@ -2,7 +2,7 @@ // 2004-10-20 Benjamin Kosnik // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/6_containers/array/requirements/member_swap.cc b/libstdc++-v3/testsuite/tr1/6_containers/array/requirements/member_swap.cc index 9d13317831be..f855beda5499 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/array/requirements/member_swap.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/array/requirements/member_swap.cc @@ -1,6 +1,6 @@ // 2006-02-24 Paolo Carlini // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/6_containers/array/requirements/typedefs.cc b/libstdc++-v3/testsuite/tr1/6_containers/array/requirements/typedefs.cc index dee15d1734f6..b60e80afaae2 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/array/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/array/requirements/typedefs.cc @@ -2,7 +2,7 @@ // 2004-10-20 Benjamin Kosnik // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/6_containers/array/requirements/zero_sized_arrays.cc b/libstdc++-v3/testsuite/tr1/6_containers/array/requirements/zero_sized_arrays.cc index 4b085220b06a..bdc7e98c433c 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/array/requirements/zero_sized_arrays.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/array/requirements/zero_sized_arrays.cc @@ -1,6 +1,6 @@ // 2004-10-20 Benjamin Kosnik // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/6_containers/array/specialized_algorithms/swap.cc b/libstdc++-v3/testsuite/tr1/6_containers/array/specialized_algorithms/swap.cc index a771266e9dd6..f538a6bfde65 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/array/specialized_algorithms/swap.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/array/specialized_algorithms/swap.cc @@ -1,6 +1,6 @@ // 2006-02-24 Paolo Carlini // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/6_containers/array/tuple_interface/get.cc b/libstdc++-v3/testsuite/tr1/6_containers/array/tuple_interface/get.cc index 7601e86b89af..e4131412935e 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/array/tuple_interface/get.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/array/tuple_interface/get.cc @@ -1,6 +1,6 @@ // 2005-08-26 Paolo Carlini // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/6_containers/array/tuple_interface/tuple_element.cc b/libstdc++-v3/testsuite/tr1/6_containers/array/tuple_interface/tuple_element.cc index e6e3bc4159e1..ee23883e83b4 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/array/tuple_interface/tuple_element.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/array/tuple_interface/tuple_element.cc @@ -1,6 +1,6 @@ // 2005-08-26 Paolo Carlini // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/6_containers/array/tuple_interface/tuple_size.cc b/libstdc++-v3/testsuite/tr1/6_containers/array/tuple_interface/tuple_size.cc index 756b0ca728f8..a4a87ed54e9c 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/array/tuple_interface/tuple_size.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/array/tuple_interface/tuple_size.cc @@ -1,6 +1,6 @@ // 2005-08-26 Paolo Carlini // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/6_containers/hash/24799.cc b/libstdc++-v3/testsuite/tr1/6_containers/hash/24799.cc index 187b2056cbb9..b763c27c80b8 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/hash/24799.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/hash/24799.cc @@ -1,6 +1,6 @@ // 2005-11-11 Paolo Carlini // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/6_containers/hash/operators/size_t.cc b/libstdc++-v3/testsuite/tr1/6_containers/hash/operators/size_t.cc index 9fcb99931063..feed6ba0c136 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/hash/operators/size_t.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/hash/operators/size_t.cc @@ -1,6 +1,6 @@ // 2007-08-20 // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/6_containers/hash/requirements/base_classes.cc b/libstdc++-v3/testsuite/tr1/6_containers/hash/requirements/base_classes.cc index d95350501eb3..2c490296a04a 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/hash/requirements/base_classes.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/hash/requirements/base_classes.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/6_containers/hash/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/tr1/6_containers/hash/requirements/explicit_instantiation.cc index 5f017c704616..bacbd4d904cb 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/hash/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/hash/requirements/explicit_instantiation.cc @@ -2,7 +2,7 @@ // 2005-02-17 Matt Austern // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/6_containers/headers/array/synopsis.cc b/libstdc++-v3/testsuite/tr1/6_containers/headers/array/synopsis.cc index 4c307cbbcb67..2768d951525e 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/headers/array/synopsis.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/headers/array/synopsis.cc @@ -2,7 +2,7 @@ // 2007-02-04 Benjamin Kosnik // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/6_containers/headers/functional/synopsis.cc b/libstdc++-v3/testsuite/tr1/6_containers/headers/functional/synopsis.cc index d077718cdf49..8db74262403f 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/headers/functional/synopsis.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/headers/functional/synopsis.cc @@ -3,7 +3,7 @@ // 2007-02-04 Benjamin Kosnik // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/6_containers/headers/tuple/synopsis.cc b/libstdc++-v3/testsuite/tr1/6_containers/headers/tuple/synopsis.cc index 22fe5b2d8579..846a71dfc56e 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/headers/tuple/synopsis.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/headers/tuple/synopsis.cc @@ -2,7 +2,7 @@ // 2007-02-04 Benjamin Kosnik // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/6_containers/headers/tuple/types_std_tr1.cc b/libstdc++-v3/testsuite/tr1/6_containers/headers/tuple/types_std_tr1.cc index 6d9372992bfc..3f23702b5c6d 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/headers/tuple/types_std_tr1.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/headers/tuple/types_std_tr1.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/6_containers/headers/unordered_map/synopsis.cc b/libstdc++-v3/testsuite/tr1/6_containers/headers/unordered_map/synopsis.cc index eb4e7a72796f..c34ad3408461 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/headers/unordered_map/synopsis.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/headers/unordered_map/synopsis.cc @@ -2,7 +2,7 @@ // 2007-02-04 Benjamin Kosnik // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/6_containers/headers/unordered_set/synopsis.cc b/libstdc++-v3/testsuite/tr1/6_containers/headers/unordered_set/synopsis.cc index 342be723aed1..283ceb925e06 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/headers/unordered_set/synopsis.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/headers/unordered_set/synopsis.cc @@ -2,7 +2,7 @@ // 2007-02-04 Benjamin Kosnik // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/6_containers/tuple/comparison_operators/35480_neg.cc b/libstdc++-v3/testsuite/tr1/6_containers/tuple/comparison_operators/35480_neg.cc index 5ef6ce0e47a1..ca1536c83655 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/tuple/comparison_operators/35480_neg.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/tuple/comparison_operators/35480_neg.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/tr1/6_containers/tuple/comparison_operators/comparisons.cc b/libstdc++-v3/testsuite/tr1/6_containers/tuple/comparison_operators/comparisons.cc index 1ece49915ce9..682b95b3b6c7 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/tuple/comparison_operators/comparisons.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/tuple/comparison_operators/comparisons.cc @@ -1,6 +1,6 @@ // 2004-09-23 Chris Jefferson -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/6_containers/tuple/cons/assignment.cc b/libstdc++-v3/testsuite/tr1/6_containers/tuple/cons/assignment.cc index e5824d3395ca..82d6f60f6cb4 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/tuple/cons/assignment.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/tuple/cons/assignment.cc @@ -1,6 +1,6 @@ // 2004-09-23 Chris Jefferson -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/6_containers/tuple/cons/big_tuples.cc b/libstdc++-v3/testsuite/tr1/6_containers/tuple/cons/big_tuples.cc index 0fba957c30d4..36792237eecf 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/tuple/cons/big_tuples.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/tuple/cons/big_tuples.cc @@ -1,6 +1,6 @@ // 2004-09-23 Chris Jefferson -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/6_containers/tuple/cons/constructor.cc b/libstdc++-v3/testsuite/tr1/6_containers/tuple/cons/constructor.cc index 8d6a48302942..56a0326fc54e 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/tuple/cons/constructor.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/tuple/cons/constructor.cc @@ -1,6 +1,6 @@ // 2004-09-23 Chris Jefferson -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/6_containers/tuple/creation_functions/23978.cc b/libstdc++-v3/testsuite/tr1/6_containers/tuple/creation_functions/23978.cc index 825ce7524448..748784f810f5 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/tuple/creation_functions/23978.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/tuple/creation_functions/23978.cc @@ -1,6 +1,6 @@ // 2005-09-29 Chris Jefferson // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/6_containers/tuple/creation_functions/make_tuple.cc b/libstdc++-v3/testsuite/tr1/6_containers/tuple/creation_functions/make_tuple.cc index fdf2152b7cab..862b71b0495f 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/tuple/creation_functions/make_tuple.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/tuple/creation_functions/make_tuple.cc @@ -1,6 +1,6 @@ // 2004-09-23 Chris Jefferson -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/6_containers/tuple/creation_functions/tie.cc b/libstdc++-v3/testsuite/tr1/6_containers/tuple/creation_functions/tie.cc index 271894dc0c6d..13774718e44c 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/tuple/creation_functions/tie.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/tuple/creation_functions/tie.cc @@ -1,6 +1,6 @@ // 2004-09-23 Chris Jefferson -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/6_containers/tuple/creation_functions/tie2.cc b/libstdc++-v3/testsuite/tr1/6_containers/tuple/creation_functions/tie2.cc index f18a2b7b464d..ea758507fcea 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/tuple/creation_functions/tie2.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/tuple/creation_functions/tie2.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/6_containers/tuple/element_access/get.cc b/libstdc++-v3/testsuite/tr1/6_containers/tuple/element_access/get.cc index 526195e7f132..3e2dedc5345f 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/tuple/element_access/get.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/tuple/element_access/get.cc @@ -1,6 +1,6 @@ // 2004-09-23 Chris Jefferson -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/6_containers/tuple/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/tr1/6_containers/tuple/requirements/explicit_instantiation.cc index 3f9b71798c7e..a1a64d52810f 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/tuple/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/tuple/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/6_containers/tuple/tuple_element.cc b/libstdc++-v3/testsuite/tr1/6_containers/tuple/tuple_element.cc index 11a6dfc3a814..8cb7b22051d2 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/tuple/tuple_element.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/tuple/tuple_element.cc @@ -1,6 +1,6 @@ // 2004-09-23 Chris Jefferson -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/6_containers/tuple/tuple_size.cc b/libstdc++-v3/testsuite/tr1/6_containers/tuple/tuple_size.cc index 38d00e897090..1b7761714e2f 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/tuple/tuple_size.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/tuple/tuple_size.cc @@ -1,6 +1,6 @@ // 2004-09-23 Chris Jefferson -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/6_containers/unordered_map/24064.cc b/libstdc++-v3/testsuite/tr1/6_containers/unordered_map/24064.cc index 19c21ff03842..5a5eb94fff08 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/unordered_map/24064.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/unordered_map/24064.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/6_containers/unordered_map/capacity/29134-map.cc b/libstdc++-v3/testsuite/tr1/6_containers/unordered_map/capacity/29134-map.cc index 0e2ad6b0d023..e7c398e85663 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/unordered_map/capacity/29134-map.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/unordered_map/capacity/29134-map.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/6_containers/unordered_map/erase/1.cc b/libstdc++-v3/testsuite/tr1/6_containers/unordered_map/erase/1.cc index 7dcd17f05c76..2d1ba2b22143 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/unordered_map/erase/1.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/unordered_map/erase/1.cc @@ -1,6 +1,6 @@ // 2007-02-22 Paolo Carlini // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/6_containers/unordered_map/erase/24061-map.cc b/libstdc++-v3/testsuite/tr1/6_containers/unordered_map/erase/24061-map.cc index 94a49208ee74..a681bde5e92c 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/unordered_map/erase/24061-map.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/unordered_map/erase/24061-map.cc @@ -1,6 +1,6 @@ // 2005-10-08 Paolo Carlini // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/6_containers/unordered_map/find/map1.cc b/libstdc++-v3/testsuite/tr1/6_containers/unordered_map/find/map1.cc index 2206204b71ab..0bb32d6681eb 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/unordered_map/find/map1.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/unordered_map/find/map1.cc @@ -2,7 +2,7 @@ // 2005-2-18 Matt Austern // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/6_containers/unordered_map/insert/24061-map.cc b/libstdc++-v3/testsuite/tr1/6_containers/unordered_map/insert/24061-map.cc index 3279b7fbe0e4..8cc88bc2147a 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/unordered_map/insert/24061-map.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/unordered_map/insert/24061-map.cc @@ -1,6 +1,6 @@ // 2005-10-08 Paolo Carlini // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/6_containers/unordered_map/insert/array_syntax.cc b/libstdc++-v3/testsuite/tr1/6_containers/unordered_map/insert/array_syntax.cc index a04292b271a8..124bd783679c 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/unordered_map/insert/array_syntax.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/unordered_map/insert/array_syntax.cc @@ -2,7 +2,7 @@ // 2005-2-17 Matt Austern // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/6_containers/unordered_map/insert/map_range.cc b/libstdc++-v3/testsuite/tr1/6_containers/unordered_map/insert/map_range.cc index 88b9a68ec011..eee07ea1647c 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/unordered_map/insert/map_range.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/unordered_map/insert/map_range.cc @@ -2,7 +2,7 @@ // 2005-2-17 Matt Austern // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/6_containers/unordered_map/insert/map_single.cc b/libstdc++-v3/testsuite/tr1/6_containers/unordered_map/insert/map_single.cc index f1cd354a6f22..0a05499267f6 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/unordered_map/insert/map_single.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/unordered_map/insert/map_single.cc @@ -2,7 +2,7 @@ // 2005-2-17 Matt Austern // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/6_containers/unordered_map/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/tr1/6_containers/unordered_map/requirements/explicit_instantiation.cc index 60ac8a5bef11..75041dcdd2cb 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/unordered_map/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/unordered_map/requirements/explicit_instantiation.cc @@ -2,7 +2,7 @@ // 2005-02-17 Matt Austern // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/6_containers/unordered_map/requirements/iterator_neg.cc b/libstdc++-v3/testsuite/tr1/6_containers/unordered_map/requirements/iterator_neg.cc index 49014185aaef..91414e6c2de1 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/unordered_map/requirements/iterator_neg.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/unordered_map/requirements/iterator_neg.cc @@ -1,6 +1,6 @@ // 2005-10-02 Paolo Carlini // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/6_containers/unordered_map/requirements/iterator_null_neg.cc b/libstdc++-v3/testsuite/tr1/6_containers/unordered_map/requirements/iterator_null_neg.cc index d2103082a402..df86a5c8a75d 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/unordered_map/requirements/iterator_null_neg.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/unordered_map/requirements/iterator_null_neg.cc @@ -1,6 +1,6 @@ // 2005-09-10 Paolo Carlini // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/6_containers/unordered_map/requirements/typedefs.cc b/libstdc++-v3/testsuite/tr1/6_containers/unordered_map/requirements/typedefs.cc index b1d00ad08ddf..b4c50bafc11c 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/unordered_map/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/unordered_map/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2008-08-27 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/tr1/6_containers/unordered_map/swap/1.cc b/libstdc++-v3/testsuite/tr1/6_containers/unordered_map/swap/1.cc index c6bc2ffae704..25f21b613e45 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/unordered_map/swap/1.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/unordered_map/swap/1.cc @@ -1,6 +1,6 @@ // 2005-12-20 Paolo Carlini -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/6_containers/unordered_map/swap/2.cc b/libstdc++-v3/testsuite/tr1/6_containers/unordered_map/swap/2.cc index 098928c1f394..3e9a2bda798a 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/unordered_map/swap/2.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/unordered_map/swap/2.cc @@ -1,6 +1,6 @@ // 2005-12-20 Paolo Carlini -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/6_containers/unordered_multimap/capacity/29134-multimap.cc b/libstdc++-v3/testsuite/tr1/6_containers/unordered_multimap/capacity/29134-multimap.cc index 06d0b062f357..6fee915a85aa 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/unordered_multimap/capacity/29134-multimap.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/unordered_multimap/capacity/29134-multimap.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/6_containers/unordered_multimap/erase/1.cc b/libstdc++-v3/testsuite/tr1/6_containers/unordered_multimap/erase/1.cc index 0983ba77f15a..05a783e44437 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/unordered_multimap/erase/1.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/unordered_multimap/erase/1.cc @@ -1,6 +1,6 @@ // 2007-02-22 Paolo Carlini // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/6_containers/unordered_multimap/erase/24061-multimap.cc b/libstdc++-v3/testsuite/tr1/6_containers/unordered_multimap/erase/24061-multimap.cc index 9a5a0a7e1382..1820ae0eb897 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/unordered_multimap/erase/24061-multimap.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/unordered_multimap/erase/24061-multimap.cc @@ -1,6 +1,6 @@ // 2005-10-08 Paolo Carlini // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/6_containers/unordered_multimap/find/multimap1.cc b/libstdc++-v3/testsuite/tr1/6_containers/unordered_multimap/find/multimap1.cc index 7899a64e5a45..45c101439daa 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/unordered_multimap/find/multimap1.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/unordered_multimap/find/multimap1.cc @@ -2,7 +2,7 @@ // 2005-2-18 Matt Austern // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/6_containers/unordered_multimap/insert/24061-multimap.cc b/libstdc++-v3/testsuite/tr1/6_containers/unordered_multimap/insert/24061-multimap.cc index ad7e0c2da58a..59a3197cfcc4 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/unordered_multimap/insert/24061-multimap.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/unordered_multimap/insert/24061-multimap.cc @@ -1,6 +1,6 @@ // 2005-10-08 Paolo Carlini // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/6_containers/unordered_multimap/insert/multimap_range.cc b/libstdc++-v3/testsuite/tr1/6_containers/unordered_multimap/insert/multimap_range.cc index d8fd2a70dbad..1cc0d0adc3a4 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/unordered_multimap/insert/multimap_range.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/unordered_multimap/insert/multimap_range.cc @@ -2,7 +2,7 @@ // 2005-2-17 Matt Austern // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/6_containers/unordered_multimap/insert/multimap_single.cc b/libstdc++-v3/testsuite/tr1/6_containers/unordered_multimap/insert/multimap_single.cc index f4880704ccac..34a029c74d83 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/unordered_multimap/insert/multimap_single.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/unordered_multimap/insert/multimap_single.cc @@ -2,7 +2,7 @@ // 2005-2-17 Matt Austern // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/6_containers/unordered_multimap/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/tr1/6_containers/unordered_multimap/requirements/explicit_instantiation.cc index e92da828ff53..457475fa71b1 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/unordered_multimap/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/unordered_multimap/requirements/explicit_instantiation.cc @@ -2,7 +2,7 @@ // 2005-02-17 Matt Austern // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/6_containers/unordered_multimap/requirements/iterator_neg.cc b/libstdc++-v3/testsuite/tr1/6_containers/unordered_multimap/requirements/iterator_neg.cc index 92f3406589df..e573039769cf 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/unordered_multimap/requirements/iterator_neg.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/unordered_multimap/requirements/iterator_neg.cc @@ -1,6 +1,6 @@ // 2005-10-02 Paolo Carlini // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/6_containers/unordered_multimap/requirements/iterator_null_neg.cc b/libstdc++-v3/testsuite/tr1/6_containers/unordered_multimap/requirements/iterator_null_neg.cc index 91d931c37293..c1c1ae69ce4c 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/unordered_multimap/requirements/iterator_null_neg.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/unordered_multimap/requirements/iterator_null_neg.cc @@ -1,6 +1,6 @@ // 2005-09-10 Paolo Carlini // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/6_containers/unordered_multimap/requirements/typedefs.cc b/libstdc++-v3/testsuite/tr1/6_containers/unordered_multimap/requirements/typedefs.cc index 1092936c698e..a4927030b081 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/unordered_multimap/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/unordered_multimap/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2008-08-27 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/tr1/6_containers/unordered_multimap/swap/1.cc b/libstdc++-v3/testsuite/tr1/6_containers/unordered_multimap/swap/1.cc index 35c708c030a1..fa7b12edb2e2 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/unordered_multimap/swap/1.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/unordered_multimap/swap/1.cc @@ -1,6 +1,6 @@ // 2005-12-20 Paolo Carlini -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/6_containers/unordered_multimap/swap/2.cc b/libstdc++-v3/testsuite/tr1/6_containers/unordered_multimap/swap/2.cc index b4571bcad806..a1817bda7ded 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/unordered_multimap/swap/2.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/unordered_multimap/swap/2.cc @@ -1,6 +1,6 @@ // 2005-12-20 Paolo Carlini -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/6_containers/unordered_multiset/24054.cc b/libstdc++-v3/testsuite/tr1/6_containers/unordered_multiset/24054.cc index 3f943854789d..baa310174c1e 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/unordered_multiset/24054.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/unordered_multiset/24054.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/6_containers/unordered_multiset/capacity/29134-multiset.cc b/libstdc++-v3/testsuite/tr1/6_containers/unordered_multiset/capacity/29134-multiset.cc index 6289324ffcc6..2822c9b6f83a 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/unordered_multiset/capacity/29134-multiset.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/unordered_multiset/capacity/29134-multiset.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/6_containers/unordered_multiset/erase/1.cc b/libstdc++-v3/testsuite/tr1/6_containers/unordered_multiset/erase/1.cc index a510892ba637..bd3803013840 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/unordered_multiset/erase/1.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/unordered_multiset/erase/1.cc @@ -1,6 +1,6 @@ // 2007-02-22 Paolo Carlini // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/6_containers/unordered_multiset/erase/24061-multiset.cc b/libstdc++-v3/testsuite/tr1/6_containers/unordered_multiset/erase/24061-multiset.cc index 499d791c8055..13146ae06b05 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/unordered_multiset/erase/24061-multiset.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/unordered_multiset/erase/24061-multiset.cc @@ -1,6 +1,6 @@ // 2005-10-08 Paolo Carlini // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/6_containers/unordered_multiset/find/multiset1.cc b/libstdc++-v3/testsuite/tr1/6_containers/unordered_multiset/find/multiset1.cc index c7ff8c605f40..954b817925f8 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/unordered_multiset/find/multiset1.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/unordered_multiset/find/multiset1.cc @@ -2,7 +2,7 @@ // 2005-2-18 Matt Austern // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/6_containers/unordered_multiset/insert/24061-multiset.cc b/libstdc++-v3/testsuite/tr1/6_containers/unordered_multiset/insert/24061-multiset.cc index 98d498c3c8d0..16ecf6a69cec 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/unordered_multiset/insert/24061-multiset.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/unordered_multiset/insert/24061-multiset.cc @@ -1,6 +1,6 @@ // 2005-10-08 Paolo Carlini // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/6_containers/unordered_multiset/insert/multiset_range.cc b/libstdc++-v3/testsuite/tr1/6_containers/unordered_multiset/insert/multiset_range.cc index 4bbdf231c28e..b632ed88877a 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/unordered_multiset/insert/multiset_range.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/unordered_multiset/insert/multiset_range.cc @@ -2,7 +2,7 @@ // 2005-2-17 Matt Austern // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/6_containers/unordered_multiset/insert/multiset_single.cc b/libstdc++-v3/testsuite/tr1/6_containers/unordered_multiset/insert/multiset_single.cc index 1a6c89d4959f..411d62dc7df5 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/unordered_multiset/insert/multiset_single.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/unordered_multiset/insert/multiset_single.cc @@ -2,7 +2,7 @@ // 2005-2-17 Matt Austern // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/6_containers/unordered_multiset/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/tr1/6_containers/unordered_multiset/requirements/explicit_instantiation.cc index 662184beed6f..c8622891898c 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/unordered_multiset/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/unordered_multiset/requirements/explicit_instantiation.cc @@ -2,7 +2,7 @@ // 2005-02-17 Matt Austern // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/6_containers/unordered_multiset/requirements/iterator_neg.cc b/libstdc++-v3/testsuite/tr1/6_containers/unordered_multiset/requirements/iterator_neg.cc index b6a67d8aecf3..470cc87e9395 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/unordered_multiset/requirements/iterator_neg.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/unordered_multiset/requirements/iterator_neg.cc @@ -1,6 +1,6 @@ // 2005-10-02 Paolo Carlini // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/6_containers/unordered_multiset/requirements/iterator_null_neg.cc b/libstdc++-v3/testsuite/tr1/6_containers/unordered_multiset/requirements/iterator_null_neg.cc index d8ad657e8e3d..c230049b760c 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/unordered_multiset/requirements/iterator_null_neg.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/unordered_multiset/requirements/iterator_null_neg.cc @@ -1,6 +1,6 @@ // 2005-09-10 Paolo Carlini // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/6_containers/unordered_multiset/requirements/typedefs.cc b/libstdc++-v3/testsuite/tr1/6_containers/unordered_multiset/requirements/typedefs.cc index 5ea56b2c9326..7211dae61692 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/unordered_multiset/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/unordered_multiset/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2008-08-27 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/tr1/6_containers/unordered_multiset/swap/1.cc b/libstdc++-v3/testsuite/tr1/6_containers/unordered_multiset/swap/1.cc index ee0882458c8d..7de905e9e19a 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/unordered_multiset/swap/1.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/unordered_multiset/swap/1.cc @@ -1,6 +1,6 @@ // 2005-12-20 Paolo Carlini -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/6_containers/unordered_multiset/swap/2.cc b/libstdc++-v3/testsuite/tr1/6_containers/unordered_multiset/swap/2.cc index 83ca6f13d667..52488c6e31bf 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/unordered_multiset/swap/2.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/unordered_multiset/swap/2.cc @@ -1,6 +1,6 @@ // 2005-12-20 Paolo Carlini -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/6_containers/unordered_set/23053.cc b/libstdc++-v3/testsuite/tr1/6_containers/unordered_set/23053.cc index d337f5c1f44c..d1fb7b30e29f 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/unordered_set/23053.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/unordered_set/23053.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/6_containers/unordered_set/23465.cc b/libstdc++-v3/testsuite/tr1/6_containers/unordered_set/23465.cc index 03cdbb7e68e8..257ae65ce69b 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/unordered_set/23465.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/unordered_set/23465.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/6_containers/unordered_set/26127.cc b/libstdc++-v3/testsuite/tr1/6_containers/unordered_set/26127.cc index fe35988d974e..0f211c4216fa 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/unordered_set/26127.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/unordered_set/26127.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/6_containers/unordered_set/26132.cc b/libstdc++-v3/testsuite/tr1/6_containers/unordered_set/26132.cc index 748e7fa1366a..515dd0f91d37 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/unordered_set/26132.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/unordered_set/26132.cc @@ -1,6 +1,6 @@ // 2006-02-22 Paolo Carlini // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/6_containers/unordered_set/capacity/29134-set.cc b/libstdc++-v3/testsuite/tr1/6_containers/unordered_set/capacity/29134-set.cc index 9bcb617519c3..2085217a3cef 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/unordered_set/capacity/29134-set.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/unordered_set/capacity/29134-set.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/6_containers/unordered_set/erase/1.cc b/libstdc++-v3/testsuite/tr1/6_containers/unordered_set/erase/1.cc index a7a2a92e78c1..8714c971fbad 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/unordered_set/erase/1.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/unordered_set/erase/1.cc @@ -1,6 +1,6 @@ // 2007-02-22 Paolo Carlini // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/6_containers/unordered_set/erase/24061-set.cc b/libstdc++-v3/testsuite/tr1/6_containers/unordered_set/erase/24061-set.cc index 67b0f393f94f..4c5a3051266a 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/unordered_set/erase/24061-set.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/unordered_set/erase/24061-set.cc @@ -1,6 +1,6 @@ // 2005-10-08 Paolo Carlini // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/6_containers/unordered_set/find/set1.cc b/libstdc++-v3/testsuite/tr1/6_containers/unordered_set/find/set1.cc index f6a9bbe916a7..b7e54a1dd2c3 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/unordered_set/find/set1.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/unordered_set/find/set1.cc @@ -2,7 +2,7 @@ // 2005-2-18 Matt Austern // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/6_containers/unordered_set/insert/24061-set.cc b/libstdc++-v3/testsuite/tr1/6_containers/unordered_set/insert/24061-set.cc index d98b0b6972de..6850b7eb0592 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/unordered_set/insert/24061-set.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/unordered_set/insert/24061-set.cc @@ -1,6 +1,6 @@ // 2005-10-08 Paolo Carlini // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/6_containers/unordered_set/insert/set_range.cc b/libstdc++-v3/testsuite/tr1/6_containers/unordered_set/insert/set_range.cc index d131c5a772f3..f2587a49f630 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/unordered_set/insert/set_range.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/unordered_set/insert/set_range.cc @@ -2,7 +2,7 @@ // 2005-2-17 Matt Austern // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/6_containers/unordered_set/insert/set_single.cc b/libstdc++-v3/testsuite/tr1/6_containers/unordered_set/insert/set_single.cc index d0a18416a9e7..91c9dcf2323a 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/unordered_set/insert/set_single.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/unordered_set/insert/set_single.cc @@ -2,7 +2,7 @@ // 2005-2-17 Matt Austern // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/6_containers/unordered_set/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/tr1/6_containers/unordered_set/requirements/explicit_instantiation.cc index 5d4d83d743eb..dfd52ee68d24 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/unordered_set/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/unordered_set/requirements/explicit_instantiation.cc @@ -2,7 +2,7 @@ // 2005-02-17 Matt Austern // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/6_containers/unordered_set/requirements/iterator_neg.cc b/libstdc++-v3/testsuite/tr1/6_containers/unordered_set/requirements/iterator_neg.cc index a2b70253f361..07ae9e9b00a3 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/unordered_set/requirements/iterator_neg.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/unordered_set/requirements/iterator_neg.cc @@ -1,6 +1,6 @@ // 2005-10-02 Paolo Carlini // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/6_containers/unordered_set/requirements/iterator_null_neg.cc b/libstdc++-v3/testsuite/tr1/6_containers/unordered_set/requirements/iterator_null_neg.cc index bc5bc375dea1..021f0adaf873 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/unordered_set/requirements/iterator_null_neg.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/unordered_set/requirements/iterator_null_neg.cc @@ -1,6 +1,6 @@ // 2005-09-10 Paolo Carlini // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/6_containers/unordered_set/requirements/iterators_default_constructor.cc b/libstdc++-v3/testsuite/tr1/6_containers/unordered_set/requirements/iterators_default_constructor.cc index 03727a05bfe6..6ed7b01e230c 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/unordered_set/requirements/iterators_default_constructor.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/unordered_set/requirements/iterators_default_constructor.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/6_containers/unordered_set/requirements/typedefs.cc b/libstdc++-v3/testsuite/tr1/6_containers/unordered_set/requirements/typedefs.cc index dfba62a584f8..d51641e9bcfa 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/unordered_set/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/unordered_set/requirements/typedefs.cc @@ -1,7 +1,7 @@ // { dg-do compile } // 2008-08-27 Paolo Carlini -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/tr1/6_containers/unordered_set/swap/1.cc b/libstdc++-v3/testsuite/tr1/6_containers/unordered_set/swap/1.cc index 6d8c91645ccb..07e8ac9950c1 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/unordered_set/swap/1.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/unordered_set/swap/1.cc @@ -1,6 +1,6 @@ // 2005-12-20 Paolo Carlini -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/6_containers/unordered_set/swap/2.cc b/libstdc++-v3/testsuite/tr1/6_containers/unordered_set/swap/2.cc index c2c55e62901d..e64772ce40d3 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/unordered_set/swap/2.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/unordered_set/swap/2.cc @@ -1,6 +1,6 @@ // 2005-12-20 Paolo Carlini -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/6_containers/utility/19535.cc b/libstdc++-v3/testsuite/tr1/6_containers/utility/19535.cc index 544f185898d1..db0114d4972a 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/utility/19535.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/utility/19535.cc @@ -1,6 +1,6 @@ // 2005-01-19 Petur Runolfsson -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/tr1/6_containers/utility/pair.cc b/libstdc++-v3/testsuite/tr1/6_containers/utility/pair.cc index 1f8aef3b6424..df018bc3f2a5 100644 --- a/libstdc++-v3/testsuite/tr1/6_containers/utility/pair.cc +++ b/libstdc++-v3/testsuite/tr1/6_containers/utility/pair.cc @@ -1,6 +1,6 @@ // 2004-09-23 Chris Jefferson -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/tr1/7_regular_expressions/basic_regex/assign/char/cstring.cc b/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/char/cstring.cc index 2a3c40791285..d4d479a198f4 100644 --- a/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/char/cstring.cc +++ b/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/char/cstring.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/7_regular_expressions/basic_regex/assign/char/cstring_op.cc b/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/char/cstring_op.cc index f4fe397f6b82..db0250f0ccd7 100644 --- a/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/char/cstring_op.cc +++ b/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/char/cstring_op.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/7_regular_expressions/basic_regex/assign/char/pstring.cc b/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/char/pstring.cc index 33df37f134b8..202c749ae34d 100644 --- a/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/char/pstring.cc +++ b/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/char/pstring.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/7_regular_expressions/basic_regex/assign/char/range.cc b/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/char/range.cc index a5b837a5db10..2fb1dbe25e50 100644 --- a/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/char/range.cc +++ b/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/char/range.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/7_regular_expressions/basic_regex/assign/char/string.cc b/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/char/string.cc index 21f8f6343762..4040c9391da4 100644 --- a/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/char/string.cc +++ b/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/char/string.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/7_regular_expressions/basic_regex/assign/char/string_op.cc b/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/char/string_op.cc index 776bd15ad052..c7eb4e69879e 100644 --- a/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/char/string_op.cc +++ b/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/char/string_op.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/7_regular_expressions/basic_regex/assign/wchar_t/cstring.cc b/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/wchar_t/cstring.cc index b950c8a395dd..65d10fc905aa 100644 --- a/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/wchar_t/cstring.cc +++ b/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/wchar_t/cstring.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/7_regular_expressions/basic_regex/assign/wchar_t/cstring_op.cc b/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/wchar_t/cstring_op.cc index 0465276f98f7..abf727c64e5e 100644 --- a/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/wchar_t/cstring_op.cc +++ b/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/wchar_t/cstring_op.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/7_regular_expressions/basic_regex/assign/wchar_t/pstring.cc b/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/wchar_t/pstring.cc index 32aed5b40c47..e4d18ab560c9 100644 --- a/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/wchar_t/pstring.cc +++ b/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/wchar_t/pstring.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/7_regular_expressions/basic_regex/assign/wchar_t/range.cc b/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/wchar_t/range.cc index 813a25957ee1..5ecbbb47be2a 100644 --- a/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/wchar_t/range.cc +++ b/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/wchar_t/range.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/tr1/7_regular_expressions/basic_regex/assign/wchar_t/string.cc b/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/wchar_t/string.cc index 938b2e382bc8..792335be7710 100644 --- a/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/wchar_t/string.cc +++ b/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/wchar_t/string.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/7_regular_expressions/basic_regex/assign/wchar_t/string_op.cc b/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/wchar_t/string_op.cc index 89ac1ac9be1d..94cf488a8d75 100644 --- a/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/wchar_t/string_op.cc +++ b/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/wchar_t/string_op.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/7_regular_expressions/basic_regex/ctors/char/cstring.cc b/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/char/cstring.cc index 693db589b0fd..f258f34a008c 100644 --- a/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/char/cstring.cc +++ b/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/char/cstring.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/7_regular_expressions/basic_regex/ctors/char/default.cc b/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/char/default.cc index d978e5b490b2..726c87367da5 100644 --- a/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/char/default.cc +++ b/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/char/default.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/7_regular_expressions/basic_regex/ctors/char/pstring.cc b/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/char/pstring.cc index 07a92911a0bc..95e09f1cea35 100644 --- a/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/char/pstring.cc +++ b/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/char/pstring.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/7_regular_expressions/basic_regex/ctors/char/range.cc b/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/char/range.cc index 5f88816945e6..cbee39f8d869 100644 --- a/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/char/range.cc +++ b/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/char/range.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/7_regular_expressions/basic_regex/ctors/char/string.cc b/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/char/string.cc index a30af89e29b5..5aa230e2ed46 100644 --- a/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/char/string.cc +++ b/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/char/string.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/7_regular_expressions/basic_regex/ctors/wchar_t/cstring.cc b/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/wchar_t/cstring.cc index 963889ab481b..0ff0f7638666 100644 --- a/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/wchar_t/cstring.cc +++ b/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/wchar_t/cstring.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/7_regular_expressions/basic_regex/ctors/wchar_t/default.cc b/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/wchar_t/default.cc index f59497ed58f0..f72a94348334 100644 --- a/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/wchar_t/default.cc +++ b/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/wchar_t/default.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/7_regular_expressions/basic_regex/ctors/wchar_t/pstring.cc b/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/wchar_t/pstring.cc index 9b8ede1d85cf..e2f09c145aee 100644 --- a/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/wchar_t/pstring.cc +++ b/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/wchar_t/pstring.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/7_regular_expressions/basic_regex/ctors/wchar_t/range.cc b/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/wchar_t/range.cc index f8b5265c626d..3267ccbf9c50 100644 --- a/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/wchar_t/range.cc +++ b/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/wchar_t/range.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/7_regular_expressions/basic_regex/ctors/wchar_t/string.cc b/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/wchar_t/string.cc index 55b938754312..c85698e4743c 100644 --- a/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/wchar_t/string.cc +++ b/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/wchar_t/string.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/7_regular_expressions/match_results/ctors/char/default.cc b/libstdc++-v3/testsuite/tr1/7_regular_expressions/match_results/ctors/char/default.cc index c5771d7a3f69..c10a53c0b201 100644 --- a/libstdc++-v3/testsuite/tr1/7_regular_expressions/match_results/ctors/char/default.cc +++ b/libstdc++-v3/testsuite/tr1/7_regular_expressions/match_results/ctors/char/default.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/7_regular_expressions/regex/cons/char/c_string_awk.cc b/libstdc++-v3/testsuite/tr1/7_regular_expressions/regex/cons/char/c_string_awk.cc index 6cf1c64e277f..dbe482e9b4d9 100644 --- a/libstdc++-v3/testsuite/tr1/7_regular_expressions/regex/cons/char/c_string_awk.cc +++ b/libstdc++-v3/testsuite/tr1/7_regular_expressions/regex/cons/char/c_string_awk.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/7_regular_expressions/regex/cons/char/c_string_basic.cc b/libstdc++-v3/testsuite/tr1/7_regular_expressions/regex/cons/char/c_string_basic.cc index cfa5c7a902c2..aa54c53a249c 100644 --- a/libstdc++-v3/testsuite/tr1/7_regular_expressions/regex/cons/char/c_string_basic.cc +++ b/libstdc++-v3/testsuite/tr1/7_regular_expressions/regex/cons/char/c_string_basic.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/7_regular_expressions/regex/cons/char/c_string_ecma.cc b/libstdc++-v3/testsuite/tr1/7_regular_expressions/regex/cons/char/c_string_ecma.cc index 62738ef46d2d..60e24528a162 100644 --- a/libstdc++-v3/testsuite/tr1/7_regular_expressions/regex/cons/char/c_string_ecma.cc +++ b/libstdc++-v3/testsuite/tr1/7_regular_expressions/regex/cons/char/c_string_ecma.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/7_regular_expressions/regex/cons/char/c_string_egrep.cc b/libstdc++-v3/testsuite/tr1/7_regular_expressions/regex/cons/char/c_string_egrep.cc index db855ce59269..fefcba763514 100644 --- a/libstdc++-v3/testsuite/tr1/7_regular_expressions/regex/cons/char/c_string_egrep.cc +++ b/libstdc++-v3/testsuite/tr1/7_regular_expressions/regex/cons/char/c_string_egrep.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/7_regular_expressions/regex/cons/char/c_string_grep.cc b/libstdc++-v3/testsuite/tr1/7_regular_expressions/regex/cons/char/c_string_grep.cc index 25075d9614d5..3e96c2d8a195 100644 --- a/libstdc++-v3/testsuite/tr1/7_regular_expressions/regex/cons/char/c_string_grep.cc +++ b/libstdc++-v3/testsuite/tr1/7_regular_expressions/regex/cons/char/c_string_grep.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/7_regular_expressions/regex/cons/char/default.cc b/libstdc++-v3/testsuite/tr1/7_regular_expressions/regex/cons/char/default.cc index d8fbd7c68af0..c0d2f652b31e 100644 --- a/libstdc++-v3/testsuite/tr1/7_regular_expressions/regex/cons/char/default.cc +++ b/libstdc++-v3/testsuite/tr1/7_regular_expressions/regex/cons/char/default.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/7_regular_expressions/regex_traits/char/ctor.cc b/libstdc++-v3/testsuite/tr1/7_regular_expressions/regex_traits/char/ctor.cc index a53edd2e3fe0..75cd72f90a63 100644 --- a/libstdc++-v3/testsuite/tr1/7_regular_expressions/regex_traits/char/ctor.cc +++ b/libstdc++-v3/testsuite/tr1/7_regular_expressions/regex_traits/char/ctor.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/7_regular_expressions/regex_traits/char/translate_nocase.cc b/libstdc++-v3/testsuite/tr1/7_regular_expressions/regex_traits/char/translate_nocase.cc index 34d0705d288a..30814107327e 100644 --- a/libstdc++-v3/testsuite/tr1/7_regular_expressions/regex_traits/char/translate_nocase.cc +++ b/libstdc++-v3/testsuite/tr1/7_regular_expressions/regex_traits/char/translate_nocase.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/7_regular_expressions/regex_traits/char/value.cc b/libstdc++-v3/testsuite/tr1/7_regular_expressions/regex_traits/char/value.cc index 887671e15164..75c6a6d8388a 100644 --- a/libstdc++-v3/testsuite/tr1/7_regular_expressions/regex_traits/char/value.cc +++ b/libstdc++-v3/testsuite/tr1/7_regular_expressions/regex_traits/char/value.cc @@ -2,7 +2,7 @@ // 2008-08-11 Stephen M. Webb // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/tr1/7_regular_expressions/regex_traits/wchar_t/ctor.cc b/libstdc++-v3/testsuite/tr1/7_regular_expressions/regex_traits/wchar_t/ctor.cc index e26e4683e95e..ddafe5c57611 100644 --- a/libstdc++-v3/testsuite/tr1/7_regular_expressions/regex_traits/wchar_t/ctor.cc +++ b/libstdc++-v3/testsuite/tr1/7_regular_expressions/regex_traits/wchar_t/ctor.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/7_regular_expressions/regex_traits/wchar_t/translate_nocase.cc b/libstdc++-v3/testsuite/tr1/7_regular_expressions/regex_traits/wchar_t/translate_nocase.cc index fba843b841c1..5752012d3469 100644 --- a/libstdc++-v3/testsuite/tr1/7_regular_expressions/regex_traits/wchar_t/translate_nocase.cc +++ b/libstdc++-v3/testsuite/tr1/7_regular_expressions/regex_traits/wchar_t/translate_nocase.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/7_regular_expressions/regex_traits/wchar_t/value.cc b/libstdc++-v3/testsuite/tr1/7_regular_expressions/regex_traits/wchar_t/value.cc index 887671e15164..75c6a6d8388a 100644 --- a/libstdc++-v3/testsuite/tr1/7_regular_expressions/regex_traits/wchar_t/value.cc +++ b/libstdc++-v3/testsuite/tr1/7_regular_expressions/regex_traits/wchar_t/value.cc @@ -2,7 +2,7 @@ // 2008-08-11 Stephen M. Webb // -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 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/tr1/8_c_compatibility/cctype/functions.cc b/libstdc++-v3/testsuite/tr1/8_c_compatibility/cctype/functions.cc index 3ec4fa8b7002..a6b5cb1afdac 100644 --- a/libstdc++-v3/testsuite/tr1/8_c_compatibility/cctype/functions.cc +++ b/libstdc++-v3/testsuite/tr1/8_c_compatibility/cctype/functions.cc @@ -2,7 +2,7 @@ // 2006-01-25 Paolo Carlini // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/8_c_compatibility/cfenv/functions.cc b/libstdc++-v3/testsuite/tr1/8_c_compatibility/cfenv/functions.cc index 2b3d3acc3809..74ed327260fc 100644 --- a/libstdc++-v3/testsuite/tr1/8_c_compatibility/cfenv/functions.cc +++ b/libstdc++-v3/testsuite/tr1/8_c_compatibility/cfenv/functions.cc @@ -2,7 +2,7 @@ // 2006-01-26 Paolo Carlini // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/8_c_compatibility/cfenv/types_std_tr1.cc b/libstdc++-v3/testsuite/tr1/8_c_compatibility/cfenv/types_std_tr1.cc index 2873f04f5d4e..1337e679fec4 100644 --- a/libstdc++-v3/testsuite/tr1/8_c_compatibility/cfenv/types_std_tr1.cc +++ b/libstdc++-v3/testsuite/tr1/8_c_compatibility/cfenv/types_std_tr1.cc @@ -2,7 +2,7 @@ // 2006-01-26 Paolo Carlini // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/8_c_compatibility/cinttypes/functions.cc b/libstdc++-v3/testsuite/tr1/8_c_compatibility/cinttypes/functions.cc index b4caf3b74877..099701ad4ac6 100644 --- a/libstdc++-v3/testsuite/tr1/8_c_compatibility/cinttypes/functions.cc +++ b/libstdc++-v3/testsuite/tr1/8_c_compatibility/cinttypes/functions.cc @@ -2,7 +2,7 @@ // 2006-01-30 Paolo Carlini // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/8_c_compatibility/cinttypes/types_std_tr1.cc b/libstdc++-v3/testsuite/tr1/8_c_compatibility/cinttypes/types_std_tr1.cc index b2307f7c0468..d59b829ad402 100644 --- a/libstdc++-v3/testsuite/tr1/8_c_compatibility/cinttypes/types_std_tr1.cc +++ b/libstdc++-v3/testsuite/tr1/8_c_compatibility/cinttypes/types_std_tr1.cc @@ -2,7 +2,7 @@ // 2006-01-30 Paolo Carlini // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/8_c_compatibility/cmath/51083.cc b/libstdc++-v3/testsuite/tr1/8_c_compatibility/cmath/51083.cc index d2af2f865446..2eaa154319c5 100644 --- a/libstdc++-v3/testsuite/tr1/8_c_compatibility/cmath/51083.cc +++ b/libstdc++-v3/testsuite/tr1/8_c_compatibility/cmath/51083.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/tr1/8_c_compatibility/cmath/functions.cc b/libstdc++-v3/testsuite/tr1/8_c_compatibility/cmath/functions.cc index 9c85cd9ad7d8..62c40f31a7fc 100644 --- a/libstdc++-v3/testsuite/tr1/8_c_compatibility/cmath/functions.cc +++ b/libstdc++-v3/testsuite/tr1/8_c_compatibility/cmath/functions.cc @@ -2,7 +2,7 @@ // 2006-02-07 Paolo Carlini // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/8_c_compatibility/cmath/overloads.cc b/libstdc++-v3/testsuite/tr1/8_c_compatibility/cmath/overloads.cc index bbf084e3a233..a4aceff171b0 100644 --- a/libstdc++-v3/testsuite/tr1/8_c_compatibility/cmath/overloads.cc +++ b/libstdc++-v3/testsuite/tr1/8_c_compatibility/cmath/overloads.cc @@ -2,7 +2,7 @@ // 2006-03-07 Paolo Carlini // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/8_c_compatibility/cmath/overloads_neg.cc b/libstdc++-v3/testsuite/tr1/8_c_compatibility/cmath/overloads_neg.cc index 632c82b5dd8d..9574cfbd5977 100644 --- a/libstdc++-v3/testsuite/tr1/8_c_compatibility/cmath/overloads_neg.cc +++ b/libstdc++-v3/testsuite/tr1/8_c_compatibility/cmath/overloads_neg.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-require-cmath "" } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/tr1/8_c_compatibility/cmath/pow_cmath.cc b/libstdc++-v3/testsuite/tr1/8_c_compatibility/cmath/pow_cmath.cc index 8c26aa3f4901..b0d8379797dd 100644 --- a/libstdc++-v3/testsuite/tr1/8_c_compatibility/cmath/pow_cmath.cc +++ b/libstdc++-v3/testsuite/tr1/8_c_compatibility/cmath/pow_cmath.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/tr1/8_c_compatibility/cmath/templates.cc b/libstdc++-v3/testsuite/tr1/8_c_compatibility/cmath/templates.cc index d817718e1f57..4886a23cd11c 100644 --- a/libstdc++-v3/testsuite/tr1/8_c_compatibility/cmath/templates.cc +++ b/libstdc++-v3/testsuite/tr1/8_c_compatibility/cmath/templates.cc @@ -2,7 +2,7 @@ // 2006-02-26 Paolo Carlini // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/8_c_compatibility/cmath/types_std_tr1.cc b/libstdc++-v3/testsuite/tr1/8_c_compatibility/cmath/types_std_tr1.cc index b72304fad615..a2d847dc6d3d 100644 --- a/libstdc++-v3/testsuite/tr1/8_c_compatibility/cmath/types_std_tr1.cc +++ b/libstdc++-v3/testsuite/tr1/8_c_compatibility/cmath/types_std_tr1.cc @@ -2,7 +2,7 @@ // 2006-03-10 Paolo Carlini // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/8_c_compatibility/complex/50880.cc b/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/50880.cc index 37c73077c64e..f4b38e8e83fc 100644 --- a/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/50880.cc +++ b/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/50880.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/tr1/8_c_compatibility/complex/51083.cc b/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/51083.cc index 398ffbfdc9a5..08fcbec7088c 100644 --- a/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/51083.cc +++ b/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/51083.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/tr1/8_c_compatibility/complex/functions.cc b/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/functions.cc index 3a690a390f33..73b3ce11b728 100644 --- a/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/functions.cc +++ b/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/functions.cc @@ -2,7 +2,7 @@ // 2006-01-10 Paolo Carlini // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/8_c_compatibility/complex/overloads_float.cc b/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/overloads_float.cc index 2cec997e3c86..d6160a325780 100644 --- a/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/overloads_float.cc +++ b/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/overloads_float.cc @@ -2,7 +2,7 @@ // 2006-01-12 Paolo Carlini // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/8_c_compatibility/complex/overloads_int.cc b/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/overloads_int.cc index 48dcaa6f8dc8..be844690a871 100644 --- a/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/overloads_int.cc +++ b/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/overloads_int.cc @@ -1,6 +1,6 @@ // 2006-01-12 Paolo Carlini // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/8_c_compatibility/cstdint/types_std_tr1.cc b/libstdc++-v3/testsuite/tr1/8_c_compatibility/cstdint/types_std_tr1.cc index d596ed6cdd99..1d29943d68c8 100644 --- a/libstdc++-v3/testsuite/tr1/8_c_compatibility/cstdint/types_std_tr1.cc +++ b/libstdc++-v3/testsuite/tr1/8_c_compatibility/cstdint/types_std_tr1.cc @@ -3,7 +3,7 @@ // 2006-01-29 Paolo Carlini // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/8_c_compatibility/cstdio/functions.cc b/libstdc++-v3/testsuite/tr1/8_c_compatibility/cstdio/functions.cc index 7bdd70564925..6b9eb2bdcf72 100644 --- a/libstdc++-v3/testsuite/tr1/8_c_compatibility/cstdio/functions.cc +++ b/libstdc++-v3/testsuite/tr1/8_c_compatibility/cstdio/functions.cc @@ -2,7 +2,7 @@ // 2006-02-05 Paolo Carlini // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/8_c_compatibility/cstdlib/functions.cc b/libstdc++-v3/testsuite/tr1/8_c_compatibility/cstdlib/functions.cc index 0538fa4462f7..361ef16ff77a 100644 --- a/libstdc++-v3/testsuite/tr1/8_c_compatibility/cstdlib/functions.cc +++ b/libstdc++-v3/testsuite/tr1/8_c_compatibility/cstdlib/functions.cc @@ -2,7 +2,7 @@ // 2006-02-07 Paolo Carlini // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/8_c_compatibility/cstdlib/types_std_tr1.cc b/libstdc++-v3/testsuite/tr1/8_c_compatibility/cstdlib/types_std_tr1.cc index 7e5e167aab27..0fd92797a27d 100644 --- a/libstdc++-v3/testsuite/tr1/8_c_compatibility/cstdlib/types_std_tr1.cc +++ b/libstdc++-v3/testsuite/tr1/8_c_compatibility/cstdlib/types_std_tr1.cc @@ -2,7 +2,7 @@ // 2006-02-07 Paolo Carlini // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/8_c_compatibility/cwchar/functions.cc b/libstdc++-v3/testsuite/tr1/8_c_compatibility/cwchar/functions.cc index bc3042a3ee3a..c883846086e2 100644 --- a/libstdc++-v3/testsuite/tr1/8_c_compatibility/cwchar/functions.cc +++ b/libstdc++-v3/testsuite/tr1/8_c_compatibility/cwchar/functions.cc @@ -2,7 +2,7 @@ // 2006-02-03 Paolo Carlini // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/8_c_compatibility/cwctype/functions.cc b/libstdc++-v3/testsuite/tr1/8_c_compatibility/cwctype/functions.cc index 6fc6d4642ac0..955e44cfef87 100644 --- a/libstdc++-v3/testsuite/tr1/8_c_compatibility/cwctype/functions.cc +++ b/libstdc++-v3/testsuite/tr1/8_c_compatibility/cwctype/functions.cc @@ -2,7 +2,7 @@ // 2006-02-03 Paolo Carlini // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/headers/all.cc b/libstdc++-v3/testsuite/tr1/headers/all.cc index 0bcccb4c5390..9a1549a936c1 100644 --- a/libstdc++-v3/testsuite/tr1/headers/all.cc +++ b/libstdc++-v3/testsuite/tr1/headers/all.cc @@ -2,7 +2,7 @@ // 2006-02-02 Paolo Carlini // -// Copyright (C) 2006-2016 Free Software Foundation, Inc. +// Copyright (C) 2006-2017 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/tr1/headers/c++200x/complex.cc b/libstdc++-v3/testsuite/tr1/headers/c++200x/complex.cc index dbf01f5caccc..4e36c9da5f88 100644 --- a/libstdc++-v3/testsuite/tr1/headers/c++200x/complex.cc +++ b/libstdc++-v3/testsuite/tr1/headers/c++200x/complex.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-options "-std=gnu++11" } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/tr1/headers/c++200x/math.cc b/libstdc++-v3/testsuite/tr1/headers/c++200x/math.cc index 29b89a4b87f5..c981a61661db 100644 --- a/libstdc++-v3/testsuite/tr1/headers/c++200x/math.cc +++ b/libstdc++-v3/testsuite/tr1/headers/c++200x/math.cc @@ -1,7 +1,7 @@ // { dg-do compile } // { dg-options "-std=gnu++11" } -// Copyright (C) 2016 Free Software Foundation, Inc. +// Copyright (C) 2016-2017 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/tr1/headers/c++200x/using_namespace_std_tr1.cc b/libstdc++-v3/testsuite/tr1/headers/c++200x/using_namespace_std_tr1.cc index 3ff0ae5d7753..beaa6350e1eb 100644 --- a/libstdc++-v3/testsuite/tr1/headers/c++200x/using_namespace_std_tr1.cc +++ b/libstdc++-v3/testsuite/tr1/headers/c++200x/using_namespace_std_tr1.cc @@ -1,7 +1,7 @@ // { dg-options "-std=gnu++11" } // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr1/headers/using_namespace_std_tr1.cc b/libstdc++-v3/testsuite/tr1/headers/using_namespace_std_tr1.cc index 6ab163d12e8e..b2b7b2f9b55c 100644 --- a/libstdc++-v3/testsuite/tr1/headers/using_namespace_std_tr1.cc +++ b/libstdc++-v3/testsuite/tr1/headers/using_namespace_std_tr1.cc @@ -1,6 +1,6 @@ // { dg-do compile } -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/tr2/bases/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/tr2/bases/requirements/explicit_instantiation.cc index 1326d20be19f..334c11befd8f 100644 --- a/libstdc++-v3/testsuite/tr2/bases/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/tr2/bases/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/tr2/bases/requirements/typedefs.cc b/libstdc++-v3/testsuite/tr2/bases/requirements/typedefs.cc index 64ae127a11d2..f78868341303 100644 --- a/libstdc++-v3/testsuite/tr2/bases/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/tr2/bases/requirements/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/tr2/bases/value.cc b/libstdc++-v3/testsuite/tr2/bases/value.cc index d4b636866438..48da6d37794e 100644 --- a/libstdc++-v3/testsuite/tr2/bases/value.cc +++ b/libstdc++-v3/testsuite/tr2/bases/value.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/tr2/direct_bases/requirements/explicit_instantiation.cc b/libstdc++-v3/testsuite/tr2/direct_bases/requirements/explicit_instantiation.cc index dca498d56b14..989be488a890 100644 --- a/libstdc++-v3/testsuite/tr2/direct_bases/requirements/explicit_instantiation.cc +++ b/libstdc++-v3/testsuite/tr2/direct_bases/requirements/explicit_instantiation.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/tr2/direct_bases/requirements/typedefs.cc b/libstdc++-v3/testsuite/tr2/direct_bases/requirements/typedefs.cc index 038c20f0112f..eb8ab4411b47 100644 --- a/libstdc++-v3/testsuite/tr2/direct_bases/requirements/typedefs.cc +++ b/libstdc++-v3/testsuite/tr2/direct_bases/requirements/typedefs.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/tr2/direct_bases/value.cc b/libstdc++-v3/testsuite/tr2/direct_bases/value.cc index d464d8770a71..f17f62ed6f5a 100644 --- a/libstdc++-v3/testsuite/tr2/direct_bases/value.cc +++ b/libstdc++-v3/testsuite/tr2/direct_bases/value.cc @@ -1,6 +1,6 @@ // { dg-do run { target c++11 } } // -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/tr2/dynamic_bitset/pr58729.cc b/libstdc++-v3/testsuite/tr2/dynamic_bitset/pr58729.cc index 750a63c9a8ae..cee02c31405f 100644 --- a/libstdc++-v3/testsuite/tr2/dynamic_bitset/pr58729.cc +++ b/libstdc++-v3/testsuite/tr2/dynamic_bitset/pr58729.cc @@ -2,7 +2,7 @@ // 2013-10-15 Edward M. Smith-Rowland <3dw4rd@verizon.net> // -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/tr2/headers/all.cc b/libstdc++-v3/testsuite/tr2/headers/all.cc index 1c65577a5f74..a246ff125191 100644 --- a/libstdc++-v3/testsuite/tr2/headers/all.cc +++ b/libstdc++-v3/testsuite/tr2/headers/all.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/tr2/headers/using_namespace_std_tr2.cc b/libstdc++-v3/testsuite/tr2/headers/using_namespace_std_tr2.cc index aec85a18ef81..fc131e7f38c4 100644 --- a/libstdc++-v3/testsuite/tr2/headers/using_namespace_std_tr2.cc +++ b/libstdc++-v3/testsuite/tr2/headers/using_namespace_std_tr2.cc @@ -1,6 +1,6 @@ // { dg-do compile { target c++11 } } -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/util/common_type/assoc/common_type.hpp b/libstdc++-v3/testsuite/util/common_type/assoc/common_type.hpp index fc230a76a0b5..dc74fe334f5d 100644 --- a/libstdc++-v3/testsuite/util/common_type/assoc/common_type.hpp +++ b/libstdc++-v3/testsuite/util/common_type/assoc/common_type.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/common_type/assoc/detail/comb_hash_fn_string_form.hpp b/libstdc++-v3/testsuite/util/common_type/assoc/detail/comb_hash_fn_string_form.hpp index 02785444a3a2..cac596bc3ba3 100644 --- a/libstdc++-v3/testsuite/util/common_type/assoc/detail/comb_hash_fn_string_form.hpp +++ b/libstdc++-v3/testsuite/util/common_type/assoc/detail/comb_hash_fn_string_form.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/common_type/assoc/detail/ds_string_form.hpp b/libstdc++-v3/testsuite/util/common_type/assoc/detail/ds_string_form.hpp index 277c609a8a54..48a994c4ef36 100644 --- a/libstdc++-v3/testsuite/util/common_type/assoc/detail/ds_string_form.hpp +++ b/libstdc++-v3/testsuite/util/common_type/assoc/detail/ds_string_form.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/common_type/assoc/detail/list_update_policy_string_form.hpp b/libstdc++-v3/testsuite/util/common_type/assoc/detail/list_update_policy_string_form.hpp index a25eb0f2f0c3..5e1511a5cd59 100644 --- a/libstdc++-v3/testsuite/util/common_type/assoc/detail/list_update_policy_string_form.hpp +++ b/libstdc++-v3/testsuite/util/common_type/assoc/detail/list_update_policy_string_form.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/common_type/assoc/detail/probe_fn_string_form.hpp b/libstdc++-v3/testsuite/util/common_type/assoc/detail/probe_fn_string_form.hpp index 32051ec0f658..b5dceb8075fd 100644 --- a/libstdc++-v3/testsuite/util/common_type/assoc/detail/probe_fn_string_form.hpp +++ b/libstdc++-v3/testsuite/util/common_type/assoc/detail/probe_fn_string_form.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/common_type/assoc/detail/resize_policy_string_form.hpp b/libstdc++-v3/testsuite/util/common_type/assoc/detail/resize_policy_string_form.hpp index faaffad06171..d18968f65c46 100644 --- a/libstdc++-v3/testsuite/util/common_type/assoc/detail/resize_policy_string_form.hpp +++ b/libstdc++-v3/testsuite/util/common_type/assoc/detail/resize_policy_string_form.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/common_type/assoc/detail/size_policy_string_form.hpp b/libstdc++-v3/testsuite/util/common_type/assoc/detail/size_policy_string_form.hpp index 1eced386b398..ff964ce37e34 100644 --- a/libstdc++-v3/testsuite/util/common_type/assoc/detail/size_policy_string_form.hpp +++ b/libstdc++-v3/testsuite/util/common_type/assoc/detail/size_policy_string_form.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/common_type/assoc/detail/store_hash_string_form.hpp b/libstdc++-v3/testsuite/util/common_type/assoc/detail/store_hash_string_form.hpp index f7df1be7ea77..cb9380f977eb 100644 --- a/libstdc++-v3/testsuite/util/common_type/assoc/detail/store_hash_string_form.hpp +++ b/libstdc++-v3/testsuite/util/common_type/assoc/detail/store_hash_string_form.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/common_type/assoc/detail/tree_supports_order_statistics.hpp b/libstdc++-v3/testsuite/util/common_type/assoc/detail/tree_supports_order_statistics.hpp index 92f9f9954431..8d886d34b479 100644 --- a/libstdc++-v3/testsuite/util/common_type/assoc/detail/tree_supports_order_statistics.hpp +++ b/libstdc++-v3/testsuite/util/common_type/assoc/detail/tree_supports_order_statistics.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/common_type/assoc/detail/trie_supports_order_statistics.hpp b/libstdc++-v3/testsuite/util/common_type/assoc/detail/trie_supports_order_statistics.hpp index c4a3032a2b08..e3f595e1761e 100644 --- a/libstdc++-v3/testsuite/util/common_type/assoc/detail/trie_supports_order_statistics.hpp +++ b/libstdc++-v3/testsuite/util/common_type/assoc/detail/trie_supports_order_statistics.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/common_type/assoc/detail/trie_supports_prefix_search.hpp b/libstdc++-v3/testsuite/util/common_type/assoc/detail/trie_supports_prefix_search.hpp index 38b19f38b212..f330bda61bcf 100644 --- a/libstdc++-v3/testsuite/util/common_type/assoc/detail/trie_supports_prefix_search.hpp +++ b/libstdc++-v3/testsuite/util/common_type/assoc/detail/trie_supports_prefix_search.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/common_type/assoc/detail/trigger_policy_string_form.hpp b/libstdc++-v3/testsuite/util/common_type/assoc/detail/trigger_policy_string_form.hpp index a1c2e0aa11c3..b563b73611bd 100644 --- a/libstdc++-v3/testsuite/util/common_type/assoc/detail/trigger_policy_string_form.hpp +++ b/libstdc++-v3/testsuite/util/common_type/assoc/detail/trigger_policy_string_form.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/common_type/assoc/native_set.hpp b/libstdc++-v3/testsuite/util/common_type/assoc/native_set.hpp index 4f96c019bc04..cc7770622e49 100644 --- a/libstdc++-v3/testsuite/util/common_type/assoc/native_set.hpp +++ b/libstdc++-v3/testsuite/util/common_type/assoc/native_set.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/common_type/assoc/string_form.hpp b/libstdc++-v3/testsuite/util/common_type/assoc/string_form.hpp index ccd678f862fc..4f47050e85c1 100644 --- a/libstdc++-v3/testsuite/util/common_type/assoc/string_form.hpp +++ b/libstdc++-v3/testsuite/util/common_type/assoc/string_form.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/common_type/assoc/template_policy.hpp b/libstdc++-v3/testsuite/util/common_type/assoc/template_policy.hpp index a92398443d6f..d587959b41f4 100644 --- a/libstdc++-v3/testsuite/util/common_type/assoc/template_policy.hpp +++ b/libstdc++-v3/testsuite/util/common_type/assoc/template_policy.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/common_type/priority_queue/common_type.hpp b/libstdc++-v3/testsuite/util/common_type/priority_queue/common_type.hpp index 5b0af5f98e1f..1d04a0745139 100644 --- a/libstdc++-v3/testsuite/util/common_type/priority_queue/common_type.hpp +++ b/libstdc++-v3/testsuite/util/common_type/priority_queue/common_type.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/common_type/priority_queue/detail/ds_string_form.hpp b/libstdc++-v3/testsuite/util/common_type/priority_queue/detail/ds_string_form.hpp index 9c03db5cad0e..6af031493456 100644 --- a/libstdc++-v3/testsuite/util/common_type/priority_queue/detail/ds_string_form.hpp +++ b/libstdc++-v3/testsuite/util/common_type/priority_queue/detail/ds_string_form.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/common_type/priority_queue/string_form.hpp b/libstdc++-v3/testsuite/util/common_type/priority_queue/string_form.hpp index 673990c6bbb7..73d43afe41b1 100644 --- a/libstdc++-v3/testsuite/util/common_type/priority_queue/string_form.hpp +++ b/libstdc++-v3/testsuite/util/common_type/priority_queue/string_form.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/debug/checks.h b/libstdc++-v3/testsuite/util/debug/checks.h index a079d46fa6e6..9c15ceb6eb40 100644 --- a/libstdc++-v3/testsuite/util/debug/checks.h +++ b/libstdc++-v3/testsuite/util/debug/checks.h @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/util/debug/unordered_checks.h b/libstdc++-v3/testsuite/util/debug/unordered_checks.h index 4b5074284faf..a939a3503e52 100644 --- a/libstdc++-v3/testsuite/util/debug/unordered_checks.h +++ b/libstdc++-v3/testsuite/util/debug/unordered_checks.h @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/util/exception/safety.h b/libstdc++-v3/testsuite/util/exception/safety.h index 31682f78d0f8..73fc545964eb 100644 --- a/libstdc++-v3/testsuite/util/exception/safety.h +++ b/libstdc++-v3/testsuite/util/exception/safety.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/util/hash_fn/dna_str_limit.hpp b/libstdc++-v3/testsuite/util/hash_fn/dna_str_limit.hpp index fd0b6025616e..4994f8c39f8a 100644 --- a/libstdc++-v3/testsuite/util/hash_fn/dna_str_limit.hpp +++ b/libstdc++-v3/testsuite/util/hash_fn/dna_str_limit.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/hash_fn/limit_string_hash_fn.hpp b/libstdc++-v3/testsuite/util/hash_fn/limit_string_hash_fn.hpp index 635baf1a2c74..4c8a2b381823 100644 --- a/libstdc++-v3/testsuite/util/hash_fn/limit_string_hash_fn.hpp +++ b/libstdc++-v3/testsuite/util/hash_fn/limit_string_hash_fn.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/hash_fn/string_hash_fn.hpp b/libstdc++-v3/testsuite/util/hash_fn/string_hash_fn.hpp index 92585e9642ad..6a8171ac1332 100644 --- a/libstdc++-v3/testsuite/util/hash_fn/string_hash_fn.hpp +++ b/libstdc++-v3/testsuite/util/hash_fn/string_hash_fn.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/hash_fn/string_ranged_hash_fn.hpp b/libstdc++-v3/testsuite/util/hash_fn/string_ranged_hash_fn.hpp index 4df650db277b..b9c62ddcdae1 100644 --- a/libstdc++-v3/testsuite/util/hash_fn/string_ranged_hash_fn.hpp +++ b/libstdc++-v3/testsuite/util/hash_fn/string_ranged_hash_fn.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/hash_fn/string_ranged_probe_fn.hpp b/libstdc++-v3/testsuite/util/hash_fn/string_ranged_probe_fn.hpp index 9955969aa625..ffadbe169814 100644 --- a/libstdc++-v3/testsuite/util/hash_fn/string_ranged_probe_fn.hpp +++ b/libstdc++-v3/testsuite/util/hash_fn/string_ranged_probe_fn.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/io/illegal_input_error.hpp b/libstdc++-v3/testsuite/util/io/illegal_input_error.hpp index 75c43a68fd1f..846570f5041f 100644 --- a/libstdc++-v3/testsuite/util/io/illegal_input_error.hpp +++ b/libstdc++-v3/testsuite/util/io/illegal_input_error.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/io/prog_bar.cc b/libstdc++-v3/testsuite/util/io/prog_bar.cc index c3e11f9692bc..e83ed2527d9b 100644 --- a/libstdc++-v3/testsuite/util/io/prog_bar.cc +++ b/libstdc++-v3/testsuite/util/io/prog_bar.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/io/prog_bar.hpp b/libstdc++-v3/testsuite/util/io/prog_bar.hpp index 4aab54f479eb..137c35b7d279 100644 --- a/libstdc++-v3/testsuite/util/io/prog_bar.hpp +++ b/libstdc++-v3/testsuite/util/io/prog_bar.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/io/text_populate.hpp b/libstdc++-v3/testsuite/util/io/text_populate.hpp index d86c8f279b64..227c810a8a22 100644 --- a/libstdc++-v3/testsuite/util/io/text_populate.hpp +++ b/libstdc++-v3/testsuite/util/io/text_populate.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/io/verified_cmd_line_input.cc b/libstdc++-v3/testsuite/util/io/verified_cmd_line_input.cc index 852a8691a957..de61598728f4 100644 --- a/libstdc++-v3/testsuite/util/io/verified_cmd_line_input.cc +++ b/libstdc++-v3/testsuite/util/io/verified_cmd_line_input.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/io/verified_cmd_line_input.hpp b/libstdc++-v3/testsuite/util/io/verified_cmd_line_input.hpp index 13d2013d6b42..920d61f0fb9f 100644 --- a/libstdc++-v3/testsuite/util/io/verified_cmd_line_input.hpp +++ b/libstdc++-v3/testsuite/util/io/verified_cmd_line_input.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/io/xml.hpp b/libstdc++-v3/testsuite/util/io/xml.hpp index 3df688ad26b2..03b3919a51b6 100644 --- a/libstdc++-v3/testsuite/util/io/xml.hpp +++ b/libstdc++-v3/testsuite/util/io/xml.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/io/xml_test_formatter.hpp b/libstdc++-v3/testsuite/util/io/xml_test_formatter.hpp index e978c6b8dfcf..8ba31a61733b 100644 --- a/libstdc++-v3/testsuite/util/io/xml_test_formatter.hpp +++ b/libstdc++-v3/testsuite/util/io/xml_test_formatter.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/native_type/native_hash_map.hpp b/libstdc++-v3/testsuite/util/native_type/native_hash_map.hpp index 270972506593..c62443963d85 100644 --- a/libstdc++-v3/testsuite/util/native_type/native_hash_map.hpp +++ b/libstdc++-v3/testsuite/util/native_type/native_hash_map.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/native_type/native_hash_multimap.hpp b/libstdc++-v3/testsuite/util/native_type/native_hash_multimap.hpp index 6b95dbc714c0..3a3098eacc40 100644 --- a/libstdc++-v3/testsuite/util/native_type/native_hash_multimap.hpp +++ b/libstdc++-v3/testsuite/util/native_type/native_hash_multimap.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/native_type/native_hash_set.hpp b/libstdc++-v3/testsuite/util/native_type/native_hash_set.hpp index e09b1a8a4d86..cea69845bc26 100644 --- a/libstdc++-v3/testsuite/util/native_type/native_hash_set.hpp +++ b/libstdc++-v3/testsuite/util/native_type/native_hash_set.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/native_type/native_hash_tag.hpp b/libstdc++-v3/testsuite/util/native_type/native_hash_tag.hpp index 9f644ed29594..62cffdf7a414 100644 --- a/libstdc++-v3/testsuite/util/native_type/native_hash_tag.hpp +++ b/libstdc++-v3/testsuite/util/native_type/native_hash_tag.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/native_type/native_map.hpp b/libstdc++-v3/testsuite/util/native_type/native_map.hpp index f58a31d77322..f874759a339a 100644 --- a/libstdc++-v3/testsuite/util/native_type/native_map.hpp +++ b/libstdc++-v3/testsuite/util/native_type/native_map.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/native_type/native_multimap.hpp b/libstdc++-v3/testsuite/util/native_type/native_multimap.hpp index 1a3a20091f4c..ced13bbf9f9f 100644 --- a/libstdc++-v3/testsuite/util/native_type/native_multimap.hpp +++ b/libstdc++-v3/testsuite/util/native_type/native_multimap.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/native_type/native_priority_queue.hpp b/libstdc++-v3/testsuite/util/native_type/native_priority_queue.hpp index eca6815fca17..4f8a57abb04b 100644 --- a/libstdc++-v3/testsuite/util/native_type/native_priority_queue.hpp +++ b/libstdc++-v3/testsuite/util/native_type/native_priority_queue.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/native_type/native_set.hpp b/libstdc++-v3/testsuite/util/native_type/native_set.hpp index 0db94dfb2d33..d6bdaaac3f78 100644 --- a/libstdc++-v3/testsuite/util/native_type/native_set.hpp +++ b/libstdc++-v3/testsuite/util/native_type/native_set.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/native_type/native_tree_tag.hpp b/libstdc++-v3/testsuite/util/native_type/native_tree_tag.hpp index b4b961419c39..02950844ee7a 100644 --- a/libstdc++-v3/testsuite/util/native_type/native_tree_tag.hpp +++ b/libstdc++-v3/testsuite/util/native_type/native_tree_tag.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/performance/assoc/mem_usage/erase_test.hpp b/libstdc++-v3/testsuite/util/performance/assoc/mem_usage/erase_test.hpp index 1948e54959fe..604c48b65edb 100644 --- a/libstdc++-v3/testsuite/util/performance/assoc/mem_usage/erase_test.hpp +++ b/libstdc++-v3/testsuite/util/performance/assoc/mem_usage/erase_test.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/performance/assoc/mem_usage/multimap_insert_test.hpp b/libstdc++-v3/testsuite/util/performance/assoc/mem_usage/multimap_insert_test.hpp index 3f5c4c98c9a7..8ed41bf0e714 100644 --- a/libstdc++-v3/testsuite/util/performance/assoc/mem_usage/multimap_insert_test.hpp +++ b/libstdc++-v3/testsuite/util/performance/assoc/mem_usage/multimap_insert_test.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/performance/assoc/multimap_common_type.hpp b/libstdc++-v3/testsuite/util/performance/assoc/multimap_common_type.hpp index 37d975f1a242..04173c2a9da6 100644 --- a/libstdc++-v3/testsuite/util/performance/assoc/multimap_common_type.hpp +++ b/libstdc++-v3/testsuite/util/performance/assoc/multimap_common_type.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/performance/assoc/timing/common_type.hpp b/libstdc++-v3/testsuite/util/performance/assoc/timing/common_type.hpp index aba71e747880..2c458a3e8bcf 100644 --- a/libstdc++-v3/testsuite/util/performance/assoc/timing/common_type.hpp +++ b/libstdc++-v3/testsuite/util/performance/assoc/timing/common_type.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/performance/assoc/timing/find_test.hpp b/libstdc++-v3/testsuite/util/performance/assoc/timing/find_test.hpp index f04576ee2867..c373536beba0 100644 --- a/libstdc++-v3/testsuite/util/performance/assoc/timing/find_test.hpp +++ b/libstdc++-v3/testsuite/util/performance/assoc/timing/find_test.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/performance/assoc/timing/insert_test.hpp b/libstdc++-v3/testsuite/util/performance/assoc/timing/insert_test.hpp index 63ba5ad08332..f632b1718c57 100644 --- a/libstdc++-v3/testsuite/util/performance/assoc/timing/insert_test.hpp +++ b/libstdc++-v3/testsuite/util/performance/assoc/timing/insert_test.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/performance/assoc/timing/multimap_find_test.hpp b/libstdc++-v3/testsuite/util/performance/assoc/timing/multimap_find_test.hpp index 642e8ee427c3..4a70772e6305 100644 --- a/libstdc++-v3/testsuite/util/performance/assoc/timing/multimap_find_test.hpp +++ b/libstdc++-v3/testsuite/util/performance/assoc/timing/multimap_find_test.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/performance/assoc/timing/multimap_insert_test.hpp b/libstdc++-v3/testsuite/util/performance/assoc/timing/multimap_insert_test.hpp index 026c49e11cb3..1972ca9cd0c5 100644 --- a/libstdc++-v3/testsuite/util/performance/assoc/timing/multimap_insert_test.hpp +++ b/libstdc++-v3/testsuite/util/performance/assoc/timing/multimap_insert_test.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/performance/assoc/timing/subscript_find_test.hpp b/libstdc++-v3/testsuite/util/performance/assoc/timing/subscript_find_test.hpp index ce03a689615e..f223ea88dda6 100644 --- a/libstdc++-v3/testsuite/util/performance/assoc/timing/subscript_find_test.hpp +++ b/libstdc++-v3/testsuite/util/performance/assoc/timing/subscript_find_test.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/performance/assoc/timing/subscript_insert_test.hpp b/libstdc++-v3/testsuite/util/performance/assoc/timing/subscript_insert_test.hpp index 8715249a38a1..0f5921da6ba7 100644 --- a/libstdc++-v3/testsuite/util/performance/assoc/timing/subscript_insert_test.hpp +++ b/libstdc++-v3/testsuite/util/performance/assoc/timing/subscript_insert_test.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/performance/assoc/timing/tree_order_statistics_test.hpp b/libstdc++-v3/testsuite/util/performance/assoc/timing/tree_order_statistics_test.hpp index ca44d9c6fc50..4ec42a66809e 100644 --- a/libstdc++-v3/testsuite/util/performance/assoc/timing/tree_order_statistics_test.hpp +++ b/libstdc++-v3/testsuite/util/performance/assoc/timing/tree_order_statistics_test.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/performance/assoc/timing/tree_split_join_test.hpp b/libstdc++-v3/testsuite/util/performance/assoc/timing/tree_split_join_test.hpp index 3262e5a46336..73e3ef9ab5ad 100644 --- a/libstdc++-v3/testsuite/util/performance/assoc/timing/tree_split_join_test.hpp +++ b/libstdc++-v3/testsuite/util/performance/assoc/timing/tree_split_join_test.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/performance/io/xml_formatter.hpp b/libstdc++-v3/testsuite/util/performance/io/xml_formatter.hpp index 0e00a6c4398c..6105ee359985 100644 --- a/libstdc++-v3/testsuite/util/performance/io/xml_formatter.hpp +++ b/libstdc++-v3/testsuite/util/performance/io/xml_formatter.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/performance/priority_queue/mem_usage/pop_test.hpp b/libstdc++-v3/testsuite/util/performance/priority_queue/mem_usage/pop_test.hpp index 7fee393c4482..f9ed1db2f698 100644 --- a/libstdc++-v3/testsuite/util/performance/priority_queue/mem_usage/pop_test.hpp +++ b/libstdc++-v3/testsuite/util/performance/priority_queue/mem_usage/pop_test.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/performance/priority_queue/timing/join_test.hpp b/libstdc++-v3/testsuite/util/performance/priority_queue/timing/join_test.hpp index 68264d0ce7dc..16f7219683eb 100644 --- a/libstdc++-v3/testsuite/util/performance/priority_queue/timing/join_test.hpp +++ b/libstdc++-v3/testsuite/util/performance/priority_queue/timing/join_test.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/performance/priority_queue/timing/modify_test.hpp b/libstdc++-v3/testsuite/util/performance/priority_queue/timing/modify_test.hpp index 8ca2778a6853..34cb505c0984 100644 --- a/libstdc++-v3/testsuite/util/performance/priority_queue/timing/modify_test.hpp +++ b/libstdc++-v3/testsuite/util/performance/priority_queue/timing/modify_test.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/performance/priority_queue/timing/push_pop_test.hpp b/libstdc++-v3/testsuite/util/performance/priority_queue/timing/push_pop_test.hpp index 93f30b692d9c..46ac2a176a8b 100644 --- a/libstdc++-v3/testsuite/util/performance/priority_queue/timing/push_pop_test.hpp +++ b/libstdc++-v3/testsuite/util/performance/priority_queue/timing/push_pop_test.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/performance/priority_queue/timing/push_test.hpp b/libstdc++-v3/testsuite/util/performance/priority_queue/timing/push_test.hpp index 4df2ecb551a2..5454585dbdaa 100644 --- a/libstdc++-v3/testsuite/util/performance/priority_queue/timing/push_test.hpp +++ b/libstdc++-v3/testsuite/util/performance/priority_queue/timing/push_test.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/performance/time/elapsed_timer.cc b/libstdc++-v3/testsuite/util/performance/time/elapsed_timer.cc index 7603d559fdde..965daf133c11 100644 --- a/libstdc++-v3/testsuite/util/performance/time/elapsed_timer.cc +++ b/libstdc++-v3/testsuite/util/performance/time/elapsed_timer.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/performance/time/elapsed_timer.hpp b/libstdc++-v3/testsuite/util/performance/time/elapsed_timer.hpp index 9e38aaa4ac1c..118036896f76 100644 --- a/libstdc++-v3/testsuite/util/performance/time/elapsed_timer.hpp +++ b/libstdc++-v3/testsuite/util/performance/time/elapsed_timer.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/performance/time/timing_test_base.hpp b/libstdc++-v3/testsuite/util/performance/time/timing_test_base.hpp index 2342028f5569..91314bb13088 100644 --- a/libstdc++-v3/testsuite/util/performance/time/timing_test_base.hpp +++ b/libstdc++-v3/testsuite/util/performance/time/timing_test_base.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/regression/basic_type.hpp b/libstdc++-v3/testsuite/util/regression/basic_type.hpp index 117b2ca22648..8ad0a8a579f0 100644 --- a/libstdc++-v3/testsuite/util/regression/basic_type.hpp +++ b/libstdc++-v3/testsuite/util/regression/basic_type.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/regression/common_type.hpp b/libstdc++-v3/testsuite/util/regression/common_type.hpp index 6c5836c5fd1b..cda34f25aa73 100644 --- a/libstdc++-v3/testsuite/util/regression/common_type.hpp +++ b/libstdc++-v3/testsuite/util/regression/common_type.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/regression/rand/assoc/container_rand_regression_test.h b/libstdc++-v3/testsuite/util/regression/rand/assoc/container_rand_regression_test.h index 416051b9872f..32d6791aa0a8 100644 --- a/libstdc++-v3/testsuite/util/regression/rand/assoc/container_rand_regression_test.h +++ b/libstdc++-v3/testsuite/util/regression/rand/assoc/container_rand_regression_test.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/regression/rand/assoc/container_rand_regression_test.tcc b/libstdc++-v3/testsuite/util/regression/rand/assoc/container_rand_regression_test.tcc index 040d2656a6ab..951ba8998d4e 100644 --- a/libstdc++-v3/testsuite/util/regression/rand/assoc/container_rand_regression_test.tcc +++ b/libstdc++-v3/testsuite/util/regression/rand/assoc/container_rand_regression_test.tcc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/regression/rand/assoc/rand_regression_test.hpp b/libstdc++-v3/testsuite/util/regression/rand/assoc/rand_regression_test.hpp index 9d0f5ad6d3c6..cdb201bb7657 100644 --- a/libstdc++-v3/testsuite/util/regression/rand/assoc/rand_regression_test.hpp +++ b/libstdc++-v3/testsuite/util/regression/rand/assoc/rand_regression_test.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/regression/rand/priority_queue/container_rand_regression_test.h b/libstdc++-v3/testsuite/util/regression/rand/priority_queue/container_rand_regression_test.h index e761e9c5c8f7..f9f3ccac3d31 100644 --- a/libstdc++-v3/testsuite/util/regression/rand/priority_queue/container_rand_regression_test.h +++ b/libstdc++-v3/testsuite/util/regression/rand/priority_queue/container_rand_regression_test.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/regression/rand/priority_queue/container_rand_regression_test.tcc b/libstdc++-v3/testsuite/util/regression/rand/priority_queue/container_rand_regression_test.tcc index a15209dfe67f..f66bdd6235c7 100644 --- a/libstdc++-v3/testsuite/util/regression/rand/priority_queue/container_rand_regression_test.tcc +++ b/libstdc++-v3/testsuite/util/regression/rand/priority_queue/container_rand_regression_test.tcc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/regression/rand/priority_queue/rand_regression_test.hpp b/libstdc++-v3/testsuite/util/regression/rand/priority_queue/rand_regression_test.hpp index c07385c5fdc5..c2ca24104a55 100644 --- a/libstdc++-v3/testsuite/util/regression/rand/priority_queue/rand_regression_test.hpp +++ b/libstdc++-v3/testsuite/util/regression/rand/priority_queue/rand_regression_test.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/regression/rand/xml_formatter.hpp b/libstdc++-v3/testsuite/util/regression/rand/xml_formatter.hpp index 9151fdd60c15..acacb5b05268 100644 --- a/libstdc++-v3/testsuite/util/regression/rand/xml_formatter.hpp +++ b/libstdc++-v3/testsuite/util/regression/rand/xml_formatter.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/regression/trait/assoc/get_set_load_trait.hpp b/libstdc++-v3/testsuite/util/regression/trait/assoc/get_set_load_trait.hpp index b98676ded8a8..e8973054c0e8 100644 --- a/libstdc++-v3/testsuite/util/regression/trait/assoc/get_set_load_trait.hpp +++ b/libstdc++-v3/testsuite/util/regression/trait/assoc/get_set_load_trait.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/regression/trait/assoc/get_set_loads_trait.hpp b/libstdc++-v3/testsuite/util/regression/trait/assoc/get_set_loads_trait.hpp index 81c5777e35e1..84eb84c2c084 100644 --- a/libstdc++-v3/testsuite/util/regression/trait/assoc/get_set_loads_trait.hpp +++ b/libstdc++-v3/testsuite/util/regression/trait/assoc/get_set_loads_trait.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/regression/trait/assoc/native_type_trait.hpp b/libstdc++-v3/testsuite/util/regression/trait/assoc/native_type_trait.hpp index a5c31a5b548f..654e2929ac96 100644 --- a/libstdc++-v3/testsuite/util/regression/trait/assoc/native_type_trait.hpp +++ b/libstdc++-v3/testsuite/util/regression/trait/assoc/native_type_trait.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/regression/trait/assoc/node_update_trait.hpp b/libstdc++-v3/testsuite/util/regression/trait/assoc/node_update_trait.hpp index 4b320dd84d31..27554d4a64fd 100644 --- a/libstdc++-v3/testsuite/util/regression/trait/assoc/node_update_trait.hpp +++ b/libstdc++-v3/testsuite/util/regression/trait/assoc/node_update_trait.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/regression/trait/assoc/resize_trait.hpp b/libstdc++-v3/testsuite/util/regression/trait/assoc/resize_trait.hpp index aebe64598eae..5cd39e4889ed 100644 --- a/libstdc++-v3/testsuite/util/regression/trait/assoc/resize_trait.hpp +++ b/libstdc++-v3/testsuite/util/regression/trait/assoc/resize_trait.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/regression/trait/assoc/to_string.hpp b/libstdc++-v3/testsuite/util/regression/trait/assoc/to_string.hpp index 4d98d5e5193b..74b446bb53b5 100644 --- a/libstdc++-v3/testsuite/util/regression/trait/assoc/to_string.hpp +++ b/libstdc++-v3/testsuite/util/regression/trait/assoc/to_string.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/regression/trait/assoc/trait.hpp b/libstdc++-v3/testsuite/util/regression/trait/assoc/trait.hpp index cfaaedf27a5a..9a4fc307eaa7 100644 --- a/libstdc++-v3/testsuite/util/regression/trait/assoc/trait.hpp +++ b/libstdc++-v3/testsuite/util/regression/trait/assoc/trait.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/regression/trait/assoc/type_trait.hpp b/libstdc++-v3/testsuite/util/regression/trait/assoc/type_trait.hpp index 10f88665727e..1354c34a6a9d 100644 --- a/libstdc++-v3/testsuite/util/regression/trait/assoc/type_trait.hpp +++ b/libstdc++-v3/testsuite/util/regression/trait/assoc/type_trait.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/regression/trait/erase_if_fn.hpp b/libstdc++-v3/testsuite/util/regression/trait/erase_if_fn.hpp index 0fb36546b30c..00cf4e3a12d4 100644 --- a/libstdc++-v3/testsuite/util/regression/trait/erase_if_fn.hpp +++ b/libstdc++-v3/testsuite/util/regression/trait/erase_if_fn.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/regression/trait/priority_queue/trait.hpp b/libstdc++-v3/testsuite/util/regression/trait/priority_queue/trait.hpp index e5110f3878d7..8f0481895189 100644 --- a/libstdc++-v3/testsuite/util/regression/trait/priority_queue/trait.hpp +++ b/libstdc++-v3/testsuite/util/regression/trait/priority_queue/trait.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/replacement_memory_operators.h b/libstdc++-v3/testsuite/util/replacement_memory_operators.h index 5ea6753e4457..8cf3b39a6a20 100644 --- a/libstdc++-v3/testsuite/util/replacement_memory_operators.h +++ b/libstdc++-v3/testsuite/util/replacement_memory_operators.h @@ -1,5 +1,5 @@ // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/util/specfun_testcase.h b/libstdc++-v3/testsuite/util/specfun_testcase.h index d73b0ab031cc..69109a8bddbc 100644 --- a/libstdc++-v3/testsuite/util/specfun_testcase.h +++ b/libstdc++-v3/testsuite/util/specfun_testcase.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015 Free Software Foundation, Inc. +// Copyright (C) 2015-2017 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/util/statistic/result_recorder.hpp b/libstdc++-v3/testsuite/util/statistic/result_recorder.hpp index a4944576a000..87721af6dc24 100644 --- a/libstdc++-v3/testsuite/util/statistic/result_recorder.hpp +++ b/libstdc++-v3/testsuite/util/statistic/result_recorder.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/statistic/sample_mean.hpp b/libstdc++-v3/testsuite/util/statistic/sample_mean.hpp index da6395544a6c..ac622eb4bbde 100644 --- a/libstdc++-v3/testsuite/util/statistic/sample_mean.hpp +++ b/libstdc++-v3/testsuite/util/statistic/sample_mean.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/statistic/sample_mean_confidence_checker.hpp b/libstdc++-v3/testsuite/util/statistic/sample_mean_confidence_checker.hpp index e42cc431f2c2..965033618b9f 100644 --- a/libstdc++-v3/testsuite/util/statistic/sample_mean_confidence_checker.hpp +++ b/libstdc++-v3/testsuite/util/statistic/sample_mean_confidence_checker.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/statistic/sample_variance.hpp b/libstdc++-v3/testsuite/util/statistic/sample_variance.hpp index dbce5dd209dd..fee2b0e30c8c 100644 --- a/libstdc++-v3/testsuite/util/statistic/sample_variance.hpp +++ b/libstdc++-v3/testsuite/util/statistic/sample_variance.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/testsuite_abi.cc b/libstdc++-v3/testsuite/util/testsuite_abi.cc index 5174a7f0d934..f5fc594d194a 100644 --- a/libstdc++-v3/testsuite/util/testsuite_abi.cc +++ b/libstdc++-v3/testsuite/util/testsuite_abi.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 Free Software Foundation, Inc. // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License as diff --git a/libstdc++-v3/testsuite/util/testsuite_abi.h b/libstdc++-v3/testsuite/util/testsuite_abi.h index 0f986985d3c4..8275b23e1626 100644 --- a/libstdc++-v3/testsuite/util/testsuite_abi.h +++ b/libstdc++-v3/testsuite/util/testsuite_abi.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 Free Software Foundation, Inc. // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License as diff --git a/libstdc++-v3/testsuite/util/testsuite_abi_check.cc b/libstdc++-v3/testsuite/util/testsuite_abi_check.cc index d0c217533b7f..bdf1125d015e 100644 --- a/libstdc++-v3/testsuite/util/testsuite_abi_check.cc +++ b/libstdc++-v3/testsuite/util/testsuite_abi_check.cc @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 Free Software Foundation, Inc. // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License as diff --git a/libstdc++-v3/testsuite/util/testsuite_allocator.cc b/libstdc++-v3/testsuite/util/testsuite_allocator.cc index 450ac3b24fd4..3085d4523476 100644 --- a/libstdc++-v3/testsuite/util/testsuite_allocator.cc +++ b/libstdc++-v3/testsuite/util/testsuite_allocator.cc @@ -1,7 +1,7 @@ // -*- C++ -*- // Testing allocator for the C++ library testsuite. // -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/util/testsuite_allocator.h b/libstdc++-v3/testsuite/util/testsuite_allocator.h index 97b770b7c976..20387a86986d 100644 --- a/libstdc++-v3/testsuite/util/testsuite_allocator.h +++ b/libstdc++-v3/testsuite/util/testsuite_allocator.h @@ -1,7 +1,7 @@ // -*- C++ -*- // Testing allocator for the C++ library testsuite. // -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/util/testsuite_api.h b/libstdc++-v3/testsuite/util/testsuite_api.h index 6bc8d809d276..74b1bc20a41e 100644 --- a/libstdc++-v3/testsuite/util/testsuite_api.h +++ b/libstdc++-v3/testsuite/util/testsuite_api.h @@ -1,7 +1,7 @@ // -*- C++ -*- // Exception testing utils for the C++ library testsuite. // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/util/testsuite_character.cc b/libstdc++-v3/testsuite/util/testsuite_character.cc index e4fea0e771d2..f98d89c7fc2a 100644 --- a/libstdc++-v3/testsuite/util/testsuite_character.cc +++ b/libstdc++-v3/testsuite/util/testsuite_character.cc @@ -2,7 +2,7 @@ // Utility subroutines for the C++ library testsuite. // -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/util/testsuite_character.h b/libstdc++-v3/testsuite/util/testsuite_character.h index edada36e7d6e..d95e985c23b6 100644 --- a/libstdc++-v3/testsuite/util/testsuite_character.h +++ b/libstdc++-v3/testsuite/util/testsuite_character.h @@ -3,7 +3,7 @@ // Testing character type and state type with char_traits and codecvt // specializations for the C++ library testsuite. // -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/util/testsuite_common_types.h b/libstdc++-v3/testsuite/util/testsuite_common_types.h index 19c6adfbac93..d2efe3af556f 100644 --- a/libstdc++-v3/testsuite/util/testsuite_common_types.h +++ b/libstdc++-v3/testsuite/util/testsuite_common_types.h @@ -1,7 +1,7 @@ // -*- C++ -*- // typelist for the C++ library testsuite. // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/testsuite_container_traits.h b/libstdc++-v3/testsuite/util/testsuite_container_traits.h index bac156f4244f..c1697271b5c8 100644 --- a/libstdc++-v3/testsuite/util/testsuite_container_traits.h +++ b/libstdc++-v3/testsuite/util/testsuite_container_traits.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/util/testsuite_containergen.h b/libstdc++-v3/testsuite/util/testsuite_containergen.h index a2886b4bc49a..a87025be5661 100644 --- a/libstdc++-v3/testsuite/util/testsuite_containergen.h +++ b/libstdc++-v3/testsuite/util/testsuite_containergen.h @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2016 Free Software Foundation, Inc. +// Copyright (C) 2013-2017 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/util/testsuite_containers.h b/libstdc++-v3/testsuite/util/testsuite_containers.h index 7c70675cf81c..4dd8a6a236eb 100644 --- a/libstdc++-v3/testsuite/util/testsuite_containers.h +++ b/libstdc++-v3/testsuite/util/testsuite_containers.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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/util/testsuite_counter_type.h b/libstdc++-v3/testsuite/util/testsuite_counter_type.h index f49679b3b17a..8cfaab4412a5 100644 --- a/libstdc++-v3/testsuite/util/testsuite_counter_type.h +++ b/libstdc++-v3/testsuite/util/testsuite_counter_type.h @@ -1,6 +1,6 @@ // -*- C++ -*- // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/util/testsuite_error.h b/libstdc++-v3/testsuite/util/testsuite_error.h index e2eea252ba3a..df4fab951c99 100644 --- a/libstdc++-v3/testsuite/util/testsuite_error.h +++ b/libstdc++-v3/testsuite/util/testsuite_error.h @@ -1,7 +1,7 @@ // -*- C++ -*- // Error handling utils for the C++ library testsuite. // -// Copyright (C) 2007-2016 Free Software Foundation, Inc. +// Copyright (C) 2007-2017 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/util/testsuite_fs.h b/libstdc++-v3/testsuite/util/testsuite_fs.h index 7d9b20c2b72d..38ebd4fb0797 100644 --- a/libstdc++-v3/testsuite/util/testsuite_fs.h +++ b/libstdc++-v3/testsuite/util/testsuite_fs.h @@ -1,7 +1,7 @@ // -*- C++ -*- // Filesystem utils for the C++ library testsuite. // -// Copyright (C) 2014-2016 Free Software Foundation, Inc. +// Copyright (C) 2014-2017 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/util/testsuite_greedy_ops.h b/libstdc++-v3/testsuite/util/testsuite_greedy_ops.h index d2d63a88d3c7..50ac75f4df96 100644 --- a/libstdc++-v3/testsuite/util/testsuite_greedy_ops.h +++ b/libstdc++-v3/testsuite/util/testsuite_greedy_ops.h @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 Free Software Foundation, Inc. +// Copyright (C) 2010-2017 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/util/testsuite_hooks.cc b/libstdc++-v3/testsuite/util/testsuite_hooks.cc index d5228280e68f..d1063e3d8d75 100644 --- a/libstdc++-v3/testsuite/util/testsuite_hooks.cc +++ b/libstdc++-v3/testsuite/util/testsuite_hooks.cc @@ -2,7 +2,7 @@ // Utility subroutines for the C++ library testsuite. // -// Copyright (C) 2002-2016 Free Software Foundation, Inc. +// Copyright (C) 2002-2017 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/util/testsuite_hooks.h b/libstdc++-v3/testsuite/util/testsuite_hooks.h index 9974faa40cb9..6baff15e6955 100644 --- a/libstdc++-v3/testsuite/util/testsuite_hooks.h +++ b/libstdc++-v3/testsuite/util/testsuite_hooks.h @@ -1,7 +1,7 @@ // -*- C++ -*- // Utility subroutines for the C++ library testsuite. // -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/util/testsuite_io.h b/libstdc++-v3/testsuite/util/testsuite_io.h index 5c8228aa3f2d..75cd7a38bfa7 100644 --- a/libstdc++-v3/testsuite/util/testsuite_io.h +++ b/libstdc++-v3/testsuite/util/testsuite_io.h @@ -1,7 +1,7 @@ // -*- C++ -*- // Testing streambuf/filebuf/stringbuf for the C++ library testsuite. // -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/util/testsuite_iterators.h b/libstdc++-v3/testsuite/util/testsuite_iterators.h index 53c9b3d4f643..6771ae2cea64 100644 --- a/libstdc++-v3/testsuite/util/testsuite_iterators.h +++ b/libstdc++-v3/testsuite/util/testsuite_iterators.h @@ -1,7 +1,7 @@ // -*- C++ -*- // Iterator Wrappers for the C++ library testsuite. // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/util/testsuite_new_operators.h b/libstdc++-v3/testsuite/util/testsuite_new_operators.h index dea6fbe9eab8..5908f8a3d5f4 100644 --- a/libstdc++-v3/testsuite/util/testsuite_new_operators.h +++ b/libstdc++-v3/testsuite/util/testsuite_new_operators.h @@ -1,7 +1,7 @@ // -*- C++ -*- // Utility subroutines for the C++ library testsuite. // -// Copyright (C) 2000-2016 Free Software Foundation, Inc. +// Copyright (C) 2000-2017 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/util/testsuite_performance.h b/libstdc++-v3/testsuite/util/testsuite_performance.h index 9869124637b1..8d22203b0595 100644 --- a/libstdc++-v3/testsuite/util/testsuite_performance.h +++ b/libstdc++-v3/testsuite/util/testsuite_performance.h @@ -1,7 +1,7 @@ // -*- C++ -*- // Testing performance utilities for the C++ library testsuite. // -// Copyright (C) 2003-2016 Free Software Foundation, Inc. +// Copyright (C) 2003-2017 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/util/testsuite_random.h b/libstdc++-v3/testsuite/util/testsuite_random.h index 7d89efd6a1d3..d5a3e2ecc21d 100644 --- a/libstdc++-v3/testsuite/util/testsuite_random.h +++ b/libstdc++-v3/testsuite/util/testsuite_random.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2011-2016 Free Software Foundation, Inc. +// Copyright (C) 2011-2017 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/util/testsuite_regex.h b/libstdc++-v3/testsuite/util/testsuite_regex.h index 3e43eeeb3699..9ec74940820c 100644 --- a/libstdc++-v3/testsuite/util/testsuite_regex.h +++ b/libstdc++-v3/testsuite/util/testsuite_regex.h @@ -1,7 +1,7 @@ // -*- C++ -*- // regex utils for the C++ library testsuite. // -// Copyright (C) 2012-2016 Free Software Foundation, Inc. +// Copyright (C) 2012-2017 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/util/testsuite_rng.h b/libstdc++-v3/testsuite/util/testsuite_rng.h index 0c4030418e93..fd232fc9db61 100644 --- a/libstdc++-v3/testsuite/util/testsuite_rng.h +++ b/libstdc++-v3/testsuite/util/testsuite_rng.h @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/testsuite_rvalref.h b/libstdc++-v3/testsuite/util/testsuite_rvalref.h index d84a906f3787..e6c303dc8685 100644 --- a/libstdc++-v3/testsuite/util/testsuite_rvalref.h +++ b/libstdc++-v3/testsuite/util/testsuite_rvalref.h @@ -1,7 +1,7 @@ // -*- C++ -*- // Testing utilities for the rvalue reference. // -// Copyright (C) 2005-2016 Free Software Foundation, Inc. +// Copyright (C) 2005-2017 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/util/testsuite_shared.cc b/libstdc++-v3/testsuite/util/testsuite_shared.cc index 94ca31966ae6..352805a8117a 100644 --- a/libstdc++-v3/testsuite/util/testsuite_shared.cc +++ b/libstdc++-v3/testsuite/util/testsuite_shared.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/util/testsuite_tr1.h b/libstdc++-v3/testsuite/util/testsuite_tr1.h index 908a788a93ef..377bb8636ed5 100644 --- a/libstdc++-v3/testsuite/util/testsuite_tr1.h +++ b/libstdc++-v3/testsuite/util/testsuite_tr1.h @@ -1,7 +1,7 @@ // -*- C++ -*- // Testing utilities for the tr1 testsuite. // -// Copyright (C) 2004-2016 Free Software Foundation, Inc. +// Copyright (C) 2004-2017 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/util/thread/all.h b/libstdc++-v3/testsuite/util/thread/all.h index 3d982acaaaa8..488310d0e84d 100644 --- a/libstdc++-v3/testsuite/util/thread/all.h +++ b/libstdc++-v3/testsuite/util/thread/all.h @@ -1,7 +1,7 @@ // -*- C++ -*- // Utilities for testing threads for the C++ library testsuite. // -// Copyright (C) 2009-2016 Free Software Foundation, Inc. +// Copyright (C) 2009-2017 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